npm package diff
Package: @forge/manifest
Versions: 8.8.0 - 8.9.0-next.0
File: package/out/schema/manifest.d.ts
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -39,9 +39,9 @@
export type EditionsEnabled = boolean;
/**
* Declares the licensing modes supported by this app. One of the declared modes may be selected as the active mode when the app is listed on the Marketplace. If no value is specified, the legacy coupled licensing mode is assumed by default.
*/
-export type Modes = ('user-access' | 'agent')[];
+export type Modes = 'user-access'[];
/**
* This property is deprecated and no longer required to use simplified user consent. Please remove it from your manifest as in a future release this will become an error.
*/
export type AutoUserConsent = boolean;