@provis/provis-common-be-module 2.5.13 → 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,11 +1,11 @@
1
1
  declare const loket: {
2
2
  RISK_CLK001: string;
3
+ RISK_CLK007: string;
3
4
  RISK_CLK002: string;
4
5
  RISK_CLK003: string;
5
6
  RISK_CLK004: string;
6
- RISK_CLK006: string;
7
- RISK_CLK007: string;
8
7
  RISK_CLK008: string;
8
+ RISK_CLK006: string;
9
9
  RISK_CLK009: string;
10
10
  RISK_CLK010: string;
11
11
  RISK_CLK005: string;
@@ -1,15 +1,16 @@
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',
8
+ RISK_CLK007: 'CLK007',
7
9
  RISK_CLK002: 'CLK002',
8
10
  RISK_CLK003: 'CLK003',
9
11
  RISK_CLK004: 'CLK004',
10
- RISK_CLK006: 'CLK006',
11
- RISK_CLK007: 'CLK007',
12
12
  RISK_CLK008: 'CLK008',
13
+ RISK_CLK006: 'CLK006',
13
14
  RISK_CLK009: 'CLK009',
14
15
  // INI dropdown buat CLK008
15
16
  RISK_CLK010: 'CLK010',
@@ -453,22 +454,22 @@ loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
453
454
  key: 'accidentDateTime',
454
455
  };
455
456
  loket.BENEFIT_BASE_ON_PRODUCT = {
456
- 'DEFAULT': [
457
+ [config_1.default.DEFAULT]: [
457
458
  loket.RISK_CLK001,
459
+ loket.RISK_CLK007,
458
460
  loket.RISK_CLK002,
459
461
  loket.RISK_CLK003,
460
462
  loket.RISK_CLK004,
461
- loket.RISK_CLK006,
462
- loket.RISK_CLK007,
463
463
  loket.RISK_CLK008,
464
+ loket.RISK_CLK006,
464
465
  loket.RISK_CLK009,
465
466
  ],
466
467
  'P126': [
467
468
  loket.RISK_CLK001,
469
+ loket.RISK_CLK007,
468
470
  loket.RISK_CLK002,
469
471
  loket.RISK_CLK003,
470
472
  loket.RISK_CLK006,
471
- loket.RISK_CLK007,
472
473
  loket.RISK_CLK008,
473
474
  ],
474
475
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.5.13",
3
+ "version": "2.5.15",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {