npm package diff
Package: @forge/manifest
Versions: 10.8.0-next.3 - 10.8.0-next.4
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
@@ -13542,34 +13542,70 @@
         }
     )[]
   ];
   'confluence:fullPage'?: [
-    {
-      resolver?:
-        | {
-            function: string;
-          }
-        | {
-            endpoint: string;
-          };
-      resource: string;
-      resourceUploadId?: string;
-      render?: 'native' | 'default';
-      key: ModuleKeySchema;
-    },
-    ...{
-      resolver?:
-        | {
-            function: string;
-          }
-        | {
-            endpoint: string;
-          };
-      resource: string;
-      resourceUploadId?: string;
-      render?: 'native' | 'default';
-      key: ModuleKeySchema;
-    }[]
+    (
+      | {
+          title?:
+            | {
+                i18n: string;
+              }
+            | string;
+          title__i18n?: string;
+          function: string;
+          key: ModuleKeySchema;
+        }
+      | {
+          title?:
+            | {
+                i18n: string;
+              }
+            | string;
+          title__i18n?: string;
+          resolver?:
+            | {
+                function: string;
+              }
+            | {
+                endpoint: string;
+              };
+          resource: string;
+          resourceUploadId?: string;
+          render?: 'native' | 'default';
+          key: ModuleKeySchema;
+        }
+    ),
+    ...(
+      | {
+          title?:
+            | {
+                i18n: string;
+              }
+            | string;
+          title__i18n?: string;
+          function: string;
+          key: ModuleKeySchema;
+        }
+      | {
+          title?:
+            | {
+                i18n: string;
+              }
+            | string;
+          title__i18n?: string;
+          resolver?:
+            | {
+                function: string;
+              }
+            | {
+                endpoint: string;
+              };
+          resource: string;
+          resourceUploadId?: string;
+          render?: 'native' | 'default';
+          key: ModuleKeySchema;
+        }
+    )[]
   ];
   'confluence:customContent'?: [
     (
       | {