@ayasofyazilim/saas 0.0.10 → 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 +7294 -667
- package/AdministrationService/schemas.gen.ts +3664 -73
- package/AdministrationService/services.gen.ts +32 -32
- package/AdministrationService/types.gen.ts +6780 -623
- package/IdentityService/schemas.gen.ts +3506 -76
- package/IdentityService/services.gen.ts +69 -69
- package/IdentityService/types.gen.ts +13316 -1335
- package/ProjectService/ProjectServiceClient.ts +0 -3
- package/ProjectService/schemas.gen.ts +2989 -163
- package/ProjectService/services.gen.ts +16 -63
- package/ProjectService/types.gen.ts +3550 -379
- package/SaasService/SaasServiceClient.ts +65 -0
- package/SaasService/core/ApiError.ts +21 -0
- package/SaasService/core/ApiRequestOptions.ts +13 -0
- package/SaasService/core/ApiResult.ts +7 -0
- package/SaasService/core/BaseHttpRequest.ts +10 -0
- package/SaasService/core/CancelablePromise.ts +126 -0
- package/SaasService/core/FetchHttpRequest.ts +22 -0
- package/SaasService/core/OpenAPI.ts +56 -0
- package/SaasService/core/request.ts +341 -0
- package/SaasService/index.ts +9 -0
- package/SaasService/schemas.gen.ts +5279 -0
- package/SaasService/services.gen.ts +1326 -0
- package/SaasService/types.gen.ts +9053 -0
- package/generator.mjs +61 -0
- package/package.json +27 -33
|
@@ -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> {
|
|
@@ -152,7 +152,7 @@ export class AccountService {
|
|
|
152
152
|
/**
|
|
153
153
|
* @param data The data for the request.
|
|
154
154
|
* @param data.requestBody
|
|
155
|
-
* @returns
|
|
155
|
+
* @returns unknown Success
|
|
156
156
|
* @throws ApiError
|
|
157
157
|
*/
|
|
158
158
|
public postApiAccountRegister(data: PostApiAccountRegisterData = {}): CancelablePromise<PostApiAccountRegisterResponse> {
|
|
@@ -244,7 +244,7 @@ export class AccountService {
|
|
|
244
244
|
/**
|
|
245
245
|
* @param data The data for the request.
|
|
246
246
|
* @param data.id
|
|
247
|
-
* @returns
|
|
247
|
+
* @returns unknown Success
|
|
248
248
|
* @throws ApiError
|
|
249
249
|
*/
|
|
250
250
|
public getApiAccountConfirmationState(data: GetApiAccountConfirmationStateData = {}): CancelablePromise<GetApiAccountConfirmationStateResponse> {
|
|
@@ -410,7 +410,7 @@ export class AccountService {
|
|
|
410
410
|
/**
|
|
411
411
|
* @param data The data for the request.
|
|
412
412
|
* @param data.id
|
|
413
|
-
* @returns
|
|
413
|
+
* @returns unknown Success
|
|
414
414
|
* @throws ApiError
|
|
415
415
|
*/
|
|
416
416
|
public getApiAccountProfilePictureById(data: GetApiAccountProfilePictureByIdData): CancelablePromise<GetApiAccountProfilePictureByIdResponse> {
|
|
@@ -494,7 +494,7 @@ export class AccountService {
|
|
|
494
494
|
* @param data.skipCount
|
|
495
495
|
* @param data.maxResultCount
|
|
496
496
|
* @param data.extraProperties
|
|
497
|
-
* @returns
|
|
497
|
+
* @returns unknown Success
|
|
498
498
|
* @throws ApiError
|
|
499
499
|
*/
|
|
500
500
|
public getApiAccountSecurityLogs(data: GetApiAccountSecurityLogsData = {}): CancelablePromise<GetApiAccountSecurityLogsResponse> {
|
|
@@ -529,7 +529,7 @@ export class AccountService {
|
|
|
529
529
|
/**
|
|
530
530
|
* @param data The data for the request.
|
|
531
531
|
* @param data.requestBody
|
|
532
|
-
* @returns
|
|
532
|
+
* @returns unknown Success
|
|
533
533
|
* @throws ApiError
|
|
534
534
|
*/
|
|
535
535
|
public postApiAccountVerifyAuthenticatorCode(data: PostApiAccountVerifyAuthenticatorCodeData = {}): CancelablePromise<PostApiAccountVerifyAuthenticatorCodeResponse> {
|
|
@@ -588,7 +588,7 @@ export class AccountService {
|
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
|
-
* @returns
|
|
591
|
+
* @returns unknown Success
|
|
592
592
|
* @throws ApiError
|
|
593
593
|
*/
|
|
594
594
|
public getApiAccountAuthenticatorInfo(): CancelablePromise<GetApiAccountAuthenticatorInfoResponse> {
|
|
@@ -660,7 +660,7 @@ export class AccountExternalProviderService {
|
|
|
660
660
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
661
661
|
|
|
662
662
|
/**
|
|
663
|
-
* @returns
|
|
663
|
+
* @returns unknown Success
|
|
664
664
|
* @throws ApiError
|
|
665
665
|
*/
|
|
666
666
|
public getApiAccountExternalProvider(): CancelablePromise<GetApiAccountExternalProviderResponse> {
|
|
@@ -682,7 +682,7 @@ export class AccountExternalProviderService {
|
|
|
682
682
|
* @param data The data for the request.
|
|
683
683
|
* @param data.tenantId
|
|
684
684
|
* @param data.name
|
|
685
|
-
* @returns
|
|
685
|
+
* @returns unknown Success
|
|
686
686
|
* @throws ApiError
|
|
687
687
|
*/
|
|
688
688
|
public getApiAccountExternalProviderByName(data: GetApiAccountExternalProviderByNameData = {}): CancelablePromise<GetApiAccountExternalProviderByNameResponse> {
|
|
@@ -710,7 +710,7 @@ export class AccountSettingsService {
|
|
|
710
710
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
|
-
* @returns
|
|
713
|
+
* @returns unknown Success
|
|
714
714
|
* @throws ApiError
|
|
715
715
|
*/
|
|
716
716
|
public getApiAccountAdminSettings(): CancelablePromise<GetApiAccountAdminSettingsResponse> {
|
|
@@ -752,7 +752,7 @@ export class AccountSettingsService {
|
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
/**
|
|
755
|
-
* @returns
|
|
755
|
+
* @returns unknown Success
|
|
756
756
|
* @throws ApiError
|
|
757
757
|
*/
|
|
758
758
|
public getApiAccountAdminSettingsTwoFactor(): CancelablePromise<GetApiAccountAdminSettingsTwoFactorResponse> {
|
|
@@ -794,7 +794,7 @@ export class AccountSettingsService {
|
|
|
794
794
|
}
|
|
795
795
|
|
|
796
796
|
/**
|
|
797
|
-
* @returns
|
|
797
|
+
* @returns unknown Success
|
|
798
798
|
* @throws ApiError
|
|
799
799
|
*/
|
|
800
800
|
public getApiAccountAdminSettingsRecaptcha(): CancelablePromise<GetApiAccountAdminSettingsRecaptchaResponse> {
|
|
@@ -836,7 +836,7 @@ export class AccountSettingsService {
|
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
/**
|
|
839
|
-
* @returns
|
|
839
|
+
* @returns unknown Success
|
|
840
840
|
* @throws ApiError
|
|
841
841
|
*/
|
|
842
842
|
public getApiAccountAdminSettingsExternalProvider(): CancelablePromise<GetApiAccountAdminSettingsExternalProviderResponse> {
|
|
@@ -909,7 +909,7 @@ export class LoginService {
|
|
|
909
909
|
/**
|
|
910
910
|
* @param data The data for the request.
|
|
911
911
|
* @param data.requestBody
|
|
912
|
-
* @returns
|
|
912
|
+
* @returns unknown Success
|
|
913
913
|
* @throws ApiError
|
|
914
914
|
*/
|
|
915
915
|
public postApiAccountLogin(data: PostApiAccountLoginData = {}): CancelablePromise<PostApiAccountLoginResponse> {
|
|
@@ -932,7 +932,7 @@ export class LoginService {
|
|
|
932
932
|
/**
|
|
933
933
|
* @param data The data for the request.
|
|
934
934
|
* @param data.requestBody
|
|
935
|
-
* @returns
|
|
935
|
+
* @returns unknown Success
|
|
936
936
|
* @throws ApiError
|
|
937
937
|
*/
|
|
938
938
|
public postApiAccountLinkLogin(data: PostApiAccountLinkLoginData = {}): CancelablePromise<PostApiAccountLinkLoginResponse> {
|
|
@@ -974,7 +974,7 @@ export class LoginService {
|
|
|
974
974
|
/**
|
|
975
975
|
* @param data The data for the request.
|
|
976
976
|
* @param data.requestBody
|
|
977
|
-
* @returns
|
|
977
|
+
* @returns unknown Success
|
|
978
978
|
* @throws ApiError
|
|
979
979
|
*/
|
|
980
980
|
public postApiAccountCheckPassword(data: PostApiAccountCheckPasswordData = {}): CancelablePromise<PostApiAccountCheckPasswordResponse> {
|
|
@@ -1000,7 +1000,7 @@ export class ProfileService {
|
|
|
1000
1000
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
|
-
* @returns
|
|
1003
|
+
* @returns unknown Success
|
|
1004
1004
|
* @throws ApiError
|
|
1005
1005
|
*/
|
|
1006
1006
|
public getApiAccountMyProfile(): CancelablePromise<GetApiAccountMyProfileResponse> {
|
|
@@ -1021,7 +1021,7 @@ export class ProfileService {
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* @param data The data for the request.
|
|
1023
1023
|
* @param data.requestBody
|
|
1024
|
-
* @returns
|
|
1024
|
+
* @returns unknown Success
|
|
1025
1025
|
* @throws ApiError
|
|
1026
1026
|
*/
|
|
1027
1027
|
public putApiAccountMyProfile(data: PutApiAccountMyProfileData = {}): CancelablePromise<PutApiAccountMyProfileResponse> {
|
|
@@ -1127,7 +1127,7 @@ export class ProfileService {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
1129
|
/**
|
|
1130
|
-
* @returns
|
|
1130
|
+
* @returns unknown Success
|
|
1131
1131
|
* @throws ApiError
|
|
1132
1132
|
*/
|
|
1133
1133
|
public getApiAccountMyProfileTimezones(): CancelablePromise<GetApiAccountMyProfileTimezonesResponse> {
|
|
@@ -1304,7 +1304,7 @@ export class UserService {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
* @returns
|
|
1307
|
+
* @returns unknown Success
|
|
1308
1308
|
* @throws ApiError
|
|
1309
1309
|
*/
|
|
1310
1310
|
public getApiAccountLinkUser(): CancelablePromise<GetApiAccountLinkUserResponse> {
|
|
@@ -1323,7 +1323,7 @@ export class UserService {
|
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
1325
|
/**
|
|
1326
|
-
* @returns
|
|
1326
|
+
* @returns unknown Success
|
|
1327
1327
|
* @throws ApiError
|
|
1328
1328
|
*/
|
|
1329
1329
|
public getApiAccountUserDelegationDelegatedUsers(): CancelablePromise<GetApiAccountUserDelegationDelegatedUsersResponse> {
|
|
@@ -1342,7 +1342,7 @@ export class UserService {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
1344
|
/**
|
|
1345
|
-
* @returns
|
|
1345
|
+
* @returns unknown Success
|
|
1346
1346
|
* @throws ApiError
|
|
1347
1347
|
*/
|
|
1348
1348
|
public getApiAccountUserDelegationMyDelegatedUsers(): CancelablePromise<GetApiAccountUserDelegationMyDelegatedUsersResponse> {
|
|
@@ -1361,7 +1361,7 @@ export class UserService {
|
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
/**
|
|
1364
|
-
* @returns
|
|
1364
|
+
* @returns unknown Success
|
|
1365
1365
|
* @throws ApiError
|
|
1366
1366
|
*/
|
|
1367
1367
|
public getApiAccountUserDelegationActiveDelegations(): CancelablePromise<GetApiAccountUserDelegationActiveDelegationsResponse> {
|
|
@@ -1382,7 +1382,7 @@ export class UserService {
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* @param data The data for the request.
|
|
1384
1384
|
* @param data.userName
|
|
1385
|
-
* @returns
|
|
1385
|
+
* @returns unknown Success
|
|
1386
1386
|
* @throws ApiError
|
|
1387
1387
|
*/
|
|
1388
1388
|
public getApiAccountUserDelegationUserLookup(data: GetApiAccountUserDelegationUserLookupData = {}): CancelablePromise<GetApiAccountUserDelegationUserLookupResponse> {
|