@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.
@@ -112,6 +112,13 @@ declare const statusClaim: {
112
112
  id: string;
113
113
  };
114
114
  };
115
+ CLAIM_WAITING_TRANSFER_SLIP: {
116
+ code: string;
117
+ desc: {
118
+ en: string;
119
+ id: string;
120
+ };
121
+ };
115
122
  CLAIM_PAID: {
116
123
  code: string;
117
124
  desc: {
@@ -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: '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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.7.23",
3
+ "version": "1.7.25",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {