integrate-sdk 0.9.53-dev.1 → 0.9.54-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +80 -4
- package/dist/adapters/base-handler.js +80 -4
- package/dist/adapters/index.js +139 -5
- package/dist/adapters/nextjs.js +80 -4
- package/dist/adapters/solid-start.js +139 -5
- package/dist/adapters/svelte-kit.js +139 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +854 -11
- package/dist/integrations.js +835 -11
- package/dist/oauth.js +80 -4
- package/dist/server.js +876 -34
- package/dist/src/client.d.ts +38 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +38 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/azure_devops-client.d.ts +30 -0
- package/dist/src/integrations/azure_devops-client.d.ts.map +1 -0
- package/dist/src/integrations/azure_devops.d.ts +14 -0
- package/dist/src/integrations/azure_devops.d.ts.map +1 -0
- package/dist/src/integrations/calcom.d.ts.map +1 -1
- package/dist/src/integrations/calendly-client.d.ts +36 -0
- package/dist/src/integrations/calendly-client.d.ts.map +1 -0
- package/dist/src/integrations/calendly.d.ts +14 -0
- package/dist/src/integrations/calendly.d.ts.map +1 -0
- package/dist/src/integrations/firebase-client.d.ts +24 -0
- package/dist/src/integrations/firebase-client.d.ts.map +1 -0
- package/dist/src/integrations/firebase.d.ts +14 -0
- package/dist/src/integrations/firebase.d.ts.map +1 -0
- package/dist/src/integrations/google_forms-client.d.ts +24 -0
- package/dist/src/integrations/google_forms-client.d.ts.map +1 -0
- package/dist/src/integrations/google_forms.d.ts +14 -0
- package/dist/src/integrations/google_forms.d.ts.map +1 -0
- package/dist/src/integrations/google_play_console-client.d.ts +30 -0
- package/dist/src/integrations/google_play_console-client.d.ts.map +1 -0
- package/dist/src/integrations/google_play_console.d.ts +14 -0
- package/dist/src/integrations/google_play_console.d.ts.map +1 -0
- package/dist/src/integrations/klaviyo-client.d.ts +31 -0
- package/dist/src/integrations/klaviyo-client.d.ts.map +1 -0
- package/dist/src/integrations/klaviyo.d.ts +15 -0
- package/dist/src/integrations/klaviyo.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts +1 -1
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/microsoft_bookings-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_bookings-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_bookings.d.ts +14 -0
- package/dist/src/integrations/microsoft_bookings.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_to_do-client.d.ts +33 -0
- package/dist/src/integrations/microsoft_to_do-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_to_do.d.ts +14 -0
- package/dist/src/integrations/microsoft_to_do.d.ts.map +1 -0
- package/dist/src/integrations/onenote-client.d.ts +28 -0
- package/dist/src/integrations/onenote-client.d.ts.map +1 -0
- package/dist/src/integrations/onenote.d.ts +14 -0
- package/dist/src/integrations/onenote.d.ts.map +1 -0
- package/dist/src/integrations/squarespace-client.d.ts +27 -0
- package/dist/src/integrations/squarespace-client.d.ts.map +1 -0
- package/dist/src/integrations/squarespace.d.ts +14 -0
- package/dist/src/integrations/squarespace.d.ts.map +1 -0
- package/dist/src/integrations/zoho_billing-client.d.ts +29 -0
- package/dist/src/integrations/zoho_billing-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_billing.d.ts +15 -0
- package/dist/src/integrations/zoho_billing.d.ts.map +1 -0
- package/dist/src/integrations/zoho_creator-client.d.ts +35 -0
- package/dist/src/integrations/zoho_creator-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_creator.d.ts +15 -0
- package/dist/src/integrations/zoho_creator.d.ts.map +1 -0
- package/dist/src/integrations/zoho_inventory-client.d.ts +29 -0
- package/dist/src/integrations/zoho_inventory-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_inventory.d.ts +15 -0
- package/dist/src/integrations/zoho_inventory.d.ts.map +1 -0
- package/dist/src/integrations/zoho_people-client.d.ts +26 -0
- package/dist/src/integrations/zoho_people-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_people.d.ts +15 -0
- package/dist/src/integrations/zoho_people.d.ts.map +1 -0
- package/dist/src/integrations/zoho_recruit-client.d.ts +23 -0
- package/dist/src/integrations/zoho_recruit-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_recruit.d.ts +15 -0
- package/dist/src/integrations/zoho_recruit.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sign-client.d.ts +26 -0
- package/dist/src/integrations/zoho_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sign.d.ts +15 -0
- package/dist/src/integrations/zoho_sign.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sprints-client.d.ts +25 -0
- package/dist/src/integrations/zoho_sprints-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sprints.d.ts +15 -0
- package/dist/src/integrations/zoho_sprints.d.ts.map +1 -0
- package/dist/src/integrations/zoho_workdrive-client.d.ts +23 -0
- package/dist/src/integrations/zoho_workdrive-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_workdrive.d.ts +15 -0
- package/dist/src/integrations/zoho_workdrive.d.ts.map +1 -0
- package/dist/src/integrations/zoho_writer-client.d.ts +26 -0
- package/dist/src/integrations/zoho_writer-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_writer.d.ts +15 -0
- package/dist/src/integrations/zoho_writer.d.ts.map +1 -0
- package/dist/src/server.d.ts +19 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +39 -0
- package/package.json +1 -1
|
@@ -416,11 +416,87 @@ var init_library_metadata = __esm(() => {
|
|
|
416
416
|
},
|
|
417
417
|
wordpress: {
|
|
418
418
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
-
category: "CMS"
|
|
419
|
+
category: "Websites & CMS"
|
|
420
420
|
},
|
|
421
421
|
contentful: {
|
|
422
422
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
-
category: "CMS"
|
|
423
|
+
category: "Websites & CMS"
|
|
424
|
+
},
|
|
425
|
+
calendly: {
|
|
426
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
427
|
+
category: "Scheduling"
|
|
428
|
+
},
|
|
429
|
+
klaviyo: {
|
|
430
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
431
|
+
category: "Marketing"
|
|
432
|
+
},
|
|
433
|
+
google_forms: {
|
|
434
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
435
|
+
category: "Productivity"
|
|
436
|
+
},
|
|
437
|
+
firebase: {
|
|
438
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
439
|
+
category: "Infrastructure"
|
|
440
|
+
},
|
|
441
|
+
microsoft_to_do: {
|
|
442
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
443
|
+
category: "Productivity"
|
|
444
|
+
},
|
|
445
|
+
onenote: {
|
|
446
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
447
|
+
category: "Productivity"
|
|
448
|
+
},
|
|
449
|
+
microsoft_bookings: {
|
|
450
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
451
|
+
category: "Scheduling"
|
|
452
|
+
},
|
|
453
|
+
azure_devops: {
|
|
454
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
457
|
+
google_play_console: {
|
|
458
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
459
|
+
category: "Engineering"
|
|
460
|
+
},
|
|
461
|
+
squarespace: {
|
|
462
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
463
|
+
category: "Websites & CMS"
|
|
464
|
+
},
|
|
465
|
+
zoho_people: {
|
|
466
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
467
|
+
category: "HR & Recruiting"
|
|
468
|
+
},
|
|
469
|
+
zoho_recruit: {
|
|
470
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
471
|
+
category: "HR & Recruiting"
|
|
472
|
+
},
|
|
473
|
+
zoho_sign: {
|
|
474
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
zoho_workdrive: {
|
|
478
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
479
|
+
category: "Storage"
|
|
480
|
+
},
|
|
481
|
+
zoho_creator: {
|
|
482
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
483
|
+
category: "Business"
|
|
484
|
+
},
|
|
485
|
+
zoho_inventory: {
|
|
486
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
487
|
+
category: "Commerce"
|
|
488
|
+
},
|
|
489
|
+
zoho_billing: {
|
|
490
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
491
|
+
category: "Accounting"
|
|
492
|
+
},
|
|
493
|
+
zoho_writer: {
|
|
494
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
495
|
+
category: "Productivity"
|
|
496
|
+
},
|
|
497
|
+
zoho_sprints: {
|
|
498
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
499
|
+
category: "Engineering"
|
|
424
500
|
},
|
|
425
501
|
canvas_lms: {
|
|
426
502
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -636,7 +712,7 @@ var init_library_metadata = __esm(() => {
|
|
|
636
712
|
},
|
|
637
713
|
calcom: {
|
|
638
714
|
description: "Manage Cal.com bookings and schedules",
|
|
639
|
-
category: "
|
|
715
|
+
category: "Scheduling"
|
|
640
716
|
},
|
|
641
717
|
canva: {
|
|
642
718
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -1016,7 +1092,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1016
1092
|
},
|
|
1017
1093
|
webflow: {
|
|
1018
1094
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
1019
|
-
category: "
|
|
1095
|
+
category: "Websites & CMS"
|
|
1020
1096
|
},
|
|
1021
1097
|
workday: {
|
|
1022
1098
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
@@ -416,11 +416,87 @@ var init_library_metadata = __esm(() => {
|
|
|
416
416
|
},
|
|
417
417
|
wordpress: {
|
|
418
418
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
-
category: "CMS"
|
|
419
|
+
category: "Websites & CMS"
|
|
420
420
|
},
|
|
421
421
|
contentful: {
|
|
422
422
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
-
category: "CMS"
|
|
423
|
+
category: "Websites & CMS"
|
|
424
|
+
},
|
|
425
|
+
calendly: {
|
|
426
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
427
|
+
category: "Scheduling"
|
|
428
|
+
},
|
|
429
|
+
klaviyo: {
|
|
430
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
431
|
+
category: "Marketing"
|
|
432
|
+
},
|
|
433
|
+
google_forms: {
|
|
434
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
435
|
+
category: "Productivity"
|
|
436
|
+
},
|
|
437
|
+
firebase: {
|
|
438
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
439
|
+
category: "Infrastructure"
|
|
440
|
+
},
|
|
441
|
+
microsoft_to_do: {
|
|
442
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
443
|
+
category: "Productivity"
|
|
444
|
+
},
|
|
445
|
+
onenote: {
|
|
446
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
447
|
+
category: "Productivity"
|
|
448
|
+
},
|
|
449
|
+
microsoft_bookings: {
|
|
450
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
451
|
+
category: "Scheduling"
|
|
452
|
+
},
|
|
453
|
+
azure_devops: {
|
|
454
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
457
|
+
google_play_console: {
|
|
458
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
459
|
+
category: "Engineering"
|
|
460
|
+
},
|
|
461
|
+
squarespace: {
|
|
462
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
463
|
+
category: "Websites & CMS"
|
|
464
|
+
},
|
|
465
|
+
zoho_people: {
|
|
466
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
467
|
+
category: "HR & Recruiting"
|
|
468
|
+
},
|
|
469
|
+
zoho_recruit: {
|
|
470
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
471
|
+
category: "HR & Recruiting"
|
|
472
|
+
},
|
|
473
|
+
zoho_sign: {
|
|
474
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
zoho_workdrive: {
|
|
478
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
479
|
+
category: "Storage"
|
|
480
|
+
},
|
|
481
|
+
zoho_creator: {
|
|
482
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
483
|
+
category: "Business"
|
|
484
|
+
},
|
|
485
|
+
zoho_inventory: {
|
|
486
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
487
|
+
category: "Commerce"
|
|
488
|
+
},
|
|
489
|
+
zoho_billing: {
|
|
490
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
491
|
+
category: "Accounting"
|
|
492
|
+
},
|
|
493
|
+
zoho_writer: {
|
|
494
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
495
|
+
category: "Productivity"
|
|
496
|
+
},
|
|
497
|
+
zoho_sprints: {
|
|
498
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
499
|
+
category: "Engineering"
|
|
424
500
|
},
|
|
425
501
|
canvas_lms: {
|
|
426
502
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -636,7 +712,7 @@ var init_library_metadata = __esm(() => {
|
|
|
636
712
|
},
|
|
637
713
|
calcom: {
|
|
638
714
|
description: "Manage Cal.com bookings and schedules",
|
|
639
|
-
category: "
|
|
715
|
+
category: "Scheduling"
|
|
640
716
|
},
|
|
641
717
|
canva: {
|
|
642
718
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -1016,7 +1092,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1016
1092
|
},
|
|
1017
1093
|
webflow: {
|
|
1018
1094
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
1019
|
-
category: "
|
|
1095
|
+
category: "Websites & CMS"
|
|
1020
1096
|
},
|
|
1021
1097
|
workday: {
|
|
1022
1098
|
description: "Read Workday HR data including workers, organizations, and pay",
|
package/dist/adapters/index.js
CHANGED
|
@@ -416,11 +416,87 @@ var init_library_metadata = __esm(() => {
|
|
|
416
416
|
},
|
|
417
417
|
wordpress: {
|
|
418
418
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
-
category: "CMS"
|
|
419
|
+
category: "Websites & CMS"
|
|
420
420
|
},
|
|
421
421
|
contentful: {
|
|
422
422
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
-
category: "CMS"
|
|
423
|
+
category: "Websites & CMS"
|
|
424
|
+
},
|
|
425
|
+
calendly: {
|
|
426
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
427
|
+
category: "Scheduling"
|
|
428
|
+
},
|
|
429
|
+
klaviyo: {
|
|
430
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
431
|
+
category: "Marketing"
|
|
432
|
+
},
|
|
433
|
+
google_forms: {
|
|
434
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
435
|
+
category: "Productivity"
|
|
436
|
+
},
|
|
437
|
+
firebase: {
|
|
438
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
439
|
+
category: "Infrastructure"
|
|
440
|
+
},
|
|
441
|
+
microsoft_to_do: {
|
|
442
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
443
|
+
category: "Productivity"
|
|
444
|
+
},
|
|
445
|
+
onenote: {
|
|
446
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
447
|
+
category: "Productivity"
|
|
448
|
+
},
|
|
449
|
+
microsoft_bookings: {
|
|
450
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
451
|
+
category: "Scheduling"
|
|
452
|
+
},
|
|
453
|
+
azure_devops: {
|
|
454
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
457
|
+
google_play_console: {
|
|
458
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
459
|
+
category: "Engineering"
|
|
460
|
+
},
|
|
461
|
+
squarespace: {
|
|
462
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
463
|
+
category: "Websites & CMS"
|
|
464
|
+
},
|
|
465
|
+
zoho_people: {
|
|
466
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
467
|
+
category: "HR & Recruiting"
|
|
468
|
+
},
|
|
469
|
+
zoho_recruit: {
|
|
470
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
471
|
+
category: "HR & Recruiting"
|
|
472
|
+
},
|
|
473
|
+
zoho_sign: {
|
|
474
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
zoho_workdrive: {
|
|
478
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
479
|
+
category: "Storage"
|
|
480
|
+
},
|
|
481
|
+
zoho_creator: {
|
|
482
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
483
|
+
category: "Business"
|
|
484
|
+
},
|
|
485
|
+
zoho_inventory: {
|
|
486
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
487
|
+
category: "Commerce"
|
|
488
|
+
},
|
|
489
|
+
zoho_billing: {
|
|
490
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
491
|
+
category: "Accounting"
|
|
492
|
+
},
|
|
493
|
+
zoho_writer: {
|
|
494
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
495
|
+
category: "Productivity"
|
|
496
|
+
},
|
|
497
|
+
zoho_sprints: {
|
|
498
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
499
|
+
category: "Engineering"
|
|
424
500
|
},
|
|
425
501
|
canvas_lms: {
|
|
426
502
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -636,7 +712,7 @@ var init_library_metadata = __esm(() => {
|
|
|
636
712
|
},
|
|
637
713
|
calcom: {
|
|
638
714
|
description: "Manage Cal.com bookings and schedules",
|
|
639
|
-
category: "
|
|
715
|
+
category: "Scheduling"
|
|
640
716
|
},
|
|
641
717
|
canva: {
|
|
642
718
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -1016,7 +1092,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1016
1092
|
},
|
|
1017
1093
|
webflow: {
|
|
1018
1094
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
1019
|
-
category: "
|
|
1095
|
+
category: "Websites & CMS"
|
|
1020
1096
|
},
|
|
1021
1097
|
workday: {
|
|
1022
1098
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
@@ -5402,9 +5478,67 @@ var ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0
|
|
|
5402
5478
|
init_tool_builder();
|
|
5403
5479
|
// ../ai/google.ts
|
|
5404
5480
|
init_tool_builder();
|
|
5481
|
+
// ../integrations/calendly.ts
|
|
5482
|
+
init_logger();
|
|
5483
|
+
var logger182 = createLogger("Calendly");
|
|
5484
|
+
// ../integrations/klaviyo.ts
|
|
5485
|
+
init_logger();
|
|
5486
|
+
var logger183 = createLogger("Klaviyo");
|
|
5487
|
+
// ../integrations/google_forms.ts
|
|
5488
|
+
init_logger();
|
|
5489
|
+
var logger184 = createLogger("Google Forms");
|
|
5490
|
+
// ../integrations/firebase.ts
|
|
5491
|
+
init_logger();
|
|
5492
|
+
var logger185 = createLogger("Firebase");
|
|
5493
|
+
// ../integrations/microsoft_to_do.ts
|
|
5494
|
+
init_logger();
|
|
5495
|
+
var logger186 = createLogger("Microsoft To Do");
|
|
5496
|
+
// ../integrations/onenote.ts
|
|
5497
|
+
init_logger();
|
|
5498
|
+
var logger187 = createLogger("OneNote");
|
|
5499
|
+
// ../integrations/microsoft_bookings.ts
|
|
5500
|
+
init_logger();
|
|
5501
|
+
var logger188 = createLogger("Microsoft Bookings");
|
|
5502
|
+
// ../integrations/azure_devops.ts
|
|
5503
|
+
init_logger();
|
|
5504
|
+
var logger189 = createLogger("Azure DevOps");
|
|
5505
|
+
// ../integrations/google_play_console.ts
|
|
5506
|
+
init_logger();
|
|
5507
|
+
var logger190 = createLogger("Google Play Console");
|
|
5508
|
+
// ../integrations/squarespace.ts
|
|
5509
|
+
init_logger();
|
|
5510
|
+
var logger191 = createLogger("Squarespace");
|
|
5511
|
+
// ../integrations/zoho_people.ts
|
|
5512
|
+
init_logger();
|
|
5513
|
+
var logger192 = createLogger("Zoho People");
|
|
5514
|
+
// ../integrations/zoho_recruit.ts
|
|
5515
|
+
init_logger();
|
|
5516
|
+
var logger193 = createLogger("Zoho Recruit");
|
|
5517
|
+
// ../integrations/zoho_sign.ts
|
|
5518
|
+
init_logger();
|
|
5519
|
+
var logger194 = createLogger("Zoho Sign");
|
|
5520
|
+
// ../integrations/zoho_workdrive.ts
|
|
5521
|
+
init_logger();
|
|
5522
|
+
var logger195 = createLogger("Zoho WorkDrive");
|
|
5523
|
+
// ../integrations/zoho_creator.ts
|
|
5524
|
+
init_logger();
|
|
5525
|
+
var logger196 = createLogger("Zoho Creator");
|
|
5526
|
+
// ../integrations/zoho_inventory.ts
|
|
5527
|
+
init_logger();
|
|
5528
|
+
var logger197 = createLogger("Zoho Inventory");
|
|
5529
|
+
// ../integrations/zoho_billing.ts
|
|
5530
|
+
init_logger();
|
|
5531
|
+
var logger198 = createLogger("Zoho Billing");
|
|
5532
|
+
// ../integrations/zoho_writer.ts
|
|
5533
|
+
init_logger();
|
|
5534
|
+
var logger199 = createLogger("Zoho Writer");
|
|
5535
|
+
// ../integrations/zoho_sprints.ts
|
|
5536
|
+
init_logger();
|
|
5537
|
+
var logger200 = createLogger("Zoho Sprints");
|
|
5538
|
+
|
|
5405
5539
|
// ../server.ts
|
|
5406
5540
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
5407
|
-
var
|
|
5541
|
+
var logger201 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
5408
5542
|
var codeVerifierStorage = new Map;
|
|
5409
5543
|
var unauthenticatedCodeModeWarnings = new Set;
|
|
5410
5544
|
function toSolidStartHandler(clientOrHandlerOrOptions, _redirectOptions) {
|
package/dist/adapters/nextjs.js
CHANGED
|
@@ -416,11 +416,87 @@ var init_library_metadata = __esm(() => {
|
|
|
416
416
|
},
|
|
417
417
|
wordpress: {
|
|
418
418
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
-
category: "CMS"
|
|
419
|
+
category: "Websites & CMS"
|
|
420
420
|
},
|
|
421
421
|
contentful: {
|
|
422
422
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
-
category: "CMS"
|
|
423
|
+
category: "Websites & CMS"
|
|
424
|
+
},
|
|
425
|
+
calendly: {
|
|
426
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
427
|
+
category: "Scheduling"
|
|
428
|
+
},
|
|
429
|
+
klaviyo: {
|
|
430
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
431
|
+
category: "Marketing"
|
|
432
|
+
},
|
|
433
|
+
google_forms: {
|
|
434
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
435
|
+
category: "Productivity"
|
|
436
|
+
},
|
|
437
|
+
firebase: {
|
|
438
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
439
|
+
category: "Infrastructure"
|
|
440
|
+
},
|
|
441
|
+
microsoft_to_do: {
|
|
442
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
443
|
+
category: "Productivity"
|
|
444
|
+
},
|
|
445
|
+
onenote: {
|
|
446
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
447
|
+
category: "Productivity"
|
|
448
|
+
},
|
|
449
|
+
microsoft_bookings: {
|
|
450
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
451
|
+
category: "Scheduling"
|
|
452
|
+
},
|
|
453
|
+
azure_devops: {
|
|
454
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
457
|
+
google_play_console: {
|
|
458
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
459
|
+
category: "Engineering"
|
|
460
|
+
},
|
|
461
|
+
squarespace: {
|
|
462
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
463
|
+
category: "Websites & CMS"
|
|
464
|
+
},
|
|
465
|
+
zoho_people: {
|
|
466
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
467
|
+
category: "HR & Recruiting"
|
|
468
|
+
},
|
|
469
|
+
zoho_recruit: {
|
|
470
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
471
|
+
category: "HR & Recruiting"
|
|
472
|
+
},
|
|
473
|
+
zoho_sign: {
|
|
474
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
zoho_workdrive: {
|
|
478
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
479
|
+
category: "Storage"
|
|
480
|
+
},
|
|
481
|
+
zoho_creator: {
|
|
482
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
483
|
+
category: "Business"
|
|
484
|
+
},
|
|
485
|
+
zoho_inventory: {
|
|
486
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
487
|
+
category: "Commerce"
|
|
488
|
+
},
|
|
489
|
+
zoho_billing: {
|
|
490
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
491
|
+
category: "Accounting"
|
|
492
|
+
},
|
|
493
|
+
zoho_writer: {
|
|
494
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
495
|
+
category: "Productivity"
|
|
496
|
+
},
|
|
497
|
+
zoho_sprints: {
|
|
498
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
499
|
+
category: "Engineering"
|
|
424
500
|
},
|
|
425
501
|
canvas_lms: {
|
|
426
502
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -636,7 +712,7 @@ var init_library_metadata = __esm(() => {
|
|
|
636
712
|
},
|
|
637
713
|
calcom: {
|
|
638
714
|
description: "Manage Cal.com bookings and schedules",
|
|
639
|
-
category: "
|
|
715
|
+
category: "Scheduling"
|
|
640
716
|
},
|
|
641
717
|
canva: {
|
|
642
718
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -1016,7 +1092,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1016
1092
|
},
|
|
1017
1093
|
webflow: {
|
|
1018
1094
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
1019
|
-
category: "
|
|
1095
|
+
category: "Websites & CMS"
|
|
1020
1096
|
},
|
|
1021
1097
|
workday: {
|
|
1022
1098
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
@@ -416,11 +416,87 @@ var init_library_metadata = __esm(() => {
|
|
|
416
416
|
},
|
|
417
417
|
wordpress: {
|
|
418
418
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
-
category: "CMS"
|
|
419
|
+
category: "Websites & CMS"
|
|
420
420
|
},
|
|
421
421
|
contentful: {
|
|
422
422
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
-
category: "CMS"
|
|
423
|
+
category: "Websites & CMS"
|
|
424
|
+
},
|
|
425
|
+
calendly: {
|
|
426
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
427
|
+
category: "Scheduling"
|
|
428
|
+
},
|
|
429
|
+
klaviyo: {
|
|
430
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
431
|
+
category: "Marketing"
|
|
432
|
+
},
|
|
433
|
+
google_forms: {
|
|
434
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
435
|
+
category: "Productivity"
|
|
436
|
+
},
|
|
437
|
+
firebase: {
|
|
438
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
439
|
+
category: "Infrastructure"
|
|
440
|
+
},
|
|
441
|
+
microsoft_to_do: {
|
|
442
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
443
|
+
category: "Productivity"
|
|
444
|
+
},
|
|
445
|
+
onenote: {
|
|
446
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
447
|
+
category: "Productivity"
|
|
448
|
+
},
|
|
449
|
+
microsoft_bookings: {
|
|
450
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
451
|
+
category: "Scheduling"
|
|
452
|
+
},
|
|
453
|
+
azure_devops: {
|
|
454
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
455
|
+
category: "Engineering"
|
|
456
|
+
},
|
|
457
|
+
google_play_console: {
|
|
458
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
459
|
+
category: "Engineering"
|
|
460
|
+
},
|
|
461
|
+
squarespace: {
|
|
462
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
463
|
+
category: "Websites & CMS"
|
|
464
|
+
},
|
|
465
|
+
zoho_people: {
|
|
466
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
467
|
+
category: "HR & Recruiting"
|
|
468
|
+
},
|
|
469
|
+
zoho_recruit: {
|
|
470
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
471
|
+
category: "HR & Recruiting"
|
|
472
|
+
},
|
|
473
|
+
zoho_sign: {
|
|
474
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
zoho_workdrive: {
|
|
478
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
479
|
+
category: "Storage"
|
|
480
|
+
},
|
|
481
|
+
zoho_creator: {
|
|
482
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
483
|
+
category: "Business"
|
|
484
|
+
},
|
|
485
|
+
zoho_inventory: {
|
|
486
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
487
|
+
category: "Commerce"
|
|
488
|
+
},
|
|
489
|
+
zoho_billing: {
|
|
490
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
491
|
+
category: "Accounting"
|
|
492
|
+
},
|
|
493
|
+
zoho_writer: {
|
|
494
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
495
|
+
category: "Productivity"
|
|
496
|
+
},
|
|
497
|
+
zoho_sprints: {
|
|
498
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
499
|
+
category: "Engineering"
|
|
424
500
|
},
|
|
425
501
|
canvas_lms: {
|
|
426
502
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -636,7 +712,7 @@ var init_library_metadata = __esm(() => {
|
|
|
636
712
|
},
|
|
637
713
|
calcom: {
|
|
638
714
|
description: "Manage Cal.com bookings and schedules",
|
|
639
|
-
category: "
|
|
715
|
+
category: "Scheduling"
|
|
640
716
|
},
|
|
641
717
|
canva: {
|
|
642
718
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -1016,7 +1092,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1016
1092
|
},
|
|
1017
1093
|
webflow: {
|
|
1018
1094
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
1019
|
-
category: "
|
|
1095
|
+
category: "Websites & CMS"
|
|
1020
1096
|
},
|
|
1021
1097
|
workday: {
|
|
1022
1098
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
@@ -5402,9 +5478,67 @@ var ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0
|
|
|
5402
5478
|
init_tool_builder();
|
|
5403
5479
|
// ../ai/google.ts
|
|
5404
5480
|
init_tool_builder();
|
|
5481
|
+
// ../integrations/calendly.ts
|
|
5482
|
+
init_logger();
|
|
5483
|
+
var logger182 = createLogger("Calendly");
|
|
5484
|
+
// ../integrations/klaviyo.ts
|
|
5485
|
+
init_logger();
|
|
5486
|
+
var logger183 = createLogger("Klaviyo");
|
|
5487
|
+
// ../integrations/google_forms.ts
|
|
5488
|
+
init_logger();
|
|
5489
|
+
var logger184 = createLogger("Google Forms");
|
|
5490
|
+
// ../integrations/firebase.ts
|
|
5491
|
+
init_logger();
|
|
5492
|
+
var logger185 = createLogger("Firebase");
|
|
5493
|
+
// ../integrations/microsoft_to_do.ts
|
|
5494
|
+
init_logger();
|
|
5495
|
+
var logger186 = createLogger("Microsoft To Do");
|
|
5496
|
+
// ../integrations/onenote.ts
|
|
5497
|
+
init_logger();
|
|
5498
|
+
var logger187 = createLogger("OneNote");
|
|
5499
|
+
// ../integrations/microsoft_bookings.ts
|
|
5500
|
+
init_logger();
|
|
5501
|
+
var logger188 = createLogger("Microsoft Bookings");
|
|
5502
|
+
// ../integrations/azure_devops.ts
|
|
5503
|
+
init_logger();
|
|
5504
|
+
var logger189 = createLogger("Azure DevOps");
|
|
5505
|
+
// ../integrations/google_play_console.ts
|
|
5506
|
+
init_logger();
|
|
5507
|
+
var logger190 = createLogger("Google Play Console");
|
|
5508
|
+
// ../integrations/squarespace.ts
|
|
5509
|
+
init_logger();
|
|
5510
|
+
var logger191 = createLogger("Squarespace");
|
|
5511
|
+
// ../integrations/zoho_people.ts
|
|
5512
|
+
init_logger();
|
|
5513
|
+
var logger192 = createLogger("Zoho People");
|
|
5514
|
+
// ../integrations/zoho_recruit.ts
|
|
5515
|
+
init_logger();
|
|
5516
|
+
var logger193 = createLogger("Zoho Recruit");
|
|
5517
|
+
// ../integrations/zoho_sign.ts
|
|
5518
|
+
init_logger();
|
|
5519
|
+
var logger194 = createLogger("Zoho Sign");
|
|
5520
|
+
// ../integrations/zoho_workdrive.ts
|
|
5521
|
+
init_logger();
|
|
5522
|
+
var logger195 = createLogger("Zoho WorkDrive");
|
|
5523
|
+
// ../integrations/zoho_creator.ts
|
|
5524
|
+
init_logger();
|
|
5525
|
+
var logger196 = createLogger("Zoho Creator");
|
|
5526
|
+
// ../integrations/zoho_inventory.ts
|
|
5527
|
+
init_logger();
|
|
5528
|
+
var logger197 = createLogger("Zoho Inventory");
|
|
5529
|
+
// ../integrations/zoho_billing.ts
|
|
5530
|
+
init_logger();
|
|
5531
|
+
var logger198 = createLogger("Zoho Billing");
|
|
5532
|
+
// ../integrations/zoho_writer.ts
|
|
5533
|
+
init_logger();
|
|
5534
|
+
var logger199 = createLogger("Zoho Writer");
|
|
5535
|
+
// ../integrations/zoho_sprints.ts
|
|
5536
|
+
init_logger();
|
|
5537
|
+
var logger200 = createLogger("Zoho Sprints");
|
|
5538
|
+
|
|
5405
5539
|
// ../server.ts
|
|
5406
5540
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
5407
|
-
var
|
|
5541
|
+
var logger201 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
5408
5542
|
var codeVerifierStorage = new Map;
|
|
5409
5543
|
var unauthenticatedCodeModeWarnings = new Set;
|
|
5410
5544
|
function toSolidStartHandler(clientOrHandlerOrOptions, _redirectOptions) {
|