npm package diff
Package: @forge/cli
Versions: 10.12.1-next.2 - 10.13.0-next.18
File: package/out/command-line/view/eligibility-view.d.ts
Index: package/out/command-line/view/eligibility-view.d.ts
===================================================================
--- package/out/command-line/view/eligibility-view.d.ts
+++ package/out/command-line/view/eligibility-view.d.ts
@@ -0,0 +1,11 @@
+import { AppEnvironmentType, UI } from '@forge/cli-shared';
+import { RoaStatus } from '../../service/roa-service';
+export declare class EligibilityView {
+ private readonly ui;
+ constructor(ui: UI);
+ getLogger(): UI;
+ displayProgress(progress: () => Promise<RoaStatus>): Promise<RoaStatus>;
+ displayRoaEligibilityFailureMessage(appVersion: string, envKey: string, envType: AppEnvironmentType, reason: string[]): void;
+ displayRoaEligibilitySuccessMessage(appVersion: string, envKey: string, envType: AppEnvironmentType): void;
+}
+//# sourceMappingURL=eligibility-view.d.ts.map
\ No newline at end of file