@provis/provis-common-be-module 1.4.34 → 1.4.36

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.
@@ -279,7 +279,12 @@ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DT003] = {
279
279
  en: "",
280
280
  },
281
281
  };
282
+ loket.STATUS_DEADLINE[status_1.default.INITIAL.code] = {
283
+ deadline: 45,
284
+ key: 'accidentDateTime',
285
+ };
282
286
  loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
283
287
  deadline: 45,
288
+ key: 'accidentDateTime',
284
289
  };
285
290
  exports.default = loket;
@@ -47,7 +47,7 @@ statusClaim.CHECK_DOCUMENT = {
47
47
  code: '120',
48
48
  desc: {
49
49
  en: 'Checking Document',
50
- id: 'Perbaikan dalam pemeriksaan'
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: 'Perbaikan Telah di teruskan ke asuransi'
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: 'Perbaikan diterima'
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: 'Perbaikan berhasil dibayar'
113
+ id: 'Klaim berhasil dibayar'
114
114
  },
115
115
  };
116
116
  statusClaim.CLAIM_REJECTED = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.34",
3
+ "version": "1.4.36",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {