npm package diff

Package: @forge/manifest

Versions: 7.8.1-next.0 - 7.9.0-next.1

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
@@ -25,8 +25,12 @@
  * Whether to enable paid app licensing for production installations of this app. Default value of false.
  */
 export type Enabled = boolean;
 /**
+ * Whether to enable editions for this app. Default value of false.
+ */
+export type EditionsEnabled = boolean;
+/**
  * 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;
 /**
@@ -628,8 +632,9 @@
  * Options related to paid app licensing
  */
 export interface Licensing {
   enabled: Enabled;
+  editionsEnabled?: EditionsEnabled;
 }
 /**
  * Features related to app
  */