File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/platform-sdk/src/generated/models Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ export interface ISkipConfiguration {
488488 *
489489 */
490490export 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 */
526526export 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 */
Original file line number Diff line number Diff line change @@ -461,3 +461,4 @@ e60554cf51abaeb40bb26716fb27ada4c135b40f
461461f890eb4fa0cfcd4c9ee767edd8106a4690a4dd7b
462462946b77339c0aa1f9205ccf4966e26de47cac11f3
463463bf9886771c750bd43c1fc124dd6689ef4e3b45c5
464+ ea7ba668e4084d845f2f3871c239999f43613b28
You can’t perform that action at this time.
0 commit comments