Skip to content

Commit 219e166

Browse files
authored
build(codegen): updating SDK (#1172)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 61b5764 commit 219e166

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/platform-sdk/src/generated/models/recurring-order.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export interface ISkipConfiguration {
488488
*
489489
*/
490490
export interface Counter extends ISkipConfiguration {
491-
readonly type: 'counter'
491+
readonly type: 'Counter'
492492
/**
493493
* Number of Orders that will be skipped.
494494
*
@@ -524,7 +524,7 @@ export interface ISkipConfigurationDraft {
524524
*
525525
*/
526526
export interface CounterDraft extends ISkipConfigurationDraft {
527-
readonly type: 'counter'
527+
readonly type: 'Counter'
528528
/**
529529
* Number of Orders that will be skipped.
530530
*
@@ -610,7 +610,7 @@ export interface RecurringOrderSetOrderSkipConfigurationAction
610610
extends IRecurringOrderUpdateAction {
611611
readonly action: 'setOrderSkipConfiguration'
612612
/**
613-
* Configuration for skipping the next orders of the [Recurring Order](ctp:api:type:RecurringOrder).
613+
* Configuration for skipping future orders of the [Recurring Order](ctp:api:type:RecurringOrder).
614614
*
615615
*
616616
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,3 +461,4 @@ e60554cf51abaeb40bb26716fb27ada4c135b40f
461461
f890eb4fa0cfcd4c9ee767edd8106a4690a4dd7b
462462
946b77339c0aa1f9205ccf4966e26de47cac11f3
463463
bf9886771c750bd43c1fc124dd6689ef4e3b45c5
464+
ea7ba668e4084d845f2f3871c239999f43613b28

0 commit comments

Comments
 (0)