@whiplashmerch/whiplash-api-client 3.2.6 → 3.2.7

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.
@@ -3795,6 +3795,8 @@ export interface ApiV2EntitiesPallet {
3795
3795
  * @format int32
3796
3796
  */
3797
3797
  total_package_count?: number | null;
3798
+ /** the total weight of the pallet */
3799
+ total_weight?: string | null;
3798
3800
  /**
3799
3801
  * the pallet last update date and time
3800
3802
  * @format date-time
@@ -8872,6 +8874,8 @@ export interface ApiV21EntitiesPallet {
8872
8874
  * @format int32
8873
8875
  */
8874
8876
  total_package_count?: number | null;
8877
+ /** the total weight of the pallet */
8878
+ total_weight?: string | null;
8875
8879
  /**
8876
8880
  * the pallet last update date and time
8877
8881
  * @format date-time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {