diff --git a/.changeset/empty-forks-wink.md b/.changeset/empty-forks-wink.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/empty-forks-wink.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/warm-steaks-count.md b/.changeset/warm-steaks-count.md deleted file mode 100644 index e93dc1b6137..00000000000 --- a/.changeset/warm-steaks-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': minor ---- - -Export missing Billing types diff --git a/packages/backend/src/index.ts b/packages/backend/src/index.ts index 4a65fe0096b..e8215708399 100644 --- a/packages/backend/src/index.ts +++ b/packages/backend/src/index.ts @@ -100,13 +100,9 @@ export type { PaginatedResponseJSON, TestingTokenJSON, WebhooksSvixJSON, - BillingPayerJSON, BillingPlanJSON, BillingSubscriptionJSON, BillingSubscriptionItemJSON, - BillingPaymentAttemptWebhookEventJSON, - BillingSubscriptionItemWebhookEventJSON, - BillingSubscriptionWebhookEventJSON, } from './api/resources/JSON'; /**