@things-factory/warehouse-base 6.1.12 → 6.1.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/warehouse-base",
3
- "version": "6.1.12",
3
+ "version": "6.1.18",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,12 +24,12 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/biz-base": "^6.1.12",
28
- "@things-factory/id-rule-base": "^6.1.12",
29
- "@things-factory/integration-sellercraft": "^6.1.12",
30
- "@things-factory/marketplace-base": "^6.1.12",
31
- "@things-factory/product-base": "^6.1.12",
32
- "@things-factory/setting-base": "^6.1.12"
27
+ "@things-factory/biz-base": "^6.1.18",
28
+ "@things-factory/id-rule-base": "^6.1.18",
29
+ "@things-factory/integration-sellercraft": "^6.1.18",
30
+ "@things-factory/marketplace-base": "^6.1.18",
31
+ "@things-factory/product-base": "^6.1.18",
32
+ "@things-factory/setting-base": "^6.1.18"
33
33
  },
34
- "gitHead": "91c40b88e85856e41775f23d9ff67ebc3eb3e39b"
34
+ "gitHead": "595020c9d80be29ad8dfe02301be007ae659abc5"
35
35
  }
@@ -362,6 +362,8 @@ export class Inventory {
362
362
  this.batchIdRef = obj.inventory_batch_id_ref
363
363
  this.cartonId = obj.inventory_carton_id
364
364
  this.packingSize = obj.inventory_packing_size
365
+ this.productColor = obj.inventory_product_color
366
+ this.productQuality = obj.inventory_product_quality
365
367
  this.creatorId = obj.inventory_creator_id
366
368
  this.updaterId = obj.inventory_updater_id
367
369
  }