mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-02 22:01:05 +02:00
feat: fix Circleback connector and update related enums
This commit is contained in:
parent
c19d300c9d
commit
476c764611
5 changed files with 123 additions and 31 deletions
|
|
@ -23,6 +23,7 @@ export const searchSourceConnectorTypeEnum = z.enum([
|
|||
"ELASTICSEARCH_CONNECTOR",
|
||||
"WEBCRAWLER_CONNECTOR",
|
||||
"BOOKSTACK_CONNECTOR",
|
||||
"CIRCLEBACK_CONNECTOR",
|
||||
]);
|
||||
|
||||
export const searchSourceConnector = z.object({
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ export const documentTypeEnum = z.enum([
|
|||
"ELASTICSEARCH_CONNECTOR",
|
||||
"LINEAR_CONNECTOR",
|
||||
"NOTE",
|
||||
"CIRCLEBACK",
|
||||
]);
|
||||
|
||||
export const document = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue