Skip to content

Commit

Permalink
Merge pull request #798 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Jan 16, 2025
2 parents 28afe1a + b04a61d commit 6a56cdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8711,8 +8711,8 @@ type ProductTailoringImagesSet implements MessagePayload {
storeRef: KeyReference!
productRef: Reference!
productKey: String
oldImages: [Image!]!
images: [Image!]!
oldImages: [Image!]
images: [Image!]
type: String!
}

Expand Down Expand Up @@ -9070,8 +9070,8 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {

type ProductVariantTailoring {
id: Int!
images: [Image!]!
assets: [Asset!]!
images: [Image!]
assets: [Asset!]
attributesRaw: [RawProductAttribute!]!
}

Expand Down Expand Up @@ -12076,7 +12076,7 @@ input SetProductTailoringImageLabel {
input SetProductTailoringImages {
variantId: Int
sku: String
images: [ImageInput!]!
images: [ImageInput!]
staged: Boolean = true
}

Expand Down Expand Up @@ -14893,8 +14893,8 @@ input ValueFilterInput {
}

type VariantTailoring {
images: [Image!]!
assets: [Asset!]!
images: [Image!]
assets: [Asset!]
}

"Versioned object have an ID and version and modification. Every update of this object changes it's version."
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,4 @@ d042ef009240bb55e9b5b18003aba682ec9baa98
7d500b75265e9fdc6c5a47acb4e1df29523f707c
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
2cad0e3daf32cb4eacc6b08feef37acb27065b0b

0 comments on commit 6a56cdd

Please sign in to comment.