@@ -1850,7 +1850,6 @@ type CartDiscountLimitsProjection {
1850
1850
totalActiveWithoutDiscountCodes : CartDiscountLimitWithCurrent !
1851
1851
}
1852
1852
1853
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1854
1853
type CartDiscountPatternTarget implements CartDiscountTarget {
1855
1854
triggerPattern : [PatternComponent ! ]!
1856
1855
targetPattern : [PatternComponent ! ]!
@@ -1859,7 +1858,6 @@ type CartDiscountPatternTarget implements CartDiscountTarget {
1859
1858
type : String !
1860
1859
}
1861
1860
1862
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1863
1861
input CartDiscountPatternTargetInput {
1864
1862
triggerPattern : [PatternComponentInput ! ]!
1865
1863
targetPattern : [PatternComponentInput ! ]!
@@ -1915,8 +1913,6 @@ input CartDiscountTargetInput {
1915
1913
multiBuyLineItems : MultiBuyLineItemsTargetInput
1916
1914
multiBuyCustomLineItems : MultiBuyCustomLineItemsTargetInput
1917
1915
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"
1920
1916
pattern : CartDiscountPatternTargetInput
1921
1917
}
1922
1918
@@ -3131,8 +3127,6 @@ input ConfluentCloudDestinationInput {
3131
3127
key : String
3132
3128
}
3133
3129
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"
3136
3130
type CountOnCustomLineItemUnits implements PatternComponent {
3137
3131
predicate : String !
3138
3132
minCount : Int
@@ -3141,15 +3135,13 @@ type CountOnCustomLineItemUnits implements PatternComponent {
3141
3135
type : String !
3142
3136
}
3143
3137
3144
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
3145
3138
input CountOnCustomLineItemUnitsInput {
3146
3139
predicate : String !
3147
3140
minCount : Int = 1
3148
3141
maxCount : Int
3149
3142
excludeCount : Int @deprecated (reason : " Please use 'triggerPattern' to exclude." )
3150
3143
}
3151
3144
3152
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
3153
3145
type CountOnLineItemUnits implements PatternComponent {
3154
3146
predicate : String !
3155
3147
minCount : Int
@@ -3158,7 +3150,6 @@ type CountOnLineItemUnits implements PatternComponent {
3158
3150
type : String !
3159
3151
}
3160
3152
3161
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
3162
3153
input CountOnLineItemUnitsInput {
3163
3154
predicate : String !
3164
3155
minCount : Int = 1
@@ -7485,12 +7476,10 @@ type ParcelTrackingDataUpdated implements MessagePayload & OrderMessagePayload {
7485
7476
type : String !
7486
7477
}
7487
7478
7488
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
7489
7479
interface PatternComponent {
7490
7480
type : String !
7491
7481
}
7492
7482
7493
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
7494
7483
input PatternComponentInput {
7495
7484
CountOnLineItemUnits : CountOnLineItemUnitsInput
7496
7485
CountOnCustomLineItemUnits : CountOnCustomLineItemUnitsInput
0 commit comments