@provis/provis-common-be-module 2.4.0 → 2.4.2
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.
|
@@ -63,6 +63,20 @@ declare const statusClaim: {
|
|
|
63
63
|
id: string;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
+
REVIEW_LOD_PROVIS: {
|
|
67
|
+
code: string;
|
|
68
|
+
desc: {
|
|
69
|
+
en: string;
|
|
70
|
+
id: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
REVISION_LOD_INSURANCE: {
|
|
74
|
+
code: string;
|
|
75
|
+
desc: {
|
|
76
|
+
en: string;
|
|
77
|
+
id: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
66
80
|
WAIT_LOD_SIGN: {
|
|
67
81
|
code: string;
|
|
68
82
|
desc: {
|
|
@@ -65,6 +65,20 @@ const statusClaim = {
|
|
|
65
65
|
id: 'Dokumen LOD berhasil Dikeluarkan'
|
|
66
66
|
},
|
|
67
67
|
},
|
|
68
|
+
REVIEW_LOD_PROVIS: {
|
|
69
|
+
code: '131',
|
|
70
|
+
desc: {
|
|
71
|
+
en: 'LOD Review By Provis',
|
|
72
|
+
id: 'Dokumen LOD dalam pemeriksaan Provis'
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
REVISION_LOD_INSURANCE: {
|
|
76
|
+
code: '132',
|
|
77
|
+
desc: {
|
|
78
|
+
en: 'LOD Revision By Insurance',
|
|
79
|
+
id: 'Dokumen LOD direvisi oleh Asuransi'
|
|
80
|
+
},
|
|
81
|
+
},
|
|
68
82
|
WAIT_LOD_SIGN: {
|
|
69
83
|
code: '140',
|
|
70
84
|
desc: {
|
|
@@ -89,7 +103,7 @@ const statusClaim = {
|
|
|
89
103
|
REVISION_DOCUMENT_BY_INSURANCE: {
|
|
90
104
|
code: '201',
|
|
91
105
|
desc: {
|
|
92
|
-
en: 'Revision Document',
|
|
106
|
+
en: 'Revision Document By Insurance',
|
|
93
107
|
id: 'Revisi Dokumen yang sudah diupload sebelumnya'
|
|
94
108
|
},
|
|
95
109
|
},
|
|
@@ -146,6 +160,8 @@ statusClaim.LIST_ACTIVE = [
|
|
|
146
160
|
statusClaim.CHECK_DOCUMENT.code,
|
|
147
161
|
statusClaim.REVIEW_PROVIS.code,
|
|
148
162
|
statusClaim.SUBMIT_LOD.code,
|
|
163
|
+
statusClaim.REVIEW_LOD_PROVIS.code,
|
|
164
|
+
statusClaim.REVISION_LOD_INSURANCE.code,
|
|
149
165
|
statusClaim.WAIT_LOD_SIGN.code,
|
|
150
166
|
statusClaim.SUBMIT_LOD_SIGN.code,
|
|
151
167
|
statusClaim.SUBMIT_CLAIM_TO_INSURANCE.code,
|