@@ -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"
18541853type 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"
18631861input 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"
31363130type 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"
31453138input 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"
31533145type 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"
31623153input 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"
74897479interface 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"
74947483input PatternComponentInput {
74957484 CountOnLineItemUnits : CountOnLineItemUnitsInput
74967485 CountOnCustomLineItemUnits : CountOnCustomLineItemUnitsInput
0 commit comments