Skip to content

Commit fe816d1

Browse files
committed
build(codegen): updating SDK
1 parent 1dc79f7 commit fe816d1

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4611,8 +4611,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
46114611
key: String): ShoppingList
46124612
shoppingLists(where: String, sort: [String!], limit: Int, offset: Int): ShoppingListQueryResult!
46134613
productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult!
4614-
4615-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
46164614
productTailoring(
46174615
"Queries with specified ID"
46184616
id: String,
@@ -4625,8 +4623,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
46254623

46264624
"Queries with specified Product key"
46274625
productKey: String): ProductTailoring
4628-
4629-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
46304626
productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult!
46314627
}
46324628

@@ -5981,13 +5977,9 @@ type Mutation {
59815977

59825978
"Queries with specified key"
59835979
key: String): ProductSelection
5984-
5985-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
59865980
createProductTailoring(
59875981
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
59885982
storeKey: KeyReferenceInput, draft: ProductTailoringDraft!): ProductTailoring
5989-
5990-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
59915983
updateProductTailoring(
59925984
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
59935985
storeKey: KeyReferenceInput,
@@ -6003,8 +5995,6 @@ type Mutation {
60035995

60045996
"Queries with specified key"
60055997
key: String, actions: [ProductTailoringUpdateAction!]!, version: Long!): ProductTailoring
6006-
6007-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
60085998
deleteProductTailoring(
60095999
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
60106000
storeKey: KeyReferenceInput,
@@ -8191,7 +8181,6 @@ type ProductStateTransition implements MessagePayload {
81918181
type: String!
81928182
}
81938183

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

8264-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
82658253
type ProductTailoringData implements HasProductTailoringData {
82668254
name(
82678255
"String is defined for different locales. This argument specifies the desired locale."
@@ -8335,7 +8323,6 @@ type ProductTailoringDescriptionSet implements MessagePayload {
83358323
type: String!
83368324
}
83378325

8338-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
83398326
input ProductTailoringDraft {
83408327
product: ResourceIdentifierInput!
83418328
name: [LocalizedStringItemInputType!]
@@ -8412,7 +8399,6 @@ type ProductTailoringUnpublished implements MessagePayload {
84128399
type: String!
84138400
}
84148401

8415-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
84168402
input ProductTailoringUpdateAction {
84178403
publish: PublishTailoring
84188404
unpublish: UnpublishTailoring
@@ -8960,8 +8946,6 @@ type Query {
89608946
"Queries with specified key"
89618947
key: String): ProductSelection
89628948
productSelections(where: String, sort: [String!], limit: Int, offset: Int): ProductSelectionQueryResult!
8963-
8964-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89658949
productTailoring(
89668950
"Queries with specified ID"
89678951
id: String,
@@ -8977,8 +8961,6 @@ type Query {
89778961

89788962
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
89798963
storeKey: KeyReferenceInput): ProductTailoring
8980-
8981-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89828964
productTailoringList(where: String, sort: [String!], limit: Int, offset: Int): ProductTailoringQueryResult!
89838965
productProjectionsSuggest(searchKeywords: [SearchKeywordArgument!]!, fuzzy: Boolean, limit: Int = 10, staged: Boolean = false): SuggestResult!
89848966
project: ProjectProjection!

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,4 @@ eac13cfcb88a83f4f4e977ba51c0b11e458cff61
245245
061b3c5e7f04fcaf15afc58d79c5d565e63b601b
246246
19bd5d96692604e3e5485c420b374262a4f59356
247247
386dd56e7d0b4ed81440c41e9b00d74117292c7a
248+
b3dd6d254a36ba1628f016ded6bcff00d7f515c3

0 commit comments

Comments
 (0)