@ayasofyazilim/saas 0.0.13 → 0.0.15
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 +4 -17
- package/AccountService/types.gen.ts +0 -9
- package/AdministrationService/schemas.gen.ts +7 -7
- package/BackerService/BackerServiceClient.ts +44 -0
- package/BackerService/core/ApiError.ts +21 -0
- package/BackerService/core/ApiRequestOptions.ts +13 -0
- package/BackerService/core/ApiResult.ts +7 -0
- package/BackerService/core/BaseHttpRequest.ts +10 -0
- package/BackerService/core/CancelablePromise.ts +126 -0
- package/BackerService/core/FetchHttpRequest.ts +22 -0
- package/BackerService/core/OpenAPI.ts +56 -0
- package/BackerService/core/request.ts +341 -0
- package/BackerService/index.ts +9 -0
- package/BackerService/schemas.gen.ts +8991 -0
- package/BackerService/services.gen.ts +270 -0
- package/BackerService/types.gen.ts +6611 -0
- package/IdentityService/schemas.gen.ts +10 -36
- package/IdentityService/services.gen.ts +1 -25
- package/IdentityService/types.gen.ts +0 -241
- package/MerchantService/MerchantServiceClient.ts +44 -0
- package/MerchantService/core/ApiError.ts +21 -0
- package/MerchantService/core/ApiRequestOptions.ts +13 -0
- package/MerchantService/core/ApiResult.ts +7 -0
- package/MerchantService/core/BaseHttpRequest.ts +10 -0
- package/MerchantService/core/CancelablePromise.ts +126 -0
- package/MerchantService/core/FetchHttpRequest.ts +22 -0
- package/MerchantService/core/OpenAPI.ts +56 -0
- package/MerchantService/core/request.ts +341 -0
- package/MerchantService/index.ts +9 -0
- package/MerchantService/schemas.gen.ts +6782 -0
- package/MerchantService/services.gen.ts +334 -0
- package/MerchantService/types.gen.ts +5088 -0
- package/ProjectService/ProjectServiceClient.ts +3 -9
- package/ProjectService/schemas.gen.ts +26 -723
- package/ProjectService/services.gen.ts +8 -348
- package/ProjectService/types.gen.ts +36 -2252
- package/SaasService/schemas.gen.ts +5 -5
- package/SettingService/SettingServiceClient.ts +53 -53
- package/SettingService/core/ApiError.ts +20 -20
- package/SettingService/core/ApiRequestOptions.ts +12 -12
- package/SettingService/core/ApiResult.ts +6 -6
- package/SettingService/core/BaseHttpRequest.ts +9 -9
- package/SettingService/core/CancelablePromise.ts +125 -125
- package/SettingService/core/FetchHttpRequest.ts +21 -21
- package/SettingService/core/OpenAPI.ts +55 -55
- package/SettingService/core/request.ts +340 -340
- package/SettingService/index.ts +8 -8
- package/SettingService/schemas.gen.ts +1521 -1524
- package/SettingService/services.gen.ts +316 -316
- package/SettingService/types.gen.ts +980 -981
- package/generator.mjs +34 -3
- package/package.json +4 -2
|
@@ -243,7 +243,7 @@ export const $Volo_Abp_Account_UpdateExternalProviderDto = {
|
|
|
243
243
|
additionalProperties: false
|
|
244
244
|
} as const;
|
|
245
245
|
|
|
246
|
-
export const $
|
|
246
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_IdentityRoleDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
247
247
|
type: 'object',
|
|
248
248
|
properties: {
|
|
249
249
|
items: {
|
|
@@ -291,7 +291,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Ident
|
|
|
291
291
|
additionalProperties: false
|
|
292
292
|
} as const;
|
|
293
293
|
|
|
294
|
-
export const $
|
|
294
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_OrganizationUnitWithDetailsDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
295
295
|
type: 'object',
|
|
296
296
|
properties: {
|
|
297
297
|
items: {
|
|
@@ -412,7 +412,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Organ
|
|
|
412
412
|
additionalProperties: false
|
|
413
413
|
} as const;
|
|
414
414
|
|
|
415
|
-
export const $
|
|
415
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData__Volo_Abp_Users_Abstractions__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
416
416
|
type: 'object',
|
|
417
417
|
properties: {
|
|
418
418
|
items: {
|
|
@@ -473,7 +473,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData
|
|
|
473
473
|
additionalProperties: false
|
|
474
474
|
} as const;
|
|
475
475
|
|
|
476
|
-
export const $
|
|
476
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_ClaimTypeDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
477
477
|
type: 'object',
|
|
478
478
|
properties: {
|
|
479
479
|
items: {
|
|
@@ -539,7 +539,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Clai
|
|
|
539
539
|
additionalProperties: false
|
|
540
540
|
} as const;
|
|
541
541
|
|
|
542
|
-
export const $
|
|
542
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentityRoleDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
543
543
|
type: 'object',
|
|
544
544
|
properties: {
|
|
545
545
|
items: {
|
|
@@ -591,7 +591,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
591
591
|
additionalProperties: false
|
|
592
592
|
} as const;
|
|
593
593
|
|
|
594
|
-
export const $
|
|
594
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentitySecurityLogDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
595
595
|
type: 'object',
|
|
596
596
|
properties: {
|
|
597
597
|
items: {
|
|
@@ -673,7 +673,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
673
673
|
additionalProperties: false
|
|
674
674
|
} as const;
|
|
675
675
|
|
|
676
|
-
export const $
|
|
676
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentityUserDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
677
677
|
type: 'object',
|
|
678
678
|
properties: {
|
|
679
679
|
items: {
|
|
@@ -710,19 +710,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
710
710
|
format: 'uuid',
|
|
711
711
|
nullable: true
|
|
712
712
|
},
|
|
713
|
-
isDeleted: {
|
|
714
|
-
type: 'boolean'
|
|
715
|
-
},
|
|
716
|
-
deleterId: {
|
|
717
|
-
type: 'string',
|
|
718
|
-
format: 'uuid',
|
|
719
|
-
nullable: true
|
|
720
|
-
},
|
|
721
|
-
deletionTime: {
|
|
722
|
-
type: 'string',
|
|
723
|
-
format: 'date-time',
|
|
724
|
-
nullable: true
|
|
725
|
-
},
|
|
726
713
|
tenantId: {
|
|
727
714
|
type: 'string',
|
|
728
715
|
format: 'uuid',
|
|
@@ -810,7 +797,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
810
797
|
additionalProperties: false
|
|
811
798
|
} as const;
|
|
812
799
|
|
|
813
|
-
export const $
|
|
800
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_OrganizationUnitWithDetailsDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
814
801
|
type: 'object',
|
|
815
802
|
properties: {
|
|
816
803
|
items: {
|
|
@@ -935,7 +922,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Orga
|
|
|
935
922
|
additionalProperties: false
|
|
936
923
|
} as const;
|
|
937
924
|
|
|
938
|
-
export const $
|
|
925
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto__Volo_Abp_OpenIddict_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
939
926
|
type: 'object',
|
|
940
927
|
properties: {
|
|
941
928
|
items: {
|
|
@@ -1054,7 +1041,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Ap
|
|
|
1054
1041
|
additionalProperties: false
|
|
1055
1042
|
} as const;
|
|
1056
1043
|
|
|
1057
|
-
export const $
|
|
1044
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto__Volo_Abp_OpenIddict_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1058
1045
|
type: 'object',
|
|
1059
1046
|
properties: {
|
|
1060
1047
|
items: {
|
|
@@ -5425,19 +5412,6 @@ export const $Volo_Abp_Identity_IdentityUserDto = {
|
|
|
5425
5412
|
format: 'uuid',
|
|
5426
5413
|
nullable: true
|
|
5427
5414
|
},
|
|
5428
|
-
isDeleted: {
|
|
5429
|
-
type: 'boolean'
|
|
5430
|
-
},
|
|
5431
|
-
deleterId: {
|
|
5432
|
-
type: 'string',
|
|
5433
|
-
format: 'uuid',
|
|
5434
|
-
nullable: true
|
|
5435
|
-
},
|
|
5436
|
-
deletionTime: {
|
|
5437
|
-
type: 'string',
|
|
5438
|
-
format: 'date-time',
|
|
5439
|
-
nullable: true
|
|
5440
|
-
},
|
|
5441
5415
|
tenantId: {
|
|
5442
5416
|
type: 'string',
|
|
5443
5417
|
format: 'uuid',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAccountAdminSettingsResponse, PutApiAccountAdminSettingsData, PutApiAccountAdminSettingsResponse, GetApiAccountAdminSettingsTwoFactorResponse, PutApiAccountAdminSettingsTwoFactorData, PutApiAccountAdminSettingsTwoFactorResponse, GetApiAccountAdminSettingsRecaptchaResponse, PutApiAccountAdminSettingsRecaptchaData, PutApiAccountAdminSettingsRecaptchaResponse, GetApiAccountAdminSettingsExternalProviderResponse, PutApiAccountAdminSettingsExternalProviderData, PutApiAccountAdminSettingsExternalProviderResponse, GetApiOpeniddictApplicationsByIdData, GetApiOpeniddictApplicationsByIdResponse, PutApiOpeniddictApplicationsByIdData, PutApiOpeniddictApplicationsByIdResponse, GetApiOpeniddictApplicationsData, GetApiOpeniddictApplicationsResponse, PostApiOpeniddictApplicationsData, PostApiOpeniddictApplicationsResponse, DeleteApiOpeniddictApplicationsData, DeleteApiOpeniddictApplicationsResponse, GetApiOpeniddictApplicationsByIdTokenLifetimeData, GetApiOpeniddictApplicationsByIdTokenLifetimeResponse, PutApiOpeniddictApplicationsByIdTokenLifetimeData, PutApiOpeniddictApplicationsByIdTokenLifetimeResponse, GetApiIdentityClaimTypesData, GetApiIdentityClaimTypesResponse, PostApiIdentityClaimTypesData, PostApiIdentityClaimTypesResponse, GetApiIdentityClaimTypesByIdData, GetApiIdentityClaimTypesByIdResponse, PutApiIdentityClaimTypesByIdData, PutApiIdentityClaimTypesByIdResponse, DeleteApiIdentityClaimTypesByIdData, DeleteApiIdentityClaimTypesByIdResponse, PostApiIdentityExternalLoginResponse, PutApiIdentityOrganizationUnitsByIdRolesData, PutApiIdentityOrganizationUnitsByIdRolesResponse, GetApiIdentityOrganizationUnitsByIdRolesData, GetApiIdentityOrganizationUnitsByIdRolesResponse, PutApiIdentityOrganizationUnitsByIdMembersData, PutApiIdentityOrganizationUnitsByIdMembersResponse, GetApiIdentityOrganizationUnitsByIdMembersData, GetApiIdentityOrganizationUnitsByIdMembersResponse, PostApiIdentityOrganizationUnitsData, PostApiIdentityOrganizationUnitsResponse, DeleteApiIdentityOrganizationUnitsData, DeleteApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsData, GetApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsByIdData, GetApiIdentityOrganizationUnitsByIdResponse, PutApiIdentityOrganizationUnitsByIdData, PutApiIdentityOrganizationUnitsByIdResponse, GetApiIdentityOrganizationUnitsAllResponse, PutApiIdentityOrganizationUnitsByIdMoveData, PutApiIdentityOrganizationUnitsByIdMoveResponse, GetApiIdentityOrganizationUnitsAvailableUsersData, GetApiIdentityOrganizationUnitsAvailableUsersResponse, GetApiIdentityOrganizationUnitsAvailableRolesData, GetApiIdentityOrganizationUnitsAvailableRolesResponse, PutApiIdentityOrganizationUnitsByIdMoveAllUsersData, PutApiIdentityOrganizationUnitsByIdMoveAllUsersResponse, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdData, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdResponse, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdData, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdResponse, GetApiIdentityRolesByIdData, GetApiIdentityRolesByIdResponse, PutApiIdentityRolesByIdData, PutApiIdentityRolesByIdResponse, DeleteApiIdentityRolesByIdData, DeleteApiIdentityRolesByIdResponse, PostApiIdentityRolesData, PostApiIdentityRolesResponse, GetApiIdentityRolesData, GetApiIdentityRolesResponse, GetApiIdentityRolesAllResponse, PutApiIdentityRolesByIdClaimsData, PutApiIdentityRolesByIdClaimsResponse, GetApiIdentityRolesByIdClaimsData, GetApiIdentityRolesByIdClaimsResponse, PutApiIdentityRolesByIdMoveAllUsersData, PutApiIdentityRolesByIdMoveAllUsersResponse, GetApiIdentityRolesAllClaimTypesResponse, GetApiOpeniddictScopesByIdData, GetApiOpeniddictScopesByIdResponse, PutApiOpeniddictScopesByIdData, PutApiOpeniddictScopesByIdResponse, GetApiOpeniddictScopesData, GetApiOpeniddictScopesResponse, PostApiOpeniddictScopesData, PostApiOpeniddictScopesResponse, DeleteApiOpeniddictScopesData, DeleteApiOpeniddictScopesResponse, GetApiOpeniddictScopesAllResponse, GetApiIdentitySecurityLogsData, GetApiIdentitySecurityLogsResponse, GetApiIdentitySecurityLogsByIdData, GetApiIdentitySecurityLogsByIdResponse, GetApiIdentitySecurityLogsMyData, GetApiIdentitySecurityLogsMyResponse, GetApiIdentitySecurityLogsMyByIdData, GetApiIdentitySecurityLogsMyByIdResponse, GetApiIdentitySettingsResponse, PutApiIdentitySettingsData, PutApiIdentitySettingsResponse, GetApiIdentitySettingsLdapResponse, PutApiIdentitySettingsLdapData, PutApiIdentitySettingsLdapResponse, GetApiIdentitySettingsOauthResponse, PutApiIdentitySettingsOauthData, PutApiIdentitySettingsOauthResponse, GetApiIdentityUsersByIdData, GetApiIdentityUsersByIdResponse, PutApiIdentityUsersByIdData, PutApiIdentityUsersByIdResponse, DeleteApiIdentityUsersByIdData, DeleteApiIdentityUsersByIdResponse, GetApiIdentityUsersData, GetApiIdentityUsersResponse, PostApiIdentityUsersData, PostApiIdentityUsersResponse,
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAccountAdminSettingsResponse, PutApiAccountAdminSettingsData, PutApiAccountAdminSettingsResponse, GetApiAccountAdminSettingsTwoFactorResponse, PutApiAccountAdminSettingsTwoFactorData, PutApiAccountAdminSettingsTwoFactorResponse, GetApiAccountAdminSettingsRecaptchaResponse, PutApiAccountAdminSettingsRecaptchaData, PutApiAccountAdminSettingsRecaptchaResponse, GetApiAccountAdminSettingsExternalProviderResponse, PutApiAccountAdminSettingsExternalProviderData, PutApiAccountAdminSettingsExternalProviderResponse, GetApiOpeniddictApplicationsByIdData, GetApiOpeniddictApplicationsByIdResponse, PutApiOpeniddictApplicationsByIdData, PutApiOpeniddictApplicationsByIdResponse, GetApiOpeniddictApplicationsData, GetApiOpeniddictApplicationsResponse, PostApiOpeniddictApplicationsData, PostApiOpeniddictApplicationsResponse, DeleteApiOpeniddictApplicationsData, DeleteApiOpeniddictApplicationsResponse, GetApiOpeniddictApplicationsByIdTokenLifetimeData, GetApiOpeniddictApplicationsByIdTokenLifetimeResponse, PutApiOpeniddictApplicationsByIdTokenLifetimeData, PutApiOpeniddictApplicationsByIdTokenLifetimeResponse, GetApiIdentityClaimTypesData, GetApiIdentityClaimTypesResponse, PostApiIdentityClaimTypesData, PostApiIdentityClaimTypesResponse, GetApiIdentityClaimTypesByIdData, GetApiIdentityClaimTypesByIdResponse, PutApiIdentityClaimTypesByIdData, PutApiIdentityClaimTypesByIdResponse, DeleteApiIdentityClaimTypesByIdData, DeleteApiIdentityClaimTypesByIdResponse, PostApiIdentityExternalLoginResponse, PutApiIdentityOrganizationUnitsByIdRolesData, PutApiIdentityOrganizationUnitsByIdRolesResponse, GetApiIdentityOrganizationUnitsByIdRolesData, GetApiIdentityOrganizationUnitsByIdRolesResponse, PutApiIdentityOrganizationUnitsByIdMembersData, PutApiIdentityOrganizationUnitsByIdMembersResponse, GetApiIdentityOrganizationUnitsByIdMembersData, GetApiIdentityOrganizationUnitsByIdMembersResponse, PostApiIdentityOrganizationUnitsData, PostApiIdentityOrganizationUnitsResponse, DeleteApiIdentityOrganizationUnitsData, DeleteApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsData, GetApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsByIdData, GetApiIdentityOrganizationUnitsByIdResponse, PutApiIdentityOrganizationUnitsByIdData, PutApiIdentityOrganizationUnitsByIdResponse, GetApiIdentityOrganizationUnitsAllResponse, PutApiIdentityOrganizationUnitsByIdMoveData, PutApiIdentityOrganizationUnitsByIdMoveResponse, GetApiIdentityOrganizationUnitsAvailableUsersData, GetApiIdentityOrganizationUnitsAvailableUsersResponse, GetApiIdentityOrganizationUnitsAvailableRolesData, GetApiIdentityOrganizationUnitsAvailableRolesResponse, PutApiIdentityOrganizationUnitsByIdMoveAllUsersData, PutApiIdentityOrganizationUnitsByIdMoveAllUsersResponse, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdData, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdResponse, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdData, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdResponse, GetApiIdentityRolesByIdData, GetApiIdentityRolesByIdResponse, PutApiIdentityRolesByIdData, PutApiIdentityRolesByIdResponse, DeleteApiIdentityRolesByIdData, DeleteApiIdentityRolesByIdResponse, PostApiIdentityRolesData, PostApiIdentityRolesResponse, GetApiIdentityRolesData, GetApiIdentityRolesResponse, GetApiIdentityRolesAllResponse, PutApiIdentityRolesByIdClaimsData, PutApiIdentityRolesByIdClaimsResponse, GetApiIdentityRolesByIdClaimsData, GetApiIdentityRolesByIdClaimsResponse, PutApiIdentityRolesByIdMoveAllUsersData, PutApiIdentityRolesByIdMoveAllUsersResponse, GetApiIdentityRolesAllClaimTypesResponse, GetApiOpeniddictScopesByIdData, GetApiOpeniddictScopesByIdResponse, PutApiOpeniddictScopesByIdData, PutApiOpeniddictScopesByIdResponse, GetApiOpeniddictScopesData, GetApiOpeniddictScopesResponse, PostApiOpeniddictScopesData, PostApiOpeniddictScopesResponse, DeleteApiOpeniddictScopesData, DeleteApiOpeniddictScopesResponse, GetApiOpeniddictScopesAllResponse, GetApiIdentitySecurityLogsData, GetApiIdentitySecurityLogsResponse, GetApiIdentitySecurityLogsByIdData, GetApiIdentitySecurityLogsByIdResponse, GetApiIdentitySecurityLogsMyData, GetApiIdentitySecurityLogsMyResponse, GetApiIdentitySecurityLogsMyByIdData, GetApiIdentitySecurityLogsMyByIdResponse, GetApiIdentitySettingsResponse, PutApiIdentitySettingsData, PutApiIdentitySettingsResponse, GetApiIdentitySettingsLdapResponse, PutApiIdentitySettingsLdapData, PutApiIdentitySettingsLdapResponse, GetApiIdentitySettingsOauthResponse, PutApiIdentitySettingsOauthData, PutApiIdentitySettingsOauthResponse, GetApiIdentityUsersByIdData, GetApiIdentityUsersByIdResponse, PutApiIdentityUsersByIdData, PutApiIdentityUsersByIdResponse, DeleteApiIdentityUsersByIdData, DeleteApiIdentityUsersByIdResponse, GetApiIdentityUsersData, GetApiIdentityUsersResponse, PostApiIdentityUsersData, PostApiIdentityUsersResponse, GetApiIdentityUsersByIdRolesData, GetApiIdentityUsersByIdRolesResponse, PutApiIdentityUsersByIdRolesData, PutApiIdentityUsersByIdRolesResponse, GetApiIdentityUsersAssignableRolesResponse, GetApiIdentityUsersAvailableOrganizationUnitsResponse, GetApiIdentityUsersAllClaimTypesResponse, GetApiIdentityUsersByIdClaimsData, GetApiIdentityUsersByIdClaimsResponse, PutApiIdentityUsersByIdClaimsData, PutApiIdentityUsersByIdClaimsResponse, GetApiIdentityUsersByIdOrganizationUnitsData, GetApiIdentityUsersByIdOrganizationUnitsResponse, PutApiIdentityUsersByIdLockByLockoutEndData, PutApiIdentityUsersByIdLockByLockoutEndResponse, PutApiIdentityUsersByIdUnlockData, PutApiIdentityUsersByIdUnlockResponse, GetApiIdentityUsersByUsernameByUsernameData, GetApiIdentityUsersByUsernameByUsernameResponse, GetApiIdentityUsersByEmailByEmailData, GetApiIdentityUsersByEmailByEmailResponse, GetApiIdentityUsersByIdTwoFactorEnabledData, GetApiIdentityUsersByIdTwoFactorEnabledResponse, PutApiIdentityUsersByIdTwoFactorByEnabledData, PutApiIdentityUsersByIdTwoFactorByEnabledResponse, PutApiIdentityUsersByIdChangePasswordData, PutApiIdentityUsersByIdChangePasswordResponse, GetApiIdentityUsersLookupRolesResponse, GetApiIdentityUsersLookupOrganizationUnitsResponse, GetApiIdentityUsersExternalLoginProvidersResponse, PostApiIdentityUsersImportExternalUserData, PostApiIdentityUsersImportExternalUserResponse, GetApiIdentityUsersExportAsExcelData, GetApiIdentityUsersExportAsExcelResponse, GetApiIdentityUsersExportAsCsvData, GetApiIdentityUsersExportAsCsvResponse, GetApiIdentityUsersDownloadTokenResponse, GetApiIdentityUsersImportUsersSampleFileData, GetApiIdentityUsersImportUsersSampleFileResponse, PostApiIdentityUsersImportUsersFromFileData, PostApiIdentityUsersImportUsersFromFileResponse, GetApiIdentityUsersDownloadImportInvalidUsersFileData, GetApiIdentityUsersDownloadImportInvalidUsersFileResponse, GetIntegrationApiIdentityUsersByIdRoleNamesData, GetIntegrationApiIdentityUsersByIdRoleNamesResponse, GetIntegrationApiIdentityUsersByIdData, GetIntegrationApiIdentityUsersByIdResponse, GetIntegrationApiIdentityUsersByUsernameByUserNameData, GetIntegrationApiIdentityUsersByUsernameByUserNameResponse, GetIntegrationApiIdentityUsersSearchData, GetIntegrationApiIdentityUsersSearchResponse, GetIntegrationApiIdentityUsersCountData, GetIntegrationApiIdentityUsersCountResponse, GetApiIdentityUsersLookupByIdData, GetApiIdentityUsersLookupByIdResponse, GetApiIdentityUsersLookupByUsernameByUserNameData, GetApiIdentityUsersLookupByUsernameByUserNameResponse, GetApiIdentityUsersLookupSearchData, GetApiIdentityUsersLookupSearchResponse, GetApiIdentityUsersLookupCountData, GetApiIdentityUsersLookupCountResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -1933,30 +1933,6 @@ export class UserService {
|
|
|
1933
1933
|
});
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
|
-
/**
|
|
1937
|
-
* @param data The data for the request.
|
|
1938
|
-
* @param data.id
|
|
1939
|
-
* @returns unknown Success
|
|
1940
|
-
* @throws ApiError
|
|
1941
|
-
*/
|
|
1942
|
-
public getApiIdentityUsersByIdById(data: GetApiIdentityUsersByIdByIdData): CancelablePromise<GetApiIdentityUsersByIdByIdResponse> {
|
|
1943
|
-
return this.httpRequest.request({
|
|
1944
|
-
method: 'GET',
|
|
1945
|
-
url: '/api/identity/users/by-id/{id}',
|
|
1946
|
-
path: {
|
|
1947
|
-
id: data.id
|
|
1948
|
-
},
|
|
1949
|
-
errors: {
|
|
1950
|
-
400: 'Bad Request',
|
|
1951
|
-
401: 'Unauthorized',
|
|
1952
|
-
403: 'Forbidden',
|
|
1953
|
-
404: 'Not Found',
|
|
1954
|
-
500: 'Server Error',
|
|
1955
|
-
501: 'Server Error'
|
|
1956
|
-
}
|
|
1957
|
-
});
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
1936
|
/**
|
|
1961
1937
|
* @param data The data for the request.
|
|
1962
1938
|
* @param data.id
|
|
@@ -202,9 +202,6 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
|
|
|
202
202
|
creatorId?: string | null;
|
|
203
203
|
lastModificationTime?: string | null;
|
|
204
204
|
lastModifierId?: string | null;
|
|
205
|
-
isDeleted?: boolean;
|
|
206
|
-
deleterId?: string | null;
|
|
207
|
-
deletionTime?: string | null;
|
|
208
205
|
tenantId?: string | null;
|
|
209
206
|
userName?: string | null;
|
|
210
207
|
email?: string | null;
|
|
@@ -1605,9 +1602,6 @@ export type Volo_Abp_Identity_IdentityUserDto = {
|
|
|
1605
1602
|
creatorId?: string | null;
|
|
1606
1603
|
lastModificationTime?: string | null;
|
|
1607
1604
|
lastModifierId?: string | null;
|
|
1608
|
-
isDeleted?: boolean;
|
|
1609
|
-
deleterId?: string | null;
|
|
1610
|
-
deletionTime?: string | null;
|
|
1611
1605
|
tenantId?: string | null;
|
|
1612
1606
|
userName?: string | null;
|
|
1613
1607
|
email?: string | null;
|
|
@@ -2733,9 +2727,6 @@ export type GetApiIdentityOrganizationUnitsByIdMembersResponse = {
|
|
|
2733
2727
|
creatorId?: string | null;
|
|
2734
2728
|
lastModificationTime?: string | null;
|
|
2735
2729
|
lastModifierId?: string | null;
|
|
2736
|
-
isDeleted?: boolean;
|
|
2737
|
-
deleterId?: string | null;
|
|
2738
|
-
deletionTime?: string | null;
|
|
2739
2730
|
tenantId?: string | null;
|
|
2740
2731
|
userName?: string | null;
|
|
2741
2732
|
email?: string | null;
|
|
@@ -2990,9 +2981,6 @@ export type GetApiIdentityOrganizationUnitsAvailableUsersResponse = {
|
|
|
2990
2981
|
creatorId?: string | null;
|
|
2991
2982
|
lastModificationTime?: string | null;
|
|
2992
2983
|
lastModifierId?: string | null;
|
|
2993
|
-
isDeleted?: boolean;
|
|
2994
|
-
deleterId?: string | null;
|
|
2995
|
-
deletionTime?: string | null;
|
|
2996
2984
|
tenantId?: string | null;
|
|
2997
2985
|
userName?: string | null;
|
|
2998
2986
|
email?: string | null;
|
|
@@ -3574,9 +3562,6 @@ export type GetApiIdentityUsersByIdResponse = {
|
|
|
3574
3562
|
creatorId?: string | null;
|
|
3575
3563
|
lastModificationTime?: string | null;
|
|
3576
3564
|
lastModifierId?: string | null;
|
|
3577
|
-
isDeleted?: boolean;
|
|
3578
|
-
deleterId?: string | null;
|
|
3579
|
-
deletionTime?: string | null;
|
|
3580
3565
|
tenantId?: string | null;
|
|
3581
3566
|
userName?: string | null;
|
|
3582
3567
|
email?: string | null;
|
|
@@ -3627,9 +3612,6 @@ export type PutApiIdentityUsersByIdResponse = {
|
|
|
3627
3612
|
creatorId?: string | null;
|
|
3628
3613
|
lastModificationTime?: string | null;
|
|
3629
3614
|
lastModifierId?: string | null;
|
|
3630
|
-
isDeleted?: boolean;
|
|
3631
|
-
deleterId?: string | null;
|
|
3632
|
-
deletionTime?: string | null;
|
|
3633
3615
|
tenantId?: string | null;
|
|
3634
3616
|
userName?: string | null;
|
|
3635
3617
|
email?: string | null;
|
|
@@ -3692,9 +3674,6 @@ export type GetApiIdentityUsersResponse = {
|
|
|
3692
3674
|
creatorId?: string | null;
|
|
3693
3675
|
lastModificationTime?: string | null;
|
|
3694
3676
|
lastModifierId?: string | null;
|
|
3695
|
-
isDeleted?: boolean;
|
|
3696
|
-
deleterId?: string | null;
|
|
3697
|
-
deletionTime?: string | null;
|
|
3698
3677
|
tenantId?: string | null;
|
|
3699
3678
|
userName?: string | null;
|
|
3700
3679
|
email?: string | null;
|
|
@@ -3747,46 +3726,6 @@ export type PostApiIdentityUsersResponse = {
|
|
|
3747
3726
|
creatorId?: string | null;
|
|
3748
3727
|
lastModificationTime?: string | null;
|
|
3749
3728
|
lastModifierId?: string | null;
|
|
3750
|
-
isDeleted?: boolean;
|
|
3751
|
-
deleterId?: string | null;
|
|
3752
|
-
deletionTime?: string | null;
|
|
3753
|
-
tenantId?: string | null;
|
|
3754
|
-
userName?: string | null;
|
|
3755
|
-
email?: string | null;
|
|
3756
|
-
name?: string | null;
|
|
3757
|
-
surname?: string | null;
|
|
3758
|
-
emailConfirmed?: boolean;
|
|
3759
|
-
phoneNumber?: string | null;
|
|
3760
|
-
phoneNumberConfirmed?: boolean;
|
|
3761
|
-
supportTwoFactor?: boolean;
|
|
3762
|
-
twoFactorEnabled?: boolean;
|
|
3763
|
-
isActive?: boolean;
|
|
3764
|
-
lockoutEnabled?: boolean;
|
|
3765
|
-
isLockedOut?: boolean;
|
|
3766
|
-
lockoutEnd?: string | null;
|
|
3767
|
-
shouldChangePasswordOnNextLogin?: boolean;
|
|
3768
|
-
concurrencyStamp?: string | null;
|
|
3769
|
-
roleNames?: Array<(string)> | null;
|
|
3770
|
-
accessFailedCount?: number;
|
|
3771
|
-
lastPasswordChangeTime?: string | null;
|
|
3772
|
-
};
|
|
3773
|
-
|
|
3774
|
-
export type GetApiIdentityUsersByIdByIdData = {
|
|
3775
|
-
id: string;
|
|
3776
|
-
};
|
|
3777
|
-
|
|
3778
|
-
export type GetApiIdentityUsersByIdByIdResponse = {
|
|
3779
|
-
readonly extraProperties?: {
|
|
3780
|
-
[key: string]: unknown;
|
|
3781
|
-
} | null;
|
|
3782
|
-
id?: string;
|
|
3783
|
-
creationTime?: string;
|
|
3784
|
-
creatorId?: string | null;
|
|
3785
|
-
lastModificationTime?: string | null;
|
|
3786
|
-
lastModifierId?: string | null;
|
|
3787
|
-
isDeleted?: boolean;
|
|
3788
|
-
deleterId?: string | null;
|
|
3789
|
-
deletionTime?: string | null;
|
|
3790
3729
|
tenantId?: string | null;
|
|
3791
3730
|
userName?: string | null;
|
|
3792
3731
|
email?: string | null;
|
|
@@ -3974,9 +3913,6 @@ export type GetApiIdentityUsersByUsernameByUsernameResponse = {
|
|
|
3974
3913
|
creatorId?: string | null;
|
|
3975
3914
|
lastModificationTime?: string | null;
|
|
3976
3915
|
lastModifierId?: string | null;
|
|
3977
|
-
isDeleted?: boolean;
|
|
3978
|
-
deleterId?: string | null;
|
|
3979
|
-
deletionTime?: string | null;
|
|
3980
3916
|
tenantId?: string | null;
|
|
3981
3917
|
userName?: string | null;
|
|
3982
3918
|
email?: string | null;
|
|
@@ -4011,9 +3947,6 @@ export type GetApiIdentityUsersByEmailByEmailResponse = {
|
|
|
4011
3947
|
creatorId?: string | null;
|
|
4012
3948
|
lastModificationTime?: string | null;
|
|
4013
3949
|
lastModifierId?: string | null;
|
|
4014
|
-
isDeleted?: boolean;
|
|
4015
|
-
deleterId?: string | null;
|
|
4016
|
-
deletionTime?: string | null;
|
|
4017
3950
|
tenantId?: string | null;
|
|
4018
3951
|
userName?: string | null;
|
|
4019
3952
|
email?: string | null;
|
|
@@ -4089,9 +4022,6 @@ export type PostApiIdentityUsersImportExternalUserResponse = {
|
|
|
4089
4022
|
creatorId?: string | null;
|
|
4090
4023
|
lastModificationTime?: string | null;
|
|
4091
4024
|
lastModifierId?: string | null;
|
|
4092
|
-
isDeleted?: boolean;
|
|
4093
|
-
deleterId?: string | null;
|
|
4094
|
-
deletionTime?: string | null;
|
|
4095
4025
|
tenantId?: string | null;
|
|
4096
4026
|
userName?: string | null;
|
|
4097
4027
|
email?: string | null;
|
|
@@ -7893,9 +7823,6 @@ export type $OpenApiTs = {
|
|
|
7893
7823
|
creatorId?: string | null;
|
|
7894
7824
|
lastModificationTime?: string | null;
|
|
7895
7825
|
lastModifierId?: string | null;
|
|
7896
|
-
isDeleted?: boolean;
|
|
7897
|
-
deleterId?: string | null;
|
|
7898
|
-
deletionTime?: string | null;
|
|
7899
7826
|
tenantId?: string | null;
|
|
7900
7827
|
userName?: string | null;
|
|
7901
7828
|
email?: string | null;
|
|
@@ -8974,9 +8901,6 @@ export type $OpenApiTs = {
|
|
|
8974
8901
|
creatorId?: string | null;
|
|
8975
8902
|
lastModificationTime?: string | null;
|
|
8976
8903
|
lastModifierId?: string | null;
|
|
8977
|
-
isDeleted?: boolean;
|
|
8978
|
-
deleterId?: string | null;
|
|
8979
|
-
deletionTime?: string | null;
|
|
8980
8904
|
tenantId?: string | null;
|
|
8981
8905
|
userName?: string | null;
|
|
8982
8906
|
email?: string | null;
|
|
@@ -12746,9 +12670,6 @@ export type $OpenApiTs = {
|
|
|
12746
12670
|
creatorId?: string | null;
|
|
12747
12671
|
lastModificationTime?: string | null;
|
|
12748
12672
|
lastModifierId?: string | null;
|
|
12749
|
-
isDeleted?: boolean;
|
|
12750
|
-
deleterId?: string | null;
|
|
12751
|
-
deletionTime?: string | null;
|
|
12752
12673
|
tenantId?: string | null;
|
|
12753
12674
|
userName?: string | null;
|
|
12754
12675
|
email?: string | null;
|
|
@@ -12888,9 +12809,6 @@ export type $OpenApiTs = {
|
|
|
12888
12809
|
creatorId?: string | null;
|
|
12889
12810
|
lastModificationTime?: string | null;
|
|
12890
12811
|
lastModifierId?: string | null;
|
|
12891
|
-
isDeleted?: boolean;
|
|
12892
|
-
deleterId?: string | null;
|
|
12893
|
-
deletionTime?: string | null;
|
|
12894
12812
|
tenantId?: string | null;
|
|
12895
12813
|
userName?: string | null;
|
|
12896
12814
|
email?: string | null;
|
|
@@ -13144,9 +13062,6 @@ export type $OpenApiTs = {
|
|
|
13144
13062
|
creatorId?: string | null;
|
|
13145
13063
|
lastModificationTime?: string | null;
|
|
13146
13064
|
lastModifierId?: string | null;
|
|
13147
|
-
isDeleted?: boolean;
|
|
13148
|
-
deleterId?: string | null;
|
|
13149
|
-
deletionTime?: string | null;
|
|
13150
13065
|
tenantId?: string | null;
|
|
13151
13066
|
userName?: string | null;
|
|
13152
13067
|
email?: string | null;
|
|
@@ -13288,153 +13203,6 @@ export type $OpenApiTs = {
|
|
|
13288
13203
|
creatorId?: string | null;
|
|
13289
13204
|
lastModificationTime?: string | null;
|
|
13290
13205
|
lastModifierId?: string | null;
|
|
13291
|
-
isDeleted?: boolean;
|
|
13292
|
-
deleterId?: string | null;
|
|
13293
|
-
deletionTime?: string | null;
|
|
13294
|
-
tenantId?: string | null;
|
|
13295
|
-
userName?: string | null;
|
|
13296
|
-
email?: string | null;
|
|
13297
|
-
name?: string | null;
|
|
13298
|
-
surname?: string | null;
|
|
13299
|
-
emailConfirmed?: boolean;
|
|
13300
|
-
phoneNumber?: string | null;
|
|
13301
|
-
phoneNumberConfirmed?: boolean;
|
|
13302
|
-
supportTwoFactor?: boolean;
|
|
13303
|
-
twoFactorEnabled?: boolean;
|
|
13304
|
-
isActive?: boolean;
|
|
13305
|
-
lockoutEnabled?: boolean;
|
|
13306
|
-
isLockedOut?: boolean;
|
|
13307
|
-
lockoutEnd?: string | null;
|
|
13308
|
-
shouldChangePasswordOnNextLogin?: boolean;
|
|
13309
|
-
concurrencyStamp?: string | null;
|
|
13310
|
-
roleNames?: Array<(string)> | null;
|
|
13311
|
-
accessFailedCount?: number;
|
|
13312
|
-
lastPasswordChangeTime?: string | null;
|
|
13313
|
-
};
|
|
13314
|
-
/**
|
|
13315
|
-
* Bad Request
|
|
13316
|
-
*/
|
|
13317
|
-
400: {
|
|
13318
|
-
error?: {
|
|
13319
|
-
code?: string | null;
|
|
13320
|
-
message?: string | null;
|
|
13321
|
-
details?: string | null;
|
|
13322
|
-
data?: {
|
|
13323
|
-
[key: string]: unknown;
|
|
13324
|
-
} | null;
|
|
13325
|
-
validationErrors?: Array<{
|
|
13326
|
-
message?: string | null;
|
|
13327
|
-
members?: Array<(string)> | null;
|
|
13328
|
-
}> | null;
|
|
13329
|
-
};
|
|
13330
|
-
};
|
|
13331
|
-
/**
|
|
13332
|
-
* Unauthorized
|
|
13333
|
-
*/
|
|
13334
|
-
401: {
|
|
13335
|
-
error?: {
|
|
13336
|
-
code?: string | null;
|
|
13337
|
-
message?: string | null;
|
|
13338
|
-
details?: string | null;
|
|
13339
|
-
data?: {
|
|
13340
|
-
[key: string]: unknown;
|
|
13341
|
-
} | null;
|
|
13342
|
-
validationErrors?: Array<{
|
|
13343
|
-
message?: string | null;
|
|
13344
|
-
members?: Array<(string)> | null;
|
|
13345
|
-
}> | null;
|
|
13346
|
-
};
|
|
13347
|
-
};
|
|
13348
|
-
/**
|
|
13349
|
-
* Forbidden
|
|
13350
|
-
*/
|
|
13351
|
-
403: {
|
|
13352
|
-
error?: {
|
|
13353
|
-
code?: string | null;
|
|
13354
|
-
message?: string | null;
|
|
13355
|
-
details?: string | null;
|
|
13356
|
-
data?: {
|
|
13357
|
-
[key: string]: unknown;
|
|
13358
|
-
} | null;
|
|
13359
|
-
validationErrors?: Array<{
|
|
13360
|
-
message?: string | null;
|
|
13361
|
-
members?: Array<(string)> | null;
|
|
13362
|
-
}> | null;
|
|
13363
|
-
};
|
|
13364
|
-
};
|
|
13365
|
-
/**
|
|
13366
|
-
* Not Found
|
|
13367
|
-
*/
|
|
13368
|
-
404: {
|
|
13369
|
-
error?: {
|
|
13370
|
-
code?: string | null;
|
|
13371
|
-
message?: string | null;
|
|
13372
|
-
details?: string | null;
|
|
13373
|
-
data?: {
|
|
13374
|
-
[key: string]: unknown;
|
|
13375
|
-
} | null;
|
|
13376
|
-
validationErrors?: Array<{
|
|
13377
|
-
message?: string | null;
|
|
13378
|
-
members?: Array<(string)> | null;
|
|
13379
|
-
}> | null;
|
|
13380
|
-
};
|
|
13381
|
-
};
|
|
13382
|
-
/**
|
|
13383
|
-
* Server Error
|
|
13384
|
-
*/
|
|
13385
|
-
500: {
|
|
13386
|
-
error?: {
|
|
13387
|
-
code?: string | null;
|
|
13388
|
-
message?: string | null;
|
|
13389
|
-
details?: string | null;
|
|
13390
|
-
data?: {
|
|
13391
|
-
[key: string]: unknown;
|
|
13392
|
-
} | null;
|
|
13393
|
-
validationErrors?: Array<{
|
|
13394
|
-
message?: string | null;
|
|
13395
|
-
members?: Array<(string)> | null;
|
|
13396
|
-
}> | null;
|
|
13397
|
-
};
|
|
13398
|
-
};
|
|
13399
|
-
/**
|
|
13400
|
-
* Server Error
|
|
13401
|
-
*/
|
|
13402
|
-
501: {
|
|
13403
|
-
error?: {
|
|
13404
|
-
code?: string | null;
|
|
13405
|
-
message?: string | null;
|
|
13406
|
-
details?: string | null;
|
|
13407
|
-
data?: {
|
|
13408
|
-
[key: string]: unknown;
|
|
13409
|
-
} | null;
|
|
13410
|
-
validationErrors?: Array<{
|
|
13411
|
-
message?: string | null;
|
|
13412
|
-
members?: Array<(string)> | null;
|
|
13413
|
-
}> | null;
|
|
13414
|
-
};
|
|
13415
|
-
};
|
|
13416
|
-
};
|
|
13417
|
-
};
|
|
13418
|
-
};
|
|
13419
|
-
'/api/identity/users/by-id/{id}': {
|
|
13420
|
-
get: {
|
|
13421
|
-
req: GetApiIdentityUsersByIdByIdData;
|
|
13422
|
-
res: {
|
|
13423
|
-
/**
|
|
13424
|
-
* Success
|
|
13425
|
-
*/
|
|
13426
|
-
200: {
|
|
13427
|
-
readonly extraProperties?: {
|
|
13428
|
-
[key: string]: unknown;
|
|
13429
|
-
} | null;
|
|
13430
|
-
id?: string;
|
|
13431
|
-
creationTime?: string;
|
|
13432
|
-
creatorId?: string | null;
|
|
13433
|
-
lastModificationTime?: string | null;
|
|
13434
|
-
lastModifierId?: string | null;
|
|
13435
|
-
isDeleted?: boolean;
|
|
13436
|
-
deleterId?: string | null;
|
|
13437
|
-
deletionTime?: string | null;
|
|
13438
13206
|
tenantId?: string | null;
|
|
13439
13207
|
userName?: string | null;
|
|
13440
13208
|
email?: string | null;
|
|
@@ -14795,9 +14563,6 @@ export type $OpenApiTs = {
|
|
|
14795
14563
|
creatorId?: string | null;
|
|
14796
14564
|
lastModificationTime?: string | null;
|
|
14797
14565
|
lastModifierId?: string | null;
|
|
14798
|
-
isDeleted?: boolean;
|
|
14799
|
-
deleterId?: string | null;
|
|
14800
|
-
deletionTime?: string | null;
|
|
14801
14566
|
tenantId?: string | null;
|
|
14802
14567
|
userName?: string | null;
|
|
14803
14568
|
email?: string | null;
|
|
@@ -14939,9 +14704,6 @@ export type $OpenApiTs = {
|
|
|
14939
14704
|
creatorId?: string | null;
|
|
14940
14705
|
lastModificationTime?: string | null;
|
|
14941
14706
|
lastModifierId?: string | null;
|
|
14942
|
-
isDeleted?: boolean;
|
|
14943
|
-
deleterId?: string | null;
|
|
14944
|
-
deletionTime?: string | null;
|
|
14945
14707
|
tenantId?: string | null;
|
|
14946
14708
|
userName?: string | null;
|
|
14947
14709
|
email?: string | null;
|
|
@@ -15767,9 +15529,6 @@ export type $OpenApiTs = {
|
|
|
15767
15529
|
creatorId?: string | null;
|
|
15768
15530
|
lastModificationTime?: string | null;
|
|
15769
15531
|
lastModifierId?: string | null;
|
|
15770
|
-
isDeleted?: boolean;
|
|
15771
|
-
deleterId?: string | null;
|
|
15772
|
-
deletionTime?: string | null;
|
|
15773
15532
|
tenantId?: string | null;
|
|
15774
15533
|
userName?: string | null;
|
|
15775
15534
|
email?: string | null;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
2
|
+
import type { OpenAPIConfig } from './core/OpenAPI';
|
|
3
|
+
import { Interceptors } from './core/OpenAPI';
|
|
4
|
+
import { FetchHttpRequest } from './core/FetchHttpRequest';
|
|
5
|
+
|
|
6
|
+
import { AbpApiDefinitionService } from './services.gen';
|
|
7
|
+
import { AbpApplicationConfigurationService } from './services.gen';
|
|
8
|
+
import { AbpApplicationLocalizationService } from './services.gen';
|
|
9
|
+
import { MerchantService } from './services.gen';
|
|
10
|
+
|
|
11
|
+
type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
|
|
12
|
+
|
|
13
|
+
export class MerchantServiceClient {
|
|
14
|
+
|
|
15
|
+
public readonly abpApiDefinition: AbpApiDefinitionService;
|
|
16
|
+
public readonly abpApplicationConfiguration: AbpApplicationConfigurationService;
|
|
17
|
+
public readonly abpApplicationLocalization: AbpApplicationLocalizationService;
|
|
18
|
+
public readonly merchant: MerchantService;
|
|
19
|
+
|
|
20
|
+
public readonly request: BaseHttpRequest;
|
|
21
|
+
|
|
22
|
+
constructor(config?: Partial<OpenAPIConfig>, HttpRequest: HttpRequestConstructor = FetchHttpRequest) {
|
|
23
|
+
this.request = new HttpRequest({
|
|
24
|
+
BASE: config?.BASE ?? '',
|
|
25
|
+
VERSION: config?.VERSION ?? '1',
|
|
26
|
+
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
|
|
27
|
+
CREDENTIALS: config?.CREDENTIALS ?? 'include',
|
|
28
|
+
TOKEN: config?.TOKEN,
|
|
29
|
+
USERNAME: config?.USERNAME,
|
|
30
|
+
PASSWORD: config?.PASSWORD,
|
|
31
|
+
HEADERS: config?.HEADERS,
|
|
32
|
+
ENCODE_PATH: config?.ENCODE_PATH,
|
|
33
|
+
interceptors: {
|
|
34
|
+
request: config?.interceptors?.request ?? new Interceptors(),
|
|
35
|
+
response: config?.interceptors?.response ?? new Interceptors(),
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
this.abpApiDefinition = new AbpApiDefinitionService(this.request);
|
|
40
|
+
this.abpApplicationConfiguration = new AbpApplicationConfigurationService(this.request);
|
|
41
|
+
this.abpApplicationLocalization = new AbpApplicationLocalizationService(this.request);
|
|
42
|
+
this.merchant = new MerchantService(this.request);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ApiRequestOptions } from './ApiRequestOptions';
|
|
2
|
+
import type { ApiResult } from './ApiResult';
|
|
3
|
+
|
|
4
|
+
export class ApiError extends Error {
|
|
5
|
+
public readonly url: string;
|
|
6
|
+
public readonly status: number;
|
|
7
|
+
public readonly statusText: string;
|
|
8
|
+
public readonly body: unknown;
|
|
9
|
+
public readonly request: ApiRequestOptions;
|
|
10
|
+
|
|
11
|
+
constructor(request: ApiRequestOptions, response: ApiResult, message: string) {
|
|
12
|
+
super(message);
|
|
13
|
+
|
|
14
|
+
this.name = 'ApiError';
|
|
15
|
+
this.url = response.url;
|
|
16
|
+
this.status = response.status;
|
|
17
|
+
this.statusText = response.statusText;
|
|
18
|
+
this.body = response.body;
|
|
19
|
+
this.request = request;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type ApiRequestOptions = {
|
|
2
|
+
readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
|
|
3
|
+
readonly url: string;
|
|
4
|
+
readonly path?: Record<string, unknown>;
|
|
5
|
+
readonly cookies?: Record<string, unknown>;
|
|
6
|
+
readonly headers?: Record<string, unknown>;
|
|
7
|
+
readonly query?: Record<string, unknown>;
|
|
8
|
+
readonly formData?: Record<string, unknown>;
|
|
9
|
+
readonly body?: any;
|
|
10
|
+
readonly mediaType?: string;
|
|
11
|
+
readonly responseHeader?: string;
|
|
12
|
+
readonly errors?: Record<number, string>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ApiRequestOptions } from './ApiRequestOptions';
|
|
2
|
+
import type { CancelablePromise } from './CancelablePromise';
|
|
3
|
+
import type { OpenAPIConfig } from './OpenAPI';
|
|
4
|
+
|
|
5
|
+
export abstract class BaseHttpRequest {
|
|
6
|
+
|
|
7
|
+
constructor(public readonly config: OpenAPIConfig) {}
|
|
8
|
+
|
|
9
|
+
public abstract request<T>(options: ApiRequestOptions): CancelablePromise<T>;
|
|
10
|
+
}
|