From fe816d14aa8695674c40a3350ef60df6c38e3718 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:04:41 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../src/main/resources/graphql/schema.graphqls | 18 ------------------ references.txt | 1 + 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index 2b1895b8689..9baba54220a 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -4611,8 +4611,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom key: String): ShoppingList shoppingLists(where: String, sort: [String!], limit: Int, offset: Int): ShoppingListQueryResult! productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult! - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" productTailoring( "Queries with specified ID" id: String, @@ -4625,8 +4623,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom "Queries with specified Product key" productKey: String): ProductTailoring - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult! } @@ -5981,13 +5977,9 @@ type Mutation { "Queries with specified key" key: String): ProductSelection - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" createProductTailoring( "The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions." storeKey: KeyReferenceInput, draft: ProductTailoringDraft!): ProductTailoring - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" updateProductTailoring( "The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions." storeKey: KeyReferenceInput, @@ -6003,8 +5995,6 @@ type Mutation { "Queries with specified key" key: String, actions: [ProductTailoringUpdateAction!]!, version: Long!): ProductTailoring - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" deleteProductTailoring( "The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions." storeKey: KeyReferenceInput, @@ -8191,7 +8181,6 @@ type ProductStateTransition implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductTailoring implements Versioned { key: String productRef: Reference! @@ -8261,7 +8250,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData metaKeywordsAllLocales: [LocalizedString!] } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type ProductTailoringData implements HasProductTailoringData { name( "String is defined for different locales. This argument specifies the desired locale." @@ -8335,7 +8323,6 @@ type ProductTailoringDescriptionSet implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input ProductTailoringDraft { product: ResourceIdentifierInput! name: [LocalizedStringItemInputType!] @@ -8412,7 +8399,6 @@ type ProductTailoringUnpublished implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input ProductTailoringUpdateAction { publish: PublishTailoring unpublish: UnpublishTailoring @@ -8960,8 +8946,6 @@ type Query { "Queries with specified key" key: String): ProductSelection productSelections(where: String, sort: [String!], limit: Int, offset: Int): ProductSelectionQueryResult! - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" productTailoring( "Queries with specified ID" id: String, @@ -8977,8 +8961,6 @@ type Query { "The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions." storeKey: KeyReferenceInput): ProductTailoring - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult! productProjectionsSuggest(searchKeywords: [SearchKeywordArgument!]!, fuzzy: Boolean, limit: Int = 10, staged: Boolean = false): SuggestResult! project: ProjectProjection! diff --git a/references.txt b/references.txt index 4da4324248e..655825035c8 100644 --- a/references.txt +++ b/references.txt @@ -245,3 +245,4 @@ eac13cfcb88a83f4f4e977ba51c0b11e458cff61 061b3c5e7f04fcaf15afc58d79c5d565e63b601b 19bd5d96692604e3e5485c420b374262a4f59356 386dd56e7d0b4ed81440c41e9b00d74117292c7a +b3dd6d254a36ba1628f016ded6bcff00d7f515c3