From f4a680b2baab36a08f74367abb0ede29f95ac73a Mon Sep 17 00:00:00 2001 From: Hadas Hirt Date: Mon, 27 Apr 2026 15:39:45 +0300 Subject: [PATCH] Add 9 missing connector types to JSDoc table Adds BambooHR, Calendly, Contentful, GitLab, Google Meet, Google Tasks, Hugging Face, Instagram, and Supabase to the available connectors table in ConnectorsModule JSDoc, syncing with the full list of supported integration types in apper. Co-Authored-By: Claude Sonnet 4.6 --- src/modules/connectors.types.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/connectors.types.ts b/src/modules/connectors.types.ts index 9d79edc..2bbbfa2 100644 --- a/src/modules/connectors.types.ts +++ b/src/modules/connectors.types.ts @@ -65,11 +65,15 @@ export interface AppUserConnectorConnectionResponse { * | Service | Type identifier | * |---|---| * | Airtable | `airtable` | + * | BambooHR | `bamboohr` | * | Box | `box` | + * | Calendly | `calendly` | * | ClickUp | `clickup` | + * | Contentful | `contentful` | * | Discord | `discord` | * | Dropbox | `dropbox` | * | GitHub | `github` | + * | GitLab | `gitlab` | * | Gmail | `gmail` | * | Google Analytics | `google_analytics` | * | Google BigQuery | `googlebigquery` | @@ -77,10 +81,14 @@ export interface AppUserConnectorConnectionResponse { * | Google Classroom | `google_classroom` | * | Google Docs | `googledocs` | * | Google Drive | `googledrive` | + * | Google Meet | `googlemeet` | * | Google Search Console | `google_search_console` | * | Google Sheets | `googlesheets` | * | Google Slides | `googleslides` | + * | Google Tasks | `googletasks` | * | HubSpot | `hubspot` | + * | Hugging Face | `hugging_face` | + * | Instagram | `instagram` | * | Linear | `linear` | * | LinkedIn | `linkedin` | * | Microsoft Teams | `microsoft_teams` | @@ -92,6 +100,7 @@ export interface AppUserConnectorConnectionResponse { * | Slack User | `slack` | * | Slack Bot | `slackbot` | * | Splitwise | `splitwise` | + * | Supabase | `supabase` | * | TikTok | `tiktok` | * | Typeform | `typeform` | * | Wix | `wix` |