@ayasofyazilim/saas 0.0.4 → 0.0.5

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 (134) hide show
  1. package/AccountService/index.ts +115 -117
  2. package/AdministrationService/index.ts +111 -116
  3. package/IdentityService/IdentityServiceClient.ts +70 -0
  4. package/IdentityService/core/ApiError.ts +25 -0
  5. package/IdentityService/core/ApiRequestOptions.ts +17 -0
  6. package/IdentityService/core/ApiResult.ts +11 -0
  7. package/IdentityService/core/BaseHttpRequest.ts +14 -0
  8. package/IdentityService/core/CancelablePromise.ts +131 -0
  9. package/IdentityService/core/FetchHttpRequest.ts +26 -0
  10. package/IdentityService/core/OpenAPI.ts +32 -0
  11. package/IdentityService/core/request.ts +322 -0
  12. package/IdentityService/index.ts +133 -0
  13. package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -0
  14. package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -0
  15. package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -0
  16. package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -0
  17. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -0
  18. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -0
  19. package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -0
  20. package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -0
  21. package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -0
  22. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -0
  23. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -0
  24. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -0
  25. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -0
  26. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -0
  27. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -0
  28. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -0
  29. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -0
  30. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -0
  31. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -0
  32. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -0
  33. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -0
  34. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -0
  35. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -0
  36. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -0
  37. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -0
  38. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -0
  39. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -0
  40. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -0
  41. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -0
  42. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -0
  43. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -0
  44. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -0
  45. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -0
  46. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -0
  47. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -0
  48. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -0
  49. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -0
  50. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -0
  51. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -0
  52. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -0
  53. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -0
  54. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -0
  55. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -0
  56. package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -0
  57. package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -0
  58. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -0
  59. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -0
  60. package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -0
  61. package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -0
  62. package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -0
  63. package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -0
  64. package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -0
  65. package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -0
  66. package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -0
  67. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -0
  68. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -0
  69. package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -0
  70. package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -0
  71. package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -0
  72. package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -0
  73. package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -0
  74. package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -0
  75. package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -0
  76. package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -0
  77. package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -0
  78. package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -0
  79. package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -0
  80. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -0
  81. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -0
  82. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -0
  83. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -0
  84. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -0
  85. package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -0
  86. package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -0
  87. package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -0
  88. package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -0
  89. package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -0
  90. package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -0
  91. package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -0
  92. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -0
  93. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -0
  94. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -0
  95. package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -0
  96. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -0
  97. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -0
  98. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -0
  99. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -0
  100. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -0
  101. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -0
  102. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -0
  103. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -0
  104. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -0
  105. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -0
  106. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -0
  107. package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -0
  108. package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -0
  109. package/IdentityService/models/Volo_Abp_NameValue.ts +9 -0
  110. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -0
  111. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -0
  112. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -0
  113. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -0
  114. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -0
  115. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -0
  116. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -0
  117. package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -0
  118. package/IdentityService/services/AbpApiDefinitionService.ts +34 -0
  119. package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -0
  120. package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -0
  121. package/IdentityService/services/AccountSettingsService.ts +178 -0
  122. package/IdentityService/services/ApplicationsService.ts +199 -0
  123. package/IdentityService/services/ClaimTypeService.ts +149 -0
  124. package/IdentityService/services/ExternalLoginService.ts +27 -0
  125. package/IdentityService/services/OrganizationUnitService.ts +539 -0
  126. package/IdentityService/services/RoleService.ts +269 -0
  127. package/IdentityService/services/ScopesService.ts +164 -0
  128. package/IdentityService/services/SecurityLogService.ts +174 -0
  129. package/IdentityService/services/SettingsService.ts +135 -0
  130. package/IdentityService/services/UserIntegrationService.ts +144 -0
  131. package/IdentityService/services/UserLookupService.ts +120 -0
  132. package/IdentityService/services/UserService.ts +937 -0
  133. package/ProjectService/index.ts +75 -77
  134. package/package.json +5 -3
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
6
+ name?: string | null;
7
+ resource?: string | null;
8
+ };
9
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto';
6
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
7
+ entities?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto> | null;
8
+ configuration?: Record<string, any> | null;
9
+ };
10
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto';
6
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto';
7
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
8
+ modules?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto> | null;
9
+ enums?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto> | null;
10
+ };
11
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone';
6
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone';
7
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
8
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
9
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
10
+ };
11
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone';
6
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
7
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
8
+ };
9
+
@@ -0,0 +1,8 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
6
+ timeZoneId?: string | null;
7
+ };
8
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
6
+ id?: string | null;
7
+ name?: string | null;
8
+ isAvailable?: boolean;
9
+ };
10
+
@@ -0,0 +1,8 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
6
+ isEnabled?: boolean;
7
+ };
8
+
@@ -0,0 +1,20 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel } from './Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel';
6
+ import type { Volo_Abp_Http_Modeling_ParameterApiDescriptionModel } from './Volo_Abp_Http_Modeling_ParameterApiDescriptionModel';
7
+ import type { Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel } from './Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel';
8
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
9
+ uniqueName?: string | null;
10
+ name?: string | null;
11
+ httpMethod?: string | null;
12
+ url?: string | null;
13
+ supportedVersions?: Array<string> | null;
14
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
15
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
16
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
17
+ allowAnonymous?: boolean | null;
18
+ implementFrom?: string | null;
19
+ };
20
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_ModuleApiDescriptionModel } from './Volo_Abp_Http_Modeling_ModuleApiDescriptionModel';
6
+ import type { Volo_Abp_Http_Modeling_TypeApiDescriptionModel } from './Volo_Abp_Http_Modeling_TypeApiDescriptionModel';
7
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
8
+ modules?: Record<string, Volo_Abp_Http_Modeling_ModuleApiDescriptionModel> | null;
9
+ types?: Record<string, Volo_Abp_Http_Modeling_TypeApiDescriptionModel> | null;
10
+ };
11
+
@@ -0,0 +1,17 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_ActionApiDescriptionModel } from './Volo_Abp_Http_Modeling_ActionApiDescriptionModel';
6
+ import type { Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel } from './Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel';
7
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
8
+ controllerName?: string | null;
9
+ controllerGroupName?: string | null;
10
+ isRemoteService?: boolean;
11
+ isIntegrationService?: boolean;
12
+ apiVersion?: string | null;
13
+ type?: string | null;
14
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
15
+ actions?: Record<string, Volo_Abp_Http_Modeling_ActionApiDescriptionModel> | null;
16
+ };
17
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel } from './Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel';
6
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
7
+ type?: string | null;
8
+ name?: string | null;
9
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
10
+ };
11
+
@@ -0,0 +1,12 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel } from './Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel';
6
+ import type { Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel } from './Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel';
7
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
8
+ name?: string | null;
9
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
10
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
11
+ };
12
+
@@ -0,0 +1,13 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
6
+ name?: string | null;
7
+ typeAsString?: string | null;
8
+ type?: string | null;
9
+ typeSimple?: string | null;
10
+ isOptional?: boolean;
11
+ defaultValue?: any;
12
+ };
13
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_ControllerApiDescriptionModel } from './Volo_Abp_Http_Modeling_ControllerApiDescriptionModel';
6
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
7
+ rootPath?: string | null;
8
+ remoteServiceName?: string | null;
9
+ controllers?: Record<string, Volo_Abp_Http_Modeling_ControllerApiDescriptionModel> | null;
10
+ };
11
+
@@ -0,0 +1,17 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
6
+ nameOnMethod?: string | null;
7
+ name?: string | null;
8
+ jsonName?: string | null;
9
+ type?: string | null;
10
+ typeSimple?: string | null;
11
+ isOptional?: boolean;
12
+ defaultValue?: any;
13
+ constraintTypes?: Array<string> | null;
14
+ bindingSourceId?: string | null;
15
+ descriptorName?: string | null;
16
+ };
17
+
@@ -0,0 +1,17 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
6
+ name?: string | null;
7
+ jsonName?: string | null;
8
+ type?: string | null;
9
+ typeSimple?: string | null;
10
+ isRequired?: boolean;
11
+ minLength?: number | null;
12
+ maxLength?: number | null;
13
+ minimum?: string | null;
14
+ maximum?: string | null;
15
+ regex?: string | null;
16
+ };
17
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
6
+ type?: string | null;
7
+ typeSimple?: string | null;
8
+ };
9
+
@@ -0,0 +1,14 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_Modeling_PropertyApiDescriptionModel } from './Volo_Abp_Http_Modeling_PropertyApiDescriptionModel';
6
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
7
+ baseType?: string | null;
8
+ isEnum?: boolean;
9
+ enumNames?: Array<string> | null;
10
+ enumValues?: Array<any> | null;
11
+ genericArguments?: Array<string> | null;
12
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
13
+ };
14
+
@@ -0,0 +1,13 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_RemoteServiceValidationErrorInfo } from './Volo_Abp_Http_RemoteServiceValidationErrorInfo';
6
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
7
+ code?: string | null;
8
+ message?: string | null;
9
+ details?: string | null;
10
+ data?: Record<string, any> | null;
11
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
12
+ };
13
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Http_RemoteServiceErrorInfo } from './Volo_Abp_Http_RemoteServiceErrorInfo';
6
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
7
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
8
+ };
9
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
6
+ message?: string | null;
7
+ members?: Array<string> | null;
8
+ };
9
+
@@ -0,0 +1,19 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Identity_IdentityClaimValueType } from './Volo_Abp_Identity_IdentityClaimValueType';
6
+ export type Volo_Abp_Identity_ClaimTypeDto = {
7
+ readonly extraProperties?: Record<string, any> | null;
8
+ id?: string;
9
+ name?: string | null;
10
+ required?: boolean;
11
+ isStatic?: boolean;
12
+ regex?: string | null;
13
+ regexDescription?: string | null;
14
+ description?: string | null;
15
+ valueType?: Volo_Abp_Identity_IdentityClaimValueType;
16
+ valueTypeAsString?: string | null;
17
+ concurrencyStamp?: string | null;
18
+ };
19
+
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Identity_IdentityClaimValueType } from './Volo_Abp_Identity_IdentityClaimValueType';
6
+ export type Volo_Abp_Identity_CreateClaimTypeDto = {
7
+ readonly extraProperties?: Record<string, any> | null;
8
+ name: string;
9
+ required?: boolean;
10
+ regex?: string | null;
11
+ regexDescription?: string | null;
12
+ description?: string | null;
13
+ valueType?: Volo_Abp_Identity_IdentityClaimValueType;
14
+ };
15
+
@@ -0,0 +1,8 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_DownloadTokenResultDto = {
6
+ token?: string | null;
7
+ };
8
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_ExternalLoginProviderDto = {
6
+ name?: string | null;
7
+ canObtainUserInfoWithoutPassword?: boolean;
8
+ };
9
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export enum Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour {
6
+ '_0' = 0,
7
+ '_1' = 1,
8
+ '_2' = 2,
9
+ }
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export enum Volo_Abp_Identity_IdentityClaimValueType {
6
+ '_0' = 0,
7
+ '_1' = 1,
8
+ '_2' = 2,
9
+ '_3' = 3,
10
+ }
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityLdapSettingsDto = {
6
+ enableLdapLogin?: boolean;
7
+ ldaps?: boolean;
8
+ ldapServerHost?: string | null;
9
+ ldapServerPort?: string | null;
10
+ ldapBaseDc?: string | null;
11
+ ldapDomain?: string | null;
12
+ ldapUserName?: string | null;
13
+ ldapPassword?: string | null;
14
+ };
15
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityLockoutSettingsDto = {
6
+ allowedForNewUsers?: boolean;
7
+ lockoutDuration?: number;
8
+ maxFailedAccessAttempts?: number;
9
+ };
10
+
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityOAuthSettingsDto = {
6
+ enableOAuthLogin?: boolean;
7
+ clientId: string;
8
+ clientSecret?: string | null;
9
+ authority: string;
10
+ scope?: string | null;
11
+ requireHttpsMetadata?: boolean;
12
+ validateEndpoints?: boolean;
13
+ validateIssuerName?: boolean;
14
+ };
15
+
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityPasswordSettingsDto = {
6
+ requiredLength?: number;
7
+ requiredUniqueChars?: number;
8
+ requireNonAlphanumeric?: boolean;
9
+ requireLowercase?: boolean;
10
+ requireUppercase?: boolean;
11
+ requireDigit?: boolean;
12
+ forceUsersToPeriodicallyChangePassword?: boolean;
13
+ passwordChangePeriodDays?: number;
14
+ };
15
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityRoleClaimDto = {
6
+ roleId?: string;
7
+ claimType?: string | null;
8
+ claimValue?: string | null;
9
+ };
10
+
@@ -0,0 +1,11 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityRoleCreateDto = {
6
+ readonly extraProperties?: Record<string, any> | null;
7
+ name: string;
8
+ isDefault?: boolean;
9
+ isPublic?: boolean;
10
+ };
11
+
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityRoleDto = {
6
+ readonly extraProperties?: Record<string, any> | null;
7
+ id?: string;
8
+ name?: string | null;
9
+ isDefault?: boolean;
10
+ isStatic?: boolean;
11
+ isPublic?: boolean;
12
+ userCount?: number;
13
+ concurrencyStamp?: string | null;
14
+ };
15
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityRoleLookupDto = {
6
+ id?: string;
7
+ name?: string | null;
8
+ };
9
+
@@ -0,0 +1,12 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityRoleUpdateDto = {
6
+ readonly extraProperties?: Record<string, any> | null;
7
+ name: string;
8
+ isDefault?: boolean;
9
+ isPublic?: boolean;
10
+ concurrencyStamp?: string | null;
11
+ };
12
+
@@ -0,0 +1,21 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentitySecurityLogDto = {
6
+ id?: string;
7
+ tenantId?: string | null;
8
+ applicationName?: string | null;
9
+ identity?: string | null;
10
+ action?: string | null;
11
+ userId?: string | null;
12
+ userName?: string | null;
13
+ tenantName?: string | null;
14
+ clientId?: string | null;
15
+ correlationId?: string | null;
16
+ clientIpAddress?: string | null;
17
+ browserInfo?: string | null;
18
+ creationTime?: string;
19
+ extraProperties?: Record<string, any> | null;
20
+ };
21
+
@@ -0,0 +1,15 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { Volo_Abp_Identity_IdentityLockoutSettingsDto } from './Volo_Abp_Identity_IdentityLockoutSettingsDto';
6
+ import type { Volo_Abp_Identity_IdentityPasswordSettingsDto } from './Volo_Abp_Identity_IdentityPasswordSettingsDto';
7
+ import type { Volo_Abp_Identity_IdentitySignInSettingsDto } from './Volo_Abp_Identity_IdentitySignInSettingsDto';
8
+ import type { Volo_Abp_Identity_IdentityUserSettingsDto } from './Volo_Abp_Identity_IdentityUserSettingsDto';
9
+ export type Volo_Abp_Identity_IdentitySettingsDto = {
10
+ password?: Volo_Abp_Identity_IdentityPasswordSettingsDto;
11
+ lockout?: Volo_Abp_Identity_IdentityLockoutSettingsDto;
12
+ signIn?: Volo_Abp_Identity_IdentitySignInSettingsDto;
13
+ user?: Volo_Abp_Identity_IdentityUserSettingsDto;
14
+ };
15
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentitySignInSettingsDto = {
6
+ requireConfirmedEmail?: boolean;
7
+ enablePhoneNumberConfirmation?: boolean;
8
+ requireConfirmedPhoneNumber?: boolean;
9
+ };
10
+
@@ -0,0 +1,10 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityUserClaimDto = {
6
+ userId?: string;
7
+ claimType?: string | null;
8
+ claimValue?: string | null;
9
+ };
10
+
@@ -0,0 +1,20 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityUserCreateDto = {
6
+ readonly extraProperties?: Record<string, any> | null;
7
+ userName: string;
8
+ name?: string | null;
9
+ surname?: string | null;
10
+ email: string;
11
+ phoneNumber?: string | null;
12
+ isActive?: boolean;
13
+ shouldChangePasswordOnNextLogin?: boolean;
14
+ lockoutEnabled?: boolean;
15
+ roleNames?: Array<string> | null;
16
+ organizationUnitIds?: Array<string> | null;
17
+ password: string;
18
+ sendConfirmationEmail?: boolean;
19
+ };
20
+
@@ -0,0 +1,35 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityUserDto = {
6
+ readonly extraProperties?: Record<string, any> | null;
7
+ id?: string;
8
+ creationTime?: string;
9
+ creatorId?: string | null;
10
+ lastModificationTime?: string | null;
11
+ lastModifierId?: string | null;
12
+ isDeleted?: boolean;
13
+ deleterId?: string | null;
14
+ deletionTime?: string | null;
15
+ tenantId?: string | null;
16
+ userName?: string | null;
17
+ email?: string | null;
18
+ name?: string | null;
19
+ surname?: string | null;
20
+ emailConfirmed?: boolean;
21
+ phoneNumber?: string | null;
22
+ phoneNumberConfirmed?: boolean;
23
+ supportTwoFactor?: boolean;
24
+ twoFactorEnabled?: boolean;
25
+ isActive?: boolean;
26
+ lockoutEnabled?: boolean;
27
+ isLockedOut?: boolean;
28
+ lockoutEnd?: string | null;
29
+ shouldChangePasswordOnNextLogin?: boolean;
30
+ concurrencyStamp?: string | null;
31
+ roleNames?: Array<string> | null;
32
+ accessFailedCount?: number;
33
+ lastPasswordChangeTime?: string | null;
34
+ };
35
+
@@ -0,0 +1,9 @@
1
+ /* generated using openapi-typescript-codegen -- do no edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ export type Volo_Abp_Identity_IdentityUserSettingsDto = {
6
+ isUserNameUpdateEnabled?: boolean;
7
+ isEmailUpdateEnabled?: boolean;
8
+ };
9
+