@whiplashmerch/whiplash-api-client 0.1.2 → 0.1.3

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.
@@ -239,7 +239,7 @@ const getApiV2ConsumerReturnsOriginatorOriginatorId = (client, originatorId, par
239
239
  });
240
240
  };
241
241
  /**
242
- * @description Update Shop meta fields
242
+ * @description Update ConsumerReturn meta fields
243
243
  *
244
244
  * @tags consumer_returns
245
245
  * @name PutApiV2ConsumerReturnsIdMetaFields
@@ -256,7 +256,7 @@ const putApiV2ConsumerReturnsIdMetaFields = (client, id, ApiV2ConsumerReturnsIdM
256
256
  });
257
257
  };
258
258
  /**
259
- * @description Get the meta fields for a(n) Shop
259
+ * @description Get the meta fields for a(n) ConsumerReturn
260
260
  *
261
261
  * @tags consumer_returns
262
262
  * @name GetApiV2ConsumerReturnsIdMetaFields
@@ -440,7 +440,7 @@ const getApiV21ConsumerReturnsOriginatorOriginatorId = (client, originatorId, pa
440
440
  });
441
441
  };
442
442
  /**
443
- * @description Update Shop meta fields
443
+ * @description Update ConsumerReturn meta fields
444
444
  *
445
445
  * @tags consumer_returns
446
446
  * @name PutApiV21ConsumerReturnsIdMetaFields
@@ -457,7 +457,7 @@ const putApiV21ConsumerReturnsIdMetaFields = (client, id, ApiV21ConsumerReturnsI
457
457
  });
458
458
  };
459
459
  /**
460
- * @description Get the meta fields for a(n) Shop
460
+ * @description Get the meta fields for a(n) ConsumerReturn
461
461
  *
462
462
  * @tags consumer_returns
463
463
  * @name GetApiV21ConsumerReturnsIdMetaFields
@@ -1062,7 +1062,7 @@ const getApiV2ItemsOriginatorOriginatorId = (client, originatorId, params = {})
1062
1062
  });
1063
1063
  };
1064
1064
  /**
1065
- * @description Update Shop meta fields
1065
+ * @description Update Item meta fields
1066
1066
  *
1067
1067
  * @tags items
1068
1068
  * @name PutApiV2ItemsIdMetaFields
@@ -1079,7 +1079,7 @@ const putApiV2ItemsIdMetaFields = (client, id, ApiV2ItemsIdMetaFields, params =
1079
1079
  });
1080
1080
  };
1081
1081
  /**
1082
- * @description Get the meta fields for a(n) Shop
1082
+ * @description Get the meta fields for a(n) Item
1083
1083
  *
1084
1084
  * @tags items
1085
1085
  * @name GetApiV2ItemsIdMetaFields
@@ -1511,7 +1511,7 @@ const getApiV21ItemsOriginatorOriginatorId = (client, originatorId, params = {})
1511
1511
  });
1512
1512
  };
1513
1513
  /**
1514
- * @description Update Shop meta fields
1514
+ * @description Update Item meta fields
1515
1515
  *
1516
1516
  * @tags items
1517
1517
  * @name PutApiV21ItemsIdMetaFields
@@ -1528,7 +1528,7 @@ const putApiV21ItemsIdMetaFields = (client, id, ApiV21ItemsIdMetaFields, params
1528
1528
  });
1529
1529
  };
1530
1530
  /**
1531
- * @description Get the meta fields for a(n) Shop
1531
+ * @description Get the meta fields for a(n) Item
1532
1532
  *
1533
1533
  * @tags items
1534
1534
  * @name GetApiV21ItemsIdMetaFields
@@ -2423,7 +2423,7 @@ const getApiV2OrderItemsId = (client, { id, ...query }, params = {}) => {
2423
2423
  });
2424
2424
  };
2425
2425
  /**
2426
- * @description Update Shop meta fields
2426
+ * @description Update OrderItem meta fields
2427
2427
  *
2428
2428
  * @tags order_items
2429
2429
  * @name PutApiV2OrderItemsIdMetaFields
@@ -2440,7 +2440,7 @@ const putApiV2OrderItemsIdMetaFields = (client, id, ApiV2OrderItemsIdMetaFields,
2440
2440
  });
2441
2441
  };
2442
2442
  /**
2443
- * @description Get the meta fields for a(n) Shop
2443
+ * @description Get the meta fields for a(n) OrderItem
2444
2444
  *
2445
2445
  * @tags order_items
2446
2446
  * @name GetApiV2OrderItemsIdMetaFields
@@ -2572,7 +2572,7 @@ const getApiV21OrderItemsId = (client, { id, ...query }, params = {}) => {
2572
2572
  });
2573
2573
  };
2574
2574
  /**
2575
- * @description Update Shop meta fields
2575
+ * @description Update OrderItem meta fields
2576
2576
  *
2577
2577
  * @tags order_items
2578
2578
  * @name PutApiV21OrderItemsIdMetaFields
@@ -2589,7 +2589,7 @@ const putApiV21OrderItemsIdMetaFields = (client, id, ApiV21OrderItemsIdMetaField
2589
2589
  });
2590
2590
  };
2591
2591
  /**
2592
- * @description Get the meta fields for a(n) Shop
2592
+ * @description Get the meta fields for a(n) OrderItem
2593
2593
  *
2594
2594
  * @tags order_items
2595
2595
  * @name GetApiV21OrderItemsIdMetaFields
@@ -2846,7 +2846,7 @@ const getApiV2OrdersId = (client, id, params = {}) => {
2846
2846
  });
2847
2847
  };
2848
2848
  /**
2849
- * @description Update Shop meta fields
2849
+ * @description Update Order meta fields
2850
2850
  *
2851
2851
  * @tags orders
2852
2852
  * @name PutApiV2OrdersIdMetaFields
@@ -2863,7 +2863,7 @@ const putApiV2OrdersIdMetaFields = (client, id, ApiV2OrdersIdMetaFields, params
2863
2863
  });
2864
2864
  };
2865
2865
  /**
2866
- * @description Get the meta fields for a(n) Shop
2866
+ * @description Get the meta fields for a(n) Order
2867
2867
  *
2868
2868
  * @tags orders
2869
2869
  * @name GetApiV2OrdersIdMetaFields
@@ -3186,7 +3186,7 @@ const getApiV21OrdersId = (client, id, params = {}) => {
3186
3186
  });
3187
3187
  };
3188
3188
  /**
3189
- * @description Update Shop meta fields
3189
+ * @description Update Order meta fields
3190
3190
  *
3191
3191
  * @tags orders
3192
3192
  * @name PutApiV21OrdersIdMetaFields
@@ -3203,7 +3203,7 @@ const putApiV21OrdersIdMetaFields = (client, id, ApiV21OrdersIdMetaFields, param
3203
3203
  });
3204
3204
  };
3205
3205
  /**
3206
- * @description Get the meta fields for a(n) Shop
3206
+ * @description Get the meta fields for a(n) Order
3207
3207
  *
3208
3208
  * @tags orders
3209
3209
  * @name GetApiV21OrdersIdMetaFields
@@ -3592,7 +3592,7 @@ const getApiV2ShipnoticeItemsId = (client, id, params = {}) => {
3592
3592
  });
3593
3593
  };
3594
3594
  /**
3595
- * @description Update Shop meta fields
3595
+ * @description Update ShipnoticeItem meta fields
3596
3596
  *
3597
3597
  * @tags shipnotice_items
3598
3598
  * @name PutApiV2ShipnoticeItemsIdMetaFields
@@ -3609,7 +3609,7 @@ const putApiV2ShipnoticeItemsIdMetaFields = (client, id, ApiV2ShipnoticeItemsIdM
3609
3609
  });
3610
3610
  };
3611
3611
  /**
3612
- * @description Get the meta fields for a(n) Shop
3612
+ * @description Get the meta fields for a(n) ShipnoticeItem
3613
3613
  *
3614
3614
  * @tags shipnotice_items
3615
3615
  * @name GetApiV2ShipnoticeItemsIdMetaFields
@@ -3708,7 +3708,7 @@ const getApiV21ShipnoticeItemsId = (client, id, params = {}) => {
3708
3708
  });
3709
3709
  };
3710
3710
  /**
3711
- * @description Update Shop meta fields
3711
+ * @description Update ShipnoticeItem meta fields
3712
3712
  *
3713
3713
  * @tags shipnotice_items
3714
3714
  * @name PutApiV21ShipnoticeItemsIdMetaFields
@@ -3725,7 +3725,7 @@ const putApiV21ShipnoticeItemsIdMetaFields = (client, id, ApiV21ShipnoticeItemsI
3725
3725
  });
3726
3726
  };
3727
3727
  /**
3728
- * @description Get the meta fields for a(n) Shop
3728
+ * @description Get the meta fields for a(n) ShipnoticeItem
3729
3729
  *
3730
3730
  * @tags shipnotice_items
3731
3731
  * @name GetApiV21ShipnoticeItemsIdMetaFields
@@ -3980,7 +3980,7 @@ const getApiV2ShipnoticesIdShipnoticeItems = (client, { id, ...query }, params =
3980
3980
  });
3981
3981
  };
3982
3982
  /**
3983
- * @description Update Shop meta fields
3983
+ * @description Update Shipnotice meta fields
3984
3984
  *
3985
3985
  * @tags shipnotices
3986
3986
  * @name PutApiV2ShipnoticesIdMetaFields
@@ -3997,7 +3997,7 @@ const putApiV2ShipnoticesIdMetaFields = (client, id, ApiV2ShipnoticesIdMetaField
3997
3997
  });
3998
3998
  };
3999
3999
  /**
4000
- * @description Get the meta fields for a(n) Shop
4000
+ * @description Get the meta fields for a(n) Shipnotice
4001
4001
  *
4002
4002
  * @tags shipnotices
4003
4003
  * @name GetApiV2ShipnoticesIdMetaFields
@@ -4265,7 +4265,7 @@ const getApiV21ShipnoticesIdShipnoticeItems = (client, { id, ...query }, params
4265
4265
  });
4266
4266
  };
4267
4267
  /**
4268
- * @description Update Shop meta fields
4268
+ * @description Update Shipnotice meta fields
4269
4269
  *
4270
4270
  * @tags shipnotices
4271
4271
  * @name PutApiV21ShipnoticesIdMetaFields
@@ -4282,7 +4282,7 @@ const putApiV21ShipnoticesIdMetaFields = (client, id, ApiV21ShipnoticesIdMetaFie
4282
4282
  });
4283
4283
  };
4284
4284
  /**
4285
- * @description Get the meta fields for a(n) Shop
4285
+ * @description Get the meta fields for a(n) Shipnotice
4286
4286
  *
4287
4287
  * @tags shipnotices
4288
4288
  * @name GetApiV21ShipnoticesIdMetaFields
@@ -5412,7 +5412,7 @@ var PostApiV21OrdersStatus;
5412
5412
  PostApiV21OrdersStatus[PostApiV21OrdersStatus["Value30"] = 30] = "Value30";
5413
5413
  PostApiV21OrdersStatus[PostApiV21OrdersStatus["Value35"] = 35] = "Value35";
5414
5414
  })(PostApiV21OrdersStatus || (PostApiV21OrdersStatus = {}));
5415
- /** hazmat class (ORMD/LITHIUM/NONE) */
5415
+ /** hazmat class */
5416
5416
  var PostApiV2ItemsHazmatType;
5417
5417
  (function (PostApiV2ItemsHazmatType) {
5418
5418
  PostApiV2ItemsHazmatType["ORMD"] = "ORMD";
@@ -6429,7 +6429,7 @@ var PutApiV21SimulateOrdersOrderIdProcessingStatus;
6429
6429
  PutApiV21SimulateOrdersOrderIdProcessingStatus["Packed"] = "packed";
6430
6430
  PutApiV21SimulateOrdersOrderIdProcessingStatus["Shipped"] = "shipped";
6431
6431
  })(PutApiV21SimulateOrdersOrderIdProcessingStatus || (PutApiV21SimulateOrdersOrderIdProcessingStatus = {}));
6432
- /** hazmat class (ORMD/LITHIUM/NONE) */
6432
+ /** hazmat class */
6433
6433
  var PutApiV2ItemsHazmatType;
6434
6434
  (function (PutApiV2ItemsHazmatType) {
6435
6435
  PutApiV2ItemsHazmatType["ORMD"] = "ORMD";
@@ -6689,7 +6689,7 @@ var PutApiV2ItemsOriginCountry;
6689
6689
  PutApiV2ItemsOriginCountry["ZM"] = "ZM";
6690
6690
  PutApiV2ItemsOriginCountry["ZW"] = "ZW";
6691
6691
  })(PutApiV2ItemsOriginCountry || (PutApiV2ItemsOriginCountry = {}));
6692
- /** hazmat class (ORMD/LITHIUM/NONE) */
6692
+ /** hazmat class */
6693
6693
  var PutApiV2ItemsOriginatorHazmatType;
6694
6694
  (function (PutApiV2ItemsOriginatorHazmatType) {
6695
6695
  PutApiV2ItemsOriginatorHazmatType["ORMD"] = "ORMD";
@@ -28,7 +28,7 @@ export declare const putApiV2ConsumerReturnsOriginatorOriginatorId: (client: Htt
28
28
  */
29
29
  export declare const getApiV2ConsumerReturnsOriginatorOriginatorId: (client: HttpClient, originatorId: number, params?: RequestParams) => Promise<APIV2EntitiesConsumerReturn>;
30
30
  /**
31
- * @description Update Shop meta fields
31
+ * @description Update ConsumerReturn meta fields
32
32
  *
33
33
  * @tags consumer_returns
34
34
  * @name PutApiV2ConsumerReturnsIdMetaFields
@@ -37,7 +37,7 @@ export declare const getApiV2ConsumerReturnsOriginatorOriginatorId: (client: Htt
37
37
  */
38
38
  export declare const putApiV2ConsumerReturnsIdMetaFields: (client: HttpClient, id: number, ApiV2ConsumerReturnsIdMetaFields: PutApiV2ConsumerReturnsIdMetaFields, params?: RequestParams) => Promise<void>;
39
39
  /**
40
- * @description Get the meta fields for a(n) Shop
40
+ * @description Get the meta fields for a(n) ConsumerReturn
41
41
  *
42
42
  * @tags consumer_returns
43
43
  * @name GetApiV2ConsumerReturnsIdMetaFields
@@ -136,7 +136,7 @@ export declare const putApiV21ConsumerReturnsOriginatorOriginatorId: (client: Ht
136
136
  */
137
137
  export declare const getApiV21ConsumerReturnsOriginatorOriginatorId: (client: HttpClient, originatorId: number, params?: RequestParams) => Promise<APIV2EntitiesConsumerReturn>;
138
138
  /**
139
- * @description Update Shop meta fields
139
+ * @description Update ConsumerReturn meta fields
140
140
  *
141
141
  * @tags consumer_returns
142
142
  * @name PutApiV21ConsumerReturnsIdMetaFields
@@ -145,7 +145,7 @@ export declare const getApiV21ConsumerReturnsOriginatorOriginatorId: (client: Ht
145
145
  */
146
146
  export declare const putApiV21ConsumerReturnsIdMetaFields: (client: HttpClient, id: number, ApiV21ConsumerReturnsIdMetaFields: PutApiV21ConsumerReturnsIdMetaFields, params?: RequestParams) => Promise<void>;
147
147
  /**
148
- * @description Get the meta fields for a(n) Shop
148
+ * @description Get the meta fields for a(n) ConsumerReturn
149
149
  *
150
150
  * @tags consumer_returns
151
151
  * @name GetApiV21ConsumerReturnsIdMetaFields
@@ -91,7 +91,7 @@ export declare const putApiV2ItemsOriginatorOriginatorId: (client: HttpClient, o
91
91
  */
92
92
  export declare const getApiV2ItemsOriginatorOriginatorId: (client: HttpClient, originatorId: number, params?: RequestParams) => Promise<APIV2EntitiesItem>;
93
93
  /**
94
- * @description Update Shop meta fields
94
+ * @description Update Item meta fields
95
95
  *
96
96
  * @tags items
97
97
  * @name PutApiV2ItemsIdMetaFields
@@ -100,7 +100,7 @@ export declare const getApiV2ItemsOriginatorOriginatorId: (client: HttpClient, o
100
100
  */
101
101
  export declare const putApiV2ItemsIdMetaFields: (client: HttpClient, id: number, ApiV2ItemsIdMetaFields: PutApiV2ItemsIdMetaFields, params?: RequestParams) => Promise<void>;
102
102
  /**
103
- * @description Get the meta fields for a(n) Shop
103
+ * @description Get the meta fields for a(n) Item
104
104
  *
105
105
  * @tags items
106
106
  * @name GetApiV2ItemsIdMetaFields
@@ -334,7 +334,7 @@ export declare const putApiV21ItemsOriginatorOriginatorId: (client: HttpClient,
334
334
  */
335
335
  export declare const getApiV21ItemsOriginatorOriginatorId: (client: HttpClient, originatorId: number, params?: RequestParams) => Promise<APIV2EntitiesItem>;
336
336
  /**
337
- * @description Update Shop meta fields
337
+ * @description Update Item meta fields
338
338
  *
339
339
  * @tags items
340
340
  * @name PutApiV21ItemsIdMetaFields
@@ -343,7 +343,7 @@ export declare const getApiV21ItemsOriginatorOriginatorId: (client: HttpClient,
343
343
  */
344
344
  export declare const putApiV21ItemsIdMetaFields: (client: HttpClient, id: number, ApiV21ItemsIdMetaFields: PutApiV21ItemsIdMetaFields, params?: RequestParams) => Promise<void>;
345
345
  /**
346
- * @description Get the meta fields for a(n) Shop
346
+ * @description Get the meta fields for a(n) Item
347
347
  *
348
348
  * @tags items
349
349
  * @name GetApiV21ItemsIdMetaFields
@@ -37,7 +37,7 @@ export declare const putApiV2OrderItemsId: (client: HttpClient, id: number, ApiV
37
37
  */
38
38
  export declare const getApiV2OrderItemsId: (client: HttpClient, { id, ...query }: GetApiV2OrderItemsIdParams, params?: RequestParams) => Promise<APIV2EntitiesOrderItem>;
39
39
  /**
40
- * @description Update Shop meta fields
40
+ * @description Update OrderItem meta fields
41
41
  *
42
42
  * @tags order_items
43
43
  * @name PutApiV2OrderItemsIdMetaFields
@@ -46,7 +46,7 @@ export declare const getApiV2OrderItemsId: (client: HttpClient, { id, ...query }
46
46
  */
47
47
  export declare const putApiV2OrderItemsIdMetaFields: (client: HttpClient, id: number, ApiV2OrderItemsIdMetaFields: PutApiV2OrderItemsIdMetaFields, params?: RequestParams) => Promise<void>;
48
48
  /**
49
- * @description Get the meta fields for a(n) Shop
49
+ * @description Get the meta fields for a(n) OrderItem
50
50
  *
51
51
  * @tags order_items
52
52
  * @name GetApiV2OrderItemsIdMetaFields
@@ -118,7 +118,7 @@ export declare const putApiV21OrderItemsId: (client: HttpClient, id: number, Api
118
118
  */
119
119
  export declare const getApiV21OrderItemsId: (client: HttpClient, { id, ...query }: GetApiV21OrderItemsIdParams, params?: RequestParams) => Promise<APIV2EntitiesOrderItem>;
120
120
  /**
121
- * @description Update Shop meta fields
121
+ * @description Update OrderItem meta fields
122
122
  *
123
123
  * @tags order_items
124
124
  * @name PutApiV21OrderItemsIdMetaFields
@@ -127,7 +127,7 @@ export declare const getApiV21OrderItemsId: (client: HttpClient, { id, ...query
127
127
  */
128
128
  export declare const putApiV21OrderItemsIdMetaFields: (client: HttpClient, id: number, ApiV21OrderItemsIdMetaFields: PutApiV21OrderItemsIdMetaFields, params?: RequestParams) => Promise<void>;
129
129
  /**
130
- * @description Get the meta fields for a(n) Shop
130
+ * @description Get the meta fields for a(n) OrderItem
131
131
  *
132
132
  * @tags order_items
133
133
  * @name GetApiV21OrderItemsIdMetaFields
@@ -100,7 +100,7 @@ export declare const putApiV2OrdersId: (client: HttpClient, id: number, ApiV2Ord
100
100
  */
101
101
  export declare const getApiV2OrdersId: (client: HttpClient, id: number, params?: RequestParams) => Promise<APIV2EntitiesOrder>;
102
102
  /**
103
- * @description Update Shop meta fields
103
+ * @description Update Order meta fields
104
104
  *
105
105
  * @tags orders
106
106
  * @name PutApiV2OrdersIdMetaFields
@@ -109,7 +109,7 @@ export declare const getApiV2OrdersId: (client: HttpClient, id: number, params?:
109
109
  */
110
110
  export declare const putApiV2OrdersIdMetaFields: (client: HttpClient, id: number, ApiV2OrdersIdMetaFields: PutApiV2OrdersIdMetaFields, params?: RequestParams) => Promise<void>;
111
111
  /**
112
- * @description Get the meta fields for a(n) Shop
112
+ * @description Get the meta fields for a(n) Order
113
113
  *
114
114
  * @tags orders
115
115
  * @name GetApiV2OrdersIdMetaFields
@@ -280,7 +280,7 @@ export declare const putApiV21OrdersId: (client: HttpClient, id: number, ApiV21O
280
280
  */
281
281
  export declare const getApiV21OrdersId: (client: HttpClient, id: number, params?: RequestParams) => Promise<APIV2EntitiesOrder>;
282
282
  /**
283
- * @description Update Shop meta fields
283
+ * @description Update Order meta fields
284
284
  *
285
285
  * @tags orders
286
286
  * @name PutApiV21OrdersIdMetaFields
@@ -289,7 +289,7 @@ export declare const getApiV21OrdersId: (client: HttpClient, id: number, params?
289
289
  */
290
290
  export declare const putApiV21OrdersIdMetaFields: (client: HttpClient, id: number, ApiV21OrdersIdMetaFields: PutApiV21OrdersIdMetaFields, params?: RequestParams) => Promise<void>;
291
291
  /**
292
- * @description Get the meta fields for a(n) Shop
292
+ * @description Get the meta fields for a(n) Order
293
293
  *
294
294
  * @tags orders
295
295
  * @name GetApiV21OrdersIdMetaFields
@@ -37,7 +37,7 @@ export declare const putApiV2ShipnoticeItemsId: (client: HttpClient, id: number,
37
37
  */
38
38
  export declare const getApiV2ShipnoticeItemsId: (client: HttpClient, id: number, params?: RequestParams) => Promise<APIV2EntitiesShipnoticeItem>;
39
39
  /**
40
- * @description Update Shop meta fields
40
+ * @description Update ShipnoticeItem meta fields
41
41
  *
42
42
  * @tags shipnotice_items
43
43
  * @name PutApiV2ShipnoticeItemsIdMetaFields
@@ -46,7 +46,7 @@ export declare const getApiV2ShipnoticeItemsId: (client: HttpClient, id: number,
46
46
  */
47
47
  export declare const putApiV2ShipnoticeItemsIdMetaFields: (client: HttpClient, id: number, ApiV2ShipnoticeItemsIdMetaFields: PutApiV2ShipnoticeItemsIdMetaFields, params?: RequestParams) => Promise<void>;
48
48
  /**
49
- * @description Get the meta fields for a(n) Shop
49
+ * @description Get the meta fields for a(n) ShipnoticeItem
50
50
  *
51
51
  * @tags shipnotice_items
52
52
  * @name GetApiV2ShipnoticeItemsIdMetaFields
@@ -100,7 +100,7 @@ export declare const putApiV21ShipnoticeItemsId: (client: HttpClient, id: number
100
100
  */
101
101
  export declare const getApiV21ShipnoticeItemsId: (client: HttpClient, id: number, params?: RequestParams) => Promise<APIV2EntitiesShipnoticeItem>;
102
102
  /**
103
- * @description Update Shop meta fields
103
+ * @description Update ShipnoticeItem meta fields
104
104
  *
105
105
  * @tags shipnotice_items
106
106
  * @name PutApiV21ShipnoticeItemsIdMetaFields
@@ -109,7 +109,7 @@ export declare const getApiV21ShipnoticeItemsId: (client: HttpClient, id: number
109
109
  */
110
110
  export declare const putApiV21ShipnoticeItemsIdMetaFields: (client: HttpClient, id: number, ApiV21ShipnoticeItemsIdMetaFields: PutApiV21ShipnoticeItemsIdMetaFields, params?: RequestParams) => Promise<void>;
111
111
  /**
112
- * @description Get the meta fields for a(n) Shop
112
+ * @description Get the meta fields for a(n) ShipnoticeItem
113
113
  *
114
114
  * @tags shipnotice_items
115
115
  * @name GetApiV21ShipnoticeItemsIdMetaFields
@@ -118,7 +118,7 @@ export declare const postApiV2ShipnoticesIdShipnoticeItems: (client: HttpClient,
118
118
  */
119
119
  export declare const getApiV2ShipnoticesIdShipnoticeItems: (client: HttpClient, { id, ...query }: GetApiV2ShipnoticesIdShipnoticeItemsParams, params?: RequestParams) => Promise<APIV2EntitiesShipnoticeItem[]>;
120
120
  /**
121
- * @description Update Shop meta fields
121
+ * @description Update Shipnotice meta fields
122
122
  *
123
123
  * @tags shipnotices
124
124
  * @name PutApiV2ShipnoticesIdMetaFields
@@ -127,7 +127,7 @@ export declare const getApiV2ShipnoticesIdShipnoticeItems: (client: HttpClient,
127
127
  */
128
128
  export declare const putApiV2ShipnoticesIdMetaFields: (client: HttpClient, id: number, ApiV2ShipnoticesIdMetaFields: PutApiV2ShipnoticesIdMetaFields, params?: RequestParams) => Promise<void>;
129
129
  /**
130
- * @description Get the meta fields for a(n) Shop
130
+ * @description Get the meta fields for a(n) Shipnotice
131
131
  *
132
132
  * @tags shipnotices
133
133
  * @name GetApiV2ShipnoticesIdMetaFields
@@ -271,7 +271,7 @@ export declare const postApiV21ShipnoticesIdShipnoticeItems: (client: HttpClient
271
271
  */
272
272
  export declare const getApiV21ShipnoticesIdShipnoticeItems: (client: HttpClient, { id, ...query }: GetApiV21ShipnoticesIdShipnoticeItemsParams, params?: RequestParams) => Promise<APIV2EntitiesShipnoticeItem[]>;
273
273
  /**
274
- * @description Update Shop meta fields
274
+ * @description Update Shipnotice meta fields
275
275
  *
276
276
  * @tags shipnotices
277
277
  * @name PutApiV21ShipnoticesIdMetaFields
@@ -280,7 +280,7 @@ export declare const getApiV21ShipnoticesIdShipnoticeItems: (client: HttpClient,
280
280
  */
281
281
  export declare const putApiV21ShipnoticesIdMetaFields: (client: HttpClient, id: number, ApiV21ShipnoticesIdMetaFields: PutApiV21ShipnoticesIdMetaFields, params?: RequestParams) => Promise<void>;
282
282
  /**
283
- * @description Get the meta fields for a(n) Shop
283
+ * @description Get the meta fields for a(n) Shipnotice
284
284
  *
285
285
  * @tags shipnotices
286
286
  * @name GetApiV21ShipnoticesIdMetaFields
@@ -819,7 +819,7 @@ export interface APIV2EntitiesLot {
819
819
  */
820
820
  shipnotice_item_id?: number;
821
821
  }
822
- /** Get the meta fields for a(n) Shop */
822
+ /** Get the meta fields for a(n) ConsumerReturn */
823
823
  export interface APIV2EntitiesMetaFields {
824
824
  /** Included meta fields for associations */
825
825
  association_fields?: object;
@@ -5273,7 +5273,7 @@ export interface PostApiV2Items {
5273
5273
  full_description?: string;
5274
5274
  /** (deprecated) is the item hazmat? */
5275
5275
  hazmat?: boolean;
5276
- /** hazmat class (ORMD/LITHIUM/NONE) */
5276
+ /** hazmat class */
5277
5277
  hazmat_type?: PostApiV2ItemsHazmatType;
5278
5278
  /**
5279
5279
  * the item height (in inches)
@@ -5396,7 +5396,7 @@ export interface PostApiV2Items {
5396
5396
  */
5397
5397
  width?: number;
5398
5398
  }
5399
- /** hazmat class (ORMD/LITHIUM/NONE) */
5399
+ /** hazmat class */
5400
5400
  export declare enum PostApiV2ItemsHazmatType {
5401
5401
  ORMD = "ORMD",
5402
5402
  LITHIUM = "LITHIUM",
@@ -6522,7 +6522,7 @@ export interface PutApiV21ConsumerReturns {
6522
6522
  /** the tracking number of the consumer return */
6523
6523
  tracking?: string;
6524
6524
  }
6525
- /** Update Shop meta fields */
6525
+ /** Update ConsumerReturn meta fields */
6526
6526
  export interface PutApiV21ConsumerReturnsIdMetaFields {
6527
6527
  /** Included meta fields for associations */
6528
6528
  association_fields?: object;
@@ -6956,7 +6956,7 @@ export interface PutApiV21ItemsIdCall {
6956
6956
  /** Method params */
6957
6957
  args?: object;
6958
6958
  }
6959
- /** Update Shop meta fields */
6959
+ /** Update Item meta fields */
6960
6960
  export interface PutApiV21ItemsIdMetaFields {
6961
6961
  /** Included meta fields for associations */
6962
6962
  association_fields?: object;
@@ -7857,7 +7857,7 @@ export interface PutApiV21OrderItemsIdCall {
7857
7857
  /** Method params */
7858
7858
  args?: object;
7859
7859
  }
7860
- /** Update Shop meta fields */
7860
+ /** Update OrderItem meta fields */
7861
7861
  export interface PutApiV21OrderItemsIdMetaFields {
7862
7862
  /** Included meta fields for associations */
7863
7863
  association_fields?: object;
@@ -8085,7 +8085,7 @@ export interface PutApiV21OrdersIdCall {
8085
8085
  /** Method params */
8086
8086
  args?: object;
8087
8087
  }
8088
- /** Update Shop meta fields */
8088
+ /** Update Order meta fields */
8089
8089
  export interface PutApiV21OrdersIdMetaFields {
8090
8090
  /** Included meta fields for associations */
8091
8091
  association_fields?: object;
@@ -8362,7 +8362,7 @@ export interface PutApiV21ShipnoticeItems {
8362
8362
  */
8363
8363
  quantity?: number;
8364
8364
  }
8365
- /** Update Shop meta fields */
8365
+ /** Update ShipnoticeItem meta fields */
8366
8366
  export interface PutApiV21ShipnoticeItemsIdMetaFields {
8367
8367
  /** Included meta fields for associations */
8368
8368
  association_fields?: object;
@@ -8487,7 +8487,7 @@ export interface PutApiV21Shipnotices {
8487
8487
  /** shipnotice type (Shipnotice, ConsumerReturn) */
8488
8488
  type?: string;
8489
8489
  }
8490
- /** Update Shop meta fields */
8490
+ /** Update Shipnotice meta fields */
8491
8491
  export interface PutApiV21ShipnoticesIdMetaFields {
8492
8492
  /** Included meta fields for associations */
8493
8493
  association_fields?: object;
@@ -8690,7 +8690,7 @@ export interface PutApiV2ConsumerReturns {
8690
8690
  /** the tracking number of the consumer return */
8691
8691
  tracking?: string;
8692
8692
  }
8693
- /** Update Shop meta fields */
8693
+ /** Update ConsumerReturn meta fields */
8694
8694
  export interface PutApiV2ConsumerReturnsIdMetaFields {
8695
8695
  /** Included meta fields for associations */
8696
8696
  association_fields?: object;
@@ -8991,7 +8991,7 @@ export interface PutApiV2Items {
8991
8991
  full_description?: string;
8992
8992
  /** (deprecated) is the item hazmat? */
8993
8993
  hazmat?: boolean;
8994
- /** hazmat class (ORMD/LITHIUM/NONE) */
8994
+ /** hazmat class */
8995
8995
  hazmat_type?: PutApiV2ItemsHazmatType;
8996
8996
  /**
8997
8997
  * the item height (in inches)
@@ -9111,7 +9111,7 @@ export interface PutApiV2Items {
9111
9111
  */
9112
9112
  width?: number;
9113
9113
  }
9114
- /** hazmat class (ORMD/LITHIUM/NONE) */
9114
+ /** hazmat class */
9115
9115
  export declare enum PutApiV2ItemsHazmatType {
9116
9116
  ORMD = "ORMD",
9117
9117
  LITHIUM = "LITHIUM",
@@ -9122,7 +9122,7 @@ export interface PutApiV2ItemsIdCall {
9122
9122
  /** Method params */
9123
9123
  args?: object;
9124
9124
  }
9125
- /** Update Shop meta fields */
9125
+ /** Update Item meta fields */
9126
9126
  export interface PutApiV2ItemsIdMetaFields {
9127
9127
  /** Included meta fields for associations */
9128
9128
  association_fields?: object;
@@ -9421,7 +9421,7 @@ export interface PutApiV2ItemsOriginator {
9421
9421
  full_description?: string;
9422
9422
  /** (deprecated) is the item hazmat? */
9423
9423
  hazmat?: boolean;
9424
- /** hazmat class (ORMD/LITHIUM/NONE) */
9424
+ /** hazmat class */
9425
9425
  hazmat_type?: PutApiV2ItemsOriginatorHazmatType;
9426
9426
  /**
9427
9427
  * the item height (in inches)
@@ -9541,7 +9541,7 @@ export interface PutApiV2ItemsOriginator {
9541
9541
  */
9542
9542
  width?: number;
9543
9543
  }
9544
- /** hazmat class (ORMD/LITHIUM/NONE) */
9544
+ /** hazmat class */
9545
9545
  export declare enum PutApiV2ItemsOriginatorHazmatType {
9546
9546
  ORMD = "ORMD",
9547
9547
  LITHIUM = "LITHIUM",
@@ -10023,7 +10023,7 @@ export interface PutApiV2OrderItemsIdCall {
10023
10023
  /** Method params */
10024
10024
  args?: object;
10025
10025
  }
10026
- /** Update Shop meta fields */
10026
+ /** Update OrderItem meta fields */
10027
10027
  export interface PutApiV2OrderItemsIdMetaFields {
10028
10028
  /** Included meta fields for associations */
10029
10029
  association_fields?: object;
@@ -10249,7 +10249,7 @@ export interface PutApiV2OrdersIdCall {
10249
10249
  /** Method params */
10250
10250
  args?: object;
10251
10251
  }
10252
- /** Update Shop meta fields */
10252
+ /** Update Order meta fields */
10253
10253
  export interface PutApiV2OrdersIdMetaFields {
10254
10254
  /** Included meta fields for associations */
10255
10255
  association_fields?: object;
@@ -10524,7 +10524,7 @@ export interface PutApiV2ShipnoticeItems {
10524
10524
  */
10525
10525
  quantity?: number;
10526
10526
  }
10527
- /** Update Shop meta fields */
10527
+ /** Update ShipnoticeItem meta fields */
10528
10528
  export interface PutApiV2ShipnoticeItemsIdMetaFields {
10529
10529
  /** Included meta fields for associations */
10530
10530
  association_fields?: object;
@@ -10647,7 +10647,7 @@ export interface PutApiV2Shipnotices {
10647
10647
  /** shipnotice type (Shipnotice, ConsumerReturn) */
10648
10648
  type?: string;
10649
10649
  }
10650
- /** Update Shop meta fields */
10650
+ /** Update Shipnotice meta fields */
10651
10651
  export interface PutApiV2ShipnoticesIdMetaFields {
10652
10652
  /** Included meta fields for associations */
10653
10653
  association_fields?: object;
@@ -96,7 +96,7 @@ export const getApiV2ConsumerReturnsOriginatorOriginatorId = (
96
96
  });
97
97
  };
98
98
  /**
99
- * @description Update Shop meta fields
99
+ * @description Update ConsumerReturn meta fields
100
100
  *
101
101
  * @tags consumer_returns
102
102
  * @name PutApiV2ConsumerReturnsIdMetaFields
@@ -118,7 +118,7 @@ export const putApiV2ConsumerReturnsIdMetaFields = (
118
118
  });
119
119
  };
120
120
  /**
121
- * @description Get the meta fields for a(n) Shop
121
+ * @description Get the meta fields for a(n) ConsumerReturn
122
122
  *
123
123
  * @tags consumer_returns
124
124
  * @name GetApiV2ConsumerReturnsIdMetaFields
@@ -336,7 +336,7 @@ export const getApiV21ConsumerReturnsOriginatorOriginatorId = (
336
336
  });
337
337
  };
338
338
  /**
339
- * @description Update Shop meta fields
339
+ * @description Update ConsumerReturn meta fields
340
340
  *
341
341
  * @tags consumer_returns
342
342
  * @name PutApiV21ConsumerReturnsIdMetaFields
@@ -358,7 +358,7 @@ export const putApiV21ConsumerReturnsIdMetaFields = (
358
358
  });
359
359
  };
360
360
  /**
361
- * @description Get the meta fields for a(n) Shop
361
+ * @description Get the meta fields for a(n) ConsumerReturn
362
362
  *
363
363
  * @tags consumer_returns
364
364
  * @name GetApiV21ConsumerReturnsIdMetaFields
@@ -250,7 +250,7 @@ export const getApiV2ItemsOriginatorOriginatorId = (
250
250
  });
251
251
  };
252
252
  /**
253
- * @description Update Shop meta fields
253
+ * @description Update Item meta fields
254
254
  *
255
255
  * @tags items
256
256
  * @name PutApiV2ItemsIdMetaFields
@@ -272,7 +272,7 @@ export const putApiV2ItemsIdMetaFields = (
272
272
  });
273
273
  };
274
274
  /**
275
- * @description Get the meta fields for a(n) Shop
275
+ * @description Get the meta fields for a(n) Item
276
276
  *
277
277
  * @tags items
278
278
  * @name GetApiV2ItemsIdMetaFields
@@ -777,7 +777,7 @@ export const getApiV21ItemsOriginatorOriginatorId = (
777
777
  });
778
778
  };
779
779
  /**
780
- * @description Update Shop meta fields
780
+ * @description Update Item meta fields
781
781
  *
782
782
  * @tags items
783
783
  * @name PutApiV21ItemsIdMetaFields
@@ -799,7 +799,7 @@ export const putApiV21ItemsIdMetaFields = (
799
799
  });
800
800
  };
801
801
  /**
802
- * @description Get the meta fields for a(n) Shop
802
+ * @description Get the meta fields for a(n) Item
803
803
  *
804
804
  * @tags items
805
805
  * @name GetApiV21ItemsIdMetaFields
@@ -102,7 +102,7 @@ export const getApiV2OrderItemsId = (
102
102
  });
103
103
  };
104
104
  /**
105
- * @description Update Shop meta fields
105
+ * @description Update OrderItem meta fields
106
106
  *
107
107
  * @tags order_items
108
108
  * @name PutApiV2OrderItemsIdMetaFields
@@ -124,7 +124,7 @@ export const putApiV2OrderItemsIdMetaFields = (
124
124
  });
125
125
  };
126
126
  /**
127
- * @description Get the meta fields for a(n) Shop
127
+ * @description Get the meta fields for a(n) OrderItem
128
128
  *
129
129
  * @tags order_items
130
130
  * @name GetApiV2OrderItemsIdMetaFields
@@ -275,7 +275,7 @@ export const getApiV21OrderItemsId = (
275
275
  });
276
276
  };
277
277
  /**
278
- * @description Update Shop meta fields
278
+ * @description Update OrderItem meta fields
279
279
  *
280
280
  * @tags order_items
281
281
  * @name PutApiV21OrderItemsIdMetaFields
@@ -297,7 +297,7 @@ export const putApiV21OrderItemsIdMetaFields = (
297
297
  });
298
298
  };
299
299
  /**
300
- * @description Get the meta fields for a(n) Shop
300
+ * @description Get the meta fields for a(n) OrderItem
301
301
  *
302
302
  * @tags order_items
303
303
  * @name GetApiV21OrderItemsIdMetaFields
@@ -267,7 +267,7 @@ export const getApiV2OrdersId = (client: HttpClient, id: number, params: Request
267
267
  });
268
268
  };
269
269
  /**
270
- * @description Update Shop meta fields
270
+ * @description Update Order meta fields
271
271
  *
272
272
  * @tags orders
273
273
  * @name PutApiV2OrdersIdMetaFields
@@ -289,7 +289,7 @@ export const putApiV2OrdersIdMetaFields = (
289
289
  });
290
290
  };
291
291
  /**
292
- * @description Get the meta fields for a(n) Shop
292
+ * @description Get the meta fields for a(n) Order
293
293
  *
294
294
  * @tags orders
295
295
  * @name GetApiV2OrdersIdMetaFields
@@ -670,7 +670,7 @@ export const getApiV21OrdersId = (client: HttpClient, id: number, params: Reques
670
670
  });
671
671
  };
672
672
  /**
673
- * @description Update Shop meta fields
673
+ * @description Update Order meta fields
674
674
  *
675
675
  * @tags orders
676
676
  * @name PutApiV21OrdersIdMetaFields
@@ -692,7 +692,7 @@ export const putApiV21OrdersIdMetaFields = (
692
692
  });
693
693
  };
694
694
  /**
695
- * @description Get the meta fields for a(n) Shop
695
+ * @description Get the meta fields for a(n) Order
696
696
  *
697
697
  * @tags orders
698
698
  * @name GetApiV21OrdersIdMetaFields
@@ -96,7 +96,7 @@ export const getApiV2ShipnoticeItemsId = (client: HttpClient, id: number, params
96
96
  });
97
97
  };
98
98
  /**
99
- * @description Update Shop meta fields
99
+ * @description Update ShipnoticeItem meta fields
100
100
  *
101
101
  * @tags shipnotice_items
102
102
  * @name PutApiV2ShipnoticeItemsIdMetaFields
@@ -118,7 +118,7 @@ export const putApiV2ShipnoticeItemsIdMetaFields = (
118
118
  });
119
119
  };
120
120
  /**
121
- * @description Get the meta fields for a(n) Shop
121
+ * @description Get the meta fields for a(n) ShipnoticeItem
122
122
  *
123
123
  * @tags shipnotice_items
124
124
  * @name GetApiV2ShipnoticeItemsIdMetaFields
@@ -230,7 +230,7 @@ export const getApiV21ShipnoticeItemsId = (client: HttpClient, id: number, param
230
230
  });
231
231
  };
232
232
  /**
233
- * @description Update Shop meta fields
233
+ * @description Update ShipnoticeItem meta fields
234
234
  *
235
235
  * @tags shipnotice_items
236
236
  * @name PutApiV21ShipnoticeItemsIdMetaFields
@@ -252,7 +252,7 @@ export const putApiV21ShipnoticeItemsIdMetaFields = (
252
252
  });
253
253
  };
254
254
  /**
255
- * @description Get the meta fields for a(n) Shop
255
+ * @description Get the meta fields for a(n) ShipnoticeItem
256
256
  *
257
257
  * @tags shipnotice_items
258
258
  * @name GetApiV21ShipnoticeItemsIdMetaFields
@@ -295,7 +295,7 @@ export const getApiV2ShipnoticesIdShipnoticeItems = (
295
295
  });
296
296
  };
297
297
  /**
298
- * @description Update Shop meta fields
298
+ * @description Update Shipnotice meta fields
299
299
  *
300
300
  * @tags shipnotices
301
301
  * @name PutApiV2ShipnoticesIdMetaFields
@@ -317,7 +317,7 @@ export const putApiV2ShipnoticesIdMetaFields = (
317
317
  });
318
318
  };
319
319
  /**
320
- * @description Get the meta fields for a(n) Shop
320
+ * @description Get the meta fields for a(n) Shipnotice
321
321
  *
322
322
  * @tags shipnotices
323
323
  * @name GetApiV2ShipnoticesIdMetaFields
@@ -632,7 +632,7 @@ export const getApiV21ShipnoticesIdShipnoticeItems = (
632
632
  });
633
633
  };
634
634
  /**
635
- * @description Update Shop meta fields
635
+ * @description Update Shipnotice meta fields
636
636
  *
637
637
  * @tags shipnotices
638
638
  * @name PutApiV21ShipnoticesIdMetaFields
@@ -654,7 +654,7 @@ export const putApiV21ShipnoticesIdMetaFields = (
654
654
  });
655
655
  };
656
656
  /**
657
- * @description Get the meta fields for a(n) Shop
657
+ * @description Get the meta fields for a(n) Shipnotice
658
658
  *
659
659
  * @tags shipnotices
660
660
  * @name GetApiV21ShipnoticesIdMetaFields
@@ -840,7 +840,7 @@ export interface APIV2EntitiesLot {
840
840
  shipnotice_item_id?: number;
841
841
  }
842
842
 
843
- /** Get the meta fields for a(n) Shop */
843
+ /** Get the meta fields for a(n) ConsumerReturn */
844
844
  export interface APIV2EntitiesMetaFields {
845
845
  /** Included meta fields for associations */
846
846
  association_fields?: object;
@@ -5427,7 +5427,7 @@ export interface PostApiV2Items {
5427
5427
  full_description?: string;
5428
5428
  /** (deprecated) is the item hazmat? */
5429
5429
  hazmat?: boolean;
5430
- /** hazmat class (ORMD/LITHIUM/NONE) */
5430
+ /** hazmat class */
5431
5431
  hazmat_type?: PostApiV2ItemsHazmatType;
5432
5432
  /**
5433
5433
  * the item height (in inches)
@@ -5551,7 +5551,7 @@ export interface PostApiV2Items {
5551
5551
  width?: number;
5552
5552
  }
5553
5553
 
5554
- /** hazmat class (ORMD/LITHIUM/NONE) */
5554
+ /** hazmat class */
5555
5555
  export enum PostApiV2ItemsHazmatType {
5556
5556
  ORMD = "ORMD",
5557
5557
  LITHIUM = "LITHIUM",
@@ -6697,7 +6697,7 @@ export interface PutApiV21ConsumerReturns {
6697
6697
  tracking?: string;
6698
6698
  }
6699
6699
 
6700
- /** Update Shop meta fields */
6700
+ /** Update ConsumerReturn meta fields */
6701
6701
  export interface PutApiV21ConsumerReturnsIdMetaFields {
6702
6702
  /** Included meta fields for associations */
6703
6703
  association_fields?: object;
@@ -7137,7 +7137,7 @@ export interface PutApiV21ItemsIdCall {
7137
7137
  args?: object;
7138
7138
  }
7139
7139
 
7140
- /** Update Shop meta fields */
7140
+ /** Update Item meta fields */
7141
7141
  export interface PutApiV21ItemsIdMetaFields {
7142
7142
  /** Included meta fields for associations */
7143
7143
  association_fields?: object;
@@ -8049,7 +8049,7 @@ export interface PutApiV21OrderItemsIdCall {
8049
8049
  args?: object;
8050
8050
  }
8051
8051
 
8052
- /** Update Shop meta fields */
8052
+ /** Update OrderItem meta fields */
8053
8053
  export interface PutApiV21OrderItemsIdMetaFields {
8054
8054
  /** Included meta fields for associations */
8055
8055
  association_fields?: object;
@@ -8280,7 +8280,7 @@ export interface PutApiV21OrdersIdCall {
8280
8280
  args?: object;
8281
8281
  }
8282
8282
 
8283
- /** Update Shop meta fields */
8283
+ /** Update Order meta fields */
8284
8284
  export interface PutApiV21OrdersIdMetaFields {
8285
8285
  /** Included meta fields for associations */
8286
8286
  association_fields?: object;
@@ -8562,7 +8562,7 @@ export interface PutApiV21ShipnoticeItems {
8562
8562
  quantity?: number;
8563
8563
  }
8564
8564
 
8565
- /** Update Shop meta fields */
8565
+ /** Update ShipnoticeItem meta fields */
8566
8566
  export interface PutApiV21ShipnoticeItemsIdMetaFields {
8567
8567
  /** Included meta fields for associations */
8568
8568
  association_fields?: object;
@@ -8689,7 +8689,7 @@ export interface PutApiV21Shipnotices {
8689
8689
  type?: string;
8690
8690
  }
8691
8691
 
8692
- /** Update Shop meta fields */
8692
+ /** Update Shipnotice meta fields */
8693
8693
  export interface PutApiV21ShipnoticesIdMetaFields {
8694
8694
  /** Included meta fields for associations */
8695
8695
  association_fields?: object;
@@ -8901,7 +8901,7 @@ export interface PutApiV2ConsumerReturns {
8901
8901
  tracking?: string;
8902
8902
  }
8903
8903
 
8904
- /** Update Shop meta fields */
8904
+ /** Update ConsumerReturn meta fields */
8905
8905
  export interface PutApiV2ConsumerReturnsIdMetaFields {
8906
8906
  /** Included meta fields for associations */
8907
8907
  association_fields?: object;
@@ -9205,7 +9205,7 @@ export interface PutApiV2Items {
9205
9205
  full_description?: string;
9206
9206
  /** (deprecated) is the item hazmat? */
9207
9207
  hazmat?: boolean;
9208
- /** hazmat class (ORMD/LITHIUM/NONE) */
9208
+ /** hazmat class */
9209
9209
  hazmat_type?: PutApiV2ItemsHazmatType;
9210
9210
  /**
9211
9211
  * the item height (in inches)
@@ -9326,7 +9326,7 @@ export interface PutApiV2Items {
9326
9326
  width?: number;
9327
9327
  }
9328
9328
 
9329
- /** hazmat class (ORMD/LITHIUM/NONE) */
9329
+ /** hazmat class */
9330
9330
  export enum PutApiV2ItemsHazmatType {
9331
9331
  ORMD = "ORMD",
9332
9332
  LITHIUM = "LITHIUM",
@@ -9339,7 +9339,7 @@ export interface PutApiV2ItemsIdCall {
9339
9339
  args?: object;
9340
9340
  }
9341
9341
 
9342
- /** Update Shop meta fields */
9342
+ /** Update Item meta fields */
9343
9343
  export interface PutApiV2ItemsIdMetaFields {
9344
9344
  /** Included meta fields for associations */
9345
9345
  association_fields?: object;
@@ -9640,7 +9640,7 @@ export interface PutApiV2ItemsOriginator {
9640
9640
  full_description?: string;
9641
9641
  /** (deprecated) is the item hazmat? */
9642
9642
  hazmat?: boolean;
9643
- /** hazmat class (ORMD/LITHIUM/NONE) */
9643
+ /** hazmat class */
9644
9644
  hazmat_type?: PutApiV2ItemsOriginatorHazmatType;
9645
9645
  /**
9646
9646
  * the item height (in inches)
@@ -9761,7 +9761,7 @@ export interface PutApiV2ItemsOriginator {
9761
9761
  width?: number;
9762
9762
  }
9763
9763
 
9764
- /** hazmat class (ORMD/LITHIUM/NONE) */
9764
+ /** hazmat class */
9765
9765
  export enum PutApiV2ItemsOriginatorHazmatType {
9766
9766
  ORMD = "ORMD",
9767
9767
  LITHIUM = "LITHIUM",
@@ -10251,7 +10251,7 @@ export interface PutApiV2OrderItemsIdCall {
10251
10251
  args?: object;
10252
10252
  }
10253
10253
 
10254
- /** Update Shop meta fields */
10254
+ /** Update OrderItem meta fields */
10255
10255
  export interface PutApiV2OrderItemsIdMetaFields {
10256
10256
  /** Included meta fields for associations */
10257
10257
  association_fields?: object;
@@ -10480,7 +10480,7 @@ export interface PutApiV2OrdersIdCall {
10480
10480
  args?: object;
10481
10481
  }
10482
10482
 
10483
- /** Update Shop meta fields */
10483
+ /** Update Order meta fields */
10484
10484
  export interface PutApiV2OrdersIdMetaFields {
10485
10485
  /** Included meta fields for associations */
10486
10486
  association_fields?: object;
@@ -10760,7 +10760,7 @@ export interface PutApiV2ShipnoticeItems {
10760
10760
  quantity?: number;
10761
10761
  }
10762
10762
 
10763
- /** Update Shop meta fields */
10763
+ /** Update ShipnoticeItem meta fields */
10764
10764
  export interface PutApiV2ShipnoticeItemsIdMetaFields {
10765
10765
  /** Included meta fields for associations */
10766
10766
  association_fields?: object;
@@ -10885,7 +10885,7 @@ export interface PutApiV2Shipnotices {
10885
10885
  type?: string;
10886
10886
  }
10887
10887
 
10888
- /** Update Shop meta fields */
10888
+ /** Update Shipnotice meta fields */
10889
10889
  export interface PutApiV2ShipnoticesIdMetaFields {
10890
10890
  /** Included meta fields for associations */
10891
10891
  association_fields?: object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {