repzo 1.0.277 → 1.0.278

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.
@@ -8536,6 +8536,7 @@ export declare namespace Service {
8536
8536
  variants: VariantTransfer[];
8537
8537
  items_count?: number;
8538
8538
  total_items_base_unit_qty?: number;
8539
+ total_measure_unit_qty?: number;
8539
8540
  teams?: string[];
8540
8541
  custom_status?: string;
8541
8542
  sync_id: string;
@@ -8602,6 +8603,7 @@ export declare namespace Service {
8602
8603
  })[];
8603
8604
  items_count?: number;
8604
8605
  total_items_base_unit_qty?: number;
8606
+ total_measure_unit_qty?: number;
8605
8607
  teams?: string[];
8606
8608
  custom_status?: string;
8607
8609
  sync_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.277",
3
+ "version": "1.0.278",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -9200,6 +9200,7 @@ export namespace Service {
9200
9200
  variants: VariantTransfer[];
9201
9201
  items_count?: number;
9202
9202
  total_items_base_unit_qty?: number;
9203
+ total_measure_unit_qty?: number;
9203
9204
  teams?: string[];
9204
9205
  custom_status?: string;
9205
9206
  sync_id: string;
@@ -9266,6 +9267,7 @@ export namespace Service {
9266
9267
  )[];
9267
9268
  items_count?: number;
9268
9269
  total_items_base_unit_qty?: number;
9270
+ total_measure_unit_qty?: number;
9269
9271
  teams?: string[];
9270
9272
  custom_status?: string;
9271
9273
  sync_id?: string;