@ayasofyazilim/saas 0.0.50 → 0.0.52

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.
@@ -64,9 +64,8 @@ export const $UniRefund_TravellerService_AddressTypes_AddressTypeDto = {
64
64
  nullable: true
65
65
  },
66
66
  typeCode: {
67
- enum: [0, 1],
68
- type: 'integer',
69
- format: 'int32'
67
+ enum: ['HOME', 'OFFICE'],
68
+ type: 'string'
70
69
  },
71
70
  primaryFlag: {
72
71
  type: 'boolean'
@@ -123,9 +122,8 @@ export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto = {
123
122
  type: 'boolean'
124
123
  },
125
124
  typeCode: {
126
- enum: [0, 1],
127
- type: 'integer',
128
- format: 'int32'
125
+ enum: ['HOME', 'OFFICE'],
126
+ type: 'string'
129
127
  },
130
128
  contactInformationTypeId: {
131
129
  type: 'string',
@@ -179,9 +177,8 @@ export const $UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithCompo
179
177
  type: 'boolean'
180
178
  },
181
179
  typeCode: {
182
- enum: [0, 1],
183
- type: 'integer',
184
- format: 'int32'
180
+ enum: ['HOME', 'OFFICE'],
181
+ type: 'string'
185
182
  }
186
183
  },
187
184
  additionalProperties: false
@@ -235,9 +232,8 @@ export const $UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto = {
235
232
  type: 'boolean'
236
233
  },
237
234
  typeCode: {
238
- enum: [0, 1],
239
- type: 'integer',
240
- format: 'int32'
235
+ enum: ['HOME', 'OFFICE'],
236
+ type: 'string'
241
237
  }
242
238
  },
243
239
  additionalProperties: false
@@ -283,9 +279,8 @@ export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactIn
283
279
  type: 'boolean'
284
280
  },
285
281
  typeCode: {
286
- enum: [0, 1, 2, 3],
287
- type: 'integer',
288
- format: 'int32'
282
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
283
+ type: 'string'
289
284
  }
290
285
  },
291
286
  additionalProperties: false
@@ -338,9 +333,8 @@ export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactIn
338
333
  type: 'boolean'
339
334
  },
340
335
  typeCode: {
341
- enum: [0, 1],
342
- type: 'integer',
343
- format: 'int32'
336
+ enum: ['HOME', 'OFFICE'],
337
+ type: 'string'
344
338
  }
345
339
  },
346
340
  additionalProperties: false
@@ -368,9 +362,8 @@ export const $UniRefund_TravellerService_ContactInformationTypes_CreateContactIn
368
362
  type: 'boolean'
369
363
  },
370
364
  typeCode: {
371
- enum: [0, 1],
372
- type: 'integer',
373
- format: 'int32'
365
+ enum: ['WORK', 'PERSONAL'],
366
+ type: 'string'
374
367
  }
375
368
  },
376
369
  additionalProperties: false
@@ -400,9 +393,8 @@ export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataD
400
393
  type: 'boolean'
401
394
  },
402
395
  typeCode: {
403
- enum: [0, 1],
404
- type: 'integer',
405
- format: 'int32'
396
+ enum: ['WORK', 'PERSONAL'],
397
+ type: 'string'
406
398
  },
407
399
  contactInformationTypeId: {
408
400
  type: 'string',
@@ -431,9 +423,8 @@ export const $UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataW
431
423
  type: 'boolean'
432
424
  },
433
425
  typeCode: {
434
- enum: [0, 1],
435
- type: 'integer',
436
- format: 'int32'
426
+ enum: ['WORK', 'PERSONAL'],
427
+ type: 'string'
437
428
  }
438
429
  },
439
430
  additionalProperties: false
@@ -482,9 +473,8 @@ export const $UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
482
473
  type: 'boolean'
483
474
  },
484
475
  typeCode: {
485
- enum: [0, 1],
486
- type: 'integer',
487
- format: 'int32'
476
+ enum: ['WORK', 'PERSONAL'],
477
+ type: 'string'
488
478
  },
489
479
  emailAddress: {
490
480
  type: 'string',
@@ -521,9 +511,8 @@ export const $UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataD
521
511
  type: 'boolean'
522
512
  },
523
513
  typeCode: {
524
- enum: [0, 1],
525
- type: 'integer',
526
- format: 'int32'
514
+ enum: ['WORK', 'PERSONAL'],
515
+ type: 'string'
527
516
  }
528
517
  },
529
518
  additionalProperties: false
@@ -602,9 +591,8 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
602
591
  type: 'string'
603
592
  },
604
593
  genderTypeCode: {
605
- enum: [0, 1],
606
- type: 'integer',
607
- format: 'int32'
594
+ enum: ['MALE', 'FEMALE'],
595
+ type: 'string'
608
596
  }
609
597
  },
610
598
  additionalProperties: false
@@ -653,9 +641,8 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
653
641
  type: 'boolean'
654
642
  },
655
643
  typeCode: {
656
- enum: [0, 1, 2, 3],
657
- type: 'integer',
658
- format: 'int32'
644
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
645
+ type: 'string'
659
646
  }
660
647
  },
661
648
  additionalProperties: false
@@ -708,9 +695,8 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
708
695
  type: 'boolean'
709
696
  },
710
697
  typeCode: {
711
- enum: [0, 1],
712
- type: 'integer',
713
- format: 'int32'
698
+ enum: ['HOME', 'OFFICE'],
699
+ type: 'string'
714
700
  }
715
701
  },
716
702
  additionalProperties: false
@@ -738,9 +724,8 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
738
724
  type: 'boolean'
739
725
  },
740
726
  typeCode: {
741
- enum: [0, 1],
742
- type: 'integer',
743
- format: 'int32'
727
+ enum: ['WORK', 'PERSONAL'],
728
+ type: 'string'
744
729
  }
745
730
  },
746
731
  additionalProperties: false
@@ -762,45 +747,38 @@ export const $UniRefund_TravellerService_EntityInformationTypes_CreateEntityInfo
762
747
  } as const;
763
748
 
764
749
  export const $UniRefund_TravellerService_Enums_AddressTypeCode = {
765
- enum: [0, 1],
766
- type: 'integer',
767
- format: 'int32'
750
+ enum: ['HOME', 'OFFICE'],
751
+ type: 'string'
768
752
  } as const;
769
753
 
770
754
  export const $UniRefund_TravellerService_Enums_AffiliationTypeCode = {
771
- enum: [0, 1, 2],
772
- type: 'integer',
773
- format: 'int32'
755
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
756
+ type: 'string'
774
757
  } as const;
775
758
 
776
759
  export const $UniRefund_TravellerService_Enums_EmailTypeCode = {
777
- enum: [0, 1],
778
- type: 'integer',
779
- format: 'int32'
760
+ enum: ['WORK', 'PERSONAL'],
761
+ type: 'string'
780
762
  } as const;
781
763
 
782
764
  export const $UniRefund_TravellerService_Enums_EntityPartyTypeCode = {
783
- enum: [0],
784
- type: 'integer',
785
- format: 'int32'
765
+ enum: ['TRAVELLER'],
766
+ type: 'string'
786
767
  } as const;
787
768
 
788
769
  export const $UniRefund_TravellerService_Enums_GenderTypeCode = {
789
- enum: [0, 1],
790
- type: 'integer',
791
- format: 'int32'
770
+ enum: ['MALE', 'FEMALE'],
771
+ type: 'string'
792
772
  } as const;
793
773
 
794
774
  export const $UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = {
795
- enum: [0],
796
- type: 'integer',
797
- format: 'int32'
775
+ enum: ['Passport'],
776
+ type: 'string'
798
777
  } as const;
799
778
 
800
779
  export const $UniRefund_TravellerService_Enums_TelephoneTypeCode = {
801
- enum: [0, 1, 2, 3],
802
- type: 'integer',
803
- format: 'int32'
780
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
781
+ type: 'string'
804
782
  } as const;
805
783
 
806
784
  export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
@@ -865,9 +843,8 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
865
843
  type: 'string'
866
844
  },
867
845
  genderTypeCode: {
868
- enum: [0, 1],
869
- type: 'integer',
870
- format: 'int32'
846
+ enum: ['MALE', 'FEMALE'],
847
+ type: 'string'
871
848
  }
872
849
  },
873
850
  additionalProperties: false
@@ -916,9 +893,8 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
916
893
  type: 'boolean'
917
894
  },
918
895
  typeCode: {
919
- enum: [0, 1, 2, 3],
920
- type: 'integer',
921
- format: 'int32'
896
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
897
+ type: 'string'
922
898
  }
923
899
  },
924
900
  additionalProperties: false
@@ -971,9 +947,8 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
971
947
  type: 'boolean'
972
948
  },
973
949
  typeCode: {
974
- enum: [0, 1],
975
- type: 'integer',
976
- format: 'int32'
950
+ enum: ['HOME', 'OFFICE'],
951
+ type: 'string'
977
952
  }
978
953
  },
979
954
  additionalProperties: false
@@ -1001,9 +976,8 @@ export const $UniRefund_TravellerService_Individuals_CreateIndividualDto = {
1001
976
  type: 'boolean'
1002
977
  },
1003
978
  typeCode: {
1004
- enum: [0, 1],
1005
- type: 'integer',
1006
- format: 'int32'
979
+ enum: ['WORK', 'PERSONAL'],
980
+ type: 'string'
1007
981
  }
1008
982
  },
1009
983
  additionalProperties: false
@@ -1040,18 +1014,16 @@ export const $UniRefund_TravellerService_Individuals_IndividualProfileDto = {
1040
1014
  nullable: true
1041
1015
  },
1042
1016
  affiliationTypeCode: {
1043
- enum: [0, 1, 2],
1044
- type: 'integer',
1045
- format: 'int32'
1017
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
1018
+ type: 'string'
1046
1019
  },
1047
1020
  affiliationTypeCodeValue: {
1048
1021
  type: 'string',
1049
1022
  nullable: true
1050
1023
  },
1051
1024
  affiliationParentTypeCode: {
1052
- enum: [0],
1053
- type: 'integer',
1054
- format: 'int32'
1025
+ enum: ['TRAVELLER'],
1026
+ type: 'string'
1055
1027
  },
1056
1028
  affiliationParentTypeCodeValue: {
1057
1029
  type: 'string',
@@ -1080,7 +1052,7 @@ export const $UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto
1080
1052
  } as const;
1081
1053
 
1082
1054
  export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto = {
1083
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountry', 'personalID', 'residenceCountry'],
1055
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1084
1056
  type: 'object',
1085
1057
  properties: {
1086
1058
  firstName: {
@@ -1091,7 +1063,7 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Creat
1091
1063
  minLength: 1,
1092
1064
  type: 'string'
1093
1065
  },
1094
- personalID: {
1066
+ travelDocumentNumber: {
1095
1067
  minLength: 1,
1096
1068
  type: 'string'
1097
1069
  },
@@ -1109,25 +1081,24 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Creat
1109
1081
  type: 'string',
1110
1082
  format: 'date-time'
1111
1083
  },
1112
- residenceCountry: {
1084
+ residenceCountryCode2: {
1113
1085
  minLength: 1,
1114
1086
  type: 'string'
1115
1087
  },
1116
- nationalityCountry: {
1088
+ nationalityCountryCode2: {
1117
1089
  minLength: 1,
1118
1090
  type: 'string'
1119
1091
  },
1120
1092
  identificationType: {
1121
- enum: [0],
1122
- type: 'integer',
1123
- format: 'int32'
1093
+ enum: ['Passport'],
1094
+ type: 'string'
1124
1095
  }
1125
1096
  },
1126
1097
  additionalProperties: false
1127
1098
  } as const;
1128
1099
 
1129
1100
  export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
1130
- required: ['countryOfResidence', 'countryOfResidenceCode2', 'expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationality', 'nationalityCode2', 'travelDocumentNumber'],
1101
+ required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1131
1102
  type: 'object',
1132
1103
  properties: {
1133
1104
  id: {
@@ -1138,19 +1109,19 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Perso
1138
1109
  minLength: 1,
1139
1110
  type: 'string'
1140
1111
  },
1141
- countryOfResidenceCode2: {
1112
+ residenceCountryCode2: {
1142
1113
  minLength: 1,
1143
1114
  type: 'string'
1144
1115
  },
1145
- countryOfResidence: {
1116
+ residenceCountryName: {
1146
1117
  minLength: 1,
1147
1118
  type: 'string'
1148
1119
  },
1149
- nationalityCode2: {
1120
+ nationalityCountryCode2: {
1150
1121
  minLength: 1,
1151
1122
  type: 'string'
1152
1123
  },
1153
- nationality: {
1124
+ nationalityCountryName: {
1154
1125
  minLength: 1,
1155
1126
  type: 'string'
1156
1127
  },
@@ -1162,7 +1133,12 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Perso
1162
1133
  minLength: 1,
1163
1134
  type: 'string'
1164
1135
  },
1165
- dateOfBirth: {
1136
+ birthDate: {
1137
+ type: 'string',
1138
+ format: 'date-time',
1139
+ nullable: true
1140
+ },
1141
+ issueDate: {
1166
1142
  type: 'string',
1167
1143
  format: 'date-time',
1168
1144
  nullable: true
@@ -1172,16 +1148,15 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Perso
1172
1148
  format: 'date-time'
1173
1149
  },
1174
1150
  identificationType: {
1175
- enum: [0],
1176
- type: 'integer',
1177
- format: 'int32'
1151
+ enum: ['Passport'],
1152
+ type: 'string'
1178
1153
  }
1179
1154
  },
1180
1155
  additionalProperties: false
1181
1156
  } as const;
1182
1157
 
1183
1158
  export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto = {
1184
- required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountry', 'personalID', 'residenceCountry'],
1159
+ required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1185
1160
  type: 'object',
1186
1161
  properties: {
1187
1162
  id: {
@@ -1189,7 +1164,7 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Updat
1189
1164
  format: 'uuid',
1190
1165
  nullable: true
1191
1166
  },
1192
- personalID: {
1167
+ travelDocumentNumber: {
1193
1168
  minLength: 1,
1194
1169
  type: 'string'
1195
1170
  },
@@ -1215,18 +1190,17 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Updat
1215
1190
  type: 'string',
1216
1191
  format: 'date-time'
1217
1192
  },
1218
- residenceCountry: {
1193
+ residenceCountryCode2: {
1219
1194
  minLength: 1,
1220
1195
  type: 'string'
1221
1196
  },
1222
- nationalityCountry: {
1197
+ nationalityCountryCode2: {
1223
1198
  minLength: 1,
1224
1199
  type: 'string'
1225
1200
  },
1226
1201
  identificationType: {
1227
- enum: [0],
1228
- type: 'integer',
1229
- format: 'int32'
1202
+ enum: ['Passport'],
1203
+ type: 'string'
1230
1204
  }
1231
1205
  },
1232
1206
  additionalProperties: false
@@ -1235,7 +1209,7 @@ export const $UniRefund_TravellerService_PersonalIdentificationCommonDatas_Updat
1235
1209
  export const $UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto = {
1236
1210
  type: 'object',
1237
1211
  properties: {
1238
- languagePreference: {
1212
+ languagePreferenceCode: {
1239
1213
  type: 'string',
1240
1214
  nullable: true
1241
1215
  }
@@ -1277,9 +1251,8 @@ export const $UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummary
1277
1251
  type: 'string'
1278
1252
  },
1279
1253
  genderTypeCode: {
1280
- enum: [0, 1],
1281
- type: 'integer',
1282
- format: 'int32'
1254
+ enum: ['MALE', 'FEMALE'],
1255
+ type: 'string'
1283
1256
  }
1284
1257
  },
1285
1258
  additionalProperties: false
@@ -1314,9 +1287,8 @@ export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto =
1314
1287
  type: 'boolean'
1315
1288
  },
1316
1289
  typeCode: {
1317
- enum: [0, 1, 2, 3],
1318
- type: 'integer',
1319
- format: 'int32'
1290
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1291
+ type: 'string'
1320
1292
  },
1321
1293
  contactInformationTypeId: {
1322
1294
  type: 'string',
@@ -1355,9 +1327,8 @@ export const $UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithC
1355
1327
  type: 'boolean'
1356
1328
  },
1357
1329
  typeCode: {
1358
- enum: [0, 1, 2, 3],
1359
- type: 'integer',
1360
- format: 'int32'
1330
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1331
+ type: 'string'
1361
1332
  }
1362
1333
  },
1363
1334
  additionalProperties: false
@@ -1418,9 +1389,8 @@ export const $UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto = {
1418
1389
  type: 'boolean'
1419
1390
  },
1420
1391
  typeCode: {
1421
- enum: [0, 1, 2, 3],
1422
- type: 'integer',
1423
- format: 'int32'
1392
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1393
+ type: 'string'
1424
1394
  },
1425
1395
  contactInformationTypeId: {
1426
1396
  type: 'string',
@@ -1463,9 +1433,8 @@ export const $UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto =
1463
1433
  type: 'boolean'
1464
1434
  },
1465
1435
  typeCode: {
1466
- enum: [0, 1, 2, 3],
1467
- type: 'integer',
1468
- format: 'int32'
1436
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1437
+ type: 'string'
1469
1438
  }
1470
1439
  },
1471
1440
  additionalProperties: false
@@ -1482,7 +1451,7 @@ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1482
1451
  readOnly: true
1483
1452
  },
1484
1453
  personalIdentification: {
1485
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountry', 'personalID', 'residenceCountry'],
1454
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1486
1455
  type: 'object',
1487
1456
  properties: {
1488
1457
  firstName: {
@@ -1493,7 +1462,7 @@ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1493
1462
  minLength: 1,
1494
1463
  type: 'string'
1495
1464
  },
1496
- personalID: {
1465
+ travelDocumentNumber: {
1497
1466
  minLength: 1,
1498
1467
  type: 'string'
1499
1468
  },
@@ -1511,28 +1480,26 @@ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1511
1480
  type: 'string',
1512
1481
  format: 'date-time'
1513
1482
  },
1514
- residenceCountry: {
1483
+ residenceCountryCode2: {
1515
1484
  minLength: 1,
1516
1485
  type: 'string'
1517
1486
  },
1518
- nationalityCountry: {
1487
+ nationalityCountryCode2: {
1519
1488
  minLength: 1,
1520
1489
  type: 'string'
1521
1490
  },
1522
1491
  identificationType: {
1523
- enum: [0],
1524
- type: 'integer',
1525
- format: 'int32'
1492
+ enum: ['Passport'],
1493
+ type: 'string'
1526
1494
  }
1527
1495
  },
1528
1496
  additionalProperties: false
1529
1497
  },
1530
1498
  gender: {
1531
- enum: [0, 1],
1532
- type: 'integer',
1533
- format: 'int32'
1499
+ enum: ['MALE', 'FEMALE'],
1500
+ type: 'string'
1534
1501
  },
1535
- preferredLanguage: {
1502
+ languagePreferenceCode: {
1536
1503
  type: 'string',
1537
1504
  nullable: true
1538
1505
  }
@@ -1540,7 +1507,7 @@ export const $UniRefund_TravellerService_Travellers_CreateTravellerDto = {
1540
1507
  additionalProperties: false
1541
1508
  } as const;
1542
1509
 
1543
- export const $UniRefund_TravellerService_Travellers_CreateTravellerResDto = {
1510
+ export const $UniRefund_TravellerService_Travellers_CreateTravellerResponseDto = {
1544
1511
  required: ['id'],
1545
1512
  type: 'object',
1546
1513
  properties: {
@@ -1637,9 +1604,8 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1637
1604
  type: 'string'
1638
1605
  },
1639
1606
  genderTypeCode: {
1640
- enum: [0, 1],
1641
- type: 'integer',
1642
- format: 'int32'
1607
+ enum: ['MALE', 'FEMALE'],
1608
+ type: 'string'
1643
1609
  }
1644
1610
  },
1645
1611
  additionalProperties: false
@@ -1688,9 +1654,8 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1688
1654
  type: 'boolean'
1689
1655
  },
1690
1656
  typeCode: {
1691
- enum: [0, 1, 2, 3],
1692
- type: 'integer',
1693
- format: 'int32'
1657
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
1658
+ type: 'string'
1694
1659
  }
1695
1660
  },
1696
1661
  additionalProperties: false
@@ -1743,9 +1708,8 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1743
1708
  type: 'boolean'
1744
1709
  },
1745
1710
  typeCode: {
1746
- enum: [0, 1],
1747
- type: 'integer',
1748
- format: 'int32'
1711
+ enum: ['HOME', 'OFFICE'],
1712
+ type: 'string'
1749
1713
  }
1750
1714
  },
1751
1715
  additionalProperties: false
@@ -1773,9 +1737,8 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1773
1737
  type: 'boolean'
1774
1738
  },
1775
1739
  typeCode: {
1776
- enum: [0, 1],
1777
- type: 'integer',
1778
- format: 'int32'
1740
+ enum: ['WORK', 'PERSONAL'],
1741
+ type: 'string'
1779
1742
  }
1780
1743
  },
1781
1744
  additionalProperties: false
@@ -1799,7 +1762,7 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1799
1762
  personalIdentificationCommonDatas: {
1800
1763
  type: 'array',
1801
1764
  items: {
1802
- required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountry', 'personalID', 'residenceCountry'],
1765
+ required: ['expirationDate', 'firstName', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
1803
1766
  type: 'object',
1804
1767
  properties: {
1805
1768
  firstName: {
@@ -1810,7 +1773,7 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1810
1773
  minLength: 1,
1811
1774
  type: 'string'
1812
1775
  },
1813
- personalID: {
1776
+ travelDocumentNumber: {
1814
1777
  minLength: 1,
1815
1778
  type: 'string'
1816
1779
  },
@@ -1828,18 +1791,17 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1828
1791
  type: 'string',
1829
1792
  format: 'date-time'
1830
1793
  },
1831
- residenceCountry: {
1794
+ residenceCountryCode2: {
1832
1795
  minLength: 1,
1833
1796
  type: 'string'
1834
1797
  },
1835
- nationalityCountry: {
1798
+ nationalityCountryCode2: {
1836
1799
  minLength: 1,
1837
1800
  type: 'string'
1838
1801
  },
1839
1802
  identificationType: {
1840
- enum: [0],
1841
- type: 'integer',
1842
- format: 'int32'
1803
+ enum: ['Passport'],
1804
+ type: 'string'
1843
1805
  }
1844
1806
  },
1845
1807
  additionalProperties: false
@@ -1850,7 +1812,7 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1850
1812
  items: {
1851
1813
  type: 'object',
1852
1814
  properties: {
1853
- languagePreference: {
1815
+ languagePreferenceCode: {
1854
1816
  type: 'string',
1855
1817
  nullable: true
1856
1818
  }
@@ -1863,14 +1825,14 @@ export const $UniRefund_TravellerService_Travellers_CreateWithComponentsTravelle
1863
1825
  } as const;
1864
1826
 
1865
1827
  export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto = {
1866
- required: ['id', 'personalIdentificationProfiles'],
1828
+ required: ['id', 'personalIdentifications'],
1867
1829
  type: 'object',
1868
1830
  properties: {
1869
1831
  id: {
1870
1832
  type: 'string',
1871
1833
  format: 'uuid'
1872
1834
  },
1873
- language: {
1835
+ languagePreferenceCode: {
1874
1836
  type: 'string',
1875
1837
  nullable: true
1876
1838
  },
@@ -1880,14 +1842,13 @@ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto =
1880
1842
  nullable: true
1881
1843
  },
1882
1844
  gender: {
1883
- enum: [0, 1],
1884
- type: 'integer',
1885
- format: 'int32'
1845
+ enum: ['MALE', 'FEMALE'],
1846
+ type: 'string'
1886
1847
  },
1887
- personalIdentificationProfiles: {
1848
+ personalIdentifications: {
1888
1849
  type: 'array',
1889
1850
  items: {
1890
- required: ['countryOfResidence', 'countryOfResidenceCode2', 'expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationality', 'nationalityCode2', 'travelDocumentNumber'],
1851
+ required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1891
1852
  type: 'object',
1892
1853
  properties: {
1893
1854
  id: {
@@ -1898,19 +1859,19 @@ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto =
1898
1859
  minLength: 1,
1899
1860
  type: 'string'
1900
1861
  },
1901
- countryOfResidenceCode2: {
1862
+ residenceCountryCode2: {
1902
1863
  minLength: 1,
1903
1864
  type: 'string'
1904
1865
  },
1905
- countryOfResidence: {
1866
+ residenceCountryName: {
1906
1867
  minLength: 1,
1907
1868
  type: 'string'
1908
1869
  },
1909
- nationalityCode2: {
1870
+ nationalityCountryCode2: {
1910
1871
  minLength: 1,
1911
1872
  type: 'string'
1912
1873
  },
1913
- nationality: {
1874
+ nationalityCountryName: {
1914
1875
  minLength: 1,
1915
1876
  type: 'string'
1916
1877
  },
@@ -1922,7 +1883,12 @@ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto =
1922
1883
  minLength: 1,
1923
1884
  type: 'string'
1924
1885
  },
1925
- dateOfBirth: {
1886
+ birthDate: {
1887
+ type: 'string',
1888
+ format: 'date-time',
1889
+ nullable: true
1890
+ },
1891
+ issueDate: {
1926
1892
  type: 'string',
1927
1893
  format: 'date-time',
1928
1894
  nullable: true
@@ -1932,9 +1898,8 @@ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto =
1932
1898
  format: 'date-time'
1933
1899
  },
1934
1900
  identificationType: {
1935
- enum: [0],
1936
- type: 'integer',
1937
- format: 'int32'
1901
+ enum: ['Passport'],
1902
+ type: 'string'
1938
1903
  }
1939
1904
  },
1940
1905
  additionalProperties: false
@@ -1945,14 +1910,14 @@ export const $UniRefund_TravellerService_Travellers_TravellerDetailProfileDto =
1945
1910
  } as const;
1946
1911
 
1947
1912
  export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
1948
- required: ['countryOfResidence', 'countryOfResidenceCode2', 'expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationality', 'nationalityCode2', 'travelDocumentNumber'],
1913
+ required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
1949
1914
  type: 'object',
1950
1915
  properties: {
1951
1916
  id: {
1952
1917
  type: 'string',
1953
1918
  format: 'uuid'
1954
1919
  },
1955
- language: {
1920
+ languagePreferenceCode: {
1956
1921
  type: 'string',
1957
1922
  nullable: true
1958
1923
  },
@@ -1962,27 +1927,26 @@ export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
1962
1927
  nullable: true
1963
1928
  },
1964
1929
  gender: {
1965
- enum: [0, 1],
1966
- type: 'integer',
1967
- format: 'int32'
1930
+ enum: ['MALE', 'FEMALE'],
1931
+ type: 'string'
1968
1932
  },
1969
1933
  travelDocumentNumber: {
1970
1934
  minLength: 1,
1971
1935
  type: 'string'
1972
1936
  },
1973
- countryOfResidenceCode2: {
1937
+ residenceCountryCode2: {
1974
1938
  minLength: 1,
1975
1939
  type: 'string'
1976
1940
  },
1977
- countryOfResidence: {
1941
+ residenceCountryName: {
1978
1942
  minLength: 1,
1979
1943
  type: 'string'
1980
1944
  },
1981
- nationalityCode2: {
1945
+ nationalityCountryCode2: {
1982
1946
  minLength: 1,
1983
1947
  type: 'string'
1984
1948
  },
1985
- nationality: {
1949
+ nationalityCountryName: {
1986
1950
  minLength: 1,
1987
1951
  type: 'string'
1988
1952
  },
@@ -1994,7 +1958,7 @@ export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
1994
1958
  minLength: 1,
1995
1959
  type: 'string'
1996
1960
  },
1997
- dateOfBirth: {
1961
+ birthDate: {
1998
1962
  type: 'string',
1999
1963
  format: 'date-time',
2000
1964
  nullable: true
@@ -2004,16 +1968,15 @@ export const $UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
2004
1968
  format: 'date-time'
2005
1969
  },
2006
1970
  identificationType: {
2007
- enum: [0],
2008
- type: 'integer',
2009
- format: 'int32'
1971
+ enum: ['Passport'],
1972
+ type: 'string'
2010
1973
  }
2011
1974
  },
2012
1975
  additionalProperties: false
2013
1976
  } as const;
2014
1977
 
2015
1978
  export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
2016
- required: ['gender', 'personalIdentifications', 'preferredLanguage'],
1979
+ required: ['gender', 'languagePreferenceCode', 'personalIdentifications'],
2017
1980
  type: 'object',
2018
1981
  properties: {
2019
1982
  extraProperties: {
@@ -2025,7 +1988,7 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
2025
1988
  personalIdentifications: {
2026
1989
  type: 'array',
2027
1990
  items: {
2028
- required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountry', 'personalID', 'residenceCountry'],
1991
+ required: ['expirationDate', 'firstName', 'identificationType', 'lastName', 'nationalityCountryCode2', 'residenceCountryCode2', 'travelDocumentNumber'],
2029
1992
  type: 'object',
2030
1993
  properties: {
2031
1994
  id: {
@@ -2033,7 +1996,7 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
2033
1996
  format: 'uuid',
2034
1997
  nullable: true
2035
1998
  },
2036
- personalID: {
1999
+ travelDocumentNumber: {
2037
2000
  minLength: 1,
2038
2001
  type: 'string'
2039
2002
  },
@@ -2059,29 +2022,27 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
2059
2022
  type: 'string',
2060
2023
  format: 'date-time'
2061
2024
  },
2062
- residenceCountry: {
2025
+ residenceCountryCode2: {
2063
2026
  minLength: 1,
2064
2027
  type: 'string'
2065
2028
  },
2066
- nationalityCountry: {
2029
+ nationalityCountryCode2: {
2067
2030
  minLength: 1,
2068
2031
  type: 'string'
2069
2032
  },
2070
2033
  identificationType: {
2071
- enum: [0],
2072
- type: 'integer',
2073
- format: 'int32'
2034
+ enum: ['Passport'],
2035
+ type: 'string'
2074
2036
  }
2075
2037
  },
2076
2038
  additionalProperties: false
2077
2039
  }
2078
2040
  },
2079
2041
  gender: {
2080
- enum: [0, 1],
2081
- type: 'integer',
2082
- format: 'int32'
2042
+ enum: ['MALE', 'FEMALE'],
2043
+ type: 'string'
2083
2044
  },
2084
- preferredLanguage: {
2045
+ languagePreferenceCode: {
2085
2046
  minLength: 1,
2086
2047
  type: 'string'
2087
2048
  }
@@ -2089,7 +2050,7 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
2089
2050
  additionalProperties: false
2090
2051
  } as const;
2091
2052
 
2092
- export const $UniRefund_TravellerService_Travellers_UpdateTravellerResDto = {
2053
+ export const $UniRefund_TravellerService_Travellers_UpdateTravellerResponseDto = {
2093
2054
  required: ['id'],
2094
2055
  type: 'object',
2095
2056
  properties: {
@@ -2102,7 +2063,7 @@ export const $UniRefund_TravellerService_Travellers_UpdateTravellerResDto = {
2102
2063
  } as const;
2103
2064
 
2104
2065
  export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2105
- required: ['expirationDate', 'personalID'],
2066
+ required: ['expirationDate', 'travelDocumentNumber'],
2106
2067
  type: 'object',
2107
2068
  properties: {
2108
2069
  extraProperties: {
@@ -2116,7 +2077,7 @@ export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2116
2077
  format: 'uuid',
2117
2078
  nullable: true
2118
2079
  },
2119
- personalID: {
2080
+ travelDocumentNumber: {
2120
2081
  minLength: 1,
2121
2082
  type: 'string'
2122
2083
  },
@@ -2142,34 +2103,32 @@ export const $UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
2142
2103
  type: 'string',
2143
2104
  format: 'date-time'
2144
2105
  },
2145
- residenceCountry: {
2106
+ residenceCountryCode2: {
2146
2107
  type: 'string',
2147
2108
  nullable: true
2148
2109
  },
2149
- nationalityCountry: {
2110
+ nationalityCountryCode2: {
2150
2111
  type: 'string',
2151
2112
  nullable: true
2152
2113
  },
2153
2114
  gender: {
2154
- enum: [0, 1],
2155
- type: 'integer',
2156
- format: 'int32'
2115
+ enum: ['MALE', 'FEMALE'],
2116
+ type: 'string'
2157
2117
  },
2158
- preferredLanguage: {
2118
+ languagePreferenceCode: {
2159
2119
  type: 'string',
2160
2120
  nullable: true
2161
2121
  },
2162
2122
  identificationType: {
2163
- enum: [0],
2164
- type: 'integer',
2165
- format: 'int32'
2123
+ enum: ['Passport'],
2124
+ type: 'string'
2166
2125
  }
2167
2126
  },
2168
2127
  additionalProperties: false
2169
2128
  } as const;
2170
2129
 
2171
- export const $UniRefund_TravellerService_Travellers_UpsertTravellerResDto = {
2172
- required: ['id', 'personalID'],
2130
+ export const $UniRefund_TravellerService_Travellers_UpsertTravellerResponseDto = {
2131
+ required: ['id', 'travelDocumentNumber'],
2173
2132
  type: 'object',
2174
2133
  properties: {
2175
2134
  extraProperties: {
@@ -2182,7 +2141,7 @@ export const $UniRefund_TravellerService_Travellers_UpsertTravellerResDto = {
2182
2141
  type: 'string',
2183
2142
  format: 'uuid'
2184
2143
  },
2185
- personalID: {
2144
+ travelDocumentNumber: {
2186
2145
  minLength: 1,
2187
2146
  type: 'string'
2188
2147
  }
@@ -2259,9 +2218,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2259
2218
  nullable: true
2260
2219
  },
2261
2220
  typeCode: {
2262
- enum: [0, 1],
2263
- type: 'integer',
2264
- format: 'int32'
2221
+ enum: ['HOME', 'OFFICE'],
2222
+ type: 'string'
2265
2223
  },
2266
2224
  primaryFlag: {
2267
2225
  type: 'boolean'
@@ -2331,9 +2289,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2331
2289
  type: 'boolean'
2332
2290
  },
2333
2291
  typeCode: {
2334
- enum: [0, 1],
2335
- type: 'integer',
2336
- format: 'int32'
2292
+ enum: ['WORK', 'PERSONAL'],
2293
+ type: 'string'
2337
2294
  },
2338
2295
  emailAddress: {
2339
2296
  type: 'string',
@@ -2382,18 +2339,16 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2382
2339
  nullable: true
2383
2340
  },
2384
2341
  affiliationTypeCode: {
2385
- enum: [0, 1, 2],
2386
- type: 'integer',
2387
- format: 'int32'
2342
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER'],
2343
+ type: 'string'
2388
2344
  },
2389
2345
  affiliationTypeCodeValue: {
2390
2346
  type: 'string',
2391
2347
  nullable: true
2392
2348
  },
2393
2349
  affiliationParentTypeCode: {
2394
- enum: [0],
2395
- type: 'integer',
2396
- format: 'int32'
2350
+ enum: ['TRAVELLER'],
2351
+ type: 'string'
2397
2352
  },
2398
2353
  affiliationParentTypeCodeValue: {
2399
2354
  type: 'string',
@@ -2472,9 +2427,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2472
2427
  type: 'boolean'
2473
2428
  },
2474
2429
  typeCode: {
2475
- enum: [0, 1, 2, 3],
2476
- type: 'integer',
2477
- format: 'int32'
2430
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
2431
+ type: 'string'
2478
2432
  },
2479
2433
  contactInformationTypeId: {
2480
2434
  type: 'string',
@@ -2499,14 +2453,14 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2499
2453
  items: {
2500
2454
  type: 'array',
2501
2455
  items: {
2502
- required: ['countryOfResidence', 'countryOfResidenceCode2', 'expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationality', 'nationalityCode2', 'travelDocumentNumber'],
2456
+ required: ['expirationDate', 'firstName', 'id', 'identificationType', 'lastName', 'nationalityCountryCode2', 'nationalityCountryName', 'residenceCountryCode2', 'residenceCountryName', 'travelDocumentNumber'],
2503
2457
  type: 'object',
2504
2458
  properties: {
2505
2459
  id: {
2506
2460
  type: 'string',
2507
2461
  format: 'uuid'
2508
2462
  },
2509
- language: {
2463
+ languagePreferenceCode: {
2510
2464
  type: 'string',
2511
2465
  nullable: true
2512
2466
  },
@@ -2516,27 +2470,26 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2516
2470
  nullable: true
2517
2471
  },
2518
2472
  gender: {
2519
- enum: [0, 1],
2520
- type: 'integer',
2521
- format: 'int32'
2473
+ enum: ['MALE', 'FEMALE'],
2474
+ type: 'string'
2522
2475
  },
2523
2476
  travelDocumentNumber: {
2524
2477
  minLength: 1,
2525
2478
  type: 'string'
2526
2479
  },
2527
- countryOfResidenceCode2: {
2480
+ residenceCountryCode2: {
2528
2481
  minLength: 1,
2529
2482
  type: 'string'
2530
2483
  },
2531
- countryOfResidence: {
2484
+ residenceCountryName: {
2532
2485
  minLength: 1,
2533
2486
  type: 'string'
2534
2487
  },
2535
- nationalityCode2: {
2488
+ nationalityCountryCode2: {
2536
2489
  minLength: 1,
2537
2490
  type: 'string'
2538
2491
  },
2539
- nationality: {
2492
+ nationalityCountryName: {
2540
2493
  minLength: 1,
2541
2494
  type: 'string'
2542
2495
  },
@@ -2548,7 +2501,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2548
2501
  minLength: 1,
2549
2502
  type: 'string'
2550
2503
  },
2551
- dateOfBirth: {
2504
+ birthDate: {
2552
2505
  type: 'string',
2553
2506
  format: 'date-time',
2554
2507
  nullable: true
@@ -2558,9 +2511,8 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TravellerSer
2558
2511
  format: 'date-time'
2559
2512
  },
2560
2513
  identificationType: {
2561
- enum: [0],
2562
- type: 'integer',
2563
- format: 'int32'
2514
+ enum: ['Passport'],
2515
+ type: 'string'
2564
2516
  }
2565
2517
  },
2566
2518
  additionalProperties: false