@provis/provis-common-be-module 2.5.18 → 2.5.20
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/class/main.repository.js +4 -4
- package/dist/constants/claim/cargo.d.ts +1 -117
- package/dist/constants/claim/kalog.js +1 -1
- package/dist/constants/claim/loket.js +40 -40
- package/dist/constants/claim/motorVehicle.js +1 -1
- package/dist/constants/claim/travel.js +1 -1
- package/dist/constants/config.js +2 -2
- package/dist/constants/invoice.d.ts +1 -4
- package/dist/constants/product/mv/clause.d.ts +12 -44
- package/dist/constants/product/mv/clause.js +279 -198
- package/dist/constants/product/mv/mv.d.ts +3 -0
- package/dist/constants/product/mv/mv.js +16 -4
- package/dist/constants/product/mv.d.ts +30 -0
- package/dist/constants/product/mv.js +158 -0
- package/dist/constants/product/property/property.d.ts +0 -0
- package/dist/constants/product/property/property.js +0 -0
- package/dist/constants/product.js +12 -12
- package/dist/helpers/amountDescription.js +1 -1
- package/dist/helpers/axiosGet.js +1 -1
- package/dist/helpers/axiosPost.js +1 -1
- package/dist/helpers/axiosPut.js +1 -1
- package/dist/helpers/calculateByType.js +1 -1
- package/dist/helpers/calculateForNullable.js +5 -5
- package/dist/helpers/getHeaderUser.js +4 -4
- package/dist/helpers/loop.js +2 -2
- package/dist/helpers/loopBackward.js +2 -2
- package/dist/helpers/readExcel.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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
|
+
};
|
|
@@ -16,6 +16,7 @@ declare const insuranceType: {
|
|
|
16
16
|
VT005: string[];
|
|
17
17
|
VT006: string[];
|
|
18
18
|
};
|
|
19
|
+
defaultAdditionalCoverage: string;
|
|
19
20
|
}[];
|
|
20
21
|
declare const regionCode: {
|
|
21
22
|
code: string;
|
|
@@ -42,6 +43,7 @@ declare const additionalCoverage: ({
|
|
|
42
43
|
isInputSumInsured: boolean;
|
|
43
44
|
isInputQty: boolean;
|
|
44
45
|
deductible: string[];
|
|
46
|
+
order: number;
|
|
45
47
|
} | {
|
|
46
48
|
code: string;
|
|
47
49
|
desc: {
|
|
@@ -51,6 +53,7 @@ declare const additionalCoverage: ({
|
|
|
51
53
|
isVisible: boolean;
|
|
52
54
|
isInputSumInsured: boolean;
|
|
53
55
|
isInputQty: boolean;
|
|
56
|
+
order: number;
|
|
54
57
|
deductible?: undefined;
|
|
55
58
|
})[];
|
|
56
59
|
declare const vehicleUsage: {
|
|
@@ -20,6 +20,7 @@ const insuranceType = [
|
|
|
20
20
|
"VT005": ['MV_DEDUCT05'],
|
|
21
21
|
"VT006": ['MV_DEDUCT06', 'MV_DEDUCT01'],
|
|
22
22
|
},
|
|
23
|
+
defaultAdditionalCoverage: 'CASCO',
|
|
23
24
|
},
|
|
24
25
|
{
|
|
25
26
|
code: "total-loss",
|
|
@@ -39,6 +40,7 @@ const insuranceType = [
|
|
|
39
40
|
"VT005": ['MV_DEDUCT07'],
|
|
40
41
|
"VT006": ['MV_DEDUCT08', 'MV_DEDUCT01'],
|
|
41
42
|
},
|
|
43
|
+
defaultAdditionalCoverage: 'TLO',
|
|
42
44
|
},
|
|
43
45
|
];
|
|
44
46
|
exports.insuranceType = insuranceType;
|
|
@@ -130,6 +132,7 @@ const additionalCoverage = [
|
|
|
130
132
|
deductible: [
|
|
131
133
|
'MV_DEDUCT02',
|
|
132
134
|
],
|
|
135
|
+
order: 2,
|
|
133
136
|
},
|
|
134
137
|
{
|
|
135
138
|
code: "EQVET",
|
|
@@ -143,6 +146,7 @@ const additionalCoverage = [
|
|
|
143
146
|
deductible: [
|
|
144
147
|
'MV_DEDUCT02',
|
|
145
148
|
],
|
|
149
|
+
order: 3,
|
|
146
150
|
},
|
|
147
151
|
{
|
|
148
152
|
code: "SRCC",
|
|
@@ -156,6 +160,7 @@ const additionalCoverage = [
|
|
|
156
160
|
deductible: [
|
|
157
161
|
'MV_DEDUCT02',
|
|
158
162
|
],
|
|
163
|
+
order: 4,
|
|
159
164
|
},
|
|
160
165
|
{
|
|
161
166
|
code: "PSATSI",
|
|
@@ -169,6 +174,7 @@ const additionalCoverage = [
|
|
|
169
174
|
deductible: [
|
|
170
175
|
'MV_DEDUCT02',
|
|
171
176
|
],
|
|
177
|
+
order: 5,
|
|
172
178
|
},
|
|
173
179
|
{
|
|
174
180
|
code: "TPL",
|
|
@@ -182,6 +188,7 @@ const additionalCoverage = [
|
|
|
182
188
|
deductible: [
|
|
183
189
|
'MV_DEDUCT03',
|
|
184
190
|
],
|
|
191
|
+
order: 6,
|
|
185
192
|
},
|
|
186
193
|
{
|
|
187
194
|
code: "PAD",
|
|
@@ -195,6 +202,7 @@ const additionalCoverage = [
|
|
|
195
202
|
deductible: [
|
|
196
203
|
'MV_DEDUCT03',
|
|
197
204
|
],
|
|
205
|
+
order: 7,
|
|
198
206
|
},
|
|
199
207
|
{
|
|
200
208
|
code: "PAP",
|
|
@@ -208,6 +216,7 @@ const additionalCoverage = [
|
|
|
208
216
|
deductible: [
|
|
209
217
|
'MV_DEDUCT03',
|
|
210
218
|
],
|
|
219
|
+
order: 8,
|
|
211
220
|
},
|
|
212
221
|
{
|
|
213
222
|
code: "TBOD",
|
|
@@ -222,26 +231,29 @@ const additionalCoverage = [
|
|
|
222
231
|
'MV_DEDUCT03',
|
|
223
232
|
'MV_DEDUCT04',
|
|
224
233
|
],
|
|
234
|
+
order: 9,
|
|
225
235
|
},
|
|
226
236
|
{
|
|
227
237
|
code: "CASCO",
|
|
228
238
|
desc: {
|
|
229
|
-
id: "",
|
|
230
|
-
en: "",
|
|
239
|
+
id: "Premi Casco",
|
|
240
|
+
en: "Casco Premium",
|
|
231
241
|
},
|
|
232
242
|
isVisible: false,
|
|
233
243
|
isInputSumInsured: false,
|
|
234
244
|
isInputQty: false,
|
|
245
|
+
order: 1,
|
|
235
246
|
},
|
|
236
247
|
{
|
|
237
248
|
code: "TLO",
|
|
238
249
|
desc: {
|
|
239
|
-
id: "",
|
|
240
|
-
en: "",
|
|
250
|
+
id: "Premi TLO",
|
|
251
|
+
en: "Total Loss Only Premium",
|
|
241
252
|
},
|
|
242
253
|
isVisible: false,
|
|
243
254
|
isInputSumInsured: false,
|
|
244
255
|
isInputQty: false,
|
|
256
|
+
order: 1,
|
|
245
257
|
},
|
|
246
258
|
];
|
|
247
259
|
exports.additionalCoverage = additionalCoverage;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const insuranceType: {
|
|
2
|
+
code: string;
|
|
3
|
+
desc: {
|
|
4
|
+
id: string;
|
|
5
|
+
en: string;
|
|
6
|
+
};
|
|
7
|
+
}[];
|
|
8
|
+
declare const regionCode: {
|
|
9
|
+
code: string;
|
|
10
|
+
desc: {
|
|
11
|
+
id: string;
|
|
12
|
+
en: string;
|
|
13
|
+
};
|
|
14
|
+
}[];
|
|
15
|
+
declare const vehicleTypeCode: {
|
|
16
|
+
code: string;
|
|
17
|
+
desc: {
|
|
18
|
+
id: string;
|
|
19
|
+
en: string;
|
|
20
|
+
};
|
|
21
|
+
}[];
|
|
22
|
+
declare const additionalCoverage: {
|
|
23
|
+
code: string;
|
|
24
|
+
desc: {
|
|
25
|
+
id: string;
|
|
26
|
+
en: string;
|
|
27
|
+
};
|
|
28
|
+
isVisible: boolean;
|
|
29
|
+
}[];
|
|
30
|
+
export { insuranceType, regionCode, vehicleTypeCode, additionalCoverage, };
|