From 1157673330048f790b5bd2936b8a724ce9fb508e Mon Sep 17 00:00:00 2001 From: Sam Markowitz Date: Thu, 12 Mar 2026 16:54:02 +0200 Subject: [PATCH 1/2] docs: add 11 new connector types to JSDoc table Expand the ConnectorsModule interface JSDoc table from 20 to 30 OAuth connector types and add a GitHub scopes link. These changes generate the SDK reference page in mintlify-docs via create-docs-local. Made-with: Cursor --- src/modules/connectors.types.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/modules/connectors.types.ts b/src/modules/connectors.types.ts index d831671..fb65418 100644 --- a/src/modules/connectors.types.ts +++ b/src/modules/connectors.types.ts @@ -54,30 +54,40 @@ export interface ConnectorConnectionResponse { * * | Service | Type identifier | * |---|---| + * | Airtable | `airtable` | * | Box | `box` | * | ClickUp | `clickup` | * | Discord | `discord` | + * | Dropbox | `dropbox` | * | GitHub | `github` | * | Gmail | `gmail` | * | Google Analytics | `google_analytics` | * | Google BigQuery | `googlebigquery` | * | Google Calendar | `googlecalendar` | + * | Google Classroom | `google_classroom` | * | Google Docs | `googledocs` | * | Google Drive | `googledrive` | + * | Google Search Console | `google_search_console` | * | Google Sheets | `googlesheets` | * | Google Slides | `googleslides` | * | HubSpot | `hubspot` | + * | Linear | `linear` | * | LinkedIn | `linkedin` | + * | Microsoft Teams | `microsoft_teams` | * | Notion | `notion` | + * | Outlook | `outlook` | * | Salesforce | `salesforce` | + * | SharePoint | `share_point` | * | Slack User | `slack` | * | Slack Bot | `slackbot` | + * | Splitwise | `splitwise` | * | TikTok | `tiktok` | + * | Wix | `wix` | * | Wrike | `wrike` | * * See the integration guides for more details: * - * - **Scopes and permissions**: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack} + * - **Scopes and permissions**: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack}, {@link https://docs.base44.com/Integrations/github-connector#github-scopes-and-permissions | GitHub} * - **Slack connector types**: {@link https://docs.base44.com/Integrations/slack-connector#about-the-slack-connectors | About the Slack connectors} explains the difference between `slack` and `slackbot` * * ## Authentication Modes From bf31960b7d1aa060dff3c6cb811c4de9f1344032 Mon Sep 17 00:00:00 2001 From: Sam Markowitz Date: Sun, 15 Mar 2026 13:43:46 +0200 Subject: [PATCH 2/2] docs: add OneDrive and Typeform to connectors JSDoc table Made-with: Cursor --- src/modules/connectors.types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/connectors.types.ts b/src/modules/connectors.types.ts index fb65418..ff403ef 100644 --- a/src/modules/connectors.types.ts +++ b/src/modules/connectors.types.ts @@ -74,6 +74,7 @@ export interface ConnectorConnectionResponse { * | Linear | `linear` | * | LinkedIn | `linkedin` | * | Microsoft Teams | `microsoft_teams` | + * | Microsoft OneDrive | `one_drive` | * | Notion | `notion` | * | Outlook | `outlook` | * | Salesforce | `salesforce` | @@ -82,6 +83,7 @@ export interface ConnectorConnectionResponse { * | Slack Bot | `slackbot` | * | Splitwise | `splitwise` | * | TikTok | `tiktok` | + * | Typeform | `typeform` | * | Wix | `wix` | * | Wrike | `wrike` | *