From 6989059e94432d0ed73794b40a4cb79e1d72fc59 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:08:25 +0530 Subject: [PATCH] feat: add OBSIDIAN_CONNECTOR to document type enumeration --- surfsense_web/contracts/types/document.types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_web/contracts/types/document.types.ts b/surfsense_web/contracts/types/document.types.ts index 01a58173e..c181119d3 100644 --- a/surfsense_web/contracts/types/document.types.ts +++ b/surfsense_web/contracts/types/document.types.ts @@ -23,6 +23,7 @@ export const documentTypeEnum = z.enum([ "ELASTICSEARCH_CONNECTOR", "BOOKSTACK_CONNECTOR", "CIRCLEBACK", + "OBSIDIAN_CONNECTOR", "SURFSENSE_DOCS", "NOTE", "COMPOSIO_GOOGLE_DRIVE_CONNECTOR",