2
0
Commit Graph

12 Commits

Author SHA1 Message Date
4ebd98855b 👷 Improve monthly database cleaning script perf 2024-08-12 14:03:52 +02:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
797751b418 (billing) Automatic usage-based billing (#924)
BREAKING CHANGE: Stripe environment variables simplified. Check out the
new configs to adapt your existing system.

Closes #906





<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
### Summary by CodeRabbit

**New Features:**
- Introduced a usage-based billing system, providing more flexibility
and options for users.
- Integrated with Stripe for a smoother and more secure payment process.
- Enhanced the user interface with improvements to the billing,
workspace, and pricing pages for a more intuitive experience.

**Improvements:**
- Simplified the billing logic, removing additional chats and yearly
billing for a more streamlined user experience.
- Updated email notifications to keep users informed about their usage
and limits.
- Improved pricing and currency formatting for better clarity and
understanding.

**Testing:**
- Updated tests and specifications to ensure the reliability of new
features and improvements.

**Note:** These changes aim to provide a more flexible and user-friendly
billing system, with clearer pricing and improved notifications. Users
should find the new system more intuitive and easier to navigate.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-10-17 08:03:30 +02:00
455c3bdfd7 👷 Improve monthly clean database script
Archive results that were not properly archived
2023-07-12 12:00:23 +02:00
63e826f991 💚 (db) Fix verification bulk delete
When it has more than 100000 records
2023-06-24 09:02:56 +02:00
4977481582 💚 Fix cleanDatabase when deleting more than 100,000 sessions 2023-06-08 16:18:25 +02:00
3fbd044d92 🛂 Reset isQuarantined on the first of month 2023-04-23 21:07:46 +02:00
cbc8194f19 ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
5d8c990c05 💚 More efficient db clean script with chunked operations 2023-03-13 08:04:01 +01:00
2788d58e50 🗃️ Remove updatedAt field from Result 2023-03-07 15:51:44 +01:00
1b060dac2d 👷 Add expired records database cleanup scripts 2023-02-01 09:47:08 +01:00
4c2eaf9b79 👷 Add daily database cleanup action
Closes #201
2023-01-10 11:39:56 +01:00