feat: fix Circleback connector and update related enums

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-30 12:13:18 -08:00
parent c19d300c9d
commit 476c764611
5 changed files with 123 additions and 31 deletions

View file

@ -23,6 +23,7 @@ export const searchSourceConnectorTypeEnum = z.enum([
"ELASTICSEARCH_CONNECTOR",
"WEBCRAWLER_CONNECTOR",
"BOOKSTACK_CONNECTOR",
"CIRCLEBACK_CONNECTOR",
]);
export const searchSourceConnector = z.object({

View file

@ -21,6 +21,7 @@ export const documentTypeEnum = z.enum([
"ELASTICSEARCH_CONNECTOR",
"LINEAR_CONNECTOR",
"NOTE",
"CIRCLEBACK",
]);
export const document = z.object({