@whiplashmerch/whiplash-api-client 0.1.2 → 0.1.4

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.
@@ -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.4",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {