@provis/provis-common-be-module 1.4.19 → 1.4.21

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.
@@ -250,4 +250,10 @@ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK018] = {
250
250
  en: '',
251
251
  },
252
252
  };
253
+ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK019] = {
254
+ desc: {
255
+ id: 'Bukti Ahli Waris dari Penerima Manfaat (KTP dan KK) atau Surat dari Pengadilan',
256
+ en: '',
257
+ },
258
+ };
253
259
  exports.default = loket;
@@ -36,6 +36,13 @@ statusClaim.CHECK_DOCUMENT = {
36
36
  id: 'Klaim dalam pemeriksaan'
37
37
  },
38
38
  };
39
+ statusClaim.REVIEW_PROVIS = {
40
+ code: 121,
41
+ desc: {
42
+ en: 'Review on Provis',
43
+ id: 'Dalam Pemeriksaan Provis'
44
+ },
45
+ };
39
46
  statusClaim.SUBMIT_LOD = {
40
47
  code: 130,
41
48
  desc: {
@@ -96,6 +103,7 @@ statusClaim.LIST_ACTIVE = [
96
103
  statusClaim.INITIAL.code,
97
104
  statusClaim.WAIT_DOCUMENT_COMPLETION.code,
98
105
  statusClaim.CHECK_DOCUMENT.code,
106
+ statusClaim.REVIEW_PROVIS.code,
99
107
  statusClaim.SUBMIT_LOD.code,
100
108
  statusClaim.WAIT_LOD_SIGN.code,
101
109
  statusClaim.SUBMIT_LOD_SIGN.code,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.19",
3
+ "version": "1.4.21",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {