@ayasofyazilim/saas 0.0.36 → 0.0.37

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 (94) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -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/schemas.gen.ts +5103 -5103
  8. package/AccountService/services.gen.ts +1452 -1452
  9. package/AccountService/types.gen.ts +9896 -9896
  10. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  11. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  12. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  13. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  14. package/AdministrationService/core/OpenAPI.ts +55 -55
  15. package/AdministrationService/core/request.ts +340 -340
  16. package/AdministrationService/index.ts +8 -8
  17. package/AdministrationService/schemas.gen.ts +5897 -5897
  18. package/AdministrationService/services.gen.ts +1332 -1332
  19. package/AdministrationService/types.gen.ts +9024 -9024
  20. package/BackerService/core/ApiRequestOptions.ts +12 -12
  21. package/BackerService/core/BaseHttpRequest.ts +9 -9
  22. package/BackerService/core/FetchHttpRequest.ts +21 -21
  23. package/BackerService/core/OpenAPI.ts +55 -55
  24. package/BackerService/core/request.ts +340 -340
  25. package/BackerService/schemas.gen.ts +12444 -12444
  26. package/CRMService/CRMServiceClient.ts +71 -71
  27. package/CRMService/core/ApiError.ts +20 -20
  28. package/CRMService/core/ApiRequestOptions.ts +12 -12
  29. package/CRMService/core/ApiResult.ts +6 -6
  30. package/CRMService/core/BaseHttpRequest.ts +9 -9
  31. package/CRMService/core/CancelablePromise.ts +125 -125
  32. package/CRMService/core/FetchHttpRequest.ts +21 -21
  33. package/CRMService/core/OpenAPI.ts +55 -55
  34. package/CRMService/core/request.ts +340 -340
  35. package/CRMService/index.ts +8 -8
  36. package/CRMService/schemas.gen.ts +15920 -15932
  37. package/CRMService/services.gen.ts +2052 -1617
  38. package/CRMService/types.gen.ts +4106 -3464
  39. package/ContractService/ContractServiceClient.ts +53 -53
  40. package/ContractService/core/ApiError.ts +20 -20
  41. package/ContractService/core/ApiRequestOptions.ts +12 -12
  42. package/ContractService/core/ApiResult.ts +6 -6
  43. package/ContractService/core/BaseHttpRequest.ts +9 -9
  44. package/ContractService/core/CancelablePromise.ts +125 -125
  45. package/ContractService/core/FetchHttpRequest.ts +21 -21
  46. package/ContractService/core/OpenAPI.ts +55 -55
  47. package/ContractService/core/request.ts +340 -340
  48. package/ContractService/index.ts +8 -8
  49. package/ContractService/schemas.gen.ts +10943 -10943
  50. package/ContractService/services.gen.ts +1720 -1720
  51. package/ContractService/types.gen.ts +3691 -3691
  52. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  53. package/FundraiserService/core/ApiError.ts +20 -20
  54. package/FundraiserService/core/ApiResult.ts +6 -6
  55. package/FundraiserService/core/CancelablePromise.ts +125 -125
  56. package/FundraiserService/index.ts +8 -8
  57. package/FundraiserService/schemas.gen.ts +11548 -11548
  58. package/FundraiserService/services.gen.ts +627 -627
  59. package/IdentityService/IdentityServiceClient.ts +77 -77
  60. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  61. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  62. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  63. package/IdentityService/core/OpenAPI.ts +55 -55
  64. package/IdentityService/core/request.ts +340 -340
  65. package/IdentityService/schemas.gen.ts +6573 -6573
  66. package/IdentityService/services.gen.ts +2839 -2839
  67. package/IdentityService/types.gen.ts +17446 -17446
  68. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  69. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  70. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  71. package/MerchantService/core/OpenAPI.ts +55 -55
  72. package/MerchantService/core/request.ts +340 -340
  73. package/MerchantService/schemas.gen.ts +14764 -14764
  74. package/MerchantService/services.gen.ts +1602 -1602
  75. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  76. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  77. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  78. package/ProjectService/core/OpenAPI.ts +55 -55
  79. package/ProjectService/core/request.ts +340 -340
  80. package/ProjectService/schemas.gen.ts +5147 -5147
  81. package/ProjectService/services.gen.ts +492 -492
  82. package/ProjectService.json +2937 -2937
  83. package/SaasService/core/ApiRequestOptions.ts +12 -12
  84. package/SaasService/core/BaseHttpRequest.ts +9 -9
  85. package/SaasService/core/FetchHttpRequest.ts +21 -21
  86. package/SaasService/core/OpenAPI.ts +55 -55
  87. package/SaasService/core/request.ts +340 -340
  88. package/SaasService/schemas.gen.ts +5278 -5278
  89. package/SaasService/services.gen.ts +1325 -1325
  90. package/SaasService/types.gen.ts +9052 -9052
  91. package/SettingService/SettingServiceClient.ts +62 -62
  92. package/SettingService/index.ts +8 -8
  93. package/package.json +1 -1
  94. package/swagger.json +4794 -4794
@@ -1,1333 +1,1333 @@
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, 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
+
1333
1333
  }