npm package diff

Package: @forge/manifest

Versions: 7.9.0-next.1 - 7.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
@@ -919,9 +919,17 @@
     }[]
   ];
   remote?: [
     {
-      baseUrl: string;
+      baseUrl:
+        | string
+        | {
+            /**
+             * This interface was referenced by `undefined`'s JSON-Schema definition
+             * via the `patternProperty` ".+".
+             */
+            [k: string]: string;
+          };
       operations?: ['storage' | 'other' | 'compute' | 'fetch', ...('storage' | 'other' | 'compute' | 'fetch')[]];
       auth?: {
         appUserToken?: {
           /**
@@ -943,12 +951,19 @@
         inScopeEUD?: boolean;
         [k: string]: unknown;
       };
       key: ModuleKeySchema;
-      [k: string]: unknown;
     },
     ...{
-      baseUrl: string;
+      baseUrl:
+        | string
+        | {
+            /**
+             * This interface was referenced by `undefined`'s JSON-Schema definition
+             * via the `patternProperty` ".+".
+             */
+            [k: string]: string;
+          };
       operations?: ['storage' | 'other' | 'compute' | 'fetch', ...('storage' | 'other' | 'compute' | 'fetch')[]];
       auth?: {
         appUserToken?: {
           /**
@@ -970,9 +985,8 @@
         inScopeEUD?: boolean;
         [k: string]: unknown;
       };
       key: ModuleKeySchema;
-      [k: string]: unknown;
     }[]
   ];
   action?: [
     (
@@ -1287,10 +1301,26 @@
           config?:
             | boolean
             | {
                 function?: string;
+              }
+            | {
+                title?:
+                  | {
+                      i18n: string;
+                    }
+                  | string;
+                title__i18n?: string;
+                resource: string;
                 render?: 'native' | 'default';
-                [k: string]: unknown;
+                resolver?:
+                  | {
+                      function: string;
+                    }
+                  | {
+                      endpoint: string;
+                    };
+                viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
               };
           data?: {
             function?: string;
             schema?: string;
@@ -1365,10 +1395,26 @@
           config?:
             | boolean
             | {
                 function?: string;
+              }
+            | {
+                title?:
+                  | {
+                      i18n: string;
+                    }
+                  | string;
+                title__i18n?: string;
+                resource: string;
                 render?: 'native' | 'default';
-                [k: string]: unknown;
+                resolver?:
+                  | {
+                      function: string;
+                    }
+                  | {
+                      endpoint: string;
+                    };
+                viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
               };
           data?: {
             function?: string;
             schema?: string;