mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 13:22:41 +02:00
feat: add Dropbox connector support in enums, icons, and API service for enhanced integration
This commit is contained in:
parent
d509148636
commit
2cd09d49a2
6 changed files with 26 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ export const CONNECTOR_TOOL_ICON_PATHS: Record<string, { src: string; alt: strin
|
|||
gmail: { src: "/connectors/google-gmail.svg", alt: "Gmail" },
|
||||
google_calendar: { src: "/connectors/google-calendar.svg", alt: "Google Calendar" },
|
||||
google_drive: { src: "/connectors/google-drive.svg", alt: "Google Drive" },
|
||||
dropbox: { src: "/connectors/dropbox.svg", alt: "Dropbox" },
|
||||
onedrive: { src: "/connectors/onedrive.svg", alt: "OneDrive" },
|
||||
notion: { src: "/connectors/notion.svg", alt: "Notion" },
|
||||
linear: { src: "/connectors/linear.svg", alt: "Linear" },
|
||||
|
|
@ -42,6 +43,7 @@ export const CONNECTOR_ICON_TO_TYPES: Record<string, string[]> = {
|
|||
gmail: ["GOOGLE_GMAIL_CONNECTOR", "COMPOSIO_GMAIL_CONNECTOR"],
|
||||
google_calendar: ["GOOGLE_CALENDAR_CONNECTOR", "COMPOSIO_GOOGLE_CALENDAR_CONNECTOR"],
|
||||
google_drive: ["GOOGLE_DRIVE_CONNECTOR", "COMPOSIO_GOOGLE_DRIVE_CONNECTOR"],
|
||||
dropbox: ["DROPBOX_CONNECTOR"],
|
||||
onedrive: ["ONEDRIVE_CONNECTOR"],
|
||||
notion: ["NOTION_CONNECTOR"],
|
||||
linear: ["LINEAR_CONNECTOR"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue