Skip to content

Commit 34dfa53

Browse files
Merge pull request #994 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents f37ec53 + faca574 commit 34dfa53

File tree

2 files changed

+1
-77
lines changed

2 files changed

+1
-77
lines changed

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

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ input AddCartCustomLineItem {
114114
custom: CustomFieldsDraft
115115
shippingDetails: ItemShippingDetailsDraft
116116
priceMode: CustomLineItemPriceMode
117-
118-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
119117
recurrenceInfo: CustomLineItemRecurrenceInfoInputDraft
120118
taxCategory: ResourceIdentifierInput
121119
}
@@ -156,8 +154,6 @@ input AddCartLineItem {
156154
custom: CustomFieldsDraft
157155
shippingDetails: ItemShippingDetailsDraft
158156
addedAt: DateTime
159-
160-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
161157
recurrenceInfo: LineItemRecurrenceInfoInputDraft
162158
externalTaxRate: ExternalTaxRateDraft
163159
externalPrice: BaseMoneyInput
@@ -246,8 +242,6 @@ input AddMyCartLineItem {
246242
custom: CustomFieldsDraft
247243
shippingDetails: ItemShippingDetailsDraft
248244
addedAt: DateTime
249-
250-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
251245
recurrenceInfo: LineItemRecurrenceInfoInputDraft
252246
}
253247

@@ -407,8 +401,6 @@ input AddStagedOrderCustomLineItem {
407401
quantity: Long
408402
custom: CustomFieldsDraft
409403
priceMode: CustomLineItemPriceMode
410-
411-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
412404
recurrenceInfo: CustomLineItemRecurrenceInfoInputDraft
413405
shippingDetails: ItemShippingDetailsDraftType
414406
taxCategory: ResourceIdentifierInput
@@ -468,8 +460,6 @@ input AddStagedOrderLineItem {
468460
distributionChannel: ResourceIdentifierInput
469461
custom: CustomFieldsDraft
470462
addedAt: DateTime
471-
472-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
473463
recurrenceInfo: LineItemRecurrenceInfoInputDraft
474464
externalTaxRate: ExternalTaxRateDraft
475465
externalPrice: BaseMoneyInput
@@ -2193,13 +2183,8 @@ input CartUpdateAction {
21932183
applyDeltaToCustomLineItemShippingDetailsTargets: ApplyCartDeltaToCustomLineItemShippingDetailsTargets
21942184
addLineItem: AddCartLineItem
21952185
addCustomLineItem: AddCartCustomLineItem
2196-
2197-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
21982186
setLineItemRecurrenceInfo: SetLineItemRecurrenceInfo
2199-
2200-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
22012187
setCustomLineItemRecurrenceInfo: SetCustomLineItemRecurrenceInfo
2202-
22032188
changeLineItemQuantity: ChangeCartLineItemQuantity
22042189
}
22052190

@@ -3406,8 +3391,6 @@ type CustomLineItem {
34063391
custom: CustomFieldsType
34073392
shippingDetails: ItemShippingDetails
34083393
priceMode: CustomLineItemPriceMode!
3409-
3410-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34113394
recurrenceInfo: CustomLineItemRecurrenceInfo
34123395
}
34133396

@@ -3422,8 +3405,6 @@ input CustomLineItemDraft {
34223405
custom: CustomFieldsDraft
34233406
shippingDetails: ItemShippingDetailsDraft
34243407
priceMode: CustomLineItemPriceMode
3425-
3426-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34273408
recurrenceInfo: CustomLineItemRecurrenceInfoInputDraft
34283409
}
34293410

@@ -3444,8 +3425,6 @@ type CustomLineItemDraftOutput {
34443425
acceptLanguage: [Locale!]): String
34453426
taxCategoryResId: ResourceIdentifier
34463427
nameAllLocales: [LocalizedString!]!
3447-
3448-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34493428
recurrenceInfo: CustomLineItemRecurrenceInfoDraft
34503429
}
34513430

@@ -3471,20 +3450,17 @@ enum CustomLineItemPriceMode {
34713450
Standard
34723451
}
34733452

3474-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34753453
type CustomLineItemRecurrenceInfo {
34763454
recurrencePolicy: RecurrencePolicy
34773455
recurrencePolicyRef: RecurrencePolicyRef!
34783456
expiresAt: DateTime
34793457
}
34803458

3481-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34823459
type CustomLineItemRecurrenceInfoDraft {
34833460
recurrencePolicyRef: RecurrencePolicyReferenceIdentifier
34843461
expiresAt: DateTime
34853462
}
34863463

3487-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
34883464
input CustomLineItemRecurrenceInfoInputDraft {
34893465
recurrencePolicy: ResourceIdentifierInput!
34903466
expiresAt: DateTime
@@ -5493,8 +5469,6 @@ type LineItem {
54935469
shippingDetails: ItemShippingDetails
54945470
perMethodTaxRate: [MethodTaxRate!]!
54955471
taxedPricePortions: [MethodTaxedPrice!]!
5496-
5497-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
54985472
recurrenceInfo: LineItemRecurrenceInfo
54995473
}
55005474

@@ -5509,8 +5483,6 @@ input LineItemDraft {
55095483
custom: CustomFieldsDraft
55105484
shippingDetails: ItemShippingDetailsDraft
55115485
addedAt: DateTime
5512-
5513-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
55145486
recurrenceInfo: LineItemRecurrenceInfoInputDraft
55155487
externalTaxRate: ExternalTaxRateDraft
55165488
externalPrice: BaseMoneyInput
@@ -5535,8 +5507,6 @@ type LineItemDraftOutput {
55355507
addedAt: DateTime
55365508
distributionChannelResId: ResourceIdentifier
55375509
supplyChannelResId: ResourceIdentifier
5538-
5539-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
55405510
recurrenceInfo: LineItemRecurrenceInfoDraft
55415511
}
55425512

@@ -5583,22 +5553,19 @@ enum LineItemPriceMode {
55835553
Platform
55845554
}
55855555

5586-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
55875556
type LineItemRecurrenceInfo {
55885557
recurrencePolicy: RecurrencePolicy
55895558
recurrencePolicyRef: RecurrencePolicyRef!
55905559
expiresAt: DateTime
55915560
priceSelectionMode: PriceSelectionMode!
55925561
}
55935562

5594-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
55955563
type LineItemRecurrenceInfoDraft {
55965564
recurrencePolicyRef: RecurrencePolicyReferenceIdentifier
55975565
expiresAt: DateTime
55985566
priceSelectionMode: PriceSelectionMode!
55995567
}
56005568

5601-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
56025569
input LineItemRecurrenceInfoInputDraft {
56035570
recurrencePolicy: ResourceIdentifierInput!
56045571
expiresAt: DateTime
@@ -6932,40 +6899,29 @@ type Mutation {
69326899
"Queries with specified key"
69336900
key: String): AssociateRole
69346901

6935-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69366902
createRecurringOrder(draft: RecurringOrderDraft!): RecurringOrder
6937-
6938-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69396903
updateRecurringOrder(version: Long!, actions: [RecurringOrderUpdateAction!]!,
69406904

69416905
"Queries with specified ID"
69426906
id: String,
69436907

69446908
"Queries with specified key"
69456909
key: String): RecurringOrder
6946-
6947-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69486910
deleteRecurringOrder(version: Long!, personalDataErasure: Boolean = false,
69496911

69506912
"Queries with specified ID"
69516913
id: String,
69526914

69536915
"Queries with specified key"
69546916
key: String): RecurringOrder
6955-
6956-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69576917
createRecurrencePolicy(draft: RecurrencePolicyDraft!): RecurrencePolicy
6958-
6959-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69606918
updateRecurrencePolicy(version: Long!, actions: [RecurrencePolicyUpdateAction!]!,
69616919

69626920
"Queries with specified ID"
69636921
id: String,
69646922

69656923
"Queries with specified key"
69666924
key: String): RecurrencePolicy
6967-
6968-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
69696925
deleteRecurrencePolicy(version: Long!,
69706926

69716927
"Queries with specified ID"
@@ -7103,11 +7059,7 @@ input MyCartUpdateAction {
71037059
applyDeltaToLineItemShippingDetailsTargets: ApplyCartDeltaToLineItemShippingDetailsTargets
71047060
applyDeltaToCustomLineItemShippingDetailsTargets: ApplyCartDeltaToCustomLineItemShippingDetailsTargets
71057061
addLineItem: AddMyCartLineItem
7106-
7107-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
71087062
setLineItemRecurrenceInfo: SetLineItemRecurrenceInfo
7109-
7110-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
71117063
setCustomLineItemRecurrenceInfo: SetCustomLineItemRecurrenceInfo
71127064
changeLineItemQuantity: ChangeCartLineItemQuantity
71137065
}
@@ -7149,8 +7101,6 @@ input MyLineItemDraft {
71497101
custom: CustomFieldsDraft
71507102
shippingDetails: ItemShippingDetailsDraft
71517103
addedAt: DateTime
7152-
7153-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
71547104
recurrenceInfo: LineItemRecurrenceInfoInputDraft
71557105
}
71567106

@@ -7360,11 +7310,7 @@ type Order implements Versioned & ReferenceExpandable {
73607310
cart: Cart
73617311
quoteRef: Reference
73627312
quote: Quote
7363-
7364-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
73657313
recurringOrderRef: Reference
7366-
7367-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
73687314
recurringOrder: RecurringOrder
73697315
custom: CustomFieldsType
73707316
id: String!
@@ -8487,7 +8433,6 @@ enum PriceMode {
84878433
Standalone
84888434
}
84898435

8490-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
84918436
enum PriceSelectionMode {
84928437
"Every time a new order is created from this recurring order, we will update to the latest price available"
84938438
Dynamic
@@ -8893,11 +8838,7 @@ type ProductPrice {
88938838
discounted: DiscountedProductPriceValue
88948839
tiers: [ProductPriceTier!]
88958840
custom: CustomFieldsType
8896-
8897-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
88988841
recurrencePolicy: RecurrencePolicy
8899-
8900-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
89018842
recurrencePolicyRef: Reference
89028843
}
89038844

@@ -10433,8 +10374,6 @@ type Query {
1043310374
"Queries with specified key"
1043410375
key: String): RecurringOrder
1043510376
recurringOrders(where: String, sort: [String!], limit: Int, offset: Int): RecurringOrderQueryResult!
10436-
10437-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1043810377
recurrencePolicy(
1043910378
"Queries with specified ID"
1044010379
id: String,
@@ -10809,7 +10748,6 @@ input RecalculateCart {
1080910748
updateProductData: Boolean = false
1081010749
}
1081110750

10812-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1081310751
type RecurrencePolicy implements Versioned {
1081410752
id: String!
1081510753
version: Long!
@@ -10850,7 +10788,6 @@ type RecurrencePolicyQueryResult {
1085010788
results: [RecurrencePolicy!]!
1085110789
}
1085210790

10853-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1085410791
type RecurrencePolicyRef {
1085510792
typeId: String!
1085610793
id: String!
@@ -10878,7 +10815,6 @@ input RecurrencePolicyUpdateAction {
1087810815
setSchedule: SetRecurrencePolicySchedule
1087910816
}
1088010817

10881-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1088210818
type RecurringOrder implements Versioned {
1088310819
key: String
1088410820
recurringOrderState: RecurringOrderState!
@@ -10958,7 +10894,6 @@ type RecurringOrderDeleted implements MessagePayload {
1095810894
type: String!
1095910895
}
1096010896

10961-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1096210897
input RecurringOrderDraft {
1096310898
key: String
1096410899
custom: CustomFieldsDraft
@@ -11010,7 +10945,6 @@ type RecurringOrderStartsAtSet implements MessagePayload {
1101010945
type: String!
1101110946
}
1101210947

11013-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1101410948
enum RecurringOrderState {
1101510949
Active
1101610950
Canceled
@@ -11032,7 +10966,6 @@ input RecurringOrderStateDraft {
1103210966
expired: RecurringOrderExpiredInput
1103310967
}
1103410968

11035-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1103610969
type RecurringOrderStateTransition implements MessagePayload {
1103710970
force: Boolean!
1103810971
state: State
@@ -12413,12 +12346,9 @@ input SetChannelRoles {
1241312346
roles: [ChannelRole!]!
1241412347
}
1241512348

12416-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1241712349
input SetCustomLineItemRecurrenceInfo {
1241812350
customLineItemId: String!
1241912351
customLineItemKey: String
12420-
12421-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1242212352
recurrenceInfo: CustomLineItemRecurrenceInfoInputDraft
1242312353
}
1242412354

@@ -12654,11 +12584,8 @@ input SetInventoryLimits {
1265412584
maxCartQuantity: Int
1265512585
}
1265612586

12657-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1265812587
input SetLineItemRecurrenceInfo {
1265912588
lineItemId: String!
12660-
12661-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1266212589
recurrenceInfo: LineItemRecurrenceInfoInputDraft
1266312590
}
1266412591

@@ -15381,11 +15308,7 @@ type StandalonePrice implements Versioned {
1538115308
If set to `false`, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
1538215309
"""
1538315310
active: Boolean!
15384-
15385-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1538615311
recurrencePolicyRef: Reference
15387-
15388-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1538915312
recurrencePolicy: RecurrencePolicy
1539015313
createdAt: DateTime!
1539115314
lastModifiedAt: DateTime!

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,4 @@ bf9886771c750bd43c1fc124dd6689ef4e3b45c5
472472
ea7ba668e4084d845f2f3871c239999f43613b28
473473
7c8466665829aaf9142b056c57fe5b32c4072076
474474
263e58a9f68bacfe67cd292b203c956d5ae9f264
475+
780cff25cc0c08ba669762069bb264848aa5f6d5

0 commit comments

Comments
 (0)