@whiplashmerch/whiplash-api-client 3.2.13 → 3.2.15

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.
@@ -3783,7 +3783,7 @@ export interface ApiV2EntitiesPallet {
3783
3783
  * @format int32
3784
3784
  */
3785
3785
  pallet_location_id?: number | null;
3786
- /** the total dimensional weight of the pallet */
3786
+ /** the total dimensional weight of the pallet (cubic feet) */
3787
3787
  total_dimensional_weight?: string | null;
3788
3788
  /**
3789
3789
  * the total number of items in the pallet
@@ -8867,7 +8867,7 @@ export interface ApiV21EntitiesPallet {
8867
8867
  * @format int32
8868
8868
  */
8869
8869
  pallet_location_id?: number | null;
8870
- /** the total dimensional weight of the pallet */
8870
+ /** the total dimensional weight of the pallet (cubic feet) */
8871
8871
  total_dimensional_weight?: string | null;
8872
8872
  /**
8873
8873
  * the total number of items in the pallet
@@ -679,6 +679,9 @@ export declare const ApiV2OrderAllExample: ({
679
679
  };
680
680
  serial_numbers: never[];
681
681
  } | {
682
+ id: number;
683
+ order_batch_id: number;
684
+ }[] | {
682
685
  id: number;
683
686
  customer_id: number;
684
687
  order_batch_id: null;
@@ -428,6 +428,9 @@ export declare const ApiV21OrderAllExample: ({
428
428
  tracking: never[];
429
429
  tracking_links: never[];
430
430
  } | {
431
+ id: number;
432
+ order_batch_id: number;
433
+ }[] | {
431
434
  id: number;
432
435
  customer_id: number;
433
436
  order_batch_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {