@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
|