File tree Expand file tree Collapse file tree 7 files changed +21
-6
lines changed
commercetools.Sdk.Api/Generated/commercetoolsSdkApi/Models/CartDiscounts
commercetools.Sdk.GraphQL.Api Expand file tree Collapse file tree 7 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 38
38
- added property ` discountTypeCombination ` to type ` Order `
39
39
</details >
40
40
41
+
42
+ <details >
43
+ <summary >MarkDeprecated Property(s)</summary >
44
+
45
+ - marked property ` CountOnCustomLineItemUnits::excludeCount ` as deprecated
46
+ - marked property ` CountOnLineItemUnits::excludeCount ` as deprecated
47
+ </details >
48
+
Original file line number Diff line number Diff line change 1
-
1
+ using System ;
2
2
3
3
namespace commercetools . Sdk . Api . Models . CartDiscounts
4
4
{
@@ -13,6 +13,7 @@ public partial class CountOnCustomLineItemUnits : ICountOnCustomLineItemUnits
13
13
14
14
public int ? MaxCount { get ; set ; }
15
15
16
+ [ ObsoleteAttribute ( "This property is obsolete" , false ) ]
16
17
public int ? ExcludeCount { get ; set ; }
17
18
public CountOnCustomLineItemUnits ( )
18
19
{
Original file line number Diff line number Diff line change 1
-
1
+ using System ;
2
2
3
3
namespace commercetools . Sdk . Api . Models . CartDiscounts
4
4
{
@@ -13,6 +13,7 @@ public partial class CountOnLineItemUnits : ICountOnLineItemUnits
13
13
14
14
public int ? MaxCount { get ; set ; }
15
15
16
+ [ ObsoleteAttribute ( "This property is obsolete" , false ) ]
16
17
public int ? ExcludeCount { get ; set ; }
17
18
public CountOnLineItemUnits ( )
18
19
{
Original file line number Diff line number Diff line change
1
+ using System ;
1
2
using commercetools . Base . CustomAttributes ;
2
3
// ReSharper disable CheckNamespace
3
4
namespace commercetools . Sdk . Api . Models . CartDiscounts
@@ -11,6 +12,7 @@ public partial interface ICountOnCustomLineItemUnits : IPatternComponent
11
12
12
13
int ? MaxCount { get ; set ; }
13
14
15
+ [ ObsoleteAttribute ( "This property is obsolete" , false ) ]
14
16
int ? ExcludeCount { get ; set ; }
15
17
16
18
}
Original file line number Diff line number Diff line change
1
+ using System ;
1
2
using commercetools . Base . CustomAttributes ;
2
3
// ReSharper disable CheckNamespace
3
4
namespace commercetools . Sdk . Api . Models . CartDiscounts
@@ -11,6 +12,7 @@ public partial interface ICountOnLineItemUnits : IPatternComponent
11
12
12
13
int ? MaxCount { get ; set ; }
13
14
15
+ [ ObsoleteAttribute ( "This property is obsolete" , false ) ]
14
16
int ? ExcludeCount { get ; set ; }
15
17
16
18
}
Original file line number Diff line number Diff line change @@ -3128,7 +3128,7 @@ type CountOnCustomLineItemUnits implements PatternComponent {
3128
3128
predicate : String !
3129
3129
minCount : Int
3130
3130
maxCount : Int
3131
- excludeCount : Int
3131
+ excludeCount : Int @deprecated ( reason : " Please use 'triggerPattern' to exclude. " )
3132
3132
type : String !
3133
3133
}
3134
3134
@@ -3137,15 +3137,15 @@ input CountOnCustomLineItemUnitsInput {
3137
3137
predicate : String !
3138
3138
minCount : Int = 1
3139
3139
maxCount : Int
3140
- excludeCount : Int
3140
+ excludeCount : Int @deprecated ( reason : " Please use 'triggerPattern' to exclude. " )
3141
3141
}
3142
3142
3143
3143
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
3144
3144
type CountOnLineItemUnits implements PatternComponent {
3145
3145
predicate : String !
3146
3146
minCount : Int
3147
3147
maxCount : Int
3148
- excludeCount : Int
3148
+ excludeCount : Int @deprecated ( reason : " Please use 'triggerPattern' to exclude. " )
3149
3149
type : String !
3150
3150
}
3151
3151
@@ -3154,7 +3154,7 @@ input CountOnLineItemUnitsInput {
3154
3154
predicate : String !
3155
3155
minCount : Int = 1
3156
3156
maxCount : Int
3157
- excludeCount : Int
3157
+ excludeCount : Int @deprecated ( reason : " Please use 'triggerPattern' to exclude. " )
3158
3158
}
3159
3159
3160
3160
"[ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1) country code."
Original file line number Diff line number Diff line change @@ -320,3 +320,4 @@ cf0f702598daf6d644ae327099b96b83f5539dfb
320
320
0db86e55e10010d0994faa7cffb5b1301dbac71f
321
321
5f1b9a7bef052b7f67754d4eccf9d18d139d53c1
322
322
bc499c5a4815716efc119199dd274dc72f538a36
323
+ 77fcf46413ef8bb5133eb0907f42cba037c54c61
You can’t perform that action at this time.
0 commit comments