From 8f83519e1274a659b6b9e931196f2499c82bd5e7 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Fri, 10 Oct 2025 21:59:24 +0300 Subject: [PATCH 1/2] Revert "fix(backend): Export missing Billing types (#6944)" This reverts commit 491019400bdcd138075a58e627c679fe78a68c0d. --- .changeset/warm-steaks-count.md | 5 ----- packages/backend/src/index.ts | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 .changeset/warm-steaks-count.md 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'; /** From 17c82b6acdb7c3e7e9a29f967358990bda95b120 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Fri, 10 Oct 2025 22:03:07 +0300 Subject: [PATCH 2/2] empty --- .changeset/empty-forks-wink.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/empty-forks-wink.md 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 @@ +--- +---