@provis/provis-common-be-module 2.6.57 → 2.6.58
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.
|
@@ -42,6 +42,7 @@ declare const product: {
|
|
|
42
42
|
PRODUCT_CODE_SURETY_BOND: string;
|
|
43
43
|
PRODUCT_CODE_ERECTION_ALL_RISK: string;
|
|
44
44
|
PRODUCT_CODE_PA_SOGO_ELI_DAYIN: string;
|
|
45
|
+
PRODUCT_CODE_PRODUCT_LIABILITY: string;
|
|
45
46
|
PRODUCT_POLISMALL_CARGO_MERATUS: string;
|
|
46
47
|
PRODUCT_POLISMALL_CARGO: string;
|
|
47
48
|
PRODUCT_CODE_EXIM: string;
|
|
@@ -45,6 +45,7 @@ const product = {
|
|
|
45
45
|
PRODUCT_CODE_SURETY_BOND: 'polismall-surety-bond',
|
|
46
46
|
PRODUCT_CODE_ERECTION_ALL_RISK: 'polismall-erection-all-risk',
|
|
47
47
|
PRODUCT_CODE_PA_SOGO_ELI_DAYIN: 'polismall-eli',
|
|
48
|
+
PRODUCT_CODE_PRODUCT_LIABILITY: 'polismall-product-liability',
|
|
48
49
|
// CARGO
|
|
49
50
|
PRODUCT_POLISMALL_CARGO_MERATUS: 'polismall-cargo-meratus-paliside',
|
|
50
51
|
PRODUCT_POLISMALL_CARGO: 'polismall-cargo',
|
|
@@ -345,6 +346,10 @@ product.LIST = {
|
|
|
345
346
|
value: product.PRODUCT_CODE_FINE_ART_COLLECTION,
|
|
346
347
|
name: "Fine Art and Collections Insurance",
|
|
347
348
|
},
|
|
349
|
+
[product.PRODUCT_CODE_PRODUCT_LIABILITY]: {
|
|
350
|
+
value: product.PRODUCT_CODE_PRODUCT_LIABILITY,
|
|
351
|
+
name: "Product Liability",
|
|
352
|
+
},
|
|
348
353
|
};
|
|
349
354
|
product.MANUAL_LIST = [
|
|
350
355
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|
|
@@ -389,6 +394,7 @@ product.MANUAL_LIST = [
|
|
|
389
394
|
product.LIST[product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN],
|
|
390
395
|
product.LIST[product.PRODUCT_CODE_CREDIT_DEFAULT],
|
|
391
396
|
product.LIST[product.PRODUCT_CODE_FINE_ART_COLLECTION],
|
|
397
|
+
product.LIST[product.PRODUCT_CODE_PRODUCT_LIABILITY],
|
|
392
398
|
];
|
|
393
399
|
product.CARGO_BY_SYSTEM_LIST = [
|
|
394
400
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|