@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.
@@ -49,6 +49,7 @@ declare const product: {
49
49
  PRODUCT_CODE_BNI_MOBIL: string;
50
50
  PRODUCT_CODE_BNI_MOTOR: string;
51
51
  PRODUCT_CODE_BNI_RUMAH: string;
52
+ PRODUCT_CODE_CARGO_BUNDLE: string;
52
53
  LIST: {};
53
54
  };
54
55
  export default product;
@@ -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: "Otto Crack Screen",
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {