@forge/manifest
12.5.0-next.312.5.0-next.4
out/schema/manifest.d.ts~
out/schema/manifest.d.tsModified+24
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -12413,8 +12413,32 @@
}[];
key: ModuleKeySchema;
}[]
];
+ connectToForgeMigration?: [
+ {
+ /**
+ * The URL of the migration guide hosted by the app developer.
+ */
+ migrationGuideUrl: string;
+ /**
+ * Whether the app developer has committed to moving to fully Forge.
+ */
+ willMigrateToForgeBeforeEOS: 'YES' | 'NO' | 'UNDECIDED';
+ key: ModuleKeySchema;
+ },
+ ...{
+ /**
+ * The URL of the migration guide hosted by the app developer.
+ */
+ migrationGuideUrl: string;
+ /**
+ * Whether the app developer has committed to moving to fully Forge.
+ */
+ willMigrateToForgeBeforeEOS: 'YES' | 'NO' | 'UNDECIDED';
+ key: ModuleKeySchema;
+ }[]
+ ];
macro?: [
(
| {
title: