@provis/provis-common-be-module 2.5.14 → 2.5.15
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const status_1 = require("./status");
|
|
4
|
+
const config_1 = require("../config");
|
|
4
5
|
const loket = {
|
|
5
6
|
// LIST RESIKO
|
|
6
7
|
RISK_CLK001: 'CLK001',
|
|
@@ -453,7 +454,7 @@ loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
|
|
|
453
454
|
key: 'accidentDateTime',
|
|
454
455
|
};
|
|
455
456
|
loket.BENEFIT_BASE_ON_PRODUCT = {
|
|
456
|
-
|
|
457
|
+
[config_1.default.DEFAULT]: [
|
|
457
458
|
loket.RISK_CLK001,
|
|
458
459
|
loket.RISK_CLK007,
|
|
459
460
|
loket.RISK_CLK002,
|