@things-factory/worksheet-base 8.0.43 → 8.0.45

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.
@@ -128,6 +128,9 @@ export declare function inventoriesByStrategy({ worksheetId, batchId, bizplaceId
128
128
  quarantineQty: number;
129
129
  reserveQty: number;
130
130
  warehouseQty: number;
131
+ width: number;
132
+ height: number;
133
+ depth: number;
131
134
  lot?: string;
132
135
  isMachineFiltering?: boolean;
133
136
  origin?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worksheet-base",
3
- "version": "8.0.43",
3
+ "version": "8.0.45",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -34,11 +34,11 @@
34
34
  "@things-factory/integration-sftp": "^8.0.41",
35
35
  "@things-factory/marketplace-base": "^8.0.43",
36
36
  "@things-factory/notification": "^8.0.41",
37
- "@things-factory/sales-base": "^8.0.43",
37
+ "@things-factory/sales-base": "^8.0.45",
38
38
  "@things-factory/setting-base": "^8.0.41",
39
39
  "@things-factory/shell": "^8.0.38",
40
40
  "@things-factory/transport-base": "^8.0.41",
41
- "@things-factory/warehouse-base": "^8.0.43"
41
+ "@things-factory/warehouse-base": "^8.0.45"
42
42
  },
43
- "gitHead": "f2af0dab8e8f97b5e82642b0afe7c0eec6da97a6"
43
+ "gitHead": "5a308fd126382790b3e737243061ec8473e4cd37"
44
44
  }