File tree Expand file tree Collapse file tree 5 files changed +39
-0
lines changed
packages/importapi-sdk/src/generated/models Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @commercetools/importapi-sdk ' : minor
3+ ---
4+
5+ ** Import changes**
6+
7+ <details >
8+ <summary >Added Enum(s)</summary >
9+
10+ - added enum ` partiallyImported ` to type ` ProcessingState `
11+ </details >
12+
13+ <details >
14+ <summary >Added Property(s)</summary >
15+
16+ - added property ` partiallyImported ` to type ` OperationStates `
17+ </details >
Original file line number Diff line number Diff line change 1+ ** Import changes**
2+
3+ <details >
4+ <summary >Added Enum(s)</summary >
5+
6+ - added enum ` partiallyImported ` to type ` ProcessingState `
7+ </details >
8+
9+ <details >
10+ <summary >Added Property(s)</summary >
11+
12+ - added property ` partiallyImported ` to type ` OperationStates `
13+ </details >
14+
115** Checkout changes**
216
317<details >
Original file line number Diff line number Diff line change @@ -713,6 +713,7 @@ export type ReferenceType =
713713export enum ProcessingStateValues {
714714 Canceled = 'canceled' ,
715715 Imported = 'imported' ,
716+ PartiallyImported = 'partiallyImported' ,
716717 Processing = 'processing' ,
717718 Rejected = 'rejected' ,
718719 Unresolved = 'unresolved' ,
@@ -723,6 +724,7 @@ export enum ProcessingStateValues {
723724export type ProcessingState =
724725 | 'canceled'
725726 | 'imported'
727+ | 'partiallyImported'
726728 | 'processing'
727729 | 'rejected'
728730 | 'unresolved'
Original file line number Diff line number Diff line change @@ -60,4 +60,9 @@ export interface OperationStates {
6060 *
6161 */
6262 readonly canceled : number
63+ /**
64+ * The number of ImportOperations in the `partiallyImported` state.
65+ *
66+ */
67+ readonly partiallyImported : number
6368}
Original file line number Diff line number Diff line change @@ -522,3 +522,4 @@ d71139f421f6ec0343438bef335b6826feaa86e7
5225221c132d4f4baa5b0c2972dfa0340a2ed5d5e781e8
523523f2c34069b067b892f11f451fccc4b0b7886874c6
5245249c2df52905e1196479f72e6f31d9d5b2688acc5b
525+ d6881e9b71486cb67db3ba779f13d2f5142ef525
You can’t perform that action at this time.
0 commit comments