@provis/provis-common-be-module 2.6.89 → 2.6.90

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.
@@ -72,5 +72,6 @@ declare const product: {
72
72
  PRODUCT_CODE_CREDIT_DEFAULT: string;
73
73
  PRODUCT_CODE_FINE_ART_COLLECTION: string;
74
74
  PRODUCT_CODE_MONEY: string;
75
+ PRODUCT_CODE_FIDELITY_GUARANTEE_INSURANCE: string;
75
76
  };
76
77
  export default product;
@@ -80,6 +80,7 @@ const product = {
80
80
  PRODUCT_CODE_CREDIT_DEFAULT: 'polismall-credit-default',
81
81
  PRODUCT_CODE_FINE_ART_COLLECTION: 'polismall-fine-art-collections',
82
82
  PRODUCT_CODE_MONEY: 'polismall-money',
83
+ PRODUCT_CODE_FIDELITY_GUARANTEE_INSURANCE: 'polismall-fidelity-guarantee-insurance',
83
84
  };
84
85
  product.LIST = {
85
86
  [product.PRODUCT_CODE_BNI_RUMAH]: {
@@ -154,6 +155,10 @@ product.LIST = {
154
155
  value: product.PRODUCT_CODE_ERECTION_ALL_RISK,
155
156
  name: "Erection All Risk",
156
157
  },
158
+ [product.PRODUCT_CODE_FIDELITY_GUARANTEE_INSURANCE]: {
159
+ value: product.PRODUCT_CODE_FIDELITY_GUARANTEE_INSURANCE,
160
+ name: "Fidelity Guarantee Insurance",
161
+ },
157
162
  [product.PRODUCT_CODE_FINE_ART_COLLECTION]: {
158
163
  value: product.PRODUCT_CODE_FINE_ART_COLLECTION,
159
164
  name: "Fine Art and Collections Insurance",
@@ -372,6 +377,7 @@ product.LIST = {
372
377
  },
373
378
  };
374
379
  product.MANUAL_LIST = [
380
+ product.LIST[product.PRODUCT_CODE_FIDELITY_GUARANTEE_INSURANCE],
375
381
  product.LIST[product.PRODUCT_CODE_PROPERTY_ALL_RISK],
376
382
  product.LIST[product.PRODUCT_CODE_EARTHQUAKE],
377
383
  product.LIST[product.PRODUCT_CODE_VEHICLE],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.89",
3
+ "version": "2.6.90",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {