* Bumps Prisma to v5
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update Prisma to 5.19.1
* Update for React Router v6
* Update types dep
* Update Prisma version
* Update package-lock.json
* update docs
* Update main.wasp.diff
* Add type: module
* Updated app_diff with type:module change from package.json.
* Updated version of Wasp in CI to 0.15.0-rc2.
* Removed type:module from e2e-tests/package.json.
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
* rename TierIds to PaymentPlanIds
* refactor webhook and util functions
* pass userDelegate to function
* Update dbSeeds.ts
* update app diff
* Update template/app/src/server/stripe/stripeClient.ts
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
* extract event handlers and more
* Update AccountPage.tsx
* address filips pro effective typescripting and stuff
* Martin's attempt at consolidating types.
* fix
* fix webhook events and validation
* small changes
* put stripe event handlers back for marty merge
* merge consilidated types from martin
* move some types around
* add docs for stripe api version
* Update AccountPage.tsx
* Update stripe.ts
* update SubscriptionStatus type
* Update actions.ts
* add assertUnreachable util
* more small changes
* Update deploying.md
* update accountPage and docs
* update app_diff
---------
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>