@ayasofyazilim/saas 0.0.70 → 0.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,279 +1,278 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export const $UniRefund_TravellerService_AddressTypes_AddressTypeDto = {
3
+ export const $PagedResultDto_AddressTypeDto = {
4
4
  type: 'object',
5
5
  properties: {
6
- id: {
7
- type: 'string',
8
- format: 'uuid'
9
- },
10
- creationTime: {
11
- type: 'string',
12
- format: 'date-time'
13
- },
14
- creatorId: {
15
- type: 'string',
16
- format: 'uuid',
17
- nullable: true
18
- },
19
- lastModificationTime: {
20
- type: 'string',
21
- format: 'date-time',
22
- nullable: true
23
- },
24
- lastModifierId: {
25
- type: 'string',
26
- format: 'uuid',
27
- nullable: true
28
- },
29
- isDeleted: {
30
- type: 'boolean'
31
- },
32
- deleterId: {
33
- type: 'string',
34
- format: 'uuid',
35
- nullable: true
36
- },
37
- deletionTime: {
38
- type: 'string',
39
- format: 'date-time',
40
- nullable: true
41
- },
42
- addressLine: {
43
- type: 'string',
44
- nullable: true
45
- },
46
- city: {
47
- type: 'string',
48
- nullable: true
49
- },
50
- terriority: {
51
- type: 'string',
52
- nullable: true
53
- },
54
- postalCode: {
55
- type: 'string',
56
- nullable: true
57
- },
58
- country: {
59
- type: 'string',
6
+ items: {
7
+ type: 'array',
8
+ items: {
9
+ type: 'object',
10
+ properties: {
11
+ id: {
12
+ type: 'string',
13
+ format: 'uuid'
14
+ },
15
+ creationTime: {
16
+ type: 'string',
17
+ format: 'date-time'
18
+ },
19
+ creatorId: {
20
+ type: 'string',
21
+ format: 'uuid',
22
+ nullable: true
23
+ },
24
+ lastModificationTime: {
25
+ type: 'string',
26
+ format: 'date-time',
27
+ nullable: true
28
+ },
29
+ lastModifierId: {
30
+ type: 'string',
31
+ format: 'uuid',
32
+ nullable: true
33
+ },
34
+ isDeleted: {
35
+ type: 'boolean'
36
+ },
37
+ deleterId: {
38
+ type: 'string',
39
+ format: 'uuid',
40
+ nullable: true
41
+ },
42
+ deletionTime: {
43
+ type: 'string',
44
+ format: 'date-time',
45
+ nullable: true
46
+ },
47
+ addressLine: {
48
+ type: 'string',
49
+ nullable: true
50
+ },
51
+ city: {
52
+ type: 'string',
53
+ nullable: true
54
+ },
55
+ terriority: {
56
+ type: 'string',
57
+ nullable: true
58
+ },
59
+ postalCode: {
60
+ type: 'string',
61
+ nullable: true
62
+ },
63
+ country: {
64
+ type: 'string',
65
+ nullable: true
66
+ },
67
+ fullAddress: {
68
+ type: 'string',
69
+ nullable: true
70
+ },
71
+ typeCode: {
72
+ enum: ['HOME', 'OFFICE'],
73
+ type: 'string'
74
+ },
75
+ primaryFlag: {
76
+ type: 'boolean'
77
+ },
78
+ contactInformationTypeId: {
79
+ type: 'string',
80
+ format: 'uuid'
81
+ }
82
+ },
83
+ additionalProperties: false
84
+ },
60
85
  nullable: true
61
86
  },
62
- fullAddress: {
63
- type: 'string',
87
+ totalCount: {
88
+ type: 'integer',
89
+ format: 'int64'
90
+ }
91
+ },
92
+ additionalProperties: false
93
+ } as const;
94
+
95
+ export const $PagedResultDto_EmailCommonDataDto = {
96
+ type: 'object',
97
+ properties: {
98
+ items: {
99
+ type: 'array',
100
+ items: {
101
+ type: 'object',
102
+ properties: {
103
+ id: {
104
+ type: 'string',
105
+ format: 'uuid'
106
+ },
107
+ creationTime: {
108
+ type: 'string',
109
+ format: 'date-time'
110
+ },
111
+ creatorId: {
112
+ type: 'string',
113
+ format: 'uuid',
114
+ nullable: true
115
+ },
116
+ lastModificationTime: {
117
+ type: 'string',
118
+ format: 'date-time',
119
+ nullable: true
120
+ },
121
+ lastModifierId: {
122
+ type: 'string',
123
+ format: 'uuid',
124
+ nullable: true
125
+ },
126
+ isDeleted: {
127
+ type: 'boolean'
128
+ },
129
+ deleterId: {
130
+ type: 'string',
131
+ format: 'uuid',
132
+ nullable: true
133
+ },
134
+ deletionTime: {
135
+ type: 'string',
136
+ format: 'date-time',
137
+ nullable: true
138
+ },
139
+ primaryFlag: {
140
+ type: 'boolean'
141
+ },
142
+ typeCode: {
143
+ enum: ['WORK', 'PERSONAL'],
144
+ type: 'string'
145
+ },
146
+ emailAddress: {
147
+ type: 'string',
148
+ nullable: true
149
+ },
150
+ contactInformationTypeId: {
151
+ type: 'string',
152
+ format: 'uuid'
153
+ }
154
+ },
155
+ additionalProperties: false
156
+ },
64
157
  nullable: true
65
158
  },
66
- typeCode: {
67
- enum: ['HOME', 'OFFICE'],
68
- type: 'string'
69
- },
70
- primaryFlag: {
71
- type: 'boolean'
72
- },
73
- contactInformationTypeId: {
74
- type: 'string',
75
- format: 'uuid'
159
+ totalCount: {
160
+ type: 'integer',
161
+ format: 'int64'
76
162
  }
77
163
  },
78
164
  additionalProperties: false
79
165
  } as const;
80
166
 
81
- export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto = {
82
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
167
+ export const $PagedResultDto_IndividualProfileDto = {
83
168
  type: 'object',
84
169
  properties: {
85
- extraProperties: {
86
- type: 'object',
87
- additionalProperties: {},
88
- nullable: true,
89
- readOnly: true
90
- },
91
- addressLine: {
92
- maxLength: 255,
93
- minLength: 0,
94
- type: 'string'
95
- },
96
- city: {
97
- maxLength: 255,
98
- minLength: 0,
99
- type: 'string'
100
- },
101
- terriority: {
102
- maxLength: 255,
103
- minLength: 0,
104
- type: 'string'
105
- },
106
- postalCode: {
107
- maxLength: 255,
108
- minLength: 0,
109
- type: 'string'
110
- },
111
- country: {
112
- maxLength: 255,
113
- minLength: 0,
114
- type: 'string'
115
- },
116
- fullAddress: {
117
- maxLength: 255,
118
- minLength: 0,
119
- type: 'string'
120
- },
121
- primaryFlag: {
122
- type: 'boolean'
123
- },
124
- typeCode: {
125
- enum: ['HOME', 'OFFICE'],
126
- type: 'string'
127
- },
128
- contactInformationTypeId: {
129
- type: 'string',
130
- format: 'uuid'
131
- }
132
- },
133
- additionalProperties: false
134
- } as const;
135
-
136
- export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto = {
137
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
138
- type: 'object',
139
- properties: {
140
- extraProperties: {
141
- type: 'object',
142
- additionalProperties: {},
143
- nullable: true,
144
- readOnly: true
145
- },
146
- addressLine: {
147
- maxLength: 255,
148
- minLength: 0,
149
- type: 'string'
150
- },
151
- city: {
152
- maxLength: 255,
153
- minLength: 0,
154
- type: 'string'
155
- },
156
- terriority: {
157
- maxLength: 255,
158
- minLength: 0,
159
- type: 'string'
160
- },
161
- postalCode: {
162
- maxLength: 255,
163
- minLength: 0,
164
- type: 'string'
165
- },
166
- country: {
167
- maxLength: 255,
168
- minLength: 0,
169
- type: 'string'
170
- },
171
- fullAddress: {
172
- maxLength: 255,
173
- minLength: 0,
174
- type: 'string'
175
- },
176
- primaryFlag: {
177
- type: 'boolean'
178
- },
179
- typeCode: {
180
- enum: ['HOME', 'OFFICE'],
181
- type: 'string'
182
- }
183
- },
184
- additionalProperties: false
185
- } as const;
186
-
187
- export const $UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto = {
188
- required: ['addressLine', 'city', 'country', 'fullAddress', 'id', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
189
- type: 'object',
190
- properties: {
191
- extraProperties: {
192
- type: 'object',
193
- additionalProperties: {},
194
- nullable: true,
195
- readOnly: true
196
- },
197
- id: {
198
- type: 'string',
199
- format: 'uuid'
200
- },
201
- addressLine: {
202
- maxLength: 255,
203
- minLength: 0,
204
- type: 'string'
205
- },
206
- city: {
207
- maxLength: 255,
208
- minLength: 0,
209
- type: 'string'
210
- },
211
- terriority: {
212
- maxLength: 255,
213
- minLength: 0,
214
- type: 'string'
215
- },
216
- postalCode: {
217
- maxLength: 255,
218
- minLength: 0,
219
- type: 'string'
220
- },
221
- country: {
222
- maxLength: 255,
223
- minLength: 0,
224
- type: 'string'
225
- },
226
- fullAddress: {
227
- maxLength: 255,
228
- minLength: 0,
229
- type: 'string'
230
- },
231
- primaryFlag: {
232
- type: 'boolean'
170
+ items: {
171
+ type: 'array',
172
+ items: {
173
+ type: 'object',
174
+ properties: {
175
+ id: {
176
+ type: 'string',
177
+ format: 'uuid'
178
+ },
179
+ name: {
180
+ type: 'string',
181
+ nullable: true
182
+ },
183
+ affiliationId: {
184
+ type: 'string',
185
+ format: 'uuid',
186
+ nullable: true
187
+ },
188
+ affiliatedName: {
189
+ type: 'string',
190
+ nullable: true
191
+ },
192
+ affiliationTypeCode: {
193
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
194
+ type: 'string'
195
+ },
196
+ affiliationTypeCodeValue: {
197
+ type: 'string',
198
+ nullable: true
199
+ },
200
+ affiliationParentTypeCode: {
201
+ enum: ['TRAVELLER'],
202
+ type: 'string'
203
+ },
204
+ affiliationParentTypeCodeValue: {
205
+ type: 'string',
206
+ nullable: true
207
+ }
208
+ },
209
+ additionalProperties: false
210
+ },
211
+ nullable: true
233
212
  },
234
- typeCode: {
235
- enum: ['HOME', 'OFFICE'],
236
- type: 'string'
213
+ totalCount: {
214
+ type: 'integer',
215
+ format: 'int64'
237
216
  }
238
217
  },
239
218
  additionalProperties: false
240
219
  } as const;
241
220
 
242
- export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto = {
221
+ export const $PagedResultDto_TelephoneTypeDto = {
243
222
  type: 'object',
244
223
  properties: {
245
- extraProperties: {
246
- type: 'object',
247
- additionalProperties: {},
248
- nullable: true,
249
- readOnly: true
250
- },
251
- telephones: {
224
+ items: {
252
225
  type: 'array',
253
226
  items: {
254
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
255
227
  type: 'object',
256
228
  properties: {
257
- extraProperties: {
258
- type: 'object',
259
- additionalProperties: {},
260
- nullable: true,
261
- readOnly: true
229
+ id: {
230
+ type: 'string',
231
+ format: 'uuid'
232
+ },
233
+ creationTime: {
234
+ type: 'string',
235
+ format: 'date-time'
236
+ },
237
+ creatorId: {
238
+ type: 'string',
239
+ format: 'uuid',
240
+ nullable: true
241
+ },
242
+ lastModificationTime: {
243
+ type: 'string',
244
+ format: 'date-time',
245
+ nullable: true
246
+ },
247
+ lastModifierId: {
248
+ type: 'string',
249
+ format: 'uuid',
250
+ nullable: true
251
+ },
252
+ isDeleted: {
253
+ type: 'boolean'
254
+ },
255
+ deleterId: {
256
+ type: 'string',
257
+ format: 'uuid',
258
+ nullable: true
259
+ },
260
+ deletionTime: {
261
+ type: 'string',
262
+ format: 'date-time',
263
+ nullable: true
262
264
  },
263
265
  areaCode: {
264
- maxLength: 255,
265
- minLength: 0,
266
- type: 'string'
266
+ type: 'string',
267
+ nullable: true
267
268
  },
268
269
  localNumber: {
269
- maxLength: 255,
270
- minLength: 0,
271
- type: 'string'
270
+ type: 'string',
271
+ nullable: true
272
272
  },
273
273
  ituCountryCode: {
274
- maxLength: 255,
275
- minLength: 0,
276
- type: 'string'
274
+ type: 'string',
275
+ nullable: true
277
276
  },
278
277
  primaryFlag: {
279
278
  type: 'boolean'
@@ -281,156 +280,118 @@ export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactIn
281
280
  typeCode: {
282
281
  enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
283
282
  type: 'string'
283
+ },
284
+ contactInformationTypeId: {
285
+ type: 'string',
286
+ format: 'uuid'
284
287
  }
285
288
  },
286
289
  additionalProperties: false
287
290
  },
288
291
  nullable: true
289
292
  },
290
- addresses: {
293
+ totalCount: {
294
+ type: 'integer',
295
+ format: 'int64'
296
+ }
297
+ },
298
+ additionalProperties: false
299
+ } as const;
300
+
301
+ export const $PagedResultDto_TravellerListProfileDto = {
302
+ type: 'object',
303
+ properties: {
304
+ items: {
291
305
  type: 'array',
292
306
  items: {
293
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
307
+ required: ['expirationDate', 'firstName', 'fullName', 'hasUserAccount', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
294
308
  type: 'object',
295
309
  properties: {
296
- extraProperties: {
297
- type: 'object',
298
- additionalProperties: {},
299
- nullable: true,
300
- readOnly: true
301
- },
302
- addressLine: {
303
- maxLength: 255,
304
- minLength: 0,
305
- type: 'string'
310
+ id: {
311
+ type: 'string',
312
+ format: 'uuid'
306
313
  },
307
- city: {
308
- maxLength: 255,
309
- minLength: 0,
314
+ languagePreferenceCode: {
315
+ type: 'string',
316
+ nullable: true
317
+ },
318
+ userAccountId: {
319
+ type: 'string',
320
+ format: 'uuid',
321
+ nullable: true
322
+ },
323
+ hasUserAccount: {
324
+ type: 'boolean',
325
+ readOnly: true
326
+ },
327
+ gender: {
328
+ enum: ['MALE', 'FEMALE'],
310
329
  type: 'string'
311
330
  },
312
- terriority: {
313
- maxLength: 255,
314
- minLength: 0,
331
+ travelDocumentNumber: {
332
+ minLength: 1,
315
333
  type: 'string'
316
334
  },
317
- postalCode: {
318
- maxLength: 255,
319
- minLength: 0,
335
+ residenceCountryCode2: {
336
+ minLength: 1,
320
337
  type: 'string'
321
338
  },
322
- country: {
323
- maxLength: 255,
324
- minLength: 0,
339
+ residenceCountryName: {
340
+ minLength: 1,
325
341
  type: 'string'
326
342
  },
327
- fullAddress: {
328
- maxLength: 255,
329
- minLength: 0,
343
+ nationalityCountryCode2: {
344
+ minLength: 1,
330
345
  type: 'string'
331
346
  },
332
- primaryFlag: {
333
- type: 'boolean'
347
+ nationalityCountryName: {
348
+ minLength: 1,
349
+ type: 'string'
334
350
  },
335
- typeCode: {
336
- enum: ['HOME', 'OFFICE'],
351
+ firstName: {
352
+ minLength: 1,
337
353
  type: 'string'
338
- }
339
- },
340
- additionalProperties: false
341
- },
342
- nullable: true
343
- },
344
- emails: {
345
- type: 'array',
346
- items: {
347
- required: ['emailAddress', 'primaryFlag', 'typeCode'],
348
- type: 'object',
349
- properties: {
350
- extraProperties: {
351
- type: 'object',
352
- additionalProperties: {},
353
- nullable: true,
354
- readOnly: true
355
354
  },
356
- emailAddress: {
357
- maxLength: 255,
358
- minLength: 0,
355
+ middleName: {
356
+ type: 'string',
357
+ nullable: true
358
+ },
359
+ lastName: {
360
+ minLength: 1,
359
361
  type: 'string'
360
362
  },
361
- primaryFlag: {
362
- type: 'boolean'
363
+ fullName: {
364
+ minLength: 1,
365
+ type: 'string',
366
+ readOnly: true
363
367
  },
364
- typeCode: {
365
- enum: ['WORK', 'PERSONAL'],
368
+ birthDate: {
369
+ type: 'string',
370
+ format: 'date-time',
371
+ nullable: true
372
+ },
373
+ expirationDate: {
374
+ type: 'string',
375
+ format: 'date-time'
376
+ },
377
+ identificationType: {
378
+ enum: ['Passport'],
366
379
  type: 'string'
367
380
  }
368
381
  },
369
382
  additionalProperties: false
370
383
  },
371
384
  nullable: true
372
- }
373
- },
374
- additionalProperties: false
375
- } as const;
376
-
377
- export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto = {
378
- required: ['contactInformationTypeId', 'emailAddress', 'primaryFlag', 'typeCode'],
379
- type: 'object',
380
- properties: {
381
- extraProperties: {
382
- type: 'object',
383
- additionalProperties: {},
384
- nullable: true,
385
- readOnly: true
386
- },
387
- emailAddress: {
388
- maxLength: 255,
389
- minLength: 0,
390
- type: 'string'
391
- },
392
- primaryFlag: {
393
- type: 'boolean'
394
- },
395
- typeCode: {
396
- enum: ['WORK', 'PERSONAL'],
397
- type: 'string'
398
- },
399
- contactInformationTypeId: {
400
- type: 'string',
401
- format: 'uuid'
402
- }
403
- },
404
- additionalProperties: false
405
- } as const;
406
-
407
- export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto = {
408
- required: ['emailAddress', 'primaryFlag', 'typeCode'],
409
- type: 'object',
410
- properties: {
411
- extraProperties: {
412
- type: 'object',
413
- additionalProperties: {},
414
- nullable: true,
415
- readOnly: true
416
- },
417
- emailAddress: {
418
- maxLength: 255,
419
- minLength: 0,
420
- type: 'string'
421
- },
422
- primaryFlag: {
423
- type: 'boolean'
424
385
  },
425
- typeCode: {
426
- enum: ['WORK', 'PERSONAL'],
427
- type: 'string'
386
+ totalCount: {
387
+ type: 'integer',
388
+ format: 'int64'
428
389
  }
429
390
  },
430
391
  additionalProperties: false
431
392
  } as const;
432
393
 
433
- export const $UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
394
+ export const $UniRefund_TravellerService_AddressTypes_AddressTypeDto = {
434
395
  type: 'object',
435
396
  properties: {
436
397
  id: {
@@ -469,17 +430,37 @@ export const $UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
469
430
  format: 'date-time',
470
431
  nullable: true
471
432
  },
472
- primaryFlag: {
473
- type: 'boolean'
433
+ addressLine: {
434
+ type: 'string',
435
+ nullable: true
474
436
  },
475
- typeCode: {
476
- enum: ['WORK', 'PERSONAL'],
477
- type: 'string'
437
+ city: {
438
+ type: 'string',
439
+ nullable: true
478
440
  },
479
- emailAddress: {
441
+ terriority: {
442
+ type: 'string',
443
+ nullable: true
444
+ },
445
+ postalCode: {
446
+ type: 'string',
447
+ nullable: true
448
+ },
449
+ country: {
450
+ type: 'string',
451
+ nullable: true
452
+ },
453
+ fullAddress: {
480
454
  type: 'string',
481
455
  nullable: true
482
456
  },
457
+ typeCode: {
458
+ enum: ['HOME', 'OFFICE'],
459
+ type: 'string'
460
+ },
461
+ primaryFlag: {
462
+ type: 'boolean'
463
+ },
483
464
  contactInformationTypeId: {
484
465
  type: 'string',
485
466
  format: 'uuid'
@@ -488,8 +469,8 @@ export const $UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
488
469
  additionalProperties: false
489
470
  } as const;
490
471
 
491
- export const $UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto = {
492
- required: ['emailAddress', 'id', 'primaryFlag', 'typeCode'],
472
+ export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto = {
473
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
493
474
  type: 'object',
494
475
  properties: {
495
476
  extraProperties: {
@@ -498,11 +479,32 @@ export const $UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataD
498
479
  nullable: true,
499
480
  readOnly: true
500
481
  },
501
- id: {
502
- type: 'string',
503
- format: 'uuid'
482
+ addressLine: {
483
+ maxLength: 255,
484
+ minLength: 0,
485
+ type: 'string'
504
486
  },
505
- emailAddress: {
487
+ city: {
488
+ maxLength: 255,
489
+ minLength: 0,
490
+ type: 'string'
491
+ },
492
+ terriority: {
493
+ maxLength: 255,
494
+ minLength: 0,
495
+ type: 'string'
496
+ },
497
+ postalCode: {
498
+ maxLength: 255,
499
+ minLength: 0,
500
+ type: 'string'
501
+ },
502
+ country: {
503
+ maxLength: 255,
504
+ minLength: 0,
505
+ type: 'string'
506
+ },
507
+ fullAddress: {
506
508
  maxLength: 255,
507
509
  minLength: 0,
508
510
  type: 'string'
@@ -511,14 +513,19 @@ export const $UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataD
511
513
  type: 'boolean'
512
514
  },
513
515
  typeCode: {
514
- enum: ['WORK', 'PERSONAL'],
516
+ enum: ['HOME', 'OFFICE'],
515
517
  type: 'string'
518
+ },
519
+ contactInformationTypeId: {
520
+ type: 'string',
521
+ format: 'uuid'
516
522
  }
517
523
  },
518
524
  additionalProperties: false
519
525
  } as const;
520
526
 
521
- export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
527
+ export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto = {
528
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
522
529
  type: 'object',
523
530
  properties: {
524
531
  extraProperties: {
@@ -527,261 +534,49 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
527
534
  nullable: true,
528
535
  readOnly: true
529
536
  },
530
- individuals: {
531
- type: 'array',
532
- items: {
533
- type: 'object',
534
- properties: {
535
- extraProperties: {
536
- type: 'object',
537
- additionalProperties: {},
538
- nullable: true,
539
- readOnly: true
540
- },
541
- name: {
542
- required: ['firstName', 'lastName'],
543
- type: 'object',
544
- properties: {
545
- firstName: {
546
- maxLength: 255,
547
- minLength: 0,
548
- type: 'string'
549
- },
550
- lastName: {
551
- maxLength: 255,
552
- minLength: 0,
553
- type: 'string'
554
- }
555
- },
556
- additionalProperties: false
557
- },
558
- personalSummaries: {
559
- type: 'array',
560
- items: {
561
- required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
562
- type: 'object',
563
- properties: {
564
- extraProperties: {
565
- type: 'object',
566
- additionalProperties: {},
567
- nullable: true,
568
- readOnly: true
569
- },
570
- date: {
571
- type: 'string',
572
- format: 'date-time'
573
- },
574
- birthDate: {
575
- type: 'string',
576
- format: 'date-time'
577
- },
578
- ethnicity: {
579
- maxLength: 255,
580
- minLength: 0,
581
- type: 'string'
582
- },
583
- maritalStatusCode: {
584
- maxLength: 255,
585
- minLength: 0,
586
- type: 'string'
587
- },
588
- religiousAffiliationName: {
589
- maxLength: 255,
590
- minLength: 0,
591
- type: 'string'
592
- },
593
- genderTypeCode: {
594
- enum: ['MALE', 'FEMALE'],
595
- type: 'string'
596
- }
597
- },
598
- additionalProperties: false
599
- },
600
- nullable: true
601
- },
602
- contactInformations: {
603
- type: 'array',
604
- items: {
605
- type: 'object',
606
- properties: {
607
- extraProperties: {
608
- type: 'object',
609
- additionalProperties: {},
610
- nullable: true,
611
- readOnly: true
612
- },
613
- telephones: {
614
- type: 'array',
615
- items: {
616
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
617
- type: 'object',
618
- properties: {
619
- extraProperties: {
620
- type: 'object',
621
- additionalProperties: {},
622
- nullable: true,
623
- readOnly: true
624
- },
625
- areaCode: {
626
- maxLength: 255,
627
- minLength: 0,
628
- type: 'string'
629
- },
630
- localNumber: {
631
- maxLength: 255,
632
- minLength: 0,
633
- type: 'string'
634
- },
635
- ituCountryCode: {
636
- maxLength: 255,
637
- minLength: 0,
638
- type: 'string'
639
- },
640
- primaryFlag: {
641
- type: 'boolean'
642
- },
643
- typeCode: {
644
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
645
- type: 'string'
646
- }
647
- },
648
- additionalProperties: false
649
- },
650
- nullable: true
651
- },
652
- addresses: {
653
- type: 'array',
654
- items: {
655
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
656
- type: 'object',
657
- properties: {
658
- extraProperties: {
659
- type: 'object',
660
- additionalProperties: {},
661
- nullable: true,
662
- readOnly: true
663
- },
664
- addressLine: {
665
- maxLength: 255,
666
- minLength: 0,
667
- type: 'string'
668
- },
669
- city: {
670
- maxLength: 255,
671
- minLength: 0,
672
- type: 'string'
673
- },
674
- terriority: {
675
- maxLength: 255,
676
- minLength: 0,
677
- type: 'string'
678
- },
679
- postalCode: {
680
- maxLength: 255,
681
- minLength: 0,
682
- type: 'string'
683
- },
684
- country: {
685
- maxLength: 255,
686
- minLength: 0,
687
- type: 'string'
688
- },
689
- fullAddress: {
690
- maxLength: 255,
691
- minLength: 0,
692
- type: 'string'
693
- },
694
- primaryFlag: {
695
- type: 'boolean'
696
- },
697
- typeCode: {
698
- enum: ['HOME', 'OFFICE'],
699
- type: 'string'
700
- }
701
- },
702
- additionalProperties: false
703
- },
704
- nullable: true
705
- },
706
- emails: {
707
- type: 'array',
708
- items: {
709
- required: ['emailAddress', 'primaryFlag', 'typeCode'],
710
- type: 'object',
711
- properties: {
712
- extraProperties: {
713
- type: 'object',
714
- additionalProperties: {},
715
- nullable: true,
716
- readOnly: true
717
- },
718
- emailAddress: {
719
- maxLength: 255,
720
- minLength: 0,
721
- type: 'string'
722
- },
723
- primaryFlag: {
724
- type: 'boolean'
725
- },
726
- typeCode: {
727
- enum: ['WORK', 'PERSONAL'],
728
- type: 'string'
729
- }
730
- },
731
- additionalProperties: false
732
- },
733
- nullable: true
734
- }
735
- },
736
- additionalProperties: false
737
- },
738
- nullable: true
739
- }
740
- },
741
- additionalProperties: false
742
- },
743
- nullable: true
537
+ addressLine: {
538
+ maxLength: 255,
539
+ minLength: 0,
540
+ type: 'string'
541
+ },
542
+ city: {
543
+ maxLength: 255,
544
+ minLength: 0,
545
+ type: 'string'
546
+ },
547
+ terriority: {
548
+ maxLength: 255,
549
+ minLength: 0,
550
+ type: 'string'
551
+ },
552
+ postalCode: {
553
+ maxLength: 255,
554
+ minLength: 0,
555
+ type: 'string'
556
+ },
557
+ country: {
558
+ maxLength: 255,
559
+ minLength: 0,
560
+ type: 'string'
561
+ },
562
+ fullAddress: {
563
+ maxLength: 255,
564
+ minLength: 0,
565
+ type: 'string'
566
+ },
567
+ primaryFlag: {
568
+ type: 'boolean'
569
+ },
570
+ typeCode: {
571
+ enum: ['HOME', 'OFFICE'],
572
+ type: 'string'
744
573
  }
745
574
  },
746
575
  additionalProperties: false
747
576
  } as const;
748
577
 
749
- export const $UniRefund_TravellerService_Enums_AddressTypeCode = {
750
- enum: ['HOME', 'OFFICE'],
751
- type: 'string'
752
- } as const;
753
-
754
- export const $UniRefund_TravellerService_Enums_AffiliationTypeCode = {
755
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
756
- type: 'string'
757
- } as const;
758
-
759
- export const $UniRefund_TravellerService_Enums_EmailTypeCode = {
760
- enum: ['WORK', 'PERSONAL'],
761
- type: 'string'
762
- } as const;
763
-
764
- export const $UniRefund_TravellerService_Enums_EntityPartyTypeCode = {
765
- enum: ['TRAVELLER'],
766
- type: 'string'
767
- } as const;
768
-
769
- export const $UniRefund_TravellerService_Enums_GenderTypeCode = {
770
- enum: ['MALE', 'FEMALE'],
771
- type: 'string'
772
- } as const;
773
-
774
- export const $UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = {
775
- enum: ['Passport'],
776
- type: 'string'
777
- } as const;
778
-
779
- export const $UniRefund_TravellerService_Enums_TelephoneTypeCode = {
780
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
781
- type: 'string'
782
- } as const;
783
-
784
- export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
578
+ export const $UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto = {
579
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'id', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
785
580
  type: 'object',
786
581
  properties: {
787
582
  extraProperties: {
@@ -790,27 +585,64 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
790
585
  nullable: true,
791
586
  readOnly: true
792
587
  },
793
- name: {
794
- required: ['firstName', 'lastName'],
588
+ id: {
589
+ type: 'string',
590
+ format: 'uuid'
591
+ },
592
+ addressLine: {
593
+ maxLength: 255,
594
+ minLength: 0,
595
+ type: 'string'
596
+ },
597
+ city: {
598
+ maxLength: 255,
599
+ minLength: 0,
600
+ type: 'string'
601
+ },
602
+ terriority: {
603
+ maxLength: 255,
604
+ minLength: 0,
605
+ type: 'string'
606
+ },
607
+ postalCode: {
608
+ maxLength: 255,
609
+ minLength: 0,
610
+ type: 'string'
611
+ },
612
+ country: {
613
+ maxLength: 255,
614
+ minLength: 0,
615
+ type: 'string'
616
+ },
617
+ fullAddress: {
618
+ maxLength: 255,
619
+ minLength: 0,
620
+ type: 'string'
621
+ },
622
+ primaryFlag: {
623
+ type: 'boolean'
624
+ },
625
+ typeCode: {
626
+ enum: ['HOME', 'OFFICE'],
627
+ type: 'string'
628
+ }
629
+ },
630
+ additionalProperties: false
631
+ } as const;
632
+
633
+ export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto = {
634
+ type: 'object',
635
+ properties: {
636
+ extraProperties: {
795
637
  type: 'object',
796
- properties: {
797
- firstName: {
798
- maxLength: 255,
799
- minLength: 0,
800
- type: 'string'
801
- },
802
- lastName: {
803
- maxLength: 255,
804
- minLength: 0,
805
- type: 'string'
806
- }
807
- },
808
- additionalProperties: false
638
+ additionalProperties: {},
639
+ nullable: true,
640
+ readOnly: true
809
641
  },
810
- personalSummaries: {
642
+ telephones: {
811
643
  type: 'array',
812
644
  items: {
813
- required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
645
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
814
646
  type: 'object',
815
647
  properties: {
816
648
  extraProperties: {
@@ -819,31 +651,26 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
819
651
  nullable: true,
820
652
  readOnly: true
821
653
  },
822
- date: {
823
- type: 'string',
824
- format: 'date-time'
825
- },
826
- birthDate: {
827
- type: 'string',
828
- format: 'date-time'
829
- },
830
- ethnicity: {
654
+ areaCode: {
831
655
  maxLength: 255,
832
656
  minLength: 0,
833
657
  type: 'string'
834
658
  },
835
- maritalStatusCode: {
659
+ localNumber: {
836
660
  maxLength: 255,
837
661
  minLength: 0,
838
662
  type: 'string'
839
663
  },
840
- religiousAffiliationName: {
664
+ ituCountryCode: {
841
665
  maxLength: 255,
842
666
  minLength: 0,
843
667
  type: 'string'
844
668
  },
845
- genderTypeCode: {
846
- enum: ['MALE', 'FEMALE'],
669
+ primaryFlag: {
670
+ type: 'boolean'
671
+ },
672
+ typeCode: {
673
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
847
674
  type: 'string'
848
675
  }
849
676
  },
@@ -851,9 +678,10 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
851
678
  },
852
679
  nullable: true
853
680
  },
854
- contactInformations: {
681
+ addresses: {
855
682
  type: 'array',
856
683
  items: {
684
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
857
685
  type: 'object',
858
686
  properties: {
859
687
  extraProperties: {
@@ -862,363 +690,197 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
862
690
  nullable: true,
863
691
  readOnly: true
864
692
  },
865
- telephones: {
866
- type: 'array',
867
- items: {
868
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
869
- type: 'object',
870
- properties: {
871
- extraProperties: {
872
- type: 'object',
873
- additionalProperties: {},
874
- nullable: true,
875
- readOnly: true
876
- },
877
- areaCode: {
878
- maxLength: 255,
879
- minLength: 0,
880
- type: 'string'
881
- },
882
- localNumber: {
883
- maxLength: 255,
884
- minLength: 0,
885
- type: 'string'
886
- },
887
- ituCountryCode: {
888
- maxLength: 255,
889
- minLength: 0,
890
- type: 'string'
891
- },
892
- primaryFlag: {
893
- type: 'boolean'
894
- },
895
- typeCode: {
896
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
897
- type: 'string'
898
- }
899
- },
900
- additionalProperties: false
901
- },
902
- nullable: true
693
+ addressLine: {
694
+ maxLength: 255,
695
+ minLength: 0,
696
+ type: 'string'
903
697
  },
904
- addresses: {
905
- type: 'array',
906
- items: {
907
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
908
- type: 'object',
909
- properties: {
910
- extraProperties: {
911
- type: 'object',
912
- additionalProperties: {},
913
- nullable: true,
914
- readOnly: true
915
- },
916
- addressLine: {
917
- maxLength: 255,
918
- minLength: 0,
919
- type: 'string'
920
- },
921
- city: {
922
- maxLength: 255,
923
- minLength: 0,
924
- type: 'string'
925
- },
926
- terriority: {
927
- maxLength: 255,
928
- minLength: 0,
929
- type: 'string'
930
- },
931
- postalCode: {
932
- maxLength: 255,
933
- minLength: 0,
934
- type: 'string'
935
- },
936
- country: {
937
- maxLength: 255,
938
- minLength: 0,
939
- type: 'string'
940
- },
941
- fullAddress: {
942
- maxLength: 255,
943
- minLength: 0,
944
- type: 'string'
945
- },
946
- primaryFlag: {
947
- type: 'boolean'
948
- },
949
- typeCode: {
950
- enum: ['HOME', 'OFFICE'],
951
- type: 'string'
952
- }
953
- },
954
- additionalProperties: false
955
- },
956
- nullable: true
698
+ city: {
699
+ maxLength: 255,
700
+ minLength: 0,
701
+ type: 'string'
957
702
  },
958
- emails: {
959
- type: 'array',
960
- items: {
961
- required: ['emailAddress', 'primaryFlag', 'typeCode'],
962
- type: 'object',
963
- properties: {
964
- extraProperties: {
965
- type: 'object',
966
- additionalProperties: {},
967
- nullable: true,
968
- readOnly: true
969
- },
970
- emailAddress: {
971
- maxLength: 255,
972
- minLength: 0,
973
- type: 'string'
974
- },
975
- primaryFlag: {
976
- type: 'boolean'
977
- },
978
- typeCode: {
979
- enum: ['WORK', 'PERSONAL'],
980
- type: 'string'
981
- }
982
- },
983
- additionalProperties: false
984
- },
985
- nullable: true
703
+ terriority: {
704
+ maxLength: 255,
705
+ minLength: 0,
706
+ type: 'string'
707
+ },
708
+ postalCode: {
709
+ maxLength: 255,
710
+ minLength: 0,
711
+ type: 'string'
712
+ },
713
+ country: {
714
+ maxLength: 255,
715
+ minLength: 0,
716
+ type: 'string'
717
+ },
718
+ fullAddress: {
719
+ maxLength: 255,
720
+ minLength: 0,
721
+ type: 'string'
722
+ },
723
+ primaryFlag: {
724
+ type: 'boolean'
725
+ },
726
+ typeCode: {
727
+ enum: ['HOME', 'OFFICE'],
728
+ type: 'string'
986
729
  }
987
730
  },
988
731
  additionalProperties: false
989
732
  },
990
733
  nullable: true
991
- }
992
- },
993
- additionalProperties: false
994
- } as const;
995
-
996
- export const $UniRefund_TravellerService_Individuals_IndividualProfileDto = {
997
- type: 'object',
998
- properties: {
999
- id: {
1000
- type: 'string',
1001
- format: 'uuid'
1002
- },
1003
- name: {
1004
- type: 'string',
1005
- nullable: true
1006
- },
1007
- affiliationId: {
1008
- type: 'string',
1009
- format: 'uuid',
1010
- nullable: true
1011
- },
1012
- affiliatedName: {
1013
- type: 'string',
1014
- nullable: true
1015
- },
1016
- affiliationTypeCode: {
1017
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
1018
- type: 'string'
1019
- },
1020
- affiliationTypeCodeValue: {
1021
- type: 'string',
1022
- nullable: true
1023
- },
1024
- affiliationParentTypeCode: {
1025
- enum: ['TRAVELLER'],
1026
- type: 'string'
1027
734
  },
1028
- affiliationParentTypeCodeValue: {
1029
- type: 'string',
735
+ emails: {
736
+ type: 'array',
737
+ items: {
738
+ required: ['emailAddress', 'primaryFlag', 'typeCode'],
739
+ type: 'object',
740
+ properties: {
741
+ extraProperties: {
742
+ type: 'object',
743
+ additionalProperties: {},
744
+ nullable: true,
745
+ readOnly: true
746
+ },
747
+ emailAddress: {
748
+ maxLength: 255,
749
+ minLength: 0,
750
+ type: 'string'
751
+ },
752
+ primaryFlag: {
753
+ type: 'boolean'
754
+ },
755
+ typeCode: {
756
+ enum: ['WORK', 'PERSONAL'],
757
+ type: 'string'
758
+ }
759
+ },
760
+ additionalProperties: false
761
+ },
1030
762
  nullable: true
1031
763
  }
1032
764
  },
1033
765
  additionalProperties: false
1034
766
  } as const;
1035
767
 
1036
- export const $UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto = {
1037
- required: ['firstName', 'lastName'],
768
+ export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto = {
769
+ required: ['contactInformationTypeId', 'emailAddress', 'primaryFlag', 'typeCode'],
1038
770
  type: 'object',
1039
771
  properties: {
1040
- firstName: {
772
+ extraProperties: {
773
+ type: 'object',
774
+ additionalProperties: {},
775
+ nullable: true,
776
+ readOnly: true
777
+ },
778
+ emailAddress: {
1041
779
  maxLength: 255,
1042
780
  minLength: 0,
1043
781
  type: 'string'
1044
782
  },
1045
- lastName: {
1046
- maxLength: 255,
1047
- minLength: 0,
783
+ primaryFlag: {
784
+ type: 'boolean'
785
+ },
786
+ typeCode: {
787
+ enum: ['WORK', 'PERSONAL'],
1048
788
  type: 'string'
789
+ },
790
+ contactInformationTypeId: {
791
+ type: 'string',
792
+ format: 'uuid'
1049
793
  }
1050
794
  },
1051
795
  additionalProperties: false
1052
796
  } as const;
1053
797
 
1054
- export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto = {
1055
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
798
+ export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto = {
799
+ required: ['emailAddress', 'primaryFlag', 'typeCode'],
1056
800
  type: 'object',
1057
801
  properties: {
1058
- firstName: {
1059
- minLength: 1,
1060
- type: 'string'
1061
- },
1062
- lastName: {
1063
- minLength: 1,
1064
- type: 'string'
1065
- },
1066
- travelDocumentNumber: {
1067
- minLength: 1,
1068
- type: 'string'
1069
- },
1070
- birthDate: {
1071
- type: 'string',
1072
- format: 'date-time',
1073
- nullable: true
1074
- },
1075
- issueDate: {
1076
- type: 'string',
1077
- format: 'date-time',
1078
- nullable: true
1079
- },
1080
- expirationDate: {
1081
- type: 'string',
1082
- format: 'date-time'
802
+ extraProperties: {
803
+ type: 'object',
804
+ additionalProperties: {},
805
+ nullable: true,
806
+ readOnly: true
1083
807
  },
1084
- residenceCountryCode2: {
1085
- minLength: 1,
808
+ emailAddress: {
809
+ maxLength: 255,
810
+ minLength: 0,
1086
811
  type: 'string'
1087
812
  },
1088
- nationalityCountryCode2: {
1089
- minLength: 1,
1090
- type: 'string'
813
+ primaryFlag: {
814
+ type: 'boolean'
1091
815
  },
1092
- identificationType: {
1093
- enum: ['Passport'],
816
+ typeCode: {
817
+ enum: ['WORK', 'PERSONAL'],
1094
818
  type: 'string'
1095
819
  }
1096
820
  },
1097
821
  additionalProperties: false
1098
822
  } as const;
1099
823
 
1100
- export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
1101
- required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
824
+ export const $UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
1102
825
  type: 'object',
1103
826
  properties: {
1104
827
  id: {
1105
828
  type: 'string',
1106
829
  format: 'uuid'
1107
830
  },
1108
- travelDocumentNumber: {
1109
- minLength: 1,
1110
- type: 'string'
1111
- },
1112
- residenceCountryCode2: {
1113
- minLength: 1,
1114
- type: 'string'
1115
- },
1116
- residenceCountryName: {
1117
- minLength: 1,
1118
- type: 'string'
1119
- },
1120
- nationalityCountryCode2: {
1121
- minLength: 1,
1122
- type: 'string'
1123
- },
1124
- nationalityCountryName: {
1125
- minLength: 1,
1126
- type: 'string'
1127
- },
1128
- firstName: {
1129
- minLength: 1,
1130
- type: 'string'
1131
- },
1132
- lastName: {
1133
- minLength: 1,
1134
- type: 'string'
831
+ creationTime: {
832
+ type: 'string',
833
+ format: 'date-time'
1135
834
  },
1136
- birthDate: {
835
+ creatorId: {
1137
836
  type: 'string',
1138
- format: 'date-time',
837
+ format: 'uuid',
1139
838
  nullable: true
1140
839
  },
1141
- issueDate: {
840
+ lastModificationTime: {
1142
841
  type: 'string',
1143
842
  format: 'date-time',
1144
843
  nullable: true
1145
844
  },
1146
- expirationDate: {
1147
- type: 'string',
1148
- format: 'date-time'
1149
- },
1150
- identificationType: {
1151
- enum: ['Passport'],
1152
- type: 'string'
1153
- }
1154
- },
1155
- additionalProperties: false
1156
- } as const;
1157
-
1158
- export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto = {
1159
- required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1160
- type: 'object',
1161
- properties: {
1162
- id: {
845
+ lastModifierId: {
1163
846
  type: 'string',
1164
847
  format: 'uuid',
1165
848
  nullable: true
1166
849
  },
1167
- travelDocumentNumber: {
1168
- minLength: 1,
1169
- type: 'string'
850
+ isDeleted: {
851
+ type: 'boolean'
1170
852
  },
1171
- birthDate: {
853
+ deleterId: {
1172
854
  type: 'string',
1173
- format: 'date-time',
855
+ format: 'uuid',
1174
856
  nullable: true
1175
857
  },
1176
- firstName: {
1177
- minLength: 1,
1178
- type: 'string'
1179
- },
1180
- lastName: {
1181
- minLength: 1,
1182
- type: 'string'
1183
- },
1184
- issueDate: {
858
+ deletionTime: {
1185
859
  type: 'string',
1186
860
  format: 'date-time',
1187
861
  nullable: true
1188
862
  },
1189
- expirationDate: {
1190
- type: 'string',
1191
- format: 'date-time'
1192
- },
1193
- residenceCountryCode2: {
1194
- minLength: 1,
1195
- type: 'string'
863
+ primaryFlag: {
864
+ type: 'boolean'
1196
865
  },
1197
- nationalityCountryCode2: {
1198
- minLength: 1,
866
+ typeCode: {
867
+ enum: ['WORK', 'PERSONAL'],
1199
868
  type: 'string'
1200
869
  },
1201
- identificationType: {
1202
- enum: ['Passport'],
1203
- type: 'string'
1204
- }
1205
- },
1206
- additionalProperties: false
1207
- } as const;
1208
-
1209
- export const $UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto = {
1210
- type: 'object',
1211
- properties: {
1212
- languagePreferenceCode: {
870
+ emailAddress: {
1213
871
  type: 'string',
1214
872
  nullable: true
873
+ },
874
+ contactInformationTypeId: {
875
+ type: 'string',
876
+ format: 'uuid'
1215
877
  }
1216
878
  },
1217
879
  additionalProperties: false
1218
880
  } as const;
1219
881
 
1220
- export const $UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto = {
1221
- required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
882
+ export const $UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto = {
883
+ required: ['emailAddress', 'id', 'primaryFlag', 'typeCode'],
1222
884
  type: 'object',
1223
885
  properties: {
1224
886
  extraProperties: {
@@ -1227,39 +889,27 @@ export const $UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummary
1227
889
  nullable: true,
1228
890
  readOnly: true
1229
891
  },
1230
- date: {
1231
- type: 'string',
1232
- format: 'date-time'
1233
- },
1234
- birthDate: {
892
+ id: {
1235
893
  type: 'string',
1236
- format: 'date-time'
894
+ format: 'uuid'
1237
895
  },
1238
- ethnicity: {
896
+ emailAddress: {
1239
897
  maxLength: 255,
1240
898
  minLength: 0,
1241
899
  type: 'string'
1242
900
  },
1243
- maritalStatusCode: {
1244
- maxLength: 255,
1245
- minLength: 0,
1246
- type: 'string'
901
+ primaryFlag: {
902
+ type: 'boolean'
1247
903
  },
1248
- religiousAffiliationName: {
1249
- maxLength: 255,
1250
- minLength: 0,
1251
- type: 'string'
1252
- },
1253
- genderTypeCode: {
1254
- enum: ['MALE', 'FEMALE'],
904
+ typeCode: {
905
+ enum: ['WORK', 'PERSONAL'],
1255
906
  type: 'string'
1256
907
  }
1257
908
  },
1258
909
  additionalProperties: false
1259
910
  } as const;
1260
911
 
1261
- export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto = {
1262
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
912
+ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
1263
913
  type: 'object',
1264
914
  properties: {
1265
915
  extraProperties: {
@@ -1268,180 +918,261 @@ export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto =
1268
918
  nullable: true,
1269
919
  readOnly: true
1270
920
  },
1271
- areaCode: {
1272
- maxLength: 255,
1273
- minLength: 0,
1274
- type: 'string'
1275
- },
1276
- localNumber: {
1277
- maxLength: 255,
1278
- minLength: 0,
1279
- type: 'string'
1280
- },
1281
- ituCountryCode: {
1282
- maxLength: 255,
1283
- minLength: 0,
1284
- type: 'string'
1285
- },
1286
- primaryFlag: {
1287
- type: 'boolean'
1288
- },
1289
- typeCode: {
1290
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1291
- type: 'string'
1292
- },
1293
- contactInformationTypeId: {
1294
- type: 'string',
1295
- format: 'uuid'
921
+ individuals: {
922
+ type: 'array',
923
+ items: {
924
+ type: 'object',
925
+ properties: {
926
+ extraProperties: {
927
+ type: 'object',
928
+ additionalProperties: {},
929
+ nullable: true,
930
+ readOnly: true
931
+ },
932
+ name: {
933
+ required: ['firstName', 'lastName'],
934
+ type: 'object',
935
+ properties: {
936
+ firstName: {
937
+ maxLength: 255,
938
+ minLength: 0,
939
+ type: 'string'
940
+ },
941
+ lastName: {
942
+ maxLength: 255,
943
+ minLength: 0,
944
+ type: 'string'
945
+ }
946
+ },
947
+ additionalProperties: false
948
+ },
949
+ personalSummaries: {
950
+ type: 'array',
951
+ items: {
952
+ required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
953
+ type: 'object',
954
+ properties: {
955
+ extraProperties: {
956
+ type: 'object',
957
+ additionalProperties: {},
958
+ nullable: true,
959
+ readOnly: true
960
+ },
961
+ date: {
962
+ type: 'string',
963
+ format: 'date-time'
964
+ },
965
+ birthDate: {
966
+ type: 'string',
967
+ format: 'date-time'
968
+ },
969
+ ethnicity: {
970
+ maxLength: 255,
971
+ minLength: 0,
972
+ type: 'string'
973
+ },
974
+ maritalStatusCode: {
975
+ maxLength: 255,
976
+ minLength: 0,
977
+ type: 'string'
978
+ },
979
+ religiousAffiliationName: {
980
+ maxLength: 255,
981
+ minLength: 0,
982
+ type: 'string'
983
+ },
984
+ genderTypeCode: {
985
+ enum: ['MALE', 'FEMALE'],
986
+ type: 'string'
987
+ }
988
+ },
989
+ additionalProperties: false
990
+ },
991
+ nullable: true
992
+ },
993
+ contactInformations: {
994
+ type: 'array',
995
+ items: {
996
+ type: 'object',
997
+ properties: {
998
+ extraProperties: {
999
+ type: 'object',
1000
+ additionalProperties: {},
1001
+ nullable: true,
1002
+ readOnly: true
1003
+ },
1004
+ telephones: {
1005
+ type: 'array',
1006
+ items: {
1007
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1008
+ type: 'object',
1009
+ properties: {
1010
+ extraProperties: {
1011
+ type: 'object',
1012
+ additionalProperties: {},
1013
+ nullable: true,
1014
+ readOnly: true
1015
+ },
1016
+ areaCode: {
1017
+ maxLength: 255,
1018
+ minLength: 0,
1019
+ type: 'string'
1020
+ },
1021
+ localNumber: {
1022
+ maxLength: 255,
1023
+ minLength: 0,
1024
+ type: 'string'
1025
+ },
1026
+ ituCountryCode: {
1027
+ maxLength: 255,
1028
+ minLength: 0,
1029
+ type: 'string'
1030
+ },
1031
+ primaryFlag: {
1032
+ type: 'boolean'
1033
+ },
1034
+ typeCode: {
1035
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1036
+ type: 'string'
1037
+ }
1038
+ },
1039
+ additionalProperties: false
1040
+ },
1041
+ nullable: true
1042
+ },
1043
+ addresses: {
1044
+ type: 'array',
1045
+ items: {
1046
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
1047
+ type: 'object',
1048
+ properties: {
1049
+ extraProperties: {
1050
+ type: 'object',
1051
+ additionalProperties: {},
1052
+ nullable: true,
1053
+ readOnly: true
1054
+ },
1055
+ addressLine: {
1056
+ maxLength: 255,
1057
+ minLength: 0,
1058
+ type: 'string'
1059
+ },
1060
+ city: {
1061
+ maxLength: 255,
1062
+ minLength: 0,
1063
+ type: 'string'
1064
+ },
1065
+ terriority: {
1066
+ maxLength: 255,
1067
+ minLength: 0,
1068
+ type: 'string'
1069
+ },
1070
+ postalCode: {
1071
+ maxLength: 255,
1072
+ minLength: 0,
1073
+ type: 'string'
1074
+ },
1075
+ country: {
1076
+ maxLength: 255,
1077
+ minLength: 0,
1078
+ type: 'string'
1079
+ },
1080
+ fullAddress: {
1081
+ maxLength: 255,
1082
+ minLength: 0,
1083
+ type: 'string'
1084
+ },
1085
+ primaryFlag: {
1086
+ type: 'boolean'
1087
+ },
1088
+ typeCode: {
1089
+ enum: ['HOME', 'OFFICE'],
1090
+ type: 'string'
1091
+ }
1092
+ },
1093
+ additionalProperties: false
1094
+ },
1095
+ nullable: true
1096
+ },
1097
+ emails: {
1098
+ type: 'array',
1099
+ items: {
1100
+ required: ['emailAddress', 'primaryFlag', 'typeCode'],
1101
+ type: 'object',
1102
+ properties: {
1103
+ extraProperties: {
1104
+ type: 'object',
1105
+ additionalProperties: {},
1106
+ nullable: true,
1107
+ readOnly: true
1108
+ },
1109
+ emailAddress: {
1110
+ maxLength: 255,
1111
+ minLength: 0,
1112
+ type: 'string'
1113
+ },
1114
+ primaryFlag: {
1115
+ type: 'boolean'
1116
+ },
1117
+ typeCode: {
1118
+ enum: ['WORK', 'PERSONAL'],
1119
+ type: 'string'
1120
+ }
1121
+ },
1122
+ additionalProperties: false
1123
+ },
1124
+ nullable: true
1125
+ }
1126
+ },
1127
+ additionalProperties: false
1128
+ },
1129
+ nullable: true
1130
+ }
1131
+ },
1132
+ additionalProperties: false
1133
+ },
1134
+ nullable: true
1296
1135
  }
1297
1136
  },
1298
1137
  additionalProperties: false
1299
1138
  } as const;
1300
1139
 
1301
- export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
1302
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1303
- type: 'object',
1304
- properties: {
1305
- extraProperties: {
1306
- type: 'object',
1307
- additionalProperties: {},
1308
- nullable: true,
1309
- readOnly: true
1310
- },
1311
- areaCode: {
1312
- maxLength: 255,
1313
- minLength: 0,
1314
- type: 'string'
1315
- },
1316
- localNumber: {
1317
- maxLength: 255,
1318
- minLength: 0,
1319
- type: 'string'
1320
- },
1321
- ituCountryCode: {
1322
- maxLength: 255,
1323
- minLength: 0,
1324
- type: 'string'
1325
- },
1326
- primaryFlag: {
1327
- type: 'boolean'
1328
- },
1329
- typeCode: {
1330
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1331
- type: 'string'
1332
- }
1333
- },
1334
- additionalProperties: false
1140
+ export const $UniRefund_TravellerService_Enums_AddressTypeCode = {
1141
+ enum: ['HOME', 'OFFICE'],
1142
+ type: 'string'
1335
1143
  } as const;
1336
1144
 
1337
- export const $UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto = {
1338
- type: 'object',
1339
- properties: {
1340
- id: {
1341
- type: 'string',
1342
- format: 'uuid'
1343
- },
1344
- creationTime: {
1345
- type: 'string',
1346
- format: 'date-time'
1347
- },
1348
- creatorId: {
1349
- type: 'string',
1350
- format: 'uuid',
1351
- nullable: true
1352
- },
1353
- lastModificationTime: {
1354
- type: 'string',
1355
- format: 'date-time',
1356
- nullable: true
1357
- },
1358
- lastModifierId: {
1359
- type: 'string',
1360
- format: 'uuid',
1361
- nullable: true
1362
- },
1363
- isDeleted: {
1364
- type: 'boolean'
1365
- },
1366
- deleterId: {
1367
- type: 'string',
1368
- format: 'uuid',
1369
- nullable: true
1370
- },
1371
- deletionTime: {
1372
- type: 'string',
1373
- format: 'date-time',
1374
- nullable: true
1375
- },
1376
- areaCode: {
1377
- type: 'string',
1378
- nullable: true
1379
- },
1380
- localNumber: {
1381
- type: 'string',
1382
- nullable: true
1383
- },
1384
- ituCountryCode: {
1385
- type: 'string',
1386
- nullable: true
1387
- },
1388
- primaryFlag: {
1389
- type: 'boolean'
1390
- },
1391
- typeCode: {
1392
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1393
- type: 'string'
1394
- },
1395
- contactInformationTypeId: {
1396
- type: 'string',
1397
- format: 'uuid'
1398
- }
1399
- },
1400
- additionalProperties: false
1145
+ export const $UniRefund_TravellerService_Enums_AffiliationTypeCode = {
1146
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
1147
+ type: 'string'
1401
1148
  } as const;
1402
1149
 
1403
- export const $UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto = {
1404
- required: ['areaCode', 'id', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1405
- type: 'object',
1406
- properties: {
1407
- extraProperties: {
1408
- type: 'object',
1409
- additionalProperties: {},
1410
- nullable: true,
1411
- readOnly: true
1412
- },
1413
- id: {
1414
- type: 'string',
1415
- format: 'uuid'
1416
- },
1417
- areaCode: {
1418
- maxLength: 255,
1419
- minLength: 0,
1420
- type: 'string'
1421
- },
1422
- localNumber: {
1423
- maxLength: 255,
1424
- minLength: 0,
1425
- type: 'string'
1426
- },
1427
- ituCountryCode: {
1428
- maxLength: 255,
1429
- minLength: 0,
1430
- type: 'string'
1431
- },
1432
- primaryFlag: {
1433
- type: 'boolean'
1434
- },
1435
- typeCode: {
1436
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1437
- type: 'string'
1438
- }
1439
- },
1440
- additionalProperties: false
1150
+ export const $UniRefund_TravellerService_Enums_EmailTypeCode = {
1151
+ enum: ['WORK', 'PERSONAL'],
1152
+ type: 'string'
1441
1153
  } as const;
1442
1154
 
1443
- export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1444
- required: ['personalIdentification'],
1155
+ export const $UniRefund_TravellerService_Enums_EntityPartyTypeCode = {
1156
+ enum: ['TRAVELLER'],
1157
+ type: 'string'
1158
+ } as const;
1159
+
1160
+ export const $UniRefund_TravellerService_Enums_GenderTypeCode = {
1161
+ enum: ['MALE', 'FEMALE'],
1162
+ type: 'string'
1163
+ } as const;
1164
+
1165
+ export const $UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = {
1166
+ enum: ['Passport'],
1167
+ type: 'string'
1168
+ } as const;
1169
+
1170
+ export const $UniRefund_TravellerService_Enums_TelephoneTypeCode = {
1171
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1172
+ type: 'string'
1173
+ } as const;
1174
+
1175
+ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
1445
1176
  type: 'object',
1446
1177
  properties: {
1447
1178
  extraProperties: {
@@ -1450,88 +1181,27 @@ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1450
1181
  nullable: true,
1451
1182
  readOnly: true
1452
1183
  },
1453
- personalIdentification: {
1454
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1184
+ name: {
1185
+ required: ['firstName', 'lastName'],
1455
1186
  type: 'object',
1456
1187
  properties: {
1457
1188
  firstName: {
1458
- minLength: 1,
1189
+ maxLength: 255,
1190
+ minLength: 0,
1459
1191
  type: 'string'
1460
1192
  },
1461
1193
  lastName: {
1462
- minLength: 1,
1463
- type: 'string'
1464
- },
1465
- travelDocumentNumber: {
1466
- minLength: 1,
1467
- type: 'string'
1468
- },
1469
- birthDate: {
1470
- type: 'string',
1471
- format: 'date-time',
1472
- nullable: true
1473
- },
1474
- issueDate: {
1475
- type: 'string',
1476
- format: 'date-time',
1477
- nullable: true
1478
- },
1479
- expirationDate: {
1480
- type: 'string',
1481
- format: 'date-time'
1482
- },
1483
- residenceCountryCode2: {
1484
- minLength: 1,
1485
- type: 'string'
1486
- },
1487
- nationalityCountryCode2: {
1488
- minLength: 1,
1489
- type: 'string'
1490
- },
1491
- identificationType: {
1492
- enum: ['Passport'],
1194
+ maxLength: 255,
1195
+ minLength: 0,
1493
1196
  type: 'string'
1494
1197
  }
1495
1198
  },
1496
1199
  additionalProperties: false
1497
1200
  },
1498
- gender: {
1499
- enum: ['MALE', 'FEMALE'],
1500
- type: 'string'
1501
- },
1502
- languagePreferenceCode: {
1503
- type: 'string',
1504
- nullable: true
1505
- }
1506
- },
1507
- additionalProperties: false
1508
- } as const;
1509
-
1510
- export const $UniRefund_TravellerService_Travellers_CreateTravellerResponseDto = {
1511
- required: ['id'],
1512
- type: 'object',
1513
- properties: {
1514
- id: {
1515
- type: 'string',
1516
- format: 'uuid'
1517
- }
1518
- },
1519
- additionalProperties: false
1520
- } as const;
1521
-
1522
- export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto = {
1523
- required: ['entityInformationTypes', 'personalIdentificationCommonDatas', 'personalPreferencesTypes'],
1524
- type: 'object',
1525
- properties: {
1526
- extraProperties: {
1527
- type: 'object',
1528
- additionalProperties: {},
1529
- nullable: true,
1530
- readOnly: true
1531
- },
1532
- entityInformationTypes: {
1201
+ personalSummaries: {
1533
1202
  type: 'array',
1534
1203
  items: {
1204
+ required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
1535
1205
  type: 'object',
1536
1206
  properties: {
1537
1207
  extraProperties: {
@@ -1540,443 +1210,576 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1540
1210
  nullable: true,
1541
1211
  readOnly: true
1542
1212
  },
1543
- individuals: {
1544
- type: 'array',
1545
- items: {
1546
- type: 'object',
1547
- properties: {
1548
- extraProperties: {
1549
- type: 'object',
1550
- additionalProperties: {},
1551
- nullable: true,
1552
- readOnly: true
1553
- },
1554
- name: {
1555
- required: ['firstName', 'lastName'],
1556
- type: 'object',
1557
- properties: {
1558
- firstName: {
1559
- maxLength: 255,
1560
- minLength: 0,
1561
- type: 'string'
1562
- },
1563
- lastName: {
1564
- maxLength: 255,
1565
- minLength: 0,
1566
- type: 'string'
1567
- }
1568
- },
1569
- additionalProperties: false
1570
- },
1571
- personalSummaries: {
1572
- type: 'array',
1573
- items: {
1574
- required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
1575
- type: 'object',
1576
- properties: {
1577
- extraProperties: {
1578
- type: 'object',
1579
- additionalProperties: {},
1580
- nullable: true,
1581
- readOnly: true
1582
- },
1583
- date: {
1584
- type: 'string',
1585
- format: 'date-time'
1586
- },
1587
- birthDate: {
1588
- type: 'string',
1589
- format: 'date-time'
1590
- },
1591
- ethnicity: {
1592
- maxLength: 255,
1593
- minLength: 0,
1594
- type: 'string'
1595
- },
1596
- maritalStatusCode: {
1597
- maxLength: 255,
1598
- minLength: 0,
1599
- type: 'string'
1600
- },
1601
- religiousAffiliationName: {
1602
- maxLength: 255,
1603
- minLength: 0,
1604
- type: 'string'
1605
- },
1606
- genderTypeCode: {
1607
- enum: ['MALE', 'FEMALE'],
1608
- type: 'string'
1609
- }
1610
- },
1611
- additionalProperties: false
1612
- },
1613
- nullable: true
1614
- },
1615
- contactInformations: {
1616
- type: 'array',
1617
- items: {
1618
- type: 'object',
1619
- properties: {
1620
- extraProperties: {
1621
- type: 'object',
1622
- additionalProperties: {},
1623
- nullable: true,
1624
- readOnly: true
1625
- },
1626
- telephones: {
1627
- type: 'array',
1628
- items: {
1629
- required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1630
- type: 'object',
1631
- properties: {
1632
- extraProperties: {
1633
- type: 'object',
1634
- additionalProperties: {},
1635
- nullable: true,
1636
- readOnly: true
1637
- },
1638
- areaCode: {
1639
- maxLength: 255,
1640
- minLength: 0,
1641
- type: 'string'
1642
- },
1643
- localNumber: {
1644
- maxLength: 255,
1645
- minLength: 0,
1646
- type: 'string'
1647
- },
1648
- ituCountryCode: {
1649
- maxLength: 255,
1650
- minLength: 0,
1651
- type: 'string'
1652
- },
1653
- primaryFlag: {
1654
- type: 'boolean'
1655
- },
1656
- typeCode: {
1657
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1658
- type: 'string'
1659
- }
1660
- },
1661
- additionalProperties: false
1662
- },
1663
- nullable: true
1664
- },
1665
- addresses: {
1666
- type: 'array',
1667
- items: {
1668
- required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
1669
- type: 'object',
1670
- properties: {
1671
- extraProperties: {
1672
- type: 'object',
1673
- additionalProperties: {},
1674
- nullable: true,
1675
- readOnly: true
1676
- },
1677
- addressLine: {
1678
- maxLength: 255,
1679
- minLength: 0,
1680
- type: 'string'
1681
- },
1682
- city: {
1683
- maxLength: 255,
1684
- minLength: 0,
1685
- type: 'string'
1686
- },
1687
- terriority: {
1688
- maxLength: 255,
1689
- minLength: 0,
1690
- type: 'string'
1691
- },
1692
- postalCode: {
1693
- maxLength: 255,
1694
- minLength: 0,
1695
- type: 'string'
1696
- },
1697
- country: {
1698
- maxLength: 255,
1699
- minLength: 0,
1700
- type: 'string'
1701
- },
1702
- fullAddress: {
1703
- maxLength: 255,
1704
- minLength: 0,
1705
- type: 'string'
1706
- },
1707
- primaryFlag: {
1708
- type: 'boolean'
1709
- },
1710
- typeCode: {
1711
- enum: ['HOME', 'OFFICE'],
1712
- type: 'string'
1713
- }
1714
- },
1715
- additionalProperties: false
1716
- },
1717
- nullable: true
1718
- },
1719
- emails: {
1720
- type: 'array',
1721
- items: {
1722
- required: ['emailAddress', 'primaryFlag', 'typeCode'],
1723
- type: 'object',
1724
- properties: {
1725
- extraProperties: {
1726
- type: 'object',
1727
- additionalProperties: {},
1728
- nullable: true,
1729
- readOnly: true
1730
- },
1731
- emailAddress: {
1732
- maxLength: 255,
1733
- minLength: 0,
1734
- type: 'string'
1735
- },
1736
- primaryFlag: {
1737
- type: 'boolean'
1738
- },
1739
- typeCode: {
1740
- enum: ['WORK', 'PERSONAL'],
1741
- type: 'string'
1742
- }
1743
- },
1744
- additionalProperties: false
1745
- },
1746
- nullable: true
1747
- }
1748
- },
1749
- additionalProperties: false
1750
- },
1751
- nullable: true
1752
- }
1753
- },
1754
- additionalProperties: false
1755
- },
1756
- nullable: true
1757
- }
1758
- },
1759
- additionalProperties: false
1760
- }
1761
- },
1762
- personalIdentificationCommonDatas: {
1763
- type: 'array',
1764
- items: {
1765
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1766
- type: 'object',
1767
- properties: {
1768
- firstName: {
1769
- minLength: 1,
1770
- type: 'string'
1771
- },
1772
- lastName: {
1773
- minLength: 1,
1774
- type: 'string'
1775
- },
1776
- travelDocumentNumber: {
1777
- minLength: 1,
1778
- type: 'string'
1779
- },
1780
- birthDate: {
1781
- type: 'string',
1782
- format: 'date-time',
1783
- nullable: true
1784
- },
1785
- issueDate: {
1213
+ date: {
1786
1214
  type: 'string',
1787
- format: 'date-time',
1788
- nullable: true
1215
+ format: 'date-time'
1789
1216
  },
1790
- expirationDate: {
1217
+ birthDate: {
1791
1218
  type: 'string',
1792
1219
  format: 'date-time'
1793
1220
  },
1794
- residenceCountryCode2: {
1795
- minLength: 1,
1221
+ ethnicity: {
1222
+ maxLength: 255,
1223
+ minLength: 0,
1796
1224
  type: 'string'
1797
1225
  },
1798
- nationalityCountryCode2: {
1799
- minLength: 1,
1226
+ maritalStatusCode: {
1227
+ maxLength: 255,
1228
+ minLength: 0,
1800
1229
  type: 'string'
1801
1230
  },
1802
- identificationType: {
1803
- enum: ['Passport'],
1231
+ religiousAffiliationName: {
1232
+ maxLength: 255,
1233
+ minLength: 0,
1234
+ type: 'string'
1235
+ },
1236
+ genderTypeCode: {
1237
+ enum: ['MALE', 'FEMALE'],
1804
1238
  type: 'string'
1805
1239
  }
1806
1240
  },
1807
1241
  additionalProperties: false
1808
- }
1242
+ },
1243
+ nullable: true
1244
+ },
1245
+ contactInformations: {
1246
+ type: 'array',
1247
+ items: {
1248
+ type: 'object',
1249
+ properties: {
1250
+ extraProperties: {
1251
+ type: 'object',
1252
+ additionalProperties: {},
1253
+ nullable: true,
1254
+ readOnly: true
1255
+ },
1256
+ telephones: {
1257
+ type: 'array',
1258
+ items: {
1259
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1260
+ type: 'object',
1261
+ properties: {
1262
+ extraProperties: {
1263
+ type: 'object',
1264
+ additionalProperties: {},
1265
+ nullable: true,
1266
+ readOnly: true
1267
+ },
1268
+ areaCode: {
1269
+ maxLength: 255,
1270
+ minLength: 0,
1271
+ type: 'string'
1272
+ },
1273
+ localNumber: {
1274
+ maxLength: 255,
1275
+ minLength: 0,
1276
+ type: 'string'
1277
+ },
1278
+ ituCountryCode: {
1279
+ maxLength: 255,
1280
+ minLength: 0,
1281
+ type: 'string'
1282
+ },
1283
+ primaryFlag: {
1284
+ type: 'boolean'
1285
+ },
1286
+ typeCode: {
1287
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1288
+ type: 'string'
1289
+ }
1290
+ },
1291
+ additionalProperties: false
1292
+ },
1293
+ nullable: true
1294
+ },
1295
+ addresses: {
1296
+ type: 'array',
1297
+ items: {
1298
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
1299
+ type: 'object',
1300
+ properties: {
1301
+ extraProperties: {
1302
+ type: 'object',
1303
+ additionalProperties: {},
1304
+ nullable: true,
1305
+ readOnly: true
1306
+ },
1307
+ addressLine: {
1308
+ maxLength: 255,
1309
+ minLength: 0,
1310
+ type: 'string'
1311
+ },
1312
+ city: {
1313
+ maxLength: 255,
1314
+ minLength: 0,
1315
+ type: 'string'
1316
+ },
1317
+ terriority: {
1318
+ maxLength: 255,
1319
+ minLength: 0,
1320
+ type: 'string'
1321
+ },
1322
+ postalCode: {
1323
+ maxLength: 255,
1324
+ minLength: 0,
1325
+ type: 'string'
1326
+ },
1327
+ country: {
1328
+ maxLength: 255,
1329
+ minLength: 0,
1330
+ type: 'string'
1331
+ },
1332
+ fullAddress: {
1333
+ maxLength: 255,
1334
+ minLength: 0,
1335
+ type: 'string'
1336
+ },
1337
+ primaryFlag: {
1338
+ type: 'boolean'
1339
+ },
1340
+ typeCode: {
1341
+ enum: ['HOME', 'OFFICE'],
1342
+ type: 'string'
1343
+ }
1344
+ },
1345
+ additionalProperties: false
1346
+ },
1347
+ nullable: true
1348
+ },
1349
+ emails: {
1350
+ type: 'array',
1351
+ items: {
1352
+ required: ['emailAddress', 'primaryFlag', 'typeCode'],
1353
+ type: 'object',
1354
+ properties: {
1355
+ extraProperties: {
1356
+ type: 'object',
1357
+ additionalProperties: {},
1358
+ nullable: true,
1359
+ readOnly: true
1360
+ },
1361
+ emailAddress: {
1362
+ maxLength: 255,
1363
+ minLength: 0,
1364
+ type: 'string'
1365
+ },
1366
+ primaryFlag: {
1367
+ type: 'boolean'
1368
+ },
1369
+ typeCode: {
1370
+ enum: ['WORK', 'PERSONAL'],
1371
+ type: 'string'
1372
+ }
1373
+ },
1374
+ additionalProperties: false
1375
+ },
1376
+ nullable: true
1377
+ }
1378
+ },
1379
+ additionalProperties: false
1380
+ },
1381
+ nullable: true
1382
+ }
1383
+ },
1384
+ additionalProperties: false
1385
+ } as const;
1386
+
1387
+ export const $UniRefund_TravellerService_Individuals_IndividualProfileDto = {
1388
+ type: 'object',
1389
+ properties: {
1390
+ id: {
1391
+ type: 'string',
1392
+ format: 'uuid'
1393
+ },
1394
+ name: {
1395
+ type: 'string',
1396
+ nullable: true
1397
+ },
1398
+ affiliationId: {
1399
+ type: 'string',
1400
+ format: 'uuid',
1401
+ nullable: true
1402
+ },
1403
+ affiliatedName: {
1404
+ type: 'string',
1405
+ nullable: true
1406
+ },
1407
+ affiliationTypeCode: {
1408
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
1409
+ type: 'string'
1410
+ },
1411
+ affiliationTypeCodeValue: {
1412
+ type: 'string',
1413
+ nullable: true
1414
+ },
1415
+ affiliationParentTypeCode: {
1416
+ enum: ['TRAVELLER'],
1417
+ type: 'string'
1418
+ },
1419
+ affiliationParentTypeCodeValue: {
1420
+ type: 'string',
1421
+ nullable: true
1422
+ }
1423
+ },
1424
+ additionalProperties: false
1425
+ } as const;
1426
+
1427
+ export const $UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto = {
1428
+ required: ['firstName', 'lastName'],
1429
+ type: 'object',
1430
+ properties: {
1431
+ firstName: {
1432
+ maxLength: 255,
1433
+ minLength: 0,
1434
+ type: 'string'
1435
+ },
1436
+ lastName: {
1437
+ maxLength: 255,
1438
+ minLength: 0,
1439
+ type: 'string'
1440
+ }
1441
+ },
1442
+ additionalProperties: false
1443
+ } as const;
1444
+
1445
+ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto = {
1446
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1447
+ type: 'object',
1448
+ properties: {
1449
+ firstName: {
1450
+ minLength: 1,
1451
+ type: 'string'
1452
+ },
1453
+ middleName: {
1454
+ type: 'string',
1455
+ nullable: true
1456
+ },
1457
+ lastName: {
1458
+ minLength: 1,
1459
+ type: 'string'
1460
+ },
1461
+ travelDocumentNumber: {
1462
+ minLength: 1,
1463
+ type: 'string'
1464
+ },
1465
+ birthDate: {
1466
+ type: 'string',
1467
+ format: 'date-time',
1468
+ nullable: true
1469
+ },
1470
+ issueDate: {
1471
+ type: 'string',
1472
+ format: 'date-time',
1473
+ nullable: true
1474
+ },
1475
+ expirationDate: {
1476
+ type: 'string',
1477
+ format: 'date-time'
1478
+ },
1479
+ residenceCountryCode2: {
1480
+ minLength: 1,
1481
+ type: 'string'
1482
+ },
1483
+ nationalityCountryCode2: {
1484
+ minLength: 1,
1485
+ type: 'string'
1486
+ },
1487
+ identificationType: {
1488
+ enum: ['Passport'],
1489
+ type: 'string'
1490
+ }
1491
+ },
1492
+ additionalProperties: false
1493
+ } as const;
1494
+
1495
+ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
1496
+ required: ['expirationDate', 'firstName', 'fullName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1497
+ type: 'object',
1498
+ properties: {
1499
+ id: {
1500
+ type: 'string',
1501
+ format: 'uuid'
1502
+ },
1503
+ travelDocumentNumber: {
1504
+ minLength: 1,
1505
+ type: 'string'
1506
+ },
1507
+ residenceCountryCode2: {
1508
+ minLength: 1,
1509
+ type: 'string'
1510
+ },
1511
+ residenceCountryName: {
1512
+ minLength: 1,
1513
+ type: 'string'
1514
+ },
1515
+ nationalityCountryCode2: {
1516
+ minLength: 1,
1517
+ type: 'string'
1518
+ },
1519
+ nationalityCountryName: {
1520
+ minLength: 1,
1521
+ type: 'string'
1522
+ },
1523
+ firstName: {
1524
+ minLength: 1,
1525
+ type: 'string'
1809
1526
  },
1810
- personalPreferencesTypes: {
1811
- type: 'array',
1812
- items: {
1813
- type: 'object',
1814
- properties: {
1815
- languagePreferenceCode: {
1816
- type: 'string',
1817
- nullable: true
1818
- }
1819
- },
1820
- additionalProperties: false
1821
- }
1527
+ middleName: {
1528
+ type: 'string',
1529
+ nullable: true
1530
+ },
1531
+ lastName: {
1532
+ minLength: 1,
1533
+ type: 'string'
1534
+ },
1535
+ fullName: {
1536
+ minLength: 1,
1537
+ type: 'string',
1538
+ readOnly: true
1539
+ },
1540
+ birthDate: {
1541
+ type: 'string',
1542
+ format: 'date-time',
1543
+ nullable: true
1544
+ },
1545
+ issueDate: {
1546
+ type: 'string',
1547
+ format: 'date-time',
1548
+ nullable: true
1549
+ },
1550
+ expirationDate: {
1551
+ type: 'string',
1552
+ format: 'date-time'
1553
+ },
1554
+ identificationType: {
1555
+ enum: ['Passport'],
1556
+ type: 'string'
1822
1557
  }
1823
1558
  },
1824
1559
  additionalProperties: false
1825
1560
  } as const;
1826
1561
 
1827
- export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto = {
1828
- required: ['id', 'personalIdentifications'],
1562
+ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpsertPersonalIdentificationDto = {
1563
+ required: ['expirationDate', 'travelDocumentNumber'],
1829
1564
  type: 'object',
1830
1565
  properties: {
1831
1566
  id: {
1832
1567
  type: 'string',
1833
- format: 'uuid'
1568
+ format: 'uuid',
1569
+ nullable: true
1834
1570
  },
1835
- languagePreferenceCode: {
1571
+ travelDocumentNumber: {
1572
+ minLength: 1,
1573
+ type: 'string'
1574
+ },
1575
+ birthDate: {
1836
1576
  type: 'string',
1577
+ format: 'date-time',
1837
1578
  nullable: true
1838
1579
  },
1839
- userAccountId: {
1580
+ firstName: {
1840
1581
  type: 'string',
1841
- format: 'uuid',
1842
1582
  nullable: true
1843
1583
  },
1844
- gender: {
1845
- enum: ['MALE', 'FEMALE'],
1846
- type: 'string'
1584
+ middleName: {
1585
+ type: 'string',
1586
+ nullable: true
1847
1587
  },
1848
- personalIdentifications: {
1849
- type: 'array',
1850
- items: {
1851
- required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1852
- type: 'object',
1853
- properties: {
1854
- id: {
1855
- type: 'string',
1856
- format: 'uuid'
1857
- },
1858
- travelDocumentNumber: {
1859
- minLength: 1,
1860
- type: 'string'
1861
- },
1862
- residenceCountryCode2: {
1863
- minLength: 1,
1864
- type: 'string'
1865
- },
1866
- residenceCountryName: {
1867
- minLength: 1,
1868
- type: 'string'
1869
- },
1870
- nationalityCountryCode2: {
1871
- minLength: 1,
1872
- type: 'string'
1873
- },
1874
- nationalityCountryName: {
1875
- minLength: 1,
1876
- type: 'string'
1877
- },
1878
- firstName: {
1879
- minLength: 1,
1880
- type: 'string'
1881
- },
1882
- lastName: {
1883
- minLength: 1,
1884
- type: 'string'
1885
- },
1886
- birthDate: {
1887
- type: 'string',
1888
- format: 'date-time',
1889
- nullable: true
1890
- },
1891
- issueDate: {
1892
- type: 'string',
1893
- format: 'date-time',
1894
- nullable: true
1895
- },
1896
- expirationDate: {
1897
- type: 'string',
1898
- format: 'date-time'
1899
- },
1900
- identificationType: {
1901
- enum: ['Passport'],
1902
- type: 'string'
1903
- }
1904
- },
1905
- additionalProperties: false
1906
- }
1588
+ lastName: {
1589
+ type: 'string',
1590
+ nullable: true
1591
+ },
1592
+ issueDate: {
1593
+ type: 'string',
1594
+ format: 'date-time',
1595
+ nullable: true
1596
+ },
1597
+ expirationDate: {
1598
+ type: 'string',
1599
+ format: 'date-time'
1600
+ },
1601
+ residenceCountryCode2: {
1602
+ type: 'string',
1603
+ nullable: true
1604
+ },
1605
+ nationalityCountryCode2: {
1606
+ type: 'string',
1607
+ nullable: true
1608
+ },
1609
+ identificationType: {
1610
+ enum: ['Passport'],
1611
+ type: 'string'
1907
1612
  }
1908
1613
  },
1909
1614
  additionalProperties: false
1910
1615
  } as const;
1911
1616
 
1912
- export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
1913
- required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1617
+ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpsertPersonalIdentificationResponseDto = {
1618
+ required: ['id', 'travellerId'],
1914
1619
  type: 'object',
1915
1620
  properties: {
1916
1621
  id: {
1917
1622
  type: 'string',
1918
1623
  format: 'uuid'
1919
1624
  },
1625
+ travellerId: {
1626
+ type: 'string',
1627
+ format: 'uuid'
1628
+ }
1629
+ },
1630
+ additionalProperties: false
1631
+ } as const;
1632
+
1633
+ export const $UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto = {
1634
+ type: 'object',
1635
+ properties: {
1920
1636
  languagePreferenceCode: {
1921
1637
  type: 'string',
1922
1638
  nullable: true
1639
+ }
1640
+ },
1641
+ additionalProperties: false
1642
+ } as const;
1643
+
1644
+ export const $UniRefund_TravellerService_PersonalPreferencesTypes_UpsertPersonalPreferenceDto = {
1645
+ required: ['languagePreferenceCode'],
1646
+ type: 'object',
1647
+ properties: {
1648
+ languagePreferenceCode: {
1649
+ minLength: 1,
1650
+ type: 'string'
1651
+ }
1652
+ },
1653
+ additionalProperties: false
1654
+ } as const;
1655
+
1656
+ export const $UniRefund_TravellerService_PersonalPreferencesTypes_UpsertPersonalPreferenceResponseDto = {
1657
+ required: ['id', 'travellerId'],
1658
+ type: 'object',
1659
+ properties: {
1660
+ id: {
1661
+ type: 'string',
1662
+ format: 'uuid'
1923
1663
  },
1924
- userAccountId: {
1664
+ travellerId: {
1925
1665
  type: 'string',
1926
- format: 'uuid',
1927
- nullable: true
1666
+ format: 'uuid'
1667
+ }
1668
+ },
1669
+ additionalProperties: false
1670
+ } as const;
1671
+
1672
+ export const $UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto = {
1673
+ required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
1674
+ type: 'object',
1675
+ properties: {
1676
+ extraProperties: {
1677
+ type: 'object',
1678
+ additionalProperties: {},
1679
+ nullable: true,
1680
+ readOnly: true
1928
1681
  },
1929
- gender: {
1930
- enum: ['MALE', 'FEMALE'],
1682
+ date: {
1683
+ type: 'string',
1684
+ format: 'date-time'
1685
+ },
1686
+ birthDate: {
1687
+ type: 'string',
1688
+ format: 'date-time'
1689
+ },
1690
+ ethnicity: {
1691
+ maxLength: 255,
1692
+ minLength: 0,
1931
1693
  type: 'string'
1932
1694
  },
1933
- travelDocumentNumber: {
1934
- minLength: 1,
1695
+ maritalStatusCode: {
1696
+ maxLength: 255,
1697
+ minLength: 0,
1935
1698
  type: 'string'
1936
1699
  },
1937
- residenceCountryCode2: {
1938
- minLength: 1,
1700
+ religiousAffiliationName: {
1701
+ maxLength: 255,
1702
+ minLength: 0,
1703
+ type: 'string'
1704
+ },
1705
+ genderTypeCode: {
1706
+ enum: ['MALE', 'FEMALE'],
1707
+ type: 'string'
1708
+ }
1709
+ },
1710
+ additionalProperties: false
1711
+ } as const;
1712
+
1713
+ export const $UniRefund_TravellerService_PersonalSummaries_UpsertPersonalSummaryDto = {
1714
+ required: ['genderTypeCode'],
1715
+ type: 'object',
1716
+ properties: {
1717
+ genderTypeCode: {
1718
+ enum: ['MALE', 'FEMALE'],
1939
1719
  type: 'string'
1720
+ }
1721
+ },
1722
+ additionalProperties: false
1723
+ } as const;
1724
+
1725
+ export const $UniRefund_TravellerService_PersonalSummaries_UpsertPersonalSummaryResponseDto = {
1726
+ required: ['id', 'travellerId'],
1727
+ type: 'object',
1728
+ properties: {
1729
+ id: {
1730
+ type: 'string',
1731
+ format: 'uuid'
1732
+ },
1733
+ travellerId: {
1734
+ type: 'string',
1735
+ format: 'uuid'
1736
+ }
1737
+ },
1738
+ additionalProperties: false
1739
+ } as const;
1740
+
1741
+ export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto = {
1742
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1743
+ type: 'object',
1744
+ properties: {
1745
+ extraProperties: {
1746
+ type: 'object',
1747
+ additionalProperties: {},
1748
+ nullable: true,
1749
+ readOnly: true
1940
1750
  },
1941
- residenceCountryName: {
1942
- minLength: 1,
1751
+ areaCode: {
1752
+ maxLength: 255,
1753
+ minLength: 0,
1943
1754
  type: 'string'
1944
1755
  },
1945
- nationalityCountryCode2: {
1946
- minLength: 1,
1756
+ localNumber: {
1757
+ maxLength: 255,
1758
+ minLength: 0,
1947
1759
  type: 'string'
1948
1760
  },
1949
- nationalityCountryName: {
1950
- minLength: 1,
1761
+ ituCountryCode: {
1762
+ maxLength: 255,
1763
+ minLength: 0,
1951
1764
  type: 'string'
1952
1765
  },
1953
- firstName: {
1954
- minLength: 1,
1955
- type: 'string'
1766
+ primaryFlag: {
1767
+ type: 'boolean'
1956
1768
  },
1957
- lastName: {
1958
- minLength: 1,
1769
+ typeCode: {
1770
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1959
1771
  type: 'string'
1960
1772
  },
1961
- birthDate: {
1962
- type: 'string',
1963
- format: 'date-time',
1964
- nullable: true
1965
- },
1966
- expirationDate: {
1773
+ contactInformationTypeId: {
1967
1774
  type: 'string',
1968
- format: 'date-time'
1969
- },
1970
- identificationType: {
1971
- enum: ['Passport'],
1972
- type: 'string'
1775
+ format: 'uuid'
1973
1776
  }
1974
1777
  },
1975
1778
  additionalProperties: false
1976
1779
  } as const;
1977
1780
 
1978
- export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
1979
- required: ['gender', 'languagePreferenceCode', 'personalIdentifications'],
1781
+ export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
1782
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1980
1783
  type: 'object',
1981
1784
  properties: {
1982
1785
  extraProperties: {
@@ -1985,132 +1788,197 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
1985
1788
  nullable: true,
1986
1789
  readOnly: true
1987
1790
  },
1988
- personalIdentifications: {
1989
- type: 'array',
1990
- items: {
1991
- required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1992
- type: 'object',
1993
- properties: {
1994
- id: {
1995
- type: 'string',
1996
- format: 'uuid',
1997
- nullable: true
1998
- },
1999
- travelDocumentNumber: {
2000
- minLength: 1,
2001
- type: 'string'
2002
- },
2003
- birthDate: {
2004
- type: 'string',
2005
- format: 'date-time',
2006
- nullable: true
2007
- },
2008
- firstName: {
2009
- minLength: 1,
2010
- type: 'string'
2011
- },
2012
- lastName: {
2013
- minLength: 1,
2014
- type: 'string'
2015
- },
2016
- issueDate: {
2017
- type: 'string',
2018
- format: 'date-time',
2019
- nullable: true
2020
- },
2021
- expirationDate: {
2022
- type: 'string',
2023
- format: 'date-time'
2024
- },
2025
- residenceCountryCode2: {
2026
- minLength: 1,
2027
- type: 'string'
2028
- },
2029
- nationalityCountryCode2: {
2030
- minLength: 1,
2031
- type: 'string'
2032
- },
2033
- identificationType: {
2034
- enum: ['Passport'],
2035
- type: 'string'
2036
- }
2037
- },
2038
- additionalProperties: false
2039
- }
1791
+ areaCode: {
1792
+ maxLength: 255,
1793
+ minLength: 0,
1794
+ type: 'string'
2040
1795
  },
2041
- gender: {
2042
- enum: ['MALE', 'FEMALE'],
1796
+ localNumber: {
1797
+ maxLength: 255,
1798
+ minLength: 0,
2043
1799
  type: 'string'
2044
1800
  },
2045
- languagePreferenceCode: {
2046
- minLength: 1,
1801
+ ituCountryCode: {
1802
+ maxLength: 255,
1803
+ minLength: 0,
1804
+ type: 'string'
1805
+ },
1806
+ primaryFlag: {
1807
+ type: 'boolean'
1808
+ },
1809
+ typeCode: {
1810
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
2047
1811
  type: 'string'
2048
1812
  }
2049
1813
  },
2050
1814
  additionalProperties: false
2051
1815
  } as const;
2052
1816
 
2053
- export const $UniRefund_TravellerService_Travellers_UpdateTravellerResponseDto = {
2054
- required: ['id'],
1817
+ export const $UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto = {
2055
1818
  type: 'object',
2056
1819
  properties: {
2057
1820
  id: {
2058
1821
  type: 'string',
2059
1822
  format: 'uuid'
2060
- }
2061
- },
2062
- additionalProperties: false
2063
- } as const;
2064
-
2065
- export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2066
- required: ['expirationDate', 'travelDocumentNumber'],
2067
- type: 'object',
2068
- properties: {
2069
- extraProperties: {
2070
- type: 'object',
2071
- additionalProperties: {},
2072
- nullable: true,
2073
- readOnly: true
2074
1823
  },
2075
- id: {
1824
+ creationTime: {
1825
+ type: 'string',
1826
+ format: 'date-time'
1827
+ },
1828
+ creatorId: {
2076
1829
  type: 'string',
2077
1830
  format: 'uuid',
2078
1831
  nullable: true
2079
1832
  },
2080
- travelDocumentNumber: {
2081
- minLength: 1,
2082
- type: 'string'
2083
- },
2084
- birthDate: {
1833
+ lastModificationTime: {
2085
1834
  type: 'string',
2086
1835
  format: 'date-time',
2087
1836
  nullable: true
2088
1837
  },
2089
- firstName: {
1838
+ lastModifierId: {
2090
1839
  type: 'string',
1840
+ format: 'uuid',
2091
1841
  nullable: true
2092
1842
  },
2093
- lastName: {
1843
+ isDeleted: {
1844
+ type: 'boolean'
1845
+ },
1846
+ deleterId: {
2094
1847
  type: 'string',
1848
+ format: 'uuid',
2095
1849
  nullable: true
2096
1850
  },
2097
- issueDate: {
1851
+ deletionTime: {
2098
1852
  type: 'string',
2099
1853
  format: 'date-time',
2100
1854
  nullable: true
2101
1855
  },
2102
- expirationDate: {
1856
+ areaCode: {
2103
1857
  type: 'string',
2104
- format: 'date-time'
1858
+ nullable: true
2105
1859
  },
2106
- residenceCountryCode2: {
1860
+ localNumber: {
2107
1861
  type: 'string',
2108
1862
  nullable: true
2109
1863
  },
2110
- nationalityCountryCode2: {
1864
+ ituCountryCode: {
2111
1865
  type: 'string',
2112
1866
  nullable: true
2113
1867
  },
1868
+ primaryFlag: {
1869
+ type: 'boolean'
1870
+ },
1871
+ typeCode: {
1872
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1873
+ type: 'string'
1874
+ },
1875
+ contactInformationTypeId: {
1876
+ type: 'string',
1877
+ format: 'uuid'
1878
+ }
1879
+ },
1880
+ additionalProperties: false
1881
+ } as const;
1882
+
1883
+ export const $UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto = {
1884
+ required: ['areaCode', 'id', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
1885
+ type: 'object',
1886
+ properties: {
1887
+ extraProperties: {
1888
+ type: 'object',
1889
+ additionalProperties: {},
1890
+ nullable: true,
1891
+ readOnly: true
1892
+ },
1893
+ id: {
1894
+ type: 'string',
1895
+ format: 'uuid'
1896
+ },
1897
+ areaCode: {
1898
+ maxLength: 255,
1899
+ minLength: 0,
1900
+ type: 'string'
1901
+ },
1902
+ localNumber: {
1903
+ maxLength: 255,
1904
+ minLength: 0,
1905
+ type: 'string'
1906
+ },
1907
+ ituCountryCode: {
1908
+ maxLength: 255,
1909
+ minLength: 0,
1910
+ type: 'string'
1911
+ },
1912
+ primaryFlag: {
1913
+ type: 'boolean'
1914
+ },
1915
+ typeCode: {
1916
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1917
+ type: 'string'
1918
+ }
1919
+ },
1920
+ additionalProperties: false
1921
+ } as const;
1922
+
1923
+ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1924
+ required: ['personalIdentification'],
1925
+ type: 'object',
1926
+ properties: {
1927
+ extraProperties: {
1928
+ type: 'object',
1929
+ additionalProperties: {},
1930
+ nullable: true,
1931
+ readOnly: true
1932
+ },
1933
+ personalIdentification: {
1934
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1935
+ type: 'object',
1936
+ properties: {
1937
+ firstName: {
1938
+ minLength: 1,
1939
+ type: 'string'
1940
+ },
1941
+ middleName: {
1942
+ type: 'string',
1943
+ nullable: true
1944
+ },
1945
+ lastName: {
1946
+ minLength: 1,
1947
+ type: 'string'
1948
+ },
1949
+ travelDocumentNumber: {
1950
+ minLength: 1,
1951
+ type: 'string'
1952
+ },
1953
+ birthDate: {
1954
+ type: 'string',
1955
+ format: 'date-time',
1956
+ nullable: true
1957
+ },
1958
+ issueDate: {
1959
+ type: 'string',
1960
+ format: 'date-time',
1961
+ nullable: true
1962
+ },
1963
+ expirationDate: {
1964
+ type: 'string',
1965
+ format: 'date-time'
1966
+ },
1967
+ residenceCountryCode2: {
1968
+ minLength: 1,
1969
+ type: 'string'
1970
+ },
1971
+ nationalityCountryCode2: {
1972
+ minLength: 1,
1973
+ type: 'string'
1974
+ },
1975
+ identificationType: {
1976
+ enum: ['Passport'],
1977
+ type: 'string'
1978
+ }
1979
+ },
1980
+ additionalProperties: false
1981
+ },
2114
1982
  gender: {
2115
1983
  enum: ['MALE', 'FEMALE'],
2116
1984
  type: 'string'
@@ -2118,361 +1986,367 @@ export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2118
1986
  languagePreferenceCode: {
2119
1987
  type: 'string',
2120
1988
  nullable: true
2121
- },
2122
- identificationType: {
2123
- enum: ['Passport'],
2124
- type: 'string'
2125
1989
  }
2126
1990
  },
2127
1991
  additionalProperties: false
2128
1992
  } as const;
2129
1993
 
2130
- export const $UniRefund_TravellerService_Travellers_UpsertTravellerResponseDto = {
2131
- required: ['id', 'travelDocumentNumber'],
1994
+ export const $UniRefund_TravellerService_Travellers_CreateTravellerResponseDto = {
1995
+ required: ['id'],
2132
1996
  type: 'object',
2133
1997
  properties: {
2134
- extraProperties: {
2135
- type: 'object',
2136
- additionalProperties: {},
2137
- nullable: true,
2138
- readOnly: true
2139
- },
2140
1998
  id: {
2141
1999
  type: 'string',
2142
2000
  format: 'uuid'
2143
- },
2144
- travelDocumentNumber: {
2145
- minLength: 1,
2146
- type: 'string'
2147
2001
  }
2148
2002
  },
2149
2003
  additionalProperties: false
2150
2004
  } as const;
2151
2005
 
2152
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerService_AddressTypes_AddressTypeDto__UniRefund_TravellerService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
2006
+ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto = {
2007
+ required: ['entityInformationTypes', 'personalIdentificationCommonDatas', 'personalPreferencesTypes'],
2153
2008
  type: 'object',
2154
2009
  properties: {
2155
- items: {
2010
+ extraProperties: {
2011
+ type: 'object',
2012
+ additionalProperties: {},
2013
+ nullable: true,
2014
+ readOnly: true
2015
+ },
2016
+ entityInformationTypes: {
2156
2017
  type: 'array',
2157
2018
  items: {
2158
2019
  type: 'object',
2159
2020
  properties: {
2160
- id: {
2161
- type: 'string',
2162
- format: 'uuid'
2163
- },
2164
- creationTime: {
2165
- type: 'string',
2166
- format: 'date-time'
2167
- },
2168
- creatorId: {
2169
- type: 'string',
2170
- format: 'uuid',
2171
- nullable: true
2172
- },
2173
- lastModificationTime: {
2174
- type: 'string',
2175
- format: 'date-time',
2176
- nullable: true
2177
- },
2178
- lastModifierId: {
2179
- type: 'string',
2180
- format: 'uuid',
2181
- nullable: true
2182
- },
2183
- isDeleted: {
2184
- type: 'boolean'
2185
- },
2186
- deleterId: {
2187
- type: 'string',
2188
- format: 'uuid',
2189
- nullable: true
2190
- },
2191
- deletionTime: {
2192
- type: 'string',
2193
- format: 'date-time',
2194
- nullable: true
2195
- },
2196
- addressLine: {
2197
- type: 'string',
2198
- nullable: true
2199
- },
2200
- city: {
2201
- type: 'string',
2202
- nullable: true
2203
- },
2204
- terriority: {
2205
- type: 'string',
2206
- nullable: true
2207
- },
2208
- postalCode: {
2209
- type: 'string',
2210
- nullable: true
2211
- },
2212
- country: {
2213
- type: 'string',
2214
- nullable: true
2021
+ extraProperties: {
2022
+ type: 'object',
2023
+ additionalProperties: {},
2024
+ nullable: true,
2025
+ readOnly: true
2215
2026
  },
2216
- fullAddress: {
2217
- type: 'string',
2027
+ individuals: {
2028
+ type: 'array',
2029
+ items: {
2030
+ type: 'object',
2031
+ properties: {
2032
+ extraProperties: {
2033
+ type: 'object',
2034
+ additionalProperties: {},
2035
+ nullable: true,
2036
+ readOnly: true
2037
+ },
2038
+ name: {
2039
+ required: ['firstName', 'lastName'],
2040
+ type: 'object',
2041
+ properties: {
2042
+ firstName: {
2043
+ maxLength: 255,
2044
+ minLength: 0,
2045
+ type: 'string'
2046
+ },
2047
+ lastName: {
2048
+ maxLength: 255,
2049
+ minLength: 0,
2050
+ type: 'string'
2051
+ }
2052
+ },
2053
+ additionalProperties: false
2054
+ },
2055
+ personalSummaries: {
2056
+ type: 'array',
2057
+ items: {
2058
+ required: ['birthDate', 'date', 'ethnicity', 'genderTypeCode', 'maritalStatusCode', 'religiousAffiliationName'],
2059
+ type: 'object',
2060
+ properties: {
2061
+ extraProperties: {
2062
+ type: 'object',
2063
+ additionalProperties: {},
2064
+ nullable: true,
2065
+ readOnly: true
2066
+ },
2067
+ date: {
2068
+ type: 'string',
2069
+ format: 'date-time'
2070
+ },
2071
+ birthDate: {
2072
+ type: 'string',
2073
+ format: 'date-time'
2074
+ },
2075
+ ethnicity: {
2076
+ maxLength: 255,
2077
+ minLength: 0,
2078
+ type: 'string'
2079
+ },
2080
+ maritalStatusCode: {
2081
+ maxLength: 255,
2082
+ minLength: 0,
2083
+ type: 'string'
2084
+ },
2085
+ religiousAffiliationName: {
2086
+ maxLength: 255,
2087
+ minLength: 0,
2088
+ type: 'string'
2089
+ },
2090
+ genderTypeCode: {
2091
+ enum: ['MALE', 'FEMALE'],
2092
+ type: 'string'
2093
+ }
2094
+ },
2095
+ additionalProperties: false
2096
+ },
2097
+ nullable: true
2098
+ },
2099
+ contactInformations: {
2100
+ type: 'array',
2101
+ items: {
2102
+ type: 'object',
2103
+ properties: {
2104
+ extraProperties: {
2105
+ type: 'object',
2106
+ additionalProperties: {},
2107
+ nullable: true,
2108
+ readOnly: true
2109
+ },
2110
+ telephones: {
2111
+ type: 'array',
2112
+ items: {
2113
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
2114
+ type: 'object',
2115
+ properties: {
2116
+ extraProperties: {
2117
+ type: 'object',
2118
+ additionalProperties: {},
2119
+ nullable: true,
2120
+ readOnly: true
2121
+ },
2122
+ areaCode: {
2123
+ maxLength: 255,
2124
+ minLength: 0,
2125
+ type: 'string'
2126
+ },
2127
+ localNumber: {
2128
+ maxLength: 255,
2129
+ minLength: 0,
2130
+ type: 'string'
2131
+ },
2132
+ ituCountryCode: {
2133
+ maxLength: 255,
2134
+ minLength: 0,
2135
+ type: 'string'
2136
+ },
2137
+ primaryFlag: {
2138
+ type: 'boolean'
2139
+ },
2140
+ typeCode: {
2141
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
2142
+ type: 'string'
2143
+ }
2144
+ },
2145
+ additionalProperties: false
2146
+ },
2147
+ nullable: true
2148
+ },
2149
+ addresses: {
2150
+ type: 'array',
2151
+ items: {
2152
+ required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'primaryFlag', 'terriority', 'typeCode'],
2153
+ type: 'object',
2154
+ properties: {
2155
+ extraProperties: {
2156
+ type: 'object',
2157
+ additionalProperties: {},
2158
+ nullable: true,
2159
+ readOnly: true
2160
+ },
2161
+ addressLine: {
2162
+ maxLength: 255,
2163
+ minLength: 0,
2164
+ type: 'string'
2165
+ },
2166
+ city: {
2167
+ maxLength: 255,
2168
+ minLength: 0,
2169
+ type: 'string'
2170
+ },
2171
+ terriority: {
2172
+ maxLength: 255,
2173
+ minLength: 0,
2174
+ type: 'string'
2175
+ },
2176
+ postalCode: {
2177
+ maxLength: 255,
2178
+ minLength: 0,
2179
+ type: 'string'
2180
+ },
2181
+ country: {
2182
+ maxLength: 255,
2183
+ minLength: 0,
2184
+ type: 'string'
2185
+ },
2186
+ fullAddress: {
2187
+ maxLength: 255,
2188
+ minLength: 0,
2189
+ type: 'string'
2190
+ },
2191
+ primaryFlag: {
2192
+ type: 'boolean'
2193
+ },
2194
+ typeCode: {
2195
+ enum: ['HOME', 'OFFICE'],
2196
+ type: 'string'
2197
+ }
2198
+ },
2199
+ additionalProperties: false
2200
+ },
2201
+ nullable: true
2202
+ },
2203
+ emails: {
2204
+ type: 'array',
2205
+ items: {
2206
+ required: ['emailAddress', 'primaryFlag', 'typeCode'],
2207
+ type: 'object',
2208
+ properties: {
2209
+ extraProperties: {
2210
+ type: 'object',
2211
+ additionalProperties: {},
2212
+ nullable: true,
2213
+ readOnly: true
2214
+ },
2215
+ emailAddress: {
2216
+ maxLength: 255,
2217
+ minLength: 0,
2218
+ type: 'string'
2219
+ },
2220
+ primaryFlag: {
2221
+ type: 'boolean'
2222
+ },
2223
+ typeCode: {
2224
+ enum: ['WORK', 'PERSONAL'],
2225
+ type: 'string'
2226
+ }
2227
+ },
2228
+ additionalProperties: false
2229
+ },
2230
+ nullable: true
2231
+ }
2232
+ },
2233
+ additionalProperties: false
2234
+ },
2235
+ nullable: true
2236
+ }
2237
+ },
2238
+ additionalProperties: false
2239
+ },
2218
2240
  nullable: true
2219
- },
2220
- typeCode: {
2221
- enum: ['HOME', 'OFFICE'],
2222
- type: 'string'
2223
- },
2224
- primaryFlag: {
2225
- type: 'boolean'
2226
- },
2227
- contactInformationTypeId: {
2228
- type: 'string',
2229
- format: 'uuid'
2230
2241
  }
2231
2242
  },
2232
2243
  additionalProperties: false
2233
- },
2234
- nullable: true
2244
+ }
2235
2245
  },
2236
- totalCount: {
2237
- type: 'integer',
2238
- format: 'int64'
2239
- }
2240
- },
2241
- additionalProperties: false
2242
- } as const;
2243
-
2244
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto__UniRefund_TravellerService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
2245
- type: 'object',
2246
- properties: {
2247
- items: {
2246
+ personalIdentificationCommonDatas: {
2248
2247
  type: 'array',
2249
2248
  items: {
2249
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
2250
2250
  type: 'object',
2251
2251
  properties: {
2252
- id: {
2253
- type: 'string',
2254
- format: 'uuid'
2255
- },
2256
- creationTime: {
2257
- type: 'string',
2258
- format: 'date-time'
2259
- },
2260
- creatorId: {
2261
- type: 'string',
2262
- format: 'uuid',
2263
- nullable: true
2264
- },
2265
- lastModificationTime: {
2266
- type: 'string',
2267
- format: 'date-time',
2268
- nullable: true
2269
- },
2270
- lastModifierId: {
2271
- type: 'string',
2272
- format: 'uuid',
2273
- nullable: true
2274
- },
2275
- isDeleted: {
2276
- type: 'boolean'
2277
- },
2278
- deleterId: {
2279
- type: 'string',
2280
- format: 'uuid',
2281
- nullable: true
2252
+ firstName: {
2253
+ minLength: 1,
2254
+ type: 'string'
2282
2255
  },
2283
- deletionTime: {
2256
+ middleName: {
2284
2257
  type: 'string',
2285
- format: 'date-time',
2286
2258
  nullable: true
2287
2259
  },
2288
- primaryFlag: {
2289
- type: 'boolean'
2290
- },
2291
- typeCode: {
2292
- enum: ['WORK', 'PERSONAL'],
2260
+ lastName: {
2261
+ minLength: 1,
2293
2262
  type: 'string'
2294
2263
  },
2295
- emailAddress: {
2296
- type: 'string',
2297
- nullable: true
2298
- },
2299
- contactInformationTypeId: {
2300
- type: 'string',
2301
- format: 'uuid'
2302
- }
2303
- },
2304
- additionalProperties: false
2305
- },
2306
- nullable: true
2307
- },
2308
- totalCount: {
2309
- type: 'integer',
2310
- format: 'int64'
2311
- }
2312
- },
2313
- additionalProperties: false
2314
- } as const;
2315
-
2316
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerService_Individuals_IndividualProfileDto__UniRefund_TravellerService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
2317
- type: 'object',
2318
- properties: {
2319
- items: {
2320
- type: 'array',
2321
- items: {
2322
- type: 'object',
2323
- properties: {
2324
- id: {
2325
- type: 'string',
2326
- format: 'uuid'
2264
+ travelDocumentNumber: {
2265
+ minLength: 1,
2266
+ type: 'string'
2327
2267
  },
2328
- name: {
2268
+ birthDate: {
2329
2269
  type: 'string',
2270
+ format: 'date-time',
2330
2271
  nullable: true
2331
2272
  },
2332
- affiliationId: {
2273
+ issueDate: {
2333
2274
  type: 'string',
2334
- format: 'uuid',
2275
+ format: 'date-time',
2335
2276
  nullable: true
2336
2277
  },
2337
- affiliatedName: {
2278
+ expirationDate: {
2338
2279
  type: 'string',
2339
- nullable: true
2280
+ format: 'date-time'
2340
2281
  },
2341
- affiliationTypeCode: {
2342
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
2282
+ residenceCountryCode2: {
2283
+ minLength: 1,
2343
2284
  type: 'string'
2344
2285
  },
2345
- affiliationTypeCodeValue: {
2346
- type: 'string',
2347
- nullable: true
2348
- },
2349
- affiliationParentTypeCode: {
2350
- enum: ['TRAVELLER'],
2286
+ nationalityCountryCode2: {
2287
+ minLength: 1,
2351
2288
  type: 'string'
2352
2289
  },
2353
- affiliationParentTypeCodeValue: {
2354
- type: 'string',
2355
- nullable: true
2290
+ identificationType: {
2291
+ enum: ['Passport'],
2292
+ type: 'string'
2356
2293
  }
2357
2294
  },
2358
2295
  additionalProperties: false
2359
- },
2360
- nullable: true
2296
+ }
2361
2297
  },
2362
- totalCount: {
2363
- type: 'integer',
2364
- format: 'int64'
2365
- }
2366
- },
2367
- additionalProperties: false
2368
- } as const;
2369
-
2370
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto__UniRefund_TravellerService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
2371
- type: 'object',
2372
- properties: {
2373
- items: {
2298
+ personalPreferencesTypes: {
2374
2299
  type: 'array',
2375
2300
  items: {
2376
- type: 'object',
2377
- properties: {
2378
- id: {
2379
- type: 'string',
2380
- format: 'uuid'
2381
- },
2382
- creationTime: {
2383
- type: 'string',
2384
- format: 'date-time'
2385
- },
2386
- creatorId: {
2387
- type: 'string',
2388
- format: 'uuid',
2389
- nullable: true
2390
- },
2391
- lastModificationTime: {
2392
- type: 'string',
2393
- format: 'date-time',
2394
- nullable: true
2395
- },
2396
- lastModifierId: {
2397
- type: 'string',
2398
- format: 'uuid',
2399
- nullable: true
2400
- },
2401
- isDeleted: {
2402
- type: 'boolean'
2403
- },
2404
- deleterId: {
2405
- type: 'string',
2406
- format: 'uuid',
2407
- nullable: true
2408
- },
2409
- deletionTime: {
2410
- type: 'string',
2411
- format: 'date-time',
2412
- nullable: true
2413
- },
2414
- areaCode: {
2415
- type: 'string',
2416
- nullable: true
2417
- },
2418
- localNumber: {
2419
- type: 'string',
2420
- nullable: true
2421
- },
2422
- ituCountryCode: {
2301
+ type: 'object',
2302
+ properties: {
2303
+ languagePreferenceCode: {
2423
2304
  type: 'string',
2424
2305
  nullable: true
2425
- },
2426
- primaryFlag: {
2427
- type: 'boolean'
2428
- },
2429
- typeCode: {
2430
- enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
2431
- type: 'string'
2432
- },
2433
- contactInformationTypeId: {
2434
- type: 'string',
2435
- format: 'uuid'
2436
2306
  }
2437
2307
  },
2438
2308
  additionalProperties: false
2439
- },
2440
- nullable: true
2441
- },
2442
- totalCount: {
2443
- type: 'integer',
2444
- format: 'int64'
2309
+ }
2445
2310
  }
2446
2311
  },
2447
2312
  additionalProperties: false
2448
2313
  } as const;
2449
2314
 
2450
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerService_Travellers_TravellerListProfileDto__UniRefund_TravellerService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
2315
+ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto = {
2316
+ required: ['hasUserAccount', 'id', 'personalIdentifications'],
2451
2317
  type: 'object',
2452
2318
  properties: {
2453
- items: {
2319
+ id: {
2320
+ type: 'string',
2321
+ format: 'uuid'
2322
+ },
2323
+ languagePreferenceCode: {
2324
+ type: 'string',
2325
+ nullable: true
2326
+ },
2327
+ userAccountId: {
2328
+ type: 'string',
2329
+ format: 'uuid',
2330
+ nullable: true
2331
+ },
2332
+ hasUserAccount: {
2333
+ type: 'boolean',
2334
+ readOnly: true
2335
+ },
2336
+ gender: {
2337
+ enum: ['MALE', 'FEMALE'],
2338
+ type: 'string'
2339
+ },
2340
+ personalIdentifications: {
2454
2341
  type: 'array',
2455
2342
  items: {
2456
- required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
2343
+ required: ['expirationDate', 'firstName', 'fullName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
2457
2344
  type: 'object',
2458
2345
  properties: {
2459
2346
  id: {
2460
2347
  type: 'string',
2461
2348
  format: 'uuid'
2462
2349
  },
2463
- languagePreferenceCode: {
2464
- type: 'string',
2465
- nullable: true
2466
- },
2467
- userAccountId: {
2468
- type: 'string',
2469
- format: 'uuid',
2470
- nullable: true
2471
- },
2472
- gender: {
2473
- enum: ['MALE', 'FEMALE'],
2474
- type: 'string'
2475
- },
2476
2350
  travelDocumentNumber: {
2477
2351
  minLength: 1,
2478
2352
  type: 'string'
@@ -2497,15 +2371,29 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2497
2371
  minLength: 1,
2498
2372
  type: 'string'
2499
2373
  },
2374
+ middleName: {
2375
+ type: 'string',
2376
+ nullable: true
2377
+ },
2500
2378
  lastName: {
2501
2379
  minLength: 1,
2502
2380
  type: 'string'
2503
2381
  },
2382
+ fullName: {
2383
+ minLength: 1,
2384
+ type: 'string',
2385
+ readOnly: true
2386
+ },
2504
2387
  birthDate: {
2505
2388
  type: 'string',
2506
2389
  format: 'date-time',
2507
2390
  nullable: true
2508
2391
  },
2392
+ issueDate: {
2393
+ type: 'string',
2394
+ format: 'date-time',
2395
+ nullable: true
2396
+ },
2509
2397
  expirationDate: {
2510
2398
  type: 'string',
2511
2399
  format: 'date-time'
@@ -2516,12 +2404,197 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2516
2404
  }
2517
2405
  },
2518
2406
  additionalProperties: false
2519
- },
2407
+ }
2408
+ }
2409
+ },
2410
+ additionalProperties: false
2411
+ } as const;
2412
+
2413
+ export const $UniRefund_TravellerService_Travellers_TravellerDocumentNumberDto = {
2414
+ type: 'object',
2415
+ properties: {
2416
+ id: {
2417
+ type: 'string',
2418
+ format: 'uuid'
2419
+ },
2420
+ travelDocumentNumber: {
2421
+ type: 'string',
2520
2422
  nullable: true
2423
+ }
2424
+ },
2425
+ additionalProperties: false
2426
+ } as const;
2427
+
2428
+ export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
2429
+ required: ['expirationDate', 'firstName', 'fullName', 'hasUserAccount', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
2430
+ type: 'object',
2431
+ properties: {
2432
+ id: {
2433
+ type: 'string',
2434
+ format: 'uuid'
2521
2435
  },
2522
- totalCount: {
2523
- type: 'integer',
2524
- format: 'int64'
2436
+ languagePreferenceCode: {
2437
+ type: 'string',
2438
+ nullable: true
2439
+ },
2440
+ userAccountId: {
2441
+ type: 'string',
2442
+ format: 'uuid',
2443
+ nullable: true
2444
+ },
2445
+ hasUserAccount: {
2446
+ type: 'boolean',
2447
+ readOnly: true
2448
+ },
2449
+ gender: {
2450
+ enum: ['MALE', 'FEMALE'],
2451
+ type: 'string'
2452
+ },
2453
+ travelDocumentNumber: {
2454
+ minLength: 1,
2455
+ type: 'string'
2456
+ },
2457
+ residenceCountryCode2: {
2458
+ minLength: 1,
2459
+ type: 'string'
2460
+ },
2461
+ residenceCountryName: {
2462
+ minLength: 1,
2463
+ type: 'string'
2464
+ },
2465
+ nationalityCountryCode2: {
2466
+ minLength: 1,
2467
+ type: 'string'
2468
+ },
2469
+ nationalityCountryName: {
2470
+ minLength: 1,
2471
+ type: 'string'
2472
+ },
2473
+ firstName: {
2474
+ minLength: 1,
2475
+ type: 'string'
2476
+ },
2477
+ middleName: {
2478
+ type: 'string',
2479
+ nullable: true
2480
+ },
2481
+ lastName: {
2482
+ minLength: 1,
2483
+ type: 'string'
2484
+ },
2485
+ fullName: {
2486
+ minLength: 1,
2487
+ type: 'string',
2488
+ readOnly: true
2489
+ },
2490
+ birthDate: {
2491
+ type: 'string',
2492
+ format: 'date-time',
2493
+ nullable: true
2494
+ },
2495
+ expirationDate: {
2496
+ type: 'string',
2497
+ format: 'date-time'
2498
+ },
2499
+ identificationType: {
2500
+ enum: ['Passport'],
2501
+ type: 'string'
2502
+ }
2503
+ },
2504
+ additionalProperties: false
2505
+ } as const;
2506
+
2507
+ export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2508
+ required: ['expirationDate', 'travelDocumentNumber'],
2509
+ type: 'object',
2510
+ properties: {
2511
+ extraProperties: {
2512
+ type: 'object',
2513
+ additionalProperties: {},
2514
+ nullable: true,
2515
+ readOnly: true
2516
+ },
2517
+ id: {
2518
+ type: 'string',
2519
+ format: 'uuid',
2520
+ nullable: true
2521
+ },
2522
+ travelDocumentNumber: {
2523
+ minLength: 1,
2524
+ type: 'string'
2525
+ },
2526
+ birthDate: {
2527
+ type: 'string',
2528
+ format: 'date-time',
2529
+ nullable: true
2530
+ },
2531
+ firstName: {
2532
+ type: 'string',
2533
+ nullable: true
2534
+ },
2535
+ middleName: {
2536
+ type: 'string',
2537
+ nullable: true
2538
+ },
2539
+ lastName: {
2540
+ type: 'string',
2541
+ nullable: true
2542
+ },
2543
+ issueDate: {
2544
+ type: 'string',
2545
+ format: 'date-time',
2546
+ nullable: true
2547
+ },
2548
+ expirationDate: {
2549
+ type: 'string',
2550
+ format: 'date-time'
2551
+ },
2552
+ residenceCountryCode2: {
2553
+ type: 'string',
2554
+ nullable: true
2555
+ },
2556
+ nationalityCountryCode2: {
2557
+ type: 'string',
2558
+ nullable: true
2559
+ },
2560
+ gender: {
2561
+ enum: ['MALE', 'FEMALE'],
2562
+ type: 'string'
2563
+ },
2564
+ languagePreferenceCode: {
2565
+ type: 'string',
2566
+ nullable: true
2567
+ },
2568
+ identificationType: {
2569
+ enum: ['Passport'],
2570
+ type: 'string'
2571
+ },
2572
+ creatorId: {
2573
+ type: 'string',
2574
+ format: 'uuid',
2575
+ nullable: true
2576
+ }
2577
+ },
2578
+ additionalProperties: false
2579
+ } as const;
2580
+
2581
+ export const $UniRefund_TravellerService_Travellers_UpsertTravellerResponseDto = {
2582
+ required: ['id', 'travelDocumentNumber'],
2583
+ type: 'object',
2584
+ properties: {
2585
+ extraProperties: {
2586
+ type: 'object',
2587
+ additionalProperties: {},
2588
+ nullable: true,
2589
+ readOnly: true
2590
+ },
2591
+ id: {
2592
+ type: 'string',
2593
+ format: 'uuid'
2594
+ },
2595
+ travelDocumentNumber: {
2596
+ minLength: 1,
2597
+ type: 'string'
2525
2598
  }
2526
2599
  },
2527
2600
  additionalProperties: false