Skip to content

Commit 149f206

Browse files
committed
build(codegen): updating SDK
1 parent 50460ca commit 149f206

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ input AddProductVariantTailoring {
352352
id: Int
353353
sku: String
354354
images: [ImageInput!] = []
355-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
356355
attributes: [ProductAttributeInput!] = []
357356
assets: [AssetDraftInput!] = []
358357
staged: Boolean = true
@@ -8749,10 +8748,7 @@ input ProductTailoringUpdateAction {
87498748
setAssetTags: SetProductTailoringAssetTags
87508749
setImages: SetProductTailoringImages
87518750
setDescription: SetProductTailoringDescription
8752-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87538751
setAttribute: SetProductTailoringAttribute
8754-
8755-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87568752
setAttributeInAllVariants: SetProductTailoringAttributeInAllVariants
87578753
setImageLabel: SetProductTailoringImageLabel
87588754
setMetaAttributes: SetProductTailoringMetaAttributes
@@ -9024,7 +9020,6 @@ type ProductVariantTailoring {
90249020
id: Int!
90259021
images: [Image!]!
90269022
assets: [Asset!]!
9027-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
90289023
attributesRaw: [RawProductAttribute!]!
90299024
}
90309025

@@ -9041,7 +9036,6 @@ input ProductVariantTailoringInput {
90419036
id: Int
90429037
sku: String
90439038
images: [ImageInput!] = []
9044-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
90459039
attributes: [ProductAttributeInput!] = []
90469040
assets: [AssetDraftInput!] = []
90479041
}
@@ -11993,7 +11987,6 @@ input SetProductTailoringAssetTags {
1199311987
assetId: String
1199411988
}
1199511989

11996-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1199711990
input SetProductTailoringAttribute {
1199811991
variantId: Int
1199911992
sku: String
@@ -12002,7 +11995,6 @@ input SetProductTailoringAttribute {
1200211995
staged: Boolean = true
1200311996
}
1200411997

12005-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1200611998
input SetProductTailoringAttributeInAllVariants {
1200711999
name: String!
1200812000
value: String

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
345345
9066fb1012d20a92037e102e18a6295bdbcb82e3
346346
4025ec42d633ae6b77320e24f6244d9dce608e6e
347347
7abe530c4e76020a59ffb61623f20b87ae406e02
348+
62496134db5ebaf04225ce024b1f5ed3f2c79557

0 commit comments

Comments
 (0)