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.
Files changed (97) 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 +1 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +246 -246
  10. package/dist/integrations.js +236 -236
  11. package/dist/oauth.js +21 -21
  12. package/dist/server.js +252 -252
  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 +22 -22
  16. package/dist/src/index.d.ts.map +1 -1
  17. package/dist/src/integrations/{ga4-client.d.ts → google_analytics-client.d.ts} +2 -2
  18. package/dist/src/integrations/google_analytics-client.d.ts.map +1 -0
  19. package/dist/src/integrations/google_analytics.d.ts +13 -0
  20. package/dist/src/integrations/google_analytics.d.ts.map +1 -0
  21. package/dist/src/integrations/{gcal-client.d.ts → google_calendar-client.d.ts} +11 -11
  22. package/dist/src/integrations/google_calendar-client.d.ts.map +1 -0
  23. package/dist/src/integrations/google_calendar.d.ts +39 -0
  24. package/dist/src/integrations/google_calendar.d.ts.map +1 -0
  25. package/dist/src/integrations/{gchat-client.d.ts → google_chat-client.d.ts} +2 -2
  26. package/dist/src/integrations/google_chat-client.d.ts.map +1 -0
  27. package/dist/src/integrations/google_chat.d.ts +15 -0
  28. package/dist/src/integrations/google_chat.d.ts.map +1 -0
  29. package/dist/src/integrations/{gcontacts-client.d.ts → google_contacts-client.d.ts} +2 -2
  30. package/dist/src/integrations/google_contacts-client.d.ts.map +1 -0
  31. package/dist/src/integrations/google_contacts.d.ts +22 -0
  32. package/dist/src/integrations/google_contacts.d.ts.map +1 -0
  33. package/dist/src/integrations/{gdocs-client.d.ts → google_docs-client.d.ts} +1 -1
  34. package/dist/src/integrations/google_docs-client.d.ts.map +1 -0
  35. package/dist/src/integrations/google_docs.d.ts +22 -0
  36. package/dist/src/integrations/google_docs.d.ts.map +1 -0
  37. package/dist/src/integrations/{gdrive-client.d.ts → google_drive-client.d.ts} +15 -15
  38. package/dist/src/integrations/google_drive-client.d.ts.map +1 -0
  39. package/dist/src/integrations/google_drive.d.ts +22 -0
  40. package/dist/src/integrations/google_drive.d.ts.map +1 -0
  41. package/dist/src/integrations/{gkeep-client.d.ts → google_keep-client.d.ts} +2 -2
  42. package/dist/src/integrations/google_keep-client.d.ts.map +1 -0
  43. package/dist/src/integrations/google_keep.d.ts +22 -0
  44. package/dist/src/integrations/google_keep.d.ts.map +1 -0
  45. package/dist/src/integrations/{gmeet-client.d.ts → google_meet-client.d.ts} +2 -2
  46. package/dist/src/integrations/google_meet-client.d.ts.map +1 -0
  47. package/dist/src/integrations/google_meet.d.ts +19 -0
  48. package/dist/src/integrations/google_meet.d.ts.map +1 -0
  49. package/dist/src/integrations/{gsheets-client.d.ts → google_sheets-client.d.ts} +1 -1
  50. package/dist/src/integrations/google_sheets-client.d.ts.map +1 -0
  51. package/dist/src/integrations/google_sheets.d.ts +22 -0
  52. package/dist/src/integrations/google_sheets.d.ts.map +1 -0
  53. package/dist/src/integrations/{gslides-client.d.ts → google_slides-client.d.ts} +1 -1
  54. package/dist/src/integrations/google_slides-client.d.ts.map +1 -0
  55. package/dist/src/integrations/google_slides.d.ts +22 -0
  56. package/dist/src/integrations/google_slides.d.ts.map +1 -0
  57. package/dist/src/integrations/{gtasks-client.d.ts → google_tasks-client.d.ts} +2 -2
  58. package/dist/src/integrations/google_tasks-client.d.ts.map +1 -0
  59. package/dist/src/integrations/google_tasks.d.ts +22 -0
  60. package/dist/src/integrations/google_tasks.d.ts.map +1 -0
  61. package/dist/src/server.d.ts +11 -11
  62. package/dist/src/server.d.ts.map +1 -1
  63. package/index.ts +20 -20
  64. package/package.json +1 -1
  65. package/dist/src/integrations/ga4-client.d.ts.map +0 -1
  66. package/dist/src/integrations/ga4.d.ts +0 -13
  67. package/dist/src/integrations/ga4.d.ts.map +0 -1
  68. package/dist/src/integrations/gcal-client.d.ts.map +0 -1
  69. package/dist/src/integrations/gcal.d.ts +0 -39
  70. package/dist/src/integrations/gcal.d.ts.map +0 -1
  71. package/dist/src/integrations/gchat-client.d.ts.map +0 -1
  72. package/dist/src/integrations/gchat.d.ts +0 -15
  73. package/dist/src/integrations/gchat.d.ts.map +0 -1
  74. package/dist/src/integrations/gcontacts-client.d.ts.map +0 -1
  75. package/dist/src/integrations/gcontacts.d.ts +0 -22
  76. package/dist/src/integrations/gcontacts.d.ts.map +0 -1
  77. package/dist/src/integrations/gdocs-client.d.ts.map +0 -1
  78. package/dist/src/integrations/gdocs.d.ts +0 -22
  79. package/dist/src/integrations/gdocs.d.ts.map +0 -1
  80. package/dist/src/integrations/gdrive-client.d.ts.map +0 -1
  81. package/dist/src/integrations/gdrive.d.ts +0 -22
  82. package/dist/src/integrations/gdrive.d.ts.map +0 -1
  83. package/dist/src/integrations/gkeep-client.d.ts.map +0 -1
  84. package/dist/src/integrations/gkeep.d.ts +0 -22
  85. package/dist/src/integrations/gkeep.d.ts.map +0 -1
  86. package/dist/src/integrations/gmeet-client.d.ts.map +0 -1
  87. package/dist/src/integrations/gmeet.d.ts +0 -19
  88. package/dist/src/integrations/gmeet.d.ts.map +0 -1
  89. package/dist/src/integrations/gsheets-client.d.ts.map +0 -1
  90. package/dist/src/integrations/gsheets.d.ts +0 -22
  91. package/dist/src/integrations/gsheets.d.ts.map +0 -1
  92. package/dist/src/integrations/gslides-client.d.ts.map +0 -1
  93. package/dist/src/integrations/gslides.d.ts +0 -22
  94. package/dist/src/integrations/gslides.d.ts.map +0 -1
  95. package/dist/src/integrations/gtasks-client.d.ts.map +0 -1
  96. package/dist/src/integrations/gtasks.d.ts +0 -22
  97. package/dist/src/integrations/gtasks.d.ts.map +0 -1
@@ -1281,23 +1281,23 @@ var INTEGRATION_LIBRARY_METADATA = {
1281
1281
  description: "Send, read, and search Gmail messages",
1282
1282
  category: "Communication"
1283
1283
  },
1284
- gcal: {
1284
+ google_calendar: {
1285
1285
  description: "Manage Google Calendar events and schedules",
1286
1286
  category: "Productivity"
1287
1287
  },
1288
- gtasks: {
1288
+ google_tasks: {
1289
1289
  description: "Manage Google Tasks lists and to-dos",
1290
1290
  category: "Productivity"
1291
1291
  },
1292
- gkeep: {
1292
+ google_keep: {
1293
1293
  description: "Manage Google Keep notes, attachments, and sharing permissions",
1294
1294
  category: "Productivity"
1295
1295
  },
1296
- gmeet: {
1296
+ google_meet: {
1297
1297
  description: "Create Google Meet links and manage meeting events via Calendar",
1298
1298
  category: "Communication"
1299
1299
  },
1300
- gcontacts: {
1300
+ google_contacts: {
1301
1301
  description: "List, search, create, update, and delete Google Contacts via the People API",
1302
1302
  category: "Communication"
1303
1303
  },
@@ -1433,19 +1433,19 @@ var INTEGRATION_LIBRARY_METADATA = {
1433
1433
  description: "Manage Todoist tasks, projects, and labels",
1434
1434
  category: "Productivity"
1435
1435
  },
1436
- gslides: {
1436
+ google_slides: {
1437
1437
  description: "Create and update Google Slides presentations",
1438
1438
  category: "Productivity"
1439
1439
  },
1440
- gsheets: {
1440
+ google_sheets: {
1441
1441
  description: "Read and update Google Sheets spreadsheets",
1442
1442
  category: "Productivity"
1443
1443
  },
1444
- gdocs: {
1444
+ google_docs: {
1445
1445
  description: "Create and edit Google Docs documents",
1446
1446
  category: "Productivity"
1447
1447
  },
1448
- gdrive: {
1448
+ google_drive: {
1449
1449
  description: "Manage Google Drive files, folders, and sharing",
1450
1450
  category: "Storage"
1451
1451
  },
@@ -1561,11 +1561,11 @@ var INTEGRATION_LIBRARY_METADATA = {
1561
1561
  description: "Read eToro portfolio data and market instruments",
1562
1562
  category: "Finance"
1563
1563
  },
1564
- ga4: {
1564
+ google_analytics: {
1565
1565
  description: "Read Google Analytics reports, properties, and events",
1566
1566
  category: "Analytics"
1567
1567
  },
1568
- gchat: {
1568
+ google_chat: {
1569
1569
  description: "Send messages and manage Google Chat spaces and memberships",
1570
1570
  category: "Communication"
1571
1571
  },
@@ -2224,16 +2224,16 @@ var EMAIL_FETCHERS = {
2224
2224
  github: fetchGitHubEmail,
2225
2225
  gmail: fetchGoogleEmail,
2226
2226
  google: fetchGoogleEmail,
2227
- gcal: fetchGoogleEmail,
2228
- gdrive: fetchGoogleEmail,
2229
- gdocs: fetchGoogleEmail,
2230
- gsheets: fetchGoogleEmail,
2231
- gslides: fetchGoogleEmail,
2232
- gcontacts: fetchGoogleEmail,
2233
- gmeet: fetchGoogleEmail,
2234
- gchat: fetchGoogleEmail,
2235
- gtasks: fetchGoogleEmail,
2236
- ga4: fetchGoogleEmail,
2227
+ google_calendar: fetchGoogleEmail,
2228
+ google_drive: fetchGoogleEmail,
2229
+ google_docs: fetchGoogleEmail,
2230
+ google_sheets: fetchGoogleEmail,
2231
+ google_slides: fetchGoogleEmail,
2232
+ google_contacts: fetchGoogleEmail,
2233
+ google_meet: fetchGoogleEmail,
2234
+ google_chat: fetchGoogleEmail,
2235
+ google_tasks: fetchGoogleEmail,
2236
+ google_analytics: fetchGoogleEmail,
2237
2237
  youtube: fetchGoogleEmail,
2238
2238
  notion: fetchNotionEmail,
2239
2239
  linear: fetchLinearEmail,
@@ -9383,27 +9383,27 @@ function stripeIntegration(config = {}) {
9383
9383
  }
9384
9384
  };
9385
9385
  }
9386
- // src/integrations/gcal.ts
9386
+ // src/integrations/google_calendar.ts
9387
9387
  var logger109 = createLogger("Google Calendar");
9388
- var GCAL_TOOLS = [
9389
- "gcal_create_calendar",
9390
- "gcal_create_event",
9391
- "gcal_delete_calendar",
9392
- "gcal_delete_event",
9393
- "gcal_freebusy",
9394
- "gcal_get_calendar",
9395
- "gcal_get_event",
9396
- "gcal_list_attendees",
9397
- "gcal_list_calendars",
9398
- "gcal_list_events",
9399
- "gcal_quick_add",
9400
- "gcal_update_event"
9401
- ];
9402
- function gcalIntegration(config = {}) {
9388
+ var GOOGLE_CALENDAR_TOOLS = [
9389
+ "google_calendar_create_calendar",
9390
+ "google_calendar_create_event",
9391
+ "google_calendar_delete_calendar",
9392
+ "google_calendar_delete_event",
9393
+ "google_calendar_freebusy",
9394
+ "google_calendar_get_calendar",
9395
+ "google_calendar_get_event",
9396
+ "google_calendar_list_attendees",
9397
+ "google_calendar_list_calendars",
9398
+ "google_calendar_list_events",
9399
+ "google_calendar_quick_add",
9400
+ "google_calendar_update_event"
9401
+ ];
9402
+ function googleCalendarIntegration(config = {}) {
9403
9403
  const oauth = {
9404
- provider: "gcal",
9405
- clientId: config.clientId ?? getEnv("GCAL_CLIENT_ID"),
9406
- clientSecret: config.clientSecret ?? getEnv("GCAL_CLIENT_SECRET"),
9404
+ provider: "google_calendar",
9405
+ clientId: config.clientId ?? getEnv("GOOGLE_CALENDAR_CLIENT_ID"),
9406
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_CALENDAR_CLIENT_SECRET"),
9407
9407
  scopes: config.scopes,
9408
9408
  optionalScopes: config.optionalScopes,
9409
9409
  redirectUri: config.redirectUri,
@@ -9412,10 +9412,10 @@ function gcalIntegration(config = {}) {
9412
9412
  }
9413
9413
  };
9414
9414
  return {
9415
- id: "gcal",
9415
+ id: "google_calendar",
9416
9416
  name: "Google Calendar",
9417
9417
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_calendar.webp",
9418
- tools: [...GCAL_TOOLS],
9418
+ tools: [...GOOGLE_CALENDAR_TOOLS],
9419
9419
  oauth,
9420
9420
  async onInit(_client) {
9421
9421
  logger109.debug("Google Calendar integration initialized");
@@ -9425,27 +9425,27 @@ function gcalIntegration(config = {}) {
9425
9425
  }
9426
9426
  };
9427
9427
  }
9428
- // src/integrations/gtasks.ts
9428
+ // src/integrations/google_tasks.ts
9429
9429
  var logger110 = createLogger("Google Tasks");
9430
- var GTASKS_TOOLS = [
9431
- "gtasks_clear_completed",
9432
- "gtasks_create_task",
9433
- "gtasks_create_tasklist",
9434
- "gtasks_delete_task",
9435
- "gtasks_delete_tasklist",
9436
- "gtasks_get_task",
9437
- "gtasks_get_tasklist",
9438
- "gtasks_list_tasklists",
9439
- "gtasks_list_tasks",
9440
- "gtasks_move_task",
9441
- "gtasks_update_task",
9442
- "gtasks_update_tasklist"
9443
- ];
9444
- function gtasksIntegration(config = {}) {
9430
+ var GOOGLE_TASKS_TOOLS = [
9431
+ "google_tasks_clear_completed",
9432
+ "google_tasks_create_task",
9433
+ "google_tasks_create_tasklist",
9434
+ "google_tasks_delete_task",
9435
+ "google_tasks_delete_tasklist",
9436
+ "google_tasks_get_task",
9437
+ "google_tasks_get_tasklist",
9438
+ "google_tasks_list_tasklists",
9439
+ "google_tasks_list_tasks",
9440
+ "google_tasks_move_task",
9441
+ "google_tasks_update_task",
9442
+ "google_tasks_update_tasklist"
9443
+ ];
9444
+ function googleTasksIntegration(config = {}) {
9445
9445
  const oauth = {
9446
- provider: "gtasks",
9447
- clientId: config.clientId ?? getEnv("GTASKS_CLIENT_ID"),
9448
- clientSecret: config.clientSecret ?? getEnv("GTASKS_CLIENT_SECRET"),
9446
+ provider: "google_tasks",
9447
+ clientId: config.clientId ?? getEnv("GOOGLE_TASKS_CLIENT_ID"),
9448
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_TASKS_CLIENT_SECRET"),
9449
9449
  scopes: config.scopes,
9450
9450
  optionalScopes: config.optionalScopes,
9451
9451
  redirectUri: config.redirectUri,
@@ -9454,12 +9454,12 @@ function gtasksIntegration(config = {}) {
9454
9454
  }
9455
9455
  };
9456
9456
  return {
9457
- id: "gtasks",
9457
+ id: "google_tasks",
9458
9458
  name: "Google Tasks",
9459
9459
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_tasks.png",
9460
9460
  description: "Manage Google Tasks lists and to-dos synced with your Google account",
9461
9461
  category: "Productivity",
9462
- tools: [...GTASKS_TOOLS],
9462
+ tools: [...GOOGLE_TASKS_TOOLS],
9463
9463
  oauth,
9464
9464
  async onInit(_client) {
9465
9465
  logger110.debug("Google Tasks integration initialized");
@@ -9469,23 +9469,23 @@ function gtasksIntegration(config = {}) {
9469
9469
  }
9470
9470
  };
9471
9471
  }
9472
- // src/integrations/gkeep.ts
9472
+ // src/integrations/google_keep.ts
9473
9473
  var logger111 = createLogger("Google Keep");
9474
- var GKEEP_TOOLS = [
9475
- "gkeep_list_notes",
9476
- "gkeep_get_note",
9477
- "gkeep_create_text_note",
9478
- "gkeep_create_list_note",
9479
- "gkeep_delete_note",
9480
- "gkeep_download_attachment",
9481
- "gkeep_batch_create_permissions",
9482
- "gkeep_batch_delete_permissions"
9483
- ];
9484
- function gkeepIntegration(config = {}) {
9474
+ var GOOGLE_KEEP_TOOLS = [
9475
+ "google_keep_list_notes",
9476
+ "google_keep_get_note",
9477
+ "google_keep_create_text_note",
9478
+ "google_keep_create_list_note",
9479
+ "google_keep_delete_note",
9480
+ "google_keep_download_attachment",
9481
+ "google_keep_batch_create_permissions",
9482
+ "google_keep_batch_delete_permissions"
9483
+ ];
9484
+ function googleKeepIntegration(config = {}) {
9485
9485
  const oauth = {
9486
- provider: "gkeep",
9487
- clientId: config.clientId ?? getEnv("GKEEP_CLIENT_ID"),
9488
- clientSecret: config.clientSecret ?? getEnv("GKEEP_CLIENT_SECRET"),
9486
+ provider: "google_keep",
9487
+ clientId: config.clientId ?? getEnv("GOOGLE_KEEP_CLIENT_ID"),
9488
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_KEEP_CLIENT_SECRET"),
9489
9489
  scopes: config.scopes,
9490
9490
  optionalScopes: config.optionalScopes,
9491
9491
  redirectUri: config.redirectUri,
@@ -9494,12 +9494,12 @@ function gkeepIntegration(config = {}) {
9494
9494
  }
9495
9495
  };
9496
9496
  return {
9497
- id: "gkeep",
9497
+ id: "google_keep",
9498
9498
  name: "Google Keep",
9499
9499
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_keep.png",
9500
9500
  description: "Manage Google Keep notes, attachments, and sharing permissions",
9501
9501
  category: "Productivity",
9502
- tools: [...GKEEP_TOOLS],
9502
+ tools: [...GOOGLE_KEEP_TOOLS],
9503
9503
  oauth,
9504
9504
  async onInit(_client) {
9505
9505
  logger111.debug("Google Keep integration initialized");
@@ -9509,25 +9509,25 @@ function gkeepIntegration(config = {}) {
9509
9509
  }
9510
9510
  };
9511
9511
  }
9512
- // src/integrations/gcontacts.ts
9512
+ // src/integrations/google_contacts.ts
9513
9513
  var logger112 = createLogger("Google Contacts");
9514
- var GCONTACTS_TOOLS = [
9515
- "gcontacts_batch_get_contacts",
9516
- "gcontacts_copy_other_contact",
9517
- "gcontacts_create_contact",
9518
- "gcontacts_delete_contact",
9519
- "gcontacts_get_person",
9520
- "gcontacts_get_self",
9521
- "gcontacts_list_connections",
9522
- "gcontacts_list_other_contacts",
9523
- "gcontacts_search_contacts",
9524
- "gcontacts_update_contact"
9525
- ];
9526
- function gcontactsIntegration(config = {}) {
9514
+ var GOOGLE_CONTACTS_TOOLS = [
9515
+ "google_contacts_batch_get_contacts",
9516
+ "google_contacts_copy_other_contact",
9517
+ "google_contacts_create_contact",
9518
+ "google_contacts_delete_contact",
9519
+ "google_contacts_get_person",
9520
+ "google_contacts_get_self",
9521
+ "google_contacts_list_connections",
9522
+ "google_contacts_list_other_contacts",
9523
+ "google_contacts_search_contacts",
9524
+ "google_contacts_update_contact"
9525
+ ];
9526
+ function googleContactsIntegration(config = {}) {
9527
9527
  const oauth = {
9528
- provider: "gcontacts",
9529
- clientId: config.clientId ?? getEnv("GCONTACTS_CLIENT_ID"),
9530
- clientSecret: config.clientSecret ?? getEnv("GCONTACTS_CLIENT_SECRET"),
9528
+ provider: "google_contacts",
9529
+ clientId: config.clientId ?? getEnv("GOOGLE_CONTACTS_CLIENT_ID"),
9530
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_CONTACTS_CLIENT_SECRET"),
9531
9531
  scopes: config.scopes,
9532
9532
  optionalScopes: config.optionalScopes,
9533
9533
  redirectUri: config.redirectUri,
@@ -9536,12 +9536,12 @@ function gcontactsIntegration(config = {}) {
9536
9536
  }
9537
9537
  };
9538
9538
  return {
9539
- id: "gcontacts",
9539
+ id: "google_contacts",
9540
9540
  name: "Google Contacts",
9541
9541
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_contacts.png",
9542
9542
  description: "List, search, create, update, and delete Google Contacts via the People API",
9543
9543
  category: "Communication",
9544
- tools: [...GCONTACTS_TOOLS],
9544
+ tools: [...GOOGLE_CONTACTS_TOOLS],
9545
9545
  oauth,
9546
9546
  async onInit(_client) {
9547
9547
  logger112.debug("Google Contacts integration initialized");
@@ -10228,35 +10228,35 @@ function paperIntegration(config = {}) {
10228
10228
  }
10229
10229
  };
10230
10230
  }
10231
- // src/integrations/gdocs.ts
10231
+ // src/integrations/google_docs.ts
10232
10232
  var logger125 = createLogger("Google Docs");
10233
- var GDOCS_TOOLS = [
10234
- "gdocs_append_text",
10235
- "gdocs_batch_update",
10236
- "gdocs_create",
10237
- "gdocs_create_comment",
10238
- "gdocs_delete",
10239
- "gdocs_delete_comment",
10240
- "gdocs_get",
10241
- "gdocs_list",
10242
- "gdocs_list_comments",
10243
- "gdocs_replace_text"
10244
- ];
10245
- function gdocsIntegration(config = {}) {
10233
+ var GOOGLE_DOCS_TOOLS = [
10234
+ "google_docs_append_text",
10235
+ "google_docs_batch_update",
10236
+ "google_docs_create",
10237
+ "google_docs_create_comment",
10238
+ "google_docs_delete",
10239
+ "google_docs_delete_comment",
10240
+ "google_docs_get",
10241
+ "google_docs_list",
10242
+ "google_docs_list_comments",
10243
+ "google_docs_replace_text"
10244
+ ];
10245
+ function googleDocsIntegration(config = {}) {
10246
10246
  const oauth = {
10247
- provider: "gdocs",
10248
- clientId: config.clientId ?? getEnv("GDOCS_CLIENT_ID"),
10249
- clientSecret: config.clientSecret ?? getEnv("GDOCS_CLIENT_SECRET"),
10247
+ provider: "google_docs",
10248
+ clientId: config.clientId ?? getEnv("GOOGLE_DOCS_CLIENT_ID"),
10249
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_DOCS_CLIENT_SECRET"),
10250
10250
  scopes: config.scopes,
10251
10251
  optionalScopes: config.optionalScopes,
10252
10252
  redirectUri: config.redirectUri,
10253
10253
  config
10254
10254
  };
10255
10255
  return {
10256
- id: "gdocs",
10256
+ id: "google_docs",
10257
10257
  name: "Google Docs",
10258
10258
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_docs.png",
10259
- tools: [...GDOCS_TOOLS],
10259
+ tools: [...GOOGLE_DOCS_TOOLS],
10260
10260
  oauth,
10261
10261
  async onInit(_client) {
10262
10262
  logger125.debug("Google Docs integration initialized");
@@ -10266,35 +10266,35 @@ function gdocsIntegration(config = {}) {
10266
10266
  }
10267
10267
  };
10268
10268
  }
10269
- // src/integrations/gsheets.ts
10269
+ // src/integrations/google_sheets.ts
10270
10270
  var logger126 = createLogger("Google Sheets");
10271
- var GSHEETS_TOOLS = [
10272
- "gsheets_append_values",
10273
- "gsheets_batch_update",
10274
- "gsheets_batch_update_values",
10275
- "gsheets_clear_values",
10276
- "gsheets_create",
10277
- "gsheets_delete",
10278
- "gsheets_get",
10279
- "gsheets_get_values",
10280
- "gsheets_list",
10281
- "gsheets_update_values"
10282
- ];
10283
- function gsheetsIntegration(config = {}) {
10271
+ var GOOGLE_SHEETS_TOOLS = [
10272
+ "google_sheets_append_values",
10273
+ "google_sheets_batch_update",
10274
+ "google_sheets_batch_update_values",
10275
+ "google_sheets_clear_values",
10276
+ "google_sheets_create",
10277
+ "google_sheets_delete",
10278
+ "google_sheets_get",
10279
+ "google_sheets_get_values",
10280
+ "google_sheets_list",
10281
+ "google_sheets_update_values"
10282
+ ];
10283
+ function googleSheetsIntegration(config = {}) {
10284
10284
  const oauth = {
10285
- provider: "gsheets",
10286
- clientId: config.clientId ?? getEnv("GSHEETS_CLIENT_ID"),
10287
- clientSecret: config.clientSecret ?? getEnv("GSHEETS_CLIENT_SECRET"),
10285
+ provider: "google_sheets",
10286
+ clientId: config.clientId ?? getEnv("GOOGLE_SHEETS_CLIENT_ID"),
10287
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_SHEETS_CLIENT_SECRET"),
10288
10288
  scopes: config.scopes,
10289
10289
  optionalScopes: config.optionalScopes,
10290
10290
  redirectUri: config.redirectUri,
10291
10291
  config
10292
10292
  };
10293
10293
  return {
10294
- id: "gsheets",
10294
+ id: "google_sheets",
10295
10295
  name: "Google Sheets",
10296
10296
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_sheets.png",
10297
- tools: [...GSHEETS_TOOLS],
10297
+ tools: [...GOOGLE_SHEETS_TOOLS],
10298
10298
  oauth,
10299
10299
  async onInit(_client) {
10300
10300
  logger126.debug("Google Sheets integration initialized");
@@ -10304,34 +10304,34 @@ function gsheetsIntegration(config = {}) {
10304
10304
  }
10305
10305
  };
10306
10306
  }
10307
- // src/integrations/gslides.ts
10307
+ // src/integrations/google_slides.ts
10308
10308
  var logger127 = createLogger("Google Slides");
10309
- var GSLIDES_TOOLS = [
10310
- "gslides_add_slide",
10311
- "gslides_batch_update",
10312
- "gslides_create",
10313
- "gslides_delete",
10314
- "gslides_delete_slide",
10315
- "gslides_get",
10316
- "gslides_get_page",
10317
- "gslides_list",
10318
- "gslides_update_text"
10319
- ];
10320
- function gslidesIntegration(config = {}) {
10309
+ var GOOGLE_SLIDES_TOOLS = [
10310
+ "google_slides_add_slide",
10311
+ "google_slides_batch_update",
10312
+ "google_slides_create",
10313
+ "google_slides_delete",
10314
+ "google_slides_delete_slide",
10315
+ "google_slides_get",
10316
+ "google_slides_get_page",
10317
+ "google_slides_list",
10318
+ "google_slides_update_text"
10319
+ ];
10320
+ function googleSlidesIntegration(config = {}) {
10321
10321
  const oauth = {
10322
- provider: "gslides",
10323
- clientId: config.clientId ?? getEnv("GSLIDES_CLIENT_ID"),
10324
- clientSecret: config.clientSecret ?? getEnv("GSLIDES_CLIENT_SECRET"),
10322
+ provider: "google_slides",
10323
+ clientId: config.clientId ?? getEnv("GOOGLE_SLIDES_CLIENT_ID"),
10324
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_SLIDES_CLIENT_SECRET"),
10325
10325
  scopes: config.scopes,
10326
10326
  optionalScopes: config.optionalScopes,
10327
10327
  redirectUri: config.redirectUri,
10328
10328
  config
10329
10329
  };
10330
10330
  return {
10331
- id: "gslides",
10331
+ id: "google_slides",
10332
10332
  name: "Google Slides",
10333
10333
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_slides.png",
10334
- tools: [...GSLIDES_TOOLS],
10334
+ tools: [...GOOGLE_SLIDES_TOOLS],
10335
10335
  oauth,
10336
10336
  async onInit(_client) {
10337
10337
  logger127.debug("Google Slides integration initialized");
@@ -11878,28 +11878,28 @@ function attioIntegration(config = {}) {
11878
11878
  }
11879
11879
  };
11880
11880
  }
11881
- // src/integrations/gchat.ts
11881
+ // src/integrations/google_chat.ts
11882
11882
  var logger156 = createLogger("Google Chat");
11883
- var GCHAT_SCOPES = [
11883
+ var GOOGLE_CHAT_SCOPES = [
11884
11884
  "https://www.googleapis.com/auth/chat.messages",
11885
11885
  "https://www.googleapis.com/auth/chat.spaces.readonly"
11886
11886
  ];
11887
- var GCHAT_TOOLS = [
11888
- "gchat_delete_message",
11889
- "gchat_get_message",
11890
- "gchat_get_space",
11891
- "gchat_list_members",
11892
- "gchat_list_messages",
11893
- "gchat_list_spaces",
11894
- "gchat_send_message",
11895
- "gchat_update_message"
11896
- ];
11897
- function gchatIntegration(config = {}) {
11887
+ var GOOGLE_CHAT_TOOLS = [
11888
+ "google_chat_delete_message",
11889
+ "google_chat_get_message",
11890
+ "google_chat_get_space",
11891
+ "google_chat_list_members",
11892
+ "google_chat_list_messages",
11893
+ "google_chat_list_spaces",
11894
+ "google_chat_send_message",
11895
+ "google_chat_update_message"
11896
+ ];
11897
+ function googleChatIntegration(config = {}) {
11898
11898
  const oauth = {
11899
- provider: "gchat",
11900
- clientId: config.clientId ?? getEnv("GCHAT_CLIENT_ID"),
11901
- clientSecret: config.clientSecret ?? getEnv("GCHAT_CLIENT_SECRET"),
11902
- scopes: config.scopes ?? [...GCHAT_SCOPES],
11899
+ provider: "google_chat",
11900
+ clientId: config.clientId ?? getEnv("GOOGLE_CHAT_CLIENT_ID"),
11901
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_CHAT_CLIENT_SECRET"),
11902
+ scopes: config.scopes ?? [...GOOGLE_CHAT_SCOPES],
11903
11903
  optionalScopes: config.optionalScopes,
11904
11904
  redirectUri: config.redirectUri,
11905
11905
  config: {
@@ -11910,12 +11910,12 @@ function gchatIntegration(config = {}) {
11910
11910
  }
11911
11911
  };
11912
11912
  return {
11913
- id: "gchat",
11913
+ id: "google_chat",
11914
11914
  name: "Google Chat",
11915
11915
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_chat.png",
11916
11916
  description: "List Google Chat spaces and manage messages and memberships",
11917
11917
  category: "Communication",
11918
- tools: [...GCHAT_TOOLS],
11918
+ tools: [...GOOGLE_CHAT_TOOLS],
11919
11919
  oauth,
11920
11920
  async onInit(_client) {
11921
11921
  logger156.debug("Google Chat integration initialized");
@@ -12952,64 +12952,64 @@ function excelIntegration(config = {}) {
12952
12952
  }
12953
12953
  };
12954
12954
  }
12955
- // src/integrations/ga4.ts
12956
- var GA4_TOOLS = [
12957
- "ga4_batch_run_reports",
12958
- "ga4_get_property",
12959
- "ga4_list_account_summaries",
12960
- "ga4_run_realtime_report",
12961
- "ga4_run_report"
12955
+ // src/integrations/google_analytics.ts
12956
+ var GOOGLE_ANALYTICS_TOOLS = [
12957
+ "google_analytics_batch_run_reports",
12958
+ "google_analytics_get_property",
12959
+ "google_analytics_list_account_summaries",
12960
+ "google_analytics_run_realtime_report",
12961
+ "google_analytics_run_report"
12962
12962
  ];
12963
- function ga4Integration(config = {}) {
12963
+ function googleAnalyticsIntegration(config = {}) {
12964
12964
  const oauth = {
12965
- provider: "ga4",
12966
- clientId: config.clientId ?? getEnv("GA4_CLIENT_ID"),
12967
- clientSecret: config.clientSecret ?? getEnv("GA4_CLIENT_SECRET"),
12965
+ provider: "google_analytics",
12966
+ clientId: config.clientId ?? getEnv("GOOGLE_ANALYTICS_CLIENT_ID"),
12967
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_ANALYTICS_CLIENT_SECRET"),
12968
12968
  scopes: config.scopes ?? ["https://www.googleapis.com/auth/analytics.readonly"],
12969
12969
  optionalScopes: config.optionalScopes,
12970
12970
  redirectUri: config.redirectUri
12971
12971
  };
12972
12972
  return {
12973
- id: "ga4",
12973
+ id: "google_analytics",
12974
12974
  name: "Google Analytics",
12975
12975
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_analytics.png",
12976
- tools: [...GA4_TOOLS],
12976
+ tools: [...GOOGLE_ANALYTICS_TOOLS],
12977
12977
  oauth
12978
12978
  };
12979
12979
  }
12980
- // src/integrations/gdrive.ts
12980
+ // src/integrations/google_drive.ts
12981
12981
  var logger174 = createLogger("Google Drive");
12982
- var GDRIVE_TOOLS = [
12983
- "gdrive_copy_file",
12984
- "gdrive_create_folder",
12985
- "gdrive_delete_file",
12986
- "gdrive_download_file",
12987
- "gdrive_get_about",
12988
- "gdrive_get_file",
12989
- "gdrive_list_files",
12990
- "gdrive_list_permissions",
12991
- "gdrive_move_file",
12992
- "gdrive_remove_permission",
12993
- "gdrive_rename_file",
12994
- "gdrive_share_file",
12995
- "gdrive_trash_file",
12996
- "gdrive_upload_text_file"
12997
- ];
12998
- function gdriveIntegration(config = {}) {
12982
+ var GOOGLE_DRIVE_TOOLS = [
12983
+ "google_drive_copy_file",
12984
+ "google_drive_create_folder",
12985
+ "google_drive_delete_file",
12986
+ "google_drive_download_file",
12987
+ "google_drive_get_about",
12988
+ "google_drive_get_file",
12989
+ "google_drive_list_files",
12990
+ "google_drive_list_permissions",
12991
+ "google_drive_move_file",
12992
+ "google_drive_remove_permission",
12993
+ "google_drive_rename_file",
12994
+ "google_drive_share_file",
12995
+ "google_drive_trash_file",
12996
+ "google_drive_upload_text_file"
12997
+ ];
12998
+ function googleDriveIntegration(config = {}) {
12999
12999
  const oauth = {
13000
- provider: "gdrive",
13001
- clientId: config.clientId ?? getEnv("GDRIVE_CLIENT_ID"),
13002
- clientSecret: config.clientSecret ?? getEnv("GDRIVE_CLIENT_SECRET"),
13000
+ provider: "google_drive",
13001
+ clientId: config.clientId ?? getEnv("GOOGLE_DRIVE_CLIENT_ID"),
13002
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_DRIVE_CLIENT_SECRET"),
13003
13003
  scopes: config.scopes,
13004
13004
  optionalScopes: config.optionalScopes,
13005
13005
  redirectUri: config.redirectUri,
13006
13006
  config
13007
13007
  };
13008
13008
  return {
13009
- id: "gdrive",
13009
+ id: "google_drive",
13010
13010
  name: "Google Drive",
13011
13011
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_drive.png",
13012
- tools: [...GDRIVE_TOOLS],
13012
+ tools: [...GOOGLE_DRIVE_TOOLS],
13013
13013
  oauth,
13014
13014
  async onInit(_client) {
13015
13015
  logger174.debug("Google Drive integration initialized");
@@ -13074,33 +13074,33 @@ function gitlabIntegration(config = {}) {
13074
13074
  }
13075
13075
  };
13076
13076
  }
13077
- // src/integrations/gmeet.ts
13077
+ // src/integrations/google_meet.ts
13078
13078
  var logger176 = createLogger("Google Meet");
13079
- var GMEET_TOOLS = [
13080
- "gmeet_add_meet_to_event",
13081
- "gmeet_create_meeting",
13082
- "gmeet_delete_meeting",
13083
- "gmeet_get_meeting",
13084
- "gmeet_list_meetings",
13085
- "gmeet_update_meeting"
13086
- ];
13087
- function gmeetIntegration(config = {}) {
13079
+ var GOOGLE_MEET_TOOLS = [
13080
+ "google_meet_add_meet_to_event",
13081
+ "google_meet_create_meeting",
13082
+ "google_meet_delete_meeting",
13083
+ "google_meet_get_meeting",
13084
+ "google_meet_list_meetings",
13085
+ "google_meet_update_meeting"
13086
+ ];
13087
+ function googleMeetIntegration(config = {}) {
13088
13088
  const oauth = {
13089
- provider: "gmeet",
13090
- clientId: config.clientId ?? getEnv("GMEET_CLIENT_ID"),
13091
- clientSecret: config.clientSecret ?? getEnv("GMEET_CLIENT_SECRET"),
13089
+ provider: "google_meet",
13090
+ clientId: config.clientId ?? getEnv("GOOGLE_MEET_CLIENT_ID"),
13091
+ clientSecret: config.clientSecret ?? getEnv("GOOGLE_MEET_CLIENT_SECRET"),
13092
13092
  scopes: config.scopes,
13093
13093
  optionalScopes: config.optionalScopes,
13094
13094
  redirectUri: config.redirectUri,
13095
13095
  config: { ...config }
13096
13096
  };
13097
13097
  return {
13098
- id: "gmeet",
13098
+ id: "google_meet",
13099
13099
  name: "Google Meet",
13100
13100
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_meet.png",
13101
13101
  description: "Create and manage Google Meet links via Calendar conference data",
13102
13102
  category: "Communication",
13103
- tools: [...GMEET_TOOLS],
13103
+ tools: [...GOOGLE_MEET_TOOLS],
13104
13104
  oauth,
13105
13105
  async onInit(_client) {
13106
13106
  logger176.debug("Google Meet integration initialized");
@@ -14415,20 +14415,26 @@ export {
14415
14415
  instagramIntegration,
14416
14416
  hubspotIntegration,
14417
14417
  homeConnectIntegration,
14418
- gtasksIntegration,
14419
- gslidesIntegration,
14420
- gsheetsIntegration,
14421
14418
  greenhouseIntegration,
14422
14419
  granolaIntegration,
14420
+ googleTasksIntegration,
14421
+ googleSlidesIntegration,
14422
+ googleSheetsIntegration,
14423
14423
  googlePlayConsoleIntegration,
14424
+ googleMeetIntegration,
14425
+ googleKeepIntegration,
14424
14426
  googleHomeIntegration,
14425
14427
  googleFormsIntegration,
14428
+ googleDriveIntegration,
14429
+ googleDocsIntegration,
14430
+ googleContactsIntegration,
14426
14431
  googleClassroomIntegration,
14432
+ googleChatIntegration,
14433
+ googleCalendarIntegration,
14434
+ googleAnalyticsIntegration,
14427
14435
  googleAdsIntegration,
14428
14436
  gocardlessIntegration,
14429
- gmeetIntegration,
14430
14437
  gmailIntegration,
14431
- gkeepIntegration,
14432
14438
  gitlabIntegration,
14433
14439
  githubIntegration,
14434
14440
  genericOAuthIntegration,
@@ -14436,13 +14442,7 @@ export {
14436
14442
  generateState,
14437
14443
  generateCodeVerifier,
14438
14444
  generateCodeChallenge,
14439
- gdriveIntegration,
14440
- gdocsIntegration,
14441
- gcontactsIntegration,
14442
- gchatIntegration,
14443
- gcalIntegration,
14444
14445
  garminIntegration,
14445
- ga4Integration,
14446
14446
  fromNodeHeaders,
14447
14447
  freshserviceIntegration,
14448
14448
  freeagentIntegration,