npm package diff
Package: @forge/manifest
Versions: 10.1.1-next.2 - 10.1.1-next.3
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
@@ -13523,8 +13523,12 @@
};
resource: string;
resourceUploadId?: string;
render?: 'native' | 'default';
+ /**
+ * A flag indicating whether this custom content module was migrated from a Connect app.
+ */
+ migratedFromConnect?: boolean;
key: ModuleKeySchema;
}
),
...(
@@ -13576,8 +13580,12 @@
};
resource: string;
resourceUploadId?: string;
render?: 'native' | 'default';
+ /**
+ * A flag indicating whether this custom content module was migrated from a Connect app.
+ */
+ migratedFromConnect?: boolean;
key: ModuleKeySchema;
}
)[]
];