rename auto-topup webhook to billing.auto_topup_succeeded and update docs

This commit is contained in:
Owen Greenhalgh
2026-05-01 10:06:59 +01:00
parent 096edfd158
commit 27bcdb79d1
10 changed files with 154 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
export * from "./balances/balancesAutoTopupSucceeded.js";
export * from "./balances/balancesLimitReached.js";
export * from "./balances/balancesUsageAlertTriggered.js";
export * from "./billing/billingAutoTopupSucceeded.js";
export * from "./vercel/index.js";
export * from "./webhookEventType.js";
export * from "./webhookRegistry.js";