@provis/provis-common-be-module 2.4.6 → 2.4.7

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.
@@ -35,5 +35,6 @@ declare const loket: {
35
35
  RISK_CONFIG: {};
36
36
  DOCUMENT_CONFIG: {};
37
37
  STATUS_DEADLINE: {};
38
+ BENEFIT_BASE_ON_PRODUCT: {};
38
39
  };
39
40
  export default loket;
@@ -40,6 +40,7 @@ const loket = {
40
40
  RISK_CONFIG: {},
41
41
  DOCUMENT_CONFIG: {},
42
42
  STATUS_DEADLINE: {},
43
+ BENEFIT_BASE_ON_PRODUCT: {},
43
44
  };
44
45
  loket.LIST_RISK.push(loket.RISK_CLK001);
45
46
  loket.LIST_RISK.push(loket.RISK_CLK002);
@@ -326,4 +327,27 @@ loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
326
327
  deadline: 45,
327
328
  key: 'accidentDateTime',
328
329
  };
330
+ loket.BENEFIT_BASE_ON_PRODUCT = {
331
+ 'DEFAULT': [
332
+ loket.RISK_CLK001,
333
+ loket.RISK_CLK002,
334
+ loket.RISK_CLK003,
335
+ loket.RISK_CLK004,
336
+ loket.RISK_CLK005,
337
+ loket.RISK_CLK006,
338
+ loket.RISK_CLK007,
339
+ loket.RISK_CLK008,
340
+ loket.RISK_CLK009,
341
+ ],
342
+ 'P126': [
343
+ loket.RISK_CLK001,
344
+ loket.RISK_CLK002,
345
+ loket.RISK_CLK003,
346
+ loket.RISK_CLK004,
347
+ loket.RISK_CLK005,
348
+ loket.RISK_CLK006,
349
+ loket.RISK_CLK007,
350
+ loket.RISK_CLK008,
351
+ ],
352
+ };
329
353
  exports.default = loket;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {