@@ -3413,30 +3413,6 @@ export declare module MittwaldAPIV2 {
3413
3413
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
3414
3414
}
3415
3415
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
-
3440
3416
/**
3441
3417
* The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
3442
3418
*/
@@ -3786,6 +3762,10 @@ export declare module MittwaldAPIV2 {
3786
3762
}
3787
3763
3788
3764
export interface ContractTermination {
3765
+ /**
3766
+ * Indicates whether the User is allowed to cancel the Termination.
3767
+ */
3768
+ cancellationForbidden?: boolean;
3789
3769
reason?: string;
3790
3770
scheduledAtDate: string;
3791
3771
scheduledByUserId?: string;
@@ -7478,8 +7458,7 @@ export declare module MittwaldAPIV2 {
7478
7458
namespace Parameters {
7479
7459
export type Path = {};
7480
7460
7481
- export type Header =
7482
- {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7461
+ export type Header = {};
7483
7462
7484
7463
export type Query = {
7485
7464
limit?: number;
0 commit comments