feat(bot): add conversational DM assistant flow

This commit is contained in:
2026-03-11 01:41:58 +04:00
parent a63c702037
commit 714d2a985d
15 changed files with 1560 additions and 8 deletions

View File

@@ -36,3 +36,7 @@ export {
type PaymentConfirmationService,
type PaymentConfirmationSubmitResult
} from './payment-confirmation-service'
export {
parsePaymentConfirmationMessage,
type ParsedPaymentConfirmation
} from './payment-confirmation-parser'