@provis/provis-common-be-module 1.7.25 → 1.7.27
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.
|
@@ -110,8 +110,8 @@ const statusClaim = {
|
|
|
110
110
|
CLAIM_WAITING_PAYMENT_CLAIM: {
|
|
111
111
|
code: '301',
|
|
112
112
|
desc: {
|
|
113
|
-
en: 'Waiting
|
|
114
|
-
id: 'Menunggu
|
|
113
|
+
en: 'Waiting Transfer Slip',
|
|
114
|
+
id: 'Menunggu Bukti Bayar'
|
|
115
115
|
},
|
|
116
116
|
},
|
|
117
117
|
CLAIM_WAITING_TRANSFER_SLIP: {
|
|
@@ -73,6 +73,7 @@ const product = {
|
|
|
73
73
|
PRODUCT_CODE_RETAIL_LOKET_PA: 'polismall-loket-pa',
|
|
74
74
|
PRODUCT_CODE_RETAIL_KALOG_CARGO: 'polismall-kalog-cargo',
|
|
75
75
|
PRODUCT_CODE_RETAIL_POS_CARGO: 'polismall-pos-cargo',
|
|
76
|
+
PRODUCT_CODE_WRPL: 'polismall-wrpl',
|
|
76
77
|
};
|
|
77
78
|
product.LIST = {
|
|
78
79
|
[product.PRODUCT_CODE_BNI_MOBIL]: {
|
|
@@ -325,6 +326,10 @@ product.LIST = {
|
|
|
325
326
|
value: product.PRODUCT_CODE_MARINE_OPEN_POLICY,
|
|
326
327
|
name: "Marine Open Policy",
|
|
327
328
|
},
|
|
329
|
+
[product.PRODUCT_CODE_WRPL]: {
|
|
330
|
+
value: product.PRODUCT_CODE_WRPL,
|
|
331
|
+
name: "Wreck Removal & Pollution Liability",
|
|
332
|
+
}
|
|
328
333
|
};
|
|
329
334
|
product.MANUAL_LIST = [
|
|
330
335
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|
|
@@ -365,6 +370,7 @@ product.MANUAL_LIST = [
|
|
|
365
370
|
product.LIST[product.PRODUCT_CODE_ERECTION_ALL_RISK],
|
|
366
371
|
product.LIST[product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT],
|
|
367
372
|
product.LIST[product.PRODUCT_CODE_MARINE_OPEN_POLICY],
|
|
373
|
+
product.LIST[product.PRODUCT_CODE_WRPL],
|
|
368
374
|
];
|
|
369
375
|
product.CARGO_BY_SYSTEM_LIST = [
|
|
370
376
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|