@provis/provis-common-be-module 2.2.19 → 2.2.20
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.
|
@@ -41,6 +41,7 @@ declare const product: {
|
|
|
41
41
|
PRODUCT_CODE_MOVEABLE_ALL_RISK: string;
|
|
42
42
|
PRODUCT_CODE_SURETY_BOND: string;
|
|
43
43
|
PRODUCT_CODE_ERECTION_ALL_RISK: string;
|
|
44
|
+
PRODUCT_CODE_PA_SOGO_ELI_DAYIN: string;
|
|
44
45
|
PRODUCT_POLISMALL_CARGO_MERATUS: string;
|
|
45
46
|
PRODUCT_POLISMALL_CARGO: string;
|
|
46
47
|
PRODUCT_CODE_EXIM: string;
|
|
@@ -44,6 +44,7 @@ const product = {
|
|
|
44
44
|
PRODUCT_CODE_MOVEABLE_ALL_RISK: 'polismall-moveable-all-risk',
|
|
45
45
|
PRODUCT_CODE_SURETY_BOND: 'polismall-surety-bond',
|
|
46
46
|
PRODUCT_CODE_ERECTION_ALL_RISK: 'polismall-erection-all-risk',
|
|
47
|
+
PRODUCT_CODE_PA_SOGO_ELI_DAYIN: 'polismall-eli',
|
|
47
48
|
// CARGO
|
|
48
49
|
PRODUCT_POLISMALL_CARGO_MERATUS: 'polismall-cargo-meratus-paliside',
|
|
49
50
|
PRODUCT_POLISMALL_CARGO: 'polismall-cargo',
|
|
@@ -329,6 +330,10 @@ product.LIST = {
|
|
|
329
330
|
[product.PRODUCT_CODE_WRPL]: {
|
|
330
331
|
value: product.PRODUCT_CODE_WRPL,
|
|
331
332
|
name: "Wreck Removal & Pollution Liability",
|
|
333
|
+
},
|
|
334
|
+
[product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN]: {
|
|
335
|
+
value: product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN,
|
|
336
|
+
name: "PA SOGO - ELI DAIYIN",
|
|
332
337
|
}
|
|
333
338
|
};
|
|
334
339
|
product.MANUAL_LIST = [
|
|
@@ -371,6 +376,7 @@ product.MANUAL_LIST = [
|
|
|
371
376
|
product.LIST[product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT],
|
|
372
377
|
product.LIST[product.PRODUCT_CODE_MARINE_OPEN_POLICY],
|
|
373
378
|
product.LIST[product.PRODUCT_CODE_WRPL],
|
|
379
|
+
product.LIST[product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN],
|
|
374
380
|
];
|
|
375
381
|
product.CARGO_BY_SYSTEM_LIST = [
|
|
376
382
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|
package/package.json
CHANGED
package/.qodo/history.sqlite
DELETED
|
Binary file
|