-
Notifications
You must be signed in to change notification settings - Fork 524
Add webhooks capability to insight team capabilities #6842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webhooks capability to insight team capabilities #6842
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 17828f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6842 +/- ##
=======================================
Coverage 55.30% 55.30%
=======================================
Files 896 896
Lines 57023 57023
Branches 3968 3968
=======================================
Hits 31536 31536
Misses 25390 25390
Partials 97 97
🚀 New features to boost your workflow:
|
82eb7d7
to
17828f4
Compare
size-limit report 📦
|
depends on: https://app.graphite.dev/github/pr/thirdweb-dev/api-server/1580/Add-webhooks-capability-to-team-plan-configurations
Added
webhooks
boolean field to theinsight
capability in theTeamCapabilities
type. Also created a changeset to document this addition.PR-Codex overview
This PR introduces a new
webhooks
capability to the service utilities, enhancing the configuration options for both themocks.ts
andapi.ts
files.Detailed summary
webhooks: true
to the configuration inpackages/service-utils/src/mocks.ts
.packages/service-utils/src/core/api.ts
to includewebhooks: boolean;
in the interface.webhooks
in the changeset filechangeset/smooth-ghosts-rhyme.md
.