Adds quickRunDeployment property (#11340)

Adds the `quickRunDeployment` property to the `ApplicationInstanceModel` interface.

This allows the admin app to determine if an application instance is a quick run deployment, which is necessary to block upgrades and restores for those instances.

Relates to AAE-39821
This commit is contained in:
Michaela
2025-11-13 10:28:21 -05:00
committed by GitHub
parent c2c3bff7bb
commit b7d687f3d2
@@ -30,6 +30,7 @@ export interface ApplicationInstanceModel {
environmentId?: string;
environment?: string;
lastModifiedAt?: Date;
quickRunDeployment?: boolean;
}
export interface Descriptor {