@ayasofyazilim/saas 0.0.32 → 0.0.34

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