diff --git a/surfsense_web/contracts/types/document.types.ts b/surfsense_web/contracts/types/document.types.ts index 3a6bdde03..df5514c1d 100644 --- a/surfsense_web/contracts/types/document.types.ts +++ b/surfsense_web/contracts/types/document.types.ts @@ -9,7 +9,6 @@ export const documentTypeEnum = z.enum([ "NOTION_CONNECTOR", "YOUTUBE_VIDEO", "GITHUB_CONNECTOR", - "LINEAR_CONNECTOR", "DISCORD_CONNECTOR", "JIRA_CONNECTOR", "CONFLUENCE_CONNECTOR", @@ -19,6 +18,7 @@ export const documentTypeEnum = z.enum([ "AIRTABLE_CONNECTOR", "LUMA_CONNECTOR", "ELASTICSEARCH_CONNECTOR", + "LINEAR_CONNECTOR", ]); export const document = z.object({