@whiplashmerch/whiplash-api-client 0.4.98 → 0.4.99

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.
@@ -2358,6 +2358,16 @@ export interface APIV21EntitiesShipnotice {
2358
2358
  }
2359
2359
  /** API_V2_1_Entities_ShipnoticeItem model */
2360
2360
  export interface APIV21EntitiesShipnoticeItem {
2361
+ /**
2362
+ * How many CASES to a carton?
2363
+ * @format int32
2364
+ */
2365
+ carton_quantity?: number;
2366
+ /**
2367
+ * How many of this item to a case?
2368
+ * @format int32
2369
+ */
2370
+ case_quantity?: number;
2361
2371
  /**
2362
2372
  * the shipnotice item creation date and time
2363
2373
  * @format date-time
@@ -7116,6 +7126,16 @@ export interface APIV2EntitiesShipnotice {
7116
7126
  }
7117
7127
  /** API_V2_Entities_ShipnoticeItem model */
7118
7128
  export interface APIV2EntitiesShipnoticeItem {
7129
+ /**
7130
+ * How many CASES to a carton?
7131
+ * @format int32
7132
+ */
7133
+ carton_quantity?: number;
7134
+ /**
7135
+ * How many of this item to a case?
7136
+ * @format int32
7137
+ */
7138
+ case_quantity?: number;
7119
7139
  /**
7120
7140
  * the shipnotice item creation date and time
7121
7141
  * @format date-time
@@ -1235,6 +1235,16 @@ export interface APIV21EntitiesShipnotice {
1235
1235
 
1236
1236
  /** API_V2_1_Entities_ShipnoticeItem model */
1237
1237
  export interface APIV21EntitiesShipnoticeItem {
1238
+ /**
1239
+ * How many CASES to a carton?
1240
+ * @format int32
1241
+ */
1242
+ carton_quantity?: number;
1243
+ /**
1244
+ * How many of this item to a case?
1245
+ * @format int32
1246
+ */
1247
+ case_quantity?: number;
1238
1248
  /**
1239
1249
  * the shipnotice item creation date and time
1240
1250
  * @format date-time
@@ -3544,6 +3554,16 @@ export interface APIV2EntitiesShipnotice {
3544
3554
 
3545
3555
  /** API_V2_Entities_ShipnoticeItem model */
3546
3556
  export interface APIV2EntitiesShipnoticeItem {
3557
+ /**
3558
+ * How many CASES to a carton?
3559
+ * @format int32
3560
+ */
3561
+ carton_quantity?: number;
3562
+ /**
3563
+ * How many of this item to a case?
3564
+ * @format int32
3565
+ */
3566
+ case_quantity?: number;
3547
3567
  /**
3548
3568
  * the shipnotice item creation date and time
3549
3569
  * @format date-time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.4.98",
3
+ "version": "0.4.99",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {