@provis/provis-common-be-module 1.4.8 → 1.4.10

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.
@@ -46,6 +46,9 @@ declare const product: {
46
46
  PRODUCT_CODE_OTTO_CI: string;
47
47
  PRODUCT_CODE_OTTO_FLEXAS: string;
48
48
  PRODUCT_CODE_OTTO_CRACK_SCREEN: string;
49
+ PRODUCT_CODE_BNI_MOBIL: string;
50
+ PRODUCT_CODE_BNI_MOTOR: string;
51
+ PRODUCT_CODE_BNI_RUMAH: string;
49
52
  LIST: {};
50
53
  };
51
54
  export default product;
@@ -45,12 +45,29 @@ const product = {
45
45
  PRODUCT_CODE_MOVEABLE_ALL_RISK: 'polismall-moveable-all-risk',
46
46
  PRODUCT_CODE_SURETY_BOND: 'polismall-surety-bond',
47
47
  PRODUCT_CODE_ERECTION_ALL_RISK: 'polismall-erection-all-risk',
48
+ // OTTO
48
49
  PRODUCT_CODE_OTTO_CI: 'polismall-otto-critical-illness',
49
50
  PRODUCT_CODE_OTTO_FLEXAS: 'polismall-otto-flexas',
50
51
  PRODUCT_CODE_OTTO_CRACK_SCREEN: 'polismall-otto-crack',
52
+ // BNI
53
+ PRODUCT_CODE_BNI_MOBIL: 'polismall-bni-mobil',
54
+ PRODUCT_CODE_BNI_MOTOR: 'polismall-bni-motor',
55
+ PRODUCT_CODE_BNI_RUMAH: 'polismall-bni-rumah',
51
56
  LIST: {},
52
57
  };
53
58
  product.LIST = {
59
+ [product.PRODUCT_CODE_BNI_MOBIL]: {
60
+ value: product.PRODUCT_CODE_BNI_MOBIL,
61
+ name: "BNI Oto Warranty Plus",
62
+ },
63
+ [product.PRODUCT_CODE_BNI_MOTOR]: {
64
+ value: product.PRODUCT_CODE_BNI_MOTOR,
65
+ name: "BNI Motor Guard",
66
+ },
67
+ [product.PRODUCT_CODE_BNI_RUMAH]: {
68
+ value: product.PRODUCT_CODE_BNI_RUMAH,
69
+ name: "BNI Home Guard",
70
+ },
54
71
  [product.PRODUCT_CODE_OTTO_CI]: {
55
72
  value: product.PRODUCT_CODE_OTTO_CI,
56
73
  name: "Otto Critical Illness",
@@ -61,7 +78,7 @@ product.LIST = {
61
78
  },
62
79
  [product.PRODUCT_CODE_OTTO_CRACK_SCREEN]: {
63
80
  value: product.PRODUCT_CODE_OTTO_CRACK_SCREEN,
64
- name: "Otto Crack Screen",
81
+ name: "Smartphone Protection",
65
82
  },
66
83
  [product.PRODUCT_POLISMALL_CARGO]: {
67
84
  value: "polismall-cargo",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {