Skip to content

Commit f4a680b

Browse files
hadashirtclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 5a14f31 commit f4a680b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/modules/connectors.types.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,30 @@ export interface AppUserConnectorConnectionResponse {
6565
* | Service | Type identifier |
6666
* |---|---|
6767
* | Airtable | `airtable` |
68+
* | BambooHR | `bamboohr` |
6869
* | Box | `box` |
70+
* | Calendly | `calendly` |
6971
* | ClickUp | `clickup` |
72+
* | Contentful | `contentful` |
7073
* | Discord | `discord` |
7174
* | Dropbox | `dropbox` |
7275
* | GitHub | `github` |
76+
* | GitLab | `gitlab` |
7377
* | Gmail | `gmail` |
7478
* | Google Analytics | `google_analytics` |
7579
* | Google BigQuery | `googlebigquery` |
7680
* | Google Calendar | `googlecalendar` |
7781
* | Google Classroom | `google_classroom` |
7882
* | Google Docs | `googledocs` |
7983
* | Google Drive | `googledrive` |
84+
* | Google Meet | `googlemeet` |
8085
* | Google Search Console | `google_search_console` |
8186
* | Google Sheets | `googlesheets` |
8287
* | Google Slides | `googleslides` |
88+
* | Google Tasks | `googletasks` |
8389
* | HubSpot | `hubspot` |
90+
* | Hugging Face | `hugging_face` |
91+
* | Instagram | `instagram` |
8492
* | Linear | `linear` |
8593
* | LinkedIn | `linkedin` |
8694
* | Microsoft Teams | `microsoft_teams` |
@@ -92,6 +100,7 @@ export interface AppUserConnectorConnectionResponse {
92100
* | Slack User | `slack` |
93101
* | Slack Bot | `slackbot` |
94102
* | Splitwise | `splitwise` |
103+
* | Supabase | `supabase` |
95104
* | TikTok | `tiktok` |
96105
* | Typeform | `typeform` |
97106
* | Wix | `wix` |

0 commit comments

Comments
 (0)