sysone-api-mapper 1.0.144 → 1.0.146
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/config/dist/index.js +24 -36
- package/config/dist/index.ts +319 -0
- package/config/webpack.dev.js +7 -2
- package/config/webpack.prod.js +7 -2
- package/dist/axiosInstance.d.ts +2 -0
- package/dist/index.d.ts +8 -0
- package/dist/services.d.ts +2 -0
- package/dist/servicesData.d.ts +143 -0
- package/dist/src/adapters/createApiAdapter.d.ts +16 -0
- package/dist/src/adapters/financeAdapter.d.ts +3 -0
- package/dist/src/adapters/locationAdapter.d.ts +4 -0
- package/dist/src/adapters/partyAdapter.d.ts +6 -0
- package/dist/src/components/notificationToast.d.ts +0 -0
- package/dist/src/contexts/actionsContext.d.ts +5 -0
- package/dist/src/contexts/apiContext.d.ts +2 -0
- package/dist/src/contexts/translationContext.d.ts +5 -0
- package/dist/src/mapper/Mapper.d.ts +2 -0
- package/dist/src/mapper/endpointsConfig.d.ts +2577 -0
- package/dist/src/mapper/helpers/mappingHelpers.d.ts +3 -0
- package/dist/src/mapper/modules/billing/index.d.ts +20 -0
- package/dist/src/mapper/modules/claim/index.d.ts +3 -0
- package/dist/src/mapper/modules/general/index.d.ts +4 -0
- package/dist/src/mapper/modules/party/index.d.ts +29 -0
- package/dist/src/mapper/modules/policy/index.d.ts +366 -0
- package/dist/src/mapper/modules/quotation/index.d.ts +297 -0
- package/dist/src/mapper/modules/request/index.d.ts +42 -0
- package/dist/src/public/index.d.ts +3 -0
- package/dist/src/server.d.ts +1 -0
- package/index.d.ts +5 -0
- package/{index.js → index.ts} +4 -1
- package/package.json +7 -3
- package/src/adapters/createApiAdapter.ts +29 -0
- package/src/contexts/apiContext.js +3 -3
- package/tsconfig.json +9 -0
- package/src/adapters/createApiAdapter.js +0 -10
- package/src/types/sysone-api-mapper.d.ts +0 -1
|
@@ -0,0 +1,2577 @@
|
|
|
1
|
+
export namespace methods {
|
|
2
|
+
let GET: string;
|
|
3
|
+
let POST: string;
|
|
4
|
+
let PUT: string;
|
|
5
|
+
let DELETE: string;
|
|
6
|
+
}
|
|
7
|
+
export namespace tenantsConfig {
|
|
8
|
+
namespace GET_BILLINGS {
|
|
9
|
+
namespace _default {
|
|
10
|
+
export let url: string;
|
|
11
|
+
import method = methods.GET;
|
|
12
|
+
export { method };
|
|
13
|
+
export function requestMapper(request: any): {
|
|
14
|
+
mappedParams: any;
|
|
15
|
+
};
|
|
16
|
+
export function responseMapper(response: any): any;
|
|
17
|
+
}
|
|
18
|
+
export { _default as default };
|
|
19
|
+
export namespace cnp {
|
|
20
|
+
let url_1: string;
|
|
21
|
+
export { url_1 as url };
|
|
22
|
+
import method_1 = methods.GET;
|
|
23
|
+
export { method_1 as method };
|
|
24
|
+
export function requestMapper_1(request: any): {
|
|
25
|
+
mappedParams: {};
|
|
26
|
+
};
|
|
27
|
+
export { requestMapper_1 as requestMapper };
|
|
28
|
+
export function responseMapper_1(response: any): {
|
|
29
|
+
values: any;
|
|
30
|
+
total: any;
|
|
31
|
+
};
|
|
32
|
+
export { responseMapper_1 as responseMapper };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
namespace GET_POLICY_COLLECTIONS {
|
|
36
|
+
namespace _default_1 {
|
|
37
|
+
let url_2: string;
|
|
38
|
+
export { url_2 as url };
|
|
39
|
+
import method_2 = methods.GET;
|
|
40
|
+
export { method_2 as method };
|
|
41
|
+
export function requestMapper_2(request: any): {
|
|
42
|
+
mappedParams: any;
|
|
43
|
+
};
|
|
44
|
+
export { requestMapper_2 as requestMapper };
|
|
45
|
+
export function responseMapper_2(response: any): any;
|
|
46
|
+
export { responseMapper_2 as responseMapper };
|
|
47
|
+
}
|
|
48
|
+
export { _default_1 as default };
|
|
49
|
+
export namespace cnp_1 {
|
|
50
|
+
let url_3: string;
|
|
51
|
+
export { url_3 as url };
|
|
52
|
+
import method_3 = methods.GET;
|
|
53
|
+
export { method_3 as method };
|
|
54
|
+
export function requestMapper_3(request: any): {
|
|
55
|
+
mappedParams: {};
|
|
56
|
+
};
|
|
57
|
+
export { requestMapper_3 as requestMapper };
|
|
58
|
+
export function responseMapper_3(response: any): {
|
|
59
|
+
values: any;
|
|
60
|
+
total: any;
|
|
61
|
+
};
|
|
62
|
+
export { responseMapper_3 as responseMapper };
|
|
63
|
+
}
|
|
64
|
+
export { cnp_1 as cnp };
|
|
65
|
+
}
|
|
66
|
+
namespace GET_DEBTORS {
|
|
67
|
+
namespace _default_2 {
|
|
68
|
+
let url_4: string;
|
|
69
|
+
export { url_4 as url };
|
|
70
|
+
import method_4 = methods.GET;
|
|
71
|
+
export { method_4 as method };
|
|
72
|
+
export function requestMapper_4(request: any): {
|
|
73
|
+
mappedParams: any;
|
|
74
|
+
};
|
|
75
|
+
export { requestMapper_4 as requestMapper };
|
|
76
|
+
export function responseMapper_4(response: any): any;
|
|
77
|
+
export { responseMapper_4 as responseMapper };
|
|
78
|
+
}
|
|
79
|
+
export { _default_2 as default };
|
|
80
|
+
export namespace cnp_2 {
|
|
81
|
+
let url_5: string;
|
|
82
|
+
export { url_5 as url };
|
|
83
|
+
import method_5 = methods.GET;
|
|
84
|
+
export { method_5 as method };
|
|
85
|
+
export function requestMapper_5(request: any): {
|
|
86
|
+
mappedParams: {};
|
|
87
|
+
};
|
|
88
|
+
export { requestMapper_5 as requestMapper };
|
|
89
|
+
export function responseMapper_5(response: any): {
|
|
90
|
+
values: any;
|
|
91
|
+
total: any;
|
|
92
|
+
};
|
|
93
|
+
export { responseMapper_5 as responseMapper };
|
|
94
|
+
}
|
|
95
|
+
export { cnp_2 as cnp };
|
|
96
|
+
}
|
|
97
|
+
namespace GET_BILLING_TYPE {
|
|
98
|
+
namespace _default_3 {
|
|
99
|
+
let url_6: string;
|
|
100
|
+
export { url_6 as url };
|
|
101
|
+
import method_6 = methods.GET;
|
|
102
|
+
export { method_6 as method };
|
|
103
|
+
export function requestMapper_6(request: any): {
|
|
104
|
+
mappedParams: any;
|
|
105
|
+
};
|
|
106
|
+
export { requestMapper_6 as requestMapper };
|
|
107
|
+
export function responseMapper_6(response: any): any;
|
|
108
|
+
export { responseMapper_6 as responseMapper };
|
|
109
|
+
}
|
|
110
|
+
export { _default_3 as default };
|
|
111
|
+
export namespace cnp_3 {
|
|
112
|
+
let url_7: string;
|
|
113
|
+
export { url_7 as url };
|
|
114
|
+
import method_7 = methods.GET;
|
|
115
|
+
export { method_7 as method };
|
|
116
|
+
export function requestMapper_7(request: any): {
|
|
117
|
+
mappedParams: any;
|
|
118
|
+
};
|
|
119
|
+
export { requestMapper_7 as requestMapper };
|
|
120
|
+
export function responseMapper_7(response: any): {
|
|
121
|
+
types: {
|
|
122
|
+
name: string;
|
|
123
|
+
code: string;
|
|
124
|
+
operator: null;
|
|
125
|
+
}[];
|
|
126
|
+
};
|
|
127
|
+
export { responseMapper_7 as responseMapper };
|
|
128
|
+
}
|
|
129
|
+
export { cnp_3 as cnp };
|
|
130
|
+
}
|
|
131
|
+
namespace GET_REQUESTS_LOOKUP {
|
|
132
|
+
namespace _default_4 {
|
|
133
|
+
let url_8: string;
|
|
134
|
+
export { url_8 as url };
|
|
135
|
+
import method_8 = methods.GET;
|
|
136
|
+
export { method_8 as method };
|
|
137
|
+
export let source: string;
|
|
138
|
+
export function requestMapper_8(request: any): {
|
|
139
|
+
mappedParams: any;
|
|
140
|
+
};
|
|
141
|
+
export { requestMapper_8 as requestMapper };
|
|
142
|
+
export function responseMapper_8(response: any): any;
|
|
143
|
+
export { responseMapper_8 as responseMapper };
|
|
144
|
+
}
|
|
145
|
+
export { _default_4 as default };
|
|
146
|
+
export namespace cnp_4 {
|
|
147
|
+
let url_9: string;
|
|
148
|
+
export { url_9 as url };
|
|
149
|
+
import method_9 = methods.GET;
|
|
150
|
+
export { method_9 as method };
|
|
151
|
+
export function requestMapper_9(request: any): {
|
|
152
|
+
mappedParams: {
|
|
153
|
+
number: any;
|
|
154
|
+
statusCode: any;
|
|
155
|
+
productCode: any;
|
|
156
|
+
from: any;
|
|
157
|
+
to: any;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
export { requestMapper_9 as requestMapper };
|
|
161
|
+
export function responseMapper_9(response: any): any;
|
|
162
|
+
export { responseMapper_9 as responseMapper };
|
|
163
|
+
}
|
|
164
|
+
export { cnp_4 as cnp };
|
|
165
|
+
}
|
|
166
|
+
namespace GET_REQUEST_DETAIL {
|
|
167
|
+
namespace _default_5 {
|
|
168
|
+
let url_10: string;
|
|
169
|
+
export { url_10 as url };
|
|
170
|
+
import method_10 = methods.GET;
|
|
171
|
+
export { method_10 as method };
|
|
172
|
+
export function requestMapper_10(request: any): {
|
|
173
|
+
mappedParams: any;
|
|
174
|
+
};
|
|
175
|
+
export { requestMapper_10 as requestMapper };
|
|
176
|
+
export function responseMapper_10(response: any): any;
|
|
177
|
+
export { responseMapper_10 as responseMapper };
|
|
178
|
+
}
|
|
179
|
+
export { _default_5 as default };
|
|
180
|
+
export namespace cnp_5 {
|
|
181
|
+
let url_11: string;
|
|
182
|
+
export { url_11 as url };
|
|
183
|
+
import method_11 = methods.GET;
|
|
184
|
+
export { method_11 as method };
|
|
185
|
+
export function requestMapper_11(request: any): {
|
|
186
|
+
mappedParams: any;
|
|
187
|
+
};
|
|
188
|
+
export { requestMapper_11 as requestMapper };
|
|
189
|
+
export function responseMapper_11(response: any): {
|
|
190
|
+
code: any;
|
|
191
|
+
commercialStructure: null;
|
|
192
|
+
creationDate: any;
|
|
193
|
+
email: any;
|
|
194
|
+
expirationDate: any;
|
|
195
|
+
holder: any;
|
|
196
|
+
intermediary: null;
|
|
197
|
+
legalConstraint: null;
|
|
198
|
+
number: any;
|
|
199
|
+
paymentMethods: {
|
|
200
|
+
payment: any;
|
|
201
|
+
};
|
|
202
|
+
paymentFrequency: any;
|
|
203
|
+
phone: any;
|
|
204
|
+
product: any;
|
|
205
|
+
productSegment: null;
|
|
206
|
+
quotationNumber: any;
|
|
207
|
+
quotationCode: any;
|
|
208
|
+
requiresBilling: null;
|
|
209
|
+
status: any;
|
|
210
|
+
validity: null;
|
|
211
|
+
values: {
|
|
212
|
+
risks: {
|
|
213
|
+
coverages: any;
|
|
214
|
+
}[];
|
|
215
|
+
};
|
|
216
|
+
vigencyDateFrom: null;
|
|
217
|
+
wordingPlan: null;
|
|
218
|
+
holderPep: any;
|
|
219
|
+
holderSoi: any;
|
|
220
|
+
insured: any;
|
|
221
|
+
questionnaires: any;
|
|
222
|
+
spouse: any;
|
|
223
|
+
};
|
|
224
|
+
export { responseMapper_11 as responseMapper };
|
|
225
|
+
}
|
|
226
|
+
export { cnp_5 as cnp };
|
|
227
|
+
}
|
|
228
|
+
namespace GET_REQUEST_REPORT {
|
|
229
|
+
namespace _default_6 {
|
|
230
|
+
let url_12: string;
|
|
231
|
+
export { url_12 as url };
|
|
232
|
+
import method_12 = methods.GET;
|
|
233
|
+
export { method_12 as method };
|
|
234
|
+
export function requestMapper_12(request: any): {
|
|
235
|
+
mappedParams: any;
|
|
236
|
+
responseType: string;
|
|
237
|
+
};
|
|
238
|
+
export { requestMapper_12 as requestMapper };
|
|
239
|
+
export function responseMapper_12(response: any): any;
|
|
240
|
+
export { responseMapper_12 as responseMapper };
|
|
241
|
+
}
|
|
242
|
+
export { _default_6 as default };
|
|
243
|
+
export namespace cnp_6 {
|
|
244
|
+
let url_13: string;
|
|
245
|
+
export { url_13 as url };
|
|
246
|
+
import method_13 = methods.GET;
|
|
247
|
+
export { method_13 as method };
|
|
248
|
+
export function requestMapper_13(request: any): {
|
|
249
|
+
mappedParams: any;
|
|
250
|
+
headers: {
|
|
251
|
+
Accept: string;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
export { requestMapper_13 as requestMapper };
|
|
255
|
+
export function responseMapper_13(response: any): any;
|
|
256
|
+
export { responseMapper_13 as responseMapper };
|
|
257
|
+
}
|
|
258
|
+
export { cnp_6 as cnp };
|
|
259
|
+
}
|
|
260
|
+
namespace POST_REQUEST_SIGNATURE {
|
|
261
|
+
export namespace cnp_7 {
|
|
262
|
+
let url_14: string;
|
|
263
|
+
export { url_14 as url };
|
|
264
|
+
import method_14 = methods.POST;
|
|
265
|
+
export { method_14 as method };
|
|
266
|
+
export function requestMapper_14(params: any): {
|
|
267
|
+
mappedBody: any;
|
|
268
|
+
};
|
|
269
|
+
export { requestMapper_14 as requestMapper };
|
|
270
|
+
export function responseMapper_14(response: any): any;
|
|
271
|
+
export { responseMapper_14 as responseMapper };
|
|
272
|
+
}
|
|
273
|
+
export { cnp_7 as cnp };
|
|
274
|
+
}
|
|
275
|
+
namespace POST_SEND_REQUEST {
|
|
276
|
+
export namespace cnp_8 {
|
|
277
|
+
let url_15: string;
|
|
278
|
+
export { url_15 as url };
|
|
279
|
+
import method_15 = methods.POST;
|
|
280
|
+
export { method_15 as method };
|
|
281
|
+
export function requestMapper_15(params: any): {
|
|
282
|
+
mappedBody: any;
|
|
283
|
+
};
|
|
284
|
+
export { requestMapper_15 as requestMapper };
|
|
285
|
+
export function responseMapper_15(response: any): any;
|
|
286
|
+
export { responseMapper_15 as responseMapper };
|
|
287
|
+
}
|
|
288
|
+
export { cnp_8 as cnp };
|
|
289
|
+
}
|
|
290
|
+
namespace GET_QUOTATION_BY_CODE {
|
|
291
|
+
namespace _default_7 {
|
|
292
|
+
let url_16: string;
|
|
293
|
+
export { url_16 as url };
|
|
294
|
+
import method_16 = methods.GET;
|
|
295
|
+
export { method_16 as method };
|
|
296
|
+
let source_1: string;
|
|
297
|
+
export { source_1 as source };
|
|
298
|
+
export function requestMapper_16(request: any): {
|
|
299
|
+
mappedParams: any;
|
|
300
|
+
};
|
|
301
|
+
export { requestMapper_16 as requestMapper };
|
|
302
|
+
export function responseMapper_16(response: any): any;
|
|
303
|
+
export { responseMapper_16 as responseMapper };
|
|
304
|
+
}
|
|
305
|
+
export { _default_7 as default };
|
|
306
|
+
export namespace cnp_9 {
|
|
307
|
+
let url_17: string;
|
|
308
|
+
export { url_17 as url };
|
|
309
|
+
import method_17 = methods.GET;
|
|
310
|
+
export { method_17 as method };
|
|
311
|
+
let source_2: string;
|
|
312
|
+
export { source_2 as source };
|
|
313
|
+
export function requestMapper_17(request: any): {
|
|
314
|
+
mappedParams: {};
|
|
315
|
+
};
|
|
316
|
+
export { requestMapper_17 as requestMapper };
|
|
317
|
+
export function responseMapper_17(response: any): Promise<{
|
|
318
|
+
code: any;
|
|
319
|
+
number: any;
|
|
320
|
+
creationDate: any;
|
|
321
|
+
expirationDate: any;
|
|
322
|
+
validity: {
|
|
323
|
+
code: string;
|
|
324
|
+
name: string;
|
|
325
|
+
months: string;
|
|
326
|
+
};
|
|
327
|
+
status: {
|
|
328
|
+
code: string;
|
|
329
|
+
name: string;
|
|
330
|
+
};
|
|
331
|
+
paymentFrequency: {
|
|
332
|
+
name: string;
|
|
333
|
+
code: string;
|
|
334
|
+
months: number;
|
|
335
|
+
};
|
|
336
|
+
email: string;
|
|
337
|
+
phone: string;
|
|
338
|
+
intermediary: {
|
|
339
|
+
code: string;
|
|
340
|
+
name: string;
|
|
341
|
+
roles: {};
|
|
342
|
+
};
|
|
343
|
+
commercialStructure: {
|
|
344
|
+
data: {
|
|
345
|
+
name: string;
|
|
346
|
+
code: string;
|
|
347
|
+
version: number;
|
|
348
|
+
description: string;
|
|
349
|
+
status: {
|
|
350
|
+
name: string;
|
|
351
|
+
code: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
intermediaries: {
|
|
355
|
+
values: {
|
|
356
|
+
code: string;
|
|
357
|
+
name: string;
|
|
358
|
+
licence: string;
|
|
359
|
+
role: {
|
|
360
|
+
name: string;
|
|
361
|
+
code: string;
|
|
362
|
+
};
|
|
363
|
+
status: {
|
|
364
|
+
name: string;
|
|
365
|
+
code: string;
|
|
366
|
+
};
|
|
367
|
+
group: {
|
|
368
|
+
name: string;
|
|
369
|
+
code: string;
|
|
370
|
+
};
|
|
371
|
+
}[];
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
product: {
|
|
375
|
+
name: string;
|
|
376
|
+
code: any;
|
|
377
|
+
version: number;
|
|
378
|
+
subsection: {
|
|
379
|
+
name: string;
|
|
380
|
+
code: string;
|
|
381
|
+
section: {
|
|
382
|
+
name: string;
|
|
383
|
+
code: any;
|
|
384
|
+
type: {
|
|
385
|
+
name: string;
|
|
386
|
+
code: string;
|
|
387
|
+
};
|
|
388
|
+
category: {
|
|
389
|
+
name: string;
|
|
390
|
+
code: string;
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
status: {
|
|
395
|
+
code: string;
|
|
396
|
+
name: string;
|
|
397
|
+
};
|
|
398
|
+
currency: {
|
|
399
|
+
name: string;
|
|
400
|
+
code: string;
|
|
401
|
+
mnemonic: string;
|
|
402
|
+
symbol: string;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
productSegment: {
|
|
406
|
+
coverages: never[];
|
|
407
|
+
expenses: never[];
|
|
408
|
+
name: string;
|
|
409
|
+
code: string;
|
|
410
|
+
version: number;
|
|
411
|
+
description: string;
|
|
412
|
+
};
|
|
413
|
+
values: {
|
|
414
|
+
risks: {
|
|
415
|
+
code: string;
|
|
416
|
+
coverages: {
|
|
417
|
+
code: string;
|
|
418
|
+
name: string;
|
|
419
|
+
deductible: {
|
|
420
|
+
name: string;
|
|
421
|
+
code: string;
|
|
422
|
+
value: number;
|
|
423
|
+
appliedValue: number;
|
|
424
|
+
};
|
|
425
|
+
economicValues: {
|
|
426
|
+
type: {
|
|
427
|
+
name: string;
|
|
428
|
+
code: string;
|
|
429
|
+
};
|
|
430
|
+
value: number;
|
|
431
|
+
}[];
|
|
432
|
+
coverageValues: {
|
|
433
|
+
type: {
|
|
434
|
+
name: string;
|
|
435
|
+
code: string;
|
|
436
|
+
};
|
|
437
|
+
value: number;
|
|
438
|
+
}[];
|
|
439
|
+
}[];
|
|
440
|
+
data: {};
|
|
441
|
+
adherents: {
|
|
442
|
+
code: string;
|
|
443
|
+
coverages: {
|
|
444
|
+
code: string;
|
|
445
|
+
name: string;
|
|
446
|
+
deductible: {
|
|
447
|
+
name: string;
|
|
448
|
+
code: string;
|
|
449
|
+
value: number;
|
|
450
|
+
appliedValue: number;
|
|
451
|
+
};
|
|
452
|
+
economicValues: {
|
|
453
|
+
type: string;
|
|
454
|
+
code: string;
|
|
455
|
+
}[];
|
|
456
|
+
coverageValues: {
|
|
457
|
+
type: {
|
|
458
|
+
name: string;
|
|
459
|
+
code: string;
|
|
460
|
+
};
|
|
461
|
+
value: number;
|
|
462
|
+
}[];
|
|
463
|
+
}[];
|
|
464
|
+
data: {};
|
|
465
|
+
}[];
|
|
466
|
+
}[];
|
|
467
|
+
expenses: {
|
|
468
|
+
type: {
|
|
469
|
+
name: string;
|
|
470
|
+
code: string;
|
|
471
|
+
};
|
|
472
|
+
value: number;
|
|
473
|
+
}[];
|
|
474
|
+
groupedEconomicValues: {
|
|
475
|
+
type: {
|
|
476
|
+
name: string;
|
|
477
|
+
code: string;
|
|
478
|
+
};
|
|
479
|
+
value: number;
|
|
480
|
+
}[];
|
|
481
|
+
commercialAgreement: {};
|
|
482
|
+
};
|
|
483
|
+
}>;
|
|
484
|
+
export { responseMapper_17 as responseMapper };
|
|
485
|
+
}
|
|
486
|
+
export { cnp_9 as cnp };
|
|
487
|
+
}
|
|
488
|
+
namespace GET_QUOTATIONS {
|
|
489
|
+
namespace _default_8 {
|
|
490
|
+
let url_18: string;
|
|
491
|
+
export { url_18 as url };
|
|
492
|
+
import method_18 = methods.GET;
|
|
493
|
+
export { method_18 as method };
|
|
494
|
+
let source_3: string;
|
|
495
|
+
export { source_3 as source };
|
|
496
|
+
export function requestMapper_18(request: any): {
|
|
497
|
+
mappedParams: any;
|
|
498
|
+
};
|
|
499
|
+
export { requestMapper_18 as requestMapper };
|
|
500
|
+
export function responseMapper_18(response: any): any;
|
|
501
|
+
export { responseMapper_18 as responseMapper };
|
|
502
|
+
}
|
|
503
|
+
export { _default_8 as default };
|
|
504
|
+
export namespace cnp_10 {
|
|
505
|
+
let url_19: string;
|
|
506
|
+
export { url_19 as url };
|
|
507
|
+
import method_19 = methods.GET;
|
|
508
|
+
export { method_19 as method };
|
|
509
|
+
export function requestMapper_19(request: any): {
|
|
510
|
+
mappedParams: {
|
|
511
|
+
number: any;
|
|
512
|
+
from: any;
|
|
513
|
+
to: any;
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
export { requestMapper_19 as requestMapper };
|
|
517
|
+
export function responseMapper_19(response: any): Promise<{
|
|
518
|
+
quotations: any;
|
|
519
|
+
total: any;
|
|
520
|
+
}>;
|
|
521
|
+
export { responseMapper_19 as responseMapper };
|
|
522
|
+
}
|
|
523
|
+
export { cnp_10 as cnp };
|
|
524
|
+
}
|
|
525
|
+
namespace GET_QUOTATION_DETAILS {
|
|
526
|
+
namespace _default_9 {
|
|
527
|
+
let url_20: string;
|
|
528
|
+
export { url_20 as url };
|
|
529
|
+
import method_20 = methods.GET;
|
|
530
|
+
export { method_20 as method };
|
|
531
|
+
export function requestMapper_20(request: any): {
|
|
532
|
+
mappedParams: any;
|
|
533
|
+
};
|
|
534
|
+
export { requestMapper_20 as requestMapper };
|
|
535
|
+
export function responseMapper_20(response: any): any;
|
|
536
|
+
export { responseMapper_20 as responseMapper };
|
|
537
|
+
}
|
|
538
|
+
export { _default_9 as default };
|
|
539
|
+
export namespace cnp_11 {
|
|
540
|
+
let url_21: string;
|
|
541
|
+
export { url_21 as url };
|
|
542
|
+
import method_21 = methods.GET;
|
|
543
|
+
export { method_21 as method };
|
|
544
|
+
export function requestMapper_21(request: any): {
|
|
545
|
+
mappedParams: any;
|
|
546
|
+
};
|
|
547
|
+
export { requestMapper_21 as requestMapper };
|
|
548
|
+
export function responseMapper_21(response: any): Promise<{
|
|
549
|
+
areaCode: any;
|
|
550
|
+
code: any;
|
|
551
|
+
commercialStructure: {
|
|
552
|
+
data: {
|
|
553
|
+
code: null;
|
|
554
|
+
description: null;
|
|
555
|
+
name: null;
|
|
556
|
+
status: {
|
|
557
|
+
code: null;
|
|
558
|
+
name: null;
|
|
559
|
+
};
|
|
560
|
+
version: number;
|
|
561
|
+
};
|
|
562
|
+
intermediaries: {
|
|
563
|
+
values: never[];
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
creationDate: any;
|
|
567
|
+
email: any;
|
|
568
|
+
intermediary: {
|
|
569
|
+
code: any;
|
|
570
|
+
group: {
|
|
571
|
+
code: null;
|
|
572
|
+
name: null;
|
|
573
|
+
};
|
|
574
|
+
licence: any;
|
|
575
|
+
name: any;
|
|
576
|
+
roles: {
|
|
577
|
+
code: null;
|
|
578
|
+
name: null;
|
|
579
|
+
}[];
|
|
580
|
+
status: {
|
|
581
|
+
code: null;
|
|
582
|
+
name: null;
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
number: any;
|
|
586
|
+
paymentFrequency: {
|
|
587
|
+
code: any;
|
|
588
|
+
months: any;
|
|
589
|
+
name: any;
|
|
590
|
+
};
|
|
591
|
+
phone: any;
|
|
592
|
+
product: {
|
|
593
|
+
code: any;
|
|
594
|
+
currency: {
|
|
595
|
+
code: null;
|
|
596
|
+
mnemonic: null;
|
|
597
|
+
name: null;
|
|
598
|
+
symbol: null;
|
|
599
|
+
};
|
|
600
|
+
name: any;
|
|
601
|
+
status: {
|
|
602
|
+
code: null;
|
|
603
|
+
name: null;
|
|
604
|
+
};
|
|
605
|
+
subsection: {
|
|
606
|
+
code: any;
|
|
607
|
+
name: any;
|
|
608
|
+
section: {
|
|
609
|
+
category: null;
|
|
610
|
+
code: any;
|
|
611
|
+
name: any;
|
|
612
|
+
type: null;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
version: any;
|
|
616
|
+
};
|
|
617
|
+
productSegment: null;
|
|
618
|
+
status: {
|
|
619
|
+
code: any;
|
|
620
|
+
name: any;
|
|
621
|
+
};
|
|
622
|
+
validity: {
|
|
623
|
+
code: null;
|
|
624
|
+
months: number;
|
|
625
|
+
name: null;
|
|
626
|
+
};
|
|
627
|
+
values: {
|
|
628
|
+
commercialAgreement: {
|
|
629
|
+
code: null;
|
|
630
|
+
intermediaries: never[];
|
|
631
|
+
};
|
|
632
|
+
expenses: never[];
|
|
633
|
+
groupedEconomicValues: any;
|
|
634
|
+
risks: any;
|
|
635
|
+
};
|
|
636
|
+
}>;
|
|
637
|
+
export { responseMapper_21 as responseMapper };
|
|
638
|
+
}
|
|
639
|
+
export { cnp_11 as cnp };
|
|
640
|
+
}
|
|
641
|
+
namespace GET_SWORN_STATEMENT {
|
|
642
|
+
export namespace cnp_12 {
|
|
643
|
+
let url_22: string;
|
|
644
|
+
export { url_22 as url };
|
|
645
|
+
import method_22 = methods.GET;
|
|
646
|
+
export { method_22 as method };
|
|
647
|
+
export function requestMapper_22(request: any): {
|
|
648
|
+
mappedParams: any;
|
|
649
|
+
};
|
|
650
|
+
export { requestMapper_22 as requestMapper };
|
|
651
|
+
export function responseMapper_22(response: any): any;
|
|
652
|
+
export { responseMapper_22 as responseMapper };
|
|
653
|
+
}
|
|
654
|
+
export { cnp_12 as cnp };
|
|
655
|
+
}
|
|
656
|
+
namespace GET_QUOTATION_REPORT {
|
|
657
|
+
namespace _default_10 {
|
|
658
|
+
let url_23: string;
|
|
659
|
+
export { url_23 as url };
|
|
660
|
+
import method_23 = methods.GET;
|
|
661
|
+
export { method_23 as method };
|
|
662
|
+
export function requestMapper_23(request: any): {
|
|
663
|
+
mappedParams: any;
|
|
664
|
+
responseType: string;
|
|
665
|
+
};
|
|
666
|
+
export { requestMapper_23 as requestMapper };
|
|
667
|
+
export function responseMapper_23(response: any): any;
|
|
668
|
+
export { responseMapper_23 as responseMapper };
|
|
669
|
+
}
|
|
670
|
+
export { _default_10 as default };
|
|
671
|
+
export namespace cnp_13 {
|
|
672
|
+
let url_24: string;
|
|
673
|
+
export { url_24 as url };
|
|
674
|
+
import method_24 = methods.GET;
|
|
675
|
+
export { method_24 as method };
|
|
676
|
+
export function requestMapper_24(request: any): {
|
|
677
|
+
mappedParams: any;
|
|
678
|
+
headers: {
|
|
679
|
+
Accept: string;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
export { requestMapper_24 as requestMapper };
|
|
683
|
+
export function responseMapper_24(response: any): any;
|
|
684
|
+
export { responseMapper_24 as responseMapper };
|
|
685
|
+
}
|
|
686
|
+
export { cnp_13 as cnp };
|
|
687
|
+
}
|
|
688
|
+
namespace POST_CREATE_QUOTATION_STANDARD_PLAN {
|
|
689
|
+
namespace _default_11 {
|
|
690
|
+
let url_25: string;
|
|
691
|
+
export { url_25 as url };
|
|
692
|
+
import method_25 = methods.POST;
|
|
693
|
+
export { method_25 as method };
|
|
694
|
+
let source_4: string;
|
|
695
|
+
export { source_4 as source };
|
|
696
|
+
export function requestMapper_25(params: any): {
|
|
697
|
+
mappedBody: any;
|
|
698
|
+
};
|
|
699
|
+
export { requestMapper_25 as requestMapper };
|
|
700
|
+
export function responseMapper_25(response: any): any;
|
|
701
|
+
export { responseMapper_25 as responseMapper };
|
|
702
|
+
}
|
|
703
|
+
export { _default_11 as default };
|
|
704
|
+
export namespace cnp_14 {
|
|
705
|
+
let url_26: string;
|
|
706
|
+
export { url_26 as url };
|
|
707
|
+
import method_26 = methods.POST;
|
|
708
|
+
export { method_26 as method };
|
|
709
|
+
let source_5: string;
|
|
710
|
+
export { source_5 as source };
|
|
711
|
+
export function requestMapper_26(params: any): {
|
|
712
|
+
mappedBody: {
|
|
713
|
+
sectionCode: number;
|
|
714
|
+
paymentTypeCode: any;
|
|
715
|
+
productCode: any;
|
|
716
|
+
provinceCode: number;
|
|
717
|
+
} | null;
|
|
718
|
+
};
|
|
719
|
+
export { requestMapper_26 as requestMapper };
|
|
720
|
+
export function responseMapper_26(response: any): any;
|
|
721
|
+
export { responseMapper_26 as responseMapper };
|
|
722
|
+
}
|
|
723
|
+
export { cnp_14 as cnp };
|
|
724
|
+
}
|
|
725
|
+
namespace POST_CREATE_QUOTATION_VARIABLE_PLAN {
|
|
726
|
+
namespace _default_12 {
|
|
727
|
+
let url_27: string;
|
|
728
|
+
export { url_27 as url };
|
|
729
|
+
import method_27 = methods.POST;
|
|
730
|
+
export { method_27 as method };
|
|
731
|
+
let source_6: string;
|
|
732
|
+
export { source_6 as source };
|
|
733
|
+
export function requestMapper_27(params: any): {
|
|
734
|
+
mappedBody: any;
|
|
735
|
+
};
|
|
736
|
+
export { requestMapper_27 as requestMapper };
|
|
737
|
+
export function responseMapper_27(response: any): any;
|
|
738
|
+
export { responseMapper_27 as responseMapper };
|
|
739
|
+
}
|
|
740
|
+
export { _default_12 as default };
|
|
741
|
+
export namespace cnp_15 {
|
|
742
|
+
let url_28: string;
|
|
743
|
+
export { url_28 as url };
|
|
744
|
+
import method_28 = methods.POST;
|
|
745
|
+
export { method_28 as method };
|
|
746
|
+
let source_7: string;
|
|
747
|
+
export { source_7 as source };
|
|
748
|
+
export function requestMapper_28(params: any): {
|
|
749
|
+
mappedBody: {
|
|
750
|
+
sectionCode: number;
|
|
751
|
+
paymentTypeCode: any;
|
|
752
|
+
productCode: any;
|
|
753
|
+
provinceCode: number;
|
|
754
|
+
birthdate: any;
|
|
755
|
+
insuredAmount: any;
|
|
756
|
+
} | null;
|
|
757
|
+
};
|
|
758
|
+
export { requestMapper_28 as requestMapper };
|
|
759
|
+
export function responseMapper_28(response: any): any;
|
|
760
|
+
export { responseMapper_28 as responseMapper };
|
|
761
|
+
}
|
|
762
|
+
export { cnp_15 as cnp };
|
|
763
|
+
}
|
|
764
|
+
namespace POST_CALCULATE_LS {
|
|
765
|
+
export namespace cnp_16 {
|
|
766
|
+
let url_29: string;
|
|
767
|
+
export { url_29 as url };
|
|
768
|
+
import method_29 = methods.POST;
|
|
769
|
+
export { method_29 as method };
|
|
770
|
+
export function requestMapper_29(params: any): {
|
|
771
|
+
mappedBody: any;
|
|
772
|
+
};
|
|
773
|
+
export { requestMapper_29 as requestMapper };
|
|
774
|
+
export function responseMapper_29(response: any): any;
|
|
775
|
+
export { responseMapper_29 as responseMapper };
|
|
776
|
+
}
|
|
777
|
+
export { cnp_16 as cnp };
|
|
778
|
+
}
|
|
779
|
+
namespace POST_CREATE_QUOTATION_LS {
|
|
780
|
+
export namespace cnp_17 {
|
|
781
|
+
let url_30: string;
|
|
782
|
+
export { url_30 as url };
|
|
783
|
+
import method_30 = methods.POST;
|
|
784
|
+
export { method_30 as method };
|
|
785
|
+
export function requestMapper_30(params: any): {
|
|
786
|
+
mappedBody: any;
|
|
787
|
+
};
|
|
788
|
+
export { requestMapper_30 as requestMapper };
|
|
789
|
+
export function responseMapper_30(response: any): any;
|
|
790
|
+
export { responseMapper_30 as responseMapper };
|
|
791
|
+
}
|
|
792
|
+
export { cnp_17 as cnp };
|
|
793
|
+
}
|
|
794
|
+
namespace GET_CLAIMS {
|
|
795
|
+
namespace _default_13 {
|
|
796
|
+
let url_31: string;
|
|
797
|
+
export { url_31 as url };
|
|
798
|
+
import method_31 = methods.GET;
|
|
799
|
+
export { method_31 as method };
|
|
800
|
+
let source_8: string;
|
|
801
|
+
export { source_8 as source };
|
|
802
|
+
export function requestMapper_31(request: any): {
|
|
803
|
+
mappedParams: any;
|
|
804
|
+
};
|
|
805
|
+
export { requestMapper_31 as requestMapper };
|
|
806
|
+
export function responseMapper_31(response: any): any;
|
|
807
|
+
export { responseMapper_31 as responseMapper };
|
|
808
|
+
}
|
|
809
|
+
export { _default_13 as default };
|
|
810
|
+
export namespace cnp_18 {
|
|
811
|
+
let url_32: string;
|
|
812
|
+
export { url_32 as url };
|
|
813
|
+
import method_32 = methods.GET;
|
|
814
|
+
export { method_32 as method };
|
|
815
|
+
let source_9: string;
|
|
816
|
+
export { source_9 as source };
|
|
817
|
+
let requestMapper_32: null;
|
|
818
|
+
export { requestMapper_32 as requestMapper };
|
|
819
|
+
export function responseMapper_32(response: any): Promise<{
|
|
820
|
+
values: any;
|
|
821
|
+
}>;
|
|
822
|
+
export { responseMapper_32 as responseMapper };
|
|
823
|
+
}
|
|
824
|
+
export { cnp_18 as cnp };
|
|
825
|
+
}
|
|
826
|
+
namespace GET_ENDORSEMENTS {
|
|
827
|
+
namespace _default_14 {
|
|
828
|
+
let url_33: string;
|
|
829
|
+
export { url_33 as url };
|
|
830
|
+
import method_33 = methods.GET;
|
|
831
|
+
export { method_33 as method };
|
|
832
|
+
let source_10: string;
|
|
833
|
+
export { source_10 as source };
|
|
834
|
+
export function requestMapper_33(request: any): {
|
|
835
|
+
mappedParams: any;
|
|
836
|
+
};
|
|
837
|
+
export { requestMapper_33 as requestMapper };
|
|
838
|
+
export function responseMapper_33(response: any): any;
|
|
839
|
+
export { responseMapper_33 as responseMapper };
|
|
840
|
+
}
|
|
841
|
+
export { _default_14 as default };
|
|
842
|
+
export namespace cnp_19 {
|
|
843
|
+
let url_34: string;
|
|
844
|
+
export { url_34 as url };
|
|
845
|
+
import method_34 = methods.GET;
|
|
846
|
+
export { method_34 as method };
|
|
847
|
+
let source_11: string;
|
|
848
|
+
export { source_11 as source };
|
|
849
|
+
export function requestMapper_34(request: any): {
|
|
850
|
+
mappedParams: {};
|
|
851
|
+
};
|
|
852
|
+
export { requestMapper_34 as requestMapper };
|
|
853
|
+
export function responseMapper_34(response: any): Promise<{
|
|
854
|
+
values: any;
|
|
855
|
+
total: any;
|
|
856
|
+
}>;
|
|
857
|
+
export { responseMapper_34 as responseMapper };
|
|
858
|
+
}
|
|
859
|
+
export { cnp_19 as cnp };
|
|
860
|
+
}
|
|
861
|
+
namespace GET_INSUREDS {
|
|
862
|
+
namespace _default_15 {
|
|
863
|
+
let url_35: string;
|
|
864
|
+
export { url_35 as url };
|
|
865
|
+
import method_35 = methods.GET;
|
|
866
|
+
export { method_35 as method };
|
|
867
|
+
let source_12: string;
|
|
868
|
+
export { source_12 as source };
|
|
869
|
+
export function requestMapper_35(request: any): {
|
|
870
|
+
mappedParams: any;
|
|
871
|
+
};
|
|
872
|
+
export { requestMapper_35 as requestMapper };
|
|
873
|
+
export function responseMapper_35(response: any): any;
|
|
874
|
+
export { responseMapper_35 as responseMapper };
|
|
875
|
+
}
|
|
876
|
+
export { _default_15 as default };
|
|
877
|
+
export namespace cnp_20 {
|
|
878
|
+
let url_36: string;
|
|
879
|
+
export { url_36 as url };
|
|
880
|
+
import method_36 = methods.GET;
|
|
881
|
+
export { method_36 as method };
|
|
882
|
+
let source_13: string;
|
|
883
|
+
export { source_13 as source };
|
|
884
|
+
export function requestMapper_36(request: any): {
|
|
885
|
+
mappedParams: {
|
|
886
|
+
code: any;
|
|
887
|
+
name: any;
|
|
888
|
+
};
|
|
889
|
+
};
|
|
890
|
+
export { requestMapper_36 as requestMapper };
|
|
891
|
+
export function responseMapper_36(response: any): Promise<{
|
|
892
|
+
total: any;
|
|
893
|
+
totalActive: null;
|
|
894
|
+
values: any;
|
|
895
|
+
}>;
|
|
896
|
+
export { responseMapper_36 as responseMapper };
|
|
897
|
+
}
|
|
898
|
+
export { cnp_20 as cnp };
|
|
899
|
+
}
|
|
900
|
+
namespace GET_POLICIES {
|
|
901
|
+
namespace _default_16 {
|
|
902
|
+
let url_37: string;
|
|
903
|
+
export { url_37 as url };
|
|
904
|
+
import method_37 = methods.GET;
|
|
905
|
+
export { method_37 as method };
|
|
906
|
+
let source_14: string;
|
|
907
|
+
export { source_14 as source };
|
|
908
|
+
export function requestMapper_37(request: any): {
|
|
909
|
+
mappedParams: any;
|
|
910
|
+
};
|
|
911
|
+
export { requestMapper_37 as requestMapper };
|
|
912
|
+
export function responseMapper_37(response: any): any;
|
|
913
|
+
export { responseMapper_37 as responseMapper };
|
|
914
|
+
}
|
|
915
|
+
export { _default_16 as default };
|
|
916
|
+
export namespace cnp_21 {
|
|
917
|
+
let url_38: string;
|
|
918
|
+
export { url_38 as url };
|
|
919
|
+
import method_38 = methods.GET;
|
|
920
|
+
export { method_38 as method };
|
|
921
|
+
let source_15: string;
|
|
922
|
+
export { source_15 as source };
|
|
923
|
+
export function requestMapper_38(request: any): {
|
|
924
|
+
mappedParams: {
|
|
925
|
+
sort: string;
|
|
926
|
+
orderType: string;
|
|
927
|
+
pageNumber: any;
|
|
928
|
+
pageSize: any;
|
|
929
|
+
allPolicies: null;
|
|
930
|
+
policyNumber: any;
|
|
931
|
+
holderIdentification: any;
|
|
932
|
+
requestNumber: any;
|
|
933
|
+
};
|
|
934
|
+
};
|
|
935
|
+
export { requestMapper_38 as requestMapper };
|
|
936
|
+
export function responseMapper_38(response: any): Promise<{
|
|
937
|
+
values: any;
|
|
938
|
+
total: any;
|
|
939
|
+
}>;
|
|
940
|
+
export { responseMapper_38 as responseMapper };
|
|
941
|
+
}
|
|
942
|
+
export { cnp_21 as cnp };
|
|
943
|
+
}
|
|
944
|
+
namespace GET_POLICY_DETAIL {
|
|
945
|
+
namespace _default_17 {
|
|
946
|
+
let url_39: string;
|
|
947
|
+
export { url_39 as url };
|
|
948
|
+
import method_39 = methods.GET;
|
|
949
|
+
export { method_39 as method };
|
|
950
|
+
let source_16: string;
|
|
951
|
+
export { source_16 as source };
|
|
952
|
+
export function requestMapper_39(request: any): {
|
|
953
|
+
mappedParams: any;
|
|
954
|
+
};
|
|
955
|
+
export { requestMapper_39 as requestMapper };
|
|
956
|
+
export function responseMapper_39(response: any): any;
|
|
957
|
+
export { responseMapper_39 as responseMapper };
|
|
958
|
+
}
|
|
959
|
+
export { _default_17 as default };
|
|
960
|
+
export namespace cnp_22 {
|
|
961
|
+
let url_40: string;
|
|
962
|
+
export { url_40 as url };
|
|
963
|
+
import method_40 = methods.GET;
|
|
964
|
+
export { method_40 as method };
|
|
965
|
+
export function requestMapper_40(request: any): {
|
|
966
|
+
mappedParams: {};
|
|
967
|
+
};
|
|
968
|
+
export { requestMapper_40 as requestMapper };
|
|
969
|
+
export function responseMapper_40(response: any): Promise<{
|
|
970
|
+
policyData: {
|
|
971
|
+
alias: null;
|
|
972
|
+
creationDate: any;
|
|
973
|
+
currency: any;
|
|
974
|
+
number: any;
|
|
975
|
+
process: any;
|
|
976
|
+
renewable: null;
|
|
977
|
+
validityy: {
|
|
978
|
+
dateFrom: any;
|
|
979
|
+
dateTo: any;
|
|
980
|
+
};
|
|
981
|
+
};
|
|
982
|
+
roleData: {
|
|
983
|
+
holder: {
|
|
984
|
+
identification: {
|
|
985
|
+
type: any;
|
|
986
|
+
value: any;
|
|
987
|
+
};
|
|
988
|
+
name: any;
|
|
989
|
+
partyCode: any;
|
|
990
|
+
partyType: null;
|
|
991
|
+
};
|
|
992
|
+
contacts: {
|
|
993
|
+
identification: {
|
|
994
|
+
type: any;
|
|
995
|
+
value: any;
|
|
996
|
+
};
|
|
997
|
+
name: any;
|
|
998
|
+
partyCode: any;
|
|
999
|
+
partyType: null;
|
|
1000
|
+
}[];
|
|
1001
|
+
};
|
|
1002
|
+
collectionData: {
|
|
1003
|
+
paymentMethodData: {
|
|
1004
|
+
simpleMethodData: {
|
|
1005
|
+
number: any;
|
|
1006
|
+
type: any;
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
1009
|
+
paymentFrequency: any;
|
|
1010
|
+
};
|
|
1011
|
+
commercialStructureData: {
|
|
1012
|
+
data: {};
|
|
1013
|
+
intermediaries: {
|
|
1014
|
+
values: {
|
|
1015
|
+
code: any;
|
|
1016
|
+
name: any;
|
|
1017
|
+
role: null;
|
|
1018
|
+
status: null;
|
|
1019
|
+
}[];
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
productData: {
|
|
1023
|
+
number: any;
|
|
1024
|
+
name: any;
|
|
1025
|
+
status: {};
|
|
1026
|
+
subsection: {
|
|
1027
|
+
name: null;
|
|
1028
|
+
code: null;
|
|
1029
|
+
section: any;
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
coverageData: {
|
|
1033
|
+
coverages: any;
|
|
1034
|
+
};
|
|
1035
|
+
expenseData: {
|
|
1036
|
+
values: never[];
|
|
1037
|
+
};
|
|
1038
|
+
wordingData: {
|
|
1039
|
+
wordings: never[];
|
|
1040
|
+
};
|
|
1041
|
+
termData: {
|
|
1042
|
+
values: never[];
|
|
1043
|
+
};
|
|
1044
|
+
documentationData: {
|
|
1045
|
+
files: never[];
|
|
1046
|
+
comments: string;
|
|
1047
|
+
};
|
|
1048
|
+
endorsementData: {
|
|
1049
|
+
number: any;
|
|
1050
|
+
};
|
|
1051
|
+
insurableData: {
|
|
1052
|
+
minimumQuantityInsured: number;
|
|
1053
|
+
estimatedDeadline: any;
|
|
1054
|
+
minimumAge: number;
|
|
1055
|
+
maximumAge: number;
|
|
1056
|
+
maximumQuantityInsuredByEvent: number;
|
|
1057
|
+
maximumAmountToIndemnify: number;
|
|
1058
|
+
insurables: {
|
|
1059
|
+
type: {
|
|
1060
|
+
name: any;
|
|
1061
|
+
code: any;
|
|
1062
|
+
};
|
|
1063
|
+
wording: null;
|
|
1064
|
+
minimumEntryAge: number;
|
|
1065
|
+
maximumEntryAge: number;
|
|
1066
|
+
endingAgePrincipalCoverage: number;
|
|
1067
|
+
endingAgeAditionalCoverage: number;
|
|
1068
|
+
}[] | null;
|
|
1069
|
+
};
|
|
1070
|
+
savings: {
|
|
1071
|
+
accountBalance: any;
|
|
1072
|
+
annualPremium: any;
|
|
1073
|
+
premium: any;
|
|
1074
|
+
prize: any;
|
|
1075
|
+
simpleEndorsementPremium: any;
|
|
1076
|
+
};
|
|
1077
|
+
salesAgent: any;
|
|
1078
|
+
salesBranch: any;
|
|
1079
|
+
}>;
|
|
1080
|
+
export { responseMapper_40 as responseMapper };
|
|
1081
|
+
}
|
|
1082
|
+
export { cnp_22 as cnp };
|
|
1083
|
+
}
|
|
1084
|
+
namespace GET_COLLECTIONS {
|
|
1085
|
+
namespace _default_18 {
|
|
1086
|
+
let url_41: string;
|
|
1087
|
+
export { url_41 as url };
|
|
1088
|
+
import method_41 = methods.GET;
|
|
1089
|
+
export { method_41 as method };
|
|
1090
|
+
export function requestMapper_41(request: any): {
|
|
1091
|
+
mappedParams: any;
|
|
1092
|
+
};
|
|
1093
|
+
export { requestMapper_41 as requestMapper };
|
|
1094
|
+
export function responseMapper_41(response: any): any;
|
|
1095
|
+
export { responseMapper_41 as responseMapper };
|
|
1096
|
+
}
|
|
1097
|
+
export { _default_18 as default };
|
|
1098
|
+
export namespace cnp_23 {
|
|
1099
|
+
let url_42: string;
|
|
1100
|
+
export { url_42 as url };
|
|
1101
|
+
import method_42 = methods.GET;
|
|
1102
|
+
export { method_42 as method };
|
|
1103
|
+
export function requestMapper_42(request: any): {
|
|
1104
|
+
mappedParams: {};
|
|
1105
|
+
};
|
|
1106
|
+
export { requestMapper_42 as requestMapper };
|
|
1107
|
+
export function responseMapper_42(response: any): Promise<{
|
|
1108
|
+
billingForm: {};
|
|
1109
|
+
holderDistribution: null;
|
|
1110
|
+
insuredDistribution: null;
|
|
1111
|
+
paymentFrecuency: any;
|
|
1112
|
+
paymentMethodData: {
|
|
1113
|
+
simpleMethodData: {
|
|
1114
|
+
number: any;
|
|
1115
|
+
method: any;
|
|
1116
|
+
};
|
|
1117
|
+
};
|
|
1118
|
+
}>;
|
|
1119
|
+
export { responseMapper_42 as responseMapper };
|
|
1120
|
+
}
|
|
1121
|
+
export { cnp_23 as cnp };
|
|
1122
|
+
}
|
|
1123
|
+
namespace GET_POLICY_HOME_COLLECTIVE_DETAIL {
|
|
1124
|
+
namespace _default_19 {
|
|
1125
|
+
let url_43: string;
|
|
1126
|
+
export { url_43 as url };
|
|
1127
|
+
import method_43 = methods.GET;
|
|
1128
|
+
export { method_43 as method };
|
|
1129
|
+
let source_17: string;
|
|
1130
|
+
export { source_17 as source };
|
|
1131
|
+
export function requestMapper_43(request: any): {
|
|
1132
|
+
mappedParams: any;
|
|
1133
|
+
};
|
|
1134
|
+
export { requestMapper_43 as requestMapper };
|
|
1135
|
+
export function responseMapper_43(response: any): any;
|
|
1136
|
+
export { responseMapper_43 as responseMapper };
|
|
1137
|
+
}
|
|
1138
|
+
export { _default_19 as default };
|
|
1139
|
+
export namespace cnp_24 {
|
|
1140
|
+
let url_44: string;
|
|
1141
|
+
export { url_44 as url };
|
|
1142
|
+
import method_44 = methods.GET;
|
|
1143
|
+
export { method_44 as method };
|
|
1144
|
+
let source_18: string;
|
|
1145
|
+
export { source_18 as source };
|
|
1146
|
+
export function requestMapper_44(request: any): {
|
|
1147
|
+
mappedParams: {};
|
|
1148
|
+
};
|
|
1149
|
+
export { requestMapper_44 as requestMapper };
|
|
1150
|
+
export function responseMapper_44(response: any): Promise<{
|
|
1151
|
+
policyData: {
|
|
1152
|
+
number: any;
|
|
1153
|
+
alias: string;
|
|
1154
|
+
currency: {
|
|
1155
|
+
name: any;
|
|
1156
|
+
code: any;
|
|
1157
|
+
mnemonic: string;
|
|
1158
|
+
symbol: any;
|
|
1159
|
+
};
|
|
1160
|
+
validity: {
|
|
1161
|
+
type: {
|
|
1162
|
+
name: any;
|
|
1163
|
+
code: any;
|
|
1164
|
+
months: string;
|
|
1165
|
+
};
|
|
1166
|
+
dateFrom: string | null;
|
|
1167
|
+
dateTo: string | null;
|
|
1168
|
+
};
|
|
1169
|
+
creationDate: string | null;
|
|
1170
|
+
renewable: boolean;
|
|
1171
|
+
process: {
|
|
1172
|
+
name: any;
|
|
1173
|
+
code: string;
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1176
|
+
roleData: {
|
|
1177
|
+
holder: {
|
|
1178
|
+
partyCode: any;
|
|
1179
|
+
name: any;
|
|
1180
|
+
identification: {
|
|
1181
|
+
value: any;
|
|
1182
|
+
type: {
|
|
1183
|
+
code: any;
|
|
1184
|
+
name: any;
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
};
|
|
1188
|
+
contacts: {
|
|
1189
|
+
partyCode: string;
|
|
1190
|
+
name: string;
|
|
1191
|
+
identification: {
|
|
1192
|
+
value: string;
|
|
1193
|
+
type: {
|
|
1194
|
+
name: string;
|
|
1195
|
+
code: string;
|
|
1196
|
+
};
|
|
1197
|
+
};
|
|
1198
|
+
}[];
|
|
1199
|
+
legalResponsible: {
|
|
1200
|
+
partyCode: string;
|
|
1201
|
+
name: string;
|
|
1202
|
+
identification: {
|
|
1203
|
+
value: string;
|
|
1204
|
+
type: {
|
|
1205
|
+
name: string;
|
|
1206
|
+
code: string;
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
};
|
|
1210
|
+
};
|
|
1211
|
+
collectionData: {
|
|
1212
|
+
holderDistribution: number;
|
|
1213
|
+
insuredDistribution: number;
|
|
1214
|
+
paymentFrequency: {
|
|
1215
|
+
name: any;
|
|
1216
|
+
code: string;
|
|
1217
|
+
};
|
|
1218
|
+
paymentMethodData: {
|
|
1219
|
+
cashMethodData: {
|
|
1220
|
+
values: {
|
|
1221
|
+
code: string;
|
|
1222
|
+
name: any;
|
|
1223
|
+
}[];
|
|
1224
|
+
} | null;
|
|
1225
|
+
bankAccountData: {
|
|
1226
|
+
values: {
|
|
1227
|
+
code: string;
|
|
1228
|
+
number: string;
|
|
1229
|
+
cbu: any;
|
|
1230
|
+
alias: string;
|
|
1231
|
+
currency: {
|
|
1232
|
+
code: string;
|
|
1233
|
+
name: any;
|
|
1234
|
+
};
|
|
1235
|
+
bankBranch: {
|
|
1236
|
+
name: string;
|
|
1237
|
+
code: string;
|
|
1238
|
+
bank: {
|
|
1239
|
+
name: string;
|
|
1240
|
+
code: string;
|
|
1241
|
+
};
|
|
1242
|
+
};
|
|
1243
|
+
bankAccountType: {
|
|
1244
|
+
name: string;
|
|
1245
|
+
code: string;
|
|
1246
|
+
};
|
|
1247
|
+
}[];
|
|
1248
|
+
} | null;
|
|
1249
|
+
creditCardData: {
|
|
1250
|
+
values: {
|
|
1251
|
+
code: string;
|
|
1252
|
+
ownerName: string;
|
|
1253
|
+
cardType: {
|
|
1254
|
+
name: string;
|
|
1255
|
+
code: string;
|
|
1256
|
+
};
|
|
1257
|
+
cardProvider: {
|
|
1258
|
+
name: string;
|
|
1259
|
+
code: string;
|
|
1260
|
+
};
|
|
1261
|
+
number: string;
|
|
1262
|
+
securityCode: string;
|
|
1263
|
+
dateTo: string;
|
|
1264
|
+
}[];
|
|
1265
|
+
} | null;
|
|
1266
|
+
};
|
|
1267
|
+
};
|
|
1268
|
+
commercialStructureData: {
|
|
1269
|
+
data: {
|
|
1270
|
+
name: string;
|
|
1271
|
+
code: string;
|
|
1272
|
+
version: number;
|
|
1273
|
+
description: string;
|
|
1274
|
+
status: {
|
|
1275
|
+
name: string;
|
|
1276
|
+
code: string;
|
|
1277
|
+
};
|
|
1278
|
+
};
|
|
1279
|
+
intermediaries: {
|
|
1280
|
+
values: {
|
|
1281
|
+
code: any;
|
|
1282
|
+
name: any;
|
|
1283
|
+
licence: string;
|
|
1284
|
+
role: {
|
|
1285
|
+
name: string;
|
|
1286
|
+
code: string;
|
|
1287
|
+
};
|
|
1288
|
+
status: {
|
|
1289
|
+
name: string;
|
|
1290
|
+
code: string;
|
|
1291
|
+
};
|
|
1292
|
+
}[];
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
productData: {
|
|
1296
|
+
name: any;
|
|
1297
|
+
code: any;
|
|
1298
|
+
version: number;
|
|
1299
|
+
subsection: {
|
|
1300
|
+
name: string;
|
|
1301
|
+
code: string;
|
|
1302
|
+
section: {
|
|
1303
|
+
name: any;
|
|
1304
|
+
code: any;
|
|
1305
|
+
};
|
|
1306
|
+
};
|
|
1307
|
+
status: {
|
|
1308
|
+
name: any;
|
|
1309
|
+
code: string;
|
|
1310
|
+
};
|
|
1311
|
+
};
|
|
1312
|
+
coverageData: {
|
|
1313
|
+
coverages: any;
|
|
1314
|
+
};
|
|
1315
|
+
expenseData: {
|
|
1316
|
+
values: never[];
|
|
1317
|
+
};
|
|
1318
|
+
wordingData: {
|
|
1319
|
+
wordings: never[];
|
|
1320
|
+
};
|
|
1321
|
+
termData: {
|
|
1322
|
+
values: never[];
|
|
1323
|
+
};
|
|
1324
|
+
documentationData: {
|
|
1325
|
+
files: never[];
|
|
1326
|
+
comments: string;
|
|
1327
|
+
};
|
|
1328
|
+
endorsementData: {
|
|
1329
|
+
number: any;
|
|
1330
|
+
validityFrom: string;
|
|
1331
|
+
validityTo: string;
|
|
1332
|
+
type: {
|
|
1333
|
+
name: string;
|
|
1334
|
+
code: string;
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
insurableData: {
|
|
1338
|
+
minimumQuantityInsured: number;
|
|
1339
|
+
estimatedDeadline: any;
|
|
1340
|
+
minimumAge: number;
|
|
1341
|
+
maximumAge: number;
|
|
1342
|
+
maximumQuantityInsuredByEvent: number;
|
|
1343
|
+
maximumAmountToIndemnify: string;
|
|
1344
|
+
insurables: {
|
|
1345
|
+
type: {
|
|
1346
|
+
name: any;
|
|
1347
|
+
code: any;
|
|
1348
|
+
};
|
|
1349
|
+
wording: string;
|
|
1350
|
+
minimumEntryAge: number;
|
|
1351
|
+
maximumEntryAge: number;
|
|
1352
|
+
endingAgePrincipalCoverage: number;
|
|
1353
|
+
endingAgeAditionalCoverage: number;
|
|
1354
|
+
}[] | null;
|
|
1355
|
+
};
|
|
1356
|
+
}>;
|
|
1357
|
+
export { responseMapper_44 as responseMapper };
|
|
1358
|
+
}
|
|
1359
|
+
export { cnp_24 as cnp };
|
|
1360
|
+
}
|
|
1361
|
+
namespace GET_POLICY_HOME_INDIVIDUAL_DETAIL {
|
|
1362
|
+
namespace _default_20 {
|
|
1363
|
+
let url_45: string;
|
|
1364
|
+
export { url_45 as url };
|
|
1365
|
+
import method_45 = methods.GET;
|
|
1366
|
+
export { method_45 as method };
|
|
1367
|
+
let source_19: string;
|
|
1368
|
+
export { source_19 as source };
|
|
1369
|
+
export function requestMapper_45(request: any): {
|
|
1370
|
+
mappedParams: any;
|
|
1371
|
+
};
|
|
1372
|
+
export { requestMapper_45 as requestMapper };
|
|
1373
|
+
export function responseMapper_45(response: any): any;
|
|
1374
|
+
export { responseMapper_45 as responseMapper };
|
|
1375
|
+
}
|
|
1376
|
+
export { _default_20 as default };
|
|
1377
|
+
export namespace cnp_25 {
|
|
1378
|
+
let url_46: string;
|
|
1379
|
+
export { url_46 as url };
|
|
1380
|
+
import method_46 = methods.GET;
|
|
1381
|
+
export { method_46 as method };
|
|
1382
|
+
let source_20: string;
|
|
1383
|
+
export { source_20 as source };
|
|
1384
|
+
export function requestMapper_46(request: any): {
|
|
1385
|
+
mappedParams: {};
|
|
1386
|
+
};
|
|
1387
|
+
export { requestMapper_46 as requestMapper };
|
|
1388
|
+
export function responseMapper_46(response: any): Promise<{
|
|
1389
|
+
policyData: {
|
|
1390
|
+
alias: null;
|
|
1391
|
+
creationDate: any;
|
|
1392
|
+
currency: any;
|
|
1393
|
+
number: any;
|
|
1394
|
+
process: any;
|
|
1395
|
+
renewable: null;
|
|
1396
|
+
validityy: {
|
|
1397
|
+
dateFrom: any;
|
|
1398
|
+
dateTo: any;
|
|
1399
|
+
};
|
|
1400
|
+
};
|
|
1401
|
+
roleData: {
|
|
1402
|
+
holder: {
|
|
1403
|
+
identification: {
|
|
1404
|
+
type: any;
|
|
1405
|
+
value: any;
|
|
1406
|
+
};
|
|
1407
|
+
name: any;
|
|
1408
|
+
partyCode: any;
|
|
1409
|
+
partyType: null;
|
|
1410
|
+
};
|
|
1411
|
+
contacts: {
|
|
1412
|
+
identification: {
|
|
1413
|
+
type: any;
|
|
1414
|
+
value: any;
|
|
1415
|
+
};
|
|
1416
|
+
name: any;
|
|
1417
|
+
partyCode: any;
|
|
1418
|
+
partyType: null;
|
|
1419
|
+
}[];
|
|
1420
|
+
};
|
|
1421
|
+
collectionData: {
|
|
1422
|
+
paymentMethodData: {
|
|
1423
|
+
simpleMethodData: {
|
|
1424
|
+
number: any;
|
|
1425
|
+
type: any;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1428
|
+
paymentFrequency: any;
|
|
1429
|
+
};
|
|
1430
|
+
commercialStructureData: {
|
|
1431
|
+
data: {};
|
|
1432
|
+
intermediaries: {
|
|
1433
|
+
values: {
|
|
1434
|
+
code: any;
|
|
1435
|
+
name: any;
|
|
1436
|
+
role: null;
|
|
1437
|
+
status: null;
|
|
1438
|
+
}[];
|
|
1439
|
+
};
|
|
1440
|
+
};
|
|
1441
|
+
productData: {
|
|
1442
|
+
number: any;
|
|
1443
|
+
name: any;
|
|
1444
|
+
status: {};
|
|
1445
|
+
subsection: {
|
|
1446
|
+
name: null;
|
|
1447
|
+
code: null;
|
|
1448
|
+
section: any;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
coverageData: {
|
|
1452
|
+
coverages: any;
|
|
1453
|
+
};
|
|
1454
|
+
expenseData: {
|
|
1455
|
+
values: never[];
|
|
1456
|
+
};
|
|
1457
|
+
wordingData: {
|
|
1458
|
+
wordings: never[];
|
|
1459
|
+
};
|
|
1460
|
+
termData: {
|
|
1461
|
+
values: never[];
|
|
1462
|
+
};
|
|
1463
|
+
documentationData: {
|
|
1464
|
+
files: never[];
|
|
1465
|
+
comments: string;
|
|
1466
|
+
};
|
|
1467
|
+
endorsementData: {
|
|
1468
|
+
number: any;
|
|
1469
|
+
};
|
|
1470
|
+
insurableData: {
|
|
1471
|
+
minimumQuantityInsured: number;
|
|
1472
|
+
estimatedDeadline: any;
|
|
1473
|
+
minimumAge: number;
|
|
1474
|
+
maximumAge: number;
|
|
1475
|
+
maximumQuantityInsuredByEvent: number;
|
|
1476
|
+
maximumAmountToIndemnify: number;
|
|
1477
|
+
insurables: {
|
|
1478
|
+
type: {
|
|
1479
|
+
name: any;
|
|
1480
|
+
code: any;
|
|
1481
|
+
};
|
|
1482
|
+
wording: null;
|
|
1483
|
+
minimumEntryAge: number;
|
|
1484
|
+
maximumEntryAge: number;
|
|
1485
|
+
endingAgePrincipalCoverage: number;
|
|
1486
|
+
endingAgeAditionalCoverage: number;
|
|
1487
|
+
}[] | null;
|
|
1488
|
+
};
|
|
1489
|
+
savings: {
|
|
1490
|
+
accountBalance: any;
|
|
1491
|
+
annualPremium: any;
|
|
1492
|
+
premium: any;
|
|
1493
|
+
prize: any;
|
|
1494
|
+
simpleEndorsementPremium: any;
|
|
1495
|
+
};
|
|
1496
|
+
salesAgent: any;
|
|
1497
|
+
salesBranch: any;
|
|
1498
|
+
}>;
|
|
1499
|
+
export { responseMapper_46 as responseMapper };
|
|
1500
|
+
}
|
|
1501
|
+
export { cnp_25 as cnp };
|
|
1502
|
+
}
|
|
1503
|
+
namespace GET_POLICY_LIFE_COLLECTIVE_DETAIL {
|
|
1504
|
+
namespace _default_21 {
|
|
1505
|
+
let url_47: string;
|
|
1506
|
+
export { url_47 as url };
|
|
1507
|
+
import method_47 = methods.GET;
|
|
1508
|
+
export { method_47 as method };
|
|
1509
|
+
let source_21: string;
|
|
1510
|
+
export { source_21 as source };
|
|
1511
|
+
export function requestMapper_47(request: any): {
|
|
1512
|
+
mappedParams: any;
|
|
1513
|
+
};
|
|
1514
|
+
export { requestMapper_47 as requestMapper };
|
|
1515
|
+
export function responseMapper_47(response: any): any;
|
|
1516
|
+
export { responseMapper_47 as responseMapper };
|
|
1517
|
+
}
|
|
1518
|
+
export { _default_21 as default };
|
|
1519
|
+
export namespace cnp_26 {
|
|
1520
|
+
let url_48: string;
|
|
1521
|
+
export { url_48 as url };
|
|
1522
|
+
import method_48 = methods.GET;
|
|
1523
|
+
export { method_48 as method };
|
|
1524
|
+
let source_22: string;
|
|
1525
|
+
export { source_22 as source };
|
|
1526
|
+
export function requestMapper_48(request: any): {
|
|
1527
|
+
mappedParams: {};
|
|
1528
|
+
};
|
|
1529
|
+
export { requestMapper_48 as requestMapper };
|
|
1530
|
+
export function responseMapper_48(response: any): Promise<{
|
|
1531
|
+
policyData: {
|
|
1532
|
+
number: any;
|
|
1533
|
+
alias: string;
|
|
1534
|
+
currency: {
|
|
1535
|
+
name: any;
|
|
1536
|
+
code: any;
|
|
1537
|
+
mnemonic: string;
|
|
1538
|
+
symbol: any;
|
|
1539
|
+
};
|
|
1540
|
+
validity: {
|
|
1541
|
+
type: {
|
|
1542
|
+
name: any;
|
|
1543
|
+
code: any;
|
|
1544
|
+
months: string;
|
|
1545
|
+
};
|
|
1546
|
+
dateFrom: string | null;
|
|
1547
|
+
dateTo: string | null;
|
|
1548
|
+
};
|
|
1549
|
+
creationDate: string | null;
|
|
1550
|
+
renewable: boolean;
|
|
1551
|
+
process: {
|
|
1552
|
+
name: any;
|
|
1553
|
+
code: string;
|
|
1554
|
+
};
|
|
1555
|
+
};
|
|
1556
|
+
roleData: {
|
|
1557
|
+
holder: {
|
|
1558
|
+
partyCode: any;
|
|
1559
|
+
name: any;
|
|
1560
|
+
identification: {
|
|
1561
|
+
value: any;
|
|
1562
|
+
type: {
|
|
1563
|
+
code: any;
|
|
1564
|
+
name: any;
|
|
1565
|
+
};
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
contacts: {
|
|
1569
|
+
partyCode: string;
|
|
1570
|
+
name: string;
|
|
1571
|
+
identification: {
|
|
1572
|
+
value: string;
|
|
1573
|
+
type: {
|
|
1574
|
+
name: string;
|
|
1575
|
+
code: string;
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1578
|
+
}[];
|
|
1579
|
+
legalResponsible: {
|
|
1580
|
+
partyCode: string;
|
|
1581
|
+
name: string;
|
|
1582
|
+
identification: {
|
|
1583
|
+
value: string;
|
|
1584
|
+
type: {
|
|
1585
|
+
name: string;
|
|
1586
|
+
code: string;
|
|
1587
|
+
};
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
collectionData: {
|
|
1592
|
+
holderDistribution: number;
|
|
1593
|
+
insuredDistribution: number;
|
|
1594
|
+
paymentFrequency: {
|
|
1595
|
+
name: any;
|
|
1596
|
+
code: string;
|
|
1597
|
+
};
|
|
1598
|
+
paymentMethodData: {
|
|
1599
|
+
cashMethodData: {
|
|
1600
|
+
values: {
|
|
1601
|
+
code: string;
|
|
1602
|
+
name: any;
|
|
1603
|
+
}[];
|
|
1604
|
+
} | null;
|
|
1605
|
+
bankAccountData: {
|
|
1606
|
+
values: {
|
|
1607
|
+
code: string;
|
|
1608
|
+
number: string;
|
|
1609
|
+
cbu: any;
|
|
1610
|
+
alias: string;
|
|
1611
|
+
currency: {
|
|
1612
|
+
code: string;
|
|
1613
|
+
name: any;
|
|
1614
|
+
};
|
|
1615
|
+
bankBranch: {
|
|
1616
|
+
name: string;
|
|
1617
|
+
code: string;
|
|
1618
|
+
bank: {
|
|
1619
|
+
name: string;
|
|
1620
|
+
code: string;
|
|
1621
|
+
};
|
|
1622
|
+
};
|
|
1623
|
+
bankAccountType: {
|
|
1624
|
+
name: string;
|
|
1625
|
+
code: string;
|
|
1626
|
+
};
|
|
1627
|
+
}[];
|
|
1628
|
+
} | null;
|
|
1629
|
+
creditCardData: {
|
|
1630
|
+
values: {
|
|
1631
|
+
code: string;
|
|
1632
|
+
ownerName: string;
|
|
1633
|
+
cardType: {
|
|
1634
|
+
name: string;
|
|
1635
|
+
code: string;
|
|
1636
|
+
};
|
|
1637
|
+
cardProvider: {
|
|
1638
|
+
name: string;
|
|
1639
|
+
code: string;
|
|
1640
|
+
};
|
|
1641
|
+
number: string;
|
|
1642
|
+
securityCode: string;
|
|
1643
|
+
dateTo: string;
|
|
1644
|
+
}[];
|
|
1645
|
+
} | null;
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
commercialStructureData: {
|
|
1649
|
+
data: {
|
|
1650
|
+
name: string;
|
|
1651
|
+
code: string;
|
|
1652
|
+
version: number;
|
|
1653
|
+
description: string;
|
|
1654
|
+
status: {
|
|
1655
|
+
name: string;
|
|
1656
|
+
code: string;
|
|
1657
|
+
};
|
|
1658
|
+
};
|
|
1659
|
+
intermediaries: {
|
|
1660
|
+
values: {
|
|
1661
|
+
code: any;
|
|
1662
|
+
name: any;
|
|
1663
|
+
licence: string;
|
|
1664
|
+
role: {
|
|
1665
|
+
name: string;
|
|
1666
|
+
code: string;
|
|
1667
|
+
};
|
|
1668
|
+
status: {
|
|
1669
|
+
name: string;
|
|
1670
|
+
code: string;
|
|
1671
|
+
};
|
|
1672
|
+
}[];
|
|
1673
|
+
};
|
|
1674
|
+
};
|
|
1675
|
+
productData: {
|
|
1676
|
+
name: any;
|
|
1677
|
+
code: any;
|
|
1678
|
+
version: number;
|
|
1679
|
+
subsection: {
|
|
1680
|
+
name: string;
|
|
1681
|
+
code: string;
|
|
1682
|
+
section: {
|
|
1683
|
+
name: any;
|
|
1684
|
+
code: any;
|
|
1685
|
+
};
|
|
1686
|
+
};
|
|
1687
|
+
status: {
|
|
1688
|
+
name: any;
|
|
1689
|
+
code: string;
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
coverageData: {
|
|
1693
|
+
coverages: any;
|
|
1694
|
+
};
|
|
1695
|
+
expenseData: {
|
|
1696
|
+
values: never[];
|
|
1697
|
+
};
|
|
1698
|
+
wordingData: {
|
|
1699
|
+
wordings: never[];
|
|
1700
|
+
};
|
|
1701
|
+
termData: {
|
|
1702
|
+
values: never[];
|
|
1703
|
+
};
|
|
1704
|
+
documentationData: {
|
|
1705
|
+
files: never[];
|
|
1706
|
+
comments: string;
|
|
1707
|
+
};
|
|
1708
|
+
endorsementData: {
|
|
1709
|
+
number: any;
|
|
1710
|
+
validityFrom: string;
|
|
1711
|
+
validityTo: string;
|
|
1712
|
+
type: {
|
|
1713
|
+
name: string;
|
|
1714
|
+
code: string;
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
insurableData: {
|
|
1718
|
+
minimumQuantityInsured: number;
|
|
1719
|
+
estimatedDeadline: any;
|
|
1720
|
+
minimumAge: number;
|
|
1721
|
+
maximumAge: number;
|
|
1722
|
+
maximumQuantityInsuredByEvent: number;
|
|
1723
|
+
maximumAmountToIndemnify: string;
|
|
1724
|
+
insurables: {
|
|
1725
|
+
type: {
|
|
1726
|
+
name: any;
|
|
1727
|
+
code: any;
|
|
1728
|
+
};
|
|
1729
|
+
wording: string;
|
|
1730
|
+
minimumEntryAge: number;
|
|
1731
|
+
maximumEntryAge: number;
|
|
1732
|
+
endingAgePrincipalCoverage: number;
|
|
1733
|
+
endingAgeAditionalCoverage: number;
|
|
1734
|
+
}[] | null;
|
|
1735
|
+
};
|
|
1736
|
+
}>;
|
|
1737
|
+
export { responseMapper_48 as responseMapper };
|
|
1738
|
+
}
|
|
1739
|
+
export { cnp_26 as cnp };
|
|
1740
|
+
}
|
|
1741
|
+
namespace GET_POLICY_LIFE_INDIVIDUAL_DETAIL {
|
|
1742
|
+
namespace _default_22 {
|
|
1743
|
+
let url_49: string;
|
|
1744
|
+
export { url_49 as url };
|
|
1745
|
+
import method_49 = methods.GET;
|
|
1746
|
+
export { method_49 as method };
|
|
1747
|
+
let source_23: string;
|
|
1748
|
+
export { source_23 as source };
|
|
1749
|
+
export function requestMapper_49(request: any): {
|
|
1750
|
+
mappedParams: any;
|
|
1751
|
+
};
|
|
1752
|
+
export { requestMapper_49 as requestMapper };
|
|
1753
|
+
export function responseMapper_49(response: any): any;
|
|
1754
|
+
export { responseMapper_49 as responseMapper };
|
|
1755
|
+
}
|
|
1756
|
+
export { _default_22 as default };
|
|
1757
|
+
export namespace cnp_27 {
|
|
1758
|
+
let url_50: string;
|
|
1759
|
+
export { url_50 as url };
|
|
1760
|
+
import method_50 = methods.GET;
|
|
1761
|
+
export { method_50 as method };
|
|
1762
|
+
let source_24: string;
|
|
1763
|
+
export { source_24 as source };
|
|
1764
|
+
export function requestMapper_50(request: any): {
|
|
1765
|
+
mappedParams: {};
|
|
1766
|
+
};
|
|
1767
|
+
export { requestMapper_50 as requestMapper };
|
|
1768
|
+
export function responseMapper_50(response: any): Promise<{
|
|
1769
|
+
policyData: {
|
|
1770
|
+
alias: null;
|
|
1771
|
+
creationDate: any;
|
|
1772
|
+
currency: any;
|
|
1773
|
+
number: any;
|
|
1774
|
+
process: any;
|
|
1775
|
+
renewable: null;
|
|
1776
|
+
validityy: {
|
|
1777
|
+
dateFrom: any;
|
|
1778
|
+
dateTo: any;
|
|
1779
|
+
};
|
|
1780
|
+
};
|
|
1781
|
+
roleData: {
|
|
1782
|
+
holder: {
|
|
1783
|
+
identification: {
|
|
1784
|
+
type: any;
|
|
1785
|
+
value: any;
|
|
1786
|
+
};
|
|
1787
|
+
name: any;
|
|
1788
|
+
partyCode: any;
|
|
1789
|
+
partyType: null;
|
|
1790
|
+
};
|
|
1791
|
+
contacts: {
|
|
1792
|
+
identification: {
|
|
1793
|
+
type: any;
|
|
1794
|
+
value: any;
|
|
1795
|
+
};
|
|
1796
|
+
name: any;
|
|
1797
|
+
partyCode: any;
|
|
1798
|
+
partyType: null;
|
|
1799
|
+
}[];
|
|
1800
|
+
};
|
|
1801
|
+
collectionData: {
|
|
1802
|
+
paymentMethodData: {
|
|
1803
|
+
simpleMethodData: {
|
|
1804
|
+
number: any;
|
|
1805
|
+
type: any;
|
|
1806
|
+
};
|
|
1807
|
+
};
|
|
1808
|
+
paymentFrequency: any;
|
|
1809
|
+
};
|
|
1810
|
+
commercialStructureData: {
|
|
1811
|
+
data: {};
|
|
1812
|
+
intermediaries: {
|
|
1813
|
+
values: {
|
|
1814
|
+
code: any;
|
|
1815
|
+
name: any;
|
|
1816
|
+
role: null;
|
|
1817
|
+
status: null;
|
|
1818
|
+
}[];
|
|
1819
|
+
};
|
|
1820
|
+
};
|
|
1821
|
+
productData: {
|
|
1822
|
+
number: any;
|
|
1823
|
+
name: any;
|
|
1824
|
+
status: {};
|
|
1825
|
+
subsection: {
|
|
1826
|
+
name: null;
|
|
1827
|
+
code: null;
|
|
1828
|
+
section: any;
|
|
1829
|
+
};
|
|
1830
|
+
};
|
|
1831
|
+
coverageData: {
|
|
1832
|
+
coverages: any;
|
|
1833
|
+
};
|
|
1834
|
+
expenseData: {
|
|
1835
|
+
values: never[];
|
|
1836
|
+
};
|
|
1837
|
+
wordingData: {
|
|
1838
|
+
wordings: never[];
|
|
1839
|
+
};
|
|
1840
|
+
termData: {
|
|
1841
|
+
values: never[];
|
|
1842
|
+
};
|
|
1843
|
+
documentationData: {
|
|
1844
|
+
files: never[];
|
|
1845
|
+
comments: string;
|
|
1846
|
+
};
|
|
1847
|
+
endorsementData: {
|
|
1848
|
+
number: any;
|
|
1849
|
+
};
|
|
1850
|
+
insurableData: {
|
|
1851
|
+
minimumQuantityInsured: number;
|
|
1852
|
+
estimatedDeadline: any;
|
|
1853
|
+
minimumAge: number;
|
|
1854
|
+
maximumAge: number;
|
|
1855
|
+
maximumQuantityInsuredByEvent: number;
|
|
1856
|
+
maximumAmountToIndemnify: number;
|
|
1857
|
+
insurables: {
|
|
1858
|
+
type: {
|
|
1859
|
+
name: any;
|
|
1860
|
+
code: any;
|
|
1861
|
+
};
|
|
1862
|
+
wording: null;
|
|
1863
|
+
minimumEntryAge: number;
|
|
1864
|
+
maximumEntryAge: number;
|
|
1865
|
+
endingAgePrincipalCoverage: number;
|
|
1866
|
+
endingAgeAditionalCoverage: number;
|
|
1867
|
+
}[] | null;
|
|
1868
|
+
};
|
|
1869
|
+
savings: {
|
|
1870
|
+
accountBalance: any;
|
|
1871
|
+
annualPremium: any;
|
|
1872
|
+
premium: any;
|
|
1873
|
+
prize: any;
|
|
1874
|
+
simpleEndorsementPremium: any;
|
|
1875
|
+
};
|
|
1876
|
+
salesAgent: any;
|
|
1877
|
+
salesBranch: any;
|
|
1878
|
+
}>;
|
|
1879
|
+
export { responseMapper_50 as responseMapper };
|
|
1880
|
+
}
|
|
1881
|
+
export { cnp_27 as cnp };
|
|
1882
|
+
}
|
|
1883
|
+
namespace GET_POLICY_STATUSES {
|
|
1884
|
+
namespace _default_23 {
|
|
1885
|
+
let url_51: string;
|
|
1886
|
+
export { url_51 as url };
|
|
1887
|
+
import method_51 = methods.GET;
|
|
1888
|
+
export { method_51 as method };
|
|
1889
|
+
export function requestMapper_51(request: any): {
|
|
1890
|
+
mappedParams: any;
|
|
1891
|
+
};
|
|
1892
|
+
export { requestMapper_51 as requestMapper };
|
|
1893
|
+
export function responseMapper_51(response: any): any;
|
|
1894
|
+
export { responseMapper_51 as responseMapper };
|
|
1895
|
+
}
|
|
1896
|
+
export { _default_23 as default };
|
|
1897
|
+
}
|
|
1898
|
+
namespace GET_BENEFICIRY_TYPES {
|
|
1899
|
+
export namespace cnp_28 {
|
|
1900
|
+
let url_52: string;
|
|
1901
|
+
export { url_52 as url };
|
|
1902
|
+
import method_52 = methods.GET;
|
|
1903
|
+
export { method_52 as method };
|
|
1904
|
+
export function requestMapper_52(request: any): {
|
|
1905
|
+
mappedParams: any;
|
|
1906
|
+
};
|
|
1907
|
+
export { requestMapper_52 as requestMapper };
|
|
1908
|
+
export function responseMapper_52(response: any): any;
|
|
1909
|
+
export { responseMapper_52 as responseMapper };
|
|
1910
|
+
}
|
|
1911
|
+
export { cnp_28 as cnp };
|
|
1912
|
+
}
|
|
1913
|
+
namespace POST_INSURED_UPDATE {
|
|
1914
|
+
namespace _default_24 {
|
|
1915
|
+
let url_53: string;
|
|
1916
|
+
export { url_53 as url };
|
|
1917
|
+
import method_53 = methods.POST;
|
|
1918
|
+
export { method_53 as method };
|
|
1919
|
+
let requestMapper_53: null;
|
|
1920
|
+
export { requestMapper_53 as requestMapper };
|
|
1921
|
+
let source_25: string;
|
|
1922
|
+
export { source_25 as source };
|
|
1923
|
+
export function responseMapper_53(response: any): any;
|
|
1924
|
+
export { responseMapper_53 as responseMapper };
|
|
1925
|
+
}
|
|
1926
|
+
export { _default_24 as default };
|
|
1927
|
+
export namespace cnp_29 {
|
|
1928
|
+
let url_54: string;
|
|
1929
|
+
export { url_54 as url };
|
|
1930
|
+
import method_54 = methods.POST;
|
|
1931
|
+
export { method_54 as method };
|
|
1932
|
+
let requestMapper_54: null;
|
|
1933
|
+
export { requestMapper_54 as requestMapper };
|
|
1934
|
+
let source_26: string;
|
|
1935
|
+
export { source_26 as source };
|
|
1936
|
+
export function responseMapper_54(response: any): {
|
|
1937
|
+
salary: any;
|
|
1938
|
+
identification: any;
|
|
1939
|
+
};
|
|
1940
|
+
export { responseMapper_54 as responseMapper };
|
|
1941
|
+
}
|
|
1942
|
+
export { cnp_29 as cnp };
|
|
1943
|
+
}
|
|
1944
|
+
namespace GET_COVERAGES {
|
|
1945
|
+
namespace _default_25 {
|
|
1946
|
+
let url_55: string;
|
|
1947
|
+
export { url_55 as url };
|
|
1948
|
+
import method_55 = methods.GET;
|
|
1949
|
+
export { method_55 as method };
|
|
1950
|
+
export function requestMapper_55(request: any): {
|
|
1951
|
+
mappedParams: any;
|
|
1952
|
+
};
|
|
1953
|
+
export { requestMapper_55 as requestMapper };
|
|
1954
|
+
export function responseMapper_55(response: any): any;
|
|
1955
|
+
export { responseMapper_55 as responseMapper };
|
|
1956
|
+
}
|
|
1957
|
+
export { _default_25 as default };
|
|
1958
|
+
export namespace cnp_30 {
|
|
1959
|
+
let url_56: string;
|
|
1960
|
+
export { url_56 as url };
|
|
1961
|
+
import method_56 = methods.GET;
|
|
1962
|
+
export { method_56 as method };
|
|
1963
|
+
let source_27: string;
|
|
1964
|
+
export { source_27 as source };
|
|
1965
|
+
export function requestMapper_56(request: any): {
|
|
1966
|
+
mappedParams: any;
|
|
1967
|
+
};
|
|
1968
|
+
export { requestMapper_56 as requestMapper };
|
|
1969
|
+
export function responseMapper_56(response: any): {
|
|
1970
|
+
coverages: any;
|
|
1971
|
+
};
|
|
1972
|
+
export { responseMapper_56 as responseMapper };
|
|
1973
|
+
}
|
|
1974
|
+
export { cnp_30 as cnp };
|
|
1975
|
+
}
|
|
1976
|
+
namespace GET_DISTRIBUTION_LIMITS {
|
|
1977
|
+
export namespace cnp_31 {
|
|
1978
|
+
let url_57: string;
|
|
1979
|
+
export { url_57 as url };
|
|
1980
|
+
import method_57 = methods.GET;
|
|
1981
|
+
export { method_57 as method };
|
|
1982
|
+
let source_28: string;
|
|
1983
|
+
export { source_28 as source };
|
|
1984
|
+
export function requestMapper_57(request: any): {
|
|
1985
|
+
mappedParams: any;
|
|
1986
|
+
};
|
|
1987
|
+
export { requestMapper_57 as requestMapper };
|
|
1988
|
+
export function responseMapper_57(response: any): any;
|
|
1989
|
+
export { responseMapper_57 as responseMapper };
|
|
1990
|
+
}
|
|
1991
|
+
export { cnp_31 as cnp };
|
|
1992
|
+
}
|
|
1993
|
+
namespace GET_PRODUCTS_BY_SUBSECTIONS {
|
|
1994
|
+
namespace _default_26 {
|
|
1995
|
+
let url_58: string;
|
|
1996
|
+
export { url_58 as url };
|
|
1997
|
+
import method_58 = methods.GET;
|
|
1998
|
+
export { method_58 as method };
|
|
1999
|
+
let source_29: string;
|
|
2000
|
+
export { source_29 as source };
|
|
2001
|
+
export function requestMapper_58(request: any): {
|
|
2002
|
+
mappedParams: any;
|
|
2003
|
+
};
|
|
2004
|
+
export { requestMapper_58 as requestMapper };
|
|
2005
|
+
export function responseMapper_58(response: any): any;
|
|
2006
|
+
export { responseMapper_58 as responseMapper };
|
|
2007
|
+
}
|
|
2008
|
+
export { _default_26 as default };
|
|
2009
|
+
export namespace cnp_32 {
|
|
2010
|
+
let url_59: string;
|
|
2011
|
+
export { url_59 as url };
|
|
2012
|
+
import method_59 = methods.GET;
|
|
2013
|
+
export { method_59 as method };
|
|
2014
|
+
let source_30: string;
|
|
2015
|
+
export { source_30 as source };
|
|
2016
|
+
export function requestMapper_59(request: any): {
|
|
2017
|
+
mappedParams: {
|
|
2018
|
+
subsectionCode: null;
|
|
2019
|
+
};
|
|
2020
|
+
};
|
|
2021
|
+
export { requestMapper_59 as requestMapper };
|
|
2022
|
+
export function responseMapper_59(response: any): Promise<{
|
|
2023
|
+
values: any;
|
|
2024
|
+
}>;
|
|
2025
|
+
export { responseMapper_59 as responseMapper };
|
|
2026
|
+
}
|
|
2027
|
+
export { cnp_32 as cnp };
|
|
2028
|
+
}
|
|
2029
|
+
namespace GET_PRODUCT_PARAMETERS {
|
|
2030
|
+
export namespace cnp_33 {
|
|
2031
|
+
let url_60: string;
|
|
2032
|
+
export { url_60 as url };
|
|
2033
|
+
import method_60 = methods.GET;
|
|
2034
|
+
export { method_60 as method };
|
|
2035
|
+
export function requestMapper_60(request: any): {
|
|
2036
|
+
mappedParams: any;
|
|
2037
|
+
};
|
|
2038
|
+
export { requestMapper_60 as requestMapper };
|
|
2039
|
+
export function responseMapper_60(response: any): Promise<{
|
|
2040
|
+
name: any;
|
|
2041
|
+
code: any;
|
|
2042
|
+
version: any;
|
|
2043
|
+
subsection: any;
|
|
2044
|
+
fieldExclusions: any;
|
|
2045
|
+
fields: any;
|
|
2046
|
+
}>;
|
|
2047
|
+
export { responseMapper_60 as responseMapper };
|
|
2048
|
+
}
|
|
2049
|
+
export { cnp_33 as cnp };
|
|
2050
|
+
}
|
|
2051
|
+
namespace GET_MONETARY_GOALS {
|
|
2052
|
+
export namespace cnp_34 {
|
|
2053
|
+
let url_61: string;
|
|
2054
|
+
export { url_61 as url };
|
|
2055
|
+
import method_61 = methods.GET;
|
|
2056
|
+
export { method_61 as method };
|
|
2057
|
+
let source_31: string;
|
|
2058
|
+
export { source_31 as source };
|
|
2059
|
+
export function requestMapper_61(request: any): {
|
|
2060
|
+
mappedParams: any;
|
|
2061
|
+
};
|
|
2062
|
+
export { requestMapper_61 as requestMapper };
|
|
2063
|
+
export function responseMapper_61(response: any): any;
|
|
2064
|
+
export { responseMapper_61 as responseMapper };
|
|
2065
|
+
}
|
|
2066
|
+
export { cnp_34 as cnp };
|
|
2067
|
+
}
|
|
2068
|
+
namespace GET_SAVINGS_DISTRIBUTION {
|
|
2069
|
+
export namespace cnp_35 {
|
|
2070
|
+
let url_62: string;
|
|
2071
|
+
export { url_62 as url };
|
|
2072
|
+
import method_62 = methods.GET;
|
|
2073
|
+
export { method_62 as method };
|
|
2074
|
+
let source_32: string;
|
|
2075
|
+
export { source_32 as source };
|
|
2076
|
+
export function requestMapper_62(request: any): {
|
|
2077
|
+
mappedParams: any;
|
|
2078
|
+
};
|
|
2079
|
+
export { requestMapper_62 as requestMapper };
|
|
2080
|
+
export function responseMapper_62(response: any): any;
|
|
2081
|
+
export { responseMapper_62 as responseMapper };
|
|
2082
|
+
}
|
|
2083
|
+
export { cnp_35 as cnp };
|
|
2084
|
+
}
|
|
2085
|
+
namespace GET_QUOTATION_BENEFITS {
|
|
2086
|
+
export namespace cnp_36 {
|
|
2087
|
+
let url_63: string;
|
|
2088
|
+
export { url_63 as url };
|
|
2089
|
+
import method_63 = methods.GET;
|
|
2090
|
+
export { method_63 as method };
|
|
2091
|
+
let source_33: string;
|
|
2092
|
+
export { source_33 as source };
|
|
2093
|
+
export function requestMapper_63(request: any): {
|
|
2094
|
+
mappedParams: any;
|
|
2095
|
+
};
|
|
2096
|
+
export { requestMapper_63 as requestMapper };
|
|
2097
|
+
export function responseMapper_63(response: any): any;
|
|
2098
|
+
export { responseMapper_63 as responseMapper };
|
|
2099
|
+
}
|
|
2100
|
+
export { cnp_36 as cnp };
|
|
2101
|
+
}
|
|
2102
|
+
namespace GET_CURRENCIES {
|
|
2103
|
+
namespace _default_27 {
|
|
2104
|
+
let url_64: string;
|
|
2105
|
+
export { url_64 as url };
|
|
2106
|
+
import method_64 = methods.GET;
|
|
2107
|
+
export { method_64 as method };
|
|
2108
|
+
export function requestMapper_64(request: any): {
|
|
2109
|
+
mappedParams: any;
|
|
2110
|
+
};
|
|
2111
|
+
export { requestMapper_64 as requestMapper };
|
|
2112
|
+
export function responseMapper_64(response: any): any;
|
|
2113
|
+
export { responseMapper_64 as responseMapper };
|
|
2114
|
+
}
|
|
2115
|
+
export { _default_27 as default };
|
|
2116
|
+
export namespace cnp_37 {
|
|
2117
|
+
let url_65: string;
|
|
2118
|
+
export { url_65 as url };
|
|
2119
|
+
import method_65 = methods.GET;
|
|
2120
|
+
export { method_65 as method };
|
|
2121
|
+
let source_34: string;
|
|
2122
|
+
export { source_34 as source };
|
|
2123
|
+
export function requestMapper_65(request: any): {
|
|
2124
|
+
mappedParams: any;
|
|
2125
|
+
};
|
|
2126
|
+
export { requestMapper_65 as requestMapper };
|
|
2127
|
+
export function responseMapper_65(response: any): any;
|
|
2128
|
+
export { responseMapper_65 as responseMapper };
|
|
2129
|
+
}
|
|
2130
|
+
export { cnp_37 as cnp };
|
|
2131
|
+
}
|
|
2132
|
+
namespace GET_GENDERS {
|
|
2133
|
+
namespace _default_28 {
|
|
2134
|
+
let url_66: string;
|
|
2135
|
+
export { url_66 as url };
|
|
2136
|
+
import method_66 = methods.GET;
|
|
2137
|
+
export { method_66 as method };
|
|
2138
|
+
let source_35: string;
|
|
2139
|
+
export { source_35 as source };
|
|
2140
|
+
export function requestMapper_66(request: any): {
|
|
2141
|
+
mappedParams: any;
|
|
2142
|
+
};
|
|
2143
|
+
export { requestMapper_66 as requestMapper };
|
|
2144
|
+
export function responseMapper_66(response: any): any;
|
|
2145
|
+
export { responseMapper_66 as responseMapper };
|
|
2146
|
+
}
|
|
2147
|
+
export { _default_28 as default };
|
|
2148
|
+
export namespace cnp_38 {
|
|
2149
|
+
let url_67: string;
|
|
2150
|
+
export { url_67 as url };
|
|
2151
|
+
import method_67 = methods.GET;
|
|
2152
|
+
export { method_67 as method };
|
|
2153
|
+
export function requestMapper_67(request: any): {
|
|
2154
|
+
mappedParams: any;
|
|
2155
|
+
};
|
|
2156
|
+
export { requestMapper_67 as requestMapper };
|
|
2157
|
+
export function responseMapper_67(response: any): Promise<{
|
|
2158
|
+
values: any;
|
|
2159
|
+
}>;
|
|
2160
|
+
export { responseMapper_67 as responseMapper };
|
|
2161
|
+
}
|
|
2162
|
+
export { cnp_38 as cnp };
|
|
2163
|
+
}
|
|
2164
|
+
namespace GET_IDENTIFICATION_TYPES {
|
|
2165
|
+
namespace _default_29 {
|
|
2166
|
+
let url_68: string;
|
|
2167
|
+
export { url_68 as url };
|
|
2168
|
+
import method_68 = methods.GET;
|
|
2169
|
+
export { method_68 as method };
|
|
2170
|
+
let source_36: string;
|
|
2171
|
+
export { source_36 as source };
|
|
2172
|
+
export function requestMapper_68(request: any): {
|
|
2173
|
+
mappedParams: any;
|
|
2174
|
+
};
|
|
2175
|
+
export { requestMapper_68 as requestMapper };
|
|
2176
|
+
export function responseMapper_68(response: any): any;
|
|
2177
|
+
export { responseMapper_68 as responseMapper };
|
|
2178
|
+
}
|
|
2179
|
+
export { _default_29 as default };
|
|
2180
|
+
export namespace cnp_39 {
|
|
2181
|
+
let url_69: string;
|
|
2182
|
+
export { url_69 as url };
|
|
2183
|
+
import method_69 = methods.GET;
|
|
2184
|
+
export { method_69 as method };
|
|
2185
|
+
let source_37: string;
|
|
2186
|
+
export { source_37 as source };
|
|
2187
|
+
export function requestMapper_69(request: any): {
|
|
2188
|
+
mappedParams: any;
|
|
2189
|
+
};
|
|
2190
|
+
export { requestMapper_69 as requestMapper };
|
|
2191
|
+
export function responseMapper_69(response: any): Promise<{
|
|
2192
|
+
values: any;
|
|
2193
|
+
}>;
|
|
2194
|
+
export { responseMapper_69 as responseMapper };
|
|
2195
|
+
}
|
|
2196
|
+
export { cnp_39 as cnp };
|
|
2197
|
+
}
|
|
2198
|
+
namespace GET_COUNTRIES {
|
|
2199
|
+
namespace _default_30 {
|
|
2200
|
+
let url_70: string;
|
|
2201
|
+
export { url_70 as url };
|
|
2202
|
+
import method_70 = methods.GET;
|
|
2203
|
+
export { method_70 as method };
|
|
2204
|
+
let source_38: string;
|
|
2205
|
+
export { source_38 as source };
|
|
2206
|
+
export function requestMapper_70(request: any): {
|
|
2207
|
+
mappedParams: any;
|
|
2208
|
+
};
|
|
2209
|
+
export { requestMapper_70 as requestMapper };
|
|
2210
|
+
export function responseMapper_70(response: any): any;
|
|
2211
|
+
export { responseMapper_70 as responseMapper };
|
|
2212
|
+
}
|
|
2213
|
+
export { _default_30 as default };
|
|
2214
|
+
export namespace cnp_40 {
|
|
2215
|
+
let url_71: string;
|
|
2216
|
+
export { url_71 as url };
|
|
2217
|
+
import method_71 = methods.GET;
|
|
2218
|
+
export { method_71 as method };
|
|
2219
|
+
let source_39: string;
|
|
2220
|
+
export { source_39 as source };
|
|
2221
|
+
export function requestMapper_71(request: any): {
|
|
2222
|
+
mappedParams: any;
|
|
2223
|
+
};
|
|
2224
|
+
export { requestMapper_71 as requestMapper };
|
|
2225
|
+
export function responseMapper_71(response: any): Promise<{
|
|
2226
|
+
countries: any;
|
|
2227
|
+
}>;
|
|
2228
|
+
export { responseMapper_71 as responseMapper };
|
|
2229
|
+
}
|
|
2230
|
+
export { cnp_40 as cnp };
|
|
2231
|
+
}
|
|
2232
|
+
namespace GET_PROVINCES {
|
|
2233
|
+
namespace _default_31 {
|
|
2234
|
+
let url_72: string;
|
|
2235
|
+
export { url_72 as url };
|
|
2236
|
+
import method_72 = methods.GET;
|
|
2237
|
+
export { method_72 as method };
|
|
2238
|
+
let source_40: string;
|
|
2239
|
+
export { source_40 as source };
|
|
2240
|
+
export function requestMapper_72(request: any): {
|
|
2241
|
+
mappedParams: any;
|
|
2242
|
+
};
|
|
2243
|
+
export { requestMapper_72 as requestMapper };
|
|
2244
|
+
export function responseMapper_72(response: any): any;
|
|
2245
|
+
export { responseMapper_72 as responseMapper };
|
|
2246
|
+
}
|
|
2247
|
+
export { _default_31 as default };
|
|
2248
|
+
export namespace cnp_41 {
|
|
2249
|
+
let url_73: string;
|
|
2250
|
+
export { url_73 as url };
|
|
2251
|
+
import method_73 = methods.GET;
|
|
2252
|
+
export { method_73 as method };
|
|
2253
|
+
let source_41: string;
|
|
2254
|
+
export { source_41 as source };
|
|
2255
|
+
export function requestMapper_73(request: any): {
|
|
2256
|
+
mappedParams: any;
|
|
2257
|
+
};
|
|
2258
|
+
export { requestMapper_73 as requestMapper };
|
|
2259
|
+
export function responseMapper_73(response: any): Promise<{
|
|
2260
|
+
provinces: any;
|
|
2261
|
+
}>;
|
|
2262
|
+
export { responseMapper_73 as responseMapper };
|
|
2263
|
+
}
|
|
2264
|
+
export { cnp_41 as cnp };
|
|
2265
|
+
}
|
|
2266
|
+
namespace GET_MARITAL_STATUS {
|
|
2267
|
+
namespace _default_32 {
|
|
2268
|
+
let url_74: string;
|
|
2269
|
+
export { url_74 as url };
|
|
2270
|
+
import method_74 = methods.GET;
|
|
2271
|
+
export { method_74 as method };
|
|
2272
|
+
let source_42: string;
|
|
2273
|
+
export { source_42 as source };
|
|
2274
|
+
export function requestMapper_74(request: any): {
|
|
2275
|
+
mappedParams: any;
|
|
2276
|
+
};
|
|
2277
|
+
export { requestMapper_74 as requestMapper };
|
|
2278
|
+
export function responseMapper_74(response: any): any;
|
|
2279
|
+
export { responseMapper_74 as responseMapper };
|
|
2280
|
+
}
|
|
2281
|
+
export { _default_32 as default };
|
|
2282
|
+
export namespace cnp_42 {
|
|
2283
|
+
let url_75: string;
|
|
2284
|
+
export { url_75 as url };
|
|
2285
|
+
import method_75 = methods.GET;
|
|
2286
|
+
export { method_75 as method };
|
|
2287
|
+
let source_43: string;
|
|
2288
|
+
export { source_43 as source };
|
|
2289
|
+
export function requestMapper_75(request: any): {
|
|
2290
|
+
mappedParams: any;
|
|
2291
|
+
};
|
|
2292
|
+
export { requestMapper_75 as requestMapper };
|
|
2293
|
+
export function responseMapper_75(response: any): Promise<{
|
|
2294
|
+
values: any;
|
|
2295
|
+
}>;
|
|
2296
|
+
export { responseMapper_75 as responseMapper };
|
|
2297
|
+
}
|
|
2298
|
+
export { cnp_42 as cnp };
|
|
2299
|
+
}
|
|
2300
|
+
namespace GET_ACTIVITY {
|
|
2301
|
+
namespace _default_33 {
|
|
2302
|
+
let url_76: string;
|
|
2303
|
+
export { url_76 as url };
|
|
2304
|
+
import method_76 = methods.GET;
|
|
2305
|
+
export { method_76 as method };
|
|
2306
|
+
let source_44: string;
|
|
2307
|
+
export { source_44 as source };
|
|
2308
|
+
export function requestMapper_76(request: any): {
|
|
2309
|
+
mappedParams: any;
|
|
2310
|
+
};
|
|
2311
|
+
export { requestMapper_76 as requestMapper };
|
|
2312
|
+
export function responseMapper_76(response: any): any;
|
|
2313
|
+
export { responseMapper_76 as responseMapper };
|
|
2314
|
+
}
|
|
2315
|
+
export { _default_33 as default };
|
|
2316
|
+
export namespace cnp_43 {
|
|
2317
|
+
let url_77: string;
|
|
2318
|
+
export { url_77 as url };
|
|
2319
|
+
import method_77 = methods.GET;
|
|
2320
|
+
export { method_77 as method };
|
|
2321
|
+
let source_45: string;
|
|
2322
|
+
export { source_45 as source };
|
|
2323
|
+
export function requestMapper_77(request: any): {
|
|
2324
|
+
mappedParams: any;
|
|
2325
|
+
};
|
|
2326
|
+
export { requestMapper_77 as requestMapper };
|
|
2327
|
+
export function responseMapper_77(response: any): Promise<{
|
|
2328
|
+
values: any;
|
|
2329
|
+
}>;
|
|
2330
|
+
export { responseMapper_77 as responseMapper };
|
|
2331
|
+
}
|
|
2332
|
+
export { cnp_43 as cnp };
|
|
2333
|
+
}
|
|
2334
|
+
namespace GET_BLOOD_PRESSURES {
|
|
2335
|
+
export namespace cnp_44 {
|
|
2336
|
+
let url_78: string;
|
|
2337
|
+
export { url_78 as url };
|
|
2338
|
+
import method_78 = methods.GET;
|
|
2339
|
+
export { method_78 as method };
|
|
2340
|
+
let source_46: string;
|
|
2341
|
+
export { source_46 as source };
|
|
2342
|
+
export function requestMapper_78(request: any): {
|
|
2343
|
+
mappedParams: any;
|
|
2344
|
+
};
|
|
2345
|
+
export { requestMapper_78 as requestMapper };
|
|
2346
|
+
export function responseMapper_78(response: any): any;
|
|
2347
|
+
export { responseMapper_78 as responseMapper };
|
|
2348
|
+
}
|
|
2349
|
+
export { cnp_44 as cnp };
|
|
2350
|
+
}
|
|
2351
|
+
namespace GET_PAYMENT_FRECUENCIES {
|
|
2352
|
+
namespace _default_34 {
|
|
2353
|
+
let url_79: string;
|
|
2354
|
+
export { url_79 as url };
|
|
2355
|
+
import method_79 = methods.GET;
|
|
2356
|
+
export { method_79 as method };
|
|
2357
|
+
export function requestMapper_79(request: any): {
|
|
2358
|
+
mappedParams: any;
|
|
2359
|
+
};
|
|
2360
|
+
export { requestMapper_79 as requestMapper };
|
|
2361
|
+
export function responseMapper_79(response: any): any;
|
|
2362
|
+
export { responseMapper_79 as responseMapper };
|
|
2363
|
+
}
|
|
2364
|
+
export { _default_34 as default };
|
|
2365
|
+
export namespace cnp_45 {
|
|
2366
|
+
let url_80: string;
|
|
2367
|
+
export { url_80 as url };
|
|
2368
|
+
import method_80 = methods.GET;
|
|
2369
|
+
export { method_80 as method };
|
|
2370
|
+
let source_47: string;
|
|
2371
|
+
export { source_47 as source };
|
|
2372
|
+
export function requestMapper_80(request: any): {
|
|
2373
|
+
mappedParams: any;
|
|
2374
|
+
};
|
|
2375
|
+
export { requestMapper_80 as requestMapper };
|
|
2376
|
+
export function responseMapper_80(response: any): Promise<{
|
|
2377
|
+
frequencies: any;
|
|
2378
|
+
}>;
|
|
2379
|
+
export { responseMapper_80 as responseMapper };
|
|
2380
|
+
}
|
|
2381
|
+
export { cnp_45 as cnp };
|
|
2382
|
+
}
|
|
2383
|
+
namespace GET_PAYMENT_TYPES {
|
|
2384
|
+
export namespace cnp_46 {
|
|
2385
|
+
let url_81: string;
|
|
2386
|
+
export { url_81 as url };
|
|
2387
|
+
import method_81 = methods.GET;
|
|
2388
|
+
export { method_81 as method };
|
|
2389
|
+
let source_48: string;
|
|
2390
|
+
export { source_48 as source };
|
|
2391
|
+
export function requestMapper_81(request: any): {
|
|
2392
|
+
mappedParams: any;
|
|
2393
|
+
};
|
|
2394
|
+
export { requestMapper_81 as requestMapper };
|
|
2395
|
+
export function responseMapper_81(response: any): any;
|
|
2396
|
+
export { responseMapper_81 as responseMapper };
|
|
2397
|
+
}
|
|
2398
|
+
export { cnp_46 as cnp };
|
|
2399
|
+
}
|
|
2400
|
+
namespace GET_BRANCHES {
|
|
2401
|
+
export namespace cnp_47 {
|
|
2402
|
+
let url_82: string;
|
|
2403
|
+
export { url_82 as url };
|
|
2404
|
+
import method_82 = methods.GET;
|
|
2405
|
+
export { method_82 as method };
|
|
2406
|
+
let source_49: string;
|
|
2407
|
+
export { source_49 as source };
|
|
2408
|
+
export function requestMapper_82(request: any): {
|
|
2409
|
+
mappedParams: any;
|
|
2410
|
+
};
|
|
2411
|
+
export { requestMapper_82 as requestMapper };
|
|
2412
|
+
export function responseMapper_82(response: any): any;
|
|
2413
|
+
export { responseMapper_82 as responseMapper };
|
|
2414
|
+
}
|
|
2415
|
+
export { cnp_47 as cnp };
|
|
2416
|
+
}
|
|
2417
|
+
namespace GET_PARTIES {
|
|
2418
|
+
namespace _default_35 {
|
|
2419
|
+
let url_83: string;
|
|
2420
|
+
export { url_83 as url };
|
|
2421
|
+
import method_83 = methods.GET;
|
|
2422
|
+
export { method_83 as method };
|
|
2423
|
+
let source_50: string;
|
|
2424
|
+
export { source_50 as source };
|
|
2425
|
+
export function requestMapper_83(request: any): {
|
|
2426
|
+
mappedParams: any;
|
|
2427
|
+
};
|
|
2428
|
+
export { requestMapper_83 as requestMapper };
|
|
2429
|
+
export function responseMapper_83(response: any): any;
|
|
2430
|
+
export { responseMapper_83 as responseMapper };
|
|
2431
|
+
}
|
|
2432
|
+
export { _default_35 as default };
|
|
2433
|
+
export namespace cnp_48 {
|
|
2434
|
+
let url_84: string;
|
|
2435
|
+
export { url_84 as url };
|
|
2436
|
+
import method_84 = methods.GET;
|
|
2437
|
+
export { method_84 as method };
|
|
2438
|
+
let source_51: string;
|
|
2439
|
+
export { source_51 as source };
|
|
2440
|
+
export function requestMapper_84(request: any): {
|
|
2441
|
+
mappedParams: {
|
|
2442
|
+
firstName: any;
|
|
2443
|
+
lastName: any;
|
|
2444
|
+
identification: any;
|
|
2445
|
+
};
|
|
2446
|
+
};
|
|
2447
|
+
export { requestMapper_84 as requestMapper };
|
|
2448
|
+
export function responseMapper_84(response: any): {
|
|
2449
|
+
values: any;
|
|
2450
|
+
};
|
|
2451
|
+
export { responseMapper_84 as responseMapper };
|
|
2452
|
+
}
|
|
2453
|
+
export { cnp_48 as cnp };
|
|
2454
|
+
}
|
|
2455
|
+
namespace POST_AGE {
|
|
2456
|
+
namespace _default_36 {
|
|
2457
|
+
let url_85: string;
|
|
2458
|
+
export { url_85 as url };
|
|
2459
|
+
import method_85 = methods.POST;
|
|
2460
|
+
export { method_85 as method };
|
|
2461
|
+
let source_52: string;
|
|
2462
|
+
export { source_52 as source };
|
|
2463
|
+
export function requestMapper_85(params: any): {
|
|
2464
|
+
mappedBody: any;
|
|
2465
|
+
};
|
|
2466
|
+
export { requestMapper_85 as requestMapper };
|
|
2467
|
+
export function responseMapper_85(response: any): any;
|
|
2468
|
+
export { responseMapper_85 as responseMapper };
|
|
2469
|
+
}
|
|
2470
|
+
export { _default_36 as default };
|
|
2471
|
+
export namespace cnp_49 {
|
|
2472
|
+
let url_86: string;
|
|
2473
|
+
export { url_86 as url };
|
|
2474
|
+
import method_86 = methods.POST;
|
|
2475
|
+
export { method_86 as method };
|
|
2476
|
+
let source_53: string;
|
|
2477
|
+
export { source_53 as source };
|
|
2478
|
+
export function requestMapper_86(params: any): {
|
|
2479
|
+
mappedBody: any;
|
|
2480
|
+
};
|
|
2481
|
+
export { requestMapper_86 as requestMapper };
|
|
2482
|
+
export function responseMapper_86(response: any): any;
|
|
2483
|
+
export { responseMapper_86 as responseMapper };
|
|
2484
|
+
}
|
|
2485
|
+
export { cnp_49 as cnp };
|
|
2486
|
+
}
|
|
2487
|
+
namespace GET_INTERMEDIARY_STRUCTURE {
|
|
2488
|
+
namespace _default_37 {
|
|
2489
|
+
let url_87: string;
|
|
2490
|
+
export { url_87 as url };
|
|
2491
|
+
import method_87 = methods.GET;
|
|
2492
|
+
export { method_87 as method };
|
|
2493
|
+
export function requestMapper_87(request: any): {
|
|
2494
|
+
mappedParams: any;
|
|
2495
|
+
};
|
|
2496
|
+
export { requestMapper_87 as requestMapper };
|
|
2497
|
+
export function responseMapper_87(response: any): any;
|
|
2498
|
+
export { responseMapper_87 as responseMapper };
|
|
2499
|
+
}
|
|
2500
|
+
export { _default_37 as default };
|
|
2501
|
+
}
|
|
2502
|
+
namespace GET_INTERMEDIARY_BY_CODE {
|
|
2503
|
+
namespace _default_38 {
|
|
2504
|
+
let url_88: string;
|
|
2505
|
+
export { url_88 as url };
|
|
2506
|
+
import method_88 = methods.GET;
|
|
2507
|
+
export { method_88 as method };
|
|
2508
|
+
export function requestMapper_88(request: any): {
|
|
2509
|
+
mappedParams: any;
|
|
2510
|
+
};
|
|
2511
|
+
export { requestMapper_88 as requestMapper };
|
|
2512
|
+
export function responseMapper_88(response: any): any;
|
|
2513
|
+
export { responseMapper_88 as responseMapper };
|
|
2514
|
+
}
|
|
2515
|
+
export { _default_38 as default };
|
|
2516
|
+
}
|
|
2517
|
+
namespace GET_COMMERCIAL_STRUCTURE {
|
|
2518
|
+
namespace _default_39 {
|
|
2519
|
+
let url_89: string;
|
|
2520
|
+
export { url_89 as url };
|
|
2521
|
+
import method_89 = methods.GET;
|
|
2522
|
+
export { method_89 as method };
|
|
2523
|
+
export function requestMapper_89(request: any): {
|
|
2524
|
+
mappedParams: any;
|
|
2525
|
+
};
|
|
2526
|
+
export { requestMapper_89 as requestMapper };
|
|
2527
|
+
export function responseMapper_89(response: any): any;
|
|
2528
|
+
export { responseMapper_89 as responseMapper };
|
|
2529
|
+
}
|
|
2530
|
+
export { _default_39 as default };
|
|
2531
|
+
}
|
|
2532
|
+
namespace GET_MODULES {
|
|
2533
|
+
namespace _default_40 {
|
|
2534
|
+
let url_90: string;
|
|
2535
|
+
export { url_90 as url };
|
|
2536
|
+
import method_90 = methods.GET;
|
|
2537
|
+
export { method_90 as method };
|
|
2538
|
+
export function requestMapper_90(request: any): {
|
|
2539
|
+
mappedParams: any;
|
|
2540
|
+
};
|
|
2541
|
+
export { requestMapper_90 as requestMapper };
|
|
2542
|
+
export function responseMapper_90(response: any): any;
|
|
2543
|
+
export { responseMapper_90 as responseMapper };
|
|
2544
|
+
}
|
|
2545
|
+
export { _default_40 as default };
|
|
2546
|
+
export namespace cnp_50 {
|
|
2547
|
+
let url_91: string;
|
|
2548
|
+
export { url_91 as url };
|
|
2549
|
+
import method_91 = methods.GET;
|
|
2550
|
+
export { method_91 as method };
|
|
2551
|
+
export function requestMapper_91(request: any): {
|
|
2552
|
+
mappedParams: {
|
|
2553
|
+
roles: any;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
export { requestMapper_91 as requestMapper };
|
|
2557
|
+
export function responseMapper_91(response: any): any;
|
|
2558
|
+
export { responseMapper_91 as responseMapper };
|
|
2559
|
+
}
|
|
2560
|
+
export { cnp_50 as cnp };
|
|
2561
|
+
}
|
|
2562
|
+
namespace GET_POWERBI_TOKEN {
|
|
2563
|
+
export namespace cnp_51 {
|
|
2564
|
+
let url_92: string;
|
|
2565
|
+
export { url_92 as url };
|
|
2566
|
+
import method_92 = methods.GET;
|
|
2567
|
+
export { method_92 as method };
|
|
2568
|
+
export function requestMapper_92(request: any): {
|
|
2569
|
+
mappedParams: any;
|
|
2570
|
+
};
|
|
2571
|
+
export { requestMapper_92 as requestMapper };
|
|
2572
|
+
export function responseMapper_92(response: any): any;
|
|
2573
|
+
export { responseMapper_92 as responseMapper };
|
|
2574
|
+
}
|
|
2575
|
+
export { cnp_51 as cnp };
|
|
2576
|
+
}
|
|
2577
|
+
}
|