We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37aa4f commit 9cb5933Copy full SHA for 9cb5933
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Next Release
4
5
-- Adds `secret` and `custom_headers` properties to Typescript definitions of a Webhook
+- Adds `webhook_secret` and `custom_headers` properties to Typescript definitions of a Webhook
6
- Bumps dependencies
7
8
## v7.5.5 (2025-02-06)
types/Webhook/WebhookCreateParameters.d.ts
@@ -1,5 +1,5 @@
1
export declare interface IWebhookCreateParameters {
url: string;
- secret?: string;
+ webhook_secret?: string;
custom_headers?: Array<{ key: string; value: string }>;
}
0 commit comments