feat: add ONEDRIVE_FILE mapping to connector-document-mapping and document type enum for improved OneDrive integration

This commit is contained in:
Anish Sarkar 2026-03-29 03:35:07 +05:30
parent c8767272ec
commit db49f851ba
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ export const CONNECTOR_TO_DOCUMENT_TYPE: Record<string, string> = {
// Direct mappings (connector type matches document type)
SLACK_CONNECTOR: "SLACK_CONNECTOR",
TEAMS_CONNECTOR: "TEAMS_CONNECTOR",
ONEDRIVE_CONNECTOR: "ONEDRIVE_FILE",
NOTION_CONNECTOR: "NOTION_CONNECTOR",
GITHUB_CONNECTOR: "GITHUB_CONNECTOR",
LINEAR_CONNECTOR: "LINEAR_CONNECTOR",