{"version":3,"sources":["../src/storage/constants.ts"],"names":[],"mappings":";;;AAAO,IAAM,uBAA0B,GAAA;AAChC,IAAM,WAAc,GAAA;AACpB,IAAM,cAAiB,GAAA;AACvB,IAAM,aAAgB,GAAA;AACtB,IAAM,YAAe,GAAA","file":"chunk-JOQIBQ7H.cjs","sourcesContent":["export const TABLE_WORKFLOW_SNAPSHOT = 'mastra_workflow_snapshot';\nexport const TABLE_EVALS = 'mastra_evals';\nexport const TABLE_MESSAGES = 'mastra_messages';\nexport const TABLE_THREADS = 'mastra_threads';\nexport const TABLE_TRACES = 'mastra_traces';\n\nexport type TABLE_NAMES =\n  | typeof TABLE_WORKFLOW_SNAPSHOT\n  | typeof TABLE_EVALS\n  | typeof TABLE_MESSAGES\n  | typeof TABLE_THREADS\n  | typeof TABLE_TRACES;\n"]}