@ayasofyazilim/saas 0.0.57 → 0.0.59

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