@ayasofyazilim/saas 0.0.51 → 0.0.53

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 (119) 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/CRMService/schemas.gen.ts +104 -0
  30. package/CRMService/services.gen.ts +65 -4
  31. package/CRMService/types.gen.ts +116 -6
  32. package/ContractService/ContractServiceClient.ts +3 -3
  33. package/ContractService/schemas.gen.ts +2236 -532
  34. package/ContractService/services.gen.ts +178 -114
  35. package/ContractService/types.gen.ts +372 -166
  36. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  37. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  38. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  39. package/FundraiserService/core/OpenAPI.ts +55 -55
  40. package/FundraiserService/core/request.ts +340 -340
  41. package/FundraiserService/index.ts +8 -8
  42. package/FundraiserService/services.gen.ts +627 -627
  43. package/FundraiserService/types.gen.ts +1793 -1793
  44. package/IdentityService/IdentityServiceClient.ts +80 -80
  45. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  46. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  47. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  48. package/IdentityService/core/OpenAPI.ts +55 -55
  49. package/IdentityService/core/request.ts +340 -340
  50. package/IdentityService/index.ts +8 -8
  51. package/IdentityService/schemas.gen.ts +6845 -6845
  52. package/IdentityService/services.gen.ts +2924 -2924
  53. package/IdentityService/types.gen.ts +5484 -5484
  54. package/LocationService/LocationServiceClient.ts +74 -74
  55. package/LocationService/core/ApiError.ts +20 -20
  56. package/LocationService/core/ApiRequestOptions.ts +12 -12
  57. package/LocationService/core/ApiResult.ts +6 -6
  58. package/LocationService/core/BaseHttpRequest.ts +9 -9
  59. package/LocationService/core/CancelablePromise.ts +125 -125
  60. package/LocationService/core/FetchHttpRequest.ts +21 -21
  61. package/LocationService/core/OpenAPI.ts +55 -55
  62. package/LocationService/core/request.ts +340 -340
  63. package/LocationService/index.ts +8 -8
  64. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  65. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  66. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  67. package/MerchantService/core/OpenAPI.ts +55 -55
  68. package/MerchantService/core/request.ts +340 -340
  69. package/MerchantService/schemas.gen.ts +14764 -14764
  70. package/MerchantService/services.gen.ts +1602 -1602
  71. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  72. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  73. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  74. package/ProjectService/core/OpenAPI.ts +55 -55
  75. package/ProjectService/core/request.ts +340 -340
  76. package/ProjectService/index.ts +8 -8
  77. package/ProjectService/services.gen.ts +492 -492
  78. package/ProjectService/types.gen.ts +1303 -1303
  79. package/ProjectService.json +2937 -2937
  80. package/SaasService/core/ApiRequestOptions.ts +12 -12
  81. package/SaasService/core/BaseHttpRequest.ts +9 -9
  82. package/SaasService/core/FetchHttpRequest.ts +21 -21
  83. package/SaasService/core/OpenAPI.ts +55 -55
  84. package/SaasService/core/request.ts +340 -340
  85. package/SaasService/index.ts +8 -8
  86. package/SaasService/schemas.gen.ts +5345 -5345
  87. package/SaasService/services.gen.ts +1329 -1329
  88. package/SaasService/types.gen.ts +2737 -2737
  89. package/SettingService/schemas.gen.ts +5410 -5410
  90. package/SettingService/services.gen.ts +890 -890
  91. package/SettingService/types.gen.ts +2052 -2052
  92. package/TagService/TagServiceClient.ts +44 -44
  93. package/TagService/core/ApiError.ts +20 -20
  94. package/TagService/core/ApiRequestOptions.ts +12 -12
  95. package/TagService/core/ApiResult.ts +6 -6
  96. package/TagService/core/BaseHttpRequest.ts +9 -9
  97. package/TagService/core/CancelablePromise.ts +125 -125
  98. package/TagService/core/FetchHttpRequest.ts +21 -21
  99. package/TagService/core/OpenAPI.ts +55 -55
  100. package/TagService/core/request.ts +340 -340
  101. package/TagService/index.ts +8 -8
  102. package/TagService/schemas.gen.ts +4736 -4736
  103. package/TagService/services.gen.ts +199 -199
  104. package/TagService/types.gen.ts +800 -800
  105. package/TravellerService/TravellerServiceClient.ts +56 -56
  106. package/TravellerService/core/ApiError.ts +20 -20
  107. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  108. package/TravellerService/core/ApiResult.ts +6 -6
  109. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  110. package/TravellerService/core/CancelablePromise.ts +125 -125
  111. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  112. package/TravellerService/core/OpenAPI.ts +55 -55
  113. package/TravellerService/core/request.ts +340 -340
  114. package/TravellerService/index.ts +8 -8
  115. package/TravellerService/schemas.gen.ts +6274 -6322
  116. package/TravellerService/services.gen.ts +713 -713
  117. package/TravellerService/types.gen.ts +1835 -1834
  118. package/package.json +1 -1
  119. package/swagger.json +4794 -4794
@@ -1,801 +1,801 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type UniRefund_TagService_Invoices_InvoiceRequestDto = {
4
- id?: string | null;
5
- uuid?: string;
6
- invoiceNumber?: string | null;
7
- issueDate?: string;
8
- amountPaid?: number;
9
- vatAmount?: number;
10
- taxTotals?: Array<UniRefund_TagService_Tags_TaxTotalDto> | null;
11
- };
12
-
13
- export type UniRefund_TagService_Merchants_MerchantDetailDto = {
14
- id?: string;
15
- name?: string | null;
16
- address?: UniRefund_TagService_Tags_AddressDto;
17
- productGroups?: Array<UniRefund_TagService_Tags_ProductGroupDto> | null;
18
- };
19
-
20
- export type UniRefund_TagService_Merchants_MerchantRequestDto = {
21
- vatNumber: string;
22
- countryCode: string;
23
- branchId: string;
24
- };
25
-
26
- export type UniRefund_TagService_Tags_AddressDto = {
27
- id?: string;
28
- fullText?: string | null;
29
- };
30
-
31
- export type UniRefund_TagService_Tags_CreateTagRequestDto = {
32
- merchant?: UniRefund_TagService_Merchants_MerchantRequestDto;
33
- traveller?: UniRefund_TagService_Travellers_TravellerRequestDto;
34
- invoices?: Array<UniRefund_TagService_Invoices_InvoiceRequestDto> | null;
35
- exportValidation?: UniRefund_TagService_Tags_ExportValidationRequestDto;
36
- };
37
-
38
- export type UniRefund_TagService_Tags_ExportValidationRequestDto = {
39
- dateTime?: string | null;
40
- endpoint?: string | null;
41
- referenceId?: string | null;
42
- responseCode?: string | null;
43
- description?: string | null;
44
- };
45
-
46
- export type UniRefund_TagService_Tags_ProductGroupDto = {
47
- id?: string;
48
- description?: string | null;
49
- };
50
-
51
- export type UniRefund_TagService_Tags_RefundType = 'None' | 'Cash' | 'CreditorDebitCard';
52
-
53
- export type UniRefund_TagService_Tags_TagDetailDto = {
54
- id?: string;
55
- tagNumber?: string | null;
56
- status?: UniRefund_TagService_Tags_TagStatusType;
57
- refundType?: UniRefund_TagService_Tags_RefundType;
58
- issueDate?: string | null;
59
- expireDate?: string | null;
60
- merchant?: UniRefund_TagService_Merchants_MerchantDetailDto;
61
- traveller?: UniRefund_TagService_Travellers_TravellerDetailDto;
62
- };
63
-
64
- export type UniRefund_TagService_Tags_TagDto = {
65
- id?: string;
66
- tagNumber?: string | null;
67
- status?: UniRefund_TagService_Tags_TagStatusType;
68
- refundType?: UniRefund_TagService_Tags_RefundType;
69
- issueDate?: string | null;
70
- expireDate?: string | null;
71
- exportValidationId?: string | null;
72
- refundId?: string | null;
73
- billingId?: string | null;
74
- merchantId?: string | null;
75
- travellerId?: string | null;
76
- travelDocumentNumber?: string | null;
77
- tripId?: string | null;
78
- refundTableId?: string | null;
79
- rebateTableId?: string | null;
80
- tagTotals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
81
- };
82
-
83
- export type UniRefund_TagService_Tags_TagListItemDto = {
84
- id?: string;
85
- tagNumber?: string | null;
86
- issueDate?: string;
87
- expireDate?: string;
88
- travellerFullName?: string | null;
89
- travellerDocumentNumber?: string | null;
90
- merchantTitle?: string | null;
91
- status?: UniRefund_TagService_Tags_TagStatusType;
92
- totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
93
- };
94
-
95
- export type UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1 = {
96
- items?: Array<UniRefund_TagService_Tags_TagListItemDto> | null;
97
- totalCount?: number;
98
- salesAmount?: number;
99
- refundAmount?: number;
100
- currency?: string | null;
101
- };
102
-
103
- export type UniRefund_TagService_Tags_TagStatusType = 'None' | 'Open' | 'PreIssued' | 'Issued' | 'WaitingGoodsValidation' | 'WaitingStampValidation' | 'Declined' | 'ExportValidated' | 'PaymentBlocked' | 'PaymentInProgress' | 'PaymentProblem' | 'Paid' | 'Cancelled' | 'Expired' | 'Correction' | 'OptedOut';
104
-
105
- export type UniRefund_TagService_Tags_TagTotalDto = {
106
- totalType?: UniRefund_TagService_Tags_TotalType;
107
- amount?: number;
108
- description?: string | null;
109
- currency?: string | null;
110
- };
111
-
112
- export type UniRefund_TagService_Tags_TaxTotalDto = {
113
- taxRate?: number;
114
- taxTotal?: number;
115
- taxableAmount?: number;
116
- };
117
-
118
- export type UniRefund_TagService_Tags_TotalType = 'None' | 'SalesAmount' | 'VatAmount' | 'GrossRefund' | 'RefundFee' | 'AgentRefundFee' | 'Refund';
119
-
120
- export type UniRefund_TagService_Travellers_TravellerDetailDto = {
121
- id: string;
122
- language?: string | null;
123
- userAccountId?: string | null;
124
- gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
125
- personalIdentificationProfiles: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto>;
126
- };
127
-
128
- export type UniRefund_TagService_Travellers_TravellerRequestDto = {
129
- id?: string | null;
130
- documentNumber: string;
131
- documentCountryCode: string;
132
- firstName: string;
133
- lastName: string;
134
- countryOfResidenceCode: string;
135
- expirationDate: string;
136
- birthDate?: string | null;
137
- };
138
-
139
- export type UniRefund_TravellerService_Enums_GenderTypeCode = 'MALE' | 'FEMALE';
140
-
141
- export type UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = 'Passport';
142
-
143
- export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
144
- id: string;
145
- travelDocumentNumber: string;
146
- countryOfResidenceCode2: string;
147
- countryOfResidence: string;
148
- nationalityCode2: string;
149
- nationality: string;
150
- firstName: string;
151
- lastName: string;
152
- dateOfBirth?: string | null;
153
- expirationDate: string;
154
- identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
155
- };
156
-
157
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
158
- grantedPolicies?: {
159
- [key: string]: (boolean);
160
- } | null;
161
- };
162
-
163
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
164
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
165
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
166
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
167
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
168
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
169
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
170
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
171
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
172
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
173
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
174
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
175
- extraProperties?: {
176
- [key: string]: unknown;
177
- } | null;
178
- };
179
-
180
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
181
- values?: {
182
- [key: string]: (string | null);
183
- } | null;
184
- };
185
-
186
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
187
- enabledFeatures?: Array<(string)> | null;
188
- };
189
-
190
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
191
- values?: {
192
- [key: string]: {
193
- [key: string]: (string);
194
- };
195
- } | null;
196
- resources?: {
197
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
198
- } | null;
199
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
200
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
201
- defaultResourceName?: string | null;
202
- languagesMap?: {
203
- [key: string]: Array<Volo_Abp_NameValue>;
204
- } | null;
205
- languageFilesMap?: {
206
- [key: string]: Array<Volo_Abp_NameValue>;
207
- } | null;
208
- };
209
-
210
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
211
- resources?: {
212
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
213
- } | null;
214
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
215
- };
216
-
217
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
218
- texts?: {
219
- [key: string]: (string);
220
- } | null;
221
- baseResources?: Array<(string)> | null;
222
- };
223
-
224
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
225
- values?: {
226
- [key: string]: (string | null);
227
- } | null;
228
- };
229
-
230
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
231
- kind?: string | null;
232
- };
233
-
234
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
235
- displayName?: string | null;
236
- englishName?: string | null;
237
- threeLetterIsoLanguageName?: string | null;
238
- twoLetterIsoLanguageName?: string | null;
239
- isRightToLeft?: boolean;
240
- cultureName?: string | null;
241
- name?: string | null;
242
- nativeName?: string | null;
243
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
244
- };
245
-
246
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
247
- isAuthenticated?: boolean;
248
- id?: string | null;
249
- tenantId?: string | null;
250
- impersonatorUserId?: string | null;
251
- impersonatorTenantId?: string | null;
252
- impersonatorUserName?: string | null;
253
- impersonatorTenantName?: string | null;
254
- userName?: string | null;
255
- name?: string | null;
256
- surName?: string | null;
257
- email?: string | null;
258
- emailVerified?: boolean;
259
- phoneNumber?: string | null;
260
- phoneNumberVerified?: boolean;
261
- roles?: Array<(string)> | null;
262
- sessionId?: string | null;
263
- };
264
-
265
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
266
- calendarAlgorithmType?: string | null;
267
- dateTimeFormatLong?: string | null;
268
- shortDatePattern?: string | null;
269
- fullDateTimePattern?: string | null;
270
- dateSeparator?: string | null;
271
- shortTimePattern?: string | null;
272
- longTimePattern?: string | null;
273
- };
274
-
275
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
276
- timeZoneName?: string | null;
277
- };
278
-
279
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
280
- properties?: {
281
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
282
- } | null;
283
- configuration?: {
284
- [key: string]: unknown;
285
- } | null;
286
- };
287
-
288
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
289
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
290
- localizationResource?: string | null;
291
- };
292
-
293
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
294
- name?: string | null;
295
- value?: unknown;
296
- };
297
-
298
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
299
- isAvailable?: boolean;
300
- };
301
-
302
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
303
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
304
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
305
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
306
- };
307
-
308
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
309
- isAvailable?: boolean;
310
- };
311
-
312
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
313
- isAvailable?: boolean;
314
- };
315
-
316
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
317
- typeSimple?: string | null;
318
- config?: {
319
- [key: string]: unknown;
320
- } | null;
321
- };
322
-
323
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
324
- type?: string | null;
325
- typeSimple?: string | null;
326
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
327
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
328
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
329
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
330
- configuration?: {
331
- [key: string]: unknown;
332
- } | null;
333
- defaultValue?: unknown;
334
- };
335
-
336
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
337
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
338
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
339
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
340
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
341
- };
342
-
343
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
344
- isVisible?: boolean;
345
- };
346
-
347
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
348
- url?: string | null;
349
- resultListPropertyName?: string | null;
350
- displayPropertyName?: string | null;
351
- valuePropertyName?: string | null;
352
- filterParamName?: string | null;
353
- };
354
-
355
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
356
- isVisible?: boolean;
357
- };
358
-
359
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
360
- name?: string | null;
361
- resource?: string | null;
362
- };
363
-
364
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
365
- entities?: {
366
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
367
- } | null;
368
- configuration?: {
369
- [key: string]: unknown;
370
- } | null;
371
- };
372
-
373
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
374
- modules?: {
375
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
376
- } | null;
377
- enums?: {
378
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
379
- } | null;
380
- };
381
-
382
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
383
- iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
384
- windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
385
- };
386
-
387
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
388
- timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
389
- };
390
-
391
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
392
- timeZoneId?: string | null;
393
- };
394
-
395
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
396
- id?: string | null;
397
- name?: string | null;
398
- isAvailable?: boolean;
399
- };
400
-
401
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
402
- isEnabled?: boolean;
403
- };
404
-
405
- export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
406
- uniqueName?: string | null;
407
- name?: string | null;
408
- httpMethod?: string | null;
409
- url?: string | null;
410
- supportedVersions?: Array<(string)> | null;
411
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
412
- parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
413
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
414
- allowAnonymous?: boolean | null;
415
- implementFrom?: string | null;
416
- };
417
-
418
- export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
419
- modules?: {
420
- [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
421
- } | null;
422
- types?: {
423
- [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
424
- } | null;
425
- };
426
-
427
- export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
428
- controllerName?: string | null;
429
- controllerGroupName?: string | null;
430
- isRemoteService?: boolean;
431
- isIntegrationService?: boolean;
432
- apiVersion?: string | null;
433
- type?: string | null;
434
- interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
435
- actions?: {
436
- [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
437
- } | null;
438
- };
439
-
440
- export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
441
- type?: string | null;
442
- name?: string | null;
443
- methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
444
- };
445
-
446
- export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
447
- name?: string | null;
448
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
449
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
450
- };
451
-
452
- export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
453
- name?: string | null;
454
- typeAsString?: string | null;
455
- type?: string | null;
456
- typeSimple?: string | null;
457
- isOptional?: boolean;
458
- defaultValue?: unknown;
459
- };
460
-
461
- export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
462
- rootPath?: string | null;
463
- remoteServiceName?: string | null;
464
- controllers?: {
465
- [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
466
- } | null;
467
- };
468
-
469
- export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
470
- nameOnMethod?: string | null;
471
- name?: string | null;
472
- jsonName?: string | null;
473
- type?: string | null;
474
- typeSimple?: string | null;
475
- isOptional?: boolean;
476
- defaultValue?: unknown;
477
- constraintTypes?: Array<(string)> | null;
478
- bindingSourceId?: string | null;
479
- descriptorName?: string | null;
480
- };
481
-
482
- export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
483
- name?: string | null;
484
- jsonName?: string | null;
485
- type?: string | null;
486
- typeSimple?: string | null;
487
- isRequired?: boolean;
488
- minLength?: number | null;
489
- maxLength?: number | null;
490
- minimum?: string | null;
491
- maximum?: string | null;
492
- regex?: string | null;
493
- };
494
-
495
- export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
496
- type?: string | null;
497
- typeSimple?: string | null;
498
- };
499
-
500
- export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
501
- baseType?: string | null;
502
- isEnum?: boolean;
503
- enumNames?: Array<(string)> | null;
504
- enumValues?: Array<unknown> | null;
505
- genericArguments?: Array<(string)> | null;
506
- properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
507
- };
508
-
509
- export type Volo_Abp_Http_RemoteServiceErrorInfo = {
510
- code?: string | null;
511
- message?: string | null;
512
- details?: string | null;
513
- data?: {
514
- [key: string]: unknown;
515
- } | null;
516
- validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
517
- };
518
-
519
- export type Volo_Abp_Http_RemoteServiceErrorResponse = {
520
- error?: Volo_Abp_Http_RemoteServiceErrorInfo;
521
- };
522
-
523
- export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
524
- message?: string | null;
525
- members?: Array<(string)> | null;
526
- };
527
-
528
- export type Volo_Abp_Localization_LanguageInfo = {
529
- cultureName?: string | null;
530
- uiCultureName?: string | null;
531
- displayName?: string | null;
532
- readonly twoLetterISOLanguageName?: string | null;
533
- };
534
-
535
- export type Volo_Abp_NameValue = {
536
- name?: string | null;
537
- value?: string | null;
538
- };
539
-
540
- export type GetApiAbpApiDefinitionData = {
541
- includeTypes?: boolean;
542
- };
543
-
544
- export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
545
-
546
- export type GetApiAbpApplicationConfigurationData = {
547
- includeLocalizationResources?: boolean;
548
- };
549
-
550
- export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
551
-
552
- export type GetApiAbpApplicationLocalizationData = {
553
- cultureName: string;
554
- onlyDynamics?: boolean;
555
- };
556
-
557
- export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
558
-
559
- export type PostApiTagServiceTagData = {
560
- requestBody?: UniRefund_TagService_Tags_CreateTagRequestDto;
561
- };
562
-
563
- export type PostApiTagServiceTagResponse = UniRefund_TagService_Tags_TagDto;
564
-
565
- export type GetApiTagServiceTagData = {
566
- exportEndDate?: string;
567
- exportStartDate?: string;
568
- invoiceNumber?: string;
569
- issuedEndDate?: string;
570
- issuedStartDate?: string;
571
- maxResultCount?: number;
572
- merchantIds?: Array<(string)>;
573
- paidEndDate?: string;
574
- paidStartDate?: string;
575
- refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
576
- skipCount?: number;
577
- sorting?: string;
578
- statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
579
- tagNumber?: string;
580
- travellerDocumentNumber?: string;
581
- travellerName?: string;
582
- };
583
-
584
- export type GetApiTagServiceTagResponse = UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
585
-
586
- export type GetApiTagServiceTagByIdDetailData = {
587
- id: string;
588
- };
589
-
590
- export type GetApiTagServiceTagByIdDetailResponse = UniRefund_TagService_Tags_TagDetailDto;
591
-
592
- export type $OpenApiTs = {
593
- '/api/abp/api-definition': {
594
- get: {
595
- req: GetApiAbpApiDefinitionData;
596
- res: {
597
- /**
598
- * Success
599
- */
600
- 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
601
- /**
602
- * Bad Request
603
- */
604
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
605
- /**
606
- * Unauthorized
607
- */
608
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
609
- /**
610
- * Forbidden
611
- */
612
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
613
- /**
614
- * Not Found
615
- */
616
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
617
- /**
618
- * Server Error
619
- */
620
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
621
- /**
622
- * Server Error
623
- */
624
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
625
- };
626
- };
627
- };
628
- '/api/abp/application-configuration': {
629
- get: {
630
- req: GetApiAbpApplicationConfigurationData;
631
- res: {
632
- /**
633
- * Success
634
- */
635
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
636
- /**
637
- * Bad Request
638
- */
639
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
640
- /**
641
- * Unauthorized
642
- */
643
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
644
- /**
645
- * Forbidden
646
- */
647
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
648
- /**
649
- * Not Found
650
- */
651
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
652
- /**
653
- * Server Error
654
- */
655
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
656
- /**
657
- * Server Error
658
- */
659
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
660
- };
661
- };
662
- };
663
- '/api/abp/application-localization': {
664
- get: {
665
- req: GetApiAbpApplicationLocalizationData;
666
- res: {
667
- /**
668
- * Success
669
- */
670
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
671
- /**
672
- * Bad Request
673
- */
674
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
675
- /**
676
- * Unauthorized
677
- */
678
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
679
- /**
680
- * Forbidden
681
- */
682
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
683
- /**
684
- * Not Found
685
- */
686
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
687
- /**
688
- * Server Error
689
- */
690
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
691
- /**
692
- * Server Error
693
- */
694
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
695
- };
696
- };
697
- };
698
- '/api/tag-service/Tag': {
699
- post: {
700
- req: PostApiTagServiceTagData;
701
- res: {
702
- /**
703
- * Success
704
- */
705
- 200: UniRefund_TagService_Tags_TagDto;
706
- /**
707
- * Bad Request
708
- */
709
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
710
- /**
711
- * Unauthorized
712
- */
713
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
714
- /**
715
- * Forbidden
716
- */
717
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
718
- /**
719
- * Not Found
720
- */
721
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
722
- /**
723
- * Server Error
724
- */
725
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
726
- /**
727
- * Server Error
728
- */
729
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
730
- };
731
- };
732
- get: {
733
- req: GetApiTagServiceTagData;
734
- res: {
735
- /**
736
- * Success
737
- */
738
- 200: UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
739
- /**
740
- * Bad Request
741
- */
742
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
743
- /**
744
- * Unauthorized
745
- */
746
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
747
- /**
748
- * Forbidden
749
- */
750
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
751
- /**
752
- * Not Found
753
- */
754
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
755
- /**
756
- * Server Error
757
- */
758
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
759
- /**
760
- * Server Error
761
- */
762
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
763
- };
764
- };
765
- };
766
- '/api/tag-service/Tag/{id}/detail': {
767
- get: {
768
- req: GetApiTagServiceTagByIdDetailData;
769
- res: {
770
- /**
771
- * Success
772
- */
773
- 200: UniRefund_TagService_Tags_TagDetailDto;
774
- /**
775
- * Bad Request
776
- */
777
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
778
- /**
779
- * Unauthorized
780
- */
781
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
782
- /**
783
- * Forbidden
784
- */
785
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
786
- /**
787
- * Not Found
788
- */
789
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
790
- /**
791
- * Server Error
792
- */
793
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
794
- /**
795
- * Server Error
796
- */
797
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
798
- };
799
- };
800
- };
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type UniRefund_TagService_Invoices_InvoiceRequestDto = {
4
+ id?: string | null;
5
+ uuid?: string;
6
+ invoiceNumber?: string | null;
7
+ issueDate?: string;
8
+ amountPaid?: number;
9
+ vatAmount?: number;
10
+ taxTotals?: Array<UniRefund_TagService_Tags_TaxTotalDto> | null;
11
+ };
12
+
13
+ export type UniRefund_TagService_Merchants_MerchantDetailDto = {
14
+ id?: string;
15
+ name?: string | null;
16
+ address?: UniRefund_TagService_Tags_AddressDto;
17
+ productGroups?: Array<UniRefund_TagService_Tags_ProductGroupDto> | null;
18
+ };
19
+
20
+ export type UniRefund_TagService_Merchants_MerchantRequestDto = {
21
+ vatNumber: string;
22
+ countryCode: string;
23
+ branchId: string;
24
+ };
25
+
26
+ export type UniRefund_TagService_Tags_AddressDto = {
27
+ id?: string;
28
+ fullText?: string | null;
29
+ };
30
+
31
+ export type UniRefund_TagService_Tags_CreateTagRequestDto = {
32
+ merchant?: UniRefund_TagService_Merchants_MerchantRequestDto;
33
+ traveller?: UniRefund_TagService_Travellers_TravellerRequestDto;
34
+ invoices?: Array<UniRefund_TagService_Invoices_InvoiceRequestDto> | null;
35
+ exportValidation?: UniRefund_TagService_Tags_ExportValidationRequestDto;
36
+ };
37
+
38
+ export type UniRefund_TagService_Tags_ExportValidationRequestDto = {
39
+ dateTime?: string | null;
40
+ endpoint?: string | null;
41
+ referenceId?: string | null;
42
+ responseCode?: string | null;
43
+ description?: string | null;
44
+ };
45
+
46
+ export type UniRefund_TagService_Tags_ProductGroupDto = {
47
+ id?: string;
48
+ description?: string | null;
49
+ };
50
+
51
+ export type UniRefund_TagService_Tags_RefundType = 'None' | 'Cash' | 'CreditorDebitCard';
52
+
53
+ export type UniRefund_TagService_Tags_TagDetailDto = {
54
+ id?: string;
55
+ tagNumber?: string | null;
56
+ status?: UniRefund_TagService_Tags_TagStatusType;
57
+ refundType?: UniRefund_TagService_Tags_RefundType;
58
+ issueDate?: string | null;
59
+ expireDate?: string | null;
60
+ merchant?: UniRefund_TagService_Merchants_MerchantDetailDto;
61
+ traveller?: UniRefund_TagService_Travellers_TravellerDetailDto;
62
+ };
63
+
64
+ export type UniRefund_TagService_Tags_TagDto = {
65
+ id?: string;
66
+ tagNumber?: string | null;
67
+ status?: UniRefund_TagService_Tags_TagStatusType;
68
+ refundType?: UniRefund_TagService_Tags_RefundType;
69
+ issueDate?: string | null;
70
+ expireDate?: string | null;
71
+ exportValidationId?: string | null;
72
+ refundId?: string | null;
73
+ billingId?: string | null;
74
+ merchantId?: string | null;
75
+ travellerId?: string | null;
76
+ travelDocumentNumber?: string | null;
77
+ tripId?: string | null;
78
+ refundTableId?: string | null;
79
+ rebateTableId?: string | null;
80
+ tagTotals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
81
+ };
82
+
83
+ export type UniRefund_TagService_Tags_TagListItemDto = {
84
+ id?: string;
85
+ tagNumber?: string | null;
86
+ issueDate?: string;
87
+ expireDate?: string;
88
+ travellerFullName?: string | null;
89
+ travellerDocumentNumber?: string | null;
90
+ merchantTitle?: string | null;
91
+ status?: UniRefund_TagService_Tags_TagStatusType;
92
+ totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
93
+ };
94
+
95
+ export type UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1 = {
96
+ items?: Array<UniRefund_TagService_Tags_TagListItemDto> | null;
97
+ totalCount?: number;
98
+ salesAmount?: number;
99
+ refundAmount?: number;
100
+ currency?: string | null;
101
+ };
102
+
103
+ export type UniRefund_TagService_Tags_TagStatusType = 'None' | 'Open' | 'PreIssued' | 'Issued' | 'WaitingGoodsValidation' | 'WaitingStampValidation' | 'Declined' | 'ExportValidated' | 'PaymentBlocked' | 'PaymentInProgress' | 'PaymentProblem' | 'Paid' | 'Cancelled' | 'Expired' | 'Correction' | 'OptedOut';
104
+
105
+ export type UniRefund_TagService_Tags_TagTotalDto = {
106
+ totalType?: UniRefund_TagService_Tags_TotalType;
107
+ amount?: number;
108
+ description?: string | null;
109
+ currency?: string | null;
110
+ };
111
+
112
+ export type UniRefund_TagService_Tags_TaxTotalDto = {
113
+ taxRate?: number;
114
+ taxTotal?: number;
115
+ taxableAmount?: number;
116
+ };
117
+
118
+ export type UniRefund_TagService_Tags_TotalType = 'None' | 'SalesAmount' | 'VatAmount' | 'GrossRefund' | 'RefundFee' | 'AgentRefundFee' | 'Refund';
119
+
120
+ export type UniRefund_TagService_Travellers_TravellerDetailDto = {
121
+ id: string;
122
+ language?: string | null;
123
+ userAccountId?: string | null;
124
+ gender?: UniRefund_TravellerService_Enums_GenderTypeCode;
125
+ personalIdentificationProfiles: Array<UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto>;
126
+ };
127
+
128
+ export type UniRefund_TagService_Travellers_TravellerRequestDto = {
129
+ id?: string | null;
130
+ documentNumber: string;
131
+ documentCountryCode: string;
132
+ firstName: string;
133
+ lastName: string;
134
+ countryOfResidenceCode: string;
135
+ expirationDate: string;
136
+ birthDate?: string | null;
137
+ };
138
+
139
+ export type UniRefund_TravellerService_Enums_GenderTypeCode = 'MALE' | 'FEMALE';
140
+
141
+ export type UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode = 'Passport';
142
+
143
+ export type UniRefund_TravellerService_PersonalIdentificationCommonDatas_PersonalIdentificationProfileDto = {
144
+ id: string;
145
+ travelDocumentNumber: string;
146
+ countryOfResidenceCode2: string;
147
+ countryOfResidence: string;
148
+ nationalityCode2: string;
149
+ nationality: string;
150
+ firstName: string;
151
+ lastName: string;
152
+ dateOfBirth?: string | null;
153
+ expirationDate: string;
154
+ identificationType: UniRefund_TravellerService_Enums_PersonalIdentificationTypeCode;
155
+ };
156
+
157
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
158
+ grantedPolicies?: {
159
+ [key: string]: (boolean);
160
+ } | null;
161
+ };
162
+
163
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
164
+ localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
165
+ auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
166
+ setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
167
+ currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
168
+ features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
169
+ globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
170
+ multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
171
+ currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
172
+ timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
173
+ clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
174
+ objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
175
+ extraProperties?: {
176
+ [key: string]: unknown;
177
+ } | null;
178
+ };
179
+
180
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
181
+ values?: {
182
+ [key: string]: (string | null);
183
+ } | null;
184
+ };
185
+
186
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
187
+ enabledFeatures?: Array<(string)> | null;
188
+ };
189
+
190
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
191
+ values?: {
192
+ [key: string]: {
193
+ [key: string]: (string);
194
+ };
195
+ } | null;
196
+ resources?: {
197
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
198
+ } | null;
199
+ languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
200
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
201
+ defaultResourceName?: string | null;
202
+ languagesMap?: {
203
+ [key: string]: Array<Volo_Abp_NameValue>;
204
+ } | null;
205
+ languageFilesMap?: {
206
+ [key: string]: Array<Volo_Abp_NameValue>;
207
+ } | null;
208
+ };
209
+
210
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
211
+ resources?: {
212
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
213
+ } | null;
214
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
215
+ };
216
+
217
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
218
+ texts?: {
219
+ [key: string]: (string);
220
+ } | null;
221
+ baseResources?: Array<(string)> | null;
222
+ };
223
+
224
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
225
+ values?: {
226
+ [key: string]: (string | null);
227
+ } | null;
228
+ };
229
+
230
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
231
+ kind?: string | null;
232
+ };
233
+
234
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
235
+ displayName?: string | null;
236
+ englishName?: string | null;
237
+ threeLetterIsoLanguageName?: string | null;
238
+ twoLetterIsoLanguageName?: string | null;
239
+ isRightToLeft?: boolean;
240
+ cultureName?: string | null;
241
+ name?: string | null;
242
+ nativeName?: string | null;
243
+ dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
244
+ };
245
+
246
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
247
+ isAuthenticated?: boolean;
248
+ id?: string | null;
249
+ tenantId?: string | null;
250
+ impersonatorUserId?: string | null;
251
+ impersonatorTenantId?: string | null;
252
+ impersonatorUserName?: string | null;
253
+ impersonatorTenantName?: string | null;
254
+ userName?: string | null;
255
+ name?: string | null;
256
+ surName?: string | null;
257
+ email?: string | null;
258
+ emailVerified?: boolean;
259
+ phoneNumber?: string | null;
260
+ phoneNumberVerified?: boolean;
261
+ roles?: Array<(string)> | null;
262
+ sessionId?: string | null;
263
+ };
264
+
265
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
266
+ calendarAlgorithmType?: string | null;
267
+ dateTimeFormatLong?: string | null;
268
+ shortDatePattern?: string | null;
269
+ fullDateTimePattern?: string | null;
270
+ dateSeparator?: string | null;
271
+ shortTimePattern?: string | null;
272
+ longTimePattern?: string | null;
273
+ };
274
+
275
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
276
+ timeZoneName?: string | null;
277
+ };
278
+
279
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
280
+ properties?: {
281
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
282
+ } | null;
283
+ configuration?: {
284
+ [key: string]: unknown;
285
+ } | null;
286
+ };
287
+
288
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
289
+ fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
290
+ localizationResource?: string | null;
291
+ };
292
+
293
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
294
+ name?: string | null;
295
+ value?: unknown;
296
+ };
297
+
298
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
299
+ isAvailable?: boolean;
300
+ };
301
+
302
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
303
+ onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
304
+ onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
305
+ onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
306
+ };
307
+
308
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
309
+ isAvailable?: boolean;
310
+ };
311
+
312
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
313
+ isAvailable?: boolean;
314
+ };
315
+
316
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
317
+ typeSimple?: string | null;
318
+ config?: {
319
+ [key: string]: unknown;
320
+ } | null;
321
+ };
322
+
323
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
324
+ type?: string | null;
325
+ typeSimple?: string | null;
326
+ displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
327
+ api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
328
+ ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
329
+ attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
330
+ configuration?: {
331
+ [key: string]: unknown;
332
+ } | null;
333
+ defaultValue?: unknown;
334
+ };
335
+
336
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
337
+ onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
338
+ onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
339
+ onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
340
+ lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
341
+ };
342
+
343
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
344
+ isVisible?: boolean;
345
+ };
346
+
347
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
348
+ url?: string | null;
349
+ resultListPropertyName?: string | null;
350
+ displayPropertyName?: string | null;
351
+ valuePropertyName?: string | null;
352
+ filterParamName?: string | null;
353
+ };
354
+
355
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
356
+ isVisible?: boolean;
357
+ };
358
+
359
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
360
+ name?: string | null;
361
+ resource?: string | null;
362
+ };
363
+
364
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
365
+ entities?: {
366
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
367
+ } | null;
368
+ configuration?: {
369
+ [key: string]: unknown;
370
+ } | null;
371
+ };
372
+
373
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
374
+ modules?: {
375
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
376
+ } | null;
377
+ enums?: {
378
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
379
+ } | null;
380
+ };
381
+
382
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
383
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
384
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
385
+ };
386
+
387
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
388
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
389
+ };
390
+
391
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
392
+ timeZoneId?: string | null;
393
+ };
394
+
395
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
396
+ id?: string | null;
397
+ name?: string | null;
398
+ isAvailable?: boolean;
399
+ };
400
+
401
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
402
+ isEnabled?: boolean;
403
+ };
404
+
405
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
406
+ uniqueName?: string | null;
407
+ name?: string | null;
408
+ httpMethod?: string | null;
409
+ url?: string | null;
410
+ supportedVersions?: Array<(string)> | null;
411
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
412
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
413
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
414
+ allowAnonymous?: boolean | null;
415
+ implementFrom?: string | null;
416
+ };
417
+
418
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
419
+ modules?: {
420
+ [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
421
+ } | null;
422
+ types?: {
423
+ [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
424
+ } | null;
425
+ };
426
+
427
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
428
+ controllerName?: string | null;
429
+ controllerGroupName?: string | null;
430
+ isRemoteService?: boolean;
431
+ isIntegrationService?: boolean;
432
+ apiVersion?: string | null;
433
+ type?: string | null;
434
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
435
+ actions?: {
436
+ [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
437
+ } | null;
438
+ };
439
+
440
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
441
+ type?: string | null;
442
+ name?: string | null;
443
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
444
+ };
445
+
446
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
447
+ name?: string | null;
448
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
449
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
450
+ };
451
+
452
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
453
+ name?: string | null;
454
+ typeAsString?: string | null;
455
+ type?: string | null;
456
+ typeSimple?: string | null;
457
+ isOptional?: boolean;
458
+ defaultValue?: unknown;
459
+ };
460
+
461
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
462
+ rootPath?: string | null;
463
+ remoteServiceName?: string | null;
464
+ controllers?: {
465
+ [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
466
+ } | null;
467
+ };
468
+
469
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
470
+ nameOnMethod?: string | null;
471
+ name?: string | null;
472
+ jsonName?: string | null;
473
+ type?: string | null;
474
+ typeSimple?: string | null;
475
+ isOptional?: boolean;
476
+ defaultValue?: unknown;
477
+ constraintTypes?: Array<(string)> | null;
478
+ bindingSourceId?: string | null;
479
+ descriptorName?: string | null;
480
+ };
481
+
482
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
483
+ name?: string | null;
484
+ jsonName?: string | null;
485
+ type?: string | null;
486
+ typeSimple?: string | null;
487
+ isRequired?: boolean;
488
+ minLength?: number | null;
489
+ maxLength?: number | null;
490
+ minimum?: string | null;
491
+ maximum?: string | null;
492
+ regex?: string | null;
493
+ };
494
+
495
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
496
+ type?: string | null;
497
+ typeSimple?: string | null;
498
+ };
499
+
500
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
501
+ baseType?: string | null;
502
+ isEnum?: boolean;
503
+ enumNames?: Array<(string)> | null;
504
+ enumValues?: Array<unknown> | null;
505
+ genericArguments?: Array<(string)> | null;
506
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
507
+ };
508
+
509
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
510
+ code?: string | null;
511
+ message?: string | null;
512
+ details?: string | null;
513
+ data?: {
514
+ [key: string]: unknown;
515
+ } | null;
516
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
517
+ };
518
+
519
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
520
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
521
+ };
522
+
523
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
524
+ message?: string | null;
525
+ members?: Array<(string)> | null;
526
+ };
527
+
528
+ export type Volo_Abp_Localization_LanguageInfo = {
529
+ cultureName?: string | null;
530
+ uiCultureName?: string | null;
531
+ displayName?: string | null;
532
+ readonly twoLetterISOLanguageName?: string | null;
533
+ };
534
+
535
+ export type Volo_Abp_NameValue = {
536
+ name?: string | null;
537
+ value?: string | null;
538
+ };
539
+
540
+ export type GetApiAbpApiDefinitionData = {
541
+ includeTypes?: boolean;
542
+ };
543
+
544
+ export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
545
+
546
+ export type GetApiAbpApplicationConfigurationData = {
547
+ includeLocalizationResources?: boolean;
548
+ };
549
+
550
+ export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
551
+
552
+ export type GetApiAbpApplicationLocalizationData = {
553
+ cultureName: string;
554
+ onlyDynamics?: boolean;
555
+ };
556
+
557
+ export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
558
+
559
+ export type PostApiTagServiceTagData = {
560
+ requestBody?: UniRefund_TagService_Tags_CreateTagRequestDto;
561
+ };
562
+
563
+ export type PostApiTagServiceTagResponse = UniRefund_TagService_Tags_TagDto;
564
+
565
+ export type GetApiTagServiceTagData = {
566
+ exportEndDate?: string;
567
+ exportStartDate?: string;
568
+ invoiceNumber?: string;
569
+ issuedEndDate?: string;
570
+ issuedStartDate?: string;
571
+ maxResultCount?: number;
572
+ merchantIds?: Array<(string)>;
573
+ paidEndDate?: string;
574
+ paidStartDate?: string;
575
+ refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
576
+ skipCount?: number;
577
+ sorting?: string;
578
+ statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
579
+ tagNumber?: string;
580
+ travellerDocumentNumber?: string;
581
+ travellerName?: string;
582
+ };
583
+
584
+ export type GetApiTagServiceTagResponse = UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
585
+
586
+ export type GetApiTagServiceTagByIdDetailData = {
587
+ id: string;
588
+ };
589
+
590
+ export type GetApiTagServiceTagByIdDetailResponse = UniRefund_TagService_Tags_TagDetailDto;
591
+
592
+ export type $OpenApiTs = {
593
+ '/api/abp/api-definition': {
594
+ get: {
595
+ req: GetApiAbpApiDefinitionData;
596
+ res: {
597
+ /**
598
+ * Success
599
+ */
600
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
601
+ /**
602
+ * Bad Request
603
+ */
604
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
605
+ /**
606
+ * Unauthorized
607
+ */
608
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
609
+ /**
610
+ * Forbidden
611
+ */
612
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
613
+ /**
614
+ * Not Found
615
+ */
616
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
617
+ /**
618
+ * Server Error
619
+ */
620
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
621
+ /**
622
+ * Server Error
623
+ */
624
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
625
+ };
626
+ };
627
+ };
628
+ '/api/abp/application-configuration': {
629
+ get: {
630
+ req: GetApiAbpApplicationConfigurationData;
631
+ res: {
632
+ /**
633
+ * Success
634
+ */
635
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
636
+ /**
637
+ * Bad Request
638
+ */
639
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
640
+ /**
641
+ * Unauthorized
642
+ */
643
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
644
+ /**
645
+ * Forbidden
646
+ */
647
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
648
+ /**
649
+ * Not Found
650
+ */
651
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
652
+ /**
653
+ * Server Error
654
+ */
655
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
656
+ /**
657
+ * Server Error
658
+ */
659
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
660
+ };
661
+ };
662
+ };
663
+ '/api/abp/application-localization': {
664
+ get: {
665
+ req: GetApiAbpApplicationLocalizationData;
666
+ res: {
667
+ /**
668
+ * Success
669
+ */
670
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
671
+ /**
672
+ * Bad Request
673
+ */
674
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
675
+ /**
676
+ * Unauthorized
677
+ */
678
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
679
+ /**
680
+ * Forbidden
681
+ */
682
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
683
+ /**
684
+ * Not Found
685
+ */
686
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
687
+ /**
688
+ * Server Error
689
+ */
690
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
691
+ /**
692
+ * Server Error
693
+ */
694
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
695
+ };
696
+ };
697
+ };
698
+ '/api/tag-service/Tag': {
699
+ post: {
700
+ req: PostApiTagServiceTagData;
701
+ res: {
702
+ /**
703
+ * Success
704
+ */
705
+ 200: UniRefund_TagService_Tags_TagDto;
706
+ /**
707
+ * Bad Request
708
+ */
709
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
710
+ /**
711
+ * Unauthorized
712
+ */
713
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
714
+ /**
715
+ * Forbidden
716
+ */
717
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
718
+ /**
719
+ * Not Found
720
+ */
721
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
722
+ /**
723
+ * Server Error
724
+ */
725
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
726
+ /**
727
+ * Server Error
728
+ */
729
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
730
+ };
731
+ };
732
+ get: {
733
+ req: GetApiTagServiceTagData;
734
+ res: {
735
+ /**
736
+ * Success
737
+ */
738
+ 200: UniRefund_TagService_Tags_TagPagedAndSortedResultResponseDto_1;
739
+ /**
740
+ * Bad Request
741
+ */
742
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
743
+ /**
744
+ * Unauthorized
745
+ */
746
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
747
+ /**
748
+ * Forbidden
749
+ */
750
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
751
+ /**
752
+ * Not Found
753
+ */
754
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
755
+ /**
756
+ * Server Error
757
+ */
758
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
759
+ /**
760
+ * Server Error
761
+ */
762
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
763
+ };
764
+ };
765
+ };
766
+ '/api/tag-service/Tag/{id}/detail': {
767
+ get: {
768
+ req: GetApiTagServiceTagByIdDetailData;
769
+ res: {
770
+ /**
771
+ * Success
772
+ */
773
+ 200: UniRefund_TagService_Tags_TagDetailDto;
774
+ /**
775
+ * Bad Request
776
+ */
777
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
778
+ /**
779
+ * Unauthorized
780
+ */
781
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
782
+ /**
783
+ * Forbidden
784
+ */
785
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
786
+ /**
787
+ * Not Found
788
+ */
789
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
790
+ /**
791
+ * Server Error
792
+ */
793
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
794
+ /**
795
+ * Server Error
796
+ */
797
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
798
+ };
799
+ };
800
+ };
801
801
  };