@forge/cli

12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/command-line/view/install-view.d.ts
~out/command-line/view/install-view.d.tsModified
+2
Index: package/out/command-line/view/install-view.d.ts
===================================================================
--- package/out/command-line/view/install-view.d.ts
+++ package/out/command-line/view/install-view.d.ts
@@ -1,5 +1,6 @@
 import { UI, ListScope, ListEgress } from '@forge/cli-shared';
+import { InstallationWarning } from '../../installations/install-app-site';
 import { AppEnvironmentPermissions, Installation } from '../../service/installation-service';
 interface InstallOrUpgradeCommandText {
     listScopes: (scopes: ListScope[], codeOnlyUpgrade: boolean) => string;
     listEgressAddresses: (egressAddresses: ListEgress[], codeOnlyUpgrade: boolean) => string;
@@ -11,7 +12,8 @@
     constructor(ui: UI);
     promptForPermissionsConfirmation({ scopes, egressAddresses }: AppEnvironmentPermissions, listScopes: ListScope[], listEgress: ListEgress[], manifestScopes: string[], manifestEgressAddresses: string[], environment: string, confirmScopes: boolean, nonInteractive: boolean, text: InstallOrUpgradeCommandText, isPreviousVersion: boolean, isCodeUpgrade?: boolean): Promise<boolean>;
     promptForUpgrade(installations: Installation[], isCodeUpgrade?: boolean, version?: string, isLatest?: boolean): Promise<Installation>;
     displayUIKit1DeprecationMessage(modules: string[]): void;
+    displayInstallationWarnings(warnings: InstallationWarning[]): void;
 }
 export {};
 //# sourceMappingURL=install-view.d.ts.map
\ No newline at end of file