@whiplashmerch/whiplash-api-client 0.4.85 → 0.4.86

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.
@@ -23639,7 +23639,6 @@ export interface PutApiV21OrdersId {
23639
23639
  last_name?: string;
23640
23640
  /** meta data for this order as stringified JSON */
23641
23641
  meta_data?: string;
23642
- order_items?: string;
23643
23642
  /**
23644
23643
  * the order original id (from the shop that sent whiplash the order)
23645
23644
  * Note: contains the global-e order id for any global-e order.
@@ -24025,7 +24024,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
24025
24024
  last_name?: string;
24026
24025
  /** meta data for this order as stringified JSON */
24027
24026
  meta_data?: string;
24028
- order_items?: string;
24029
24027
  /**
24030
24028
  * the order original id (from the shop that sent whiplash the order)
24031
24029
  * Note: contains the global-e order id for any global-e order.
@@ -27990,7 +27988,6 @@ export interface PutApiV2OrdersId {
27990
27988
  last_name?: string;
27991
27989
  /** meta data for this order as stringified JSON */
27992
27990
  meta_data?: string;
27993
- order_items?: string;
27994
27991
  /**
27995
27992
  * the order original id (from the shop that sent whiplash the order)
27996
27993
  * Note: contains the global-e order id for any global-e order.
@@ -28370,7 +28367,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
28370
28367
  last_name?: string;
28371
28368
  /** meta data for this order as stringified JSON */
28372
28369
  meta_data?: string;
28373
- order_items?: string;
28374
28370
  /**
28375
28371
  * the order original id (from the shop that sent whiplash the order)
28376
28372
  * Note: contains the global-e order id for any global-e order.
@@ -11597,7 +11597,6 @@ export interface PutApiV21OrdersId {
11597
11597
  last_name?: string;
11598
11598
  /** meta data for this order as stringified JSON */
11599
11599
  meta_data?: string;
11600
- order_items?: string;
11601
11600
  /**
11602
11601
  * the order original id (from the shop that sent whiplash the order)
11603
11602
  * Note: contains the global-e order id for any global-e order.
@@ -11896,7 +11895,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
11896
11895
  last_name?: string;
11897
11896
  /** meta data for this order as stringified JSON */
11898
11897
  meta_data?: string;
11899
- order_items?: string;
11900
11898
  /**
11901
11899
  * the order original id (from the shop that sent whiplash the order)
11902
11900
  * Note: contains the global-e order id for any global-e order.
@@ -13826,7 +13824,6 @@ export interface PutApiV2OrdersId {
13826
13824
  last_name?: string;
13827
13825
  /** meta data for this order as stringified JSON */
13828
13826
  meta_data?: string;
13829
- order_items?: string;
13830
13827
  /**
13831
13828
  * the order original id (from the shop that sent whiplash the order)
13832
13829
  * Note: contains the global-e order id for any global-e order.
@@ -14123,7 +14120,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14123
14120
  last_name?: string;
14124
14121
  /** meta data for this order as stringified JSON */
14125
14122
  meta_data?: string;
14126
- order_items?: string;
14127
14123
  /**
14128
14124
  * the order original id (from the shop that sent whiplash the order)
14129
14125
  * Note: contains the global-e order id for any global-e order.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.4.85",
3
+ "version": "0.4.86",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {