Skip to content

Commit 9d17e45

Browse files
committed
build(codegen): updating SDK
1 parent 19249ad commit 9d17e45

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5476,7 +5476,6 @@ type KeyReference {
54765476
"A key that references a resource."
54775477
scalar KeyReferenceInput
54785478

5479-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
54805479
enum Level {
54815480
"The attribute can be used on the variant level"
54825481
Variant
@@ -8710,7 +8709,6 @@ type ProductData {
87108709
key: String): ProductVariant
87118710
skus: [String!]!
87128711

8713-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87148712
attributesRaw: [RawProductAttribute!]!
87158713
}
87168714

@@ -8837,8 +8835,6 @@ input ProductDraft {
88378835
metaDescription: [LocalizedStringItemInputType!]
88388836
metaKeywords: [LocalizedStringItemInputType!]
88398837
masterVariant: ProductVariantInput
8840-
8841-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
88428838
attributes: [ProductAttributeInput!] = []
88438839
variants: [ProductVariantInput!] = []
88448840
taxCategory: ResourceIdentifierInput
@@ -9204,8 +9200,6 @@ type ProductProjectionMessagePayload {
92049200
published: Boolean!
92059201
masterVariant: ProductVariant!
92069202
variants: [ProductVariant!]!
9207-
9208-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
92099203
attributes: [RawProductAttribute!]!
92109204
taxCategoryRef: Reference
92119205
taxCategory: TaxCategory
@@ -9772,8 +9766,6 @@ input ProductTailoringDraft {
97729766
metaKeywords: [LocalizedStringItemInputType!]
97739767
publish: Boolean
97749768
variants: [ProductVariantTailoringInput!] = []
9775-
9776-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
97779769
attributes: [ProductAttributeInput!] = []
97789770
}
97799771

@@ -9866,8 +9858,6 @@ input ProductTailoringUpdateAction {
98669858
removeVariant: RemoveProductVariantTailoring
98679859
publish: PublishTailoring
98689860
unpublish: UnpublishTailoring
9869-
9870-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
98719861
setProductAttribute: SetProductLevelTailoringAttribute
98729862
addAsset: AddProductTailoringAsset
98739863
addExternalImage: AddProductTailoringExternalImage
@@ -9977,8 +9967,6 @@ input ProductUpdateAction {
99779967
revertStagedChanges: RevertStagedChanges
99789968
revertStagedVariantChanges: RevertStagedVariantChanges
99799969
publish: PublishProduct
9980-
9981-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99829970
setProductAttribute: ProductLevelAttributeInput
99839971
unpublish: UnpublishProduct
99849972
transitionState: TransitionProductState
@@ -10962,7 +10950,6 @@ type RawProductAttribute {
1096210950
name: String!
1096310951
value: Json!
1096410952

10965-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1096610953
attributesRaw: [RawProductAttribute!]
1096710954
attributeDefinition: AttributeDefinition
1096810955
referencedResource: ReferenceExpandable

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,4 @@ a3e408093873cfed8ced6708aa90deec2e7daa44
504504
b5fec4fbabbe620e9007e5937f794799bbd68ee3
505505
053837aaa0191604eafa5aaaf8a09203075ad21f
506506
d3cb53c9923eec30fa2e9c2a753ac19b94caa014
507+
c97b1be520cd26bc9401ef9dc14b1b15a2e71e77

0 commit comments

Comments
 (0)