@ayasofyazilim/saas 0.0.49 → 0.0.51

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.
Files changed (112) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -68
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +8 -8
  8. package/AccountService/schemas.gen.ts +5333 -5333
  9. package/AccountService/services.gen.ts +1539 -1539
  10. package/AccountService/types.gen.ts +3328 -3328
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -77
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +8 -8
  18. package/AdministrationService/schemas.gen.ts +5987 -5987
  19. package/AdministrationService/services.gen.ts +1404 -1404
  20. package/AdministrationService/types.gen.ts +2851 -2851
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +8 -8
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -2170
  29. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  30. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  31. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  32. package/FundraiserService/core/OpenAPI.ts +55 -55
  33. package/FundraiserService/core/request.ts +340 -340
  34. package/FundraiserService/index.ts +8 -8
  35. package/FundraiserService/services.gen.ts +627 -627
  36. package/FundraiserService/types.gen.ts +1793 -1793
  37. package/IdentityService/IdentityServiceClient.ts +80 -80
  38. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  39. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  40. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  41. package/IdentityService/core/OpenAPI.ts +55 -55
  42. package/IdentityService/core/request.ts +340 -340
  43. package/IdentityService/index.ts +8 -8
  44. package/IdentityService/schemas.gen.ts +6845 -6845
  45. package/IdentityService/services.gen.ts +2924 -2924
  46. package/IdentityService/types.gen.ts +5484 -5484
  47. package/LocationService/LocationServiceClient.ts +74 -74
  48. package/LocationService/core/ApiError.ts +20 -20
  49. package/LocationService/core/ApiRequestOptions.ts +12 -12
  50. package/LocationService/core/ApiResult.ts +6 -6
  51. package/LocationService/core/BaseHttpRequest.ts +9 -9
  52. package/LocationService/core/CancelablePromise.ts +125 -125
  53. package/LocationService/core/FetchHttpRequest.ts +21 -21
  54. package/LocationService/core/OpenAPI.ts +55 -55
  55. package/LocationService/core/request.ts +340 -340
  56. package/LocationService/index.ts +8 -8
  57. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  58. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  59. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  60. package/MerchantService/core/OpenAPI.ts +55 -55
  61. package/MerchantService/core/request.ts +340 -340
  62. package/MerchantService/schemas.gen.ts +14764 -14764
  63. package/MerchantService/services.gen.ts +1602 -1602
  64. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  65. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  66. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  67. package/ProjectService/core/OpenAPI.ts +55 -55
  68. package/ProjectService/core/request.ts +340 -340
  69. package/ProjectService/index.ts +8 -8
  70. package/ProjectService/services.gen.ts +492 -492
  71. package/ProjectService/types.gen.ts +1303 -1303
  72. package/ProjectService.json +2937 -2937
  73. package/SaasService/core/ApiRequestOptions.ts +12 -12
  74. package/SaasService/core/BaseHttpRequest.ts +9 -9
  75. package/SaasService/core/FetchHttpRequest.ts +21 -21
  76. package/SaasService/core/OpenAPI.ts +55 -55
  77. package/SaasService/core/request.ts +340 -340
  78. package/SaasService/index.ts +8 -8
  79. package/SaasService/schemas.gen.ts +5345 -5345
  80. package/SaasService/services.gen.ts +1329 -1329
  81. package/SaasService/types.gen.ts +2737 -2737
  82. package/SettingService/schemas.gen.ts +5410 -5410
  83. package/SettingService/services.gen.ts +890 -890
  84. package/SettingService/types.gen.ts +2052 -2052
  85. package/TagService/TagServiceClient.ts +44 -44
  86. package/TagService/core/ApiError.ts +20 -20
  87. package/TagService/core/ApiRequestOptions.ts +12 -12
  88. package/TagService/core/ApiResult.ts +6 -6
  89. package/TagService/core/BaseHttpRequest.ts +9 -9
  90. package/TagService/core/CancelablePromise.ts +125 -125
  91. package/TagService/core/FetchHttpRequest.ts +21 -21
  92. package/TagService/core/OpenAPI.ts +55 -55
  93. package/TagService/core/request.ts +340 -340
  94. package/TagService/index.ts +8 -8
  95. package/TagService/schemas.gen.ts +4736 -4677
  96. package/TagService/services.gen.ts +199 -175
  97. package/TagService/types.gen.ts +800 -771
  98. package/TravellerService/TravellerServiceClient.ts +56 -56
  99. package/TravellerService/core/ApiError.ts +20 -20
  100. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  101. package/TravellerService/core/ApiResult.ts +6 -6
  102. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  103. package/TravellerService/core/CancelablePromise.ts +125 -125
  104. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  105. package/TravellerService/core/OpenAPI.ts +55 -55
  106. package/TravellerService/core/request.ts +340 -340
  107. package/TravellerService/index.ts +8 -8
  108. package/TravellerService/schemas.gen.ts +6322 -6322
  109. package/TravellerService/services.gen.ts +713 -713
  110. package/TravellerService/types.gen.ts +1834 -1834
  111. package/package.json +1 -1
  112. package/swagger.json +4794 -4794
@@ -1,1835 +1,1835 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type UniRefund_TravellerService_AddressTypes_AddressTypeDto = {
4
- id?: string;
5
- creationTime?: string;
6
- creatorId?: string | null;
7
- lastModificationTime?: string | null;
8
- lastModifierId?: string | null;
9
- isDeleted?: boolean;
10
- deleterId?: string | null;
11
- deletionTime?: string | null;
12
- addressLine?: string | null;
13
- city?: string | null;
14
- terriority?: string | null;
15
- postalCode?: string | null;
16
- country?: string | null;
17
- fullAddress?: string | null;
18
- typeCode?: UniRefund_TravellerService_Enums_AddressTypeCode;
19
- primaryFlag?: boolean;
20
- contactInformationTypeId?: string;
21
- };
22
-
23
- export type UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto = {
24
- readonly extraProperties?: {
25
- [key: string]: unknown;
26
- } | null;
27
- addressLine: string;
28
- city: string;
29
- terriority: string;
30
- postalCode: string;
31
- country: string;
32
- fullAddress: string;
33
- primaryFlag: boolean;
34
- typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
35
- contactInformationTypeId?: string;
36
- };
37
-
38
- export type UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto = {
39
- readonly extraProperties?: {
40
- [key: string]: unknown;
41
- } | null;
42
- addressLine: string;
43
- city: string;
44
- terriority: string;
45
- postalCode: string;
46
- country: string;
47
- fullAddress: string;
48
- primaryFlag: boolean;
49
- typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
50
- };
51
-
52
- export type UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto = {
53
- readonly extraProperties?: {
54
- [key: string]: unknown;
55
- } | null;
56
- id: string;
57
- addressLine: string;
58
- city: string;
59
- terriority: string;
60
- postalCode: string;
61
- country: string;
62
- fullAddress: string;
63
- primaryFlag: boolean;
64
- typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
65
- };
66
-
67
- export type UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto = {
68
- readonly extraProperties?: {
69
- [key: string]: unknown;
70
- } | null;
71
- telephones?: Array<UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto> | null;
72
- addresses?: Array<UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto> | null;
73
- emails?: Array<UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto> | null;
74
- };
75
-
76
- export type UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto = {
77
- readonly extraProperties?: {
78
- [key: string]: unknown;
79
- } | null;
80
- emailAddress: string;
81
- primaryFlag: boolean;
82
- typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
83
- contactInformationTypeId: string;
84
- };
85
-
86
- export type UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto = {
87
- readonly extraProperties?: {
88
- [key: string]: unknown;
89
- } | null;
90
- emailAddress: string;
91
- primaryFlag: boolean;
92
- typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
93
- };
94
-
95
- export type UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
96
- id?: string;
97
- creationTime?: string;
98
- creatorId?: string | null;
99
- lastModificationTime?: string | null;
100
- lastModifierId?: string | null;
101
- isDeleted?: boolean;
102
- deleterId?: string | null;
103
- deletionTime?: string | null;
104
- primaryFlag?: boolean;
105
- typeCode?: UniRefund_TravellerService_Enums_EmailTypeCode;
106
- emailAddress?: string | null;
107
- contactInformationTypeId?: string;
108
- };
109
-
110
- export type UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto = {
111
- readonly extraProperties?: {
112
- [key: string]: unknown;
113
- } | null;
114
- id: string;
115
- emailAddress: string;
116
- primaryFlag: boolean;
117
- typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
118
- };
119
-
120
- export type UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
121
- readonly extraProperties?: {
122
- [key: string]: unknown;
123
- } | null;
124
- individuals?: Array<UniRefund_TravellerService_Individuals_CreateIndividualDto> | null;
125
- };
126
-
127
- export type UniRefund_TravellerService_Enums_AddressTypeCode = 0 | 1;
128
-
129
- export type UniRefund_TravellerService_Enums_AffiliationTypeCode = 0 | 1 | 2;
130
-
131
- export type UniRefund_TravellerService_Enums_EmailTypeCode = 0 | 1;
132
-
133
- export type UniRefund_TravellerService_Enums_EntityPartyTypeCode = 0;
134
-
135
- export type UniRefund_TravellerService_Enums_GenderTypeCode = 0 | 1;
136
-
137
- export type UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = 0;
138
-
139
- export type UniRefund_TravellerService_Enums_TelephoneTypeCode = 0 | 1 | 2 | 3;
140
-
141
- export type UniRefund_TravellerService_Individuals_CreateIndividualDto = {
142
- readonly extraProperties?: {
143
- [key: string]: unknown;
144
- } | null;
145
- name?: UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto;
146
- personalSummaries?: Array<UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto> | null;
147
- contactInformations?: Array<UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto> | null;
148
- };
149
-
150
- export type UniRefund_TravellerService_Individuals_IndividualProfileDto = {
151
- id?: string;
152
- name?: string | null;
153
- affiliationId?: string | null;
154
- affiliatedName?: string | null;
155
- affiliationTypeCode?: UniRefund_TravellerService_Enums_AffiliationTypeCode;
156
- affiliationTypeCodeValue?: string | null;
157
- affiliationParentTypeCode?: UniRefund_TravellerService_Enums_EntityPartyTypeCode;
158
- affiliationParentTypeCodeValue?: string | null;
159
- };
160
-
161
- export type UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto = {
162
- firstName: string;
163
- lastName: string;
164
- };
165
-
166
- export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto = {
167
- firstName: string;
168
- lastName: string;
169
- personalID: string;
170
- birthDate?: string | null;
171
- issueDate?: string | null;
172
- expirationDate: string;
173
- residenceCountry: string;
174
- nationalityCountry: string;
175
- identificationType?: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
176
- };
177
-
178
- export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
179
- id: string;
180
- travelDocumentNumber: string;
181
- countryOfResidenceCode2: string;
182
- countryOfResidence: string;
183
- nationalityCode2: string;
184
- nationality: string;
185
- firstName: string;
186
- lastName: string;
187
- dateOfBirth?: string | null;
188
- expirationDate: string;
189
- identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
190
- };
191
-
192
- export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto = {
193
- id?: string | null;
194
- personalID: string;
195
- birthDate?: string | null;
196
- firstName: string;
197
- lastName: string;
198
- issueDate?: string | null;
199
- expirationDate: string;
200
- residenceCountry: string;
201
- nationalityCountry: string;
202
- identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
203
- };
204
-
205
- export type UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto = {
206
- languagePreference?: string | null;
207
- };
208
-
209
- export type UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto = {
210
- readonly extraProperties?: {
211
- [key: string]: unknown;
212
- } | null;
213
- date: string;
214
- birthDate: string;
215
- ethnicity: string;
216
- maritalStatusCode: string;
217
- religiousAffiliationName: string;
218
- genderTypeCode: UniRefund_TravellerService_Enums_GenderTypeCode;
219
- };
220
-
221
- export type UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto = {
222
- readonly extraProperties?: {
223
- [key: string]: unknown;
224
- } | null;
225
- areaCode: string;
226
- localNumber: string;
227
- ituCountryCode: string;
228
- primaryFlag: boolean;
229
- typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
230
- contactInformationTypeId?: string;
231
- };
232
-
233
- export type UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
234
- readonly extraProperties?: {
235
- [key: string]: unknown;
236
- } | null;
237
- areaCode: string;
238
- localNumber: string;
239
- ituCountryCode: string;
240
- primaryFlag: boolean;
241
- typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
242
- };
243
-
244
- export type UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto = {
245
- id?: string;
246
- creationTime?: string;
247
- creatorId?: string | null;
248
- lastModificationTime?: string | null;
249
- lastModifierId?: string | null;
250
- isDeleted?: boolean;
251
- deleterId?: string | null;
252
- deletionTime?: string | null;
253
- areaCode?: string | null;
254
- localNumber?: string | null;
255
- ituCountryCode?: string | null;
256
- primaryFlag?: boolean;
257
- typeCode?: UniRefund_TravellerService_Enums_TelephoneTypeCode;
258
- contactInformationTypeId?: string;
259
- };
260
-
261
- export type UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto = {
262
- readonly extraProperties?: {
263
- [key: string]: unknown;
264
- } | null;
265
- id: string;
266
- areaCode: string;
267
- localNumber: string;
268
- ituCountryCode: string;
269
- primaryFlag: boolean;
270
- typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
271
- };
272
-
273
- export type UniRefund_TravellerService_Travellers_CreateTravellerDto = {
274
- readonly extraProperties?: {
275
- [key: string]: unknown;
276
- } | null;
277
- personalIdentification: UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto;
278
- gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
279
- preferredLanguage?: string | null;
280
- };
281
-
282
- export type UniRefund_TravellerService_Travellers_CreateTravellerResDto = {
283
- id: string;
284
- };
285
-
286
- export type UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto = {
287
- readonly extraProperties?: {
288
- [key: string]: unknown;
289
- } | null;
290
- entityInformationTypes: Array<UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto>;
291
- personalIdentificationCommonDatas: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto>;
292
- personalPreferencesTypes: Array<UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto>;
293
- };
294
-
295
- export type UniRefund_TravellerService_Travellers_TravellerDetailProfileDto = {
296
- id: string;
297
- language?: string | null;
298
- userAccountId?: string | null;
299
- gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
300
- personalIdentificationProfiles: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto>;
301
- };
302
-
303
- export type UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
304
- id: string;
305
- language?: string | null;
306
- userAccountId?: string | null;
307
- gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
308
- travelDocumentNumber: string;
309
- countryOfResidenceCode2: string;
310
- countryOfResidence: string;
311
- nationalityCode2: string;
312
- nationality: string;
313
- firstName: string;
314
- lastName: string;
315
- dateOfBirth?: string | null;
316
- expirationDate: string;
317
- identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
318
- };
319
-
320
- export type UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
321
- readonly extraProperties?: {
322
- [key: string]: unknown;
323
- } | null;
324
- personalIdentifications: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto>;
325
- gender: UniRefund_TravellerService_Enums_GenderTypeCode;
326
- preferredLanguage: string;
327
- };
328
-
329
- export type UniRefund_TravellerService_Travellers_UpdateTravellerResDto = {
330
- id: string;
331
- };
332
-
333
- export type UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
334
- readonly extraProperties?: {
335
- [key: string]: unknown;
336
- } | null;
337
- id?: string | null;
338
- personalID: string;
339
- birthDate?: string | null;
340
- firstName?: string | null;
341
- lastName?: string | null;
342
- issueDate?: string | null;
343
- expirationDate: string;
344
- residenceCountry?: string | null;
345
- nationalityCountry?: string | null;
346
- gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
347
- preferredLanguage?: string | null;
348
- identificationType?: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
349
- };
350
-
351
- export type UniRefund_TravellerService_Travellers_UpsertTravellerResDto = {
352
- readonly extraProperties?: {
353
- [key: string]: unknown;
354
- } | null;
355
- id: string;
356
- personalID: string;
357
- };
358
-
359
- export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
360
- items?: Array<UniRefund_TravellerService_AddressTypes_AddressTypeDto> | null;
361
- totalCount?: number;
362
- };
363
-
364
- export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
365
- items?: Array<UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto> | null;
366
- totalCount?: number;
367
- };
368
-
369
- export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
370
- items?: Array<UniRefund_TravellerService_Individuals_IndividualProfileDto> | null;
371
- totalCount?: number;
372
- };
373
-
374
- export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
375
- items?: Array<UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto> | null;
376
- totalCount?: number;
377
- };
378
-
379
- export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
380
- items?: Array<UniRefund_TravellerService_Travellers_TravellerListProfileDto> | null;
381
- totalCount?: number;
382
- };
383
-
384
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
385
- grantedPolicies?: {
386
- [key: string]: (boolean);
387
- } | null;
388
- };
389
-
390
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
391
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
392
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
393
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
394
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
395
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
396
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
397
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
398
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
399
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
400
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
401
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
402
- extraProperties?: {
403
- [key: string]: unknown;
404
- } | null;
405
- };
406
-
407
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
408
- values?: {
409
- [key: string]: (string | null);
410
- } | null;
411
- };
412
-
413
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
414
- enabledFeatures?: Array<(string)> | null;
415
- };
416
-
417
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
418
- values?: {
419
- [key: string]: {
420
- [key: string]: (string);
421
- };
422
- } | null;
423
- resources?: {
424
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
425
- } | null;
426
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
427
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
428
- defaultResourceName?: string | null;
429
- languagesMap?: {
430
- [key: string]: Array<Volo_Abp_NameValue>;
431
- } | null;
432
- languageFilesMap?: {
433
- [key: string]: Array<Volo_Abp_NameValue>;
434
- } | null;
435
- };
436
-
437
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
438
- resources?: {
439
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
440
- } | null;
441
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
442
- };
443
-
444
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
445
- texts?: {
446
- [key: string]: (string);
447
- } | null;
448
- baseResources?: Array<(string)> | null;
449
- };
450
-
451
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
452
- values?: {
453
- [key: string]: (string | null);
454
- } | null;
455
- };
456
-
457
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
458
- kind?: string | null;
459
- };
460
-
461
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
462
- displayName?: string | null;
463
- englishName?: string | null;
464
- threeLetterIsoLanguageName?: string | null;
465
- twoLetterIsoLanguageName?: string | null;
466
- isRightToLeft?: boolean;
467
- cultureName?: string | null;
468
- name?: string | null;
469
- nativeName?: string | null;
470
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
471
- };
472
-
473
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
474
- isAuthenticated?: boolean;
475
- id?: string | null;
476
- tenantId?: string | null;
477
- impersonatorUserId?: string | null;
478
- impersonatorTenantId?: string | null;
479
- impersonatorUserName?: string | null;
480
- impersonatorTenantName?: string | null;
481
- userName?: string | null;
482
- name?: string | null;
483
- surName?: string | null;
484
- email?: string | null;
485
- emailVerified?: boolean;
486
- phoneNumber?: string | null;
487
- phoneNumberVerified?: boolean;
488
- roles?: Array<(string)> | null;
489
- sessionId?: string | null;
490
- };
491
-
492
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
493
- calendarAlgorithmType?: string | null;
494
- dateTimeFormatLong?: string | null;
495
- shortDatePattern?: string | null;
496
- fullDateTimePattern?: string | null;
497
- dateSeparator?: string | null;
498
- shortTimePattern?: string | null;
499
- longTimePattern?: string | null;
500
- };
501
-
502
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
503
- timeZoneName?: string | null;
504
- };
505
-
506
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
507
- properties?: {
508
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
509
- } | null;
510
- configuration?: {
511
- [key: string]: unknown;
512
- } | null;
513
- };
514
-
515
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
516
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
517
- localizationResource?: string | null;
518
- };
519
-
520
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
521
- name?: string | null;
522
- value?: unknown;
523
- };
524
-
525
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
526
- isAvailable?: boolean;
527
- };
528
-
529
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
530
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
531
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
532
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
533
- };
534
-
535
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
536
- isAvailable?: boolean;
537
- };
538
-
539
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
540
- isAvailable?: boolean;
541
- };
542
-
543
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
544
- typeSimple?: string | null;
545
- config?: {
546
- [key: string]: unknown;
547
- } | null;
548
- };
549
-
550
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
551
- type?: string | null;
552
- typeSimple?: string | null;
553
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
554
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
555
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
556
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
557
- configuration?: {
558
- [key: string]: unknown;
559
- } | null;
560
- defaultValue?: unknown;
561
- };
562
-
563
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
564
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
565
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
566
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
567
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
568
- };
569
-
570
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
571
- isVisible?: boolean;
572
- };
573
-
574
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
575
- url?: string | null;
576
- resultListPropertyName?: string | null;
577
- displayPropertyName?: string | null;
578
- valuePropertyName?: string | null;
579
- filterParamName?: string | null;
580
- };
581
-
582
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
583
- isVisible?: boolean;
584
- };
585
-
586
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
587
- name?: string | null;
588
- resource?: string | null;
589
- };
590
-
591
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
592
- entities?: {
593
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
594
- } | null;
595
- configuration?: {
596
- [key: string]: unknown;
597
- } | null;
598
- };
599
-
600
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
601
- modules?: {
602
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
603
- } | null;
604
- enums?: {
605
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
606
- } | null;
607
- };
608
-
609
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
610
- iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
611
- windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
612
- };
613
-
614
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
615
- timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
616
- };
617
-
618
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
619
- timeZoneId?: string | null;
620
- };
621
-
622
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
623
- id?: string | null;
624
- name?: string | null;
625
- isAvailable?: boolean;
626
- };
627
-
628
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
629
- isEnabled?: boolean;
630
- };
631
-
632
- export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
633
- uniqueName?: string | null;
634
- name?: string | null;
635
- httpMethod?: string | null;
636
- url?: string | null;
637
- supportedVersions?: Array<(string)> | null;
638
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
639
- parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
640
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
641
- allowAnonymous?: boolean | null;
642
- implementFrom?: string | null;
643
- };
644
-
645
- export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
646
- modules?: {
647
- [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
648
- } | null;
649
- types?: {
650
- [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
651
- } | null;
652
- };
653
-
654
- export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
655
- controllerName?: string | null;
656
- controllerGroupName?: string | null;
657
- isRemoteService?: boolean;
658
- isIntegrationService?: boolean;
659
- apiVersion?: string | null;
660
- type?: string | null;
661
- interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
662
- actions?: {
663
- [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
664
- } | null;
665
- };
666
-
667
- export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
668
- type?: string | null;
669
- name?: string | null;
670
- methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
671
- };
672
-
673
- export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
674
- name?: string | null;
675
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
676
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
677
- };
678
-
679
- export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
680
- name?: string | null;
681
- typeAsString?: string | null;
682
- type?: string | null;
683
- typeSimple?: string | null;
684
- isOptional?: boolean;
685
- defaultValue?: unknown;
686
- };
687
-
688
- export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
689
- rootPath?: string | null;
690
- remoteServiceName?: string | null;
691
- controllers?: {
692
- [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
693
- } | null;
694
- };
695
-
696
- export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
697
- nameOnMethod?: string | null;
698
- name?: string | null;
699
- jsonName?: string | null;
700
- type?: string | null;
701
- typeSimple?: string | null;
702
- isOptional?: boolean;
703
- defaultValue?: unknown;
704
- constraintTypes?: Array<(string)> | null;
705
- bindingSourceId?: string | null;
706
- descriptorName?: string | null;
707
- };
708
-
709
- export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
710
- name?: string | null;
711
- jsonName?: string | null;
712
- type?: string | null;
713
- typeSimple?: string | null;
714
- isRequired?: boolean;
715
- minLength?: number | null;
716
- maxLength?: number | null;
717
- minimum?: string | null;
718
- maximum?: string | null;
719
- regex?: string | null;
720
- };
721
-
722
- export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
723
- type?: string | null;
724
- typeSimple?: string | null;
725
- };
726
-
727
- export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
728
- baseType?: string | null;
729
- isEnum?: boolean;
730
- enumNames?: Array<(string)> | null;
731
- enumValues?: Array<unknown> | null;
732
- genericArguments?: Array<(string)> | null;
733
- properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
734
- };
735
-
736
- export type Volo_Abp_Http_RemoteServiceErrorInfo = {
737
- code?: string | null;
738
- message?: string | null;
739
- details?: string | null;
740
- data?: {
741
- [key: string]: unknown;
742
- } | null;
743
- validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
744
- };
745
-
746
- export type Volo_Abp_Http_RemoteServiceErrorResponse = {
747
- error?: Volo_Abp_Http_RemoteServiceErrorInfo;
748
- };
749
-
750
- export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
751
- message?: string | null;
752
- members?: Array<(string)> | null;
753
- };
754
-
755
- export type Volo_Abp_Localization_LanguageInfo = {
756
- cultureName?: string | null;
757
- uiCultureName?: string | null;
758
- displayName?: string | null;
759
- readonly twoLetterISOLanguageName?: string | null;
760
- };
761
-
762
- export type Volo_Abp_NameValue = {
763
- name?: string | null;
764
- value?: string | null;
765
- };
766
-
767
- export type GetApiAbpApiDefinitionData = {
768
- includeTypes?: boolean;
769
- };
770
-
771
- export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
772
-
773
- export type GetApiAbpApplicationConfigurationData = {
774
- includeLocalizationResources?: boolean;
775
- };
776
-
777
- export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
778
-
779
- export type GetApiAbpApplicationLocalizationData = {
780
- cultureName: string;
781
- onlyDynamics?: boolean;
782
- };
783
-
784
- export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
785
-
786
- export type GetApiTravellerServiceAddressesData = {
787
- maxResultCount?: number;
788
- skipCount?: number;
789
- sorting?: string;
790
- };
791
-
792
- export type GetApiTravellerServiceAddressesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
793
-
794
- export type PostApiTravellerServiceAddressesData = {
795
- requestBody?: UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto;
796
- };
797
-
798
- export type PostApiTravellerServiceAddressesResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
799
-
800
- export type GetApiTravellerServiceAddressesByIdData = {
801
- id: string;
802
- };
803
-
804
- export type GetApiTravellerServiceAddressesByIdResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
805
-
806
- export type PutApiTravellerServiceAddressesByIdData = {
807
- id: string;
808
- requestBody?: UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto;
809
- };
810
-
811
- export type PutApiTravellerServiceAddressesByIdResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
812
-
813
- export type DeleteApiTravellerServiceAddressesByIdData = {
814
- id: string;
815
- };
816
-
817
- export type DeleteApiTravellerServiceAddressesByIdResponse = unknown;
818
-
819
- export type GetApiTravellerServiceEmailsData = {
820
- maxResultCount?: number;
821
- skipCount?: number;
822
- sorting?: string;
823
- };
824
-
825
- export type GetApiTravellerServiceEmailsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
826
-
827
- export type PostApiTravellerServiceEmailsData = {
828
- requestBody?: UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto;
829
- };
830
-
831
- export type PostApiTravellerServiceEmailsResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
832
-
833
- export type GetApiTravellerServiceEmailsByIdData = {
834
- id: string;
835
- };
836
-
837
- export type GetApiTravellerServiceEmailsByIdResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
838
-
839
- export type PutApiTravellerServiceEmailsByIdData = {
840
- id: string;
841
- requestBody?: UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto;
842
- };
843
-
844
- export type PutApiTravellerServiceEmailsByIdResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
845
-
846
- export type DeleteApiTravellerServiceEmailsByIdData = {
847
- id: string;
848
- };
849
-
850
- export type DeleteApiTravellerServiceEmailsByIdResponse = unknown;
851
-
852
- export type PostApiTravellerServiceIndividualsWithComponentsData = {
853
- requestBody?: UniRefund_TravellerService_Individuals_CreateIndividualDto;
854
- };
855
-
856
- export type PostApiTravellerServiceIndividualsWithComponentsResponse = unknown;
857
-
858
- export type GetApiTravellerServiceIndividualsData = {
859
- entityPartyTypeCode?: UniRefund_TravellerService_Enums_EntityPartyTypeCode;
860
- maxResultCount?: number;
861
- parentId?: string;
862
- skipCount?: number;
863
- sorting?: string;
864
- };
865
-
866
- export type GetApiTravellerServiceIndividualsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
867
-
868
- export type GetApiTravellerServiceTelephonesData = {
869
- maxResultCount?: number;
870
- skipCount?: number;
871
- sorting?: string;
872
- };
873
-
874
- export type GetApiTravellerServiceTelephonesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
875
-
876
- export type PostApiTravellerServiceTelephonesData = {
877
- requestBody?: UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto;
878
- };
879
-
880
- export type PostApiTravellerServiceTelephonesResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
881
-
882
- export type GetApiTravellerServiceTelephonesByIdData = {
883
- id: string;
884
- };
885
-
886
- export type GetApiTravellerServiceTelephonesByIdResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
887
-
888
- export type PutApiTravellerServiceTelephonesByIdData = {
889
- id: string;
890
- requestBody?: UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto;
891
- };
892
-
893
- export type PutApiTravellerServiceTelephonesByIdResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
894
-
895
- export type DeleteApiTravellerServiceTelephonesByIdData = {
896
- id: string;
897
- };
898
-
899
- export type DeleteApiTravellerServiceTelephonesByIdResponse = unknown;
900
-
901
- export type PostApiTravellerServiceTravellersWithComponentsData = {
902
- requestBody?: UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto;
903
- };
904
-
905
- export type PostApiTravellerServiceTravellersWithComponentsResponse = UniRefund_TravellerService_Travellers_CreateTravellerResDto;
906
-
907
- export type PostApiTravellerServiceTravellersData = {
908
- requestBody?: UniRefund_TravellerService_Travellers_CreateTravellerDto;
909
- };
910
-
911
- export type PostApiTravellerServiceTravellersResponse = UniRefund_TravellerService_Travellers_CreateTravellerResDto;
912
-
913
- export type GetApiTravellerServiceTravellersData = {
914
- documentNumberFilter?: string;
915
- maxResultCount?: number;
916
- phoneFilter?: string;
917
- showExpired?: boolean;
918
- skipCount?: number;
919
- sorting?: string;
920
- travellerNameFilter?: string;
921
- usernameFilter?: string;
922
- };
923
-
924
- export type GetApiTravellerServiceTravellersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
925
-
926
- export type PutApiTravellerServiceTravellersByIdData = {
927
- id: string;
928
- requestBody?: UniRefund_TravellerService_Travellers_UpdateTravellerDto;
929
- };
930
-
931
- export type PutApiTravellerServiceTravellersByIdResponse = UniRefund_TravellerService_Travellers_UpdateTravellerResDto;
932
-
933
- export type GetApiTravellerServiceTravellersByIdData = {
934
- id: string;
935
- showExpired?: boolean;
936
- };
937
-
938
- export type GetApiTravellerServiceTravellersByIdResponse = UniRefund_TravellerService_Travellers_TravellerDetailProfileDto;
939
-
940
- export type PostApiTravellerServiceTravellersUpsertData = {
941
- requestBody?: UniRefund_TravellerService_Travellers_UpsertTravellerDto;
942
- };
943
-
944
- export type PostApiTravellerServiceTravellersUpsertResponse = UniRefund_TravellerService_Travellers_UpsertTravellerResDto;
945
-
946
- export type $OpenApiTs = {
947
- '/api/abp/api-definition': {
948
- get: {
949
- req: GetApiAbpApiDefinitionData;
950
- res: {
951
- /**
952
- * Success
953
- */
954
- 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
955
- /**
956
- * Bad Request
957
- */
958
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
959
- /**
960
- * Unauthorized
961
- */
962
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
963
- /**
964
- * Forbidden
965
- */
966
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
967
- /**
968
- * Not Found
969
- */
970
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
971
- /**
972
- * Server Error
973
- */
974
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
975
- /**
976
- * Server Error
977
- */
978
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
979
- };
980
- };
981
- };
982
- '/api/abp/application-configuration': {
983
- get: {
984
- req: GetApiAbpApplicationConfigurationData;
985
- res: {
986
- /**
987
- * Success
988
- */
989
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
990
- /**
991
- * Bad Request
992
- */
993
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
994
- /**
995
- * Unauthorized
996
- */
997
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
998
- /**
999
- * Forbidden
1000
- */
1001
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1002
- /**
1003
- * Not Found
1004
- */
1005
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1006
- /**
1007
- * Server Error
1008
- */
1009
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1010
- /**
1011
- * Server Error
1012
- */
1013
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1014
- };
1015
- };
1016
- };
1017
- '/api/abp/application-localization': {
1018
- get: {
1019
- req: GetApiAbpApplicationLocalizationData;
1020
- res: {
1021
- /**
1022
- * Success
1023
- */
1024
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
1025
- /**
1026
- * Bad Request
1027
- */
1028
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1029
- /**
1030
- * Unauthorized
1031
- */
1032
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1033
- /**
1034
- * Forbidden
1035
- */
1036
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1037
- /**
1038
- * Not Found
1039
- */
1040
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1041
- /**
1042
- * Server Error
1043
- */
1044
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1045
- /**
1046
- * Server Error
1047
- */
1048
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1049
- };
1050
- };
1051
- };
1052
- '/api/traveller-service/addresses': {
1053
- get: {
1054
- req: GetApiTravellerServiceAddressesData;
1055
- res: {
1056
- /**
1057
- * Success
1058
- */
1059
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1060
- /**
1061
- * Bad Request
1062
- */
1063
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1064
- /**
1065
- * Unauthorized
1066
- */
1067
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1068
- /**
1069
- * Forbidden
1070
- */
1071
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1072
- /**
1073
- * Not Found
1074
- */
1075
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1076
- /**
1077
- * Server Error
1078
- */
1079
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1080
- /**
1081
- * Server Error
1082
- */
1083
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1084
- };
1085
- };
1086
- post: {
1087
- req: PostApiTravellerServiceAddressesData;
1088
- res: {
1089
- /**
1090
- * Success
1091
- */
1092
- 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1093
- /**
1094
- * Bad Request
1095
- */
1096
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1097
- /**
1098
- * Unauthorized
1099
- */
1100
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1101
- /**
1102
- * Forbidden
1103
- */
1104
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1105
- /**
1106
- * Not Found
1107
- */
1108
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1109
- /**
1110
- * Server Error
1111
- */
1112
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1113
- /**
1114
- * Server Error
1115
- */
1116
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1117
- };
1118
- };
1119
- };
1120
- '/api/traveller-service/addresses/{id}': {
1121
- get: {
1122
- req: GetApiTravellerServiceAddressesByIdData;
1123
- res: {
1124
- /**
1125
- * Success
1126
- */
1127
- 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1128
- /**
1129
- * Bad Request
1130
- */
1131
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1132
- /**
1133
- * Unauthorized
1134
- */
1135
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1136
- /**
1137
- * Forbidden
1138
- */
1139
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1140
- /**
1141
- * Not Found
1142
- */
1143
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1144
- /**
1145
- * Server Error
1146
- */
1147
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1148
- /**
1149
- * Server Error
1150
- */
1151
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1152
- };
1153
- };
1154
- put: {
1155
- req: PutApiTravellerServiceAddressesByIdData;
1156
- res: {
1157
- /**
1158
- * Success
1159
- */
1160
- 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1161
- /**
1162
- * Bad Request
1163
- */
1164
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1165
- /**
1166
- * Unauthorized
1167
- */
1168
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1169
- /**
1170
- * Forbidden
1171
- */
1172
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1173
- /**
1174
- * Not Found
1175
- */
1176
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1177
- /**
1178
- * Server Error
1179
- */
1180
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1181
- /**
1182
- * Server Error
1183
- */
1184
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1185
- };
1186
- };
1187
- delete: {
1188
- req: DeleteApiTravellerServiceAddressesByIdData;
1189
- res: {
1190
- /**
1191
- * Success
1192
- */
1193
- 200: unknown;
1194
- /**
1195
- * Bad Request
1196
- */
1197
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1198
- /**
1199
- * Unauthorized
1200
- */
1201
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1202
- /**
1203
- * Forbidden
1204
- */
1205
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1206
- /**
1207
- * Not Found
1208
- */
1209
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1210
- /**
1211
- * Server Error
1212
- */
1213
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1214
- /**
1215
- * Server Error
1216
- */
1217
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1218
- };
1219
- };
1220
- };
1221
- '/api/traveller-service/emails': {
1222
- get: {
1223
- req: GetApiTravellerServiceEmailsData;
1224
- res: {
1225
- /**
1226
- * Success
1227
- */
1228
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1229
- /**
1230
- * Bad Request
1231
- */
1232
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1233
- /**
1234
- * Unauthorized
1235
- */
1236
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1237
- /**
1238
- * Forbidden
1239
- */
1240
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1241
- /**
1242
- * Not Found
1243
- */
1244
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1245
- /**
1246
- * Server Error
1247
- */
1248
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1249
- /**
1250
- * Server Error
1251
- */
1252
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1253
- };
1254
- };
1255
- post: {
1256
- req: PostApiTravellerServiceEmailsData;
1257
- res: {
1258
- /**
1259
- * Success
1260
- */
1261
- 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1262
- /**
1263
- * Bad Request
1264
- */
1265
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1266
- /**
1267
- * Unauthorized
1268
- */
1269
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1270
- /**
1271
- * Forbidden
1272
- */
1273
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1274
- /**
1275
- * Not Found
1276
- */
1277
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1278
- /**
1279
- * Server Error
1280
- */
1281
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1282
- /**
1283
- * Server Error
1284
- */
1285
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1286
- };
1287
- };
1288
- };
1289
- '/api/traveller-service/emails/{id}': {
1290
- get: {
1291
- req: GetApiTravellerServiceEmailsByIdData;
1292
- res: {
1293
- /**
1294
- * Success
1295
- */
1296
- 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1297
- /**
1298
- * Bad Request
1299
- */
1300
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1301
- /**
1302
- * Unauthorized
1303
- */
1304
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1305
- /**
1306
- * Forbidden
1307
- */
1308
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1309
- /**
1310
- * Not Found
1311
- */
1312
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1313
- /**
1314
- * Server Error
1315
- */
1316
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1317
- /**
1318
- * Server Error
1319
- */
1320
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1321
- };
1322
- };
1323
- put: {
1324
- req: PutApiTravellerServiceEmailsByIdData;
1325
- res: {
1326
- /**
1327
- * Success
1328
- */
1329
- 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1330
- /**
1331
- * Bad Request
1332
- */
1333
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1334
- /**
1335
- * Unauthorized
1336
- */
1337
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1338
- /**
1339
- * Forbidden
1340
- */
1341
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1342
- /**
1343
- * Not Found
1344
- */
1345
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1346
- /**
1347
- * Server Error
1348
- */
1349
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1350
- /**
1351
- * Server Error
1352
- */
1353
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1354
- };
1355
- };
1356
- delete: {
1357
- req: DeleteApiTravellerServiceEmailsByIdData;
1358
- res: {
1359
- /**
1360
- * Success
1361
- */
1362
- 200: unknown;
1363
- /**
1364
- * Bad Request
1365
- */
1366
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1367
- /**
1368
- * Unauthorized
1369
- */
1370
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1371
- /**
1372
- * Forbidden
1373
- */
1374
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1375
- /**
1376
- * Not Found
1377
- */
1378
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1379
- /**
1380
- * Server Error
1381
- */
1382
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1383
- /**
1384
- * Server Error
1385
- */
1386
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1387
- };
1388
- };
1389
- };
1390
- '/api/traveller-service/individuals/with-components': {
1391
- post: {
1392
- req: PostApiTravellerServiceIndividualsWithComponentsData;
1393
- res: {
1394
- /**
1395
- * Success
1396
- */
1397
- 200: unknown;
1398
- /**
1399
- * Bad Request
1400
- */
1401
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1402
- /**
1403
- * Unauthorized
1404
- */
1405
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1406
- /**
1407
- * Forbidden
1408
- */
1409
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1410
- /**
1411
- * Not Found
1412
- */
1413
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1414
- /**
1415
- * Server Error
1416
- */
1417
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1418
- /**
1419
- * Server Error
1420
- */
1421
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1422
- };
1423
- };
1424
- };
1425
- '/api/traveller-service/individuals': {
1426
- get: {
1427
- req: GetApiTravellerServiceIndividualsData;
1428
- res: {
1429
- /**
1430
- * Success
1431
- */
1432
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1433
- /**
1434
- * Bad Request
1435
- */
1436
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1437
- /**
1438
- * Unauthorized
1439
- */
1440
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1441
- /**
1442
- * Forbidden
1443
- */
1444
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1445
- /**
1446
- * Not Found
1447
- */
1448
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1449
- /**
1450
- * Server Error
1451
- */
1452
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1453
- /**
1454
- * Server Error
1455
- */
1456
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1457
- };
1458
- };
1459
- };
1460
- '/api/traveller-service/telephones': {
1461
- get: {
1462
- req: GetApiTravellerServiceTelephonesData;
1463
- res: {
1464
- /**
1465
- * Success
1466
- */
1467
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1468
- /**
1469
- * Bad Request
1470
- */
1471
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1472
- /**
1473
- * Unauthorized
1474
- */
1475
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1476
- /**
1477
- * Forbidden
1478
- */
1479
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1480
- /**
1481
- * Not Found
1482
- */
1483
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1484
- /**
1485
- * Server Error
1486
- */
1487
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1488
- /**
1489
- * Server Error
1490
- */
1491
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1492
- };
1493
- };
1494
- post: {
1495
- req: PostApiTravellerServiceTelephonesData;
1496
- res: {
1497
- /**
1498
- * Success
1499
- */
1500
- 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1501
- /**
1502
- * Bad Request
1503
- */
1504
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1505
- /**
1506
- * Unauthorized
1507
- */
1508
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1509
- /**
1510
- * Forbidden
1511
- */
1512
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1513
- /**
1514
- * Not Found
1515
- */
1516
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1517
- /**
1518
- * Server Error
1519
- */
1520
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1521
- /**
1522
- * Server Error
1523
- */
1524
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1525
- };
1526
- };
1527
- };
1528
- '/api/traveller-service/telephones/{id}': {
1529
- get: {
1530
- req: GetApiTravellerServiceTelephonesByIdData;
1531
- res: {
1532
- /**
1533
- * Success
1534
- */
1535
- 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1536
- /**
1537
- * Bad Request
1538
- */
1539
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1540
- /**
1541
- * Unauthorized
1542
- */
1543
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1544
- /**
1545
- * Forbidden
1546
- */
1547
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1548
- /**
1549
- * Not Found
1550
- */
1551
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1552
- /**
1553
- * Server Error
1554
- */
1555
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1556
- /**
1557
- * Server Error
1558
- */
1559
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1560
- };
1561
- };
1562
- put: {
1563
- req: PutApiTravellerServiceTelephonesByIdData;
1564
- res: {
1565
- /**
1566
- * Success
1567
- */
1568
- 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1569
- /**
1570
- * Bad Request
1571
- */
1572
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1573
- /**
1574
- * Unauthorized
1575
- */
1576
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1577
- /**
1578
- * Forbidden
1579
- */
1580
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1581
- /**
1582
- * Not Found
1583
- */
1584
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1585
- /**
1586
- * Server Error
1587
- */
1588
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1589
- /**
1590
- * Server Error
1591
- */
1592
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1593
- };
1594
- };
1595
- delete: {
1596
- req: DeleteApiTravellerServiceTelephonesByIdData;
1597
- res: {
1598
- /**
1599
- * Success
1600
- */
1601
- 200: unknown;
1602
- /**
1603
- * Bad Request
1604
- */
1605
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1606
- /**
1607
- * Unauthorized
1608
- */
1609
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1610
- /**
1611
- * Forbidden
1612
- */
1613
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1614
- /**
1615
- * Not Found
1616
- */
1617
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1618
- /**
1619
- * Server Error
1620
- */
1621
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1622
- /**
1623
- * Server Error
1624
- */
1625
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1626
- };
1627
- };
1628
- };
1629
- '/api/traveller-service/travellers/with-components': {
1630
- post: {
1631
- req: PostApiTravellerServiceTravellersWithComponentsData;
1632
- res: {
1633
- /**
1634
- * Success
1635
- */
1636
- 200: UniRefund_TravellerService_Travellers_CreateTravellerResDto;
1637
- /**
1638
- * Bad Request
1639
- */
1640
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1641
- /**
1642
- * Unauthorized
1643
- */
1644
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1645
- /**
1646
- * Forbidden
1647
- */
1648
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1649
- /**
1650
- * Not Found
1651
- */
1652
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1653
- /**
1654
- * Server Error
1655
- */
1656
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1657
- /**
1658
- * Server Error
1659
- */
1660
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1661
- };
1662
- };
1663
- };
1664
- '/api/traveller-service/travellers': {
1665
- post: {
1666
- req: PostApiTravellerServiceTravellersData;
1667
- res: {
1668
- /**
1669
- * Success
1670
- */
1671
- 200: UniRefund_TravellerService_Travellers_CreateTravellerResDto;
1672
- /**
1673
- * Bad Request
1674
- */
1675
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1676
- /**
1677
- * Unauthorized
1678
- */
1679
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1680
- /**
1681
- * Forbidden
1682
- */
1683
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1684
- /**
1685
- * Not Found
1686
- */
1687
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1688
- /**
1689
- * Server Error
1690
- */
1691
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1692
- /**
1693
- * Server Error
1694
- */
1695
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1696
- };
1697
- };
1698
- get: {
1699
- req: GetApiTravellerServiceTravellersData;
1700
- res: {
1701
- /**
1702
- * Success
1703
- */
1704
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1705
- /**
1706
- * Bad Request
1707
- */
1708
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1709
- /**
1710
- * Unauthorized
1711
- */
1712
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1713
- /**
1714
- * Forbidden
1715
- */
1716
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1717
- /**
1718
- * Not Found
1719
- */
1720
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1721
- /**
1722
- * Server Error
1723
- */
1724
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1725
- /**
1726
- * Server Error
1727
- */
1728
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1729
- };
1730
- };
1731
- };
1732
- '/api/traveller-service/travellers/{id}': {
1733
- put: {
1734
- req: PutApiTravellerServiceTravellersByIdData;
1735
- res: {
1736
- /**
1737
- * Success
1738
- */
1739
- 200: UniRefund_TravellerService_Travellers_UpdateTravellerResDto;
1740
- /**
1741
- * Bad Request
1742
- */
1743
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1744
- /**
1745
- * Unauthorized
1746
- */
1747
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1748
- /**
1749
- * Forbidden
1750
- */
1751
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1752
- /**
1753
- * Not Found
1754
- */
1755
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1756
- /**
1757
- * Server Error
1758
- */
1759
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1760
- /**
1761
- * Server Error
1762
- */
1763
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1764
- };
1765
- };
1766
- get: {
1767
- req: GetApiTravellerServiceTravellersByIdData;
1768
- res: {
1769
- /**
1770
- * Success
1771
- */
1772
- 200: UniRefund_TravellerService_Travellers_TravellerDetailProfileDto;
1773
- /**
1774
- * Bad Request
1775
- */
1776
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1777
- /**
1778
- * Unauthorized
1779
- */
1780
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1781
- /**
1782
- * Forbidden
1783
- */
1784
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1785
- /**
1786
- * Not Found
1787
- */
1788
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1789
- /**
1790
- * Server Error
1791
- */
1792
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1793
- /**
1794
- * Server Error
1795
- */
1796
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1797
- };
1798
- };
1799
- };
1800
- '/api/traveller-service/travellers/upsert': {
1801
- post: {
1802
- req: PostApiTravellerServiceTravellersUpsertData;
1803
- res: {
1804
- /**
1805
- * Success
1806
- */
1807
- 200: UniRefund_TravellerService_Travellers_UpsertTravellerResDto;
1808
- /**
1809
- * Bad Request
1810
- */
1811
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1812
- /**
1813
- * Unauthorized
1814
- */
1815
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1816
- /**
1817
- * Forbidden
1818
- */
1819
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1820
- /**
1821
- * Not Found
1822
- */
1823
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1824
- /**
1825
- * Server Error
1826
- */
1827
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1828
- /**
1829
- * Server Error
1830
- */
1831
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1832
- };
1833
- };
1834
- };
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type UniRefund_TravellerService_AddressTypes_AddressTypeDto = {
4
+ id?: string;
5
+ creationTime?: string;
6
+ creatorId?: string | null;
7
+ lastModificationTime?: string | null;
8
+ lastModifierId?: string | null;
9
+ isDeleted?: boolean;
10
+ deleterId?: string | null;
11
+ deletionTime?: string | null;
12
+ addressLine?: string | null;
13
+ city?: string | null;
14
+ terriority?: string | null;
15
+ postalCode?: string | null;
16
+ country?: string | null;
17
+ fullAddress?: string | null;
18
+ typeCode?: UniRefund_TravellerService_Enums_AddressTypeCode;
19
+ primaryFlag?: boolean;
20
+ contactInformationTypeId?: string;
21
+ };
22
+
23
+ export type UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto = {
24
+ readonly extraProperties?: {
25
+ [key: string]: unknown;
26
+ } | null;
27
+ addressLine: string;
28
+ city: string;
29
+ terriority: string;
30
+ postalCode: string;
31
+ country: string;
32
+ fullAddress: string;
33
+ primaryFlag: boolean;
34
+ typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
35
+ contactInformationTypeId?: string;
36
+ };
37
+
38
+ export type UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto = {
39
+ readonly extraProperties?: {
40
+ [key: string]: unknown;
41
+ } | null;
42
+ addressLine: string;
43
+ city: string;
44
+ terriority: string;
45
+ postalCode: string;
46
+ country: string;
47
+ fullAddress: string;
48
+ primaryFlag: boolean;
49
+ typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
50
+ };
51
+
52
+ export type UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto = {
53
+ readonly extraProperties?: {
54
+ [key: string]: unknown;
55
+ } | null;
56
+ id: string;
57
+ addressLine: string;
58
+ city: string;
59
+ terriority: string;
60
+ postalCode: string;
61
+ country: string;
62
+ fullAddress: string;
63
+ primaryFlag: boolean;
64
+ typeCode: UniRefund_TravellerService_Enums_AddressTypeCode;
65
+ };
66
+
67
+ export type UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto = {
68
+ readonly extraProperties?: {
69
+ [key: string]: unknown;
70
+ } | null;
71
+ telephones?: Array<UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto> | null;
72
+ addresses?: Array<UniRefund_TravellerService_AddressTypes_CreateAddressTypeWithComponentsDto> | null;
73
+ emails?: Array<UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto> | null;
74
+ };
75
+
76
+ export type UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto = {
77
+ readonly extraProperties?: {
78
+ [key: string]: unknown;
79
+ } | null;
80
+ emailAddress: string;
81
+ primaryFlag: boolean;
82
+ typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
83
+ contactInformationTypeId: string;
84
+ };
85
+
86
+ export type UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataWithComponentsDto = {
87
+ readonly extraProperties?: {
88
+ [key: string]: unknown;
89
+ } | null;
90
+ emailAddress: string;
91
+ primaryFlag: boolean;
92
+ typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
93
+ };
94
+
95
+ export type UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto = {
96
+ id?: string;
97
+ creationTime?: string;
98
+ creatorId?: string | null;
99
+ lastModificationTime?: string | null;
100
+ lastModifierId?: string | null;
101
+ isDeleted?: boolean;
102
+ deleterId?: string | null;
103
+ deletionTime?: string | null;
104
+ primaryFlag?: boolean;
105
+ typeCode?: UniRefund_TravellerService_Enums_EmailTypeCode;
106
+ emailAddress?: string | null;
107
+ contactInformationTypeId?: string;
108
+ };
109
+
110
+ export type UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto = {
111
+ readonly extraProperties?: {
112
+ [key: string]: unknown;
113
+ } | null;
114
+ id: string;
115
+ emailAddress: string;
116
+ primaryFlag: boolean;
117
+ typeCode: UniRefund_TravellerService_Enums_EmailTypeCode;
118
+ };
119
+
120
+ export type UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
121
+ readonly extraProperties?: {
122
+ [key: string]: unknown;
123
+ } | null;
124
+ individuals?: Array<UniRefund_TravellerService_Individuals_CreateIndividualDto> | null;
125
+ };
126
+
127
+ export type UniRefund_TravellerService_Enums_AddressTypeCode = 0 | 1;
128
+
129
+ export type UniRefund_TravellerService_Enums_AffiliationTypeCode = 0 | 1 | 2;
130
+
131
+ export type UniRefund_TravellerService_Enums_EmailTypeCode = 0 | 1;
132
+
133
+ export type UniRefund_TravellerService_Enums_EntityPartyTypeCode = 0;
134
+
135
+ export type UniRefund_TravellerService_Enums_GenderTypeCode = 0 | 1;
136
+
137
+ export type UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = 0;
138
+
139
+ export type UniRefund_TravellerService_Enums_TelephoneTypeCode = 0 | 1 | 2 | 3;
140
+
141
+ export type UniRefund_TravellerService_Individuals_CreateIndividualDto = {
142
+ readonly extraProperties?: {
143
+ [key: string]: unknown;
144
+ } | null;
145
+ name?: UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto;
146
+ personalSummaries?: Array<UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto> | null;
147
+ contactInformations?: Array<UniRefund_TravellerService_ContactInformationTypes_CreateContactInformationTypeDto> | null;
148
+ };
149
+
150
+ export type UniRefund_TravellerService_Individuals_IndividualProfileDto = {
151
+ id?: string;
152
+ name?: string | null;
153
+ affiliationId?: string | null;
154
+ affiliatedName?: string | null;
155
+ affiliationTypeCode?: UniRefund_TravellerService_Enums_AffiliationTypeCode;
156
+ affiliationTypeCodeValue?: string | null;
157
+ affiliationParentTypeCode?: UniRefund_TravellerService_Enums_EntityPartyTypeCode;
158
+ affiliationParentTypeCodeValue?: string | null;
159
+ };
160
+
161
+ export type UniRefund_TravellerService_NameCommonDatas_CreateNameCommonDataDto = {
162
+ firstName: string;
163
+ lastName: string;
164
+ };
165
+
166
+ export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto = {
167
+ firstName: string;
168
+ lastName: string;
169
+ personalID: string;
170
+ birthDate?: string | null;
171
+ issueDate?: string | null;
172
+ expirationDate: string;
173
+ residenceCountry: string;
174
+ nationalityCountry: string;
175
+ identificationType?: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
176
+ };
177
+
178
+ export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
179
+ id: string;
180
+ travelDocumentNumber: string;
181
+ countryOfResidenceCode2: string;
182
+ countryOfResidence: string;
183
+ nationalityCode2: string;
184
+ nationality: string;
185
+ firstName: string;
186
+ lastName: string;
187
+ dateOfBirth?: string | null;
188
+ expirationDate: string;
189
+ identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
190
+ };
191
+
192
+ export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto = {
193
+ id?: string | null;
194
+ personalID: string;
195
+ birthDate?: string | null;
196
+ firstName: string;
197
+ lastName: string;
198
+ issueDate?: string | null;
199
+ expirationDate: string;
200
+ residenceCountry: string;
201
+ nationalityCountry: string;
202
+ identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
203
+ };
204
+
205
+ export type UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto = {
206
+ languagePreference?: string | null;
207
+ };
208
+
209
+ export type UniRefund_TravellerService_PersonalSummaries_CreatePersonalSummaryDto = {
210
+ readonly extraProperties?: {
211
+ [key: string]: unknown;
212
+ } | null;
213
+ date: string;
214
+ birthDate: string;
215
+ ethnicity: string;
216
+ maritalStatusCode: string;
217
+ religiousAffiliationName: string;
218
+ genderTypeCode: UniRefund_TravellerService_Enums_GenderTypeCode;
219
+ };
220
+
221
+ export type UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto = {
222
+ readonly extraProperties?: {
223
+ [key: string]: unknown;
224
+ } | null;
225
+ areaCode: string;
226
+ localNumber: string;
227
+ ituCountryCode: string;
228
+ primaryFlag: boolean;
229
+ typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
230
+ contactInformationTypeId?: string;
231
+ };
232
+
233
+ export type UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
234
+ readonly extraProperties?: {
235
+ [key: string]: unknown;
236
+ } | null;
237
+ areaCode: string;
238
+ localNumber: string;
239
+ ituCountryCode: string;
240
+ primaryFlag: boolean;
241
+ typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
242
+ };
243
+
244
+ export type UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto = {
245
+ id?: string;
246
+ creationTime?: string;
247
+ creatorId?: string | null;
248
+ lastModificationTime?: string | null;
249
+ lastModifierId?: string | null;
250
+ isDeleted?: boolean;
251
+ deleterId?: string | null;
252
+ deletionTime?: string | null;
253
+ areaCode?: string | null;
254
+ localNumber?: string | null;
255
+ ituCountryCode?: string | null;
256
+ primaryFlag?: boolean;
257
+ typeCode?: UniRefund_TravellerService_Enums_TelephoneTypeCode;
258
+ contactInformationTypeId?: string;
259
+ };
260
+
261
+ export type UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto = {
262
+ readonly extraProperties?: {
263
+ [key: string]: unknown;
264
+ } | null;
265
+ id: string;
266
+ areaCode: string;
267
+ localNumber: string;
268
+ ituCountryCode: string;
269
+ primaryFlag: boolean;
270
+ typeCode: UniRefund_TravellerService_Enums_TelephoneTypeCode;
271
+ };
272
+
273
+ export type UniRefund_TravellerService_Travellers_CreateTravellerDto = {
274
+ readonly extraProperties?: {
275
+ [key: string]: unknown;
276
+ } | null;
277
+ personalIdentification: UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto;
278
+ gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
279
+ preferredLanguage?: string | null;
280
+ };
281
+
282
+ export type UniRefund_TravellerService_Travellers_CreateTravellerResDto = {
283
+ id: string;
284
+ };
285
+
286
+ export type UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto = {
287
+ readonly extraProperties?: {
288
+ [key: string]: unknown;
289
+ } | null;
290
+ entityInformationTypes: Array<UniRefund_TravellerService_EntityInformationTypes_CreateEntityInformationTypeDto>;
291
+ personalIdentificationCommonDatas: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_CreatePersonalIdentificationCommonDataDto>;
292
+ personalPreferencesTypes: Array<UniRefund_TravellerService_PersonalPreferencesTypes_CreatePersonalPreferencesTypeDto>;
293
+ };
294
+
295
+ export type UniRefund_TravellerService_Travellers_TravellerDetailProfileDto = {
296
+ id: string;
297
+ language?: string | null;
298
+ userAccountId?: string | null;
299
+ gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
300
+ personalIdentificationProfiles: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto>;
301
+ };
302
+
303
+ export type UniRefund_TravellerService_Travellers_TravellerListProfileDto = {
304
+ id: string;
305
+ language?: string | null;
306
+ userAccountId?: string | null;
307
+ gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
308
+ travelDocumentNumber: string;
309
+ countryOfResidenceCode2: string;
310
+ countryOfResidence: string;
311
+ nationalityCode2: string;
312
+ nationality: string;
313
+ firstName: string;
314
+ lastName: string;
315
+ dateOfBirth?: string | null;
316
+ expirationDate: string;
317
+ identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
318
+ };
319
+
320
+ export type UniRefund_TravellerService_Travellers_UpdateTravellerDto = {
321
+ readonly extraProperties?: {
322
+ [key: string]: unknown;
323
+ } | null;
324
+ personalIdentifications: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_UpdatePersonalIdentificationCommonDataDto>;
325
+ gender: UniRefund_TravellerService_Enums_GenderTypeCode;
326
+ preferredLanguage: string;
327
+ };
328
+
329
+ export type UniRefund_TravellerService_Travellers_UpdateTravellerResDto = {
330
+ id: string;
331
+ };
332
+
333
+ export type UniRefund_TravellerService_Travellers_UpsertTravellerDto = {
334
+ readonly extraProperties?: {
335
+ [key: string]: unknown;
336
+ } | null;
337
+ id?: string | null;
338
+ personalID: string;
339
+ birthDate?: string | null;
340
+ firstName?: string | null;
341
+ lastName?: string | null;
342
+ issueDate?: string | null;
343
+ expirationDate: string;
344
+ residenceCountry?: string | null;
345
+ nationalityCountry?: string | null;
346
+ gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
347
+ preferredLanguage?: string | null;
348
+ identificationType?: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
349
+ };
350
+
351
+ export type UniRefund_TravellerService_Travellers_UpsertTravellerResDto = {
352
+ readonly extraProperties?: {
353
+ [key: string]: unknown;
354
+ } | null;
355
+ id: string;
356
+ personalID: string;
357
+ };
358
+
359
+ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
360
+ items?: Array<UniRefund_TravellerService_AddressTypes_AddressTypeDto> | null;
361
+ totalCount?: number;
362
+ };
363
+
364
+ export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
365
+ items?: Array<UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto> | null;
366
+ totalCount?: number;
367
+ };
368
+
369
+ export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
370
+ items?: Array<UniRefund_TravellerService_Individuals_IndividualProfileDto> | null;
371
+ totalCount?: number;
372
+ };
373
+
374
+ export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
375
+ items?: Array<UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto> | null;
376
+ totalCount?: number;
377
+ };
378
+
379
+ export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
380
+ items?: Array<UniRefund_TravellerService_Travellers_TravellerListProfileDto> | null;
381
+ totalCount?: number;
382
+ };
383
+
384
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
385
+ grantedPolicies?: {
386
+ [key: string]: (boolean);
387
+ } | null;
388
+ };
389
+
390
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
391
+ localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
392
+ auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
393
+ setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
394
+ currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
395
+ features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
396
+ globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
397
+ multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
398
+ currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
399
+ timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
400
+ clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
401
+ objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
402
+ extraProperties?: {
403
+ [key: string]: unknown;
404
+ } | null;
405
+ };
406
+
407
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
408
+ values?: {
409
+ [key: string]: (string | null);
410
+ } | null;
411
+ };
412
+
413
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
414
+ enabledFeatures?: Array<(string)> | null;
415
+ };
416
+
417
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
418
+ values?: {
419
+ [key: string]: {
420
+ [key: string]: (string);
421
+ };
422
+ } | null;
423
+ resources?: {
424
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
425
+ } | null;
426
+ languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
427
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
428
+ defaultResourceName?: string | null;
429
+ languagesMap?: {
430
+ [key: string]: Array<Volo_Abp_NameValue>;
431
+ } | null;
432
+ languageFilesMap?: {
433
+ [key: string]: Array<Volo_Abp_NameValue>;
434
+ } | null;
435
+ };
436
+
437
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
438
+ resources?: {
439
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
440
+ } | null;
441
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
442
+ };
443
+
444
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
445
+ texts?: {
446
+ [key: string]: (string);
447
+ } | null;
448
+ baseResources?: Array<(string)> | null;
449
+ };
450
+
451
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
452
+ values?: {
453
+ [key: string]: (string | null);
454
+ } | null;
455
+ };
456
+
457
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
458
+ kind?: string | null;
459
+ };
460
+
461
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
462
+ displayName?: string | null;
463
+ englishName?: string | null;
464
+ threeLetterIsoLanguageName?: string | null;
465
+ twoLetterIsoLanguageName?: string | null;
466
+ isRightToLeft?: boolean;
467
+ cultureName?: string | null;
468
+ name?: string | null;
469
+ nativeName?: string | null;
470
+ dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
471
+ };
472
+
473
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
474
+ isAuthenticated?: boolean;
475
+ id?: string | null;
476
+ tenantId?: string | null;
477
+ impersonatorUserId?: string | null;
478
+ impersonatorTenantId?: string | null;
479
+ impersonatorUserName?: string | null;
480
+ impersonatorTenantName?: string | null;
481
+ userName?: string | null;
482
+ name?: string | null;
483
+ surName?: string | null;
484
+ email?: string | null;
485
+ emailVerified?: boolean;
486
+ phoneNumber?: string | null;
487
+ phoneNumberVerified?: boolean;
488
+ roles?: Array<(string)> | null;
489
+ sessionId?: string | null;
490
+ };
491
+
492
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
493
+ calendarAlgorithmType?: string | null;
494
+ dateTimeFormatLong?: string | null;
495
+ shortDatePattern?: string | null;
496
+ fullDateTimePattern?: string | null;
497
+ dateSeparator?: string | null;
498
+ shortTimePattern?: string | null;
499
+ longTimePattern?: string | null;
500
+ };
501
+
502
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
503
+ timeZoneName?: string | null;
504
+ };
505
+
506
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
507
+ properties?: {
508
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
509
+ } | null;
510
+ configuration?: {
511
+ [key: string]: unknown;
512
+ } | null;
513
+ };
514
+
515
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
516
+ fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
517
+ localizationResource?: string | null;
518
+ };
519
+
520
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
521
+ name?: string | null;
522
+ value?: unknown;
523
+ };
524
+
525
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
526
+ isAvailable?: boolean;
527
+ };
528
+
529
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
530
+ onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
531
+ onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
532
+ onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
533
+ };
534
+
535
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
536
+ isAvailable?: boolean;
537
+ };
538
+
539
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
540
+ isAvailable?: boolean;
541
+ };
542
+
543
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
544
+ typeSimple?: string | null;
545
+ config?: {
546
+ [key: string]: unknown;
547
+ } | null;
548
+ };
549
+
550
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
551
+ type?: string | null;
552
+ typeSimple?: string | null;
553
+ displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
554
+ api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
555
+ ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
556
+ attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
557
+ configuration?: {
558
+ [key: string]: unknown;
559
+ } | null;
560
+ defaultValue?: unknown;
561
+ };
562
+
563
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
564
+ onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
565
+ onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
566
+ onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
567
+ lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
568
+ };
569
+
570
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
571
+ isVisible?: boolean;
572
+ };
573
+
574
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
575
+ url?: string | null;
576
+ resultListPropertyName?: string | null;
577
+ displayPropertyName?: string | null;
578
+ valuePropertyName?: string | null;
579
+ filterParamName?: string | null;
580
+ };
581
+
582
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
583
+ isVisible?: boolean;
584
+ };
585
+
586
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
587
+ name?: string | null;
588
+ resource?: string | null;
589
+ };
590
+
591
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
592
+ entities?: {
593
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
594
+ } | null;
595
+ configuration?: {
596
+ [key: string]: unknown;
597
+ } | null;
598
+ };
599
+
600
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
601
+ modules?: {
602
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
603
+ } | null;
604
+ enums?: {
605
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
606
+ } | null;
607
+ };
608
+
609
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
610
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
611
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
612
+ };
613
+
614
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
615
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
616
+ };
617
+
618
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
619
+ timeZoneId?: string | null;
620
+ };
621
+
622
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
623
+ id?: string | null;
624
+ name?: string | null;
625
+ isAvailable?: boolean;
626
+ };
627
+
628
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
629
+ isEnabled?: boolean;
630
+ };
631
+
632
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
633
+ uniqueName?: string | null;
634
+ name?: string | null;
635
+ httpMethod?: string | null;
636
+ url?: string | null;
637
+ supportedVersions?: Array<(string)> | null;
638
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
639
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
640
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
641
+ allowAnonymous?: boolean | null;
642
+ implementFrom?: string | null;
643
+ };
644
+
645
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
646
+ modules?: {
647
+ [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
648
+ } | null;
649
+ types?: {
650
+ [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
651
+ } | null;
652
+ };
653
+
654
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
655
+ controllerName?: string | null;
656
+ controllerGroupName?: string | null;
657
+ isRemoteService?: boolean;
658
+ isIntegrationService?: boolean;
659
+ apiVersion?: string | null;
660
+ type?: string | null;
661
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
662
+ actions?: {
663
+ [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
664
+ } | null;
665
+ };
666
+
667
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
668
+ type?: string | null;
669
+ name?: string | null;
670
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
671
+ };
672
+
673
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
674
+ name?: string | null;
675
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
676
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
677
+ };
678
+
679
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
680
+ name?: string | null;
681
+ typeAsString?: string | null;
682
+ type?: string | null;
683
+ typeSimple?: string | null;
684
+ isOptional?: boolean;
685
+ defaultValue?: unknown;
686
+ };
687
+
688
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
689
+ rootPath?: string | null;
690
+ remoteServiceName?: string | null;
691
+ controllers?: {
692
+ [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
693
+ } | null;
694
+ };
695
+
696
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
697
+ nameOnMethod?: string | null;
698
+ name?: string | null;
699
+ jsonName?: string | null;
700
+ type?: string | null;
701
+ typeSimple?: string | null;
702
+ isOptional?: boolean;
703
+ defaultValue?: unknown;
704
+ constraintTypes?: Array<(string)> | null;
705
+ bindingSourceId?: string | null;
706
+ descriptorName?: string | null;
707
+ };
708
+
709
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
710
+ name?: string | null;
711
+ jsonName?: string | null;
712
+ type?: string | null;
713
+ typeSimple?: string | null;
714
+ isRequired?: boolean;
715
+ minLength?: number | null;
716
+ maxLength?: number | null;
717
+ minimum?: string | null;
718
+ maximum?: string | null;
719
+ regex?: string | null;
720
+ };
721
+
722
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
723
+ type?: string | null;
724
+ typeSimple?: string | null;
725
+ };
726
+
727
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
728
+ baseType?: string | null;
729
+ isEnum?: boolean;
730
+ enumNames?: Array<(string)> | null;
731
+ enumValues?: Array<unknown> | null;
732
+ genericArguments?: Array<(string)> | null;
733
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
734
+ };
735
+
736
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
737
+ code?: string | null;
738
+ message?: string | null;
739
+ details?: string | null;
740
+ data?: {
741
+ [key: string]: unknown;
742
+ } | null;
743
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
744
+ };
745
+
746
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
747
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
748
+ };
749
+
750
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
751
+ message?: string | null;
752
+ members?: Array<(string)> | null;
753
+ };
754
+
755
+ export type Volo_Abp_Localization_LanguageInfo = {
756
+ cultureName?: string | null;
757
+ uiCultureName?: string | null;
758
+ displayName?: string | null;
759
+ readonly twoLetterISOLanguageName?: string | null;
760
+ };
761
+
762
+ export type Volo_Abp_NameValue = {
763
+ name?: string | null;
764
+ value?: string | null;
765
+ };
766
+
767
+ export type GetApiAbpApiDefinitionData = {
768
+ includeTypes?: boolean;
769
+ };
770
+
771
+ export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
772
+
773
+ export type GetApiAbpApplicationConfigurationData = {
774
+ includeLocalizationResources?: boolean;
775
+ };
776
+
777
+ export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
778
+
779
+ export type GetApiAbpApplicationLocalizationData = {
780
+ cultureName: string;
781
+ onlyDynamics?: boolean;
782
+ };
783
+
784
+ export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
785
+
786
+ export type GetApiTravellerServiceAddressesData = {
787
+ maxResultCount?: number;
788
+ skipCount?: number;
789
+ sorting?: string;
790
+ };
791
+
792
+ export type GetApiTravellerServiceAddressesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
793
+
794
+ export type PostApiTravellerServiceAddressesData = {
795
+ requestBody?: UniRefund_TravellerService_AddressTypes_CreateAddressTypeDto;
796
+ };
797
+
798
+ export type PostApiTravellerServiceAddressesResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
799
+
800
+ export type GetApiTravellerServiceAddressesByIdData = {
801
+ id: string;
802
+ };
803
+
804
+ export type GetApiTravellerServiceAddressesByIdResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
805
+
806
+ export type PutApiTravellerServiceAddressesByIdData = {
807
+ id: string;
808
+ requestBody?: UniRefund_TravellerService_AddressTypes_UpdateAddressTypeDto;
809
+ };
810
+
811
+ export type PutApiTravellerServiceAddressesByIdResponse = UniRefund_TravellerService_AddressTypes_AddressTypeDto;
812
+
813
+ export type DeleteApiTravellerServiceAddressesByIdData = {
814
+ id: string;
815
+ };
816
+
817
+ export type DeleteApiTravellerServiceAddressesByIdResponse = unknown;
818
+
819
+ export type GetApiTravellerServiceEmailsData = {
820
+ maxResultCount?: number;
821
+ skipCount?: number;
822
+ sorting?: string;
823
+ };
824
+
825
+ export type GetApiTravellerServiceEmailsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
826
+
827
+ export type PostApiTravellerServiceEmailsData = {
828
+ requestBody?: UniRefund_TravellerService_EmailCommonDatas_CreateEmailCommonDataDto;
829
+ };
830
+
831
+ export type PostApiTravellerServiceEmailsResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
832
+
833
+ export type GetApiTravellerServiceEmailsByIdData = {
834
+ id: string;
835
+ };
836
+
837
+ export type GetApiTravellerServiceEmailsByIdResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
838
+
839
+ export type PutApiTravellerServiceEmailsByIdData = {
840
+ id: string;
841
+ requestBody?: UniRefund_TravellerService_EmailCommonDatas_UpdateEmailCommonDataDto;
842
+ };
843
+
844
+ export type PutApiTravellerServiceEmailsByIdResponse = UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
845
+
846
+ export type DeleteApiTravellerServiceEmailsByIdData = {
847
+ id: string;
848
+ };
849
+
850
+ export type DeleteApiTravellerServiceEmailsByIdResponse = unknown;
851
+
852
+ export type PostApiTravellerServiceIndividualsWithComponentsData = {
853
+ requestBody?: UniRefund_TravellerService_Individuals_CreateIndividualDto;
854
+ };
855
+
856
+ export type PostApiTravellerServiceIndividualsWithComponentsResponse = unknown;
857
+
858
+ export type GetApiTravellerServiceIndividualsData = {
859
+ entityPartyTypeCode?: UniRefund_TravellerService_Enums_EntityPartyTypeCode;
860
+ maxResultCount?: number;
861
+ parentId?: string;
862
+ skipCount?: number;
863
+ sorting?: string;
864
+ };
865
+
866
+ export type GetApiTravellerServiceIndividualsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
867
+
868
+ export type GetApiTravellerServiceTelephonesData = {
869
+ maxResultCount?: number;
870
+ skipCount?: number;
871
+ sorting?: string;
872
+ };
873
+
874
+ export type GetApiTravellerServiceTelephonesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
875
+
876
+ export type PostApiTravellerServiceTelephonesData = {
877
+ requestBody?: UniRefund_TravellerService_TelephoneTypes_CreateTelephoneTypeDto;
878
+ };
879
+
880
+ export type PostApiTravellerServiceTelephonesResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
881
+
882
+ export type GetApiTravellerServiceTelephonesByIdData = {
883
+ id: string;
884
+ };
885
+
886
+ export type GetApiTravellerServiceTelephonesByIdResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
887
+
888
+ export type PutApiTravellerServiceTelephonesByIdData = {
889
+ id: string;
890
+ requestBody?: UniRefund_TravellerService_TelephoneTypes_UpdateTelephoneTypeDto;
891
+ };
892
+
893
+ export type PutApiTravellerServiceTelephonesByIdResponse = UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
894
+
895
+ export type DeleteApiTravellerServiceTelephonesByIdData = {
896
+ id: string;
897
+ };
898
+
899
+ export type DeleteApiTravellerServiceTelephonesByIdResponse = unknown;
900
+
901
+ export type PostApiTravellerServiceTravellersWithComponentsData = {
902
+ requestBody?: UniRefund_TravellerService_Travellers_CreateWithComponentsTravellerDto;
903
+ };
904
+
905
+ export type PostApiTravellerServiceTravellersWithComponentsResponse = UniRefund_TravellerService_Travellers_CreateTravellerResDto;
906
+
907
+ export type PostApiTravellerServiceTravellersData = {
908
+ requestBody?: UniRefund_TravellerService_Travellers_CreateTravellerDto;
909
+ };
910
+
911
+ export type PostApiTravellerServiceTravellersResponse = UniRefund_TravellerService_Travellers_CreateTravellerResDto;
912
+
913
+ export type GetApiTravellerServiceTravellersData = {
914
+ documentNumberFilter?: string;
915
+ maxResultCount?: number;
916
+ phoneFilter?: string;
917
+ showExpired?: boolean;
918
+ skipCount?: number;
919
+ sorting?: string;
920
+ travellerNameFilter?: string;
921
+ usernameFilter?: string;
922
+ };
923
+
924
+ export type GetApiTravellerServiceTravellersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
925
+
926
+ export type PutApiTravellerServiceTravellersByIdData = {
927
+ id: string;
928
+ requestBody?: UniRefund_TravellerService_Travellers_UpdateTravellerDto;
929
+ };
930
+
931
+ export type PutApiTravellerServiceTravellersByIdResponse = UniRefund_TravellerService_Travellers_UpdateTravellerResDto;
932
+
933
+ export type GetApiTravellerServiceTravellersByIdData = {
934
+ id: string;
935
+ showExpired?: boolean;
936
+ };
937
+
938
+ export type GetApiTravellerServiceTravellersByIdResponse = UniRefund_TravellerService_Travellers_TravellerDetailProfileDto;
939
+
940
+ export type PostApiTravellerServiceTravellersUpsertData = {
941
+ requestBody?: UniRefund_TravellerService_Travellers_UpsertTravellerDto;
942
+ };
943
+
944
+ export type PostApiTravellerServiceTravellersUpsertResponse = UniRefund_TravellerService_Travellers_UpsertTravellerResDto;
945
+
946
+ export type $OpenApiTs = {
947
+ '/api/abp/api-definition': {
948
+ get: {
949
+ req: GetApiAbpApiDefinitionData;
950
+ res: {
951
+ /**
952
+ * Success
953
+ */
954
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
955
+ /**
956
+ * Bad Request
957
+ */
958
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
959
+ /**
960
+ * Unauthorized
961
+ */
962
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
963
+ /**
964
+ * Forbidden
965
+ */
966
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
967
+ /**
968
+ * Not Found
969
+ */
970
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
971
+ /**
972
+ * Server Error
973
+ */
974
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
975
+ /**
976
+ * Server Error
977
+ */
978
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
979
+ };
980
+ };
981
+ };
982
+ '/api/abp/application-configuration': {
983
+ get: {
984
+ req: GetApiAbpApplicationConfigurationData;
985
+ res: {
986
+ /**
987
+ * Success
988
+ */
989
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
990
+ /**
991
+ * Bad Request
992
+ */
993
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
994
+ /**
995
+ * Unauthorized
996
+ */
997
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
998
+ /**
999
+ * Forbidden
1000
+ */
1001
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1002
+ /**
1003
+ * Not Found
1004
+ */
1005
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1006
+ /**
1007
+ * Server Error
1008
+ */
1009
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1010
+ /**
1011
+ * Server Error
1012
+ */
1013
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1014
+ };
1015
+ };
1016
+ };
1017
+ '/api/abp/application-localization': {
1018
+ get: {
1019
+ req: GetApiAbpApplicationLocalizationData;
1020
+ res: {
1021
+ /**
1022
+ * Success
1023
+ */
1024
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
1025
+ /**
1026
+ * Bad Request
1027
+ */
1028
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1029
+ /**
1030
+ * Unauthorized
1031
+ */
1032
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1033
+ /**
1034
+ * Forbidden
1035
+ */
1036
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1037
+ /**
1038
+ * Not Found
1039
+ */
1040
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1041
+ /**
1042
+ * Server Error
1043
+ */
1044
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1045
+ /**
1046
+ * Server Error
1047
+ */
1048
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1049
+ };
1050
+ };
1051
+ };
1052
+ '/api/traveller-service/addresses': {
1053
+ get: {
1054
+ req: GetApiTravellerServiceAddressesData;
1055
+ res: {
1056
+ /**
1057
+ * Success
1058
+ */
1059
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1060
+ /**
1061
+ * Bad Request
1062
+ */
1063
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1064
+ /**
1065
+ * Unauthorized
1066
+ */
1067
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1068
+ /**
1069
+ * Forbidden
1070
+ */
1071
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1072
+ /**
1073
+ * Not Found
1074
+ */
1075
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1076
+ /**
1077
+ * Server Error
1078
+ */
1079
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1080
+ /**
1081
+ * Server Error
1082
+ */
1083
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1084
+ };
1085
+ };
1086
+ post: {
1087
+ req: PostApiTravellerServiceAddressesData;
1088
+ res: {
1089
+ /**
1090
+ * Success
1091
+ */
1092
+ 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1093
+ /**
1094
+ * Bad Request
1095
+ */
1096
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1097
+ /**
1098
+ * Unauthorized
1099
+ */
1100
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1101
+ /**
1102
+ * Forbidden
1103
+ */
1104
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1105
+ /**
1106
+ * Not Found
1107
+ */
1108
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1109
+ /**
1110
+ * Server Error
1111
+ */
1112
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1113
+ /**
1114
+ * Server Error
1115
+ */
1116
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1117
+ };
1118
+ };
1119
+ };
1120
+ '/api/traveller-service/addresses/{id}': {
1121
+ get: {
1122
+ req: GetApiTravellerServiceAddressesByIdData;
1123
+ res: {
1124
+ /**
1125
+ * Success
1126
+ */
1127
+ 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1128
+ /**
1129
+ * Bad Request
1130
+ */
1131
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1132
+ /**
1133
+ * Unauthorized
1134
+ */
1135
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1136
+ /**
1137
+ * Forbidden
1138
+ */
1139
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1140
+ /**
1141
+ * Not Found
1142
+ */
1143
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1144
+ /**
1145
+ * Server Error
1146
+ */
1147
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1148
+ /**
1149
+ * Server Error
1150
+ */
1151
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1152
+ };
1153
+ };
1154
+ put: {
1155
+ req: PutApiTravellerServiceAddressesByIdData;
1156
+ res: {
1157
+ /**
1158
+ * Success
1159
+ */
1160
+ 200: UniRefund_TravellerService_AddressTypes_AddressTypeDto;
1161
+ /**
1162
+ * Bad Request
1163
+ */
1164
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1165
+ /**
1166
+ * Unauthorized
1167
+ */
1168
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1169
+ /**
1170
+ * Forbidden
1171
+ */
1172
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1173
+ /**
1174
+ * Not Found
1175
+ */
1176
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1177
+ /**
1178
+ * Server Error
1179
+ */
1180
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1181
+ /**
1182
+ * Server Error
1183
+ */
1184
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1185
+ };
1186
+ };
1187
+ delete: {
1188
+ req: DeleteApiTravellerServiceAddressesByIdData;
1189
+ res: {
1190
+ /**
1191
+ * Success
1192
+ */
1193
+ 200: unknown;
1194
+ /**
1195
+ * Bad Request
1196
+ */
1197
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1198
+ /**
1199
+ * Unauthorized
1200
+ */
1201
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1202
+ /**
1203
+ * Forbidden
1204
+ */
1205
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1206
+ /**
1207
+ * Not Found
1208
+ */
1209
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1210
+ /**
1211
+ * Server Error
1212
+ */
1213
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1214
+ /**
1215
+ * Server Error
1216
+ */
1217
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1218
+ };
1219
+ };
1220
+ };
1221
+ '/api/traveller-service/emails': {
1222
+ get: {
1223
+ req: GetApiTravellerServiceEmailsData;
1224
+ res: {
1225
+ /**
1226
+ * Success
1227
+ */
1228
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1229
+ /**
1230
+ * Bad Request
1231
+ */
1232
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1233
+ /**
1234
+ * Unauthorized
1235
+ */
1236
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1237
+ /**
1238
+ * Forbidden
1239
+ */
1240
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1241
+ /**
1242
+ * Not Found
1243
+ */
1244
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1245
+ /**
1246
+ * Server Error
1247
+ */
1248
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1249
+ /**
1250
+ * Server Error
1251
+ */
1252
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1253
+ };
1254
+ };
1255
+ post: {
1256
+ req: PostApiTravellerServiceEmailsData;
1257
+ res: {
1258
+ /**
1259
+ * Success
1260
+ */
1261
+ 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1262
+ /**
1263
+ * Bad Request
1264
+ */
1265
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1266
+ /**
1267
+ * Unauthorized
1268
+ */
1269
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1270
+ /**
1271
+ * Forbidden
1272
+ */
1273
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1274
+ /**
1275
+ * Not Found
1276
+ */
1277
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1278
+ /**
1279
+ * Server Error
1280
+ */
1281
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1282
+ /**
1283
+ * Server Error
1284
+ */
1285
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1286
+ };
1287
+ };
1288
+ };
1289
+ '/api/traveller-service/emails/{id}': {
1290
+ get: {
1291
+ req: GetApiTravellerServiceEmailsByIdData;
1292
+ res: {
1293
+ /**
1294
+ * Success
1295
+ */
1296
+ 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1297
+ /**
1298
+ * Bad Request
1299
+ */
1300
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1301
+ /**
1302
+ * Unauthorized
1303
+ */
1304
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1305
+ /**
1306
+ * Forbidden
1307
+ */
1308
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1309
+ /**
1310
+ * Not Found
1311
+ */
1312
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1313
+ /**
1314
+ * Server Error
1315
+ */
1316
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1317
+ /**
1318
+ * Server Error
1319
+ */
1320
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1321
+ };
1322
+ };
1323
+ put: {
1324
+ req: PutApiTravellerServiceEmailsByIdData;
1325
+ res: {
1326
+ /**
1327
+ * Success
1328
+ */
1329
+ 200: UniRefund_TravellerService_EmailCommonDatas_EmailCommonDataDto;
1330
+ /**
1331
+ * Bad Request
1332
+ */
1333
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1334
+ /**
1335
+ * Unauthorized
1336
+ */
1337
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1338
+ /**
1339
+ * Forbidden
1340
+ */
1341
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1342
+ /**
1343
+ * Not Found
1344
+ */
1345
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1346
+ /**
1347
+ * Server Error
1348
+ */
1349
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1350
+ /**
1351
+ * Server Error
1352
+ */
1353
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1354
+ };
1355
+ };
1356
+ delete: {
1357
+ req: DeleteApiTravellerServiceEmailsByIdData;
1358
+ res: {
1359
+ /**
1360
+ * Success
1361
+ */
1362
+ 200: unknown;
1363
+ /**
1364
+ * Bad Request
1365
+ */
1366
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1367
+ /**
1368
+ * Unauthorized
1369
+ */
1370
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1371
+ /**
1372
+ * Forbidden
1373
+ */
1374
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1375
+ /**
1376
+ * Not Found
1377
+ */
1378
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1379
+ /**
1380
+ * Server Error
1381
+ */
1382
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1383
+ /**
1384
+ * Server Error
1385
+ */
1386
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1387
+ };
1388
+ };
1389
+ };
1390
+ '/api/traveller-service/individuals/with-components': {
1391
+ post: {
1392
+ req: PostApiTravellerServiceIndividualsWithComponentsData;
1393
+ res: {
1394
+ /**
1395
+ * Success
1396
+ */
1397
+ 200: unknown;
1398
+ /**
1399
+ * Bad Request
1400
+ */
1401
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1402
+ /**
1403
+ * Unauthorized
1404
+ */
1405
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1406
+ /**
1407
+ * Forbidden
1408
+ */
1409
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1410
+ /**
1411
+ * Not Found
1412
+ */
1413
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1414
+ /**
1415
+ * Server Error
1416
+ */
1417
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1418
+ /**
1419
+ * Server Error
1420
+ */
1421
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1422
+ };
1423
+ };
1424
+ };
1425
+ '/api/traveller-service/individuals': {
1426
+ get: {
1427
+ req: GetApiTravellerServiceIndividualsData;
1428
+ res: {
1429
+ /**
1430
+ * Success
1431
+ */
1432
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1433
+ /**
1434
+ * Bad Request
1435
+ */
1436
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1437
+ /**
1438
+ * Unauthorized
1439
+ */
1440
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1441
+ /**
1442
+ * Forbidden
1443
+ */
1444
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1445
+ /**
1446
+ * Not Found
1447
+ */
1448
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1449
+ /**
1450
+ * Server Error
1451
+ */
1452
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1453
+ /**
1454
+ * Server Error
1455
+ */
1456
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1457
+ };
1458
+ };
1459
+ };
1460
+ '/api/traveller-service/telephones': {
1461
+ get: {
1462
+ req: GetApiTravellerServiceTelephonesData;
1463
+ res: {
1464
+ /**
1465
+ * Success
1466
+ */
1467
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1468
+ /**
1469
+ * Bad Request
1470
+ */
1471
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1472
+ /**
1473
+ * Unauthorized
1474
+ */
1475
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1476
+ /**
1477
+ * Forbidden
1478
+ */
1479
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1480
+ /**
1481
+ * Not Found
1482
+ */
1483
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1484
+ /**
1485
+ * Server Error
1486
+ */
1487
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1488
+ /**
1489
+ * Server Error
1490
+ */
1491
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1492
+ };
1493
+ };
1494
+ post: {
1495
+ req: PostApiTravellerServiceTelephonesData;
1496
+ res: {
1497
+ /**
1498
+ * Success
1499
+ */
1500
+ 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1501
+ /**
1502
+ * Bad Request
1503
+ */
1504
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1505
+ /**
1506
+ * Unauthorized
1507
+ */
1508
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1509
+ /**
1510
+ * Forbidden
1511
+ */
1512
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1513
+ /**
1514
+ * Not Found
1515
+ */
1516
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1517
+ /**
1518
+ * Server Error
1519
+ */
1520
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1521
+ /**
1522
+ * Server Error
1523
+ */
1524
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1525
+ };
1526
+ };
1527
+ };
1528
+ '/api/traveller-service/telephones/{id}': {
1529
+ get: {
1530
+ req: GetApiTravellerServiceTelephonesByIdData;
1531
+ res: {
1532
+ /**
1533
+ * Success
1534
+ */
1535
+ 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1536
+ /**
1537
+ * Bad Request
1538
+ */
1539
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1540
+ /**
1541
+ * Unauthorized
1542
+ */
1543
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1544
+ /**
1545
+ * Forbidden
1546
+ */
1547
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1548
+ /**
1549
+ * Not Found
1550
+ */
1551
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1552
+ /**
1553
+ * Server Error
1554
+ */
1555
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1556
+ /**
1557
+ * Server Error
1558
+ */
1559
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1560
+ };
1561
+ };
1562
+ put: {
1563
+ req: PutApiTravellerServiceTelephonesByIdData;
1564
+ res: {
1565
+ /**
1566
+ * Success
1567
+ */
1568
+ 200: UniRefund_TravellerService_TelephoneTypes_TelephoneTypeDto;
1569
+ /**
1570
+ * Bad Request
1571
+ */
1572
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1573
+ /**
1574
+ * Unauthorized
1575
+ */
1576
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1577
+ /**
1578
+ * Forbidden
1579
+ */
1580
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1581
+ /**
1582
+ * Not Found
1583
+ */
1584
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1585
+ /**
1586
+ * Server Error
1587
+ */
1588
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1589
+ /**
1590
+ * Server Error
1591
+ */
1592
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1593
+ };
1594
+ };
1595
+ delete: {
1596
+ req: DeleteApiTravellerServiceTelephonesByIdData;
1597
+ res: {
1598
+ /**
1599
+ * Success
1600
+ */
1601
+ 200: unknown;
1602
+ /**
1603
+ * Bad Request
1604
+ */
1605
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1606
+ /**
1607
+ * Unauthorized
1608
+ */
1609
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1610
+ /**
1611
+ * Forbidden
1612
+ */
1613
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1614
+ /**
1615
+ * Not Found
1616
+ */
1617
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1618
+ /**
1619
+ * Server Error
1620
+ */
1621
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1622
+ /**
1623
+ * Server Error
1624
+ */
1625
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1626
+ };
1627
+ };
1628
+ };
1629
+ '/api/traveller-service/travellers/with-components': {
1630
+ post: {
1631
+ req: PostApiTravellerServiceTravellersWithComponentsData;
1632
+ res: {
1633
+ /**
1634
+ * Success
1635
+ */
1636
+ 200: UniRefund_TravellerService_Travellers_CreateTravellerResDto;
1637
+ /**
1638
+ * Bad Request
1639
+ */
1640
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1641
+ /**
1642
+ * Unauthorized
1643
+ */
1644
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1645
+ /**
1646
+ * Forbidden
1647
+ */
1648
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1649
+ /**
1650
+ * Not Found
1651
+ */
1652
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1653
+ /**
1654
+ * Server Error
1655
+ */
1656
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1657
+ /**
1658
+ * Server Error
1659
+ */
1660
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1661
+ };
1662
+ };
1663
+ };
1664
+ '/api/traveller-service/travellers': {
1665
+ post: {
1666
+ req: PostApiTravellerServiceTravellersData;
1667
+ res: {
1668
+ /**
1669
+ * Success
1670
+ */
1671
+ 200: UniRefund_TravellerService_Travellers_CreateTravellerResDto;
1672
+ /**
1673
+ * Bad Request
1674
+ */
1675
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1676
+ /**
1677
+ * Unauthorized
1678
+ */
1679
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1680
+ /**
1681
+ * Forbidden
1682
+ */
1683
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1684
+ /**
1685
+ * Not Found
1686
+ */
1687
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1688
+ /**
1689
+ * Server Error
1690
+ */
1691
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1692
+ /**
1693
+ * Server Error
1694
+ */
1695
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1696
+ };
1697
+ };
1698
+ get: {
1699
+ req: GetApiTravellerServiceTravellersData;
1700
+ res: {
1701
+ /**
1702
+ * Success
1703
+ */
1704
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1705
+ /**
1706
+ * Bad Request
1707
+ */
1708
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1709
+ /**
1710
+ * Unauthorized
1711
+ */
1712
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1713
+ /**
1714
+ * Forbidden
1715
+ */
1716
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1717
+ /**
1718
+ * Not Found
1719
+ */
1720
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1721
+ /**
1722
+ * Server Error
1723
+ */
1724
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1725
+ /**
1726
+ * Server Error
1727
+ */
1728
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1729
+ };
1730
+ };
1731
+ };
1732
+ '/api/traveller-service/travellers/{id}': {
1733
+ put: {
1734
+ req: PutApiTravellerServiceTravellersByIdData;
1735
+ res: {
1736
+ /**
1737
+ * Success
1738
+ */
1739
+ 200: UniRefund_TravellerService_Travellers_UpdateTravellerResDto;
1740
+ /**
1741
+ * Bad Request
1742
+ */
1743
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1744
+ /**
1745
+ * Unauthorized
1746
+ */
1747
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1748
+ /**
1749
+ * Forbidden
1750
+ */
1751
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1752
+ /**
1753
+ * Not Found
1754
+ */
1755
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1756
+ /**
1757
+ * Server Error
1758
+ */
1759
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1760
+ /**
1761
+ * Server Error
1762
+ */
1763
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1764
+ };
1765
+ };
1766
+ get: {
1767
+ req: GetApiTravellerServiceTravellersByIdData;
1768
+ res: {
1769
+ /**
1770
+ * Success
1771
+ */
1772
+ 200: UniRefund_TravellerService_Travellers_TravellerDetailProfileDto;
1773
+ /**
1774
+ * Bad Request
1775
+ */
1776
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1777
+ /**
1778
+ * Unauthorized
1779
+ */
1780
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1781
+ /**
1782
+ * Forbidden
1783
+ */
1784
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1785
+ /**
1786
+ * Not Found
1787
+ */
1788
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1789
+ /**
1790
+ * Server Error
1791
+ */
1792
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1793
+ /**
1794
+ * Server Error
1795
+ */
1796
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1797
+ };
1798
+ };
1799
+ };
1800
+ '/api/traveller-service/travellers/upsert': {
1801
+ post: {
1802
+ req: PostApiTravellerServiceTravellersUpsertData;
1803
+ res: {
1804
+ /**
1805
+ * Success
1806
+ */
1807
+ 200: UniRefund_TravellerService_Travellers_UpsertTravellerResDto;
1808
+ /**
1809
+ * Bad Request
1810
+ */
1811
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1812
+ /**
1813
+ * Unauthorized
1814
+ */
1815
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1816
+ /**
1817
+ * Forbidden
1818
+ */
1819
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1820
+ /**
1821
+ * Not Found
1822
+ */
1823
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1824
+ /**
1825
+ * Server Error
1826
+ */
1827
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1828
+ /**
1829
+ * Server Error
1830
+ */
1831
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1832
+ };
1833
+ };
1834
+ };
1835
1835
  };