@provis/provis-common-be-module 1.7.18 → 1.7.19
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.
|
@@ -128,6 +128,13 @@ const statusClaim = {
|
|
|
128
128
|
id: 'Klaim belum memenuhi kriteria'
|
|
129
129
|
},
|
|
130
130
|
},
|
|
131
|
+
CLAIM_WITHDRAWAL: {
|
|
132
|
+
code: '401',
|
|
133
|
+
desc: {
|
|
134
|
+
en: 'Claim Withdrawal',
|
|
135
|
+
id: 'Klaim kadaluarsa'
|
|
136
|
+
},
|
|
137
|
+
}
|
|
131
138
|
};
|
|
132
139
|
statusClaim.LIST_ACTIVE = [
|
|
133
140
|
statusClaim.INITIAL.code,
|
|
@@ -148,5 +155,6 @@ statusClaim.LIST_ACTIVE = [
|
|
|
148
155
|
statusClaim.CLAIM_WAITING_PAYMENT_CLAIM.code,
|
|
149
156
|
statusClaim.CLAIM_REJECTED.code,
|
|
150
157
|
statusClaim.CLAIM_PAID.code,
|
|
158
|
+
statusClaim.CLAIM_WITHDRAWAL.code,
|
|
151
159
|
];
|
|
152
160
|
exports.default = statusClaim;
|