@provis/provis-common-be-module 1.4.9 → 1.4.11
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.
|
@@ -53,6 +53,8 @@ const product = {
|
|
|
53
53
|
PRODUCT_CODE_BNI_MOBIL: 'polismall-bni-mobil',
|
|
54
54
|
PRODUCT_CODE_BNI_MOTOR: 'polismall-bni-motor',
|
|
55
55
|
PRODUCT_CODE_BNI_RUMAH: 'polismall-bni-rumah',
|
|
56
|
+
// BUNDLE
|
|
57
|
+
PRODUCT_CODE_CARGO_BUNDLE: 'polismall-cargo-bundle',
|
|
56
58
|
LIST: {},
|
|
57
59
|
};
|
|
58
60
|
product.LIST = {
|
|
@@ -78,7 +80,7 @@ product.LIST = {
|
|
|
78
80
|
},
|
|
79
81
|
[product.PRODUCT_CODE_OTTO_CRACK_SCREEN]: {
|
|
80
82
|
value: product.PRODUCT_CODE_OTTO_CRACK_SCREEN,
|
|
81
|
-
name: "
|
|
83
|
+
name: "Smartphone Protection",
|
|
82
84
|
},
|
|
83
85
|
[product.PRODUCT_POLISMALL_CARGO]: {
|
|
84
86
|
value: "polismall-cargo",
|
|
@@ -252,5 +254,9 @@ product.LIST = {
|
|
|
252
254
|
value: "polismall-erection-all-risk",
|
|
253
255
|
name: "Erection All Risk",
|
|
254
256
|
},
|
|
257
|
+
[product.PRODUCT_CODE_CARGO_BUNDLE]: {
|
|
258
|
+
value: "polismall-cargo-bundle",
|
|
259
|
+
name: "Polismall Cargo Bundle",
|
|
260
|
+
},
|
|
255
261
|
};
|
|
256
262
|
exports.default = product;
|