File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -6154,35 +6154,8 @@ export declare module MittwaldAPIV2 {
61546154 webStorageUsageInBytesSetAt: string;
61556155 }
61566156
6157- export interface ProjectScaling {
6158- maximum: number;
6159- minimum: number;
6160- }
6161-
61626157 export type ProjectServerDisableReason = "suspended";
61636158
6164- export interface ProjectServerInternal {
6165- clusterName: string;
6166- createdAt: string;
6167- customerId: string;
6168- description: string;
6169- disabledReason?: MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason;
6170- id: string;
6171- imageRefId?: string;
6172- /**
6173- * @deprecated
6174- * deprecated by property status
6175- */
6176- isReady: boolean;
6177- machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
6178- readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
6179- scaling?: MittwaldAPIV2.Components.Schemas.ProjectScaling;
6180- shortId: string;
6181- statisticsBaseDomain?: string;
6182- status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
6183- storage: string;
6184- }
6185-
61866159 export type ProjectServerStatus = "pending" | "ready" | "unready";
61876160
61886161 export interface ProjectServer {
You can’t perform that action at this time.
0 commit comments