From be1b59dd8397ab7fb2288efc471164d01806cdfa Mon Sep 17 00:00:00 2001
From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com>
Date: Fri, 15 Nov 2024 11:29:04 +0000
Subject: [PATCH] build(codegen): updating SDK
---
changes.md | 8 ++++++++
.../ByProjectKeyProductSelectionsByIDProductsTest.cs | 12 ++++++++++++
...rojectKeyProductSelectionsKeyByKeyProductsTest.cs | 12 ++++++++++++
.../ByProjectKeyProductSelectionsByIDProductsGet.cs | 10 ++++++++++
...ProjectKeyProductSelectionsKeyByKeyProductsGet.cs | 10 ++++++++++
references.txt | 1 +
6 files changed, 53 insertions(+)
diff --git a/changes.md b/changes.md
index 208cb3f1ff7..7b038d2ae2d 100644
--- a/changes.md
+++ b/changes.md
@@ -7,3 +7,11 @@
- :warning: changed property `column` of type `GraphQLErrorLocation` from type `integer` to `number`
+
+
+Added QueryParameter(s)
+
+- added query parameter `where` to method `get /{projectKey}/product-selections/key={key}/products`
+- added query parameter `where` to method `get /{projectKey}/product-selections/{ID}/products`
+
+
diff --git a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
index d53ca9ad23e..c942dbb9dcd 100644
--- a/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
+++ b/commercetools.Sdk/Tests/commercetools.Sdk.Api.Tests/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsTest.cs
@@ -19,6 +19,18 @@ public void WithMethods(HttpRequestMessage request, string httpMethod, string ur
public static IEnumerable