@ayasofyazilim/saas 0.0.9 → 0.0.11

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 (57) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -58
  2. package/AccountService/core/ApiError.ts +15 -19
  3. package/AccountService/core/ApiRequestOptions.ts +12 -16
  4. package/AccountService/core/ApiResult.ts +7 -11
  5. package/AccountService/core/BaseHttpRequest.ts +3 -7
  6. package/AccountService/core/CancelablePromise.ts +118 -123
  7. package/AccountService/core/FetchHttpRequest.ts +13 -17
  8. package/AccountService/core/OpenAPI.ts +48 -24
  9. package/AccountService/core/request.ts +280 -261
  10. package/AccountService/index.ts +9 -122
  11. package/AccountService/schemas.gen.ts +2331 -0
  12. package/AccountService/services.gen.ts +1453 -0
  13. package/AccountService/types.gen.ts +3176 -0
  14. package/AdministrationService/AdministrationServiceClient.ts +74 -67
  15. package/AdministrationService/core/ApiError.ts +15 -19
  16. package/AdministrationService/core/ApiRequestOptions.ts +12 -16
  17. package/AdministrationService/core/ApiResult.ts +7 -11
  18. package/AdministrationService/core/BaseHttpRequest.ts +3 -7
  19. package/AdministrationService/core/CancelablePromise.ts +118 -123
  20. package/AdministrationService/core/FetchHttpRequest.ts +13 -17
  21. package/AdministrationService/core/OpenAPI.ts +48 -24
  22. package/AdministrationService/core/request.ts +280 -261
  23. package/AdministrationService/index.ts +9 -118
  24. package/AdministrationService/schemas.gen.ts +2307 -0
  25. package/AdministrationService/services.gen.ts +1333 -0
  26. package/AdministrationService/types.gen.ts +2726 -0
  27. package/IdentityService/IdentityServiceClient.ts +77 -70
  28. package/IdentityService/core/ApiError.ts +15 -19
  29. package/IdentityService/core/ApiRequestOptions.ts +12 -16
  30. package/IdentityService/core/ApiResult.ts +7 -11
  31. package/IdentityService/core/BaseHttpRequest.ts +3 -7
  32. package/IdentityService/core/CancelablePromise.ts +118 -123
  33. package/IdentityService/core/FetchHttpRequest.ts +13 -17
  34. package/IdentityService/core/OpenAPI.ts +48 -24
  35. package/IdentityService/core/request.ts +280 -261
  36. package/IdentityService/index.ts +9 -133
  37. package/IdentityService/schemas.gen.ts +3170 -0
  38. package/IdentityService/services.gen.ts +2864 -0
  39. package/IdentityService/types.gen.ts +5342 -0
  40. package/ProjectService/ProjectServiceClient.ts +0 -3
  41. package/ProjectService/schemas.gen.ts +188 -109
  42. package/ProjectService/services.gen.ts +1 -48
  43. package/ProjectService/types.gen.ts +74 -187
  44. package/SaasService/SaasServiceClient.ts +65 -0
  45. package/SaasService/core/ApiError.ts +21 -0
  46. package/SaasService/core/ApiRequestOptions.ts +13 -0
  47. package/SaasService/core/ApiResult.ts +7 -0
  48. package/SaasService/core/BaseHttpRequest.ts +10 -0
  49. package/SaasService/core/CancelablePromise.ts +126 -0
  50. package/SaasService/core/FetchHttpRequest.ts +22 -0
  51. package/SaasService/core/OpenAPI.ts +56 -0
  52. package/SaasService/core/request.ts +341 -0
  53. package/SaasService/index.ts +9 -0
  54. package/SaasService/schemas.gen.ts +2148 -0
  55. package/SaasService/services.gen.ts +1326 -0
  56. package/SaasService/types.gen.ts +2735 -0
  57. package/package.json +9 -12
@@ -0,0 +1,2726 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type System_Net_HttpStatusCode = 100 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
4
+
5
+ export type Volo_Abp_Application_Dtos_ListResultDto_1 = {
6
+ items?: Array<Volo_Abp_LanguageManagement_Dto_LanguageDto> | null;
7
+ };
8
+
9
+ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
10
+ items?: Array<Volo_Abp_AuditLogging_AuditLogDto> | null;
11
+ totalCount?: number;
12
+ };
13
+
14
+ export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
15
+ items?: Array<Volo_Abp_AuditLogging_EntityChangeDto> | null;
16
+ totalCount?: number;
17
+ };
18
+
19
+ export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
20
+ items?: Array<Volo_Abp_Gdpr_GdprRequestDto> | null;
21
+ totalCount?: number;
22
+ };
23
+
24
+ export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
25
+ items?: Array<Volo_Abp_LanguageManagement_Dto_LanguageDto> | null;
26
+ totalCount?: number;
27
+ };
28
+
29
+ export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
30
+ items?: Array<Volo_Abp_LanguageManagement_Dto_LanguageTextDto> | null;
31
+ totalCount?: number;
32
+ };
33
+
34
+ export type Volo_Abp_Application_Dtos_PagedResultDto_16 = {
35
+ items?: Array<Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto> | null;
36
+ totalCount?: number;
37
+ };
38
+
39
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
40
+ grantedPolicies?: {
41
+ [key: string]: (boolean);
42
+ } | null;
43
+ };
44
+
45
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
46
+ localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
47
+ auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
48
+ setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
49
+ currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
50
+ features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
51
+ globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
52
+ multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
53
+ currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
54
+ timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
55
+ clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
56
+ objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
57
+ extraProperties?: {
58
+ [key: string]: unknown;
59
+ } | null;
60
+ };
61
+
62
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
63
+ values?: {
64
+ [key: string]: (string | null);
65
+ } | null;
66
+ };
67
+
68
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
69
+ enabledFeatures?: Array<(string)> | null;
70
+ };
71
+
72
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
73
+ values?: {
74
+ [key: string]: {
75
+ [key: string]: (string);
76
+ };
77
+ } | null;
78
+ resources?: {
79
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
80
+ } | null;
81
+ languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
82
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
83
+ defaultResourceName?: string | null;
84
+ languagesMap?: {
85
+ [key: string]: Array<Volo_Abp_NameValue>;
86
+ } | null;
87
+ languageFilesMap?: {
88
+ [key: string]: Array<Volo_Abp_NameValue>;
89
+ } | null;
90
+ };
91
+
92
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
93
+ resources?: {
94
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
95
+ } | null;
96
+ };
97
+
98
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
99
+ texts?: {
100
+ [key: string]: (string);
101
+ } | null;
102
+ baseResources?: Array<(string)> | null;
103
+ };
104
+
105
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
106
+ values?: {
107
+ [key: string]: (string | null);
108
+ } | null;
109
+ };
110
+
111
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
112
+ kind?: string | null;
113
+ };
114
+
115
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
116
+ displayName?: string | null;
117
+ englishName?: string | null;
118
+ threeLetterIsoLanguageName?: string | null;
119
+ twoLetterIsoLanguageName?: string | null;
120
+ isRightToLeft?: boolean;
121
+ cultureName?: string | null;
122
+ name?: string | null;
123
+ nativeName?: string | null;
124
+ dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
125
+ };
126
+
127
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
128
+ isAuthenticated?: boolean;
129
+ id?: string | null;
130
+ tenantId?: string | null;
131
+ impersonatorUserId?: string | null;
132
+ impersonatorTenantId?: string | null;
133
+ impersonatorUserName?: string | null;
134
+ impersonatorTenantName?: string | null;
135
+ userName?: string | null;
136
+ name?: string | null;
137
+ surName?: string | null;
138
+ email?: string | null;
139
+ emailVerified?: boolean;
140
+ phoneNumber?: string | null;
141
+ phoneNumberVerified?: boolean;
142
+ roles?: Array<(string)> | null;
143
+ };
144
+
145
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
146
+ calendarAlgorithmType?: string | null;
147
+ dateTimeFormatLong?: string | null;
148
+ shortDatePattern?: string | null;
149
+ fullDateTimePattern?: string | null;
150
+ dateSeparator?: string | null;
151
+ shortTimePattern?: string | null;
152
+ longTimePattern?: string | null;
153
+ };
154
+
155
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
156
+ timeZoneName?: string | null;
157
+ };
158
+
159
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
160
+ properties?: {
161
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
162
+ } | null;
163
+ configuration?: {
164
+ [key: string]: unknown;
165
+ } | null;
166
+ };
167
+
168
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
169
+ fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
170
+ localizationResource?: string | null;
171
+ };
172
+
173
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
174
+ name?: string | null;
175
+ value?: unknown;
176
+ };
177
+
178
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
179
+ isAvailable?: boolean;
180
+ };
181
+
182
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
183
+ onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
184
+ onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
185
+ onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
186
+ };
187
+
188
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
189
+ isAvailable?: boolean;
190
+ };
191
+
192
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
193
+ isAvailable?: boolean;
194
+ };
195
+
196
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
197
+ typeSimple?: string | null;
198
+ config?: {
199
+ [key: string]: unknown;
200
+ } | null;
201
+ };
202
+
203
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
204
+ type?: string | null;
205
+ typeSimple?: string | null;
206
+ displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
207
+ api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
208
+ ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
209
+ attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
210
+ configuration?: {
211
+ [key: string]: unknown;
212
+ } | null;
213
+ defaultValue?: unknown;
214
+ };
215
+
216
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
217
+ onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
218
+ onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
219
+ onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
220
+ lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
221
+ };
222
+
223
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
224
+ isVisible?: boolean;
225
+ };
226
+
227
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
228
+ url?: string | null;
229
+ resultListPropertyName?: string | null;
230
+ displayPropertyName?: string | null;
231
+ valuePropertyName?: string | null;
232
+ filterParamName?: string | null;
233
+ };
234
+
235
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
236
+ isVisible?: boolean;
237
+ };
238
+
239
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
240
+ name?: string | null;
241
+ resource?: string | null;
242
+ };
243
+
244
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
245
+ entities?: {
246
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
247
+ } | null;
248
+ configuration?: {
249
+ [key: string]: unknown;
250
+ } | null;
251
+ };
252
+
253
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
254
+ modules?: {
255
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
256
+ } | null;
257
+ enums?: {
258
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
259
+ } | null;
260
+ };
261
+
262
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
263
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
264
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
265
+ };
266
+
267
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
268
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
269
+ };
270
+
271
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
272
+ timeZoneId?: string | null;
273
+ };
274
+
275
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
276
+ id?: string | null;
277
+ name?: string | null;
278
+ isAvailable?: boolean;
279
+ };
280
+
281
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto = {
282
+ success?: boolean;
283
+ tenantId?: string | null;
284
+ name?: string | null;
285
+ isActive?: boolean;
286
+ };
287
+
288
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
289
+ isEnabled?: boolean;
290
+ };
291
+
292
+ export type Volo_Abp_AuditLogging_AuditLogActionDto = {
293
+ readonly extraProperties?: {
294
+ [key: string]: unknown;
295
+ } | null;
296
+ id?: string;
297
+ tenantId?: string | null;
298
+ auditLogId?: string;
299
+ serviceName?: string | null;
300
+ methodName?: string | null;
301
+ parameters?: string | null;
302
+ executionTime?: string;
303
+ executionDuration?: number;
304
+ };
305
+
306
+ export type Volo_Abp_AuditLogging_AuditLogDto = {
307
+ readonly extraProperties?: {
308
+ [key: string]: unknown;
309
+ } | null;
310
+ id?: string;
311
+ userId?: string | null;
312
+ userName?: string | null;
313
+ tenantId?: string | null;
314
+ tenantName?: string | null;
315
+ impersonatorUserId?: string | null;
316
+ impersonatorUserName?: string | null;
317
+ impersonatorTenantId?: string | null;
318
+ impersonatorTenantName?: string | null;
319
+ executionTime?: string;
320
+ executionDuration?: number;
321
+ clientIpAddress?: string | null;
322
+ clientName?: string | null;
323
+ browserInfo?: string | null;
324
+ httpMethod?: string | null;
325
+ url?: string | null;
326
+ exceptions?: string | null;
327
+ comments?: string | null;
328
+ httpStatusCode?: number | null;
329
+ applicationName?: string | null;
330
+ correlationId?: string | null;
331
+ entityChanges?: Array<Volo_Abp_AuditLogging_EntityChangeDto> | null;
332
+ actions?: Array<Volo_Abp_AuditLogging_AuditLogActionDto> | null;
333
+ };
334
+
335
+ export type Volo_Abp_AuditLogging_EntityChangeDto = {
336
+ readonly extraProperties?: {
337
+ [key: string]: unknown;
338
+ } | null;
339
+ id?: string;
340
+ auditLogId?: string;
341
+ tenantId?: string | null;
342
+ changeTime?: string;
343
+ changeType?: Volo_Abp_Auditing_EntityChangeType;
344
+ entityId?: string | null;
345
+ entityTypeFullName?: string | null;
346
+ propertyChanges?: Array<Volo_Abp_AuditLogging_EntityPropertyChangeDto> | null;
347
+ };
348
+
349
+ export type Volo_Abp_AuditLogging_EntityChangeWithUsernameDto = {
350
+ entityChange?: Volo_Abp_AuditLogging_EntityChangeDto;
351
+ userName?: string | null;
352
+ };
353
+
354
+ export type Volo_Abp_AuditLogging_EntityPropertyChangeDto = {
355
+ id?: string;
356
+ tenantId?: string | null;
357
+ entityChangeId?: string;
358
+ newValue?: string | null;
359
+ originalValue?: string | null;
360
+ propertyName?: string | null;
361
+ propertyTypeFullName?: string | null;
362
+ };
363
+
364
+ export type Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput = {
365
+ data?: {
366
+ [key: string]: (number | null);
367
+ } | null;
368
+ };
369
+
370
+ export type Volo_Abp_AuditLogging_GetErrorRateOutput = {
371
+ data?: {
372
+ [key: string]: (number | null);
373
+ } | null;
374
+ };
375
+
376
+ export type Volo_Abp_Auditing_EntityChangeType = 0 | 1 | 2;
377
+
378
+ export type Volo_Abp_FeatureManagement_FeatureDto = {
379
+ name?: string | null;
380
+ displayName?: string | null;
381
+ value?: string | null;
382
+ provider?: Volo_Abp_FeatureManagement_FeatureProviderDto;
383
+ description?: string | null;
384
+ valueType?: Volo_Abp_Validation_StringValues_IStringValueType;
385
+ depth?: number;
386
+ parentName?: string | null;
387
+ };
388
+
389
+ export type Volo_Abp_FeatureManagement_FeatureGroupDto = {
390
+ name?: string | null;
391
+ displayName?: string | null;
392
+ features?: Array<Volo_Abp_FeatureManagement_FeatureDto> | null;
393
+ };
394
+
395
+ export type Volo_Abp_FeatureManagement_FeatureProviderDto = {
396
+ name?: string | null;
397
+ key?: string | null;
398
+ };
399
+
400
+ export type Volo_Abp_FeatureManagement_GetFeatureListResultDto = {
401
+ groups?: Array<Volo_Abp_FeatureManagement_FeatureGroupDto> | null;
402
+ };
403
+
404
+ export type Volo_Abp_FeatureManagement_UpdateFeatureDto = {
405
+ name?: string | null;
406
+ value?: string | null;
407
+ };
408
+
409
+ export type Volo_Abp_FeatureManagement_UpdateFeaturesDto = {
410
+ features?: Array<Volo_Abp_FeatureManagement_UpdateFeatureDto> | null;
411
+ };
412
+
413
+ export type Volo_Abp_Gdpr_DownloadTokenResultDto = {
414
+ token?: string | null;
415
+ };
416
+
417
+ export type Volo_Abp_Gdpr_GdprRequestDto = {
418
+ id?: string;
419
+ creationTime?: string;
420
+ readyTime?: string;
421
+ };
422
+
423
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
424
+ uniqueName?: string | null;
425
+ name?: string | null;
426
+ httpMethod?: string | null;
427
+ url?: string | null;
428
+ supportedVersions?: Array<(string)> | null;
429
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
430
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
431
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
432
+ allowAnonymous?: boolean | null;
433
+ implementFrom?: string | null;
434
+ };
435
+
436
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
437
+ modules?: {
438
+ [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
439
+ } | null;
440
+ types?: {
441
+ [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
442
+ } | null;
443
+ };
444
+
445
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
446
+ controllerName?: string | null;
447
+ controllerGroupName?: string | null;
448
+ isRemoteService?: boolean;
449
+ isIntegrationService?: boolean;
450
+ apiVersion?: string | null;
451
+ type?: string | null;
452
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
453
+ actions?: {
454
+ [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
455
+ } | null;
456
+ };
457
+
458
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
459
+ type?: string | null;
460
+ name?: string | null;
461
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
462
+ };
463
+
464
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
465
+ name?: string | null;
466
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
467
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
468
+ };
469
+
470
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
471
+ name?: string | null;
472
+ typeAsString?: string | null;
473
+ type?: string | null;
474
+ typeSimple?: string | null;
475
+ isOptional?: boolean;
476
+ defaultValue?: unknown;
477
+ };
478
+
479
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
480
+ rootPath?: string | null;
481
+ remoteServiceName?: string | null;
482
+ controllers?: {
483
+ [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
484
+ } | null;
485
+ };
486
+
487
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
488
+ nameOnMethod?: string | null;
489
+ name?: string | null;
490
+ jsonName?: string | null;
491
+ type?: string | null;
492
+ typeSimple?: string | null;
493
+ isOptional?: boolean;
494
+ defaultValue?: unknown;
495
+ constraintTypes?: Array<(string)> | null;
496
+ bindingSourceId?: string | null;
497
+ descriptorName?: string | null;
498
+ };
499
+
500
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
501
+ name?: string | null;
502
+ jsonName?: string | null;
503
+ type?: string | null;
504
+ typeSimple?: string | null;
505
+ isRequired?: boolean;
506
+ minLength?: number | null;
507
+ maxLength?: number | null;
508
+ minimum?: string | null;
509
+ maximum?: string | null;
510
+ regex?: string | null;
511
+ };
512
+
513
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
514
+ type?: string | null;
515
+ typeSimple?: string | null;
516
+ };
517
+
518
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
519
+ baseType?: string | null;
520
+ isEnum?: boolean;
521
+ enumNames?: Array<(string)> | null;
522
+ enumValues?: Array<unknown> | null;
523
+ genericArguments?: Array<(string)> | null;
524
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
525
+ };
526
+
527
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
528
+ code?: string | null;
529
+ message?: string | null;
530
+ details?: string | null;
531
+ data?: {
532
+ [key: string]: unknown;
533
+ } | null;
534
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
535
+ };
536
+
537
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
538
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
539
+ };
540
+
541
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
542
+ message?: string | null;
543
+ members?: Array<(string)> | null;
544
+ };
545
+
546
+ export type Volo_Abp_LanguageManagement_Dto_CreateLanguageDto = {
547
+ readonly extraProperties?: {
548
+ [key: string]: unknown;
549
+ } | null;
550
+ displayName?: string | null;
551
+ cultureName?: string | null;
552
+ uiCultureName?: string | null;
553
+ flagIcon?: string | null;
554
+ isEnabled?: boolean;
555
+ };
556
+
557
+ export type Volo_Abp_LanguageManagement_Dto_CultureInfoDto = {
558
+ displayName?: string | null;
559
+ name?: string | null;
560
+ };
561
+
562
+ export type Volo_Abp_LanguageManagement_Dto_LanguageDto = {
563
+ readonly extraProperties?: {
564
+ [key: string]: unknown;
565
+ } | null;
566
+ id?: string;
567
+ creationTime?: string;
568
+ creatorId?: string | null;
569
+ cultureName?: string | null;
570
+ uiCultureName?: string | null;
571
+ displayName?: string | null;
572
+ flagIcon?: string | null;
573
+ isEnabled?: boolean;
574
+ isDefaultLanguage?: boolean;
575
+ concurrencyStamp?: string | null;
576
+ };
577
+
578
+ export type Volo_Abp_LanguageManagement_Dto_LanguageResourceDto = {
579
+ name?: string | null;
580
+ };
581
+
582
+ export type Volo_Abp_LanguageManagement_Dto_LanguageTextDto = {
583
+ resourceName?: string | null;
584
+ cultureName?: string | null;
585
+ baseCultureName?: string | null;
586
+ baseValue?: string | null;
587
+ name?: string | null;
588
+ value?: string | null;
589
+ };
590
+
591
+ export type Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto = {
592
+ readonly extraProperties?: {
593
+ [key: string]: unknown;
594
+ } | null;
595
+ displayName?: string | null;
596
+ flagIcon?: string | null;
597
+ isEnabled?: boolean;
598
+ concurrencyStamp?: string | null;
599
+ };
600
+
601
+ export type Volo_Abp_Localization_LanguageInfo = {
602
+ cultureName?: string | null;
603
+ uiCultureName?: string | null;
604
+ displayName?: string | null;
605
+ readonly twoLetterISOLanguageName?: string | null;
606
+ flagIcon?: string | null;
607
+ };
608
+
609
+ export type Volo_Abp_NameValue = {
610
+ name?: string | null;
611
+ value?: string | null;
612
+ };
613
+
614
+ export type Volo_Abp_PermissionManagement_GetPermissionListResultDto = {
615
+ entityDisplayName?: string | null;
616
+ groups?: Array<Volo_Abp_PermissionManagement_PermissionGroupDto> | null;
617
+ };
618
+
619
+ export type Volo_Abp_PermissionManagement_PermissionGrantInfoDto = {
620
+ name?: string | null;
621
+ displayName?: string | null;
622
+ parentName?: string | null;
623
+ isGranted?: boolean;
624
+ allowedProviders?: Array<(string)> | null;
625
+ grantedProviders?: Array<Volo_Abp_PermissionManagement_ProviderInfoDto> | null;
626
+ };
627
+
628
+ export type Volo_Abp_PermissionManagement_PermissionGroupDto = {
629
+ name?: string | null;
630
+ displayName?: string | null;
631
+ displayNameKey?: string | null;
632
+ displayNameResource?: string | null;
633
+ permissions?: Array<Volo_Abp_PermissionManagement_PermissionGrantInfoDto> | null;
634
+ };
635
+
636
+ export type Volo_Abp_PermissionManagement_ProviderInfoDto = {
637
+ providerName?: string | null;
638
+ providerKey?: string | null;
639
+ };
640
+
641
+ export type Volo_Abp_PermissionManagement_UpdatePermissionDto = {
642
+ name?: string | null;
643
+ isGranted?: boolean;
644
+ };
645
+
646
+ export type Volo_Abp_PermissionManagement_UpdatePermissionsDto = {
647
+ permissions?: Array<Volo_Abp_PermissionManagement_UpdatePermissionDto> | null;
648
+ };
649
+
650
+ export type Volo_Abp_SettingManagement_EmailSettingsDto = {
651
+ smtpHost?: string | null;
652
+ smtpPort?: number;
653
+ smtpUserName?: string | null;
654
+ smtpPassword?: string | null;
655
+ smtpDomain?: string | null;
656
+ smtpEnableSsl?: boolean;
657
+ smtpUseDefaultCredentials?: boolean;
658
+ defaultFromAddress?: string | null;
659
+ defaultFromDisplayName?: string | null;
660
+ };
661
+
662
+ export type Volo_Abp_SettingManagement_SendTestEmailInput = {
663
+ senderEmailAddress: string;
664
+ targetEmailAddress: string;
665
+ subject: string;
666
+ body?: string | null;
667
+ };
668
+
669
+ export type Volo_Abp_SettingManagement_UpdateEmailSettingsDto = {
670
+ smtpHost?: string | null;
671
+ smtpPort?: number;
672
+ smtpUserName?: string | null;
673
+ smtpPassword?: string | null;
674
+ smtpDomain?: string | null;
675
+ smtpEnableSsl?: boolean;
676
+ smtpUseDefaultCredentials?: boolean;
677
+ defaultFromAddress: string;
678
+ defaultFromDisplayName: string;
679
+ };
680
+
681
+ export type Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput = {
682
+ templateName: string;
683
+ cultureName?: string | null;
684
+ };
685
+
686
+ export type Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto = {
687
+ name?: string | null;
688
+ displayName?: string | null;
689
+ isLayout?: boolean;
690
+ layout?: string | null;
691
+ isInlineLocalized?: boolean;
692
+ defaultCultureName?: string | null;
693
+ };
694
+
695
+ export type Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto = {
696
+ name?: string | null;
697
+ cultureName?: string | null;
698
+ content?: string | null;
699
+ };
700
+
701
+ export type Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput = {
702
+ templateName: string;
703
+ cultureName?: string | null;
704
+ content?: string | null;
705
+ };
706
+
707
+ export type Volo_Abp_Validation_StringValues_IStringValueType = {
708
+ readonly name?: string | null;
709
+ readonly properties?: {
710
+ [key: string]: unknown;
711
+ } | null;
712
+ validator?: Volo_Abp_Validation_StringValues_IValueValidator;
713
+ };
714
+
715
+ export type Volo_Abp_Validation_StringValues_IValueValidator = {
716
+ readonly name?: string | null;
717
+ readonly properties?: {
718
+ [key: string]: unknown;
719
+ } | null;
720
+ };
721
+
722
+ export type GetApiAbpApiDefinitionData = {
723
+ includeTypes?: boolean;
724
+ };
725
+
726
+ export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
727
+
728
+ export type GetApiAbpApplicationConfigurationData = {
729
+ includeLocalizationResources?: boolean;
730
+ };
731
+
732
+ export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
733
+
734
+ export type GetApiAbpApplicationLocalizationData = {
735
+ cultureName: string;
736
+ onlyDynamics?: boolean;
737
+ };
738
+
739
+ export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
740
+
741
+ export type GetApiAbpMultiTenancyTenantsByNameByNameData = {
742
+ name: string;
743
+ };
744
+
745
+ export type GetApiAbpMultiTenancyTenantsByNameByNameResponse = Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
746
+
747
+ export type GetApiAbpMultiTenancyTenantsByIdByIdData = {
748
+ id: string;
749
+ };
750
+
751
+ export type GetApiAbpMultiTenancyTenantsByIdByIdResponse = Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
752
+
753
+ export type GetApiAuditLoggingAuditLogsData = {
754
+ applicationName?: string;
755
+ clientIpAddress?: string;
756
+ correlationId?: string;
757
+ endTime?: string;
758
+ hasException?: boolean;
759
+ httpMethod?: string;
760
+ httpStatusCode?: System_Net_HttpStatusCode;
761
+ maxExecutionDuration?: number;
762
+ maxResultCount?: number;
763
+ minExecutionDuration?: number;
764
+ skipCount?: number;
765
+ sorting?: string;
766
+ startTime?: string;
767
+ url?: string;
768
+ userName?: string;
769
+ };
770
+
771
+ export type GetApiAuditLoggingAuditLogsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
772
+
773
+ export type GetApiAuditLoggingAuditLogsByIdData = {
774
+ id: string;
775
+ };
776
+
777
+ export type GetApiAuditLoggingAuditLogsByIdResponse = Volo_Abp_AuditLogging_AuditLogDto;
778
+
779
+ export type GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {
780
+ endDate?: string;
781
+ startDate?: string;
782
+ };
783
+
784
+ export type GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse = Volo_Abp_AuditLogging_GetErrorRateOutput;
785
+
786
+ export type GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {
787
+ endDate?: string;
788
+ startDate?: string;
789
+ };
790
+
791
+ export type GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse = Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput;
792
+
793
+ export type GetApiAuditLoggingAuditLogsEntityChangesData = {
794
+ auditLogId?: string;
795
+ endDate?: string;
796
+ entityChangeType?: Volo_Abp_Auditing_EntityChangeType;
797
+ entityId?: string;
798
+ entityTypeFullName?: string;
799
+ maxResultCount?: number;
800
+ skipCount?: number;
801
+ sorting?: string;
802
+ startDate?: string;
803
+ };
804
+
805
+ export type GetApiAuditLoggingAuditLogsEntityChangesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
806
+
807
+ export type GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {
808
+ entityId?: string;
809
+ entityTypeFullName?: string;
810
+ };
811
+
812
+ export type GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse = Array<Volo_Abp_AuditLogging_EntityChangeWithUsernameDto>;
813
+
814
+ export type GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData = {
815
+ entityChangeId: string;
816
+ };
817
+
818
+ export type GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse = Volo_Abp_AuditLogging_EntityChangeWithUsernameDto;
819
+
820
+ export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData = {
821
+ entityChangeId: string;
822
+ };
823
+
824
+ export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse = Volo_Abp_AuditLogging_EntityChangeDto;
825
+
826
+ export type GetApiSettingManagementEmailingResponse = Volo_Abp_SettingManagement_EmailSettingsDto;
827
+
828
+ export type PostApiSettingManagementEmailingData = {
829
+ requestBody?: Volo_Abp_SettingManagement_UpdateEmailSettingsDto;
830
+ };
831
+
832
+ export type PostApiSettingManagementEmailingResponse = unknown;
833
+
834
+ export type PostApiSettingManagementEmailingSendTestEmailData = {
835
+ requestBody?: Volo_Abp_SettingManagement_SendTestEmailInput;
836
+ };
837
+
838
+ export type PostApiSettingManagementEmailingSendTestEmailResponse = unknown;
839
+
840
+ export type GetApiFeatureManagementFeaturesData = {
841
+ providerKey?: string;
842
+ providerName?: string;
843
+ };
844
+
845
+ export type GetApiFeatureManagementFeaturesResponse = Volo_Abp_FeatureManagement_GetFeatureListResultDto;
846
+
847
+ export type PutApiFeatureManagementFeaturesData = {
848
+ providerKey?: string;
849
+ providerName?: string;
850
+ requestBody?: Volo_Abp_FeatureManagement_UpdateFeaturesDto;
851
+ };
852
+
853
+ export type PutApiFeatureManagementFeaturesResponse = unknown;
854
+
855
+ export type DeleteApiFeatureManagementFeaturesData = {
856
+ providerKey?: string;
857
+ providerName?: string;
858
+ };
859
+
860
+ export type DeleteApiFeatureManagementFeaturesResponse = unknown;
861
+
862
+ export type PostApiGdprRequestsPrepareDataResponse = unknown;
863
+
864
+ export type GetApiGdprRequestsDownloadTokenData = {
865
+ id?: string;
866
+ };
867
+
868
+ export type GetApiGdprRequestsDownloadTokenResponse = Volo_Abp_Gdpr_DownloadTokenResultDto;
869
+
870
+ export type GetApiGdprRequestsDataByRequestIdData = {
871
+ requestId: string;
872
+ token?: string;
873
+ };
874
+
875
+ export type GetApiGdprRequestsDataByRequestIdResponse = (Blob | File);
876
+
877
+ export type GetApiGdprRequestsIsRequestAllowedResponse = boolean;
878
+
879
+ export type GetApiGdprRequestsListData = {
880
+ maxResultCount?: number;
881
+ skipCount?: number;
882
+ sorting?: string;
883
+ userId: string;
884
+ };
885
+
886
+ export type GetApiGdprRequestsListResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
887
+
888
+ export type DeleteApiGdprRequestsResponse = unknown;
889
+
890
+ export type GetApiLanguageManagementLanguagesAllResponse = Volo_Abp_Application_Dtos_ListResultDto_1;
891
+
892
+ export type GetApiLanguageManagementLanguagesData = {
893
+ baseCultureName?: string;
894
+ filter?: string;
895
+ getOnlyEmptyValues?: boolean;
896
+ maxResultCount?: number;
897
+ resourceName?: string;
898
+ skipCount?: number;
899
+ sorting?: string;
900
+ targetCultureName?: string;
901
+ };
902
+
903
+ export type GetApiLanguageManagementLanguagesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
904
+
905
+ export type PostApiLanguageManagementLanguagesData = {
906
+ requestBody?: Volo_Abp_LanguageManagement_Dto_CreateLanguageDto;
907
+ };
908
+
909
+ export type PostApiLanguageManagementLanguagesResponse = Volo_Abp_LanguageManagement_Dto_LanguageDto;
910
+
911
+ export type GetApiLanguageManagementLanguagesByIdData = {
912
+ id: string;
913
+ };
914
+
915
+ export type GetApiLanguageManagementLanguagesByIdResponse = Volo_Abp_LanguageManagement_Dto_LanguageDto;
916
+
917
+ export type PutApiLanguageManagementLanguagesByIdData = {
918
+ id: string;
919
+ requestBody?: Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto;
920
+ };
921
+
922
+ export type PutApiLanguageManagementLanguagesByIdResponse = Volo_Abp_LanguageManagement_Dto_LanguageDto;
923
+
924
+ export type DeleteApiLanguageManagementLanguagesByIdData = {
925
+ id: string;
926
+ };
927
+
928
+ export type DeleteApiLanguageManagementLanguagesByIdResponse = unknown;
929
+
930
+ export type PutApiLanguageManagementLanguagesByIdSetAsDefaultData = {
931
+ id: string;
932
+ };
933
+
934
+ export type PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse = unknown;
935
+
936
+ export type GetApiLanguageManagementLanguagesResourcesResponse = Array<Volo_Abp_LanguageManagement_Dto_LanguageResourceDto>;
937
+
938
+ export type GetApiLanguageManagementLanguagesCultureListResponse = Array<Volo_Abp_LanguageManagement_Dto_CultureInfoDto>;
939
+
940
+ export type GetApiLanguageManagementLanguagesFlagListResponse = Array<(string)>;
941
+
942
+ export type GetApiLanguageManagementLanguageTextsData = {
943
+ baseCultureName?: string;
944
+ filter?: string;
945
+ getOnlyEmptyValues?: boolean;
946
+ maxResultCount?: number;
947
+ resourceName?: string;
948
+ skipCount?: number;
949
+ sorting?: string;
950
+ targetCultureName?: string;
951
+ };
952
+
953
+ export type GetApiLanguageManagementLanguageTextsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
954
+
955
+ export type GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData = {
956
+ baseCultureName?: string;
957
+ cultureName: string;
958
+ name: string;
959
+ resourceName: string;
960
+ };
961
+
962
+ export type GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse = Volo_Abp_LanguageManagement_Dto_LanguageTextDto;
963
+
964
+ export type PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData = {
965
+ cultureName: string;
966
+ name: string;
967
+ resourceName: string;
968
+ value?: string;
969
+ };
970
+
971
+ export type PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse = unknown;
972
+
973
+ export type PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData = {
974
+ cultureName: string;
975
+ name: string;
976
+ resourceName: string;
977
+ };
978
+
979
+ export type PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse = unknown;
980
+
981
+ export type GetApiPermissionManagementPermissionsData = {
982
+ providerKey?: string;
983
+ providerName?: string;
984
+ };
985
+
986
+ export type GetApiPermissionManagementPermissionsResponse = Volo_Abp_PermissionManagement_GetPermissionListResultDto;
987
+
988
+ export type PutApiPermissionManagementPermissionsData = {
989
+ providerKey?: string;
990
+ providerName?: string;
991
+ requestBody?: Volo_Abp_PermissionManagement_UpdatePermissionsDto;
992
+ };
993
+
994
+ export type PutApiPermissionManagementPermissionsResponse = unknown;
995
+
996
+ export type GetApiTextTemplateManagementTemplateContentsData = {
997
+ cultureName?: string;
998
+ templateName: string;
999
+ };
1000
+
1001
+ export type GetApiTextTemplateManagementTemplateContentsResponse = Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
1002
+
1003
+ export type PutApiTextTemplateManagementTemplateContentsData = {
1004
+ requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput;
1005
+ };
1006
+
1007
+ export type PutApiTextTemplateManagementTemplateContentsResponse = Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
1008
+
1009
+ export type PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData = {
1010
+ requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput;
1011
+ };
1012
+
1013
+ export type PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse = unknown;
1014
+
1015
+ export type GetApiTextTemplateManagementTemplateDefinitionsData = {
1016
+ filterText?: string;
1017
+ maxResultCount?: number;
1018
+ skipCount?: number;
1019
+ sorting?: string;
1020
+ };
1021
+
1022
+ export type GetApiTextTemplateManagementTemplateDefinitionsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1023
+
1024
+ export type GetApiTextTemplateManagementTemplateDefinitionsByNameData = {
1025
+ name: string;
1026
+ };
1027
+
1028
+ export type GetApiTextTemplateManagementTemplateDefinitionsByNameResponse = Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto;
1029
+
1030
+ export type GetApiSettingManagementTimezoneResponse = string;
1031
+
1032
+ export type PostApiSettingManagementTimezoneData = {
1033
+ timezone?: string;
1034
+ };
1035
+
1036
+ export type PostApiSettingManagementTimezoneResponse = unknown;
1037
+
1038
+ export type GetApiSettingManagementTimezoneTimezonesResponse = Array<Volo_Abp_NameValue>;
1039
+
1040
+ export type $OpenApiTs = {
1041
+ '/api/abp/api-definition': {
1042
+ get: {
1043
+ req: GetApiAbpApiDefinitionData;
1044
+ res: {
1045
+ /**
1046
+ * Success
1047
+ */
1048
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
1049
+ /**
1050
+ * Bad Request
1051
+ */
1052
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1053
+ /**
1054
+ * Unauthorized
1055
+ */
1056
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1057
+ /**
1058
+ * Forbidden
1059
+ */
1060
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1061
+ /**
1062
+ * Not Found
1063
+ */
1064
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1065
+ /**
1066
+ * Server Error
1067
+ */
1068
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1069
+ /**
1070
+ * Server Error
1071
+ */
1072
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1073
+ };
1074
+ };
1075
+ };
1076
+ '/api/abp/application-configuration': {
1077
+ get: {
1078
+ req: GetApiAbpApplicationConfigurationData;
1079
+ res: {
1080
+ /**
1081
+ * Success
1082
+ */
1083
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
1084
+ /**
1085
+ * Bad Request
1086
+ */
1087
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1088
+ /**
1089
+ * Unauthorized
1090
+ */
1091
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1092
+ /**
1093
+ * Forbidden
1094
+ */
1095
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1096
+ /**
1097
+ * Not Found
1098
+ */
1099
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1100
+ /**
1101
+ * Server Error
1102
+ */
1103
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1104
+ /**
1105
+ * Server Error
1106
+ */
1107
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1108
+ };
1109
+ };
1110
+ };
1111
+ '/api/abp/application-localization': {
1112
+ get: {
1113
+ req: GetApiAbpApplicationLocalizationData;
1114
+ res: {
1115
+ /**
1116
+ * Success
1117
+ */
1118
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
1119
+ /**
1120
+ * Bad Request
1121
+ */
1122
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1123
+ /**
1124
+ * Unauthorized
1125
+ */
1126
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1127
+ /**
1128
+ * Forbidden
1129
+ */
1130
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1131
+ /**
1132
+ * Not Found
1133
+ */
1134
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1135
+ /**
1136
+ * Server Error
1137
+ */
1138
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1139
+ /**
1140
+ * Server Error
1141
+ */
1142
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1143
+ };
1144
+ };
1145
+ };
1146
+ '/api/abp/multi-tenancy/tenants/by-name/{name}': {
1147
+ get: {
1148
+ req: GetApiAbpMultiTenancyTenantsByNameByNameData;
1149
+ res: {
1150
+ /**
1151
+ * Success
1152
+ */
1153
+ 200: Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
1154
+ /**
1155
+ * Bad Request
1156
+ */
1157
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1158
+ /**
1159
+ * Unauthorized
1160
+ */
1161
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1162
+ /**
1163
+ * Forbidden
1164
+ */
1165
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1166
+ /**
1167
+ * Not Found
1168
+ */
1169
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1170
+ /**
1171
+ * Server Error
1172
+ */
1173
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1174
+ /**
1175
+ * Server Error
1176
+ */
1177
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1178
+ };
1179
+ };
1180
+ };
1181
+ '/api/abp/multi-tenancy/tenants/by-id/{id}': {
1182
+ get: {
1183
+ req: GetApiAbpMultiTenancyTenantsByIdByIdData;
1184
+ res: {
1185
+ /**
1186
+ * Success
1187
+ */
1188
+ 200: Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
1189
+ /**
1190
+ * Bad Request
1191
+ */
1192
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1193
+ /**
1194
+ * Unauthorized
1195
+ */
1196
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1197
+ /**
1198
+ * Forbidden
1199
+ */
1200
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1201
+ /**
1202
+ * Not Found
1203
+ */
1204
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1205
+ /**
1206
+ * Server Error
1207
+ */
1208
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1209
+ /**
1210
+ * Server Error
1211
+ */
1212
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1213
+ };
1214
+ };
1215
+ };
1216
+ '/api/audit-logging/audit-logs': {
1217
+ get: {
1218
+ req: GetApiAuditLoggingAuditLogsData;
1219
+ res: {
1220
+ /**
1221
+ * Success
1222
+ */
1223
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1224
+ /**
1225
+ * Bad Request
1226
+ */
1227
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1228
+ /**
1229
+ * Unauthorized
1230
+ */
1231
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1232
+ /**
1233
+ * Forbidden
1234
+ */
1235
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1236
+ /**
1237
+ * Not Found
1238
+ */
1239
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1240
+ /**
1241
+ * Server Error
1242
+ */
1243
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1244
+ /**
1245
+ * Server Error
1246
+ */
1247
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1248
+ };
1249
+ };
1250
+ };
1251
+ '/api/audit-logging/audit-logs/{id}': {
1252
+ get: {
1253
+ req: GetApiAuditLoggingAuditLogsByIdData;
1254
+ res: {
1255
+ /**
1256
+ * Success
1257
+ */
1258
+ 200: Volo_Abp_AuditLogging_AuditLogDto;
1259
+ /**
1260
+ * Bad Request
1261
+ */
1262
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1263
+ /**
1264
+ * Unauthorized
1265
+ */
1266
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1267
+ /**
1268
+ * Forbidden
1269
+ */
1270
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1271
+ /**
1272
+ * Not Found
1273
+ */
1274
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1275
+ /**
1276
+ * Server Error
1277
+ */
1278
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1279
+ /**
1280
+ * Server Error
1281
+ */
1282
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1283
+ };
1284
+ };
1285
+ };
1286
+ '/api/audit-logging/audit-logs/statistics/error-rate': {
1287
+ get: {
1288
+ req: GetApiAuditLoggingAuditLogsStatisticsErrorRateData;
1289
+ res: {
1290
+ /**
1291
+ * Success
1292
+ */
1293
+ 200: Volo_Abp_AuditLogging_GetErrorRateOutput;
1294
+ /**
1295
+ * Bad Request
1296
+ */
1297
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1298
+ /**
1299
+ * Unauthorized
1300
+ */
1301
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1302
+ /**
1303
+ * Forbidden
1304
+ */
1305
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1306
+ /**
1307
+ * Not Found
1308
+ */
1309
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1310
+ /**
1311
+ * Server Error
1312
+ */
1313
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1314
+ /**
1315
+ * Server Error
1316
+ */
1317
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1318
+ };
1319
+ };
1320
+ };
1321
+ '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day': {
1322
+ get: {
1323
+ req: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData;
1324
+ res: {
1325
+ /**
1326
+ * Success
1327
+ */
1328
+ 200: Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput;
1329
+ /**
1330
+ * Bad Request
1331
+ */
1332
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1333
+ /**
1334
+ * Unauthorized
1335
+ */
1336
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1337
+ /**
1338
+ * Forbidden
1339
+ */
1340
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1341
+ /**
1342
+ * Not Found
1343
+ */
1344
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1345
+ /**
1346
+ * Server Error
1347
+ */
1348
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1349
+ /**
1350
+ * Server Error
1351
+ */
1352
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1353
+ };
1354
+ };
1355
+ };
1356
+ '/api/audit-logging/audit-logs/entity-changes': {
1357
+ get: {
1358
+ req: GetApiAuditLoggingAuditLogsEntityChangesData;
1359
+ res: {
1360
+ /**
1361
+ * Success
1362
+ */
1363
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1364
+ /**
1365
+ * Bad Request
1366
+ */
1367
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1368
+ /**
1369
+ * Unauthorized
1370
+ */
1371
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1372
+ /**
1373
+ * Forbidden
1374
+ */
1375
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1376
+ /**
1377
+ * Not Found
1378
+ */
1379
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1380
+ /**
1381
+ * Server Error
1382
+ */
1383
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1384
+ /**
1385
+ * Server Error
1386
+ */
1387
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1388
+ };
1389
+ };
1390
+ };
1391
+ '/api/audit-logging/audit-logs/entity-changes-with-username': {
1392
+ get: {
1393
+ req: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData;
1394
+ res: {
1395
+ /**
1396
+ * Success
1397
+ */
1398
+ 200: Array<Volo_Abp_AuditLogging_EntityChangeWithUsernameDto>;
1399
+ /**
1400
+ * Bad Request
1401
+ */
1402
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1403
+ /**
1404
+ * Unauthorized
1405
+ */
1406
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1407
+ /**
1408
+ * Forbidden
1409
+ */
1410
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1411
+ /**
1412
+ * Not Found
1413
+ */
1414
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1415
+ /**
1416
+ * Server Error
1417
+ */
1418
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1419
+ /**
1420
+ * Server Error
1421
+ */
1422
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1423
+ };
1424
+ };
1425
+ };
1426
+ '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}': {
1427
+ get: {
1428
+ req: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData;
1429
+ res: {
1430
+ /**
1431
+ * Success
1432
+ */
1433
+ 200: Volo_Abp_AuditLogging_EntityChangeWithUsernameDto;
1434
+ /**
1435
+ * Bad Request
1436
+ */
1437
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1438
+ /**
1439
+ * Unauthorized
1440
+ */
1441
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1442
+ /**
1443
+ * Forbidden
1444
+ */
1445
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1446
+ /**
1447
+ * Not Found
1448
+ */
1449
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1450
+ /**
1451
+ * Server Error
1452
+ */
1453
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1454
+ /**
1455
+ * Server Error
1456
+ */
1457
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1458
+ };
1459
+ };
1460
+ };
1461
+ '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}': {
1462
+ get: {
1463
+ req: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData;
1464
+ res: {
1465
+ /**
1466
+ * Success
1467
+ */
1468
+ 200: Volo_Abp_AuditLogging_EntityChangeDto;
1469
+ /**
1470
+ * Bad Request
1471
+ */
1472
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1473
+ /**
1474
+ * Unauthorized
1475
+ */
1476
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1477
+ /**
1478
+ * Forbidden
1479
+ */
1480
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1481
+ /**
1482
+ * Not Found
1483
+ */
1484
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1485
+ /**
1486
+ * Server Error
1487
+ */
1488
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1489
+ /**
1490
+ * Server Error
1491
+ */
1492
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1493
+ };
1494
+ };
1495
+ };
1496
+ '/api/setting-management/emailing': {
1497
+ get: {
1498
+ res: {
1499
+ /**
1500
+ * Success
1501
+ */
1502
+ 200: Volo_Abp_SettingManagement_EmailSettingsDto;
1503
+ /**
1504
+ * Bad Request
1505
+ */
1506
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1507
+ /**
1508
+ * Unauthorized
1509
+ */
1510
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1511
+ /**
1512
+ * Forbidden
1513
+ */
1514
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1515
+ /**
1516
+ * Not Found
1517
+ */
1518
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1519
+ /**
1520
+ * Server Error
1521
+ */
1522
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1523
+ /**
1524
+ * Server Error
1525
+ */
1526
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1527
+ };
1528
+ };
1529
+ post: {
1530
+ req: PostApiSettingManagementEmailingData;
1531
+ res: {
1532
+ /**
1533
+ * Success
1534
+ */
1535
+ 200: unknown;
1536
+ /**
1537
+ * Bad Request
1538
+ */
1539
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1540
+ /**
1541
+ * Unauthorized
1542
+ */
1543
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1544
+ /**
1545
+ * Forbidden
1546
+ */
1547
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1548
+ /**
1549
+ * Not Found
1550
+ */
1551
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1552
+ /**
1553
+ * Server Error
1554
+ */
1555
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1556
+ /**
1557
+ * Server Error
1558
+ */
1559
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1560
+ };
1561
+ };
1562
+ };
1563
+ '/api/setting-management/emailing/send-test-email': {
1564
+ post: {
1565
+ req: PostApiSettingManagementEmailingSendTestEmailData;
1566
+ res: {
1567
+ /**
1568
+ * Success
1569
+ */
1570
+ 200: unknown;
1571
+ /**
1572
+ * Bad Request
1573
+ */
1574
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1575
+ /**
1576
+ * Unauthorized
1577
+ */
1578
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1579
+ /**
1580
+ * Forbidden
1581
+ */
1582
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1583
+ /**
1584
+ * Not Found
1585
+ */
1586
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1587
+ /**
1588
+ * Server Error
1589
+ */
1590
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1591
+ /**
1592
+ * Server Error
1593
+ */
1594
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1595
+ };
1596
+ };
1597
+ };
1598
+ '/api/feature-management/features': {
1599
+ get: {
1600
+ req: GetApiFeatureManagementFeaturesData;
1601
+ res: {
1602
+ /**
1603
+ * Success
1604
+ */
1605
+ 200: Volo_Abp_FeatureManagement_GetFeatureListResultDto;
1606
+ /**
1607
+ * Bad Request
1608
+ */
1609
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1610
+ /**
1611
+ * Unauthorized
1612
+ */
1613
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1614
+ /**
1615
+ * Forbidden
1616
+ */
1617
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1618
+ /**
1619
+ * Not Found
1620
+ */
1621
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1622
+ /**
1623
+ * Server Error
1624
+ */
1625
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1626
+ /**
1627
+ * Server Error
1628
+ */
1629
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1630
+ };
1631
+ };
1632
+ put: {
1633
+ req: PutApiFeatureManagementFeaturesData;
1634
+ res: {
1635
+ /**
1636
+ * Success
1637
+ */
1638
+ 200: unknown;
1639
+ /**
1640
+ * Bad Request
1641
+ */
1642
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1643
+ /**
1644
+ * Unauthorized
1645
+ */
1646
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1647
+ /**
1648
+ * Forbidden
1649
+ */
1650
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1651
+ /**
1652
+ * Not Found
1653
+ */
1654
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1655
+ /**
1656
+ * Server Error
1657
+ */
1658
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1659
+ /**
1660
+ * Server Error
1661
+ */
1662
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1663
+ };
1664
+ };
1665
+ delete: {
1666
+ req: DeleteApiFeatureManagementFeaturesData;
1667
+ res: {
1668
+ /**
1669
+ * Success
1670
+ */
1671
+ 200: unknown;
1672
+ /**
1673
+ * Bad Request
1674
+ */
1675
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1676
+ /**
1677
+ * Unauthorized
1678
+ */
1679
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1680
+ /**
1681
+ * Forbidden
1682
+ */
1683
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1684
+ /**
1685
+ * Not Found
1686
+ */
1687
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1688
+ /**
1689
+ * Server Error
1690
+ */
1691
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1692
+ /**
1693
+ * Server Error
1694
+ */
1695
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1696
+ };
1697
+ };
1698
+ };
1699
+ '/api/gdpr/requests/prepare-data': {
1700
+ post: {
1701
+ res: {
1702
+ /**
1703
+ * Success
1704
+ */
1705
+ 200: unknown;
1706
+ /**
1707
+ * Bad Request
1708
+ */
1709
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1710
+ /**
1711
+ * Unauthorized
1712
+ */
1713
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1714
+ /**
1715
+ * Forbidden
1716
+ */
1717
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1718
+ /**
1719
+ * Not Found
1720
+ */
1721
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1722
+ /**
1723
+ * Server Error
1724
+ */
1725
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1726
+ /**
1727
+ * Server Error
1728
+ */
1729
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1730
+ };
1731
+ };
1732
+ };
1733
+ '/api/gdpr/requests/download-token': {
1734
+ get: {
1735
+ req: GetApiGdprRequestsDownloadTokenData;
1736
+ res: {
1737
+ /**
1738
+ * Success
1739
+ */
1740
+ 200: Volo_Abp_Gdpr_DownloadTokenResultDto;
1741
+ /**
1742
+ * Bad Request
1743
+ */
1744
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1745
+ /**
1746
+ * Unauthorized
1747
+ */
1748
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1749
+ /**
1750
+ * Forbidden
1751
+ */
1752
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1753
+ /**
1754
+ * Not Found
1755
+ */
1756
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1757
+ /**
1758
+ * Server Error
1759
+ */
1760
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1761
+ /**
1762
+ * Server Error
1763
+ */
1764
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1765
+ };
1766
+ };
1767
+ };
1768
+ '/api/gdpr/requests/data/{requestId}': {
1769
+ get: {
1770
+ req: GetApiGdprRequestsDataByRequestIdData;
1771
+ res: {
1772
+ /**
1773
+ * Success
1774
+ */
1775
+ 200: (Blob | File);
1776
+ /**
1777
+ * Bad Request
1778
+ */
1779
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1780
+ /**
1781
+ * Unauthorized
1782
+ */
1783
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1784
+ /**
1785
+ * Forbidden
1786
+ */
1787
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1788
+ /**
1789
+ * Not Found
1790
+ */
1791
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1792
+ /**
1793
+ * Server Error
1794
+ */
1795
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1796
+ /**
1797
+ * Server Error
1798
+ */
1799
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1800
+ };
1801
+ };
1802
+ };
1803
+ '/api/gdpr/requests/is-request-allowed': {
1804
+ get: {
1805
+ res: {
1806
+ /**
1807
+ * Success
1808
+ */
1809
+ 200: boolean;
1810
+ /**
1811
+ * Bad Request
1812
+ */
1813
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1814
+ /**
1815
+ * Unauthorized
1816
+ */
1817
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1818
+ /**
1819
+ * Forbidden
1820
+ */
1821
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1822
+ /**
1823
+ * Not Found
1824
+ */
1825
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1826
+ /**
1827
+ * Server Error
1828
+ */
1829
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1830
+ /**
1831
+ * Server Error
1832
+ */
1833
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1834
+ };
1835
+ };
1836
+ };
1837
+ '/api/gdpr/requests/list': {
1838
+ get: {
1839
+ req: GetApiGdprRequestsListData;
1840
+ res: {
1841
+ /**
1842
+ * Success
1843
+ */
1844
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1845
+ /**
1846
+ * Bad Request
1847
+ */
1848
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1849
+ /**
1850
+ * Unauthorized
1851
+ */
1852
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1853
+ /**
1854
+ * Forbidden
1855
+ */
1856
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1857
+ /**
1858
+ * Not Found
1859
+ */
1860
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1861
+ /**
1862
+ * Server Error
1863
+ */
1864
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1865
+ /**
1866
+ * Server Error
1867
+ */
1868
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1869
+ };
1870
+ };
1871
+ };
1872
+ '/api/gdpr/requests': {
1873
+ delete: {
1874
+ res: {
1875
+ /**
1876
+ * Success
1877
+ */
1878
+ 200: unknown;
1879
+ /**
1880
+ * Bad Request
1881
+ */
1882
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1883
+ /**
1884
+ * Unauthorized
1885
+ */
1886
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1887
+ /**
1888
+ * Forbidden
1889
+ */
1890
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1891
+ /**
1892
+ * Not Found
1893
+ */
1894
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1895
+ /**
1896
+ * Server Error
1897
+ */
1898
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1899
+ /**
1900
+ * Server Error
1901
+ */
1902
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1903
+ };
1904
+ };
1905
+ };
1906
+ '/api/language-management/languages/all': {
1907
+ get: {
1908
+ res: {
1909
+ /**
1910
+ * Success
1911
+ */
1912
+ 200: Volo_Abp_Application_Dtos_ListResultDto_1;
1913
+ /**
1914
+ * Bad Request
1915
+ */
1916
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1917
+ /**
1918
+ * Unauthorized
1919
+ */
1920
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1921
+ /**
1922
+ * Forbidden
1923
+ */
1924
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1925
+ /**
1926
+ * Not Found
1927
+ */
1928
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1929
+ /**
1930
+ * Server Error
1931
+ */
1932
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1933
+ /**
1934
+ * Server Error
1935
+ */
1936
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1937
+ };
1938
+ };
1939
+ };
1940
+ '/api/language-management/languages': {
1941
+ get: {
1942
+ req: GetApiLanguageManagementLanguagesData;
1943
+ res: {
1944
+ /**
1945
+ * Success
1946
+ */
1947
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1948
+ /**
1949
+ * Bad Request
1950
+ */
1951
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1952
+ /**
1953
+ * Unauthorized
1954
+ */
1955
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1956
+ /**
1957
+ * Forbidden
1958
+ */
1959
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1960
+ /**
1961
+ * Not Found
1962
+ */
1963
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1964
+ /**
1965
+ * Server Error
1966
+ */
1967
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1968
+ /**
1969
+ * Server Error
1970
+ */
1971
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1972
+ };
1973
+ };
1974
+ post: {
1975
+ req: PostApiLanguageManagementLanguagesData;
1976
+ res: {
1977
+ /**
1978
+ * Success
1979
+ */
1980
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
1981
+ /**
1982
+ * Bad Request
1983
+ */
1984
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1985
+ /**
1986
+ * Unauthorized
1987
+ */
1988
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1989
+ /**
1990
+ * Forbidden
1991
+ */
1992
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1993
+ /**
1994
+ * Not Found
1995
+ */
1996
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1997
+ /**
1998
+ * Server Error
1999
+ */
2000
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2001
+ /**
2002
+ * Server Error
2003
+ */
2004
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2005
+ };
2006
+ };
2007
+ };
2008
+ '/api/language-management/languages/{id}': {
2009
+ get: {
2010
+ req: GetApiLanguageManagementLanguagesByIdData;
2011
+ res: {
2012
+ /**
2013
+ * Success
2014
+ */
2015
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
2016
+ /**
2017
+ * Bad Request
2018
+ */
2019
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2020
+ /**
2021
+ * Unauthorized
2022
+ */
2023
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2024
+ /**
2025
+ * Forbidden
2026
+ */
2027
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2028
+ /**
2029
+ * Not Found
2030
+ */
2031
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2032
+ /**
2033
+ * Server Error
2034
+ */
2035
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2036
+ /**
2037
+ * Server Error
2038
+ */
2039
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2040
+ };
2041
+ };
2042
+ put: {
2043
+ req: PutApiLanguageManagementLanguagesByIdData;
2044
+ res: {
2045
+ /**
2046
+ * Success
2047
+ */
2048
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
2049
+ /**
2050
+ * Bad Request
2051
+ */
2052
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2053
+ /**
2054
+ * Unauthorized
2055
+ */
2056
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2057
+ /**
2058
+ * Forbidden
2059
+ */
2060
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2061
+ /**
2062
+ * Not Found
2063
+ */
2064
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2065
+ /**
2066
+ * Server Error
2067
+ */
2068
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2069
+ /**
2070
+ * Server Error
2071
+ */
2072
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2073
+ };
2074
+ };
2075
+ delete: {
2076
+ req: DeleteApiLanguageManagementLanguagesByIdData;
2077
+ res: {
2078
+ /**
2079
+ * Success
2080
+ */
2081
+ 200: unknown;
2082
+ /**
2083
+ * Bad Request
2084
+ */
2085
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2086
+ /**
2087
+ * Unauthorized
2088
+ */
2089
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2090
+ /**
2091
+ * Forbidden
2092
+ */
2093
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2094
+ /**
2095
+ * Not Found
2096
+ */
2097
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2098
+ /**
2099
+ * Server Error
2100
+ */
2101
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2102
+ /**
2103
+ * Server Error
2104
+ */
2105
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2106
+ };
2107
+ };
2108
+ };
2109
+ '/api/language-management/languages/{id}/set-as-default': {
2110
+ put: {
2111
+ req: PutApiLanguageManagementLanguagesByIdSetAsDefaultData;
2112
+ res: {
2113
+ /**
2114
+ * Success
2115
+ */
2116
+ 200: unknown;
2117
+ /**
2118
+ * Bad Request
2119
+ */
2120
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2121
+ /**
2122
+ * Unauthorized
2123
+ */
2124
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2125
+ /**
2126
+ * Forbidden
2127
+ */
2128
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2129
+ /**
2130
+ * Not Found
2131
+ */
2132
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2133
+ /**
2134
+ * Server Error
2135
+ */
2136
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2137
+ /**
2138
+ * Server Error
2139
+ */
2140
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2141
+ };
2142
+ };
2143
+ };
2144
+ '/api/language-management/languages/resources': {
2145
+ get: {
2146
+ res: {
2147
+ /**
2148
+ * Success
2149
+ */
2150
+ 200: Array<Volo_Abp_LanguageManagement_Dto_LanguageResourceDto>;
2151
+ /**
2152
+ * Bad Request
2153
+ */
2154
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2155
+ /**
2156
+ * Unauthorized
2157
+ */
2158
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2159
+ /**
2160
+ * Forbidden
2161
+ */
2162
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2163
+ /**
2164
+ * Not Found
2165
+ */
2166
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2167
+ /**
2168
+ * Server Error
2169
+ */
2170
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2171
+ /**
2172
+ * Server Error
2173
+ */
2174
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2175
+ };
2176
+ };
2177
+ };
2178
+ '/api/language-management/languages/culture-list': {
2179
+ get: {
2180
+ res: {
2181
+ /**
2182
+ * Success
2183
+ */
2184
+ 200: Array<Volo_Abp_LanguageManagement_Dto_CultureInfoDto>;
2185
+ /**
2186
+ * Bad Request
2187
+ */
2188
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2189
+ /**
2190
+ * Unauthorized
2191
+ */
2192
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2193
+ /**
2194
+ * Forbidden
2195
+ */
2196
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2197
+ /**
2198
+ * Not Found
2199
+ */
2200
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2201
+ /**
2202
+ * Server Error
2203
+ */
2204
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2205
+ /**
2206
+ * Server Error
2207
+ */
2208
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2209
+ };
2210
+ };
2211
+ };
2212
+ '/api/language-management/languages/flag-list': {
2213
+ get: {
2214
+ res: {
2215
+ /**
2216
+ * Success
2217
+ */
2218
+ 200: Array<(string)>;
2219
+ /**
2220
+ * Bad Request
2221
+ */
2222
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2223
+ /**
2224
+ * Unauthorized
2225
+ */
2226
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2227
+ /**
2228
+ * Forbidden
2229
+ */
2230
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2231
+ /**
2232
+ * Not Found
2233
+ */
2234
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2235
+ /**
2236
+ * Server Error
2237
+ */
2238
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2239
+ /**
2240
+ * Server Error
2241
+ */
2242
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2243
+ };
2244
+ };
2245
+ };
2246
+ '/api/language-management/language-texts': {
2247
+ get: {
2248
+ req: GetApiLanguageManagementLanguageTextsData;
2249
+ res: {
2250
+ /**
2251
+ * Success
2252
+ */
2253
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2254
+ /**
2255
+ * Bad Request
2256
+ */
2257
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2258
+ /**
2259
+ * Unauthorized
2260
+ */
2261
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2262
+ /**
2263
+ * Forbidden
2264
+ */
2265
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2266
+ /**
2267
+ * Not Found
2268
+ */
2269
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2270
+ /**
2271
+ * Server Error
2272
+ */
2273
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2274
+ /**
2275
+ * Server Error
2276
+ */
2277
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2278
+ };
2279
+ };
2280
+ };
2281
+ '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}': {
2282
+ get: {
2283
+ req: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData;
2284
+ res: {
2285
+ /**
2286
+ * Success
2287
+ */
2288
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageTextDto;
2289
+ /**
2290
+ * Bad Request
2291
+ */
2292
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2293
+ /**
2294
+ * Unauthorized
2295
+ */
2296
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2297
+ /**
2298
+ * Forbidden
2299
+ */
2300
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2301
+ /**
2302
+ * Not Found
2303
+ */
2304
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2305
+ /**
2306
+ * Server Error
2307
+ */
2308
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2309
+ /**
2310
+ * Server Error
2311
+ */
2312
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2313
+ };
2314
+ };
2315
+ put: {
2316
+ req: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData;
2317
+ res: {
2318
+ /**
2319
+ * Success
2320
+ */
2321
+ 200: unknown;
2322
+ /**
2323
+ * Bad Request
2324
+ */
2325
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2326
+ /**
2327
+ * Unauthorized
2328
+ */
2329
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2330
+ /**
2331
+ * Forbidden
2332
+ */
2333
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2334
+ /**
2335
+ * Not Found
2336
+ */
2337
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2338
+ /**
2339
+ * Server Error
2340
+ */
2341
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2342
+ /**
2343
+ * Server Error
2344
+ */
2345
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2346
+ };
2347
+ };
2348
+ };
2349
+ '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore': {
2350
+ put: {
2351
+ req: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData;
2352
+ res: {
2353
+ /**
2354
+ * Success
2355
+ */
2356
+ 200: unknown;
2357
+ /**
2358
+ * Bad Request
2359
+ */
2360
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2361
+ /**
2362
+ * Unauthorized
2363
+ */
2364
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2365
+ /**
2366
+ * Forbidden
2367
+ */
2368
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2369
+ /**
2370
+ * Not Found
2371
+ */
2372
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2373
+ /**
2374
+ * Server Error
2375
+ */
2376
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2377
+ /**
2378
+ * Server Error
2379
+ */
2380
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2381
+ };
2382
+ };
2383
+ };
2384
+ '/api/permission-management/permissions': {
2385
+ get: {
2386
+ req: GetApiPermissionManagementPermissionsData;
2387
+ res: {
2388
+ /**
2389
+ * Success
2390
+ */
2391
+ 200: Volo_Abp_PermissionManagement_GetPermissionListResultDto;
2392
+ /**
2393
+ * Bad Request
2394
+ */
2395
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2396
+ /**
2397
+ * Unauthorized
2398
+ */
2399
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2400
+ /**
2401
+ * Forbidden
2402
+ */
2403
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2404
+ /**
2405
+ * Not Found
2406
+ */
2407
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2408
+ /**
2409
+ * Server Error
2410
+ */
2411
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2412
+ /**
2413
+ * Server Error
2414
+ */
2415
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2416
+ };
2417
+ };
2418
+ put: {
2419
+ req: PutApiPermissionManagementPermissionsData;
2420
+ res: {
2421
+ /**
2422
+ * Success
2423
+ */
2424
+ 200: unknown;
2425
+ /**
2426
+ * Bad Request
2427
+ */
2428
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2429
+ /**
2430
+ * Unauthorized
2431
+ */
2432
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2433
+ /**
2434
+ * Forbidden
2435
+ */
2436
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2437
+ /**
2438
+ * Not Found
2439
+ */
2440
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2441
+ /**
2442
+ * Server Error
2443
+ */
2444
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2445
+ /**
2446
+ * Server Error
2447
+ */
2448
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2449
+ };
2450
+ };
2451
+ };
2452
+ '/api/text-template-management/template-contents': {
2453
+ get: {
2454
+ req: GetApiTextTemplateManagementTemplateContentsData;
2455
+ res: {
2456
+ /**
2457
+ * Success
2458
+ */
2459
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
2460
+ /**
2461
+ * Bad Request
2462
+ */
2463
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2464
+ /**
2465
+ * Unauthorized
2466
+ */
2467
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2468
+ /**
2469
+ * Forbidden
2470
+ */
2471
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2472
+ /**
2473
+ * Not Found
2474
+ */
2475
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2476
+ /**
2477
+ * Server Error
2478
+ */
2479
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2480
+ /**
2481
+ * Server Error
2482
+ */
2483
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2484
+ };
2485
+ };
2486
+ put: {
2487
+ req: PutApiTextTemplateManagementTemplateContentsData;
2488
+ res: {
2489
+ /**
2490
+ * Success
2491
+ */
2492
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
2493
+ /**
2494
+ * Bad Request
2495
+ */
2496
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2497
+ /**
2498
+ * Unauthorized
2499
+ */
2500
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2501
+ /**
2502
+ * Forbidden
2503
+ */
2504
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2505
+ /**
2506
+ * Not Found
2507
+ */
2508
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2509
+ /**
2510
+ * Server Error
2511
+ */
2512
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2513
+ /**
2514
+ * Server Error
2515
+ */
2516
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2517
+ };
2518
+ };
2519
+ };
2520
+ '/api/text-template-management/template-contents/restore-to-default': {
2521
+ put: {
2522
+ req: PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData;
2523
+ res: {
2524
+ /**
2525
+ * Success
2526
+ */
2527
+ 200: unknown;
2528
+ /**
2529
+ * Bad Request
2530
+ */
2531
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2532
+ /**
2533
+ * Unauthorized
2534
+ */
2535
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2536
+ /**
2537
+ * Forbidden
2538
+ */
2539
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2540
+ /**
2541
+ * Not Found
2542
+ */
2543
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2544
+ /**
2545
+ * Server Error
2546
+ */
2547
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2548
+ /**
2549
+ * Server Error
2550
+ */
2551
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2552
+ };
2553
+ };
2554
+ };
2555
+ '/api/text-template-management/template-definitions': {
2556
+ get: {
2557
+ req: GetApiTextTemplateManagementTemplateDefinitionsData;
2558
+ res: {
2559
+ /**
2560
+ * Success
2561
+ */
2562
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2563
+ /**
2564
+ * Bad Request
2565
+ */
2566
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2567
+ /**
2568
+ * Unauthorized
2569
+ */
2570
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2571
+ /**
2572
+ * Forbidden
2573
+ */
2574
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2575
+ /**
2576
+ * Not Found
2577
+ */
2578
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2579
+ /**
2580
+ * Server Error
2581
+ */
2582
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2583
+ /**
2584
+ * Server Error
2585
+ */
2586
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2587
+ };
2588
+ };
2589
+ };
2590
+ '/api/text-template-management/template-definitions/{name}': {
2591
+ get: {
2592
+ req: GetApiTextTemplateManagementTemplateDefinitionsByNameData;
2593
+ res: {
2594
+ /**
2595
+ * Success
2596
+ */
2597
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto;
2598
+ /**
2599
+ * Bad Request
2600
+ */
2601
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2602
+ /**
2603
+ * Unauthorized
2604
+ */
2605
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2606
+ /**
2607
+ * Forbidden
2608
+ */
2609
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2610
+ /**
2611
+ * Not Found
2612
+ */
2613
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2614
+ /**
2615
+ * Server Error
2616
+ */
2617
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2618
+ /**
2619
+ * Server Error
2620
+ */
2621
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2622
+ };
2623
+ };
2624
+ };
2625
+ '/api/setting-management/timezone': {
2626
+ get: {
2627
+ res: {
2628
+ /**
2629
+ * Success
2630
+ */
2631
+ 200: string;
2632
+ /**
2633
+ * Bad Request
2634
+ */
2635
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2636
+ /**
2637
+ * Unauthorized
2638
+ */
2639
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2640
+ /**
2641
+ * Forbidden
2642
+ */
2643
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2644
+ /**
2645
+ * Not Found
2646
+ */
2647
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2648
+ /**
2649
+ * Server Error
2650
+ */
2651
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2652
+ /**
2653
+ * Server Error
2654
+ */
2655
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2656
+ };
2657
+ };
2658
+ post: {
2659
+ req: PostApiSettingManagementTimezoneData;
2660
+ res: {
2661
+ /**
2662
+ * Success
2663
+ */
2664
+ 200: unknown;
2665
+ /**
2666
+ * Bad Request
2667
+ */
2668
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2669
+ /**
2670
+ * Unauthorized
2671
+ */
2672
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2673
+ /**
2674
+ * Forbidden
2675
+ */
2676
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2677
+ /**
2678
+ * Not Found
2679
+ */
2680
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2681
+ /**
2682
+ * Server Error
2683
+ */
2684
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2685
+ /**
2686
+ * Server Error
2687
+ */
2688
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2689
+ };
2690
+ };
2691
+ };
2692
+ '/api/setting-management/timezone/timezones': {
2693
+ get: {
2694
+ res: {
2695
+ /**
2696
+ * Success
2697
+ */
2698
+ 200: Array<Volo_Abp_NameValue>;
2699
+ /**
2700
+ * Bad Request
2701
+ */
2702
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2703
+ /**
2704
+ * Unauthorized
2705
+ */
2706
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2707
+ /**
2708
+ * Forbidden
2709
+ */
2710
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2711
+ /**
2712
+ * Not Found
2713
+ */
2714
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2715
+ /**
2716
+ * Server Error
2717
+ */
2718
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2719
+ /**
2720
+ * Server Error
2721
+ */
2722
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2723
+ };
2724
+ };
2725
+ };
2726
+ };