npm package diff

Package: @forge/manifest

Versions: 7.10.0-next.5 - 7.10.0-next.6

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
@@ -60134,8 +60134,12 @@
      * When using the 'fallback' value, the ID token will be used to populate profile information only if the profile data cannot be fetched from the profile API
      */
     mode?: 'fallback';
   };
+  /**
+   * HTTP method to use for the request
+   */
+  method?: 'GET' | 'POST' | 'PUT';
 }
 export interface AuthProviderPredefined {
   key: ModuleKeySchema;
   /**