integrate-sdk 0.9.64 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +21 -21
- package/dist/adapters/base-handler.js +21 -21
- package/dist/adapters/index.js +31 -31
- package/dist/adapters/nextjs.js +21 -21
- package/dist/adapters/solid-start.js +31 -31
- package/dist/adapters/svelte-kit.js +31 -31
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +246 -246
- package/dist/integrations.js +236 -236
- package/dist/oauth.js +21 -21
- package/dist/server.js +252 -252
- package/dist/src/client.d.ts +22 -22
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +22 -22
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/{ga4-client.d.ts → google_analytics-client.d.ts} +2 -2
- package/dist/src/integrations/google_analytics-client.d.ts.map +1 -0
- package/dist/src/integrations/google_analytics.d.ts +13 -0
- package/dist/src/integrations/google_analytics.d.ts.map +1 -0
- package/dist/src/integrations/{gcal-client.d.ts → google_calendar-client.d.ts} +11 -11
- package/dist/src/integrations/google_calendar-client.d.ts.map +1 -0
- package/dist/src/integrations/google_calendar.d.ts +39 -0
- package/dist/src/integrations/google_calendar.d.ts.map +1 -0
- package/dist/src/integrations/{gchat-client.d.ts → google_chat-client.d.ts} +2 -2
- package/dist/src/integrations/google_chat-client.d.ts.map +1 -0
- package/dist/src/integrations/google_chat.d.ts +15 -0
- package/dist/src/integrations/google_chat.d.ts.map +1 -0
- package/dist/src/integrations/{gcontacts-client.d.ts → google_contacts-client.d.ts} +2 -2
- package/dist/src/integrations/google_contacts-client.d.ts.map +1 -0
- package/dist/src/integrations/google_contacts.d.ts +22 -0
- package/dist/src/integrations/google_contacts.d.ts.map +1 -0
- package/dist/src/integrations/{gdocs-client.d.ts → google_docs-client.d.ts} +1 -1
- package/dist/src/integrations/google_docs-client.d.ts.map +1 -0
- package/dist/src/integrations/google_docs.d.ts +22 -0
- package/dist/src/integrations/google_docs.d.ts.map +1 -0
- package/dist/src/integrations/{gdrive-client.d.ts → google_drive-client.d.ts} +15 -15
- package/dist/src/integrations/google_drive-client.d.ts.map +1 -0
- package/dist/src/integrations/google_drive.d.ts +22 -0
- package/dist/src/integrations/google_drive.d.ts.map +1 -0
- package/dist/src/integrations/{gkeep-client.d.ts → google_keep-client.d.ts} +2 -2
- package/dist/src/integrations/google_keep-client.d.ts.map +1 -0
- package/dist/src/integrations/google_keep.d.ts +22 -0
- package/dist/src/integrations/google_keep.d.ts.map +1 -0
- package/dist/src/integrations/{gmeet-client.d.ts → google_meet-client.d.ts} +2 -2
- package/dist/src/integrations/google_meet-client.d.ts.map +1 -0
- package/dist/src/integrations/google_meet.d.ts +19 -0
- package/dist/src/integrations/google_meet.d.ts.map +1 -0
- package/dist/src/integrations/{gsheets-client.d.ts → google_sheets-client.d.ts} +1 -1
- package/dist/src/integrations/google_sheets-client.d.ts.map +1 -0
- package/dist/src/integrations/google_sheets.d.ts +22 -0
- package/dist/src/integrations/google_sheets.d.ts.map +1 -0
- package/dist/src/integrations/{gslides-client.d.ts → google_slides-client.d.ts} +1 -1
- package/dist/src/integrations/google_slides-client.d.ts.map +1 -0
- package/dist/src/integrations/google_slides.d.ts +22 -0
- package/dist/src/integrations/google_slides.d.ts.map +1 -0
- package/dist/src/integrations/{gtasks-client.d.ts → google_tasks-client.d.ts} +2 -2
- package/dist/src/integrations/google_tasks-client.d.ts.map +1 -0
- package/dist/src/integrations/google_tasks.d.ts +22 -0
- package/dist/src/integrations/google_tasks.d.ts.map +1 -0
- package/dist/src/server.d.ts +11 -11
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +20 -20
- package/package.json +1 -1
- package/dist/src/integrations/ga4-client.d.ts.map +0 -1
- package/dist/src/integrations/ga4.d.ts +0 -13
- package/dist/src/integrations/ga4.d.ts.map +0 -1
- package/dist/src/integrations/gcal-client.d.ts.map +0 -1
- package/dist/src/integrations/gcal.d.ts +0 -39
- package/dist/src/integrations/gcal.d.ts.map +0 -1
- package/dist/src/integrations/gchat-client.d.ts.map +0 -1
- package/dist/src/integrations/gchat.d.ts +0 -15
- package/dist/src/integrations/gchat.d.ts.map +0 -1
- package/dist/src/integrations/gcontacts-client.d.ts.map +0 -1
- package/dist/src/integrations/gcontacts.d.ts +0 -22
- package/dist/src/integrations/gcontacts.d.ts.map +0 -1
- package/dist/src/integrations/gdocs-client.d.ts.map +0 -1
- package/dist/src/integrations/gdocs.d.ts +0 -22
- package/dist/src/integrations/gdocs.d.ts.map +0 -1
- package/dist/src/integrations/gdrive-client.d.ts.map +0 -1
- package/dist/src/integrations/gdrive.d.ts +0 -22
- package/dist/src/integrations/gdrive.d.ts.map +0 -1
- package/dist/src/integrations/gkeep-client.d.ts.map +0 -1
- package/dist/src/integrations/gkeep.d.ts +0 -22
- package/dist/src/integrations/gkeep.d.ts.map +0 -1
- package/dist/src/integrations/gmeet-client.d.ts.map +0 -1
- package/dist/src/integrations/gmeet.d.ts +0 -19
- package/dist/src/integrations/gmeet.d.ts.map +0 -1
- package/dist/src/integrations/gsheets-client.d.ts.map +0 -1
- package/dist/src/integrations/gsheets.d.ts +0 -22
- package/dist/src/integrations/gsheets.d.ts.map +0 -1
- package/dist/src/integrations/gslides-client.d.ts.map +0 -1
- package/dist/src/integrations/gslides.d.ts +0 -22
- package/dist/src/integrations/gslides.d.ts.map +0 -1
- package/dist/src/integrations/gtasks-client.d.ts.map +0 -1
- package/dist/src/integrations/gtasks.d.ts +0 -22
- package/dist/src/integrations/gtasks.d.ts.map +0 -1
package/dist/server.js
CHANGED
|
@@ -540,23 +540,23 @@ var init_library_metadata = __esm(() => {
|
|
|
540
540
|
description: "Send, read, and search Gmail messages",
|
|
541
541
|
category: "Communication"
|
|
542
542
|
},
|
|
543
|
-
|
|
543
|
+
google_calendar: {
|
|
544
544
|
description: "Manage Google Calendar events and schedules",
|
|
545
545
|
category: "Productivity"
|
|
546
546
|
},
|
|
547
|
-
|
|
547
|
+
google_tasks: {
|
|
548
548
|
description: "Manage Google Tasks lists and to-dos",
|
|
549
549
|
category: "Productivity"
|
|
550
550
|
},
|
|
551
|
-
|
|
551
|
+
google_keep: {
|
|
552
552
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
553
553
|
category: "Productivity"
|
|
554
554
|
},
|
|
555
|
-
|
|
555
|
+
google_meet: {
|
|
556
556
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
557
557
|
category: "Communication"
|
|
558
558
|
},
|
|
559
|
-
|
|
559
|
+
google_contacts: {
|
|
560
560
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
561
561
|
category: "Communication"
|
|
562
562
|
},
|
|
@@ -692,19 +692,19 @@ var init_library_metadata = __esm(() => {
|
|
|
692
692
|
description: "Manage Todoist tasks, projects, and labels",
|
|
693
693
|
category: "Productivity"
|
|
694
694
|
},
|
|
695
|
-
|
|
695
|
+
google_slides: {
|
|
696
696
|
description: "Create and update Google Slides presentations",
|
|
697
697
|
category: "Productivity"
|
|
698
698
|
},
|
|
699
|
-
|
|
699
|
+
google_sheets: {
|
|
700
700
|
description: "Read and update Google Sheets spreadsheets",
|
|
701
701
|
category: "Productivity"
|
|
702
702
|
},
|
|
703
|
-
|
|
703
|
+
google_docs: {
|
|
704
704
|
description: "Create and edit Google Docs documents",
|
|
705
705
|
category: "Productivity"
|
|
706
706
|
},
|
|
707
|
-
|
|
707
|
+
google_drive: {
|
|
708
708
|
description: "Manage Google Drive files, folders, and sharing",
|
|
709
709
|
category: "Storage"
|
|
710
710
|
},
|
|
@@ -820,11 +820,11 @@ var init_library_metadata = __esm(() => {
|
|
|
820
820
|
description: "Read eToro portfolio data and market instruments",
|
|
821
821
|
category: "Finance"
|
|
822
822
|
},
|
|
823
|
-
|
|
823
|
+
google_analytics: {
|
|
824
824
|
description: "Read Google Analytics reports, properties, and events",
|
|
825
825
|
category: "Analytics"
|
|
826
826
|
},
|
|
827
|
-
|
|
827
|
+
google_chat: {
|
|
828
828
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
829
829
|
category: "Communication"
|
|
830
830
|
},
|
|
@@ -1402,16 +1402,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1402
1402
|
github: fetchGitHubEmail,
|
|
1403
1403
|
gmail: fetchGoogleEmail,
|
|
1404
1404
|
google: fetchGoogleEmail,
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1405
|
+
google_calendar: fetchGoogleEmail,
|
|
1406
|
+
google_drive: fetchGoogleEmail,
|
|
1407
|
+
google_docs: fetchGoogleEmail,
|
|
1408
|
+
google_sheets: fetchGoogleEmail,
|
|
1409
|
+
google_slides: fetchGoogleEmail,
|
|
1410
|
+
google_contacts: fetchGoogleEmail,
|
|
1411
|
+
google_meet: fetchGoogleEmail,
|
|
1412
|
+
google_chat: fetchGoogleEmail,
|
|
1413
|
+
google_tasks: fetchGoogleEmail,
|
|
1414
|
+
google_analytics: fetchGoogleEmail,
|
|
1415
1415
|
youtube: fetchGoogleEmail,
|
|
1416
1416
|
notion: fetchNotionEmail,
|
|
1417
1417
|
linear: fetchLinearEmail,
|
|
@@ -6194,12 +6194,12 @@ init_logger();
|
|
|
6194
6194
|
// src/utils/normalize-tool-name.ts
|
|
6195
6195
|
var TOOL_ALIASES = {
|
|
6196
6196
|
github_list_repo_contents: "github_get_file_contents",
|
|
6197
|
-
gdrive_list: "
|
|
6198
|
-
gdrive_get: "
|
|
6199
|
-
gdrive_delete: "
|
|
6200
|
-
gdrive_trash: "
|
|
6201
|
-
gdrive_upload: "
|
|
6202
|
-
gdrive_download: "
|
|
6197
|
+
gdrive_list: "google_drive_list_files",
|
|
6198
|
+
gdrive_get: "google_drive_get_file",
|
|
6199
|
+
gdrive_delete: "google_drive_delete_file",
|
|
6200
|
+
gdrive_trash: "google_drive_trash_file",
|
|
6201
|
+
gdrive_upload: "google_drive_upload_text_file",
|
|
6202
|
+
gdrive_download: "google_drive_download_file",
|
|
6203
6203
|
slack_send: "slack_send_message",
|
|
6204
6204
|
gmail_send: "gmail_send_email",
|
|
6205
6205
|
notion_create_page: "notion_create_page"
|
|
@@ -10579,28 +10579,28 @@ function stripeIntegration(config = {}) {
|
|
|
10579
10579
|
}
|
|
10580
10580
|
};
|
|
10581
10581
|
}
|
|
10582
|
-
// src/integrations/
|
|
10582
|
+
// src/integrations/google_calendar.ts
|
|
10583
10583
|
init_logger();
|
|
10584
10584
|
var logger109 = createLogger("Google Calendar");
|
|
10585
|
-
var
|
|
10586
|
-
"
|
|
10587
|
-
"
|
|
10588
|
-
"
|
|
10589
|
-
"
|
|
10590
|
-
"
|
|
10591
|
-
"
|
|
10592
|
-
"
|
|
10593
|
-
"
|
|
10594
|
-
"
|
|
10595
|
-
"
|
|
10596
|
-
"
|
|
10597
|
-
"
|
|
10598
|
-
];
|
|
10599
|
-
function
|
|
10585
|
+
var GOOGLE_CALENDAR_TOOLS = [
|
|
10586
|
+
"google_calendar_create_calendar",
|
|
10587
|
+
"google_calendar_create_event",
|
|
10588
|
+
"google_calendar_delete_calendar",
|
|
10589
|
+
"google_calendar_delete_event",
|
|
10590
|
+
"google_calendar_freebusy",
|
|
10591
|
+
"google_calendar_get_calendar",
|
|
10592
|
+
"google_calendar_get_event",
|
|
10593
|
+
"google_calendar_list_attendees",
|
|
10594
|
+
"google_calendar_list_calendars",
|
|
10595
|
+
"google_calendar_list_events",
|
|
10596
|
+
"google_calendar_quick_add",
|
|
10597
|
+
"google_calendar_update_event"
|
|
10598
|
+
];
|
|
10599
|
+
function googleCalendarIntegration(config = {}) {
|
|
10600
10600
|
const oauth = {
|
|
10601
|
-
provider: "
|
|
10602
|
-
clientId: config.clientId ?? getEnv("
|
|
10603
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
10601
|
+
provider: "google_calendar",
|
|
10602
|
+
clientId: config.clientId ?? getEnv("GOOGLE_CALENDAR_CLIENT_ID"),
|
|
10603
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_CALENDAR_CLIENT_SECRET"),
|
|
10604
10604
|
scopes: config.scopes,
|
|
10605
10605
|
optionalScopes: config.optionalScopes,
|
|
10606
10606
|
redirectUri: config.redirectUri,
|
|
@@ -10609,10 +10609,10 @@ function gcalIntegration(config = {}) {
|
|
|
10609
10609
|
}
|
|
10610
10610
|
};
|
|
10611
10611
|
return {
|
|
10612
|
-
id: "
|
|
10612
|
+
id: "google_calendar",
|
|
10613
10613
|
name: "Google Calendar",
|
|
10614
10614
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_calendar.webp",
|
|
10615
|
-
tools: [...
|
|
10615
|
+
tools: [...GOOGLE_CALENDAR_TOOLS],
|
|
10616
10616
|
oauth,
|
|
10617
10617
|
async onInit(_client) {
|
|
10618
10618
|
logger109.debug("Google Calendar integration initialized");
|
|
@@ -10622,26 +10622,26 @@ function gcalIntegration(config = {}) {
|
|
|
10622
10622
|
}
|
|
10623
10623
|
};
|
|
10624
10624
|
}
|
|
10625
|
-
// src/integrations/
|
|
10625
|
+
// src/integrations/google_contacts.ts
|
|
10626
10626
|
init_logger();
|
|
10627
10627
|
var logger110 = createLogger("Google Contacts");
|
|
10628
|
-
var
|
|
10629
|
-
"
|
|
10630
|
-
"
|
|
10631
|
-
"
|
|
10632
|
-
"
|
|
10633
|
-
"
|
|
10634
|
-
"
|
|
10635
|
-
"
|
|
10636
|
-
"
|
|
10637
|
-
"
|
|
10638
|
-
"
|
|
10639
|
-
];
|
|
10640
|
-
function
|
|
10628
|
+
var GOOGLE_CONTACTS_TOOLS = [
|
|
10629
|
+
"google_contacts_batch_get_contacts",
|
|
10630
|
+
"google_contacts_copy_other_contact",
|
|
10631
|
+
"google_contacts_create_contact",
|
|
10632
|
+
"google_contacts_delete_contact",
|
|
10633
|
+
"google_contacts_get_person",
|
|
10634
|
+
"google_contacts_get_self",
|
|
10635
|
+
"google_contacts_list_connections",
|
|
10636
|
+
"google_contacts_list_other_contacts",
|
|
10637
|
+
"google_contacts_search_contacts",
|
|
10638
|
+
"google_contacts_update_contact"
|
|
10639
|
+
];
|
|
10640
|
+
function googleContactsIntegration(config = {}) {
|
|
10641
10641
|
const oauth = {
|
|
10642
|
-
provider: "
|
|
10643
|
-
clientId: config.clientId ?? getEnv("
|
|
10644
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
10642
|
+
provider: "google_contacts",
|
|
10643
|
+
clientId: config.clientId ?? getEnv("GOOGLE_CONTACTS_CLIENT_ID"),
|
|
10644
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_CONTACTS_CLIENT_SECRET"),
|
|
10645
10645
|
scopes: config.scopes,
|
|
10646
10646
|
optionalScopes: config.optionalScopes,
|
|
10647
10647
|
redirectUri: config.redirectUri,
|
|
@@ -10650,12 +10650,12 @@ function gcontactsIntegration(config = {}) {
|
|
|
10650
10650
|
}
|
|
10651
10651
|
};
|
|
10652
10652
|
return {
|
|
10653
|
-
id: "
|
|
10653
|
+
id: "google_contacts",
|
|
10654
10654
|
name: "Google Contacts",
|
|
10655
10655
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_contacts.png",
|
|
10656
10656
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
10657
10657
|
category: "Communication",
|
|
10658
|
-
tools: [...
|
|
10658
|
+
tools: [...GOOGLE_CONTACTS_TOOLS],
|
|
10659
10659
|
oauth,
|
|
10660
10660
|
async onInit(_client) {
|
|
10661
10661
|
logger110.debug("Google Contacts integration initialized");
|
|
@@ -10665,34 +10665,34 @@ function gcontactsIntegration(config = {}) {
|
|
|
10665
10665
|
}
|
|
10666
10666
|
};
|
|
10667
10667
|
}
|
|
10668
|
-
// src/integrations/
|
|
10668
|
+
// src/integrations/google_meet.ts
|
|
10669
10669
|
init_logger();
|
|
10670
10670
|
var logger111 = createLogger("Google Meet");
|
|
10671
|
-
var
|
|
10672
|
-
"
|
|
10673
|
-
"
|
|
10674
|
-
"
|
|
10675
|
-
"
|
|
10676
|
-
"
|
|
10677
|
-
"
|
|
10678
|
-
];
|
|
10679
|
-
function
|
|
10671
|
+
var GOOGLE_MEET_TOOLS = [
|
|
10672
|
+
"google_meet_add_meet_to_event",
|
|
10673
|
+
"google_meet_create_meeting",
|
|
10674
|
+
"google_meet_delete_meeting",
|
|
10675
|
+
"google_meet_get_meeting",
|
|
10676
|
+
"google_meet_list_meetings",
|
|
10677
|
+
"google_meet_update_meeting"
|
|
10678
|
+
];
|
|
10679
|
+
function googleMeetIntegration(config = {}) {
|
|
10680
10680
|
const oauth = {
|
|
10681
|
-
provider: "
|
|
10682
|
-
clientId: config.clientId ?? getEnv("
|
|
10683
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
10681
|
+
provider: "google_meet",
|
|
10682
|
+
clientId: config.clientId ?? getEnv("GOOGLE_MEET_CLIENT_ID"),
|
|
10683
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_MEET_CLIENT_SECRET"),
|
|
10684
10684
|
scopes: config.scopes,
|
|
10685
10685
|
optionalScopes: config.optionalScopes,
|
|
10686
10686
|
redirectUri: config.redirectUri,
|
|
10687
10687
|
config: { ...config }
|
|
10688
10688
|
};
|
|
10689
10689
|
return {
|
|
10690
|
-
id: "
|
|
10690
|
+
id: "google_meet",
|
|
10691
10691
|
name: "Google Meet",
|
|
10692
10692
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.png",
|
|
10693
10693
|
description: "Create and manage Google Meet links via Calendar conference data",
|
|
10694
10694
|
category: "Communication",
|
|
10695
|
-
tools: [...
|
|
10695
|
+
tools: [...GOOGLE_MEET_TOOLS],
|
|
10696
10696
|
oauth,
|
|
10697
10697
|
async onInit(_client) {
|
|
10698
10698
|
logger111.debug("Google Meet integration initialized");
|
|
@@ -10702,28 +10702,28 @@ function gmeetIntegration(config = {}) {
|
|
|
10702
10702
|
}
|
|
10703
10703
|
};
|
|
10704
10704
|
}
|
|
10705
|
-
// src/integrations/
|
|
10705
|
+
// src/integrations/google_tasks.ts
|
|
10706
10706
|
init_logger();
|
|
10707
10707
|
var logger112 = createLogger("Google Tasks");
|
|
10708
|
-
var
|
|
10709
|
-
"
|
|
10710
|
-
"
|
|
10711
|
-
"
|
|
10712
|
-
"
|
|
10713
|
-
"
|
|
10714
|
-
"
|
|
10715
|
-
"
|
|
10716
|
-
"
|
|
10717
|
-
"
|
|
10718
|
-
"
|
|
10719
|
-
"
|
|
10720
|
-
"
|
|
10721
|
-
];
|
|
10722
|
-
function
|
|
10708
|
+
var GOOGLE_TASKS_TOOLS = [
|
|
10709
|
+
"google_tasks_clear_completed",
|
|
10710
|
+
"google_tasks_create_task",
|
|
10711
|
+
"google_tasks_create_tasklist",
|
|
10712
|
+
"google_tasks_delete_task",
|
|
10713
|
+
"google_tasks_delete_tasklist",
|
|
10714
|
+
"google_tasks_get_task",
|
|
10715
|
+
"google_tasks_get_tasklist",
|
|
10716
|
+
"google_tasks_list_tasklists",
|
|
10717
|
+
"google_tasks_list_tasks",
|
|
10718
|
+
"google_tasks_move_task",
|
|
10719
|
+
"google_tasks_update_task",
|
|
10720
|
+
"google_tasks_update_tasklist"
|
|
10721
|
+
];
|
|
10722
|
+
function googleTasksIntegration(config = {}) {
|
|
10723
10723
|
const oauth = {
|
|
10724
|
-
provider: "
|
|
10725
|
-
clientId: config.clientId ?? getEnv("
|
|
10726
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
10724
|
+
provider: "google_tasks",
|
|
10725
|
+
clientId: config.clientId ?? getEnv("GOOGLE_TASKS_CLIENT_ID"),
|
|
10726
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_TASKS_CLIENT_SECRET"),
|
|
10727
10727
|
scopes: config.scopes,
|
|
10728
10728
|
optionalScopes: config.optionalScopes,
|
|
10729
10729
|
redirectUri: config.redirectUri,
|
|
@@ -10732,12 +10732,12 @@ function gtasksIntegration(config = {}) {
|
|
|
10732
10732
|
}
|
|
10733
10733
|
};
|
|
10734
10734
|
return {
|
|
10735
|
-
id: "
|
|
10735
|
+
id: "google_tasks",
|
|
10736
10736
|
name: "Google Tasks",
|
|
10737
10737
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.png",
|
|
10738
10738
|
description: "Manage Google Tasks lists and to-dos synced with your Google account",
|
|
10739
10739
|
category: "Productivity",
|
|
10740
|
-
tools: [...
|
|
10740
|
+
tools: [...GOOGLE_TASKS_TOOLS],
|
|
10741
10741
|
oauth,
|
|
10742
10742
|
async onInit(_client) {
|
|
10743
10743
|
logger112.debug("Google Tasks integration initialized");
|
|
@@ -10747,24 +10747,24 @@ function gtasksIntegration(config = {}) {
|
|
|
10747
10747
|
}
|
|
10748
10748
|
};
|
|
10749
10749
|
}
|
|
10750
|
-
// src/integrations/
|
|
10750
|
+
// src/integrations/google_keep.ts
|
|
10751
10751
|
init_logger();
|
|
10752
10752
|
var logger113 = createLogger("Google Keep");
|
|
10753
|
-
var
|
|
10754
|
-
"
|
|
10755
|
-
"
|
|
10756
|
-
"
|
|
10757
|
-
"
|
|
10758
|
-
"
|
|
10759
|
-
"
|
|
10760
|
-
"
|
|
10761
|
-
"
|
|
10762
|
-
];
|
|
10763
|
-
function
|
|
10753
|
+
var GOOGLE_KEEP_TOOLS = [
|
|
10754
|
+
"google_keep_list_notes",
|
|
10755
|
+
"google_keep_get_note",
|
|
10756
|
+
"google_keep_create_text_note",
|
|
10757
|
+
"google_keep_create_list_note",
|
|
10758
|
+
"google_keep_delete_note",
|
|
10759
|
+
"google_keep_download_attachment",
|
|
10760
|
+
"google_keep_batch_create_permissions",
|
|
10761
|
+
"google_keep_batch_delete_permissions"
|
|
10762
|
+
];
|
|
10763
|
+
function googleKeepIntegration(config = {}) {
|
|
10764
10764
|
const oauth = {
|
|
10765
|
-
provider: "
|
|
10766
|
-
clientId: config.clientId ?? getEnv("
|
|
10767
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
10765
|
+
provider: "google_keep",
|
|
10766
|
+
clientId: config.clientId ?? getEnv("GOOGLE_KEEP_CLIENT_ID"),
|
|
10767
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_KEEP_CLIENT_SECRET"),
|
|
10768
10768
|
scopes: config.scopes,
|
|
10769
10769
|
optionalScopes: config.optionalScopes,
|
|
10770
10770
|
redirectUri: config.redirectUri,
|
|
@@ -10773,12 +10773,12 @@ function gkeepIntegration(config = {}) {
|
|
|
10773
10773
|
}
|
|
10774
10774
|
};
|
|
10775
10775
|
return {
|
|
10776
|
-
id: "
|
|
10776
|
+
id: "google_keep",
|
|
10777
10777
|
name: "Google Keep",
|
|
10778
10778
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_keep.png",
|
|
10779
10779
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
10780
10780
|
category: "Productivity",
|
|
10781
|
-
tools: [...
|
|
10781
|
+
tools: [...GOOGLE_KEEP_TOOLS],
|
|
10782
10782
|
oauth,
|
|
10783
10783
|
async onInit(_client) {
|
|
10784
10784
|
logger113.debug("Google Keep integration initialized");
|
|
@@ -11746,36 +11746,36 @@ function powerpointIntegration(config = {}) {
|
|
|
11746
11746
|
}
|
|
11747
11747
|
};
|
|
11748
11748
|
}
|
|
11749
|
-
// src/integrations/
|
|
11749
|
+
// src/integrations/google_docs.ts
|
|
11750
11750
|
init_logger();
|
|
11751
11751
|
var logger131 = createLogger("Google Docs");
|
|
11752
|
-
var
|
|
11753
|
-
"
|
|
11754
|
-
"
|
|
11755
|
-
"
|
|
11756
|
-
"
|
|
11757
|
-
"
|
|
11758
|
-
"
|
|
11759
|
-
"
|
|
11760
|
-
"
|
|
11761
|
-
"
|
|
11762
|
-
"
|
|
11763
|
-
];
|
|
11764
|
-
function
|
|
11752
|
+
var GOOGLE_DOCS_TOOLS = [
|
|
11753
|
+
"google_docs_append_text",
|
|
11754
|
+
"google_docs_batch_update",
|
|
11755
|
+
"google_docs_create",
|
|
11756
|
+
"google_docs_create_comment",
|
|
11757
|
+
"google_docs_delete",
|
|
11758
|
+
"google_docs_delete_comment",
|
|
11759
|
+
"google_docs_get",
|
|
11760
|
+
"google_docs_list",
|
|
11761
|
+
"google_docs_list_comments",
|
|
11762
|
+
"google_docs_replace_text"
|
|
11763
|
+
];
|
|
11764
|
+
function googleDocsIntegration(config = {}) {
|
|
11765
11765
|
const oauth = {
|
|
11766
|
-
provider: "
|
|
11767
|
-
clientId: config.clientId ?? getEnv("
|
|
11768
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
11766
|
+
provider: "google_docs",
|
|
11767
|
+
clientId: config.clientId ?? getEnv("GOOGLE_DOCS_CLIENT_ID"),
|
|
11768
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_DOCS_CLIENT_SECRET"),
|
|
11769
11769
|
scopes: config.scopes,
|
|
11770
11770
|
optionalScopes: config.optionalScopes,
|
|
11771
11771
|
redirectUri: config.redirectUri,
|
|
11772
11772
|
config
|
|
11773
11773
|
};
|
|
11774
11774
|
return {
|
|
11775
|
-
id: "
|
|
11775
|
+
id: "google_docs",
|
|
11776
11776
|
name: "Google Docs",
|
|
11777
11777
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_docs.png",
|
|
11778
|
-
tools: [...
|
|
11778
|
+
tools: [...GOOGLE_DOCS_TOOLS],
|
|
11779
11779
|
oauth,
|
|
11780
11780
|
async onInit(_client) {
|
|
11781
11781
|
logger131.debug("Google Docs integration initialized");
|
|
@@ -11785,40 +11785,40 @@ function gdocsIntegration(config = {}) {
|
|
|
11785
11785
|
}
|
|
11786
11786
|
};
|
|
11787
11787
|
}
|
|
11788
|
-
// src/integrations/
|
|
11788
|
+
// src/integrations/google_drive.ts
|
|
11789
11789
|
init_logger();
|
|
11790
11790
|
var logger132 = createLogger("Google Drive");
|
|
11791
|
-
var
|
|
11792
|
-
"
|
|
11793
|
-
"
|
|
11794
|
-
"
|
|
11795
|
-
"
|
|
11796
|
-
"
|
|
11797
|
-
"
|
|
11798
|
-
"
|
|
11799
|
-
"
|
|
11800
|
-
"
|
|
11801
|
-
"
|
|
11802
|
-
"
|
|
11803
|
-
"
|
|
11804
|
-
"
|
|
11805
|
-
"
|
|
11806
|
-
];
|
|
11807
|
-
function
|
|
11791
|
+
var GOOGLE_DRIVE_TOOLS = [
|
|
11792
|
+
"google_drive_copy_file",
|
|
11793
|
+
"google_drive_create_folder",
|
|
11794
|
+
"google_drive_delete_file",
|
|
11795
|
+
"google_drive_download_file",
|
|
11796
|
+
"google_drive_get_about",
|
|
11797
|
+
"google_drive_get_file",
|
|
11798
|
+
"google_drive_list_files",
|
|
11799
|
+
"google_drive_list_permissions",
|
|
11800
|
+
"google_drive_move_file",
|
|
11801
|
+
"google_drive_remove_permission",
|
|
11802
|
+
"google_drive_rename_file",
|
|
11803
|
+
"google_drive_share_file",
|
|
11804
|
+
"google_drive_trash_file",
|
|
11805
|
+
"google_drive_upload_text_file"
|
|
11806
|
+
];
|
|
11807
|
+
function googleDriveIntegration(config = {}) {
|
|
11808
11808
|
const oauth = {
|
|
11809
|
-
provider: "
|
|
11810
|
-
clientId: config.clientId ?? getEnv("
|
|
11811
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
11809
|
+
provider: "google_drive",
|
|
11810
|
+
clientId: config.clientId ?? getEnv("GOOGLE_DRIVE_CLIENT_ID"),
|
|
11811
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_DRIVE_CLIENT_SECRET"),
|
|
11812
11812
|
scopes: config.scopes,
|
|
11813
11813
|
optionalScopes: config.optionalScopes,
|
|
11814
11814
|
redirectUri: config.redirectUri,
|
|
11815
11815
|
config
|
|
11816
11816
|
};
|
|
11817
11817
|
return {
|
|
11818
|
-
id: "
|
|
11818
|
+
id: "google_drive",
|
|
11819
11819
|
name: "Google Drive",
|
|
11820
11820
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_drive.png",
|
|
11821
|
-
tools: [...
|
|
11821
|
+
tools: [...GOOGLE_DRIVE_TOOLS],
|
|
11822
11822
|
oauth,
|
|
11823
11823
|
async onInit(_client) {
|
|
11824
11824
|
logger132.debug("Google Drive integration initialized");
|
|
@@ -11828,36 +11828,36 @@ function gdriveIntegration(config = {}) {
|
|
|
11828
11828
|
}
|
|
11829
11829
|
};
|
|
11830
11830
|
}
|
|
11831
|
-
// src/integrations/
|
|
11831
|
+
// src/integrations/google_sheets.ts
|
|
11832
11832
|
init_logger();
|
|
11833
11833
|
var logger133 = createLogger("Google Sheets");
|
|
11834
|
-
var
|
|
11835
|
-
"
|
|
11836
|
-
"
|
|
11837
|
-
"
|
|
11838
|
-
"
|
|
11839
|
-
"
|
|
11840
|
-
"
|
|
11841
|
-
"
|
|
11842
|
-
"
|
|
11843
|
-
"
|
|
11844
|
-
"
|
|
11845
|
-
];
|
|
11846
|
-
function
|
|
11834
|
+
var GOOGLE_SHEETS_TOOLS = [
|
|
11835
|
+
"google_sheets_append_values",
|
|
11836
|
+
"google_sheets_batch_update",
|
|
11837
|
+
"google_sheets_batch_update_values",
|
|
11838
|
+
"google_sheets_clear_values",
|
|
11839
|
+
"google_sheets_create",
|
|
11840
|
+
"google_sheets_delete",
|
|
11841
|
+
"google_sheets_get",
|
|
11842
|
+
"google_sheets_get_values",
|
|
11843
|
+
"google_sheets_list",
|
|
11844
|
+
"google_sheets_update_values"
|
|
11845
|
+
];
|
|
11846
|
+
function googleSheetsIntegration(config = {}) {
|
|
11847
11847
|
const oauth = {
|
|
11848
|
-
provider: "
|
|
11849
|
-
clientId: config.clientId ?? getEnv("
|
|
11850
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
11848
|
+
provider: "google_sheets",
|
|
11849
|
+
clientId: config.clientId ?? getEnv("GOOGLE_SHEETS_CLIENT_ID"),
|
|
11850
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_SHEETS_CLIENT_SECRET"),
|
|
11851
11851
|
scopes: config.scopes,
|
|
11852
11852
|
optionalScopes: config.optionalScopes,
|
|
11853
11853
|
redirectUri: config.redirectUri,
|
|
11854
11854
|
config
|
|
11855
11855
|
};
|
|
11856
11856
|
return {
|
|
11857
|
-
id: "
|
|
11857
|
+
id: "google_sheets",
|
|
11858
11858
|
name: "Google Sheets",
|
|
11859
11859
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_sheets.png",
|
|
11860
|
-
tools: [...
|
|
11860
|
+
tools: [...GOOGLE_SHEETS_TOOLS],
|
|
11861
11861
|
oauth,
|
|
11862
11862
|
async onInit(_client) {
|
|
11863
11863
|
logger133.debug("Google Sheets integration initialized");
|
|
@@ -11867,35 +11867,35 @@ function gsheetsIntegration(config = {}) {
|
|
|
11867
11867
|
}
|
|
11868
11868
|
};
|
|
11869
11869
|
}
|
|
11870
|
-
// src/integrations/
|
|
11870
|
+
// src/integrations/google_slides.ts
|
|
11871
11871
|
init_logger();
|
|
11872
11872
|
var logger134 = createLogger("Google Slides");
|
|
11873
|
-
var
|
|
11874
|
-
"
|
|
11875
|
-
"
|
|
11876
|
-
"
|
|
11877
|
-
"
|
|
11878
|
-
"
|
|
11879
|
-
"
|
|
11880
|
-
"
|
|
11881
|
-
"
|
|
11882
|
-
"
|
|
11883
|
-
];
|
|
11884
|
-
function
|
|
11873
|
+
var GOOGLE_SLIDES_TOOLS = [
|
|
11874
|
+
"google_slides_add_slide",
|
|
11875
|
+
"google_slides_batch_update",
|
|
11876
|
+
"google_slides_create",
|
|
11877
|
+
"google_slides_delete",
|
|
11878
|
+
"google_slides_delete_slide",
|
|
11879
|
+
"google_slides_get",
|
|
11880
|
+
"google_slides_get_page",
|
|
11881
|
+
"google_slides_list",
|
|
11882
|
+
"google_slides_update_text"
|
|
11883
|
+
];
|
|
11884
|
+
function googleSlidesIntegration(config = {}) {
|
|
11885
11885
|
const oauth = {
|
|
11886
|
-
provider: "
|
|
11887
|
-
clientId: config.clientId ?? getEnv("
|
|
11888
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
11886
|
+
provider: "google_slides",
|
|
11887
|
+
clientId: config.clientId ?? getEnv("GOOGLE_SLIDES_CLIENT_ID"),
|
|
11888
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_SLIDES_CLIENT_SECRET"),
|
|
11889
11889
|
scopes: config.scopes,
|
|
11890
11890
|
optionalScopes: config.optionalScopes,
|
|
11891
11891
|
redirectUri: config.redirectUri,
|
|
11892
11892
|
config
|
|
11893
11893
|
};
|
|
11894
11894
|
return {
|
|
11895
|
-
id: "
|
|
11895
|
+
id: "google_slides",
|
|
11896
11896
|
name: "Google Slides",
|
|
11897
11897
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_slides.png",
|
|
11898
|
-
tools: [...
|
|
11898
|
+
tools: [...GOOGLE_SLIDES_TOOLS],
|
|
11899
11899
|
oauth,
|
|
11900
11900
|
async onInit(_client) {
|
|
11901
11901
|
logger134.debug("Google Slides integration initialized");
|
|
@@ -13463,29 +13463,29 @@ function attioIntegration(config = {}) {
|
|
|
13463
13463
|
}
|
|
13464
13464
|
};
|
|
13465
13465
|
}
|
|
13466
|
-
// src/integrations/
|
|
13466
|
+
// src/integrations/google_chat.ts
|
|
13467
13467
|
init_logger();
|
|
13468
13468
|
var logger163 = createLogger("Google Chat");
|
|
13469
|
-
var
|
|
13469
|
+
var GOOGLE_CHAT_SCOPES = [
|
|
13470
13470
|
"https://www.googleapis.com/auth/chat.messages",
|
|
13471
13471
|
"https://www.googleapis.com/auth/chat.spaces.readonly"
|
|
13472
13472
|
];
|
|
13473
|
-
var
|
|
13474
|
-
"
|
|
13475
|
-
"
|
|
13476
|
-
"
|
|
13477
|
-
"
|
|
13478
|
-
"
|
|
13479
|
-
"
|
|
13480
|
-
"
|
|
13481
|
-
"
|
|
13482
|
-
];
|
|
13483
|
-
function
|
|
13473
|
+
var GOOGLE_CHAT_TOOLS = [
|
|
13474
|
+
"google_chat_delete_message",
|
|
13475
|
+
"google_chat_get_message",
|
|
13476
|
+
"google_chat_get_space",
|
|
13477
|
+
"google_chat_list_members",
|
|
13478
|
+
"google_chat_list_messages",
|
|
13479
|
+
"google_chat_list_spaces",
|
|
13480
|
+
"google_chat_send_message",
|
|
13481
|
+
"google_chat_update_message"
|
|
13482
|
+
];
|
|
13483
|
+
function googleChatIntegration(config = {}) {
|
|
13484
13484
|
const oauth = {
|
|
13485
|
-
provider: "
|
|
13486
|
-
clientId: config.clientId ?? getEnv("
|
|
13487
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
13488
|
-
scopes: config.scopes ?? [...
|
|
13485
|
+
provider: "google_chat",
|
|
13486
|
+
clientId: config.clientId ?? getEnv("GOOGLE_CHAT_CLIENT_ID"),
|
|
13487
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_CHAT_CLIENT_SECRET"),
|
|
13488
|
+
scopes: config.scopes ?? [...GOOGLE_CHAT_SCOPES],
|
|
13489
13489
|
optionalScopes: config.optionalScopes,
|
|
13490
13490
|
redirectUri: config.redirectUri,
|
|
13491
13491
|
config: {
|
|
@@ -13496,12 +13496,12 @@ function gchatIntegration(config = {}) {
|
|
|
13496
13496
|
}
|
|
13497
13497
|
};
|
|
13498
13498
|
return {
|
|
13499
|
-
id: "
|
|
13499
|
+
id: "google_chat",
|
|
13500
13500
|
name: "Google Chat",
|
|
13501
13501
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_chat.png",
|
|
13502
13502
|
description: "List Google Chat spaces and manage messages and memberships",
|
|
13503
13503
|
category: "Communication",
|
|
13504
|
-
tools: [...
|
|
13504
|
+
tools: [...GOOGLE_CHAT_TOOLS],
|
|
13505
13505
|
oauth,
|
|
13506
13506
|
async onInit(_client) {
|
|
13507
13507
|
logger163.debug("Google Chat integration initialized");
|
|
@@ -14420,28 +14420,28 @@ function facebookIntegration(config = {}) {
|
|
|
14420
14420
|
}
|
|
14421
14421
|
};
|
|
14422
14422
|
}
|
|
14423
|
-
// src/integrations/
|
|
14424
|
-
var
|
|
14425
|
-
"
|
|
14426
|
-
"
|
|
14427
|
-
"
|
|
14428
|
-
"
|
|
14429
|
-
"
|
|
14423
|
+
// src/integrations/google_analytics.ts
|
|
14424
|
+
var GOOGLE_ANALYTICS_TOOLS = [
|
|
14425
|
+
"google_analytics_batch_run_reports",
|
|
14426
|
+
"google_analytics_get_property",
|
|
14427
|
+
"google_analytics_list_account_summaries",
|
|
14428
|
+
"google_analytics_run_realtime_report",
|
|
14429
|
+
"google_analytics_run_report"
|
|
14430
14430
|
];
|
|
14431
|
-
function
|
|
14431
|
+
function googleAnalyticsIntegration(config = {}) {
|
|
14432
14432
|
const oauth = {
|
|
14433
|
-
provider: "
|
|
14434
|
-
clientId: config.clientId ?? getEnv("
|
|
14435
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
14433
|
+
provider: "google_analytics",
|
|
14434
|
+
clientId: config.clientId ?? getEnv("GOOGLE_ANALYTICS_CLIENT_ID"),
|
|
14435
|
+
clientSecret: config.clientSecret ?? getEnv("GOOGLE_ANALYTICS_CLIENT_SECRET"),
|
|
14436
14436
|
scopes: config.scopes ?? ["https://www.googleapis.com/auth/analytics.readonly"],
|
|
14437
14437
|
optionalScopes: config.optionalScopes,
|
|
14438
14438
|
redirectUri: config.redirectUri
|
|
14439
14439
|
};
|
|
14440
14440
|
return {
|
|
14441
|
-
id: "
|
|
14441
|
+
id: "google_analytics",
|
|
14442
14442
|
name: "Google Analytics",
|
|
14443
14443
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_analytics.png",
|
|
14444
|
-
tools: [...
|
|
14444
|
+
tools: [...GOOGLE_ANALYTICS_TOOLS],
|
|
14445
14445
|
oauth
|
|
14446
14446
|
};
|
|
14447
14447
|
}
|
|
@@ -21663,11 +21663,11 @@ function allIntegrations() {
|
|
|
21663
21663
|
vercelIntegration(),
|
|
21664
21664
|
zendeskIntegration(),
|
|
21665
21665
|
stripeIntegration(),
|
|
21666
|
-
|
|
21667
|
-
|
|
21668
|
-
|
|
21669
|
-
|
|
21670
|
-
|
|
21666
|
+
googleCalendarIntegration(),
|
|
21667
|
+
googleMeetIntegration(),
|
|
21668
|
+
googleTasksIntegration(),
|
|
21669
|
+
googleKeepIntegration(),
|
|
21670
|
+
googleContactsIntegration(),
|
|
21671
21671
|
outlookIntegration(),
|
|
21672
21672
|
teamsIntegration(),
|
|
21673
21673
|
airtableIntegration(),
|
|
@@ -21684,10 +21684,10 @@ function allIntegrations() {
|
|
|
21684
21684
|
wordIntegration(),
|
|
21685
21685
|
excelIntegration(),
|
|
21686
21686
|
powerpointIntegration(),
|
|
21687
|
-
|
|
21688
|
-
|
|
21689
|
-
|
|
21690
|
-
|
|
21687
|
+
googleDocsIntegration(),
|
|
21688
|
+
googleDriveIntegration(),
|
|
21689
|
+
googleSheetsIntegration(),
|
|
21690
|
+
googleSlidesIntegration(),
|
|
21691
21691
|
polarIntegration(),
|
|
21692
21692
|
facebookIntegration(),
|
|
21693
21693
|
figmaIntegration(),
|
|
@@ -21699,7 +21699,7 @@ function allIntegrations() {
|
|
|
21699
21699
|
tiktokIntegration(),
|
|
21700
21700
|
typeformIntegration(),
|
|
21701
21701
|
xeroIntegration(),
|
|
21702
|
-
|
|
21702
|
+
googleChatIntegration(),
|
|
21703
21703
|
shopifyIntegration(),
|
|
21704
21704
|
youtubeIntegration(),
|
|
21705
21705
|
zoomIntegration(),
|
|
@@ -26345,20 +26345,26 @@ export {
|
|
|
26345
26345
|
hasMeaningfulExpiresAt,
|
|
26346
26346
|
handleOpenAIResponse,
|
|
26347
26347
|
handleAnthropicMessage,
|
|
26348
|
-
gtasksIntegration,
|
|
26349
|
-
gslidesIntegration,
|
|
26350
|
-
gsheetsIntegration,
|
|
26351
26348
|
greenhouseIntegration,
|
|
26352
26349
|
granolaIntegration,
|
|
26350
|
+
googleTasksIntegration,
|
|
26351
|
+
googleSlidesIntegration,
|
|
26352
|
+
googleSheetsIntegration,
|
|
26353
26353
|
googlePlayConsoleIntegration,
|
|
26354
|
+
googleMeetIntegration,
|
|
26355
|
+
googleKeepIntegration,
|
|
26354
26356
|
googleHomeIntegration,
|
|
26355
26357
|
googleFormsIntegration,
|
|
26358
|
+
googleDriveIntegration,
|
|
26359
|
+
googleDocsIntegration,
|
|
26360
|
+
googleContactsIntegration,
|
|
26356
26361
|
googleClassroomIntegration,
|
|
26362
|
+
googleChatIntegration,
|
|
26363
|
+
googleCalendarIntegration,
|
|
26364
|
+
googleAnalyticsIntegration,
|
|
26357
26365
|
googleAdsIntegration,
|
|
26358
26366
|
gocardlessIntegration,
|
|
26359
|
-
gmeetIntegration,
|
|
26360
26367
|
gmailIntegration,
|
|
26361
|
-
gkeepIntegration,
|
|
26362
26368
|
gitlabIntegration,
|
|
26363
26369
|
githubIntegration,
|
|
26364
26370
|
getVercelAITools,
|
|
@@ -26368,13 +26374,7 @@ export {
|
|
|
26368
26374
|
getAnthropicTools,
|
|
26369
26375
|
genericOAuthIntegration,
|
|
26370
26376
|
generateCodeModeTypes,
|
|
26371
|
-
gdriveIntegration,
|
|
26372
|
-
gdocsIntegration,
|
|
26373
|
-
gcontactsIntegration,
|
|
26374
|
-
gchatIntegration,
|
|
26375
|
-
gcalIntegration,
|
|
26376
26377
|
garminIntegration,
|
|
26377
|
-
ga4Integration,
|
|
26378
26378
|
fromNodeHeaders,
|
|
26379
26379
|
freshserviceIntegration,
|
|
26380
26380
|
freeagentIntegration,
|