Skip to content

Commit 82eb7d7

Browse files
committed
Add webhooks capability to insight team capabilities
1 parent 1d598ce commit 82eb7d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/smooth-ghosts-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
add insight.webhooks to capabilities

packages/service-utils/src/core/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ type TeamCapabilities = {
5555
insight: {
5656
enabled: boolean;
5757
rateLimit: number;
58+
webhooks: boolean;
5859
};
5960
storage: {
6061
enabled: boolean;

0 commit comments

Comments
 (0)