integrate-sdk 0.9.53-dev.0 → 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 +90 -14
- package/dist/adapters/base-handler.js +90 -14
- package/dist/adapters/index.js +152 -18
- package/dist/adapters/nextjs.js +90 -14
- package/dist/adapters/solid-start.js +152 -18
- package/dist/adapters/svelte-kit.js +152 -18
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +888 -43
- package/dist/integrations.js +869 -43
- package/dist/oauth.js +90 -14
- package/dist/server.js +910 -66
- 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/ramp.d.ts.map +1 -1
- 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
|
@@ -351,7 +351,7 @@ var init_library_metadata = __esm(() => {
|
|
|
351
351
|
category: "Lifestyle"
|
|
352
352
|
},
|
|
353
353
|
google_home: {
|
|
354
|
-
description: "Manage Google Home
|
|
354
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
355
355
|
category: "Lifestyle"
|
|
356
356
|
},
|
|
357
357
|
sonos: {
|
|
@@ -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",
|
|
@@ -499,7 +575,7 @@ var init_library_metadata = __esm(() => {
|
|
|
499
575
|
category: "Accounting"
|
|
500
576
|
},
|
|
501
577
|
sage: {
|
|
502
|
-
description: "Manage Sage
|
|
578
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
503
579
|
category: "Accounting"
|
|
504
580
|
},
|
|
505
581
|
freeagent: {
|
|
@@ -539,7 +615,7 @@ var init_library_metadata = __esm(() => {
|
|
|
539
615
|
category: "Banking"
|
|
540
616
|
},
|
|
541
617
|
gocardless: {
|
|
542
|
-
description: "Manage GoCardless
|
|
618
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
543
619
|
category: "Banking"
|
|
544
620
|
},
|
|
545
621
|
google_ads: {
|
|
@@ -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",
|
|
@@ -751,8 +827,8 @@ var init_library_metadata = __esm(() => {
|
|
|
751
827
|
category: "Engineering"
|
|
752
828
|
},
|
|
753
829
|
ramp: {
|
|
754
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
755
|
-
category: "
|
|
830
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
831
|
+
category: "Finance"
|
|
756
832
|
},
|
|
757
833
|
quickbooks: {
|
|
758
834
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
@@ -848,7 +924,7 @@ var init_library_metadata = __esm(() => {
|
|
|
848
924
|
},
|
|
849
925
|
workos: {
|
|
850
926
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
851
|
-
category: "
|
|
927
|
+
category: "Identity & Access"
|
|
852
928
|
},
|
|
853
929
|
whatsapp: {
|
|
854
930
|
description: "Send WhatsApp messages and templates",
|
|
@@ -932,7 +1008,7 @@ var init_library_metadata = __esm(() => {
|
|
|
932
1008
|
},
|
|
933
1009
|
clerk: {
|
|
934
1010
|
description: "Manage Clerk users, organizations, and authentication",
|
|
935
|
-
category: "
|
|
1011
|
+
category: "Identity & Access"
|
|
936
1012
|
},
|
|
937
1013
|
clickup: {
|
|
938
1014
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -1012,15 +1088,15 @@ var init_library_metadata = __esm(() => {
|
|
|
1012
1088
|
},
|
|
1013
1089
|
typeform: {
|
|
1014
1090
|
description: "Create and manage Typeform surveys and responses",
|
|
1015
|
-
category: "
|
|
1091
|
+
category: "Productivity"
|
|
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",
|
|
1023
|
-
category: "
|
|
1099
|
+
category: "HR & Recruiting"
|
|
1024
1100
|
},
|
|
1025
1101
|
xero: {
|
|
1026
1102
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
@@ -1028,7 +1104,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1028
1104
|
},
|
|
1029
1105
|
zapier: {
|
|
1030
1106
|
description: "Trigger and manage Zapier automation workflows",
|
|
1031
|
-
category: "
|
|
1107
|
+
category: "Productivity"
|
|
1032
1108
|
}
|
|
1033
1109
|
};
|
|
1034
1110
|
});
|
|
@@ -351,7 +351,7 @@ var init_library_metadata = __esm(() => {
|
|
|
351
351
|
category: "Lifestyle"
|
|
352
352
|
},
|
|
353
353
|
google_home: {
|
|
354
|
-
description: "Manage Google Home
|
|
354
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
355
355
|
category: "Lifestyle"
|
|
356
356
|
},
|
|
357
357
|
sonos: {
|
|
@@ -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",
|
|
@@ -499,7 +575,7 @@ var init_library_metadata = __esm(() => {
|
|
|
499
575
|
category: "Accounting"
|
|
500
576
|
},
|
|
501
577
|
sage: {
|
|
502
|
-
description: "Manage Sage
|
|
578
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
503
579
|
category: "Accounting"
|
|
504
580
|
},
|
|
505
581
|
freeagent: {
|
|
@@ -539,7 +615,7 @@ var init_library_metadata = __esm(() => {
|
|
|
539
615
|
category: "Banking"
|
|
540
616
|
},
|
|
541
617
|
gocardless: {
|
|
542
|
-
description: "Manage GoCardless
|
|
618
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
543
619
|
category: "Banking"
|
|
544
620
|
},
|
|
545
621
|
google_ads: {
|
|
@@ -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",
|
|
@@ -751,8 +827,8 @@ var init_library_metadata = __esm(() => {
|
|
|
751
827
|
category: "Engineering"
|
|
752
828
|
},
|
|
753
829
|
ramp: {
|
|
754
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
755
|
-
category: "
|
|
830
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
831
|
+
category: "Finance"
|
|
756
832
|
},
|
|
757
833
|
quickbooks: {
|
|
758
834
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
@@ -848,7 +924,7 @@ var init_library_metadata = __esm(() => {
|
|
|
848
924
|
},
|
|
849
925
|
workos: {
|
|
850
926
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
851
|
-
category: "
|
|
927
|
+
category: "Identity & Access"
|
|
852
928
|
},
|
|
853
929
|
whatsapp: {
|
|
854
930
|
description: "Send WhatsApp messages and templates",
|
|
@@ -932,7 +1008,7 @@ var init_library_metadata = __esm(() => {
|
|
|
932
1008
|
},
|
|
933
1009
|
clerk: {
|
|
934
1010
|
description: "Manage Clerk users, organizations, and authentication",
|
|
935
|
-
category: "
|
|
1011
|
+
category: "Identity & Access"
|
|
936
1012
|
},
|
|
937
1013
|
clickup: {
|
|
938
1014
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -1012,15 +1088,15 @@ var init_library_metadata = __esm(() => {
|
|
|
1012
1088
|
},
|
|
1013
1089
|
typeform: {
|
|
1014
1090
|
description: "Create and manage Typeform surveys and responses",
|
|
1015
|
-
category: "
|
|
1091
|
+
category: "Productivity"
|
|
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",
|
|
1023
|
-
category: "
|
|
1099
|
+
category: "HR & Recruiting"
|
|
1024
1100
|
},
|
|
1025
1101
|
xero: {
|
|
1026
1102
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
@@ -1028,7 +1104,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1028
1104
|
},
|
|
1029
1105
|
zapier: {
|
|
1030
1106
|
description: "Trigger and manage Zapier automation workflows",
|
|
1031
|
-
category: "
|
|
1107
|
+
category: "Productivity"
|
|
1032
1108
|
}
|
|
1033
1109
|
};
|
|
1034
1110
|
});
|
package/dist/adapters/index.js
CHANGED
|
@@ -351,7 +351,7 @@ var init_library_metadata = __esm(() => {
|
|
|
351
351
|
category: "Lifestyle"
|
|
352
352
|
},
|
|
353
353
|
google_home: {
|
|
354
|
-
description: "Manage Google Home
|
|
354
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
355
355
|
category: "Lifestyle"
|
|
356
356
|
},
|
|
357
357
|
sonos: {
|
|
@@ -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",
|
|
@@ -499,7 +575,7 @@ var init_library_metadata = __esm(() => {
|
|
|
499
575
|
category: "Accounting"
|
|
500
576
|
},
|
|
501
577
|
sage: {
|
|
502
|
-
description: "Manage Sage
|
|
578
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
503
579
|
category: "Accounting"
|
|
504
580
|
},
|
|
505
581
|
freeagent: {
|
|
@@ -539,7 +615,7 @@ var init_library_metadata = __esm(() => {
|
|
|
539
615
|
category: "Banking"
|
|
540
616
|
},
|
|
541
617
|
gocardless: {
|
|
542
|
-
description: "Manage GoCardless
|
|
618
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
543
619
|
category: "Banking"
|
|
544
620
|
},
|
|
545
621
|
google_ads: {
|
|
@@ -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",
|
|
@@ -751,8 +827,8 @@ var init_library_metadata = __esm(() => {
|
|
|
751
827
|
category: "Engineering"
|
|
752
828
|
},
|
|
753
829
|
ramp: {
|
|
754
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
755
|
-
category: "
|
|
830
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
831
|
+
category: "Finance"
|
|
756
832
|
},
|
|
757
833
|
quickbooks: {
|
|
758
834
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
@@ -848,7 +924,7 @@ var init_library_metadata = __esm(() => {
|
|
|
848
924
|
},
|
|
849
925
|
workos: {
|
|
850
926
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
851
|
-
category: "
|
|
927
|
+
category: "Identity & Access"
|
|
852
928
|
},
|
|
853
929
|
whatsapp: {
|
|
854
930
|
description: "Send WhatsApp messages and templates",
|
|
@@ -932,7 +1008,7 @@ var init_library_metadata = __esm(() => {
|
|
|
932
1008
|
},
|
|
933
1009
|
clerk: {
|
|
934
1010
|
description: "Manage Clerk users, organizations, and authentication",
|
|
935
|
-
category: "
|
|
1011
|
+
category: "Identity & Access"
|
|
936
1012
|
},
|
|
937
1013
|
clickup: {
|
|
938
1014
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -1012,15 +1088,15 @@ var init_library_metadata = __esm(() => {
|
|
|
1012
1088
|
},
|
|
1013
1089
|
typeform: {
|
|
1014
1090
|
description: "Create and manage Typeform surveys and responses",
|
|
1015
|
-
category: "
|
|
1091
|
+
category: "Productivity"
|
|
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",
|
|
1023
|
-
category: "
|
|
1099
|
+
category: "HR & Recruiting"
|
|
1024
1100
|
},
|
|
1025
1101
|
xero: {
|
|
1026
1102
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
@@ -1028,7 +1104,7 @@ var init_library_metadata = __esm(() => {
|
|
|
1028
1104
|
},
|
|
1029
1105
|
zapier: {
|
|
1030
1106
|
description: "Trigger and manage Zapier automation workflows",
|
|
1031
|
-
category: "
|
|
1107
|
+
category: "Productivity"
|
|
1032
1108
|
}
|
|
1033
1109
|
};
|
|
1034
1110
|
});
|
|
@@ -5010,7 +5086,7 @@ init_logger();
|
|
|
5010
5086
|
var logger55 = createLogger("Philips Hue");
|
|
5011
5087
|
// ../integrations/google_home.ts
|
|
5012
5088
|
init_logger();
|
|
5013
|
-
var logger56 = createLogger("Google Home
|
|
5089
|
+
var logger56 = createLogger("Google Home");
|
|
5014
5090
|
// ../integrations/sonos.ts
|
|
5015
5091
|
init_logger();
|
|
5016
5092
|
var logger57 = createLogger("Sonos");
|
|
@@ -5121,7 +5197,7 @@ init_logger();
|
|
|
5121
5197
|
var logger92 = createLogger("Exact Online");
|
|
5122
5198
|
// ../integrations/sage.ts
|
|
5123
5199
|
init_logger();
|
|
5124
|
-
var logger93 = createLogger("Sage
|
|
5200
|
+
var logger93 = createLogger("Sage");
|
|
5125
5201
|
// ../integrations/freeagent.ts
|
|
5126
5202
|
init_logger();
|
|
5127
5203
|
var logger94 = createLogger("FreeAgent");
|
|
@@ -5151,7 +5227,7 @@ init_logger();
|
|
|
5151
5227
|
var logger102 = createLogger("Tink");
|
|
5152
5228
|
// ../integrations/gocardless.ts
|
|
5153
5229
|
init_logger();
|
|
5154
|
-
var logger103 = createLogger("GoCardless
|
|
5230
|
+
var logger103 = createLogger("GoCardless");
|
|
5155
5231
|
// ../integrations/linear.ts
|
|
5156
5232
|
init_logger();
|
|
5157
5233
|
var logger104 = createLogger("Linear");
|
|
@@ -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) {
|