From 894085a534c232ccf4625556ace72ccabde3b3f5 Mon Sep 17 00:00:00 2001
From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:35:00 +0000
Subject: [PATCH] build(codegen): updating SDK
---
changes.md | 14 +++++
...yProjectKeyProductProjectionsSearchTest.cs | 55 +++++++-----------
...ByProjectKeyProductProjectionsSearchGet.cs | 58 ++++++++-----------
.../Errors/IGraphQLInsufficientScopeError.cs | 1 +
.../Models/Errors/IInsufficientScopeError.cs | 3 +
.../IProductProjectionPagedSearchResponse.cs | 4 +-
.../ProductProjectionPagedSearchResponse.cs | 4 +-
...ctionPagedSearchResponseQueryBuilderDsl.cs | 12 ++--
references.txt | 1 +
9 files changed, 75 insertions(+), 77 deletions(-)
diff --git a/changes.md b/changes.md
index ac448df2800..3d0913af9db 100644
--- a/changes.md
+++ b/changes.md
@@ -20,6 +20,13 @@
+
+Removed QueryParameter(s)
+
+- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search`
+
+
+
Added Type(s)
@@ -37,6 +44,13 @@
+
+Required Property(s)
+
+- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional
+
+
+
Added Property(s)
diff --git a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchTest.cs b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchTest.cs
index 47f1beb7104..4dcad5f1198 100644
--- a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchTest.cs
+++ b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchTest.cs
@@ -35,10 +35,10 @@ public static IEnumerable