@ayasofyazilim/saas 0.0.40 → 0.0.42

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