Skip to content

Commit

Permalink
Merge pull request #391 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 31fed8b + f6869f0 commit 123f0a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls
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 @@ -305,3 +305,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
d042ef009240bb55e9b5b18003aba682ec9baa98
7d500b75265e9fdc6c5a47acb4e1df29523f707c
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
2cad0e3daf32cb4eacc6b08feef37acb27065b0b

0 comments on commit 123f0a4

Please sign in to comment.