@provis/provis-common-be-module 1.7.23 → 1.7.25
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.
|
@@ -114,6 +114,13 @@ const statusClaim = {
|
|
|
114
114
|
id: 'Menunggu Pembayaran Claim'
|
|
115
115
|
},
|
|
116
116
|
},
|
|
117
|
+
CLAIM_WAITING_TRANSFER_SLIP: {
|
|
118
|
+
code: '302',
|
|
119
|
+
desc: {
|
|
120
|
+
en: 'Waiting Transfer Slip',
|
|
121
|
+
id: 'Klaim Berhasil Dibayarkan'
|
|
122
|
+
},
|
|
123
|
+
},
|
|
117
124
|
CLAIM_PAID: {
|
|
118
125
|
code: '310',
|
|
119
126
|
desc: {
|
|
@@ -153,6 +160,7 @@ statusClaim.LIST_ACTIVE = [
|
|
|
153
160
|
statusClaim.SUBMIT_DOC_CLAIM_TO_INSURANCE.code,
|
|
154
161
|
statusClaim.CLAIM_APPROVED.code,
|
|
155
162
|
statusClaim.CLAIM_WAITING_PAYMENT_CLAIM.code,
|
|
163
|
+
statusClaim.CLAIM_WAITING_TRANSFER_SLIP.code,
|
|
156
164
|
statusClaim.CLAIM_REJECTED.code,
|
|
157
165
|
statusClaim.CLAIM_PAID.code,
|
|
158
166
|
statusClaim.CLAIM_WITHDRAWAL.code,
|
|
@@ -22,7 +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: '
|
|
25
|
+
PRODUCT_CODE_MARINE_OPEN_POLICY: 'MOP',
|
|
26
26
|
PRODUCT_CODE_CREDIT_LIFE: 'polismall-credit-life',
|
|
27
27
|
PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE: 'polismall-traditional-whole-life',
|
|
28
28
|
PRODUCT_CODE_CARPAKR_LIABILITY: 'polismall-carpark-liability',
|