integrate-sdk 0.9.52-dev.0 → 0.9.53-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +251 -11
- package/dist/adapters/base-handler.js +251 -11
- package/dist/adapters/index.js +510 -90
- package/dist/adapters/nextjs.js +251 -11
- package/dist/adapters/solid-start.js +510 -90
- package/dist/adapters/svelte-kit.js +510 -90
- package/dist/index.js +2787 -361
- package/dist/integrations.js +2787 -361
- package/dist/oauth.js +251 -11
- package/dist/server.js +2888 -416
- 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/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/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
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 Accounting get business, list contacts, create contact, list products, list 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 Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
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",
|
|
@@ -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",
|
|
@@ -1031,7 +1285,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -1299,7 +1553,7 @@ var INTEGRATION_LIBRARY_METADATA = {
|
|
|
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",
|
|
@@ -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,112 +6757,2224 @@ 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
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
"
|
|
6608
|
-
"
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6611
|
-
|
|
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/Nest");
|
|
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/Nest",
|
|
7203
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
|
|
7204
|
+
description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
7205
|
+
category: "Lifestyle",
|
|
7206
|
+
tools: [...GOOGLE_HOME_TOOLS],
|
|
7207
|
+
authType: "oauth",
|
|
7208
|
+
oauth,
|
|
7209
|
+
async onInit() {
|
|
7210
|
+
logger56.debug("Google Home/Nest integration initialized");
|
|
7211
|
+
},
|
|
7212
|
+
async onAfterConnect() {
|
|
7213
|
+
logger56.debug("Google Home/Nest 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 Accounting");
|
|
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 Accounting",
|
|
8503
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
|
|
8504
|
+
description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
|
|
8505
|
+
category: "Accounting",
|
|
8506
|
+
tools: [...SAGE_TOOLS],
|
|
8507
|
+
authType: "oauth",
|
|
8508
|
+
oauth,
|
|
8509
|
+
async onInit() {
|
|
8510
|
+
logger93.debug("Sage Accounting integration initialized");
|
|
8511
|
+
},
|
|
8512
|
+
async onAfterConnect() {
|
|
8513
|
+
logger93.debug("Sage Accounting 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 Bank Account Data");
|
|
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 Bank Account Data",
|
|
8858
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
|
|
8859
|
+
description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
8860
|
+
category: "Banking",
|
|
8861
|
+
tools: [...GOCARDLESS_TOOLS],
|
|
8862
|
+
authType: "oauth",
|
|
8863
|
+
oauth,
|
|
8864
|
+
async onInit() {
|
|
8865
|
+
logger103.debug("GoCardless Bank Account Data integration initialized");
|
|
8866
|
+
},
|
|
8867
|
+
async onAfterConnect() {
|
|
8868
|
+
logger103.debug("GoCardless Bank Account Data 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",
|
|
8967
|
+
"railway_update_service_instance",
|
|
8968
|
+
"railway_connect_service",
|
|
8969
|
+
"railway_disconnect_service",
|
|
8970
|
+
"railway_deploy_service",
|
|
8971
|
+
"railway_redeploy_service",
|
|
8972
|
+
"railway_get_service_limits",
|
|
8973
|
+
"railway_delete_service",
|
|
8974
|
+
"railway_list_deployments",
|
|
8975
|
+
"railway_get_deployment",
|
|
8976
|
+
"railway_get_latest_active_deployment",
|
|
8977
|
+
"railway_get_deployment_build_logs",
|
|
6612
8978
|
"railway_get_deployment_runtime_logs",
|
|
6613
8979
|
"railway_get_deployment_http_logs",
|
|
6614
8980
|
"railway_redeploy_deployment",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -7508,15 +9874,15 @@ function rampIntegration(config = {}) {
|
|
|
7508
9874
|
tools: [...RAMP_TOOLS],
|
|
7509
9875
|
oauth,
|
|
7510
9876
|
async onInit(_client) {
|
|
7511
|
-
|
|
9877
|
+
logger121.debug("Ramp integration initialized");
|
|
7512
9878
|
},
|
|
7513
9879
|
async onAfterConnect(_client) {
|
|
7514
|
-
|
|
9880
|
+
logger121.debug("Ramp integration connected");
|
|
7515
9881
|
}
|
|
7516
9882
|
};
|
|
7517
9883
|
}
|
|
7518
9884
|
// src/integrations/onedrive.ts
|
|
7519
|
-
var
|
|
9885
|
+
var logger122 = createLogger("OneDrive");
|
|
7520
9886
|
var ONEDRIVE_TOOLS = [
|
|
7521
9887
|
"onedrive_create_folder",
|
|
7522
9888
|
"onedrive_delete_file",
|
|
@@ -7548,10 +9914,10 @@ function onedriveIntegration(config = {}) {
|
|
|
7548
9914
|
tools: [...ONEDRIVE_TOOLS],
|
|
7549
9915
|
oauth,
|
|
7550
9916
|
async onInit(_client) {
|
|
7551
|
-
|
|
9917
|
+
logger122.debug("OneDrive integration initialized");
|
|
7552
9918
|
},
|
|
7553
9919
|
async onAfterConnect(_client) {
|
|
7554
|
-
|
|
9920
|
+
logger122.debug("OneDrive integration connected");
|
|
7555
9921
|
}
|
|
7556
9922
|
};
|
|
7557
9923
|
}
|
|
@@ -7589,7 +9955,7 @@ function plannerIntegration(config = {}) {
|
|
|
7589
9955
|
};
|
|
7590
9956
|
}
|
|
7591
9957
|
// src/integrations/dropbox.ts
|
|
7592
|
-
var
|
|
9958
|
+
var logger123 = createLogger("Dropbox");
|
|
7593
9959
|
var DROPBOX_TOOLS = [
|
|
7594
9960
|
"dropbox_get_current_account",
|
|
7595
9961
|
"dropbox_get_space_usage",
|
|
@@ -7631,15 +9997,15 @@ function dropboxIntegration(options = {}) {
|
|
|
7631
9997
|
authType: "oauth",
|
|
7632
9998
|
oauth,
|
|
7633
9999
|
async onInit(_client) {
|
|
7634
|
-
|
|
10000
|
+
logger123.debug("Dropbox integration initialized");
|
|
7635
10001
|
},
|
|
7636
10002
|
async onAfterConnect(_client) {
|
|
7637
|
-
|
|
10003
|
+
logger123.debug("Dropbox integration connected");
|
|
7638
10004
|
}
|
|
7639
10005
|
};
|
|
7640
10006
|
}
|
|
7641
10007
|
// src/integrations/paper.ts
|
|
7642
|
-
var
|
|
10008
|
+
var logger124 = createLogger("Paper");
|
|
7643
10009
|
var PAPER_SCOPES = [
|
|
7644
10010
|
"account_info.read",
|
|
7645
10011
|
"files.metadata.read",
|
|
@@ -7685,15 +10051,15 @@ function paperIntegration(config = {}) {
|
|
|
7685
10051
|
authType: "oauth",
|
|
7686
10052
|
oauth,
|
|
7687
10053
|
async onInit(_client) {
|
|
7688
|
-
|
|
10054
|
+
logger124.debug("Paper integration initialized");
|
|
7689
10055
|
},
|
|
7690
10056
|
async onAfterConnect(_client) {
|
|
7691
|
-
|
|
10057
|
+
logger124.debug("Paper integration connected");
|
|
7692
10058
|
}
|
|
7693
10059
|
};
|
|
7694
10060
|
}
|
|
7695
10061
|
// src/integrations/gdocs.ts
|
|
7696
|
-
var
|
|
10062
|
+
var logger125 = createLogger("Google Docs");
|
|
7697
10063
|
var GDOCS_TOOLS = [
|
|
7698
10064
|
"gdocs_append_text",
|
|
7699
10065
|
"gdocs_batch_update",
|
|
@@ -7723,15 +10089,15 @@ function gdocsIntegration(config = {}) {
|
|
|
7723
10089
|
tools: [...GDOCS_TOOLS],
|
|
7724
10090
|
oauth,
|
|
7725
10091
|
async onInit(_client) {
|
|
7726
|
-
|
|
10092
|
+
logger125.debug("Google Docs integration initialized");
|
|
7727
10093
|
},
|
|
7728
10094
|
async onAfterConnect(_client) {
|
|
7729
|
-
|
|
10095
|
+
logger125.debug("Google Docs integration connected");
|
|
7730
10096
|
}
|
|
7731
10097
|
};
|
|
7732
10098
|
}
|
|
7733
10099
|
// src/integrations/gsheets.ts
|
|
7734
|
-
var
|
|
10100
|
+
var logger126 = createLogger("Google Sheets");
|
|
7735
10101
|
var GSHEETS_TOOLS = [
|
|
7736
10102
|
"gsheets_append_values",
|
|
7737
10103
|
"gsheets_batch_update",
|
|
@@ -7761,15 +10127,15 @@ function gsheetsIntegration(config = {}) {
|
|
|
7761
10127
|
tools: [...GSHEETS_TOOLS],
|
|
7762
10128
|
oauth,
|
|
7763
10129
|
async onInit(_client) {
|
|
7764
|
-
|
|
10130
|
+
logger126.debug("Google Sheets integration initialized");
|
|
7765
10131
|
},
|
|
7766
10132
|
async onAfterConnect(_client) {
|
|
7767
|
-
|
|
10133
|
+
logger126.debug("Google Sheets integration connected");
|
|
7768
10134
|
}
|
|
7769
10135
|
};
|
|
7770
10136
|
}
|
|
7771
10137
|
// src/integrations/gslides.ts
|
|
7772
|
-
var
|
|
10138
|
+
var logger127 = createLogger("Google Slides");
|
|
7773
10139
|
var GSLIDES_TOOLS = [
|
|
7774
10140
|
"gslides_add_slide",
|
|
7775
10141
|
"gslides_batch_update",
|
|
@@ -7798,15 +10164,15 @@ function gslidesIntegration(config = {}) {
|
|
|
7798
10164
|
tools: [...GSLIDES_TOOLS],
|
|
7799
10165
|
oauth,
|
|
7800
10166
|
async onInit(_client) {
|
|
7801
|
-
|
|
10167
|
+
logger127.debug("Google Slides integration initialized");
|
|
7802
10168
|
},
|
|
7803
10169
|
async onAfterConnect(_client) {
|
|
7804
|
-
|
|
10170
|
+
logger127.debug("Google Slides integration connected");
|
|
7805
10171
|
}
|
|
7806
10172
|
};
|
|
7807
10173
|
}
|
|
7808
10174
|
// src/integrations/polar.ts
|
|
7809
|
-
var
|
|
10175
|
+
var logger128 = createLogger("Polar");
|
|
7810
10176
|
var POLAR_TOOLS = [
|
|
7811
10177
|
"polar_list_products",
|
|
7812
10178
|
"polar_get_product",
|
|
@@ -7863,15 +10229,15 @@ function polarIntegration(config = {}) {
|
|
|
7863
10229
|
tools: [...POLAR_TOOLS],
|
|
7864
10230
|
oauth,
|
|
7865
10231
|
async onInit(_client) {
|
|
7866
|
-
|
|
10232
|
+
logger128.debug("Polar integration initialized");
|
|
7867
10233
|
},
|
|
7868
10234
|
async onAfterConnect(_client) {
|
|
7869
|
-
|
|
10235
|
+
logger128.debug("Polar integration connected");
|
|
7870
10236
|
}
|
|
7871
10237
|
};
|
|
7872
10238
|
}
|
|
7873
10239
|
// src/integrations/supabase.ts
|
|
7874
|
-
var
|
|
10240
|
+
var logger129 = createLogger("Supabase");
|
|
7875
10241
|
var SUPABASE_API_BASE = "https://api.supabase.com";
|
|
7876
10242
|
var SUPABASE_TOOLS = [
|
|
7877
10243
|
"supabase_get_profile",
|
|
@@ -7909,10 +10275,10 @@ function supabaseIntegration(config = {}) {
|
|
|
7909
10275
|
};
|
|
7910
10276
|
},
|
|
7911
10277
|
async onInit(_client) {
|
|
7912
|
-
|
|
10278
|
+
logger129.debug("Supabase integration initialized (personal access token)");
|
|
7913
10279
|
},
|
|
7914
10280
|
async onAfterConnect(_client) {
|
|
7915
|
-
|
|
10281
|
+
logger129.debug("Supabase integration connected");
|
|
7916
10282
|
}
|
|
7917
10283
|
};
|
|
7918
10284
|
}
|
|
@@ -7942,15 +10308,15 @@ function supabaseIntegration(config = {}) {
|
|
|
7942
10308
|
tools: [...SUPABASE_TOOLS],
|
|
7943
10309
|
oauth,
|
|
7944
10310
|
async onInit(_client) {
|
|
7945
|
-
|
|
10311
|
+
logger129.debug("Supabase integration initialized");
|
|
7946
10312
|
},
|
|
7947
10313
|
async onAfterConnect(_client) {
|
|
7948
|
-
|
|
10314
|
+
logger129.debug("Supabase integration connected");
|
|
7949
10315
|
}
|
|
7950
10316
|
};
|
|
7951
10317
|
}
|
|
7952
10318
|
// src/integrations/phantom.ts
|
|
7953
|
-
var
|
|
10319
|
+
var logger130 = createLogger("Phantom");
|
|
7954
10320
|
var PHANTOM_TOOLS = [
|
|
7955
10321
|
"phantom_build_browse_deeplink",
|
|
7956
10322
|
"phantom_deeplink_provider_reference"
|
|
@@ -7972,15 +10338,15 @@ function phantomIntegration(_options = {}) {
|
|
|
7972
10338
|
category: "Other",
|
|
7973
10339
|
tools: [...PHANTOM_TOOLS],
|
|
7974
10340
|
async onInit(_client) {
|
|
7975
|
-
|
|
10341
|
+
logger130.debug("Phantom integration initialized");
|
|
7976
10342
|
},
|
|
7977
10343
|
async onAfterConnect(_client) {
|
|
7978
|
-
|
|
10344
|
+
logger130.debug("Phantom integration connected");
|
|
7979
10345
|
}
|
|
7980
10346
|
};
|
|
7981
10347
|
}
|
|
7982
10348
|
// src/integrations/facebook.ts
|
|
7983
|
-
var
|
|
10349
|
+
var logger131 = createLogger("Facebook");
|
|
7984
10350
|
var FACEBOOK_SCOPES = [
|
|
7985
10351
|
"public_profile",
|
|
7986
10352
|
"email",
|
|
@@ -8026,15 +10392,15 @@ function facebookIntegration(config = {}) {
|
|
|
8026
10392
|
tools: [...FACEBOOK_TOOLS],
|
|
8027
10393
|
oauth,
|
|
8028
10394
|
async onInit(_client) {
|
|
8029
|
-
|
|
10395
|
+
logger131.debug("Facebook integration initialized");
|
|
8030
10396
|
},
|
|
8031
10397
|
async onAfterConnect(_client) {
|
|
8032
|
-
|
|
10398
|
+
logger131.debug("Facebook integration connected");
|
|
8033
10399
|
}
|
|
8034
10400
|
};
|
|
8035
10401
|
}
|
|
8036
10402
|
// src/integrations/figma.ts
|
|
8037
|
-
var
|
|
10403
|
+
var logger132 = createLogger("Figma");
|
|
8038
10404
|
var FIGMA_TOOLS = [
|
|
8039
10405
|
"figma_get_file",
|
|
8040
10406
|
"figma_get_file_nodes",
|
|
@@ -8100,15 +10466,15 @@ function figmaIntegration(config = {}) {
|
|
|
8100
10466
|
tools: [...FIGMA_TOOLS],
|
|
8101
10467
|
oauth,
|
|
8102
10468
|
async onInit(_client) {
|
|
8103
|
-
|
|
10469
|
+
logger132.debug("Figma integration initialized");
|
|
8104
10470
|
},
|
|
8105
10471
|
async onAfterConnect(_client) {
|
|
8106
|
-
|
|
10472
|
+
logger132.debug("Figma integration connected");
|
|
8107
10473
|
}
|
|
8108
10474
|
};
|
|
8109
10475
|
}
|
|
8110
10476
|
// src/integrations/intercom.ts
|
|
8111
|
-
var
|
|
10477
|
+
var logger133 = createLogger("Intercom");
|
|
8112
10478
|
var INTERCOM_TOOLS = [
|
|
8113
10479
|
"intercom_list_contacts",
|
|
8114
10480
|
"intercom_get_contact",
|
|
@@ -8139,15 +10505,15 @@ function intercomIntegration(config = {}) {
|
|
|
8139
10505
|
tools: [...INTERCOM_TOOLS],
|
|
8140
10506
|
oauth,
|
|
8141
10507
|
async onInit(_client) {
|
|
8142
|
-
|
|
10508
|
+
logger133.debug("Intercom integration initialized");
|
|
8143
10509
|
},
|
|
8144
10510
|
async onAfterConnect(_client) {
|
|
8145
|
-
|
|
10511
|
+
logger133.debug("Intercom integration connected");
|
|
8146
10512
|
}
|
|
8147
10513
|
};
|
|
8148
10514
|
}
|
|
8149
10515
|
// src/integrations/hubspot.ts
|
|
8150
|
-
var
|
|
10516
|
+
var logger134 = createLogger("HubSpot");
|
|
8151
10517
|
var HUBSPOT_TOOLS = [
|
|
8152
10518
|
"hubspot_list_contacts",
|
|
8153
10519
|
"hubspot_get_contact",
|
|
@@ -8197,15 +10563,15 @@ function hubspotIntegration(config = {}) {
|
|
|
8197
10563
|
tools: [...HUBSPOT_TOOLS],
|
|
8198
10564
|
oauth,
|
|
8199
10565
|
async onInit(_client) {
|
|
8200
|
-
|
|
10566
|
+
logger134.debug("HubSpot integration initialized");
|
|
8201
10567
|
},
|
|
8202
10568
|
async onAfterConnect(_client) {
|
|
8203
|
-
|
|
10569
|
+
logger134.debug("HubSpot integration connected");
|
|
8204
10570
|
}
|
|
8205
10571
|
};
|
|
8206
10572
|
}
|
|
8207
10573
|
// src/integrations/instagram.ts
|
|
8208
|
-
var
|
|
10574
|
+
var logger135 = createLogger("Instagram");
|
|
8209
10575
|
var INSTAGRAM_SCOPES = [
|
|
8210
10576
|
"pages_show_list",
|
|
8211
10577
|
"pages_read_engagement",
|
|
@@ -8255,15 +10621,15 @@ function instagramIntegration(config = {}) {
|
|
|
8255
10621
|
tools: [...INSTAGRAM_TOOLS],
|
|
8256
10622
|
oauth,
|
|
8257
10623
|
async onInit(_client) {
|
|
8258
|
-
|
|
10624
|
+
logger135.debug("Instagram integration initialized");
|
|
8259
10625
|
},
|
|
8260
10626
|
async onAfterConnect(_client) {
|
|
8261
|
-
|
|
10627
|
+
logger135.debug("Instagram integration connected");
|
|
8262
10628
|
}
|
|
8263
10629
|
};
|
|
8264
10630
|
}
|
|
8265
10631
|
// src/integrations/youtube.ts
|
|
8266
|
-
var
|
|
10632
|
+
var logger136 = createLogger("YouTube");
|
|
8267
10633
|
var YOUTUBE_TOOLS = [
|
|
8268
10634
|
"youtube_add_comment",
|
|
8269
10635
|
"youtube_add_to_playlist",
|
|
@@ -8309,15 +10675,15 @@ function youtubeIntegration(config = {}) {
|
|
|
8309
10675
|
tools: [...YOUTUBE_TOOLS],
|
|
8310
10676
|
oauth,
|
|
8311
10677
|
async onInit(_client) {
|
|
8312
|
-
|
|
10678
|
+
logger136.debug("YouTube integration initialized");
|
|
8313
10679
|
},
|
|
8314
10680
|
async onAfterConnect(_client) {
|
|
8315
|
-
|
|
10681
|
+
logger136.debug("YouTube integration connected");
|
|
8316
10682
|
}
|
|
8317
10683
|
};
|
|
8318
10684
|
}
|
|
8319
10685
|
// src/integrations/cursor.ts
|
|
8320
|
-
var
|
|
10686
|
+
var logger137 = createLogger("Cursor");
|
|
8321
10687
|
var CURSOR_TOOLS = [
|
|
8322
10688
|
"cursor_list_agents",
|
|
8323
10689
|
"cursor_get_agent",
|
|
@@ -8337,15 +10703,15 @@ function cursorIntegration(_config = {}) {
|
|
|
8337
10703
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/cursor.jpeg",
|
|
8338
10704
|
tools: [...CURSOR_TOOLS],
|
|
8339
10705
|
async onInit(_client) {
|
|
8340
|
-
|
|
10706
|
+
logger137.debug("Cursor integration initialized");
|
|
8341
10707
|
},
|
|
8342
10708
|
async onAfterConnect(_client) {
|
|
8343
|
-
|
|
10709
|
+
logger137.debug("Cursor integration connected");
|
|
8344
10710
|
}
|
|
8345
10711
|
};
|
|
8346
10712
|
}
|
|
8347
10713
|
// src/integrations/databricks.ts
|
|
8348
|
-
var
|
|
10714
|
+
var logger138 = createLogger("Databricks");
|
|
8349
10715
|
var DATABRICKS_SCOPES = ["all-apis", "offline_access"];
|
|
8350
10716
|
var DATABRICKS_TOOLS = [
|
|
8351
10717
|
"databricks_current_user",
|
|
@@ -8392,15 +10758,15 @@ function databricksIntegration(config = {}) {
|
|
|
8392
10758
|
tools: [...DATABRICKS_TOOLS],
|
|
8393
10759
|
oauth,
|
|
8394
10760
|
async onInit(_client) {
|
|
8395
|
-
|
|
10761
|
+
logger138.debug("Databricks integration initialized");
|
|
8396
10762
|
},
|
|
8397
10763
|
async onAfterConnect(_client) {
|
|
8398
|
-
|
|
10764
|
+
logger138.debug("Databricks integration connected");
|
|
8399
10765
|
}
|
|
8400
10766
|
};
|
|
8401
10767
|
}
|
|
8402
10768
|
// src/integrations/posthog.ts
|
|
8403
|
-
var
|
|
10769
|
+
var logger139 = createLogger("PostHog");
|
|
8404
10770
|
var DEFAULT_POSTHOG_BASE_URL = "https://us.posthog.com";
|
|
8405
10771
|
var POSTHOG_SCOPES = [
|
|
8406
10772
|
"openid",
|
|
@@ -8486,15 +10852,15 @@ function posthogIntegration(config = {}) {
|
|
|
8486
10852
|
tools: [...POSTHOG_TOOLS],
|
|
8487
10853
|
oauth,
|
|
8488
10854
|
async onInit(_client) {
|
|
8489
|
-
|
|
10855
|
+
logger139.debug("PostHog integration initialized");
|
|
8490
10856
|
},
|
|
8491
10857
|
async onAfterConnect(_client) {
|
|
8492
|
-
|
|
10858
|
+
logger139.debug("PostHog integration connected");
|
|
8493
10859
|
}
|
|
8494
10860
|
};
|
|
8495
10861
|
}
|
|
8496
10862
|
// src/integrations/postman.ts
|
|
8497
|
-
var
|
|
10863
|
+
var logger140 = createLogger("Postman");
|
|
8498
10864
|
var POSTMAN_TOOLS = [
|
|
8499
10865
|
"postman_get_me",
|
|
8500
10866
|
"postman_list_workspaces",
|
|
@@ -8525,15 +10891,15 @@ function postmanIntegration(options = {}) {
|
|
|
8525
10891
|
};
|
|
8526
10892
|
},
|
|
8527
10893
|
async onInit(_client) {
|
|
8528
|
-
|
|
10894
|
+
logger140.debug("Postman integration initialized");
|
|
8529
10895
|
},
|
|
8530
10896
|
async onAfterConnect(_client) {
|
|
8531
|
-
|
|
10897
|
+
logger140.debug("Postman integration connected");
|
|
8532
10898
|
}
|
|
8533
10899
|
};
|
|
8534
10900
|
}
|
|
8535
10901
|
// src/integrations/sentry.ts
|
|
8536
|
-
var
|
|
10902
|
+
var logger141 = createLogger("Sentry");
|
|
8537
10903
|
var SENTRY_SCOPES = [
|
|
8538
10904
|
"org:read",
|
|
8539
10905
|
"project:read",
|
|
@@ -8582,15 +10948,15 @@ function sentryIntegration(config = {}) {
|
|
|
8582
10948
|
tools: [...SENTRY_TOOLS],
|
|
8583
10949
|
oauth,
|
|
8584
10950
|
async onInit(_client) {
|
|
8585
|
-
|
|
10951
|
+
logger141.debug("Sentry integration initialized");
|
|
8586
10952
|
},
|
|
8587
10953
|
async onAfterConnect(_client) {
|
|
8588
|
-
|
|
10954
|
+
logger141.debug("Sentry integration connected");
|
|
8589
10955
|
}
|
|
8590
10956
|
};
|
|
8591
10957
|
}
|
|
8592
10958
|
// src/integrations/datadog.ts
|
|
8593
|
-
var
|
|
10959
|
+
var logger142 = createLogger("Datadog");
|
|
8594
10960
|
var DATADOG_SCOPES = [
|
|
8595
10961
|
"monitors_read",
|
|
8596
10962
|
"dashboards_read",
|
|
@@ -8620,10 +10986,10 @@ function datadogIntegration(config = {}) {
|
|
|
8620
10986
|
category: "Engineering",
|
|
8621
10987
|
tools: [...DATADOG_TOOLS],
|
|
8622
10988
|
async onInit(_client) {
|
|
8623
|
-
|
|
10989
|
+
logger142.debug("Datadog integration initialized");
|
|
8624
10990
|
},
|
|
8625
10991
|
async onAfterConnect(_client) {
|
|
8626
|
-
|
|
10992
|
+
logger142.debug("Datadog integration connected");
|
|
8627
10993
|
}
|
|
8628
10994
|
};
|
|
8629
10995
|
if (apiKey || applicationKey) {
|
|
@@ -8664,7 +11030,7 @@ function datadogIntegration(config = {}) {
|
|
|
8664
11030
|
};
|
|
8665
11031
|
}
|
|
8666
11032
|
// src/integrations/netlify.ts
|
|
8667
|
-
var
|
|
11033
|
+
var logger143 = createLogger("Netlify");
|
|
8668
11034
|
var NETLIFY_TOOLS = [
|
|
8669
11035
|
"netlify_get_current_user",
|
|
8670
11036
|
"netlify_list_accounts",
|
|
@@ -8727,15 +11093,15 @@ function netlifyIntegration(config = {}) {
|
|
|
8727
11093
|
tools: [...NETLIFY_TOOLS],
|
|
8728
11094
|
oauth,
|
|
8729
11095
|
async onInit(_client) {
|
|
8730
|
-
|
|
11096
|
+
logger143.debug("Netlify integration initialized");
|
|
8731
11097
|
},
|
|
8732
11098
|
async onAfterConnect(_client) {
|
|
8733
|
-
|
|
11099
|
+
logger143.debug("Netlify integration connected");
|
|
8734
11100
|
}
|
|
8735
11101
|
};
|
|
8736
11102
|
}
|
|
8737
11103
|
// src/integrations/redis.ts
|
|
8738
|
-
var
|
|
11104
|
+
var logger144 = createLogger("Redis Cloud");
|
|
8739
11105
|
var REDIS_TOOLS = [
|
|
8740
11106
|
"redis_list_subscriptions",
|
|
8741
11107
|
"redis_get_subscription",
|
|
@@ -8790,15 +11156,15 @@ function redisIntegration(options = {}) {
|
|
|
8790
11156
|
};
|
|
8791
11157
|
},
|
|
8792
11158
|
async onInit(_client) {
|
|
8793
|
-
|
|
11159
|
+
logger144.debug("Redis Cloud integration initialized");
|
|
8794
11160
|
},
|
|
8795
11161
|
async onAfterConnect(_client) {
|
|
8796
|
-
|
|
11162
|
+
logger144.debug("Redis Cloud integration connected");
|
|
8797
11163
|
}
|
|
8798
11164
|
};
|
|
8799
11165
|
}
|
|
8800
11166
|
// src/integrations/webflow.ts
|
|
8801
|
-
var
|
|
11167
|
+
var logger145 = createLogger("Webflow");
|
|
8802
11168
|
var WEBFLOW_TOOLS = [
|
|
8803
11169
|
"webflow_token_introspect",
|
|
8804
11170
|
"webflow_get_authorized_user",
|
|
@@ -8857,15 +11223,15 @@ function webflowIntegration(config = {}) {
|
|
|
8857
11223
|
tools: [...WEBFLOW_TOOLS],
|
|
8858
11224
|
oauth,
|
|
8859
11225
|
async onInit(_client) {
|
|
8860
|
-
|
|
11226
|
+
logger145.debug("Webflow integration initialized");
|
|
8861
11227
|
},
|
|
8862
11228
|
async onAfterConnect(_client) {
|
|
8863
|
-
|
|
11229
|
+
logger145.debug("Webflow integration connected");
|
|
8864
11230
|
}
|
|
8865
11231
|
};
|
|
8866
11232
|
}
|
|
8867
11233
|
// src/integrations/jira.ts
|
|
8868
|
-
var
|
|
11234
|
+
var logger146 = createLogger("Jira");
|
|
8869
11235
|
var JIRA_SCOPES = [
|
|
8870
11236
|
"read:jira-work",
|
|
8871
11237
|
"write:jira-work",
|
|
@@ -8910,15 +11276,15 @@ function jiraIntegration(config = {}) {
|
|
|
8910
11276
|
tools: [...JIRA_TOOLS],
|
|
8911
11277
|
oauth,
|
|
8912
11278
|
async onInit(_client) {
|
|
8913
|
-
|
|
11279
|
+
logger146.debug("Jira integration initialized");
|
|
8914
11280
|
},
|
|
8915
11281
|
async onAfterConnect(_client) {
|
|
8916
|
-
|
|
11282
|
+
logger146.debug("Jira integration connected");
|
|
8917
11283
|
}
|
|
8918
11284
|
};
|
|
8919
11285
|
}
|
|
8920
11286
|
// src/integrations/linkedin.ts
|
|
8921
|
-
var
|
|
11287
|
+
var logger147 = createLogger("LinkedIn");
|
|
8922
11288
|
var LINKEDIN_SCOPES = ["openid", "profile", "email", "w_member_social"];
|
|
8923
11289
|
var LINKEDIN_TOOLS = ["linkedin_get_userinfo", "linkedin_create_post"];
|
|
8924
11290
|
function linkedinIntegration(config = {}) {
|
|
@@ -8945,15 +11311,15 @@ function linkedinIntegration(config = {}) {
|
|
|
8945
11311
|
tools: [...LINKEDIN_TOOLS],
|
|
8946
11312
|
oauth,
|
|
8947
11313
|
async onInit(_client) {
|
|
8948
|
-
|
|
11314
|
+
logger147.debug("LinkedIn integration initialized");
|
|
8949
11315
|
},
|
|
8950
11316
|
async onAfterConnect(_client) {
|
|
8951
|
-
|
|
11317
|
+
logger147.debug("LinkedIn integration connected");
|
|
8952
11318
|
}
|
|
8953
11319
|
};
|
|
8954
11320
|
}
|
|
8955
11321
|
// src/integrations/threads.ts
|
|
8956
|
-
var
|
|
11322
|
+
var logger148 = createLogger("Threads");
|
|
8957
11323
|
var THREADS_SCOPES = [
|
|
8958
11324
|
"threads_basic",
|
|
8959
11325
|
"threads_content_publish",
|
|
@@ -9004,15 +11370,15 @@ function threadsIntegration(config = {}) {
|
|
|
9004
11370
|
tools: [...THREADS_TOOLS],
|
|
9005
11371
|
oauth,
|
|
9006
11372
|
async onInit(_client) {
|
|
9007
|
-
|
|
11373
|
+
logger148.debug("Threads integration initialized");
|
|
9008
11374
|
},
|
|
9009
11375
|
async onAfterConnect(_client) {
|
|
9010
|
-
|
|
11376
|
+
logger148.debug("Threads integration connected");
|
|
9011
11377
|
}
|
|
9012
11378
|
};
|
|
9013
11379
|
}
|
|
9014
11380
|
// src/integrations/tiktok.ts
|
|
9015
|
-
var
|
|
11381
|
+
var logger149 = createLogger("TikTok");
|
|
9016
11382
|
var TIKTOK_SCOPES = ["user.info.basic", "video.list"];
|
|
9017
11383
|
var TIKTOK_TOOLS = [
|
|
9018
11384
|
"tiktok_get_user_info",
|
|
@@ -9043,15 +11409,15 @@ function tiktokIntegration(config = {}) {
|
|
|
9043
11409
|
tools: [...TIKTOK_TOOLS],
|
|
9044
11410
|
oauth,
|
|
9045
11411
|
async onInit(_client) {
|
|
9046
|
-
|
|
11412
|
+
logger149.debug("TikTok integration initialized");
|
|
9047
11413
|
},
|
|
9048
11414
|
async onAfterConnect(_client) {
|
|
9049
|
-
|
|
11415
|
+
logger149.debug("TikTok integration connected");
|
|
9050
11416
|
}
|
|
9051
11417
|
};
|
|
9052
11418
|
}
|
|
9053
11419
|
// src/integrations/trello.ts
|
|
9054
|
-
var
|
|
11420
|
+
var logger150 = createLogger("Trello");
|
|
9055
11421
|
var TRELLO_TOOLS = [
|
|
9056
11422
|
"trello_get_member",
|
|
9057
11423
|
"trello_list_boards",
|
|
@@ -9088,15 +11454,15 @@ function trelloIntegration(options = {}) {
|
|
|
9088
11454
|
return { Authorization: `Bearer ${encodeCredential(apiKey, memberToken)}` };
|
|
9089
11455
|
},
|
|
9090
11456
|
async onInit(_client) {
|
|
9091
|
-
|
|
11457
|
+
logger150.debug("Trello integration initialized");
|
|
9092
11458
|
},
|
|
9093
11459
|
async onAfterConnect(_client) {
|
|
9094
|
-
|
|
11460
|
+
logger150.debug("Trello integration connected");
|
|
9095
11461
|
}
|
|
9096
11462
|
};
|
|
9097
11463
|
}
|
|
9098
11464
|
// src/integrations/typeform.ts
|
|
9099
|
-
var
|
|
11465
|
+
var logger151 = createLogger("Typeform");
|
|
9100
11466
|
var TYPEFORM_SCOPES = [
|
|
9101
11467
|
"offline",
|
|
9102
11468
|
"accounts:read",
|
|
@@ -9140,15 +11506,15 @@ function typeformIntegration(config = {}) {
|
|
|
9140
11506
|
tools: [...TYPEFORM_TOOLS],
|
|
9141
11507
|
oauth,
|
|
9142
11508
|
async onInit(_client) {
|
|
9143
|
-
|
|
11509
|
+
logger151.debug("Typeform integration initialized");
|
|
9144
11510
|
},
|
|
9145
11511
|
async onAfterConnect(_client) {
|
|
9146
|
-
|
|
11512
|
+
logger151.debug("Typeform integration connected");
|
|
9147
11513
|
}
|
|
9148
11514
|
};
|
|
9149
11515
|
}
|
|
9150
11516
|
// src/integrations/sharepoint.ts
|
|
9151
|
-
var
|
|
11517
|
+
var logger152 = createLogger("SharePoint");
|
|
9152
11518
|
var SHAREPOINT_SCOPES = ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
|
|
9153
11519
|
var SHAREPOINT_TOOLS = [
|
|
9154
11520
|
"sharepoint_create_folder",
|
|
@@ -9187,15 +11553,15 @@ function sharepointIntegration(config = {}) {
|
|
|
9187
11553
|
tools: [...SHAREPOINT_TOOLS],
|
|
9188
11554
|
oauth,
|
|
9189
11555
|
async onInit(_client) {
|
|
9190
|
-
|
|
11556
|
+
logger152.debug("SharePoint integration initialized");
|
|
9191
11557
|
},
|
|
9192
11558
|
async onAfterConnect(_client) {
|
|
9193
|
-
|
|
11559
|
+
logger152.debug("SharePoint integration connected");
|
|
9194
11560
|
}
|
|
9195
11561
|
};
|
|
9196
11562
|
}
|
|
9197
11563
|
// src/integrations/xero.ts
|
|
9198
|
-
var
|
|
11564
|
+
var logger153 = createLogger("Xero");
|
|
9199
11565
|
var XERO_SCOPES = [
|
|
9200
11566
|
"openid",
|
|
9201
11567
|
"profile",
|
|
@@ -9238,19 +11604,19 @@ function xeroIntegration(config = {}) {
|
|
|
9238
11604
|
name: "Xero",
|
|
9239
11605
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/xero.png",
|
|
9240
11606
|
description: "Manage Xero organisations, accounts, contacts, invoices, and bank transactions",
|
|
9241
|
-
category: "
|
|
11607
|
+
category: "Accounting",
|
|
9242
11608
|
tools: [...XERO_TOOLS],
|
|
9243
11609
|
oauth,
|
|
9244
11610
|
async onInit(_client) {
|
|
9245
|
-
|
|
11611
|
+
logger153.debug("Xero integration initialized");
|
|
9246
11612
|
},
|
|
9247
11613
|
async onAfterConnect(_client) {
|
|
9248
|
-
|
|
11614
|
+
logger153.debug("Xero integration connected");
|
|
9249
11615
|
}
|
|
9250
11616
|
};
|
|
9251
11617
|
}
|
|
9252
11618
|
// src/integrations/salesforce.ts
|
|
9253
|
-
var
|
|
11619
|
+
var logger154 = createLogger("Salesforce");
|
|
9254
11620
|
var SALESFORCE_TOOLS = [
|
|
9255
11621
|
"salesforce_query",
|
|
9256
11622
|
"salesforce_get_limits",
|
|
@@ -9281,15 +11647,15 @@ function salesforceIntegration(config = {}) {
|
|
|
9281
11647
|
tools: [...SALESFORCE_TOOLS],
|
|
9282
11648
|
oauth,
|
|
9283
11649
|
async onInit(_client) {
|
|
9284
|
-
|
|
11650
|
+
logger154.debug("Salesforce integration initialized");
|
|
9285
11651
|
},
|
|
9286
11652
|
async onAfterConnect(_client) {
|
|
9287
|
-
|
|
11653
|
+
logger154.debug("Salesforce integration connected");
|
|
9288
11654
|
}
|
|
9289
11655
|
};
|
|
9290
11656
|
}
|
|
9291
11657
|
// src/integrations/attio.ts
|
|
9292
|
-
var
|
|
11658
|
+
var logger155 = createLogger("Attio");
|
|
9293
11659
|
var ATTIO_SCOPES = [
|
|
9294
11660
|
"record_permission:read-write",
|
|
9295
11661
|
"object_configuration:read",
|
|
@@ -9335,15 +11701,15 @@ function attioIntegration(config = {}) {
|
|
|
9335
11701
|
tools: [...ATTIO_TOOLS],
|
|
9336
11702
|
oauth,
|
|
9337
11703
|
async onInit(_client) {
|
|
9338
|
-
|
|
11704
|
+
logger155.debug("Attio integration initialized");
|
|
9339
11705
|
},
|
|
9340
11706
|
async onAfterConnect(_client) {
|
|
9341
|
-
|
|
11707
|
+
logger155.debug("Attio integration connected");
|
|
9342
11708
|
}
|
|
9343
11709
|
};
|
|
9344
11710
|
}
|
|
9345
11711
|
// src/integrations/gchat.ts
|
|
9346
|
-
var
|
|
11712
|
+
var logger156 = createLogger("Google Chat");
|
|
9347
11713
|
var GCHAT_SCOPES = [
|
|
9348
11714
|
"https://www.googleapis.com/auth/chat.messages",
|
|
9349
11715
|
"https://www.googleapis.com/auth/chat.spaces.readonly"
|
|
@@ -9382,15 +11748,15 @@ function gchatIntegration(config = {}) {
|
|
|
9382
11748
|
tools: [...GCHAT_TOOLS],
|
|
9383
11749
|
oauth,
|
|
9384
11750
|
async onInit(_client) {
|
|
9385
|
-
|
|
11751
|
+
logger156.debug("Google Chat integration initialized");
|
|
9386
11752
|
},
|
|
9387
11753
|
async onAfterConnect(_client) {
|
|
9388
|
-
|
|
11754
|
+
logger156.debug("Google Chat integration connected");
|
|
9389
11755
|
}
|
|
9390
11756
|
};
|
|
9391
11757
|
}
|
|
9392
11758
|
// src/integrations/shopify.ts
|
|
9393
|
-
var
|
|
11759
|
+
var logger157 = createLogger("Shopify");
|
|
9394
11760
|
var SHOPIFY_SCOPES = [
|
|
9395
11761
|
"read_products",
|
|
9396
11762
|
"write_products",
|
|
@@ -9435,19 +11801,19 @@ function shopifyIntegration(config = {}) {
|
|
|
9435
11801
|
name: "Shopify",
|
|
9436
11802
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/shopify.png",
|
|
9437
11803
|
description: "Route-complete Shopify Admin access through GraphQL and REST tools",
|
|
9438
|
-
category: "
|
|
11804
|
+
category: "Commerce",
|
|
9439
11805
|
tools: [...SHOPIFY_TOOLS],
|
|
9440
11806
|
oauth,
|
|
9441
11807
|
async onInit(_client) {
|
|
9442
|
-
|
|
11808
|
+
logger157.debug("Shopify integration initialized");
|
|
9443
11809
|
},
|
|
9444
11810
|
async onAfterConnect(_client) {
|
|
9445
|
-
|
|
11811
|
+
logger157.debug("Shopify integration connected");
|
|
9446
11812
|
}
|
|
9447
11813
|
};
|
|
9448
11814
|
}
|
|
9449
11815
|
// src/integrations/convex.ts
|
|
9450
|
-
var
|
|
11816
|
+
var logger158 = createLogger("Convex");
|
|
9451
11817
|
var CONVEX_TOOLS = [
|
|
9452
11818
|
"convex_management_token_details",
|
|
9453
11819
|
"convex_management_list_projects",
|
|
@@ -9484,15 +11850,15 @@ function convexIntegration(options = {}) {
|
|
|
9484
11850
|
return { Authorization: `Bearer ${accessToken}` };
|
|
9485
11851
|
},
|
|
9486
11852
|
async onInit(_client) {
|
|
9487
|
-
|
|
11853
|
+
logger158.debug("Convex integration initialized");
|
|
9488
11854
|
},
|
|
9489
11855
|
async onAfterConnect(_client) {
|
|
9490
|
-
|
|
11856
|
+
logger158.debug("Convex integration connected");
|
|
9491
11857
|
}
|
|
9492
11858
|
};
|
|
9493
11859
|
}
|
|
9494
11860
|
// src/integrations/etoro.ts
|
|
9495
|
-
var
|
|
11861
|
+
var logger159 = createLogger("eToro");
|
|
9496
11862
|
var ETORO_TOOLS = [
|
|
9497
11863
|
"etoro_get_identity",
|
|
9498
11864
|
"etoro_get_portfolio",
|
|
@@ -9522,15 +11888,15 @@ function etoroIntegration(options = {}) {
|
|
|
9522
11888
|
};
|
|
9523
11889
|
},
|
|
9524
11890
|
async onInit(_client) {
|
|
9525
|
-
|
|
11891
|
+
logger159.debug("eToro integration initialized");
|
|
9526
11892
|
},
|
|
9527
11893
|
async onAfterConnect(_client) {
|
|
9528
|
-
|
|
11894
|
+
logger159.debug("eToro integration connected");
|
|
9529
11895
|
}
|
|
9530
11896
|
};
|
|
9531
11897
|
}
|
|
9532
11898
|
// src/integrations/alpaca.ts
|
|
9533
|
-
var
|
|
11899
|
+
var logger160 = createLogger("Alpaca");
|
|
9534
11900
|
var ALPACA_TOOLS = [
|
|
9535
11901
|
"alpaca_get_account",
|
|
9536
11902
|
"alpaca_list_positions",
|
|
@@ -9572,15 +11938,15 @@ function alpacaIntegration(options = {}) {
|
|
|
9572
11938
|
return headers;
|
|
9573
11939
|
},
|
|
9574
11940
|
async onInit(_client) {
|
|
9575
|
-
|
|
11941
|
+
logger160.debug("Alpaca integration initialized");
|
|
9576
11942
|
},
|
|
9577
11943
|
async onAfterConnect(_client) {
|
|
9578
|
-
|
|
11944
|
+
logger160.debug("Alpaca integration connected");
|
|
9579
11945
|
}
|
|
9580
11946
|
};
|
|
9581
11947
|
}
|
|
9582
11948
|
// src/integrations/neon.ts
|
|
9583
|
-
var
|
|
11949
|
+
var logger161 = createLogger("Neon");
|
|
9584
11950
|
var NEON_TOOLS = [
|
|
9585
11951
|
"neon_list_api_keys",
|
|
9586
11952
|
"neon_create_api_key",
|
|
@@ -9620,15 +11986,15 @@ function neonIntegration(options = {}) {
|
|
|
9620
11986
|
};
|
|
9621
11987
|
},
|
|
9622
11988
|
async onInit(_client) {
|
|
9623
|
-
|
|
11989
|
+
logger161.debug("Neon integration initialized");
|
|
9624
11990
|
},
|
|
9625
11991
|
async onAfterConnect(_client) {
|
|
9626
|
-
|
|
11992
|
+
logger161.debug("Neon integration connected");
|
|
9627
11993
|
}
|
|
9628
11994
|
};
|
|
9629
11995
|
}
|
|
9630
11996
|
// src/integrations/workos.ts
|
|
9631
|
-
var
|
|
11997
|
+
var logger162 = createLogger("WorkOS");
|
|
9632
11998
|
var WORKOS_TOOLS = [
|
|
9633
11999
|
"workos_list_organizations",
|
|
9634
12000
|
"workos_get_organization",
|
|
@@ -9661,15 +12027,15 @@ function workosIntegration(options = {}) {
|
|
|
9661
12027
|
};
|
|
9662
12028
|
},
|
|
9663
12029
|
async onInit(_client) {
|
|
9664
|
-
|
|
12030
|
+
logger162.debug("WorkOS integration initialized");
|
|
9665
12031
|
},
|
|
9666
12032
|
async onAfterConnect(_client) {
|
|
9667
|
-
|
|
12033
|
+
logger162.debug("WorkOS integration connected");
|
|
9668
12034
|
}
|
|
9669
12035
|
};
|
|
9670
12036
|
}
|
|
9671
12037
|
// src/integrations/workday.ts
|
|
9672
|
-
var
|
|
12038
|
+
var logger163 = createLogger("Workday");
|
|
9673
12039
|
var WORKDAY_TOOLS = [
|
|
9674
12040
|
"workday_list_workers",
|
|
9675
12041
|
"workday_get_worker"
|
|
@@ -9694,10 +12060,10 @@ function workdayIntegration(config = {}) {
|
|
|
9694
12060
|
tools: [...WORKDAY_TOOLS],
|
|
9695
12061
|
oauth,
|
|
9696
12062
|
async onInit(_client) {
|
|
9697
|
-
|
|
12063
|
+
logger163.debug("Workday integration initialized");
|
|
9698
12064
|
},
|
|
9699
12065
|
async onAfterConnect(_client) {
|
|
9700
|
-
|
|
12066
|
+
logger163.debug("Workday integration connected");
|
|
9701
12067
|
}
|
|
9702
12068
|
};
|
|
9703
12069
|
}
|
|
@@ -9720,7 +12086,7 @@ function tldrawIntegration(options = {}) {
|
|
|
9720
12086
|
};
|
|
9721
12087
|
}
|
|
9722
12088
|
// src/integrations/upstash.ts
|
|
9723
|
-
var
|
|
12089
|
+
var logger164 = createLogger("Upstash");
|
|
9724
12090
|
var UPSTASH_TOOLS = [
|
|
9725
12091
|
"upstash_redis_run",
|
|
9726
12092
|
"upstash_redis_get",
|
|
@@ -9760,10 +12126,10 @@ function upstashIntegration(options = {}) {
|
|
|
9760
12126
|
return headers;
|
|
9761
12127
|
},
|
|
9762
12128
|
async onInit(_client) {
|
|
9763
|
-
|
|
12129
|
+
logger164.debug("Upstash integration initialized");
|
|
9764
12130
|
},
|
|
9765
12131
|
async onAfterConnect(_client) {
|
|
9766
|
-
|
|
12132
|
+
logger164.debug("Upstash integration connected");
|
|
9767
12133
|
}
|
|
9768
12134
|
};
|
|
9769
12135
|
}
|
|
@@ -9900,7 +12266,7 @@ function mailchimpIntegration(config = {}) {
|
|
|
9900
12266
|
};
|
|
9901
12267
|
}
|
|
9902
12268
|
// src/integrations/aws.ts
|
|
9903
|
-
var
|
|
12269
|
+
var logger165 = createLogger("AWS");
|
|
9904
12270
|
var AWS_TOOLS = [
|
|
9905
12271
|
"aws_sts_get_caller_identity",
|
|
9906
12272
|
"aws_ec2_describe_regions",
|
|
@@ -9953,15 +12319,15 @@ function awsIntegration(options = {}) {
|
|
|
9953
12319
|
};
|
|
9954
12320
|
},
|
|
9955
12321
|
async onInit(_client) {
|
|
9956
|
-
|
|
12322
|
+
logger165.debug("AWS integration initialized");
|
|
9957
12323
|
},
|
|
9958
12324
|
async onAfterConnect(_client) {
|
|
9959
|
-
|
|
12325
|
+
logger165.debug("AWS integration connected");
|
|
9960
12326
|
}
|
|
9961
12327
|
};
|
|
9962
12328
|
}
|
|
9963
12329
|
// src/integrations/wix.ts
|
|
9964
|
-
var
|
|
12330
|
+
var logger166 = createLogger("Wix");
|
|
9965
12331
|
var WIX_TOOLS = [
|
|
9966
12332
|
"wix_query_products",
|
|
9967
12333
|
"wix_get_product",
|
|
@@ -9994,15 +12360,15 @@ function wixIntegration(options = {}) {
|
|
|
9994
12360
|
};
|
|
9995
12361
|
},
|
|
9996
12362
|
async onInit(_client) {
|
|
9997
|
-
|
|
12363
|
+
logger166.debug("Wix integration initialized");
|
|
9998
12364
|
},
|
|
9999
12365
|
async onAfterConnect(_client) {
|
|
10000
|
-
|
|
12366
|
+
logger166.debug("Wix integration connected");
|
|
10001
12367
|
}
|
|
10002
12368
|
};
|
|
10003
12369
|
}
|
|
10004
12370
|
// src/integrations/auth0.ts
|
|
10005
|
-
var
|
|
12371
|
+
var logger167 = createLogger("Auth0");
|
|
10006
12372
|
var AUTH0_TOOLS = [
|
|
10007
12373
|
"auth0_list_users",
|
|
10008
12374
|
"auth0_get_user",
|
|
@@ -10081,7 +12447,7 @@ function auth0Integration(options) {
|
|
|
10081
12447
|
name: "Auth0",
|
|
10082
12448
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/auth0.png",
|
|
10083
12449
|
description: "Manage Auth0 users, connections, and applications via the Management API",
|
|
10084
|
-
category: "
|
|
12450
|
+
category: "Identity & Access",
|
|
10085
12451
|
tools: [...AUTH0_TOOLS],
|
|
10086
12452
|
authType: "apiKey",
|
|
10087
12453
|
getHeaders() {
|
|
@@ -10091,7 +12457,7 @@ function auth0Integration(options) {
|
|
|
10091
12457
|
};
|
|
10092
12458
|
},
|
|
10093
12459
|
async onInit() {
|
|
10094
|
-
|
|
12460
|
+
logger167.debug("Auth0 integration initialized");
|
|
10095
12461
|
},
|
|
10096
12462
|
async onBeforeConnect() {
|
|
10097
12463
|
await ensureFreshToken();
|
|
@@ -10100,12 +12466,12 @@ function auth0Integration(options) {
|
|
|
10100
12466
|
}
|
|
10101
12467
|
},
|
|
10102
12468
|
async onAfterConnect() {
|
|
10103
|
-
|
|
12469
|
+
logger167.debug("Auth0 integration connected");
|
|
10104
12470
|
}
|
|
10105
12471
|
};
|
|
10106
12472
|
}
|
|
10107
12473
|
// src/integrations/binance.ts
|
|
10108
|
-
var
|
|
12474
|
+
var logger168 = createLogger("Binance");
|
|
10109
12475
|
var BINANCE_TOOLS = [
|
|
10110
12476
|
"binance_ping",
|
|
10111
12477
|
"binance_get_server_time",
|
|
@@ -10148,15 +12514,15 @@ function binanceIntegration(options = {}) {
|
|
|
10148
12514
|
};
|
|
10149
12515
|
},
|
|
10150
12516
|
async onInit(_client) {
|
|
10151
|
-
|
|
12517
|
+
logger168.debug("Binance integration initialized");
|
|
10152
12518
|
},
|
|
10153
12519
|
async onAfterConnect(_client) {
|
|
10154
|
-
|
|
12520
|
+
logger168.debug("Binance integration connected");
|
|
10155
12521
|
}
|
|
10156
12522
|
};
|
|
10157
12523
|
}
|
|
10158
12524
|
// src/integrations/canva.ts
|
|
10159
|
-
var
|
|
12525
|
+
var logger169 = createLogger("Canva");
|
|
10160
12526
|
var CANVA_TOOLS = [
|
|
10161
12527
|
"canva_get_me",
|
|
10162
12528
|
"canva_get_profile",
|
|
@@ -10193,15 +12559,15 @@ function canvaIntegration(config = {}) {
|
|
|
10193
12559
|
tools: [...CANVA_TOOLS],
|
|
10194
12560
|
oauth,
|
|
10195
12561
|
async onInit(_client) {
|
|
10196
|
-
|
|
12562
|
+
logger169.debug("Canva integration initialized");
|
|
10197
12563
|
},
|
|
10198
12564
|
async onAfterConnect(_client) {
|
|
10199
|
-
|
|
12565
|
+
logger169.debug("Canva integration connected");
|
|
10200
12566
|
}
|
|
10201
12567
|
};
|
|
10202
12568
|
}
|
|
10203
12569
|
// src/integrations/clerk.ts
|
|
10204
|
-
var
|
|
12570
|
+
var logger170 = createLogger("Clerk");
|
|
10205
12571
|
var CLERK_TOOLS = [
|
|
10206
12572
|
"clerk_list_users",
|
|
10207
12573
|
"clerk_get_user",
|
|
@@ -10236,15 +12602,15 @@ function clerkIntegration(options = {}) {
|
|
|
10236
12602
|
};
|
|
10237
12603
|
},
|
|
10238
12604
|
async onInit(_client) {
|
|
10239
|
-
|
|
12605
|
+
logger170.debug("Clerk integration initialized");
|
|
10240
12606
|
},
|
|
10241
12607
|
async onAfterConnect(_client) {
|
|
10242
|
-
|
|
12608
|
+
logger170.debug("Clerk integration connected");
|
|
10243
12609
|
}
|
|
10244
12610
|
};
|
|
10245
12611
|
}
|
|
10246
12612
|
// src/integrations/cloudflare.ts
|
|
10247
|
-
var
|
|
12613
|
+
var logger171 = createLogger("Cloudflare");
|
|
10248
12614
|
var CLOUDFLARE_TOOLS = [
|
|
10249
12615
|
"cloudflare_verify_token",
|
|
10250
12616
|
"cloudflare_get_user",
|
|
@@ -10283,10 +12649,10 @@ function cloudflareIntegration(config = {}) {
|
|
|
10283
12649
|
return { Authorization: `Bearer ${apiToken.trim()}` };
|
|
10284
12650
|
},
|
|
10285
12651
|
async onInit(_client) {
|
|
10286
|
-
|
|
12652
|
+
logger171.debug("Cloudflare integration initialized (API token)");
|
|
10287
12653
|
},
|
|
10288
12654
|
async onAfterConnect(_client) {
|
|
10289
|
-
|
|
12655
|
+
logger171.debug("Cloudflare integration connected");
|
|
10290
12656
|
}
|
|
10291
12657
|
};
|
|
10292
12658
|
}
|
|
@@ -10312,15 +12678,15 @@ function cloudflareIntegration(config = {}) {
|
|
|
10312
12678
|
tools: [...CLOUDFLARE_TOOLS],
|
|
10313
12679
|
oauth,
|
|
10314
12680
|
async onInit(_client) {
|
|
10315
|
-
|
|
12681
|
+
logger171.debug("Cloudflare integration initialized (OAuth)");
|
|
10316
12682
|
},
|
|
10317
12683
|
async onAfterConnect(_client) {
|
|
10318
|
-
|
|
12684
|
+
logger171.debug("Cloudflare integration connected");
|
|
10319
12685
|
}
|
|
10320
12686
|
};
|
|
10321
12687
|
}
|
|
10322
12688
|
// src/integrations/clickup.ts
|
|
10323
|
-
var
|
|
12689
|
+
var logger172 = createLogger("ClickUp");
|
|
10324
12690
|
var CLICKUP_TOOLS = [
|
|
10325
12691
|
"clickup_get_authorized_user",
|
|
10326
12692
|
"clickup_list_teams",
|
|
@@ -10356,15 +12722,15 @@ function clickupIntegration(config = {}) {
|
|
|
10356
12722
|
tools: [...CLICKUP_TOOLS],
|
|
10357
12723
|
oauth,
|
|
10358
12724
|
async onInit(_client) {
|
|
10359
|
-
|
|
12725
|
+
logger172.debug("ClickUp integration initialized");
|
|
10360
12726
|
},
|
|
10361
12727
|
async onAfterConnect(_client) {
|
|
10362
|
-
|
|
12728
|
+
logger172.debug("ClickUp integration connected");
|
|
10363
12729
|
}
|
|
10364
12730
|
};
|
|
10365
12731
|
}
|
|
10366
12732
|
// src/integrations/excel.ts
|
|
10367
|
-
var
|
|
12733
|
+
var logger173 = createLogger("Excel");
|
|
10368
12734
|
var EXCEL_TOOLS = [
|
|
10369
12735
|
"excel_add_table_rows",
|
|
10370
12736
|
"excel_add_worksheet",
|
|
@@ -10400,10 +12766,10 @@ function excelIntegration(config = {}) {
|
|
|
10400
12766
|
tools: [...EXCEL_TOOLS],
|
|
10401
12767
|
oauth,
|
|
10402
12768
|
async onInit(_client) {
|
|
10403
|
-
|
|
12769
|
+
logger173.debug("Excel integration initialized");
|
|
10404
12770
|
},
|
|
10405
12771
|
async onAfterConnect(_client) {
|
|
10406
|
-
|
|
12772
|
+
logger173.debug("Excel integration connected");
|
|
10407
12773
|
}
|
|
10408
12774
|
};
|
|
10409
12775
|
}
|
|
@@ -10433,7 +12799,7 @@ function ga4Integration(config = {}) {
|
|
|
10433
12799
|
};
|
|
10434
12800
|
}
|
|
10435
12801
|
// src/integrations/gdrive.ts
|
|
10436
|
-
var
|
|
12802
|
+
var logger174 = createLogger("Google Drive");
|
|
10437
12803
|
var GDRIVE_TOOLS = [
|
|
10438
12804
|
"gdrive_copy_file",
|
|
10439
12805
|
"gdrive_create_folder",
|
|
@@ -10467,15 +12833,15 @@ function gdriveIntegration(config = {}) {
|
|
|
10467
12833
|
tools: [...GDRIVE_TOOLS],
|
|
10468
12834
|
oauth,
|
|
10469
12835
|
async onInit(_client) {
|
|
10470
|
-
|
|
12836
|
+
logger174.debug("Google Drive integration initialized");
|
|
10471
12837
|
},
|
|
10472
12838
|
async onAfterConnect(_client) {
|
|
10473
|
-
|
|
12839
|
+
logger174.debug("Google Drive integration connected");
|
|
10474
12840
|
}
|
|
10475
12841
|
};
|
|
10476
12842
|
}
|
|
10477
12843
|
// src/integrations/gitlab.ts
|
|
10478
|
-
var
|
|
12844
|
+
var logger175 = createLogger("GitLab");
|
|
10479
12845
|
var GITLAB_TOOLS = [
|
|
10480
12846
|
"gitlab_list_projects",
|
|
10481
12847
|
"gitlab_list_own_projects",
|
|
@@ -10522,15 +12888,15 @@ function gitlabIntegration(config = {}) {
|
|
|
10522
12888
|
tools: [...GITLAB_TOOLS],
|
|
10523
12889
|
oauth,
|
|
10524
12890
|
async onInit(_client) {
|
|
10525
|
-
|
|
12891
|
+
logger175.debug("GitLab integration initialized");
|
|
10526
12892
|
},
|
|
10527
12893
|
async onAfterConnect(_client) {
|
|
10528
|
-
|
|
12894
|
+
logger175.debug("GitLab integration connected");
|
|
10529
12895
|
}
|
|
10530
12896
|
};
|
|
10531
12897
|
}
|
|
10532
12898
|
// src/integrations/gmeet.ts
|
|
10533
|
-
var
|
|
12899
|
+
var logger176 = createLogger("Google Meet");
|
|
10534
12900
|
var GMEET_TOOLS = [
|
|
10535
12901
|
"gmeet_add_meet_to_event",
|
|
10536
12902
|
"gmeet_create_meeting",
|
|
@@ -10558,15 +12924,15 @@ function gmeetIntegration(config = {}) {
|
|
|
10558
12924
|
tools: [...GMEET_TOOLS],
|
|
10559
12925
|
oauth,
|
|
10560
12926
|
async onInit(_client) {
|
|
10561
|
-
|
|
12927
|
+
logger176.debug("Google Meet integration initialized");
|
|
10562
12928
|
},
|
|
10563
12929
|
async onAfterConnect(_client) {
|
|
10564
|
-
|
|
12930
|
+
logger176.debug("Google Meet integration connected");
|
|
10565
12931
|
}
|
|
10566
12932
|
};
|
|
10567
12933
|
}
|
|
10568
12934
|
// src/integrations/monday.ts
|
|
10569
|
-
var
|
|
12935
|
+
var logger177 = createLogger("Monday");
|
|
10570
12936
|
var MONDAY_TOOLS = [
|
|
10571
12937
|
"monday_me",
|
|
10572
12938
|
"monday_list_workspaces",
|
|
@@ -10603,10 +12969,10 @@ function mondayIntegration(config = {}) {
|
|
|
10603
12969
|
tools: [...MONDAY_TOOLS],
|
|
10604
12970
|
oauth,
|
|
10605
12971
|
async onInit(_client) {
|
|
10606
|
-
|
|
12972
|
+
logger177.debug("Monday.com integration initialized");
|
|
10607
12973
|
},
|
|
10608
12974
|
async onAfterConnect(_client) {
|
|
10609
|
-
|
|
12975
|
+
logger177.debug("Monday.com integration connected");
|
|
10610
12976
|
}
|
|
10611
12977
|
};
|
|
10612
12978
|
}
|
|
@@ -10646,7 +13012,7 @@ function planetscaleIntegration(config = {}) {
|
|
|
10646
13012
|
};
|
|
10647
13013
|
}
|
|
10648
13014
|
// src/integrations/powerpoint.ts
|
|
10649
|
-
var
|
|
13015
|
+
var logger178 = createLogger("PowerPoint");
|
|
10650
13016
|
var POWERPOINT_TOOLS = [
|
|
10651
13017
|
"powerpoint_copy",
|
|
10652
13018
|
"powerpoint_create",
|
|
@@ -10673,10 +13039,10 @@ function powerpointIntegration(config = {}) {
|
|
|
10673
13039
|
tools: [...POWERPOINT_TOOLS],
|
|
10674
13040
|
oauth,
|
|
10675
13041
|
async onInit(_client) {
|
|
10676
|
-
|
|
13042
|
+
logger178.debug("PowerPoint integration initialized");
|
|
10677
13043
|
},
|
|
10678
13044
|
async onAfterConnect(_client) {
|
|
10679
|
-
|
|
13045
|
+
logger178.debug("PowerPoint integration connected");
|
|
10680
13046
|
}
|
|
10681
13047
|
};
|
|
10682
13048
|
}
|
|
@@ -10711,7 +13077,7 @@ function redditIntegration(config = {}) {
|
|
|
10711
13077
|
};
|
|
10712
13078
|
}
|
|
10713
13079
|
// src/integrations/resend.ts
|
|
10714
|
-
var
|
|
13080
|
+
var logger179 = createLogger("Resend");
|
|
10715
13081
|
var RESEND_TOOLS = [
|
|
10716
13082
|
"resend_list_domains",
|
|
10717
13083
|
"resend_get_domain",
|
|
@@ -10736,15 +13102,15 @@ function resendIntegration(options = {}) {
|
|
|
10736
13102
|
return { Authorization: `Bearer ${apiKey}` };
|
|
10737
13103
|
},
|
|
10738
13104
|
async onInit(_client) {
|
|
10739
|
-
|
|
13105
|
+
logger179.debug("Resend integration initialized");
|
|
10740
13106
|
},
|
|
10741
13107
|
async onAfterConnect(_client) {
|
|
10742
|
-
|
|
13108
|
+
logger179.debug("Resend integration connected");
|
|
10743
13109
|
}
|
|
10744
13110
|
};
|
|
10745
13111
|
}
|
|
10746
13112
|
// src/integrations/word.ts
|
|
10747
|
-
var
|
|
13113
|
+
var logger180 = createLogger("Word");
|
|
10748
13114
|
var WORD_TOOLS = [
|
|
10749
13115
|
"word_copy",
|
|
10750
13116
|
"word_create",
|
|
@@ -10771,15 +13137,15 @@ function wordIntegration(config = {}) {
|
|
|
10771
13137
|
tools: [...WORD_TOOLS],
|
|
10772
13138
|
oauth,
|
|
10773
13139
|
async onInit(_client) {
|
|
10774
|
-
|
|
13140
|
+
logger180.debug("Word integration initialized");
|
|
10775
13141
|
},
|
|
10776
13142
|
async onAfterConnect(_client) {
|
|
10777
|
-
|
|
13143
|
+
logger180.debug("Word integration connected");
|
|
10778
13144
|
}
|
|
10779
13145
|
};
|
|
10780
13146
|
}
|
|
10781
13147
|
// src/integrations/zapier.ts
|
|
10782
|
-
var
|
|
13148
|
+
var logger181 = createLogger("Zapier");
|
|
10783
13149
|
var ZAPIER_TOOLS = [
|
|
10784
13150
|
"zapier_get_profile",
|
|
10785
13151
|
"zapier_list_zaps",
|
|
@@ -10811,15 +13177,15 @@ function zapierIntegration(config = {}) {
|
|
|
10811
13177
|
tools: [...ZAPIER_TOOLS],
|
|
10812
13178
|
oauth,
|
|
10813
13179
|
async onInit(_client) {
|
|
10814
|
-
|
|
13180
|
+
logger181.debug("Zapier integration initialized");
|
|
10815
13181
|
},
|
|
10816
13182
|
async onAfterConnect(_client) {
|
|
10817
|
-
|
|
13183
|
+
logger181.debug("Zapier integration connected");
|
|
10818
13184
|
}
|
|
10819
13185
|
};
|
|
10820
13186
|
}
|
|
10821
13187
|
// src/integrations/zoom.ts
|
|
10822
|
-
var
|
|
13188
|
+
var logger182 = createLogger("Zoom");
|
|
10823
13189
|
var ZOOM_TOOLS = [
|
|
10824
13190
|
"zoom_get_user",
|
|
10825
13191
|
"zoom_list_meetings",
|
|
@@ -10845,10 +13211,10 @@ function zoomIntegration(config = {}) {
|
|
|
10845
13211
|
tools: [...ZOOM_TOOLS],
|
|
10846
13212
|
oauth,
|
|
10847
13213
|
async onInit(_client) {
|
|
10848
|
-
|
|
13214
|
+
logger182.debug("Zoom integration initialized");
|
|
10849
13215
|
},
|
|
10850
13216
|
async onAfterConnect(_client) {
|
|
10851
|
-
|
|
13217
|
+
logger182.debug("Zoom integration connected");
|
|
10852
13218
|
}
|
|
10853
13219
|
};
|
|
10854
13220
|
}
|
|
@@ -10866,7 +13232,7 @@ function validateStepLimit(stepIndex, maxSteps) {
|
|
|
10866
13232
|
return { valid: true };
|
|
10867
13233
|
}
|
|
10868
13234
|
// src/triggers/webhooks.ts
|
|
10869
|
-
var
|
|
13235
|
+
var logger183 = createLogger("Webhooks", "server");
|
|
10870
13236
|
async function signPayload(payload, secret) {
|
|
10871
13237
|
const encoder = new TextEncoder;
|
|
10872
13238
|
const data = encoder.encode(JSON.stringify(payload));
|
|
@@ -10892,7 +13258,7 @@ async function deliverWebhook(webhook, payload, timeoutMs) {
|
|
|
10892
13258
|
signal: controller.signal
|
|
10893
13259
|
});
|
|
10894
13260
|
if (!response.ok) {
|
|
10895
|
-
|
|
13261
|
+
logger183.warn(`Webhook delivery to ${webhook.url} returned ${response.status}`);
|
|
10896
13262
|
}
|
|
10897
13263
|
} finally {
|
|
10898
13264
|
clearTimeout(timeout);
|
|
@@ -10905,7 +13271,7 @@ async function deliverWebhooks(webhooks, payload, timeoutMs) {
|
|
|
10905
13271
|
for (let i = 0;i < results.length; i++) {
|
|
10906
13272
|
const result = results[i];
|
|
10907
13273
|
if (result.status === "rejected") {
|
|
10908
|
-
|
|
13274
|
+
logger183.warn(`Webhook delivery to ${webhooks[i].url} failed:`, result.reason);
|
|
10909
13275
|
}
|
|
10910
13276
|
}
|
|
10911
13277
|
}
|
|
@@ -11053,29 +13419,44 @@ export {
|
|
|
11053
13419
|
xIntegration,
|
|
11054
13420
|
workosIntegration,
|
|
11055
13421
|
workdayIntegration,
|
|
13422
|
+
wordpressIntegration,
|
|
11056
13423
|
wordIntegration,
|
|
11057
13424
|
wixIntegration,
|
|
13425
|
+
withingsIntegration,
|
|
13426
|
+
whoopIntegration,
|
|
11058
13427
|
whatsappIntegration,
|
|
11059
13428
|
webflowIntegration,
|
|
11060
13429
|
vercelIntegration,
|
|
11061
13430
|
validateStepLimit,
|
|
11062
13431
|
upstashIntegration,
|
|
13432
|
+
upsIntegration,
|
|
13433
|
+
universeIntegration,
|
|
13434
|
+
uberIntegration,
|
|
13435
|
+
uberEatsIntegration,
|
|
11063
13436
|
typeformIntegration,
|
|
11064
13437
|
twitchIntegration,
|
|
13438
|
+
tuyaIntegration,
|
|
13439
|
+
truelayerIntegration,
|
|
11065
13440
|
trelloIntegration,
|
|
11066
13441
|
todoistIntegration,
|
|
11067
13442
|
toWebRequest,
|
|
11068
13443
|
toTanStackStartHandler,
|
|
11069
13444
|
tldrawIntegration,
|
|
13445
|
+
tinkIntegration,
|
|
11070
13446
|
tiktokIntegration,
|
|
13447
|
+
tiktokBusinessIntegration,
|
|
11071
13448
|
threadsIntegration,
|
|
13449
|
+
teslaIntegration,
|
|
11072
13450
|
telegramIntegration,
|
|
11073
13451
|
teamsIntegration,
|
|
13452
|
+
tableauIntegration,
|
|
11074
13453
|
supabaseIntegration,
|
|
11075
13454
|
stripeIntegration,
|
|
11076
13455
|
stravaIntegration,
|
|
11077
13456
|
squareIntegration,
|
|
11078
13457
|
spotifyIntegration,
|
|
13458
|
+
sonosIntegration,
|
|
13459
|
+
snowflakeIntegration,
|
|
11079
13460
|
smartthingsIntegration,
|
|
11080
13461
|
smartsheetIntegration,
|
|
11081
13462
|
slackIntegration,
|
|
@@ -11085,6 +13466,8 @@ export {
|
|
|
11085
13466
|
sentryIntegration,
|
|
11086
13467
|
sendCallbackToOpener,
|
|
11087
13468
|
salesforceIntegration,
|
|
13469
|
+
sageIntegration,
|
|
13470
|
+
ringIntegration,
|
|
11088
13471
|
resolveAccessToken,
|
|
11089
13472
|
resendIntegration,
|
|
11090
13473
|
refreshViaMcp,
|
|
@@ -11099,25 +13482,42 @@ export {
|
|
|
11099
13482
|
polarIntegration,
|
|
11100
13483
|
plannerIntegration,
|
|
11101
13484
|
planetscaleIntegration,
|
|
13485
|
+
plaidIntegration,
|
|
11102
13486
|
pipedriveIntegration,
|
|
11103
13487
|
pinterestIntegration,
|
|
13488
|
+
philipsHueIntegration,
|
|
11104
13489
|
phantomIntegration,
|
|
11105
13490
|
paypalIntegration,
|
|
11106
13491
|
parseState,
|
|
11107
13492
|
parseServerError,
|
|
11108
13493
|
paperIntegration,
|
|
13494
|
+
pandadocIntegration,
|
|
11109
13495
|
outlookIntegration,
|
|
13496
|
+
ouraIntegration,
|
|
13497
|
+
oneloginIntegration,
|
|
11110
13498
|
onedriveIntegration,
|
|
11111
13499
|
oktaIntegration,
|
|
11112
13500
|
notionIntegration,
|
|
11113
13501
|
netlifyIntegration,
|
|
13502
|
+
netatmoIntegration,
|
|
11114
13503
|
neonIntegration,
|
|
13504
|
+
moneybirdIntegration,
|
|
11115
13505
|
mondayIntegration,
|
|
11116
13506
|
miroIntegration,
|
|
13507
|
+
mieleIntegration,
|
|
13508
|
+
microsoftGraphEducationIntegration,
|
|
13509
|
+
microsoftEntraIdIntegration,
|
|
13510
|
+
microsoftAdsIntegration,
|
|
13511
|
+
metaAdsIntegration,
|
|
11117
13512
|
mercuryIntegration,
|
|
13513
|
+
meetupIntegration,
|
|
13514
|
+
mapmyfitnessIntegration,
|
|
11118
13515
|
mailchimpIntegration,
|
|
13516
|
+
lookerIntegration,
|
|
11119
13517
|
linkedinIntegration,
|
|
11120
13518
|
linearIntegration,
|
|
13519
|
+
leverIntegration,
|
|
13520
|
+
kickIntegration,
|
|
11121
13521
|
jiraIntegration,
|
|
11122
13522
|
isTokenExpiredError,
|
|
11123
13523
|
isAuthorizationError,
|
|
@@ -11125,11 +13525,16 @@ export {
|
|
|
11125
13525
|
intercomIntegration,
|
|
11126
13526
|
instagramIntegration,
|
|
11127
13527
|
hubspotIntegration,
|
|
13528
|
+
homeConnectIntegration,
|
|
11128
13529
|
gtasksIntegration,
|
|
11129
13530
|
gslidesIntegration,
|
|
11130
13531
|
gsheetsIntegration,
|
|
13532
|
+
greenhouseIntegration,
|
|
11131
13533
|
granolaIntegration,
|
|
13534
|
+
googleHomeIntegration,
|
|
13535
|
+
googleClassroomIntegration,
|
|
11132
13536
|
googleAdsIntegration,
|
|
13537
|
+
gocardlessIntegration,
|
|
11133
13538
|
gmeetIntegration,
|
|
11134
13539
|
gmailIntegration,
|
|
11135
13540
|
gkeepIntegration,
|
|
@@ -11145,19 +13550,31 @@ export {
|
|
|
11145
13550
|
gcontactsIntegration,
|
|
11146
13551
|
gchatIntegration,
|
|
11147
13552
|
gcalIntegration,
|
|
13553
|
+
garminIntegration,
|
|
11148
13554
|
ga4Integration,
|
|
11149
13555
|
fromNodeHeaders,
|
|
11150
13556
|
freshserviceIntegration,
|
|
13557
|
+
freeagentIntegration,
|
|
13558
|
+
foursquareIntegration,
|
|
13559
|
+
fitbitIntegration,
|
|
11151
13560
|
figmaIntegration,
|
|
13561
|
+
fedexIntegration,
|
|
11152
13562
|
facebookIntegration,
|
|
13563
|
+
expediaIntegration,
|
|
11153
13564
|
excelIntegration,
|
|
13565
|
+
exactOnlineIntegration,
|
|
13566
|
+
eventbriteIntegration,
|
|
13567
|
+
etsyIntegration,
|
|
11154
13568
|
etoroIntegration,
|
|
11155
13569
|
encodeRedisCloudBearerToken,
|
|
11156
13570
|
ebayIntegration,
|
|
13571
|
+
dropboxSignIntegration,
|
|
11157
13572
|
dropboxIntegration,
|
|
11158
13573
|
docusignIntegration,
|
|
11159
13574
|
discordIntegration,
|
|
13575
|
+
dhlIntegration,
|
|
11160
13576
|
deliverWebhooks,
|
|
13577
|
+
deezerIntegration,
|
|
11161
13578
|
datadogIntegration,
|
|
11162
13579
|
databricksIntegration,
|
|
11163
13580
|
cursorIntegration,
|
|
@@ -11167,26 +13584,35 @@ export {
|
|
|
11167
13584
|
createNextOAuthHandler,
|
|
11168
13585
|
createMCPClient,
|
|
11169
13586
|
convexIntegration,
|
|
13587
|
+
contentfulIntegration,
|
|
11170
13588
|
confluenceIntegration,
|
|
11171
13589
|
cloudflareIntegration,
|
|
11172
13590
|
client,
|
|
11173
13591
|
clickupIntegration,
|
|
11174
13592
|
clerkIntegration,
|
|
11175
13593
|
clearClientCache,
|
|
13594
|
+
canvasLmsIntegration,
|
|
11176
13595
|
canvaIntegration,
|
|
11177
13596
|
calcomIntegration,
|
|
11178
13597
|
buildPhantomBrowseDeeplink,
|
|
11179
13598
|
boxIntegration,
|
|
11180
13599
|
bitbucketIntegration,
|
|
11181
13600
|
binanceIntegration,
|
|
13601
|
+
bigqueryIntegration,
|
|
13602
|
+
bigcommerceIntegration,
|
|
11182
13603
|
betterstackIntegration,
|
|
13604
|
+
bamboohrIntegration,
|
|
11183
13605
|
awsIntegration,
|
|
11184
13606
|
auth0Integration,
|
|
11185
13607
|
attioIntegration,
|
|
11186
13608
|
astronomerIntegration,
|
|
11187
13609
|
asanaIntegration,
|
|
13610
|
+
amazonIntegration,
|
|
13611
|
+
amazonAdsIntegration,
|
|
13612
|
+
amadeusIntegration,
|
|
11188
13613
|
alpacaIntegration,
|
|
11189
13614
|
airtableIntegration,
|
|
13615
|
+
adobeAcrobatSignIntegration,
|
|
11190
13616
|
WEBHOOK_DELIVERY_TIMEOUT_MS,
|
|
11191
13617
|
TriggerClient,
|
|
11192
13618
|
ToolCallError,
|