@things-factory/product-base 3.8.1 → 3.8.3
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.
|
@@ -42,6 +42,14 @@ __decorate([
|
|
|
42
42
|
(0, type_graphql_1.Field)({ nullable: true }),
|
|
43
43
|
__metadata("design:type", Number)
|
|
44
44
|
], ProductBundleSetting.prototype, "bundleQty", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], ProductBundleSetting.prototype, "productId", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], ProductBundleSetting.prototype, "bundleId", void 0);
|
|
45
53
|
ProductBundleSetting = __decorate([
|
|
46
54
|
(0, typeorm_1.Entity)(),
|
|
47
55
|
(0, typeorm_1.Index)('ix_product_bundle_setting_0', (productBundleSetting) => [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-bundle-setting.js","sourceRoot":"","sources":["../../../server/service/product-bundle-setting/product-bundle-setting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAoD;AACpD,qCAAkF;AAElF,qEAAgE;AAChE,qEAAgE;AAChE,gDAA4C;AAa5C,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"product-bundle-setting.js","sourceRoot":"","sources":["../../../server/service/product-bundle-setting/product-bundle-setting.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAoD;AACpD,qCAAkF;AAElF,qEAAgE;AAChE,qEAAgE;AAChE,gDAA4C;AAa5C,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;CA0BhC,CAAA;AAvBC;IAFC,IAAA,gCAAsB,EAAC,MAAM,CAAC;IAC9B,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAClB;AAIpB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjC,iBAAO;qDAAA;AAIjB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACpD,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjC,8BAAa;2DAAA;AAI7B;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACpD,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,8BAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjC,8BAAa;2DAAA;AAI7B;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACR;AAGlB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACR;AAGlB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACT;AAzBN,oBAAoB;IAXhC,IAAA,gBAAM,GAAE;IACR,IAAA,eAAK,EACJ,6BAA6B,EAC7B,CAAC,oBAA0C,EAAE,EAAE,CAAC;QAC9C,oBAAoB,CAAC,OAAO;QAC5B,oBAAoB,CAAC,aAAa;QAClC,oBAAoB,CAAC,aAAa;KACnC,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB;IACA,IAAA,yBAAU,GAAE;GACA,oBAAoB,CA0BhC;AA1BY,oDAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/product-base",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@things-factory/biz-base": "^3.8.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "b1c118ec9834b1cb4ccf9e85b70623250a8f6745"
|
|
30
30
|
}
|