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.
- 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 +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +432 -346
- package/dist/integrations.js +431 -236
- package/dist/oauth.js +21 -21
- package/dist/server.js +402 -329
- package/dist/src/client.d.ts +22 -22
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +23 -22
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/bundle.d.ts +8 -8
- package/dist/src/integrations/bundle.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 +23 -234
- 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/integrations.js
CHANGED
|
@@ -1281,23 +1281,23 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1281
1281
|
description: "Send, read, and search Gmail messages",
|
|
1282
1282
|
category: "Communication"
|
|
1283
1283
|
},
|
|
1284
|
-
|
|
1284
|
+
google_calendar: {
|
|
1285
1285
|
description: "Manage Google Calendar events and schedules",
|
|
1286
1286
|
category: "Productivity"
|
|
1287
1287
|
},
|
|
1288
|
-
|
|
1288
|
+
google_tasks: {
|
|
1289
1289
|
description: "Manage Google Tasks lists and to-dos",
|
|
1290
1290
|
category: "Productivity"
|
|
1291
1291
|
},
|
|
1292
|
-
|
|
1292
|
+
google_keep: {
|
|
1293
1293
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
1294
1294
|
category: "Productivity"
|
|
1295
1295
|
},
|
|
1296
|
-
|
|
1296
|
+
google_meet: {
|
|
1297
1297
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
1298
1298
|
category: "Communication"
|
|
1299
1299
|
},
|
|
1300
|
-
|
|
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
|
-
|
|
1436
|
+
google_slides: {
|
|
1437
1437
|
description: "Create and update Google Slides presentations",
|
|
1438
1438
|
category: "Productivity"
|
|
1439
1439
|
},
|
|
1440
|
-
|
|
1440
|
+
google_sheets: {
|
|
1441
1441
|
description: "Read and update Google Sheets spreadsheets",
|
|
1442
1442
|
category: "Productivity"
|
|
1443
1443
|
},
|
|
1444
|
-
|
|
1444
|
+
google_docs: {
|
|
1445
1445
|
description: "Create and edit Google Docs documents",
|
|
1446
1446
|
category: "Productivity"
|
|
1447
1447
|
},
|
|
1448
|
-
|
|
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
|
-
|
|
1564
|
+
google_analytics: {
|
|
1565
1565
|
description: "Read Google Analytics reports, properties, and events",
|
|
1566
1566
|
category: "Analytics"
|
|
1567
1567
|
},
|
|
1568
|
-
|
|
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
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
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/
|
|
9386
|
+
// src/integrations/google_calendar.ts
|
|
9387
9387
|
var logger109 = createLogger("Google Calendar");
|
|
9388
|
-
var
|
|
9389
|
-
"
|
|
9390
|
-
"
|
|
9391
|
-
"
|
|
9392
|
-
"
|
|
9393
|
-
"
|
|
9394
|
-
"
|
|
9395
|
-
"
|
|
9396
|
-
"
|
|
9397
|
-
"
|
|
9398
|
-
"
|
|
9399
|
-
"
|
|
9400
|
-
"
|
|
9401
|
-
];
|
|
9402
|
-
function
|
|
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: "
|
|
9405
|
-
clientId: config.clientId ?? getEnv("
|
|
9406
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
9415
|
+
id: "google_calendar",
|
|
9416
9416
|
name: "Google Calendar",
|
|
9417
9417
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_calendar.webp",
|
|
9418
|
-
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/
|
|
9428
|
+
// src/integrations/google_tasks.ts
|
|
9429
9429
|
var logger110 = createLogger("Google Tasks");
|
|
9430
|
-
var
|
|
9431
|
-
"
|
|
9432
|
-
"
|
|
9433
|
-
"
|
|
9434
|
-
"
|
|
9435
|
-
"
|
|
9436
|
-
"
|
|
9437
|
-
"
|
|
9438
|
-
"
|
|
9439
|
-
"
|
|
9440
|
-
"
|
|
9441
|
-
"
|
|
9442
|
-
"
|
|
9443
|
-
];
|
|
9444
|
-
function
|
|
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: "
|
|
9447
|
-
clientId: config.clientId ?? getEnv("
|
|
9448
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
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: [...
|
|
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/
|
|
9472
|
+
// src/integrations/google_keep.ts
|
|
9473
9473
|
var logger111 = createLogger("Google Keep");
|
|
9474
|
-
var
|
|
9475
|
-
"
|
|
9476
|
-
"
|
|
9477
|
-
"
|
|
9478
|
-
"
|
|
9479
|
-
"
|
|
9480
|
-
"
|
|
9481
|
-
"
|
|
9482
|
-
"
|
|
9483
|
-
];
|
|
9484
|
-
function
|
|
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: "
|
|
9487
|
-
clientId: config.clientId ?? getEnv("
|
|
9488
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
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: [...
|
|
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/
|
|
9512
|
+
// src/integrations/google_contacts.ts
|
|
9513
9513
|
var logger112 = createLogger("Google Contacts");
|
|
9514
|
-
var
|
|
9515
|
-
"
|
|
9516
|
-
"
|
|
9517
|
-
"
|
|
9518
|
-
"
|
|
9519
|
-
"
|
|
9520
|
-
"
|
|
9521
|
-
"
|
|
9522
|
-
"
|
|
9523
|
-
"
|
|
9524
|
-
"
|
|
9525
|
-
];
|
|
9526
|
-
function
|
|
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: "
|
|
9529
|
-
clientId: config.clientId ?? getEnv("
|
|
9530
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
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: [...
|
|
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/
|
|
10231
|
+
// src/integrations/google_docs.ts
|
|
10232
10232
|
var logger125 = createLogger("Google Docs");
|
|
10233
|
-
var
|
|
10234
|
-
"
|
|
10235
|
-
"
|
|
10236
|
-
"
|
|
10237
|
-
"
|
|
10238
|
-
"
|
|
10239
|
-
"
|
|
10240
|
-
"
|
|
10241
|
-
"
|
|
10242
|
-
"
|
|
10243
|
-
"
|
|
10244
|
-
];
|
|
10245
|
-
function
|
|
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: "
|
|
10248
|
-
clientId: config.clientId ?? getEnv("
|
|
10249
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
10256
|
+
id: "google_docs",
|
|
10257
10257
|
name: "Google Docs",
|
|
10258
10258
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_docs.png",
|
|
10259
|
-
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/
|
|
10269
|
+
// src/integrations/google_sheets.ts
|
|
10270
10270
|
var logger126 = createLogger("Google Sheets");
|
|
10271
|
-
var
|
|
10272
|
-
"
|
|
10273
|
-
"
|
|
10274
|
-
"
|
|
10275
|
-
"
|
|
10276
|
-
"
|
|
10277
|
-
"
|
|
10278
|
-
"
|
|
10279
|
-
"
|
|
10280
|
-
"
|
|
10281
|
-
"
|
|
10282
|
-
];
|
|
10283
|
-
function
|
|
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: "
|
|
10286
|
-
clientId: config.clientId ?? getEnv("
|
|
10287
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
10294
|
+
id: "google_sheets",
|
|
10295
10295
|
name: "Google Sheets",
|
|
10296
10296
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_sheets.png",
|
|
10297
|
-
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/
|
|
10307
|
+
// src/integrations/google_slides.ts
|
|
10308
10308
|
var logger127 = createLogger("Google Slides");
|
|
10309
|
-
var
|
|
10310
|
-
"
|
|
10311
|
-
"
|
|
10312
|
-
"
|
|
10313
|
-
"
|
|
10314
|
-
"
|
|
10315
|
-
"
|
|
10316
|
-
"
|
|
10317
|
-
"
|
|
10318
|
-
"
|
|
10319
|
-
];
|
|
10320
|
-
function
|
|
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: "
|
|
10323
|
-
clientId: config.clientId ?? getEnv("
|
|
10324
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
10331
|
+
id: "google_slides",
|
|
10332
10332
|
name: "Google Slides",
|
|
10333
10333
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_slides.png",
|
|
10334
|
-
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/
|
|
11881
|
+
// src/integrations/google_chat.ts
|
|
11882
11882
|
var logger156 = createLogger("Google Chat");
|
|
11883
|
-
var
|
|
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
|
|
11888
|
-
"
|
|
11889
|
-
"
|
|
11890
|
-
"
|
|
11891
|
-
"
|
|
11892
|
-
"
|
|
11893
|
-
"
|
|
11894
|
-
"
|
|
11895
|
-
"
|
|
11896
|
-
];
|
|
11897
|
-
function
|
|
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: "
|
|
11900
|
-
clientId: config.clientId ?? getEnv("
|
|
11901
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
11902
|
-
scopes: config.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: "
|
|
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: [...
|
|
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/
|
|
12956
|
-
var
|
|
12957
|
-
"
|
|
12958
|
-
"
|
|
12959
|
-
"
|
|
12960
|
-
"
|
|
12961
|
-
"
|
|
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
|
|
12963
|
+
function googleAnalyticsIntegration(config = {}) {
|
|
12964
12964
|
const oauth = {
|
|
12965
|
-
provider: "
|
|
12966
|
-
clientId: config.clientId ?? getEnv("
|
|
12967
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
12973
|
+
id: "google_analytics",
|
|
12974
12974
|
name: "Google Analytics",
|
|
12975
12975
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_analytics.png",
|
|
12976
|
-
tools: [...
|
|
12976
|
+
tools: [...GOOGLE_ANALYTICS_TOOLS],
|
|
12977
12977
|
oauth
|
|
12978
12978
|
};
|
|
12979
12979
|
}
|
|
12980
|
-
// src/integrations/
|
|
12980
|
+
// src/integrations/google_drive.ts
|
|
12981
12981
|
var logger174 = createLogger("Google Drive");
|
|
12982
|
-
var
|
|
12983
|
-
"
|
|
12984
|
-
"
|
|
12985
|
-
"
|
|
12986
|
-
"
|
|
12987
|
-
"
|
|
12988
|
-
"
|
|
12989
|
-
"
|
|
12990
|
-
"
|
|
12991
|
-
"
|
|
12992
|
-
"
|
|
12993
|
-
"
|
|
12994
|
-
"
|
|
12995
|
-
"
|
|
12996
|
-
"
|
|
12997
|
-
];
|
|
12998
|
-
function
|
|
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: "
|
|
13001
|
-
clientId: config.clientId ?? getEnv("
|
|
13002
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
13009
|
+
id: "google_drive",
|
|
13010
13010
|
name: "Google Drive",
|
|
13011
13011
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_drive.png",
|
|
13012
|
-
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/
|
|
13077
|
+
// src/integrations/google_meet.ts
|
|
13078
13078
|
var logger176 = createLogger("Google Meet");
|
|
13079
|
-
var
|
|
13080
|
-
"
|
|
13081
|
-
"
|
|
13082
|
-
"
|
|
13083
|
-
"
|
|
13084
|
-
"
|
|
13085
|
-
"
|
|
13086
|
-
];
|
|
13087
|
-
function
|
|
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: "
|
|
13090
|
-
clientId: config.clientId ?? getEnv("
|
|
13091
|
-
clientSecret: config.clientSecret ?? getEnv("
|
|
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: "
|
|
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: [...
|
|
13103
|
+
tools: [...GOOGLE_MEET_TOOLS],
|
|
13104
13104
|
oauth,
|
|
13105
13105
|
async onInit(_client) {
|
|
13106
13106
|
logger176.debug("Google Meet integration initialized");
|
|
@@ -14213,6 +14213,199 @@ function createSimpleIntegration(config) {
|
|
|
14213
14213
|
onDisconnect: config.onDisconnect
|
|
14214
14214
|
};
|
|
14215
14215
|
}
|
|
14216
|
+
// src/integrations/bundle.ts
|
|
14217
|
+
function allIntegrations() {
|
|
14218
|
+
return [
|
|
14219
|
+
adobeAcrobatSignIntegration(),
|
|
14220
|
+
airtableIntegration(),
|
|
14221
|
+
amadeusIntegration(),
|
|
14222
|
+
amazonIntegration(),
|
|
14223
|
+
amazonAdsIntegration(),
|
|
14224
|
+
asanaIntegration(),
|
|
14225
|
+
attioIntegration(),
|
|
14226
|
+
azureDevopsIntegration(),
|
|
14227
|
+
bamboohrIntegration(),
|
|
14228
|
+
bigcommerceIntegration(),
|
|
14229
|
+
bigqueryIntegration(),
|
|
14230
|
+
bitbucketIntegration(),
|
|
14231
|
+
boxIntegration(),
|
|
14232
|
+
calcomIntegration(),
|
|
14233
|
+
calendlyIntegration(),
|
|
14234
|
+
canvaIntegration(),
|
|
14235
|
+
canvasLmsIntegration(),
|
|
14236
|
+
clickupIntegration(),
|
|
14237
|
+
cloudflareIntegration(),
|
|
14238
|
+
confluenceIntegration(),
|
|
14239
|
+
contentfulIntegration(),
|
|
14240
|
+
cursorIntegration(),
|
|
14241
|
+
databricksIntegration(),
|
|
14242
|
+
datadogIntegration(),
|
|
14243
|
+
deezerIntegration(),
|
|
14244
|
+
dhlIntegration(),
|
|
14245
|
+
discordIntegration(),
|
|
14246
|
+
docusignIntegration(),
|
|
14247
|
+
dropboxIntegration(),
|
|
14248
|
+
dropboxSignIntegration(),
|
|
14249
|
+
ebayIntegration(),
|
|
14250
|
+
etsyIntegration(),
|
|
14251
|
+
eventbriteIntegration(),
|
|
14252
|
+
exactOnlineIntegration(),
|
|
14253
|
+
excelIntegration(),
|
|
14254
|
+
expediaIntegration(),
|
|
14255
|
+
facebookIntegration(),
|
|
14256
|
+
fedexIntegration(),
|
|
14257
|
+
figmaIntegration(),
|
|
14258
|
+
firebaseIntegration(),
|
|
14259
|
+
fitbitIntegration(),
|
|
14260
|
+
foursquareIntegration(),
|
|
14261
|
+
freeagentIntegration(),
|
|
14262
|
+
freshserviceIntegration(),
|
|
14263
|
+
garminIntegration(),
|
|
14264
|
+
githubIntegration(),
|
|
14265
|
+
gitlabIntegration(),
|
|
14266
|
+
gmailIntegration(),
|
|
14267
|
+
gocardlessIntegration(),
|
|
14268
|
+
googleAdsIntegration(),
|
|
14269
|
+
googleAnalyticsIntegration(),
|
|
14270
|
+
googleCalendarIntegration(),
|
|
14271
|
+
googleChatIntegration(),
|
|
14272
|
+
googleClassroomIntegration(),
|
|
14273
|
+
googleContactsIntegration(),
|
|
14274
|
+
googleDocsIntegration(),
|
|
14275
|
+
googleDriveIntegration(),
|
|
14276
|
+
googleFormsIntegration(),
|
|
14277
|
+
googleHomeIntegration(),
|
|
14278
|
+
googleKeepIntegration(),
|
|
14279
|
+
googleMeetIntegration(),
|
|
14280
|
+
googlePlayConsoleIntegration(),
|
|
14281
|
+
googleSheetsIntegration(),
|
|
14282
|
+
googleSlidesIntegration(),
|
|
14283
|
+
googleTasksIntegration(),
|
|
14284
|
+
greenhouseIntegration(),
|
|
14285
|
+
homeConnectIntegration(),
|
|
14286
|
+
hubspotIntegration(),
|
|
14287
|
+
instagramIntegration(),
|
|
14288
|
+
intercomIntegration(),
|
|
14289
|
+
jiraIntegration(),
|
|
14290
|
+
kickIntegration(),
|
|
14291
|
+
klaviyoIntegration(),
|
|
14292
|
+
leverIntegration(),
|
|
14293
|
+
linearIntegration(),
|
|
14294
|
+
linkedinIntegration(),
|
|
14295
|
+
lookerIntegration(),
|
|
14296
|
+
mailchimpIntegration(),
|
|
14297
|
+
mapmyfitnessIntegration(),
|
|
14298
|
+
meetupIntegration(),
|
|
14299
|
+
metaAdsIntegration(),
|
|
14300
|
+
microsoftAdsIntegration(),
|
|
14301
|
+
microsoftBookingsIntegration(),
|
|
14302
|
+
microsoftEntraIdIntegration(),
|
|
14303
|
+
microsoftGraphEducationIntegration(),
|
|
14304
|
+
microsoftToDoIntegration(),
|
|
14305
|
+
mieleIntegration(),
|
|
14306
|
+
miroIntegration(),
|
|
14307
|
+
mondayIntegration(),
|
|
14308
|
+
moneybirdIntegration(),
|
|
14309
|
+
netatmoIntegration(),
|
|
14310
|
+
netlifyIntegration(),
|
|
14311
|
+
notionIntegration(),
|
|
14312
|
+
oktaIntegration(),
|
|
14313
|
+
onedriveIntegration(),
|
|
14314
|
+
oneloginIntegration(),
|
|
14315
|
+
onenoteIntegration(),
|
|
14316
|
+
ouraIntegration(),
|
|
14317
|
+
outlookIntegration(),
|
|
14318
|
+
pandadocIntegration(),
|
|
14319
|
+
paperIntegration(),
|
|
14320
|
+
paypalIntegration(),
|
|
14321
|
+
phantomIntegration(),
|
|
14322
|
+
philipsHueIntegration(),
|
|
14323
|
+
pinterestIntegration(),
|
|
14324
|
+
pipedriveIntegration(),
|
|
14325
|
+
plaidIntegration(),
|
|
14326
|
+
planetscaleIntegration(),
|
|
14327
|
+
plannerIntegration(),
|
|
14328
|
+
polarIntegration(),
|
|
14329
|
+
posthogIntegration(),
|
|
14330
|
+
powerpointIntegration(),
|
|
14331
|
+
quickbooksIntegration(),
|
|
14332
|
+
railwayIntegration(),
|
|
14333
|
+
rampIntegration(),
|
|
14334
|
+
redditIntegration(),
|
|
14335
|
+
ringIntegration(),
|
|
14336
|
+
sageIntegration(),
|
|
14337
|
+
salesforceIntegration(),
|
|
14338
|
+
sentryIntegration(),
|
|
14339
|
+
sharepointIntegration(),
|
|
14340
|
+
shopifyIntegration(),
|
|
14341
|
+
slackIntegration(),
|
|
14342
|
+
smartsheetIntegration(),
|
|
14343
|
+
smartthingsIntegration(),
|
|
14344
|
+
snowflakeIntegration(),
|
|
14345
|
+
sonosIntegration(),
|
|
14346
|
+
spotifyIntegration(),
|
|
14347
|
+
squareIntegration(),
|
|
14348
|
+
squarespaceIntegration(),
|
|
14349
|
+
stravaIntegration(),
|
|
14350
|
+
stripeIntegration(),
|
|
14351
|
+
supabaseIntegration(),
|
|
14352
|
+
tableauIntegration(),
|
|
14353
|
+
teamsIntegration(),
|
|
14354
|
+
teslaIntegration(),
|
|
14355
|
+
threadsIntegration(),
|
|
14356
|
+
tiktokIntegration(),
|
|
14357
|
+
tiktokBusinessIntegration(),
|
|
14358
|
+
tinkIntegration(),
|
|
14359
|
+
tldrawIntegration(),
|
|
14360
|
+
todoistIntegration(),
|
|
14361
|
+
truelayerIntegration(),
|
|
14362
|
+
tuyaIntegration(),
|
|
14363
|
+
twitchIntegration(),
|
|
14364
|
+
typeformIntegration(),
|
|
14365
|
+
uberIntegration(),
|
|
14366
|
+
uberEatsIntegration(),
|
|
14367
|
+
universeIntegration(),
|
|
14368
|
+
upsIntegration(),
|
|
14369
|
+
vercelIntegration(),
|
|
14370
|
+
webflowIntegration(),
|
|
14371
|
+
whatsappIntegration(),
|
|
14372
|
+
whoopIntegration(),
|
|
14373
|
+
withingsIntegration(),
|
|
14374
|
+
wordIntegration(),
|
|
14375
|
+
wordpressIntegration(),
|
|
14376
|
+
workdayIntegration(),
|
|
14377
|
+
xIntegration(),
|
|
14378
|
+
xeroIntegration(),
|
|
14379
|
+
youtubeIntegration(),
|
|
14380
|
+
zapierIntegration(),
|
|
14381
|
+
zendeskIntegration(),
|
|
14382
|
+
zohoAnalyticsIntegration(),
|
|
14383
|
+
zohoBillingIntegration(),
|
|
14384
|
+
zohoBooksIntegration(),
|
|
14385
|
+
zohoCampaignsIntegration(),
|
|
14386
|
+
zohoCreatorIntegration(),
|
|
14387
|
+
zohoCrmIntegration(),
|
|
14388
|
+
zohoDeskIntegration(),
|
|
14389
|
+
zohoInventoryIntegration(),
|
|
14390
|
+
zohoInvoiceIntegration(),
|
|
14391
|
+
zohoMailIntegration(),
|
|
14392
|
+
zohoPeopleIntegration(),
|
|
14393
|
+
zohoProjectsIntegration(),
|
|
14394
|
+
zohoRecruitIntegration(),
|
|
14395
|
+
zohoSignIntegration(),
|
|
14396
|
+
zohoSprintsIntegration(),
|
|
14397
|
+
zohoWorkdriveIntegration(),
|
|
14398
|
+
zohoWriterIntegration(),
|
|
14399
|
+
zoomIntegration()
|
|
14400
|
+
];
|
|
14401
|
+
}
|
|
14402
|
+
function createIntegrationBundle(options) {
|
|
14403
|
+
const all = allIntegrations();
|
|
14404
|
+
if (!options?.include?.length)
|
|
14405
|
+
return all;
|
|
14406
|
+
const allowed = new Set(options.include);
|
|
14407
|
+
return all.filter((i) => allowed.has(i.id));
|
|
14408
|
+
}
|
|
14216
14409
|
// src/utils/parse-tool-result.ts
|
|
14217
14410
|
function isRecord(value) {
|
|
14218
14411
|
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
@@ -14415,20 +14608,26 @@ export {
|
|
|
14415
14608
|
instagramIntegration,
|
|
14416
14609
|
hubspotIntegration,
|
|
14417
14610
|
homeConnectIntegration,
|
|
14418
|
-
gtasksIntegration,
|
|
14419
|
-
gslidesIntegration,
|
|
14420
|
-
gsheetsIntegration,
|
|
14421
14611
|
greenhouseIntegration,
|
|
14422
14612
|
granolaIntegration,
|
|
14613
|
+
googleTasksIntegration,
|
|
14614
|
+
googleSlidesIntegration,
|
|
14615
|
+
googleSheetsIntegration,
|
|
14423
14616
|
googlePlayConsoleIntegration,
|
|
14617
|
+
googleMeetIntegration,
|
|
14618
|
+
googleKeepIntegration,
|
|
14424
14619
|
googleHomeIntegration,
|
|
14425
14620
|
googleFormsIntegration,
|
|
14621
|
+
googleDriveIntegration,
|
|
14622
|
+
googleDocsIntegration,
|
|
14623
|
+
googleContactsIntegration,
|
|
14426
14624
|
googleClassroomIntegration,
|
|
14625
|
+
googleChatIntegration,
|
|
14626
|
+
googleCalendarIntegration,
|
|
14627
|
+
googleAnalyticsIntegration,
|
|
14427
14628
|
googleAdsIntegration,
|
|
14428
14629
|
gocardlessIntegration,
|
|
14429
|
-
gmeetIntegration,
|
|
14430
14630
|
gmailIntegration,
|
|
14431
|
-
gkeepIntegration,
|
|
14432
14631
|
gitlabIntegration,
|
|
14433
14632
|
githubIntegration,
|
|
14434
14633
|
genericOAuthIntegration,
|
|
@@ -14436,13 +14635,7 @@ export {
|
|
|
14436
14635
|
generateState,
|
|
14437
14636
|
generateCodeVerifier,
|
|
14438
14637
|
generateCodeChallenge,
|
|
14439
|
-
gdriveIntegration,
|
|
14440
|
-
gdocsIntegration,
|
|
14441
|
-
gcontactsIntegration,
|
|
14442
|
-
gchatIntegration,
|
|
14443
|
-
gcalIntegration,
|
|
14444
14638
|
garminIntegration,
|
|
14445
|
-
ga4Integration,
|
|
14446
14639
|
fromNodeHeaders,
|
|
14447
14640
|
freshserviceIntegration,
|
|
14448
14641
|
freeagentIntegration,
|
|
@@ -14475,6 +14668,7 @@ export {
|
|
|
14475
14668
|
createOAuthRedirectHandler,
|
|
14476
14669
|
createNextOAuthHandler,
|
|
14477
14670
|
createMCPClient,
|
|
14671
|
+
createIntegrationBundle,
|
|
14478
14672
|
convexIntegration,
|
|
14479
14673
|
contentfulIntegration,
|
|
14480
14674
|
confluenceIntegration,
|
|
@@ -14504,6 +14698,7 @@ export {
|
|
|
14504
14698
|
amazonAdsIntegration,
|
|
14505
14699
|
amadeusIntegration,
|
|
14506
14700
|
alpacaIntegration,
|
|
14701
|
+
allIntegrations,
|
|
14507
14702
|
airtableIntegration,
|
|
14508
14703
|
adobeAcrobatSignIntegration,
|
|
14509
14704
|
WEBHOOK_DELIVERY_TIMEOUT_MS,
|