@provis/provis-common-be-module 1.4.22 → 1.4.23

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.
@@ -28,5 +28,6 @@ declare const loket: {
28
28
  LIST_RISK: any[];
29
29
  RISK_CONFIG: {};
30
30
  DOCUMENT_CONFIG: {};
31
+ STATUS_DEADLINE: {};
31
32
  };
32
33
  export default loket;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const status_1 = require("./status");
3
4
  const loket = {
4
5
  // LIST RESIKO
5
6
  RISK_CLK001: 'CLK001',
@@ -32,6 +33,7 @@ const loket = {
32
33
  LIST_RISK: [],
33
34
  RISK_CONFIG: {},
34
35
  DOCUMENT_CONFIG: {},
36
+ STATUS_DEADLINE: {},
35
37
  };
36
38
  loket.LIST_RISK.push(loket.RISK_CLK001);
37
39
  loket.LIST_RISK.push(loket.RISK_CLK002);
@@ -256,4 +258,8 @@ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK019] = {
256
258
  en: '',
257
259
  },
258
260
  };
261
+ loket.STATUS_DEADLINE[status_1.default.INITIAL.code] = {
262
+ deadline: 60,
263
+ key: 'accidentDateTime'
264
+ };
259
265
  exports.default = loket;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {