cal/packages/app-store/_utils
Erik a804a29516
feat: Stripe paid apps flow (#12103)
* chore: Stripe paid apps flow

* chore: Subscription

* chore: Webhooks

* chore: Abstract functions

* chore: Lockfile

* chore: Webhook handler

* chore: Use catch-all

* chore: Webhook changes, etc

* chore: Cleanup

* chore: Use actual price id

* chore: Updates

* chore: Install normally until expiry date

* Disable team install for paid apps and cal.ai\

* Fix the same at another place

* Fix Typescript error

* redactedCause doesnt have message has enumerable prop

* Fix reinstallation of an already installed app

* chore: Remove unused deps

* chore: Ensure index

* chore: Price in usd

* chore: PR suggestion

* Fix missing packages in yarn.lock

---------

Co-authored-by: Hariom <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-11-15 09:29:41 -03:00
..
oauth
auth.ts
getAppCategories.ts
getAppKeysFromSlug.ts
getCalendar.ts
getEventTypeAppData.ts
getInstalledAppPath.ts
getParsedAppKeysFromSlug.ts
installation.ts feat: Stripe paid apps flow (#12103) 2023-11-15 09:29:41 -03:00
paid-apps.ts feat: Stripe paid apps flow (#12103) 2023-11-15 09:29:41 -03:00
stripe.ts feat: Stripe paid apps flow (#12103) 2023-11-15 09:29:41 -03:00
throwIfNotHaveAdminAccessToTeam.ts
useAddAppMutation.ts
useIsAppEnabled.ts