Type aliases
AnalyticsReportsCommunicationsExportQuery
Analytics
ReportsCommunicationsExportQuery: AnalyticsReportsCommunicationsFilters & Omit<exportJobQuery, "documentType" | "emailTemplate" | "timezone" | "filenamePrefix" | "startDate"> & { documentType: "CommunicationsStatisticsExport"; emailLayout?: string; filenamePrefix?: string; language?: string; startDate?: string; timezone?: string }
CommunicationsChannel
CommunicationsChannel: "sms" | "email"
CommunicationsContentType
CommunicationsContentType: "reservation_reminder" | "msu" | "pay_od" | "unknown"
CommunicationsCreatedBy
CommunicationsCreatedBy: "customer" | "staff" | "unknown"
CommunicationsDeliveryStatus
CommunicationsDeliveryStatus: "scheduled" | "pending" | "delivered" | "undelivered" | "sent" | "unknown" | "failed"