Semantic search

This commit is contained in:
2026-03-25 18:39:50 +01:00
parent f5fb537fed
commit cbeedc2d2f
14 changed files with 1336 additions and 56 deletions
+5
View File
@@ -13,11 +13,16 @@ export interface MessageFilters {
mailbox_id?: string
direction?: 'inbound' | 'outbound'
state?: string
pec_type?: string
is_read?: boolean
is_starred?: boolean
is_archived?: boolean
is_trashed?: boolean
search?: string
/** Data minima nel formato ISO 8601 (es. "2026-01-01T00:00:00Z") */
date_from?: string
/** Data massima nel formato ISO 8601 */
date_to?: string
}
export interface MessageBulkUpdatePayload {