npm package diff
Package: @forge/cli
Versions: 12.7.1-next.10-experimental-ab371ba - 12.7.1-next.13
File: package/out/command-line/view/install-view.d.ts
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,17 +1,17 @@
 import { UI, ListScope } from '@forge/cli-shared';
 import { AppEnvironmentPermissions, Installation } from '../../service/installation-service';
 interface InstallOrUpgradeCommandText {
-    listScopes: (scopes: ListScope[]) => string;
-    listEgressAddresses: (egressAddresses: string[]) => string;
+    listScopes: (scopes: ListScope[], codeOnlyUpgrade: boolean) => string;
+    listEgressAddresses: (egressAddresses: string[], codeOnlyUpgrade: boolean) => string;
     permissionsMismatch: (environment: string) => string;
     promptForPermissionsConfirmation: (permissionsMismatchInDevelopment: boolean) => string;
 }
 export declare class InstallView {
     private readonly ui;
     constructor(ui: UI);
-    promptForPermissionsConfirmation({ scopes, egressAddresses }: AppEnvironmentPermissions, listScopes: ListScope[], manifestScopes: string[], manifestEgressAddresses: string[], environment: string, confirmScopes: boolean, nonInteractive: boolean, text: InstallOrUpgradeCommandText, isPreviousVersion: boolean): Promise<boolean>;
-    promptForUpgrade(installations: Installation[]): Promise<Installation>;
+    promptForPermissionsConfirmation({ scopes, egressAddresses }: AppEnvironmentPermissions, listScopes: ListScope[], 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;
 }
 export {};
 //# sourceMappingURL=install-view.d.ts.map
\ No newline at end of file