Skip to content

Commit 89d5fd8

Browse files
committed
build(codegen): updating SDK
1 parent 2559f6f commit 89d5fd8

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,6 @@ type CartDiscountLimitsProjection {
18501850
totalActiveWithoutDiscountCodes: CartDiscountLimitWithCurrent!
18511851
}
18521852

1853-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18541853
type CartDiscountPatternTarget implements CartDiscountTarget {
18551854
triggerPattern: [PatternComponent!]!
18561855
targetPattern: [PatternComponent!]!
@@ -1859,7 +1858,6 @@ type CartDiscountPatternTarget implements CartDiscountTarget {
18591858
type: String!
18601859
}
18611860

1862-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18631861
input CartDiscountPatternTargetInput {
18641862
triggerPattern: [PatternComponentInput!]!
18651863
targetPattern: [PatternComponentInput!]!
@@ -1915,8 +1913,6 @@ input CartDiscountTargetInput {
19151913
multiBuyLineItems: MultiBuyLineItemsTargetInput
19161914
multiBuyCustomLineItems: MultiBuyCustomLineItemsTargetInput
19171915
totalPrice: CartDiscountTotalPriceTargetInput
1918-
1919-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
19201916
pattern: CartDiscountPatternTargetInput
19211917
}
19221918

@@ -3131,8 +3127,6 @@ input ConfluentCloudDestinationInput {
31313127
key: String
31323128
}
31333129

3134-
3135-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31363130
type CountOnCustomLineItemUnits implements PatternComponent {
31373131
predicate: String!
31383132
minCount: Int
@@ -3141,15 +3135,13 @@ type CountOnCustomLineItemUnits implements PatternComponent {
31413135
type: String!
31423136
}
31433137

3144-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31453138
input CountOnCustomLineItemUnitsInput {
31463139
predicate: String!
31473140
minCount: Int = 1
31483141
maxCount: Int
31493142
excludeCount: Int @deprecated(reason: "Please use 'triggerPattern' to exclude.")
31503143
}
31513144

3152-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31533145
type CountOnLineItemUnits implements PatternComponent {
31543146
predicate: String!
31553147
minCount: Int
@@ -3158,7 +3150,6 @@ type CountOnLineItemUnits implements PatternComponent {
31583150
type: String!
31593151
}
31603152

3161-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31623153
input CountOnLineItemUnitsInput {
31633154
predicate: String!
31643155
minCount: Int = 1
@@ -7485,12 +7476,10 @@ type ParcelTrackingDataUpdated implements MessagePayload & OrderMessagePayload {
74857476
type: String!
74867477
}
74877478

7488-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
74897479
interface PatternComponent {
74907480
type: String!
74917481
}
74927482

7493-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
74947483
input PatternComponentInput {
74957484
CountOnLineItemUnits: CountOnLineItemUnitsInput
74967485
CountOnCustomLineItemUnits: CountOnCustomLineItemUnitsInput

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,4 @@ a7aa20c17dc375042673f3de785e65cda595960c
391391
0d4223fbb7b6010a0e567bf129f511b03ad91468
392392
8cba9de0459fba60f7aaa556ae0485235f444362
393393
a33feaab360e352573f683dd36889c80735e3900
394+
6082ac4e80a66d271c68785c32ea07853e8211ef

0 commit comments

Comments
 (0)