@provis/provis-common-be-module 2.2.21 → 2.2.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.
@@ -126,7 +126,7 @@ doc.STATUS_DEADLINE[status_1.default.REVISION_DOCUMENT.code] = {
126
126
  deadline: 7,
127
127
  key: 'reportDate',
128
128
  };
129
- doc.RISK_CONFIG['001'] = {
129
+ doc.RISK_CONFIG['Non-Motor'] = {
130
130
  isRequiredFillClaimAmount: false,
131
131
  desc: {
132
132
  id: 'Default',
@@ -168,4 +168,20 @@ doc.GOOD_TYPE_MOTOR = [
168
168
  },
169
169
  };
170
170
  });
171
+ doc.RISK_CONFIG['Motor'] = {
172
+ isRequiredFillClaimAmount: false,
173
+ desc: {
174
+ id: 'Default',
175
+ en: 'Default',
176
+ },
177
+ requiredDocument: [
178
+ doc.DOC_RESI,
179
+ doc.DOC_CLAIM,
180
+ doc.DOC_INVOICE,
181
+ doc.DOC_OPENING,
182
+ doc.DOC_DOCUMENTATION,
183
+ doc.DOC_POLICE_REPORT,
184
+ ...doc.GOOD_TYPE_MOTOR,
185
+ ],
186
+ };
171
187
  exports.default = doc;
@@ -53,12 +53,19 @@ const vehicleTypeCode = [
53
53
  {
54
54
  code: "VT002",
55
55
  desc: {
56
- id: "Jenis Kendaraan Bus, Truk dan Pickup",
57
- en: "Vehicle Types Bus, Truck and Pickup",
56
+ id: "Jenis Kendaraan Truk dan Pickup",
57
+ en: "Vehicle Types Truck and Pickup",
58
58
  },
59
59
  },
60
60
  {
61
61
  code: "VT003",
62
+ desc: {
63
+ id: "Jenis Kendaraan Bus",
64
+ en: "Vehicle Types Bus",
65
+ },
66
+ },
67
+ {
68
+ code: "VT004",
62
69
  desc: {
63
70
  id: "Jenis Kendaraan Roda 2 (dua)",
64
71
  en: "Type of 2 (two) Wheeled Vehicle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.2.21",
3
+ "version": "2.2.23",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {