@provis/provis-common-be-module 2.5.22 → 2.5.24

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.
@@ -2,18 +2,24 @@ declare const _default: {
2
2
  generalInsurance: {
3
3
  GEN0001: {
4
4
  key: string;
5
- descEn: string;
6
- desc: string;
5
+ desc: {
6
+ en: string;
7
+ id: string;
8
+ };
7
9
  };
8
10
  GEN0002: {
9
11
  key: string;
10
- descEn: string;
11
- desc: string;
12
+ desc: {
13
+ en: string;
14
+ id: string;
15
+ };
12
16
  };
13
17
  GEN0003: {
14
18
  key: string;
15
- descEn: string;
16
- desc: string;
19
+ desc: {
20
+ en: string;
21
+ id: string;
22
+ };
17
23
  };
18
24
  LIST_RISK: any[];
19
25
  };
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const travel_1 = require("./travel");
4
4
  const motorVehicle_1 = require("./motorVehicle");
5
5
  const generalInsurance = {
6
- GEN0001: { key: 'GEN0001', descEn: '', desc: 'Surat Kuasa Bermaterai' },
7
- GEN0002: { key: 'GEN0002', descEn: '', desc: 'Identitas Pemberi Kuasa' },
8
- GEN0003: { key: 'GEN0003', descEn: '', desc: 'Identitas Penerima Kuasa' },
6
+ GEN0001: { key: 'GEN0001', desc: { en: 'Stamped Power of Attorney', id: 'Surat Kuasa Bermaterai' } },
7
+ GEN0002: { key: 'GEN0002', desc: { en: 'Identity of the Authorizer', id: 'Identitas Pemberi Kuasa' } },
8
+ GEN0003: { key: 'GEN0003', desc: { en: 'Identity of the Authorized Person', id: 'Identitas Penerima Kuasa' } },
9
9
  LIST_RISK: [], // untuk ambil list dari resiko
10
10
  };
11
11
  generalInsurance.LIST_RISK.push(generalInsurance.GEN0001.key);
@@ -102,7 +102,7 @@ const clause = [
102
102
  code: "clause-13",
103
103
  desc: {
104
104
  id: "",
105
- en: "Non Standard Equipment / Accessories (applicable only for Passenger Cars) - Maximum 20% of car value, it has to be declared and listed in the policy schedule and the value will be added to TOTAL of Sum Insured - If the value of non standard Equipment is not more than 10% of car value, No specific declaration / List is required.",
105
+ en: "Non Standard Equipment / Accessories (applicable only for Passenger Cars) - Maximum 20% of car value, it has to be declared and listed in the policy schedule and the value will be added to TOTAL of Sum Insured - If the value of non standard Equipment is not more than 20% of car value, No specific declaration / List is required.",
106
106
  },
107
107
  },
108
108
  {
@@ -44,6 +44,19 @@ declare const additionalCoverage: ({
44
44
  isInputQty: boolean;
45
45
  deductible: string[];
46
46
  order: number;
47
+ replaceWording?: undefined;
48
+ } | {
49
+ code: string;
50
+ desc: {
51
+ id: string;
52
+ en: string;
53
+ };
54
+ isVisible: boolean;
55
+ isInputSumInsured: boolean;
56
+ isInputQty: boolean;
57
+ replaceWording: string[];
58
+ deductible: string[];
59
+ order: number;
47
60
  } | {
48
61
  code: string;
49
62
  desc: {
@@ -55,6 +68,7 @@ declare const additionalCoverage: ({
55
68
  isInputQty: boolean;
56
69
  order: number;
57
70
  deductible?: undefined;
71
+ replaceWording?: undefined;
58
72
  })[];
59
73
  declare const vehicleUsage: {
60
74
  code: string;
@@ -17,7 +17,7 @@ const insuranceType = [
17
17
  "VT002": ['MV_DEDUCT05'],
18
18
  "VT003": ['MV_DEDUCT05'],
19
19
  "VT004": ['MV_DEDUCT06'],
20
- "VT005": ['MV_DEDUCT05'],
20
+ "VT005": ['MV_DEDUCT05', 'MV_DEDUCT01'],
21
21
  "VT006": ['MV_DEDUCT06', 'MV_DEDUCT01'],
22
22
  },
23
23
  defaultAdditionalCoverage: 'CASCO',
@@ -37,7 +37,7 @@ const insuranceType = [
37
37
  "VT002": ['MV_DEDUCT07'],
38
38
  "VT003": ['MV_DEDUCT07'],
39
39
  "VT004": ['MV_DEDUCT08'],
40
- "VT005": ['MV_DEDUCT07'],
40
+ "VT005": ['MV_DEDUCT07', 'MV_DEDUCT01'],
41
41
  "VT006": ['MV_DEDUCT08', 'MV_DEDUCT01'],
42
42
  },
43
43
  defaultAdditionalCoverage: 'TLO',
@@ -124,7 +124,7 @@ const additionalCoverage = [
124
124
  code: "TSFWD",
125
125
  desc: {
126
126
  id: "Topan, Badai, Banjir, Kerusakan Akibat Air",
127
- en: "Typhoon, Storm, Flood, Water Damage",
127
+ en: "Typhoon, Storm, Flood, Water Damage (TSFWD)",
128
128
  },
129
129
  isVisible: true,
130
130
  isInputSumInsured: false,
@@ -138,7 +138,7 @@ const additionalCoverage = [
138
138
  code: "EQVET",
139
139
  desc: {
140
140
  id: "Gempa Bumi, Letusan Gunung Berapi dan Tsunami",
141
- en: "Earthquake, Volcanic Eruption and Tsunami",
141
+ en: "Earthquake, Volcanic Eruption and Tsunami (EQVET)",
142
142
  },
143
143
  isVisible: true,
144
144
  isInputSumInsured: false,
@@ -152,7 +152,7 @@ const additionalCoverage = [
152
152
  code: "SRCC",
153
153
  desc: {
154
154
  id: "Mogok Kerja, Kerusuhan dan Kerusuhan Sipil",
155
- en: "Strike, Riot & Civil Commotion",
155
+ en: "Strike Riot Civil Commotion Malicious Damage (SRCCMD)",
156
156
  },
157
157
  isVisible: true,
158
158
  isInputSumInsured: false,
@@ -166,7 +166,7 @@ const additionalCoverage = [
166
166
  code: "PSATSI",
167
167
  desc: {
168
168
  id: "Terorisme dan Sabotase",
169
- en: "Terrorism and Sabotage",
169
+ en: "Terrorism and Sabotage (PSATSI)",
170
170
  },
171
171
  isVisible: true,
172
172
  isInputSumInsured: false,
@@ -180,7 +180,7 @@ const additionalCoverage = [
180
180
  code: "TPL",
181
181
  desc: {
182
182
  id: "Tanggung Jawab Hukum Pihak Ketiga",
183
- en: "Third Party Liability",
183
+ en: "Third Party Liability IDR ${sumInsured}",
184
184
  },
185
185
  isVisible: true,
186
186
  isInputSumInsured: true,
@@ -194,11 +194,14 @@ const additionalCoverage = [
194
194
  code: "PAD",
195
195
  desc: {
196
196
  id: "Kecelakaan Pengemudi",
197
- en: "Personal Accident Driver",
197
+ en: "Personal Accident (PA): For unnamed Driver up to {{sumInsured}} per Driver & Medical Expense up to maximum 10% of Personal Accident per vehicle",
198
198
  },
199
199
  isVisible: true,
200
200
  isInputSumInsured: true,
201
201
  isInputQty: false,
202
+ replaceWording: [
203
+ 'sumInsured',
204
+ ],
202
205
  deductible: [
203
206
  'MV_DEDUCT03',
204
207
  ],
@@ -208,11 +211,15 @@ const additionalCoverage = [
208
211
  code: "PAP",
209
212
  desc: {
210
213
  id: "Kecelakaan Penumpang",
211
- en: "Personal Accident Passenger",
214
+ en: "Personal Accident (PA): For unnamed Passenger up to {{sumInsured}} per Passenger, maximum {{qty}} Passanger & Medical Expense up to maximum 10% of Personal Accident per vehicle",
212
215
  },
213
216
  isVisible: true,
214
217
  isInputSumInsured: false,
215
218
  isInputQty: true,
219
+ replaceWording: [
220
+ 'sumInsured',
221
+ 'qty',
222
+ ],
216
223
  deductible: [
217
224
  'MV_DEDUCT03',
218
225
  ],
@@ -0,0 +1,5 @@
1
+ declare const ocupation: {
2
+ id: number;
3
+ name: string;
4
+ }[];
5
+ export default ocupation;