Skip to content

Commit 1e647a8

Browse files
feat: update generated client
1 parent cf25691 commit 1e647a8

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

packages/mittwald/spec/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/mittwald/src/generated/v2/types.ts

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3413,30 +3413,6 @@ export declare module MittwaldAPIV2 {
34133413
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
34143414
}
34153415

3416-
/**
3417-
* An AppInstallation is a concrete manifestation of an App in a specific AppVersion.
3418-
*/
3419-
export interface AppAppInstallationInternal {
3420-
appId: string;
3421-
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
3422-
customDocumentRoot?: string;
3423-
description: string;
3424-
disabled: boolean;
3425-
id: string;
3426-
installationPath: string;
3427-
linkedDatabases?: MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
3428-
processRunningSince?: string;
3429-
processes?: string[];
3430-
projectEnvironment?: string;
3431-
projectId?: string;
3432-
screenshotId?: string;
3433-
screenshotRef?: string;
3434-
shortId: string;
3435-
systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
3436-
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
3437-
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
3438-
}
3439-
34403416
/**
34413417
* The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
34423418
*/
@@ -3786,6 +3762,10 @@ export declare module MittwaldAPIV2 {
37863762
}
37873763

37883764
export interface ContractTermination {
3765+
/**
3766+
* Indicates whether the User is allowed to cancel the Termination.
3767+
*/
3768+
cancellationForbidden?: boolean;
37893769
reason?: string;
37903770
scheduledAtDate: string;
37913771
scheduledByUserId?: string;
@@ -7478,8 +7458,7 @@ export declare module MittwaldAPIV2 {
74787458
namespace Parameters {
74797459
export type Path = {};
74807460

7481-
export type Header =
7482-
{} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7461+
export type Header = {};
74837462

74847463
export type Query = {
74857464
limit?: number;

0 commit comments

Comments
 (0)