@commercelayer/sdk 6.36.0 → 6.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.mts CHANGED
@@ -8841,10 +8841,10 @@ type OrderFactorySort = Pick<OrderFactory, 'id' | 'status' | 'started_at' | 'com
8841
8841
  interface OrderFactory extends Resource {
8842
8842
  readonly type: OrderFactoryType;
8843
8843
  /**
8844
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
8844
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
8845
8845
  * @example ```"in_progress"```
8846
8846
  */
8847
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
8847
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
8848
8848
  /**
8849
8849
  * Time at which the order copy was started.
8850
8850
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -8909,10 +8909,10 @@ type RecurringOrderCopySort = Pick<RecurringOrderCopy, 'id' | 'status' | 'starte
8909
8909
  interface RecurringOrderCopy extends Resource {
8910
8910
  readonly type: RecurringOrderCopyType;
8911
8911
  /**
8912
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
8912
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
8913
8913
  * @example ```"in_progress"```
8914
8914
  */
8915
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
8915
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
8916
8916
  /**
8917
8917
  * Time at which the order copy was started.
8918
8918
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -9443,10 +9443,10 @@ type OrderCopySort = Pick<OrderCopy, 'id' | 'status' | 'started_at' | 'completed
9443
9443
  interface OrderCopy extends Resource {
9444
9444
  readonly type: OrderCopyType;
9445
9445
  /**
9446
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
9446
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
9447
9447
  * @example ```"in_progress"```
9448
9448
  */
9449
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
9449
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
9450
9450
  /**
9451
9451
  * Time at which the order copy was started.
9452
9452
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -17137,7 +17137,7 @@ type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
17137
17137
  type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
17138
17138
  declare class CommerceLayerClient {
17139
17139
  #private;
17140
- readonly openApiSchemaVersion = "7.8.2";
17140
+ readonly openApiSchemaVersion = "7.8.3";
17141
17141
  constructor(config: CommerceLayerInitConfig);
17142
17142
  get addresses(): Addresses;
17143
17143
  get adjustments(): Adjustments;
package/lib/index.d.ts CHANGED
@@ -8841,10 +8841,10 @@ type OrderFactorySort = Pick<OrderFactory, 'id' | 'status' | 'started_at' | 'com
8841
8841
  interface OrderFactory extends Resource {
8842
8842
  readonly type: OrderFactoryType;
8843
8843
  /**
8844
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
8844
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
8845
8845
  * @example ```"in_progress"```
8846
8846
  */
8847
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
8847
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
8848
8848
  /**
8849
8849
  * Time at which the order copy was started.
8850
8850
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -8909,10 +8909,10 @@ type RecurringOrderCopySort = Pick<RecurringOrderCopy, 'id' | 'status' | 'starte
8909
8909
  interface RecurringOrderCopy extends Resource {
8910
8910
  readonly type: RecurringOrderCopyType;
8911
8911
  /**
8912
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
8912
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
8913
8913
  * @example ```"in_progress"```
8914
8914
  */
8915
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
8915
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
8916
8916
  /**
8917
8917
  * Time at which the order copy was started.
8918
8918
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -9443,10 +9443,10 @@ type OrderCopySort = Pick<OrderCopy, 'id' | 'status' | 'started_at' | 'completed
9443
9443
  interface OrderCopy extends Resource {
9444
9444
  readonly type: OrderCopyType;
9445
9445
  /**
9446
- * The order factory status. One of 'pending' (default), 'in_progress', 'failed', or 'completed'.
9446
+ * The order factory status. One of 'pending' (default), 'in_progress', 'aborted', 'failed', or 'completed'.
9447
9447
  * @example ```"in_progress"```
9448
9448
  */
9449
- status: 'pending' | 'in_progress' | 'failed' | 'completed';
9449
+ status: 'pending' | 'in_progress' | 'aborted' | 'failed' | 'completed';
9450
9450
  /**
9451
9451
  * Time at which the order copy was started.
9452
9452
  * @example ```"2018-01-01T12:00:00.000Z"```
@@ -17137,7 +17137,7 @@ type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
17137
17137
  type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
17138
17138
  declare class CommerceLayerClient {
17139
17139
  #private;
17140
- readonly openApiSchemaVersion = "7.8.2";
17140
+ readonly openApiSchemaVersion = "7.8.3";
17141
17141
  constructor(config: CommerceLayerInitConfig);
17142
17142
  get addresses(): Addresses;
17143
17143
  get adjustments(): Adjustments;