diff --git a/src/Umbraco.Web.UI.Client/src/core/models/index.ts b/src/Umbraco.Web.UI.Client/src/core/models/index.ts index 907586fa0a..cf15523979 100644 --- a/src/Umbraco.Web.UI.Client/src/core/models/index.ts +++ b/src/Umbraco.Web.UI.Client/src/core/models/index.ts @@ -1,26 +1,6 @@ -import type { components } from '../../../schemas/generated-schema'; -import type { UserStatus } from '../../backoffice/sections/users/user-extensions'; import { Entity } from '../mocks/data/entities'; -export type PostInstallRequest = components['schemas']['InstallSetupRequest']; -export type StatusResponse = components['schemas']['StatusResponse']; -export type VersionResponse = components['schemas']['VersionResponse']; -export type ProblemDetails = components['schemas']['ProblemDetails']; -export type UserResponse = components['schemas']['UserResponse']; -export type AllowedSectionsResponse = components['schemas']['AllowedSectionsResponse']; -export type UmbracoInstaller = components['schemas']['InstallSettingsResponse']; -export type UmbracoUpgrader = components['schemas']['UpgradeSettingsResponse']; -export type ManifestsResponse = components['schemas']['ManifestsResponse']; -export type ManifestsPackagesInstalledResponse = components['schemas']['ManifestsPackagesInstalledResponse']; - -// Models -export type UmbracoPerformInstallDatabaseConfiguration = components['schemas']['InstallSetupDatabaseConfiguration']; -export type UmbracoInstallerDatabaseModel = components['schemas']['InstallDatabaseModel']; -export type UmbracoInstallerUserModel = components['schemas']['InstallUserModel']; -export type TelemetryModel = components['schemas']['TelemetryModel']; -export type ServerStatus = components['schemas']['ServerStatus']; -export type PackageInstalled = components['schemas']['PackageInstalled']; -export type ConsentLevelSettings = components['schemas']['ConsentLevelSettings']; +import type { UserStatus } from '../../backoffice/sections/users/user-extensions'; // Extension Manifests export * from '../extensions-registry/models';