feat(bot): add ad hoc reminder notifications

This commit is contained in:
2026-03-24 01:28:26 +04:00
parent dc499214d9
commit 7218b55b1f
21 changed files with 6746 additions and 8 deletions

View File

@@ -6,6 +6,19 @@ export {
type ReminderTarget,
type ReminderType
} from './reminders'
export {
AD_HOC_NOTIFICATION_DELIVERY_MODES,
AD_HOC_NOTIFICATION_STATUSES,
AD_HOC_NOTIFICATION_TIME_PRECISIONS,
type AdHocNotificationDeliveryMode,
type AdHocNotificationRecord,
type AdHocNotificationRepository,
type AdHocNotificationStatus,
type AdHocNotificationTimePrecision,
type CancelAdHocNotificationInput,
type ClaimAdHocNotificationDeliveryResult,
type CreateAdHocNotificationInput
} from './notifications'
export type {
ClaimProcessedBotMessageInput,
ClaimProcessedBotMessageResult,