integrate-sdk 0.9.64 → 0.10.1

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.
Files changed (99) hide show
  1. package/dist/adapters/auto-routes.js +21 -21
  2. package/dist/adapters/base-handler.js +21 -21
  3. package/dist/adapters/index.js +31 -31
  4. package/dist/adapters/nextjs.js +21 -21
  5. package/dist/adapters/solid-start.js +31 -31
  6. package/dist/adapters/svelte-kit.js +31 -31
  7. package/dist/index.d.ts +3 -2
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +432 -346
  10. package/dist/integrations.js +431 -236
  11. package/dist/oauth.js +21 -21
  12. package/dist/server.js +402 -329
  13. package/dist/src/client.d.ts +22 -22
  14. package/dist/src/client.d.ts.map +1 -1
  15. package/dist/src/index.d.ts +23 -22
  16. package/dist/src/index.d.ts.map +1 -1
  17. package/dist/src/integrations/bundle.d.ts +8 -8
  18. package/dist/src/integrations/bundle.d.ts.map +1 -1
  19. package/dist/src/integrations/{ga4-client.d.ts → google_analytics-client.d.ts} +2 -2
  20. package/dist/src/integrations/google_analytics-client.d.ts.map +1 -0
  21. package/dist/src/integrations/google_analytics.d.ts +13 -0
  22. package/dist/src/integrations/google_analytics.d.ts.map +1 -0
  23. package/dist/src/integrations/{gcal-client.d.ts → google_calendar-client.d.ts} +11 -11
  24. package/dist/src/integrations/google_calendar-client.d.ts.map +1 -0
  25. package/dist/src/integrations/google_calendar.d.ts +39 -0
  26. package/dist/src/integrations/google_calendar.d.ts.map +1 -0
  27. package/dist/src/integrations/{gchat-client.d.ts → google_chat-client.d.ts} +2 -2
  28. package/dist/src/integrations/google_chat-client.d.ts.map +1 -0
  29. package/dist/src/integrations/google_chat.d.ts +15 -0
  30. package/dist/src/integrations/google_chat.d.ts.map +1 -0
  31. package/dist/src/integrations/{gcontacts-client.d.ts → google_contacts-client.d.ts} +2 -2
  32. package/dist/src/integrations/google_contacts-client.d.ts.map +1 -0
  33. package/dist/src/integrations/google_contacts.d.ts +22 -0
  34. package/dist/src/integrations/google_contacts.d.ts.map +1 -0
  35. package/dist/src/integrations/{gdocs-client.d.ts → google_docs-client.d.ts} +1 -1
  36. package/dist/src/integrations/google_docs-client.d.ts.map +1 -0
  37. package/dist/src/integrations/google_docs.d.ts +22 -0
  38. package/dist/src/integrations/google_docs.d.ts.map +1 -0
  39. package/dist/src/integrations/{gdrive-client.d.ts → google_drive-client.d.ts} +15 -15
  40. package/dist/src/integrations/google_drive-client.d.ts.map +1 -0
  41. package/dist/src/integrations/google_drive.d.ts +22 -0
  42. package/dist/src/integrations/google_drive.d.ts.map +1 -0
  43. package/dist/src/integrations/{gkeep-client.d.ts → google_keep-client.d.ts} +2 -2
  44. package/dist/src/integrations/google_keep-client.d.ts.map +1 -0
  45. package/dist/src/integrations/google_keep.d.ts +22 -0
  46. package/dist/src/integrations/google_keep.d.ts.map +1 -0
  47. package/dist/src/integrations/{gmeet-client.d.ts → google_meet-client.d.ts} +2 -2
  48. package/dist/src/integrations/google_meet-client.d.ts.map +1 -0
  49. package/dist/src/integrations/google_meet.d.ts +19 -0
  50. package/dist/src/integrations/google_meet.d.ts.map +1 -0
  51. package/dist/src/integrations/{gsheets-client.d.ts → google_sheets-client.d.ts} +1 -1
  52. package/dist/src/integrations/google_sheets-client.d.ts.map +1 -0
  53. package/dist/src/integrations/google_sheets.d.ts +22 -0
  54. package/dist/src/integrations/google_sheets.d.ts.map +1 -0
  55. package/dist/src/integrations/{gslides-client.d.ts → google_slides-client.d.ts} +1 -1
  56. package/dist/src/integrations/google_slides-client.d.ts.map +1 -0
  57. package/dist/src/integrations/google_slides.d.ts +22 -0
  58. package/dist/src/integrations/google_slides.d.ts.map +1 -0
  59. package/dist/src/integrations/{gtasks-client.d.ts → google_tasks-client.d.ts} +2 -2
  60. package/dist/src/integrations/google_tasks-client.d.ts.map +1 -0
  61. package/dist/src/integrations/google_tasks.d.ts +22 -0
  62. package/dist/src/integrations/google_tasks.d.ts.map +1 -0
  63. package/dist/src/server.d.ts +11 -11
  64. package/dist/src/server.d.ts.map +1 -1
  65. package/index.ts +23 -234
  66. package/package.json +1 -1
  67. package/dist/src/integrations/ga4-client.d.ts.map +0 -1
  68. package/dist/src/integrations/ga4.d.ts +0 -13
  69. package/dist/src/integrations/ga4.d.ts.map +0 -1
  70. package/dist/src/integrations/gcal-client.d.ts.map +0 -1
  71. package/dist/src/integrations/gcal.d.ts +0 -39
  72. package/dist/src/integrations/gcal.d.ts.map +0 -1
  73. package/dist/src/integrations/gchat-client.d.ts.map +0 -1
  74. package/dist/src/integrations/gchat.d.ts +0 -15
  75. package/dist/src/integrations/gchat.d.ts.map +0 -1
  76. package/dist/src/integrations/gcontacts-client.d.ts.map +0 -1
  77. package/dist/src/integrations/gcontacts.d.ts +0 -22
  78. package/dist/src/integrations/gcontacts.d.ts.map +0 -1
  79. package/dist/src/integrations/gdocs-client.d.ts.map +0 -1
  80. package/dist/src/integrations/gdocs.d.ts +0 -22
  81. package/dist/src/integrations/gdocs.d.ts.map +0 -1
  82. package/dist/src/integrations/gdrive-client.d.ts.map +0 -1
  83. package/dist/src/integrations/gdrive.d.ts +0 -22
  84. package/dist/src/integrations/gdrive.d.ts.map +0 -1
  85. package/dist/src/integrations/gkeep-client.d.ts.map +0 -1
  86. package/dist/src/integrations/gkeep.d.ts +0 -22
  87. package/dist/src/integrations/gkeep.d.ts.map +0 -1
  88. package/dist/src/integrations/gmeet-client.d.ts.map +0 -1
  89. package/dist/src/integrations/gmeet.d.ts +0 -19
  90. package/dist/src/integrations/gmeet.d.ts.map +0 -1
  91. package/dist/src/integrations/gsheets-client.d.ts.map +0 -1
  92. package/dist/src/integrations/gsheets.d.ts +0 -22
  93. package/dist/src/integrations/gsheets.d.ts.map +0 -1
  94. package/dist/src/integrations/gslides-client.d.ts.map +0 -1
  95. package/dist/src/integrations/gslides.d.ts +0 -22
  96. package/dist/src/integrations/gslides.d.ts.map +0 -1
  97. package/dist/src/integrations/gtasks-client.d.ts.map +0 -1
  98. package/dist/src/integrations/gtasks.d.ts +0 -22
  99. 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
- gcal: {
543
+ google_calendar: {
544
544
  description: "Manage Google Calendar events and schedules",
545
545
  category: "Productivity"
546
546
  },
547
- gtasks: {
547
+ google_tasks: {
548
548
  description: "Manage Google Tasks lists and to-dos",
549
549
  category: "Productivity"
550
550
  },
551
- gkeep: {
551
+ google_keep: {
552
552
  description: "Manage Google Keep notes, attachments, and sharing permissions",
553
553
  category: "Productivity"
554
554
  },
555
- gmeet: {
555
+ google_meet: {
556
556
  description: "Create Google Meet links and manage meeting events via Calendar",
557
557
  category: "Communication"
558
558
  },
559
- gcontacts: {
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
- gslides: {
695
+ google_slides: {
696
696
  description: "Create and update Google Slides presentations",
697
697
  category: "Productivity"
698
698
  },
699
- gsheets: {
699
+ google_sheets: {
700
700
  description: "Read and update Google Sheets spreadsheets",
701
701
  category: "Productivity"
702
702
  },
703
- gdocs: {
703
+ google_docs: {
704
704
  description: "Create and edit Google Docs documents",
705
705
  category: "Productivity"
706
706
  },
707
- gdrive: {
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
- ga4: {
823
+ google_analytics: {
824
824
  description: "Read Google Analytics reports, properties, and events",
825
825
  category: "Analytics"
826
826
  },
827
- gchat: {
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
- gcal: fetchGoogleEmail,
1406
- gdrive: fetchGoogleEmail,
1407
- gdocs: fetchGoogleEmail,
1408
- gsheets: fetchGoogleEmail,
1409
- gslides: fetchGoogleEmail,
1410
- gcontacts: fetchGoogleEmail,
1411
- gmeet: fetchGoogleEmail,
1412
- gchat: fetchGoogleEmail,
1413
- gtasks: fetchGoogleEmail,
1414
- ga4: fetchGoogleEmail,
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: "gdrive_list_files",
6198
- gdrive_get: "gdrive_get_file",
6199
- gdrive_delete: "gdrive_delete_file",
6200
- gdrive_trash: "gdrive_trash_file",
6201
- gdrive_upload: "gdrive_upload_text_file",
6202
- gdrive_download: "gdrive_download_file",
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/gcal.ts
10582
+ // src/integrations/google_calendar.ts
10583
10583
  init_logger();
10584
10584
  var logger109 = createLogger("Google Calendar");
10585
- var GCAL_TOOLS = [
10586
- "gcal_create_calendar",
10587
- "gcal_create_event",
10588
- "gcal_delete_calendar",
10589
- "gcal_delete_event",
10590
- "gcal_freebusy",
10591
- "gcal_get_calendar",
10592
- "gcal_get_event",
10593
- "gcal_list_attendees",
10594
- "gcal_list_calendars",
10595
- "gcal_list_events",
10596
- "gcal_quick_add",
10597
- "gcal_update_event"
10598
- ];
10599
- function gcalIntegration(config = {}) {
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: "gcal",
10602
- clientId: config.clientId ?? getEnv("GCAL_CLIENT_ID"),
10603
- clientSecret: config.clientSecret ?? getEnv("GCAL_CLIENT_SECRET"),
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: "gcal",
10612
+ id: "google_calendar",
10613
10613
  name: "Google Calendar",
10614
10614
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_calendar.webp",
10615
- tools: [...GCAL_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/gcontacts.ts
10625
+ // src/integrations/google_contacts.ts
10626
10626
  init_logger();
10627
10627
  var logger110 = createLogger("Google Contacts");
10628
- var GCONTACTS_TOOLS = [
10629
- "gcontacts_batch_get_contacts",
10630
- "gcontacts_copy_other_contact",
10631
- "gcontacts_create_contact",
10632
- "gcontacts_delete_contact",
10633
- "gcontacts_get_person",
10634
- "gcontacts_get_self",
10635
- "gcontacts_list_connections",
10636
- "gcontacts_list_other_contacts",
10637
- "gcontacts_search_contacts",
10638
- "gcontacts_update_contact"
10639
- ];
10640
- function gcontactsIntegration(config = {}) {
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: "gcontacts",
10643
- clientId: config.clientId ?? getEnv("GCONTACTS_CLIENT_ID"),
10644
- clientSecret: config.clientSecret ?? getEnv("GCONTACTS_CLIENT_SECRET"),
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: "gcontacts",
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: [...GCONTACTS_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/gmeet.ts
10668
+ // src/integrations/google_meet.ts
10669
10669
  init_logger();
10670
10670
  var logger111 = createLogger("Google Meet");
10671
- var GMEET_TOOLS = [
10672
- "gmeet_add_meet_to_event",
10673
- "gmeet_create_meeting",
10674
- "gmeet_delete_meeting",
10675
- "gmeet_get_meeting",
10676
- "gmeet_list_meetings",
10677
- "gmeet_update_meeting"
10678
- ];
10679
- function gmeetIntegration(config = {}) {
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: "gmeet",
10682
- clientId: config.clientId ?? getEnv("GMEET_CLIENT_ID"),
10683
- clientSecret: config.clientSecret ?? getEnv("GMEET_CLIENT_SECRET"),
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: "gmeet",
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: [...GMEET_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/gtasks.ts
10705
+ // src/integrations/google_tasks.ts
10706
10706
  init_logger();
10707
10707
  var logger112 = createLogger("Google Tasks");
10708
- var GTASKS_TOOLS = [
10709
- "gtasks_clear_completed",
10710
- "gtasks_create_task",
10711
- "gtasks_create_tasklist",
10712
- "gtasks_delete_task",
10713
- "gtasks_delete_tasklist",
10714
- "gtasks_get_task",
10715
- "gtasks_get_tasklist",
10716
- "gtasks_list_tasklists",
10717
- "gtasks_list_tasks",
10718
- "gtasks_move_task",
10719
- "gtasks_update_task",
10720
- "gtasks_update_tasklist"
10721
- ];
10722
- function gtasksIntegration(config = {}) {
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: "gtasks",
10725
- clientId: config.clientId ?? getEnv("GTASKS_CLIENT_ID"),
10726
- clientSecret: config.clientSecret ?? getEnv("GTASKS_CLIENT_SECRET"),
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: "gtasks",
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: [...GTASKS_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/gkeep.ts
10750
+ // src/integrations/google_keep.ts
10751
10751
  init_logger();
10752
10752
  var logger113 = createLogger("Google Keep");
10753
- var GKEEP_TOOLS = [
10754
- "gkeep_list_notes",
10755
- "gkeep_get_note",
10756
- "gkeep_create_text_note",
10757
- "gkeep_create_list_note",
10758
- "gkeep_delete_note",
10759
- "gkeep_download_attachment",
10760
- "gkeep_batch_create_permissions",
10761
- "gkeep_batch_delete_permissions"
10762
- ];
10763
- function gkeepIntegration(config = {}) {
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: "gkeep",
10766
- clientId: config.clientId ?? getEnv("GKEEP_CLIENT_ID"),
10767
- clientSecret: config.clientSecret ?? getEnv("GKEEP_CLIENT_SECRET"),
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: "gkeep",
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: [...GKEEP_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/gdocs.ts
11749
+ // src/integrations/google_docs.ts
11750
11750
  init_logger();
11751
11751
  var logger131 = createLogger("Google Docs");
11752
- var GDOCS_TOOLS = [
11753
- "gdocs_append_text",
11754
- "gdocs_batch_update",
11755
- "gdocs_create",
11756
- "gdocs_create_comment",
11757
- "gdocs_delete",
11758
- "gdocs_delete_comment",
11759
- "gdocs_get",
11760
- "gdocs_list",
11761
- "gdocs_list_comments",
11762
- "gdocs_replace_text"
11763
- ];
11764
- function gdocsIntegration(config = {}) {
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: "gdocs",
11767
- clientId: config.clientId ?? getEnv("GDOCS_CLIENT_ID"),
11768
- clientSecret: config.clientSecret ?? getEnv("GDOCS_CLIENT_SECRET"),
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: "gdocs",
11775
+ id: "google_docs",
11776
11776
  name: "Google Docs",
11777
11777
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_docs.png",
11778
- tools: [...GDOCS_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/gdrive.ts
11788
+ // src/integrations/google_drive.ts
11789
11789
  init_logger();
11790
11790
  var logger132 = createLogger("Google Drive");
11791
- var GDRIVE_TOOLS = [
11792
- "gdrive_copy_file",
11793
- "gdrive_create_folder",
11794
- "gdrive_delete_file",
11795
- "gdrive_download_file",
11796
- "gdrive_get_about",
11797
- "gdrive_get_file",
11798
- "gdrive_list_files",
11799
- "gdrive_list_permissions",
11800
- "gdrive_move_file",
11801
- "gdrive_remove_permission",
11802
- "gdrive_rename_file",
11803
- "gdrive_share_file",
11804
- "gdrive_trash_file",
11805
- "gdrive_upload_text_file"
11806
- ];
11807
- function gdriveIntegration(config = {}) {
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: "gdrive",
11810
- clientId: config.clientId ?? getEnv("GDRIVE_CLIENT_ID"),
11811
- clientSecret: config.clientSecret ?? getEnv("GDRIVE_CLIENT_SECRET"),
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: "gdrive",
11818
+ id: "google_drive",
11819
11819
  name: "Google Drive",
11820
11820
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_drive.png",
11821
- tools: [...GDRIVE_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/gsheets.ts
11831
+ // src/integrations/google_sheets.ts
11832
11832
  init_logger();
11833
11833
  var logger133 = createLogger("Google Sheets");
11834
- var GSHEETS_TOOLS = [
11835
- "gsheets_append_values",
11836
- "gsheets_batch_update",
11837
- "gsheets_batch_update_values",
11838
- "gsheets_clear_values",
11839
- "gsheets_create",
11840
- "gsheets_delete",
11841
- "gsheets_get",
11842
- "gsheets_get_values",
11843
- "gsheets_list",
11844
- "gsheets_update_values"
11845
- ];
11846
- function gsheetsIntegration(config = {}) {
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: "gsheets",
11849
- clientId: config.clientId ?? getEnv("GSHEETS_CLIENT_ID"),
11850
- clientSecret: config.clientSecret ?? getEnv("GSHEETS_CLIENT_SECRET"),
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: "gsheets",
11857
+ id: "google_sheets",
11858
11858
  name: "Google Sheets",
11859
11859
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_sheets.png",
11860
- tools: [...GSHEETS_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/gslides.ts
11870
+ // src/integrations/google_slides.ts
11871
11871
  init_logger();
11872
11872
  var logger134 = createLogger("Google Slides");
11873
- var GSLIDES_TOOLS = [
11874
- "gslides_add_slide",
11875
- "gslides_batch_update",
11876
- "gslides_create",
11877
- "gslides_delete",
11878
- "gslides_delete_slide",
11879
- "gslides_get",
11880
- "gslides_get_page",
11881
- "gslides_list",
11882
- "gslides_update_text"
11883
- ];
11884
- function gslidesIntegration(config = {}) {
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: "gslides",
11887
- clientId: config.clientId ?? getEnv("GSLIDES_CLIENT_ID"),
11888
- clientSecret: config.clientSecret ?? getEnv("GSLIDES_CLIENT_SECRET"),
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: "gslides",
11895
+ id: "google_slides",
11896
11896
  name: "Google Slides",
11897
11897
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_slides.png",
11898
- tools: [...GSLIDES_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/gchat.ts
13466
+ // src/integrations/google_chat.ts
13467
13467
  init_logger();
13468
13468
  var logger163 = createLogger("Google Chat");
13469
- var GCHAT_SCOPES = [
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 GCHAT_TOOLS = [
13474
- "gchat_delete_message",
13475
- "gchat_get_message",
13476
- "gchat_get_space",
13477
- "gchat_list_members",
13478
- "gchat_list_messages",
13479
- "gchat_list_spaces",
13480
- "gchat_send_message",
13481
- "gchat_update_message"
13482
- ];
13483
- function gchatIntegration(config = {}) {
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: "gchat",
13486
- clientId: config.clientId ?? getEnv("GCHAT_CLIENT_ID"),
13487
- clientSecret: config.clientSecret ?? getEnv("GCHAT_CLIENT_SECRET"),
13488
- scopes: config.scopes ?? [...GCHAT_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: "gchat",
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: [...GCHAT_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/ga4.ts
14424
- var GA4_TOOLS = [
14425
- "ga4_batch_run_reports",
14426
- "ga4_get_property",
14427
- "ga4_list_account_summaries",
14428
- "ga4_run_realtime_report",
14429
- "ga4_run_report"
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 ga4Integration(config = {}) {
14431
+ function googleAnalyticsIntegration(config = {}) {
14432
14432
  const oauth = {
14433
- provider: "ga4",
14434
- clientId: config.clientId ?? getEnv("GA4_CLIENT_ID"),
14435
- clientSecret: config.clientSecret ?? getEnv("GA4_CLIENT_SECRET"),
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: "ga4",
14441
+ id: "google_analytics",
14442
14442
  name: "Google Analytics",
14443
14443
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_analytics.png",
14444
- tools: [...GA4_TOOLS],
14444
+ tools: [...GOOGLE_ANALYTICS_TOOLS],
14445
14445
  oauth
14446
14446
  };
14447
14447
  }
@@ -21625,114 +21625,187 @@ function zohoSprintsIntegration(config = {}) {
21625
21625
  // src/integrations/bundle.ts
21626
21626
  function allIntegrations() {
21627
21627
  return [
21628
- githubIntegration(),
21629
- gmailIntegration(),
21630
- notionIntegration(),
21631
- slackIntegration(),
21632
- discordIntegration(),
21633
- boxIntegration(),
21634
- paypalIntegration(),
21635
- squareIntegration(),
21636
- spotifyIntegration(),
21637
- stravaIntegration(),
21638
- asanaIntegration(),
21639
- confluenceIntegration(),
21640
- oktaIntegration(),
21641
- quickbooksIntegration(),
21642
- bitbucketIntegration(),
21643
- smartthingsIntegration(),
21644
- googleAdsIntegration(),
21645
- pinterestIntegration(),
21646
- twitchIntegration(),
21647
- xIntegration(),
21648
- ebayIntegration(),
21649
- miroIntegration(),
21650
- smartsheetIntegration(),
21651
- docusignIntegration(),
21652
- pipedriveIntegration(),
21653
- freshserviceIntegration(),
21654
- zohoCrmIntegration(),
21655
- zohoMailIntegration(),
21656
- zohoDeskIntegration(),
21657
- zohoBooksIntegration(),
21658
- zohoProjectsIntegration(),
21659
- zohoCampaignsIntegration(),
21660
- zohoAnalyticsIntegration(),
21661
- zohoInvoiceIntegration(),
21662
- linearIntegration(),
21663
- vercelIntegration(),
21664
- zendeskIntegration(),
21665
- stripeIntegration(),
21666
- gcalIntegration(),
21667
- gmeetIntegration(),
21668
- gtasksIntegration(),
21669
- gkeepIntegration(),
21670
- gcontactsIntegration(),
21671
- outlookIntegration(),
21672
- teamsIntegration(),
21628
+ adobeAcrobatSignIntegration(),
21673
21629
  airtableIntegration(),
21630
+ amadeusIntegration(),
21631
+ amazonIntegration(),
21632
+ amazonAdsIntegration(),
21633
+ asanaIntegration(),
21674
21634
  attioIntegration(),
21675
- todoistIntegration(),
21676
- whatsappIntegration(),
21635
+ azureDevopsIntegration(),
21636
+ bamboohrIntegration(),
21637
+ bigcommerceIntegration(),
21638
+ bigqueryIntegration(),
21639
+ bitbucketIntegration(),
21640
+ boxIntegration(),
21677
21641
  calcomIntegration(),
21642
+ calendlyIntegration(),
21678
21643
  canvaIntegration(),
21644
+ canvasLmsIntegration(),
21645
+ clickupIntegration(),
21679
21646
  cloudflareIntegration(),
21680
- rampIntegration(),
21681
- onedriveIntegration(),
21682
- plannerIntegration(),
21683
- sharepointIntegration(),
21684
- wordIntegration(),
21647
+ confluenceIntegration(),
21648
+ contentfulIntegration(),
21649
+ cursorIntegration(),
21650
+ databricksIntegration(),
21651
+ datadogIntegration(),
21652
+ deezerIntegration(),
21653
+ dhlIntegration(),
21654
+ discordIntegration(),
21655
+ docusignIntegration(),
21656
+ dropboxIntegration(),
21657
+ dropboxSignIntegration(),
21658
+ ebayIntegration(),
21659
+ etsyIntegration(),
21660
+ eventbriteIntegration(),
21661
+ exactOnlineIntegration(),
21685
21662
  excelIntegration(),
21686
- powerpointIntegration(),
21687
- gdocsIntegration(),
21688
- gdriveIntegration(),
21689
- gsheetsIntegration(),
21690
- gslidesIntegration(),
21691
- polarIntegration(),
21663
+ expediaIntegration(),
21692
21664
  facebookIntegration(),
21665
+ fedexIntegration(),
21693
21666
  figmaIntegration(),
21694
- intercomIntegration(),
21667
+ firebaseIntegration(),
21668
+ fitbitIntegration(),
21669
+ foursquareIntegration(),
21670
+ freeagentIntegration(),
21671
+ freshserviceIntegration(),
21672
+ garminIntegration(),
21673
+ githubIntegration(),
21674
+ gitlabIntegration(),
21675
+ gmailIntegration(),
21676
+ gocardlessIntegration(),
21677
+ googleAdsIntegration(),
21678
+ googleAnalyticsIntegration(),
21679
+ googleCalendarIntegration(),
21680
+ googleChatIntegration(),
21681
+ googleClassroomIntegration(),
21682
+ googleContactsIntegration(),
21683
+ googleDocsIntegration(),
21684
+ googleDriveIntegration(),
21685
+ googleFormsIntegration(),
21686
+ googleHomeIntegration(),
21687
+ googleKeepIntegration(),
21688
+ googleMeetIntegration(),
21689
+ googlePlayConsoleIntegration(),
21690
+ googleSheetsIntegration(),
21691
+ googleSlidesIntegration(),
21692
+ googleTasksIntegration(),
21693
+ greenhouseIntegration(),
21694
+ homeConnectIntegration(),
21695
21695
  hubspotIntegration(),
21696
21696
  instagramIntegration(),
21697
+ intercomIntegration(),
21698
+ jiraIntegration(),
21699
+ kickIntegration(),
21700
+ klaviyoIntegration(),
21701
+ leverIntegration(),
21702
+ linearIntegration(),
21697
21703
  linkedinIntegration(),
21704
+ lookerIntegration(),
21705
+ mailchimpIntegration(),
21706
+ mapmyfitnessIntegration(),
21707
+ meetupIntegration(),
21708
+ metaAdsIntegration(),
21709
+ microsoftAdsIntegration(),
21710
+ microsoftBookingsIntegration(),
21711
+ microsoftEntraIdIntegration(),
21712
+ microsoftGraphEducationIntegration(),
21713
+ microsoftToDoIntegration(),
21714
+ mieleIntegration(),
21715
+ miroIntegration(),
21716
+ mondayIntegration(),
21717
+ moneybirdIntegration(),
21718
+ netatmoIntegration(),
21719
+ netlifyIntegration(),
21720
+ notionIntegration(),
21721
+ oktaIntegration(),
21722
+ onedriveIntegration(),
21723
+ oneloginIntegration(),
21724
+ onenoteIntegration(),
21725
+ ouraIntegration(),
21726
+ outlookIntegration(),
21727
+ pandadocIntegration(),
21728
+ paperIntegration(),
21729
+ paypalIntegration(),
21730
+ phantomIntegration(),
21731
+ philipsHueIntegration(),
21732
+ pinterestIntegration(),
21733
+ pipedriveIntegration(),
21734
+ plaidIntegration(),
21735
+ planetscaleIntegration(),
21736
+ plannerIntegration(),
21737
+ polarIntegration(),
21738
+ posthogIntegration(),
21739
+ powerpointIntegration(),
21740
+ quickbooksIntegration(),
21741
+ railwayIntegration(),
21742
+ rampIntegration(),
21743
+ redditIntegration(),
21744
+ ringIntegration(),
21745
+ sageIntegration(),
21746
+ salesforceIntegration(),
21747
+ sentryIntegration(),
21748
+ sharepointIntegration(),
21749
+ shopifyIntegration(),
21750
+ slackIntegration(),
21751
+ smartsheetIntegration(),
21752
+ smartthingsIntegration(),
21753
+ snowflakeIntegration(),
21754
+ sonosIntegration(),
21755
+ spotifyIntegration(),
21756
+ squareIntegration(),
21757
+ squarespaceIntegration(),
21758
+ stravaIntegration(),
21759
+ stripeIntegration(),
21760
+ supabaseIntegration(),
21761
+ tableauIntegration(),
21762
+ teamsIntegration(),
21763
+ teslaIntegration(),
21698
21764
  threadsIntegration(),
21699
21765
  tiktokIntegration(),
21766
+ tiktokBusinessIntegration(),
21767
+ tinkIntegration(),
21768
+ tldrawIntegration(),
21769
+ todoistIntegration(),
21770
+ truelayerIntegration(),
21771
+ tuyaIntegration(),
21772
+ twitchIntegration(),
21700
21773
  typeformIntegration(),
21701
- xeroIntegration(),
21702
- gchatIntegration(),
21703
- shopifyIntegration(),
21704
- youtubeIntegration(),
21705
- zoomIntegration(),
21706
- redditIntegration(),
21707
- cursorIntegration(),
21708
- posthogIntegration(),
21709
- sentryIntegration(),
21710
- datadogIntegration(),
21711
- netlifyIntegration(),
21712
- mondayIntegration(),
21774
+ uberIntegration(),
21775
+ uberEatsIntegration(),
21776
+ universeIntegration(),
21777
+ upsIntegration(),
21778
+ vercelIntegration(),
21713
21779
  webflowIntegration(),
21714
- jiraIntegration(),
21715
- salesforceIntegration(),
21780
+ whatsappIntegration(),
21781
+ whoopIntegration(),
21782
+ withingsIntegration(),
21783
+ wordIntegration(),
21784
+ wordpressIntegration(),
21716
21785
  workdayIntegration(),
21717
- calendlyIntegration(),
21718
- klaviyoIntegration(),
21719
- googleFormsIntegration(),
21720
- firebaseIntegration(),
21721
- microsoftToDoIntegration(),
21722
- onenoteIntegration(),
21723
- microsoftBookingsIntegration(),
21724
- azureDevopsIntegration(),
21725
- googlePlayConsoleIntegration(),
21726
- squarespaceIntegration(),
21786
+ xIntegration(),
21787
+ xeroIntegration(),
21788
+ youtubeIntegration(),
21789
+ zapierIntegration(),
21790
+ zendeskIntegration(),
21791
+ zohoAnalyticsIntegration(),
21792
+ zohoBillingIntegration(),
21793
+ zohoBooksIntegration(),
21794
+ zohoCampaignsIntegration(),
21795
+ zohoCreatorIntegration(),
21796
+ zohoCrmIntegration(),
21797
+ zohoDeskIntegration(),
21798
+ zohoInventoryIntegration(),
21799
+ zohoInvoiceIntegration(),
21800
+ zohoMailIntegration(),
21727
21801
  zohoPeopleIntegration(),
21802
+ zohoProjectsIntegration(),
21728
21803
  zohoRecruitIntegration(),
21729
21804
  zohoSignIntegration(),
21805
+ zohoSprintsIntegration(),
21730
21806
  zohoWorkdriveIntegration(),
21731
- zohoCreatorIntegration(),
21732
- zohoInventoryIntegration(),
21733
- zohoBillingIntegration(),
21734
21807
  zohoWriterIntegration(),
21735
- zohoSprintsIntegration()
21808
+ zoomIntegration()
21736
21809
  ];
21737
21810
  }
21738
21811
  function createIntegrationBundle(options) {
@@ -26345,20 +26418,26 @@ export {
26345
26418
  hasMeaningfulExpiresAt,
26346
26419
  handleOpenAIResponse,
26347
26420
  handleAnthropicMessage,
26348
- gtasksIntegration,
26349
- gslidesIntegration,
26350
- gsheetsIntegration,
26351
26421
  greenhouseIntegration,
26352
26422
  granolaIntegration,
26423
+ googleTasksIntegration,
26424
+ googleSlidesIntegration,
26425
+ googleSheetsIntegration,
26353
26426
  googlePlayConsoleIntegration,
26427
+ googleMeetIntegration,
26428
+ googleKeepIntegration,
26354
26429
  googleHomeIntegration,
26355
26430
  googleFormsIntegration,
26431
+ googleDriveIntegration,
26432
+ googleDocsIntegration,
26433
+ googleContactsIntegration,
26356
26434
  googleClassroomIntegration,
26435
+ googleChatIntegration,
26436
+ googleCalendarIntegration,
26437
+ googleAnalyticsIntegration,
26357
26438
  googleAdsIntegration,
26358
26439
  gocardlessIntegration,
26359
- gmeetIntegration,
26360
26440
  gmailIntegration,
26361
- gkeepIntegration,
26362
26441
  gitlabIntegration,
26363
26442
  githubIntegration,
26364
26443
  getVercelAITools,
@@ -26368,13 +26447,7 @@ export {
26368
26447
  getAnthropicTools,
26369
26448
  genericOAuthIntegration,
26370
26449
  generateCodeModeTypes,
26371
- gdriveIntegration,
26372
- gdocsIntegration,
26373
- gcontactsIntegration,
26374
- gchatIntegration,
26375
- gcalIntegration,
26376
26450
  garminIntegration,
26377
- ga4Integration,
26378
26451
  fromNodeHeaders,
26379
26452
  freshserviceIntegration,
26380
26453
  freeagentIntegration,