@forge/manifest

7.10.0-next.57.10.0-next.6
out/schema/manifest.d.ts
out/schema/manifest.d.ts
+4
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;
   /**