@ayasofyazilim/saas 0.0.8 → 0.0.10

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 (45) 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 +3279 -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 +2868 -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 +5707 -0
  40. package/ProjectService/ProjectServiceClient.ts +53 -0
  41. package/ProjectService/core/BaseHttpRequest.ts +10 -0
  42. package/ProjectService/core/FetchHttpRequest.ts +22 -0
  43. package/ProjectService/index.ts +2 -0
  44. package/ProjectService/services.gen.ts +55 -42
  45. package/package.json +10 -5
@@ -0,0 +1,2868 @@
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: {
1044
+ includeTypes?: boolean;
1045
+ };
1046
+ res: {
1047
+ /**
1048
+ * Success
1049
+ */
1050
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
1051
+ /**
1052
+ * Bad Request
1053
+ */
1054
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1055
+ /**
1056
+ * Unauthorized
1057
+ */
1058
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1059
+ /**
1060
+ * Forbidden
1061
+ */
1062
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1063
+ /**
1064
+ * Not Found
1065
+ */
1066
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1067
+ /**
1068
+ * Server Error
1069
+ */
1070
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1071
+ /**
1072
+ * Server Error
1073
+ */
1074
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1075
+ };
1076
+ };
1077
+ };
1078
+ '/api/abp/application-configuration': {
1079
+ get: {
1080
+ req: {
1081
+ includeLocalizationResources?: boolean;
1082
+ };
1083
+ res: {
1084
+ /**
1085
+ * Success
1086
+ */
1087
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
1088
+ /**
1089
+ * Bad Request
1090
+ */
1091
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1092
+ /**
1093
+ * Unauthorized
1094
+ */
1095
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1096
+ /**
1097
+ * Forbidden
1098
+ */
1099
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1100
+ /**
1101
+ * Not Found
1102
+ */
1103
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1104
+ /**
1105
+ * Server Error
1106
+ */
1107
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1108
+ /**
1109
+ * Server Error
1110
+ */
1111
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1112
+ };
1113
+ };
1114
+ };
1115
+ '/api/abp/application-localization': {
1116
+ get: {
1117
+ req: {
1118
+ cultureName: string;
1119
+ onlyDynamics?: boolean;
1120
+ };
1121
+ res: {
1122
+ /**
1123
+ * Success
1124
+ */
1125
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
1126
+ /**
1127
+ * Bad Request
1128
+ */
1129
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1130
+ /**
1131
+ * Unauthorized
1132
+ */
1133
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1134
+ /**
1135
+ * Forbidden
1136
+ */
1137
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1138
+ /**
1139
+ * Not Found
1140
+ */
1141
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1142
+ /**
1143
+ * Server Error
1144
+ */
1145
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1146
+ /**
1147
+ * Server Error
1148
+ */
1149
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1150
+ };
1151
+ };
1152
+ };
1153
+ '/api/abp/multi-tenancy/tenants/by-name/{name}': {
1154
+ get: {
1155
+ req: {
1156
+ name: string;
1157
+ };
1158
+ res: {
1159
+ /**
1160
+ * Success
1161
+ */
1162
+ 200: Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
1163
+ /**
1164
+ * Bad Request
1165
+ */
1166
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1167
+ /**
1168
+ * Unauthorized
1169
+ */
1170
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1171
+ /**
1172
+ * Forbidden
1173
+ */
1174
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1175
+ /**
1176
+ * Not Found
1177
+ */
1178
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1179
+ /**
1180
+ * Server Error
1181
+ */
1182
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1183
+ /**
1184
+ * Server Error
1185
+ */
1186
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1187
+ };
1188
+ };
1189
+ };
1190
+ '/api/abp/multi-tenancy/tenants/by-id/{id}': {
1191
+ get: {
1192
+ req: {
1193
+ id: string;
1194
+ };
1195
+ res: {
1196
+ /**
1197
+ * Success
1198
+ */
1199
+ 200: Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto;
1200
+ /**
1201
+ * Bad Request
1202
+ */
1203
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1204
+ /**
1205
+ * Unauthorized
1206
+ */
1207
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1208
+ /**
1209
+ * Forbidden
1210
+ */
1211
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1212
+ /**
1213
+ * Not Found
1214
+ */
1215
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1216
+ /**
1217
+ * Server Error
1218
+ */
1219
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1220
+ /**
1221
+ * Server Error
1222
+ */
1223
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1224
+ };
1225
+ };
1226
+ };
1227
+ '/api/audit-logging/audit-logs': {
1228
+ get: {
1229
+ req: {
1230
+ applicationName?: string;
1231
+ clientIpAddress?: string;
1232
+ correlationId?: string;
1233
+ endTime?: string;
1234
+ hasException?: boolean;
1235
+ httpMethod?: string;
1236
+ httpStatusCode?: System_Net_HttpStatusCode;
1237
+ maxExecutionDuration?: number;
1238
+ maxResultCount?: number;
1239
+ minExecutionDuration?: number;
1240
+ skipCount?: number;
1241
+ sorting?: string;
1242
+ startTime?: string;
1243
+ url?: string;
1244
+ userName?: string;
1245
+ };
1246
+ res: {
1247
+ /**
1248
+ * Success
1249
+ */
1250
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1251
+ /**
1252
+ * Bad Request
1253
+ */
1254
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1255
+ /**
1256
+ * Unauthorized
1257
+ */
1258
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1259
+ /**
1260
+ * Forbidden
1261
+ */
1262
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1263
+ /**
1264
+ * Not Found
1265
+ */
1266
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1267
+ /**
1268
+ * Server Error
1269
+ */
1270
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1271
+ /**
1272
+ * Server Error
1273
+ */
1274
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1275
+ };
1276
+ };
1277
+ };
1278
+ '/api/audit-logging/audit-logs/{id}': {
1279
+ get: {
1280
+ req: {
1281
+ id: string;
1282
+ };
1283
+ res: {
1284
+ /**
1285
+ * Success
1286
+ */
1287
+ 200: Volo_Abp_AuditLogging_AuditLogDto;
1288
+ /**
1289
+ * Bad Request
1290
+ */
1291
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1292
+ /**
1293
+ * Unauthorized
1294
+ */
1295
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1296
+ /**
1297
+ * Forbidden
1298
+ */
1299
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1300
+ /**
1301
+ * Not Found
1302
+ */
1303
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1304
+ /**
1305
+ * Server Error
1306
+ */
1307
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1308
+ /**
1309
+ * Server Error
1310
+ */
1311
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1312
+ };
1313
+ };
1314
+ };
1315
+ '/api/audit-logging/audit-logs/statistics/error-rate': {
1316
+ get: {
1317
+ req: {
1318
+ endDate?: string;
1319
+ startDate?: string;
1320
+ };
1321
+ res: {
1322
+ /**
1323
+ * Success
1324
+ */
1325
+ 200: Volo_Abp_AuditLogging_GetErrorRateOutput;
1326
+ /**
1327
+ * Bad Request
1328
+ */
1329
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1330
+ /**
1331
+ * Unauthorized
1332
+ */
1333
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1334
+ /**
1335
+ * Forbidden
1336
+ */
1337
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1338
+ /**
1339
+ * Not Found
1340
+ */
1341
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1342
+ /**
1343
+ * Server Error
1344
+ */
1345
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1346
+ /**
1347
+ * Server Error
1348
+ */
1349
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1350
+ };
1351
+ };
1352
+ };
1353
+ '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day': {
1354
+ get: {
1355
+ req: {
1356
+ endDate?: string;
1357
+ startDate?: string;
1358
+ };
1359
+ res: {
1360
+ /**
1361
+ * Success
1362
+ */
1363
+ 200: Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput;
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': {
1392
+ get: {
1393
+ req: {
1394
+ auditLogId?: string;
1395
+ endDate?: string;
1396
+ entityChangeType?: Volo_Abp_Auditing_EntityChangeType;
1397
+ entityId?: string;
1398
+ entityTypeFullName?: string;
1399
+ maxResultCount?: number;
1400
+ skipCount?: number;
1401
+ sorting?: string;
1402
+ startDate?: string;
1403
+ };
1404
+ res: {
1405
+ /**
1406
+ * Success
1407
+ */
1408
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1409
+ /**
1410
+ * Bad Request
1411
+ */
1412
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1413
+ /**
1414
+ * Unauthorized
1415
+ */
1416
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1417
+ /**
1418
+ * Forbidden
1419
+ */
1420
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1421
+ /**
1422
+ * Not Found
1423
+ */
1424
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1425
+ /**
1426
+ * Server Error
1427
+ */
1428
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1429
+ /**
1430
+ * Server Error
1431
+ */
1432
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1433
+ };
1434
+ };
1435
+ };
1436
+ '/api/audit-logging/audit-logs/entity-changes-with-username': {
1437
+ get: {
1438
+ req: {
1439
+ entityId?: string;
1440
+ entityTypeFullName?: string;
1441
+ };
1442
+ res: {
1443
+ /**
1444
+ * Success
1445
+ */
1446
+ 200: Array<Volo_Abp_AuditLogging_EntityChangeWithUsernameDto>;
1447
+ /**
1448
+ * Bad Request
1449
+ */
1450
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1451
+ /**
1452
+ * Unauthorized
1453
+ */
1454
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1455
+ /**
1456
+ * Forbidden
1457
+ */
1458
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1459
+ /**
1460
+ * Not Found
1461
+ */
1462
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1463
+ /**
1464
+ * Server Error
1465
+ */
1466
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1467
+ /**
1468
+ * Server Error
1469
+ */
1470
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1471
+ };
1472
+ };
1473
+ };
1474
+ '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}': {
1475
+ get: {
1476
+ req: {
1477
+ entityChangeId: string;
1478
+ };
1479
+ res: {
1480
+ /**
1481
+ * Success
1482
+ */
1483
+ 200: Volo_Abp_AuditLogging_EntityChangeWithUsernameDto;
1484
+ /**
1485
+ * Bad Request
1486
+ */
1487
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1488
+ /**
1489
+ * Unauthorized
1490
+ */
1491
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1492
+ /**
1493
+ * Forbidden
1494
+ */
1495
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1496
+ /**
1497
+ * Not Found
1498
+ */
1499
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1500
+ /**
1501
+ * Server Error
1502
+ */
1503
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1504
+ /**
1505
+ * Server Error
1506
+ */
1507
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1508
+ };
1509
+ };
1510
+ };
1511
+ '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}': {
1512
+ get: {
1513
+ req: {
1514
+ entityChangeId: string;
1515
+ };
1516
+ res: {
1517
+ /**
1518
+ * Success
1519
+ */
1520
+ 200: Volo_Abp_AuditLogging_EntityChangeDto;
1521
+ /**
1522
+ * Bad Request
1523
+ */
1524
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1525
+ /**
1526
+ * Unauthorized
1527
+ */
1528
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1529
+ /**
1530
+ * Forbidden
1531
+ */
1532
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1533
+ /**
1534
+ * Not Found
1535
+ */
1536
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1537
+ /**
1538
+ * Server Error
1539
+ */
1540
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1541
+ /**
1542
+ * Server Error
1543
+ */
1544
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1545
+ };
1546
+ };
1547
+ };
1548
+ '/api/setting-management/emailing': {
1549
+ get: {
1550
+ res: {
1551
+ /**
1552
+ * Success
1553
+ */
1554
+ 200: Volo_Abp_SettingManagement_EmailSettingsDto;
1555
+ /**
1556
+ * Bad Request
1557
+ */
1558
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1559
+ /**
1560
+ * Unauthorized
1561
+ */
1562
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1563
+ /**
1564
+ * Forbidden
1565
+ */
1566
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1567
+ /**
1568
+ * Not Found
1569
+ */
1570
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1571
+ /**
1572
+ * Server Error
1573
+ */
1574
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1575
+ /**
1576
+ * Server Error
1577
+ */
1578
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1579
+ };
1580
+ };
1581
+ post: {
1582
+ req: {
1583
+ requestBody?: Volo_Abp_SettingManagement_UpdateEmailSettingsDto;
1584
+ };
1585
+ res: {
1586
+ /**
1587
+ * Success
1588
+ */
1589
+ 200: unknown;
1590
+ /**
1591
+ * Bad Request
1592
+ */
1593
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1594
+ /**
1595
+ * Unauthorized
1596
+ */
1597
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1598
+ /**
1599
+ * Forbidden
1600
+ */
1601
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1602
+ /**
1603
+ * Not Found
1604
+ */
1605
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1606
+ /**
1607
+ * Server Error
1608
+ */
1609
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1610
+ /**
1611
+ * Server Error
1612
+ */
1613
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1614
+ };
1615
+ };
1616
+ };
1617
+ '/api/setting-management/emailing/send-test-email': {
1618
+ post: {
1619
+ req: {
1620
+ requestBody?: Volo_Abp_SettingManagement_SendTestEmailInput;
1621
+ };
1622
+ res: {
1623
+ /**
1624
+ * Success
1625
+ */
1626
+ 200: unknown;
1627
+ /**
1628
+ * Bad Request
1629
+ */
1630
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1631
+ /**
1632
+ * Unauthorized
1633
+ */
1634
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1635
+ /**
1636
+ * Forbidden
1637
+ */
1638
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1639
+ /**
1640
+ * Not Found
1641
+ */
1642
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1643
+ /**
1644
+ * Server Error
1645
+ */
1646
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1647
+ /**
1648
+ * Server Error
1649
+ */
1650
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1651
+ };
1652
+ };
1653
+ };
1654
+ '/api/feature-management/features': {
1655
+ get: {
1656
+ req: {
1657
+ providerKey?: string;
1658
+ providerName?: string;
1659
+ };
1660
+ res: {
1661
+ /**
1662
+ * Success
1663
+ */
1664
+ 200: Volo_Abp_FeatureManagement_GetFeatureListResultDto;
1665
+ /**
1666
+ * Bad Request
1667
+ */
1668
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1669
+ /**
1670
+ * Unauthorized
1671
+ */
1672
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1673
+ /**
1674
+ * Forbidden
1675
+ */
1676
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1677
+ /**
1678
+ * Not Found
1679
+ */
1680
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1681
+ /**
1682
+ * Server Error
1683
+ */
1684
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1685
+ /**
1686
+ * Server Error
1687
+ */
1688
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1689
+ };
1690
+ };
1691
+ put: {
1692
+ req: {
1693
+ providerKey?: string;
1694
+ providerName?: string;
1695
+ requestBody?: Volo_Abp_FeatureManagement_UpdateFeaturesDto;
1696
+ };
1697
+ res: {
1698
+ /**
1699
+ * Success
1700
+ */
1701
+ 200: unknown;
1702
+ /**
1703
+ * Bad Request
1704
+ */
1705
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1706
+ /**
1707
+ * Unauthorized
1708
+ */
1709
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1710
+ /**
1711
+ * Forbidden
1712
+ */
1713
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1714
+ /**
1715
+ * Not Found
1716
+ */
1717
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1718
+ /**
1719
+ * Server Error
1720
+ */
1721
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1722
+ /**
1723
+ * Server Error
1724
+ */
1725
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1726
+ };
1727
+ };
1728
+ delete: {
1729
+ req: {
1730
+ providerKey?: string;
1731
+ providerName?: string;
1732
+ };
1733
+ res: {
1734
+ /**
1735
+ * Success
1736
+ */
1737
+ 200: unknown;
1738
+ /**
1739
+ * Bad Request
1740
+ */
1741
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1742
+ /**
1743
+ * Unauthorized
1744
+ */
1745
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1746
+ /**
1747
+ * Forbidden
1748
+ */
1749
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1750
+ /**
1751
+ * Not Found
1752
+ */
1753
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1754
+ /**
1755
+ * Server Error
1756
+ */
1757
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1758
+ /**
1759
+ * Server Error
1760
+ */
1761
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1762
+ };
1763
+ };
1764
+ };
1765
+ '/api/gdpr/requests/prepare-data': {
1766
+ post: {
1767
+ res: {
1768
+ /**
1769
+ * Success
1770
+ */
1771
+ 200: unknown;
1772
+ /**
1773
+ * Bad Request
1774
+ */
1775
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1776
+ /**
1777
+ * Unauthorized
1778
+ */
1779
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1780
+ /**
1781
+ * Forbidden
1782
+ */
1783
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1784
+ /**
1785
+ * Not Found
1786
+ */
1787
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1788
+ /**
1789
+ * Server Error
1790
+ */
1791
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1792
+ /**
1793
+ * Server Error
1794
+ */
1795
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1796
+ };
1797
+ };
1798
+ };
1799
+ '/api/gdpr/requests/download-token': {
1800
+ get: {
1801
+ req: {
1802
+ id?: string;
1803
+ };
1804
+ res: {
1805
+ /**
1806
+ * Success
1807
+ */
1808
+ 200: Volo_Abp_Gdpr_DownloadTokenResultDto;
1809
+ /**
1810
+ * Bad Request
1811
+ */
1812
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1813
+ /**
1814
+ * Unauthorized
1815
+ */
1816
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1817
+ /**
1818
+ * Forbidden
1819
+ */
1820
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1821
+ /**
1822
+ * Not Found
1823
+ */
1824
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1825
+ /**
1826
+ * Server Error
1827
+ */
1828
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1829
+ /**
1830
+ * Server Error
1831
+ */
1832
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1833
+ };
1834
+ };
1835
+ };
1836
+ '/api/gdpr/requests/data/{requestId}': {
1837
+ get: {
1838
+ req: {
1839
+ requestId: string;
1840
+ token?: string;
1841
+ };
1842
+ res: {
1843
+ /**
1844
+ * Success
1845
+ */
1846
+ 200: (Blob | File);
1847
+ /**
1848
+ * Bad Request
1849
+ */
1850
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1851
+ /**
1852
+ * Unauthorized
1853
+ */
1854
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1855
+ /**
1856
+ * Forbidden
1857
+ */
1858
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1859
+ /**
1860
+ * Not Found
1861
+ */
1862
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1863
+ /**
1864
+ * Server Error
1865
+ */
1866
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1867
+ /**
1868
+ * Server Error
1869
+ */
1870
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1871
+ };
1872
+ };
1873
+ };
1874
+ '/api/gdpr/requests/is-request-allowed': {
1875
+ get: {
1876
+ res: {
1877
+ /**
1878
+ * Success
1879
+ */
1880
+ 200: boolean;
1881
+ /**
1882
+ * Bad Request
1883
+ */
1884
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1885
+ /**
1886
+ * Unauthorized
1887
+ */
1888
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1889
+ /**
1890
+ * Forbidden
1891
+ */
1892
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1893
+ /**
1894
+ * Not Found
1895
+ */
1896
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1897
+ /**
1898
+ * Server Error
1899
+ */
1900
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1901
+ /**
1902
+ * Server Error
1903
+ */
1904
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1905
+ };
1906
+ };
1907
+ };
1908
+ '/api/gdpr/requests/list': {
1909
+ get: {
1910
+ req: {
1911
+ maxResultCount?: number;
1912
+ skipCount?: number;
1913
+ sorting?: string;
1914
+ userId: string;
1915
+ };
1916
+ res: {
1917
+ /**
1918
+ * Success
1919
+ */
1920
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1921
+ /**
1922
+ * Bad Request
1923
+ */
1924
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1925
+ /**
1926
+ * Unauthorized
1927
+ */
1928
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1929
+ /**
1930
+ * Forbidden
1931
+ */
1932
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1933
+ /**
1934
+ * Not Found
1935
+ */
1936
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1937
+ /**
1938
+ * Server Error
1939
+ */
1940
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1941
+ /**
1942
+ * Server Error
1943
+ */
1944
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1945
+ };
1946
+ };
1947
+ };
1948
+ '/api/gdpr/requests': {
1949
+ delete: {
1950
+ res: {
1951
+ /**
1952
+ * Success
1953
+ */
1954
+ 200: unknown;
1955
+ /**
1956
+ * Bad Request
1957
+ */
1958
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1959
+ /**
1960
+ * Unauthorized
1961
+ */
1962
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1963
+ /**
1964
+ * Forbidden
1965
+ */
1966
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1967
+ /**
1968
+ * Not Found
1969
+ */
1970
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1971
+ /**
1972
+ * Server Error
1973
+ */
1974
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1975
+ /**
1976
+ * Server Error
1977
+ */
1978
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1979
+ };
1980
+ };
1981
+ };
1982
+ '/api/language-management/languages/all': {
1983
+ get: {
1984
+ res: {
1985
+ /**
1986
+ * Success
1987
+ */
1988
+ 200: Volo_Abp_Application_Dtos_ListResultDto_1;
1989
+ /**
1990
+ * Bad Request
1991
+ */
1992
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1993
+ /**
1994
+ * Unauthorized
1995
+ */
1996
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1997
+ /**
1998
+ * Forbidden
1999
+ */
2000
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2001
+ /**
2002
+ * Not Found
2003
+ */
2004
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2005
+ /**
2006
+ * Server Error
2007
+ */
2008
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2009
+ /**
2010
+ * Server Error
2011
+ */
2012
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2013
+ };
2014
+ };
2015
+ };
2016
+ '/api/language-management/languages': {
2017
+ get: {
2018
+ req: {
2019
+ baseCultureName?: string;
2020
+ filter?: string;
2021
+ getOnlyEmptyValues?: boolean;
2022
+ maxResultCount?: number;
2023
+ resourceName?: string;
2024
+ skipCount?: number;
2025
+ sorting?: string;
2026
+ targetCultureName?: string;
2027
+ };
2028
+ res: {
2029
+ /**
2030
+ * Success
2031
+ */
2032
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2033
+ /**
2034
+ * Bad Request
2035
+ */
2036
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2037
+ /**
2038
+ * Unauthorized
2039
+ */
2040
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2041
+ /**
2042
+ * Forbidden
2043
+ */
2044
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2045
+ /**
2046
+ * Not Found
2047
+ */
2048
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2049
+ /**
2050
+ * Server Error
2051
+ */
2052
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2053
+ /**
2054
+ * Server Error
2055
+ */
2056
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2057
+ };
2058
+ };
2059
+ post: {
2060
+ req: {
2061
+ requestBody?: Volo_Abp_LanguageManagement_Dto_CreateLanguageDto;
2062
+ };
2063
+ res: {
2064
+ /**
2065
+ * Success
2066
+ */
2067
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
2068
+ /**
2069
+ * Bad Request
2070
+ */
2071
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2072
+ /**
2073
+ * Unauthorized
2074
+ */
2075
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2076
+ /**
2077
+ * Forbidden
2078
+ */
2079
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2080
+ /**
2081
+ * Not Found
2082
+ */
2083
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2084
+ /**
2085
+ * Server Error
2086
+ */
2087
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2088
+ /**
2089
+ * Server Error
2090
+ */
2091
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2092
+ };
2093
+ };
2094
+ };
2095
+ '/api/language-management/languages/{id}': {
2096
+ get: {
2097
+ req: {
2098
+ id: string;
2099
+ };
2100
+ res: {
2101
+ /**
2102
+ * Success
2103
+ */
2104
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
2105
+ /**
2106
+ * Bad Request
2107
+ */
2108
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2109
+ /**
2110
+ * Unauthorized
2111
+ */
2112
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2113
+ /**
2114
+ * Forbidden
2115
+ */
2116
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2117
+ /**
2118
+ * Not Found
2119
+ */
2120
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2121
+ /**
2122
+ * Server Error
2123
+ */
2124
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2125
+ /**
2126
+ * Server Error
2127
+ */
2128
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2129
+ };
2130
+ };
2131
+ put: {
2132
+ req: {
2133
+ id: string;
2134
+ requestBody?: Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto;
2135
+ };
2136
+ res: {
2137
+ /**
2138
+ * Success
2139
+ */
2140
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageDto;
2141
+ /**
2142
+ * Bad Request
2143
+ */
2144
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2145
+ /**
2146
+ * Unauthorized
2147
+ */
2148
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2149
+ /**
2150
+ * Forbidden
2151
+ */
2152
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2153
+ /**
2154
+ * Not Found
2155
+ */
2156
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2157
+ /**
2158
+ * Server Error
2159
+ */
2160
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2161
+ /**
2162
+ * Server Error
2163
+ */
2164
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2165
+ };
2166
+ };
2167
+ delete: {
2168
+ req: {
2169
+ id: string;
2170
+ };
2171
+ res: {
2172
+ /**
2173
+ * Success
2174
+ */
2175
+ 200: unknown;
2176
+ /**
2177
+ * Bad Request
2178
+ */
2179
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2180
+ /**
2181
+ * Unauthorized
2182
+ */
2183
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2184
+ /**
2185
+ * Forbidden
2186
+ */
2187
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2188
+ /**
2189
+ * Not Found
2190
+ */
2191
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2192
+ /**
2193
+ * Server Error
2194
+ */
2195
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2196
+ /**
2197
+ * Server Error
2198
+ */
2199
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2200
+ };
2201
+ };
2202
+ };
2203
+ '/api/language-management/languages/{id}/set-as-default': {
2204
+ put: {
2205
+ req: {
2206
+ id: string;
2207
+ };
2208
+ res: {
2209
+ /**
2210
+ * Success
2211
+ */
2212
+ 200: unknown;
2213
+ /**
2214
+ * Bad Request
2215
+ */
2216
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2217
+ /**
2218
+ * Unauthorized
2219
+ */
2220
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2221
+ /**
2222
+ * Forbidden
2223
+ */
2224
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2225
+ /**
2226
+ * Not Found
2227
+ */
2228
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2229
+ /**
2230
+ * Server Error
2231
+ */
2232
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2233
+ /**
2234
+ * Server Error
2235
+ */
2236
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2237
+ };
2238
+ };
2239
+ };
2240
+ '/api/language-management/languages/resources': {
2241
+ get: {
2242
+ res: {
2243
+ /**
2244
+ * Success
2245
+ */
2246
+ 200: Array<Volo_Abp_LanguageManagement_Dto_LanguageResourceDto>;
2247
+ /**
2248
+ * Bad Request
2249
+ */
2250
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2251
+ /**
2252
+ * Unauthorized
2253
+ */
2254
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2255
+ /**
2256
+ * Forbidden
2257
+ */
2258
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2259
+ /**
2260
+ * Not Found
2261
+ */
2262
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2263
+ /**
2264
+ * Server Error
2265
+ */
2266
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2267
+ /**
2268
+ * Server Error
2269
+ */
2270
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2271
+ };
2272
+ };
2273
+ };
2274
+ '/api/language-management/languages/culture-list': {
2275
+ get: {
2276
+ res: {
2277
+ /**
2278
+ * Success
2279
+ */
2280
+ 200: Array<Volo_Abp_LanguageManagement_Dto_CultureInfoDto>;
2281
+ /**
2282
+ * Bad Request
2283
+ */
2284
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2285
+ /**
2286
+ * Unauthorized
2287
+ */
2288
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2289
+ /**
2290
+ * Forbidden
2291
+ */
2292
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2293
+ /**
2294
+ * Not Found
2295
+ */
2296
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2297
+ /**
2298
+ * Server Error
2299
+ */
2300
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2301
+ /**
2302
+ * Server Error
2303
+ */
2304
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2305
+ };
2306
+ };
2307
+ };
2308
+ '/api/language-management/languages/flag-list': {
2309
+ get: {
2310
+ res: {
2311
+ /**
2312
+ * Success
2313
+ */
2314
+ 200: Array<(string)>;
2315
+ /**
2316
+ * Bad Request
2317
+ */
2318
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2319
+ /**
2320
+ * Unauthorized
2321
+ */
2322
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2323
+ /**
2324
+ * Forbidden
2325
+ */
2326
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2327
+ /**
2328
+ * Not Found
2329
+ */
2330
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2331
+ /**
2332
+ * Server Error
2333
+ */
2334
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2335
+ /**
2336
+ * Server Error
2337
+ */
2338
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2339
+ };
2340
+ };
2341
+ };
2342
+ '/api/language-management/language-texts': {
2343
+ get: {
2344
+ req: {
2345
+ baseCultureName?: string;
2346
+ filter?: string;
2347
+ getOnlyEmptyValues?: boolean;
2348
+ maxResultCount?: number;
2349
+ resourceName?: string;
2350
+ skipCount?: number;
2351
+ sorting?: string;
2352
+ targetCultureName?: string;
2353
+ };
2354
+ res: {
2355
+ /**
2356
+ * Success
2357
+ */
2358
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2359
+ /**
2360
+ * Bad Request
2361
+ */
2362
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2363
+ /**
2364
+ * Unauthorized
2365
+ */
2366
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2367
+ /**
2368
+ * Forbidden
2369
+ */
2370
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2371
+ /**
2372
+ * Not Found
2373
+ */
2374
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2375
+ /**
2376
+ * Server Error
2377
+ */
2378
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2379
+ /**
2380
+ * Server Error
2381
+ */
2382
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2383
+ };
2384
+ };
2385
+ };
2386
+ '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}': {
2387
+ get: {
2388
+ req: {
2389
+ baseCultureName?: string;
2390
+ cultureName: string;
2391
+ name: string;
2392
+ resourceName: string;
2393
+ };
2394
+ res: {
2395
+ /**
2396
+ * Success
2397
+ */
2398
+ 200: Volo_Abp_LanguageManagement_Dto_LanguageTextDto;
2399
+ /**
2400
+ * Bad Request
2401
+ */
2402
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2403
+ /**
2404
+ * Unauthorized
2405
+ */
2406
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2407
+ /**
2408
+ * Forbidden
2409
+ */
2410
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2411
+ /**
2412
+ * Not Found
2413
+ */
2414
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2415
+ /**
2416
+ * Server Error
2417
+ */
2418
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2419
+ /**
2420
+ * Server Error
2421
+ */
2422
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2423
+ };
2424
+ };
2425
+ put: {
2426
+ req: {
2427
+ cultureName: string;
2428
+ name: string;
2429
+ resourceName: string;
2430
+ value?: string;
2431
+ };
2432
+ res: {
2433
+ /**
2434
+ * Success
2435
+ */
2436
+ 200: unknown;
2437
+ /**
2438
+ * Bad Request
2439
+ */
2440
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2441
+ /**
2442
+ * Unauthorized
2443
+ */
2444
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2445
+ /**
2446
+ * Forbidden
2447
+ */
2448
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2449
+ /**
2450
+ * Not Found
2451
+ */
2452
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2453
+ /**
2454
+ * Server Error
2455
+ */
2456
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2457
+ /**
2458
+ * Server Error
2459
+ */
2460
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2461
+ };
2462
+ };
2463
+ };
2464
+ '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore': {
2465
+ put: {
2466
+ req: {
2467
+ cultureName: string;
2468
+ name: string;
2469
+ resourceName: string;
2470
+ };
2471
+ res: {
2472
+ /**
2473
+ * Success
2474
+ */
2475
+ 200: unknown;
2476
+ /**
2477
+ * Bad Request
2478
+ */
2479
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2480
+ /**
2481
+ * Unauthorized
2482
+ */
2483
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2484
+ /**
2485
+ * Forbidden
2486
+ */
2487
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2488
+ /**
2489
+ * Not Found
2490
+ */
2491
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2492
+ /**
2493
+ * Server Error
2494
+ */
2495
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2496
+ /**
2497
+ * Server Error
2498
+ */
2499
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2500
+ };
2501
+ };
2502
+ };
2503
+ '/api/permission-management/permissions': {
2504
+ get: {
2505
+ req: {
2506
+ providerKey?: string;
2507
+ providerName?: string;
2508
+ };
2509
+ res: {
2510
+ /**
2511
+ * Success
2512
+ */
2513
+ 200: Volo_Abp_PermissionManagement_GetPermissionListResultDto;
2514
+ /**
2515
+ * Bad Request
2516
+ */
2517
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2518
+ /**
2519
+ * Unauthorized
2520
+ */
2521
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2522
+ /**
2523
+ * Forbidden
2524
+ */
2525
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2526
+ /**
2527
+ * Not Found
2528
+ */
2529
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2530
+ /**
2531
+ * Server Error
2532
+ */
2533
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2534
+ /**
2535
+ * Server Error
2536
+ */
2537
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2538
+ };
2539
+ };
2540
+ put: {
2541
+ req: {
2542
+ providerKey?: string;
2543
+ providerName?: string;
2544
+ requestBody?: Volo_Abp_PermissionManagement_UpdatePermissionsDto;
2545
+ };
2546
+ res: {
2547
+ /**
2548
+ * Success
2549
+ */
2550
+ 200: unknown;
2551
+ /**
2552
+ * Bad Request
2553
+ */
2554
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2555
+ /**
2556
+ * Unauthorized
2557
+ */
2558
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2559
+ /**
2560
+ * Forbidden
2561
+ */
2562
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2563
+ /**
2564
+ * Not Found
2565
+ */
2566
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2567
+ /**
2568
+ * Server Error
2569
+ */
2570
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2571
+ /**
2572
+ * Server Error
2573
+ */
2574
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2575
+ };
2576
+ };
2577
+ };
2578
+ '/api/text-template-management/template-contents': {
2579
+ get: {
2580
+ req: {
2581
+ cultureName?: string;
2582
+ templateName: string;
2583
+ };
2584
+ res: {
2585
+ /**
2586
+ * Success
2587
+ */
2588
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
2589
+ /**
2590
+ * Bad Request
2591
+ */
2592
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2593
+ /**
2594
+ * Unauthorized
2595
+ */
2596
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2597
+ /**
2598
+ * Forbidden
2599
+ */
2600
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2601
+ /**
2602
+ * Not Found
2603
+ */
2604
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2605
+ /**
2606
+ * Server Error
2607
+ */
2608
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2609
+ /**
2610
+ * Server Error
2611
+ */
2612
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2613
+ };
2614
+ };
2615
+ put: {
2616
+ req: {
2617
+ requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput;
2618
+ };
2619
+ res: {
2620
+ /**
2621
+ * Success
2622
+ */
2623
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto;
2624
+ /**
2625
+ * Bad Request
2626
+ */
2627
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2628
+ /**
2629
+ * Unauthorized
2630
+ */
2631
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2632
+ /**
2633
+ * Forbidden
2634
+ */
2635
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2636
+ /**
2637
+ * Not Found
2638
+ */
2639
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2640
+ /**
2641
+ * Server Error
2642
+ */
2643
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2644
+ /**
2645
+ * Server Error
2646
+ */
2647
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2648
+ };
2649
+ };
2650
+ };
2651
+ '/api/text-template-management/template-contents/restore-to-default': {
2652
+ put: {
2653
+ req: {
2654
+ requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput;
2655
+ };
2656
+ res: {
2657
+ /**
2658
+ * Success
2659
+ */
2660
+ 200: unknown;
2661
+ /**
2662
+ * Bad Request
2663
+ */
2664
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2665
+ /**
2666
+ * Unauthorized
2667
+ */
2668
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2669
+ /**
2670
+ * Forbidden
2671
+ */
2672
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2673
+ /**
2674
+ * Not Found
2675
+ */
2676
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2677
+ /**
2678
+ * Server Error
2679
+ */
2680
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2681
+ /**
2682
+ * Server Error
2683
+ */
2684
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2685
+ };
2686
+ };
2687
+ };
2688
+ '/api/text-template-management/template-definitions': {
2689
+ get: {
2690
+ req: {
2691
+ filterText?: string;
2692
+ maxResultCount?: number;
2693
+ skipCount?: number;
2694
+ sorting?: string;
2695
+ };
2696
+ res: {
2697
+ /**
2698
+ * Success
2699
+ */
2700
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2701
+ /**
2702
+ * Bad Request
2703
+ */
2704
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2705
+ /**
2706
+ * Unauthorized
2707
+ */
2708
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2709
+ /**
2710
+ * Forbidden
2711
+ */
2712
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2713
+ /**
2714
+ * Not Found
2715
+ */
2716
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2717
+ /**
2718
+ * Server Error
2719
+ */
2720
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2721
+ /**
2722
+ * Server Error
2723
+ */
2724
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2725
+ };
2726
+ };
2727
+ };
2728
+ '/api/text-template-management/template-definitions/{name}': {
2729
+ get: {
2730
+ req: {
2731
+ name: string;
2732
+ };
2733
+ res: {
2734
+ /**
2735
+ * Success
2736
+ */
2737
+ 200: Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto;
2738
+ /**
2739
+ * Bad Request
2740
+ */
2741
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2742
+ /**
2743
+ * Unauthorized
2744
+ */
2745
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2746
+ /**
2747
+ * Forbidden
2748
+ */
2749
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2750
+ /**
2751
+ * Not Found
2752
+ */
2753
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2754
+ /**
2755
+ * Server Error
2756
+ */
2757
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2758
+ /**
2759
+ * Server Error
2760
+ */
2761
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2762
+ };
2763
+ };
2764
+ };
2765
+ '/api/setting-management/timezone': {
2766
+ get: {
2767
+ res: {
2768
+ /**
2769
+ * Success
2770
+ */
2771
+ 200: string;
2772
+ /**
2773
+ * Bad Request
2774
+ */
2775
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2776
+ /**
2777
+ * Unauthorized
2778
+ */
2779
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2780
+ /**
2781
+ * Forbidden
2782
+ */
2783
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2784
+ /**
2785
+ * Not Found
2786
+ */
2787
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2788
+ /**
2789
+ * Server Error
2790
+ */
2791
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2792
+ /**
2793
+ * Server Error
2794
+ */
2795
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2796
+ };
2797
+ };
2798
+ post: {
2799
+ req: {
2800
+ timezone?: string;
2801
+ };
2802
+ res: {
2803
+ /**
2804
+ * Success
2805
+ */
2806
+ 200: unknown;
2807
+ /**
2808
+ * Bad Request
2809
+ */
2810
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2811
+ /**
2812
+ * Unauthorized
2813
+ */
2814
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2815
+ /**
2816
+ * Forbidden
2817
+ */
2818
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2819
+ /**
2820
+ * Not Found
2821
+ */
2822
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2823
+ /**
2824
+ * Server Error
2825
+ */
2826
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2827
+ /**
2828
+ * Server Error
2829
+ */
2830
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2831
+ };
2832
+ };
2833
+ };
2834
+ '/api/setting-management/timezone/timezones': {
2835
+ get: {
2836
+ res: {
2837
+ /**
2838
+ * Success
2839
+ */
2840
+ 200: Array<Volo_Abp_NameValue>;
2841
+ /**
2842
+ * Bad Request
2843
+ */
2844
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2845
+ /**
2846
+ * Unauthorized
2847
+ */
2848
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2849
+ /**
2850
+ * Forbidden
2851
+ */
2852
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2853
+ /**
2854
+ * Not Found
2855
+ */
2856
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2857
+ /**
2858
+ * Server Error
2859
+ */
2860
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2861
+ /**
2862
+ * Server Error
2863
+ */
2864
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2865
+ };
2866
+ };
2867
+ };
2868
+ };