@forge/manifest
13.3.1-next.0-experimental-c57557413.3.1-next.0-experimental-ccd5143
out/schema/manifest.d.ts~
out/schema/manifest.d.tsModified+1−1
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -123,9 +123,9 @@
export type Function1 = string;
/**
* The authentication method to use for this webtrigger request.
*/
-export type Authentication = 'hmac' | 'none';
+export type Authentication = 'hmacSharedSecret' | 'none';
/**
* Response options for the webtrigger module.
*/
export type Response = {