@ayasofyazilim/saas 0.0.11 → 0.0.12
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.
- package/AccountService/schemas.gen.ts +2853 -67
- package/AccountService/services.gen.ts +28 -28
- package/AccountService/types.gen.ts +7252 -522
- package/AdministrationService/schemas.gen.ts +3664 -73
- package/AdministrationService/services.gen.ts +32 -32
- package/AdministrationService/types.gen.ts +6741 -442
- package/IdentityService/schemas.gen.ts +3506 -76
- package/IdentityService/services.gen.ts +69 -69
- package/IdentityService/types.gen.ts +13238 -892
- package/ProjectService/schemas.gen.ts +2802 -55
- package/ProjectService/services.gen.ts +15 -15
- package/ProjectService/types.gen.ts +3483 -199
- package/SaasService/schemas.gen.ts +3204 -73
- package/SaasService/services.gen.ts +36 -36
- package/SaasService/types.gen.ts +6780 -462
- package/generator.mjs +61 -0
- package/package.json +27 -30
|
@@ -10,7 +10,7 @@ export class AbpApiDefinitionService {
|
|
|
10
10
|
/**
|
|
11
11
|
* @param data The data for the request.
|
|
12
12
|
* @param data.includeTypes
|
|
13
|
-
* @returns
|
|
13
|
+
* @returns unknown Success
|
|
14
14
|
* @throws ApiError
|
|
15
15
|
*/
|
|
16
16
|
public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
|
|
@@ -39,7 +39,7 @@ export class AbpApplicationConfigurationService {
|
|
|
39
39
|
/**
|
|
40
40
|
* @param data The data for the request.
|
|
41
41
|
* @param data.includeLocalizationResources
|
|
42
|
-
* @returns
|
|
42
|
+
* @returns unknown Success
|
|
43
43
|
* @throws ApiError
|
|
44
44
|
*/
|
|
45
45
|
public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
|
|
@@ -69,7 +69,7 @@ export class AbpApplicationLocalizationService {
|
|
|
69
69
|
* @param data The data for the request.
|
|
70
70
|
* @param data.cultureName
|
|
71
71
|
* @param data.onlyDynamics
|
|
72
|
-
* @returns
|
|
72
|
+
* @returns unknown Success
|
|
73
73
|
* @throws ApiError
|
|
74
74
|
*/
|
|
75
75
|
public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
|
|
@@ -99,7 +99,7 @@ export class AbpTenantService {
|
|
|
99
99
|
/**
|
|
100
100
|
* @param data The data for the request.
|
|
101
101
|
* @param data.name
|
|
102
|
-
* @returns
|
|
102
|
+
* @returns unknown Success
|
|
103
103
|
* @throws ApiError
|
|
104
104
|
*/
|
|
105
105
|
public getApiAbpMultiTenancyTenantsByNameByName(data: GetApiAbpMultiTenancyTenantsByNameByNameData): CancelablePromise<GetApiAbpMultiTenancyTenantsByNameByNameResponse> {
|
|
@@ -123,7 +123,7 @@ export class AbpTenantService {
|
|
|
123
123
|
/**
|
|
124
124
|
* @param data The data for the request.
|
|
125
125
|
* @param data.id
|
|
126
|
-
* @returns
|
|
126
|
+
* @returns unknown Success
|
|
127
127
|
* @throws ApiError
|
|
128
128
|
*/
|
|
129
129
|
public getApiAbpMultiTenancyTenantsByIdById(data: GetApiAbpMultiTenancyTenantsByIdByIdData): CancelablePromise<GetApiAbpMultiTenancyTenantsByIdByIdResponse> {
|
|
@@ -166,7 +166,7 @@ export class AuditLogsService {
|
|
|
166
166
|
* @param data.sorting
|
|
167
167
|
* @param data.skipCount
|
|
168
168
|
* @param data.maxResultCount
|
|
169
|
-
* @returns
|
|
169
|
+
* @returns unknown Success
|
|
170
170
|
* @throws ApiError
|
|
171
171
|
*/
|
|
172
172
|
public getApiAuditLoggingAuditLogs(data: GetApiAuditLoggingAuditLogsData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsResponse> {
|
|
@@ -204,7 +204,7 @@ export class AuditLogsService {
|
|
|
204
204
|
/**
|
|
205
205
|
* @param data The data for the request.
|
|
206
206
|
* @param data.id
|
|
207
|
-
* @returns
|
|
207
|
+
* @returns unknown Success
|
|
208
208
|
* @throws ApiError
|
|
209
209
|
*/
|
|
210
210
|
public getApiAuditLoggingAuditLogsById(data: GetApiAuditLoggingAuditLogsByIdData): CancelablePromise<GetApiAuditLoggingAuditLogsByIdResponse> {
|
|
@@ -229,7 +229,7 @@ export class AuditLogsService {
|
|
|
229
229
|
* @param data The data for the request.
|
|
230
230
|
* @param data.startDate
|
|
231
231
|
* @param data.endDate
|
|
232
|
-
* @returns
|
|
232
|
+
* @returns unknown Success
|
|
233
233
|
* @throws ApiError
|
|
234
234
|
*/
|
|
235
235
|
public getApiAuditLoggingAuditLogsStatisticsErrorRate(data: GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse> {
|
|
@@ -255,7 +255,7 @@ export class AuditLogsService {
|
|
|
255
255
|
* @param data The data for the request.
|
|
256
256
|
* @param data.startDate
|
|
257
257
|
* @param data.endDate
|
|
258
|
-
* @returns
|
|
258
|
+
* @returns unknown Success
|
|
259
259
|
* @throws ApiError
|
|
260
260
|
*/
|
|
261
261
|
public getApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDay(data: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse> {
|
|
@@ -288,7 +288,7 @@ export class AuditLogsService {
|
|
|
288
288
|
* @param data.sorting
|
|
289
289
|
* @param data.skipCount
|
|
290
290
|
* @param data.maxResultCount
|
|
291
|
-
* @returns
|
|
291
|
+
* @returns unknown Success
|
|
292
292
|
* @throws ApiError
|
|
293
293
|
*/
|
|
294
294
|
public getApiAuditLoggingAuditLogsEntityChanges(data: GetApiAuditLoggingAuditLogsEntityChangesData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesResponse> {
|
|
@@ -321,7 +321,7 @@ export class AuditLogsService {
|
|
|
321
321
|
* @param data The data for the request.
|
|
322
322
|
* @param data.entityId
|
|
323
323
|
* @param data.entityTypeFullName
|
|
324
|
-
* @returns
|
|
324
|
+
* @returns unknown Success
|
|
325
325
|
* @throws ApiError
|
|
326
326
|
*/
|
|
327
327
|
public getApiAuditLoggingAuditLogsEntityChangesWithUsername(data: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse> {
|
|
@@ -346,7 +346,7 @@ export class AuditLogsService {
|
|
|
346
346
|
/**
|
|
347
347
|
* @param data The data for the request.
|
|
348
348
|
* @param data.entityChangeId
|
|
349
|
-
* @returns
|
|
349
|
+
* @returns unknown Success
|
|
350
350
|
* @throws ApiError
|
|
351
351
|
*/
|
|
352
352
|
public getApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse> {
|
|
@@ -370,7 +370,7 @@ export class AuditLogsService {
|
|
|
370
370
|
/**
|
|
371
371
|
* @param data The data for the request.
|
|
372
372
|
* @param data.entityChangeId
|
|
373
|
-
* @returns
|
|
373
|
+
* @returns unknown Success
|
|
374
374
|
* @throws ApiError
|
|
375
375
|
*/
|
|
376
376
|
public getApiAuditLoggingAuditLogsEntityChangesByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse> {
|
|
@@ -397,7 +397,7 @@ export class EmailSettingsService {
|
|
|
397
397
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
|
-
* @returns
|
|
400
|
+
* @returns unknown Success
|
|
401
401
|
* @throws ApiError
|
|
402
402
|
*/
|
|
403
403
|
public getApiSettingManagementEmailing(): CancelablePromise<GetApiSettingManagementEmailingResponse> {
|
|
@@ -470,7 +470,7 @@ export class FeaturesService {
|
|
|
470
470
|
* @param data The data for the request.
|
|
471
471
|
* @param data.providerName
|
|
472
472
|
* @param data.providerKey
|
|
473
|
-
* @returns
|
|
473
|
+
* @returns unknown Success
|
|
474
474
|
* @throws ApiError
|
|
475
475
|
*/
|
|
476
476
|
public getApiFeatureManagementFeatures(data: GetApiFeatureManagementFeaturesData = {}): CancelablePromise<GetApiFeatureManagementFeaturesResponse> {
|
|
@@ -574,7 +574,7 @@ export class GdprRequestService {
|
|
|
574
574
|
/**
|
|
575
575
|
* @param data The data for the request.
|
|
576
576
|
* @param data.id
|
|
577
|
-
* @returns
|
|
577
|
+
* @returns unknown Success
|
|
578
578
|
* @throws ApiError
|
|
579
579
|
*/
|
|
580
580
|
public getApiGdprRequestsDownloadToken(data: GetApiGdprRequestsDownloadTokenData = {}): CancelablePromise<GetApiGdprRequestsDownloadTokenResponse> {
|
|
@@ -648,7 +648,7 @@ export class GdprRequestService {
|
|
|
648
648
|
* @param data.sorting
|
|
649
649
|
* @param data.skipCount
|
|
650
650
|
* @param data.maxResultCount
|
|
651
|
-
* @returns
|
|
651
|
+
* @returns unknown Success
|
|
652
652
|
* @throws ApiError
|
|
653
653
|
*/
|
|
654
654
|
public getApiGdprRequestsList(data: GetApiGdprRequestsListData): CancelablePromise<GetApiGdprRequestsListResponse> {
|
|
@@ -697,7 +697,7 @@ export class LanguagesService {
|
|
|
697
697
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
698
698
|
|
|
699
699
|
/**
|
|
700
|
-
* @returns
|
|
700
|
+
* @returns unknown Success
|
|
701
701
|
* @throws ApiError
|
|
702
702
|
*/
|
|
703
703
|
public getApiLanguageManagementLanguagesAll(): CancelablePromise<GetApiLanguageManagementLanguagesAllResponse> {
|
|
@@ -725,7 +725,7 @@ export class LanguagesService {
|
|
|
725
725
|
* @param data.sorting
|
|
726
726
|
* @param data.skipCount
|
|
727
727
|
* @param data.maxResultCount
|
|
728
|
-
* @returns
|
|
728
|
+
* @returns unknown Success
|
|
729
729
|
* @throws ApiError
|
|
730
730
|
*/
|
|
731
731
|
public getApiLanguageManagementLanguages(data: GetApiLanguageManagementLanguagesData = {}): CancelablePromise<GetApiLanguageManagementLanguagesResponse> {
|
|
@@ -756,7 +756,7 @@ export class LanguagesService {
|
|
|
756
756
|
/**
|
|
757
757
|
* @param data The data for the request.
|
|
758
758
|
* @param data.requestBody
|
|
759
|
-
* @returns
|
|
759
|
+
* @returns unknown Success
|
|
760
760
|
* @throws ApiError
|
|
761
761
|
*/
|
|
762
762
|
public postApiLanguageManagementLanguages(data: PostApiLanguageManagementLanguagesData = {}): CancelablePromise<PostApiLanguageManagementLanguagesResponse> {
|
|
@@ -779,7 +779,7 @@ export class LanguagesService {
|
|
|
779
779
|
/**
|
|
780
780
|
* @param data The data for the request.
|
|
781
781
|
* @param data.id
|
|
782
|
-
* @returns
|
|
782
|
+
* @returns unknown Success
|
|
783
783
|
* @throws ApiError
|
|
784
784
|
*/
|
|
785
785
|
public getApiLanguageManagementLanguagesById(data: GetApiLanguageManagementLanguagesByIdData): CancelablePromise<GetApiLanguageManagementLanguagesByIdResponse> {
|
|
@@ -804,7 +804,7 @@ export class LanguagesService {
|
|
|
804
804
|
* @param data The data for the request.
|
|
805
805
|
* @param data.id
|
|
806
806
|
* @param data.requestBody
|
|
807
|
-
* @returns
|
|
807
|
+
* @returns unknown Success
|
|
808
808
|
* @throws ApiError
|
|
809
809
|
*/
|
|
810
810
|
public putApiLanguageManagementLanguagesById(data: PutApiLanguageManagementLanguagesByIdData): CancelablePromise<PutApiLanguageManagementLanguagesByIdResponse> {
|
|
@@ -876,7 +876,7 @@ export class LanguagesService {
|
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
/**
|
|
879
|
-
* @returns
|
|
879
|
+
* @returns unknown Success
|
|
880
880
|
* @throws ApiError
|
|
881
881
|
*/
|
|
882
882
|
public getApiLanguageManagementLanguagesResources(): CancelablePromise<GetApiLanguageManagementLanguagesResourcesResponse> {
|
|
@@ -895,7 +895,7 @@ export class LanguagesService {
|
|
|
895
895
|
}
|
|
896
896
|
|
|
897
897
|
/**
|
|
898
|
-
* @returns
|
|
898
|
+
* @returns unknown Success
|
|
899
899
|
* @throws ApiError
|
|
900
900
|
*/
|
|
901
901
|
public getApiLanguageManagementLanguagesCultureList(): CancelablePromise<GetApiLanguageManagementLanguagesCultureListResponse> {
|
|
@@ -947,7 +947,7 @@ export class LanguageTextsService {
|
|
|
947
947
|
* @param data.sorting
|
|
948
948
|
* @param data.skipCount
|
|
949
949
|
* @param data.maxResultCount
|
|
950
|
-
* @returns
|
|
950
|
+
* @returns unknown Success
|
|
951
951
|
* @throws ApiError
|
|
952
952
|
*/
|
|
953
953
|
public getApiLanguageManagementLanguageTexts(data: GetApiLanguageManagementLanguageTextsData = {}): CancelablePromise<GetApiLanguageManagementLanguageTextsResponse> {
|
|
@@ -981,7 +981,7 @@ export class LanguageTextsService {
|
|
|
981
981
|
* @param data.cultureName
|
|
982
982
|
* @param data.name
|
|
983
983
|
* @param data.baseCultureName
|
|
984
|
-
* @returns
|
|
984
|
+
* @returns unknown Success
|
|
985
985
|
* @throws ApiError
|
|
986
986
|
*/
|
|
987
987
|
public getApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
|
|
@@ -1076,7 +1076,7 @@ export class PermissionsService {
|
|
|
1076
1076
|
* @param data The data for the request.
|
|
1077
1077
|
* @param data.providerName
|
|
1078
1078
|
* @param data.providerKey
|
|
1079
|
-
* @returns
|
|
1079
|
+
* @returns unknown Success
|
|
1080
1080
|
* @throws ApiError
|
|
1081
1081
|
*/
|
|
1082
1082
|
public getApiPermissionManagementPermissions(data: GetApiPermissionManagementPermissionsData = {}): CancelablePromise<GetApiPermissionManagementPermissionsResponse> {
|
|
@@ -1136,7 +1136,7 @@ export class TextTemplateContentsService {
|
|
|
1136
1136
|
* @param data The data for the request.
|
|
1137
1137
|
* @param data.templateName
|
|
1138
1138
|
* @param data.cultureName
|
|
1139
|
-
* @returns
|
|
1139
|
+
* @returns unknown Success
|
|
1140
1140
|
* @throws ApiError
|
|
1141
1141
|
*/
|
|
1142
1142
|
public getApiTextTemplateManagementTemplateContents(data: GetApiTextTemplateManagementTemplateContentsData): CancelablePromise<GetApiTextTemplateManagementTemplateContentsResponse> {
|
|
@@ -1161,7 +1161,7 @@ export class TextTemplateContentsService {
|
|
|
1161
1161
|
/**
|
|
1162
1162
|
* @param data The data for the request.
|
|
1163
1163
|
* @param data.requestBody
|
|
1164
|
-
* @returns
|
|
1164
|
+
* @returns unknown Success
|
|
1165
1165
|
* @throws ApiError
|
|
1166
1166
|
*/
|
|
1167
1167
|
public putApiTextTemplateManagementTemplateContents(data: PutApiTextTemplateManagementTemplateContentsData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsResponse> {
|
|
@@ -1215,7 +1215,7 @@ export class TextTemplateDefinitionsService {
|
|
|
1215
1215
|
* @param data.sorting
|
|
1216
1216
|
* @param data.skipCount
|
|
1217
1217
|
* @param data.maxResultCount
|
|
1218
|
-
* @returns
|
|
1218
|
+
* @returns unknown Success
|
|
1219
1219
|
* @throws ApiError
|
|
1220
1220
|
*/
|
|
1221
1221
|
public getApiTextTemplateManagementTemplateDefinitions(data: GetApiTextTemplateManagementTemplateDefinitionsData = {}): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsResponse> {
|
|
@@ -1242,7 +1242,7 @@ export class TextTemplateDefinitionsService {
|
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @param data The data for the request.
|
|
1244
1244
|
* @param data.name
|
|
1245
|
-
* @returns
|
|
1245
|
+
* @returns unknown Success
|
|
1246
1246
|
* @throws ApiError
|
|
1247
1247
|
*/
|
|
1248
1248
|
public getApiTextTemplateManagementTemplateDefinitionsByName(data: GetApiTextTemplateManagementTemplateDefinitionsByNameData): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsByNameResponse> {
|
|
@@ -1312,7 +1312,7 @@ export class TimeZoneSettingsService {
|
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
1314
|
/**
|
|
1315
|
-
* @returns
|
|
1315
|
+
* @returns unknown Success
|
|
1316
1316
|
* @throws ApiError
|
|
1317
1317
|
*/
|
|
1318
1318
|
public getApiSettingManagementTimezoneTimezones(): CancelablePromise<GetApiSettingManagementTimezoneTimezonesResponse> {
|