Skip to content

Commit

Permalink
Merge pull request #657 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 Jun 3, 2024
2 parents 1dc79f7 + fe816d1 commit 91fbfa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4611,8 +4611,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
key: String): ShoppingList
shoppingLists(where: String, sort: [String!], limit: Int, offset: Int): ShoppingListQueryResult!
productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult!

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
productTailoring(
"Queries with specified ID"
id: String,
Expand All @@ -4625,8 +4623,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom

"Queries with specified Product key"
productKey: String): ProductTailoring

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult!
}

Expand Down Expand Up @@ -5981,13 +5977,9 @@ type Mutation {

"Queries with specified key"
key: String): ProductSelection

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
createProductTailoring(
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
storeKey: KeyReferenceInput, draft: ProductTailoringDraft!): ProductTailoring

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
updateProductTailoring(
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
storeKey: KeyReferenceInput,
Expand All @@ -6003,8 +5995,6 @@ type Mutation {

"Queries with specified key"
key: String, actions: [ProductTailoringUpdateAction!]!, version: Long!): ProductTailoring

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
deleteProductTailoring(
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
storeKey: KeyReferenceInput,
Expand Down Expand Up @@ -8191,7 +8181,6 @@ type ProductStateTransition implements MessagePayload {
type: String!
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
type ProductTailoring implements Versioned {
key: String
productRef: Reference!
Expand Down Expand Up @@ -8261,7 +8250,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData
metaKeywordsAllLocales: [LocalizedString!]
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
type ProductTailoringData implements HasProductTailoringData {
name(
"String is defined for different locales. This argument specifies the desired locale."
Expand Down Expand Up @@ -8335,7 +8323,6 @@ type ProductTailoringDescriptionSet implements MessagePayload {
type: 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 ProductTailoringDraft {
product: ResourceIdentifierInput!
name: [LocalizedStringItemInputType!]
Expand Down Expand Up @@ -8412,7 +8399,6 @@ type ProductTailoringUnpublished implements MessagePayload {
type: 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 ProductTailoringUpdateAction {
publish: PublishTailoring
unpublish: UnpublishTailoring
Expand Down Expand Up @@ -8960,8 +8946,6 @@ type Query {
"Queries with specified key"
key: String): ProductSelection
productSelections(where: String, sort: [String!], limit: Int, offset: Int): ProductSelectionQueryResult!

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
productTailoring(
"Queries with specified ID"
id: String,
Expand All @@ -8977,8 +8961,6 @@ type Query {

"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
storeKey: KeyReferenceInput): ProductTailoring

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult!
productProjectionsSuggest(searchKeywords: [SearchKeywordArgument!]!, fuzzy: Boolean, limit: Int = 10, staged: Boolean = false): SuggestResult!
project: ProjectProjection!
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,4 @@ eac13cfcb88a83f4f4e977ba51c0b11e458cff61
061b3c5e7f04fcaf15afc58d79c5d565e63b601b
19bd5d96692604e3e5485c420b374262a4f59356
386dd56e7d0b4ed81440c41e9b00d74117292c7a
b3dd6d254a36ba1628f016ded6bcff00d7f515c3

0 comments on commit 91fbfa7

Please sign in to comment.