npm package diff

Package: @forge/cli

Versions: 11.3.1-next.8-experimental-98585b7 - 11.3.1

File: package/out/command-line/controller/install-controller.d.ts

Index: package/out/command-line/controller/install-controller.d.ts
===================================================================
--- package/out/command-line/controller/install-controller.d.ts
+++ package/out/command-line/controller/install-controller.d.ts
@@ -1,6 +1,6 @@
 /// <reference types="node" />
-import { AppConfigProvider, AppEnvironmentType, ConfigFile, UI, SupportedProduct, SupportedProductsService, StatsigService } from '@forge/cli-shared';
+import { AppConfigProvider, ConfigFile, UI, SupportedProduct, SupportedProductsService } from '@forge/cli-shared';
 import { URL } from 'url';
 import { InstallAppSiteCommand } from '../../installations/install-app-site';
 import { InstallationService } from '../../service/installation-service';
 import { InstallView } from '../view/install-view';
@@ -25,10 +25,9 @@
     private readonly installAppSiteCommand;
     private readonly installationService;
     private readonly installView;
     private readonly supportedProductsService;
-    protected readonly statsigService: StatsigService;
-    constructor(appConfigProvider: AppConfigProvider, configFile: ConfigFile, ui: UI, installAppSiteCommand: InstallAppSiteCommand, installationService: InstallationService, installView: InstallView, supportedProductsService: SupportedProductsService, statsigService: StatsigService);
+    constructor(appConfigProvider: AppConfigProvider, configFile: ConfigFile, ui: UI, installAppSiteCommand: InstallAppSiteCommand, installationService: InstallationService, installView: InstallView, supportedProductsService: SupportedProductsService);
     private securityPrompt;
     private installOrUpgrade;
     private promptForProducts;
     private promptForSite;
@@ -38,10 +37,8 @@
     private isValidLicense;
     private validateLicenseOption;
     private checkForUIKit1Modules;
     run({ environment, site, products, upgrade, confirmScopes, license, licenseModes, usersWithAccess, nonInteractive }: InstallViewProps): Promise<void>;
-    private getEntitlementOfferingName;
-    shouldPreventDevAppInstall(site: URL, product: SupportedProduct, environmentType: AppEnvironmentType): Promise<boolean>;
     private extractManifestData;
     private getXPAProductsAndSite;
     private checkForMultiProductScopes;
     private convertListScope;