@ayasofyazilim/saas 0.0.7 → 0.0.9

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 (84) hide show
  1. package/ProjectService/ProjectServiceClient.ts +53 -46
  2. package/ProjectService/core/ApiError.ts +15 -19
  3. package/ProjectService/core/ApiRequestOptions.ts +12 -16
  4. package/ProjectService/core/ApiResult.ts +7 -11
  5. package/ProjectService/core/BaseHttpRequest.ts +3 -7
  6. package/ProjectService/core/CancelablePromise.ts +118 -123
  7. package/ProjectService/core/FetchHttpRequest.ts +13 -17
  8. package/ProjectService/core/OpenAPI.ts +48 -24
  9. package/ProjectService/core/request.ts +280 -261
  10. package/ProjectService/index.ts +9 -82
  11. package/ProjectService/schemas.gen.ts +1578 -0
  12. package/ProjectService/services.gen.ts +534 -0
  13. package/ProjectService/types.gen.ts +1356 -0
  14. package/package.json +13 -5
  15. package/swagger.json +4795 -0
  16. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto.ts +0 -11
  17. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto.ts +0 -11
  18. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto.ts +0 -11
  19. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto.ts +0 -11
  20. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto.ts +0 -9
  21. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto.ts +0 -11
  22. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto.ts +0 -10
  23. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto.ts +0 -21
  24. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto.ts +0 -22
  25. package/ProjectService/models/AbpForDeploy_ProjectService_Projects_ProjectDto.ts +0 -23
  26. package/ProjectService/models/AbpForDeploy_ProjectService_Samples_SampleDto.ts +0 -8
  27. package/ProjectService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +0 -10
  28. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +0 -8
  29. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +0 -30
  30. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +0 -8
  31. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +0 -8
  32. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +0 -18
  33. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +0 -9
  34. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +0 -9
  35. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +0 -8
  36. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +0 -8
  37. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +0 -17
  38. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +0 -22
  39. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +0 -14
  40. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +0 -8
  41. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +0 -10
  42. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +0 -10
  43. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +0 -9
  44. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +0 -8
  45. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +0 -13
  46. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +0 -8
  47. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +0 -8
  48. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +0 -9
  49. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +0 -19
  50. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +0 -14
  51. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +0 -8
  52. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +0 -12
  53. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +0 -8
  54. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +0 -9
  55. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +0 -10
  56. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +0 -11
  57. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +0 -11
  58. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +0 -9
  59. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +0 -8
  60. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +0 -10
  61. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +0 -8
  62. package/ProjectService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +0 -20
  63. package/ProjectService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +0 -11
  64. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +0 -17
  65. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +0 -11
  66. package/ProjectService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +0 -12
  67. package/ProjectService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +0 -13
  68. package/ProjectService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +0 -11
  69. package/ProjectService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +0 -17
  70. package/ProjectService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +0 -17
  71. package/ProjectService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +0 -9
  72. package/ProjectService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +0 -14
  73. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +0 -13
  74. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +0 -9
  75. package/ProjectService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +0 -9
  76. package/ProjectService/models/Volo_Abp_Localization_LanguageInfo.ts +0 -12
  77. package/ProjectService/models/Volo_Abp_NameValue.ts +0 -9
  78. package/ProjectService/services/AbpApiDefinitionService.ts +0 -34
  79. package/ProjectService/services/AbpApplicationConfigurationService.ts +0 -34
  80. package/ProjectService/services/AbpApplicationLocalizationService.ts +0 -37
  81. package/ProjectService/services/ProjectSectionRelationService.ts +0 -143
  82. package/ProjectService/services/ProjectSectionService.ts +0 -143
  83. package/ProjectService/services/ProjectService.ts +0 -149
  84. package/ProjectService/services/ProjectServiceService.ts +0 -46
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto = {
6
- id?: string;
7
- projectId?: string;
8
- projectSectionId?: string;
9
- value?: string | null;
10
- };
11
-
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto = {
6
- id?: string;
7
- projectId?: string;
8
- projectSectionId?: string;
9
- value?: string | null;
10
- };
11
-
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto = {
6
- id?: string;
7
- projectId?: string;
8
- projectSectionId?: string;
9
- value?: string | null;
10
- };
11
-
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto = {
6
- id?: string;
7
- name?: string | null;
8
- isDefault?: boolean;
9
- isOptional?: boolean;
10
- };
11
-
@@ -1,9 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto = {
6
- name?: string | null;
7
- value?: string | null;
8
- };
9
-
@@ -1,11 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto = {
6
- id?: string;
7
- name?: string | null;
8
- isDefault?: boolean;
9
- isOptional?: boolean;
10
- };
11
-
@@ -1,10 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto = {
6
- name?: string | null;
7
- isDefault?: boolean;
8
- isOptional?: boolean;
9
- };
10
-
@@ -1,21 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto = {
6
- id?: string;
7
- projectName?: string | null;
8
- projectDefinition?: string | null;
9
- cashValue?: number;
10
- additionalFundRate?: string | null;
11
- qualifiedFundRate?: string | null;
12
- fundNominalAmount?: number;
13
- fundableAmount?: number;
14
- overFunding?: string;
15
- privilege?: string | null;
16
- projectStartDate?: string;
17
- projectEndDate?: string;
18
- organizationId?: string;
19
- fundCollectionType?: string | null;
20
- };
21
-
@@ -1,22 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto = {
6
- id?: string;
7
- projectName?: string | null;
8
- projectDefinition?: string | null;
9
- cashValue?: number;
10
- additionalFundRate?: string | null;
11
- qualifiedFundRate?: string | null;
12
- fundNominalAmount?: number;
13
- fundableAmount?: number;
14
- overFunding?: string;
15
- privilege?: string | null;
16
- projectStartDate?: string;
17
- projectEndDate?: string;
18
- organizationId?: string;
19
- projectId?: string;
20
- fundCollectType?: string | null;
21
- };
22
-
@@ -1,23 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- import type { AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto } from './AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto';
6
- export type AbpForDeploy_ProjectService_Projects_ProjectDto = {
7
- id?: string;
8
- projectName?: string | null;
9
- projectDefinition?: string | null;
10
- cashValue?: number;
11
- fundCollectionType?: string | null;
12
- additionalFundRate?: string | null;
13
- qualifiedFundRate?: string | null;
14
- fundNominalAmount?: number;
15
- fundableAmount?: number;
16
- overFunding?: string;
17
- privilege?: string | null;
18
- projectStartDate?: string;
19
- projectEndDate?: string;
20
- projectSectionRelations?: Array<AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto> | null;
21
- organizationId?: string;
22
- };
23
-
@@ -1,8 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type AbpForDeploy_ProjectService_Samples_SampleDto = {
6
- value?: number;
7
- };
8
-
@@ -1,10 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- import type { AbpForDeploy_ProjectService_Projects_ProjectDto } from './AbpForDeploy_ProjectService_Projects_ProjectDto';
6
- export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
7
- items?: Array<AbpForDeploy_ProjectService_Projects_ProjectDto> | null;
8
- totalCount?: number;
9
- };
10
-
@@ -1,8 +0,0 @@
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_ApplicationAuthConfigurationDto = {
6
- grantedPolicies?: Record<string, boolean> | null;
7
- };
8
-
@@ -1,30 +0,0 @@
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_ApplicationAuthConfigurationDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto';
6
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto';
7
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto';
8
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto';
9
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto';
10
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto';
11
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto';
12
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto';
13
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto';
14
- import type { Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto } from './Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto';
15
- import type { Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto } from './Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto';
16
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
17
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
18
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
19
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
20
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
21
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
22
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
23
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
24
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
25
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
26
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
27
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
28
- extraProperties?: Record<string, any> | null;
29
- };
30
-
@@ -1,8 +0,0 @@
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_ApplicationFeatureConfigurationDto = {
6
- values?: Record<string, string | null> | null;
7
- };
8
-
@@ -1,8 +0,0 @@
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_ApplicationGlobalFeatureConfigurationDto = {
6
- enabledFeatures?: Array<string> | null;
7
- };
8
-
@@ -1,18 +0,0 @@
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_ApplicationLocalizationResourceDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto';
6
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto';
7
- import type { Volo_Abp_Localization_LanguageInfo } from './Volo_Abp_Localization_LanguageInfo';
8
- import type { Volo_Abp_NameValue } from './Volo_Abp_NameValue';
9
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
10
- values?: Record<string, Record<string, string>> | null;
11
- resources?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto> | null;
12
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
13
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
14
- defaultResourceName?: string | null;
15
- languagesMap?: Record<string, Array<Volo_Abp_NameValue>> | null;
16
- languageFilesMap?: Record<string, Array<Volo_Abp_NameValue>> | null;
17
- };
18
-
@@ -1,9 +0,0 @@
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_ApplicationLocalizationResourceDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto';
6
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
7
- resources?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto> | null;
8
- };
9
-
@@ -1,9 +0,0 @@
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_ApplicationLocalizationResourceDto = {
6
- texts?: Record<string, string> | null;
7
- baseResources?: Array<string> | null;
8
- };
9
-
@@ -1,8 +0,0 @@
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_ApplicationSettingConfigurationDto = {
6
- values?: Record<string, string | null> | null;
7
- };
8
-
@@ -1,8 +0,0 @@
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_ClockDto = {
6
- kind?: string | null;
7
- };
8
-
@@ -1,17 +0,0 @@
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_DateTimeFormatDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto';
6
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
7
- displayName?: string | null;
8
- englishName?: string | null;
9
- threeLetterIsoLanguageName?: string | null;
10
- twoLetterIsoLanguageName?: string | null;
11
- isRightToLeft?: boolean;
12
- cultureName?: string | null;
13
- name?: string | null;
14
- nativeName?: string | null;
15
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
16
- };
17
-
@@ -1,22 +0,0 @@
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_CurrentUserDto = {
6
- isAuthenticated?: boolean;
7
- id?: string | null;
8
- tenantId?: string | null;
9
- impersonatorUserId?: string | null;
10
- impersonatorTenantId?: string | null;
11
- impersonatorUserName?: string | null;
12
- impersonatorTenantName?: string | null;
13
- userName?: string | null;
14
- name?: string | null;
15
- surName?: string | null;
16
- email?: string | null;
17
- emailVerified?: boolean;
18
- phoneNumber?: string | null;
19
- phoneNumberVerified?: boolean;
20
- roles?: Array<string> | null;
21
- };
22
-
@@ -1,14 +0,0 @@
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_DateTimeFormatDto = {
6
- calendarAlgorithmType?: string | null;
7
- dateTimeFormatLong?: string | null;
8
- shortDatePattern?: string | null;
9
- fullDateTimePattern?: string | null;
10
- dateSeparator?: string | null;
11
- shortTimePattern?: string | null;
12
- longTimePattern?: string | null;
13
- };
14
-
@@ -1,8 +0,0 @@
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_IanaTimeZone = {
6
- timeZoneName?: string | null;
7
- };
8
-
@@ -1,10 +0,0 @@
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_ExtensionPropertyDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto';
6
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
7
- properties?: Record<string, Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto> | null;
8
- configuration?: Record<string, any> | null;
9
- };
10
-
@@ -1,10 +0,0 @@
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_ExtensionEnumFieldDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto';
6
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
7
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
8
- localizationResource?: string | null;
9
- };
10
-
@@ -1,9 +0,0 @@
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_ExtensionEnumFieldDto = {
6
- name?: string | null;
7
- value?: any;
8
- };
9
-
@@ -1,8 +0,0 @@
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_ExtensionPropertyApiCreateDto = {
6
- isAvailable?: boolean;
7
- };
8
-
@@ -1,13 +0,0 @@
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_ExtensionPropertyApiCreateDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto';
6
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto';
7
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto';
8
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
9
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
10
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
11
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
12
- };
13
-
@@ -1,8 +0,0 @@
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_ExtensionPropertyApiGetDto = {
6
- isAvailable?: boolean;
7
- };
8
-
@@ -1,8 +0,0 @@
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_ExtensionPropertyApiUpdateDto = {
6
- isAvailable?: boolean;
7
- };
8
-
@@ -1,9 +0,0 @@
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_ExtensionPropertyAttributeDto = {
6
- typeSimple?: string | null;
7
- config?: Record<string, any> | null;
8
- };
9
-
@@ -1,19 +0,0 @@
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_ExtensionPropertyApiDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto';
6
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto';
7
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto';
8
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto';
9
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
10
- type?: string | null;
11
- typeSimple?: string | null;
12
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
13
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
14
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
15
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
16
- configuration?: Record<string, any> | null;
17
- defaultValue?: any;
18
- };
19
-
@@ -1,14 +0,0 @@
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_ExtensionPropertyUiFormDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto';
6
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto';
7
- import type { Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto } from './Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto';
8
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
9
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
10
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
11
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
12
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
13
- };
14
-
@@ -1,8 +0,0 @@
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_ExtensionPropertyUiFormDto = {
6
- isVisible?: boolean;
7
- };
8
-
@@ -1,12 +0,0 @@
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_ExtensionPropertyUiLookupDto = {
6
- url?: string | null;
7
- resultListPropertyName?: string | null;
8
- displayPropertyName?: string | null;
9
- valuePropertyName?: string | null;
10
- filterParamName?: string | null;
11
- };
12
-
@@ -1,8 +0,0 @@
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_ExtensionPropertyUiTableDto = {
6
- isVisible?: boolean;
7
- };
8
-
@@ -1,9 +0,0 @@
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
-
@@ -1,10 +0,0 @@
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
-
@@ -1,11 +0,0 @@
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
-
@@ -1,11 +0,0 @@
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
-
@@ -1,9 +0,0 @@
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
-
@@ -1,8 +0,0 @@
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
-
@@ -1,10 +0,0 @@
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
-
@@ -1,8 +0,0 @@
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
-