Skip to content

Commit b3a369b

Browse files
Merge pull request #350 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents c6c81a2 + 3f3d5a8 commit b3a369b

File tree

2 files changed

+18
-48
lines changed

2 files changed

+18
-48
lines changed

commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls

Lines changed: 17 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ input AddProductSelectionProduct {
317317
variantSelection: ProductVariantSelectionDraft
318318
}
319319

320-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
321320
input AddProductTailoringAsset {
322321
variantId: Int
323322
sku: String
@@ -326,7 +325,6 @@ input AddProductTailoringAsset {
326325
asset: AssetDraftInput!
327326
}
328327

329-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
330328
input AddProductTailoringExternalImage {
331329
variantId: Int
332330
sku: String
@@ -350,7 +348,6 @@ input AddProductVariant {
350348
staged: Boolean = true
351349
}
352350

353-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
354351
input AddProductVariantTailoring {
355352
id: Int
356353
sku: String
@@ -2587,7 +2584,6 @@ input ChangeProductSlug {
25872584
staged: Boolean = true
25882585
}
25892586

2590-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
25912587
input ChangeProductTailoringAssetName {
25922588
variantId: Int
25932589
sku: String
@@ -2597,7 +2593,6 @@ input ChangeProductTailoringAssetName {
25972593
assetId: String
25982594
}
25992595

2600-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
26012596
input ChangeProductTailoringAssetOrder {
26022597
variantId: Int
26032598
sku: String
@@ -4532,8 +4527,6 @@ interface HasProductTailoringData {
45324527
"List of languages the client is able to understand, and which locale variant is preferred."
45334528
acceptLanguage: [Locale!]): String
45344529
metaKeywordsAllLocales: [LocalizedString!]
4535-
4536-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
45374530
variants: [ProductVariantTailoring!]!
45384531
}
45394532

@@ -5484,7 +5477,6 @@ input MoveProductImageToPosition {
54845477
staged: Boolean
54855478
}
54865479

5487-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
54885480
input MoveProductTailoringImageToPosition {
54895481
variantId: Int
54905482
sku: String
@@ -8453,8 +8445,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData
84538445
"List of languages the client is able to understand, and which locale variant is preferred."
84548446
acceptLanguage: [Locale!]): String
84558447
metaKeywordsAllLocales: [LocalizedString!]
8456-
8457-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
84588448
variants: [ProductVariantTailoring!]!
84598449
}
84608450

@@ -8501,8 +8491,6 @@ type ProductTailoringData implements HasProductTailoringData {
85018491
"List of languages the client is able to understand, and which locale variant is preferred."
85028492
acceptLanguage: [Locale!]): String
85038493
metaKeywordsAllLocales: [LocalizedString!]
8504-
8505-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
85068494
variants: [ProductVariantTailoring!]!
85078495
}
85088496

@@ -8534,7 +8522,19 @@ type ProductTailoringDescriptionSet implements MessagePayload {
85348522
type: String!
85358523
}
85368524

8537-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8525+
input ProductTailoringDraft {
8526+
product: ResourceIdentifierInput!
8527+
name: [LocalizedStringItemInputType!]
8528+
key: String
8529+
description: [LocalizedStringItemInputType!]
8530+
slug: [LocalizedStringItemInputType!]
8531+
metaTitle: [LocalizedStringItemInputType!]
8532+
metaDescription: [LocalizedStringItemInputType!]
8533+
metaKeywords: [LocalizedStringItemInputType!]
8534+
publish: Boolean
8535+
variants: [ProductVariantTailoringInput!] = []
8536+
}
8537+
85388538
type ProductTailoringImageAdded implements MessagePayload {
85398539
variantId: Int!
85408540
storeRef: KeyReference!
@@ -8544,7 +8544,6 @@ type ProductTailoringImageAdded implements MessagePayload {
85448544
type: String!
85458545
}
85468546

8547-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
85488547
type ProductTailoringImagesSet implements MessagePayload {
85498548
variantId: Int!
85508549
storeRef: KeyReference!
@@ -8555,21 +8554,6 @@ type ProductTailoringImagesSet implements MessagePayload {
85558554
type: String!
85568555
}
85578556

8558-
input ProductTailoringDraft {
8559-
product: ResourceIdentifierInput!
8560-
name: [LocalizedStringItemInputType!]
8561-
key: String
8562-
description: [LocalizedStringItemInputType!]
8563-
slug: [LocalizedStringItemInputType!]
8564-
metaTitle: [LocalizedStringItemInputType!]
8565-
metaDescription: [LocalizedStringItemInputType!]
8566-
metaKeywords: [LocalizedStringItemInputType!]
8567-
publish: Boolean
8568-
8569-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8570-
variants: [ProductVariantTailoringInput!] = []
8571-
}
8572-
85738557
type ProductTailoringNameSet implements MessagePayload {
85748558
storeRef: KeyReference!
85758559
productRef: Reference!
@@ -8871,6 +8855,7 @@ type ProductVariantAvailabilityWithChannels {
88718855
type ProductVariantDeleted implements MessagePayload {
88728856
removedImageUrls: Set!
88738857
variant: ProductVariant
8858+
staged: Boolean
88748859
type: String!
88758860
}
88768861

@@ -8919,38 +8904,34 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {
89198904
skus: [String!]!
89208905
}
89218906

8922-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89238907
type ProductVariantTailoring {
89248908
id: Int!
89258909
images: [Image!]!
89268910
assets: [Asset!]!
89278911
}
89288912

8929-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89308913
type ProductVariantTailoringAdded implements MessagePayload {
89318914
variantId: Int!
8932-
variant: VariantTailoring!
89338915
storeRef: KeyReference!
89348916
productRef: Reference!
89358917
productKey: String
8918+
variant: VariantTailoring!
89368919
type: String!
89378920
}
89388921

8939-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89408922
input ProductVariantTailoringInput {
89418923
id: Int
89428924
sku: String
8943-
images: [ImageInput!]! = []
8925+
images: [ImageInput!] = []
89448926
assets: [AssetDraftInput!] = []
89458927
}
89468928

8947-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89488929
type ProductVariantTailoringRemoved implements MessagePayload {
89498930
variantId: Int!
8950-
variant: VariantTailoring!
89518931
storeRef: KeyReference!
89528932
productRef: Reference!
89538933
productKey: String
8934+
variant: VariantTailoring!
89548935
type: String!
89558936
}
89568937

@@ -9926,7 +9907,6 @@ input RemoveProductSelectionProduct {
99269907
product: ResourceIdentifierInput!
99279908
}
99289909

9929-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99309910
input RemoveProductTailoringAsset {
99319911
variantId: Int
99329912
sku: String
@@ -9935,7 +9915,6 @@ input RemoveProductTailoringAsset {
99359915
assetId: String
99369916
}
99379917

9938-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99399918
input RemoveProductTailoringImage {
99409919
variantId: Int
99419920
sku: String
@@ -9949,7 +9928,6 @@ input RemoveProductVariant {
99499928
staged: Boolean = true
99509929
}
99519930

9952-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99539931
input RemoveProductVariantTailoring {
99549932
id: Int
99559933
sku: String
@@ -11824,7 +11802,6 @@ input SetProductSku {
1182411802
staged: Boolean = true
1182511803
}
1182611804

11827-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1182811805
input SetProductTailoringAssetCustomField {
1182911806
variantId: Int
1183011807
sku: String
@@ -11835,7 +11812,6 @@ input SetProductTailoringAssetCustomField {
1183511812
assetId: String
1183611813
}
1183711814

11838-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1183911815
input SetProductTailoringAssetCustomType {
1184011816
variantId: Int
1184111817
sku: String
@@ -11848,7 +11824,6 @@ input SetProductTailoringAssetCustomType {
1184811824
assetId: String
1184911825
}
1185011826

11851-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1185211827
input SetProductTailoringAssetDescription {
1185311828
variantId: Int
1185411829
sku: String
@@ -11858,7 +11833,6 @@ input SetProductTailoringAssetDescription {
1185811833
assetId: String
1185911834
}
1186011835

11861-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1186211836
input SetProductTailoringAssetKey {
1186311837
variantId: Int
1186411838
sku: String
@@ -11867,7 +11841,6 @@ input SetProductTailoringAssetKey {
1186711841
assetId: String!
1186811842
}
1186911843

11870-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1187111844
input SetProductTailoringAssetSources {
1187211845
variantId: Int
1187311846
sku: String
@@ -11877,7 +11850,6 @@ input SetProductTailoringAssetSources {
1187711850
assetId: String
1187811851
}
1187911852

11880-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1188111853
input SetProductTailoringAssetTags {
1188211854
variantId: Int
1188311855
sku: String
@@ -11892,7 +11864,6 @@ input SetProductTailoringDescription {
1189211864
staged: Boolean = true
1189311865
}
1189411866

11895-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1189611867
input SetProductTailoringImageLabel {
1189711868
variantId: Int
1189811869
sku: String
@@ -11901,7 +11872,6 @@ input SetProductTailoringImageLabel {
1190111872
staged: Boolean = true
1190211873
}
1190311874

11904-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1190511875
input SetProductTailoringImages {
1190611876
variantId: Int
1190711877
sku: String
@@ -14700,7 +14670,6 @@ input ValueFilterInput {
1470014670
values: [String!]!
1470114671
}
1470214672

14703-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1470414673
type VariantTailoring {
1470514674
images: [Image!]!
1470614675
assets: [Asset!]!

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,4 @@ dd82e076236554dd808fb9309d53cb2a207cb296
277277
9fb04dae472dbd5e7e4749ba34c1bb12161336bb
278278
83b81d8842fe000b486145eebd80ad6c3dd0b4ae
279279
7fa01c3fa58cb65ecfaeeac01d0584541a8d26e5
280+
dc09dbc8bb089b789be7b711ebeb272f820ed184

0 commit comments

Comments
 (0)