@things-factory/warehouse-base 3.6.47 → 3.6.51

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.
@@ -45,6 +45,8 @@ exports.INVENTORY_TRANSACTION_TYPE = {
45
45
  REPACKAGING_RELABELING: 'REPACKAGING_RELABELING',
46
46
  REPALLETIZING: 'REPALLETIZING',
47
47
  UNPACKING: 'UNPACKING',
48
- UNPACKED: 'UNPACKED'
48
+ UNPACKED: 'UNPACKED',
49
+ REVERSE_KITTING: 'REVERSE_KITTING',
50
+ UNDO_REVERSE_KITTING: 'UNDO_REVERSE_KITTING'
49
51
  };
50
52
  //# sourceMappingURL=inventory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"inventory.js","sourceRoot":"","sources":["../../server/constants/inventory.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,UAAU;IACpB,kBAAkB,EAAE,oBAAoB;IACxC,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACjB,CAAA;AAEY,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACf,CAAA;AAEY,QAAA,0BAA0B,GAAG;IACxC,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,gBAAgB;IAChC,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,gBAAgB;IAChC,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,sBAAsB,EAAE,wBAAwB;IAChD,aAAa,EAAE,eAAe;IAC9B,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACrB,CAAA"}
1
+ {"version":3,"file":"inventory.js","sourceRoot":"","sources":["../../server/constants/inventory.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,UAAU;IACpB,kBAAkB,EAAE,oBAAoB;IACxC,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACjB,CAAA;AAEY,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACf,CAAA;AAEY,QAAA,0BAA0B,GAAG;IACxC,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,gBAAgB;IAChC,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,gBAAgB;IAChC,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,sBAAsB,EAAE,wBAAwB;IAChD,aAAa,EAAE,eAAe;IAC9B,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,eAAe,EAAE,iBAAiB;IAClC,oBAAoB,EAAE,sBAAsB;CAC7C,CAAA"}
@@ -19,6 +19,7 @@ exports.InventoryPatch = (0, graphql_tag_1.default) `
19
19
  product: ObjectRef
20
20
  sku: String
21
21
  productName: String
22
+ productDetailId: String
22
23
  reusablePallet: ObjectRef
23
24
  reusablePalletId: String
24
25
  location: ObjectRef
@@ -1 +1 @@
1
- {"version":3,"file":"inventory-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory/inventory-patch.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsChC,CAAA"}
1
+ {"version":3,"file":"inventory-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory/inventory-patch.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,cAAc,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuChC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/warehouse-base",
3
- "version": "3.6.47",
3
+ "version": "3.6.51",
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": "^3.6.47",
28
- "@things-factory/id-rule-base": "^3.6.47",
29
- "@things-factory/integration-sellercraft": "^3.6.47",
30
- "@things-factory/marketplace-base": "^3.6.47",
31
- "@things-factory/product-base": "^3.6.47",
32
- "@things-factory/setting-base": "^3.6.47"
27
+ "@things-factory/biz-base": "^3.6.49",
28
+ "@things-factory/id-rule-base": "^3.6.49",
29
+ "@things-factory/integration-sellercraft": "^3.6.51",
30
+ "@things-factory/marketplace-base": "^3.6.51",
31
+ "@things-factory/product-base": "^3.6.49",
32
+ "@things-factory/setting-base": "^3.6.49"
33
33
  },
34
- "gitHead": "64fc0d782f85fd2fe99893bbf209540fcc2dc0e8"
34
+ "gitHead": "330ce06166b810143eecf0be412d802ff628a5e9"
35
35
  }
@@ -44,5 +44,7 @@ export const INVENTORY_TRANSACTION_TYPE = {
44
44
  REPACKAGING_RELABELING: 'REPACKAGING_RELABELING',
45
45
  REPALLETIZING: 'REPALLETIZING',
46
46
  UNPACKING: 'UNPACKING',
47
- UNPACKED: 'UNPACKED'
47
+ UNPACKED: 'UNPACKED',
48
+ REVERSE_KITTING: 'REVERSE_KITTING',
49
+ UNDO_REVERSE_KITTING: 'UNDO_REVERSE_KITTING'
48
50
  }
@@ -14,6 +14,7 @@ export const InventoryPatch = gql`
14
14
  product: ObjectRef
15
15
  sku: String
16
16
  productName: String
17
+ productDetailId: String
17
18
  reusablePallet: ObjectRef
18
19
  reusablePalletId: String
19
20
  location: ObjectRef