@forge/cli
13.0.013.1.0-next.4-experimental-9423de1
out/installations/install-app-site.d.ts~
out/installations/install-app-site.d.tsModified+2−1
Index: package/out/installations/install-app-site.d.ts
===================================================================
--- package/out/installations/install-app-site.d.ts
+++ package/out/installations/install-app-site.d.ts
@@ -7,8 +7,9 @@
licenseOverride?: LicenseOverrideState;
overrides?: EcosystemAppInstallationOverridesInput;
majorVersionId?: string;
environmentType?: AppEnvironmentType;
+ appIdOverride?: string;
}
export interface AppInstallSiteDetails extends TriggerAppSiteInstallDetails {
appId: string;
isCodeUpgrade?: boolean;
@@ -31,7 +32,7 @@
export declare class InstallAppSiteCommand {
private readonly getAppConfig;
private readonly installAppClient;
constructor(getAppConfig: AppConfigProvider, installAppClient: InstallAppClient);
- execute({ environmentKey, site, product, licenseOverride, overrides, majorVersionId, environmentType }: TriggerAppSiteInstallDetails): Promise<InstallAppSiteResult>;
+ execute({ environmentKey, site, product, licenseOverride, overrides, majorVersionId, environmentType, appIdOverride }: TriggerAppSiteInstallDetails): Promise<InstallAppSiteResult>;
}
//# sourceMappingURL=install-app-site.d.ts.map
\ No newline at end of file