gristlabs_grist-core/app/gen-server/migration
Jarosław Sadziński d13b9b9019 (core) Billing for formula assistant
Summary:
Adding limits for AI calls and connecting those limits with a Stripe Account.

- New table in homedb called `limits`
- All calls to the AI are not routed through DocApi and measured.
- All products now contain a special key `assistantLimit`, with a default value 0
- Limit is reset every time the subscription has changed its period
- The billing page is updated with two new options that describe the AI plan
- There is a new popup that allows the user to upgrade to a higher plan
- Tiers are read directly from the Stripe product with a volume pricing model

Test Plan: Updated and added

Reviewers: georgegevoian, paulfitz

Reviewed By: georgegevoian

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D3907
2023-07-10 13:24:08 +02:00
..
1536634251710-Initial.ts
1539031763952-Login.ts
1549313797109-PinDocs.ts
1549381727494-UserPicture.ts
1551805156919-LoginDisplayEmail.ts
1552416614755-LoginDisplayEmailNonNull.ts
1553016106336-Indexes.ts
1556726945436-Billing.ts
1557157922339-OrgDomainUnique.ts
1561589211752-Aliases.ts
1568238234987-TeamMembers.ts
1569593726320-FirstLogin.ts
1569946508569-FirstTimeUser.ts
1573569442552-CustomerIndex.ts
1579559983067-ExtraIndexes.ts
1591755411755-OrgHost.ts
1592261300044-DocRemovedAt.ts
1596456522124-Prefs.ts
1623871765992-ExternalBilling.ts
1626369037484-DocOptions.ts (core) add docs.options column to home db to store doc description, icon, openMode 2021-07-15 21:51:05 -04:00
1631286208009-Secret.ts
1644363380225-UserOptions.ts
1647883793388-GracePeriodStart.ts
1651469582887-DocumentUsage.ts
1652273656610-Activations.ts
1652277549983-UserConnectId.ts
1663851423064-UserUUID.ts
1664528376930-UserRefUnique.ts
1673051005072-Forks.ts
1678737195050-ForkIndexes.ts
1682636695021-ActivationPrefs.ts
1685343047786-AssistantLimit.ts (core) Billing for formula assistant 2023-07-10 13:24:08 +02:00