@things-factory/product-base 4.1.2 → 4.1.13

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/product-base",
3
- "version": "4.1.2",
3
+ "version": "4.1.13",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,8 +24,8 @@
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": "^4.1.2",
28
- "@things-factory/routing-base": "^4.1.2"
27
+ "@things-factory/biz-base": "^4.1.13",
28
+ "@things-factory/routing-base": "^4.1.13"
29
29
  },
30
- "gitHead": "46164ac6b9b2a15c4ff6af5d83d0435f28fff80a"
30
+ "gitHead": "adbf93d0eddd05d209543ed0d08e3aeaab2968b5"
31
31
  }
@@ -1,69 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ProductDetail = void 0;
7
- const graphql_tag_1 = __importDefault(require("graphql-tag"));
8
- exports.ProductDetail = (0, graphql_tag_1.default) `
9
- type ProductDetail {
10
- id: String
11
- name: String
12
- domain: Domain
13
- gtin: String
14
- productId: String
15
- sku: String
16
- brand: String
17
- description: String
18
- type: String
19
- primaryUnit: String
20
- refCode: String
21
- product: Product
22
- isDefault: Boolean
23
- packingType: String
24
- packingSize: Float
25
- movement: String
26
- uom: String
27
- uomValue: Float
28
- childProductDetail: ProductDetail
29
- childQty: Float
30
- parentProductDetails: [ProductDetail]
31
- bundleQty: Float
32
- weightUnit: String
33
- nettWeight: Float
34
- grossWeight: Float
35
- lengthUnit: String
36
- width: Float
37
- depth: Float
38
- height: Float
39
- volume: Float
40
- bufferQty: Int
41
- minQty: Int
42
- maxQty: Int
43
- auxUnit1: String
44
- auxValue1: String
45
- auxUnit2: String
46
- auxValue2: String
47
- auxUnit3: String
48
- auxValue3: String
49
- auxUnit4: String
50
- auxValue4: String
51
- auxUnit5: String
52
- auxValue5: String
53
- isTrackedAsInventory: Boolean
54
- discountId: Int
55
- costPrice: Float
56
- mrpPrice: Float
57
- sellPrice: Float
58
- afterTaxCostPrice: Float
59
- afterTaxSalesPrice: Float
60
- inventoryAccountCode: String
61
- cogsAccountCode: String
62
- updater: User
63
- creator: User
64
- updatedAt: String
65
- createdAt: String
66
- deletedAt: String
67
- }
68
- `;
69
- //# sourceMappingURL=product-detail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"product-detail.js","sourceRoot":"","sources":["../../../../server/graphql/types/product-detail/product-detail.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4D/B,CAAA"}