@provis/provis-common-be-module 2.5.23 → 2.5.25
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.
- package/dist/constants/product/mv/clause.js +1 -1
- package/dist/constants/product/mv/mv.d.ts +14 -0
- package/dist/constants/product/mv/mv.js +19 -9
- package/dist/constants/product/property/occupation.d.ts +5 -0
- package/dist/constants/product/property/occupation.js +1725 -0
- package/dist/constants/product/property/property.d.ts +8 -0
- package/dist/constants/product/property/property.js +36 -0
- package/dist/constants/product.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
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,11 +180,14 @@ 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,
|
|
187
187
|
isInputQty: false,
|
|
188
|
+
replaceWording: [
|
|
189
|
+
'sumInsured',
|
|
190
|
+
],
|
|
188
191
|
deductible: [
|
|
189
192
|
'MV_DEDUCT03',
|
|
190
193
|
],
|
|
@@ -194,11 +197,14 @@ const additionalCoverage = [
|
|
|
194
197
|
code: "PAD",
|
|
195
198
|
desc: {
|
|
196
199
|
id: "Kecelakaan Pengemudi",
|
|
197
|
-
en: "Personal Accident Driver",
|
|
200
|
+
en: "Personal Accident (PA): For unnamed Driver up to {{sumInsured}} per Driver & Medical Expense up to maximum 10% of Personal Accident per vehicle",
|
|
198
201
|
},
|
|
199
202
|
isVisible: true,
|
|
200
203
|
isInputSumInsured: true,
|
|
201
204
|
isInputQty: false,
|
|
205
|
+
replaceWording: [
|
|
206
|
+
'sumInsured',
|
|
207
|
+
],
|
|
202
208
|
deductible: [
|
|
203
209
|
'MV_DEDUCT03',
|
|
204
210
|
],
|
|
@@ -208,11 +214,15 @@ const additionalCoverage = [
|
|
|
208
214
|
code: "PAP",
|
|
209
215
|
desc: {
|
|
210
216
|
id: "Kecelakaan Penumpang",
|
|
211
|
-
en: "Personal Accident Passenger",
|
|
217
|
+
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
218
|
},
|
|
213
219
|
isVisible: true,
|
|
214
220
|
isInputSumInsured: false,
|
|
215
221
|
isInputQty: true,
|
|
222
|
+
replaceWording: [
|
|
223
|
+
'sumInsured',
|
|
224
|
+
'qty',
|
|
225
|
+
],
|
|
216
226
|
deductible: [
|
|
217
227
|
'MV_DEDUCT03',
|
|
218
228
|
],
|