@provis/provis-common-be-module 2.5.19 → 2.5.21
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,52 +1,21 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
order: number;
|
|
4
|
-
desc: {
|
|
5
|
-
id: string;
|
|
6
|
-
en: string;
|
|
7
|
-
};
|
|
8
|
-
}[];
|
|
9
|
-
TBOD: {
|
|
10
|
-
order: number;
|
|
11
|
-
desc: {
|
|
12
|
-
id: string;
|
|
13
|
-
en: string;
|
|
14
|
-
};
|
|
15
|
-
}[];
|
|
16
|
-
EQVET: {
|
|
17
|
-
order: number;
|
|
18
|
-
desc: {
|
|
19
|
-
id: string;
|
|
20
|
-
en: string;
|
|
21
|
-
};
|
|
22
|
-
}[];
|
|
23
|
-
PAD: {
|
|
24
|
-
order: number;
|
|
25
|
-
desc: {
|
|
26
|
-
id: string;
|
|
27
|
-
en: string;
|
|
28
|
-
};
|
|
29
|
-
}[];
|
|
30
|
-
PAP: {
|
|
31
|
-
order: number;
|
|
32
|
-
desc: {
|
|
33
|
-
id: string;
|
|
34
|
-
en: string;
|
|
35
|
-
};
|
|
36
|
-
}[];
|
|
37
|
-
SRCC: {
|
|
38
|
-
order: number;
|
|
39
|
-
desc: {
|
|
40
|
-
id: string;
|
|
41
|
-
en: string;
|
|
42
|
-
};
|
|
43
|
-
}[];
|
|
44
|
-
TSFWD: {
|
|
2
|
+
clause: {
|
|
45
3
|
order: number;
|
|
4
|
+
code: string;
|
|
46
5
|
desc: {
|
|
47
6
|
id: string;
|
|
48
7
|
en: string;
|
|
49
8
|
};
|
|
50
9
|
}[];
|
|
10
|
+
clauseMapping: {
|
|
11
|
+
CASCO: string[];
|
|
12
|
+
TLO: string[];
|
|
13
|
+
TBOD: string[];
|
|
14
|
+
EQVET: string[];
|
|
15
|
+
PAD: string[];
|
|
16
|
+
PAP: string[];
|
|
17
|
+
SRCC: string[];
|
|
18
|
+
TSFWD: string[];
|
|
19
|
+
};
|
|
51
20
|
};
|
|
52
21
|
export default _default;
|
|
@@ -1,215 +1,296 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
},
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
{
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
3
|
+
const clause = [
|
|
4
|
+
{
|
|
5
|
+
order: 1,
|
|
6
|
+
code: "clause-1",
|
|
7
|
+
desc: {
|
|
8
|
+
id: "",
|
|
9
|
+
en: "Agreed Value Clause",
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
order: 2,
|
|
14
|
+
code: "clause-2",
|
|
15
|
+
desc: {
|
|
16
|
+
id: "",
|
|
17
|
+
en: "Ambulance Service Allowance IDR 1.500.000",
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
order: 3,
|
|
22
|
+
code: "clause-3",
|
|
23
|
+
desc: {
|
|
24
|
+
id: "",
|
|
25
|
+
en: "Authorized Workshop",
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
order: 4,
|
|
30
|
+
code: "clause-4",
|
|
31
|
+
desc: {
|
|
32
|
+
id: "",
|
|
33
|
+
en: "Automatic Addition and Deletion Clause (30 days)",
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
order: 5,
|
|
38
|
+
code: "clause-5",
|
|
39
|
+
desc: {
|
|
40
|
+
id: "",
|
|
41
|
+
en: "Banker’s Clause (if any)",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
order: 6,
|
|
46
|
+
code: "clause-6",
|
|
47
|
+
desc: {
|
|
48
|
+
id: "",
|
|
49
|
+
en: "Constructive Total Loss (75%) – Original PSAKBI",
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
order: 7,
|
|
54
|
+
code: "clause-7",
|
|
55
|
+
desc: {
|
|
56
|
+
id: "",
|
|
57
|
+
en: "Dispute Clause",
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
order: 8,
|
|
62
|
+
code: "clause-8",
|
|
63
|
+
desc: {
|
|
64
|
+
id: "",
|
|
65
|
+
en: "Earthquake, Volcanic Eruption, Tsunami Extension – AAUI Wording",
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
order: 9,
|
|
70
|
+
code: "clause-9",
|
|
71
|
+
desc: {
|
|
72
|
+
id: "",
|
|
73
|
+
en: "Error and Omission Clause",
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
order: 10,
|
|
78
|
+
code: "clause-10",
|
|
79
|
+
desc: {
|
|
80
|
+
id: "",
|
|
81
|
+
en: "Loss Notification Clause (30 days)",
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
order: 11,
|
|
86
|
+
code: "clause-11",
|
|
87
|
+
desc: {
|
|
88
|
+
id: "",
|
|
89
|
+
en: "New for Old for (6 (six) Months) from the date of purchase",
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
order: 12,
|
|
94
|
+
code: "clause-12",
|
|
95
|
+
desc: {
|
|
96
|
+
id: "",
|
|
97
|
+
en: "Notice of Cancellation Clause – 30 Days",
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
order: 13,
|
|
102
|
+
code: "clause-13",
|
|
103
|
+
desc: {
|
|
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.",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
order: 14,
|
|
110
|
+
code: "clause-14",
|
|
111
|
+
desc: {
|
|
112
|
+
id: "",
|
|
113
|
+
en: "Personal Accident for Unnamed Driver – AAUI Wording",
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
order: 15,
|
|
118
|
+
code: "clause-15",
|
|
119
|
+
desc: {
|
|
120
|
+
id: "",
|
|
121
|
+
en: "Personal Accident for Unnamed Passenger – AAUI Wording",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
order: 16,
|
|
126
|
+
code: "clause-16",
|
|
127
|
+
desc: {
|
|
128
|
+
id: "",
|
|
129
|
+
en: "Premium Payment Warranty 60 Days from Policy and Invoice are received by the insured",
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
order: 17,
|
|
134
|
+
code: "clause-17",
|
|
135
|
+
desc: {
|
|
136
|
+
id: "",
|
|
137
|
+
en: "Sister Car Clause",
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
order: 18,
|
|
142
|
+
code: "clause-18",
|
|
143
|
+
desc: {
|
|
144
|
+
id: "",
|
|
145
|
+
en: "Spare part and Additional Equipment Clause",
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
order: 19,
|
|
150
|
+
code: "clause-19",
|
|
151
|
+
desc: {
|
|
152
|
+
id: "",
|
|
153
|
+
en: "Taxi Allowance – IDR 100.000 per day in excess of 5 days with maximum allowance is 5 days after Motor Vehicle arrived in Workshop and after receiving Repair Instruction (Surat Perintah Kerja)",
|
|
131
154
|
},
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
order: 20,
|
|
158
|
+
code: "clause-20",
|
|
159
|
+
desc: {
|
|
160
|
+
id: "",
|
|
161
|
+
en: "Strike, Riot, Civil Commotion & Terrorism and Sabotage – AAUI Wording",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
order: 21,
|
|
166
|
+
code: "clause-2`0`",
|
|
167
|
+
desc: {
|
|
168
|
+
id: "",
|
|
169
|
+
en: "Typhoon, Windstorm, Flood, Landslide, Hail Extension – AAUI Wording",
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
order: 22,
|
|
174
|
+
code: "clause-22",
|
|
175
|
+
desc: {
|
|
176
|
+
id: "",
|
|
177
|
+
en: "Tire and Wheel Clause",
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
order: 23,
|
|
182
|
+
code: "clause-23",
|
|
183
|
+
desc: {
|
|
184
|
+
id: "",
|
|
185
|
+
en: "Theft by Own Driver / Employee Clause - Minimum Employed 3 (three) Months Working",
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
order: 24,
|
|
190
|
+
code: "clause-24",
|
|
191
|
+
desc: {
|
|
192
|
+
id: "",
|
|
193
|
+
en: "Transit Extension (As per Standard New DAI Policy)",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
order: 25,
|
|
198
|
+
code: "clause-25",
|
|
199
|
+
desc: {
|
|
200
|
+
id: "",
|
|
201
|
+
en: "Pair and Set Clause",
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
order: 26,
|
|
206
|
+
code: "clause-26",
|
|
207
|
+
desc: {
|
|
208
|
+
id: "",
|
|
209
|
+
en: "Water Hammer Extension Clause",
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
order: 27,
|
|
214
|
+
code: "clause-27",
|
|
215
|
+
desc: {
|
|
216
|
+
id: "",
|
|
217
|
+
en: "Waiver of KADITSERSE Letter, subject to be replaced by BLOCKING LETTER issued by SAMSAT (Deductible: 10% of Claim)",
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
order: 28,
|
|
222
|
+
code: "clause-28",
|
|
223
|
+
desc: {
|
|
224
|
+
id: "",
|
|
225
|
+
en: "Waiver of Subrogation Clause (against subsidiary, affiliated companies and associated companies)",
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
];
|
|
229
|
+
const clauseMapping = {
|
|
230
|
+
"CASCO": [
|
|
231
|
+
'clause-1',
|
|
232
|
+
'clause-4',
|
|
233
|
+
'clause-5',
|
|
234
|
+
'clause-6',
|
|
235
|
+
'clause-7',
|
|
236
|
+
'clause-9',
|
|
237
|
+
'clause-10',
|
|
238
|
+
'clause-11',
|
|
239
|
+
'clause-12',
|
|
240
|
+
'clause-13',
|
|
241
|
+
'clause-16',
|
|
242
|
+
'clause-17',
|
|
243
|
+
'clause-18',
|
|
244
|
+
'clause-19',
|
|
245
|
+
'clause-24',
|
|
246
|
+
'clause-25',
|
|
247
|
+
'clause-27',
|
|
248
|
+
'clause-28',
|
|
249
|
+
],
|
|
250
|
+
"TLO": [
|
|
251
|
+
'clause-1',
|
|
252
|
+
'clause-4',
|
|
253
|
+
'clause-5',
|
|
254
|
+
'clause-6',
|
|
255
|
+
'clause-7',
|
|
256
|
+
'clause-9',
|
|
257
|
+
'clause-10',
|
|
258
|
+
'clause-11',
|
|
259
|
+
'clause-12',
|
|
260
|
+
'clause-13',
|
|
261
|
+
'clause-16',
|
|
262
|
+
'clause-17',
|
|
263
|
+
'clause-18',
|
|
264
|
+
'clause-19',
|
|
265
|
+
'clause-24',
|
|
266
|
+
'clause-25',
|
|
267
|
+
'clause-27',
|
|
268
|
+
'clause-28',
|
|
132
269
|
],
|
|
133
270
|
"TBOD": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
en: "Ambulance Service Allowance IDR 1.500.000",
|
|
139
|
-
},
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
order: 3,
|
|
143
|
-
desc: {
|
|
144
|
-
id: "",
|
|
145
|
-
en: "Authorized Workshop",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
order: 22,
|
|
150
|
-
desc: {
|
|
151
|
-
id: "",
|
|
152
|
-
en: "Tire and Wheel Clause",
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
order: 23,
|
|
157
|
-
desc: {
|
|
158
|
-
id: "",
|
|
159
|
-
en: "Theft by Own Driver / Employee Clause - Minimum Employed 3 (three) Months Working",
|
|
160
|
-
},
|
|
161
|
-
},
|
|
271
|
+
'clause-2',
|
|
272
|
+
'clause-3',
|
|
273
|
+
'clause-22',
|
|
274
|
+
'clause-23',
|
|
162
275
|
],
|
|
163
276
|
"EQVET": [
|
|
164
|
-
|
|
165
|
-
order: 8,
|
|
166
|
-
desc: {
|
|
167
|
-
id: "",
|
|
168
|
-
en: "Earthquake, Volcanic Eruption, Tsunami Extension – AAUI Wording",
|
|
169
|
-
},
|
|
170
|
-
},
|
|
277
|
+
'clause-8',
|
|
171
278
|
],
|
|
172
279
|
"PAD": [
|
|
173
|
-
|
|
174
|
-
order: 14,
|
|
175
|
-
desc: {
|
|
176
|
-
id: "",
|
|
177
|
-
en: "Personal Accident for Unnamed Driver – AAUI Wording",
|
|
178
|
-
},
|
|
179
|
-
},
|
|
280
|
+
'clause-14',
|
|
180
281
|
],
|
|
181
282
|
"PAP": [
|
|
182
|
-
|
|
183
|
-
order: 15,
|
|
184
|
-
desc: {
|
|
185
|
-
id: "",
|
|
186
|
-
en: "Personal Accident for Unnamed Passenger – AAUI Wording",
|
|
187
|
-
},
|
|
188
|
-
},
|
|
283
|
+
'clause-15',
|
|
189
284
|
],
|
|
190
285
|
"SRCC": [
|
|
191
|
-
|
|
192
|
-
order: 19,
|
|
193
|
-
desc: {
|
|
194
|
-
id: "",
|
|
195
|
-
en: "Strike, Riot, Civil Commotion & Terrorism and Sabotage – AAUI Wording",
|
|
196
|
-
},
|
|
197
|
-
},
|
|
286
|
+
'clause-20',
|
|
198
287
|
],
|
|
199
288
|
"TSFWD": [
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
desc: {
|
|
203
|
-
id: "",
|
|
204
|
-
en: "Typhoon, Windstorm, Flood, Landslide, Hail Extension – AAUI Wording",
|
|
205
|
-
},
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
order: 26,
|
|
209
|
-
desc: {
|
|
210
|
-
id: "",
|
|
211
|
-
en: "Water Hammer Extension Clause",
|
|
212
|
-
},
|
|
213
|
-
},
|
|
289
|
+
'clause-21',
|
|
290
|
+
'clause-26',
|
|
214
291
|
],
|
|
215
292
|
};
|
|
293
|
+
exports.default = {
|
|
294
|
+
clause,
|
|
295
|
+
clauseMapping,
|
|
296
|
+
};
|
|
@@ -43,6 +43,7 @@ declare const additionalCoverage: ({
|
|
|
43
43
|
isInputSumInsured: boolean;
|
|
44
44
|
isInputQty: boolean;
|
|
45
45
|
deductible: string[];
|
|
46
|
+
order: number;
|
|
46
47
|
} | {
|
|
47
48
|
code: string;
|
|
48
49
|
desc: {
|
|
@@ -52,6 +53,7 @@ declare const additionalCoverage: ({
|
|
|
52
53
|
isVisible: boolean;
|
|
53
54
|
isInputSumInsured: boolean;
|
|
54
55
|
isInputQty: boolean;
|
|
56
|
+
order: number;
|
|
55
57
|
deductible?: undefined;
|
|
56
58
|
})[];
|
|
57
59
|
declare const vehicleUsage: {
|
|
@@ -72,48 +72,48 @@ const vehicleTypeCode = [
|
|
|
72
72
|
{
|
|
73
73
|
code: "VT001",
|
|
74
74
|
desc: {
|
|
75
|
-
id: "
|
|
76
|
-
en: "
|
|
75
|
+
id: "Kendaraan Non Bus dan Non Truk",
|
|
76
|
+
en: "Non-Bus and Non-Truck Vehicles",
|
|
77
77
|
},
|
|
78
78
|
maxAge: 10,
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
code: "VT002",
|
|
82
82
|
desc: {
|
|
83
|
-
id: "
|
|
84
|
-
en: "
|
|
83
|
+
id: "Truk dan Pickup",
|
|
84
|
+
en: "Truck and Pickup",
|
|
85
85
|
},
|
|
86
86
|
maxAge: 15,
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
code: "VT003",
|
|
90
90
|
desc: {
|
|
91
|
-
id: "
|
|
92
|
-
en: "
|
|
91
|
+
id: "Bus",
|
|
92
|
+
en: "Bus",
|
|
93
93
|
},
|
|
94
94
|
maxAge: 10,
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
code: "VT004",
|
|
98
98
|
desc: {
|
|
99
|
-
id: "
|
|
100
|
-
en: "
|
|
99
|
+
id: "Kendaraan Roda 2 (dua)",
|
|
100
|
+
en: "2 (two) Wheeled Vehicle",
|
|
101
101
|
},
|
|
102
102
|
maxAge: 5,
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
code: "VT005",
|
|
106
106
|
desc: {
|
|
107
|
-
id: "
|
|
108
|
-
en: "
|
|
107
|
+
id: "Non Bus dan Non Truk Listrik",
|
|
108
|
+
en: "Non-Bus and Non-Truck Electrical Vehicles",
|
|
109
109
|
},
|
|
110
110
|
maxAge: 10,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
code: "VT006",
|
|
114
114
|
desc: {
|
|
115
|
-
id: "
|
|
116
|
-
en: "
|
|
115
|
+
id: "Kendaraan Roda 2 (dua) Listrik",
|
|
116
|
+
en: "2 (two) Wheeled Electrical Vehicle",
|
|
117
117
|
},
|
|
118
118
|
maxAge: 5,
|
|
119
119
|
},
|
|
@@ -132,6 +132,7 @@ const additionalCoverage = [
|
|
|
132
132
|
deductible: [
|
|
133
133
|
'MV_DEDUCT02',
|
|
134
134
|
],
|
|
135
|
+
order: 2,
|
|
135
136
|
},
|
|
136
137
|
{
|
|
137
138
|
code: "EQVET",
|
|
@@ -145,6 +146,7 @@ const additionalCoverage = [
|
|
|
145
146
|
deductible: [
|
|
146
147
|
'MV_DEDUCT02',
|
|
147
148
|
],
|
|
149
|
+
order: 3,
|
|
148
150
|
},
|
|
149
151
|
{
|
|
150
152
|
code: "SRCC",
|
|
@@ -158,6 +160,7 @@ const additionalCoverage = [
|
|
|
158
160
|
deductible: [
|
|
159
161
|
'MV_DEDUCT02',
|
|
160
162
|
],
|
|
163
|
+
order: 4,
|
|
161
164
|
},
|
|
162
165
|
{
|
|
163
166
|
code: "PSATSI",
|
|
@@ -171,6 +174,7 @@ const additionalCoverage = [
|
|
|
171
174
|
deductible: [
|
|
172
175
|
'MV_DEDUCT02',
|
|
173
176
|
],
|
|
177
|
+
order: 5,
|
|
174
178
|
},
|
|
175
179
|
{
|
|
176
180
|
code: "TPL",
|
|
@@ -184,6 +188,7 @@ const additionalCoverage = [
|
|
|
184
188
|
deductible: [
|
|
185
189
|
'MV_DEDUCT03',
|
|
186
190
|
],
|
|
191
|
+
order: 6,
|
|
187
192
|
},
|
|
188
193
|
{
|
|
189
194
|
code: "PAD",
|
|
@@ -197,6 +202,7 @@ const additionalCoverage = [
|
|
|
197
202
|
deductible: [
|
|
198
203
|
'MV_DEDUCT03',
|
|
199
204
|
],
|
|
205
|
+
order: 7,
|
|
200
206
|
},
|
|
201
207
|
{
|
|
202
208
|
code: "PAP",
|
|
@@ -210,6 +216,7 @@ const additionalCoverage = [
|
|
|
210
216
|
deductible: [
|
|
211
217
|
'MV_DEDUCT03',
|
|
212
218
|
],
|
|
219
|
+
order: 8,
|
|
213
220
|
},
|
|
214
221
|
{
|
|
215
222
|
code: "TBOD",
|
|
@@ -224,26 +231,29 @@ const additionalCoverage = [
|
|
|
224
231
|
'MV_DEDUCT03',
|
|
225
232
|
'MV_DEDUCT04',
|
|
226
233
|
],
|
|
234
|
+
order: 9,
|
|
227
235
|
},
|
|
228
236
|
{
|
|
229
237
|
code: "CASCO",
|
|
230
238
|
desc: {
|
|
231
|
-
id: "",
|
|
232
|
-
en: "",
|
|
239
|
+
id: "Premi Casco",
|
|
240
|
+
en: "Casco Premium",
|
|
233
241
|
},
|
|
234
242
|
isVisible: false,
|
|
235
243
|
isInputSumInsured: false,
|
|
236
244
|
isInputQty: false,
|
|
245
|
+
order: 1,
|
|
237
246
|
},
|
|
238
247
|
{
|
|
239
248
|
code: "TLO",
|
|
240
249
|
desc: {
|
|
241
|
-
id: "",
|
|
242
|
-
en: "",
|
|
250
|
+
id: "Premi TLO",
|
|
251
|
+
en: "Total Loss Only Premium",
|
|
243
252
|
},
|
|
244
253
|
isVisible: false,
|
|
245
254
|
isInputSumInsured: false,
|
|
246
255
|
isInputQty: false,
|
|
256
|
+
order: 1,
|
|
247
257
|
},
|
|
248
258
|
];
|
|
249
259
|
exports.additionalCoverage = additionalCoverage;
|