integrate-sdk 0.9.52-dev.0 → 0.9.53-dev.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 +259 -19
- package/dist/adapters/base-handler.js +259 -19
- package/dist/adapters/index.js +518 -98
- package/dist/adapters/nextjs.js +259 -19
- package/dist/adapters/solid-start.js +518 -98
- package/dist/adapters/svelte-kit.js +518 -98
- package/dist/index.js +2793 -365
- package/dist/integrations.js +2793 -365
- package/dist/oauth.js +259 -19
- package/dist/server.js +2906 -432
- package/dist/src/client.d.ts +120 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +120 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts +22 -0
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts +14 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts.map +1 -0
- package/dist/src/integrations/amadeus-client.d.ts +32 -0
- package/dist/src/integrations/amadeus-client.d.ts.map +1 -0
- package/dist/src/integrations/amadeus.d.ts +14 -0
- package/dist/src/integrations/amadeus.d.ts.map +1 -0
- package/dist/src/integrations/amazon-client.d.ts +34 -0
- package/dist/src/integrations/amazon-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon.d.ts +14 -0
- package/dist/src/integrations/amazon.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads-client.d.ts +23 -0
- package/dist/src/integrations/amazon_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads.d.ts +14 -0
- package/dist/src/integrations/amazon_ads.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr-client.d.ts +31 -0
- package/dist/src/integrations/bamboohr-client.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr.d.ts +15 -0
- package/dist/src/integrations/bamboohr.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce-client.d.ts +32 -0
- package/dist/src/integrations/bigcommerce-client.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce.d.ts +15 -0
- package/dist/src/integrations/bigcommerce.d.ts.map +1 -0
- package/dist/src/integrations/bigquery-client.d.ts +33 -0
- package/dist/src/integrations/bigquery-client.d.ts.map +1 -0
- package/dist/src/integrations/bigquery.d.ts +14 -0
- package/dist/src/integrations/bigquery.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms-client.d.ts +40 -0
- package/dist/src/integrations/canvas_lms-client.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms.d.ts +15 -0
- package/dist/src/integrations/canvas_lms.d.ts.map +1 -0
- package/dist/src/integrations/contentful-client.d.ts +33 -0
- package/dist/src/integrations/contentful-client.d.ts.map +1 -0
- package/dist/src/integrations/contentful.d.ts +14 -0
- package/dist/src/integrations/contentful.d.ts.map +1 -0
- package/dist/src/integrations/deezer-client.d.ts +24 -0
- package/dist/src/integrations/deezer-client.d.ts.map +1 -0
- package/dist/src/integrations/deezer.d.ts +14 -0
- package/dist/src/integrations/deezer.d.ts.map +1 -0
- package/dist/src/integrations/dhl-client.d.ts +20 -0
- package/dist/src/integrations/dhl-client.d.ts.map +1 -0
- package/dist/src/integrations/dhl.d.ts +14 -0
- package/dist/src/integrations/dhl.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts +22 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign.d.ts +14 -0
- package/dist/src/integrations/dropbox_sign.d.ts.map +1 -0
- package/dist/src/integrations/etsy-client.d.ts +27 -0
- package/dist/src/integrations/etsy-client.d.ts.map +1 -0
- package/dist/src/integrations/etsy.d.ts +14 -0
- package/dist/src/integrations/etsy.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite-client.d.ts +22 -0
- package/dist/src/integrations/eventbrite-client.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite.d.ts +14 -0
- package/dist/src/integrations/eventbrite.d.ts.map +1 -0
- package/dist/src/integrations/exact_online-client.d.ts +29 -0
- package/dist/src/integrations/exact_online-client.d.ts.map +1 -0
- package/dist/src/integrations/exact_online.d.ts +14 -0
- package/dist/src/integrations/exact_online.d.ts.map +1 -0
- package/dist/src/integrations/expedia-client.d.ts +30 -0
- package/dist/src/integrations/expedia-client.d.ts.map +1 -0
- package/dist/src/integrations/expedia.d.ts +14 -0
- package/dist/src/integrations/expedia.d.ts.map +1 -0
- package/dist/src/integrations/fedex-client.d.ts +19 -0
- package/dist/src/integrations/fedex-client.d.ts.map +1 -0
- package/dist/src/integrations/fedex.d.ts +14 -0
- package/dist/src/integrations/fedex.d.ts.map +1 -0
- package/dist/src/integrations/fitbit-client.d.ts +20 -0
- package/dist/src/integrations/fitbit-client.d.ts.map +1 -0
- package/dist/src/integrations/fitbit.d.ts +14 -0
- package/dist/src/integrations/fitbit.d.ts.map +1 -0
- package/dist/src/integrations/foursquare-client.d.ts +30 -0
- package/dist/src/integrations/foursquare-client.d.ts.map +1 -0
- package/dist/src/integrations/foursquare.d.ts +14 -0
- package/dist/src/integrations/foursquare.d.ts.map +1 -0
- package/dist/src/integrations/freeagent-client.d.ts +21 -0
- package/dist/src/integrations/freeagent-client.d.ts.map +1 -0
- package/dist/src/integrations/freeagent.d.ts +14 -0
- package/dist/src/integrations/freeagent.d.ts.map +1 -0
- package/dist/src/integrations/garmin-client.d.ts +24 -0
- package/dist/src/integrations/garmin-client.d.ts.map +1 -0
- package/dist/src/integrations/garmin.d.ts +14 -0
- package/dist/src/integrations/garmin.d.ts.map +1 -0
- package/dist/src/integrations/gocardless-client.d.ts +22 -0
- package/dist/src/integrations/gocardless-client.d.ts.map +1 -0
- package/dist/src/integrations/gocardless.d.ts +14 -0
- package/dist/src/integrations/gocardless.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom-client.d.ts +30 -0
- package/dist/src/integrations/google_classroom-client.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom.d.ts +14 -0
- package/dist/src/integrations/google_classroom.d.ts.map +1 -0
- package/dist/src/integrations/google_home-client.d.ts +23 -0
- package/dist/src/integrations/google_home-client.d.ts.map +1 -0
- package/dist/src/integrations/google_home.d.ts +14 -0
- package/dist/src/integrations/google_home.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse-client.d.ts +26 -0
- package/dist/src/integrations/greenhouse-client.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse.d.ts +14 -0
- package/dist/src/integrations/greenhouse.d.ts.map +1 -0
- package/dist/src/integrations/home_connect-client.d.ts +23 -0
- package/dist/src/integrations/home_connect-client.d.ts.map +1 -0
- package/dist/src/integrations/home_connect.d.ts +14 -0
- package/dist/src/integrations/home_connect.d.ts.map +1 -0
- package/dist/src/integrations/kick-client.d.ts +25 -0
- package/dist/src/integrations/kick-client.d.ts.map +1 -0
- package/dist/src/integrations/kick.d.ts +14 -0
- package/dist/src/integrations/kick.d.ts.map +1 -0
- package/dist/src/integrations/lever-client.d.ts +25 -0
- package/dist/src/integrations/lever-client.d.ts.map +1 -0
- package/dist/src/integrations/lever.d.ts +14 -0
- package/dist/src/integrations/lever.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/looker-client.d.ts +30 -0
- package/dist/src/integrations/looker-client.d.ts.map +1 -0
- package/dist/src/integrations/looker.d.ts +15 -0
- package/dist/src/integrations/looker.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts +21 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness.d.ts +14 -0
- package/dist/src/integrations/mapmyfitness.d.ts.map +1 -0
- package/dist/src/integrations/meetup-client.d.ts +28 -0
- package/dist/src/integrations/meetup-client.d.ts.map +1 -0
- package/dist/src/integrations/meetup.d.ts +14 -0
- package/dist/src/integrations/meetup.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads-client.d.ts +31 -0
- package/dist/src/integrations/meta_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads.d.ts +14 -0
- package/dist/src/integrations/meta_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts +22 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads.d.ts +14 -0
- package/dist/src/integrations/microsoft_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts +14 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts +28 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts +14 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts.map +1 -0
- package/dist/src/integrations/miele-client.d.ts +23 -0
- package/dist/src/integrations/miele-client.d.ts.map +1 -0
- package/dist/src/integrations/miele.d.ts +14 -0
- package/dist/src/integrations/miele.d.ts.map +1 -0
- package/dist/src/integrations/moneybird-client.d.ts +26 -0
- package/dist/src/integrations/moneybird-client.d.ts.map +1 -0
- package/dist/src/integrations/moneybird.d.ts +14 -0
- package/dist/src/integrations/moneybird.d.ts.map +1 -0
- package/dist/src/integrations/netatmo-client.d.ts +29 -0
- package/dist/src/integrations/netatmo-client.d.ts.map +1 -0
- package/dist/src/integrations/netatmo.d.ts +14 -0
- package/dist/src/integrations/netatmo.d.ts.map +1 -0
- package/dist/src/integrations/onelogin-client.d.ts +30 -0
- package/dist/src/integrations/onelogin-client.d.ts.map +1 -0
- package/dist/src/integrations/onelogin.d.ts +15 -0
- package/dist/src/integrations/onelogin.d.ts.map +1 -0
- package/dist/src/integrations/oura-client.d.ts +30 -0
- package/dist/src/integrations/oura-client.d.ts.map +1 -0
- package/dist/src/integrations/oura.d.ts +14 -0
- package/dist/src/integrations/oura.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc-client.d.ts +29 -0
- package/dist/src/integrations/pandadoc-client.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc.d.ts +14 -0
- package/dist/src/integrations/pandadoc.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue-client.d.ts +15 -0
- package/dist/src/integrations/philips_hue-client.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue.d.ts +14 -0
- package/dist/src/integrations/philips_hue.d.ts.map +1 -0
- package/dist/src/integrations/plaid-client.d.ts +22 -0
- package/dist/src/integrations/plaid-client.d.ts.map +1 -0
- package/dist/src/integrations/plaid.d.ts +14 -0
- package/dist/src/integrations/plaid.d.ts.map +1 -0
- package/dist/src/integrations/ramp.d.ts.map +1 -1
- package/dist/src/integrations/ring-client.d.ts +19 -0
- package/dist/src/integrations/ring-client.d.ts.map +1 -0
- package/dist/src/integrations/ring.d.ts +14 -0
- package/dist/src/integrations/ring.d.ts.map +1 -0
- package/dist/src/integrations/sage-client.d.ts +25 -0
- package/dist/src/integrations/sage-client.d.ts.map +1 -0
- package/dist/src/integrations/sage.d.ts +14 -0
- package/dist/src/integrations/sage.d.ts.map +1 -0
- package/dist/src/integrations/snowflake-client.d.ts +25 -0
- package/dist/src/integrations/snowflake-client.d.ts.map +1 -0
- package/dist/src/integrations/snowflake.d.ts +15 -0
- package/dist/src/integrations/snowflake.d.ts.map +1 -0
- package/dist/src/integrations/sonos-client.d.ts +23 -0
- package/dist/src/integrations/sonos-client.d.ts.map +1 -0
- package/dist/src/integrations/sonos.d.ts +14 -0
- package/dist/src/integrations/sonos.d.ts.map +1 -0
- package/dist/src/integrations/tableau-client.d.ts +36 -0
- package/dist/src/integrations/tableau-client.d.ts.map +1 -0
- package/dist/src/integrations/tableau.d.ts +15 -0
- package/dist/src/integrations/tableau.d.ts.map +1 -0
- package/dist/src/integrations/tesla-client.d.ts +18 -0
- package/dist/src/integrations/tesla-client.d.ts.map +1 -0
- package/dist/src/integrations/tesla.d.ts +14 -0
- package/dist/src/integrations/tesla.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business-client.d.ts +31 -0
- package/dist/src/integrations/tiktok_business-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business.d.ts +14 -0
- package/dist/src/integrations/tiktok_business.d.ts.map +1 -0
- package/dist/src/integrations/tink-client.d.ts +17 -0
- package/dist/src/integrations/tink-client.d.ts.map +1 -0
- package/dist/src/integrations/tink.d.ts +14 -0
- package/dist/src/integrations/tink.d.ts.map +1 -0
- package/dist/src/integrations/truelayer-client.d.ts +18 -0
- package/dist/src/integrations/truelayer-client.d.ts.map +1 -0
- package/dist/src/integrations/truelayer.d.ts +14 -0
- package/dist/src/integrations/truelayer.d.ts.map +1 -0
- package/dist/src/integrations/tuya-client.d.ts +20 -0
- package/dist/src/integrations/tuya-client.d.ts.map +1 -0
- package/dist/src/integrations/tuya.d.ts +14 -0
- package/dist/src/integrations/tuya.d.ts.map +1 -0
- package/dist/src/integrations/uber-client.d.ts +27 -0
- package/dist/src/integrations/uber-client.d.ts.map +1 -0
- package/dist/src/integrations/uber.d.ts +14 -0
- package/dist/src/integrations/uber.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats-client.d.ts +26 -0
- package/dist/src/integrations/uber_eats-client.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats.d.ts +14 -0
- package/dist/src/integrations/uber_eats.d.ts.map +1 -0
- package/dist/src/integrations/universe-client.d.ts +25 -0
- package/dist/src/integrations/universe-client.d.ts.map +1 -0
- package/dist/src/integrations/universe.d.ts +14 -0
- package/dist/src/integrations/universe.d.ts.map +1 -0
- package/dist/src/integrations/ups-client.d.ts +20 -0
- package/dist/src/integrations/ups-client.d.ts.map +1 -0
- package/dist/src/integrations/ups.d.ts +14 -0
- package/dist/src/integrations/ups.d.ts.map +1 -0
- package/dist/src/integrations/whoop-client.d.ts +30 -0
- package/dist/src/integrations/whoop-client.d.ts.map +1 -0
- package/dist/src/integrations/whoop.d.ts +14 -0
- package/dist/src/integrations/whoop.d.ts.map +1 -0
- package/dist/src/integrations/withings-client.d.ts +29 -0
- package/dist/src/integrations/withings-client.d.ts.map +1 -0
- package/dist/src/integrations/withings.d.ts +14 -0
- package/dist/src/integrations/withings.d.ts.map +1 -0
- package/dist/src/integrations/wordpress-client.d.ts +32 -0
- package/dist/src/integrations/wordpress-client.d.ts.map +1 -0
- package/dist/src/integrations/wordpress.d.ts +15 -0
- package/dist/src/integrations/wordpress.d.ts.map +1 -0
- package/dist/src/server.d.ts +60 -0
- package/dist/src/server.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -814,9 +814,263 @@ var INTEGRATION_CATEGORY_ORDER = [
|
|
|
814
814
|
"Infrastructure",
|
|
815
815
|
"Storage",
|
|
816
816
|
"Social Media",
|
|
817
|
+
"Fitness",
|
|
818
|
+
"Travel",
|
|
819
|
+
"Events & Ticketing",
|
|
820
|
+
"Commerce",
|
|
821
|
+
"Food",
|
|
822
|
+
"CMS",
|
|
823
|
+
"Education",
|
|
824
|
+
"HR & Recruiting",
|
|
825
|
+
"Data & BI",
|
|
826
|
+
"Legal",
|
|
827
|
+
"Accounting",
|
|
828
|
+
"Identity & Access",
|
|
829
|
+
"Shipping & Logistics",
|
|
830
|
+
"Banking",
|
|
817
831
|
"Other"
|
|
818
832
|
];
|
|
819
833
|
var INTEGRATION_LIBRARY_METADATA = {
|
|
834
|
+
oura: {
|
|
835
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
836
|
+
category: "Fitness"
|
|
837
|
+
},
|
|
838
|
+
whoop: {
|
|
839
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
840
|
+
category: "Fitness"
|
|
841
|
+
},
|
|
842
|
+
garmin: {
|
|
843
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
844
|
+
category: "Fitness"
|
|
845
|
+
},
|
|
846
|
+
fitbit: {
|
|
847
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
848
|
+
category: "Fitness"
|
|
849
|
+
},
|
|
850
|
+
withings: {
|
|
851
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
852
|
+
category: "Fitness"
|
|
853
|
+
},
|
|
854
|
+
mapmyfitness: {
|
|
855
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
856
|
+
category: "Fitness"
|
|
857
|
+
},
|
|
858
|
+
miele: {
|
|
859
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
860
|
+
category: "Lifestyle"
|
|
861
|
+
},
|
|
862
|
+
tesla: {
|
|
863
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
864
|
+
category: "Lifestyle"
|
|
865
|
+
},
|
|
866
|
+
tuya: {
|
|
867
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
868
|
+
category: "Lifestyle"
|
|
869
|
+
},
|
|
870
|
+
home_connect: {
|
|
871
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
872
|
+
category: "Lifestyle"
|
|
873
|
+
},
|
|
874
|
+
netatmo: {
|
|
875
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
876
|
+
category: "Lifestyle"
|
|
877
|
+
},
|
|
878
|
+
philips_hue: {
|
|
879
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
880
|
+
category: "Lifestyle"
|
|
881
|
+
},
|
|
882
|
+
google_home: {
|
|
883
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
884
|
+
category: "Lifestyle"
|
|
885
|
+
},
|
|
886
|
+
sonos: {
|
|
887
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
888
|
+
category: "Lifestyle"
|
|
889
|
+
},
|
|
890
|
+
ring: {
|
|
891
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
892
|
+
category: "Lifestyle"
|
|
893
|
+
},
|
|
894
|
+
kick: {
|
|
895
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
896
|
+
category: "Entertainment"
|
|
897
|
+
},
|
|
898
|
+
deezer: {
|
|
899
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
900
|
+
category: "Entertainment"
|
|
901
|
+
},
|
|
902
|
+
uber: {
|
|
903
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
904
|
+
category: "Travel"
|
|
905
|
+
},
|
|
906
|
+
amadeus: {
|
|
907
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
908
|
+
category: "Travel"
|
|
909
|
+
},
|
|
910
|
+
expedia: {
|
|
911
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
912
|
+
category: "Travel"
|
|
913
|
+
},
|
|
914
|
+
eventbrite: {
|
|
915
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
916
|
+
category: "Events & Ticketing"
|
|
917
|
+
},
|
|
918
|
+
meetup: {
|
|
919
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
920
|
+
category: "Events & Ticketing"
|
|
921
|
+
},
|
|
922
|
+
universe: {
|
|
923
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
924
|
+
category: "Events & Ticketing"
|
|
925
|
+
},
|
|
926
|
+
etsy: {
|
|
927
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
928
|
+
category: "Commerce"
|
|
929
|
+
},
|
|
930
|
+
amazon: {
|
|
931
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
932
|
+
category: "Commerce"
|
|
933
|
+
},
|
|
934
|
+
bigcommerce: {
|
|
935
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
936
|
+
category: "Commerce"
|
|
937
|
+
},
|
|
938
|
+
foursquare: {
|
|
939
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
940
|
+
category: "Food"
|
|
941
|
+
},
|
|
942
|
+
uber_eats: {
|
|
943
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
944
|
+
category: "Food"
|
|
945
|
+
},
|
|
946
|
+
wordpress: {
|
|
947
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
948
|
+
category: "CMS"
|
|
949
|
+
},
|
|
950
|
+
contentful: {
|
|
951
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
952
|
+
category: "CMS"
|
|
953
|
+
},
|
|
954
|
+
canvas_lms: {
|
|
955
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
956
|
+
category: "Education"
|
|
957
|
+
},
|
|
958
|
+
google_classroom: {
|
|
959
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
960
|
+
category: "Education"
|
|
961
|
+
},
|
|
962
|
+
microsoft_graph_education: {
|
|
963
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
964
|
+
category: "Education"
|
|
965
|
+
},
|
|
966
|
+
lever: {
|
|
967
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
968
|
+
category: "HR & Recruiting"
|
|
969
|
+
},
|
|
970
|
+
greenhouse: {
|
|
971
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
972
|
+
category: "HR & Recruiting"
|
|
973
|
+
},
|
|
974
|
+
bamboohr: {
|
|
975
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
976
|
+
category: "HR & Recruiting"
|
|
977
|
+
},
|
|
978
|
+
snowflake: {
|
|
979
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
980
|
+
category: "Data & BI"
|
|
981
|
+
},
|
|
982
|
+
bigquery: {
|
|
983
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
984
|
+
category: "Data & BI"
|
|
985
|
+
},
|
|
986
|
+
looker: {
|
|
987
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
988
|
+
category: "Data & BI"
|
|
989
|
+
},
|
|
990
|
+
tableau: {
|
|
991
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
992
|
+
category: "Data & BI"
|
|
993
|
+
},
|
|
994
|
+
dropbox_sign: {
|
|
995
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
996
|
+
category: "Legal"
|
|
997
|
+
},
|
|
998
|
+
adobe_acrobat_sign: {
|
|
999
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
1000
|
+
category: "Legal"
|
|
1001
|
+
},
|
|
1002
|
+
pandadoc: {
|
|
1003
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
1004
|
+
category: "Legal"
|
|
1005
|
+
},
|
|
1006
|
+
meta_ads: {
|
|
1007
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
1008
|
+
category: "Marketing"
|
|
1009
|
+
},
|
|
1010
|
+
microsoft_ads: {
|
|
1011
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
1012
|
+
category: "Marketing"
|
|
1013
|
+
},
|
|
1014
|
+
tiktok_business: {
|
|
1015
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
1016
|
+
category: "Marketing"
|
|
1017
|
+
},
|
|
1018
|
+
amazon_ads: {
|
|
1019
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
1020
|
+
category: "Marketing"
|
|
1021
|
+
},
|
|
1022
|
+
moneybird: {
|
|
1023
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
1024
|
+
category: "Accounting"
|
|
1025
|
+
},
|
|
1026
|
+
exact_online: {
|
|
1027
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
1028
|
+
category: "Accounting"
|
|
1029
|
+
},
|
|
1030
|
+
sage: {
|
|
1031
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
1032
|
+
category: "Accounting"
|
|
1033
|
+
},
|
|
1034
|
+
freeagent: {
|
|
1035
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
1036
|
+
category: "Accounting"
|
|
1037
|
+
},
|
|
1038
|
+
onelogin: {
|
|
1039
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
1040
|
+
category: "Identity & Access"
|
|
1041
|
+
},
|
|
1042
|
+
microsoft_entra_id: {
|
|
1043
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
1044
|
+
category: "Identity & Access"
|
|
1045
|
+
},
|
|
1046
|
+
dhl: {
|
|
1047
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
1048
|
+
category: "Shipping & Logistics"
|
|
1049
|
+
},
|
|
1050
|
+
ups: {
|
|
1051
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
1052
|
+
category: "Shipping & Logistics"
|
|
1053
|
+
},
|
|
1054
|
+
fedex: {
|
|
1055
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
1056
|
+
category: "Shipping & Logistics"
|
|
1057
|
+
},
|
|
1058
|
+
plaid: {
|
|
1059
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
1060
|
+
category: "Banking"
|
|
1061
|
+
},
|
|
1062
|
+
truelayer: {
|
|
1063
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
1064
|
+
category: "Banking"
|
|
1065
|
+
},
|
|
1066
|
+
tink: {
|
|
1067
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
1068
|
+
category: "Banking"
|
|
1069
|
+
},
|
|
1070
|
+
gocardless: {
|
|
1071
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
1072
|
+
category: "Banking"
|
|
1073
|
+
},
|
|
820
1074
|
google_ads: {
|
|
821
1075
|
description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
|
|
822
1076
|
category: "Marketing"
|
|
@@ -835,7 +1089,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
835
1089
|
},
|
|
836
1090
|
ebay: {
|
|
837
1091
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
838
|
-
category: "
|
|
1092
|
+
category: "Commerce"
|
|
839
1093
|
},
|
|
840
1094
|
miro: {
|
|
841
1095
|
description: "Manage Miro boards, board items, comments, members, and collaborators",
|
|
@@ -847,7 +1101,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
847
1101
|
},
|
|
848
1102
|
docusign: {
|
|
849
1103
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
850
|
-
category: "
|
|
1104
|
+
category: "Legal"
|
|
851
1105
|
},
|
|
852
1106
|
pipedrive: {
|
|
853
1107
|
description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
|
|
@@ -871,7 +1125,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
871
1125
|
},
|
|
872
1126
|
zoho_books: {
|
|
873
1127
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
874
|
-
category: "
|
|
1128
|
+
category: "Accounting"
|
|
875
1129
|
},
|
|
876
1130
|
zoho_projects: {
|
|
877
1131
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
@@ -887,7 +1141,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
887
1141
|
},
|
|
888
1142
|
zoho_invoice: {
|
|
889
1143
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
890
|
-
category: "
|
|
1144
|
+
category: "Accounting"
|
|
891
1145
|
},
|
|
892
1146
|
airtable: {
|
|
893
1147
|
description: "Manage Airtable bases, tables, and records",
|
|
@@ -911,7 +1165,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
911
1165
|
},
|
|
912
1166
|
calcom: {
|
|
913
1167
|
description: "Manage Cal.com bookings and schedules",
|
|
914
|
-
category: "
|
|
1168
|
+
category: "Productivity"
|
|
915
1169
|
},
|
|
916
1170
|
canva: {
|
|
917
1171
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -991,7 +1245,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
991
1245
|
},
|
|
992
1246
|
okta: {
|
|
993
1247
|
description: "Manage Okta users, groups, applications, policies, and system logs",
|
|
994
|
-
category: "
|
|
1248
|
+
category: "Identity & Access"
|
|
995
1249
|
},
|
|
996
1250
|
onedrive: {
|
|
997
1251
|
description: "Manage OneDrive files, folders, and sharing",
|
|
@@ -1026,12 +1280,12 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1026
1280
|
category: "Engineering"
|
|
1027
1281
|
},
|
|
1028
1282
|
ramp: {
|
|
1029
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
1030
|
-
category: "
|
|
1283
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
1284
|
+
category: "Finance"
|
|
1031
1285
|
},
|
|
1032
1286
|
quickbooks: {
|
|
1033
1287
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
1034
|
-
category: "
|
|
1288
|
+
category: "Accounting"
|
|
1035
1289
|
},
|
|
1036
1290
|
resend: {
|
|
1037
1291
|
description: "Send email and manage domains with the Resend API",
|
|
@@ -1039,7 +1293,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1039
1293
|
},
|
|
1040
1294
|
mailchimp: {
|
|
1041
1295
|
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
1042
|
-
category: "
|
|
1296
|
+
category: "Marketing"
|
|
1043
1297
|
},
|
|
1044
1298
|
railway: {
|
|
1045
1299
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
@@ -1083,7 +1337,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1083
1337
|
},
|
|
1084
1338
|
strava: {
|
|
1085
1339
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
1086
|
-
category: "
|
|
1340
|
+
category: "Fitness"
|
|
1087
1341
|
},
|
|
1088
1342
|
square: {
|
|
1089
1343
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -1123,7 +1377,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1123
1377
|
},
|
|
1124
1378
|
workos: {
|
|
1125
1379
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
1126
|
-
category: "
|
|
1380
|
+
category: "Identity & Access"
|
|
1127
1381
|
},
|
|
1128
1382
|
whatsapp: {
|
|
1129
1383
|
description: "Send WhatsApp messages and templates",
|
|
@@ -1199,7 +1453,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1199
1453
|
},
|
|
1200
1454
|
auth0: {
|
|
1201
1455
|
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
1202
|
-
category: "
|
|
1456
|
+
category: "Identity & Access"
|
|
1203
1457
|
},
|
|
1204
1458
|
betterstack: {
|
|
1205
1459
|
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
@@ -1207,7 +1461,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1207
1461
|
},
|
|
1208
1462
|
clerk: {
|
|
1209
1463
|
description: "Manage Clerk users, organizations, and authentication",
|
|
1210
|
-
category: "
|
|
1464
|
+
category: "Identity & Access"
|
|
1211
1465
|
},
|
|
1212
1466
|
clickup: {
|
|
1213
1467
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -1263,7 +1517,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1263
1517
|
},
|
|
1264
1518
|
shopify: {
|
|
1265
1519
|
description: "Manage Shopify products, orders, customers, and inventory",
|
|
1266
|
-
category: "
|
|
1520
|
+
category: "Commerce"
|
|
1267
1521
|
},
|
|
1268
1522
|
teams: {
|
|
1269
1523
|
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
@@ -1287,7 +1541,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1287
1541
|
},
|
|
1288
1542
|
typeform: {
|
|
1289
1543
|
description: "Create and manage Typeform surveys and responses",
|
|
1290
|
-
category: "
|
|
1544
|
+
category: "Productivity"
|
|
1291
1545
|
},
|
|
1292
1546
|
webflow: {
|
|
1293
1547
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
@@ -1295,15 +1549,15 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
1295
1549
|
},
|
|
1296
1550
|
workday: {
|
|
1297
1551
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
1298
|
-
category: "
|
|
1552
|
+
category: "HR & Recruiting"
|
|
1299
1553
|
},
|
|
1300
1554
|
xero: {
|
|
1301
1555
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
1302
|
-
category: "
|
|
1556
|
+
category: "Accounting"
|
|
1303
1557
|
},
|
|
1304
1558
|
zapier: {
|
|
1305
1559
|
description: "Trigger and manage Zapier automation workflows",
|
|
1306
|
-
category: "
|
|
1560
|
+
category: "Productivity"
|
|
1307
1561
|
}
|
|
1308
1562
|
};
|
|
1309
1563
|
function integrationLibraryPresentationFields(integration) {
|
|
@@ -5410,7 +5664,7 @@ function stravaIntegration(config = {}) {
|
|
|
5410
5664
|
name: "Strava",
|
|
5411
5665
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/strava.png",
|
|
5412
5666
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
5413
|
-
category: "
|
|
5667
|
+
category: "Fitness",
|
|
5414
5668
|
tools: [...STRAVA_TOOLS],
|
|
5415
5669
|
authType: "oauth",
|
|
5416
5670
|
oauth,
|
|
@@ -5576,7 +5830,7 @@ function oktaIntegration(config = {}) {
|
|
|
5576
5830
|
name: "Okta",
|
|
5577
5831
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/okta.png",
|
|
5578
5832
|
description: "Manage Okta users, groups, apps, authorization servers, policies, and system logs",
|
|
5579
|
-
category: "
|
|
5833
|
+
category: "Identity & Access",
|
|
5580
5834
|
tools: [...OKTA_TOOLS],
|
|
5581
5835
|
authType: accessToken ? "apiKey" : "oauth",
|
|
5582
5836
|
oauth,
|
|
@@ -5628,7 +5882,7 @@ function quickbooksIntegration(config = {}) {
|
|
|
5628
5882
|
name: "QuickBooks Online",
|
|
5629
5883
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/quickbooks.png",
|
|
5630
5884
|
description: "Manage QuickBooks Online company data, customers, vendors, items, accounts, invoices, bills, payments, reports, and queries",
|
|
5631
|
-
category: "
|
|
5885
|
+
category: "Accounting",
|
|
5632
5886
|
tools: [...QUICKBOOKS_TOOLS],
|
|
5633
5887
|
authType: "oauth",
|
|
5634
5888
|
oauth,
|
|
@@ -5946,7 +6200,7 @@ function ebayIntegration(config = {}) {
|
|
|
5946
6200
|
name: "eBay",
|
|
5947
6201
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ebay.png",
|
|
5948
6202
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
5949
|
-
category: "
|
|
6203
|
+
category: "Commerce",
|
|
5950
6204
|
tools: [...EBAY_TOOLS],
|
|
5951
6205
|
authType: "oauth",
|
|
5952
6206
|
oauth,
|
|
@@ -6062,7 +6316,7 @@ function docusignIntegration(config = {}) {
|
|
|
6062
6316
|
name: "DocuSign",
|
|
6063
6317
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/docusign.png",
|
|
6064
6318
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
6065
|
-
category: "
|
|
6319
|
+
category: "Legal",
|
|
6066
6320
|
tools: [...DOCUSIGN_TOOLS],
|
|
6067
6321
|
authType: "oauth",
|
|
6068
6322
|
oauth,
|
|
@@ -6234,7 +6488,7 @@ function zohoMailIntegration(config = {}) {
|
|
|
6234
6488
|
name: "Zoho Mail",
|
|
6235
6489
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_mail.png",
|
|
6236
6490
|
description: "Manage Zoho Mail accounts, folders, messages, labels, search, and sending",
|
|
6237
|
-
category: "
|
|
6491
|
+
category: "Communication",
|
|
6238
6492
|
tools: [...ZOHO_MAIL_TOOLS],
|
|
6239
6493
|
authType: "oauth",
|
|
6240
6494
|
oauth,
|
|
@@ -6318,7 +6572,7 @@ function zohoBooksIntegration(config = {}) {
|
|
|
6318
6572
|
name: "Zoho Books",
|
|
6319
6573
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_books.png",
|
|
6320
6574
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
6321
|
-
category: "
|
|
6575
|
+
category: "Accounting",
|
|
6322
6576
|
tools: [...ZOHO_BOOKS_TOOLS],
|
|
6323
6577
|
authType: "oauth",
|
|
6324
6578
|
oauth,
|
|
@@ -6363,7 +6617,7 @@ function zohoProjectsIntegration(config = {}) {
|
|
|
6363
6617
|
name: "Zoho Projects",
|
|
6364
6618
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_projects.png",
|
|
6365
6619
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
6366
|
-
category: "
|
|
6620
|
+
category: "Productivity",
|
|
6367
6621
|
tools: [...ZOHO_PROJECTS_TOOLS],
|
|
6368
6622
|
authType: "oauth",
|
|
6369
6623
|
oauth,
|
|
@@ -6404,7 +6658,7 @@ function zohoCampaignsIntegration(config = {}) {
|
|
|
6404
6658
|
name: "Zoho Campaigns",
|
|
6405
6659
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_campaigns.png",
|
|
6406
6660
|
description: "Manage Zoho Campaigns lists, contacts, campaigns, reports, and sends",
|
|
6407
|
-
category: "
|
|
6661
|
+
category: "Marketing",
|
|
6408
6662
|
tools: [...ZOHO_CAMPAIGNS_TOOLS],
|
|
6409
6663
|
authType: "oauth",
|
|
6410
6664
|
oauth,
|
|
@@ -6443,7 +6697,7 @@ function zohoAnalyticsIntegration(config = {}) {
|
|
|
6443
6697
|
name: "Zoho Analytics",
|
|
6444
6698
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_analytics.png",
|
|
6445
6699
|
description: "Manage Zoho Analytics workspaces, views, imports, exports, and query APIs",
|
|
6446
|
-
category: "
|
|
6700
|
+
category: "Analytics",
|
|
6447
6701
|
tools: [...ZOHO_ANALYTICS_TOOLS],
|
|
6448
6702
|
authType: "oauth",
|
|
6449
6703
|
oauth,
|
|
@@ -6484,7 +6738,7 @@ function zohoInvoiceIntegration(config = {}) {
|
|
|
6484
6738
|
name: "Zoho Invoice",
|
|
6485
6739
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_invoice.png",
|
|
6486
6740
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
6487
|
-
category: "
|
|
6741
|
+
category: "Accounting",
|
|
6488
6742
|
tools: [...ZOHO_INVOICE_TOOLS],
|
|
6489
6743
|
authType: "oauth",
|
|
6490
6744
|
oauth,
|
|
@@ -6503,101 +6757,2213 @@ function zohoInvoiceIntegration(config = {}) {
|
|
|
6503
6757
|
}
|
|
6504
6758
|
};
|
|
6505
6759
|
}
|
|
6506
|
-
// src/integrations/
|
|
6507
|
-
var logger44 = createLogger("
|
|
6508
|
-
var
|
|
6509
|
-
"
|
|
6510
|
-
"
|
|
6511
|
-
"
|
|
6512
|
-
"
|
|
6513
|
-
"
|
|
6514
|
-
"
|
|
6515
|
-
"
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
"
|
|
6519
|
-
"
|
|
6520
|
-
"
|
|
6521
|
-
"
|
|
6522
|
-
"
|
|
6523
|
-
"
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
"
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6760
|
+
// src/integrations/oura.ts
|
|
6761
|
+
var logger44 = createLogger("Oura");
|
|
6762
|
+
var OURA_SCOPES = [
|
|
6763
|
+
"email",
|
|
6764
|
+
"personal",
|
|
6765
|
+
"daily",
|
|
6766
|
+
"heartrate",
|
|
6767
|
+
"workout",
|
|
6768
|
+
"session",
|
|
6769
|
+
"tag"
|
|
6770
|
+
];
|
|
6771
|
+
var OURA_TOOLS = [
|
|
6772
|
+
"oura_get_personal_info",
|
|
6773
|
+
"oura_list_daily_activity",
|
|
6774
|
+
"oura_list_sleep",
|
|
6775
|
+
"oura_list_workouts",
|
|
6776
|
+
"oura_list_sessions",
|
|
6777
|
+
"oura_list_tags"
|
|
6778
|
+
];
|
|
6779
|
+
function ouraIntegration(config = {}) {
|
|
6780
|
+
const oauth = { provider: "oura", clientId: config.clientId ?? getEnv("OURA_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("OURA_CLIENT_SECRET"), scopes: config.scopes ?? [...OURA_SCOPES], redirectUri: config.redirectUri, config };
|
|
6781
|
+
return {
|
|
6782
|
+
id: "oura",
|
|
6783
|
+
name: "Oura",
|
|
6784
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/oura.png",
|
|
6785
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
6786
|
+
category: "Fitness",
|
|
6787
|
+
tools: [...OURA_TOOLS],
|
|
6788
|
+
authType: "oauth",
|
|
6789
|
+
oauth,
|
|
6790
|
+
async onInit() {
|
|
6791
|
+
logger44.debug("Oura integration initialized");
|
|
6792
|
+
},
|
|
6793
|
+
async onAfterConnect() {
|
|
6794
|
+
logger44.debug("Oura integration connected");
|
|
6795
|
+
}
|
|
6796
|
+
};
|
|
6797
|
+
}
|
|
6798
|
+
// src/integrations/whoop.ts
|
|
6799
|
+
var logger45 = createLogger("WHOOP");
|
|
6800
|
+
var WHOOP_SCOPES = [
|
|
6801
|
+
"read:profile",
|
|
6802
|
+
"read:cycles",
|
|
6803
|
+
"read:recovery",
|
|
6804
|
+
"read:sleep",
|
|
6805
|
+
"read:workout",
|
|
6806
|
+
"read:body_measurement"
|
|
6807
|
+
];
|
|
6808
|
+
var WHOOP_TOOLS = [
|
|
6809
|
+
"whoop_get_profile",
|
|
6810
|
+
"whoop_get_body_measurement",
|
|
6811
|
+
"whoop_list_cycles",
|
|
6812
|
+
"whoop_list_recovery",
|
|
6813
|
+
"whoop_list_sleep",
|
|
6814
|
+
"whoop_list_workouts"
|
|
6815
|
+
];
|
|
6816
|
+
function whoopIntegration(config = {}) {
|
|
6817
|
+
const oauth = { provider: "whoop", clientId: config.clientId ?? getEnv("WHOOP_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("WHOOP_CLIENT_SECRET"), scopes: config.scopes ?? [...WHOOP_SCOPES], redirectUri: config.redirectUri, config };
|
|
6818
|
+
return {
|
|
6819
|
+
id: "whoop",
|
|
6820
|
+
name: "WHOOP",
|
|
6821
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/whoop.png",
|
|
6822
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
6823
|
+
category: "Fitness",
|
|
6824
|
+
tools: [...WHOOP_TOOLS],
|
|
6825
|
+
authType: "oauth",
|
|
6826
|
+
oauth,
|
|
6827
|
+
async onInit() {
|
|
6828
|
+
logger45.debug("WHOOP integration initialized");
|
|
6829
|
+
},
|
|
6830
|
+
async onAfterConnect() {
|
|
6831
|
+
logger45.debug("WHOOP integration connected");
|
|
6832
|
+
}
|
|
6833
|
+
};
|
|
6834
|
+
}
|
|
6835
|
+
// src/integrations/garmin.ts
|
|
6836
|
+
var logger46 = createLogger("Garmin");
|
|
6837
|
+
var GARMIN_SCOPES = [
|
|
6838
|
+
"activities",
|
|
6839
|
+
"heartrate",
|
|
6840
|
+
"sleep",
|
|
6841
|
+
"stress",
|
|
6842
|
+
"body_composition",
|
|
6843
|
+
"user_metrics"
|
|
6844
|
+
];
|
|
6845
|
+
var GARMIN_TOOLS = [
|
|
6846
|
+
"garmin_list_activities",
|
|
6847
|
+
"garmin_list_daily_summaries",
|
|
6848
|
+
"garmin_list_sleep",
|
|
6849
|
+
"garmin_list_heart_rates",
|
|
6850
|
+
"garmin_list_body_composition"
|
|
6851
|
+
];
|
|
6852
|
+
function garminIntegration(config = {}) {
|
|
6853
|
+
const oauth = { provider: "garmin", clientId: config.clientId ?? getEnv("GARMIN_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GARMIN_CLIENT_SECRET"), scopes: config.scopes ?? [...GARMIN_SCOPES], redirectUri: config.redirectUri, config };
|
|
6854
|
+
return {
|
|
6855
|
+
id: "garmin",
|
|
6856
|
+
name: "Garmin",
|
|
6857
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/garmin.png",
|
|
6858
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
6859
|
+
category: "Fitness",
|
|
6860
|
+
tools: [...GARMIN_TOOLS],
|
|
6861
|
+
authType: "oauth",
|
|
6862
|
+
oauth,
|
|
6863
|
+
async onInit() {
|
|
6864
|
+
logger46.debug("Garmin integration initialized");
|
|
6865
|
+
},
|
|
6866
|
+
async onAfterConnect() {
|
|
6867
|
+
logger46.debug("Garmin integration connected");
|
|
6868
|
+
}
|
|
6869
|
+
};
|
|
6870
|
+
}
|
|
6871
|
+
// src/integrations/fitbit.ts
|
|
6872
|
+
var logger47 = createLogger("Fitbit");
|
|
6873
|
+
var FITBIT_SCOPES = [
|
|
6874
|
+
"activity",
|
|
6875
|
+
"heartrate",
|
|
6876
|
+
"location",
|
|
6877
|
+
"nutrition",
|
|
6878
|
+
"profile",
|
|
6879
|
+
"settings",
|
|
6880
|
+
"sleep",
|
|
6881
|
+
"social",
|
|
6882
|
+
"weight"
|
|
6883
|
+
];
|
|
6884
|
+
var FITBIT_TOOLS = [
|
|
6885
|
+
"fitbit_get_profile",
|
|
6886
|
+
"fitbit_list_activities",
|
|
6887
|
+
"fitbit_list_sleep",
|
|
6888
|
+
"fitbit_list_heart_rate",
|
|
6889
|
+
"fitbit_list_weight",
|
|
6890
|
+
"fitbit_log_activity"
|
|
6891
|
+
];
|
|
6892
|
+
function fitbitIntegration(config = {}) {
|
|
6893
|
+
const oauth = { provider: "fitbit", clientId: config.clientId ?? getEnv("FITBIT_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("FITBIT_CLIENT_SECRET"), scopes: config.scopes ?? [...FITBIT_SCOPES], redirectUri: config.redirectUri, config };
|
|
6894
|
+
return {
|
|
6895
|
+
id: "fitbit",
|
|
6896
|
+
name: "Fitbit",
|
|
6897
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/fitbit.png",
|
|
6898
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
6899
|
+
category: "Fitness",
|
|
6900
|
+
tools: [...FITBIT_TOOLS],
|
|
6901
|
+
authType: "oauth",
|
|
6902
|
+
oauth,
|
|
6903
|
+
async onInit() {
|
|
6904
|
+
logger47.debug("Fitbit integration initialized");
|
|
6905
|
+
},
|
|
6906
|
+
async onAfterConnect() {
|
|
6907
|
+
logger47.debug("Fitbit integration connected");
|
|
6553
6908
|
}
|
|
6554
6909
|
};
|
|
6910
|
+
}
|
|
6911
|
+
// src/integrations/withings.ts
|
|
6912
|
+
var logger48 = createLogger("Withings");
|
|
6913
|
+
var WITHINGS_SCOPES = [
|
|
6914
|
+
"user.info",
|
|
6915
|
+
"user.metrics",
|
|
6916
|
+
"user.activity"
|
|
6917
|
+
];
|
|
6918
|
+
var WITHINGS_TOOLS = [
|
|
6919
|
+
"withings_get_measurements",
|
|
6920
|
+
"withings_get_activity",
|
|
6921
|
+
"withings_get_sleep",
|
|
6922
|
+
"withings_get_workouts",
|
|
6923
|
+
"withings_get_user"
|
|
6924
|
+
];
|
|
6925
|
+
function withingsIntegration(config = {}) {
|
|
6926
|
+
const oauth = { provider: "withings", clientId: config.clientId ?? getEnv("WITHINGS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("WITHINGS_CLIENT_SECRET"), scopes: config.scopes ?? [...WITHINGS_SCOPES], redirectUri: config.redirectUri, config };
|
|
6555
6927
|
return {
|
|
6556
|
-
id: "
|
|
6557
|
-
name: "
|
|
6558
|
-
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/
|
|
6559
|
-
|
|
6928
|
+
id: "withings",
|
|
6929
|
+
name: "Withings",
|
|
6930
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/withings.png",
|
|
6931
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
6932
|
+
category: "Fitness",
|
|
6933
|
+
tools: [...WITHINGS_TOOLS],
|
|
6934
|
+
authType: "oauth",
|
|
6560
6935
|
oauth,
|
|
6561
|
-
async onInit(
|
|
6562
|
-
|
|
6936
|
+
async onInit() {
|
|
6937
|
+
logger48.debug("Withings integration initialized");
|
|
6563
6938
|
},
|
|
6564
|
-
async onAfterConnect(
|
|
6565
|
-
|
|
6939
|
+
async onAfterConnect() {
|
|
6940
|
+
logger48.debug("Withings integration connected");
|
|
6566
6941
|
}
|
|
6567
6942
|
};
|
|
6568
6943
|
}
|
|
6569
|
-
// src/integrations/
|
|
6570
|
-
var
|
|
6571
|
-
var
|
|
6944
|
+
// src/integrations/mapmyfitness.ts
|
|
6945
|
+
var logger49 = createLogger("MapMyFitness");
|
|
6946
|
+
var MAPMYFITNESS_SCOPES = [
|
|
6947
|
+
"read",
|
|
6948
|
+
"write"
|
|
6949
|
+
];
|
|
6950
|
+
var MAPMYFITNESS_TOOLS = [
|
|
6951
|
+
"mapmyfitness_get_user",
|
|
6952
|
+
"mapmyfitness_list_workouts",
|
|
6953
|
+
"mapmyfitness_get_workout",
|
|
6954
|
+
"mapmyfitness_create_workout",
|
|
6955
|
+
"mapmyfitness_list_routes"
|
|
6956
|
+
];
|
|
6957
|
+
function mapmyfitnessIntegration(config = {}) {
|
|
6958
|
+
const oauth = { provider: "mapmyfitness", clientId: config.clientId ?? getEnv("MAPMYFITNESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MAPMYFITNESS_CLIENT_SECRET"), scopes: config.scopes ?? [...MAPMYFITNESS_SCOPES], redirectUri: config.redirectUri, config };
|
|
6959
|
+
return {
|
|
6960
|
+
id: "mapmyfitness",
|
|
6961
|
+
name: "MapMyFitness",
|
|
6962
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mapmyfitness.png",
|
|
6963
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
6964
|
+
category: "Fitness",
|
|
6965
|
+
tools: [...MAPMYFITNESS_TOOLS],
|
|
6966
|
+
authType: "oauth",
|
|
6967
|
+
oauth,
|
|
6968
|
+
async onInit() {
|
|
6969
|
+
logger49.debug("MapMyFitness integration initialized");
|
|
6970
|
+
},
|
|
6971
|
+
async onAfterConnect() {
|
|
6972
|
+
logger49.debug("MapMyFitness integration connected");
|
|
6973
|
+
}
|
|
6974
|
+
};
|
|
6975
|
+
}
|
|
6976
|
+
// src/integrations/miele.ts
|
|
6977
|
+
var logger50 = createLogger("Miele");
|
|
6978
|
+
var MIELE_SCOPES = [
|
|
6572
6979
|
"openid",
|
|
6573
|
-
"
|
|
6574
|
-
"
|
|
6575
|
-
"
|
|
6576
|
-
|
|
6980
|
+
"offline_access",
|
|
6981
|
+
"read",
|
|
6982
|
+
"write"
|
|
6983
|
+
];
|
|
6984
|
+
var MIELE_TOOLS = [
|
|
6985
|
+
"miele_list_devices",
|
|
6986
|
+
"miele_get_device",
|
|
6987
|
+
"miele_get_actions",
|
|
6988
|
+
"miele_execute_action",
|
|
6989
|
+
"miele_get_programs"
|
|
6990
|
+
];
|
|
6991
|
+
function mieleIntegration(config = {}) {
|
|
6992
|
+
const oauth = { provider: "miele", clientId: config.clientId ?? getEnv("MIELE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MIELE_CLIENT_SECRET"), scopes: config.scopes ?? [...MIELE_SCOPES], redirectUri: config.redirectUri, config };
|
|
6993
|
+
return {
|
|
6994
|
+
id: "miele",
|
|
6995
|
+
name: "Miele",
|
|
6996
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/miele.png",
|
|
6997
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
6998
|
+
category: "Lifestyle",
|
|
6999
|
+
tools: [...MIELE_TOOLS],
|
|
7000
|
+
authType: "oauth",
|
|
7001
|
+
oauth,
|
|
7002
|
+
async onInit() {
|
|
7003
|
+
logger50.debug("Miele integration initialized");
|
|
7004
|
+
},
|
|
7005
|
+
async onAfterConnect() {
|
|
7006
|
+
logger50.debug("Miele integration connected");
|
|
7007
|
+
}
|
|
7008
|
+
};
|
|
7009
|
+
}
|
|
7010
|
+
// src/integrations/tesla.ts
|
|
7011
|
+
var logger51 = createLogger("Tesla");
|
|
7012
|
+
var TESLA_SCOPES = [
|
|
7013
|
+
"openid",
|
|
7014
|
+
"offline_access",
|
|
7015
|
+
"vehicle_device_data",
|
|
7016
|
+
"vehicle_cmds",
|
|
7017
|
+
"energy_device_data",
|
|
7018
|
+
"energy_cmds"
|
|
7019
|
+
];
|
|
7020
|
+
var TESLA_TOOLS = [
|
|
7021
|
+
"tesla_list_vehicles",
|
|
7022
|
+
"tesla_get_vehicle",
|
|
7023
|
+
"tesla_wake_vehicle",
|
|
7024
|
+
"tesla_send_vehicle_command",
|
|
7025
|
+
"tesla_list_energy_sites"
|
|
7026
|
+
];
|
|
7027
|
+
function teslaIntegration(config = {}) {
|
|
7028
|
+
const oauth = { provider: "tesla", clientId: config.clientId ?? getEnv("TESLA_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TESLA_CLIENT_SECRET"), scopes: config.scopes ?? [...TESLA_SCOPES], redirectUri: config.redirectUri, config };
|
|
7029
|
+
return {
|
|
7030
|
+
id: "tesla",
|
|
7031
|
+
name: "Tesla",
|
|
7032
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tesla.png",
|
|
7033
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
7034
|
+
category: "Lifestyle",
|
|
7035
|
+
tools: [...TESLA_TOOLS],
|
|
7036
|
+
authType: "oauth",
|
|
7037
|
+
oauth,
|
|
7038
|
+
async onInit() {
|
|
7039
|
+
logger51.debug("Tesla integration initialized");
|
|
7040
|
+
},
|
|
7041
|
+
async onAfterConnect() {
|
|
7042
|
+
logger51.debug("Tesla integration connected");
|
|
7043
|
+
}
|
|
7044
|
+
};
|
|
7045
|
+
}
|
|
7046
|
+
// src/integrations/tuya.ts
|
|
7047
|
+
var logger52 = createLogger("Tuya");
|
|
7048
|
+
var TUYA_SCOPES = [
|
|
7049
|
+
"device:read",
|
|
7050
|
+
"device:write",
|
|
7051
|
+
"home:read",
|
|
7052
|
+
"scene:read",
|
|
7053
|
+
"scene:write"
|
|
6577
7054
|
];
|
|
6578
|
-
var
|
|
6579
|
-
"
|
|
6580
|
-
"
|
|
6581
|
-
"
|
|
6582
|
-
"
|
|
6583
|
-
"
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
"
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
7055
|
+
var TUYA_TOOLS = [
|
|
7056
|
+
"tuya_list_devices",
|
|
7057
|
+
"tuya_get_device",
|
|
7058
|
+
"tuya_get_device_status",
|
|
7059
|
+
"tuya_send_device_commands",
|
|
7060
|
+
"tuya_list_scenes"
|
|
7061
|
+
];
|
|
7062
|
+
function tuyaIntegration(config = {}) {
|
|
7063
|
+
const oauth = { provider: "tuya", clientId: config.clientId ?? getEnv("TUYA_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TUYA_CLIENT_SECRET"), scopes: config.scopes ?? [...TUYA_SCOPES], redirectUri: config.redirectUri, config };
|
|
7064
|
+
return {
|
|
7065
|
+
id: "tuya",
|
|
7066
|
+
name: "Tuya",
|
|
7067
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tuya.png",
|
|
7068
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
7069
|
+
category: "Lifestyle",
|
|
7070
|
+
tools: [...TUYA_TOOLS],
|
|
7071
|
+
authType: "oauth",
|
|
7072
|
+
oauth,
|
|
7073
|
+
async onInit() {
|
|
7074
|
+
logger52.debug("Tuya integration initialized");
|
|
7075
|
+
},
|
|
7076
|
+
async onAfterConnect() {
|
|
7077
|
+
logger52.debug("Tuya integration connected");
|
|
7078
|
+
}
|
|
7079
|
+
};
|
|
7080
|
+
}
|
|
7081
|
+
// src/integrations/home_connect.ts
|
|
7082
|
+
var logger53 = createLogger("Home Connect");
|
|
7083
|
+
var HOME_CONNECT_SCOPES = [
|
|
7084
|
+
"IdentifyAppliance",
|
|
7085
|
+
"Monitor",
|
|
7086
|
+
"Settings",
|
|
7087
|
+
"Control"
|
|
7088
|
+
];
|
|
7089
|
+
var HOME_CONNECT_TOOLS = [
|
|
7090
|
+
"home_connect_list_appliances",
|
|
7091
|
+
"home_connect_get_appliance",
|
|
7092
|
+
"home_connect_get_status",
|
|
7093
|
+
"home_connect_get_programs",
|
|
7094
|
+
"home_connect_start_program",
|
|
7095
|
+
"home_connect_set_setting"
|
|
7096
|
+
];
|
|
7097
|
+
function homeConnectIntegration(config = {}) {
|
|
7098
|
+
const oauth = { provider: "home_connect", clientId: config.clientId ?? getEnv("HOME_CONNECT_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("HOME_CONNECT_CLIENT_SECRET"), scopes: config.scopes ?? [...HOME_CONNECT_SCOPES], redirectUri: config.redirectUri, config };
|
|
7099
|
+
return {
|
|
7100
|
+
id: "home_connect",
|
|
7101
|
+
name: "Home Connect",
|
|
7102
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/home_connect.png",
|
|
7103
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
7104
|
+
category: "Lifestyle",
|
|
7105
|
+
tools: [...HOME_CONNECT_TOOLS],
|
|
7106
|
+
authType: "oauth",
|
|
7107
|
+
oauth,
|
|
7108
|
+
async onInit() {
|
|
7109
|
+
logger53.debug("Home Connect integration initialized");
|
|
7110
|
+
},
|
|
7111
|
+
async onAfterConnect() {
|
|
7112
|
+
logger53.debug("Home Connect integration connected");
|
|
7113
|
+
}
|
|
7114
|
+
};
|
|
7115
|
+
}
|
|
7116
|
+
// src/integrations/netatmo.ts
|
|
7117
|
+
var logger54 = createLogger("Netatmo");
|
|
7118
|
+
var NETATMO_SCOPES = [
|
|
7119
|
+
"read_station",
|
|
7120
|
+
"read_thermostat",
|
|
7121
|
+
"write_thermostat",
|
|
7122
|
+
"read_camera",
|
|
7123
|
+
"access_camera",
|
|
7124
|
+
"read_presence",
|
|
7125
|
+
"write_presence",
|
|
7126
|
+
"read_homecoach"
|
|
7127
|
+
];
|
|
7128
|
+
var NETATMO_TOOLS = [
|
|
7129
|
+
"netatmo_get_homesdata",
|
|
7130
|
+
"netatmo_get_stationsdata",
|
|
7131
|
+
"netatmo_get_measure",
|
|
7132
|
+
"netatmo_set_thermpoint",
|
|
7133
|
+
"netatmo_get_events"
|
|
7134
|
+
];
|
|
7135
|
+
function netatmoIntegration(config = {}) {
|
|
7136
|
+
const oauth = { provider: "netatmo", clientId: config.clientId ?? getEnv("NETATMO_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("NETATMO_CLIENT_SECRET"), scopes: config.scopes ?? [...NETATMO_SCOPES], redirectUri: config.redirectUri, config };
|
|
7137
|
+
return {
|
|
7138
|
+
id: "netatmo",
|
|
7139
|
+
name: "Netatmo",
|
|
7140
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/netatmo.png",
|
|
7141
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
7142
|
+
category: "Lifestyle",
|
|
7143
|
+
tools: [...NETATMO_TOOLS],
|
|
7144
|
+
authType: "oauth",
|
|
7145
|
+
oauth,
|
|
7146
|
+
async onInit() {
|
|
7147
|
+
logger54.debug("Netatmo integration initialized");
|
|
7148
|
+
},
|
|
7149
|
+
async onAfterConnect() {
|
|
7150
|
+
logger54.debug("Netatmo integration connected");
|
|
7151
|
+
}
|
|
7152
|
+
};
|
|
7153
|
+
}
|
|
7154
|
+
// src/integrations/philips_hue.ts
|
|
7155
|
+
var logger55 = createLogger("Philips Hue");
|
|
7156
|
+
var PHILIPS_HUE_SCOPES = [
|
|
7157
|
+
"remote_control:all"
|
|
7158
|
+
];
|
|
7159
|
+
var PHILIPS_HUE_TOOLS = [
|
|
7160
|
+
"philips_hue_list_bridges",
|
|
7161
|
+
"philips_hue_list_lights",
|
|
7162
|
+
"philips_hue_get_light",
|
|
7163
|
+
"philips_hue_update_light",
|
|
7164
|
+
"philips_hue_list_rooms",
|
|
7165
|
+
"philips_hue_list_scenes"
|
|
7166
|
+
];
|
|
7167
|
+
function philipsHueIntegration(config = {}) {
|
|
7168
|
+
const oauth = { provider: "philips_hue", clientId: config.clientId ?? getEnv("PHILIPS_HUE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("PHILIPS_HUE_CLIENT_SECRET"), scopes: config.scopes ?? [...PHILIPS_HUE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7169
|
+
return {
|
|
7170
|
+
id: "philips_hue",
|
|
7171
|
+
name: "Philips Hue",
|
|
7172
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/philips_hue.png",
|
|
7173
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
7174
|
+
category: "Lifestyle",
|
|
7175
|
+
tools: [...PHILIPS_HUE_TOOLS],
|
|
7176
|
+
authType: "oauth",
|
|
7177
|
+
oauth,
|
|
7178
|
+
async onInit() {
|
|
7179
|
+
logger55.debug("Philips Hue integration initialized");
|
|
7180
|
+
},
|
|
7181
|
+
async onAfterConnect() {
|
|
7182
|
+
logger55.debug("Philips Hue integration connected");
|
|
7183
|
+
}
|
|
7184
|
+
};
|
|
7185
|
+
}
|
|
7186
|
+
// src/integrations/google_home.ts
|
|
7187
|
+
var logger56 = createLogger("Google Home");
|
|
7188
|
+
var GOOGLE_HOME_SCOPES = [
|
|
7189
|
+
"https://www.googleapis.com/auth/sdm.service"
|
|
7190
|
+
];
|
|
7191
|
+
var GOOGLE_HOME_TOOLS = [
|
|
7192
|
+
"google_home_list_devices",
|
|
7193
|
+
"google_home_get_device",
|
|
7194
|
+
"google_home_execute_device_command",
|
|
7195
|
+
"google_home_list_structures",
|
|
7196
|
+
"google_home_list_rooms"
|
|
7197
|
+
];
|
|
7198
|
+
function googleHomeIntegration(config = {}) {
|
|
7199
|
+
const oauth = { provider: "google_home", clientId: config.clientId ?? getEnv("GOOGLE_HOME_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOOGLE_HOME_CLIENT_SECRET"), scopes: config.scopes ?? [...GOOGLE_HOME_SCOPES], redirectUri: config.redirectUri, config };
|
|
7200
|
+
return {
|
|
7201
|
+
id: "google_home",
|
|
7202
|
+
name: "Google Home",
|
|
7203
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
|
|
7204
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
7205
|
+
category: "Lifestyle",
|
|
7206
|
+
tools: [...GOOGLE_HOME_TOOLS],
|
|
7207
|
+
authType: "oauth",
|
|
7208
|
+
oauth,
|
|
7209
|
+
async onInit() {
|
|
7210
|
+
logger56.debug("Google Home integration initialized");
|
|
7211
|
+
},
|
|
7212
|
+
async onAfterConnect() {
|
|
7213
|
+
logger56.debug("Google Home integration connected");
|
|
7214
|
+
}
|
|
7215
|
+
};
|
|
7216
|
+
}
|
|
7217
|
+
// src/integrations/sonos.ts
|
|
7218
|
+
var logger57 = createLogger("Sonos");
|
|
7219
|
+
var SONOS_SCOPES = [
|
|
7220
|
+
"playback-control-all"
|
|
7221
|
+
];
|
|
7222
|
+
var SONOS_TOOLS = [
|
|
7223
|
+
"sonos_list_households",
|
|
7224
|
+
"sonos_list_groups",
|
|
7225
|
+
"sonos_get_playback_status",
|
|
7226
|
+
"sonos_control_playback",
|
|
7227
|
+
"sonos_get_group_volume",
|
|
7228
|
+
"sonos_set_group_volume"
|
|
7229
|
+
];
|
|
7230
|
+
function sonosIntegration(config = {}) {
|
|
7231
|
+
const oauth = { provider: "sonos", clientId: config.clientId ?? getEnv("SONOS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SONOS_CLIENT_SECRET"), scopes: config.scopes ?? [...SONOS_SCOPES], redirectUri: config.redirectUri, config };
|
|
7232
|
+
return {
|
|
7233
|
+
id: "sonos",
|
|
7234
|
+
name: "Sonos",
|
|
7235
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sonos.png",
|
|
7236
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
7237
|
+
category: "Lifestyle",
|
|
7238
|
+
tools: [...SONOS_TOOLS],
|
|
7239
|
+
authType: "oauth",
|
|
7240
|
+
oauth,
|
|
7241
|
+
async onInit() {
|
|
7242
|
+
logger57.debug("Sonos integration initialized");
|
|
7243
|
+
},
|
|
7244
|
+
async onAfterConnect() {
|
|
7245
|
+
logger57.debug("Sonos integration connected");
|
|
7246
|
+
}
|
|
7247
|
+
};
|
|
7248
|
+
}
|
|
7249
|
+
// src/integrations/ring.ts
|
|
7250
|
+
var logger58 = createLogger("Ring");
|
|
7251
|
+
var RING_SCOPES = [
|
|
7252
|
+
"openid",
|
|
7253
|
+
"profile",
|
|
7254
|
+
"offline_access"
|
|
7255
|
+
];
|
|
7256
|
+
var RING_TOOLS = [
|
|
7257
|
+
"ring_list_locations",
|
|
7258
|
+
"ring_list_devices",
|
|
7259
|
+
"ring_get_device_health",
|
|
7260
|
+
"ring_list_events",
|
|
7261
|
+
"ring_activate_siren"
|
|
7262
|
+
];
|
|
7263
|
+
function ringIntegration(config = {}) {
|
|
7264
|
+
const oauth = { provider: "ring", clientId: config.clientId ?? getEnv("RING_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("RING_CLIENT_SECRET"), scopes: config.scopes ?? [...RING_SCOPES], redirectUri: config.redirectUri, config };
|
|
7265
|
+
return {
|
|
7266
|
+
id: "ring",
|
|
7267
|
+
name: "Ring",
|
|
7268
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ring.png",
|
|
7269
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
7270
|
+
category: "Lifestyle",
|
|
7271
|
+
tools: [...RING_TOOLS],
|
|
7272
|
+
authType: "oauth",
|
|
7273
|
+
oauth,
|
|
7274
|
+
async onInit() {
|
|
7275
|
+
logger58.debug("Ring integration initialized");
|
|
7276
|
+
},
|
|
7277
|
+
async onAfterConnect() {
|
|
7278
|
+
logger58.debug("Ring integration connected");
|
|
7279
|
+
}
|
|
7280
|
+
};
|
|
7281
|
+
}
|
|
7282
|
+
// src/integrations/kick.ts
|
|
7283
|
+
var logger59 = createLogger("Kick");
|
|
7284
|
+
var KICK_SCOPES = [
|
|
7285
|
+
"user:read",
|
|
7286
|
+
"channel:read",
|
|
7287
|
+
"channel:write",
|
|
7288
|
+
"chat:write",
|
|
7289
|
+
"events:subscribe"
|
|
7290
|
+
];
|
|
7291
|
+
var KICK_TOOLS = [
|
|
7292
|
+
"kick_get_users",
|
|
7293
|
+
"kick_get_channels",
|
|
7294
|
+
"kick_get_livestreams",
|
|
7295
|
+
"kick_get_categories",
|
|
7296
|
+
"kick_send_chat_message"
|
|
7297
|
+
];
|
|
7298
|
+
function kickIntegration(config = {}) {
|
|
7299
|
+
const oauth = { provider: "kick", clientId: config.clientId ?? getEnv("KICK_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("KICK_CLIENT_SECRET"), scopes: config.scopes ?? [...KICK_SCOPES], redirectUri: config.redirectUri, config };
|
|
7300
|
+
return {
|
|
7301
|
+
id: "kick",
|
|
7302
|
+
name: "Kick",
|
|
7303
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/kick.png",
|
|
7304
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
7305
|
+
category: "Entertainment",
|
|
7306
|
+
tools: [...KICK_TOOLS],
|
|
7307
|
+
authType: "oauth",
|
|
7308
|
+
oauth,
|
|
7309
|
+
async onInit() {
|
|
7310
|
+
logger59.debug("Kick integration initialized");
|
|
7311
|
+
},
|
|
7312
|
+
async onAfterConnect() {
|
|
7313
|
+
logger59.debug("Kick integration connected");
|
|
7314
|
+
}
|
|
7315
|
+
};
|
|
7316
|
+
}
|
|
7317
|
+
// src/integrations/deezer.ts
|
|
7318
|
+
var logger60 = createLogger("Deezer");
|
|
7319
|
+
var DEEZER_SCOPES = [
|
|
7320
|
+
"basic_access",
|
|
7321
|
+
"email",
|
|
7322
|
+
"manage_library",
|
|
7323
|
+
"delete_library",
|
|
7324
|
+
"listening_history",
|
|
7325
|
+
"offline_access"
|
|
7326
|
+
];
|
|
7327
|
+
var DEEZER_TOOLS = [
|
|
7328
|
+
"deezer_get_user",
|
|
7329
|
+
"deezer_search",
|
|
7330
|
+
"deezer_get_album",
|
|
7331
|
+
"deezer_get_track",
|
|
7332
|
+
"deezer_list_playlists",
|
|
7333
|
+
"deezer_add_track_to_playlist"
|
|
7334
|
+
];
|
|
7335
|
+
function deezerIntegration(config = {}) {
|
|
7336
|
+
const oauth = { provider: "deezer", clientId: config.clientId ?? getEnv("DEEZER_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("DEEZER_CLIENT_SECRET"), scopes: config.scopes ?? [...DEEZER_SCOPES], redirectUri: config.redirectUri, config };
|
|
7337
|
+
return {
|
|
7338
|
+
id: "deezer",
|
|
7339
|
+
name: "Deezer",
|
|
7340
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/deezer.png",
|
|
7341
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
7342
|
+
category: "Entertainment",
|
|
7343
|
+
tools: [...DEEZER_TOOLS],
|
|
7344
|
+
authType: "oauth",
|
|
7345
|
+
oauth,
|
|
7346
|
+
async onInit() {
|
|
7347
|
+
logger60.debug("Deezer integration initialized");
|
|
7348
|
+
},
|
|
7349
|
+
async onAfterConnect() {
|
|
7350
|
+
logger60.debug("Deezer integration connected");
|
|
7351
|
+
}
|
|
7352
|
+
};
|
|
7353
|
+
}
|
|
7354
|
+
// src/integrations/uber.ts
|
|
7355
|
+
var logger61 = createLogger("Uber");
|
|
7356
|
+
var UBER_SCOPES = [
|
|
7357
|
+
"profile",
|
|
7358
|
+
"request",
|
|
7359
|
+
"history",
|
|
7360
|
+
"places"
|
|
7361
|
+
];
|
|
7362
|
+
var UBER_TOOLS = [
|
|
7363
|
+
"uber_get_profile",
|
|
7364
|
+
"uber_list_products",
|
|
7365
|
+
"uber_estimate_price",
|
|
7366
|
+
"uber_estimate_time",
|
|
7367
|
+
"uber_list_requests",
|
|
7368
|
+
"uber_create_request"
|
|
7369
|
+
];
|
|
7370
|
+
function uberIntegration(config = {}) {
|
|
7371
|
+
const oauth = { provider: "uber", clientId: config.clientId ?? getEnv("UBER_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("UBER_CLIENT_SECRET"), scopes: config.scopes ?? [...UBER_SCOPES], redirectUri: config.redirectUri, config };
|
|
7372
|
+
return {
|
|
7373
|
+
id: "uber",
|
|
7374
|
+
name: "Uber",
|
|
7375
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/uber.png",
|
|
7376
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
7377
|
+
category: "Travel",
|
|
7378
|
+
tools: [...UBER_TOOLS],
|
|
7379
|
+
authType: "oauth",
|
|
7380
|
+
oauth,
|
|
7381
|
+
async onInit() {
|
|
7382
|
+
logger61.debug("Uber integration initialized");
|
|
7383
|
+
},
|
|
7384
|
+
async onAfterConnect() {
|
|
7385
|
+
logger61.debug("Uber integration connected");
|
|
7386
|
+
}
|
|
7387
|
+
};
|
|
7388
|
+
}
|
|
7389
|
+
// src/integrations/amadeus.ts
|
|
7390
|
+
var logger62 = createLogger("Amadeus");
|
|
7391
|
+
var AMADEUS_SCOPES = [
|
|
7392
|
+
"travel"
|
|
7393
|
+
];
|
|
7394
|
+
var AMADEUS_TOOLS = [
|
|
7395
|
+
"amadeus_search_flights",
|
|
7396
|
+
"amadeus_price_flight",
|
|
7397
|
+
"amadeus_search_hotels",
|
|
7398
|
+
"amadeus_get_hotel_offers",
|
|
7399
|
+
"amadeus_search_locations"
|
|
7400
|
+
];
|
|
7401
|
+
function amadeusIntegration(config = {}) {
|
|
7402
|
+
const oauth = { provider: "amadeus", clientId: config.clientId ?? getEnv("AMADEUS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("AMADEUS_CLIENT_SECRET"), scopes: config.scopes ?? [...AMADEUS_SCOPES], redirectUri: config.redirectUri, config };
|
|
7403
|
+
return {
|
|
7404
|
+
id: "amadeus",
|
|
7405
|
+
name: "Amadeus",
|
|
7406
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amadeus.png",
|
|
7407
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
7408
|
+
category: "Travel",
|
|
7409
|
+
tools: [...AMADEUS_TOOLS],
|
|
7410
|
+
authType: "oauth",
|
|
7411
|
+
oauth,
|
|
7412
|
+
async onInit() {
|
|
7413
|
+
logger62.debug("Amadeus integration initialized");
|
|
7414
|
+
},
|
|
7415
|
+
async onAfterConnect() {
|
|
7416
|
+
logger62.debug("Amadeus integration connected");
|
|
7417
|
+
}
|
|
7418
|
+
};
|
|
7419
|
+
}
|
|
7420
|
+
// src/integrations/expedia.ts
|
|
7421
|
+
var logger63 = createLogger("Expedia Rapid");
|
|
7422
|
+
var EXPEDIA_SCOPES = [
|
|
7423
|
+
"rapid"
|
|
7424
|
+
];
|
|
7425
|
+
var EXPEDIA_TOOLS = [
|
|
7426
|
+
"expedia_search_properties",
|
|
7427
|
+
"expedia_get_property_content",
|
|
7428
|
+
"expedia_get_rate_quote",
|
|
7429
|
+
"expedia_create_booking",
|
|
7430
|
+
"expedia_get_itinerary"
|
|
7431
|
+
];
|
|
7432
|
+
function expediaIntegration(config = {}) {
|
|
7433
|
+
const oauth = { provider: "expedia", clientId: config.clientId ?? getEnv("EXPEDIA_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("EXPEDIA_CLIENT_SECRET"), scopes: config.scopes ?? [...EXPEDIA_SCOPES], redirectUri: config.redirectUri, config };
|
|
7434
|
+
return {
|
|
7435
|
+
id: "expedia",
|
|
7436
|
+
name: "Expedia Rapid",
|
|
7437
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/expedia.png",
|
|
7438
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
7439
|
+
category: "Travel",
|
|
7440
|
+
tools: [...EXPEDIA_TOOLS],
|
|
7441
|
+
authType: "oauth",
|
|
7442
|
+
oauth,
|
|
7443
|
+
async onInit() {
|
|
7444
|
+
logger63.debug("Expedia Rapid integration initialized");
|
|
7445
|
+
},
|
|
7446
|
+
async onAfterConnect() {
|
|
7447
|
+
logger63.debug("Expedia Rapid integration connected");
|
|
7448
|
+
}
|
|
7449
|
+
};
|
|
7450
|
+
}
|
|
7451
|
+
// src/integrations/eventbrite.ts
|
|
7452
|
+
var logger64 = createLogger("Eventbrite");
|
|
7453
|
+
var EVENTBRITE_SCOPES = [
|
|
7454
|
+
"eventbrite"
|
|
7455
|
+
];
|
|
7456
|
+
var EVENTBRITE_TOOLS = [
|
|
7457
|
+
"eventbrite_get_user",
|
|
7458
|
+
"eventbrite_list_organizations",
|
|
7459
|
+
"eventbrite_list_events",
|
|
7460
|
+
"eventbrite_get_event",
|
|
7461
|
+
"eventbrite_create_event",
|
|
7462
|
+
"eventbrite_list_attendees"
|
|
7463
|
+
];
|
|
7464
|
+
function eventbriteIntegration(config = {}) {
|
|
7465
|
+
const oauth = { provider: "eventbrite", clientId: config.clientId ?? getEnv("EVENTBRITE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("EVENTBRITE_CLIENT_SECRET"), scopes: config.scopes ?? [...EVENTBRITE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7466
|
+
return {
|
|
7467
|
+
id: "eventbrite",
|
|
7468
|
+
name: "Eventbrite",
|
|
7469
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/eventbrite.png",
|
|
7470
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
7471
|
+
category: "Events & Ticketing",
|
|
7472
|
+
tools: [...EVENTBRITE_TOOLS],
|
|
7473
|
+
authType: "oauth",
|
|
7474
|
+
oauth,
|
|
7475
|
+
async onInit() {
|
|
7476
|
+
logger64.debug("Eventbrite integration initialized");
|
|
7477
|
+
},
|
|
7478
|
+
async onAfterConnect() {
|
|
7479
|
+
logger64.debug("Eventbrite integration connected");
|
|
7480
|
+
}
|
|
7481
|
+
};
|
|
7482
|
+
}
|
|
7483
|
+
// src/integrations/meetup.ts
|
|
7484
|
+
var logger65 = createLogger("Meetup");
|
|
7485
|
+
var MEETUP_SCOPES = [
|
|
7486
|
+
"basic",
|
|
7487
|
+
"event_management",
|
|
7488
|
+
"group_edit",
|
|
7489
|
+
"rsvp"
|
|
7490
|
+
];
|
|
7491
|
+
var MEETUP_TOOLS = [
|
|
7492
|
+
"meetup_get_self",
|
|
7493
|
+
"meetup_search_groups",
|
|
7494
|
+
"meetup_list_events",
|
|
7495
|
+
"meetup_get_event",
|
|
7496
|
+
"meetup_create_event",
|
|
7497
|
+
"meetup_rsvp_event"
|
|
7498
|
+
];
|
|
7499
|
+
function meetupIntegration(config = {}) {
|
|
7500
|
+
const oauth = { provider: "meetup", clientId: config.clientId ?? getEnv("MEETUP_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MEETUP_CLIENT_SECRET"), scopes: config.scopes ?? [...MEETUP_SCOPES], redirectUri: config.redirectUri, config };
|
|
7501
|
+
return {
|
|
7502
|
+
id: "meetup",
|
|
7503
|
+
name: "Meetup",
|
|
7504
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/meetup.png",
|
|
7505
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
7506
|
+
category: "Events & Ticketing",
|
|
7507
|
+
tools: [...MEETUP_TOOLS],
|
|
7508
|
+
authType: "oauth",
|
|
7509
|
+
oauth,
|
|
7510
|
+
async onInit() {
|
|
7511
|
+
logger65.debug("Meetup integration initialized");
|
|
7512
|
+
},
|
|
7513
|
+
async onAfterConnect() {
|
|
7514
|
+
logger65.debug("Meetup integration connected");
|
|
7515
|
+
}
|
|
7516
|
+
};
|
|
7517
|
+
}
|
|
7518
|
+
// src/integrations/universe.ts
|
|
7519
|
+
var logger66 = createLogger("Universe");
|
|
7520
|
+
var UNIVERSE_SCOPES = [
|
|
7521
|
+
"read",
|
|
7522
|
+
"write"
|
|
7523
|
+
];
|
|
7524
|
+
var UNIVERSE_TOOLS = [
|
|
7525
|
+
"universe_get_user",
|
|
7526
|
+
"universe_list_events",
|
|
7527
|
+
"universe_get_event",
|
|
7528
|
+
"universe_create_event",
|
|
7529
|
+
"universe_list_orders",
|
|
7530
|
+
"universe_list_attendees"
|
|
7531
|
+
];
|
|
7532
|
+
function universeIntegration(config = {}) {
|
|
7533
|
+
const oauth = { provider: "universe", clientId: config.clientId ?? getEnv("UNIVERSE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("UNIVERSE_CLIENT_SECRET"), scopes: config.scopes ?? [...UNIVERSE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7534
|
+
return {
|
|
7535
|
+
id: "universe",
|
|
7536
|
+
name: "Universe",
|
|
7537
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/universe.png",
|
|
7538
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
7539
|
+
category: "Events & Ticketing",
|
|
7540
|
+
tools: [...UNIVERSE_TOOLS],
|
|
7541
|
+
authType: "oauth",
|
|
7542
|
+
oauth,
|
|
7543
|
+
async onInit() {
|
|
7544
|
+
logger66.debug("Universe integration initialized");
|
|
7545
|
+
},
|
|
7546
|
+
async onAfterConnect() {
|
|
7547
|
+
logger66.debug("Universe integration connected");
|
|
7548
|
+
}
|
|
7549
|
+
};
|
|
7550
|
+
}
|
|
7551
|
+
// src/integrations/etsy.ts
|
|
7552
|
+
var logger67 = createLogger("Etsy");
|
|
7553
|
+
var ETSY_SCOPES = [
|
|
7554
|
+
"listings_r",
|
|
7555
|
+
"listings_w",
|
|
7556
|
+
"transactions_r",
|
|
7557
|
+
"transactions_w",
|
|
7558
|
+
"shops_r",
|
|
7559
|
+
"shops_w",
|
|
7560
|
+
"profile_r"
|
|
7561
|
+
];
|
|
7562
|
+
var ETSY_TOOLS = [
|
|
7563
|
+
"etsy_get_me",
|
|
7564
|
+
"etsy_get_shop",
|
|
7565
|
+
"etsy_list_shop_listings",
|
|
7566
|
+
"etsy_create_listing",
|
|
7567
|
+
"etsy_list_receipts",
|
|
7568
|
+
"etsy_update_inventory"
|
|
7569
|
+
];
|
|
7570
|
+
function etsyIntegration(config = {}) {
|
|
7571
|
+
const oauth = { provider: "etsy", clientId: config.clientId ?? getEnv("ETSY_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ETSY_CLIENT_SECRET"), scopes: config.scopes ?? [...ETSY_SCOPES], redirectUri: config.redirectUri, config };
|
|
7572
|
+
return {
|
|
7573
|
+
id: "etsy",
|
|
7574
|
+
name: "Etsy",
|
|
7575
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/etsy.png",
|
|
7576
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
7577
|
+
category: "Commerce",
|
|
7578
|
+
tools: [...ETSY_TOOLS],
|
|
7579
|
+
authType: "oauth",
|
|
7580
|
+
oauth,
|
|
7581
|
+
async onInit() {
|
|
7582
|
+
logger67.debug("Etsy integration initialized");
|
|
7583
|
+
},
|
|
7584
|
+
async onAfterConnect() {
|
|
7585
|
+
logger67.debug("Etsy integration connected");
|
|
7586
|
+
}
|
|
7587
|
+
};
|
|
7588
|
+
}
|
|
7589
|
+
// src/integrations/amazon.ts
|
|
7590
|
+
var logger68 = createLogger("Amazon Selling Partner");
|
|
7591
|
+
var AMAZON_SCOPES = [
|
|
7592
|
+
"sellingpartnerapi::notifications",
|
|
7593
|
+
"sellingpartnerapi::migration"
|
|
7594
|
+
];
|
|
7595
|
+
var AMAZON_TOOLS = [
|
|
7596
|
+
"amazon_search_catalog_items",
|
|
7597
|
+
"amazon_list_orders",
|
|
7598
|
+
"amazon_get_order",
|
|
7599
|
+
"amazon_list_inventory",
|
|
7600
|
+
"amazon_list_listings",
|
|
7601
|
+
"amazon_patch_listing"
|
|
7602
|
+
];
|
|
7603
|
+
function amazonIntegration(config = {}) {
|
|
7604
|
+
const oauth = { provider: "amazon", clientId: config.clientId ?? getEnv("AMAZON_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("AMAZON_CLIENT_SECRET"), scopes: config.scopes ?? [...AMAZON_SCOPES], redirectUri: config.redirectUri, config };
|
|
7605
|
+
return {
|
|
7606
|
+
id: "amazon",
|
|
7607
|
+
name: "Amazon Selling Partner",
|
|
7608
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amazon.png",
|
|
7609
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
7610
|
+
category: "Commerce",
|
|
7611
|
+
tools: [...AMAZON_TOOLS],
|
|
7612
|
+
authType: "oauth",
|
|
7613
|
+
oauth,
|
|
7614
|
+
async onInit() {
|
|
7615
|
+
logger68.debug("Amazon Selling Partner integration initialized");
|
|
7616
|
+
},
|
|
7617
|
+
async onAfterConnect() {
|
|
7618
|
+
logger68.debug("Amazon Selling Partner integration connected");
|
|
7619
|
+
}
|
|
7620
|
+
};
|
|
7621
|
+
}
|
|
7622
|
+
// src/integrations/bigcommerce.ts
|
|
7623
|
+
var logger69 = createLogger("BigCommerce");
|
|
7624
|
+
var BIGCOMMERCE_SCOPES = [
|
|
7625
|
+
"store_v2_products",
|
|
7626
|
+
"store_v2_orders",
|
|
7627
|
+
"store_v2_customers",
|
|
7628
|
+
"store_v2_information"
|
|
7629
|
+
];
|
|
7630
|
+
var BIGCOMMERCE_TOOLS = [
|
|
7631
|
+
"bigcommerce_list_products",
|
|
7632
|
+
"bigcommerce_get_product",
|
|
7633
|
+
"bigcommerce_create_product",
|
|
7634
|
+
"bigcommerce_list_orders",
|
|
7635
|
+
"bigcommerce_get_order",
|
|
7636
|
+
"bigcommerce_list_customers"
|
|
7637
|
+
];
|
|
7638
|
+
function bigcommerceIntegration(config = {}) {
|
|
7639
|
+
const oauth = { provider: "bigcommerce", clientId: config.clientId ?? getEnv("BIGCOMMERCE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("BIGCOMMERCE_CLIENT_SECRET"), scopes: config.scopes ?? [...BIGCOMMERCE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7640
|
+
return {
|
|
7641
|
+
id: "bigcommerce",
|
|
7642
|
+
name: "BigCommerce",
|
|
7643
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bigcommerce.png",
|
|
7644
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
7645
|
+
category: "Commerce",
|
|
7646
|
+
tools: [...BIGCOMMERCE_TOOLS],
|
|
7647
|
+
authType: "oauth",
|
|
7648
|
+
oauth,
|
|
7649
|
+
getHeaders() {
|
|
7650
|
+
const headers = {};
|
|
7651
|
+
if (config.store_hash)
|
|
7652
|
+
headers["X-BigCommerce-Store-Hash"] = config.store_hash;
|
|
7653
|
+
return headers;
|
|
7654
|
+
},
|
|
7655
|
+
async onInit() {
|
|
7656
|
+
logger69.debug("BigCommerce integration initialized");
|
|
7657
|
+
},
|
|
7658
|
+
async onAfterConnect() {
|
|
7659
|
+
logger69.debug("BigCommerce integration connected");
|
|
7660
|
+
}
|
|
7661
|
+
};
|
|
7662
|
+
}
|
|
7663
|
+
// src/integrations/foursquare.ts
|
|
7664
|
+
var logger70 = createLogger("Foursquare");
|
|
7665
|
+
var FOURSQUARE_SCOPES = [
|
|
7666
|
+
"places",
|
|
7667
|
+
"tips",
|
|
7668
|
+
"photos"
|
|
7669
|
+
];
|
|
7670
|
+
var FOURSQUARE_TOOLS = [
|
|
7671
|
+
"foursquare_search_places",
|
|
7672
|
+
"foursquare_get_place",
|
|
7673
|
+
"foursquare_get_place_tips",
|
|
7674
|
+
"foursquare_get_place_photos",
|
|
7675
|
+
"foursquare_autocomplete_places"
|
|
7676
|
+
];
|
|
7677
|
+
function foursquareIntegration(config = {}) {
|
|
7678
|
+
const oauth = { provider: "foursquare", clientId: config.clientId ?? getEnv("FOURSQUARE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("FOURSQUARE_CLIENT_SECRET"), scopes: config.scopes ?? [...FOURSQUARE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7679
|
+
return {
|
|
7680
|
+
id: "foursquare",
|
|
7681
|
+
name: "Foursquare",
|
|
7682
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/foursquare.png",
|
|
7683
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
7684
|
+
category: "Food",
|
|
7685
|
+
tools: [...FOURSQUARE_TOOLS],
|
|
7686
|
+
authType: "oauth",
|
|
7687
|
+
oauth,
|
|
7688
|
+
async onInit() {
|
|
7689
|
+
logger70.debug("Foursquare integration initialized");
|
|
7690
|
+
},
|
|
7691
|
+
async onAfterConnect() {
|
|
7692
|
+
logger70.debug("Foursquare integration connected");
|
|
7693
|
+
}
|
|
7694
|
+
};
|
|
7695
|
+
}
|
|
7696
|
+
// src/integrations/uber_eats.ts
|
|
7697
|
+
var logger71 = createLogger("Uber Eats");
|
|
7698
|
+
var UBER_EATS_SCOPES = [
|
|
7699
|
+
"eats.store",
|
|
7700
|
+
"eats.order",
|
|
7701
|
+
"eats.report"
|
|
7702
|
+
];
|
|
7703
|
+
var UBER_EATS_TOOLS = [
|
|
7704
|
+
"uber_eats_list_stores",
|
|
7705
|
+
"uber_eats_get_store",
|
|
7706
|
+
"uber_eats_list_orders",
|
|
7707
|
+
"uber_eats_get_order",
|
|
7708
|
+
"uber_eats_update_order_status",
|
|
7709
|
+
"uber_eats_get_menu"
|
|
7710
|
+
];
|
|
7711
|
+
function uberEatsIntegration(config = {}) {
|
|
7712
|
+
const oauth = { provider: "uber_eats", clientId: config.clientId ?? getEnv("UBER_EATS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("UBER_EATS_CLIENT_SECRET"), scopes: config.scopes ?? [...UBER_EATS_SCOPES], redirectUri: config.redirectUri, config };
|
|
7713
|
+
return {
|
|
7714
|
+
id: "uber_eats",
|
|
7715
|
+
name: "Uber Eats",
|
|
7716
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/uber_eats.png",
|
|
7717
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
7718
|
+
category: "Food",
|
|
7719
|
+
tools: [...UBER_EATS_TOOLS],
|
|
7720
|
+
authType: "oauth",
|
|
7721
|
+
oauth,
|
|
7722
|
+
async onInit() {
|
|
7723
|
+
logger71.debug("Uber Eats integration initialized");
|
|
7724
|
+
},
|
|
7725
|
+
async onAfterConnect() {
|
|
7726
|
+
logger71.debug("Uber Eats integration connected");
|
|
7727
|
+
}
|
|
7728
|
+
};
|
|
7729
|
+
}
|
|
7730
|
+
// src/integrations/wordpress.ts
|
|
7731
|
+
var logger72 = createLogger("WordPress");
|
|
7732
|
+
var WORDPRESS_SCOPES = [
|
|
7733
|
+
"global"
|
|
7734
|
+
];
|
|
7735
|
+
var WORDPRESS_TOOLS = [
|
|
7736
|
+
"wordpress_get_site",
|
|
7737
|
+
"wordpress_list_posts",
|
|
7738
|
+
"wordpress_get_post",
|
|
7739
|
+
"wordpress_create_post",
|
|
7740
|
+
"wordpress_update_post",
|
|
7741
|
+
"wordpress_list_media"
|
|
7742
|
+
];
|
|
7743
|
+
function wordpressIntegration(config = {}) {
|
|
7744
|
+
const oauth = { provider: "wordpress", clientId: config.clientId ?? getEnv("WORDPRESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("WORDPRESS_CLIENT_SECRET"), scopes: config.scopes ?? [...WORDPRESS_SCOPES], redirectUri: config.redirectUri, config };
|
|
7745
|
+
return {
|
|
7746
|
+
id: "wordpress",
|
|
7747
|
+
name: "WordPress",
|
|
7748
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/wordpress.png",
|
|
7749
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
7750
|
+
category: "CMS",
|
|
7751
|
+
tools: [...WORDPRESS_TOOLS],
|
|
7752
|
+
authType: "oauth",
|
|
7753
|
+
oauth,
|
|
7754
|
+
getHeaders() {
|
|
7755
|
+
const headers = {};
|
|
7756
|
+
if (config.site)
|
|
7757
|
+
headers["X-WordPress-Site"] = config.site;
|
|
7758
|
+
return headers;
|
|
7759
|
+
},
|
|
7760
|
+
async onInit() {
|
|
7761
|
+
logger72.debug("WordPress integration initialized");
|
|
7762
|
+
},
|
|
7763
|
+
async onAfterConnect() {
|
|
7764
|
+
logger72.debug("WordPress integration connected");
|
|
7765
|
+
}
|
|
7766
|
+
};
|
|
7767
|
+
}
|
|
7768
|
+
// src/integrations/contentful.ts
|
|
7769
|
+
var logger73 = createLogger("Contentful");
|
|
7770
|
+
var CONTENTFUL_SCOPES = [
|
|
7771
|
+
"content_management_manage"
|
|
7772
|
+
];
|
|
7773
|
+
var CONTENTFUL_TOOLS = [
|
|
7774
|
+
"contentful_list_spaces",
|
|
7775
|
+
"contentful_get_space",
|
|
7776
|
+
"contentful_list_entries",
|
|
7777
|
+
"contentful_get_entry",
|
|
7778
|
+
"contentful_create_entry",
|
|
7779
|
+
"contentful_publish_entry"
|
|
7780
|
+
];
|
|
7781
|
+
function contentfulIntegration(config = {}) {
|
|
7782
|
+
const oauth = { provider: "contentful", clientId: config.clientId ?? getEnv("CONTENTFUL_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("CONTENTFUL_CLIENT_SECRET"), scopes: config.scopes ?? [...CONTENTFUL_SCOPES], redirectUri: config.redirectUri, config };
|
|
7783
|
+
return {
|
|
7784
|
+
id: "contentful",
|
|
7785
|
+
name: "Contentful",
|
|
7786
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/contentful.png",
|
|
7787
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
7788
|
+
category: "CMS",
|
|
7789
|
+
tools: [...CONTENTFUL_TOOLS],
|
|
7790
|
+
authType: "oauth",
|
|
7791
|
+
oauth,
|
|
7792
|
+
async onInit() {
|
|
7793
|
+
logger73.debug("Contentful integration initialized");
|
|
7794
|
+
},
|
|
7795
|
+
async onAfterConnect() {
|
|
7796
|
+
logger73.debug("Contentful integration connected");
|
|
7797
|
+
}
|
|
7798
|
+
};
|
|
7799
|
+
}
|
|
7800
|
+
// src/integrations/canvas_lms.ts
|
|
7801
|
+
var logger74 = createLogger("Canvas LMS");
|
|
7802
|
+
var CANVAS_LMS_SCOPES = [
|
|
7803
|
+
"url:GET|/api/v1/courses",
|
|
7804
|
+
"url:GET|/api/v1/users/:id/profile",
|
|
7805
|
+
"url:POST|/api/v1/courses/:course_id/assignments"
|
|
7806
|
+
];
|
|
7807
|
+
var CANVAS_LMS_TOOLS = [
|
|
7808
|
+
"canvas_lms_list_courses",
|
|
7809
|
+
"canvas_lms_get_course",
|
|
7810
|
+
"canvas_lms_list_assignments",
|
|
7811
|
+
"canvas_lms_create_assignment",
|
|
7812
|
+
"canvas_lms_list_submissions",
|
|
7813
|
+
"canvas_lms_list_users"
|
|
7814
|
+
];
|
|
7815
|
+
function canvasLmsIntegration(config = {}) {
|
|
7816
|
+
const oauth = { provider: "canvas_lms", clientId: config.clientId ?? getEnv("CANVAS_LMS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("CANVAS_LMS_CLIENT_SECRET"), scopes: config.scopes ?? [...CANVAS_LMS_SCOPES], redirectUri: config.redirectUri, config };
|
|
7817
|
+
return {
|
|
7818
|
+
id: "canvas_lms",
|
|
7819
|
+
name: "Canvas LMS",
|
|
7820
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/canvas_lms.png",
|
|
7821
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
7822
|
+
category: "Education",
|
|
7823
|
+
tools: [...CANVAS_LMS_TOOLS],
|
|
7824
|
+
authType: "oauth",
|
|
7825
|
+
oauth,
|
|
7826
|
+
getHeaders() {
|
|
7827
|
+
const headers = {};
|
|
7828
|
+
if (config.canvas_domain)
|
|
7829
|
+
headers["X-Canvas-Domain"] = config.canvas_domain;
|
|
7830
|
+
return headers;
|
|
7831
|
+
},
|
|
7832
|
+
async onInit() {
|
|
7833
|
+
logger74.debug("Canvas LMS integration initialized");
|
|
7834
|
+
},
|
|
7835
|
+
async onAfterConnect() {
|
|
7836
|
+
logger74.debug("Canvas LMS integration connected");
|
|
7837
|
+
}
|
|
7838
|
+
};
|
|
7839
|
+
}
|
|
7840
|
+
// src/integrations/google_classroom.ts
|
|
7841
|
+
var logger75 = createLogger("Google Classroom");
|
|
7842
|
+
var GOOGLE_CLASSROOM_SCOPES = [
|
|
7843
|
+
"https://www.googleapis.com/auth/classroom.courses",
|
|
7844
|
+
"https://www.googleapis.com/auth/classroom.coursework.me",
|
|
7845
|
+
"https://www.googleapis.com/auth/classroom.rosters",
|
|
7846
|
+
"https://www.googleapis.com/auth/classroom.profile.emails"
|
|
7847
|
+
];
|
|
7848
|
+
var GOOGLE_CLASSROOM_TOOLS = [
|
|
7849
|
+
"google_classroom_list_courses",
|
|
7850
|
+
"google_classroom_get_course",
|
|
7851
|
+
"google_classroom_create_course",
|
|
7852
|
+
"google_classroom_list_coursework",
|
|
7853
|
+
"google_classroom_create_coursework",
|
|
7854
|
+
"google_classroom_list_students"
|
|
7855
|
+
];
|
|
7856
|
+
function googleClassroomIntegration(config = {}) {
|
|
7857
|
+
const oauth = { provider: "google_classroom", clientId: config.clientId ?? getEnv("GOOGLE_CLASSROOM_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOOGLE_CLASSROOM_CLIENT_SECRET"), scopes: config.scopes ?? [...GOOGLE_CLASSROOM_SCOPES], redirectUri: config.redirectUri, config };
|
|
7858
|
+
return {
|
|
7859
|
+
id: "google_classroom",
|
|
7860
|
+
name: "Google Classroom",
|
|
7861
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_classroom.png",
|
|
7862
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
7863
|
+
category: "Education",
|
|
7864
|
+
tools: [...GOOGLE_CLASSROOM_TOOLS],
|
|
7865
|
+
authType: "oauth",
|
|
7866
|
+
oauth,
|
|
7867
|
+
async onInit() {
|
|
7868
|
+
logger75.debug("Google Classroom integration initialized");
|
|
7869
|
+
},
|
|
7870
|
+
async onAfterConnect() {
|
|
7871
|
+
logger75.debug("Google Classroom integration connected");
|
|
7872
|
+
}
|
|
7873
|
+
};
|
|
7874
|
+
}
|
|
7875
|
+
// src/integrations/microsoft_graph_education.ts
|
|
7876
|
+
var logger76 = createLogger("Microsoft Graph Education");
|
|
7877
|
+
var MICROSOFT_GRAPH_EDUCATION_SCOPES = [
|
|
7878
|
+
"EduRoster.ReadWrite",
|
|
7879
|
+
"EduAssignments.ReadWrite",
|
|
7880
|
+
"offline_access"
|
|
7881
|
+
];
|
|
7882
|
+
var MICROSOFT_GRAPH_EDUCATION_TOOLS = [
|
|
7883
|
+
"microsoft_graph_education_list_classes",
|
|
7884
|
+
"microsoft_graph_education_get_class",
|
|
7885
|
+
"microsoft_graph_education_list_users",
|
|
7886
|
+
"microsoft_graph_education_list_assignments",
|
|
7887
|
+
"microsoft_graph_education_create_assignment",
|
|
7888
|
+
"microsoft_graph_education_list_schools"
|
|
7889
|
+
];
|
|
7890
|
+
function microsoftGraphEducationIntegration(config = {}) {
|
|
7891
|
+
const oauth = { provider: "microsoft_graph_education", clientId: config.clientId ?? getEnv("MICROSOFT_GRAPH_EDUCATION_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MICROSOFT_GRAPH_EDUCATION_CLIENT_SECRET"), scopes: config.scopes ?? [...MICROSOFT_GRAPH_EDUCATION_SCOPES], redirectUri: config.redirectUri, config };
|
|
7892
|
+
return {
|
|
7893
|
+
id: "microsoft_graph_education",
|
|
7894
|
+
name: "Microsoft Graph Education",
|
|
7895
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_graph_education.png",
|
|
7896
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
7897
|
+
category: "Education",
|
|
7898
|
+
tools: [...MICROSOFT_GRAPH_EDUCATION_TOOLS],
|
|
7899
|
+
authType: "oauth",
|
|
7900
|
+
oauth,
|
|
7901
|
+
async onInit() {
|
|
7902
|
+
logger76.debug("Microsoft Graph Education integration initialized");
|
|
7903
|
+
},
|
|
7904
|
+
async onAfterConnect() {
|
|
7905
|
+
logger76.debug("Microsoft Graph Education integration connected");
|
|
7906
|
+
}
|
|
7907
|
+
};
|
|
7908
|
+
}
|
|
7909
|
+
// src/integrations/lever.ts
|
|
7910
|
+
var logger77 = createLogger("Lever");
|
|
7911
|
+
var LEVER_SCOPES = [
|
|
7912
|
+
"opportunities:read",
|
|
7913
|
+
"opportunities:write",
|
|
7914
|
+
"postings:read",
|
|
7915
|
+
"postings:write",
|
|
7916
|
+
"users:read",
|
|
7917
|
+
"offline_access"
|
|
7918
|
+
];
|
|
7919
|
+
var LEVER_TOOLS = [
|
|
7920
|
+
"lever_list_opportunities",
|
|
7921
|
+
"lever_get_opportunity",
|
|
7922
|
+
"lever_create_opportunity",
|
|
7923
|
+
"lever_list_postings",
|
|
7924
|
+
"lever_list_users",
|
|
7925
|
+
"lever_list_stages"
|
|
7926
|
+
];
|
|
7927
|
+
function leverIntegration(config = {}) {
|
|
7928
|
+
const oauth = { provider: "lever", clientId: config.clientId ?? getEnv("LEVER_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("LEVER_CLIENT_SECRET"), scopes: config.scopes ?? [...LEVER_SCOPES], redirectUri: config.redirectUri, config };
|
|
7929
|
+
return {
|
|
7930
|
+
id: "lever",
|
|
7931
|
+
name: "Lever",
|
|
7932
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/lever.png",
|
|
7933
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
7934
|
+
category: "HR & Recruiting",
|
|
7935
|
+
tools: [...LEVER_TOOLS],
|
|
7936
|
+
authType: "oauth",
|
|
7937
|
+
oauth,
|
|
7938
|
+
async onInit() {
|
|
7939
|
+
logger77.debug("Lever integration initialized");
|
|
7940
|
+
},
|
|
7941
|
+
async onAfterConnect() {
|
|
7942
|
+
logger77.debug("Lever integration connected");
|
|
7943
|
+
}
|
|
7944
|
+
};
|
|
7945
|
+
}
|
|
7946
|
+
// src/integrations/greenhouse.ts
|
|
7947
|
+
var logger78 = createLogger("Greenhouse");
|
|
7948
|
+
var GREENHOUSE_SCOPES = [
|
|
7949
|
+
"candidates:read",
|
|
7950
|
+
"candidates:write",
|
|
7951
|
+
"jobs:read",
|
|
7952
|
+
"applications:read",
|
|
7953
|
+
"users:read"
|
|
7954
|
+
];
|
|
7955
|
+
var GREENHOUSE_TOOLS = [
|
|
7956
|
+
"greenhouse_list_candidates",
|
|
7957
|
+
"greenhouse_get_candidate",
|
|
7958
|
+
"greenhouse_create_candidate",
|
|
7959
|
+
"greenhouse_list_jobs",
|
|
7960
|
+
"greenhouse_list_applications",
|
|
7961
|
+
"greenhouse_list_users"
|
|
7962
|
+
];
|
|
7963
|
+
function greenhouseIntegration(config = {}) {
|
|
7964
|
+
const oauth = { provider: "greenhouse", clientId: config.clientId ?? getEnv("GREENHOUSE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GREENHOUSE_CLIENT_SECRET"), scopes: config.scopes ?? [...GREENHOUSE_SCOPES], redirectUri: config.redirectUri, config };
|
|
7965
|
+
return {
|
|
7966
|
+
id: "greenhouse",
|
|
7967
|
+
name: "Greenhouse",
|
|
7968
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/greenhouse.png",
|
|
7969
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
7970
|
+
category: "HR & Recruiting",
|
|
7971
|
+
tools: [...GREENHOUSE_TOOLS],
|
|
7972
|
+
authType: "oauth",
|
|
7973
|
+
oauth,
|
|
7974
|
+
async onInit() {
|
|
7975
|
+
logger78.debug("Greenhouse integration initialized");
|
|
7976
|
+
},
|
|
7977
|
+
async onAfterConnect() {
|
|
7978
|
+
logger78.debug("Greenhouse integration connected");
|
|
7979
|
+
}
|
|
7980
|
+
};
|
|
7981
|
+
}
|
|
7982
|
+
// src/integrations/bamboohr.ts
|
|
7983
|
+
var logger79 = createLogger("BambooHR");
|
|
7984
|
+
var BAMBOOHR_SCOPES = [
|
|
7985
|
+
"employee.read",
|
|
7986
|
+
"employee.write",
|
|
7987
|
+
"time_off.read",
|
|
7988
|
+
"time_off.write"
|
|
7989
|
+
];
|
|
7990
|
+
var BAMBOOHR_TOOLS = [
|
|
7991
|
+
"bamboohr_get_company_report",
|
|
7992
|
+
"bamboohr_list_employees",
|
|
7993
|
+
"bamboohr_get_employee",
|
|
7994
|
+
"bamboohr_update_employee",
|
|
7995
|
+
"bamboohr_list_time_off_requests",
|
|
7996
|
+
"bamboohr_create_time_off_request"
|
|
7997
|
+
];
|
|
7998
|
+
function bamboohrIntegration(config = {}) {
|
|
7999
|
+
const oauth = { provider: "bamboohr", clientId: config.clientId ?? getEnv("BAMBOOHR_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("BAMBOOHR_CLIENT_SECRET"), scopes: config.scopes ?? [...BAMBOOHR_SCOPES], redirectUri: config.redirectUri, config };
|
|
8000
|
+
return {
|
|
8001
|
+
id: "bamboohr",
|
|
8002
|
+
name: "BambooHR",
|
|
8003
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bamboohr.png",
|
|
8004
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
8005
|
+
category: "HR & Recruiting",
|
|
8006
|
+
tools: [...BAMBOOHR_TOOLS],
|
|
8007
|
+
authType: "oauth",
|
|
8008
|
+
oauth,
|
|
8009
|
+
getHeaders() {
|
|
8010
|
+
const headers = {};
|
|
8011
|
+
if (config.company_domain)
|
|
8012
|
+
headers["X-BambooHR-Company-Domain"] = config.company_domain;
|
|
8013
|
+
return headers;
|
|
8014
|
+
},
|
|
8015
|
+
async onInit() {
|
|
8016
|
+
logger79.debug("BambooHR integration initialized");
|
|
8017
|
+
},
|
|
8018
|
+
async onAfterConnect() {
|
|
8019
|
+
logger79.debug("BambooHR integration connected");
|
|
8020
|
+
}
|
|
8021
|
+
};
|
|
8022
|
+
}
|
|
8023
|
+
// src/integrations/snowflake.ts
|
|
8024
|
+
var logger80 = createLogger("Snowflake");
|
|
8025
|
+
var SNOWFLAKE_SCOPES = [
|
|
8026
|
+
"session:role-any"
|
|
8027
|
+
];
|
|
8028
|
+
var SNOWFLAKE_TOOLS = [
|
|
8029
|
+
"snowflake_submit_statement",
|
|
8030
|
+
"snowflake_get_statement",
|
|
8031
|
+
"snowflake_cancel_statement",
|
|
8032
|
+
"snowflake_list_databases",
|
|
8033
|
+
"snowflake_list_warehouses"
|
|
8034
|
+
];
|
|
8035
|
+
function snowflakeIntegration(config = {}) {
|
|
8036
|
+
const oauth = { provider: "snowflake", clientId: config.clientId ?? getEnv("SNOWFLAKE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SNOWFLAKE_CLIENT_SECRET"), scopes: config.scopes ?? [...SNOWFLAKE_SCOPES], redirectUri: config.redirectUri, config };
|
|
8037
|
+
return {
|
|
8038
|
+
id: "snowflake",
|
|
8039
|
+
name: "Snowflake",
|
|
8040
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/snowflake.png",
|
|
8041
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
8042
|
+
category: "Data & BI",
|
|
8043
|
+
tools: [...SNOWFLAKE_TOOLS],
|
|
8044
|
+
authType: "oauth",
|
|
8045
|
+
oauth,
|
|
8046
|
+
getHeaders() {
|
|
8047
|
+
const headers = {};
|
|
8048
|
+
if (config.account)
|
|
8049
|
+
headers["X-Snowflake-Account"] = config.account;
|
|
8050
|
+
return headers;
|
|
8051
|
+
},
|
|
8052
|
+
async onInit() {
|
|
8053
|
+
logger80.debug("Snowflake integration initialized");
|
|
8054
|
+
},
|
|
8055
|
+
async onAfterConnect() {
|
|
8056
|
+
logger80.debug("Snowflake integration connected");
|
|
8057
|
+
}
|
|
8058
|
+
};
|
|
8059
|
+
}
|
|
8060
|
+
// src/integrations/bigquery.ts
|
|
8061
|
+
var logger81 = createLogger("BigQuery");
|
|
8062
|
+
var BIGQUERY_SCOPES = [
|
|
8063
|
+
"https://www.googleapis.com/auth/bigquery",
|
|
8064
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
|
8065
|
+
];
|
|
8066
|
+
var BIGQUERY_TOOLS = [
|
|
8067
|
+
"bigquery_list_projects",
|
|
8068
|
+
"bigquery_list_datasets",
|
|
8069
|
+
"bigquery_list_tables",
|
|
8070
|
+
"bigquery_get_table",
|
|
8071
|
+
"bigquery_query",
|
|
8072
|
+
"bigquery_list_jobs"
|
|
8073
|
+
];
|
|
8074
|
+
function bigqueryIntegration(config = {}) {
|
|
8075
|
+
const oauth = { provider: "bigquery", clientId: config.clientId ?? getEnv("BIGQUERY_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("BIGQUERY_CLIENT_SECRET"), scopes: config.scopes ?? [...BIGQUERY_SCOPES], redirectUri: config.redirectUri, config };
|
|
8076
|
+
return {
|
|
8077
|
+
id: "bigquery",
|
|
8078
|
+
name: "BigQuery",
|
|
8079
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bigquery.png",
|
|
8080
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
8081
|
+
category: "Data & BI",
|
|
8082
|
+
tools: [...BIGQUERY_TOOLS],
|
|
8083
|
+
authType: "oauth",
|
|
8084
|
+
oauth,
|
|
8085
|
+
async onInit() {
|
|
8086
|
+
logger81.debug("BigQuery integration initialized");
|
|
8087
|
+
},
|
|
8088
|
+
async onAfterConnect() {
|
|
8089
|
+
logger81.debug("BigQuery integration connected");
|
|
8090
|
+
}
|
|
8091
|
+
};
|
|
8092
|
+
}
|
|
8093
|
+
// src/integrations/looker.ts
|
|
8094
|
+
var logger82 = createLogger("Looker");
|
|
8095
|
+
var LOOKER_SCOPES = [
|
|
8096
|
+
"read",
|
|
8097
|
+
"write"
|
|
8098
|
+
];
|
|
8099
|
+
var LOOKER_TOOLS = [
|
|
8100
|
+
"looker_me",
|
|
8101
|
+
"looker_search_dashboards",
|
|
8102
|
+
"looker_get_dashboard",
|
|
8103
|
+
"looker_run_query",
|
|
8104
|
+
"looker_list_looks",
|
|
8105
|
+
"looker_get_look"
|
|
8106
|
+
];
|
|
8107
|
+
function lookerIntegration(config = {}) {
|
|
8108
|
+
const oauth = { provider: "looker", clientId: config.clientId ?? getEnv("LOOKER_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("LOOKER_CLIENT_SECRET"), scopes: config.scopes ?? [...LOOKER_SCOPES], redirectUri: config.redirectUri, config };
|
|
8109
|
+
return {
|
|
8110
|
+
id: "looker",
|
|
8111
|
+
name: "Looker",
|
|
8112
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/looker.png",
|
|
8113
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
8114
|
+
category: "Data & BI",
|
|
8115
|
+
tools: [...LOOKER_TOOLS],
|
|
8116
|
+
authType: "oauth",
|
|
8117
|
+
oauth,
|
|
8118
|
+
getHeaders() {
|
|
8119
|
+
const headers = {};
|
|
8120
|
+
if (config.looker_base_url)
|
|
8121
|
+
headers["X-Looker-Base-Url"] = config.looker_base_url;
|
|
8122
|
+
return headers;
|
|
8123
|
+
},
|
|
8124
|
+
async onInit() {
|
|
8125
|
+
logger82.debug("Looker integration initialized");
|
|
8126
|
+
},
|
|
8127
|
+
async onAfterConnect() {
|
|
8128
|
+
logger82.debug("Looker integration connected");
|
|
8129
|
+
}
|
|
8130
|
+
};
|
|
8131
|
+
}
|
|
8132
|
+
// src/integrations/tableau.ts
|
|
8133
|
+
var logger83 = createLogger("Tableau");
|
|
8134
|
+
var TABLEAU_SCOPES = [
|
|
8135
|
+
"tableau:content:read",
|
|
8136
|
+
"tableau:content:write",
|
|
8137
|
+
"tableau:users:read"
|
|
8138
|
+
];
|
|
8139
|
+
var TABLEAU_TOOLS = [
|
|
8140
|
+
"tableau_list_sites",
|
|
8141
|
+
"tableau_list_workbooks",
|
|
8142
|
+
"tableau_get_workbook",
|
|
8143
|
+
"tableau_list_views",
|
|
8144
|
+
"tableau_list_datasources",
|
|
8145
|
+
"tableau_run_query_view_data"
|
|
8146
|
+
];
|
|
8147
|
+
function tableauIntegration(config = {}) {
|
|
8148
|
+
const oauth = { provider: "tableau", clientId: config.clientId ?? getEnv("TABLEAU_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TABLEAU_CLIENT_SECRET"), scopes: config.scopes ?? [...TABLEAU_SCOPES], redirectUri: config.redirectUri, config };
|
|
8149
|
+
return {
|
|
8150
|
+
id: "tableau",
|
|
8151
|
+
name: "Tableau",
|
|
8152
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tableau.png",
|
|
8153
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
8154
|
+
category: "Data & BI",
|
|
8155
|
+
tools: [...TABLEAU_TOOLS],
|
|
8156
|
+
authType: "oauth",
|
|
8157
|
+
oauth,
|
|
8158
|
+
getHeaders() {
|
|
8159
|
+
const headers = {};
|
|
8160
|
+
if (config.tableau_base_url)
|
|
8161
|
+
headers["X-Tableau-Base-Url"] = config.tableau_base_url;
|
|
8162
|
+
return headers;
|
|
8163
|
+
},
|
|
8164
|
+
async onInit() {
|
|
8165
|
+
logger83.debug("Tableau integration initialized");
|
|
8166
|
+
},
|
|
8167
|
+
async onAfterConnect() {
|
|
8168
|
+
logger83.debug("Tableau integration connected");
|
|
8169
|
+
}
|
|
8170
|
+
};
|
|
8171
|
+
}
|
|
8172
|
+
// src/integrations/dropbox_sign.ts
|
|
8173
|
+
var logger84 = createLogger("Dropbox Sign");
|
|
8174
|
+
var DROPBOX_SIGN_SCOPES = [
|
|
8175
|
+
"basic_account_info",
|
|
8176
|
+
"request_signature",
|
|
8177
|
+
"signature_request_access"
|
|
8178
|
+
];
|
|
8179
|
+
var DROPBOX_SIGN_TOOLS = [
|
|
8180
|
+
"dropbox_sign_get_account",
|
|
8181
|
+
"dropbox_sign_list_signature_requests",
|
|
8182
|
+
"dropbox_sign_get_signature_request",
|
|
8183
|
+
"dropbox_sign_send_signature_request",
|
|
8184
|
+
"dropbox_sign_list_templates",
|
|
8185
|
+
"dropbox_sign_get_template"
|
|
8186
|
+
];
|
|
8187
|
+
function dropboxSignIntegration(config = {}) {
|
|
8188
|
+
const oauth = { provider: "dropbox_sign", clientId: config.clientId ?? getEnv("DROPBOX_SIGN_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("DROPBOX_SIGN_CLIENT_SECRET"), scopes: config.scopes ?? [...DROPBOX_SIGN_SCOPES], redirectUri: config.redirectUri, config };
|
|
8189
|
+
return {
|
|
8190
|
+
id: "dropbox_sign",
|
|
8191
|
+
name: "Dropbox Sign",
|
|
8192
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dropbox_sign.png",
|
|
8193
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
8194
|
+
category: "Legal",
|
|
8195
|
+
tools: [...DROPBOX_SIGN_TOOLS],
|
|
8196
|
+
authType: "oauth",
|
|
8197
|
+
oauth,
|
|
8198
|
+
async onInit() {
|
|
8199
|
+
logger84.debug("Dropbox Sign integration initialized");
|
|
8200
|
+
},
|
|
8201
|
+
async onAfterConnect() {
|
|
8202
|
+
logger84.debug("Dropbox Sign integration connected");
|
|
8203
|
+
}
|
|
8204
|
+
};
|
|
8205
|
+
}
|
|
8206
|
+
// src/integrations/adobe_acrobat_sign.ts
|
|
8207
|
+
var logger85 = createLogger("Adobe Acrobat Sign");
|
|
8208
|
+
var ADOBE_ACROBAT_SIGN_SCOPES = [
|
|
8209
|
+
"user_read",
|
|
8210
|
+
"agreement_read",
|
|
8211
|
+
"agreement_write",
|
|
8212
|
+
"library_read",
|
|
8213
|
+
"library_write"
|
|
8214
|
+
];
|
|
8215
|
+
var ADOBE_ACROBAT_SIGN_TOOLS = [
|
|
8216
|
+
"adobe_acrobat_sign_get_user",
|
|
8217
|
+
"adobe_acrobat_sign_list_agreements",
|
|
8218
|
+
"adobe_acrobat_sign_get_agreement",
|
|
8219
|
+
"adobe_acrobat_sign_create_agreement",
|
|
8220
|
+
"adobe_acrobat_sign_list_library_documents",
|
|
8221
|
+
"adobe_acrobat_sign_get_signing_urls"
|
|
8222
|
+
];
|
|
8223
|
+
function adobeAcrobatSignIntegration(config = {}) {
|
|
8224
|
+
const oauth = { provider: "adobe_acrobat_sign", clientId: config.clientId ?? getEnv("ADOBE_ACROBAT_SIGN_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ADOBE_ACROBAT_SIGN_CLIENT_SECRET"), scopes: config.scopes ?? [...ADOBE_ACROBAT_SIGN_SCOPES], redirectUri: config.redirectUri, config };
|
|
8225
|
+
return {
|
|
8226
|
+
id: "adobe_acrobat_sign",
|
|
8227
|
+
name: "Adobe Acrobat Sign",
|
|
8228
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/adobe_acrobat_sign.png",
|
|
8229
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
8230
|
+
category: "Legal",
|
|
8231
|
+
tools: [...ADOBE_ACROBAT_SIGN_TOOLS],
|
|
8232
|
+
authType: "oauth",
|
|
8233
|
+
oauth,
|
|
8234
|
+
async onInit() {
|
|
8235
|
+
logger85.debug("Adobe Acrobat Sign integration initialized");
|
|
8236
|
+
},
|
|
8237
|
+
async onAfterConnect() {
|
|
8238
|
+
logger85.debug("Adobe Acrobat Sign integration connected");
|
|
8239
|
+
}
|
|
8240
|
+
};
|
|
8241
|
+
}
|
|
8242
|
+
// src/integrations/pandadoc.ts
|
|
8243
|
+
var logger86 = createLogger("PandaDoc");
|
|
8244
|
+
var PANDADOC_SCOPES = [
|
|
8245
|
+
"read+write"
|
|
8246
|
+
];
|
|
8247
|
+
var PANDADOC_TOOLS = [
|
|
8248
|
+
"pandadoc_list_documents",
|
|
8249
|
+
"pandadoc_get_document",
|
|
8250
|
+
"pandadoc_create_document",
|
|
8251
|
+
"pandadoc_send_document",
|
|
8252
|
+
"pandadoc_list_templates",
|
|
8253
|
+
"pandadoc_create_session"
|
|
8254
|
+
];
|
|
8255
|
+
function pandadocIntegration(config = {}) {
|
|
8256
|
+
const oauth = { provider: "pandadoc", clientId: config.clientId ?? getEnv("PANDADOC_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("PANDADOC_CLIENT_SECRET"), scopes: config.scopes ?? [...PANDADOC_SCOPES], redirectUri: config.redirectUri, config };
|
|
8257
|
+
return {
|
|
8258
|
+
id: "pandadoc",
|
|
8259
|
+
name: "PandaDoc",
|
|
8260
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/pandadoc.png",
|
|
8261
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
8262
|
+
category: "Legal",
|
|
8263
|
+
tools: [...PANDADOC_TOOLS],
|
|
8264
|
+
authType: "oauth",
|
|
8265
|
+
oauth,
|
|
8266
|
+
async onInit() {
|
|
8267
|
+
logger86.debug("PandaDoc integration initialized");
|
|
8268
|
+
},
|
|
8269
|
+
async onAfterConnect() {
|
|
8270
|
+
logger86.debug("PandaDoc integration connected");
|
|
8271
|
+
}
|
|
8272
|
+
};
|
|
8273
|
+
}
|
|
8274
|
+
// src/integrations/meta_ads.ts
|
|
8275
|
+
var logger87 = createLogger("Meta Ads");
|
|
8276
|
+
var META_ADS_SCOPES = [
|
|
8277
|
+
"ads_read",
|
|
8278
|
+
"ads_management",
|
|
8279
|
+
"business_management"
|
|
8280
|
+
];
|
|
8281
|
+
var META_ADS_TOOLS = [
|
|
8282
|
+
"meta_ads_list_ad_accounts",
|
|
8283
|
+
"meta_ads_get_ad_account",
|
|
8284
|
+
"meta_ads_list_campaigns",
|
|
8285
|
+
"meta_ads_create_campaign",
|
|
8286
|
+
"meta_ads_list_adsets",
|
|
8287
|
+
"meta_ads_list_ads"
|
|
8288
|
+
];
|
|
8289
|
+
function metaAdsIntegration(config = {}) {
|
|
8290
|
+
const oauth = { provider: "meta_ads", clientId: config.clientId ?? getEnv("META_ADS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("META_ADS_CLIENT_SECRET"), scopes: config.scopes ?? [...META_ADS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8291
|
+
return {
|
|
8292
|
+
id: "meta_ads",
|
|
8293
|
+
name: "Meta Ads",
|
|
8294
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/meta_ads.png",
|
|
8295
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
8296
|
+
category: "Marketing",
|
|
8297
|
+
tools: [...META_ADS_TOOLS],
|
|
8298
|
+
authType: "oauth",
|
|
8299
|
+
oauth,
|
|
8300
|
+
async onInit() {
|
|
8301
|
+
logger87.debug("Meta Ads integration initialized");
|
|
8302
|
+
},
|
|
8303
|
+
async onAfterConnect() {
|
|
8304
|
+
logger87.debug("Meta Ads integration connected");
|
|
8305
|
+
}
|
|
8306
|
+
};
|
|
8307
|
+
}
|
|
8308
|
+
// src/integrations/microsoft_ads.ts
|
|
8309
|
+
var logger88 = createLogger("Microsoft Ads");
|
|
8310
|
+
var MICROSOFT_ADS_SCOPES = [
|
|
8311
|
+
"https://ads.microsoft.com/msads.manage",
|
|
8312
|
+
"offline_access"
|
|
8313
|
+
];
|
|
8314
|
+
var MICROSOFT_ADS_TOOLS = [
|
|
8315
|
+
"microsoft_ads_get_user",
|
|
8316
|
+
"microsoft_ads_search_accounts",
|
|
8317
|
+
"microsoft_ads_get_campaigns",
|
|
8318
|
+
"microsoft_ads_add_campaigns",
|
|
8319
|
+
"microsoft_ads_get_ad_groups",
|
|
8320
|
+
"microsoft_ads_get_keywords"
|
|
8321
|
+
];
|
|
8322
|
+
function microsoftAdsIntegration(config = {}) {
|
|
8323
|
+
const oauth = { provider: "microsoft_ads", clientId: config.clientId ?? getEnv("MICROSOFT_ADS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MICROSOFT_ADS_CLIENT_SECRET"), scopes: config.scopes ?? [...MICROSOFT_ADS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8324
|
+
return {
|
|
8325
|
+
id: "microsoft_ads",
|
|
8326
|
+
name: "Microsoft Ads",
|
|
8327
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_ads.png",
|
|
8328
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
8329
|
+
category: "Marketing",
|
|
8330
|
+
tools: [...MICROSOFT_ADS_TOOLS],
|
|
8331
|
+
authType: "oauth",
|
|
8332
|
+
oauth,
|
|
8333
|
+
async onInit() {
|
|
8334
|
+
logger88.debug("Microsoft Ads integration initialized");
|
|
8335
|
+
},
|
|
8336
|
+
async onAfterConnect() {
|
|
8337
|
+
logger88.debug("Microsoft Ads integration connected");
|
|
8338
|
+
}
|
|
8339
|
+
};
|
|
8340
|
+
}
|
|
8341
|
+
// src/integrations/tiktok_business.ts
|
|
8342
|
+
var logger89 = createLogger("TikTok Business");
|
|
8343
|
+
var TIKTOK_BUSINESS_SCOPES = [
|
|
8344
|
+
"user.info.basic",
|
|
8345
|
+
"advertiser.read",
|
|
8346
|
+
"campaign.read",
|
|
8347
|
+
"campaign.write",
|
|
8348
|
+
"adgroup.read",
|
|
8349
|
+
"adgroup.write",
|
|
8350
|
+
"ad.read",
|
|
8351
|
+
"ad.write",
|
|
8352
|
+
"report.read"
|
|
8353
|
+
];
|
|
8354
|
+
var TIKTOK_BUSINESS_TOOLS = [
|
|
8355
|
+
"tiktok_business_list_advertisers",
|
|
8356
|
+
"tiktok_business_list_campaigns",
|
|
8357
|
+
"tiktok_business_create_campaign",
|
|
8358
|
+
"tiktok_business_list_adgroups",
|
|
8359
|
+
"tiktok_business_list_ads",
|
|
8360
|
+
"tiktok_business_run_report"
|
|
8361
|
+
];
|
|
8362
|
+
function tiktokBusinessIntegration(config = {}) {
|
|
8363
|
+
const oauth = { provider: "tiktok_business", clientId: config.clientId ?? getEnv("TIKTOK_BUSINESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TIKTOK_BUSINESS_CLIENT_SECRET"), scopes: config.scopes ?? [...TIKTOK_BUSINESS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8364
|
+
return {
|
|
8365
|
+
id: "tiktok_business",
|
|
8366
|
+
name: "TikTok Business",
|
|
8367
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tiktok_business.png",
|
|
8368
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
8369
|
+
category: "Marketing",
|
|
8370
|
+
tools: [...TIKTOK_BUSINESS_TOOLS],
|
|
8371
|
+
authType: "oauth",
|
|
8372
|
+
oauth,
|
|
8373
|
+
async onInit() {
|
|
8374
|
+
logger89.debug("TikTok Business integration initialized");
|
|
8375
|
+
},
|
|
8376
|
+
async onAfterConnect() {
|
|
8377
|
+
logger89.debug("TikTok Business integration connected");
|
|
8378
|
+
}
|
|
8379
|
+
};
|
|
8380
|
+
}
|
|
8381
|
+
// src/integrations/amazon_ads.ts
|
|
8382
|
+
var logger90 = createLogger("Amazon Ads");
|
|
8383
|
+
var AMAZON_ADS_SCOPES = [
|
|
8384
|
+
"advertising::campaign_management"
|
|
8385
|
+
];
|
|
8386
|
+
var AMAZON_ADS_TOOLS = [
|
|
8387
|
+
"amazon_ads_list_profiles",
|
|
8388
|
+
"amazon_ads_list_campaigns",
|
|
8389
|
+
"amazon_ads_create_campaigns",
|
|
8390
|
+
"amazon_ads_list_ad_groups",
|
|
8391
|
+
"amazon_ads_list_keywords",
|
|
8392
|
+
"amazon_ads_request_report"
|
|
8393
|
+
];
|
|
8394
|
+
function amazonAdsIntegration(config = {}) {
|
|
8395
|
+
const oauth = { provider: "amazon_ads", clientId: config.clientId ?? getEnv("AMAZON_ADS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("AMAZON_ADS_CLIENT_SECRET"), scopes: config.scopes ?? [...AMAZON_ADS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8396
|
+
return {
|
|
8397
|
+
id: "amazon_ads",
|
|
8398
|
+
name: "Amazon Ads",
|
|
8399
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amazon_ads.png",
|
|
8400
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
8401
|
+
category: "Marketing",
|
|
8402
|
+
tools: [...AMAZON_ADS_TOOLS],
|
|
8403
|
+
authType: "oauth",
|
|
8404
|
+
oauth,
|
|
8405
|
+
async onInit() {
|
|
8406
|
+
logger90.debug("Amazon Ads integration initialized");
|
|
8407
|
+
},
|
|
8408
|
+
async onAfterConnect() {
|
|
8409
|
+
logger90.debug("Amazon Ads integration connected");
|
|
8410
|
+
}
|
|
8411
|
+
};
|
|
8412
|
+
}
|
|
8413
|
+
// src/integrations/moneybird.ts
|
|
8414
|
+
var logger91 = createLogger("Moneybird");
|
|
8415
|
+
var MONEYBIRD_SCOPES = [
|
|
8416
|
+
"sales_invoices",
|
|
8417
|
+
"documents",
|
|
8418
|
+
"estimates",
|
|
8419
|
+
"bank",
|
|
8420
|
+
"settings"
|
|
8421
|
+
];
|
|
8422
|
+
var MONEYBIRD_TOOLS = [
|
|
8423
|
+
"moneybird_list_administrations",
|
|
8424
|
+
"moneybird_list_contacts",
|
|
8425
|
+
"moneybird_create_contact",
|
|
8426
|
+
"moneybird_list_sales_invoices",
|
|
8427
|
+
"moneybird_create_sales_invoice",
|
|
8428
|
+
"moneybird_list_financial_accounts"
|
|
8429
|
+
];
|
|
8430
|
+
function moneybirdIntegration(config = {}) {
|
|
8431
|
+
const oauth = { provider: "moneybird", clientId: config.clientId ?? getEnv("MONEYBIRD_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MONEYBIRD_CLIENT_SECRET"), scopes: config.scopes ?? [...MONEYBIRD_SCOPES], redirectUri: config.redirectUri, config };
|
|
8432
|
+
return {
|
|
8433
|
+
id: "moneybird",
|
|
8434
|
+
name: "Moneybird",
|
|
8435
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/moneybird.png",
|
|
8436
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
8437
|
+
category: "Accounting",
|
|
8438
|
+
tools: [...MONEYBIRD_TOOLS],
|
|
8439
|
+
authType: "oauth",
|
|
8440
|
+
oauth,
|
|
8441
|
+
async onInit() {
|
|
8442
|
+
logger91.debug("Moneybird integration initialized");
|
|
8443
|
+
},
|
|
8444
|
+
async onAfterConnect() {
|
|
8445
|
+
logger91.debug("Moneybird integration connected");
|
|
8446
|
+
}
|
|
8447
|
+
};
|
|
8448
|
+
}
|
|
8449
|
+
// src/integrations/exact_online.ts
|
|
8450
|
+
var logger92 = createLogger("Exact Online");
|
|
8451
|
+
var EXACT_ONLINE_SCOPES = [
|
|
8452
|
+
"financial",
|
|
8453
|
+
"crm",
|
|
8454
|
+
"sales",
|
|
8455
|
+
"purchase",
|
|
8456
|
+
"offline_access"
|
|
8457
|
+
];
|
|
8458
|
+
var EXACT_ONLINE_TOOLS = [
|
|
8459
|
+
"exact_online_list_divisions",
|
|
8460
|
+
"exact_online_list_accounts",
|
|
8461
|
+
"exact_online_list_items",
|
|
8462
|
+
"exact_online_list_sales_invoices",
|
|
8463
|
+
"exact_online_create_sales_invoice",
|
|
8464
|
+
"exact_online_list_gl_accounts"
|
|
8465
|
+
];
|
|
8466
|
+
function exactOnlineIntegration(config = {}) {
|
|
8467
|
+
const oauth = { provider: "exact_online", clientId: config.clientId ?? getEnv("EXACT_ONLINE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("EXACT_ONLINE_CLIENT_SECRET"), scopes: config.scopes ?? [...EXACT_ONLINE_SCOPES], redirectUri: config.redirectUri, config };
|
|
8468
|
+
return {
|
|
8469
|
+
id: "exact_online",
|
|
8470
|
+
name: "Exact Online",
|
|
8471
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/exact_online.png",
|
|
8472
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
8473
|
+
category: "Accounting",
|
|
8474
|
+
tools: [...EXACT_ONLINE_TOOLS],
|
|
8475
|
+
authType: "oauth",
|
|
8476
|
+
oauth,
|
|
8477
|
+
async onInit() {
|
|
8478
|
+
logger92.debug("Exact Online integration initialized");
|
|
8479
|
+
},
|
|
8480
|
+
async onAfterConnect() {
|
|
8481
|
+
logger92.debug("Exact Online integration connected");
|
|
8482
|
+
}
|
|
8483
|
+
};
|
|
8484
|
+
}
|
|
8485
|
+
// src/integrations/sage.ts
|
|
8486
|
+
var logger93 = createLogger("Sage");
|
|
8487
|
+
var SAGE_SCOPES = [
|
|
8488
|
+
"full_access"
|
|
8489
|
+
];
|
|
8490
|
+
var SAGE_TOOLS = [
|
|
8491
|
+
"sage_get_business",
|
|
8492
|
+
"sage_list_contacts",
|
|
8493
|
+
"sage_create_contact",
|
|
8494
|
+
"sage_list_products",
|
|
8495
|
+
"sage_list_sales_invoices",
|
|
8496
|
+
"sage_create_sales_invoice"
|
|
8497
|
+
];
|
|
8498
|
+
function sageIntegration(config = {}) {
|
|
8499
|
+
const oauth = { provider: "sage", clientId: config.clientId ?? getEnv("SAGE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SAGE_CLIENT_SECRET"), scopes: config.scopes ?? [...SAGE_SCOPES], redirectUri: config.redirectUri, config };
|
|
8500
|
+
return {
|
|
8501
|
+
id: "sage",
|
|
8502
|
+
name: "Sage",
|
|
8503
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
|
|
8504
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
8505
|
+
category: "Accounting",
|
|
8506
|
+
tools: [...SAGE_TOOLS],
|
|
8507
|
+
authType: "oauth",
|
|
8508
|
+
oauth,
|
|
8509
|
+
async onInit() {
|
|
8510
|
+
logger93.debug("Sage integration initialized");
|
|
8511
|
+
},
|
|
8512
|
+
async onAfterConnect() {
|
|
8513
|
+
logger93.debug("Sage integration connected");
|
|
8514
|
+
}
|
|
8515
|
+
};
|
|
8516
|
+
}
|
|
8517
|
+
// src/integrations/freeagent.ts
|
|
8518
|
+
var logger94 = createLogger("FreeAgent");
|
|
8519
|
+
var FREEAGENT_SCOPES = [
|
|
8520
|
+
"full_access"
|
|
8521
|
+
];
|
|
8522
|
+
var FREEAGENT_TOOLS = [
|
|
8523
|
+
"freeagent_get_company",
|
|
8524
|
+
"freeagent_list_contacts",
|
|
8525
|
+
"freeagent_create_contact",
|
|
8526
|
+
"freeagent_list_invoices",
|
|
8527
|
+
"freeagent_create_invoice",
|
|
8528
|
+
"freeagent_list_bills"
|
|
8529
|
+
];
|
|
8530
|
+
function freeagentIntegration(config = {}) {
|
|
8531
|
+
const oauth = { provider: "freeagent", clientId: config.clientId ?? getEnv("FREEAGENT_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("FREEAGENT_CLIENT_SECRET"), scopes: config.scopes ?? [...FREEAGENT_SCOPES], redirectUri: config.redirectUri, config };
|
|
8532
|
+
return {
|
|
8533
|
+
id: "freeagent",
|
|
8534
|
+
name: "FreeAgent",
|
|
8535
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/freeagent.png",
|
|
8536
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
8537
|
+
category: "Accounting",
|
|
8538
|
+
tools: [...FREEAGENT_TOOLS],
|
|
8539
|
+
authType: "oauth",
|
|
8540
|
+
oauth,
|
|
8541
|
+
async onInit() {
|
|
8542
|
+
logger94.debug("FreeAgent integration initialized");
|
|
8543
|
+
},
|
|
8544
|
+
async onAfterConnect() {
|
|
8545
|
+
logger94.debug("FreeAgent integration connected");
|
|
8546
|
+
}
|
|
8547
|
+
};
|
|
8548
|
+
}
|
|
8549
|
+
// src/integrations/onelogin.ts
|
|
8550
|
+
var logger95 = createLogger("OneLogin");
|
|
8551
|
+
var ONELOGIN_SCOPES = [
|
|
8552
|
+
"openid",
|
|
8553
|
+
"profile",
|
|
8554
|
+
"manage:all"
|
|
8555
|
+
];
|
|
8556
|
+
var ONELOGIN_TOOLS = [
|
|
8557
|
+
"onelogin_list_users",
|
|
8558
|
+
"onelogin_get_user",
|
|
8559
|
+
"onelogin_create_user",
|
|
8560
|
+
"onelogin_list_roles",
|
|
8561
|
+
"onelogin_list_apps",
|
|
8562
|
+
"onelogin_list_events"
|
|
8563
|
+
];
|
|
8564
|
+
function oneloginIntegration(config = {}) {
|
|
8565
|
+
const oauth = { provider: "onelogin", clientId: config.clientId ?? getEnv("ONELOGIN_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("ONELOGIN_CLIENT_SECRET"), scopes: config.scopes ?? [...ONELOGIN_SCOPES], redirectUri: config.redirectUri, config };
|
|
8566
|
+
return {
|
|
8567
|
+
id: "onelogin",
|
|
8568
|
+
name: "OneLogin",
|
|
8569
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/onelogin.png",
|
|
8570
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
8571
|
+
category: "Identity & Access",
|
|
8572
|
+
tools: [...ONELOGIN_TOOLS],
|
|
8573
|
+
authType: "oauth",
|
|
8574
|
+
oauth,
|
|
8575
|
+
getHeaders() {
|
|
8576
|
+
const headers = {};
|
|
8577
|
+
if (config.region)
|
|
8578
|
+
headers["X-OneLogin-Region"] = config.region;
|
|
8579
|
+
return headers;
|
|
8580
|
+
},
|
|
8581
|
+
async onInit() {
|
|
8582
|
+
logger95.debug("OneLogin integration initialized");
|
|
8583
|
+
},
|
|
8584
|
+
async onAfterConnect() {
|
|
8585
|
+
logger95.debug("OneLogin integration connected");
|
|
8586
|
+
}
|
|
8587
|
+
};
|
|
8588
|
+
}
|
|
8589
|
+
// src/integrations/microsoft_entra_id.ts
|
|
8590
|
+
var logger96 = createLogger("Microsoft Entra ID");
|
|
8591
|
+
var MICROSOFT_ENTRA_ID_SCOPES = [
|
|
8592
|
+
"User.ReadWrite.All",
|
|
8593
|
+
"Group.ReadWrite.All",
|
|
8594
|
+
"Application.ReadWrite.All",
|
|
8595
|
+
"Directory.Read.All",
|
|
8596
|
+
"AuditLog.Read.All",
|
|
8597
|
+
"offline_access"
|
|
8598
|
+
];
|
|
8599
|
+
var MICROSOFT_ENTRA_ID_TOOLS = [
|
|
8600
|
+
"microsoft_entra_id_list_users",
|
|
8601
|
+
"microsoft_entra_id_get_user",
|
|
8602
|
+
"microsoft_entra_id_create_user",
|
|
8603
|
+
"microsoft_entra_id_list_groups",
|
|
8604
|
+
"microsoft_entra_id_list_applications",
|
|
8605
|
+
"microsoft_entra_id_list_audit_logs"
|
|
8606
|
+
];
|
|
8607
|
+
function microsoftEntraIdIntegration(config = {}) {
|
|
8608
|
+
const oauth = { provider: "microsoft_entra_id", clientId: config.clientId ?? getEnv("MICROSOFT_ENTRA_ID_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("MICROSOFT_ENTRA_ID_CLIENT_SECRET"), scopes: config.scopes ?? [...MICROSOFT_ENTRA_ID_SCOPES], redirectUri: config.redirectUri, config };
|
|
8609
|
+
return {
|
|
8610
|
+
id: "microsoft_entra_id",
|
|
8611
|
+
name: "Microsoft Entra ID",
|
|
8612
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_entra_id.png",
|
|
8613
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
8614
|
+
category: "Identity & Access",
|
|
8615
|
+
tools: [...MICROSOFT_ENTRA_ID_TOOLS],
|
|
8616
|
+
authType: "oauth",
|
|
8617
|
+
oauth,
|
|
8618
|
+
async onInit() {
|
|
8619
|
+
logger96.debug("Microsoft Entra ID integration initialized");
|
|
8620
|
+
},
|
|
8621
|
+
async onAfterConnect() {
|
|
8622
|
+
logger96.debug("Microsoft Entra ID integration connected");
|
|
8623
|
+
}
|
|
8624
|
+
};
|
|
8625
|
+
}
|
|
8626
|
+
// src/integrations/dhl.ts
|
|
8627
|
+
var logger97 = createLogger("DHL");
|
|
8628
|
+
var DHL_SCOPES = [
|
|
8629
|
+
"shipping",
|
|
8630
|
+
"tracking"
|
|
8631
|
+
];
|
|
8632
|
+
var DHL_TOOLS = [
|
|
8633
|
+
"dhl_track_shipment",
|
|
8634
|
+
"dhl_create_shipment",
|
|
8635
|
+
"dhl_get_label",
|
|
8636
|
+
"dhl_delete_shipment",
|
|
8637
|
+
"dhl_validate_address"
|
|
8638
|
+
];
|
|
8639
|
+
function dhlIntegration(config = {}) {
|
|
8640
|
+
const oauth = { provider: "dhl", clientId: config.clientId ?? getEnv("DHL_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("DHL_CLIENT_SECRET"), scopes: config.scopes ?? [...DHL_SCOPES], redirectUri: config.redirectUri, config };
|
|
8641
|
+
return {
|
|
8642
|
+
id: "dhl",
|
|
8643
|
+
name: "DHL",
|
|
8644
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dhl.png",
|
|
8645
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
8646
|
+
category: "Shipping & Logistics",
|
|
8647
|
+
tools: [...DHL_TOOLS],
|
|
8648
|
+
authType: "oauth",
|
|
8649
|
+
oauth,
|
|
8650
|
+
async onInit() {
|
|
8651
|
+
logger97.debug("DHL integration initialized");
|
|
8652
|
+
},
|
|
8653
|
+
async onAfterConnect() {
|
|
8654
|
+
logger97.debug("DHL integration connected");
|
|
8655
|
+
}
|
|
8656
|
+
};
|
|
8657
|
+
}
|
|
8658
|
+
// src/integrations/ups.ts
|
|
8659
|
+
var logger98 = createLogger("UPS");
|
|
8660
|
+
var UPS_SCOPES = [
|
|
8661
|
+
"shipments",
|
|
8662
|
+
"tracking",
|
|
8663
|
+
"rating",
|
|
8664
|
+
"address_validation"
|
|
8665
|
+
];
|
|
8666
|
+
var UPS_TOOLS = [
|
|
8667
|
+
"ups_track_shipment",
|
|
8668
|
+
"ups_rate_shipment",
|
|
8669
|
+
"ups_create_shipment",
|
|
8670
|
+
"ups_void_shipment",
|
|
8671
|
+
"ups_validate_address"
|
|
8672
|
+
];
|
|
8673
|
+
function upsIntegration(config = {}) {
|
|
8674
|
+
const oauth = { provider: "ups", clientId: config.clientId ?? getEnv("UPS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("UPS_CLIENT_SECRET"), scopes: config.scopes ?? [...UPS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8675
|
+
return {
|
|
8676
|
+
id: "ups",
|
|
8677
|
+
name: "UPS",
|
|
8678
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ups.png",
|
|
8679
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
8680
|
+
category: "Shipping & Logistics",
|
|
8681
|
+
tools: [...UPS_TOOLS],
|
|
8682
|
+
authType: "oauth",
|
|
8683
|
+
oauth,
|
|
8684
|
+
async onInit() {
|
|
8685
|
+
logger98.debug("UPS integration initialized");
|
|
8686
|
+
},
|
|
8687
|
+
async onAfterConnect() {
|
|
8688
|
+
logger98.debug("UPS integration connected");
|
|
8689
|
+
}
|
|
8690
|
+
};
|
|
8691
|
+
}
|
|
8692
|
+
// src/integrations/fedex.ts
|
|
8693
|
+
var logger99 = createLogger("FedEx");
|
|
8694
|
+
var FEDEX_SCOPES = [
|
|
8695
|
+
"ship",
|
|
8696
|
+
"track",
|
|
8697
|
+
"rates",
|
|
8698
|
+
"address"
|
|
8699
|
+
];
|
|
8700
|
+
var FEDEX_TOOLS = [
|
|
8701
|
+
"fedex_track_shipments",
|
|
8702
|
+
"fedex_rate_shipment",
|
|
8703
|
+
"fedex_create_shipment",
|
|
8704
|
+
"fedex_cancel_shipment",
|
|
8705
|
+
"fedex_validate_address"
|
|
8706
|
+
];
|
|
8707
|
+
function fedexIntegration(config = {}) {
|
|
8708
|
+
const oauth = { provider: "fedex", clientId: config.clientId ?? getEnv("FEDEX_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("FEDEX_CLIENT_SECRET"), scopes: config.scopes ?? [...FEDEX_SCOPES], redirectUri: config.redirectUri, config };
|
|
8709
|
+
return {
|
|
8710
|
+
id: "fedex",
|
|
8711
|
+
name: "FedEx",
|
|
8712
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/fedex.png",
|
|
8713
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
8714
|
+
category: "Shipping & Logistics",
|
|
8715
|
+
tools: [...FEDEX_TOOLS],
|
|
8716
|
+
authType: "oauth",
|
|
8717
|
+
oauth,
|
|
8718
|
+
async onInit() {
|
|
8719
|
+
logger99.debug("FedEx integration initialized");
|
|
8720
|
+
},
|
|
8721
|
+
async onAfterConnect() {
|
|
8722
|
+
logger99.debug("FedEx integration connected");
|
|
8723
|
+
}
|
|
8724
|
+
};
|
|
8725
|
+
}
|
|
8726
|
+
// src/integrations/plaid.ts
|
|
8727
|
+
var logger100 = createLogger("Plaid");
|
|
8728
|
+
var PLAID_SCOPES = [
|
|
8729
|
+
"transactions",
|
|
8730
|
+
"auth",
|
|
8731
|
+
"identity",
|
|
8732
|
+
"accounts",
|
|
8733
|
+
"investments",
|
|
8734
|
+
"liabilities"
|
|
8735
|
+
];
|
|
8736
|
+
var PLAID_TOOLS = [
|
|
8737
|
+
"plaid_create_link_token",
|
|
8738
|
+
"plaid_exchange_public_token",
|
|
8739
|
+
"plaid_get_accounts",
|
|
8740
|
+
"plaid_get_transactions",
|
|
8741
|
+
"plaid_get_identity",
|
|
8742
|
+
"plaid_get_investments"
|
|
8743
|
+
];
|
|
8744
|
+
function plaidIntegration(config = {}) {
|
|
8745
|
+
const oauth = { provider: "plaid", clientId: config.clientId ?? getEnv("PLAID_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("PLAID_CLIENT_SECRET"), scopes: config.scopes ?? [...PLAID_SCOPES], redirectUri: config.redirectUri, config };
|
|
8746
|
+
return {
|
|
8747
|
+
id: "plaid",
|
|
8748
|
+
name: "Plaid",
|
|
8749
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/plaid.png",
|
|
8750
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
8751
|
+
category: "Banking",
|
|
8752
|
+
tools: [...PLAID_TOOLS],
|
|
8753
|
+
authType: "oauth",
|
|
8754
|
+
oauth,
|
|
8755
|
+
async onInit() {
|
|
8756
|
+
logger100.debug("Plaid integration initialized");
|
|
8757
|
+
},
|
|
8758
|
+
async onAfterConnect() {
|
|
8759
|
+
logger100.debug("Plaid integration connected");
|
|
8760
|
+
}
|
|
8761
|
+
};
|
|
8762
|
+
}
|
|
8763
|
+
// src/integrations/truelayer.ts
|
|
8764
|
+
var logger101 = createLogger("TrueLayer");
|
|
8765
|
+
var TRUELAYER_SCOPES = [
|
|
8766
|
+
"info",
|
|
8767
|
+
"accounts",
|
|
8768
|
+
"balance",
|
|
8769
|
+
"cards",
|
|
8770
|
+
"transactions",
|
|
8771
|
+
"direct_debits",
|
|
8772
|
+
"standing_orders",
|
|
8773
|
+
"offline_access"
|
|
8774
|
+
];
|
|
8775
|
+
var TRUELAYER_TOOLS = [
|
|
8776
|
+
"truelayer_get_me",
|
|
8777
|
+
"truelayer_list_accounts",
|
|
8778
|
+
"truelayer_get_account",
|
|
8779
|
+
"truelayer_get_balance",
|
|
8780
|
+
"truelayer_list_transactions",
|
|
8781
|
+
"truelayer_list_cards"
|
|
8782
|
+
];
|
|
8783
|
+
function truelayerIntegration(config = {}) {
|
|
8784
|
+
const oauth = { provider: "truelayer", clientId: config.clientId ?? getEnv("TRUELAYER_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TRUELAYER_CLIENT_SECRET"), scopes: config.scopes ?? [...TRUELAYER_SCOPES], redirectUri: config.redirectUri, config };
|
|
8785
|
+
return {
|
|
8786
|
+
id: "truelayer",
|
|
8787
|
+
name: "TrueLayer",
|
|
8788
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/truelayer.png",
|
|
8789
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
8790
|
+
category: "Banking",
|
|
8791
|
+
tools: [...TRUELAYER_TOOLS],
|
|
8792
|
+
authType: "oauth",
|
|
8793
|
+
oauth,
|
|
8794
|
+
async onInit() {
|
|
8795
|
+
logger101.debug("TrueLayer integration initialized");
|
|
8796
|
+
},
|
|
8797
|
+
async onAfterConnect() {
|
|
8798
|
+
logger101.debug("TrueLayer integration connected");
|
|
8799
|
+
}
|
|
8800
|
+
};
|
|
8801
|
+
}
|
|
8802
|
+
// src/integrations/tink.ts
|
|
8803
|
+
var logger102 = createLogger("Tink");
|
|
8804
|
+
var TINK_SCOPES = [
|
|
8805
|
+
"accounts:read",
|
|
8806
|
+
"transactions:read",
|
|
8807
|
+
"user:read",
|
|
8808
|
+
"credentials:read"
|
|
8809
|
+
];
|
|
8810
|
+
var TINK_TOOLS = [
|
|
8811
|
+
"tink_get_user",
|
|
8812
|
+
"tink_list_accounts",
|
|
8813
|
+
"tink_get_account",
|
|
8814
|
+
"tink_list_transactions",
|
|
8815
|
+
"tink_list_credentials",
|
|
8816
|
+
"tink_refresh_credentials"
|
|
8817
|
+
];
|
|
8818
|
+
function tinkIntegration(config = {}) {
|
|
8819
|
+
const oauth = { provider: "tink", clientId: config.clientId ?? getEnv("TINK_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("TINK_CLIENT_SECRET"), scopes: config.scopes ?? [...TINK_SCOPES], redirectUri: config.redirectUri, config };
|
|
8820
|
+
return {
|
|
8821
|
+
id: "tink",
|
|
8822
|
+
name: "Tink",
|
|
8823
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tink.png",
|
|
8824
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
8825
|
+
category: "Banking",
|
|
8826
|
+
tools: [...TINK_TOOLS],
|
|
8827
|
+
authType: "oauth",
|
|
8828
|
+
oauth,
|
|
8829
|
+
async onInit() {
|
|
8830
|
+
logger102.debug("Tink integration initialized");
|
|
8831
|
+
},
|
|
8832
|
+
async onAfterConnect() {
|
|
8833
|
+
logger102.debug("Tink integration connected");
|
|
8834
|
+
}
|
|
8835
|
+
};
|
|
8836
|
+
}
|
|
8837
|
+
// src/integrations/gocardless.ts
|
|
8838
|
+
var logger103 = createLogger("GoCardless");
|
|
8839
|
+
var GOCARDLESS_SCOPES = [
|
|
8840
|
+
"openid",
|
|
8841
|
+
"accounts",
|
|
8842
|
+
"transactions",
|
|
8843
|
+
"balances"
|
|
8844
|
+
];
|
|
8845
|
+
var GOCARDLESS_TOOLS = [
|
|
8846
|
+
"gocardless_list_institutions",
|
|
8847
|
+
"gocardless_create_requisition",
|
|
8848
|
+
"gocardless_get_requisition",
|
|
8849
|
+
"gocardless_get_account",
|
|
8850
|
+
"gocardless_get_balances",
|
|
8851
|
+
"gocardless_get_transactions"
|
|
8852
|
+
];
|
|
8853
|
+
function gocardlessIntegration(config = {}) {
|
|
8854
|
+
const oauth = { provider: "gocardless", clientId: config.clientId ?? getEnv("GOCARDLESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOCARDLESS_CLIENT_SECRET"), scopes: config.scopes ?? [...GOCARDLESS_SCOPES], redirectUri: config.redirectUri, config };
|
|
8855
|
+
return {
|
|
8856
|
+
id: "gocardless",
|
|
8857
|
+
name: "GoCardless",
|
|
8858
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
|
|
8859
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
8860
|
+
category: "Banking",
|
|
8861
|
+
tools: [...GOCARDLESS_TOOLS],
|
|
8862
|
+
authType: "oauth",
|
|
8863
|
+
oauth,
|
|
8864
|
+
async onInit() {
|
|
8865
|
+
logger103.debug("GoCardless integration initialized");
|
|
8866
|
+
},
|
|
8867
|
+
async onAfterConnect() {
|
|
8868
|
+
logger103.debug("GoCardless integration connected");
|
|
8869
|
+
}
|
|
8870
|
+
};
|
|
8871
|
+
}
|
|
8872
|
+
// src/integrations/linear.ts
|
|
8873
|
+
var logger104 = createLogger("Linear");
|
|
8874
|
+
var LINEAR_TOOLS = [
|
|
8875
|
+
"linear_create_issue",
|
|
8876
|
+
"linear_list_issues",
|
|
8877
|
+
"linear_get_issue",
|
|
8878
|
+
"linear_update_issue",
|
|
8879
|
+
"linear_archive_issue",
|
|
8880
|
+
"linear_delete_issue",
|
|
8881
|
+
"linear_search_issues",
|
|
8882
|
+
"linear_add_comment",
|
|
8883
|
+
"linear_list_users",
|
|
8884
|
+
"linear_get_user",
|
|
8885
|
+
"linear_list_teams",
|
|
8886
|
+
"linear_list_workflow_states",
|
|
8887
|
+
"linear_create_workflow_state",
|
|
8888
|
+
"linear_list_projects",
|
|
8889
|
+
"linear_get_project",
|
|
8890
|
+
"linear_create_project",
|
|
8891
|
+
"linear_update_project",
|
|
8892
|
+
"linear_list_cycles",
|
|
8893
|
+
"linear_get_cycle",
|
|
8894
|
+
"linear_create_cycle",
|
|
8895
|
+
"linear_update_cycle",
|
|
8896
|
+
"linear_list_labels",
|
|
8897
|
+
"linear_create_issue_relation",
|
|
8898
|
+
"linear_delete_issue_relation",
|
|
8899
|
+
"linear_list_documents",
|
|
8900
|
+
"linear_get_document",
|
|
8901
|
+
"linear_create_document",
|
|
8902
|
+
"linear_update_document",
|
|
8903
|
+
"linear_list_initiatives",
|
|
8904
|
+
"linear_get_initiative",
|
|
8905
|
+
"linear_create_initiative",
|
|
8906
|
+
"linear_create_attachment",
|
|
8907
|
+
"linear_create_project_update"
|
|
8908
|
+
];
|
|
8909
|
+
function linearIntegration(config = {}) {
|
|
8910
|
+
const oauth = {
|
|
8911
|
+
provider: "linear",
|
|
8912
|
+
clientId: config.clientId ?? getEnv("LINEAR_CLIENT_ID"),
|
|
8913
|
+
clientSecret: config.clientSecret ?? getEnv("LINEAR_CLIENT_SECRET"),
|
|
8914
|
+
scopes: config.scopes,
|
|
8915
|
+
optionalScopes: config.optionalScopes,
|
|
8916
|
+
redirectUri: config.redirectUri,
|
|
8917
|
+
config: {
|
|
8918
|
+
...config
|
|
8919
|
+
}
|
|
8920
|
+
};
|
|
8921
|
+
return {
|
|
8922
|
+
id: "linear",
|
|
8923
|
+
name: "Linear",
|
|
8924
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/linear.jpeg",
|
|
8925
|
+
tools: [...LINEAR_TOOLS],
|
|
8926
|
+
oauth,
|
|
8927
|
+
async onInit(_client) {
|
|
8928
|
+
logger104.debug("Linear integration initialized");
|
|
8929
|
+
},
|
|
8930
|
+
async onAfterConnect(_client) {
|
|
8931
|
+
logger104.debug("Linear integration connected");
|
|
8932
|
+
}
|
|
8933
|
+
};
|
|
8934
|
+
}
|
|
8935
|
+
// src/integrations/railway.ts
|
|
8936
|
+
var logger105 = createLogger("Railway");
|
|
8937
|
+
var RAILWAY_SCOPES = [
|
|
8938
|
+
"openid",
|
|
8939
|
+
"profile",
|
|
8940
|
+
"email",
|
|
8941
|
+
"workspace:admin",
|
|
8942
|
+
"project:member"
|
|
8943
|
+
];
|
|
8944
|
+
var RAILWAY_TOOLS = [
|
|
8945
|
+
"railway_get_current_user",
|
|
8946
|
+
"railway_get_workspace",
|
|
8947
|
+
"railway_list_regions",
|
|
8948
|
+
"railway_list_projects",
|
|
8949
|
+
"railway_get_project",
|
|
8950
|
+
"railway_create_project",
|
|
8951
|
+
"railway_update_project",
|
|
8952
|
+
"railway_delete_project",
|
|
8953
|
+
"railway_transfer_project",
|
|
8954
|
+
"railway_list_project_members",
|
|
8955
|
+
"railway_list_environments",
|
|
8956
|
+
"railway_get_environment",
|
|
8957
|
+
"railway_create_environment",
|
|
8958
|
+
"railway_rename_environment",
|
|
8959
|
+
"railway_delete_environment",
|
|
8960
|
+
"railway_get_environment_logs",
|
|
8961
|
+
"railway_get_environment_staged_changes",
|
|
8962
|
+
"railway_commit_environment_staged_changes",
|
|
8963
|
+
"railway_get_service",
|
|
8964
|
+
"railway_get_service_instance",
|
|
8965
|
+
"railway_create_service",
|
|
8966
|
+
"railway_update_service",
|
|
6601
8967
|
"railway_update_service_instance",
|
|
6602
8968
|
"railway_connect_service",
|
|
6603
8969
|
"railway_disconnect_service",
|
|
@@ -6672,15 +9038,15 @@ function railwayIntegration(config = {}) {
|
|
|
6672
9038
|
tools: [...RAILWAY_TOOLS],
|
|
6673
9039
|
oauth,
|
|
6674
9040
|
async onInit(_client) {
|
|
6675
|
-
|
|
9041
|
+
logger105.debug("Railway integration initialized");
|
|
6676
9042
|
},
|
|
6677
9043
|
async onAfterConnect(_client) {
|
|
6678
|
-
|
|
9044
|
+
logger105.debug("Railway integration connected");
|
|
6679
9045
|
}
|
|
6680
9046
|
};
|
|
6681
9047
|
}
|
|
6682
9048
|
// src/integrations/vercel.ts
|
|
6683
|
-
var
|
|
9049
|
+
var logger106 = createLogger("Vercel");
|
|
6684
9050
|
var VERCEL_TOOLS = [
|
|
6685
9051
|
"vercel_list_projects",
|
|
6686
9052
|
"vercel_get_project",
|
|
@@ -6723,15 +9089,15 @@ function vercelIntegration(config = {}) {
|
|
|
6723
9089
|
tools: [...VERCEL_TOOLS],
|
|
6724
9090
|
oauth,
|
|
6725
9091
|
async onInit(_client) {
|
|
6726
|
-
|
|
9092
|
+
logger106.debug("Vercel integration initialized");
|
|
6727
9093
|
},
|
|
6728
9094
|
async onAfterConnect(_client) {
|
|
6729
|
-
|
|
9095
|
+
logger106.debug("Vercel integration connected");
|
|
6730
9096
|
}
|
|
6731
9097
|
};
|
|
6732
9098
|
}
|
|
6733
9099
|
// src/integrations/zendesk.ts
|
|
6734
|
-
var
|
|
9100
|
+
var logger107 = createLogger("Zendesk");
|
|
6735
9101
|
var ZENDESK_TOOLS = [
|
|
6736
9102
|
"zendesk_list_tickets",
|
|
6737
9103
|
"zendesk_get_ticket",
|
|
@@ -6780,15 +9146,15 @@ function zendeskIntegration(config = {}) {
|
|
|
6780
9146
|
tools: [...ZENDESK_TOOLS],
|
|
6781
9147
|
oauth,
|
|
6782
9148
|
async onInit(_client) {
|
|
6783
|
-
|
|
9149
|
+
logger107.debug("Zendesk integration initialized");
|
|
6784
9150
|
},
|
|
6785
9151
|
async onAfterConnect(_client) {
|
|
6786
|
-
|
|
9152
|
+
logger107.debug("Zendesk integration connected");
|
|
6787
9153
|
}
|
|
6788
9154
|
};
|
|
6789
9155
|
}
|
|
6790
9156
|
// src/integrations/stripe.ts
|
|
6791
|
-
var
|
|
9157
|
+
var logger108 = createLogger("Stripe");
|
|
6792
9158
|
var STRIPE_TOOLS = [
|
|
6793
9159
|
"stripe_list_customers",
|
|
6794
9160
|
"stripe_get_customer",
|
|
@@ -6845,15 +9211,15 @@ function stripeIntegration(config = {}) {
|
|
|
6845
9211
|
tools: [...STRIPE_TOOLS],
|
|
6846
9212
|
oauth,
|
|
6847
9213
|
async onInit(_client) {
|
|
6848
|
-
|
|
9214
|
+
logger108.debug("Stripe integration initialized");
|
|
6849
9215
|
},
|
|
6850
9216
|
async onAfterConnect(_client) {
|
|
6851
|
-
|
|
9217
|
+
logger108.debug("Stripe integration connected");
|
|
6852
9218
|
}
|
|
6853
9219
|
};
|
|
6854
9220
|
}
|
|
6855
9221
|
// src/integrations/gcal.ts
|
|
6856
|
-
var
|
|
9222
|
+
var logger109 = createLogger("Google Calendar");
|
|
6857
9223
|
var GCAL_TOOLS = [
|
|
6858
9224
|
"gcal_create_calendar",
|
|
6859
9225
|
"gcal_create_event",
|
|
@@ -6887,15 +9253,15 @@ function gcalIntegration(config = {}) {
|
|
|
6887
9253
|
tools: [...GCAL_TOOLS],
|
|
6888
9254
|
oauth,
|
|
6889
9255
|
async onInit(_client) {
|
|
6890
|
-
|
|
9256
|
+
logger109.debug("Google Calendar integration initialized");
|
|
6891
9257
|
},
|
|
6892
9258
|
async onAfterConnect(_client) {
|
|
6893
|
-
|
|
9259
|
+
logger109.debug("Google Calendar integration connected");
|
|
6894
9260
|
}
|
|
6895
9261
|
};
|
|
6896
9262
|
}
|
|
6897
9263
|
// src/integrations/gtasks.ts
|
|
6898
|
-
var
|
|
9264
|
+
var logger110 = createLogger("Google Tasks");
|
|
6899
9265
|
var GTASKS_TOOLS = [
|
|
6900
9266
|
"gtasks_clear_completed",
|
|
6901
9267
|
"gtasks_create_task",
|
|
@@ -6931,15 +9297,15 @@ function gtasksIntegration(config = {}) {
|
|
|
6931
9297
|
tools: [...GTASKS_TOOLS],
|
|
6932
9298
|
oauth,
|
|
6933
9299
|
async onInit(_client) {
|
|
6934
|
-
|
|
9300
|
+
logger110.debug("Google Tasks integration initialized");
|
|
6935
9301
|
},
|
|
6936
9302
|
async onAfterConnect(_client) {
|
|
6937
|
-
|
|
9303
|
+
logger110.debug("Google Tasks integration connected");
|
|
6938
9304
|
}
|
|
6939
9305
|
};
|
|
6940
9306
|
}
|
|
6941
9307
|
// src/integrations/gkeep.ts
|
|
6942
|
-
var
|
|
9308
|
+
var logger111 = createLogger("Google Keep");
|
|
6943
9309
|
var GKEEP_TOOLS = [
|
|
6944
9310
|
"gkeep_list_notes",
|
|
6945
9311
|
"gkeep_get_note",
|
|
@@ -6971,15 +9337,15 @@ function gkeepIntegration(config = {}) {
|
|
|
6971
9337
|
tools: [...GKEEP_TOOLS],
|
|
6972
9338
|
oauth,
|
|
6973
9339
|
async onInit(_client) {
|
|
6974
|
-
|
|
9340
|
+
logger111.debug("Google Keep integration initialized");
|
|
6975
9341
|
},
|
|
6976
9342
|
async onAfterConnect(_client) {
|
|
6977
|
-
|
|
9343
|
+
logger111.debug("Google Keep integration connected");
|
|
6978
9344
|
}
|
|
6979
9345
|
};
|
|
6980
9346
|
}
|
|
6981
9347
|
// src/integrations/gcontacts.ts
|
|
6982
|
-
var
|
|
9348
|
+
var logger112 = createLogger("Google Contacts");
|
|
6983
9349
|
var GCONTACTS_TOOLS = [
|
|
6984
9350
|
"gcontacts_batch_get_contacts",
|
|
6985
9351
|
"gcontacts_copy_other_contact",
|
|
@@ -7013,15 +9379,15 @@ function gcontactsIntegration(config = {}) {
|
|
|
7013
9379
|
tools: [...GCONTACTS_TOOLS],
|
|
7014
9380
|
oauth,
|
|
7015
9381
|
async onInit(_client) {
|
|
7016
|
-
|
|
9382
|
+
logger112.debug("Google Contacts integration initialized");
|
|
7017
9383
|
},
|
|
7018
9384
|
async onAfterConnect(_client) {
|
|
7019
|
-
|
|
9385
|
+
logger112.debug("Google Contacts integration connected");
|
|
7020
9386
|
}
|
|
7021
9387
|
};
|
|
7022
9388
|
}
|
|
7023
9389
|
// src/integrations/outlook.ts
|
|
7024
|
-
var
|
|
9390
|
+
var logger113 = createLogger("Outlook");
|
|
7025
9391
|
var OUTLOOK_TOOLS = [
|
|
7026
9392
|
"outlook_accept_event",
|
|
7027
9393
|
"outlook_create_draft",
|
|
@@ -7068,15 +9434,15 @@ function outlookIntegration(config = {}) {
|
|
|
7068
9434
|
tools: [...OUTLOOK_TOOLS],
|
|
7069
9435
|
oauth,
|
|
7070
9436
|
async onInit(_client) {
|
|
7071
|
-
|
|
9437
|
+
logger113.debug("Outlook integration initialized");
|
|
7072
9438
|
},
|
|
7073
9439
|
async onAfterConnect(_client) {
|
|
7074
|
-
|
|
9440
|
+
logger113.debug("Outlook integration connected");
|
|
7075
9441
|
}
|
|
7076
9442
|
};
|
|
7077
9443
|
}
|
|
7078
9444
|
// src/integrations/teams.ts
|
|
7079
|
-
var
|
|
9445
|
+
var logger114 = createLogger("Teams");
|
|
7080
9446
|
var TEAMS_SCOPES = [
|
|
7081
9447
|
"offline_access",
|
|
7082
9448
|
"User.Read",
|
|
@@ -7126,15 +9492,15 @@ function teamsIntegration(config = {}) {
|
|
|
7126
9492
|
tools: [...TEAMS_TOOLS],
|
|
7127
9493
|
oauth,
|
|
7128
9494
|
async onInit(_client) {
|
|
7129
|
-
|
|
9495
|
+
logger114.debug("Teams integration initialized");
|
|
7130
9496
|
},
|
|
7131
9497
|
async onAfterConnect(_client) {
|
|
7132
|
-
|
|
9498
|
+
logger114.debug("Teams integration connected");
|
|
7133
9499
|
}
|
|
7134
9500
|
};
|
|
7135
9501
|
}
|
|
7136
9502
|
// src/integrations/airtable.ts
|
|
7137
|
-
var
|
|
9503
|
+
var logger115 = createLogger("Airtable");
|
|
7138
9504
|
var AIRTABLE_TOOLS = [
|
|
7139
9505
|
"airtable_list_bases",
|
|
7140
9506
|
"airtable_get_base",
|
|
@@ -7180,15 +9546,15 @@ function airtableIntegration(config = {}) {
|
|
|
7180
9546
|
tools: [...AIRTABLE_TOOLS],
|
|
7181
9547
|
oauth,
|
|
7182
9548
|
async onInit(_client) {
|
|
7183
|
-
|
|
9549
|
+
logger115.debug("Airtable integration initialized");
|
|
7184
9550
|
},
|
|
7185
9551
|
async onAfterConnect(_client) {
|
|
7186
|
-
|
|
9552
|
+
logger115.debug("Airtable integration connected");
|
|
7187
9553
|
}
|
|
7188
9554
|
};
|
|
7189
9555
|
}
|
|
7190
9556
|
// src/integrations/astronomer.ts
|
|
7191
|
-
var
|
|
9557
|
+
var logger116 = createLogger("Astronomer");
|
|
7192
9558
|
var ASTRONOMER_TOOLS = [
|
|
7193
9559
|
"astronomer_get_self",
|
|
7194
9560
|
"astronomer_list_organizations",
|
|
@@ -7214,7 +9580,7 @@ function astronomerIntegration(options = {}) {
|
|
|
7214
9580
|
name: "Astronomer",
|
|
7215
9581
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/astronomer.png",
|
|
7216
9582
|
description: "Manage Astro organizations, workspaces, deployments, clusters, and deploy history via the Astro API v1",
|
|
7217
|
-
category: "
|
|
9583
|
+
category: "Engineering",
|
|
7218
9584
|
tools: [...ASTRONOMER_TOOLS],
|
|
7219
9585
|
authType: "apiKey",
|
|
7220
9586
|
getHeaders() {
|
|
@@ -7223,15 +9589,15 @@ function astronomerIntegration(options = {}) {
|
|
|
7223
9589
|
};
|
|
7224
9590
|
},
|
|
7225
9591
|
async onInit(_client) {
|
|
7226
|
-
|
|
9592
|
+
logger116.debug("Astronomer integration initialized");
|
|
7227
9593
|
},
|
|
7228
9594
|
async onAfterConnect(_client) {
|
|
7229
|
-
|
|
9595
|
+
logger116.debug("Astronomer integration connected");
|
|
7230
9596
|
}
|
|
7231
9597
|
};
|
|
7232
9598
|
}
|
|
7233
9599
|
// src/integrations/betterstack.ts
|
|
7234
|
-
var
|
|
9600
|
+
var logger117 = createLogger("BetterStack");
|
|
7235
9601
|
var BETTERSTACK_TOOLS = [
|
|
7236
9602
|
"betterstack_list_sources",
|
|
7237
9603
|
"betterstack_get_source",
|
|
@@ -7255,7 +9621,7 @@ function betterstackIntegration(options = {}) {
|
|
|
7255
9621
|
name: "Better Stack",
|
|
7256
9622
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/betterstack.png",
|
|
7257
9623
|
description: "Ingest and manage log sources, collectors, and metrics with Better Stack Logs (Logtail) Telemetry API",
|
|
7258
|
-
category: "
|
|
9624
|
+
category: "Engineering",
|
|
7259
9625
|
tools: [...BETTERSTACK_TOOLS],
|
|
7260
9626
|
authType: "apiKey",
|
|
7261
9627
|
getHeaders() {
|
|
@@ -7264,15 +9630,15 @@ function betterstackIntegration(options = {}) {
|
|
|
7264
9630
|
};
|
|
7265
9631
|
},
|
|
7266
9632
|
async onInit(_client) {
|
|
7267
|
-
|
|
9633
|
+
logger117.debug("Better Stack integration initialized");
|
|
7268
9634
|
},
|
|
7269
9635
|
async onAfterConnect(_client) {
|
|
7270
|
-
|
|
9636
|
+
logger117.debug("Better Stack integration connected");
|
|
7271
9637
|
}
|
|
7272
9638
|
};
|
|
7273
9639
|
}
|
|
7274
9640
|
// src/integrations/todoist.ts
|
|
7275
|
-
var
|
|
9641
|
+
var logger118 = createLogger("Todoist");
|
|
7276
9642
|
var TODOIST_TOOLS = [
|
|
7277
9643
|
"todoist_list_projects",
|
|
7278
9644
|
"todoist_get_project",
|
|
@@ -7327,15 +9693,15 @@ function todoistIntegration(config = {}) {
|
|
|
7327
9693
|
tools: [...TODOIST_TOOLS],
|
|
7328
9694
|
oauth,
|
|
7329
9695
|
async onInit(_client) {
|
|
7330
|
-
|
|
9696
|
+
logger118.debug("Todoist integration initialized");
|
|
7331
9697
|
},
|
|
7332
9698
|
async onAfterConnect(_client) {
|
|
7333
|
-
|
|
9699
|
+
logger118.debug("Todoist integration connected");
|
|
7334
9700
|
}
|
|
7335
9701
|
};
|
|
7336
9702
|
}
|
|
7337
9703
|
// src/integrations/whatsapp.ts
|
|
7338
|
-
var
|
|
9704
|
+
var logger119 = createLogger("WhatsApp");
|
|
7339
9705
|
var WHATSAPP_TOOLS = [
|
|
7340
9706
|
"whatsapp_send_message",
|
|
7341
9707
|
"whatsapp_reply_message",
|
|
@@ -7384,15 +9750,15 @@ function whatsappIntegration(config = {}) {
|
|
|
7384
9750
|
tools: [...WHATSAPP_TOOLS],
|
|
7385
9751
|
oauth,
|
|
7386
9752
|
async onInit(_client) {
|
|
7387
|
-
|
|
9753
|
+
logger119.debug("WhatsApp Business integration initialized");
|
|
7388
9754
|
},
|
|
7389
9755
|
async onAfterConnect(_client) {
|
|
7390
|
-
|
|
9756
|
+
logger119.debug("WhatsApp Business integration connected");
|
|
7391
9757
|
}
|
|
7392
9758
|
};
|
|
7393
9759
|
}
|
|
7394
9760
|
// src/integrations/calcom.ts
|
|
7395
|
-
var
|
|
9761
|
+
var logger120 = createLogger("Cal.com");
|
|
7396
9762
|
var CALCOM_TOOLS = [
|
|
7397
9763
|
"calcom_list_bookings",
|
|
7398
9764
|
"calcom_get_booking",
|
|
@@ -7468,15 +9834,15 @@ function calcomIntegration(config = {}) {
|
|
|
7468
9834
|
tools: [...CALCOM_TOOLS],
|
|
7469
9835
|
oauth,
|
|
7470
9836
|
async onInit(_client) {
|
|
7471
|
-
|
|
9837
|
+
logger120.debug("Cal.com integration initialized");
|
|
7472
9838
|
},
|
|
7473
9839
|
async onAfterConnect(_client) {
|
|
7474
|
-
|
|
9840
|
+
logger120.debug("Cal.com integration connected");
|
|
7475
9841
|
}
|
|
7476
9842
|
};
|
|
7477
9843
|
}
|
|
7478
9844
|
// src/integrations/ramp.ts
|
|
7479
|
-
var
|
|
9845
|
+
var logger121 = createLogger("Ramp");
|
|
7480
9846
|
var RAMP_TOOLS = [
|
|
7481
9847
|
"ramp_list_transactions",
|
|
7482
9848
|
"ramp_get_transaction",
|
|
@@ -7505,18 +9871,20 @@ function rampIntegration(config = {}) {
|
|
|
7505
9871
|
id: "ramp",
|
|
7506
9872
|
name: "Ramp",
|
|
7507
9873
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ramp.jpeg",
|
|
9874
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
9875
|
+
category: "Finance",
|
|
7508
9876
|
tools: [...RAMP_TOOLS],
|
|
7509
9877
|
oauth,
|
|
7510
9878
|
async onInit(_client) {
|
|
7511
|
-
|
|
9879
|
+
logger121.debug("Ramp integration initialized");
|
|
7512
9880
|
},
|
|
7513
9881
|
async onAfterConnect(_client) {
|
|
7514
|
-
|
|
9882
|
+
logger121.debug("Ramp integration connected");
|
|
7515
9883
|
}
|
|
7516
9884
|
};
|
|
7517
9885
|
}
|
|
7518
9886
|
// src/integrations/onedrive.ts
|
|
7519
|
-
var
|
|
9887
|
+
var logger122 = createLogger("OneDrive");
|
|
7520
9888
|
var ONEDRIVE_TOOLS = [
|
|
7521
9889
|
"onedrive_create_folder",
|
|
7522
9890
|
"onedrive_delete_file",
|
|
@@ -7548,10 +9916,10 @@ function onedriveIntegration(config = {}) {
|
|
|
7548
9916
|
tools: [...ONEDRIVE_TOOLS],
|
|
7549
9917
|
oauth,
|
|
7550
9918
|
async onInit(_client) {
|
|
7551
|
-
|
|
9919
|
+
logger122.debug("OneDrive integration initialized");
|
|
7552
9920
|
},
|
|
7553
9921
|
async onAfterConnect(_client) {
|
|
7554
|
-
|
|
9922
|
+
logger122.debug("OneDrive integration connected");
|
|
7555
9923
|
}
|
|
7556
9924
|
};
|
|
7557
9925
|
}
|
|
@@ -7589,7 +9957,7 @@ function plannerIntegration(config = {}) {
|
|
|
7589
9957
|
};
|
|
7590
9958
|
}
|
|
7591
9959
|
// src/integrations/dropbox.ts
|
|
7592
|
-
var
|
|
9960
|
+
var logger123 = createLogger("Dropbox");
|
|
7593
9961
|
var DROPBOX_TOOLS = [
|
|
7594
9962
|
"dropbox_get_current_account",
|
|
7595
9963
|
"dropbox_get_space_usage",
|
|
@@ -7631,15 +9999,15 @@ function dropboxIntegration(options = {}) {
|
|
|
7631
9999
|
authType: "oauth",
|
|
7632
10000
|
oauth,
|
|
7633
10001
|
async onInit(_client) {
|
|
7634
|
-
|
|
10002
|
+
logger123.debug("Dropbox integration initialized");
|
|
7635
10003
|
},
|
|
7636
10004
|
async onAfterConnect(_client) {
|
|
7637
|
-
|
|
10005
|
+
logger123.debug("Dropbox integration connected");
|
|
7638
10006
|
}
|
|
7639
10007
|
};
|
|
7640
10008
|
}
|
|
7641
10009
|
// src/integrations/paper.ts
|
|
7642
|
-
var
|
|
10010
|
+
var logger124 = createLogger("Paper");
|
|
7643
10011
|
var PAPER_SCOPES = [
|
|
7644
10012
|
"account_info.read",
|
|
7645
10013
|
"files.metadata.read",
|
|
@@ -7685,15 +10053,15 @@ function paperIntegration(config = {}) {
|
|
|
7685
10053
|
authType: "oauth",
|
|
7686
10054
|
oauth,
|
|
7687
10055
|
async onInit(_client) {
|
|
7688
|
-
|
|
10056
|
+
logger124.debug("Paper integration initialized");
|
|
7689
10057
|
},
|
|
7690
10058
|
async onAfterConnect(_client) {
|
|
7691
|
-
|
|
10059
|
+
logger124.debug("Paper integration connected");
|
|
7692
10060
|
}
|
|
7693
10061
|
};
|
|
7694
10062
|
}
|
|
7695
10063
|
// src/integrations/gdocs.ts
|
|
7696
|
-
var
|
|
10064
|
+
var logger125 = createLogger("Google Docs");
|
|
7697
10065
|
var GDOCS_TOOLS = [
|
|
7698
10066
|
"gdocs_append_text",
|
|
7699
10067
|
"gdocs_batch_update",
|
|
@@ -7723,15 +10091,15 @@ function gdocsIntegration(config = {}) {
|
|
|
7723
10091
|
tools: [...GDOCS_TOOLS],
|
|
7724
10092
|
oauth,
|
|
7725
10093
|
async onInit(_client) {
|
|
7726
|
-
|
|
10094
|
+
logger125.debug("Google Docs integration initialized");
|
|
7727
10095
|
},
|
|
7728
10096
|
async onAfterConnect(_client) {
|
|
7729
|
-
|
|
10097
|
+
logger125.debug("Google Docs integration connected");
|
|
7730
10098
|
}
|
|
7731
10099
|
};
|
|
7732
10100
|
}
|
|
7733
10101
|
// src/integrations/gsheets.ts
|
|
7734
|
-
var
|
|
10102
|
+
var logger126 = createLogger("Google Sheets");
|
|
7735
10103
|
var GSHEETS_TOOLS = [
|
|
7736
10104
|
"gsheets_append_values",
|
|
7737
10105
|
"gsheets_batch_update",
|
|
@@ -7761,15 +10129,15 @@ function gsheetsIntegration(config = {}) {
|
|
|
7761
10129
|
tools: [...GSHEETS_TOOLS],
|
|
7762
10130
|
oauth,
|
|
7763
10131
|
async onInit(_client) {
|
|
7764
|
-
|
|
10132
|
+
logger126.debug("Google Sheets integration initialized");
|
|
7765
10133
|
},
|
|
7766
10134
|
async onAfterConnect(_client) {
|
|
7767
|
-
|
|
10135
|
+
logger126.debug("Google Sheets integration connected");
|
|
7768
10136
|
}
|
|
7769
10137
|
};
|
|
7770
10138
|
}
|
|
7771
10139
|
// src/integrations/gslides.ts
|
|
7772
|
-
var
|
|
10140
|
+
var logger127 = createLogger("Google Slides");
|
|
7773
10141
|
var GSLIDES_TOOLS = [
|
|
7774
10142
|
"gslides_add_slide",
|
|
7775
10143
|
"gslides_batch_update",
|
|
@@ -7798,15 +10166,15 @@ function gslidesIntegration(config = {}) {
|
|
|
7798
10166
|
tools: [...GSLIDES_TOOLS],
|
|
7799
10167
|
oauth,
|
|
7800
10168
|
async onInit(_client) {
|
|
7801
|
-
|
|
10169
|
+
logger127.debug("Google Slides integration initialized");
|
|
7802
10170
|
},
|
|
7803
10171
|
async onAfterConnect(_client) {
|
|
7804
|
-
|
|
10172
|
+
logger127.debug("Google Slides integration connected");
|
|
7805
10173
|
}
|
|
7806
10174
|
};
|
|
7807
10175
|
}
|
|
7808
10176
|
// src/integrations/polar.ts
|
|
7809
|
-
var
|
|
10177
|
+
var logger128 = createLogger("Polar");
|
|
7810
10178
|
var POLAR_TOOLS = [
|
|
7811
10179
|
"polar_list_products",
|
|
7812
10180
|
"polar_get_product",
|
|
@@ -7863,15 +10231,15 @@ function polarIntegration(config = {}) {
|
|
|
7863
10231
|
tools: [...POLAR_TOOLS],
|
|
7864
10232
|
oauth,
|
|
7865
10233
|
async onInit(_client) {
|
|
7866
|
-
|
|
10234
|
+
logger128.debug("Polar integration initialized");
|
|
7867
10235
|
},
|
|
7868
10236
|
async onAfterConnect(_client) {
|
|
7869
|
-
|
|
10237
|
+
logger128.debug("Polar integration connected");
|
|
7870
10238
|
}
|
|
7871
10239
|
};
|
|
7872
10240
|
}
|
|
7873
10241
|
// src/integrations/supabase.ts
|
|
7874
|
-
var
|
|
10242
|
+
var logger129 = createLogger("Supabase");
|
|
7875
10243
|
var SUPABASE_API_BASE = "https://api.supabase.com";
|
|
7876
10244
|
var SUPABASE_TOOLS = [
|
|
7877
10245
|
"supabase_get_profile",
|
|
@@ -7909,10 +10277,10 @@ function supabaseIntegration(config = {}) {
|
|
|
7909
10277
|
};
|
|
7910
10278
|
},
|
|
7911
10279
|
async onInit(_client) {
|
|
7912
|
-
|
|
10280
|
+
logger129.debug("Supabase integration initialized (personal access token)");
|
|
7913
10281
|
},
|
|
7914
10282
|
async onAfterConnect(_client) {
|
|
7915
|
-
|
|
10283
|
+
logger129.debug("Supabase integration connected");
|
|
7916
10284
|
}
|
|
7917
10285
|
};
|
|
7918
10286
|
}
|
|
@@ -7942,15 +10310,15 @@ function supabaseIntegration(config = {}) {
|
|
|
7942
10310
|
tools: [...SUPABASE_TOOLS],
|
|
7943
10311
|
oauth,
|
|
7944
10312
|
async onInit(_client) {
|
|
7945
|
-
|
|
10313
|
+
logger129.debug("Supabase integration initialized");
|
|
7946
10314
|
},
|
|
7947
10315
|
async onAfterConnect(_client) {
|
|
7948
|
-
|
|
10316
|
+
logger129.debug("Supabase integration connected");
|
|
7949
10317
|
}
|
|
7950
10318
|
};
|
|
7951
10319
|
}
|
|
7952
10320
|
// src/integrations/phantom.ts
|
|
7953
|
-
var
|
|
10321
|
+
var logger130 = createLogger("Phantom");
|
|
7954
10322
|
var PHANTOM_TOOLS = [
|
|
7955
10323
|
"phantom_build_browse_deeplink",
|
|
7956
10324
|
"phantom_deeplink_provider_reference"
|
|
@@ -7972,15 +10340,15 @@ function phantomIntegration(_options = {}) {
|
|
|
7972
10340
|
category: "Other",
|
|
7973
10341
|
tools: [...PHANTOM_TOOLS],
|
|
7974
10342
|
async onInit(_client) {
|
|
7975
|
-
|
|
10343
|
+
logger130.debug("Phantom integration initialized");
|
|
7976
10344
|
},
|
|
7977
10345
|
async onAfterConnect(_client) {
|
|
7978
|
-
|
|
10346
|
+
logger130.debug("Phantom integration connected");
|
|
7979
10347
|
}
|
|
7980
10348
|
};
|
|
7981
10349
|
}
|
|
7982
10350
|
// src/integrations/facebook.ts
|
|
7983
|
-
var
|
|
10351
|
+
var logger131 = createLogger("Facebook");
|
|
7984
10352
|
var FACEBOOK_SCOPES = [
|
|
7985
10353
|
"public_profile",
|
|
7986
10354
|
"email",
|
|
@@ -8026,15 +10394,15 @@ function facebookIntegration(config = {}) {
|
|
|
8026
10394
|
tools: [...FACEBOOK_TOOLS],
|
|
8027
10395
|
oauth,
|
|
8028
10396
|
async onInit(_client) {
|
|
8029
|
-
|
|
10397
|
+
logger131.debug("Facebook integration initialized");
|
|
8030
10398
|
},
|
|
8031
10399
|
async onAfterConnect(_client) {
|
|
8032
|
-
|
|
10400
|
+
logger131.debug("Facebook integration connected");
|
|
8033
10401
|
}
|
|
8034
10402
|
};
|
|
8035
10403
|
}
|
|
8036
10404
|
// src/integrations/figma.ts
|
|
8037
|
-
var
|
|
10405
|
+
var logger132 = createLogger("Figma");
|
|
8038
10406
|
var FIGMA_TOOLS = [
|
|
8039
10407
|
"figma_get_file",
|
|
8040
10408
|
"figma_get_file_nodes",
|
|
@@ -8100,15 +10468,15 @@ function figmaIntegration(config = {}) {
|
|
|
8100
10468
|
tools: [...FIGMA_TOOLS],
|
|
8101
10469
|
oauth,
|
|
8102
10470
|
async onInit(_client) {
|
|
8103
|
-
|
|
10471
|
+
logger132.debug("Figma integration initialized");
|
|
8104
10472
|
},
|
|
8105
10473
|
async onAfterConnect(_client) {
|
|
8106
|
-
|
|
10474
|
+
logger132.debug("Figma integration connected");
|
|
8107
10475
|
}
|
|
8108
10476
|
};
|
|
8109
10477
|
}
|
|
8110
10478
|
// src/integrations/intercom.ts
|
|
8111
|
-
var
|
|
10479
|
+
var logger133 = createLogger("Intercom");
|
|
8112
10480
|
var INTERCOM_TOOLS = [
|
|
8113
10481
|
"intercom_list_contacts",
|
|
8114
10482
|
"intercom_get_contact",
|
|
@@ -8139,15 +10507,15 @@ function intercomIntegration(config = {}) {
|
|
|
8139
10507
|
tools: [...INTERCOM_TOOLS],
|
|
8140
10508
|
oauth,
|
|
8141
10509
|
async onInit(_client) {
|
|
8142
|
-
|
|
10510
|
+
logger133.debug("Intercom integration initialized");
|
|
8143
10511
|
},
|
|
8144
10512
|
async onAfterConnect(_client) {
|
|
8145
|
-
|
|
10513
|
+
logger133.debug("Intercom integration connected");
|
|
8146
10514
|
}
|
|
8147
10515
|
};
|
|
8148
10516
|
}
|
|
8149
10517
|
// src/integrations/hubspot.ts
|
|
8150
|
-
var
|
|
10518
|
+
var logger134 = createLogger("HubSpot");
|
|
8151
10519
|
var HUBSPOT_TOOLS = [
|
|
8152
10520
|
"hubspot_list_contacts",
|
|
8153
10521
|
"hubspot_get_contact",
|
|
@@ -8197,15 +10565,15 @@ function hubspotIntegration(config = {}) {
|
|
|
8197
10565
|
tools: [...HUBSPOT_TOOLS],
|
|
8198
10566
|
oauth,
|
|
8199
10567
|
async onInit(_client) {
|
|
8200
|
-
|
|
10568
|
+
logger134.debug("HubSpot integration initialized");
|
|
8201
10569
|
},
|
|
8202
10570
|
async onAfterConnect(_client) {
|
|
8203
|
-
|
|
10571
|
+
logger134.debug("HubSpot integration connected");
|
|
8204
10572
|
}
|
|
8205
10573
|
};
|
|
8206
10574
|
}
|
|
8207
10575
|
// src/integrations/instagram.ts
|
|
8208
|
-
var
|
|
10576
|
+
var logger135 = createLogger("Instagram");
|
|
8209
10577
|
var INSTAGRAM_SCOPES = [
|
|
8210
10578
|
"pages_show_list",
|
|
8211
10579
|
"pages_read_engagement",
|
|
@@ -8255,15 +10623,15 @@ function instagramIntegration(config = {}) {
|
|
|
8255
10623
|
tools: [...INSTAGRAM_TOOLS],
|
|
8256
10624
|
oauth,
|
|
8257
10625
|
async onInit(_client) {
|
|
8258
|
-
|
|
10626
|
+
logger135.debug("Instagram integration initialized");
|
|
8259
10627
|
},
|
|
8260
10628
|
async onAfterConnect(_client) {
|
|
8261
|
-
|
|
10629
|
+
logger135.debug("Instagram integration connected");
|
|
8262
10630
|
}
|
|
8263
10631
|
};
|
|
8264
10632
|
}
|
|
8265
10633
|
// src/integrations/youtube.ts
|
|
8266
|
-
var
|
|
10634
|
+
var logger136 = createLogger("YouTube");
|
|
8267
10635
|
var YOUTUBE_TOOLS = [
|
|
8268
10636
|
"youtube_add_comment",
|
|
8269
10637
|
"youtube_add_to_playlist",
|
|
@@ -8309,15 +10677,15 @@ function youtubeIntegration(config = {}) {
|
|
|
8309
10677
|
tools: [...YOUTUBE_TOOLS],
|
|
8310
10678
|
oauth,
|
|
8311
10679
|
async onInit(_client) {
|
|
8312
|
-
|
|
10680
|
+
logger136.debug("YouTube integration initialized");
|
|
8313
10681
|
},
|
|
8314
10682
|
async onAfterConnect(_client) {
|
|
8315
|
-
|
|
10683
|
+
logger136.debug("YouTube integration connected");
|
|
8316
10684
|
}
|
|
8317
10685
|
};
|
|
8318
10686
|
}
|
|
8319
10687
|
// src/integrations/cursor.ts
|
|
8320
|
-
var
|
|
10688
|
+
var logger137 = createLogger("Cursor");
|
|
8321
10689
|
var CURSOR_TOOLS = [
|
|
8322
10690
|
"cursor_list_agents",
|
|
8323
10691
|
"cursor_get_agent",
|
|
@@ -8337,15 +10705,15 @@ function cursorIntegration(_config = {}) {
|
|
|
8337
10705
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/cursor.jpeg",
|
|
8338
10706
|
tools: [...CURSOR_TOOLS],
|
|
8339
10707
|
async onInit(_client) {
|
|
8340
|
-
|
|
10708
|
+
logger137.debug("Cursor integration initialized");
|
|
8341
10709
|
},
|
|
8342
10710
|
async onAfterConnect(_client) {
|
|
8343
|
-
|
|
10711
|
+
logger137.debug("Cursor integration connected");
|
|
8344
10712
|
}
|
|
8345
10713
|
};
|
|
8346
10714
|
}
|
|
8347
10715
|
// src/integrations/databricks.ts
|
|
8348
|
-
var
|
|
10716
|
+
var logger138 = createLogger("Databricks");
|
|
8349
10717
|
var DATABRICKS_SCOPES = ["all-apis", "offline_access"];
|
|
8350
10718
|
var DATABRICKS_TOOLS = [
|
|
8351
10719
|
"databricks_current_user",
|
|
@@ -8392,15 +10760,15 @@ function databricksIntegration(config = {}) {
|
|
|
8392
10760
|
tools: [...DATABRICKS_TOOLS],
|
|
8393
10761
|
oauth,
|
|
8394
10762
|
async onInit(_client) {
|
|
8395
|
-
|
|
10763
|
+
logger138.debug("Databricks integration initialized");
|
|
8396
10764
|
},
|
|
8397
10765
|
async onAfterConnect(_client) {
|
|
8398
|
-
|
|
10766
|
+
logger138.debug("Databricks integration connected");
|
|
8399
10767
|
}
|
|
8400
10768
|
};
|
|
8401
10769
|
}
|
|
8402
10770
|
// src/integrations/posthog.ts
|
|
8403
|
-
var
|
|
10771
|
+
var logger139 = createLogger("PostHog");
|
|
8404
10772
|
var DEFAULT_POSTHOG_BASE_URL = "https://us.posthog.com";
|
|
8405
10773
|
var POSTHOG_SCOPES = [
|
|
8406
10774
|
"openid",
|
|
@@ -8486,15 +10854,15 @@ function posthogIntegration(config = {}) {
|
|
|
8486
10854
|
tools: [...POSTHOG_TOOLS],
|
|
8487
10855
|
oauth,
|
|
8488
10856
|
async onInit(_client) {
|
|
8489
|
-
|
|
10857
|
+
logger139.debug("PostHog integration initialized");
|
|
8490
10858
|
},
|
|
8491
10859
|
async onAfterConnect(_client) {
|
|
8492
|
-
|
|
10860
|
+
logger139.debug("PostHog integration connected");
|
|
8493
10861
|
}
|
|
8494
10862
|
};
|
|
8495
10863
|
}
|
|
8496
10864
|
// src/integrations/postman.ts
|
|
8497
|
-
var
|
|
10865
|
+
var logger140 = createLogger("Postman");
|
|
8498
10866
|
var POSTMAN_TOOLS = [
|
|
8499
10867
|
"postman_get_me",
|
|
8500
10868
|
"postman_list_workspaces",
|
|
@@ -8525,15 +10893,15 @@ function postmanIntegration(options = {}) {
|
|
|
8525
10893
|
};
|
|
8526
10894
|
},
|
|
8527
10895
|
async onInit(_client) {
|
|
8528
|
-
|
|
10896
|
+
logger140.debug("Postman integration initialized");
|
|
8529
10897
|
},
|
|
8530
10898
|
async onAfterConnect(_client) {
|
|
8531
|
-
|
|
10899
|
+
logger140.debug("Postman integration connected");
|
|
8532
10900
|
}
|
|
8533
10901
|
};
|
|
8534
10902
|
}
|
|
8535
10903
|
// src/integrations/sentry.ts
|
|
8536
|
-
var
|
|
10904
|
+
var logger141 = createLogger("Sentry");
|
|
8537
10905
|
var SENTRY_SCOPES = [
|
|
8538
10906
|
"org:read",
|
|
8539
10907
|
"project:read",
|
|
@@ -8582,15 +10950,15 @@ function sentryIntegration(config = {}) {
|
|
|
8582
10950
|
tools: [...SENTRY_TOOLS],
|
|
8583
10951
|
oauth,
|
|
8584
10952
|
async onInit(_client) {
|
|
8585
|
-
|
|
10953
|
+
logger141.debug("Sentry integration initialized");
|
|
8586
10954
|
},
|
|
8587
10955
|
async onAfterConnect(_client) {
|
|
8588
|
-
|
|
10956
|
+
logger141.debug("Sentry integration connected");
|
|
8589
10957
|
}
|
|
8590
10958
|
};
|
|
8591
10959
|
}
|
|
8592
10960
|
// src/integrations/datadog.ts
|
|
8593
|
-
var
|
|
10961
|
+
var logger142 = createLogger("Datadog");
|
|
8594
10962
|
var DATADOG_SCOPES = [
|
|
8595
10963
|
"monitors_read",
|
|
8596
10964
|
"dashboards_read",
|
|
@@ -8620,10 +10988,10 @@ function datadogIntegration(config = {}) {
|
|
|
8620
10988
|
category: "Engineering",
|
|
8621
10989
|
tools: [...DATADOG_TOOLS],
|
|
8622
10990
|
async onInit(_client) {
|
|
8623
|
-
|
|
10991
|
+
logger142.debug("Datadog integration initialized");
|
|
8624
10992
|
},
|
|
8625
10993
|
async onAfterConnect(_client) {
|
|
8626
|
-
|
|
10994
|
+
logger142.debug("Datadog integration connected");
|
|
8627
10995
|
}
|
|
8628
10996
|
};
|
|
8629
10997
|
if (apiKey || applicationKey) {
|
|
@@ -8664,7 +11032,7 @@ function datadogIntegration(config = {}) {
|
|
|
8664
11032
|
};
|
|
8665
11033
|
}
|
|
8666
11034
|
// src/integrations/netlify.ts
|
|
8667
|
-
var
|
|
11035
|
+
var logger143 = createLogger("Netlify");
|
|
8668
11036
|
var NETLIFY_TOOLS = [
|
|
8669
11037
|
"netlify_get_current_user",
|
|
8670
11038
|
"netlify_list_accounts",
|
|
@@ -8727,15 +11095,15 @@ function netlifyIntegration(config = {}) {
|
|
|
8727
11095
|
tools: [...NETLIFY_TOOLS],
|
|
8728
11096
|
oauth,
|
|
8729
11097
|
async onInit(_client) {
|
|
8730
|
-
|
|
11098
|
+
logger143.debug("Netlify integration initialized");
|
|
8731
11099
|
},
|
|
8732
11100
|
async onAfterConnect(_client) {
|
|
8733
|
-
|
|
11101
|
+
logger143.debug("Netlify integration connected");
|
|
8734
11102
|
}
|
|
8735
11103
|
};
|
|
8736
11104
|
}
|
|
8737
11105
|
// src/integrations/redis.ts
|
|
8738
|
-
var
|
|
11106
|
+
var logger144 = createLogger("Redis Cloud");
|
|
8739
11107
|
var REDIS_TOOLS = [
|
|
8740
11108
|
"redis_list_subscriptions",
|
|
8741
11109
|
"redis_get_subscription",
|
|
@@ -8790,15 +11158,15 @@ function redisIntegration(options = {}) {
|
|
|
8790
11158
|
};
|
|
8791
11159
|
},
|
|
8792
11160
|
async onInit(_client) {
|
|
8793
|
-
|
|
11161
|
+
logger144.debug("Redis Cloud integration initialized");
|
|
8794
11162
|
},
|
|
8795
11163
|
async onAfterConnect(_client) {
|
|
8796
|
-
|
|
11164
|
+
logger144.debug("Redis Cloud integration connected");
|
|
8797
11165
|
}
|
|
8798
11166
|
};
|
|
8799
11167
|
}
|
|
8800
11168
|
// src/integrations/webflow.ts
|
|
8801
|
-
var
|
|
11169
|
+
var logger145 = createLogger("Webflow");
|
|
8802
11170
|
var WEBFLOW_TOOLS = [
|
|
8803
11171
|
"webflow_token_introspect",
|
|
8804
11172
|
"webflow_get_authorized_user",
|
|
@@ -8857,15 +11225,15 @@ function webflowIntegration(config = {}) {
|
|
|
8857
11225
|
tools: [...WEBFLOW_TOOLS],
|
|
8858
11226
|
oauth,
|
|
8859
11227
|
async onInit(_client) {
|
|
8860
|
-
|
|
11228
|
+
logger145.debug("Webflow integration initialized");
|
|
8861
11229
|
},
|
|
8862
11230
|
async onAfterConnect(_client) {
|
|
8863
|
-
|
|
11231
|
+
logger145.debug("Webflow integration connected");
|
|
8864
11232
|
}
|
|
8865
11233
|
};
|
|
8866
11234
|
}
|
|
8867
11235
|
// src/integrations/jira.ts
|
|
8868
|
-
var
|
|
11236
|
+
var logger146 = createLogger("Jira");
|
|
8869
11237
|
var JIRA_SCOPES = [
|
|
8870
11238
|
"read:jira-work",
|
|
8871
11239
|
"write:jira-work",
|
|
@@ -8910,15 +11278,15 @@ function jiraIntegration(config = {}) {
|
|
|
8910
11278
|
tools: [...JIRA_TOOLS],
|
|
8911
11279
|
oauth,
|
|
8912
11280
|
async onInit(_client) {
|
|
8913
|
-
|
|
11281
|
+
logger146.debug("Jira integration initialized");
|
|
8914
11282
|
},
|
|
8915
11283
|
async onAfterConnect(_client) {
|
|
8916
|
-
|
|
11284
|
+
logger146.debug("Jira integration connected");
|
|
8917
11285
|
}
|
|
8918
11286
|
};
|
|
8919
11287
|
}
|
|
8920
11288
|
// src/integrations/linkedin.ts
|
|
8921
|
-
var
|
|
11289
|
+
var logger147 = createLogger("LinkedIn");
|
|
8922
11290
|
var LINKEDIN_SCOPES = ["openid", "profile", "email", "w_member_social"];
|
|
8923
11291
|
var LINKEDIN_TOOLS = ["linkedin_get_userinfo", "linkedin_create_post"];
|
|
8924
11292
|
function linkedinIntegration(config = {}) {
|
|
@@ -8945,15 +11313,15 @@ function linkedinIntegration(config = {}) {
|
|
|
8945
11313
|
tools: [...LINKEDIN_TOOLS],
|
|
8946
11314
|
oauth,
|
|
8947
11315
|
async onInit(_client) {
|
|
8948
|
-
|
|
11316
|
+
logger147.debug("LinkedIn integration initialized");
|
|
8949
11317
|
},
|
|
8950
11318
|
async onAfterConnect(_client) {
|
|
8951
|
-
|
|
11319
|
+
logger147.debug("LinkedIn integration connected");
|
|
8952
11320
|
}
|
|
8953
11321
|
};
|
|
8954
11322
|
}
|
|
8955
11323
|
// src/integrations/threads.ts
|
|
8956
|
-
var
|
|
11324
|
+
var logger148 = createLogger("Threads");
|
|
8957
11325
|
var THREADS_SCOPES = [
|
|
8958
11326
|
"threads_basic",
|
|
8959
11327
|
"threads_content_publish",
|
|
@@ -9004,15 +11372,15 @@ function threadsIntegration(config = {}) {
|
|
|
9004
11372
|
tools: [...THREADS_TOOLS],
|
|
9005
11373
|
oauth,
|
|
9006
11374
|
async onInit(_client) {
|
|
9007
|
-
|
|
11375
|
+
logger148.debug("Threads integration initialized");
|
|
9008
11376
|
},
|
|
9009
11377
|
async onAfterConnect(_client) {
|
|
9010
|
-
|
|
11378
|
+
logger148.debug("Threads integration connected");
|
|
9011
11379
|
}
|
|
9012
11380
|
};
|
|
9013
11381
|
}
|
|
9014
11382
|
// src/integrations/tiktok.ts
|
|
9015
|
-
var
|
|
11383
|
+
var logger149 = createLogger("TikTok");
|
|
9016
11384
|
var TIKTOK_SCOPES = ["user.info.basic", "video.list"];
|
|
9017
11385
|
var TIKTOK_TOOLS = [
|
|
9018
11386
|
"tiktok_get_user_info",
|
|
@@ -9043,15 +11411,15 @@ function tiktokIntegration(config = {}) {
|
|
|
9043
11411
|
tools: [...TIKTOK_TOOLS],
|
|
9044
11412
|
oauth,
|
|
9045
11413
|
async onInit(_client) {
|
|
9046
|
-
|
|
11414
|
+
logger149.debug("TikTok integration initialized");
|
|
9047
11415
|
},
|
|
9048
11416
|
async onAfterConnect(_client) {
|
|
9049
|
-
|
|
11417
|
+
logger149.debug("TikTok integration connected");
|
|
9050
11418
|
}
|
|
9051
11419
|
};
|
|
9052
11420
|
}
|
|
9053
11421
|
// src/integrations/trello.ts
|
|
9054
|
-
var
|
|
11422
|
+
var logger150 = createLogger("Trello");
|
|
9055
11423
|
var TRELLO_TOOLS = [
|
|
9056
11424
|
"trello_get_member",
|
|
9057
11425
|
"trello_list_boards",
|
|
@@ -9088,15 +11456,15 @@ function trelloIntegration(options = {}) {
|
|
|
9088
11456
|
return { Authorization: `Bearer ${encodeCredential(apiKey, memberToken)}` };
|
|
9089
11457
|
},
|
|
9090
11458
|
async onInit(_client) {
|
|
9091
|
-
|
|
11459
|
+
logger150.debug("Trello integration initialized");
|
|
9092
11460
|
},
|
|
9093
11461
|
async onAfterConnect(_client) {
|
|
9094
|
-
|
|
11462
|
+
logger150.debug("Trello integration connected");
|
|
9095
11463
|
}
|
|
9096
11464
|
};
|
|
9097
11465
|
}
|
|
9098
11466
|
// src/integrations/typeform.ts
|
|
9099
|
-
var
|
|
11467
|
+
var logger151 = createLogger("Typeform");
|
|
9100
11468
|
var TYPEFORM_SCOPES = [
|
|
9101
11469
|
"offline",
|
|
9102
11470
|
"accounts:read",
|
|
@@ -9140,15 +11508,15 @@ function typeformIntegration(config = {}) {
|
|
|
9140
11508
|
tools: [...TYPEFORM_TOOLS],
|
|
9141
11509
|
oauth,
|
|
9142
11510
|
async onInit(_client) {
|
|
9143
|
-
|
|
11511
|
+
logger151.debug("Typeform integration initialized");
|
|
9144
11512
|
},
|
|
9145
11513
|
async onAfterConnect(_client) {
|
|
9146
|
-
|
|
11514
|
+
logger151.debug("Typeform integration connected");
|
|
9147
11515
|
}
|
|
9148
11516
|
};
|
|
9149
11517
|
}
|
|
9150
11518
|
// src/integrations/sharepoint.ts
|
|
9151
|
-
var
|
|
11519
|
+
var logger152 = createLogger("SharePoint");
|
|
9152
11520
|
var SHAREPOINT_SCOPES = ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
|
|
9153
11521
|
var SHAREPOINT_TOOLS = [
|
|
9154
11522
|
"sharepoint_create_folder",
|
|
@@ -9187,15 +11555,15 @@ function sharepointIntegration(config = {}) {
|
|
|
9187
11555
|
tools: [...SHAREPOINT_TOOLS],
|
|
9188
11556
|
oauth,
|
|
9189
11557
|
async onInit(_client) {
|
|
9190
|
-
|
|
11558
|
+
logger152.debug("SharePoint integration initialized");
|
|
9191
11559
|
},
|
|
9192
11560
|
async onAfterConnect(_client) {
|
|
9193
|
-
|
|
11561
|
+
logger152.debug("SharePoint integration connected");
|
|
9194
11562
|
}
|
|
9195
11563
|
};
|
|
9196
11564
|
}
|
|
9197
11565
|
// src/integrations/xero.ts
|
|
9198
|
-
var
|
|
11566
|
+
var logger153 = createLogger("Xero");
|
|
9199
11567
|
var XERO_SCOPES = [
|
|
9200
11568
|
"openid",
|
|
9201
11569
|
"profile",
|
|
@@ -9238,19 +11606,19 @@ function xeroIntegration(config = {}) {
|
|
|
9238
11606
|
name: "Xero",
|
|
9239
11607
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/xero.png",
|
|
9240
11608
|
description: "Manage Xero organisations, accounts, contacts, invoices, and bank transactions",
|
|
9241
|
-
category: "
|
|
11609
|
+
category: "Accounting",
|
|
9242
11610
|
tools: [...XERO_TOOLS],
|
|
9243
11611
|
oauth,
|
|
9244
11612
|
async onInit(_client) {
|
|
9245
|
-
|
|
11613
|
+
logger153.debug("Xero integration initialized");
|
|
9246
11614
|
},
|
|
9247
11615
|
async onAfterConnect(_client) {
|
|
9248
|
-
|
|
11616
|
+
logger153.debug("Xero integration connected");
|
|
9249
11617
|
}
|
|
9250
11618
|
};
|
|
9251
11619
|
}
|
|
9252
11620
|
// src/integrations/salesforce.ts
|
|
9253
|
-
var
|
|
11621
|
+
var logger154 = createLogger("Salesforce");
|
|
9254
11622
|
var SALESFORCE_TOOLS = [
|
|
9255
11623
|
"salesforce_query",
|
|
9256
11624
|
"salesforce_get_limits",
|
|
@@ -9281,15 +11649,15 @@ function salesforceIntegration(config = {}) {
|
|
|
9281
11649
|
tools: [...SALESFORCE_TOOLS],
|
|
9282
11650
|
oauth,
|
|
9283
11651
|
async onInit(_client) {
|
|
9284
|
-
|
|
11652
|
+
logger154.debug("Salesforce integration initialized");
|
|
9285
11653
|
},
|
|
9286
11654
|
async onAfterConnect(_client) {
|
|
9287
|
-
|
|
11655
|
+
logger154.debug("Salesforce integration connected");
|
|
9288
11656
|
}
|
|
9289
11657
|
};
|
|
9290
11658
|
}
|
|
9291
11659
|
// src/integrations/attio.ts
|
|
9292
|
-
var
|
|
11660
|
+
var logger155 = createLogger("Attio");
|
|
9293
11661
|
var ATTIO_SCOPES = [
|
|
9294
11662
|
"record_permission:read-write",
|
|
9295
11663
|
"object_configuration:read",
|
|
@@ -9335,15 +11703,15 @@ function attioIntegration(config = {}) {
|
|
|
9335
11703
|
tools: [...ATTIO_TOOLS],
|
|
9336
11704
|
oauth,
|
|
9337
11705
|
async onInit(_client) {
|
|
9338
|
-
|
|
11706
|
+
logger155.debug("Attio integration initialized");
|
|
9339
11707
|
},
|
|
9340
11708
|
async onAfterConnect(_client) {
|
|
9341
|
-
|
|
11709
|
+
logger155.debug("Attio integration connected");
|
|
9342
11710
|
}
|
|
9343
11711
|
};
|
|
9344
11712
|
}
|
|
9345
11713
|
// src/integrations/gchat.ts
|
|
9346
|
-
var
|
|
11714
|
+
var logger156 = createLogger("Google Chat");
|
|
9347
11715
|
var GCHAT_SCOPES = [
|
|
9348
11716
|
"https://www.googleapis.com/auth/chat.messages",
|
|
9349
11717
|
"https://www.googleapis.com/auth/chat.spaces.readonly"
|
|
@@ -9382,15 +11750,15 @@ function gchatIntegration(config = {}) {
|
|
|
9382
11750
|
tools: [...GCHAT_TOOLS],
|
|
9383
11751
|
oauth,
|
|
9384
11752
|
async onInit(_client) {
|
|
9385
|
-
|
|
11753
|
+
logger156.debug("Google Chat integration initialized");
|
|
9386
11754
|
},
|
|
9387
11755
|
async onAfterConnect(_client) {
|
|
9388
|
-
|
|
11756
|
+
logger156.debug("Google Chat integration connected");
|
|
9389
11757
|
}
|
|
9390
11758
|
};
|
|
9391
11759
|
}
|
|
9392
11760
|
// src/integrations/shopify.ts
|
|
9393
|
-
var
|
|
11761
|
+
var logger157 = createLogger("Shopify");
|
|
9394
11762
|
var SHOPIFY_SCOPES = [
|
|
9395
11763
|
"read_products",
|
|
9396
11764
|
"write_products",
|
|
@@ -9435,19 +11803,19 @@ function shopifyIntegration(config = {}) {
|
|
|
9435
11803
|
name: "Shopify",
|
|
9436
11804
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/shopify.png",
|
|
9437
11805
|
description: "Route-complete Shopify Admin access through GraphQL and REST tools",
|
|
9438
|
-
category: "
|
|
11806
|
+
category: "Commerce",
|
|
9439
11807
|
tools: [...SHOPIFY_TOOLS],
|
|
9440
11808
|
oauth,
|
|
9441
11809
|
async onInit(_client) {
|
|
9442
|
-
|
|
11810
|
+
logger157.debug("Shopify integration initialized");
|
|
9443
11811
|
},
|
|
9444
11812
|
async onAfterConnect(_client) {
|
|
9445
|
-
|
|
11813
|
+
logger157.debug("Shopify integration connected");
|
|
9446
11814
|
}
|
|
9447
11815
|
};
|
|
9448
11816
|
}
|
|
9449
11817
|
// src/integrations/convex.ts
|
|
9450
|
-
var
|
|
11818
|
+
var logger158 = createLogger("Convex");
|
|
9451
11819
|
var CONVEX_TOOLS = [
|
|
9452
11820
|
"convex_management_token_details",
|
|
9453
11821
|
"convex_management_list_projects",
|
|
@@ -9477,22 +11845,22 @@ function convexIntegration(options = {}) {
|
|
|
9477
11845
|
name: "Convex",
|
|
9478
11846
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/convex.png",
|
|
9479
11847
|
description: "Manage Convex projects, deployments, regions, classes, and environment variables",
|
|
9480
|
-
category: "
|
|
11848
|
+
category: "Engineering",
|
|
9481
11849
|
tools: [...CONVEX_TOOLS],
|
|
9482
11850
|
authType: "apiKey",
|
|
9483
11851
|
getHeaders() {
|
|
9484
11852
|
return { Authorization: `Bearer ${accessToken}` };
|
|
9485
11853
|
},
|
|
9486
11854
|
async onInit(_client) {
|
|
9487
|
-
|
|
11855
|
+
logger158.debug("Convex integration initialized");
|
|
9488
11856
|
},
|
|
9489
11857
|
async onAfterConnect(_client) {
|
|
9490
|
-
|
|
11858
|
+
logger158.debug("Convex integration connected");
|
|
9491
11859
|
}
|
|
9492
11860
|
};
|
|
9493
11861
|
}
|
|
9494
11862
|
// src/integrations/etoro.ts
|
|
9495
|
-
var
|
|
11863
|
+
var logger159 = createLogger("eToro");
|
|
9496
11864
|
var ETORO_TOOLS = [
|
|
9497
11865
|
"etoro_get_identity",
|
|
9498
11866
|
"etoro_get_portfolio",
|
|
@@ -9522,15 +11890,15 @@ function etoroIntegration(options = {}) {
|
|
|
9522
11890
|
};
|
|
9523
11891
|
},
|
|
9524
11892
|
async onInit(_client) {
|
|
9525
|
-
|
|
11893
|
+
logger159.debug("eToro integration initialized");
|
|
9526
11894
|
},
|
|
9527
11895
|
async onAfterConnect(_client) {
|
|
9528
|
-
|
|
11896
|
+
logger159.debug("eToro integration connected");
|
|
9529
11897
|
}
|
|
9530
11898
|
};
|
|
9531
11899
|
}
|
|
9532
11900
|
// src/integrations/alpaca.ts
|
|
9533
|
-
var
|
|
11901
|
+
var logger160 = createLogger("Alpaca");
|
|
9534
11902
|
var ALPACA_TOOLS = [
|
|
9535
11903
|
"alpaca_get_account",
|
|
9536
11904
|
"alpaca_list_positions",
|
|
@@ -9572,15 +11940,15 @@ function alpacaIntegration(options = {}) {
|
|
|
9572
11940
|
return headers;
|
|
9573
11941
|
},
|
|
9574
11942
|
async onInit(_client) {
|
|
9575
|
-
|
|
11943
|
+
logger160.debug("Alpaca integration initialized");
|
|
9576
11944
|
},
|
|
9577
11945
|
async onAfterConnect(_client) {
|
|
9578
|
-
|
|
11946
|
+
logger160.debug("Alpaca integration connected");
|
|
9579
11947
|
}
|
|
9580
11948
|
};
|
|
9581
11949
|
}
|
|
9582
11950
|
// src/integrations/neon.ts
|
|
9583
|
-
var
|
|
11951
|
+
var logger161 = createLogger("Neon");
|
|
9584
11952
|
var NEON_TOOLS = [
|
|
9585
11953
|
"neon_list_api_keys",
|
|
9586
11954
|
"neon_create_api_key",
|
|
@@ -9620,15 +11988,15 @@ function neonIntegration(options = {}) {
|
|
|
9620
11988
|
};
|
|
9621
11989
|
},
|
|
9622
11990
|
async onInit(_client) {
|
|
9623
|
-
|
|
11991
|
+
logger161.debug("Neon integration initialized");
|
|
9624
11992
|
},
|
|
9625
11993
|
async onAfterConnect(_client) {
|
|
9626
|
-
|
|
11994
|
+
logger161.debug("Neon integration connected");
|
|
9627
11995
|
}
|
|
9628
11996
|
};
|
|
9629
11997
|
}
|
|
9630
11998
|
// src/integrations/workos.ts
|
|
9631
|
-
var
|
|
11999
|
+
var logger162 = createLogger("WorkOS");
|
|
9632
12000
|
var WORKOS_TOOLS = [
|
|
9633
12001
|
"workos_list_organizations",
|
|
9634
12002
|
"workos_get_organization",
|
|
@@ -9652,7 +12020,7 @@ function workosIntegration(options = {}) {
|
|
|
9652
12020
|
name: "WorkOS",
|
|
9653
12021
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workos.png",
|
|
9654
12022
|
description: "Manage WorkOS organizations, AuthKit users, memberships, and directory sync",
|
|
9655
|
-
category: "
|
|
12023
|
+
category: "Identity & Access",
|
|
9656
12024
|
tools: [...WORKOS_TOOLS],
|
|
9657
12025
|
authType: "apiKey",
|
|
9658
12026
|
getHeaders() {
|
|
@@ -9661,15 +12029,15 @@ function workosIntegration(options = {}) {
|
|
|
9661
12029
|
};
|
|
9662
12030
|
},
|
|
9663
12031
|
async onInit(_client) {
|
|
9664
|
-
|
|
12032
|
+
logger162.debug("WorkOS integration initialized");
|
|
9665
12033
|
},
|
|
9666
12034
|
async onAfterConnect(_client) {
|
|
9667
|
-
|
|
12035
|
+
logger162.debug("WorkOS integration connected");
|
|
9668
12036
|
}
|
|
9669
12037
|
};
|
|
9670
12038
|
}
|
|
9671
12039
|
// src/integrations/workday.ts
|
|
9672
|
-
var
|
|
12040
|
+
var logger163 = createLogger("Workday");
|
|
9673
12041
|
var WORKDAY_TOOLS = [
|
|
9674
12042
|
"workday_list_workers",
|
|
9675
12043
|
"workday_get_worker"
|
|
@@ -9690,14 +12058,14 @@ function workdayIntegration(config = {}) {
|
|
|
9690
12058
|
name: "Workday",
|
|
9691
12059
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workday.png",
|
|
9692
12060
|
description: "Query Workday workers via the tenant REST API",
|
|
9693
|
-
category: "
|
|
12061
|
+
category: "HR & Recruiting",
|
|
9694
12062
|
tools: [...WORKDAY_TOOLS],
|
|
9695
12063
|
oauth,
|
|
9696
12064
|
async onInit(_client) {
|
|
9697
|
-
|
|
12065
|
+
logger163.debug("Workday integration initialized");
|
|
9698
12066
|
},
|
|
9699
12067
|
async onAfterConnect(_client) {
|
|
9700
|
-
|
|
12068
|
+
logger163.debug("Workday integration connected");
|
|
9701
12069
|
}
|
|
9702
12070
|
};
|
|
9703
12071
|
}
|
|
@@ -9720,7 +12088,7 @@ function tldrawIntegration(options = {}) {
|
|
|
9720
12088
|
};
|
|
9721
12089
|
}
|
|
9722
12090
|
// src/integrations/upstash.ts
|
|
9723
|
-
var
|
|
12091
|
+
var logger164 = createLogger("Upstash");
|
|
9724
12092
|
var UPSTASH_TOOLS = [
|
|
9725
12093
|
"upstash_redis_run",
|
|
9726
12094
|
"upstash_redis_get",
|
|
@@ -9760,10 +12128,10 @@ function upstashIntegration(options = {}) {
|
|
|
9760
12128
|
return headers;
|
|
9761
12129
|
},
|
|
9762
12130
|
async onInit(_client) {
|
|
9763
|
-
|
|
12131
|
+
logger164.debug("Upstash integration initialized");
|
|
9764
12132
|
},
|
|
9765
12133
|
async onAfterConnect(_client) {
|
|
9766
|
-
|
|
12134
|
+
logger164.debug("Upstash integration connected");
|
|
9767
12135
|
}
|
|
9768
12136
|
};
|
|
9769
12137
|
}
|
|
@@ -9900,7 +12268,7 @@ function mailchimpIntegration(config = {}) {
|
|
|
9900
12268
|
};
|
|
9901
12269
|
}
|
|
9902
12270
|
// src/integrations/aws.ts
|
|
9903
|
-
var
|
|
12271
|
+
var logger165 = createLogger("AWS");
|
|
9904
12272
|
var AWS_TOOLS = [
|
|
9905
12273
|
"aws_sts_get_caller_identity",
|
|
9906
12274
|
"aws_ec2_describe_regions",
|
|
@@ -9953,15 +12321,15 @@ function awsIntegration(options = {}) {
|
|
|
9953
12321
|
};
|
|
9954
12322
|
},
|
|
9955
12323
|
async onInit(_client) {
|
|
9956
|
-
|
|
12324
|
+
logger165.debug("AWS integration initialized");
|
|
9957
12325
|
},
|
|
9958
12326
|
async onAfterConnect(_client) {
|
|
9959
|
-
|
|
12327
|
+
logger165.debug("AWS integration connected");
|
|
9960
12328
|
}
|
|
9961
12329
|
};
|
|
9962
12330
|
}
|
|
9963
12331
|
// src/integrations/wix.ts
|
|
9964
|
-
var
|
|
12332
|
+
var logger166 = createLogger("Wix");
|
|
9965
12333
|
var WIX_TOOLS = [
|
|
9966
12334
|
"wix_query_products",
|
|
9967
12335
|
"wix_get_product",
|
|
@@ -9994,15 +12362,15 @@ function wixIntegration(options = {}) {
|
|
|
9994
12362
|
};
|
|
9995
12363
|
},
|
|
9996
12364
|
async onInit(_client) {
|
|
9997
|
-
|
|
12365
|
+
logger166.debug("Wix integration initialized");
|
|
9998
12366
|
},
|
|
9999
12367
|
async onAfterConnect(_client) {
|
|
10000
|
-
|
|
12368
|
+
logger166.debug("Wix integration connected");
|
|
10001
12369
|
}
|
|
10002
12370
|
};
|
|
10003
12371
|
}
|
|
10004
12372
|
// src/integrations/auth0.ts
|
|
10005
|
-
var
|
|
12373
|
+
var logger167 = createLogger("Auth0");
|
|
10006
12374
|
var AUTH0_TOOLS = [
|
|
10007
12375
|
"auth0_list_users",
|
|
10008
12376
|
"auth0_get_user",
|
|
@@ -10081,7 +12449,7 @@ function auth0Integration(options) {
|
|
|
10081
12449
|
name: "Auth0",
|
|
10082
12450
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/auth0.png",
|
|
10083
12451
|
description: "Manage Auth0 users, connections, and applications via the Management API",
|
|
10084
|
-
category: "
|
|
12452
|
+
category: "Identity & Access",
|
|
10085
12453
|
tools: [...AUTH0_TOOLS],
|
|
10086
12454
|
authType: "apiKey",
|
|
10087
12455
|
getHeaders() {
|
|
@@ -10091,7 +12459,7 @@ function auth0Integration(options) {
|
|
|
10091
12459
|
};
|
|
10092
12460
|
},
|
|
10093
12461
|
async onInit() {
|
|
10094
|
-
|
|
12462
|
+
logger167.debug("Auth0 integration initialized");
|
|
10095
12463
|
},
|
|
10096
12464
|
async onBeforeConnect() {
|
|
10097
12465
|
await ensureFreshToken();
|
|
@@ -10100,12 +12468,12 @@ function auth0Integration(options) {
|
|
|
10100
12468
|
}
|
|
10101
12469
|
},
|
|
10102
12470
|
async onAfterConnect() {
|
|
10103
|
-
|
|
12471
|
+
logger167.debug("Auth0 integration connected");
|
|
10104
12472
|
}
|
|
10105
12473
|
};
|
|
10106
12474
|
}
|
|
10107
12475
|
// src/integrations/binance.ts
|
|
10108
|
-
var
|
|
12476
|
+
var logger168 = createLogger("Binance");
|
|
10109
12477
|
var BINANCE_TOOLS = [
|
|
10110
12478
|
"binance_ping",
|
|
10111
12479
|
"binance_get_server_time",
|
|
@@ -10148,15 +12516,15 @@ function binanceIntegration(options = {}) {
|
|
|
10148
12516
|
};
|
|
10149
12517
|
},
|
|
10150
12518
|
async onInit(_client) {
|
|
10151
|
-
|
|
12519
|
+
logger168.debug("Binance integration initialized");
|
|
10152
12520
|
},
|
|
10153
12521
|
async onAfterConnect(_client) {
|
|
10154
|
-
|
|
12522
|
+
logger168.debug("Binance integration connected");
|
|
10155
12523
|
}
|
|
10156
12524
|
};
|
|
10157
12525
|
}
|
|
10158
12526
|
// src/integrations/canva.ts
|
|
10159
|
-
var
|
|
12527
|
+
var logger169 = createLogger("Canva");
|
|
10160
12528
|
var CANVA_TOOLS = [
|
|
10161
12529
|
"canva_get_me",
|
|
10162
12530
|
"canva_get_profile",
|
|
@@ -10193,15 +12561,15 @@ function canvaIntegration(config = {}) {
|
|
|
10193
12561
|
tools: [...CANVA_TOOLS],
|
|
10194
12562
|
oauth,
|
|
10195
12563
|
async onInit(_client) {
|
|
10196
|
-
|
|
12564
|
+
logger169.debug("Canva integration initialized");
|
|
10197
12565
|
},
|
|
10198
12566
|
async onAfterConnect(_client) {
|
|
10199
|
-
|
|
12567
|
+
logger169.debug("Canva integration connected");
|
|
10200
12568
|
}
|
|
10201
12569
|
};
|
|
10202
12570
|
}
|
|
10203
12571
|
// src/integrations/clerk.ts
|
|
10204
|
-
var
|
|
12572
|
+
var logger170 = createLogger("Clerk");
|
|
10205
12573
|
var CLERK_TOOLS = [
|
|
10206
12574
|
"clerk_list_users",
|
|
10207
12575
|
"clerk_get_user",
|
|
@@ -10226,8 +12594,8 @@ function clerkIntegration(options = {}) {
|
|
|
10226
12594
|
id: "clerk",
|
|
10227
12595
|
name: "Clerk",
|
|
10228
12596
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/clerk.png",
|
|
10229
|
-
description: "Manage Clerk users, organizations,
|
|
10230
|
-
category: "
|
|
12597
|
+
description: "Manage Clerk users, organizations, sessions, and authentication settings",
|
|
12598
|
+
category: "Identity & Access",
|
|
10231
12599
|
tools: [...CLERK_TOOLS],
|
|
10232
12600
|
authType: "apiKey",
|
|
10233
12601
|
getHeaders() {
|
|
@@ -10236,15 +12604,15 @@ function clerkIntegration(options = {}) {
|
|
|
10236
12604
|
};
|
|
10237
12605
|
},
|
|
10238
12606
|
async onInit(_client) {
|
|
10239
|
-
|
|
12607
|
+
logger170.debug("Clerk integration initialized");
|
|
10240
12608
|
},
|
|
10241
12609
|
async onAfterConnect(_client) {
|
|
10242
|
-
|
|
12610
|
+
logger170.debug("Clerk integration connected");
|
|
10243
12611
|
}
|
|
10244
12612
|
};
|
|
10245
12613
|
}
|
|
10246
12614
|
// src/integrations/cloudflare.ts
|
|
10247
|
-
var
|
|
12615
|
+
var logger171 = createLogger("Cloudflare");
|
|
10248
12616
|
var CLOUDFLARE_TOOLS = [
|
|
10249
12617
|
"cloudflare_verify_token",
|
|
10250
12618
|
"cloudflare_get_user",
|
|
@@ -10283,10 +12651,10 @@ function cloudflareIntegration(config = {}) {
|
|
|
10283
12651
|
return { Authorization: `Bearer ${apiToken.trim()}` };
|
|
10284
12652
|
},
|
|
10285
12653
|
async onInit(_client) {
|
|
10286
|
-
|
|
12654
|
+
logger171.debug("Cloudflare integration initialized (API token)");
|
|
10287
12655
|
},
|
|
10288
12656
|
async onAfterConnect(_client) {
|
|
10289
|
-
|
|
12657
|
+
logger171.debug("Cloudflare integration connected");
|
|
10290
12658
|
}
|
|
10291
12659
|
};
|
|
10292
12660
|
}
|
|
@@ -10312,15 +12680,15 @@ function cloudflareIntegration(config = {}) {
|
|
|
10312
12680
|
tools: [...CLOUDFLARE_TOOLS],
|
|
10313
12681
|
oauth,
|
|
10314
12682
|
async onInit(_client) {
|
|
10315
|
-
|
|
12683
|
+
logger171.debug("Cloudflare integration initialized (OAuth)");
|
|
10316
12684
|
},
|
|
10317
12685
|
async onAfterConnect(_client) {
|
|
10318
|
-
|
|
12686
|
+
logger171.debug("Cloudflare integration connected");
|
|
10319
12687
|
}
|
|
10320
12688
|
};
|
|
10321
12689
|
}
|
|
10322
12690
|
// src/integrations/clickup.ts
|
|
10323
|
-
var
|
|
12691
|
+
var logger172 = createLogger("ClickUp");
|
|
10324
12692
|
var CLICKUP_TOOLS = [
|
|
10325
12693
|
"clickup_get_authorized_user",
|
|
10326
12694
|
"clickup_list_teams",
|
|
@@ -10356,15 +12724,15 @@ function clickupIntegration(config = {}) {
|
|
|
10356
12724
|
tools: [...CLICKUP_TOOLS],
|
|
10357
12725
|
oauth,
|
|
10358
12726
|
async onInit(_client) {
|
|
10359
|
-
|
|
12727
|
+
logger172.debug("ClickUp integration initialized");
|
|
10360
12728
|
},
|
|
10361
12729
|
async onAfterConnect(_client) {
|
|
10362
|
-
|
|
12730
|
+
logger172.debug("ClickUp integration connected");
|
|
10363
12731
|
}
|
|
10364
12732
|
};
|
|
10365
12733
|
}
|
|
10366
12734
|
// src/integrations/excel.ts
|
|
10367
|
-
var
|
|
12735
|
+
var logger173 = createLogger("Excel");
|
|
10368
12736
|
var EXCEL_TOOLS = [
|
|
10369
12737
|
"excel_add_table_rows",
|
|
10370
12738
|
"excel_add_worksheet",
|
|
@@ -10400,10 +12768,10 @@ function excelIntegration(config = {}) {
|
|
|
10400
12768
|
tools: [...EXCEL_TOOLS],
|
|
10401
12769
|
oauth,
|
|
10402
12770
|
async onInit(_client) {
|
|
10403
|
-
|
|
12771
|
+
logger173.debug("Excel integration initialized");
|
|
10404
12772
|
},
|
|
10405
12773
|
async onAfterConnect(_client) {
|
|
10406
|
-
|
|
12774
|
+
logger173.debug("Excel integration connected");
|
|
10407
12775
|
}
|
|
10408
12776
|
};
|
|
10409
12777
|
}
|
|
@@ -10433,7 +12801,7 @@ function ga4Integration(config = {}) {
|
|
|
10433
12801
|
};
|
|
10434
12802
|
}
|
|
10435
12803
|
// src/integrations/gdrive.ts
|
|
10436
|
-
var
|
|
12804
|
+
var logger174 = createLogger("Google Drive");
|
|
10437
12805
|
var GDRIVE_TOOLS = [
|
|
10438
12806
|
"gdrive_copy_file",
|
|
10439
12807
|
"gdrive_create_folder",
|
|
@@ -10467,15 +12835,15 @@ function gdriveIntegration(config = {}) {
|
|
|
10467
12835
|
tools: [...GDRIVE_TOOLS],
|
|
10468
12836
|
oauth,
|
|
10469
12837
|
async onInit(_client) {
|
|
10470
|
-
|
|
12838
|
+
logger174.debug("Google Drive integration initialized");
|
|
10471
12839
|
},
|
|
10472
12840
|
async onAfterConnect(_client) {
|
|
10473
|
-
|
|
12841
|
+
logger174.debug("Google Drive integration connected");
|
|
10474
12842
|
}
|
|
10475
12843
|
};
|
|
10476
12844
|
}
|
|
10477
12845
|
// src/integrations/gitlab.ts
|
|
10478
|
-
var
|
|
12846
|
+
var logger175 = createLogger("GitLab");
|
|
10479
12847
|
var GITLAB_TOOLS = [
|
|
10480
12848
|
"gitlab_list_projects",
|
|
10481
12849
|
"gitlab_list_own_projects",
|
|
@@ -10522,15 +12890,15 @@ function gitlabIntegration(config = {}) {
|
|
|
10522
12890
|
tools: [...GITLAB_TOOLS],
|
|
10523
12891
|
oauth,
|
|
10524
12892
|
async onInit(_client) {
|
|
10525
|
-
|
|
12893
|
+
logger175.debug("GitLab integration initialized");
|
|
10526
12894
|
},
|
|
10527
12895
|
async onAfterConnect(_client) {
|
|
10528
|
-
|
|
12896
|
+
logger175.debug("GitLab integration connected");
|
|
10529
12897
|
}
|
|
10530
12898
|
};
|
|
10531
12899
|
}
|
|
10532
12900
|
// src/integrations/gmeet.ts
|
|
10533
|
-
var
|
|
12901
|
+
var logger176 = createLogger("Google Meet");
|
|
10534
12902
|
var GMEET_TOOLS = [
|
|
10535
12903
|
"gmeet_add_meet_to_event",
|
|
10536
12904
|
"gmeet_create_meeting",
|
|
@@ -10558,15 +12926,15 @@ function gmeetIntegration(config = {}) {
|
|
|
10558
12926
|
tools: [...GMEET_TOOLS],
|
|
10559
12927
|
oauth,
|
|
10560
12928
|
async onInit(_client) {
|
|
10561
|
-
|
|
12929
|
+
logger176.debug("Google Meet integration initialized");
|
|
10562
12930
|
},
|
|
10563
12931
|
async onAfterConnect(_client) {
|
|
10564
|
-
|
|
12932
|
+
logger176.debug("Google Meet integration connected");
|
|
10565
12933
|
}
|
|
10566
12934
|
};
|
|
10567
12935
|
}
|
|
10568
12936
|
// src/integrations/monday.ts
|
|
10569
|
-
var
|
|
12937
|
+
var logger177 = createLogger("Monday");
|
|
10570
12938
|
var MONDAY_TOOLS = [
|
|
10571
12939
|
"monday_me",
|
|
10572
12940
|
"monday_list_workspaces",
|
|
@@ -10603,10 +12971,10 @@ function mondayIntegration(config = {}) {
|
|
|
10603
12971
|
tools: [...MONDAY_TOOLS],
|
|
10604
12972
|
oauth,
|
|
10605
12973
|
async onInit(_client) {
|
|
10606
|
-
|
|
12974
|
+
logger177.debug("Monday.com integration initialized");
|
|
10607
12975
|
},
|
|
10608
12976
|
async onAfterConnect(_client) {
|
|
10609
|
-
|
|
12977
|
+
logger177.debug("Monday.com integration connected");
|
|
10610
12978
|
}
|
|
10611
12979
|
};
|
|
10612
12980
|
}
|
|
@@ -10646,7 +13014,7 @@ function planetscaleIntegration(config = {}) {
|
|
|
10646
13014
|
};
|
|
10647
13015
|
}
|
|
10648
13016
|
// src/integrations/powerpoint.ts
|
|
10649
|
-
var
|
|
13017
|
+
var logger178 = createLogger("PowerPoint");
|
|
10650
13018
|
var POWERPOINT_TOOLS = [
|
|
10651
13019
|
"powerpoint_copy",
|
|
10652
13020
|
"powerpoint_create",
|
|
@@ -10673,10 +13041,10 @@ function powerpointIntegration(config = {}) {
|
|
|
10673
13041
|
tools: [...POWERPOINT_TOOLS],
|
|
10674
13042
|
oauth,
|
|
10675
13043
|
async onInit(_client) {
|
|
10676
|
-
|
|
13044
|
+
logger178.debug("PowerPoint integration initialized");
|
|
10677
13045
|
},
|
|
10678
13046
|
async onAfterConnect(_client) {
|
|
10679
|
-
|
|
13047
|
+
logger178.debug("PowerPoint integration connected");
|
|
10680
13048
|
}
|
|
10681
13049
|
};
|
|
10682
13050
|
}
|
|
@@ -10711,7 +13079,7 @@ function redditIntegration(config = {}) {
|
|
|
10711
13079
|
};
|
|
10712
13080
|
}
|
|
10713
13081
|
// src/integrations/resend.ts
|
|
10714
|
-
var
|
|
13082
|
+
var logger179 = createLogger("Resend");
|
|
10715
13083
|
var RESEND_TOOLS = [
|
|
10716
13084
|
"resend_list_domains",
|
|
10717
13085
|
"resend_get_domain",
|
|
@@ -10736,15 +13104,15 @@ function resendIntegration(options = {}) {
|
|
|
10736
13104
|
return { Authorization: `Bearer ${apiKey}` };
|
|
10737
13105
|
},
|
|
10738
13106
|
async onInit(_client) {
|
|
10739
|
-
|
|
13107
|
+
logger179.debug("Resend integration initialized");
|
|
10740
13108
|
},
|
|
10741
13109
|
async onAfterConnect(_client) {
|
|
10742
|
-
|
|
13110
|
+
logger179.debug("Resend integration connected");
|
|
10743
13111
|
}
|
|
10744
13112
|
};
|
|
10745
13113
|
}
|
|
10746
13114
|
// src/integrations/word.ts
|
|
10747
|
-
var
|
|
13115
|
+
var logger180 = createLogger("Word");
|
|
10748
13116
|
var WORD_TOOLS = [
|
|
10749
13117
|
"word_copy",
|
|
10750
13118
|
"word_create",
|
|
@@ -10771,15 +13139,15 @@ function wordIntegration(config = {}) {
|
|
|
10771
13139
|
tools: [...WORD_TOOLS],
|
|
10772
13140
|
oauth,
|
|
10773
13141
|
async onInit(_client) {
|
|
10774
|
-
|
|
13142
|
+
logger180.debug("Word integration initialized");
|
|
10775
13143
|
},
|
|
10776
13144
|
async onAfterConnect(_client) {
|
|
10777
|
-
|
|
13145
|
+
logger180.debug("Word integration connected");
|
|
10778
13146
|
}
|
|
10779
13147
|
};
|
|
10780
13148
|
}
|
|
10781
13149
|
// src/integrations/zapier.ts
|
|
10782
|
-
var
|
|
13150
|
+
var logger181 = createLogger("Zapier");
|
|
10783
13151
|
var ZAPIER_TOOLS = [
|
|
10784
13152
|
"zapier_get_profile",
|
|
10785
13153
|
"zapier_list_zaps",
|
|
@@ -10811,15 +13179,15 @@ function zapierIntegration(config = {}) {
|
|
|
10811
13179
|
tools: [...ZAPIER_TOOLS],
|
|
10812
13180
|
oauth,
|
|
10813
13181
|
async onInit(_client) {
|
|
10814
|
-
|
|
13182
|
+
logger181.debug("Zapier integration initialized");
|
|
10815
13183
|
},
|
|
10816
13184
|
async onAfterConnect(_client) {
|
|
10817
|
-
|
|
13185
|
+
logger181.debug("Zapier integration connected");
|
|
10818
13186
|
}
|
|
10819
13187
|
};
|
|
10820
13188
|
}
|
|
10821
13189
|
// src/integrations/zoom.ts
|
|
10822
|
-
var
|
|
13190
|
+
var logger182 = createLogger("Zoom");
|
|
10823
13191
|
var ZOOM_TOOLS = [
|
|
10824
13192
|
"zoom_get_user",
|
|
10825
13193
|
"zoom_list_meetings",
|
|
@@ -10845,10 +13213,10 @@ function zoomIntegration(config = {}) {
|
|
|
10845
13213
|
tools: [...ZOOM_TOOLS],
|
|
10846
13214
|
oauth,
|
|
10847
13215
|
async onInit(_client) {
|
|
10848
|
-
|
|
13216
|
+
logger182.debug("Zoom integration initialized");
|
|
10849
13217
|
},
|
|
10850
13218
|
async onAfterConnect(_client) {
|
|
10851
|
-
|
|
13219
|
+
logger182.debug("Zoom integration connected");
|
|
10852
13220
|
}
|
|
10853
13221
|
};
|
|
10854
13222
|
}
|
|
@@ -10866,7 +13234,7 @@ function validateStepLimit(stepIndex, maxSteps) {
|
|
|
10866
13234
|
return { valid: true };
|
|
10867
13235
|
}
|
|
10868
13236
|
// src/triggers/webhooks.ts
|
|
10869
|
-
var
|
|
13237
|
+
var logger183 = createLogger("Webhooks", "server");
|
|
10870
13238
|
async function signPayload(payload, secret) {
|
|
10871
13239
|
const encoder = new TextEncoder;
|
|
10872
13240
|
const data = encoder.encode(JSON.stringify(payload));
|
|
@@ -10892,7 +13260,7 @@ async function deliverWebhook(webhook, payload, timeoutMs) {
|
|
|
10892
13260
|
signal: controller.signal
|
|
10893
13261
|
});
|
|
10894
13262
|
if (!response.ok) {
|
|
10895
|
-
|
|
13263
|
+
logger183.warn(`Webhook delivery to ${webhook.url} returned ${response.status}`);
|
|
10896
13264
|
}
|
|
10897
13265
|
} finally {
|
|
10898
13266
|
clearTimeout(timeout);
|
|
@@ -10905,7 +13273,7 @@ async function deliverWebhooks(webhooks, payload, timeoutMs) {
|
|
|
10905
13273
|
for (let i = 0;i < results.length; i++) {
|
|
10906
13274
|
const result = results[i];
|
|
10907
13275
|
if (result.status === "rejected") {
|
|
10908
|
-
|
|
13276
|
+
logger183.warn(`Webhook delivery to ${webhooks[i].url} failed:`, result.reason);
|
|
10909
13277
|
}
|
|
10910
13278
|
}
|
|
10911
13279
|
}
|
|
@@ -11053,29 +13421,44 @@ export {
|
|
|
11053
13421
|
xIntegration,
|
|
11054
13422
|
workosIntegration,
|
|
11055
13423
|
workdayIntegration,
|
|
13424
|
+
wordpressIntegration,
|
|
11056
13425
|
wordIntegration,
|
|
11057
13426
|
wixIntegration,
|
|
13427
|
+
withingsIntegration,
|
|
13428
|
+
whoopIntegration,
|
|
11058
13429
|
whatsappIntegration,
|
|
11059
13430
|
webflowIntegration,
|
|
11060
13431
|
vercelIntegration,
|
|
11061
13432
|
validateStepLimit,
|
|
11062
13433
|
upstashIntegration,
|
|
13434
|
+
upsIntegration,
|
|
13435
|
+
universeIntegration,
|
|
13436
|
+
uberIntegration,
|
|
13437
|
+
uberEatsIntegration,
|
|
11063
13438
|
typeformIntegration,
|
|
11064
13439
|
twitchIntegration,
|
|
13440
|
+
tuyaIntegration,
|
|
13441
|
+
truelayerIntegration,
|
|
11065
13442
|
trelloIntegration,
|
|
11066
13443
|
todoistIntegration,
|
|
11067
13444
|
toWebRequest,
|
|
11068
13445
|
toTanStackStartHandler,
|
|
11069
13446
|
tldrawIntegration,
|
|
13447
|
+
tinkIntegration,
|
|
11070
13448
|
tiktokIntegration,
|
|
13449
|
+
tiktokBusinessIntegration,
|
|
11071
13450
|
threadsIntegration,
|
|
13451
|
+
teslaIntegration,
|
|
11072
13452
|
telegramIntegration,
|
|
11073
13453
|
teamsIntegration,
|
|
13454
|
+
tableauIntegration,
|
|
11074
13455
|
supabaseIntegration,
|
|
11075
13456
|
stripeIntegration,
|
|
11076
13457
|
stravaIntegration,
|
|
11077
13458
|
squareIntegration,
|
|
11078
13459
|
spotifyIntegration,
|
|
13460
|
+
sonosIntegration,
|
|
13461
|
+
snowflakeIntegration,
|
|
11079
13462
|
smartthingsIntegration,
|
|
11080
13463
|
smartsheetIntegration,
|
|
11081
13464
|
slackIntegration,
|
|
@@ -11085,6 +13468,8 @@ export {
|
|
|
11085
13468
|
sentryIntegration,
|
|
11086
13469
|
sendCallbackToOpener,
|
|
11087
13470
|
salesforceIntegration,
|
|
13471
|
+
sageIntegration,
|
|
13472
|
+
ringIntegration,
|
|
11088
13473
|
resolveAccessToken,
|
|
11089
13474
|
resendIntegration,
|
|
11090
13475
|
refreshViaMcp,
|
|
@@ -11099,25 +13484,42 @@ export {
|
|
|
11099
13484
|
polarIntegration,
|
|
11100
13485
|
plannerIntegration,
|
|
11101
13486
|
planetscaleIntegration,
|
|
13487
|
+
plaidIntegration,
|
|
11102
13488
|
pipedriveIntegration,
|
|
11103
13489
|
pinterestIntegration,
|
|
13490
|
+
philipsHueIntegration,
|
|
11104
13491
|
phantomIntegration,
|
|
11105
13492
|
paypalIntegration,
|
|
11106
13493
|
parseState,
|
|
11107
13494
|
parseServerError,
|
|
11108
13495
|
paperIntegration,
|
|
13496
|
+
pandadocIntegration,
|
|
11109
13497
|
outlookIntegration,
|
|
13498
|
+
ouraIntegration,
|
|
13499
|
+
oneloginIntegration,
|
|
11110
13500
|
onedriveIntegration,
|
|
11111
13501
|
oktaIntegration,
|
|
11112
13502
|
notionIntegration,
|
|
11113
13503
|
netlifyIntegration,
|
|
13504
|
+
netatmoIntegration,
|
|
11114
13505
|
neonIntegration,
|
|
13506
|
+
moneybirdIntegration,
|
|
11115
13507
|
mondayIntegration,
|
|
11116
13508
|
miroIntegration,
|
|
13509
|
+
mieleIntegration,
|
|
13510
|
+
microsoftGraphEducationIntegration,
|
|
13511
|
+
microsoftEntraIdIntegration,
|
|
13512
|
+
microsoftAdsIntegration,
|
|
13513
|
+
metaAdsIntegration,
|
|
11117
13514
|
mercuryIntegration,
|
|
13515
|
+
meetupIntegration,
|
|
13516
|
+
mapmyfitnessIntegration,
|
|
11118
13517
|
mailchimpIntegration,
|
|
13518
|
+
lookerIntegration,
|
|
11119
13519
|
linkedinIntegration,
|
|
11120
13520
|
linearIntegration,
|
|
13521
|
+
leverIntegration,
|
|
13522
|
+
kickIntegration,
|
|
11121
13523
|
jiraIntegration,
|
|
11122
13524
|
isTokenExpiredError,
|
|
11123
13525
|
isAuthorizationError,
|
|
@@ -11125,11 +13527,16 @@ export {
|
|
|
11125
13527
|
intercomIntegration,
|
|
11126
13528
|
instagramIntegration,
|
|
11127
13529
|
hubspotIntegration,
|
|
13530
|
+
homeConnectIntegration,
|
|
11128
13531
|
gtasksIntegration,
|
|
11129
13532
|
gslidesIntegration,
|
|
11130
13533
|
gsheetsIntegration,
|
|
13534
|
+
greenhouseIntegration,
|
|
11131
13535
|
granolaIntegration,
|
|
13536
|
+
googleHomeIntegration,
|
|
13537
|
+
googleClassroomIntegration,
|
|
11132
13538
|
googleAdsIntegration,
|
|
13539
|
+
gocardlessIntegration,
|
|
11133
13540
|
gmeetIntegration,
|
|
11134
13541
|
gmailIntegration,
|
|
11135
13542
|
gkeepIntegration,
|
|
@@ -11145,19 +13552,31 @@ export {
|
|
|
11145
13552
|
gcontactsIntegration,
|
|
11146
13553
|
gchatIntegration,
|
|
11147
13554
|
gcalIntegration,
|
|
13555
|
+
garminIntegration,
|
|
11148
13556
|
ga4Integration,
|
|
11149
13557
|
fromNodeHeaders,
|
|
11150
13558
|
freshserviceIntegration,
|
|
13559
|
+
freeagentIntegration,
|
|
13560
|
+
foursquareIntegration,
|
|
13561
|
+
fitbitIntegration,
|
|
11151
13562
|
figmaIntegration,
|
|
13563
|
+
fedexIntegration,
|
|
11152
13564
|
facebookIntegration,
|
|
13565
|
+
expediaIntegration,
|
|
11153
13566
|
excelIntegration,
|
|
13567
|
+
exactOnlineIntegration,
|
|
13568
|
+
eventbriteIntegration,
|
|
13569
|
+
etsyIntegration,
|
|
11154
13570
|
etoroIntegration,
|
|
11155
13571
|
encodeRedisCloudBearerToken,
|
|
11156
13572
|
ebayIntegration,
|
|
13573
|
+
dropboxSignIntegration,
|
|
11157
13574
|
dropboxIntegration,
|
|
11158
13575
|
docusignIntegration,
|
|
11159
13576
|
discordIntegration,
|
|
13577
|
+
dhlIntegration,
|
|
11160
13578
|
deliverWebhooks,
|
|
13579
|
+
deezerIntegration,
|
|
11161
13580
|
datadogIntegration,
|
|
11162
13581
|
databricksIntegration,
|
|
11163
13582
|
cursorIntegration,
|
|
@@ -11167,26 +13586,35 @@ export {
|
|
|
11167
13586
|
createNextOAuthHandler,
|
|
11168
13587
|
createMCPClient,
|
|
11169
13588
|
convexIntegration,
|
|
13589
|
+
contentfulIntegration,
|
|
11170
13590
|
confluenceIntegration,
|
|
11171
13591
|
cloudflareIntegration,
|
|
11172
13592
|
client,
|
|
11173
13593
|
clickupIntegration,
|
|
11174
13594
|
clerkIntegration,
|
|
11175
13595
|
clearClientCache,
|
|
13596
|
+
canvasLmsIntegration,
|
|
11176
13597
|
canvaIntegration,
|
|
11177
13598
|
calcomIntegration,
|
|
11178
13599
|
buildPhantomBrowseDeeplink,
|
|
11179
13600
|
boxIntegration,
|
|
11180
13601
|
bitbucketIntegration,
|
|
11181
13602
|
binanceIntegration,
|
|
13603
|
+
bigqueryIntegration,
|
|
13604
|
+
bigcommerceIntegration,
|
|
11182
13605
|
betterstackIntegration,
|
|
13606
|
+
bamboohrIntegration,
|
|
11183
13607
|
awsIntegration,
|
|
11184
13608
|
auth0Integration,
|
|
11185
13609
|
attioIntegration,
|
|
11186
13610
|
astronomerIntegration,
|
|
11187
13611
|
asanaIntegration,
|
|
13612
|
+
amazonIntegration,
|
|
13613
|
+
amazonAdsIntegration,
|
|
13614
|
+
amadeusIntegration,
|
|
11188
13615
|
alpacaIntegration,
|
|
11189
13616
|
airtableIntegration,
|
|
13617
|
+
adobeAcrobatSignIntegration,
|
|
11190
13618
|
WEBHOOK_DELIVERY_TIMEOUT_MS,
|
|
11191
13619
|
TriggerClient,
|
|
11192
13620
|
ToolCallError,
|