@ayasofyazilim/saas 0.0.49 → 0.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -68
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +8 -8
  8. package/AccountService/schemas.gen.ts +5333 -5333
  9. package/AccountService/services.gen.ts +1539 -1539
  10. package/AccountService/types.gen.ts +3328 -3328
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -77
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +8 -8
  18. package/AdministrationService/schemas.gen.ts +5987 -5987
  19. package/AdministrationService/services.gen.ts +1404 -1404
  20. package/AdministrationService/types.gen.ts +2851 -2851
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +8 -8
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -2170
  29. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  30. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  31. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  32. package/FundraiserService/core/OpenAPI.ts +55 -55
  33. package/FundraiserService/core/request.ts +340 -340
  34. package/FundraiserService/index.ts +8 -8
  35. package/FundraiserService/services.gen.ts +627 -627
  36. package/FundraiserService/types.gen.ts +1793 -1793
  37. package/IdentityService/IdentityServiceClient.ts +80 -80
  38. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  39. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  40. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  41. package/IdentityService/core/OpenAPI.ts +55 -55
  42. package/IdentityService/core/request.ts +340 -340
  43. package/IdentityService/index.ts +8 -8
  44. package/IdentityService/schemas.gen.ts +6845 -6845
  45. package/IdentityService/services.gen.ts +2924 -2924
  46. package/IdentityService/types.gen.ts +5484 -5484
  47. package/LocationService/LocationServiceClient.ts +74 -74
  48. package/LocationService/core/ApiError.ts +20 -20
  49. package/LocationService/core/ApiRequestOptions.ts +12 -12
  50. package/LocationService/core/ApiResult.ts +6 -6
  51. package/LocationService/core/BaseHttpRequest.ts +9 -9
  52. package/LocationService/core/CancelablePromise.ts +125 -125
  53. package/LocationService/core/FetchHttpRequest.ts +21 -21
  54. package/LocationService/core/OpenAPI.ts +55 -55
  55. package/LocationService/core/request.ts +340 -340
  56. package/LocationService/index.ts +8 -8
  57. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  58. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  59. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  60. package/MerchantService/core/OpenAPI.ts +55 -55
  61. package/MerchantService/core/request.ts +340 -340
  62. package/MerchantService/schemas.gen.ts +14764 -14764
  63. package/MerchantService/services.gen.ts +1602 -1602
  64. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  65. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  66. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  67. package/ProjectService/core/OpenAPI.ts +55 -55
  68. package/ProjectService/core/request.ts +340 -340
  69. package/ProjectService/index.ts +8 -8
  70. package/ProjectService/services.gen.ts +492 -492
  71. package/ProjectService/types.gen.ts +1303 -1303
  72. package/ProjectService.json +2937 -2937
  73. package/SaasService/core/ApiRequestOptions.ts +12 -12
  74. package/SaasService/core/BaseHttpRequest.ts +9 -9
  75. package/SaasService/core/FetchHttpRequest.ts +21 -21
  76. package/SaasService/core/OpenAPI.ts +55 -55
  77. package/SaasService/core/request.ts +340 -340
  78. package/SaasService/index.ts +8 -8
  79. package/SaasService/schemas.gen.ts +5345 -5345
  80. package/SaasService/services.gen.ts +1329 -1329
  81. package/SaasService/types.gen.ts +2737 -2737
  82. package/SettingService/schemas.gen.ts +5410 -5410
  83. package/SettingService/services.gen.ts +890 -890
  84. package/SettingService/types.gen.ts +2052 -2052
  85. package/TagService/TagServiceClient.ts +44 -44
  86. package/TagService/core/ApiError.ts +20 -20
  87. package/TagService/core/ApiRequestOptions.ts +12 -12
  88. package/TagService/core/ApiResult.ts +6 -6
  89. package/TagService/core/BaseHttpRequest.ts +9 -9
  90. package/TagService/core/CancelablePromise.ts +125 -125
  91. package/TagService/core/FetchHttpRequest.ts +21 -21
  92. package/TagService/core/OpenAPI.ts +55 -55
  93. package/TagService/core/request.ts +340 -340
  94. package/TagService/index.ts +8 -8
  95. package/TagService/schemas.gen.ts +4736 -4677
  96. package/TagService/services.gen.ts +199 -175
  97. package/TagService/types.gen.ts +800 -771
  98. package/TravellerService/TravellerServiceClient.ts +56 -56
  99. package/TravellerService/core/ApiError.ts +20 -20
  100. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  101. package/TravellerService/core/ApiResult.ts +6 -6
  102. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  103. package/TravellerService/core/CancelablePromise.ts +125 -125
  104. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  105. package/TravellerService/core/OpenAPI.ts +55 -55
  106. package/TravellerService/core/request.ts +340 -340
  107. package/TravellerService/index.ts +8 -8
  108. package/TravellerService/schemas.gen.ts +6322 -6322
  109. package/TravellerService/services.gen.ts +713 -713
  110. package/TravellerService/types.gen.ts +1834 -1834
  111. package/package.json +1 -1
  112. package/swagger.json +4794 -4794
@@ -1,1405 +1,1405 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- import type { CancelablePromise } from './core/CancelablePromise';
4
- import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
- import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, GetApiFeatureManagementFeaturesData, GetApiFeatureManagementFeaturesResponse, PutApiFeatureManagementFeaturesData, PutApiFeatureManagementFeaturesResponse, DeleteApiFeatureManagementFeaturesData, DeleteApiFeatureManagementFeaturesResponse, PostApiGdprRequestsPrepareDataResponse, GetApiGdprRequestsDownloadTokenData, GetApiGdprRequestsDownloadTokenResponse, GetApiGdprRequestsDataByRequestIdData, GetApiGdprRequestsDataByRequestIdResponse, GetApiGdprRequestsIsRequestAllowedResponse, GetApiGdprRequestsListData, GetApiGdprRequestsListResponse, DeleteApiGdprRequestsResponse, GetApiLanguageManagementLanguagesAllResponse, GetApiLanguageManagementLanguagesData, GetApiLanguageManagementLanguagesResponse, PostApiLanguageManagementLanguagesData, PostApiLanguageManagementLanguagesResponse, GetApiLanguageManagementLanguagesByIdData, GetApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdData, PutApiLanguageManagementLanguagesByIdResponse, DeleteApiLanguageManagementLanguagesByIdData, DeleteApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdSetAsDefaultData, PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse, GetApiLanguageManagementLanguagesResourcesResponse, GetApiLanguageManagementLanguagesCultureListResponse, GetApiLanguageManagementLanguageTextsData, GetApiLanguageManagementLanguageTextsResponse, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse, GetApiPermissionManagementPermissionsData, GetApiPermissionManagementPermissionsResponse, PutApiPermissionManagementPermissionsData, PutApiPermissionManagementPermissionsResponse, GetApiAuditLoggingSettingsResponse, PutApiAuditLoggingSettingsData, PutApiAuditLoggingSettingsResponse, GetApiAuditLoggingSettingsGlobalResponse, PutApiAuditLoggingSettingsGlobalData, PutApiAuditLoggingSettingsGlobalResponse, GetApiTextTemplateManagementTemplateContentsData, GetApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsData, PutApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse, GetApiTextTemplateManagementTemplateDefinitionsData, GetApiTextTemplateManagementTemplateDefinitionsResponse, GetApiTextTemplateManagementTemplateDefinitionsByNameData, GetApiTextTemplateManagementTemplateDefinitionsByNameResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse } from './types.gen';
6
-
7
- export class AbpApiDefinitionService {
8
- constructor(public readonly httpRequest: BaseHttpRequest) { }
9
-
10
- /**
11
- * @param data The data for the request.
12
- * @param data.includeTypes
13
- * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
- * @throws ApiError
15
- */
16
- public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
- return this.httpRequest.request({
18
- method: 'GET',
19
- url: '/api/abp/api-definition',
20
- query: {
21
- IncludeTypes: data.includeTypes
22
- },
23
- errors: {
24
- 400: 'Bad Request',
25
- 401: 'Unauthorized',
26
- 403: 'Forbidden',
27
- 404: 'Not Found',
28
- 500: 'Server Error',
29
- 501: 'Server Error'
30
- }
31
- });
32
- }
33
-
34
- }
35
-
36
- export class AbpApplicationConfigurationService {
37
- constructor(public readonly httpRequest: BaseHttpRequest) { }
38
-
39
- /**
40
- * @param data The data for the request.
41
- * @param data.includeLocalizationResources
42
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
- * @throws ApiError
44
- */
45
- public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
- return this.httpRequest.request({
47
- method: 'GET',
48
- url: '/api/abp/application-configuration',
49
- query: {
50
- IncludeLocalizationResources: data.includeLocalizationResources
51
- },
52
- errors: {
53
- 400: 'Bad Request',
54
- 401: 'Unauthorized',
55
- 403: 'Forbidden',
56
- 404: 'Not Found',
57
- 500: 'Server Error',
58
- 501: 'Server Error'
59
- }
60
- });
61
- }
62
-
63
- }
64
-
65
- export class AbpApplicationLocalizationService {
66
- constructor(public readonly httpRequest: BaseHttpRequest) { }
67
-
68
- /**
69
- * @param data The data for the request.
70
- * @param data.cultureName
71
- * @param data.onlyDynamics
72
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
- * @throws ApiError
74
- */
75
- public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
- return this.httpRequest.request({
77
- method: 'GET',
78
- url: '/api/abp/application-localization',
79
- query: {
80
- CultureName: data.cultureName,
81
- OnlyDynamics: data.onlyDynamics
82
- },
83
- errors: {
84
- 400: 'Bad Request',
85
- 401: 'Unauthorized',
86
- 403: 'Forbidden',
87
- 404: 'Not Found',
88
- 500: 'Server Error',
89
- 501: 'Server Error'
90
- }
91
- });
92
- }
93
-
94
- }
95
-
96
- export class AbpTenantService {
97
- constructor(public readonly httpRequest: BaseHttpRequest) { }
98
-
99
- /**
100
- * @param data The data for the request.
101
- * @param data.name
102
- * @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
103
- * @throws ApiError
104
- */
105
- public getApiAbpMultiTenancyTenantsByNameByName(data: GetApiAbpMultiTenancyTenantsByNameByNameData): CancelablePromise<GetApiAbpMultiTenancyTenantsByNameByNameResponse> {
106
- return this.httpRequest.request({
107
- method: 'GET',
108
- url: '/api/abp/multi-tenancy/tenants/by-name/{name}',
109
- path: {
110
- name: data.name
111
- },
112
- errors: {
113
- 400: 'Bad Request',
114
- 401: 'Unauthorized',
115
- 403: 'Forbidden',
116
- 404: 'Not Found',
117
- 500: 'Server Error',
118
- 501: 'Server Error'
119
- }
120
- });
121
- }
122
-
123
- /**
124
- * @param data The data for the request.
125
- * @param data.id
126
- * @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
127
- * @throws ApiError
128
- */
129
- public getApiAbpMultiTenancyTenantsByIdById(data: GetApiAbpMultiTenancyTenantsByIdByIdData): CancelablePromise<GetApiAbpMultiTenancyTenantsByIdByIdResponse> {
130
- return this.httpRequest.request({
131
- method: 'GET',
132
- url: '/api/abp/multi-tenancy/tenants/by-id/{id}',
133
- path: {
134
- id: data.id
135
- },
136
- errors: {
137
- 400: 'Bad Request',
138
- 401: 'Unauthorized',
139
- 403: 'Forbidden',
140
- 404: 'Not Found',
141
- 500: 'Server Error',
142
- 501: 'Server Error'
143
- }
144
- });
145
- }
146
-
147
- }
148
-
149
- export class AuditLogsService {
150
- constructor(public readonly httpRequest: BaseHttpRequest) { }
151
-
152
- /**
153
- * @param data The data for the request.
154
- * @param data.startTime
155
- * @param data.endTime
156
- * @param data.url
157
- * @param data.clientId
158
- * @param data.userName
159
- * @param data.applicationName
160
- * @param data.clientIpAddress
161
- * @param data.correlationId
162
- * @param data.httpMethod
163
- * @param data.httpStatusCode
164
- * @param data.maxExecutionDuration
165
- * @param data.minExecutionDuration
166
- * @param data.hasException
167
- * @param data.sorting
168
- * @param data.skipCount
169
- * @param data.maxResultCount
170
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_AuditLogging_AuditLogDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
171
- * @throws ApiError
172
- */
173
- public getApiAuditLoggingAuditLogs(data: GetApiAuditLoggingAuditLogsData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsResponse> {
174
- return this.httpRequest.request({
175
- method: 'GET',
176
- url: '/api/audit-logging/audit-logs',
177
- query: {
178
- StartTime: data.startTime,
179
- EndTime: data.endTime,
180
- Url: data.url,
181
- ClientId: data.clientId,
182
- UserName: data.userName,
183
- ApplicationName: data.applicationName,
184
- ClientIpAddress: data.clientIpAddress,
185
- CorrelationId: data.correlationId,
186
- HttpMethod: data.httpMethod,
187
- HttpStatusCode: data.httpStatusCode,
188
- MaxExecutionDuration: data.maxExecutionDuration,
189
- MinExecutionDuration: data.minExecutionDuration,
190
- HasException: data.hasException,
191
- Sorting: data.sorting,
192
- SkipCount: data.skipCount,
193
- MaxResultCount: data.maxResultCount
194
- },
195
- errors: {
196
- 400: 'Bad Request',
197
- 401: 'Unauthorized',
198
- 403: 'Forbidden',
199
- 404: 'Not Found',
200
- 500: 'Server Error',
201
- 501: 'Server Error'
202
- }
203
- });
204
- }
205
-
206
- /**
207
- * @param data The data for the request.
208
- * @param data.id
209
- * @returns Volo_Abp_AuditLogging_AuditLogDto Success
210
- * @throws ApiError
211
- */
212
- public getApiAuditLoggingAuditLogsById(data: GetApiAuditLoggingAuditLogsByIdData): CancelablePromise<GetApiAuditLoggingAuditLogsByIdResponse> {
213
- return this.httpRequest.request({
214
- method: 'GET',
215
- url: '/api/audit-logging/audit-logs/{id}',
216
- path: {
217
- id: data.id
218
- },
219
- errors: {
220
- 400: 'Bad Request',
221
- 401: 'Unauthorized',
222
- 403: 'Forbidden',
223
- 404: 'Not Found',
224
- 500: 'Server Error',
225
- 501: 'Server Error'
226
- }
227
- });
228
- }
229
-
230
- /**
231
- * @param data The data for the request.
232
- * @param data.startDate
233
- * @param data.endDate
234
- * @returns Volo_Abp_AuditLogging_GetErrorRateOutput Success
235
- * @throws ApiError
236
- */
237
- public getApiAuditLoggingAuditLogsStatisticsErrorRate(data: GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse> {
238
- return this.httpRequest.request({
239
- method: 'GET',
240
- url: '/api/audit-logging/audit-logs/statistics/error-rate',
241
- query: {
242
- StartDate: data.startDate,
243
- EndDate: data.endDate
244
- },
245
- errors: {
246
- 400: 'Bad Request',
247
- 401: 'Unauthorized',
248
- 403: 'Forbidden',
249
- 404: 'Not Found',
250
- 500: 'Server Error',
251
- 501: 'Server Error'
252
- }
253
- });
254
- }
255
-
256
- /**
257
- * @param data The data for the request.
258
- * @param data.startDate
259
- * @param data.endDate
260
- * @returns Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput Success
261
- * @throws ApiError
262
- */
263
- public getApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDay(data: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse> {
264
- return this.httpRequest.request({
265
- method: 'GET',
266
- url: '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day',
267
- query: {
268
- StartDate: data.startDate,
269
- EndDate: data.endDate
270
- },
271
- errors: {
272
- 400: 'Bad Request',
273
- 401: 'Unauthorized',
274
- 403: 'Forbidden',
275
- 404: 'Not Found',
276
- 500: 'Server Error',
277
- 501: 'Server Error'
278
- }
279
- });
280
- }
281
-
282
- /**
283
- * @param data The data for the request.
284
- * @param data.auditLogId
285
- * @param data.entityChangeType
286
- * @param data.entityId
287
- * @param data.entityTypeFullName
288
- * @param data.startDate
289
- * @param data.endDate
290
- * @param data.sorting
291
- * @param data.skipCount
292
- * @param data.maxResultCount
293
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_AuditLogging_EntityChangeDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
294
- * @throws ApiError
295
- */
296
- public getApiAuditLoggingAuditLogsEntityChanges(data: GetApiAuditLoggingAuditLogsEntityChangesData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesResponse> {
297
- return this.httpRequest.request({
298
- method: 'GET',
299
- url: '/api/audit-logging/audit-logs/entity-changes',
300
- query: {
301
- AuditLogId: data.auditLogId,
302
- EntityChangeType: data.entityChangeType,
303
- EntityId: data.entityId,
304
- EntityTypeFullName: data.entityTypeFullName,
305
- StartDate: data.startDate,
306
- EndDate: data.endDate,
307
- Sorting: data.sorting,
308
- SkipCount: data.skipCount,
309
- MaxResultCount: data.maxResultCount
310
- },
311
- errors: {
312
- 400: 'Bad Request',
313
- 401: 'Unauthorized',
314
- 403: 'Forbidden',
315
- 404: 'Not Found',
316
- 500: 'Server Error',
317
- 501: 'Server Error'
318
- }
319
- });
320
- }
321
-
322
- /**
323
- * @param data The data for the request.
324
- * @param data.entityId
325
- * @param data.entityTypeFullName
326
- * @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
327
- * @throws ApiError
328
- */
329
- public getApiAuditLoggingAuditLogsEntityChangesWithUsername(data: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse> {
330
- return this.httpRequest.request({
331
- method: 'GET',
332
- url: '/api/audit-logging/audit-logs/entity-changes-with-username',
333
- query: {
334
- EntityId: data.entityId,
335
- EntityTypeFullName: data.entityTypeFullName
336
- },
337
- errors: {
338
- 400: 'Bad Request',
339
- 401: 'Unauthorized',
340
- 403: 'Forbidden',
341
- 404: 'Not Found',
342
- 500: 'Server Error',
343
- 501: 'Server Error'
344
- }
345
- });
346
- }
347
-
348
- /**
349
- * @param data The data for the request.
350
- * @param data.entityChangeId
351
- * @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
352
- * @throws ApiError
353
- */
354
- public getApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse> {
355
- return this.httpRequest.request({
356
- method: 'GET',
357
- url: '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}',
358
- path: {
359
- entityChangeId: data.entityChangeId
360
- },
361
- errors: {
362
- 400: 'Bad Request',
363
- 401: 'Unauthorized',
364
- 403: 'Forbidden',
365
- 404: 'Not Found',
366
- 500: 'Server Error',
367
- 501: 'Server Error'
368
- }
369
- });
370
- }
371
-
372
- /**
373
- * @param data The data for the request.
374
- * @param data.entityChangeId
375
- * @returns Volo_Abp_AuditLogging_EntityChangeDto Success
376
- * @throws ApiError
377
- */
378
- public getApiAuditLoggingAuditLogsEntityChangesByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse> {
379
- return this.httpRequest.request({
380
- method: 'GET',
381
- url: '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}',
382
- path: {
383
- entityChangeId: data.entityChangeId
384
- },
385
- errors: {
386
- 400: 'Bad Request',
387
- 401: 'Unauthorized',
388
- 403: 'Forbidden',
389
- 404: 'Not Found',
390
- 500: 'Server Error',
391
- 501: 'Server Error'
392
- }
393
- });
394
- }
395
-
396
- }
397
-
398
- export class EmailSettingsService {
399
- constructor(public readonly httpRequest: BaseHttpRequest) { }
400
-
401
- /**
402
- * @returns Volo_Abp_SettingManagement_EmailSettingsDto Success
403
- * @throws ApiError
404
- */
405
- public getApiSettingManagementEmailing(): CancelablePromise<GetApiSettingManagementEmailingResponse> {
406
- return this.httpRequest.request({
407
- method: 'GET',
408
- url: '/api/setting-management/emailing',
409
- errors: {
410
- 400: 'Bad Request',
411
- 401: 'Unauthorized',
412
- 403: 'Forbidden',
413
- 404: 'Not Found',
414
- 500: 'Server Error',
415
- 501: 'Server Error'
416
- }
417
- });
418
- }
419
-
420
- /**
421
- * @param data The data for the request.
422
- * @param data.requestBody
423
- * @returns unknown Success
424
- * @throws ApiError
425
- */
426
- public postApiSettingManagementEmailing(data: PostApiSettingManagementEmailingData = {}): CancelablePromise<PostApiSettingManagementEmailingResponse> {
427
- return this.httpRequest.request({
428
- method: 'POST',
429
- url: '/api/setting-management/emailing',
430
- body: data.requestBody,
431
- mediaType: 'application/json',
432
- errors: {
433
- 400: 'Bad Request',
434
- 401: 'Unauthorized',
435
- 403: 'Forbidden',
436
- 404: 'Not Found',
437
- 500: 'Server Error',
438
- 501: 'Server Error'
439
- }
440
- });
441
- }
442
-
443
- /**
444
- * @param data The data for the request.
445
- * @param data.requestBody
446
- * @returns unknown Success
447
- * @throws ApiError
448
- */
449
- public postApiSettingManagementEmailingSendTestEmail(data: PostApiSettingManagementEmailingSendTestEmailData = {}): CancelablePromise<PostApiSettingManagementEmailingSendTestEmailResponse> {
450
- return this.httpRequest.request({
451
- method: 'POST',
452
- url: '/api/setting-management/emailing/send-test-email',
453
- body: data.requestBody,
454
- mediaType: 'application/json',
455
- errors: {
456
- 400: 'Bad Request',
457
- 401: 'Unauthorized',
458
- 403: 'Forbidden',
459
- 404: 'Not Found',
460
- 500: 'Server Error',
461
- 501: 'Server Error'
462
- }
463
- });
464
- }
465
-
466
- }
467
-
468
- export class FeaturesService {
469
- constructor(public readonly httpRequest: BaseHttpRequest) { }
470
-
471
- /**
472
- * @param data The data for the request.
473
- * @param data.providerName
474
- * @param data.providerKey
475
- * @returns Volo_Abp_FeatureManagement_GetFeatureListResultDto Success
476
- * @throws ApiError
477
- */
478
- public getApiFeatureManagementFeatures(data: GetApiFeatureManagementFeaturesData = {}): CancelablePromise<GetApiFeatureManagementFeaturesResponse> {
479
- return this.httpRequest.request({
480
- method: 'GET',
481
- url: '/api/feature-management/features',
482
- query: {
483
- providerName: data.providerName,
484
- providerKey: data.providerKey
485
- },
486
- errors: {
487
- 400: 'Bad Request',
488
- 401: 'Unauthorized',
489
- 403: 'Forbidden',
490
- 404: 'Not Found',
491
- 500: 'Server Error',
492
- 501: 'Server Error'
493
- }
494
- });
495
- }
496
-
497
- /**
498
- * @param data The data for the request.
499
- * @param data.providerName
500
- * @param data.providerKey
501
- * @param data.requestBody
502
- * @returns unknown Success
503
- * @throws ApiError
504
- */
505
- public putApiFeatureManagementFeatures(data: PutApiFeatureManagementFeaturesData = {}): CancelablePromise<PutApiFeatureManagementFeaturesResponse> {
506
- return this.httpRequest.request({
507
- method: 'PUT',
508
- url: '/api/feature-management/features',
509
- query: {
510
- providerName: data.providerName,
511
- providerKey: data.providerKey
512
- },
513
- body: data.requestBody,
514
- mediaType: 'application/json',
515
- errors: {
516
- 400: 'Bad Request',
517
- 401: 'Unauthorized',
518
- 403: 'Forbidden',
519
- 404: 'Not Found',
520
- 500: 'Server Error',
521
- 501: 'Server Error'
522
- }
523
- });
524
- }
525
-
526
- /**
527
- * @param data The data for the request.
528
- * @param data.providerName
529
- * @param data.providerKey
530
- * @returns unknown Success
531
- * @throws ApiError
532
- */
533
- public deleteApiFeatureManagementFeatures(data: DeleteApiFeatureManagementFeaturesData = {}): CancelablePromise<DeleteApiFeatureManagementFeaturesResponse> {
534
- return this.httpRequest.request({
535
- method: 'DELETE',
536
- url: '/api/feature-management/features',
537
- query: {
538
- providerName: data.providerName,
539
- providerKey: data.providerKey
540
- },
541
- errors: {
542
- 400: 'Bad Request',
543
- 401: 'Unauthorized',
544
- 403: 'Forbidden',
545
- 404: 'Not Found',
546
- 500: 'Server Error',
547
- 501: 'Server Error'
548
- }
549
- });
550
- }
551
-
552
- }
553
-
554
- export class GdprRequestService {
555
- constructor(public readonly httpRequest: BaseHttpRequest) { }
556
-
557
- /**
558
- * @returns unknown Success
559
- * @throws ApiError
560
- */
561
- public postApiGdprRequestsPrepareData(): CancelablePromise<PostApiGdprRequestsPrepareDataResponse> {
562
- return this.httpRequest.request({
563
- method: 'POST',
564
- url: '/api/gdpr/requests/prepare-data',
565
- errors: {
566
- 400: 'Bad Request',
567
- 401: 'Unauthorized',
568
- 403: 'Forbidden',
569
- 404: 'Not Found',
570
- 500: 'Server Error',
571
- 501: 'Server Error'
572
- }
573
- });
574
- }
575
-
576
- /**
577
- * @param data The data for the request.
578
- * @param data.id
579
- * @returns Volo_Abp_Gdpr_DownloadTokenResultDto Success
580
- * @throws ApiError
581
- */
582
- public getApiGdprRequestsDownloadToken(data: GetApiGdprRequestsDownloadTokenData = {}): CancelablePromise<GetApiGdprRequestsDownloadTokenResponse> {
583
- return this.httpRequest.request({
584
- method: 'GET',
585
- url: '/api/gdpr/requests/download-token',
586
- query: {
587
- id: data.id
588
- },
589
- errors: {
590
- 400: 'Bad Request',
591
- 401: 'Unauthorized',
592
- 403: 'Forbidden',
593
- 404: 'Not Found',
594
- 500: 'Server Error',
595
- 501: 'Server Error'
596
- }
597
- });
598
- }
599
-
600
- /**
601
- * @param data The data for the request.
602
- * @param data.requestId
603
- * @param data.token
604
- * @returns binary Success
605
- * @throws ApiError
606
- */
607
- public getApiGdprRequestsDataByRequestId(data: GetApiGdprRequestsDataByRequestIdData): CancelablePromise<GetApiGdprRequestsDataByRequestIdResponse> {
608
- return this.httpRequest.request({
609
- method: 'GET',
610
- url: '/api/gdpr/requests/data/{requestId}',
611
- path: {
612
- requestId: data.requestId
613
- },
614
- query: {
615
- token: data.token
616
- },
617
- errors: {
618
- 400: 'Bad Request',
619
- 401: 'Unauthorized',
620
- 403: 'Forbidden',
621
- 404: 'Not Found',
622
- 500: 'Server Error',
623
- 501: 'Server Error'
624
- }
625
- });
626
- }
627
-
628
- /**
629
- * @returns boolean Success
630
- * @throws ApiError
631
- */
632
- public getApiGdprRequestsIsRequestAllowed(): CancelablePromise<GetApiGdprRequestsIsRequestAllowedResponse> {
633
- return this.httpRequest.request({
634
- method: 'GET',
635
- url: '/api/gdpr/requests/is-request-allowed',
636
- errors: {
637
- 400: 'Bad Request',
638
- 401: 'Unauthorized',
639
- 403: 'Forbidden',
640
- 404: 'Not Found',
641
- 500: 'Server Error',
642
- 501: 'Server Error'
643
- }
644
- });
645
- }
646
-
647
- /**
648
- * @param data The data for the request.
649
- * @param data.userId
650
- * @param data.sorting
651
- * @param data.skipCount
652
- * @param data.maxResultCount
653
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_Gdpr_GdprRequestDto__Volo_Abp_Gdpr_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
654
- * @throws ApiError
655
- */
656
- public getApiGdprRequestsList(data: GetApiGdprRequestsListData): CancelablePromise<GetApiGdprRequestsListResponse> {
657
- return this.httpRequest.request({
658
- method: 'GET',
659
- url: '/api/gdpr/requests/list',
660
- query: {
661
- UserId: data.userId,
662
- Sorting: data.sorting,
663
- SkipCount: data.skipCount,
664
- MaxResultCount: data.maxResultCount
665
- },
666
- errors: {
667
- 400: 'Bad Request',
668
- 401: 'Unauthorized',
669
- 403: 'Forbidden',
670
- 404: 'Not Found',
671
- 500: 'Server Error',
672
- 501: 'Server Error'
673
- }
674
- });
675
- }
676
-
677
- /**
678
- * @returns unknown Success
679
- * @throws ApiError
680
- */
681
- public deleteApiGdprRequests(): CancelablePromise<DeleteApiGdprRequestsResponse> {
682
- return this.httpRequest.request({
683
- method: 'DELETE',
684
- url: '/api/gdpr/requests',
685
- errors: {
686
- 400: 'Bad Request',
687
- 401: 'Unauthorized',
688
- 403: 'Forbidden',
689
- 404: 'Not Found',
690
- 500: 'Server Error',
691
- 501: 'Server Error'
692
- }
693
- });
694
- }
695
-
696
- }
697
-
698
- export class LanguagesService {
699
- constructor(public readonly httpRequest: BaseHttpRequest) { }
700
-
701
- /**
702
- * @returns Volo_Abp_Application_Dtos_ListResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
703
- * @throws ApiError
704
- */
705
- public getApiLanguageManagementLanguagesAll(): CancelablePromise<GetApiLanguageManagementLanguagesAllResponse> {
706
- return this.httpRequest.request({
707
- method: 'GET',
708
- url: '/api/language-management/languages/all',
709
- errors: {
710
- 400: 'Bad Request',
711
- 401: 'Unauthorized',
712
- 403: 'Forbidden',
713
- 404: 'Not Found',
714
- 500: 'Server Error',
715
- 501: 'Server Error'
716
- }
717
- });
718
- }
719
-
720
- /**
721
- * @param data The data for the request.
722
- * @param data.filter
723
- * @param data.resourceName
724
- * @param data.baseCultureName
725
- * @param data.targetCultureName
726
- * @param data.getOnlyEmptyValues
727
- * @param data.sorting
728
- * @param data.skipCount
729
- * @param data.maxResultCount
730
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
731
- * @throws ApiError
732
- */
733
- public getApiLanguageManagementLanguages(data: GetApiLanguageManagementLanguagesData = {}): CancelablePromise<GetApiLanguageManagementLanguagesResponse> {
734
- return this.httpRequest.request({
735
- method: 'GET',
736
- url: '/api/language-management/languages',
737
- query: {
738
- Filter: data.filter,
739
- ResourceName: data.resourceName,
740
- BaseCultureName: data.baseCultureName,
741
- TargetCultureName: data.targetCultureName,
742
- GetOnlyEmptyValues: data.getOnlyEmptyValues,
743
- Sorting: data.sorting,
744
- SkipCount: data.skipCount,
745
- MaxResultCount: data.maxResultCount
746
- },
747
- errors: {
748
- 400: 'Bad Request',
749
- 401: 'Unauthorized',
750
- 403: 'Forbidden',
751
- 404: 'Not Found',
752
- 500: 'Server Error',
753
- 501: 'Server Error'
754
- }
755
- });
756
- }
757
-
758
- /**
759
- * @param data The data for the request.
760
- * @param data.requestBody
761
- * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
762
- * @throws ApiError
763
- */
764
- public postApiLanguageManagementLanguages(data: PostApiLanguageManagementLanguagesData = {}): CancelablePromise<PostApiLanguageManagementLanguagesResponse> {
765
- return this.httpRequest.request({
766
- method: 'POST',
767
- url: '/api/language-management/languages',
768
- body: data.requestBody,
769
- mediaType: 'application/json',
770
- errors: {
771
- 400: 'Bad Request',
772
- 401: 'Unauthorized',
773
- 403: 'Forbidden',
774
- 404: 'Not Found',
775
- 500: 'Server Error',
776
- 501: 'Server Error'
777
- }
778
- });
779
- }
780
-
781
- /**
782
- * @param data The data for the request.
783
- * @param data.id
784
- * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
785
- * @throws ApiError
786
- */
787
- public getApiLanguageManagementLanguagesById(data: GetApiLanguageManagementLanguagesByIdData): CancelablePromise<GetApiLanguageManagementLanguagesByIdResponse> {
788
- return this.httpRequest.request({
789
- method: 'GET',
790
- url: '/api/language-management/languages/{id}',
791
- path: {
792
- id: data.id
793
- },
794
- errors: {
795
- 400: 'Bad Request',
796
- 401: 'Unauthorized',
797
- 403: 'Forbidden',
798
- 404: 'Not Found',
799
- 500: 'Server Error',
800
- 501: 'Server Error'
801
- }
802
- });
803
- }
804
-
805
- /**
806
- * @param data The data for the request.
807
- * @param data.id
808
- * @param data.requestBody
809
- * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
810
- * @throws ApiError
811
- */
812
- public putApiLanguageManagementLanguagesById(data: PutApiLanguageManagementLanguagesByIdData): CancelablePromise<PutApiLanguageManagementLanguagesByIdResponse> {
813
- return this.httpRequest.request({
814
- method: 'PUT',
815
- url: '/api/language-management/languages/{id}',
816
- path: {
817
- id: data.id
818
- },
819
- body: data.requestBody,
820
- mediaType: 'application/json',
821
- errors: {
822
- 400: 'Bad Request',
823
- 401: 'Unauthorized',
824
- 403: 'Forbidden',
825
- 404: 'Not Found',
826
- 500: 'Server Error',
827
- 501: 'Server Error'
828
- }
829
- });
830
- }
831
-
832
- /**
833
- * @param data The data for the request.
834
- * @param data.id
835
- * @returns unknown Success
836
- * @throws ApiError
837
- */
838
- public deleteApiLanguageManagementLanguagesById(data: DeleteApiLanguageManagementLanguagesByIdData): CancelablePromise<DeleteApiLanguageManagementLanguagesByIdResponse> {
839
- return this.httpRequest.request({
840
- method: 'DELETE',
841
- url: '/api/language-management/languages/{id}',
842
- path: {
843
- id: data.id
844
- },
845
- errors: {
846
- 400: 'Bad Request',
847
- 401: 'Unauthorized',
848
- 403: 'Forbidden',
849
- 404: 'Not Found',
850
- 500: 'Server Error',
851
- 501: 'Server Error'
852
- }
853
- });
854
- }
855
-
856
- /**
857
- * @param data The data for the request.
858
- * @param data.id
859
- * @returns unknown Success
860
- * @throws ApiError
861
- */
862
- public putApiLanguageManagementLanguagesByIdSetAsDefault(data: PutApiLanguageManagementLanguagesByIdSetAsDefaultData): CancelablePromise<PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse> {
863
- return this.httpRequest.request({
864
- method: 'PUT',
865
- url: '/api/language-management/languages/{id}/set-as-default',
866
- path: {
867
- id: data.id
868
- },
869
- errors: {
870
- 400: 'Bad Request',
871
- 401: 'Unauthorized',
872
- 403: 'Forbidden',
873
- 404: 'Not Found',
874
- 500: 'Server Error',
875
- 501: 'Server Error'
876
- }
877
- });
878
- }
879
-
880
- /**
881
- * @returns Volo_Abp_LanguageManagement_Dto_LanguageResourceDto Success
882
- * @throws ApiError
883
- */
884
- public getApiLanguageManagementLanguagesResources(): CancelablePromise<GetApiLanguageManagementLanguagesResourcesResponse> {
885
- return this.httpRequest.request({
886
- method: 'GET',
887
- url: '/api/language-management/languages/resources',
888
- errors: {
889
- 400: 'Bad Request',
890
- 401: 'Unauthorized',
891
- 403: 'Forbidden',
892
- 404: 'Not Found',
893
- 500: 'Server Error',
894
- 501: 'Server Error'
895
- }
896
- });
897
- }
898
-
899
- /**
900
- * @returns Volo_Abp_LanguageManagement_Dto_CultureInfoDto Success
901
- * @throws ApiError
902
- */
903
- public getApiLanguageManagementLanguagesCultureList(): CancelablePromise<GetApiLanguageManagementLanguagesCultureListResponse> {
904
- return this.httpRequest.request({
905
- method: 'GET',
906
- url: '/api/language-management/languages/culture-list',
907
- errors: {
908
- 400: 'Bad Request',
909
- 401: 'Unauthorized',
910
- 403: 'Forbidden',
911
- 404: 'Not Found',
912
- 500: 'Server Error',
913
- 501: 'Server Error'
914
- }
915
- });
916
- }
917
-
918
- }
919
-
920
- export class LanguageTextsService {
921
- constructor(public readonly httpRequest: BaseHttpRequest) { }
922
-
923
- /**
924
- * @param data The data for the request.
925
- * @param data.filter
926
- * @param data.resourceName
927
- * @param data.baseCultureName
928
- * @param data.targetCultureName
929
- * @param data.getOnlyEmptyValues
930
- * @param data.sorting
931
- * @param data.skipCount
932
- * @param data.maxResultCount
933
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageTextDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
934
- * @throws ApiError
935
- */
936
- public getApiLanguageManagementLanguageTexts(data: GetApiLanguageManagementLanguageTextsData = {}): CancelablePromise<GetApiLanguageManagementLanguageTextsResponse> {
937
- return this.httpRequest.request({
938
- method: 'GET',
939
- url: '/api/language-management/language-texts',
940
- query: {
941
- Filter: data.filter,
942
- ResourceName: data.resourceName,
943
- BaseCultureName: data.baseCultureName,
944
- TargetCultureName: data.targetCultureName,
945
- GetOnlyEmptyValues: data.getOnlyEmptyValues,
946
- Sorting: data.sorting,
947
- SkipCount: data.skipCount,
948
- MaxResultCount: data.maxResultCount
949
- },
950
- errors: {
951
- 400: 'Bad Request',
952
- 401: 'Unauthorized',
953
- 403: 'Forbidden',
954
- 404: 'Not Found',
955
- 500: 'Server Error',
956
- 501: 'Server Error'
957
- }
958
- });
959
- }
960
-
961
- /**
962
- * @param data The data for the request.
963
- * @param data.resourceName
964
- * @param data.cultureName
965
- * @param data.name
966
- * @param data.baseCultureName
967
- * @returns Volo_Abp_LanguageManagement_Dto_LanguageTextDto Success
968
- * @throws ApiError
969
- */
970
- public getApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
971
- return this.httpRequest.request({
972
- method: 'GET',
973
- url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
974
- path: {
975
- resourceName: data.resourceName,
976
- cultureName: data.cultureName,
977
- name: data.name
978
- },
979
- query: {
980
- baseCultureName: data.baseCultureName
981
- },
982
- errors: {
983
- 400: 'Bad Request',
984
- 401: 'Unauthorized',
985
- 403: 'Forbidden',
986
- 404: 'Not Found',
987
- 500: 'Server Error',
988
- 501: 'Server Error'
989
- }
990
- });
991
- }
992
-
993
- /**
994
- * @param data The data for the request.
995
- * @param data.resourceName
996
- * @param data.cultureName
997
- * @param data.name
998
- * @param data.value
999
- * @returns unknown Success
1000
- * @throws ApiError
1001
- */
1002
- public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
1003
- return this.httpRequest.request({
1004
- method: 'PUT',
1005
- url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
1006
- path: {
1007
- resourceName: data.resourceName,
1008
- cultureName: data.cultureName,
1009
- name: data.name
1010
- },
1011
- query: {
1012
- value: data.value
1013
- },
1014
- errors: {
1015
- 400: 'Bad Request',
1016
- 401: 'Unauthorized',
1017
- 403: 'Forbidden',
1018
- 404: 'Not Found',
1019
- 500: 'Server Error',
1020
- 501: 'Server Error'
1021
- }
1022
- });
1023
- }
1024
-
1025
- /**
1026
- * @param data The data for the request.
1027
- * @param data.resourceName
1028
- * @param data.cultureName
1029
- * @param data.name
1030
- * @returns unknown Success
1031
- * @throws ApiError
1032
- */
1033
- public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestore(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse> {
1034
- return this.httpRequest.request({
1035
- method: 'PUT',
1036
- url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore',
1037
- path: {
1038
- resourceName: data.resourceName,
1039
- cultureName: data.cultureName,
1040
- name: data.name
1041
- },
1042
- errors: {
1043
- 400: 'Bad Request',
1044
- 401: 'Unauthorized',
1045
- 403: 'Forbidden',
1046
- 404: 'Not Found',
1047
- 500: 'Server Error',
1048
- 501: 'Server Error'
1049
- }
1050
- });
1051
- }
1052
-
1053
- }
1054
-
1055
- export class PermissionsService {
1056
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1057
-
1058
- /**
1059
- * @param data The data for the request.
1060
- * @param data.providerName
1061
- * @param data.providerKey
1062
- * @returns Volo_Abp_PermissionManagement_GetPermissionListResultDto Success
1063
- * @throws ApiError
1064
- */
1065
- public getApiPermissionManagementPermissions(data: GetApiPermissionManagementPermissionsData = {}): CancelablePromise<GetApiPermissionManagementPermissionsResponse> {
1066
- return this.httpRequest.request({
1067
- method: 'GET',
1068
- url: '/api/permission-management/permissions',
1069
- query: {
1070
- providerName: data.providerName,
1071
- providerKey: data.providerKey
1072
- },
1073
- errors: {
1074
- 400: 'Bad Request',
1075
- 401: 'Unauthorized',
1076
- 403: 'Forbidden',
1077
- 404: 'Not Found',
1078
- 500: 'Server Error',
1079
- 501: 'Server Error'
1080
- }
1081
- });
1082
- }
1083
-
1084
- /**
1085
- * @param data The data for the request.
1086
- * @param data.providerName
1087
- * @param data.providerKey
1088
- * @param data.requestBody
1089
- * @returns unknown Success
1090
- * @throws ApiError
1091
- */
1092
- public putApiPermissionManagementPermissions(data: PutApiPermissionManagementPermissionsData = {}): CancelablePromise<PutApiPermissionManagementPermissionsResponse> {
1093
- return this.httpRequest.request({
1094
- method: 'PUT',
1095
- url: '/api/permission-management/permissions',
1096
- query: {
1097
- providerName: data.providerName,
1098
- providerKey: data.providerKey
1099
- },
1100
- body: data.requestBody,
1101
- mediaType: 'application/json',
1102
- errors: {
1103
- 400: 'Bad Request',
1104
- 401: 'Unauthorized',
1105
- 403: 'Forbidden',
1106
- 404: 'Not Found',
1107
- 500: 'Server Error',
1108
- 501: 'Server Error'
1109
- }
1110
- });
1111
- }
1112
-
1113
- }
1114
-
1115
- export class SettingsService {
1116
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1117
-
1118
- /**
1119
- * @returns Volo_Abp_AuditLogging_AuditLogSettingsDto Success
1120
- * @throws ApiError
1121
- */
1122
- public getApiAuditLoggingSettings(): CancelablePromise<GetApiAuditLoggingSettingsResponse> {
1123
- return this.httpRequest.request({
1124
- method: 'GET',
1125
- url: '/api/audit-logging/settings',
1126
- errors: {
1127
- 400: 'Bad Request',
1128
- 401: 'Unauthorized',
1129
- 403: 'Forbidden',
1130
- 404: 'Not Found',
1131
- 500: 'Server Error',
1132
- 501: 'Server Error'
1133
- }
1134
- });
1135
- }
1136
-
1137
- /**
1138
- * @param data The data for the request.
1139
- * @param data.requestBody
1140
- * @returns unknown Success
1141
- * @throws ApiError
1142
- */
1143
- public putApiAuditLoggingSettings(data: PutApiAuditLoggingSettingsData = {}): CancelablePromise<PutApiAuditLoggingSettingsResponse> {
1144
- return this.httpRequest.request({
1145
- method: 'PUT',
1146
- url: '/api/audit-logging/settings',
1147
- body: data.requestBody,
1148
- mediaType: 'application/json',
1149
- errors: {
1150
- 400: 'Bad Request',
1151
- 401: 'Unauthorized',
1152
- 403: 'Forbidden',
1153
- 404: 'Not Found',
1154
- 500: 'Server Error',
1155
- 501: 'Server Error'
1156
- }
1157
- });
1158
- }
1159
-
1160
- /**
1161
- * @returns Volo_Abp_AuditLogging_AuditLogGlobalSettingsDto Success
1162
- * @throws ApiError
1163
- */
1164
- public getApiAuditLoggingSettingsGlobal(): CancelablePromise<GetApiAuditLoggingSettingsGlobalResponse> {
1165
- return this.httpRequest.request({
1166
- method: 'GET',
1167
- url: '/api/audit-logging/settings/global',
1168
- errors: {
1169
- 400: 'Bad Request',
1170
- 401: 'Unauthorized',
1171
- 403: 'Forbidden',
1172
- 404: 'Not Found',
1173
- 500: 'Server Error',
1174
- 501: 'Server Error'
1175
- }
1176
- });
1177
- }
1178
-
1179
- /**
1180
- * @param data The data for the request.
1181
- * @param data.requestBody
1182
- * @returns unknown Success
1183
- * @throws ApiError
1184
- */
1185
- public putApiAuditLoggingSettingsGlobal(data: PutApiAuditLoggingSettingsGlobalData = {}): CancelablePromise<PutApiAuditLoggingSettingsGlobalResponse> {
1186
- return this.httpRequest.request({
1187
- method: 'PUT',
1188
- url: '/api/audit-logging/settings/global',
1189
- body: data.requestBody,
1190
- mediaType: 'application/json',
1191
- errors: {
1192
- 400: 'Bad Request',
1193
- 401: 'Unauthorized',
1194
- 403: 'Forbidden',
1195
- 404: 'Not Found',
1196
- 500: 'Server Error',
1197
- 501: 'Server Error'
1198
- }
1199
- });
1200
- }
1201
-
1202
- }
1203
-
1204
- export class TextTemplateContentsService {
1205
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1206
-
1207
- /**
1208
- * @param data The data for the request.
1209
- * @param data.templateName
1210
- * @param data.cultureName
1211
- * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
1212
- * @throws ApiError
1213
- */
1214
- public getApiTextTemplateManagementTemplateContents(data: GetApiTextTemplateManagementTemplateContentsData): CancelablePromise<GetApiTextTemplateManagementTemplateContentsResponse> {
1215
- return this.httpRequest.request({
1216
- method: 'GET',
1217
- url: '/api/text-template-management/template-contents',
1218
- query: {
1219
- TemplateName: data.templateName,
1220
- CultureName: data.cultureName
1221
- },
1222
- errors: {
1223
- 400: 'Bad Request',
1224
- 401: 'Unauthorized',
1225
- 403: 'Forbidden',
1226
- 404: 'Not Found',
1227
- 500: 'Server Error',
1228
- 501: 'Server Error'
1229
- }
1230
- });
1231
- }
1232
-
1233
- /**
1234
- * @param data The data for the request.
1235
- * @param data.requestBody
1236
- * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
1237
- * @throws ApiError
1238
- */
1239
- public putApiTextTemplateManagementTemplateContents(data: PutApiTextTemplateManagementTemplateContentsData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsResponse> {
1240
- return this.httpRequest.request({
1241
- method: 'PUT',
1242
- url: '/api/text-template-management/template-contents',
1243
- body: data.requestBody,
1244
- mediaType: 'application/json',
1245
- errors: {
1246
- 400: 'Bad Request',
1247
- 401: 'Unauthorized',
1248
- 403: 'Forbidden',
1249
- 404: 'Not Found',
1250
- 500: 'Server Error',
1251
- 501: 'Server Error'
1252
- }
1253
- });
1254
- }
1255
-
1256
- /**
1257
- * @param data The data for the request.
1258
- * @param data.requestBody
1259
- * @returns unknown Success
1260
- * @throws ApiError
1261
- */
1262
- public putApiTextTemplateManagementTemplateContentsRestoreToDefault(data: PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse> {
1263
- return this.httpRequest.request({
1264
- method: 'PUT',
1265
- url: '/api/text-template-management/template-contents/restore-to-default',
1266
- body: data.requestBody,
1267
- mediaType: 'application/json',
1268
- errors: {
1269
- 400: 'Bad Request',
1270
- 401: 'Unauthorized',
1271
- 403: 'Forbidden',
1272
- 404: 'Not Found',
1273
- 500: 'Server Error',
1274
- 501: 'Server Error'
1275
- }
1276
- });
1277
- }
1278
-
1279
- }
1280
-
1281
- export class TextTemplateDefinitionsService {
1282
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1283
-
1284
- /**
1285
- * @param data The data for the request.
1286
- * @param data.filterText
1287
- * @param data.sorting
1288
- * @param data.skipCount
1289
- * @param data.maxResultCount
1290
- * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto__Volo_Abp_TextTemplateManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
1291
- * @throws ApiError
1292
- */
1293
- public getApiTextTemplateManagementTemplateDefinitions(data: GetApiTextTemplateManagementTemplateDefinitionsData = {}): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsResponse> {
1294
- return this.httpRequest.request({
1295
- method: 'GET',
1296
- url: '/api/text-template-management/template-definitions',
1297
- query: {
1298
- FilterText: data.filterText,
1299
- Sorting: data.sorting,
1300
- SkipCount: data.skipCount,
1301
- MaxResultCount: data.maxResultCount
1302
- },
1303
- errors: {
1304
- 400: 'Bad Request',
1305
- 401: 'Unauthorized',
1306
- 403: 'Forbidden',
1307
- 404: 'Not Found',
1308
- 500: 'Server Error',
1309
- 501: 'Server Error'
1310
- }
1311
- });
1312
- }
1313
-
1314
- /**
1315
- * @param data The data for the request.
1316
- * @param data.name
1317
- * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto Success
1318
- * @throws ApiError
1319
- */
1320
- public getApiTextTemplateManagementTemplateDefinitionsByName(data: GetApiTextTemplateManagementTemplateDefinitionsByNameData): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsByNameResponse> {
1321
- return this.httpRequest.request({
1322
- method: 'GET',
1323
- url: '/api/text-template-management/template-definitions/{name}',
1324
- path: {
1325
- name: data.name
1326
- },
1327
- errors: {
1328
- 400: 'Bad Request',
1329
- 401: 'Unauthorized',
1330
- 403: 'Forbidden',
1331
- 404: 'Not Found',
1332
- 500: 'Server Error',
1333
- 501: 'Server Error'
1334
- }
1335
- });
1336
- }
1337
-
1338
- }
1339
-
1340
- export class TimeZoneSettingsService {
1341
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1342
-
1343
- /**
1344
- * @returns string Success
1345
- * @throws ApiError
1346
- */
1347
- public getApiSettingManagementTimezone(): CancelablePromise<GetApiSettingManagementTimezoneResponse> {
1348
- return this.httpRequest.request({
1349
- method: 'GET',
1350
- url: '/api/setting-management/timezone',
1351
- errors: {
1352
- 400: 'Bad Request',
1353
- 401: 'Unauthorized',
1354
- 403: 'Forbidden',
1355
- 404: 'Not Found',
1356
- 500: 'Server Error',
1357
- 501: 'Server Error'
1358
- }
1359
- });
1360
- }
1361
-
1362
- /**
1363
- * @param data The data for the request.
1364
- * @param data.timezone
1365
- * @returns unknown Success
1366
- * @throws ApiError
1367
- */
1368
- public postApiSettingManagementTimezone(data: PostApiSettingManagementTimezoneData = {}): CancelablePromise<PostApiSettingManagementTimezoneResponse> {
1369
- return this.httpRequest.request({
1370
- method: 'POST',
1371
- url: '/api/setting-management/timezone',
1372
- query: {
1373
- timezone: data.timezone
1374
- },
1375
- errors: {
1376
- 400: 'Bad Request',
1377
- 401: 'Unauthorized',
1378
- 403: 'Forbidden',
1379
- 404: 'Not Found',
1380
- 500: 'Server Error',
1381
- 501: 'Server Error'
1382
- }
1383
- });
1384
- }
1385
-
1386
- /**
1387
- * @returns Volo_Abp_NameValue Success
1388
- * @throws ApiError
1389
- */
1390
- public getApiSettingManagementTimezoneTimezones(): CancelablePromise<GetApiSettingManagementTimezoneTimezonesResponse> {
1391
- return this.httpRequest.request({
1392
- method: 'GET',
1393
- url: '/api/setting-management/timezone/timezones',
1394
- errors: {
1395
- 400: 'Bad Request',
1396
- 401: 'Unauthorized',
1397
- 403: 'Forbidden',
1398
- 404: 'Not Found',
1399
- 500: 'Server Error',
1400
- 501: 'Server Error'
1401
- }
1402
- });
1403
- }
1404
-
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ import type { CancelablePromise } from './core/CancelablePromise';
4
+ import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, GetApiFeatureManagementFeaturesData, GetApiFeatureManagementFeaturesResponse, PutApiFeatureManagementFeaturesData, PutApiFeatureManagementFeaturesResponse, DeleteApiFeatureManagementFeaturesData, DeleteApiFeatureManagementFeaturesResponse, PostApiGdprRequestsPrepareDataResponse, GetApiGdprRequestsDownloadTokenData, GetApiGdprRequestsDownloadTokenResponse, GetApiGdprRequestsDataByRequestIdData, GetApiGdprRequestsDataByRequestIdResponse, GetApiGdprRequestsIsRequestAllowedResponse, GetApiGdprRequestsListData, GetApiGdprRequestsListResponse, DeleteApiGdprRequestsResponse, GetApiLanguageManagementLanguagesAllResponse, GetApiLanguageManagementLanguagesData, GetApiLanguageManagementLanguagesResponse, PostApiLanguageManagementLanguagesData, PostApiLanguageManagementLanguagesResponse, GetApiLanguageManagementLanguagesByIdData, GetApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdData, PutApiLanguageManagementLanguagesByIdResponse, DeleteApiLanguageManagementLanguagesByIdData, DeleteApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdSetAsDefaultData, PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse, GetApiLanguageManagementLanguagesResourcesResponse, GetApiLanguageManagementLanguagesCultureListResponse, GetApiLanguageManagementLanguageTextsData, GetApiLanguageManagementLanguageTextsResponse, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse, GetApiPermissionManagementPermissionsData, GetApiPermissionManagementPermissionsResponse, PutApiPermissionManagementPermissionsData, PutApiPermissionManagementPermissionsResponse, GetApiAuditLoggingSettingsResponse, PutApiAuditLoggingSettingsData, PutApiAuditLoggingSettingsResponse, GetApiAuditLoggingSettingsGlobalResponse, PutApiAuditLoggingSettingsGlobalData, PutApiAuditLoggingSettingsGlobalResponse, GetApiTextTemplateManagementTemplateContentsData, GetApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsData, PutApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse, GetApiTextTemplateManagementTemplateDefinitionsData, GetApiTextTemplateManagementTemplateDefinitionsResponse, GetApiTextTemplateManagementTemplateDefinitionsByNameData, GetApiTextTemplateManagementTemplateDefinitionsByNameResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse } from './types.gen';
6
+
7
+ export class AbpApiDefinitionService {
8
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
9
+
10
+ /**
11
+ * @param data The data for the request.
12
+ * @param data.includeTypes
13
+ * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
+ * @throws ApiError
15
+ */
16
+ public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
+ return this.httpRequest.request({
18
+ method: 'GET',
19
+ url: '/api/abp/api-definition',
20
+ query: {
21
+ IncludeTypes: data.includeTypes
22
+ },
23
+ errors: {
24
+ 400: 'Bad Request',
25
+ 401: 'Unauthorized',
26
+ 403: 'Forbidden',
27
+ 404: 'Not Found',
28
+ 500: 'Server Error',
29
+ 501: 'Server Error'
30
+ }
31
+ });
32
+ }
33
+
34
+ }
35
+
36
+ export class AbpApplicationConfigurationService {
37
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
38
+
39
+ /**
40
+ * @param data The data for the request.
41
+ * @param data.includeLocalizationResources
42
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
+ * @throws ApiError
44
+ */
45
+ public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
+ return this.httpRequest.request({
47
+ method: 'GET',
48
+ url: '/api/abp/application-configuration',
49
+ query: {
50
+ IncludeLocalizationResources: data.includeLocalizationResources
51
+ },
52
+ errors: {
53
+ 400: 'Bad Request',
54
+ 401: 'Unauthorized',
55
+ 403: 'Forbidden',
56
+ 404: 'Not Found',
57
+ 500: 'Server Error',
58
+ 501: 'Server Error'
59
+ }
60
+ });
61
+ }
62
+
63
+ }
64
+
65
+ export class AbpApplicationLocalizationService {
66
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
67
+
68
+ /**
69
+ * @param data The data for the request.
70
+ * @param data.cultureName
71
+ * @param data.onlyDynamics
72
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
+ * @throws ApiError
74
+ */
75
+ public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
+ return this.httpRequest.request({
77
+ method: 'GET',
78
+ url: '/api/abp/application-localization',
79
+ query: {
80
+ CultureName: data.cultureName,
81
+ OnlyDynamics: data.onlyDynamics
82
+ },
83
+ errors: {
84
+ 400: 'Bad Request',
85
+ 401: 'Unauthorized',
86
+ 403: 'Forbidden',
87
+ 404: 'Not Found',
88
+ 500: 'Server Error',
89
+ 501: 'Server Error'
90
+ }
91
+ });
92
+ }
93
+
94
+ }
95
+
96
+ export class AbpTenantService {
97
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
98
+
99
+ /**
100
+ * @param data The data for the request.
101
+ * @param data.name
102
+ * @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
103
+ * @throws ApiError
104
+ */
105
+ public getApiAbpMultiTenancyTenantsByNameByName(data: GetApiAbpMultiTenancyTenantsByNameByNameData): CancelablePromise<GetApiAbpMultiTenancyTenantsByNameByNameResponse> {
106
+ return this.httpRequest.request({
107
+ method: 'GET',
108
+ url: '/api/abp/multi-tenancy/tenants/by-name/{name}',
109
+ path: {
110
+ name: data.name
111
+ },
112
+ errors: {
113
+ 400: 'Bad Request',
114
+ 401: 'Unauthorized',
115
+ 403: 'Forbidden',
116
+ 404: 'Not Found',
117
+ 500: 'Server Error',
118
+ 501: 'Server Error'
119
+ }
120
+ });
121
+ }
122
+
123
+ /**
124
+ * @param data The data for the request.
125
+ * @param data.id
126
+ * @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
127
+ * @throws ApiError
128
+ */
129
+ public getApiAbpMultiTenancyTenantsByIdById(data: GetApiAbpMultiTenancyTenantsByIdByIdData): CancelablePromise<GetApiAbpMultiTenancyTenantsByIdByIdResponse> {
130
+ return this.httpRequest.request({
131
+ method: 'GET',
132
+ url: '/api/abp/multi-tenancy/tenants/by-id/{id}',
133
+ path: {
134
+ id: data.id
135
+ },
136
+ errors: {
137
+ 400: 'Bad Request',
138
+ 401: 'Unauthorized',
139
+ 403: 'Forbidden',
140
+ 404: 'Not Found',
141
+ 500: 'Server Error',
142
+ 501: 'Server Error'
143
+ }
144
+ });
145
+ }
146
+
147
+ }
148
+
149
+ export class AuditLogsService {
150
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
151
+
152
+ /**
153
+ * @param data The data for the request.
154
+ * @param data.startTime
155
+ * @param data.endTime
156
+ * @param data.url
157
+ * @param data.clientId
158
+ * @param data.userName
159
+ * @param data.applicationName
160
+ * @param data.clientIpAddress
161
+ * @param data.correlationId
162
+ * @param data.httpMethod
163
+ * @param data.httpStatusCode
164
+ * @param data.maxExecutionDuration
165
+ * @param data.minExecutionDuration
166
+ * @param data.hasException
167
+ * @param data.sorting
168
+ * @param data.skipCount
169
+ * @param data.maxResultCount
170
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_AuditLogging_AuditLogDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
171
+ * @throws ApiError
172
+ */
173
+ public getApiAuditLoggingAuditLogs(data: GetApiAuditLoggingAuditLogsData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsResponse> {
174
+ return this.httpRequest.request({
175
+ method: 'GET',
176
+ url: '/api/audit-logging/audit-logs',
177
+ query: {
178
+ StartTime: data.startTime,
179
+ EndTime: data.endTime,
180
+ Url: data.url,
181
+ ClientId: data.clientId,
182
+ UserName: data.userName,
183
+ ApplicationName: data.applicationName,
184
+ ClientIpAddress: data.clientIpAddress,
185
+ CorrelationId: data.correlationId,
186
+ HttpMethod: data.httpMethod,
187
+ HttpStatusCode: data.httpStatusCode,
188
+ MaxExecutionDuration: data.maxExecutionDuration,
189
+ MinExecutionDuration: data.minExecutionDuration,
190
+ HasException: data.hasException,
191
+ Sorting: data.sorting,
192
+ SkipCount: data.skipCount,
193
+ MaxResultCount: data.maxResultCount
194
+ },
195
+ errors: {
196
+ 400: 'Bad Request',
197
+ 401: 'Unauthorized',
198
+ 403: 'Forbidden',
199
+ 404: 'Not Found',
200
+ 500: 'Server Error',
201
+ 501: 'Server Error'
202
+ }
203
+ });
204
+ }
205
+
206
+ /**
207
+ * @param data The data for the request.
208
+ * @param data.id
209
+ * @returns Volo_Abp_AuditLogging_AuditLogDto Success
210
+ * @throws ApiError
211
+ */
212
+ public getApiAuditLoggingAuditLogsById(data: GetApiAuditLoggingAuditLogsByIdData): CancelablePromise<GetApiAuditLoggingAuditLogsByIdResponse> {
213
+ return this.httpRequest.request({
214
+ method: 'GET',
215
+ url: '/api/audit-logging/audit-logs/{id}',
216
+ path: {
217
+ id: data.id
218
+ },
219
+ errors: {
220
+ 400: 'Bad Request',
221
+ 401: 'Unauthorized',
222
+ 403: 'Forbidden',
223
+ 404: 'Not Found',
224
+ 500: 'Server Error',
225
+ 501: 'Server Error'
226
+ }
227
+ });
228
+ }
229
+
230
+ /**
231
+ * @param data The data for the request.
232
+ * @param data.startDate
233
+ * @param data.endDate
234
+ * @returns Volo_Abp_AuditLogging_GetErrorRateOutput Success
235
+ * @throws ApiError
236
+ */
237
+ public getApiAuditLoggingAuditLogsStatisticsErrorRate(data: GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse> {
238
+ return this.httpRequest.request({
239
+ method: 'GET',
240
+ url: '/api/audit-logging/audit-logs/statistics/error-rate',
241
+ query: {
242
+ StartDate: data.startDate,
243
+ EndDate: data.endDate
244
+ },
245
+ errors: {
246
+ 400: 'Bad Request',
247
+ 401: 'Unauthorized',
248
+ 403: 'Forbidden',
249
+ 404: 'Not Found',
250
+ 500: 'Server Error',
251
+ 501: 'Server Error'
252
+ }
253
+ });
254
+ }
255
+
256
+ /**
257
+ * @param data The data for the request.
258
+ * @param data.startDate
259
+ * @param data.endDate
260
+ * @returns Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput Success
261
+ * @throws ApiError
262
+ */
263
+ public getApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDay(data: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse> {
264
+ return this.httpRequest.request({
265
+ method: 'GET',
266
+ url: '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day',
267
+ query: {
268
+ StartDate: data.startDate,
269
+ EndDate: data.endDate
270
+ },
271
+ errors: {
272
+ 400: 'Bad Request',
273
+ 401: 'Unauthorized',
274
+ 403: 'Forbidden',
275
+ 404: 'Not Found',
276
+ 500: 'Server Error',
277
+ 501: 'Server Error'
278
+ }
279
+ });
280
+ }
281
+
282
+ /**
283
+ * @param data The data for the request.
284
+ * @param data.auditLogId
285
+ * @param data.entityChangeType
286
+ * @param data.entityId
287
+ * @param data.entityTypeFullName
288
+ * @param data.startDate
289
+ * @param data.endDate
290
+ * @param data.sorting
291
+ * @param data.skipCount
292
+ * @param data.maxResultCount
293
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_AuditLogging_EntityChangeDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
294
+ * @throws ApiError
295
+ */
296
+ public getApiAuditLoggingAuditLogsEntityChanges(data: GetApiAuditLoggingAuditLogsEntityChangesData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesResponse> {
297
+ return this.httpRequest.request({
298
+ method: 'GET',
299
+ url: '/api/audit-logging/audit-logs/entity-changes',
300
+ query: {
301
+ AuditLogId: data.auditLogId,
302
+ EntityChangeType: data.entityChangeType,
303
+ EntityId: data.entityId,
304
+ EntityTypeFullName: data.entityTypeFullName,
305
+ StartDate: data.startDate,
306
+ EndDate: data.endDate,
307
+ Sorting: data.sorting,
308
+ SkipCount: data.skipCount,
309
+ MaxResultCount: data.maxResultCount
310
+ },
311
+ errors: {
312
+ 400: 'Bad Request',
313
+ 401: 'Unauthorized',
314
+ 403: 'Forbidden',
315
+ 404: 'Not Found',
316
+ 500: 'Server Error',
317
+ 501: 'Server Error'
318
+ }
319
+ });
320
+ }
321
+
322
+ /**
323
+ * @param data The data for the request.
324
+ * @param data.entityId
325
+ * @param data.entityTypeFullName
326
+ * @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
327
+ * @throws ApiError
328
+ */
329
+ public getApiAuditLoggingAuditLogsEntityChangesWithUsername(data: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse> {
330
+ return this.httpRequest.request({
331
+ method: 'GET',
332
+ url: '/api/audit-logging/audit-logs/entity-changes-with-username',
333
+ query: {
334
+ EntityId: data.entityId,
335
+ EntityTypeFullName: data.entityTypeFullName
336
+ },
337
+ errors: {
338
+ 400: 'Bad Request',
339
+ 401: 'Unauthorized',
340
+ 403: 'Forbidden',
341
+ 404: 'Not Found',
342
+ 500: 'Server Error',
343
+ 501: 'Server Error'
344
+ }
345
+ });
346
+ }
347
+
348
+ /**
349
+ * @param data The data for the request.
350
+ * @param data.entityChangeId
351
+ * @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
352
+ * @throws ApiError
353
+ */
354
+ public getApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse> {
355
+ return this.httpRequest.request({
356
+ method: 'GET',
357
+ url: '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}',
358
+ path: {
359
+ entityChangeId: data.entityChangeId
360
+ },
361
+ errors: {
362
+ 400: 'Bad Request',
363
+ 401: 'Unauthorized',
364
+ 403: 'Forbidden',
365
+ 404: 'Not Found',
366
+ 500: 'Server Error',
367
+ 501: 'Server Error'
368
+ }
369
+ });
370
+ }
371
+
372
+ /**
373
+ * @param data The data for the request.
374
+ * @param data.entityChangeId
375
+ * @returns Volo_Abp_AuditLogging_EntityChangeDto Success
376
+ * @throws ApiError
377
+ */
378
+ public getApiAuditLoggingAuditLogsEntityChangesByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse> {
379
+ return this.httpRequest.request({
380
+ method: 'GET',
381
+ url: '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}',
382
+ path: {
383
+ entityChangeId: data.entityChangeId
384
+ },
385
+ errors: {
386
+ 400: 'Bad Request',
387
+ 401: 'Unauthorized',
388
+ 403: 'Forbidden',
389
+ 404: 'Not Found',
390
+ 500: 'Server Error',
391
+ 501: 'Server Error'
392
+ }
393
+ });
394
+ }
395
+
396
+ }
397
+
398
+ export class EmailSettingsService {
399
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
400
+
401
+ /**
402
+ * @returns Volo_Abp_SettingManagement_EmailSettingsDto Success
403
+ * @throws ApiError
404
+ */
405
+ public getApiSettingManagementEmailing(): CancelablePromise<GetApiSettingManagementEmailingResponse> {
406
+ return this.httpRequest.request({
407
+ method: 'GET',
408
+ url: '/api/setting-management/emailing',
409
+ errors: {
410
+ 400: 'Bad Request',
411
+ 401: 'Unauthorized',
412
+ 403: 'Forbidden',
413
+ 404: 'Not Found',
414
+ 500: 'Server Error',
415
+ 501: 'Server Error'
416
+ }
417
+ });
418
+ }
419
+
420
+ /**
421
+ * @param data The data for the request.
422
+ * @param data.requestBody
423
+ * @returns unknown Success
424
+ * @throws ApiError
425
+ */
426
+ public postApiSettingManagementEmailing(data: PostApiSettingManagementEmailingData = {}): CancelablePromise<PostApiSettingManagementEmailingResponse> {
427
+ return this.httpRequest.request({
428
+ method: 'POST',
429
+ url: '/api/setting-management/emailing',
430
+ body: data.requestBody,
431
+ mediaType: 'application/json',
432
+ errors: {
433
+ 400: 'Bad Request',
434
+ 401: 'Unauthorized',
435
+ 403: 'Forbidden',
436
+ 404: 'Not Found',
437
+ 500: 'Server Error',
438
+ 501: 'Server Error'
439
+ }
440
+ });
441
+ }
442
+
443
+ /**
444
+ * @param data The data for the request.
445
+ * @param data.requestBody
446
+ * @returns unknown Success
447
+ * @throws ApiError
448
+ */
449
+ public postApiSettingManagementEmailingSendTestEmail(data: PostApiSettingManagementEmailingSendTestEmailData = {}): CancelablePromise<PostApiSettingManagementEmailingSendTestEmailResponse> {
450
+ return this.httpRequest.request({
451
+ method: 'POST',
452
+ url: '/api/setting-management/emailing/send-test-email',
453
+ body: data.requestBody,
454
+ mediaType: 'application/json',
455
+ errors: {
456
+ 400: 'Bad Request',
457
+ 401: 'Unauthorized',
458
+ 403: 'Forbidden',
459
+ 404: 'Not Found',
460
+ 500: 'Server Error',
461
+ 501: 'Server Error'
462
+ }
463
+ });
464
+ }
465
+
466
+ }
467
+
468
+ export class FeaturesService {
469
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
470
+
471
+ /**
472
+ * @param data The data for the request.
473
+ * @param data.providerName
474
+ * @param data.providerKey
475
+ * @returns Volo_Abp_FeatureManagement_GetFeatureListResultDto Success
476
+ * @throws ApiError
477
+ */
478
+ public getApiFeatureManagementFeatures(data: GetApiFeatureManagementFeaturesData = {}): CancelablePromise<GetApiFeatureManagementFeaturesResponse> {
479
+ return this.httpRequest.request({
480
+ method: 'GET',
481
+ url: '/api/feature-management/features',
482
+ query: {
483
+ providerName: data.providerName,
484
+ providerKey: data.providerKey
485
+ },
486
+ errors: {
487
+ 400: 'Bad Request',
488
+ 401: 'Unauthorized',
489
+ 403: 'Forbidden',
490
+ 404: 'Not Found',
491
+ 500: 'Server Error',
492
+ 501: 'Server Error'
493
+ }
494
+ });
495
+ }
496
+
497
+ /**
498
+ * @param data The data for the request.
499
+ * @param data.providerName
500
+ * @param data.providerKey
501
+ * @param data.requestBody
502
+ * @returns unknown Success
503
+ * @throws ApiError
504
+ */
505
+ public putApiFeatureManagementFeatures(data: PutApiFeatureManagementFeaturesData = {}): CancelablePromise<PutApiFeatureManagementFeaturesResponse> {
506
+ return this.httpRequest.request({
507
+ method: 'PUT',
508
+ url: '/api/feature-management/features',
509
+ query: {
510
+ providerName: data.providerName,
511
+ providerKey: data.providerKey
512
+ },
513
+ body: data.requestBody,
514
+ mediaType: 'application/json',
515
+ errors: {
516
+ 400: 'Bad Request',
517
+ 401: 'Unauthorized',
518
+ 403: 'Forbidden',
519
+ 404: 'Not Found',
520
+ 500: 'Server Error',
521
+ 501: 'Server Error'
522
+ }
523
+ });
524
+ }
525
+
526
+ /**
527
+ * @param data The data for the request.
528
+ * @param data.providerName
529
+ * @param data.providerKey
530
+ * @returns unknown Success
531
+ * @throws ApiError
532
+ */
533
+ public deleteApiFeatureManagementFeatures(data: DeleteApiFeatureManagementFeaturesData = {}): CancelablePromise<DeleteApiFeatureManagementFeaturesResponse> {
534
+ return this.httpRequest.request({
535
+ method: 'DELETE',
536
+ url: '/api/feature-management/features',
537
+ query: {
538
+ providerName: data.providerName,
539
+ providerKey: data.providerKey
540
+ },
541
+ errors: {
542
+ 400: 'Bad Request',
543
+ 401: 'Unauthorized',
544
+ 403: 'Forbidden',
545
+ 404: 'Not Found',
546
+ 500: 'Server Error',
547
+ 501: 'Server Error'
548
+ }
549
+ });
550
+ }
551
+
552
+ }
553
+
554
+ export class GdprRequestService {
555
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
556
+
557
+ /**
558
+ * @returns unknown Success
559
+ * @throws ApiError
560
+ */
561
+ public postApiGdprRequestsPrepareData(): CancelablePromise<PostApiGdprRequestsPrepareDataResponse> {
562
+ return this.httpRequest.request({
563
+ method: 'POST',
564
+ url: '/api/gdpr/requests/prepare-data',
565
+ errors: {
566
+ 400: 'Bad Request',
567
+ 401: 'Unauthorized',
568
+ 403: 'Forbidden',
569
+ 404: 'Not Found',
570
+ 500: 'Server Error',
571
+ 501: 'Server Error'
572
+ }
573
+ });
574
+ }
575
+
576
+ /**
577
+ * @param data The data for the request.
578
+ * @param data.id
579
+ * @returns Volo_Abp_Gdpr_DownloadTokenResultDto Success
580
+ * @throws ApiError
581
+ */
582
+ public getApiGdprRequestsDownloadToken(data: GetApiGdprRequestsDownloadTokenData = {}): CancelablePromise<GetApiGdprRequestsDownloadTokenResponse> {
583
+ return this.httpRequest.request({
584
+ method: 'GET',
585
+ url: '/api/gdpr/requests/download-token',
586
+ query: {
587
+ id: data.id
588
+ },
589
+ errors: {
590
+ 400: 'Bad Request',
591
+ 401: 'Unauthorized',
592
+ 403: 'Forbidden',
593
+ 404: 'Not Found',
594
+ 500: 'Server Error',
595
+ 501: 'Server Error'
596
+ }
597
+ });
598
+ }
599
+
600
+ /**
601
+ * @param data The data for the request.
602
+ * @param data.requestId
603
+ * @param data.token
604
+ * @returns binary Success
605
+ * @throws ApiError
606
+ */
607
+ public getApiGdprRequestsDataByRequestId(data: GetApiGdprRequestsDataByRequestIdData): CancelablePromise<GetApiGdprRequestsDataByRequestIdResponse> {
608
+ return this.httpRequest.request({
609
+ method: 'GET',
610
+ url: '/api/gdpr/requests/data/{requestId}',
611
+ path: {
612
+ requestId: data.requestId
613
+ },
614
+ query: {
615
+ token: data.token
616
+ },
617
+ errors: {
618
+ 400: 'Bad Request',
619
+ 401: 'Unauthorized',
620
+ 403: 'Forbidden',
621
+ 404: 'Not Found',
622
+ 500: 'Server Error',
623
+ 501: 'Server Error'
624
+ }
625
+ });
626
+ }
627
+
628
+ /**
629
+ * @returns boolean Success
630
+ * @throws ApiError
631
+ */
632
+ public getApiGdprRequestsIsRequestAllowed(): CancelablePromise<GetApiGdprRequestsIsRequestAllowedResponse> {
633
+ return this.httpRequest.request({
634
+ method: 'GET',
635
+ url: '/api/gdpr/requests/is-request-allowed',
636
+ errors: {
637
+ 400: 'Bad Request',
638
+ 401: 'Unauthorized',
639
+ 403: 'Forbidden',
640
+ 404: 'Not Found',
641
+ 500: 'Server Error',
642
+ 501: 'Server Error'
643
+ }
644
+ });
645
+ }
646
+
647
+ /**
648
+ * @param data The data for the request.
649
+ * @param data.userId
650
+ * @param data.sorting
651
+ * @param data.skipCount
652
+ * @param data.maxResultCount
653
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_Gdpr_GdprRequestDto__Volo_Abp_Gdpr_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
654
+ * @throws ApiError
655
+ */
656
+ public getApiGdprRequestsList(data: GetApiGdprRequestsListData): CancelablePromise<GetApiGdprRequestsListResponse> {
657
+ return this.httpRequest.request({
658
+ method: 'GET',
659
+ url: '/api/gdpr/requests/list',
660
+ query: {
661
+ UserId: data.userId,
662
+ Sorting: data.sorting,
663
+ SkipCount: data.skipCount,
664
+ MaxResultCount: data.maxResultCount
665
+ },
666
+ errors: {
667
+ 400: 'Bad Request',
668
+ 401: 'Unauthorized',
669
+ 403: 'Forbidden',
670
+ 404: 'Not Found',
671
+ 500: 'Server Error',
672
+ 501: 'Server Error'
673
+ }
674
+ });
675
+ }
676
+
677
+ /**
678
+ * @returns unknown Success
679
+ * @throws ApiError
680
+ */
681
+ public deleteApiGdprRequests(): CancelablePromise<DeleteApiGdprRequestsResponse> {
682
+ return this.httpRequest.request({
683
+ method: 'DELETE',
684
+ url: '/api/gdpr/requests',
685
+ errors: {
686
+ 400: 'Bad Request',
687
+ 401: 'Unauthorized',
688
+ 403: 'Forbidden',
689
+ 404: 'Not Found',
690
+ 500: 'Server Error',
691
+ 501: 'Server Error'
692
+ }
693
+ });
694
+ }
695
+
696
+ }
697
+
698
+ export class LanguagesService {
699
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
700
+
701
+ /**
702
+ * @returns Volo_Abp_Application_Dtos_ListResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
703
+ * @throws ApiError
704
+ */
705
+ public getApiLanguageManagementLanguagesAll(): CancelablePromise<GetApiLanguageManagementLanguagesAllResponse> {
706
+ return this.httpRequest.request({
707
+ method: 'GET',
708
+ url: '/api/language-management/languages/all',
709
+ errors: {
710
+ 400: 'Bad Request',
711
+ 401: 'Unauthorized',
712
+ 403: 'Forbidden',
713
+ 404: 'Not Found',
714
+ 500: 'Server Error',
715
+ 501: 'Server Error'
716
+ }
717
+ });
718
+ }
719
+
720
+ /**
721
+ * @param data The data for the request.
722
+ * @param data.filter
723
+ * @param data.resourceName
724
+ * @param data.baseCultureName
725
+ * @param data.targetCultureName
726
+ * @param data.getOnlyEmptyValues
727
+ * @param data.sorting
728
+ * @param data.skipCount
729
+ * @param data.maxResultCount
730
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
731
+ * @throws ApiError
732
+ */
733
+ public getApiLanguageManagementLanguages(data: GetApiLanguageManagementLanguagesData = {}): CancelablePromise<GetApiLanguageManagementLanguagesResponse> {
734
+ return this.httpRequest.request({
735
+ method: 'GET',
736
+ url: '/api/language-management/languages',
737
+ query: {
738
+ Filter: data.filter,
739
+ ResourceName: data.resourceName,
740
+ BaseCultureName: data.baseCultureName,
741
+ TargetCultureName: data.targetCultureName,
742
+ GetOnlyEmptyValues: data.getOnlyEmptyValues,
743
+ Sorting: data.sorting,
744
+ SkipCount: data.skipCount,
745
+ MaxResultCount: data.maxResultCount
746
+ },
747
+ errors: {
748
+ 400: 'Bad Request',
749
+ 401: 'Unauthorized',
750
+ 403: 'Forbidden',
751
+ 404: 'Not Found',
752
+ 500: 'Server Error',
753
+ 501: 'Server Error'
754
+ }
755
+ });
756
+ }
757
+
758
+ /**
759
+ * @param data The data for the request.
760
+ * @param data.requestBody
761
+ * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
762
+ * @throws ApiError
763
+ */
764
+ public postApiLanguageManagementLanguages(data: PostApiLanguageManagementLanguagesData = {}): CancelablePromise<PostApiLanguageManagementLanguagesResponse> {
765
+ return this.httpRequest.request({
766
+ method: 'POST',
767
+ url: '/api/language-management/languages',
768
+ body: data.requestBody,
769
+ mediaType: 'application/json',
770
+ errors: {
771
+ 400: 'Bad Request',
772
+ 401: 'Unauthorized',
773
+ 403: 'Forbidden',
774
+ 404: 'Not Found',
775
+ 500: 'Server Error',
776
+ 501: 'Server Error'
777
+ }
778
+ });
779
+ }
780
+
781
+ /**
782
+ * @param data The data for the request.
783
+ * @param data.id
784
+ * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
785
+ * @throws ApiError
786
+ */
787
+ public getApiLanguageManagementLanguagesById(data: GetApiLanguageManagementLanguagesByIdData): CancelablePromise<GetApiLanguageManagementLanguagesByIdResponse> {
788
+ return this.httpRequest.request({
789
+ method: 'GET',
790
+ url: '/api/language-management/languages/{id}',
791
+ path: {
792
+ id: data.id
793
+ },
794
+ errors: {
795
+ 400: 'Bad Request',
796
+ 401: 'Unauthorized',
797
+ 403: 'Forbidden',
798
+ 404: 'Not Found',
799
+ 500: 'Server Error',
800
+ 501: 'Server Error'
801
+ }
802
+ });
803
+ }
804
+
805
+ /**
806
+ * @param data The data for the request.
807
+ * @param data.id
808
+ * @param data.requestBody
809
+ * @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
810
+ * @throws ApiError
811
+ */
812
+ public putApiLanguageManagementLanguagesById(data: PutApiLanguageManagementLanguagesByIdData): CancelablePromise<PutApiLanguageManagementLanguagesByIdResponse> {
813
+ return this.httpRequest.request({
814
+ method: 'PUT',
815
+ url: '/api/language-management/languages/{id}',
816
+ path: {
817
+ id: data.id
818
+ },
819
+ body: data.requestBody,
820
+ mediaType: 'application/json',
821
+ errors: {
822
+ 400: 'Bad Request',
823
+ 401: 'Unauthorized',
824
+ 403: 'Forbidden',
825
+ 404: 'Not Found',
826
+ 500: 'Server Error',
827
+ 501: 'Server Error'
828
+ }
829
+ });
830
+ }
831
+
832
+ /**
833
+ * @param data The data for the request.
834
+ * @param data.id
835
+ * @returns unknown Success
836
+ * @throws ApiError
837
+ */
838
+ public deleteApiLanguageManagementLanguagesById(data: DeleteApiLanguageManagementLanguagesByIdData): CancelablePromise<DeleteApiLanguageManagementLanguagesByIdResponse> {
839
+ return this.httpRequest.request({
840
+ method: 'DELETE',
841
+ url: '/api/language-management/languages/{id}',
842
+ path: {
843
+ id: data.id
844
+ },
845
+ errors: {
846
+ 400: 'Bad Request',
847
+ 401: 'Unauthorized',
848
+ 403: 'Forbidden',
849
+ 404: 'Not Found',
850
+ 500: 'Server Error',
851
+ 501: 'Server Error'
852
+ }
853
+ });
854
+ }
855
+
856
+ /**
857
+ * @param data The data for the request.
858
+ * @param data.id
859
+ * @returns unknown Success
860
+ * @throws ApiError
861
+ */
862
+ public putApiLanguageManagementLanguagesByIdSetAsDefault(data: PutApiLanguageManagementLanguagesByIdSetAsDefaultData): CancelablePromise<PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse> {
863
+ return this.httpRequest.request({
864
+ method: 'PUT',
865
+ url: '/api/language-management/languages/{id}/set-as-default',
866
+ path: {
867
+ id: data.id
868
+ },
869
+ errors: {
870
+ 400: 'Bad Request',
871
+ 401: 'Unauthorized',
872
+ 403: 'Forbidden',
873
+ 404: 'Not Found',
874
+ 500: 'Server Error',
875
+ 501: 'Server Error'
876
+ }
877
+ });
878
+ }
879
+
880
+ /**
881
+ * @returns Volo_Abp_LanguageManagement_Dto_LanguageResourceDto Success
882
+ * @throws ApiError
883
+ */
884
+ public getApiLanguageManagementLanguagesResources(): CancelablePromise<GetApiLanguageManagementLanguagesResourcesResponse> {
885
+ return this.httpRequest.request({
886
+ method: 'GET',
887
+ url: '/api/language-management/languages/resources',
888
+ errors: {
889
+ 400: 'Bad Request',
890
+ 401: 'Unauthorized',
891
+ 403: 'Forbidden',
892
+ 404: 'Not Found',
893
+ 500: 'Server Error',
894
+ 501: 'Server Error'
895
+ }
896
+ });
897
+ }
898
+
899
+ /**
900
+ * @returns Volo_Abp_LanguageManagement_Dto_CultureInfoDto Success
901
+ * @throws ApiError
902
+ */
903
+ public getApiLanguageManagementLanguagesCultureList(): CancelablePromise<GetApiLanguageManagementLanguagesCultureListResponse> {
904
+ return this.httpRequest.request({
905
+ method: 'GET',
906
+ url: '/api/language-management/languages/culture-list',
907
+ errors: {
908
+ 400: 'Bad Request',
909
+ 401: 'Unauthorized',
910
+ 403: 'Forbidden',
911
+ 404: 'Not Found',
912
+ 500: 'Server Error',
913
+ 501: 'Server Error'
914
+ }
915
+ });
916
+ }
917
+
918
+ }
919
+
920
+ export class LanguageTextsService {
921
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
922
+
923
+ /**
924
+ * @param data The data for the request.
925
+ * @param data.filter
926
+ * @param data.resourceName
927
+ * @param data.baseCultureName
928
+ * @param data.targetCultureName
929
+ * @param data.getOnlyEmptyValues
930
+ * @param data.sorting
931
+ * @param data.skipCount
932
+ * @param data.maxResultCount
933
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_LanguageManagement_Dto_LanguageTextDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
934
+ * @throws ApiError
935
+ */
936
+ public getApiLanguageManagementLanguageTexts(data: GetApiLanguageManagementLanguageTextsData = {}): CancelablePromise<GetApiLanguageManagementLanguageTextsResponse> {
937
+ return this.httpRequest.request({
938
+ method: 'GET',
939
+ url: '/api/language-management/language-texts',
940
+ query: {
941
+ Filter: data.filter,
942
+ ResourceName: data.resourceName,
943
+ BaseCultureName: data.baseCultureName,
944
+ TargetCultureName: data.targetCultureName,
945
+ GetOnlyEmptyValues: data.getOnlyEmptyValues,
946
+ Sorting: data.sorting,
947
+ SkipCount: data.skipCount,
948
+ MaxResultCount: data.maxResultCount
949
+ },
950
+ errors: {
951
+ 400: 'Bad Request',
952
+ 401: 'Unauthorized',
953
+ 403: 'Forbidden',
954
+ 404: 'Not Found',
955
+ 500: 'Server Error',
956
+ 501: 'Server Error'
957
+ }
958
+ });
959
+ }
960
+
961
+ /**
962
+ * @param data The data for the request.
963
+ * @param data.resourceName
964
+ * @param data.cultureName
965
+ * @param data.name
966
+ * @param data.baseCultureName
967
+ * @returns Volo_Abp_LanguageManagement_Dto_LanguageTextDto Success
968
+ * @throws ApiError
969
+ */
970
+ public getApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
971
+ return this.httpRequest.request({
972
+ method: 'GET',
973
+ url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
974
+ path: {
975
+ resourceName: data.resourceName,
976
+ cultureName: data.cultureName,
977
+ name: data.name
978
+ },
979
+ query: {
980
+ baseCultureName: data.baseCultureName
981
+ },
982
+ errors: {
983
+ 400: 'Bad Request',
984
+ 401: 'Unauthorized',
985
+ 403: 'Forbidden',
986
+ 404: 'Not Found',
987
+ 500: 'Server Error',
988
+ 501: 'Server Error'
989
+ }
990
+ });
991
+ }
992
+
993
+ /**
994
+ * @param data The data for the request.
995
+ * @param data.resourceName
996
+ * @param data.cultureName
997
+ * @param data.name
998
+ * @param data.value
999
+ * @returns unknown Success
1000
+ * @throws ApiError
1001
+ */
1002
+ public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
1003
+ return this.httpRequest.request({
1004
+ method: 'PUT',
1005
+ url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
1006
+ path: {
1007
+ resourceName: data.resourceName,
1008
+ cultureName: data.cultureName,
1009
+ name: data.name
1010
+ },
1011
+ query: {
1012
+ value: data.value
1013
+ },
1014
+ errors: {
1015
+ 400: 'Bad Request',
1016
+ 401: 'Unauthorized',
1017
+ 403: 'Forbidden',
1018
+ 404: 'Not Found',
1019
+ 500: 'Server Error',
1020
+ 501: 'Server Error'
1021
+ }
1022
+ });
1023
+ }
1024
+
1025
+ /**
1026
+ * @param data The data for the request.
1027
+ * @param data.resourceName
1028
+ * @param data.cultureName
1029
+ * @param data.name
1030
+ * @returns unknown Success
1031
+ * @throws ApiError
1032
+ */
1033
+ public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestore(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse> {
1034
+ return this.httpRequest.request({
1035
+ method: 'PUT',
1036
+ url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore',
1037
+ path: {
1038
+ resourceName: data.resourceName,
1039
+ cultureName: data.cultureName,
1040
+ name: data.name
1041
+ },
1042
+ errors: {
1043
+ 400: 'Bad Request',
1044
+ 401: 'Unauthorized',
1045
+ 403: 'Forbidden',
1046
+ 404: 'Not Found',
1047
+ 500: 'Server Error',
1048
+ 501: 'Server Error'
1049
+ }
1050
+ });
1051
+ }
1052
+
1053
+ }
1054
+
1055
+ export class PermissionsService {
1056
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1057
+
1058
+ /**
1059
+ * @param data The data for the request.
1060
+ * @param data.providerName
1061
+ * @param data.providerKey
1062
+ * @returns Volo_Abp_PermissionManagement_GetPermissionListResultDto Success
1063
+ * @throws ApiError
1064
+ */
1065
+ public getApiPermissionManagementPermissions(data: GetApiPermissionManagementPermissionsData = {}): CancelablePromise<GetApiPermissionManagementPermissionsResponse> {
1066
+ return this.httpRequest.request({
1067
+ method: 'GET',
1068
+ url: '/api/permission-management/permissions',
1069
+ query: {
1070
+ providerName: data.providerName,
1071
+ providerKey: data.providerKey
1072
+ },
1073
+ errors: {
1074
+ 400: 'Bad Request',
1075
+ 401: 'Unauthorized',
1076
+ 403: 'Forbidden',
1077
+ 404: 'Not Found',
1078
+ 500: 'Server Error',
1079
+ 501: 'Server Error'
1080
+ }
1081
+ });
1082
+ }
1083
+
1084
+ /**
1085
+ * @param data The data for the request.
1086
+ * @param data.providerName
1087
+ * @param data.providerKey
1088
+ * @param data.requestBody
1089
+ * @returns unknown Success
1090
+ * @throws ApiError
1091
+ */
1092
+ public putApiPermissionManagementPermissions(data: PutApiPermissionManagementPermissionsData = {}): CancelablePromise<PutApiPermissionManagementPermissionsResponse> {
1093
+ return this.httpRequest.request({
1094
+ method: 'PUT',
1095
+ url: '/api/permission-management/permissions',
1096
+ query: {
1097
+ providerName: data.providerName,
1098
+ providerKey: data.providerKey
1099
+ },
1100
+ body: data.requestBody,
1101
+ mediaType: 'application/json',
1102
+ errors: {
1103
+ 400: 'Bad Request',
1104
+ 401: 'Unauthorized',
1105
+ 403: 'Forbidden',
1106
+ 404: 'Not Found',
1107
+ 500: 'Server Error',
1108
+ 501: 'Server Error'
1109
+ }
1110
+ });
1111
+ }
1112
+
1113
+ }
1114
+
1115
+ export class SettingsService {
1116
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1117
+
1118
+ /**
1119
+ * @returns Volo_Abp_AuditLogging_AuditLogSettingsDto Success
1120
+ * @throws ApiError
1121
+ */
1122
+ public getApiAuditLoggingSettings(): CancelablePromise<GetApiAuditLoggingSettingsResponse> {
1123
+ return this.httpRequest.request({
1124
+ method: 'GET',
1125
+ url: '/api/audit-logging/settings',
1126
+ errors: {
1127
+ 400: 'Bad Request',
1128
+ 401: 'Unauthorized',
1129
+ 403: 'Forbidden',
1130
+ 404: 'Not Found',
1131
+ 500: 'Server Error',
1132
+ 501: 'Server Error'
1133
+ }
1134
+ });
1135
+ }
1136
+
1137
+ /**
1138
+ * @param data The data for the request.
1139
+ * @param data.requestBody
1140
+ * @returns unknown Success
1141
+ * @throws ApiError
1142
+ */
1143
+ public putApiAuditLoggingSettings(data: PutApiAuditLoggingSettingsData = {}): CancelablePromise<PutApiAuditLoggingSettingsResponse> {
1144
+ return this.httpRequest.request({
1145
+ method: 'PUT',
1146
+ url: '/api/audit-logging/settings',
1147
+ body: data.requestBody,
1148
+ mediaType: 'application/json',
1149
+ errors: {
1150
+ 400: 'Bad Request',
1151
+ 401: 'Unauthorized',
1152
+ 403: 'Forbidden',
1153
+ 404: 'Not Found',
1154
+ 500: 'Server Error',
1155
+ 501: 'Server Error'
1156
+ }
1157
+ });
1158
+ }
1159
+
1160
+ /**
1161
+ * @returns Volo_Abp_AuditLogging_AuditLogGlobalSettingsDto Success
1162
+ * @throws ApiError
1163
+ */
1164
+ public getApiAuditLoggingSettingsGlobal(): CancelablePromise<GetApiAuditLoggingSettingsGlobalResponse> {
1165
+ return this.httpRequest.request({
1166
+ method: 'GET',
1167
+ url: '/api/audit-logging/settings/global',
1168
+ errors: {
1169
+ 400: 'Bad Request',
1170
+ 401: 'Unauthorized',
1171
+ 403: 'Forbidden',
1172
+ 404: 'Not Found',
1173
+ 500: 'Server Error',
1174
+ 501: 'Server Error'
1175
+ }
1176
+ });
1177
+ }
1178
+
1179
+ /**
1180
+ * @param data The data for the request.
1181
+ * @param data.requestBody
1182
+ * @returns unknown Success
1183
+ * @throws ApiError
1184
+ */
1185
+ public putApiAuditLoggingSettingsGlobal(data: PutApiAuditLoggingSettingsGlobalData = {}): CancelablePromise<PutApiAuditLoggingSettingsGlobalResponse> {
1186
+ return this.httpRequest.request({
1187
+ method: 'PUT',
1188
+ url: '/api/audit-logging/settings/global',
1189
+ body: data.requestBody,
1190
+ mediaType: 'application/json',
1191
+ errors: {
1192
+ 400: 'Bad Request',
1193
+ 401: 'Unauthorized',
1194
+ 403: 'Forbidden',
1195
+ 404: 'Not Found',
1196
+ 500: 'Server Error',
1197
+ 501: 'Server Error'
1198
+ }
1199
+ });
1200
+ }
1201
+
1202
+ }
1203
+
1204
+ export class TextTemplateContentsService {
1205
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1206
+
1207
+ /**
1208
+ * @param data The data for the request.
1209
+ * @param data.templateName
1210
+ * @param data.cultureName
1211
+ * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
1212
+ * @throws ApiError
1213
+ */
1214
+ public getApiTextTemplateManagementTemplateContents(data: GetApiTextTemplateManagementTemplateContentsData): CancelablePromise<GetApiTextTemplateManagementTemplateContentsResponse> {
1215
+ return this.httpRequest.request({
1216
+ method: 'GET',
1217
+ url: '/api/text-template-management/template-contents',
1218
+ query: {
1219
+ TemplateName: data.templateName,
1220
+ CultureName: data.cultureName
1221
+ },
1222
+ errors: {
1223
+ 400: 'Bad Request',
1224
+ 401: 'Unauthorized',
1225
+ 403: 'Forbidden',
1226
+ 404: 'Not Found',
1227
+ 500: 'Server Error',
1228
+ 501: 'Server Error'
1229
+ }
1230
+ });
1231
+ }
1232
+
1233
+ /**
1234
+ * @param data The data for the request.
1235
+ * @param data.requestBody
1236
+ * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
1237
+ * @throws ApiError
1238
+ */
1239
+ public putApiTextTemplateManagementTemplateContents(data: PutApiTextTemplateManagementTemplateContentsData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsResponse> {
1240
+ return this.httpRequest.request({
1241
+ method: 'PUT',
1242
+ url: '/api/text-template-management/template-contents',
1243
+ body: data.requestBody,
1244
+ mediaType: 'application/json',
1245
+ errors: {
1246
+ 400: 'Bad Request',
1247
+ 401: 'Unauthorized',
1248
+ 403: 'Forbidden',
1249
+ 404: 'Not Found',
1250
+ 500: 'Server Error',
1251
+ 501: 'Server Error'
1252
+ }
1253
+ });
1254
+ }
1255
+
1256
+ /**
1257
+ * @param data The data for the request.
1258
+ * @param data.requestBody
1259
+ * @returns unknown Success
1260
+ * @throws ApiError
1261
+ */
1262
+ public putApiTextTemplateManagementTemplateContentsRestoreToDefault(data: PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse> {
1263
+ return this.httpRequest.request({
1264
+ method: 'PUT',
1265
+ url: '/api/text-template-management/template-contents/restore-to-default',
1266
+ body: data.requestBody,
1267
+ mediaType: 'application/json',
1268
+ errors: {
1269
+ 400: 'Bad Request',
1270
+ 401: 'Unauthorized',
1271
+ 403: 'Forbidden',
1272
+ 404: 'Not Found',
1273
+ 500: 'Server Error',
1274
+ 501: 'Server Error'
1275
+ }
1276
+ });
1277
+ }
1278
+
1279
+ }
1280
+
1281
+ export class TextTemplateDefinitionsService {
1282
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1283
+
1284
+ /**
1285
+ * @param data The data for the request.
1286
+ * @param data.filterText
1287
+ * @param data.sorting
1288
+ * @param data.skipCount
1289
+ * @param data.maxResultCount
1290
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto__Volo_Abp_TextTemplateManagement_Application_Contracts__Version_8_2_0_0__Culture_neutral__PublicKeyToken_null_> Success
1291
+ * @throws ApiError
1292
+ */
1293
+ public getApiTextTemplateManagementTemplateDefinitions(data: GetApiTextTemplateManagementTemplateDefinitionsData = {}): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsResponse> {
1294
+ return this.httpRequest.request({
1295
+ method: 'GET',
1296
+ url: '/api/text-template-management/template-definitions',
1297
+ query: {
1298
+ FilterText: data.filterText,
1299
+ Sorting: data.sorting,
1300
+ SkipCount: data.skipCount,
1301
+ MaxResultCount: data.maxResultCount
1302
+ },
1303
+ errors: {
1304
+ 400: 'Bad Request',
1305
+ 401: 'Unauthorized',
1306
+ 403: 'Forbidden',
1307
+ 404: 'Not Found',
1308
+ 500: 'Server Error',
1309
+ 501: 'Server Error'
1310
+ }
1311
+ });
1312
+ }
1313
+
1314
+ /**
1315
+ * @param data The data for the request.
1316
+ * @param data.name
1317
+ * @returns Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto Success
1318
+ * @throws ApiError
1319
+ */
1320
+ public getApiTextTemplateManagementTemplateDefinitionsByName(data: GetApiTextTemplateManagementTemplateDefinitionsByNameData): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsByNameResponse> {
1321
+ return this.httpRequest.request({
1322
+ method: 'GET',
1323
+ url: '/api/text-template-management/template-definitions/{name}',
1324
+ path: {
1325
+ name: data.name
1326
+ },
1327
+ errors: {
1328
+ 400: 'Bad Request',
1329
+ 401: 'Unauthorized',
1330
+ 403: 'Forbidden',
1331
+ 404: 'Not Found',
1332
+ 500: 'Server Error',
1333
+ 501: 'Server Error'
1334
+ }
1335
+ });
1336
+ }
1337
+
1338
+ }
1339
+
1340
+ export class TimeZoneSettingsService {
1341
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1342
+
1343
+ /**
1344
+ * @returns string Success
1345
+ * @throws ApiError
1346
+ */
1347
+ public getApiSettingManagementTimezone(): CancelablePromise<GetApiSettingManagementTimezoneResponse> {
1348
+ return this.httpRequest.request({
1349
+ method: 'GET',
1350
+ url: '/api/setting-management/timezone',
1351
+ errors: {
1352
+ 400: 'Bad Request',
1353
+ 401: 'Unauthorized',
1354
+ 403: 'Forbidden',
1355
+ 404: 'Not Found',
1356
+ 500: 'Server Error',
1357
+ 501: 'Server Error'
1358
+ }
1359
+ });
1360
+ }
1361
+
1362
+ /**
1363
+ * @param data The data for the request.
1364
+ * @param data.timezone
1365
+ * @returns unknown Success
1366
+ * @throws ApiError
1367
+ */
1368
+ public postApiSettingManagementTimezone(data: PostApiSettingManagementTimezoneData = {}): CancelablePromise<PostApiSettingManagementTimezoneResponse> {
1369
+ return this.httpRequest.request({
1370
+ method: 'POST',
1371
+ url: '/api/setting-management/timezone',
1372
+ query: {
1373
+ timezone: data.timezone
1374
+ },
1375
+ errors: {
1376
+ 400: 'Bad Request',
1377
+ 401: 'Unauthorized',
1378
+ 403: 'Forbidden',
1379
+ 404: 'Not Found',
1380
+ 500: 'Server Error',
1381
+ 501: 'Server Error'
1382
+ }
1383
+ });
1384
+ }
1385
+
1386
+ /**
1387
+ * @returns Volo_Abp_NameValue Success
1388
+ * @throws ApiError
1389
+ */
1390
+ public getApiSettingManagementTimezoneTimezones(): CancelablePromise<GetApiSettingManagementTimezoneTimezonesResponse> {
1391
+ return this.httpRequest.request({
1392
+ method: 'GET',
1393
+ url: '/api/setting-management/timezone/timezones',
1394
+ errors: {
1395
+ 400: 'Bad Request',
1396
+ 401: 'Unauthorized',
1397
+ 403: 'Forbidden',
1398
+ 404: 'Not Found',
1399
+ 500: 'Server Error',
1400
+ 501: 'Server Error'
1401
+ }
1402
+ });
1403
+ }
1404
+
1405
1405
  }