Type Alias: InsertSessionEvent
Makaio Framework / services-core / InsertSessionEvent
Type Alias: InsertSessionEvent
Section titled “Type Alias: InsertSessionEvent”InsertSessionEvent = typeof
sessionEvents.$inferInsert
Defined in: ../../../packages/services/core/src/session/session-events/schema.ts:123
Type for inserting a new session event.
Type Composition
Section titled “Type Composition”InsertSessionEventtypeof sessionEvents.$inferInsert
Resolved Shape
Section titled “Resolved Shape”type InsertSessionEvent = { type: string; sessionId: string; payload: string; eventId: string; timestamp: number; agentId?: string | null | undefined; adapterId?: string | null | undefined; messageId?: string | null | undefined; turnId?: string | null | undefined; id?: number | undefined; contentText?: string | null | undefined; originatingMessageId?: string | null | undefined;};