@provis/provis-common-be-module 2.6.84 → 2.6.86
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.
|
@@ -511,5 +511,17 @@ const occupation = [
|
|
|
511
511
|
'construction-3',
|
|
512
512
|
],
|
|
513
513
|
},
|
|
514
|
+
{
|
|
515
|
+
code: '2930',
|
|
516
|
+
desc: {
|
|
517
|
+
id: 'Apotek',
|
|
518
|
+
en: 'Drug Store',
|
|
519
|
+
},
|
|
520
|
+
construction: [
|
|
521
|
+
'construction-1',
|
|
522
|
+
'construction-2',
|
|
523
|
+
'construction-3',
|
|
524
|
+
],
|
|
525
|
+
},
|
|
514
526
|
];
|
|
515
527
|
exports.default = occupation;
|
|
@@ -79,47 +79,60 @@ const product = {
|
|
|
79
79
|
PRODUCT_CODE_WRPL: 'polismall-wrpl',
|
|
80
80
|
PRODUCT_CODE_CREDIT_DEFAULT: 'polismall-credit-default',
|
|
81
81
|
PRODUCT_CODE_FINE_ART_COLLECTION: 'polismall-fine-art-collections',
|
|
82
|
+
PRODUCT_CODE_MONEY: 'polismall-money',
|
|
82
83
|
};
|
|
83
84
|
product.LIST = {
|
|
84
|
-
[product.
|
|
85
|
-
value: product.
|
|
86
|
-
name: "BNI
|
|
85
|
+
[product.PRODUCT_CODE_BNI_RUMAH]: {
|
|
86
|
+
value: product.PRODUCT_CODE_BNI_RUMAH,
|
|
87
|
+
name: "BNI Home Guard",
|
|
87
88
|
},
|
|
88
89
|
[product.PRODUCT_CODE_BNI_MOTOR]: {
|
|
89
90
|
value: product.PRODUCT_CODE_BNI_MOTOR,
|
|
90
91
|
name: "BNI Motor Guard",
|
|
91
92
|
},
|
|
92
|
-
[product.
|
|
93
|
-
value: product.
|
|
94
|
-
name: "BNI
|
|
93
|
+
[product.PRODUCT_CODE_BNI_MOBIL]: {
|
|
94
|
+
value: product.PRODUCT_CODE_MONEY,
|
|
95
|
+
name: "BNI Oto Warranty Plus",
|
|
95
96
|
},
|
|
96
|
-
[product.
|
|
97
|
-
value: product.
|
|
98
|
-
name: "
|
|
97
|
+
[product.PRODUCT_CODE_BNI_MOBIL]: {
|
|
98
|
+
value: product.PRODUCT_CODE_BNI_MOBIL,
|
|
99
|
+
name: "BNI Oto Warranty Plus",
|
|
99
100
|
},
|
|
100
|
-
[product.
|
|
101
|
-
value: product.
|
|
102
|
-
name: "
|
|
101
|
+
[product.PRODUCT_CODE_CARPAKR_LIABILITY]: {
|
|
102
|
+
value: product.PRODUCT_CODE_CARPAKR_LIABILITY,
|
|
103
|
+
name: "Carpark Liability",
|
|
103
104
|
},
|
|
104
|
-
[product.
|
|
105
|
-
value: product.
|
|
106
|
-
name: "
|
|
105
|
+
[product.PRODUCT_CODE_COMPREHENSIVE_LIABILITY]: {
|
|
106
|
+
value: product.PRODUCT_CODE_COMPREHENSIVE_LIABILITY,
|
|
107
|
+
name: "Comprehensive General Liability",
|
|
107
108
|
},
|
|
108
|
-
[product.
|
|
109
|
-
value: product.
|
|
110
|
-
name: "
|
|
109
|
+
[product.PRODUCT_CODE_CONSTRUCTION_ALLRISK]: {
|
|
110
|
+
value: product.PRODUCT_CODE_CONSTRUCTION_ALLRISK,
|
|
111
|
+
name: "Construction All Risk",
|
|
111
112
|
},
|
|
112
|
-
[product.
|
|
113
|
-
value: product.
|
|
114
|
-
name: "
|
|
113
|
+
[product.PRODUCT_CODE_CONTAINER]: {
|
|
114
|
+
value: product.PRODUCT_CODE_CONTAINER,
|
|
115
|
+
name: "Container Insurance",
|
|
115
116
|
},
|
|
116
|
-
[product.
|
|
117
|
-
value: product.
|
|
118
|
-
name: "
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
117
|
+
[product.PRODUCT_CODE_CPM]: {
|
|
118
|
+
value: product.PRODUCT_CODE_CPM,
|
|
119
|
+
name: "Contractor's Plant and Machinery",
|
|
120
|
+
},
|
|
121
|
+
[product.PRODUCT_CODE_CREDIT_DEFAULT]: {
|
|
122
|
+
value: product.PRODUCT_CODE_CREDIT_DEFAULT,
|
|
123
|
+
name: "Credit Default",
|
|
124
|
+
},
|
|
125
|
+
[product.PRODUCT_CODE_CREDIT_LIFE]: {
|
|
126
|
+
value: product.PRODUCT_CODE_CREDIT_LIFE,
|
|
127
|
+
name: "Credit Life",
|
|
128
|
+
},
|
|
129
|
+
[product.PRODUCT_CODE_CRITICAL_ILLNESS]: {
|
|
130
|
+
value: product.PRODUCT_CODE_CRITICAL_ILLNESS,
|
|
131
|
+
name: "Critical Illness",
|
|
132
|
+
},
|
|
133
|
+
[product.PRODUCT_CODE_DIRECTOR_OFFICER_LIABILITY]: {
|
|
134
|
+
value: product.PRODUCT_CODE_DIRECTOR_OFFICER_LIABILITY,
|
|
135
|
+
name: "Director Officer Liability",
|
|
123
136
|
},
|
|
124
137
|
[product.PRODUCT_CODE_EARTHQUAKE]: {
|
|
125
138
|
value: product.PRODUCT_CODE_EARTHQUAKE,
|
|
@@ -129,141 +142,133 @@ product.LIST = {
|
|
|
129
142
|
product.PRODUCT_CODE_PROPERTY_ALL_RISK,
|
|
130
143
|
],
|
|
131
144
|
},
|
|
132
|
-
[product.
|
|
133
|
-
value: product.
|
|
134
|
-
name: "
|
|
145
|
+
[product.PRODUCT_CODE_ELECTRONIC_EQUIPMENT]: {
|
|
146
|
+
value: product.PRODUCT_CODE_ELECTRONIC_EQUIPMENT,
|
|
147
|
+
name: "Electronic Equipment Insurance",
|
|
135
148
|
},
|
|
136
|
-
[product.
|
|
137
|
-
value: product.
|
|
138
|
-
name: "
|
|
149
|
+
[product.PRODUCT_CODE_ENVIRONMENTAL_LIABILITY]: {
|
|
150
|
+
value: product.PRODUCT_CODE_ENVIRONMENTAL_LIABILITY,
|
|
151
|
+
name: "Environmental Liability",
|
|
139
152
|
},
|
|
140
|
-
[product.
|
|
141
|
-
value: product.
|
|
142
|
-
name: "
|
|
153
|
+
[product.PRODUCT_CODE_ERECTION_ALL_RISK]: {
|
|
154
|
+
value: product.PRODUCT_CODE_ERECTION_ALL_RISK,
|
|
155
|
+
name: "Erection All Risk",
|
|
143
156
|
},
|
|
144
|
-
[product.
|
|
145
|
-
value: product.
|
|
146
|
-
name: "
|
|
157
|
+
[product.PRODUCT_CODE_FINE_ART_COLLECTION]: {
|
|
158
|
+
value: product.PRODUCT_CODE_FINE_ART_COLLECTION,
|
|
159
|
+
name: "Fine Art and Collections Insurance",
|
|
147
160
|
},
|
|
148
|
-
[product.
|
|
149
|
-
value: product.
|
|
150
|
-
name: "
|
|
161
|
+
[product.PRODUCT_CODE_FREIGHT_FORWARDER_LIABILITY]: {
|
|
162
|
+
value: product.PRODUCT_CODE_FREIGHT_FORWARDER_LIABILITY,
|
|
163
|
+
name: "Freight Forwarder Liability",
|
|
151
164
|
},
|
|
152
|
-
[product.
|
|
153
|
-
value: product.
|
|
154
|
-
name: "
|
|
165
|
+
[product.PRODUCT_CODE_GADGET]: {
|
|
166
|
+
value: product.PRODUCT_CODE_GADGET,
|
|
167
|
+
name: "Gadget",
|
|
168
|
+
},
|
|
169
|
+
[product.PRODUCT_CODE_OTTO_AUM_GP]: {
|
|
170
|
+
value: product.PRODUCT_CODE_OTTO_AUM_GP,
|
|
171
|
+
name: "Gamers Protection",
|
|
172
|
+
},
|
|
173
|
+
[product.PRODUCT_CODE_GENERAL_LIABILITY]: {
|
|
174
|
+
value: product.PRODUCT_CODE_GENERAL_LIABILITY,
|
|
175
|
+
name: "General Liability",
|
|
176
|
+
},
|
|
177
|
+
[product.PRODUCT_CODE_WEDDING]: {
|
|
178
|
+
value: product.PRODUCT_CODE_WEDDING,
|
|
179
|
+
name: "General Wedding",
|
|
155
180
|
},
|
|
156
181
|
[product.PRODUCT_CODE_GROUP_HEALTH]: {
|
|
157
182
|
value: product.PRODUCT_CODE_GROUP_HEALTH,
|
|
158
183
|
name: "Group Health Insurance",
|
|
159
184
|
},
|
|
160
|
-
[product.
|
|
161
|
-
value: product.
|
|
162
|
-
name: "
|
|
185
|
+
[product.PRODUCT_CODE_HCI_MOTOR]: {
|
|
186
|
+
value: product.PRODUCT_CODE_HCI_MOTOR,
|
|
187
|
+
name: "HCI Santunan Motor",
|
|
188
|
+
},
|
|
189
|
+
[product.PRODUCT_CODE_HCP5_DISEASE]: {
|
|
190
|
+
value: product.PRODUCT_CODE_HCP5_DISEASE,
|
|
191
|
+
name: "HCP 5 Disease",
|
|
163
192
|
},
|
|
164
193
|
[product.PRODUCT_CODE_HOSPITAL_CASH_PLAN]: {
|
|
165
194
|
value: product.PRODUCT_CODE_HOSPITAL_CASH_PLAN,
|
|
166
195
|
name: "Hospital Cash Plan",
|
|
167
196
|
},
|
|
168
|
-
[product.
|
|
169
|
-
value: product.
|
|
170
|
-
name: "
|
|
171
|
-
},
|
|
172
|
-
[product.PRODUCT_CODE_PERSONAL_ACCIDENT]: {
|
|
173
|
-
value: product.PRODUCT_CODE_PERSONAL_ACCIDENT,
|
|
174
|
-
name: "Personal Accident",
|
|
175
|
-
},
|
|
176
|
-
[product.PRODUCT_CODE_TAILOR_MADE]: {
|
|
177
|
-
value: product.PRODUCT_CODE_TAILOR_MADE,
|
|
178
|
-
name: "Tailor Made",
|
|
197
|
+
[product.PRODUCT_CODE_MACHINERYR_BREAKDOWN]: {
|
|
198
|
+
value: product.PRODUCT_CODE_MACHINERYR_BREAKDOWN,
|
|
199
|
+
name: "Machinery Breakdown",
|
|
179
200
|
},
|
|
180
|
-
[product.
|
|
181
|
-
value: product.
|
|
182
|
-
name: "
|
|
201
|
+
[product.PRODUCT_POLISMALL_CARGO_QUOTATION]: {
|
|
202
|
+
value: product.PRODUCT_POLISMALL_CARGO_QUOTATION,
|
|
203
|
+
name: "Marine Cargo Open Policy Insurance",
|
|
183
204
|
},
|
|
184
|
-
[product.
|
|
185
|
-
value: product.
|
|
186
|
-
name: "
|
|
205
|
+
[product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT]: {
|
|
206
|
+
value: product.PRODUCT_CODE_CARGO_SINGLE_SHIPMENT,
|
|
207
|
+
name: "Marine Cargo Single Shipment",
|
|
187
208
|
},
|
|
188
209
|
[product.PRODUCT_CODE_MARINE_HULL]: {
|
|
189
210
|
value: product.PRODUCT_CODE_MARINE_HULL,
|
|
190
211
|
name: "Marine Hull",
|
|
191
212
|
},
|
|
192
|
-
[product.
|
|
193
|
-
value: product.
|
|
194
|
-
name: "
|
|
195
|
-
},
|
|
196
|
-
[product.PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE]: {
|
|
197
|
-
value: product.PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE,
|
|
198
|
-
name: "Traditional Whole Life",
|
|
199
|
-
},
|
|
200
|
-
[product.PRODUCT_CODE_CARPAKR_LIABILITY]: {
|
|
201
|
-
value: product.PRODUCT_CODE_CARPAKR_LIABILITY,
|
|
202
|
-
name: "Carpark Liability",
|
|
203
|
-
},
|
|
204
|
-
[product.PRODUCT_CODE_DIRECTOR_OFFICER_LIABILITY]: {
|
|
205
|
-
value: product.PRODUCT_CODE_DIRECTOR_OFFICER_LIABILITY,
|
|
206
|
-
name: "Director Officer Liability",
|
|
207
|
-
},
|
|
208
|
-
[product.PRODUCT_CODE_PROFESIONAL_INDEMNITY]: {
|
|
209
|
-
value: product.PRODUCT_CODE_PROFESIONAL_INDEMNITY,
|
|
210
|
-
name: "Professional Indemnity",
|
|
213
|
+
[product.PRODUCT_CODE_MARINE_OPEN_POLICY]: {
|
|
214
|
+
value: product.PRODUCT_CODE_MARINE_OPEN_POLICY,
|
|
215
|
+
name: "Marine Open Policy",
|
|
211
216
|
},
|
|
212
|
-
[product.
|
|
213
|
-
value: product.
|
|
214
|
-
name: "
|
|
217
|
+
[product.PRODUCT_CODE_OTTO_AUM_FB]: {
|
|
218
|
+
value: product.PRODUCT_CODE_OTTO_AUM_FB,
|
|
219
|
+
name: "Merchant Protection Flexas - Flood",
|
|
215
220
|
},
|
|
216
|
-
[product.
|
|
217
|
-
value: product.
|
|
218
|
-
name: "
|
|
221
|
+
[product.PRODUCT_CODE_OTTO_AUM_FBK]: {
|
|
222
|
+
value: product.PRODUCT_CODE_OTTO_AUM_FBK,
|
|
223
|
+
name: "Merchant Protection Flexas - Flood - Burglary",
|
|
219
224
|
},
|
|
220
|
-
[product.
|
|
221
|
-
value: product.
|
|
222
|
-
name: "
|
|
225
|
+
[product.PRODUCT_CODE_OTTO_AUM_SB]: {
|
|
226
|
+
value: product.PRODUCT_CODE_OTTO_AUM_SB,
|
|
227
|
+
name: "Merchant Protection Stock",
|
|
223
228
|
},
|
|
224
|
-
[product.
|
|
225
|
-
value: product.
|
|
226
|
-
name: "
|
|
229
|
+
[product.PRODUCT_CODE_MERIMEN_CARGO]: {
|
|
230
|
+
value: product.PRODUCT_CODE_MERIMEN_CARGO,
|
|
231
|
+
name: "Merimen Cargo",
|
|
227
232
|
},
|
|
228
|
-
[product.
|
|
229
|
-
value: product.
|
|
230
|
-
name: "
|
|
233
|
+
[product.PRODUCT_POLISMALL_CARGO_MERATUS]: {
|
|
234
|
+
value: product.PRODUCT_POLISMALL_CARGO_MERATUS,
|
|
235
|
+
name: "Microsite Marine Cargo",
|
|
231
236
|
},
|
|
232
|
-
[product.
|
|
233
|
-
value: product.
|
|
234
|
-
name: "
|
|
237
|
+
[product.PRODUCT_CODE_MONEY]: {
|
|
238
|
+
value: product.PRODUCT_CODE_MONEY,
|
|
239
|
+
name: "Money Insurance",
|
|
235
240
|
},
|
|
236
|
-
[product.
|
|
237
|
-
value: product.
|
|
238
|
-
name: "
|
|
241
|
+
[product.PRODUCT_CODE_VEHICLE]: {
|
|
242
|
+
value: product.PRODUCT_CODE_VEHICLE,
|
|
243
|
+
name: "Motor Vehicle",
|
|
239
244
|
},
|
|
240
|
-
[product.
|
|
241
|
-
value: product.
|
|
242
|
-
name: "
|
|
245
|
+
[product.PRODUCT_CODE_OTTO_FLEXAS]: {
|
|
246
|
+
value: product.PRODUCT_CODE_OTTO_FLEXAS,
|
|
247
|
+
name: "Otto Biller Protection",
|
|
243
248
|
},
|
|
244
|
-
[product.
|
|
245
|
-
value: product.
|
|
246
|
-
name: "
|
|
249
|
+
[product.PRODUCT_CODE_OTTO_CI]: {
|
|
250
|
+
value: product.PRODUCT_CODE_OTTO_CI,
|
|
251
|
+
name: "Otto Critical Illness",
|
|
247
252
|
},
|
|
248
|
-
[product.
|
|
249
|
-
value: product.
|
|
250
|
-
name: "
|
|
253
|
+
[product.PRODUCT_CODE_OTTO_AUM_PDAM]: {
|
|
254
|
+
value: product.PRODUCT_CODE_OTTO_AUM_PDAM,
|
|
255
|
+
name: "OTTO PDAM",
|
|
251
256
|
},
|
|
252
|
-
[product.
|
|
253
|
-
value: product.
|
|
254
|
-
name: "
|
|
257
|
+
[product.PRODUCT_CODE_OTTO_AUM_PLN]: {
|
|
258
|
+
value: product.PRODUCT_CODE_OTTO_AUM_PLN,
|
|
259
|
+
name: "OTTO PLN",
|
|
255
260
|
},
|
|
256
|
-
[product.
|
|
257
|
-
value: product.
|
|
258
|
-
name: "
|
|
261
|
+
[product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN]: {
|
|
262
|
+
value: product.PRODUCT_CODE_PA_SOGO_ELI_DAYIN,
|
|
263
|
+
name: "PA SOGO - ELI DAIYIN",
|
|
259
264
|
},
|
|
260
|
-
[product.
|
|
261
|
-
value: product.
|
|
262
|
-
name: "
|
|
265
|
+
[product.PRODUCT_CODE_PENSIUN_FUND]: {
|
|
266
|
+
value: product.PRODUCT_CODE_PENSIUN_FUND,
|
|
267
|
+
name: "Pensiun Fund",
|
|
263
268
|
},
|
|
264
|
-
[product.
|
|
265
|
-
value: product.
|
|
266
|
-
name: "
|
|
269
|
+
[product.PRODUCT_CODE_PERSONAL_ACCIDENT]: {
|
|
270
|
+
value: product.PRODUCT_CODE_PERSONAL_ACCIDENT,
|
|
271
|
+
name: "Personal Accident",
|
|
267
272
|
},
|
|
268
273
|
[product.PRODUCT_CODE_BDKI_MOTOR]: {
|
|
269
274
|
value: product.PRODUCT_CODE_BDKI_MOTOR,
|
|
@@ -273,93 +278,97 @@ product.LIST = {
|
|
|
273
278
|
value: product.PRODUCT_CODE_BDKI_RUMAH,
|
|
274
279
|
name: "Polismall BDKI rumah",
|
|
275
280
|
},
|
|
276
|
-
[product.PRODUCT_CODE_MOVEABLE_ALL_RISK]: {
|
|
277
|
-
value: product.PRODUCT_CODE_MOVEABLE_ALL_RISK,
|
|
278
|
-
name: "Polismall Moveable All Risk",
|
|
279
|
-
},
|
|
280
|
-
[product.PRODUCT_CODE_SURETY_BOND]: {
|
|
281
|
-
value: product.PRODUCT_CODE_SURETY_BOND,
|
|
282
|
-
name: "Surety Bond",
|
|
283
|
-
},
|
|
284
|
-
[product.PRODUCT_CODE_ERECTION_ALL_RISK]: {
|
|
285
|
-
value: product.PRODUCT_CODE_ERECTION_ALL_RISK,
|
|
286
|
-
name: "Erection All Risk",
|
|
287
|
-
},
|
|
288
281
|
[product.PRODUCT_CODE_CARGO_BUNDLE]: {
|
|
289
282
|
value: product.PRODUCT_CODE_CARGO_BUNDLE,
|
|
290
283
|
name: "Polismall Cargo Bundle",
|
|
291
284
|
},
|
|
292
|
-
[product.
|
|
293
|
-
value: product.
|
|
294
|
-
name: "Polismall
|
|
285
|
+
[product.PRODUCT_CODE_CARGO_TEMAS]: {
|
|
286
|
+
value: product.PRODUCT_CODE_CARGO_TEMAS,
|
|
287
|
+
name: "Polismall Cargo Temas",
|
|
288
|
+
},
|
|
289
|
+
[product.PRODUCT_CODE_EXIM]: {
|
|
290
|
+
value: product.PRODUCT_CODE_EXIM,
|
|
291
|
+
name: "Polismall EXIM",
|
|
295
292
|
},
|
|
296
293
|
[product.PRODUCT_CODE_RETAIL_KALOG_CARGO]: {
|
|
297
294
|
value: product.PRODUCT_CODE_RETAIL_KALOG_CARGO,
|
|
298
295
|
name: "Polismall Kalog Cargo Retail",
|
|
299
296
|
},
|
|
297
|
+
[product.PRODUCT_CODE_RETAIL_LOKET_PA]: {
|
|
298
|
+
value: product.PRODUCT_CODE_RETAIL_LOKET_PA,
|
|
299
|
+
name: "Polismall Loket Personal Accident",
|
|
300
|
+
},
|
|
301
|
+
[product.PRODUCT_POLISMALL_CARGO]: {
|
|
302
|
+
value: product.PRODUCT_POLISMALL_CARGO,
|
|
303
|
+
name: "Polismall Marine Cargo",
|
|
304
|
+
},
|
|
305
|
+
[product.PRODUCT_CODE_MOVEABLE_ALL_RISK]: {
|
|
306
|
+
value: product.PRODUCT_CODE_MOVEABLE_ALL_RISK,
|
|
307
|
+
name: "Polismall Moveable All Risk",
|
|
308
|
+
},
|
|
300
309
|
[product.PRODUCT_CODE_RETAIL_POS_CARGO]: {
|
|
301
310
|
value: product.PRODUCT_CODE_RETAIL_POS_CARGO,
|
|
302
311
|
name: "Polismall Pos Cargo Retail",
|
|
303
312
|
},
|
|
304
|
-
[product.
|
|
305
|
-
value: product.
|
|
306
|
-
name: "
|
|
307
|
-
},
|
|
308
|
-
[product.PRODUCT_CODE_OTTO_AUM_PLN]: {
|
|
309
|
-
value: product.PRODUCT_CODE_OTTO_AUM_PLN,
|
|
310
|
-
name: "OTTO PLN",
|
|
313
|
+
[product.PRODUCT_CODE_PRODUCT_LIABILITY]: {
|
|
314
|
+
value: product.PRODUCT_CODE_PRODUCT_LIABILITY,
|
|
315
|
+
name: "Product Liability",
|
|
311
316
|
},
|
|
312
|
-
[product.
|
|
313
|
-
value: product.
|
|
314
|
-
name: "
|
|
317
|
+
[product.PRODUCT_CODE_PROFESIONAL_INDEMNITY]: {
|
|
318
|
+
value: product.PRODUCT_CODE_PROFESIONAL_INDEMNITY,
|
|
319
|
+
name: "Professional Indemnity",
|
|
315
320
|
},
|
|
316
|
-
[product.
|
|
317
|
-
value: product.
|
|
318
|
-
name: "
|
|
321
|
+
[product.PRODUCT_CODE_PROPERTY_ALL_RISK]: {
|
|
322
|
+
value: product.PRODUCT_CODE_PROPERTY_ALL_RISK,
|
|
323
|
+
name: "Property All Risk",
|
|
324
|
+
ocupation: occupation_simple_1.default,
|
|
325
|
+
group: [
|
|
326
|
+
product.PRODUCT_CODE_EARTHQUAKE,
|
|
327
|
+
],
|
|
319
328
|
},
|
|
320
|
-
[product.
|
|
321
|
-
value: product.
|
|
322
|
-
name: "
|
|
329
|
+
[product.PRODUCT_CODE_PROTECTION_INDEMNITY]: {
|
|
330
|
+
value: product.PRODUCT_CODE_PROTECTION_INDEMNITY,
|
|
331
|
+
name: "Protection Indemnity",
|
|
323
332
|
},
|
|
324
|
-
[product.
|
|
325
|
-
value: product.
|
|
326
|
-
name: "
|
|
333
|
+
[product.PRODUCT_CODE_PUBLIC_LIABILITY]: {
|
|
334
|
+
value: product.PRODUCT_CODE_PUBLIC_LIABILITY,
|
|
335
|
+
name: "Public Liability",
|
|
327
336
|
},
|
|
328
|
-
[product.
|
|
329
|
-
value: product.
|
|
330
|
-
name: "
|
|
337
|
+
[product.PRODUCT_CODE_OTTO_CRACK_SCREEN]: {
|
|
338
|
+
value: product.PRODUCT_CODE_OTTO_CRACK_SCREEN,
|
|
339
|
+
name: "Smartphone Protection",
|
|
331
340
|
},
|
|
332
|
-
[product.
|
|
333
|
-
value: product.
|
|
334
|
-
name: "
|
|
341
|
+
[product.PRODUCT_CODE_STUDENT_PROTECTION]: {
|
|
342
|
+
value: product.PRODUCT_CODE_STUDENT_PROTECTION,
|
|
343
|
+
name: "Student Protection",
|
|
335
344
|
},
|
|
336
|
-
[product.
|
|
337
|
-
value: product.
|
|
338
|
-
name: "
|
|
345
|
+
[product.PRODUCT_CODE_SURETY_BOND]: {
|
|
346
|
+
value: product.PRODUCT_CODE_SURETY_BOND,
|
|
347
|
+
name: "Surety Bond",
|
|
339
348
|
},
|
|
340
|
-
[product.
|
|
341
|
-
value: product.
|
|
342
|
-
name: "
|
|
349
|
+
[product.PRODUCT_CODE_TAILOR_MADE]: {
|
|
350
|
+
value: product.PRODUCT_CODE_TAILOR_MADE,
|
|
351
|
+
name: "Tailor Made",
|
|
343
352
|
},
|
|
344
|
-
[product.
|
|
345
|
-
value: product.
|
|
346
|
-
name: "
|
|
353
|
+
[product.PRODUCT_CODE_TERM_LIFE]: {
|
|
354
|
+
value: product.PRODUCT_CODE_TERM_LIFE,
|
|
355
|
+
name: "Term Life",
|
|
347
356
|
},
|
|
348
|
-
[product.
|
|
349
|
-
value: product.
|
|
350
|
-
name: "
|
|
357
|
+
[product.PRODUCT_CODE_TERRORISM_SABOTAGE]: {
|
|
358
|
+
value: product.PRODUCT_CODE_TERRORISM_SABOTAGE,
|
|
359
|
+
name: "Terrorism and Sabotage",
|
|
351
360
|
},
|
|
352
|
-
[product.
|
|
353
|
-
value: product.
|
|
354
|
-
name: "
|
|
361
|
+
[product.PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE]: {
|
|
362
|
+
value: product.PRODUCT_CODE_TRADITIONAL_WHOLE_LIFE,
|
|
363
|
+
name: "Traditional Whole Life",
|
|
355
364
|
},
|
|
356
|
-
[product.
|
|
357
|
-
value: product.
|
|
358
|
-
name: "
|
|
365
|
+
[product.PRODUCT_CODE_TRAVEL]: {
|
|
366
|
+
value: product.PRODUCT_CODE_TRAVEL,
|
|
367
|
+
name: "Travel",
|
|
359
368
|
},
|
|
360
|
-
[product.
|
|
361
|
-
value: product.
|
|
362
|
-
name: "
|
|
369
|
+
[product.PRODUCT_CODE_WRPL]: {
|
|
370
|
+
value: product.PRODUCT_CODE_WRPL,
|
|
371
|
+
name: "Wreck Removal & Pollution Liability",
|
|
363
372
|
},
|
|
364
373
|
};
|
|
365
374
|
product.MANUAL_LIST = [
|
|
@@ -406,6 +415,7 @@ product.MANUAL_LIST = [
|
|
|
406
415
|
product.LIST[product.PRODUCT_CODE_FINE_ART_COLLECTION],
|
|
407
416
|
product.LIST[product.PRODUCT_CODE_PRODUCT_LIABILITY],
|
|
408
417
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_QUOTATION],
|
|
418
|
+
product.LIST[product.PRODUCT_CODE_MONEY],
|
|
409
419
|
];
|
|
410
420
|
product.CARGO_BY_SYSTEM_LIST = [
|
|
411
421
|
product.LIST[product.PRODUCT_POLISMALL_CARGO_MERATUS],
|