@ayasofyazilim/saas 0.0.48 → 0.0.49

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