@provis/provis-common-be-module 2.5.13 → 2.5.14

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;
@@ -4,12 +4,12 @@ const status_1 = require("./status");
4
4
  const loket = {
5
5
  // LIST RESIKO
6
6
  RISK_CLK001: 'CLK001',
7
+ RISK_CLK007: 'CLK007',
7
8
  RISK_CLK002: 'CLK002',
8
9
  RISK_CLK003: 'CLK003',
9
10
  RISK_CLK004: 'CLK004',
10
- RISK_CLK006: 'CLK006',
11
- RISK_CLK007: 'CLK007',
12
11
  RISK_CLK008: 'CLK008',
12
+ RISK_CLK006: 'CLK006',
13
13
  RISK_CLK009: 'CLK009',
14
14
  // INI dropdown buat CLK008
15
15
  RISK_CLK010: 'CLK010',
@@ -455,20 +455,20 @@ loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
455
455
  loket.BENEFIT_BASE_ON_PRODUCT = {
456
456
  'DEFAULT': [
457
457
  loket.RISK_CLK001,
458
+ loket.RISK_CLK007,
458
459
  loket.RISK_CLK002,
459
460
  loket.RISK_CLK003,
460
461
  loket.RISK_CLK004,
461
- loket.RISK_CLK006,
462
- loket.RISK_CLK007,
463
462
  loket.RISK_CLK008,
463
+ loket.RISK_CLK006,
464
464
  loket.RISK_CLK009,
465
465
  ],
466
466
  'P126': [
467
467
  loket.RISK_CLK001,
468
+ loket.RISK_CLK007,
468
469
  loket.RISK_CLK002,
469
470
  loket.RISK_CLK003,
470
471
  loket.RISK_CLK006,
471
- loket.RISK_CLK007,
472
472
  loket.RISK_CLK008,
473
473
  ],
474
474
  };
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.14",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {