npm package diff
Package: @forge/manifest
Versions: 8.9.0-next.1-experimental-c9be087 - 8.9.0-next.2
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,9 +25,9 @@
* Lambda architecture, its value can be either 'x86_64' or 'arm64'. Default value is 'x86_64'.
*/
export type Architecture = 'x86_64' | 'arm64';
/**
- * This property is deprecated.
+ * The required product for cross-product functionality. If not set, app is not a cross-product app.
*/
export type RequiredProduct = 'confluence' | 'jira' | 'compass';
/**
* The required context for cross-context functionality. If not set, app is not a cross-context app.
@@ -7362,8 +7362,9 @@
}
| string;
title__i18n?: string;
icon?: string;
+ fullscreen?: boolean;
function: string;
displayConditions?: DisplayConditions;
key: ModuleKeySchema;
[k: string]: unknown;
@@ -7375,8 +7376,9 @@
}
| string;
title__i18n?: string;
icon?: string;
+ fullscreen?: boolean;
resolver?:
| {
function: string;
}
@@ -7397,8 +7399,9 @@
}
| string;
title__i18n?: string;
icon?: string;
+ fullscreen?: boolean;
function: string;
displayConditions?: DisplayConditions;
key: ModuleKeySchema;
[k: string]: unknown;
@@ -7410,8 +7413,9 @@
}
| string;
title__i18n?: string;
icon?: string;
+ fullscreen?: boolean;
resolver?:
| {
function: string;
}