@provis/provis-common-be-module 1.7.21 → 1.7.22
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.
|
@@ -19,6 +19,7 @@ declare const product: {
|
|
|
19
19
|
PRODUCT_CODE_CRITICAL_ILLNESS: string;
|
|
20
20
|
PRODUCT_CODE_FREIGHT_FORWARDER_LIABILITY: string;
|
|
21
21
|
PRODUCT_CODE_MARINE_HULL: string;
|
|
22
|
+
PRODUCT_CODE_MARINE_OPEN_POLICY: string;
|
|
22
23
|
PRODUCT_CODE_CREDIT_LIFE: string;
|
|
23
24
|
PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE: string;
|
|
24
25
|
PRODUCT_CODE_CARPAKR_LIABILITY: string;
|
|
@@ -22,6 +22,7 @@ const product = {
|
|
|
22
22
|
PRODUCT_CODE_CRITICAL_ILLNESS: 'polismall-critical-illness',
|
|
23
23
|
PRODUCT_CODE_FREIGHT_FORWARDER_LIABILITY: 'polismall-freight-forwarder-liability',
|
|
24
24
|
PRODUCT_CODE_MARINE_HULL: 'polismall-marine-hull',
|
|
25
|
+
PRODUCT_CODE_MARINE_OPEN_POLICY: 'marine-open-policy',
|
|
25
26
|
PRODUCT_CODE_CREDIT_LIFE: 'polismall-credit-life',
|
|
26
27
|
PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE: 'polismall-traditional-whole-life',
|
|
27
28
|
PRODUCT_CODE_CARPAKR_LIABILITY: 'polismall-carpark-liability',
|
|
@@ -320,6 +321,10 @@ product.LIST = {
|
|
|
320
321
|
value: product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT,
|
|
321
322
|
name: "Marine Cargo Single Shipment",
|
|
322
323
|
},
|
|
324
|
+
[product.PRODUCT_CODE_MARINE_OPEN_POLICY]: {
|
|
325
|
+
value: product.PRODUCT_CODE_MARINE_OPEN_POLICY,
|
|
326
|
+
name: "Marine Open Policy",
|
|
327
|
+
},
|
|
323
328
|
};
|
|
324
329
|
product.MANUAL_LIST = [
|
|
325
330
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|
|
@@ -359,6 +364,7 @@ product.MANUAL_LIST = [
|
|
|
359
364
|
product.LIST[product.PRODUCT_CODE_SURETY_BOND],
|
|
360
365
|
product.LIST[product.PRODUCT_CODE_ERECTION_ALL_RISK],
|
|
361
366
|
product.LIST[product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT],
|
|
367
|
+
product.LIST[product.PRODUCT_CODE_MARINE_OPEN_POLICY],
|
|
362
368
|
];
|
|
363
369
|
product.CARGO_BY_SYSTEM_LIST = [
|
|
364
370
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|