@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.
|
@@ -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],
|