feat(cloud): unlimited seats (#166)

* feat: add unlimitedSeats to subscription

* feat: set unlimited seats to true for pro plans

* feat: add unlimited invites messaging

* feat: upgrade to pro via auth client

* feat: add subscription repo funcs

* chore: move subscription utils to shared

* feat: skip updating subscription if unlimited seats
This commit is contained in:
Henry
2025-09-07 22:50:20 +01:00
committed by GitHub
parent 061a54dadd
commit 5a4835091f
13 changed files with 2807 additions and 76 deletions

View File

@@ -1,2 +1,3 @@
export * from "./generateUID";
export * from "./generateSlug";
export * from "./subscriptions";