@provis/provis-common-be-module 1.4.15 → 1.4.16

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.
@@ -24,6 +24,7 @@ declare const loket: {
24
24
  DOCUMENT_DLK016: string;
25
25
  DOCUMENT_DLK017: string;
26
26
  DOCUMENT_DLK018: string;
27
+ DOCUMENT_DLK019: string;
27
28
  LIST_RISK: any[];
28
29
  RISK_CONFIG: {};
29
30
  DOCUMENT_CONFIG: {};
@@ -28,6 +28,7 @@ const loket = {
28
28
  DOCUMENT_DLK016: 'DLK016',
29
29
  DOCUMENT_DLK017: 'DLK017',
30
30
  DOCUMENT_DLK018: 'DLK018',
31
+ DOCUMENT_DLK019: 'DLK019',
31
32
  LIST_RISK: [],
32
33
  RISK_CONFIG: {},
33
34
  DOCUMENT_CONFIG: {},
@@ -52,6 +53,7 @@ loket.RISK_CONFIG[loket.RISK_CLK001] = {
52
53
  loket.DOCUMENT_DLK004,
53
54
  loket.DOCUMENT_DLK005,
54
55
  loket.DOCUMENT_DLK006,
56
+ loket.DOCUMENT_DLK019,
55
57
  ],
56
58
  };
57
59
  loket.RISK_CONFIG[loket.RISK_CLK002] = {
@@ -137,6 +139,7 @@ loket.RISK_CONFIG[loket.RISK_CLK007] = {
137
139
  loket.DOCUMENT_DLK002,
138
140
  loket.DOCUMENT_DLK003,
139
141
  loket.DOCUMENT_DLK007,
142
+ loket.DOCUMENT_DLK019,
140
143
  ],
141
144
  };
142
145
  loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK001] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {