feat(payments): track household payment confirmations

This commit is contained in:
2026-03-10 17:00:45 +04:00
parent fb85219409
commit 1988521931
31 changed files with 4795 additions and 19 deletions

View File

@@ -31,3 +31,8 @@ export {
type PurchaseParserLlmFallback,
type PurchaseParserMode
} from './purchase-parser'
export {
createPaymentConfirmationService,
type PaymentConfirmationService,
type PaymentConfirmationSubmitResult
} from './payment-confirmation-service'