Feat/monthly bot message quota - #911
Merged
Merged
Conversation
Adds `UserQuota.monthlyBotMessagesPeriodStart` (durable reset stamp, unlike MAC's Redis-only stamp — bot messages have no reconcile ledger to self-heal from) and `botMessagesTopUpGranted` (mirrors platform-db top-up credits so they survive publishEntitlements' recomputes). `sync-user-quota`'s reconcileUser now also reconciles the monthly bot-message counter's billing-cycle reset, adopting unstamped rows into the current period without zeroing prior usage. Sends now emit `message:bot_sent` analytics for bot-sent messages in send-message, send-messenger-template, and send-whatsapp-template — previously the pre-send quota gate blocked bot sends but nothing incremented the counter it gates against. Proxies `/api/top-ups/*` from the builder to the portal, mirroring the existing `/api/checkout/*` proxy for plan checkout.
Adds a "Top-up packs" sidebar entry to the reseller portal, gated behind saasMode, with translations across all supported locales.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.