Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 18, 2024
1 parent 50460ca commit 149f206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ input AddProductVariantTailoring {
id: Int
sku: String
images: [ImageInput!] = []
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
attributes: [ProductAttributeInput!] = []
assets: [AssetDraftInput!] = []
staged: Boolean = true
Expand Down Expand Up @@ -8749,10 +8748,7 @@ input ProductTailoringUpdateAction {
setAssetTags: SetProductTailoringAssetTags
setImages: SetProductTailoringImages
setDescription: SetProductTailoringDescription
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
setAttribute: SetProductTailoringAttribute

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
setAttributeInAllVariants: SetProductTailoringAttributeInAllVariants
setImageLabel: SetProductTailoringImageLabel
setMetaAttributes: SetProductTailoringMetaAttributes
Expand Down Expand Up @@ -9024,7 +9020,6 @@ type ProductVariantTailoring {
id: Int!
images: [Image!]!
assets: [Asset!]!
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
attributesRaw: [RawProductAttribute!]!
}

Expand All @@ -9041,7 +9036,6 @@ input ProductVariantTailoringInput {
id: Int
sku: String
images: [ImageInput!] = []
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
attributes: [ProductAttributeInput!] = []
assets: [AssetDraftInput!] = []
}
Expand Down Expand Up @@ -11993,7 +11987,6 @@ input SetProductTailoringAssetTags {
assetId: 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 SetProductTailoringAttribute {
variantId: Int
sku: String
Expand All @@ -12002,7 +11995,6 @@ input SetProductTailoringAttribute {
staged: Boolean = true
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetProductTailoringAttributeInAllVariants {
name: String!
value: String
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
9066fb1012d20a92037e102e18a6295bdbcb82e3
4025ec42d633ae6b77320e24f6244d9dce608e6e
7abe530c4e76020a59ffb61623f20b87ae406e02
62496134db5ebaf04225ce024b1f5ed3f2c79557

0 comments on commit 149f206

Please sign in to comment.