From c2790e280af459f5a727bd84485f15346f567eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Antunes?= Date: Wed, 8 Oct 2025 17:09:08 -0300 Subject: [PATCH] fix(backend): Export missing Billing types --- .changeset/warm-steaks-count.md | 5 +++++ packages/backend/src/index.ts | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/warm-steaks-count.md diff --git a/.changeset/warm-steaks-count.md b/.changeset/warm-steaks-count.md new file mode 100644 index 00000000000..e93dc1b6137 --- /dev/null +++ b/.changeset/warm-steaks-count.md @@ -0,0 +1,5 @@ +--- +'@clerk/backend': minor +--- + +Export missing Billing types diff --git a/packages/backend/src/index.ts b/packages/backend/src/index.ts index e8215708399..4a65fe0096b 100644 --- a/packages/backend/src/index.ts +++ b/packages/backend/src/index.ts @@ -100,9 +100,13 @@ export type { PaginatedResponseJSON, TestingTokenJSON, WebhooksSvixJSON, + BillingPayerJSON, BillingPlanJSON, BillingSubscriptionJSON, BillingSubscriptionItemJSON, + BillingPaymentAttemptWebhookEventJSON, + BillingSubscriptionItemWebhookEventJSON, + BillingSubscriptionWebhookEventJSON, } from './api/resources/JSON'; /**