@provis/provis-common-be-module 1.4.34 → 1.4.35
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.
|
@@ -47,7 +47,7 @@ statusClaim.CHECK_DOCUMENT = {
|
|
|
47
47
|
code: '120',
|
|
48
48
|
desc: {
|
|
49
49
|
en: 'Checking Document',
|
|
50
|
-
id: '
|
|
50
|
+
id: 'Klaim dalam pemeriksaan'
|
|
51
51
|
},
|
|
52
52
|
};
|
|
53
53
|
statusClaim.REVIEW_PROVIS = {
|
|
@@ -82,7 +82,7 @@ statusClaim.SUBMIT_CLAIM_TO_INSURANCE = {
|
|
|
82
82
|
code: '200',
|
|
83
83
|
desc: {
|
|
84
84
|
en: 'Submit Claim to Insurance',
|
|
85
|
-
id: '
|
|
85
|
+
id: 'Klaim Telah di teruskan ke asuransi'
|
|
86
86
|
},
|
|
87
87
|
};
|
|
88
88
|
statusClaim.REVISION_DOCUMENT_BY_INSURANCE = {
|
|
@@ -103,14 +103,14 @@ statusClaim.CLAIM_APPROVED = {
|
|
|
103
103
|
code: '300',
|
|
104
104
|
desc: {
|
|
105
105
|
en: 'Claim Approved',
|
|
106
|
-
id: '
|
|
106
|
+
id: 'Klaim diterima'
|
|
107
107
|
},
|
|
108
108
|
};
|
|
109
109
|
statusClaim.CLAIM_PAID = {
|
|
110
110
|
code: '310',
|
|
111
111
|
desc: {
|
|
112
112
|
en: 'Claim Paid',
|
|
113
|
-
id: '
|
|
113
|
+
id: 'Klaim berhasil dibayar'
|
|
114
114
|
},
|
|
115
115
|
};
|
|
116
116
|
statusClaim.CLAIM_REJECTED = {
|