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/server.js
CHANGED
|
@@ -92,6 +92,246 @@ function integrationLibraryPresentationFields(integration) {
|
|
|
92
92
|
var INTEGRATION_LIBRARY_METADATA;
|
|
93
93
|
var init_library_metadata = __esm(() => {
|
|
94
94
|
INTEGRATION_LIBRARY_METADATA = {
|
|
95
|
+
oura: {
|
|
96
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
97
|
+
category: "Fitness"
|
|
98
|
+
},
|
|
99
|
+
whoop: {
|
|
100
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
101
|
+
category: "Fitness"
|
|
102
|
+
},
|
|
103
|
+
garmin: {
|
|
104
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
105
|
+
category: "Fitness"
|
|
106
|
+
},
|
|
107
|
+
fitbit: {
|
|
108
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
109
|
+
category: "Fitness"
|
|
110
|
+
},
|
|
111
|
+
withings: {
|
|
112
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
113
|
+
category: "Fitness"
|
|
114
|
+
},
|
|
115
|
+
mapmyfitness: {
|
|
116
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
117
|
+
category: "Fitness"
|
|
118
|
+
},
|
|
119
|
+
miele: {
|
|
120
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
121
|
+
category: "Lifestyle"
|
|
122
|
+
},
|
|
123
|
+
tesla: {
|
|
124
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
125
|
+
category: "Lifestyle"
|
|
126
|
+
},
|
|
127
|
+
tuya: {
|
|
128
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
129
|
+
category: "Lifestyle"
|
|
130
|
+
},
|
|
131
|
+
home_connect: {
|
|
132
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
133
|
+
category: "Lifestyle"
|
|
134
|
+
},
|
|
135
|
+
netatmo: {
|
|
136
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
137
|
+
category: "Lifestyle"
|
|
138
|
+
},
|
|
139
|
+
philips_hue: {
|
|
140
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
141
|
+
category: "Lifestyle"
|
|
142
|
+
},
|
|
143
|
+
google_home: {
|
|
144
|
+
description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
145
|
+
category: "Lifestyle"
|
|
146
|
+
},
|
|
147
|
+
sonos: {
|
|
148
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
149
|
+
category: "Lifestyle"
|
|
150
|
+
},
|
|
151
|
+
ring: {
|
|
152
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
153
|
+
category: "Lifestyle"
|
|
154
|
+
},
|
|
155
|
+
kick: {
|
|
156
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
157
|
+
category: "Entertainment"
|
|
158
|
+
},
|
|
159
|
+
deezer: {
|
|
160
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
161
|
+
category: "Entertainment"
|
|
162
|
+
},
|
|
163
|
+
uber: {
|
|
164
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
165
|
+
category: "Travel"
|
|
166
|
+
},
|
|
167
|
+
amadeus: {
|
|
168
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
169
|
+
category: "Travel"
|
|
170
|
+
},
|
|
171
|
+
expedia: {
|
|
172
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
173
|
+
category: "Travel"
|
|
174
|
+
},
|
|
175
|
+
eventbrite: {
|
|
176
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
177
|
+
category: "Events & Ticketing"
|
|
178
|
+
},
|
|
179
|
+
meetup: {
|
|
180
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
181
|
+
category: "Events & Ticketing"
|
|
182
|
+
},
|
|
183
|
+
universe: {
|
|
184
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
185
|
+
category: "Events & Ticketing"
|
|
186
|
+
},
|
|
187
|
+
etsy: {
|
|
188
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
189
|
+
category: "Commerce"
|
|
190
|
+
},
|
|
191
|
+
amazon: {
|
|
192
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
193
|
+
category: "Commerce"
|
|
194
|
+
},
|
|
195
|
+
bigcommerce: {
|
|
196
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
197
|
+
category: "Commerce"
|
|
198
|
+
},
|
|
199
|
+
foursquare: {
|
|
200
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
201
|
+
category: "Food"
|
|
202
|
+
},
|
|
203
|
+
uber_eats: {
|
|
204
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
205
|
+
category: "Food"
|
|
206
|
+
},
|
|
207
|
+
wordpress: {
|
|
208
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
209
|
+
category: "CMS"
|
|
210
|
+
},
|
|
211
|
+
contentful: {
|
|
212
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
213
|
+
category: "CMS"
|
|
214
|
+
},
|
|
215
|
+
canvas_lms: {
|
|
216
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
217
|
+
category: "Education"
|
|
218
|
+
},
|
|
219
|
+
google_classroom: {
|
|
220
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
221
|
+
category: "Education"
|
|
222
|
+
},
|
|
223
|
+
microsoft_graph_education: {
|
|
224
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
225
|
+
category: "Education"
|
|
226
|
+
},
|
|
227
|
+
lever: {
|
|
228
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
229
|
+
category: "HR & Recruiting"
|
|
230
|
+
},
|
|
231
|
+
greenhouse: {
|
|
232
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
233
|
+
category: "HR & Recruiting"
|
|
234
|
+
},
|
|
235
|
+
bamboohr: {
|
|
236
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
237
|
+
category: "HR & Recruiting"
|
|
238
|
+
},
|
|
239
|
+
snowflake: {
|
|
240
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
241
|
+
category: "Data & BI"
|
|
242
|
+
},
|
|
243
|
+
bigquery: {
|
|
244
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
245
|
+
category: "Data & BI"
|
|
246
|
+
},
|
|
247
|
+
looker: {
|
|
248
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
249
|
+
category: "Data & BI"
|
|
250
|
+
},
|
|
251
|
+
tableau: {
|
|
252
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
253
|
+
category: "Data & BI"
|
|
254
|
+
},
|
|
255
|
+
dropbox_sign: {
|
|
256
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
257
|
+
category: "Legal"
|
|
258
|
+
},
|
|
259
|
+
adobe_acrobat_sign: {
|
|
260
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
261
|
+
category: "Legal"
|
|
262
|
+
},
|
|
263
|
+
pandadoc: {
|
|
264
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
265
|
+
category: "Legal"
|
|
266
|
+
},
|
|
267
|
+
meta_ads: {
|
|
268
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
269
|
+
category: "Marketing"
|
|
270
|
+
},
|
|
271
|
+
microsoft_ads: {
|
|
272
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
273
|
+
category: "Marketing"
|
|
274
|
+
},
|
|
275
|
+
tiktok_business: {
|
|
276
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
277
|
+
category: "Marketing"
|
|
278
|
+
},
|
|
279
|
+
amazon_ads: {
|
|
280
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
281
|
+
category: "Marketing"
|
|
282
|
+
},
|
|
283
|
+
moneybird: {
|
|
284
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
285
|
+
category: "Accounting"
|
|
286
|
+
},
|
|
287
|
+
exact_online: {
|
|
288
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
289
|
+
category: "Accounting"
|
|
290
|
+
},
|
|
291
|
+
sage: {
|
|
292
|
+
description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
|
|
293
|
+
category: "Accounting"
|
|
294
|
+
},
|
|
295
|
+
freeagent: {
|
|
296
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
297
|
+
category: "Accounting"
|
|
298
|
+
},
|
|
299
|
+
onelogin: {
|
|
300
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
301
|
+
category: "Identity & Access"
|
|
302
|
+
},
|
|
303
|
+
microsoft_entra_id: {
|
|
304
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
305
|
+
category: "Identity & Access"
|
|
306
|
+
},
|
|
307
|
+
dhl: {
|
|
308
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
309
|
+
category: "Shipping & Logistics"
|
|
310
|
+
},
|
|
311
|
+
ups: {
|
|
312
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
313
|
+
category: "Shipping & Logistics"
|
|
314
|
+
},
|
|
315
|
+
fedex: {
|
|
316
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
317
|
+
category: "Shipping & Logistics"
|
|
318
|
+
},
|
|
319
|
+
plaid: {
|
|
320
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
321
|
+
category: "Banking"
|
|
322
|
+
},
|
|
323
|
+
truelayer: {
|
|
324
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
325
|
+
category: "Banking"
|
|
326
|
+
},
|
|
327
|
+
tink: {
|
|
328
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
329
|
+
category: "Banking"
|
|
330
|
+
},
|
|
331
|
+
gocardless: {
|
|
332
|
+
description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
333
|
+
category: "Banking"
|
|
334
|
+
},
|
|
95
335
|
google_ads: {
|
|
96
336
|
description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
|
|
97
337
|
category: "Marketing"
|
|
@@ -110,7 +350,7 @@ var init_library_metadata = __esm(() => {
|
|
|
110
350
|
},
|
|
111
351
|
ebay: {
|
|
112
352
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
113
|
-
category: "
|
|
353
|
+
category: "Commerce"
|
|
114
354
|
},
|
|
115
355
|
miro: {
|
|
116
356
|
description: "Manage Miro boards, board items, comments, members, and collaborators",
|
|
@@ -122,7 +362,7 @@ var init_library_metadata = __esm(() => {
|
|
|
122
362
|
},
|
|
123
363
|
docusign: {
|
|
124
364
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
125
|
-
category: "
|
|
365
|
+
category: "Legal"
|
|
126
366
|
},
|
|
127
367
|
pipedrive: {
|
|
128
368
|
description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
|
|
@@ -146,7 +386,7 @@ var init_library_metadata = __esm(() => {
|
|
|
146
386
|
},
|
|
147
387
|
zoho_books: {
|
|
148
388
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
149
|
-
category: "
|
|
389
|
+
category: "Accounting"
|
|
150
390
|
},
|
|
151
391
|
zoho_projects: {
|
|
152
392
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
@@ -162,7 +402,7 @@ var init_library_metadata = __esm(() => {
|
|
|
162
402
|
},
|
|
163
403
|
zoho_invoice: {
|
|
164
404
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
165
|
-
category: "
|
|
405
|
+
category: "Accounting"
|
|
166
406
|
},
|
|
167
407
|
airtable: {
|
|
168
408
|
description: "Manage Airtable bases, tables, and records",
|
|
@@ -266,7 +506,7 @@ var init_library_metadata = __esm(() => {
|
|
|
266
506
|
},
|
|
267
507
|
okta: {
|
|
268
508
|
description: "Manage Okta users, groups, applications, policies, and system logs",
|
|
269
|
-
category: "
|
|
509
|
+
category: "Identity & Access"
|
|
270
510
|
},
|
|
271
511
|
onedrive: {
|
|
272
512
|
description: "Manage OneDrive files, folders, and sharing",
|
|
@@ -306,7 +546,7 @@ var init_library_metadata = __esm(() => {
|
|
|
306
546
|
},
|
|
307
547
|
quickbooks: {
|
|
308
548
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
309
|
-
category: "
|
|
549
|
+
category: "Accounting"
|
|
310
550
|
},
|
|
311
551
|
resend: {
|
|
312
552
|
description: "Send email and manage domains with the Resend API",
|
|
@@ -314,7 +554,7 @@ var init_library_metadata = __esm(() => {
|
|
|
314
554
|
},
|
|
315
555
|
mailchimp: {
|
|
316
556
|
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
317
|
-
category: "
|
|
557
|
+
category: "Marketing"
|
|
318
558
|
},
|
|
319
559
|
railway: {
|
|
320
560
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
@@ -358,7 +598,7 @@ var init_library_metadata = __esm(() => {
|
|
|
358
598
|
},
|
|
359
599
|
strava: {
|
|
360
600
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
361
|
-
category: "
|
|
601
|
+
category: "Fitness"
|
|
362
602
|
},
|
|
363
603
|
square: {
|
|
364
604
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -474,7 +714,7 @@ var init_library_metadata = __esm(() => {
|
|
|
474
714
|
},
|
|
475
715
|
auth0: {
|
|
476
716
|
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
477
|
-
category: "
|
|
717
|
+
category: "Identity & Access"
|
|
478
718
|
},
|
|
479
719
|
betterstack: {
|
|
480
720
|
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
@@ -538,7 +778,7 @@ var init_library_metadata = __esm(() => {
|
|
|
538
778
|
},
|
|
539
779
|
shopify: {
|
|
540
780
|
description: "Manage Shopify products, orders, customers, and inventory",
|
|
541
|
-
category: "
|
|
781
|
+
category: "Commerce"
|
|
542
782
|
},
|
|
543
783
|
teams: {
|
|
544
784
|
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
@@ -574,7 +814,7 @@ var init_library_metadata = __esm(() => {
|
|
|
574
814
|
},
|
|
575
815
|
xero: {
|
|
576
816
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
577
|
-
category: "
|
|
817
|
+
category: "Accounting"
|
|
578
818
|
},
|
|
579
819
|
zapier: {
|
|
580
820
|
description: "Trigger and manage Zapier automation workflows",
|
|
@@ -2747,7 +2987,7 @@ async function deliverWebhook(webhook, payload, timeoutMs) {
|
|
|
2747
2987
|
signal: controller.signal
|
|
2748
2988
|
});
|
|
2749
2989
|
if (!response.ok) {
|
|
2750
|
-
|
|
2990
|
+
logger182.warn(`Webhook delivery to ${webhook.url} returned ${response.status}`);
|
|
2751
2991
|
}
|
|
2752
2992
|
} finally {
|
|
2753
2993
|
clearTimeout(timeout);
|
|
@@ -2760,14 +3000,14 @@ async function deliverWebhooks(webhooks, payload, timeoutMs) {
|
|
|
2760
3000
|
for (let i = 0;i < results.length; i++) {
|
|
2761
3001
|
const result = results[i];
|
|
2762
3002
|
if (result.status === "rejected") {
|
|
2763
|
-
|
|
3003
|
+
logger182.warn(`Webhook delivery to ${webhooks[i].url} failed:`, result.reason);
|
|
2764
3004
|
}
|
|
2765
3005
|
}
|
|
2766
3006
|
}
|
|
2767
|
-
var
|
|
3007
|
+
var logger182;
|
|
2768
3008
|
var init_webhooks = __esm(() => {
|
|
2769
3009
|
init_logger();
|
|
2770
|
-
|
|
3010
|
+
logger182 = createLogger("Webhooks", "server");
|
|
2771
3011
|
});
|
|
2772
3012
|
|
|
2773
3013
|
// src/triggers/types.ts
|
|
@@ -2787,13 +3027,13 @@ async function executeTrigger(trigger, config, context) {
|
|
|
2787
3027
|
while (stepIndex < MAX_TRIGGER_STEPS) {
|
|
2788
3028
|
const stepValidation = validateStepLimit(stepIndex, MAX_TRIGGER_STEPS);
|
|
2789
3029
|
if (!stepValidation.valid) {
|
|
2790
|
-
|
|
3030
|
+
logger183.error(`[Trigger ${trigger.id}] ${stepValidation.error}`);
|
|
2791
3031
|
break;
|
|
2792
3032
|
}
|
|
2793
3033
|
const providerToken = await config.getProviderToken(currentProvider, undefined, context);
|
|
2794
3034
|
if (!providerToken) {
|
|
2795
3035
|
const error = `No OAuth token available for provider '${currentProvider}'`;
|
|
2796
|
-
|
|
3036
|
+
logger183.error(`[Trigger ${trigger.id}] ${error}`);
|
|
2797
3037
|
steps.push({
|
|
2798
3038
|
stepIndex,
|
|
2799
3039
|
toolName: currentToolName,
|
|
@@ -2819,7 +3059,7 @@ async function executeTrigger(trigger, config, context) {
|
|
|
2819
3059
|
} catch (err) {
|
|
2820
3060
|
stepSuccess = false;
|
|
2821
3061
|
stepError = err.message || "Tool execution failed";
|
|
2822
|
-
|
|
3062
|
+
logger183.error(`[Trigger ${trigger.id}] Step ${stepIndex} failed:`, err);
|
|
2823
3063
|
}
|
|
2824
3064
|
if (stepSuccess && toolResult) {
|
|
2825
3065
|
if (toolResult.isError === true) {
|
|
@@ -2912,7 +3152,7 @@ async function executeTrigger(trigger, config, context) {
|
|
|
2912
3152
|
return { success: steps.every((s) => s.success), steps, error: stepError };
|
|
2913
3153
|
}
|
|
2914
3154
|
const limitError = `Trigger execution exceeded maximum of ${MAX_TRIGGER_STEPS} steps`;
|
|
2915
|
-
|
|
3155
|
+
logger183.error(`[Trigger ${trigger.id}] ${limitError}`);
|
|
2916
3156
|
await config.triggers.update(trigger.id, {
|
|
2917
3157
|
lastRunAt: new Date().toISOString(),
|
|
2918
3158
|
runCount: (trigger.runCount || 0) + 1,
|
|
@@ -2921,12 +3161,12 @@ async function executeTrigger(trigger, config, context) {
|
|
|
2921
3161
|
}, context);
|
|
2922
3162
|
return { success: false, steps, error: limitError };
|
|
2923
3163
|
}
|
|
2924
|
-
var
|
|
3164
|
+
var logger183;
|
|
2925
3165
|
var init_executor2 = __esm(() => {
|
|
2926
3166
|
init_logger();
|
|
2927
3167
|
init_utils();
|
|
2928
3168
|
init_webhooks();
|
|
2929
|
-
|
|
3169
|
+
logger183 = createLogger("TriggerExecutor", "server");
|
|
2930
3170
|
});
|
|
2931
3171
|
|
|
2932
3172
|
// src/protocol/jsonrpc.ts
|
|
@@ -6342,7 +6582,7 @@ function stravaIntegration(config = {}) {
|
|
|
6342
6582
|
name: "Strava",
|
|
6343
6583
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/strava.png",
|
|
6344
6584
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
6345
|
-
category: "
|
|
6585
|
+
category: "Fitness",
|
|
6346
6586
|
tools: [...STRAVA_TOOLS],
|
|
6347
6587
|
authType: "oauth",
|
|
6348
6588
|
oauth,
|
|
@@ -6511,7 +6751,7 @@ function oktaIntegration(config = {}) {
|
|
|
6511
6751
|
name: "Okta",
|
|
6512
6752
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/okta.png",
|
|
6513
6753
|
description: "Manage Okta users, groups, apps, authorization servers, policies, and system logs",
|
|
6514
|
-
category: "
|
|
6754
|
+
category: "Identity & Access",
|
|
6515
6755
|
tools: [...OKTA_TOOLS],
|
|
6516
6756
|
authType: accessToken ? "apiKey" : "oauth",
|
|
6517
6757
|
oauth,
|
|
@@ -6564,7 +6804,7 @@ function quickbooksIntegration(config = {}) {
|
|
|
6564
6804
|
name: "QuickBooks Online",
|
|
6565
6805
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/quickbooks.png",
|
|
6566
6806
|
description: "Manage QuickBooks Online company data, customers, vendors, items, accounts, invoices, bills, payments, reports, and queries",
|
|
6567
|
-
category: "
|
|
6807
|
+
category: "Accounting",
|
|
6568
6808
|
tools: [...QUICKBOOKS_TOOLS],
|
|
6569
6809
|
authType: "oauth",
|
|
6570
6810
|
oauth,
|
|
@@ -6889,7 +7129,7 @@ function ebayIntegration(config = {}) {
|
|
|
6889
7129
|
name: "eBay",
|
|
6890
7130
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ebay.png",
|
|
6891
7131
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
6892
|
-
category: "
|
|
7132
|
+
category: "Commerce",
|
|
6893
7133
|
tools: [...EBAY_TOOLS],
|
|
6894
7134
|
authType: "oauth",
|
|
6895
7135
|
oauth,
|
|
@@ -7008,7 +7248,7 @@ function docusignIntegration(config = {}) {
|
|
|
7008
7248
|
name: "DocuSign",
|
|
7009
7249
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/docusign.png",
|
|
7010
7250
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
7011
|
-
category: "
|
|
7251
|
+
category: "Legal",
|
|
7012
7252
|
tools: [...DOCUSIGN_TOOLS],
|
|
7013
7253
|
authType: "oauth",
|
|
7014
7254
|
oauth,
|
|
@@ -7184,7 +7424,7 @@ function zohoMailIntegration(config = {}) {
|
|
|
7184
7424
|
name: "Zoho Mail",
|
|
7185
7425
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_mail.png",
|
|
7186
7426
|
description: "Manage Zoho Mail accounts, folders, messages, labels, search, and sending",
|
|
7187
|
-
category: "
|
|
7427
|
+
category: "Communication",
|
|
7188
7428
|
tools: [...ZOHO_MAIL_TOOLS],
|
|
7189
7429
|
authType: "oauth",
|
|
7190
7430
|
oauth,
|
|
@@ -7270,7 +7510,7 @@ function zohoBooksIntegration(config = {}) {
|
|
|
7270
7510
|
name: "Zoho Books",
|
|
7271
7511
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_books.png",
|
|
7272
7512
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
7273
|
-
category: "
|
|
7513
|
+
category: "Accounting",
|
|
7274
7514
|
tools: [...ZOHO_BOOKS_TOOLS],
|
|
7275
7515
|
authType: "oauth",
|
|
7276
7516
|
oauth,
|
|
@@ -7316,7 +7556,7 @@ function zohoProjectsIntegration(config = {}) {
|
|
|
7316
7556
|
name: "Zoho Projects",
|
|
7317
7557
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_projects.png",
|
|
7318
7558
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
7319
|
-
category: "
|
|
7559
|
+
category: "Productivity",
|
|
7320
7560
|
tools: [...ZOHO_PROJECTS_TOOLS],
|
|
7321
7561
|
authType: "oauth",
|
|
7322
7562
|
oauth,
|
|
@@ -7358,7 +7598,7 @@ function zohoCampaignsIntegration(config = {}) {
|
|
|
7358
7598
|
name: "Zoho Campaigns",
|
|
7359
7599
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_campaigns.png",
|
|
7360
7600
|
description: "Manage Zoho Campaigns lists, contacts, campaigns, reports, and sends",
|
|
7361
|
-
category: "
|
|
7601
|
+
category: "Marketing",
|
|
7362
7602
|
tools: [...ZOHO_CAMPAIGNS_TOOLS],
|
|
7363
7603
|
authType: "oauth",
|
|
7364
7604
|
oauth,
|
|
@@ -7398,7 +7638,7 @@ function zohoAnalyticsIntegration(config = {}) {
|
|
|
7398
7638
|
name: "Zoho Analytics",
|
|
7399
7639
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_analytics.png",
|
|
7400
7640
|
description: "Manage Zoho Analytics workspaces, views, imports, exports, and query APIs",
|
|
7401
|
-
category: "
|
|
7641
|
+
category: "Analytics",
|
|
7402
7642
|
tools: [...ZOHO_ANALYTICS_TOOLS],
|
|
7403
7643
|
authType: "oauth",
|
|
7404
7644
|
oauth,
|
|
@@ -7440,7 +7680,7 @@ function zohoInvoiceIntegration(config = {}) {
|
|
|
7440
7680
|
name: "Zoho Invoice",
|
|
7441
7681
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/zoho_invoice.png",
|
|
7442
7682
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
7443
|
-
category: "
|
|
7683
|
+
category: "Accounting",
|
|
7444
7684
|
tools: [...ZOHO_INVOICE_TOOLS],
|
|
7445
7685
|
authType: "oauth",
|
|
7446
7686
|
oauth,
|
|
@@ -7459,151 +7699,2323 @@ function zohoInvoiceIntegration(config = {}) {
|
|
|
7459
7699
|
}
|
|
7460
7700
|
};
|
|
7461
7701
|
}
|
|
7462
|
-
// src/integrations/
|
|
7702
|
+
// src/integrations/oura.ts
|
|
7463
7703
|
init_logger();
|
|
7464
|
-
var logger44 = createLogger("
|
|
7465
|
-
var
|
|
7466
|
-
"
|
|
7467
|
-
"
|
|
7468
|
-
"
|
|
7469
|
-
"
|
|
7470
|
-
"
|
|
7471
|
-
"
|
|
7472
|
-
"
|
|
7473
|
-
"linear_add_comment",
|
|
7474
|
-
"linear_list_users",
|
|
7475
|
-
"linear_get_user",
|
|
7476
|
-
"linear_list_teams",
|
|
7477
|
-
"linear_list_workflow_states",
|
|
7478
|
-
"linear_create_workflow_state",
|
|
7479
|
-
"linear_list_projects",
|
|
7480
|
-
"linear_get_project",
|
|
7481
|
-
"linear_create_project",
|
|
7482
|
-
"linear_update_project",
|
|
7483
|
-
"linear_list_cycles",
|
|
7484
|
-
"linear_get_cycle",
|
|
7485
|
-
"linear_create_cycle",
|
|
7486
|
-
"linear_update_cycle",
|
|
7487
|
-
"linear_list_labels",
|
|
7488
|
-
"linear_create_issue_relation",
|
|
7489
|
-
"linear_delete_issue_relation",
|
|
7490
|
-
"linear_list_documents",
|
|
7491
|
-
"linear_get_document",
|
|
7492
|
-
"linear_create_document",
|
|
7493
|
-
"linear_update_document",
|
|
7494
|
-
"linear_list_initiatives",
|
|
7495
|
-
"linear_get_initiative",
|
|
7496
|
-
"linear_create_initiative",
|
|
7497
|
-
"linear_create_attachment",
|
|
7498
|
-
"linear_create_project_update"
|
|
7704
|
+
var logger44 = createLogger("Oura");
|
|
7705
|
+
var OURA_SCOPES = [
|
|
7706
|
+
"email",
|
|
7707
|
+
"personal",
|
|
7708
|
+
"daily",
|
|
7709
|
+
"heartrate",
|
|
7710
|
+
"workout",
|
|
7711
|
+
"session",
|
|
7712
|
+
"tag"
|
|
7499
7713
|
];
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
|
|
7714
|
+
var OURA_TOOLS = [
|
|
7715
|
+
"oura_get_personal_info",
|
|
7716
|
+
"oura_list_daily_activity",
|
|
7717
|
+
"oura_list_sleep",
|
|
7718
|
+
"oura_list_workouts",
|
|
7719
|
+
"oura_list_sessions",
|
|
7720
|
+
"oura_list_tags"
|
|
7721
|
+
];
|
|
7722
|
+
function ouraIntegration(config = {}) {
|
|
7723
|
+
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 };
|
|
7724
|
+
return {
|
|
7725
|
+
id: "oura",
|
|
7726
|
+
name: "Oura",
|
|
7727
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/oura.png",
|
|
7728
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
7729
|
+
category: "Fitness",
|
|
7730
|
+
tools: [...OURA_TOOLS],
|
|
7731
|
+
authType: "oauth",
|
|
7732
|
+
oauth,
|
|
7733
|
+
async onInit() {
|
|
7734
|
+
logger44.debug("Oura integration initialized");
|
|
7735
|
+
},
|
|
7736
|
+
async onAfterConnect() {
|
|
7737
|
+
logger44.debug("Oura integration connected");
|
|
7510
7738
|
}
|
|
7511
7739
|
};
|
|
7740
|
+
}
|
|
7741
|
+
// src/integrations/whoop.ts
|
|
7742
|
+
init_logger();
|
|
7743
|
+
var logger45 = createLogger("WHOOP");
|
|
7744
|
+
var WHOOP_SCOPES = [
|
|
7745
|
+
"read:profile",
|
|
7746
|
+
"read:cycles",
|
|
7747
|
+
"read:recovery",
|
|
7748
|
+
"read:sleep",
|
|
7749
|
+
"read:workout",
|
|
7750
|
+
"read:body_measurement"
|
|
7751
|
+
];
|
|
7752
|
+
var WHOOP_TOOLS = [
|
|
7753
|
+
"whoop_get_profile",
|
|
7754
|
+
"whoop_get_body_measurement",
|
|
7755
|
+
"whoop_list_cycles",
|
|
7756
|
+
"whoop_list_recovery",
|
|
7757
|
+
"whoop_list_sleep",
|
|
7758
|
+
"whoop_list_workouts"
|
|
7759
|
+
];
|
|
7760
|
+
function whoopIntegration(config = {}) {
|
|
7761
|
+
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 };
|
|
7512
7762
|
return {
|
|
7513
|
-
id: "
|
|
7514
|
-
name: "
|
|
7515
|
-
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/
|
|
7516
|
-
|
|
7763
|
+
id: "whoop",
|
|
7764
|
+
name: "WHOOP",
|
|
7765
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/whoop.png",
|
|
7766
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
7767
|
+
category: "Fitness",
|
|
7768
|
+
tools: [...WHOOP_TOOLS],
|
|
7769
|
+
authType: "oauth",
|
|
7517
7770
|
oauth,
|
|
7518
|
-
async onInit(
|
|
7519
|
-
|
|
7771
|
+
async onInit() {
|
|
7772
|
+
logger45.debug("WHOOP integration initialized");
|
|
7520
7773
|
},
|
|
7521
|
-
async onAfterConnect(
|
|
7522
|
-
|
|
7774
|
+
async onAfterConnect() {
|
|
7775
|
+
logger45.debug("WHOOP integration connected");
|
|
7523
7776
|
}
|
|
7524
7777
|
};
|
|
7525
7778
|
}
|
|
7526
|
-
// src/integrations/
|
|
7779
|
+
// src/integrations/garmin.ts
|
|
7527
7780
|
init_logger();
|
|
7528
|
-
var
|
|
7529
|
-
var
|
|
7530
|
-
"
|
|
7781
|
+
var logger46 = createLogger("Garmin");
|
|
7782
|
+
var GARMIN_SCOPES = [
|
|
7783
|
+
"activities",
|
|
7784
|
+
"heartrate",
|
|
7785
|
+
"sleep",
|
|
7786
|
+
"stress",
|
|
7787
|
+
"body_composition",
|
|
7788
|
+
"user_metrics"
|
|
7789
|
+
];
|
|
7790
|
+
var GARMIN_TOOLS = [
|
|
7791
|
+
"garmin_list_activities",
|
|
7792
|
+
"garmin_list_daily_summaries",
|
|
7793
|
+
"garmin_list_sleep",
|
|
7794
|
+
"garmin_list_heart_rates",
|
|
7795
|
+
"garmin_list_body_composition"
|
|
7796
|
+
];
|
|
7797
|
+
function garminIntegration(config = {}) {
|
|
7798
|
+
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 };
|
|
7799
|
+
return {
|
|
7800
|
+
id: "garmin",
|
|
7801
|
+
name: "Garmin",
|
|
7802
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/garmin.png",
|
|
7803
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
7804
|
+
category: "Fitness",
|
|
7805
|
+
tools: [...GARMIN_TOOLS],
|
|
7806
|
+
authType: "oauth",
|
|
7807
|
+
oauth,
|
|
7808
|
+
async onInit() {
|
|
7809
|
+
logger46.debug("Garmin integration initialized");
|
|
7810
|
+
},
|
|
7811
|
+
async onAfterConnect() {
|
|
7812
|
+
logger46.debug("Garmin integration connected");
|
|
7813
|
+
}
|
|
7814
|
+
};
|
|
7815
|
+
}
|
|
7816
|
+
// src/integrations/fitbit.ts
|
|
7817
|
+
init_logger();
|
|
7818
|
+
var logger47 = createLogger("Fitbit");
|
|
7819
|
+
var FITBIT_SCOPES = [
|
|
7820
|
+
"activity",
|
|
7821
|
+
"heartrate",
|
|
7822
|
+
"location",
|
|
7823
|
+
"nutrition",
|
|
7531
7824
|
"profile",
|
|
7532
|
-
"
|
|
7533
|
-
"
|
|
7534
|
-
"
|
|
7825
|
+
"settings",
|
|
7826
|
+
"sleep",
|
|
7827
|
+
"social",
|
|
7828
|
+
"weight"
|
|
7535
7829
|
];
|
|
7536
|
-
var
|
|
7537
|
-
"
|
|
7538
|
-
"
|
|
7539
|
-
"
|
|
7540
|
-
"
|
|
7541
|
-
"
|
|
7542
|
-
"
|
|
7543
|
-
"railway_update_project",
|
|
7544
|
-
"railway_delete_project",
|
|
7545
|
-
"railway_transfer_project",
|
|
7546
|
-
"railway_list_project_members",
|
|
7547
|
-
"railway_list_environments",
|
|
7548
|
-
"railway_get_environment",
|
|
7549
|
-
"railway_create_environment",
|
|
7550
|
-
"railway_rename_environment",
|
|
7551
|
-
"railway_delete_environment",
|
|
7552
|
-
"railway_get_environment_logs",
|
|
7553
|
-
"railway_get_environment_staged_changes",
|
|
7554
|
-
"railway_commit_environment_staged_changes",
|
|
7555
|
-
"railway_get_service",
|
|
7556
|
-
"railway_get_service_instance",
|
|
7557
|
-
"railway_create_service",
|
|
7558
|
-
"railway_update_service",
|
|
7559
|
-
"railway_update_service_instance",
|
|
7560
|
-
"railway_connect_service",
|
|
7561
|
-
"railway_disconnect_service",
|
|
7562
|
-
"railway_deploy_service",
|
|
7563
|
-
"railway_redeploy_service",
|
|
7564
|
-
"railway_get_service_limits",
|
|
7565
|
-
"railway_delete_service",
|
|
7566
|
-
"railway_list_deployments",
|
|
7567
|
-
"railway_get_deployment",
|
|
7568
|
-
"railway_get_latest_active_deployment",
|
|
7569
|
-
"railway_get_deployment_build_logs",
|
|
7570
|
-
"railway_get_deployment_runtime_logs",
|
|
7571
|
-
"railway_get_deployment_http_logs",
|
|
7572
|
-
"railway_redeploy_deployment",
|
|
7573
|
-
"railway_restart_deployment",
|
|
7574
|
-
"railway_rollback_deployment",
|
|
7575
|
-
"railway_stop_deployment",
|
|
7576
|
-
"railway_cancel_deployment",
|
|
7577
|
-
"railway_remove_deployment",
|
|
7578
|
-
"railway_get_variables",
|
|
7579
|
-
"railway_get_unrendered_variables",
|
|
7580
|
-
"railway_upsert_variable",
|
|
7581
|
-
"railway_upsert_variables",
|
|
7582
|
-
"railway_delete_variable",
|
|
7583
|
-
"railway_get_rendered_variables",
|
|
7584
|
-
"railway_list_domains",
|
|
7585
|
-
"railway_create_service_domain",
|
|
7586
|
-
"railway_delete_service_domain",
|
|
7587
|
-
"railway_check_custom_domain_availability",
|
|
7588
|
-
"railway_create_custom_domain",
|
|
7589
|
-
"railway_get_custom_domain_status",
|
|
7590
|
-
"railway_update_custom_domain",
|
|
7591
|
-
"railway_delete_custom_domain",
|
|
7592
|
-
"railway_list_project_volumes",
|
|
7593
|
-
"railway_get_volume_instance",
|
|
7594
|
-
"railway_create_volume",
|
|
7595
|
-
"railway_update_volume",
|
|
7596
|
-
"railway_update_volume_instance",
|
|
7597
|
-
"railway_delete_volume",
|
|
7598
|
-
"railway_list_volume_backups",
|
|
7599
|
-
"railway_create_volume_backup",
|
|
7600
|
-
"railway_restore_volume_backup",
|
|
7601
|
-
"railway_lock_volume_backup",
|
|
7602
|
-
"railway_delete_volume_backup",
|
|
7603
|
-
"railway_list_volume_backup_schedules",
|
|
7604
|
-
"railway_list_tcp_proxies"
|
|
7830
|
+
var FITBIT_TOOLS = [
|
|
7831
|
+
"fitbit_get_profile",
|
|
7832
|
+
"fitbit_list_activities",
|
|
7833
|
+
"fitbit_list_sleep",
|
|
7834
|
+
"fitbit_list_heart_rate",
|
|
7835
|
+
"fitbit_list_weight",
|
|
7836
|
+
"fitbit_log_activity"
|
|
7605
7837
|
];
|
|
7606
|
-
function
|
|
7838
|
+
function fitbitIntegration(config = {}) {
|
|
7839
|
+
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 };
|
|
7840
|
+
return {
|
|
7841
|
+
id: "fitbit",
|
|
7842
|
+
name: "Fitbit",
|
|
7843
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/fitbit.png",
|
|
7844
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
7845
|
+
category: "Fitness",
|
|
7846
|
+
tools: [...FITBIT_TOOLS],
|
|
7847
|
+
authType: "oauth",
|
|
7848
|
+
oauth,
|
|
7849
|
+
async onInit() {
|
|
7850
|
+
logger47.debug("Fitbit integration initialized");
|
|
7851
|
+
},
|
|
7852
|
+
async onAfterConnect() {
|
|
7853
|
+
logger47.debug("Fitbit integration connected");
|
|
7854
|
+
}
|
|
7855
|
+
};
|
|
7856
|
+
}
|
|
7857
|
+
// src/integrations/withings.ts
|
|
7858
|
+
init_logger();
|
|
7859
|
+
var logger48 = createLogger("Withings");
|
|
7860
|
+
var WITHINGS_SCOPES = [
|
|
7861
|
+
"user.info",
|
|
7862
|
+
"user.metrics",
|
|
7863
|
+
"user.activity"
|
|
7864
|
+
];
|
|
7865
|
+
var WITHINGS_TOOLS = [
|
|
7866
|
+
"withings_get_measurements",
|
|
7867
|
+
"withings_get_activity",
|
|
7868
|
+
"withings_get_sleep",
|
|
7869
|
+
"withings_get_workouts",
|
|
7870
|
+
"withings_get_user"
|
|
7871
|
+
];
|
|
7872
|
+
function withingsIntegration(config = {}) {
|
|
7873
|
+
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 };
|
|
7874
|
+
return {
|
|
7875
|
+
id: "withings",
|
|
7876
|
+
name: "Withings",
|
|
7877
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/withings.png",
|
|
7878
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
7879
|
+
category: "Fitness",
|
|
7880
|
+
tools: [...WITHINGS_TOOLS],
|
|
7881
|
+
authType: "oauth",
|
|
7882
|
+
oauth,
|
|
7883
|
+
async onInit() {
|
|
7884
|
+
logger48.debug("Withings integration initialized");
|
|
7885
|
+
},
|
|
7886
|
+
async onAfterConnect() {
|
|
7887
|
+
logger48.debug("Withings integration connected");
|
|
7888
|
+
}
|
|
7889
|
+
};
|
|
7890
|
+
}
|
|
7891
|
+
// src/integrations/mapmyfitness.ts
|
|
7892
|
+
init_logger();
|
|
7893
|
+
var logger49 = createLogger("MapMyFitness");
|
|
7894
|
+
var MAPMYFITNESS_SCOPES = [
|
|
7895
|
+
"read",
|
|
7896
|
+
"write"
|
|
7897
|
+
];
|
|
7898
|
+
var MAPMYFITNESS_TOOLS = [
|
|
7899
|
+
"mapmyfitness_get_user",
|
|
7900
|
+
"mapmyfitness_list_workouts",
|
|
7901
|
+
"mapmyfitness_get_workout",
|
|
7902
|
+
"mapmyfitness_create_workout",
|
|
7903
|
+
"mapmyfitness_list_routes"
|
|
7904
|
+
];
|
|
7905
|
+
function mapmyfitnessIntegration(config = {}) {
|
|
7906
|
+
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 };
|
|
7907
|
+
return {
|
|
7908
|
+
id: "mapmyfitness",
|
|
7909
|
+
name: "MapMyFitness",
|
|
7910
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mapmyfitness.png",
|
|
7911
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
7912
|
+
category: "Fitness",
|
|
7913
|
+
tools: [...MAPMYFITNESS_TOOLS],
|
|
7914
|
+
authType: "oauth",
|
|
7915
|
+
oauth,
|
|
7916
|
+
async onInit() {
|
|
7917
|
+
logger49.debug("MapMyFitness integration initialized");
|
|
7918
|
+
},
|
|
7919
|
+
async onAfterConnect() {
|
|
7920
|
+
logger49.debug("MapMyFitness integration connected");
|
|
7921
|
+
}
|
|
7922
|
+
};
|
|
7923
|
+
}
|
|
7924
|
+
// src/integrations/miele.ts
|
|
7925
|
+
init_logger();
|
|
7926
|
+
var logger50 = createLogger("Miele");
|
|
7927
|
+
var MIELE_SCOPES = [
|
|
7928
|
+
"openid",
|
|
7929
|
+
"offline_access",
|
|
7930
|
+
"read",
|
|
7931
|
+
"write"
|
|
7932
|
+
];
|
|
7933
|
+
var MIELE_TOOLS = [
|
|
7934
|
+
"miele_list_devices",
|
|
7935
|
+
"miele_get_device",
|
|
7936
|
+
"miele_get_actions",
|
|
7937
|
+
"miele_execute_action",
|
|
7938
|
+
"miele_get_programs"
|
|
7939
|
+
];
|
|
7940
|
+
function mieleIntegration(config = {}) {
|
|
7941
|
+
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 };
|
|
7942
|
+
return {
|
|
7943
|
+
id: "miele",
|
|
7944
|
+
name: "Miele",
|
|
7945
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/miele.png",
|
|
7946
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
7947
|
+
category: "Lifestyle",
|
|
7948
|
+
tools: [...MIELE_TOOLS],
|
|
7949
|
+
authType: "oauth",
|
|
7950
|
+
oauth,
|
|
7951
|
+
async onInit() {
|
|
7952
|
+
logger50.debug("Miele integration initialized");
|
|
7953
|
+
},
|
|
7954
|
+
async onAfterConnect() {
|
|
7955
|
+
logger50.debug("Miele integration connected");
|
|
7956
|
+
}
|
|
7957
|
+
};
|
|
7958
|
+
}
|
|
7959
|
+
// src/integrations/tesla.ts
|
|
7960
|
+
init_logger();
|
|
7961
|
+
var logger51 = createLogger("Tesla");
|
|
7962
|
+
var TESLA_SCOPES = [
|
|
7963
|
+
"openid",
|
|
7964
|
+
"offline_access",
|
|
7965
|
+
"vehicle_device_data",
|
|
7966
|
+
"vehicle_cmds",
|
|
7967
|
+
"energy_device_data",
|
|
7968
|
+
"energy_cmds"
|
|
7969
|
+
];
|
|
7970
|
+
var TESLA_TOOLS = [
|
|
7971
|
+
"tesla_list_vehicles",
|
|
7972
|
+
"tesla_get_vehicle",
|
|
7973
|
+
"tesla_wake_vehicle",
|
|
7974
|
+
"tesla_send_vehicle_command",
|
|
7975
|
+
"tesla_list_energy_sites"
|
|
7976
|
+
];
|
|
7977
|
+
function teslaIntegration(config = {}) {
|
|
7978
|
+
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 };
|
|
7979
|
+
return {
|
|
7980
|
+
id: "tesla",
|
|
7981
|
+
name: "Tesla",
|
|
7982
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tesla.png",
|
|
7983
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
7984
|
+
category: "Lifestyle",
|
|
7985
|
+
tools: [...TESLA_TOOLS],
|
|
7986
|
+
authType: "oauth",
|
|
7987
|
+
oauth,
|
|
7988
|
+
async onInit() {
|
|
7989
|
+
logger51.debug("Tesla integration initialized");
|
|
7990
|
+
},
|
|
7991
|
+
async onAfterConnect() {
|
|
7992
|
+
logger51.debug("Tesla integration connected");
|
|
7993
|
+
}
|
|
7994
|
+
};
|
|
7995
|
+
}
|
|
7996
|
+
// src/integrations/tuya.ts
|
|
7997
|
+
init_logger();
|
|
7998
|
+
var logger52 = createLogger("Tuya");
|
|
7999
|
+
var TUYA_SCOPES = [
|
|
8000
|
+
"device:read",
|
|
8001
|
+
"device:write",
|
|
8002
|
+
"home:read",
|
|
8003
|
+
"scene:read",
|
|
8004
|
+
"scene:write"
|
|
8005
|
+
];
|
|
8006
|
+
var TUYA_TOOLS = [
|
|
8007
|
+
"tuya_list_devices",
|
|
8008
|
+
"tuya_get_device",
|
|
8009
|
+
"tuya_get_device_status",
|
|
8010
|
+
"tuya_send_device_commands",
|
|
8011
|
+
"tuya_list_scenes"
|
|
8012
|
+
];
|
|
8013
|
+
function tuyaIntegration(config = {}) {
|
|
8014
|
+
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 };
|
|
8015
|
+
return {
|
|
8016
|
+
id: "tuya",
|
|
8017
|
+
name: "Tuya",
|
|
8018
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tuya.png",
|
|
8019
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
8020
|
+
category: "Lifestyle",
|
|
8021
|
+
tools: [...TUYA_TOOLS],
|
|
8022
|
+
authType: "oauth",
|
|
8023
|
+
oauth,
|
|
8024
|
+
async onInit() {
|
|
8025
|
+
logger52.debug("Tuya integration initialized");
|
|
8026
|
+
},
|
|
8027
|
+
async onAfterConnect() {
|
|
8028
|
+
logger52.debug("Tuya integration connected");
|
|
8029
|
+
}
|
|
8030
|
+
};
|
|
8031
|
+
}
|
|
8032
|
+
// src/integrations/home_connect.ts
|
|
8033
|
+
init_logger();
|
|
8034
|
+
var logger53 = createLogger("Home Connect");
|
|
8035
|
+
var HOME_CONNECT_SCOPES = [
|
|
8036
|
+
"IdentifyAppliance",
|
|
8037
|
+
"Monitor",
|
|
8038
|
+
"Settings",
|
|
8039
|
+
"Control"
|
|
8040
|
+
];
|
|
8041
|
+
var HOME_CONNECT_TOOLS = [
|
|
8042
|
+
"home_connect_list_appliances",
|
|
8043
|
+
"home_connect_get_appliance",
|
|
8044
|
+
"home_connect_get_status",
|
|
8045
|
+
"home_connect_get_programs",
|
|
8046
|
+
"home_connect_start_program",
|
|
8047
|
+
"home_connect_set_setting"
|
|
8048
|
+
];
|
|
8049
|
+
function homeConnectIntegration(config = {}) {
|
|
8050
|
+
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 };
|
|
8051
|
+
return {
|
|
8052
|
+
id: "home_connect",
|
|
8053
|
+
name: "Home Connect",
|
|
8054
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/home_connect.png",
|
|
8055
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
8056
|
+
category: "Lifestyle",
|
|
8057
|
+
tools: [...HOME_CONNECT_TOOLS],
|
|
8058
|
+
authType: "oauth",
|
|
8059
|
+
oauth,
|
|
8060
|
+
async onInit() {
|
|
8061
|
+
logger53.debug("Home Connect integration initialized");
|
|
8062
|
+
},
|
|
8063
|
+
async onAfterConnect() {
|
|
8064
|
+
logger53.debug("Home Connect integration connected");
|
|
8065
|
+
}
|
|
8066
|
+
};
|
|
8067
|
+
}
|
|
8068
|
+
// src/integrations/netatmo.ts
|
|
8069
|
+
init_logger();
|
|
8070
|
+
var logger54 = createLogger("Netatmo");
|
|
8071
|
+
var NETATMO_SCOPES = [
|
|
8072
|
+
"read_station",
|
|
8073
|
+
"read_thermostat",
|
|
8074
|
+
"write_thermostat",
|
|
8075
|
+
"read_camera",
|
|
8076
|
+
"access_camera",
|
|
8077
|
+
"read_presence",
|
|
8078
|
+
"write_presence",
|
|
8079
|
+
"read_homecoach"
|
|
8080
|
+
];
|
|
8081
|
+
var NETATMO_TOOLS = [
|
|
8082
|
+
"netatmo_get_homesdata",
|
|
8083
|
+
"netatmo_get_stationsdata",
|
|
8084
|
+
"netatmo_get_measure",
|
|
8085
|
+
"netatmo_set_thermpoint",
|
|
8086
|
+
"netatmo_get_events"
|
|
8087
|
+
];
|
|
8088
|
+
function netatmoIntegration(config = {}) {
|
|
8089
|
+
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 };
|
|
8090
|
+
return {
|
|
8091
|
+
id: "netatmo",
|
|
8092
|
+
name: "Netatmo",
|
|
8093
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/netatmo.png",
|
|
8094
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
8095
|
+
category: "Lifestyle",
|
|
8096
|
+
tools: [...NETATMO_TOOLS],
|
|
8097
|
+
authType: "oauth",
|
|
8098
|
+
oauth,
|
|
8099
|
+
async onInit() {
|
|
8100
|
+
logger54.debug("Netatmo integration initialized");
|
|
8101
|
+
},
|
|
8102
|
+
async onAfterConnect() {
|
|
8103
|
+
logger54.debug("Netatmo integration connected");
|
|
8104
|
+
}
|
|
8105
|
+
};
|
|
8106
|
+
}
|
|
8107
|
+
// src/integrations/philips_hue.ts
|
|
8108
|
+
init_logger();
|
|
8109
|
+
var logger55 = createLogger("Philips Hue");
|
|
8110
|
+
var PHILIPS_HUE_SCOPES = [
|
|
8111
|
+
"remote_control:all"
|
|
8112
|
+
];
|
|
8113
|
+
var PHILIPS_HUE_TOOLS = [
|
|
8114
|
+
"philips_hue_list_bridges",
|
|
8115
|
+
"philips_hue_list_lights",
|
|
8116
|
+
"philips_hue_get_light",
|
|
8117
|
+
"philips_hue_update_light",
|
|
8118
|
+
"philips_hue_list_rooms",
|
|
8119
|
+
"philips_hue_list_scenes"
|
|
8120
|
+
];
|
|
8121
|
+
function philipsHueIntegration(config = {}) {
|
|
8122
|
+
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 };
|
|
8123
|
+
return {
|
|
8124
|
+
id: "philips_hue",
|
|
8125
|
+
name: "Philips Hue",
|
|
8126
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/philips_hue.png",
|
|
8127
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
8128
|
+
category: "Lifestyle",
|
|
8129
|
+
tools: [...PHILIPS_HUE_TOOLS],
|
|
8130
|
+
authType: "oauth",
|
|
8131
|
+
oauth,
|
|
8132
|
+
async onInit() {
|
|
8133
|
+
logger55.debug("Philips Hue integration initialized");
|
|
8134
|
+
},
|
|
8135
|
+
async onAfterConnect() {
|
|
8136
|
+
logger55.debug("Philips Hue integration connected");
|
|
8137
|
+
}
|
|
8138
|
+
};
|
|
8139
|
+
}
|
|
8140
|
+
// src/integrations/google_home.ts
|
|
8141
|
+
init_logger();
|
|
8142
|
+
var logger56 = createLogger("Google Home/Nest");
|
|
8143
|
+
var GOOGLE_HOME_SCOPES = [
|
|
8144
|
+
"https://www.googleapis.com/auth/sdm.service"
|
|
8145
|
+
];
|
|
8146
|
+
var GOOGLE_HOME_TOOLS = [
|
|
8147
|
+
"google_home_list_devices",
|
|
8148
|
+
"google_home_get_device",
|
|
8149
|
+
"google_home_execute_device_command",
|
|
8150
|
+
"google_home_list_structures",
|
|
8151
|
+
"google_home_list_rooms"
|
|
8152
|
+
];
|
|
8153
|
+
function googleHomeIntegration(config = {}) {
|
|
8154
|
+
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 };
|
|
8155
|
+
return {
|
|
8156
|
+
id: "google_home",
|
|
8157
|
+
name: "Google Home/Nest",
|
|
8158
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
|
|
8159
|
+
description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
8160
|
+
category: "Lifestyle",
|
|
8161
|
+
tools: [...GOOGLE_HOME_TOOLS],
|
|
8162
|
+
authType: "oauth",
|
|
8163
|
+
oauth,
|
|
8164
|
+
async onInit() {
|
|
8165
|
+
logger56.debug("Google Home/Nest integration initialized");
|
|
8166
|
+
},
|
|
8167
|
+
async onAfterConnect() {
|
|
8168
|
+
logger56.debug("Google Home/Nest integration connected");
|
|
8169
|
+
}
|
|
8170
|
+
};
|
|
8171
|
+
}
|
|
8172
|
+
// src/integrations/sonos.ts
|
|
8173
|
+
init_logger();
|
|
8174
|
+
var logger57 = createLogger("Sonos");
|
|
8175
|
+
var SONOS_SCOPES = [
|
|
8176
|
+
"playback-control-all"
|
|
8177
|
+
];
|
|
8178
|
+
var SONOS_TOOLS = [
|
|
8179
|
+
"sonos_list_households",
|
|
8180
|
+
"sonos_list_groups",
|
|
8181
|
+
"sonos_get_playback_status",
|
|
8182
|
+
"sonos_control_playback",
|
|
8183
|
+
"sonos_get_group_volume",
|
|
8184
|
+
"sonos_set_group_volume"
|
|
8185
|
+
];
|
|
8186
|
+
function sonosIntegration(config = {}) {
|
|
8187
|
+
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 };
|
|
8188
|
+
return {
|
|
8189
|
+
id: "sonos",
|
|
8190
|
+
name: "Sonos",
|
|
8191
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sonos.png",
|
|
8192
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
8193
|
+
category: "Lifestyle",
|
|
8194
|
+
tools: [...SONOS_TOOLS],
|
|
8195
|
+
authType: "oauth",
|
|
8196
|
+
oauth,
|
|
8197
|
+
async onInit() {
|
|
8198
|
+
logger57.debug("Sonos integration initialized");
|
|
8199
|
+
},
|
|
8200
|
+
async onAfterConnect() {
|
|
8201
|
+
logger57.debug("Sonos integration connected");
|
|
8202
|
+
}
|
|
8203
|
+
};
|
|
8204
|
+
}
|
|
8205
|
+
// src/integrations/ring.ts
|
|
8206
|
+
init_logger();
|
|
8207
|
+
var logger58 = createLogger("Ring");
|
|
8208
|
+
var RING_SCOPES = [
|
|
8209
|
+
"openid",
|
|
8210
|
+
"profile",
|
|
8211
|
+
"offline_access"
|
|
8212
|
+
];
|
|
8213
|
+
var RING_TOOLS = [
|
|
8214
|
+
"ring_list_locations",
|
|
8215
|
+
"ring_list_devices",
|
|
8216
|
+
"ring_get_device_health",
|
|
8217
|
+
"ring_list_events",
|
|
8218
|
+
"ring_activate_siren"
|
|
8219
|
+
];
|
|
8220
|
+
function ringIntegration(config = {}) {
|
|
8221
|
+
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 };
|
|
8222
|
+
return {
|
|
8223
|
+
id: "ring",
|
|
8224
|
+
name: "Ring",
|
|
8225
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ring.png",
|
|
8226
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
8227
|
+
category: "Lifestyle",
|
|
8228
|
+
tools: [...RING_TOOLS],
|
|
8229
|
+
authType: "oauth",
|
|
8230
|
+
oauth,
|
|
8231
|
+
async onInit() {
|
|
8232
|
+
logger58.debug("Ring integration initialized");
|
|
8233
|
+
},
|
|
8234
|
+
async onAfterConnect() {
|
|
8235
|
+
logger58.debug("Ring integration connected");
|
|
8236
|
+
}
|
|
8237
|
+
};
|
|
8238
|
+
}
|
|
8239
|
+
// src/integrations/kick.ts
|
|
8240
|
+
init_logger();
|
|
8241
|
+
var logger59 = createLogger("Kick");
|
|
8242
|
+
var KICK_SCOPES = [
|
|
8243
|
+
"user:read",
|
|
8244
|
+
"channel:read",
|
|
8245
|
+
"channel:write",
|
|
8246
|
+
"chat:write",
|
|
8247
|
+
"events:subscribe"
|
|
8248
|
+
];
|
|
8249
|
+
var KICK_TOOLS = [
|
|
8250
|
+
"kick_get_users",
|
|
8251
|
+
"kick_get_channels",
|
|
8252
|
+
"kick_get_livestreams",
|
|
8253
|
+
"kick_get_categories",
|
|
8254
|
+
"kick_send_chat_message"
|
|
8255
|
+
];
|
|
8256
|
+
function kickIntegration(config = {}) {
|
|
8257
|
+
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 };
|
|
8258
|
+
return {
|
|
8259
|
+
id: "kick",
|
|
8260
|
+
name: "Kick",
|
|
8261
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/kick.png",
|
|
8262
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
8263
|
+
category: "Entertainment",
|
|
8264
|
+
tools: [...KICK_TOOLS],
|
|
8265
|
+
authType: "oauth",
|
|
8266
|
+
oauth,
|
|
8267
|
+
async onInit() {
|
|
8268
|
+
logger59.debug("Kick integration initialized");
|
|
8269
|
+
},
|
|
8270
|
+
async onAfterConnect() {
|
|
8271
|
+
logger59.debug("Kick integration connected");
|
|
8272
|
+
}
|
|
8273
|
+
};
|
|
8274
|
+
}
|
|
8275
|
+
// src/integrations/deezer.ts
|
|
8276
|
+
init_logger();
|
|
8277
|
+
var logger60 = createLogger("Deezer");
|
|
8278
|
+
var DEEZER_SCOPES = [
|
|
8279
|
+
"basic_access",
|
|
8280
|
+
"email",
|
|
8281
|
+
"manage_library",
|
|
8282
|
+
"delete_library",
|
|
8283
|
+
"listening_history",
|
|
8284
|
+
"offline_access"
|
|
8285
|
+
];
|
|
8286
|
+
var DEEZER_TOOLS = [
|
|
8287
|
+
"deezer_get_user",
|
|
8288
|
+
"deezer_search",
|
|
8289
|
+
"deezer_get_album",
|
|
8290
|
+
"deezer_get_track",
|
|
8291
|
+
"deezer_list_playlists",
|
|
8292
|
+
"deezer_add_track_to_playlist"
|
|
8293
|
+
];
|
|
8294
|
+
function deezerIntegration(config = {}) {
|
|
8295
|
+
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 };
|
|
8296
|
+
return {
|
|
8297
|
+
id: "deezer",
|
|
8298
|
+
name: "Deezer",
|
|
8299
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/deezer.png",
|
|
8300
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
8301
|
+
category: "Entertainment",
|
|
8302
|
+
tools: [...DEEZER_TOOLS],
|
|
8303
|
+
authType: "oauth",
|
|
8304
|
+
oauth,
|
|
8305
|
+
async onInit() {
|
|
8306
|
+
logger60.debug("Deezer integration initialized");
|
|
8307
|
+
},
|
|
8308
|
+
async onAfterConnect() {
|
|
8309
|
+
logger60.debug("Deezer integration connected");
|
|
8310
|
+
}
|
|
8311
|
+
};
|
|
8312
|
+
}
|
|
8313
|
+
// src/integrations/uber.ts
|
|
8314
|
+
init_logger();
|
|
8315
|
+
var logger61 = createLogger("Uber");
|
|
8316
|
+
var UBER_SCOPES = [
|
|
8317
|
+
"profile",
|
|
8318
|
+
"request",
|
|
8319
|
+
"history",
|
|
8320
|
+
"places"
|
|
8321
|
+
];
|
|
8322
|
+
var UBER_TOOLS = [
|
|
8323
|
+
"uber_get_profile",
|
|
8324
|
+
"uber_list_products",
|
|
8325
|
+
"uber_estimate_price",
|
|
8326
|
+
"uber_estimate_time",
|
|
8327
|
+
"uber_list_requests",
|
|
8328
|
+
"uber_create_request"
|
|
8329
|
+
];
|
|
8330
|
+
function uberIntegration(config = {}) {
|
|
8331
|
+
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 };
|
|
8332
|
+
return {
|
|
8333
|
+
id: "uber",
|
|
8334
|
+
name: "Uber",
|
|
8335
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/uber.png",
|
|
8336
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
8337
|
+
category: "Travel",
|
|
8338
|
+
tools: [...UBER_TOOLS],
|
|
8339
|
+
authType: "oauth",
|
|
8340
|
+
oauth,
|
|
8341
|
+
async onInit() {
|
|
8342
|
+
logger61.debug("Uber integration initialized");
|
|
8343
|
+
},
|
|
8344
|
+
async onAfterConnect() {
|
|
8345
|
+
logger61.debug("Uber integration connected");
|
|
8346
|
+
}
|
|
8347
|
+
};
|
|
8348
|
+
}
|
|
8349
|
+
// src/integrations/amadeus.ts
|
|
8350
|
+
init_logger();
|
|
8351
|
+
var logger62 = createLogger("Amadeus");
|
|
8352
|
+
var AMADEUS_SCOPES = [
|
|
8353
|
+
"travel"
|
|
8354
|
+
];
|
|
8355
|
+
var AMADEUS_TOOLS = [
|
|
8356
|
+
"amadeus_search_flights",
|
|
8357
|
+
"amadeus_price_flight",
|
|
8358
|
+
"amadeus_search_hotels",
|
|
8359
|
+
"amadeus_get_hotel_offers",
|
|
8360
|
+
"amadeus_search_locations"
|
|
8361
|
+
];
|
|
8362
|
+
function amadeusIntegration(config = {}) {
|
|
8363
|
+
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 };
|
|
8364
|
+
return {
|
|
8365
|
+
id: "amadeus",
|
|
8366
|
+
name: "Amadeus",
|
|
8367
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amadeus.png",
|
|
8368
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
8369
|
+
category: "Travel",
|
|
8370
|
+
tools: [...AMADEUS_TOOLS],
|
|
8371
|
+
authType: "oauth",
|
|
8372
|
+
oauth,
|
|
8373
|
+
async onInit() {
|
|
8374
|
+
logger62.debug("Amadeus integration initialized");
|
|
8375
|
+
},
|
|
8376
|
+
async onAfterConnect() {
|
|
8377
|
+
logger62.debug("Amadeus integration connected");
|
|
8378
|
+
}
|
|
8379
|
+
};
|
|
8380
|
+
}
|
|
8381
|
+
// src/integrations/expedia.ts
|
|
8382
|
+
init_logger();
|
|
8383
|
+
var logger63 = createLogger("Expedia Rapid");
|
|
8384
|
+
var EXPEDIA_SCOPES = [
|
|
8385
|
+
"rapid"
|
|
8386
|
+
];
|
|
8387
|
+
var EXPEDIA_TOOLS = [
|
|
8388
|
+
"expedia_search_properties",
|
|
8389
|
+
"expedia_get_property_content",
|
|
8390
|
+
"expedia_get_rate_quote",
|
|
8391
|
+
"expedia_create_booking",
|
|
8392
|
+
"expedia_get_itinerary"
|
|
8393
|
+
];
|
|
8394
|
+
function expediaIntegration(config = {}) {
|
|
8395
|
+
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 };
|
|
8396
|
+
return {
|
|
8397
|
+
id: "expedia",
|
|
8398
|
+
name: "Expedia Rapid",
|
|
8399
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/expedia.png",
|
|
8400
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
8401
|
+
category: "Travel",
|
|
8402
|
+
tools: [...EXPEDIA_TOOLS],
|
|
8403
|
+
authType: "oauth",
|
|
8404
|
+
oauth,
|
|
8405
|
+
async onInit() {
|
|
8406
|
+
logger63.debug("Expedia Rapid integration initialized");
|
|
8407
|
+
},
|
|
8408
|
+
async onAfterConnect() {
|
|
8409
|
+
logger63.debug("Expedia Rapid integration connected");
|
|
8410
|
+
}
|
|
8411
|
+
};
|
|
8412
|
+
}
|
|
8413
|
+
// src/integrations/eventbrite.ts
|
|
8414
|
+
init_logger();
|
|
8415
|
+
var logger64 = createLogger("Eventbrite");
|
|
8416
|
+
var EVENTBRITE_SCOPES = [
|
|
8417
|
+
"eventbrite"
|
|
8418
|
+
];
|
|
8419
|
+
var EVENTBRITE_TOOLS = [
|
|
8420
|
+
"eventbrite_get_user",
|
|
8421
|
+
"eventbrite_list_organizations",
|
|
8422
|
+
"eventbrite_list_events",
|
|
8423
|
+
"eventbrite_get_event",
|
|
8424
|
+
"eventbrite_create_event",
|
|
8425
|
+
"eventbrite_list_attendees"
|
|
8426
|
+
];
|
|
8427
|
+
function eventbriteIntegration(config = {}) {
|
|
8428
|
+
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 };
|
|
8429
|
+
return {
|
|
8430
|
+
id: "eventbrite",
|
|
8431
|
+
name: "Eventbrite",
|
|
8432
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/eventbrite.png",
|
|
8433
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
8434
|
+
category: "Events & Ticketing",
|
|
8435
|
+
tools: [...EVENTBRITE_TOOLS],
|
|
8436
|
+
authType: "oauth",
|
|
8437
|
+
oauth,
|
|
8438
|
+
async onInit() {
|
|
8439
|
+
logger64.debug("Eventbrite integration initialized");
|
|
8440
|
+
},
|
|
8441
|
+
async onAfterConnect() {
|
|
8442
|
+
logger64.debug("Eventbrite integration connected");
|
|
8443
|
+
}
|
|
8444
|
+
};
|
|
8445
|
+
}
|
|
8446
|
+
// src/integrations/meetup.ts
|
|
8447
|
+
init_logger();
|
|
8448
|
+
var logger65 = createLogger("Meetup");
|
|
8449
|
+
var MEETUP_SCOPES = [
|
|
8450
|
+
"basic",
|
|
8451
|
+
"event_management",
|
|
8452
|
+
"group_edit",
|
|
8453
|
+
"rsvp"
|
|
8454
|
+
];
|
|
8455
|
+
var MEETUP_TOOLS = [
|
|
8456
|
+
"meetup_get_self",
|
|
8457
|
+
"meetup_search_groups",
|
|
8458
|
+
"meetup_list_events",
|
|
8459
|
+
"meetup_get_event",
|
|
8460
|
+
"meetup_create_event",
|
|
8461
|
+
"meetup_rsvp_event"
|
|
8462
|
+
];
|
|
8463
|
+
function meetupIntegration(config = {}) {
|
|
8464
|
+
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 };
|
|
8465
|
+
return {
|
|
8466
|
+
id: "meetup",
|
|
8467
|
+
name: "Meetup",
|
|
8468
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/meetup.png",
|
|
8469
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
8470
|
+
category: "Events & Ticketing",
|
|
8471
|
+
tools: [...MEETUP_TOOLS],
|
|
8472
|
+
authType: "oauth",
|
|
8473
|
+
oauth,
|
|
8474
|
+
async onInit() {
|
|
8475
|
+
logger65.debug("Meetup integration initialized");
|
|
8476
|
+
},
|
|
8477
|
+
async onAfterConnect() {
|
|
8478
|
+
logger65.debug("Meetup integration connected");
|
|
8479
|
+
}
|
|
8480
|
+
};
|
|
8481
|
+
}
|
|
8482
|
+
// src/integrations/universe.ts
|
|
8483
|
+
init_logger();
|
|
8484
|
+
var logger66 = createLogger("Universe");
|
|
8485
|
+
var UNIVERSE_SCOPES = [
|
|
8486
|
+
"read",
|
|
8487
|
+
"write"
|
|
8488
|
+
];
|
|
8489
|
+
var UNIVERSE_TOOLS = [
|
|
8490
|
+
"universe_get_user",
|
|
8491
|
+
"universe_list_events",
|
|
8492
|
+
"universe_get_event",
|
|
8493
|
+
"universe_create_event",
|
|
8494
|
+
"universe_list_orders",
|
|
8495
|
+
"universe_list_attendees"
|
|
8496
|
+
];
|
|
8497
|
+
function universeIntegration(config = {}) {
|
|
8498
|
+
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 };
|
|
8499
|
+
return {
|
|
8500
|
+
id: "universe",
|
|
8501
|
+
name: "Universe",
|
|
8502
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/universe.png",
|
|
8503
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
8504
|
+
category: "Events & Ticketing",
|
|
8505
|
+
tools: [...UNIVERSE_TOOLS],
|
|
8506
|
+
authType: "oauth",
|
|
8507
|
+
oauth,
|
|
8508
|
+
async onInit() {
|
|
8509
|
+
logger66.debug("Universe integration initialized");
|
|
8510
|
+
},
|
|
8511
|
+
async onAfterConnect() {
|
|
8512
|
+
logger66.debug("Universe integration connected");
|
|
8513
|
+
}
|
|
8514
|
+
};
|
|
8515
|
+
}
|
|
8516
|
+
// src/integrations/etsy.ts
|
|
8517
|
+
init_logger();
|
|
8518
|
+
var logger67 = createLogger("Etsy");
|
|
8519
|
+
var ETSY_SCOPES = [
|
|
8520
|
+
"listings_r",
|
|
8521
|
+
"listings_w",
|
|
8522
|
+
"transactions_r",
|
|
8523
|
+
"transactions_w",
|
|
8524
|
+
"shops_r",
|
|
8525
|
+
"shops_w",
|
|
8526
|
+
"profile_r"
|
|
8527
|
+
];
|
|
8528
|
+
var ETSY_TOOLS = [
|
|
8529
|
+
"etsy_get_me",
|
|
8530
|
+
"etsy_get_shop",
|
|
8531
|
+
"etsy_list_shop_listings",
|
|
8532
|
+
"etsy_create_listing",
|
|
8533
|
+
"etsy_list_receipts",
|
|
8534
|
+
"etsy_update_inventory"
|
|
8535
|
+
];
|
|
8536
|
+
function etsyIntegration(config = {}) {
|
|
8537
|
+
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 };
|
|
8538
|
+
return {
|
|
8539
|
+
id: "etsy",
|
|
8540
|
+
name: "Etsy",
|
|
8541
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/etsy.png",
|
|
8542
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
8543
|
+
category: "Commerce",
|
|
8544
|
+
tools: [...ETSY_TOOLS],
|
|
8545
|
+
authType: "oauth",
|
|
8546
|
+
oauth,
|
|
8547
|
+
async onInit() {
|
|
8548
|
+
logger67.debug("Etsy integration initialized");
|
|
8549
|
+
},
|
|
8550
|
+
async onAfterConnect() {
|
|
8551
|
+
logger67.debug("Etsy integration connected");
|
|
8552
|
+
}
|
|
8553
|
+
};
|
|
8554
|
+
}
|
|
8555
|
+
// src/integrations/amazon.ts
|
|
8556
|
+
init_logger();
|
|
8557
|
+
var logger68 = createLogger("Amazon Selling Partner");
|
|
8558
|
+
var AMAZON_SCOPES = [
|
|
8559
|
+
"sellingpartnerapi::notifications",
|
|
8560
|
+
"sellingpartnerapi::migration"
|
|
8561
|
+
];
|
|
8562
|
+
var AMAZON_TOOLS = [
|
|
8563
|
+
"amazon_search_catalog_items",
|
|
8564
|
+
"amazon_list_orders",
|
|
8565
|
+
"amazon_get_order",
|
|
8566
|
+
"amazon_list_inventory",
|
|
8567
|
+
"amazon_list_listings",
|
|
8568
|
+
"amazon_patch_listing"
|
|
8569
|
+
];
|
|
8570
|
+
function amazonIntegration(config = {}) {
|
|
8571
|
+
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 };
|
|
8572
|
+
return {
|
|
8573
|
+
id: "amazon",
|
|
8574
|
+
name: "Amazon Selling Partner",
|
|
8575
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amazon.png",
|
|
8576
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
8577
|
+
category: "Commerce",
|
|
8578
|
+
tools: [...AMAZON_TOOLS],
|
|
8579
|
+
authType: "oauth",
|
|
8580
|
+
oauth,
|
|
8581
|
+
async onInit() {
|
|
8582
|
+
logger68.debug("Amazon Selling Partner integration initialized");
|
|
8583
|
+
},
|
|
8584
|
+
async onAfterConnect() {
|
|
8585
|
+
logger68.debug("Amazon Selling Partner integration connected");
|
|
8586
|
+
}
|
|
8587
|
+
};
|
|
8588
|
+
}
|
|
8589
|
+
// src/integrations/bigcommerce.ts
|
|
8590
|
+
init_logger();
|
|
8591
|
+
var logger69 = createLogger("BigCommerce");
|
|
8592
|
+
var BIGCOMMERCE_SCOPES = [
|
|
8593
|
+
"store_v2_products",
|
|
8594
|
+
"store_v2_orders",
|
|
8595
|
+
"store_v2_customers",
|
|
8596
|
+
"store_v2_information"
|
|
8597
|
+
];
|
|
8598
|
+
var BIGCOMMERCE_TOOLS = [
|
|
8599
|
+
"bigcommerce_list_products",
|
|
8600
|
+
"bigcommerce_get_product",
|
|
8601
|
+
"bigcommerce_create_product",
|
|
8602
|
+
"bigcommerce_list_orders",
|
|
8603
|
+
"bigcommerce_get_order",
|
|
8604
|
+
"bigcommerce_list_customers"
|
|
8605
|
+
];
|
|
8606
|
+
function bigcommerceIntegration(config = {}) {
|
|
8607
|
+
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 };
|
|
8608
|
+
return {
|
|
8609
|
+
id: "bigcommerce",
|
|
8610
|
+
name: "BigCommerce",
|
|
8611
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bigcommerce.png",
|
|
8612
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
8613
|
+
category: "Commerce",
|
|
8614
|
+
tools: [...BIGCOMMERCE_TOOLS],
|
|
8615
|
+
authType: "oauth",
|
|
8616
|
+
oauth,
|
|
8617
|
+
getHeaders() {
|
|
8618
|
+
const headers = {};
|
|
8619
|
+
if (config.store_hash)
|
|
8620
|
+
headers["X-BigCommerce-Store-Hash"] = config.store_hash;
|
|
8621
|
+
return headers;
|
|
8622
|
+
},
|
|
8623
|
+
async onInit() {
|
|
8624
|
+
logger69.debug("BigCommerce integration initialized");
|
|
8625
|
+
},
|
|
8626
|
+
async onAfterConnect() {
|
|
8627
|
+
logger69.debug("BigCommerce integration connected");
|
|
8628
|
+
}
|
|
8629
|
+
};
|
|
8630
|
+
}
|
|
8631
|
+
// src/integrations/foursquare.ts
|
|
8632
|
+
init_logger();
|
|
8633
|
+
var logger70 = createLogger("Foursquare");
|
|
8634
|
+
var FOURSQUARE_SCOPES = [
|
|
8635
|
+
"places",
|
|
8636
|
+
"tips",
|
|
8637
|
+
"photos"
|
|
8638
|
+
];
|
|
8639
|
+
var FOURSQUARE_TOOLS = [
|
|
8640
|
+
"foursquare_search_places",
|
|
8641
|
+
"foursquare_get_place",
|
|
8642
|
+
"foursquare_get_place_tips",
|
|
8643
|
+
"foursquare_get_place_photos",
|
|
8644
|
+
"foursquare_autocomplete_places"
|
|
8645
|
+
];
|
|
8646
|
+
function foursquareIntegration(config = {}) {
|
|
8647
|
+
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 };
|
|
8648
|
+
return {
|
|
8649
|
+
id: "foursquare",
|
|
8650
|
+
name: "Foursquare",
|
|
8651
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/foursquare.png",
|
|
8652
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
8653
|
+
category: "Food",
|
|
8654
|
+
tools: [...FOURSQUARE_TOOLS],
|
|
8655
|
+
authType: "oauth",
|
|
8656
|
+
oauth,
|
|
8657
|
+
async onInit() {
|
|
8658
|
+
logger70.debug("Foursquare integration initialized");
|
|
8659
|
+
},
|
|
8660
|
+
async onAfterConnect() {
|
|
8661
|
+
logger70.debug("Foursquare integration connected");
|
|
8662
|
+
}
|
|
8663
|
+
};
|
|
8664
|
+
}
|
|
8665
|
+
// src/integrations/uber_eats.ts
|
|
8666
|
+
init_logger();
|
|
8667
|
+
var logger71 = createLogger("Uber Eats");
|
|
8668
|
+
var UBER_EATS_SCOPES = [
|
|
8669
|
+
"eats.store",
|
|
8670
|
+
"eats.order",
|
|
8671
|
+
"eats.report"
|
|
8672
|
+
];
|
|
8673
|
+
var UBER_EATS_TOOLS = [
|
|
8674
|
+
"uber_eats_list_stores",
|
|
8675
|
+
"uber_eats_get_store",
|
|
8676
|
+
"uber_eats_list_orders",
|
|
8677
|
+
"uber_eats_get_order",
|
|
8678
|
+
"uber_eats_update_order_status",
|
|
8679
|
+
"uber_eats_get_menu"
|
|
8680
|
+
];
|
|
8681
|
+
function uberEatsIntegration(config = {}) {
|
|
8682
|
+
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 };
|
|
8683
|
+
return {
|
|
8684
|
+
id: "uber_eats",
|
|
8685
|
+
name: "Uber Eats",
|
|
8686
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/uber_eats.png",
|
|
8687
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
8688
|
+
category: "Food",
|
|
8689
|
+
tools: [...UBER_EATS_TOOLS],
|
|
8690
|
+
authType: "oauth",
|
|
8691
|
+
oauth,
|
|
8692
|
+
async onInit() {
|
|
8693
|
+
logger71.debug("Uber Eats integration initialized");
|
|
8694
|
+
},
|
|
8695
|
+
async onAfterConnect() {
|
|
8696
|
+
logger71.debug("Uber Eats integration connected");
|
|
8697
|
+
}
|
|
8698
|
+
};
|
|
8699
|
+
}
|
|
8700
|
+
// src/integrations/wordpress.ts
|
|
8701
|
+
init_logger();
|
|
8702
|
+
var logger72 = createLogger("WordPress");
|
|
8703
|
+
var WORDPRESS_SCOPES = [
|
|
8704
|
+
"global"
|
|
8705
|
+
];
|
|
8706
|
+
var WORDPRESS_TOOLS = [
|
|
8707
|
+
"wordpress_get_site",
|
|
8708
|
+
"wordpress_list_posts",
|
|
8709
|
+
"wordpress_get_post",
|
|
8710
|
+
"wordpress_create_post",
|
|
8711
|
+
"wordpress_update_post",
|
|
8712
|
+
"wordpress_list_media"
|
|
8713
|
+
];
|
|
8714
|
+
function wordpressIntegration(config = {}) {
|
|
8715
|
+
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 };
|
|
8716
|
+
return {
|
|
8717
|
+
id: "wordpress",
|
|
8718
|
+
name: "WordPress",
|
|
8719
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/wordpress.png",
|
|
8720
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
8721
|
+
category: "CMS",
|
|
8722
|
+
tools: [...WORDPRESS_TOOLS],
|
|
8723
|
+
authType: "oauth",
|
|
8724
|
+
oauth,
|
|
8725
|
+
getHeaders() {
|
|
8726
|
+
const headers = {};
|
|
8727
|
+
if (config.site)
|
|
8728
|
+
headers["X-WordPress-Site"] = config.site;
|
|
8729
|
+
return headers;
|
|
8730
|
+
},
|
|
8731
|
+
async onInit() {
|
|
8732
|
+
logger72.debug("WordPress integration initialized");
|
|
8733
|
+
},
|
|
8734
|
+
async onAfterConnect() {
|
|
8735
|
+
logger72.debug("WordPress integration connected");
|
|
8736
|
+
}
|
|
8737
|
+
};
|
|
8738
|
+
}
|
|
8739
|
+
// src/integrations/contentful.ts
|
|
8740
|
+
init_logger();
|
|
8741
|
+
var logger73 = createLogger("Contentful");
|
|
8742
|
+
var CONTENTFUL_SCOPES = [
|
|
8743
|
+
"content_management_manage"
|
|
8744
|
+
];
|
|
8745
|
+
var CONTENTFUL_TOOLS = [
|
|
8746
|
+
"contentful_list_spaces",
|
|
8747
|
+
"contentful_get_space",
|
|
8748
|
+
"contentful_list_entries",
|
|
8749
|
+
"contentful_get_entry",
|
|
8750
|
+
"contentful_create_entry",
|
|
8751
|
+
"contentful_publish_entry"
|
|
8752
|
+
];
|
|
8753
|
+
function contentfulIntegration(config = {}) {
|
|
8754
|
+
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 };
|
|
8755
|
+
return {
|
|
8756
|
+
id: "contentful",
|
|
8757
|
+
name: "Contentful",
|
|
8758
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/contentful.png",
|
|
8759
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
8760
|
+
category: "CMS",
|
|
8761
|
+
tools: [...CONTENTFUL_TOOLS],
|
|
8762
|
+
authType: "oauth",
|
|
8763
|
+
oauth,
|
|
8764
|
+
async onInit() {
|
|
8765
|
+
logger73.debug("Contentful integration initialized");
|
|
8766
|
+
},
|
|
8767
|
+
async onAfterConnect() {
|
|
8768
|
+
logger73.debug("Contentful integration connected");
|
|
8769
|
+
}
|
|
8770
|
+
};
|
|
8771
|
+
}
|
|
8772
|
+
// src/integrations/canvas_lms.ts
|
|
8773
|
+
init_logger();
|
|
8774
|
+
var logger74 = createLogger("Canvas LMS");
|
|
8775
|
+
var CANVAS_LMS_SCOPES = [
|
|
8776
|
+
"url:GET|/api/v1/courses",
|
|
8777
|
+
"url:GET|/api/v1/users/:id/profile",
|
|
8778
|
+
"url:POST|/api/v1/courses/:course_id/assignments"
|
|
8779
|
+
];
|
|
8780
|
+
var CANVAS_LMS_TOOLS = [
|
|
8781
|
+
"canvas_lms_list_courses",
|
|
8782
|
+
"canvas_lms_get_course",
|
|
8783
|
+
"canvas_lms_list_assignments",
|
|
8784
|
+
"canvas_lms_create_assignment",
|
|
8785
|
+
"canvas_lms_list_submissions",
|
|
8786
|
+
"canvas_lms_list_users"
|
|
8787
|
+
];
|
|
8788
|
+
function canvasLmsIntegration(config = {}) {
|
|
8789
|
+
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 };
|
|
8790
|
+
return {
|
|
8791
|
+
id: "canvas_lms",
|
|
8792
|
+
name: "Canvas LMS",
|
|
8793
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/canvas_lms.png",
|
|
8794
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
8795
|
+
category: "Education",
|
|
8796
|
+
tools: [...CANVAS_LMS_TOOLS],
|
|
8797
|
+
authType: "oauth",
|
|
8798
|
+
oauth,
|
|
8799
|
+
getHeaders() {
|
|
8800
|
+
const headers = {};
|
|
8801
|
+
if (config.canvas_domain)
|
|
8802
|
+
headers["X-Canvas-Domain"] = config.canvas_domain;
|
|
8803
|
+
return headers;
|
|
8804
|
+
},
|
|
8805
|
+
async onInit() {
|
|
8806
|
+
logger74.debug("Canvas LMS integration initialized");
|
|
8807
|
+
},
|
|
8808
|
+
async onAfterConnect() {
|
|
8809
|
+
logger74.debug("Canvas LMS integration connected");
|
|
8810
|
+
}
|
|
8811
|
+
};
|
|
8812
|
+
}
|
|
8813
|
+
// src/integrations/google_classroom.ts
|
|
8814
|
+
init_logger();
|
|
8815
|
+
var logger75 = createLogger("Google Classroom");
|
|
8816
|
+
var GOOGLE_CLASSROOM_SCOPES = [
|
|
8817
|
+
"https://www.googleapis.com/auth/classroom.courses",
|
|
8818
|
+
"https://www.googleapis.com/auth/classroom.coursework.me",
|
|
8819
|
+
"https://www.googleapis.com/auth/classroom.rosters",
|
|
8820
|
+
"https://www.googleapis.com/auth/classroom.profile.emails"
|
|
8821
|
+
];
|
|
8822
|
+
var GOOGLE_CLASSROOM_TOOLS = [
|
|
8823
|
+
"google_classroom_list_courses",
|
|
8824
|
+
"google_classroom_get_course",
|
|
8825
|
+
"google_classroom_create_course",
|
|
8826
|
+
"google_classroom_list_coursework",
|
|
8827
|
+
"google_classroom_create_coursework",
|
|
8828
|
+
"google_classroom_list_students"
|
|
8829
|
+
];
|
|
8830
|
+
function googleClassroomIntegration(config = {}) {
|
|
8831
|
+
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 };
|
|
8832
|
+
return {
|
|
8833
|
+
id: "google_classroom",
|
|
8834
|
+
name: "Google Classroom",
|
|
8835
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_classroom.png",
|
|
8836
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
8837
|
+
category: "Education",
|
|
8838
|
+
tools: [...GOOGLE_CLASSROOM_TOOLS],
|
|
8839
|
+
authType: "oauth",
|
|
8840
|
+
oauth,
|
|
8841
|
+
async onInit() {
|
|
8842
|
+
logger75.debug("Google Classroom integration initialized");
|
|
8843
|
+
},
|
|
8844
|
+
async onAfterConnect() {
|
|
8845
|
+
logger75.debug("Google Classroom integration connected");
|
|
8846
|
+
}
|
|
8847
|
+
};
|
|
8848
|
+
}
|
|
8849
|
+
// src/integrations/microsoft_graph_education.ts
|
|
8850
|
+
init_logger();
|
|
8851
|
+
var logger76 = createLogger("Microsoft Graph Education");
|
|
8852
|
+
var MICROSOFT_GRAPH_EDUCATION_SCOPES = [
|
|
8853
|
+
"EduRoster.ReadWrite",
|
|
8854
|
+
"EduAssignments.ReadWrite",
|
|
8855
|
+
"offline_access"
|
|
8856
|
+
];
|
|
8857
|
+
var MICROSOFT_GRAPH_EDUCATION_TOOLS = [
|
|
8858
|
+
"microsoft_graph_education_list_classes",
|
|
8859
|
+
"microsoft_graph_education_get_class",
|
|
8860
|
+
"microsoft_graph_education_list_users",
|
|
8861
|
+
"microsoft_graph_education_list_assignments",
|
|
8862
|
+
"microsoft_graph_education_create_assignment",
|
|
8863
|
+
"microsoft_graph_education_list_schools"
|
|
8864
|
+
];
|
|
8865
|
+
function microsoftGraphEducationIntegration(config = {}) {
|
|
8866
|
+
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 };
|
|
8867
|
+
return {
|
|
8868
|
+
id: "microsoft_graph_education",
|
|
8869
|
+
name: "Microsoft Graph Education",
|
|
8870
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_graph_education.png",
|
|
8871
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
8872
|
+
category: "Education",
|
|
8873
|
+
tools: [...MICROSOFT_GRAPH_EDUCATION_TOOLS],
|
|
8874
|
+
authType: "oauth",
|
|
8875
|
+
oauth,
|
|
8876
|
+
async onInit() {
|
|
8877
|
+
logger76.debug("Microsoft Graph Education integration initialized");
|
|
8878
|
+
},
|
|
8879
|
+
async onAfterConnect() {
|
|
8880
|
+
logger76.debug("Microsoft Graph Education integration connected");
|
|
8881
|
+
}
|
|
8882
|
+
};
|
|
8883
|
+
}
|
|
8884
|
+
// src/integrations/lever.ts
|
|
8885
|
+
init_logger();
|
|
8886
|
+
var logger77 = createLogger("Lever");
|
|
8887
|
+
var LEVER_SCOPES = [
|
|
8888
|
+
"opportunities:read",
|
|
8889
|
+
"opportunities:write",
|
|
8890
|
+
"postings:read",
|
|
8891
|
+
"postings:write",
|
|
8892
|
+
"users:read",
|
|
8893
|
+
"offline_access"
|
|
8894
|
+
];
|
|
8895
|
+
var LEVER_TOOLS = [
|
|
8896
|
+
"lever_list_opportunities",
|
|
8897
|
+
"lever_get_opportunity",
|
|
8898
|
+
"lever_create_opportunity",
|
|
8899
|
+
"lever_list_postings",
|
|
8900
|
+
"lever_list_users",
|
|
8901
|
+
"lever_list_stages"
|
|
8902
|
+
];
|
|
8903
|
+
function leverIntegration(config = {}) {
|
|
8904
|
+
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 };
|
|
8905
|
+
return {
|
|
8906
|
+
id: "lever",
|
|
8907
|
+
name: "Lever",
|
|
8908
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/lever.png",
|
|
8909
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
8910
|
+
category: "HR & Recruiting",
|
|
8911
|
+
tools: [...LEVER_TOOLS],
|
|
8912
|
+
authType: "oauth",
|
|
8913
|
+
oauth,
|
|
8914
|
+
async onInit() {
|
|
8915
|
+
logger77.debug("Lever integration initialized");
|
|
8916
|
+
},
|
|
8917
|
+
async onAfterConnect() {
|
|
8918
|
+
logger77.debug("Lever integration connected");
|
|
8919
|
+
}
|
|
8920
|
+
};
|
|
8921
|
+
}
|
|
8922
|
+
// src/integrations/greenhouse.ts
|
|
8923
|
+
init_logger();
|
|
8924
|
+
var logger78 = createLogger("Greenhouse");
|
|
8925
|
+
var GREENHOUSE_SCOPES = [
|
|
8926
|
+
"candidates:read",
|
|
8927
|
+
"candidates:write",
|
|
8928
|
+
"jobs:read",
|
|
8929
|
+
"applications:read",
|
|
8930
|
+
"users:read"
|
|
8931
|
+
];
|
|
8932
|
+
var GREENHOUSE_TOOLS = [
|
|
8933
|
+
"greenhouse_list_candidates",
|
|
8934
|
+
"greenhouse_get_candidate",
|
|
8935
|
+
"greenhouse_create_candidate",
|
|
8936
|
+
"greenhouse_list_jobs",
|
|
8937
|
+
"greenhouse_list_applications",
|
|
8938
|
+
"greenhouse_list_users"
|
|
8939
|
+
];
|
|
8940
|
+
function greenhouseIntegration(config = {}) {
|
|
8941
|
+
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 };
|
|
8942
|
+
return {
|
|
8943
|
+
id: "greenhouse",
|
|
8944
|
+
name: "Greenhouse",
|
|
8945
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/greenhouse.png",
|
|
8946
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
8947
|
+
category: "HR & Recruiting",
|
|
8948
|
+
tools: [...GREENHOUSE_TOOLS],
|
|
8949
|
+
authType: "oauth",
|
|
8950
|
+
oauth,
|
|
8951
|
+
async onInit() {
|
|
8952
|
+
logger78.debug("Greenhouse integration initialized");
|
|
8953
|
+
},
|
|
8954
|
+
async onAfterConnect() {
|
|
8955
|
+
logger78.debug("Greenhouse integration connected");
|
|
8956
|
+
}
|
|
8957
|
+
};
|
|
8958
|
+
}
|
|
8959
|
+
// src/integrations/bamboohr.ts
|
|
8960
|
+
init_logger();
|
|
8961
|
+
var logger79 = createLogger("BambooHR");
|
|
8962
|
+
var BAMBOOHR_SCOPES = [
|
|
8963
|
+
"employee.read",
|
|
8964
|
+
"employee.write",
|
|
8965
|
+
"time_off.read",
|
|
8966
|
+
"time_off.write"
|
|
8967
|
+
];
|
|
8968
|
+
var BAMBOOHR_TOOLS = [
|
|
8969
|
+
"bamboohr_get_company_report",
|
|
8970
|
+
"bamboohr_list_employees",
|
|
8971
|
+
"bamboohr_get_employee",
|
|
8972
|
+
"bamboohr_update_employee",
|
|
8973
|
+
"bamboohr_list_time_off_requests",
|
|
8974
|
+
"bamboohr_create_time_off_request"
|
|
8975
|
+
];
|
|
8976
|
+
function bamboohrIntegration(config = {}) {
|
|
8977
|
+
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 };
|
|
8978
|
+
return {
|
|
8979
|
+
id: "bamboohr",
|
|
8980
|
+
name: "BambooHR",
|
|
8981
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bamboohr.png",
|
|
8982
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
8983
|
+
category: "HR & Recruiting",
|
|
8984
|
+
tools: [...BAMBOOHR_TOOLS],
|
|
8985
|
+
authType: "oauth",
|
|
8986
|
+
oauth,
|
|
8987
|
+
getHeaders() {
|
|
8988
|
+
const headers = {};
|
|
8989
|
+
if (config.company_domain)
|
|
8990
|
+
headers["X-BambooHR-Company-Domain"] = config.company_domain;
|
|
8991
|
+
return headers;
|
|
8992
|
+
},
|
|
8993
|
+
async onInit() {
|
|
8994
|
+
logger79.debug("BambooHR integration initialized");
|
|
8995
|
+
},
|
|
8996
|
+
async onAfterConnect() {
|
|
8997
|
+
logger79.debug("BambooHR integration connected");
|
|
8998
|
+
}
|
|
8999
|
+
};
|
|
9000
|
+
}
|
|
9001
|
+
// src/integrations/snowflake.ts
|
|
9002
|
+
init_logger();
|
|
9003
|
+
var logger80 = createLogger("Snowflake");
|
|
9004
|
+
var SNOWFLAKE_SCOPES = [
|
|
9005
|
+
"session:role-any"
|
|
9006
|
+
];
|
|
9007
|
+
var SNOWFLAKE_TOOLS = [
|
|
9008
|
+
"snowflake_submit_statement",
|
|
9009
|
+
"snowflake_get_statement",
|
|
9010
|
+
"snowflake_cancel_statement",
|
|
9011
|
+
"snowflake_list_databases",
|
|
9012
|
+
"snowflake_list_warehouses"
|
|
9013
|
+
];
|
|
9014
|
+
function snowflakeIntegration(config = {}) {
|
|
9015
|
+
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 };
|
|
9016
|
+
return {
|
|
9017
|
+
id: "snowflake",
|
|
9018
|
+
name: "Snowflake",
|
|
9019
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/snowflake.png",
|
|
9020
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
9021
|
+
category: "Data & BI",
|
|
9022
|
+
tools: [...SNOWFLAKE_TOOLS],
|
|
9023
|
+
authType: "oauth",
|
|
9024
|
+
oauth,
|
|
9025
|
+
getHeaders() {
|
|
9026
|
+
const headers = {};
|
|
9027
|
+
if (config.account)
|
|
9028
|
+
headers["X-Snowflake-Account"] = config.account;
|
|
9029
|
+
return headers;
|
|
9030
|
+
},
|
|
9031
|
+
async onInit() {
|
|
9032
|
+
logger80.debug("Snowflake integration initialized");
|
|
9033
|
+
},
|
|
9034
|
+
async onAfterConnect() {
|
|
9035
|
+
logger80.debug("Snowflake integration connected");
|
|
9036
|
+
}
|
|
9037
|
+
};
|
|
9038
|
+
}
|
|
9039
|
+
// src/integrations/bigquery.ts
|
|
9040
|
+
init_logger();
|
|
9041
|
+
var logger81 = createLogger("BigQuery");
|
|
9042
|
+
var BIGQUERY_SCOPES = [
|
|
9043
|
+
"https://www.googleapis.com/auth/bigquery",
|
|
9044
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
|
9045
|
+
];
|
|
9046
|
+
var BIGQUERY_TOOLS = [
|
|
9047
|
+
"bigquery_list_projects",
|
|
9048
|
+
"bigquery_list_datasets",
|
|
9049
|
+
"bigquery_list_tables",
|
|
9050
|
+
"bigquery_get_table",
|
|
9051
|
+
"bigquery_query",
|
|
9052
|
+
"bigquery_list_jobs"
|
|
9053
|
+
];
|
|
9054
|
+
function bigqueryIntegration(config = {}) {
|
|
9055
|
+
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 };
|
|
9056
|
+
return {
|
|
9057
|
+
id: "bigquery",
|
|
9058
|
+
name: "BigQuery",
|
|
9059
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/bigquery.png",
|
|
9060
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
9061
|
+
category: "Data & BI",
|
|
9062
|
+
tools: [...BIGQUERY_TOOLS],
|
|
9063
|
+
authType: "oauth",
|
|
9064
|
+
oauth,
|
|
9065
|
+
async onInit() {
|
|
9066
|
+
logger81.debug("BigQuery integration initialized");
|
|
9067
|
+
},
|
|
9068
|
+
async onAfterConnect() {
|
|
9069
|
+
logger81.debug("BigQuery integration connected");
|
|
9070
|
+
}
|
|
9071
|
+
};
|
|
9072
|
+
}
|
|
9073
|
+
// src/integrations/looker.ts
|
|
9074
|
+
init_logger();
|
|
9075
|
+
var logger82 = createLogger("Looker");
|
|
9076
|
+
var LOOKER_SCOPES = [
|
|
9077
|
+
"read",
|
|
9078
|
+
"write"
|
|
9079
|
+
];
|
|
9080
|
+
var LOOKER_TOOLS = [
|
|
9081
|
+
"looker_me",
|
|
9082
|
+
"looker_search_dashboards",
|
|
9083
|
+
"looker_get_dashboard",
|
|
9084
|
+
"looker_run_query",
|
|
9085
|
+
"looker_list_looks",
|
|
9086
|
+
"looker_get_look"
|
|
9087
|
+
];
|
|
9088
|
+
function lookerIntegration(config = {}) {
|
|
9089
|
+
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 };
|
|
9090
|
+
return {
|
|
9091
|
+
id: "looker",
|
|
9092
|
+
name: "Looker",
|
|
9093
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/looker.png",
|
|
9094
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
9095
|
+
category: "Data & BI",
|
|
9096
|
+
tools: [...LOOKER_TOOLS],
|
|
9097
|
+
authType: "oauth",
|
|
9098
|
+
oauth,
|
|
9099
|
+
getHeaders() {
|
|
9100
|
+
const headers = {};
|
|
9101
|
+
if (config.looker_base_url)
|
|
9102
|
+
headers["X-Looker-Base-Url"] = config.looker_base_url;
|
|
9103
|
+
return headers;
|
|
9104
|
+
},
|
|
9105
|
+
async onInit() {
|
|
9106
|
+
logger82.debug("Looker integration initialized");
|
|
9107
|
+
},
|
|
9108
|
+
async onAfterConnect() {
|
|
9109
|
+
logger82.debug("Looker integration connected");
|
|
9110
|
+
}
|
|
9111
|
+
};
|
|
9112
|
+
}
|
|
9113
|
+
// src/integrations/tableau.ts
|
|
9114
|
+
init_logger();
|
|
9115
|
+
var logger83 = createLogger("Tableau");
|
|
9116
|
+
var TABLEAU_SCOPES = [
|
|
9117
|
+
"tableau:content:read",
|
|
9118
|
+
"tableau:content:write",
|
|
9119
|
+
"tableau:users:read"
|
|
9120
|
+
];
|
|
9121
|
+
var TABLEAU_TOOLS = [
|
|
9122
|
+
"tableau_list_sites",
|
|
9123
|
+
"tableau_list_workbooks",
|
|
9124
|
+
"tableau_get_workbook",
|
|
9125
|
+
"tableau_list_views",
|
|
9126
|
+
"tableau_list_datasources",
|
|
9127
|
+
"tableau_run_query_view_data"
|
|
9128
|
+
];
|
|
9129
|
+
function tableauIntegration(config = {}) {
|
|
9130
|
+
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 };
|
|
9131
|
+
return {
|
|
9132
|
+
id: "tableau",
|
|
9133
|
+
name: "Tableau",
|
|
9134
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tableau.png",
|
|
9135
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
9136
|
+
category: "Data & BI",
|
|
9137
|
+
tools: [...TABLEAU_TOOLS],
|
|
9138
|
+
authType: "oauth",
|
|
9139
|
+
oauth,
|
|
9140
|
+
getHeaders() {
|
|
9141
|
+
const headers = {};
|
|
9142
|
+
if (config.tableau_base_url)
|
|
9143
|
+
headers["X-Tableau-Base-Url"] = config.tableau_base_url;
|
|
9144
|
+
return headers;
|
|
9145
|
+
},
|
|
9146
|
+
async onInit() {
|
|
9147
|
+
logger83.debug("Tableau integration initialized");
|
|
9148
|
+
},
|
|
9149
|
+
async onAfterConnect() {
|
|
9150
|
+
logger83.debug("Tableau integration connected");
|
|
9151
|
+
}
|
|
9152
|
+
};
|
|
9153
|
+
}
|
|
9154
|
+
// src/integrations/dropbox_sign.ts
|
|
9155
|
+
init_logger();
|
|
9156
|
+
var logger84 = createLogger("Dropbox Sign");
|
|
9157
|
+
var DROPBOX_SIGN_SCOPES = [
|
|
9158
|
+
"basic_account_info",
|
|
9159
|
+
"request_signature",
|
|
9160
|
+
"signature_request_access"
|
|
9161
|
+
];
|
|
9162
|
+
var DROPBOX_SIGN_TOOLS = [
|
|
9163
|
+
"dropbox_sign_get_account",
|
|
9164
|
+
"dropbox_sign_list_signature_requests",
|
|
9165
|
+
"dropbox_sign_get_signature_request",
|
|
9166
|
+
"dropbox_sign_send_signature_request",
|
|
9167
|
+
"dropbox_sign_list_templates",
|
|
9168
|
+
"dropbox_sign_get_template"
|
|
9169
|
+
];
|
|
9170
|
+
function dropboxSignIntegration(config = {}) {
|
|
9171
|
+
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 };
|
|
9172
|
+
return {
|
|
9173
|
+
id: "dropbox_sign",
|
|
9174
|
+
name: "Dropbox Sign",
|
|
9175
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dropbox_sign.png",
|
|
9176
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
9177
|
+
category: "Legal",
|
|
9178
|
+
tools: [...DROPBOX_SIGN_TOOLS],
|
|
9179
|
+
authType: "oauth",
|
|
9180
|
+
oauth,
|
|
9181
|
+
async onInit() {
|
|
9182
|
+
logger84.debug("Dropbox Sign integration initialized");
|
|
9183
|
+
},
|
|
9184
|
+
async onAfterConnect() {
|
|
9185
|
+
logger84.debug("Dropbox Sign integration connected");
|
|
9186
|
+
}
|
|
9187
|
+
};
|
|
9188
|
+
}
|
|
9189
|
+
// src/integrations/adobe_acrobat_sign.ts
|
|
9190
|
+
init_logger();
|
|
9191
|
+
var logger85 = createLogger("Adobe Acrobat Sign");
|
|
9192
|
+
var ADOBE_ACROBAT_SIGN_SCOPES = [
|
|
9193
|
+
"user_read",
|
|
9194
|
+
"agreement_read",
|
|
9195
|
+
"agreement_write",
|
|
9196
|
+
"library_read",
|
|
9197
|
+
"library_write"
|
|
9198
|
+
];
|
|
9199
|
+
var ADOBE_ACROBAT_SIGN_TOOLS = [
|
|
9200
|
+
"adobe_acrobat_sign_get_user",
|
|
9201
|
+
"adobe_acrobat_sign_list_agreements",
|
|
9202
|
+
"adobe_acrobat_sign_get_agreement",
|
|
9203
|
+
"adobe_acrobat_sign_create_agreement",
|
|
9204
|
+
"adobe_acrobat_sign_list_library_documents",
|
|
9205
|
+
"adobe_acrobat_sign_get_signing_urls"
|
|
9206
|
+
];
|
|
9207
|
+
function adobeAcrobatSignIntegration(config = {}) {
|
|
9208
|
+
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 };
|
|
9209
|
+
return {
|
|
9210
|
+
id: "adobe_acrobat_sign",
|
|
9211
|
+
name: "Adobe Acrobat Sign",
|
|
9212
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/adobe_acrobat_sign.png",
|
|
9213
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
9214
|
+
category: "Legal",
|
|
9215
|
+
tools: [...ADOBE_ACROBAT_SIGN_TOOLS],
|
|
9216
|
+
authType: "oauth",
|
|
9217
|
+
oauth,
|
|
9218
|
+
async onInit() {
|
|
9219
|
+
logger85.debug("Adobe Acrobat Sign integration initialized");
|
|
9220
|
+
},
|
|
9221
|
+
async onAfterConnect() {
|
|
9222
|
+
logger85.debug("Adobe Acrobat Sign integration connected");
|
|
9223
|
+
}
|
|
9224
|
+
};
|
|
9225
|
+
}
|
|
9226
|
+
// src/integrations/pandadoc.ts
|
|
9227
|
+
init_logger();
|
|
9228
|
+
var logger86 = createLogger("PandaDoc");
|
|
9229
|
+
var PANDADOC_SCOPES = [
|
|
9230
|
+
"read+write"
|
|
9231
|
+
];
|
|
9232
|
+
var PANDADOC_TOOLS = [
|
|
9233
|
+
"pandadoc_list_documents",
|
|
9234
|
+
"pandadoc_get_document",
|
|
9235
|
+
"pandadoc_create_document",
|
|
9236
|
+
"pandadoc_send_document",
|
|
9237
|
+
"pandadoc_list_templates",
|
|
9238
|
+
"pandadoc_create_session"
|
|
9239
|
+
];
|
|
9240
|
+
function pandadocIntegration(config = {}) {
|
|
9241
|
+
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 };
|
|
9242
|
+
return {
|
|
9243
|
+
id: "pandadoc",
|
|
9244
|
+
name: "PandaDoc",
|
|
9245
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/pandadoc.png",
|
|
9246
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
9247
|
+
category: "Legal",
|
|
9248
|
+
tools: [...PANDADOC_TOOLS],
|
|
9249
|
+
authType: "oauth",
|
|
9250
|
+
oauth,
|
|
9251
|
+
async onInit() {
|
|
9252
|
+
logger86.debug("PandaDoc integration initialized");
|
|
9253
|
+
},
|
|
9254
|
+
async onAfterConnect() {
|
|
9255
|
+
logger86.debug("PandaDoc integration connected");
|
|
9256
|
+
}
|
|
9257
|
+
};
|
|
9258
|
+
}
|
|
9259
|
+
// src/integrations/meta_ads.ts
|
|
9260
|
+
init_logger();
|
|
9261
|
+
var logger87 = createLogger("Meta Ads");
|
|
9262
|
+
var META_ADS_SCOPES = [
|
|
9263
|
+
"ads_read",
|
|
9264
|
+
"ads_management",
|
|
9265
|
+
"business_management"
|
|
9266
|
+
];
|
|
9267
|
+
var META_ADS_TOOLS = [
|
|
9268
|
+
"meta_ads_list_ad_accounts",
|
|
9269
|
+
"meta_ads_get_ad_account",
|
|
9270
|
+
"meta_ads_list_campaigns",
|
|
9271
|
+
"meta_ads_create_campaign",
|
|
9272
|
+
"meta_ads_list_adsets",
|
|
9273
|
+
"meta_ads_list_ads"
|
|
9274
|
+
];
|
|
9275
|
+
function metaAdsIntegration(config = {}) {
|
|
9276
|
+
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 };
|
|
9277
|
+
return {
|
|
9278
|
+
id: "meta_ads",
|
|
9279
|
+
name: "Meta Ads",
|
|
9280
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/meta_ads.png",
|
|
9281
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
9282
|
+
category: "Marketing",
|
|
9283
|
+
tools: [...META_ADS_TOOLS],
|
|
9284
|
+
authType: "oauth",
|
|
9285
|
+
oauth,
|
|
9286
|
+
async onInit() {
|
|
9287
|
+
logger87.debug("Meta Ads integration initialized");
|
|
9288
|
+
},
|
|
9289
|
+
async onAfterConnect() {
|
|
9290
|
+
logger87.debug("Meta Ads integration connected");
|
|
9291
|
+
}
|
|
9292
|
+
};
|
|
9293
|
+
}
|
|
9294
|
+
// src/integrations/microsoft_ads.ts
|
|
9295
|
+
init_logger();
|
|
9296
|
+
var logger88 = createLogger("Microsoft Ads");
|
|
9297
|
+
var MICROSOFT_ADS_SCOPES = [
|
|
9298
|
+
"https://ads.microsoft.com/msads.manage",
|
|
9299
|
+
"offline_access"
|
|
9300
|
+
];
|
|
9301
|
+
var MICROSOFT_ADS_TOOLS = [
|
|
9302
|
+
"microsoft_ads_get_user",
|
|
9303
|
+
"microsoft_ads_search_accounts",
|
|
9304
|
+
"microsoft_ads_get_campaigns",
|
|
9305
|
+
"microsoft_ads_add_campaigns",
|
|
9306
|
+
"microsoft_ads_get_ad_groups",
|
|
9307
|
+
"microsoft_ads_get_keywords"
|
|
9308
|
+
];
|
|
9309
|
+
function microsoftAdsIntegration(config = {}) {
|
|
9310
|
+
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 };
|
|
9311
|
+
return {
|
|
9312
|
+
id: "microsoft_ads",
|
|
9313
|
+
name: "Microsoft Ads",
|
|
9314
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_ads.png",
|
|
9315
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
9316
|
+
category: "Marketing",
|
|
9317
|
+
tools: [...MICROSOFT_ADS_TOOLS],
|
|
9318
|
+
authType: "oauth",
|
|
9319
|
+
oauth,
|
|
9320
|
+
async onInit() {
|
|
9321
|
+
logger88.debug("Microsoft Ads integration initialized");
|
|
9322
|
+
},
|
|
9323
|
+
async onAfterConnect() {
|
|
9324
|
+
logger88.debug("Microsoft Ads integration connected");
|
|
9325
|
+
}
|
|
9326
|
+
};
|
|
9327
|
+
}
|
|
9328
|
+
// src/integrations/tiktok_business.ts
|
|
9329
|
+
init_logger();
|
|
9330
|
+
var logger89 = createLogger("TikTok Business");
|
|
9331
|
+
var TIKTOK_BUSINESS_SCOPES = [
|
|
9332
|
+
"user.info.basic",
|
|
9333
|
+
"advertiser.read",
|
|
9334
|
+
"campaign.read",
|
|
9335
|
+
"campaign.write",
|
|
9336
|
+
"adgroup.read",
|
|
9337
|
+
"adgroup.write",
|
|
9338
|
+
"ad.read",
|
|
9339
|
+
"ad.write",
|
|
9340
|
+
"report.read"
|
|
9341
|
+
];
|
|
9342
|
+
var TIKTOK_BUSINESS_TOOLS = [
|
|
9343
|
+
"tiktok_business_list_advertisers",
|
|
9344
|
+
"tiktok_business_list_campaigns",
|
|
9345
|
+
"tiktok_business_create_campaign",
|
|
9346
|
+
"tiktok_business_list_adgroups",
|
|
9347
|
+
"tiktok_business_list_ads",
|
|
9348
|
+
"tiktok_business_run_report"
|
|
9349
|
+
];
|
|
9350
|
+
function tiktokBusinessIntegration(config = {}) {
|
|
9351
|
+
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 };
|
|
9352
|
+
return {
|
|
9353
|
+
id: "tiktok_business",
|
|
9354
|
+
name: "TikTok Business",
|
|
9355
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tiktok_business.png",
|
|
9356
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
9357
|
+
category: "Marketing",
|
|
9358
|
+
tools: [...TIKTOK_BUSINESS_TOOLS],
|
|
9359
|
+
authType: "oauth",
|
|
9360
|
+
oauth,
|
|
9361
|
+
async onInit() {
|
|
9362
|
+
logger89.debug("TikTok Business integration initialized");
|
|
9363
|
+
},
|
|
9364
|
+
async onAfterConnect() {
|
|
9365
|
+
logger89.debug("TikTok Business integration connected");
|
|
9366
|
+
}
|
|
9367
|
+
};
|
|
9368
|
+
}
|
|
9369
|
+
// src/integrations/amazon_ads.ts
|
|
9370
|
+
init_logger();
|
|
9371
|
+
var logger90 = createLogger("Amazon Ads");
|
|
9372
|
+
var AMAZON_ADS_SCOPES = [
|
|
9373
|
+
"advertising::campaign_management"
|
|
9374
|
+
];
|
|
9375
|
+
var AMAZON_ADS_TOOLS = [
|
|
9376
|
+
"amazon_ads_list_profiles",
|
|
9377
|
+
"amazon_ads_list_campaigns",
|
|
9378
|
+
"amazon_ads_create_campaigns",
|
|
9379
|
+
"amazon_ads_list_ad_groups",
|
|
9380
|
+
"amazon_ads_list_keywords",
|
|
9381
|
+
"amazon_ads_request_report"
|
|
9382
|
+
];
|
|
9383
|
+
function amazonAdsIntegration(config = {}) {
|
|
9384
|
+
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 };
|
|
9385
|
+
return {
|
|
9386
|
+
id: "amazon_ads",
|
|
9387
|
+
name: "Amazon Ads",
|
|
9388
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/amazon_ads.png",
|
|
9389
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
9390
|
+
category: "Marketing",
|
|
9391
|
+
tools: [...AMAZON_ADS_TOOLS],
|
|
9392
|
+
authType: "oauth",
|
|
9393
|
+
oauth,
|
|
9394
|
+
async onInit() {
|
|
9395
|
+
logger90.debug("Amazon Ads integration initialized");
|
|
9396
|
+
},
|
|
9397
|
+
async onAfterConnect() {
|
|
9398
|
+
logger90.debug("Amazon Ads integration connected");
|
|
9399
|
+
}
|
|
9400
|
+
};
|
|
9401
|
+
}
|
|
9402
|
+
// src/integrations/moneybird.ts
|
|
9403
|
+
init_logger();
|
|
9404
|
+
var logger91 = createLogger("Moneybird");
|
|
9405
|
+
var MONEYBIRD_SCOPES = [
|
|
9406
|
+
"sales_invoices",
|
|
9407
|
+
"documents",
|
|
9408
|
+
"estimates",
|
|
9409
|
+
"bank",
|
|
9410
|
+
"settings"
|
|
9411
|
+
];
|
|
9412
|
+
var MONEYBIRD_TOOLS = [
|
|
9413
|
+
"moneybird_list_administrations",
|
|
9414
|
+
"moneybird_list_contacts",
|
|
9415
|
+
"moneybird_create_contact",
|
|
9416
|
+
"moneybird_list_sales_invoices",
|
|
9417
|
+
"moneybird_create_sales_invoice",
|
|
9418
|
+
"moneybird_list_financial_accounts"
|
|
9419
|
+
];
|
|
9420
|
+
function moneybirdIntegration(config = {}) {
|
|
9421
|
+
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 };
|
|
9422
|
+
return {
|
|
9423
|
+
id: "moneybird",
|
|
9424
|
+
name: "Moneybird",
|
|
9425
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/moneybird.png",
|
|
9426
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
9427
|
+
category: "Accounting",
|
|
9428
|
+
tools: [...MONEYBIRD_TOOLS],
|
|
9429
|
+
authType: "oauth",
|
|
9430
|
+
oauth,
|
|
9431
|
+
async onInit() {
|
|
9432
|
+
logger91.debug("Moneybird integration initialized");
|
|
9433
|
+
},
|
|
9434
|
+
async onAfterConnect() {
|
|
9435
|
+
logger91.debug("Moneybird integration connected");
|
|
9436
|
+
}
|
|
9437
|
+
};
|
|
9438
|
+
}
|
|
9439
|
+
// src/integrations/exact_online.ts
|
|
9440
|
+
init_logger();
|
|
9441
|
+
var logger92 = createLogger("Exact Online");
|
|
9442
|
+
var EXACT_ONLINE_SCOPES = [
|
|
9443
|
+
"financial",
|
|
9444
|
+
"crm",
|
|
9445
|
+
"sales",
|
|
9446
|
+
"purchase",
|
|
9447
|
+
"offline_access"
|
|
9448
|
+
];
|
|
9449
|
+
var EXACT_ONLINE_TOOLS = [
|
|
9450
|
+
"exact_online_list_divisions",
|
|
9451
|
+
"exact_online_list_accounts",
|
|
9452
|
+
"exact_online_list_items",
|
|
9453
|
+
"exact_online_list_sales_invoices",
|
|
9454
|
+
"exact_online_create_sales_invoice",
|
|
9455
|
+
"exact_online_list_gl_accounts"
|
|
9456
|
+
];
|
|
9457
|
+
function exactOnlineIntegration(config = {}) {
|
|
9458
|
+
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 };
|
|
9459
|
+
return {
|
|
9460
|
+
id: "exact_online",
|
|
9461
|
+
name: "Exact Online",
|
|
9462
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/exact_online.png",
|
|
9463
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
9464
|
+
category: "Accounting",
|
|
9465
|
+
tools: [...EXACT_ONLINE_TOOLS],
|
|
9466
|
+
authType: "oauth",
|
|
9467
|
+
oauth,
|
|
9468
|
+
async onInit() {
|
|
9469
|
+
logger92.debug("Exact Online integration initialized");
|
|
9470
|
+
},
|
|
9471
|
+
async onAfterConnect() {
|
|
9472
|
+
logger92.debug("Exact Online integration connected");
|
|
9473
|
+
}
|
|
9474
|
+
};
|
|
9475
|
+
}
|
|
9476
|
+
// src/integrations/sage.ts
|
|
9477
|
+
init_logger();
|
|
9478
|
+
var logger93 = createLogger("Sage Accounting");
|
|
9479
|
+
var SAGE_SCOPES = [
|
|
9480
|
+
"full_access"
|
|
9481
|
+
];
|
|
9482
|
+
var SAGE_TOOLS = [
|
|
9483
|
+
"sage_get_business",
|
|
9484
|
+
"sage_list_contacts",
|
|
9485
|
+
"sage_create_contact",
|
|
9486
|
+
"sage_list_products",
|
|
9487
|
+
"sage_list_sales_invoices",
|
|
9488
|
+
"sage_create_sales_invoice"
|
|
9489
|
+
];
|
|
9490
|
+
function sageIntegration(config = {}) {
|
|
9491
|
+
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 };
|
|
9492
|
+
return {
|
|
9493
|
+
id: "sage",
|
|
9494
|
+
name: "Sage Accounting",
|
|
9495
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
|
|
9496
|
+
description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
|
|
9497
|
+
category: "Accounting",
|
|
9498
|
+
tools: [...SAGE_TOOLS],
|
|
9499
|
+
authType: "oauth",
|
|
9500
|
+
oauth,
|
|
9501
|
+
async onInit() {
|
|
9502
|
+
logger93.debug("Sage Accounting integration initialized");
|
|
9503
|
+
},
|
|
9504
|
+
async onAfterConnect() {
|
|
9505
|
+
logger93.debug("Sage Accounting integration connected");
|
|
9506
|
+
}
|
|
9507
|
+
};
|
|
9508
|
+
}
|
|
9509
|
+
// src/integrations/freeagent.ts
|
|
9510
|
+
init_logger();
|
|
9511
|
+
var logger94 = createLogger("FreeAgent");
|
|
9512
|
+
var FREEAGENT_SCOPES = [
|
|
9513
|
+
"full_access"
|
|
9514
|
+
];
|
|
9515
|
+
var FREEAGENT_TOOLS = [
|
|
9516
|
+
"freeagent_get_company",
|
|
9517
|
+
"freeagent_list_contacts",
|
|
9518
|
+
"freeagent_create_contact",
|
|
9519
|
+
"freeagent_list_invoices",
|
|
9520
|
+
"freeagent_create_invoice",
|
|
9521
|
+
"freeagent_list_bills"
|
|
9522
|
+
];
|
|
9523
|
+
function freeagentIntegration(config = {}) {
|
|
9524
|
+
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 };
|
|
9525
|
+
return {
|
|
9526
|
+
id: "freeagent",
|
|
9527
|
+
name: "FreeAgent",
|
|
9528
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/freeagent.png",
|
|
9529
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
9530
|
+
category: "Accounting",
|
|
9531
|
+
tools: [...FREEAGENT_TOOLS],
|
|
9532
|
+
authType: "oauth",
|
|
9533
|
+
oauth,
|
|
9534
|
+
async onInit() {
|
|
9535
|
+
logger94.debug("FreeAgent integration initialized");
|
|
9536
|
+
},
|
|
9537
|
+
async onAfterConnect() {
|
|
9538
|
+
logger94.debug("FreeAgent integration connected");
|
|
9539
|
+
}
|
|
9540
|
+
};
|
|
9541
|
+
}
|
|
9542
|
+
// src/integrations/onelogin.ts
|
|
9543
|
+
init_logger();
|
|
9544
|
+
var logger95 = createLogger("OneLogin");
|
|
9545
|
+
var ONELOGIN_SCOPES = [
|
|
9546
|
+
"openid",
|
|
9547
|
+
"profile",
|
|
9548
|
+
"manage:all"
|
|
9549
|
+
];
|
|
9550
|
+
var ONELOGIN_TOOLS = [
|
|
9551
|
+
"onelogin_list_users",
|
|
9552
|
+
"onelogin_get_user",
|
|
9553
|
+
"onelogin_create_user",
|
|
9554
|
+
"onelogin_list_roles",
|
|
9555
|
+
"onelogin_list_apps",
|
|
9556
|
+
"onelogin_list_events"
|
|
9557
|
+
];
|
|
9558
|
+
function oneloginIntegration(config = {}) {
|
|
9559
|
+
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 };
|
|
9560
|
+
return {
|
|
9561
|
+
id: "onelogin",
|
|
9562
|
+
name: "OneLogin",
|
|
9563
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/onelogin.png",
|
|
9564
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
9565
|
+
category: "Identity & Access",
|
|
9566
|
+
tools: [...ONELOGIN_TOOLS],
|
|
9567
|
+
authType: "oauth",
|
|
9568
|
+
oauth,
|
|
9569
|
+
getHeaders() {
|
|
9570
|
+
const headers = {};
|
|
9571
|
+
if (config.region)
|
|
9572
|
+
headers["X-OneLogin-Region"] = config.region;
|
|
9573
|
+
return headers;
|
|
9574
|
+
},
|
|
9575
|
+
async onInit() {
|
|
9576
|
+
logger95.debug("OneLogin integration initialized");
|
|
9577
|
+
},
|
|
9578
|
+
async onAfterConnect() {
|
|
9579
|
+
logger95.debug("OneLogin integration connected");
|
|
9580
|
+
}
|
|
9581
|
+
};
|
|
9582
|
+
}
|
|
9583
|
+
// src/integrations/microsoft_entra_id.ts
|
|
9584
|
+
init_logger();
|
|
9585
|
+
var logger96 = createLogger("Microsoft Entra ID");
|
|
9586
|
+
var MICROSOFT_ENTRA_ID_SCOPES = [
|
|
9587
|
+
"User.ReadWrite.All",
|
|
9588
|
+
"Group.ReadWrite.All",
|
|
9589
|
+
"Application.ReadWrite.All",
|
|
9590
|
+
"Directory.Read.All",
|
|
9591
|
+
"AuditLog.Read.All",
|
|
9592
|
+
"offline_access"
|
|
9593
|
+
];
|
|
9594
|
+
var MICROSOFT_ENTRA_ID_TOOLS = [
|
|
9595
|
+
"microsoft_entra_id_list_users",
|
|
9596
|
+
"microsoft_entra_id_get_user",
|
|
9597
|
+
"microsoft_entra_id_create_user",
|
|
9598
|
+
"microsoft_entra_id_list_groups",
|
|
9599
|
+
"microsoft_entra_id_list_applications",
|
|
9600
|
+
"microsoft_entra_id_list_audit_logs"
|
|
9601
|
+
];
|
|
9602
|
+
function microsoftEntraIdIntegration(config = {}) {
|
|
9603
|
+
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 };
|
|
9604
|
+
return {
|
|
9605
|
+
id: "microsoft_entra_id",
|
|
9606
|
+
name: "Microsoft Entra ID",
|
|
9607
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/microsoft_entra_id.png",
|
|
9608
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
9609
|
+
category: "Identity & Access",
|
|
9610
|
+
tools: [...MICROSOFT_ENTRA_ID_TOOLS],
|
|
9611
|
+
authType: "oauth",
|
|
9612
|
+
oauth,
|
|
9613
|
+
async onInit() {
|
|
9614
|
+
logger96.debug("Microsoft Entra ID integration initialized");
|
|
9615
|
+
},
|
|
9616
|
+
async onAfterConnect() {
|
|
9617
|
+
logger96.debug("Microsoft Entra ID integration connected");
|
|
9618
|
+
}
|
|
9619
|
+
};
|
|
9620
|
+
}
|
|
9621
|
+
// src/integrations/dhl.ts
|
|
9622
|
+
init_logger();
|
|
9623
|
+
var logger97 = createLogger("DHL");
|
|
9624
|
+
var DHL_SCOPES = [
|
|
9625
|
+
"shipping",
|
|
9626
|
+
"tracking"
|
|
9627
|
+
];
|
|
9628
|
+
var DHL_TOOLS = [
|
|
9629
|
+
"dhl_track_shipment",
|
|
9630
|
+
"dhl_create_shipment",
|
|
9631
|
+
"dhl_get_label",
|
|
9632
|
+
"dhl_delete_shipment",
|
|
9633
|
+
"dhl_validate_address"
|
|
9634
|
+
];
|
|
9635
|
+
function dhlIntegration(config = {}) {
|
|
9636
|
+
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 };
|
|
9637
|
+
return {
|
|
9638
|
+
id: "dhl",
|
|
9639
|
+
name: "DHL",
|
|
9640
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dhl.png",
|
|
9641
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
9642
|
+
category: "Shipping & Logistics",
|
|
9643
|
+
tools: [...DHL_TOOLS],
|
|
9644
|
+
authType: "oauth",
|
|
9645
|
+
oauth,
|
|
9646
|
+
async onInit() {
|
|
9647
|
+
logger97.debug("DHL integration initialized");
|
|
9648
|
+
},
|
|
9649
|
+
async onAfterConnect() {
|
|
9650
|
+
logger97.debug("DHL integration connected");
|
|
9651
|
+
}
|
|
9652
|
+
};
|
|
9653
|
+
}
|
|
9654
|
+
// src/integrations/ups.ts
|
|
9655
|
+
init_logger();
|
|
9656
|
+
var logger98 = createLogger("UPS");
|
|
9657
|
+
var UPS_SCOPES = [
|
|
9658
|
+
"shipments",
|
|
9659
|
+
"tracking",
|
|
9660
|
+
"rating",
|
|
9661
|
+
"address_validation"
|
|
9662
|
+
];
|
|
9663
|
+
var UPS_TOOLS = [
|
|
9664
|
+
"ups_track_shipment",
|
|
9665
|
+
"ups_rate_shipment",
|
|
9666
|
+
"ups_create_shipment",
|
|
9667
|
+
"ups_void_shipment",
|
|
9668
|
+
"ups_validate_address"
|
|
9669
|
+
];
|
|
9670
|
+
function upsIntegration(config = {}) {
|
|
9671
|
+
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 };
|
|
9672
|
+
return {
|
|
9673
|
+
id: "ups",
|
|
9674
|
+
name: "UPS",
|
|
9675
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ups.png",
|
|
9676
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
9677
|
+
category: "Shipping & Logistics",
|
|
9678
|
+
tools: [...UPS_TOOLS],
|
|
9679
|
+
authType: "oauth",
|
|
9680
|
+
oauth,
|
|
9681
|
+
async onInit() {
|
|
9682
|
+
logger98.debug("UPS integration initialized");
|
|
9683
|
+
},
|
|
9684
|
+
async onAfterConnect() {
|
|
9685
|
+
logger98.debug("UPS integration connected");
|
|
9686
|
+
}
|
|
9687
|
+
};
|
|
9688
|
+
}
|
|
9689
|
+
// src/integrations/fedex.ts
|
|
9690
|
+
init_logger();
|
|
9691
|
+
var logger99 = createLogger("FedEx");
|
|
9692
|
+
var FEDEX_SCOPES = [
|
|
9693
|
+
"ship",
|
|
9694
|
+
"track",
|
|
9695
|
+
"rates",
|
|
9696
|
+
"address"
|
|
9697
|
+
];
|
|
9698
|
+
var FEDEX_TOOLS = [
|
|
9699
|
+
"fedex_track_shipments",
|
|
9700
|
+
"fedex_rate_shipment",
|
|
9701
|
+
"fedex_create_shipment",
|
|
9702
|
+
"fedex_cancel_shipment",
|
|
9703
|
+
"fedex_validate_address"
|
|
9704
|
+
];
|
|
9705
|
+
function fedexIntegration(config = {}) {
|
|
9706
|
+
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 };
|
|
9707
|
+
return {
|
|
9708
|
+
id: "fedex",
|
|
9709
|
+
name: "FedEx",
|
|
9710
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/fedex.png",
|
|
9711
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
9712
|
+
category: "Shipping & Logistics",
|
|
9713
|
+
tools: [...FEDEX_TOOLS],
|
|
9714
|
+
authType: "oauth",
|
|
9715
|
+
oauth,
|
|
9716
|
+
async onInit() {
|
|
9717
|
+
logger99.debug("FedEx integration initialized");
|
|
9718
|
+
},
|
|
9719
|
+
async onAfterConnect() {
|
|
9720
|
+
logger99.debug("FedEx integration connected");
|
|
9721
|
+
}
|
|
9722
|
+
};
|
|
9723
|
+
}
|
|
9724
|
+
// src/integrations/plaid.ts
|
|
9725
|
+
init_logger();
|
|
9726
|
+
var logger100 = createLogger("Plaid");
|
|
9727
|
+
var PLAID_SCOPES = [
|
|
9728
|
+
"transactions",
|
|
9729
|
+
"auth",
|
|
9730
|
+
"identity",
|
|
9731
|
+
"accounts",
|
|
9732
|
+
"investments",
|
|
9733
|
+
"liabilities"
|
|
9734
|
+
];
|
|
9735
|
+
var PLAID_TOOLS = [
|
|
9736
|
+
"plaid_create_link_token",
|
|
9737
|
+
"plaid_exchange_public_token",
|
|
9738
|
+
"plaid_get_accounts",
|
|
9739
|
+
"plaid_get_transactions",
|
|
9740
|
+
"plaid_get_identity",
|
|
9741
|
+
"plaid_get_investments"
|
|
9742
|
+
];
|
|
9743
|
+
function plaidIntegration(config = {}) {
|
|
9744
|
+
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 };
|
|
9745
|
+
return {
|
|
9746
|
+
id: "plaid",
|
|
9747
|
+
name: "Plaid",
|
|
9748
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/plaid.png",
|
|
9749
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
9750
|
+
category: "Banking",
|
|
9751
|
+
tools: [...PLAID_TOOLS],
|
|
9752
|
+
authType: "oauth",
|
|
9753
|
+
oauth,
|
|
9754
|
+
async onInit() {
|
|
9755
|
+
logger100.debug("Plaid integration initialized");
|
|
9756
|
+
},
|
|
9757
|
+
async onAfterConnect() {
|
|
9758
|
+
logger100.debug("Plaid integration connected");
|
|
9759
|
+
}
|
|
9760
|
+
};
|
|
9761
|
+
}
|
|
9762
|
+
// src/integrations/truelayer.ts
|
|
9763
|
+
init_logger();
|
|
9764
|
+
var logger101 = createLogger("TrueLayer");
|
|
9765
|
+
var TRUELAYER_SCOPES = [
|
|
9766
|
+
"info",
|
|
9767
|
+
"accounts",
|
|
9768
|
+
"balance",
|
|
9769
|
+
"cards",
|
|
9770
|
+
"transactions",
|
|
9771
|
+
"direct_debits",
|
|
9772
|
+
"standing_orders",
|
|
9773
|
+
"offline_access"
|
|
9774
|
+
];
|
|
9775
|
+
var TRUELAYER_TOOLS = [
|
|
9776
|
+
"truelayer_get_me",
|
|
9777
|
+
"truelayer_list_accounts",
|
|
9778
|
+
"truelayer_get_account",
|
|
9779
|
+
"truelayer_get_balance",
|
|
9780
|
+
"truelayer_list_transactions",
|
|
9781
|
+
"truelayer_list_cards"
|
|
9782
|
+
];
|
|
9783
|
+
function truelayerIntegration(config = {}) {
|
|
9784
|
+
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 };
|
|
9785
|
+
return {
|
|
9786
|
+
id: "truelayer",
|
|
9787
|
+
name: "TrueLayer",
|
|
9788
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/truelayer.png",
|
|
9789
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
9790
|
+
category: "Banking",
|
|
9791
|
+
tools: [...TRUELAYER_TOOLS],
|
|
9792
|
+
authType: "oauth",
|
|
9793
|
+
oauth,
|
|
9794
|
+
async onInit() {
|
|
9795
|
+
logger101.debug("TrueLayer integration initialized");
|
|
9796
|
+
},
|
|
9797
|
+
async onAfterConnect() {
|
|
9798
|
+
logger101.debug("TrueLayer integration connected");
|
|
9799
|
+
}
|
|
9800
|
+
};
|
|
9801
|
+
}
|
|
9802
|
+
// src/integrations/tink.ts
|
|
9803
|
+
init_logger();
|
|
9804
|
+
var logger102 = createLogger("Tink");
|
|
9805
|
+
var TINK_SCOPES = [
|
|
9806
|
+
"accounts:read",
|
|
9807
|
+
"transactions:read",
|
|
9808
|
+
"user:read",
|
|
9809
|
+
"credentials:read"
|
|
9810
|
+
];
|
|
9811
|
+
var TINK_TOOLS = [
|
|
9812
|
+
"tink_get_user",
|
|
9813
|
+
"tink_list_accounts",
|
|
9814
|
+
"tink_get_account",
|
|
9815
|
+
"tink_list_transactions",
|
|
9816
|
+
"tink_list_credentials",
|
|
9817
|
+
"tink_refresh_credentials"
|
|
9818
|
+
];
|
|
9819
|
+
function tinkIntegration(config = {}) {
|
|
9820
|
+
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 };
|
|
9821
|
+
return {
|
|
9822
|
+
id: "tink",
|
|
9823
|
+
name: "Tink",
|
|
9824
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tink.png",
|
|
9825
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
9826
|
+
category: "Banking",
|
|
9827
|
+
tools: [...TINK_TOOLS],
|
|
9828
|
+
authType: "oauth",
|
|
9829
|
+
oauth,
|
|
9830
|
+
async onInit() {
|
|
9831
|
+
logger102.debug("Tink integration initialized");
|
|
9832
|
+
},
|
|
9833
|
+
async onAfterConnect() {
|
|
9834
|
+
logger102.debug("Tink integration connected");
|
|
9835
|
+
}
|
|
9836
|
+
};
|
|
9837
|
+
}
|
|
9838
|
+
// src/integrations/gocardless.ts
|
|
9839
|
+
init_logger();
|
|
9840
|
+
var logger103 = createLogger("GoCardless Bank Account Data");
|
|
9841
|
+
var GOCARDLESS_SCOPES = [
|
|
9842
|
+
"openid",
|
|
9843
|
+
"accounts",
|
|
9844
|
+
"transactions",
|
|
9845
|
+
"balances"
|
|
9846
|
+
];
|
|
9847
|
+
var GOCARDLESS_TOOLS = [
|
|
9848
|
+
"gocardless_list_institutions",
|
|
9849
|
+
"gocardless_create_requisition",
|
|
9850
|
+
"gocardless_get_requisition",
|
|
9851
|
+
"gocardless_get_account",
|
|
9852
|
+
"gocardless_get_balances",
|
|
9853
|
+
"gocardless_get_transactions"
|
|
9854
|
+
];
|
|
9855
|
+
function gocardlessIntegration(config = {}) {
|
|
9856
|
+
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 };
|
|
9857
|
+
return {
|
|
9858
|
+
id: "gocardless",
|
|
9859
|
+
name: "GoCardless Bank Account Data",
|
|
9860
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
|
|
9861
|
+
description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
9862
|
+
category: "Banking",
|
|
9863
|
+
tools: [...GOCARDLESS_TOOLS],
|
|
9864
|
+
authType: "oauth",
|
|
9865
|
+
oauth,
|
|
9866
|
+
async onInit() {
|
|
9867
|
+
logger103.debug("GoCardless Bank Account Data integration initialized");
|
|
9868
|
+
},
|
|
9869
|
+
async onAfterConnect() {
|
|
9870
|
+
logger103.debug("GoCardless Bank Account Data integration connected");
|
|
9871
|
+
}
|
|
9872
|
+
};
|
|
9873
|
+
}
|
|
9874
|
+
// src/integrations/linear.ts
|
|
9875
|
+
init_logger();
|
|
9876
|
+
var logger104 = createLogger("Linear");
|
|
9877
|
+
var LINEAR_TOOLS = [
|
|
9878
|
+
"linear_create_issue",
|
|
9879
|
+
"linear_list_issues",
|
|
9880
|
+
"linear_get_issue",
|
|
9881
|
+
"linear_update_issue",
|
|
9882
|
+
"linear_archive_issue",
|
|
9883
|
+
"linear_delete_issue",
|
|
9884
|
+
"linear_search_issues",
|
|
9885
|
+
"linear_add_comment",
|
|
9886
|
+
"linear_list_users",
|
|
9887
|
+
"linear_get_user",
|
|
9888
|
+
"linear_list_teams",
|
|
9889
|
+
"linear_list_workflow_states",
|
|
9890
|
+
"linear_create_workflow_state",
|
|
9891
|
+
"linear_list_projects",
|
|
9892
|
+
"linear_get_project",
|
|
9893
|
+
"linear_create_project",
|
|
9894
|
+
"linear_update_project",
|
|
9895
|
+
"linear_list_cycles",
|
|
9896
|
+
"linear_get_cycle",
|
|
9897
|
+
"linear_create_cycle",
|
|
9898
|
+
"linear_update_cycle",
|
|
9899
|
+
"linear_list_labels",
|
|
9900
|
+
"linear_create_issue_relation",
|
|
9901
|
+
"linear_delete_issue_relation",
|
|
9902
|
+
"linear_list_documents",
|
|
9903
|
+
"linear_get_document",
|
|
9904
|
+
"linear_create_document",
|
|
9905
|
+
"linear_update_document",
|
|
9906
|
+
"linear_list_initiatives",
|
|
9907
|
+
"linear_get_initiative",
|
|
9908
|
+
"linear_create_initiative",
|
|
9909
|
+
"linear_create_attachment",
|
|
9910
|
+
"linear_create_project_update"
|
|
9911
|
+
];
|
|
9912
|
+
function linearIntegration(config = {}) {
|
|
9913
|
+
const oauth = {
|
|
9914
|
+
provider: "linear",
|
|
9915
|
+
clientId: config.clientId ?? getEnv("LINEAR_CLIENT_ID"),
|
|
9916
|
+
clientSecret: config.clientSecret ?? getEnv("LINEAR_CLIENT_SECRET"),
|
|
9917
|
+
scopes: config.scopes,
|
|
9918
|
+
optionalScopes: config.optionalScopes,
|
|
9919
|
+
redirectUri: config.redirectUri,
|
|
9920
|
+
config: {
|
|
9921
|
+
...config
|
|
9922
|
+
}
|
|
9923
|
+
};
|
|
9924
|
+
return {
|
|
9925
|
+
id: "linear",
|
|
9926
|
+
name: "Linear",
|
|
9927
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/linear.jpeg",
|
|
9928
|
+
tools: [...LINEAR_TOOLS],
|
|
9929
|
+
oauth,
|
|
9930
|
+
async onInit(_client) {
|
|
9931
|
+
logger104.debug("Linear integration initialized");
|
|
9932
|
+
},
|
|
9933
|
+
async onAfterConnect(_client) {
|
|
9934
|
+
logger104.debug("Linear integration connected");
|
|
9935
|
+
}
|
|
9936
|
+
};
|
|
9937
|
+
}
|
|
9938
|
+
// src/integrations/railway.ts
|
|
9939
|
+
init_logger();
|
|
9940
|
+
var logger105 = createLogger("Railway");
|
|
9941
|
+
var RAILWAY_SCOPES = [
|
|
9942
|
+
"openid",
|
|
9943
|
+
"profile",
|
|
9944
|
+
"email",
|
|
9945
|
+
"workspace:admin",
|
|
9946
|
+
"project:member"
|
|
9947
|
+
];
|
|
9948
|
+
var RAILWAY_TOOLS = [
|
|
9949
|
+
"railway_get_current_user",
|
|
9950
|
+
"railway_get_workspace",
|
|
9951
|
+
"railway_list_regions",
|
|
9952
|
+
"railway_list_projects",
|
|
9953
|
+
"railway_get_project",
|
|
9954
|
+
"railway_create_project",
|
|
9955
|
+
"railway_update_project",
|
|
9956
|
+
"railway_delete_project",
|
|
9957
|
+
"railway_transfer_project",
|
|
9958
|
+
"railway_list_project_members",
|
|
9959
|
+
"railway_list_environments",
|
|
9960
|
+
"railway_get_environment",
|
|
9961
|
+
"railway_create_environment",
|
|
9962
|
+
"railway_rename_environment",
|
|
9963
|
+
"railway_delete_environment",
|
|
9964
|
+
"railway_get_environment_logs",
|
|
9965
|
+
"railway_get_environment_staged_changes",
|
|
9966
|
+
"railway_commit_environment_staged_changes",
|
|
9967
|
+
"railway_get_service",
|
|
9968
|
+
"railway_get_service_instance",
|
|
9969
|
+
"railway_create_service",
|
|
9970
|
+
"railway_update_service",
|
|
9971
|
+
"railway_update_service_instance",
|
|
9972
|
+
"railway_connect_service",
|
|
9973
|
+
"railway_disconnect_service",
|
|
9974
|
+
"railway_deploy_service",
|
|
9975
|
+
"railway_redeploy_service",
|
|
9976
|
+
"railway_get_service_limits",
|
|
9977
|
+
"railway_delete_service",
|
|
9978
|
+
"railway_list_deployments",
|
|
9979
|
+
"railway_get_deployment",
|
|
9980
|
+
"railway_get_latest_active_deployment",
|
|
9981
|
+
"railway_get_deployment_build_logs",
|
|
9982
|
+
"railway_get_deployment_runtime_logs",
|
|
9983
|
+
"railway_get_deployment_http_logs",
|
|
9984
|
+
"railway_redeploy_deployment",
|
|
9985
|
+
"railway_restart_deployment",
|
|
9986
|
+
"railway_rollback_deployment",
|
|
9987
|
+
"railway_stop_deployment",
|
|
9988
|
+
"railway_cancel_deployment",
|
|
9989
|
+
"railway_remove_deployment",
|
|
9990
|
+
"railway_get_variables",
|
|
9991
|
+
"railway_get_unrendered_variables",
|
|
9992
|
+
"railway_upsert_variable",
|
|
9993
|
+
"railway_upsert_variables",
|
|
9994
|
+
"railway_delete_variable",
|
|
9995
|
+
"railway_get_rendered_variables",
|
|
9996
|
+
"railway_list_domains",
|
|
9997
|
+
"railway_create_service_domain",
|
|
9998
|
+
"railway_delete_service_domain",
|
|
9999
|
+
"railway_check_custom_domain_availability",
|
|
10000
|
+
"railway_create_custom_domain",
|
|
10001
|
+
"railway_get_custom_domain_status",
|
|
10002
|
+
"railway_update_custom_domain",
|
|
10003
|
+
"railway_delete_custom_domain",
|
|
10004
|
+
"railway_list_project_volumes",
|
|
10005
|
+
"railway_get_volume_instance",
|
|
10006
|
+
"railway_create_volume",
|
|
10007
|
+
"railway_update_volume",
|
|
10008
|
+
"railway_update_volume_instance",
|
|
10009
|
+
"railway_delete_volume",
|
|
10010
|
+
"railway_list_volume_backups",
|
|
10011
|
+
"railway_create_volume_backup",
|
|
10012
|
+
"railway_restore_volume_backup",
|
|
10013
|
+
"railway_lock_volume_backup",
|
|
10014
|
+
"railway_delete_volume_backup",
|
|
10015
|
+
"railway_list_volume_backup_schedules",
|
|
10016
|
+
"railway_list_tcp_proxies"
|
|
10017
|
+
];
|
|
10018
|
+
function railwayIntegration(config = {}) {
|
|
7607
10019
|
const oauth = {
|
|
7608
10020
|
provider: "railway",
|
|
7609
10021
|
clientId: config.clientId ?? getEnv("RAILWAY_CLIENT_ID"),
|
|
@@ -7630,16 +10042,16 @@ function railwayIntegration(config = {}) {
|
|
|
7630
10042
|
tools: [...RAILWAY_TOOLS],
|
|
7631
10043
|
oauth,
|
|
7632
10044
|
async onInit(_client) {
|
|
7633
|
-
|
|
10045
|
+
logger105.debug("Railway integration initialized");
|
|
7634
10046
|
},
|
|
7635
10047
|
async onAfterConnect(_client) {
|
|
7636
|
-
|
|
10048
|
+
logger105.debug("Railway integration connected");
|
|
7637
10049
|
}
|
|
7638
10050
|
};
|
|
7639
10051
|
}
|
|
7640
10052
|
// src/integrations/vercel.ts
|
|
7641
10053
|
init_logger();
|
|
7642
|
-
var
|
|
10054
|
+
var logger106 = createLogger("Vercel");
|
|
7643
10055
|
var VERCEL_TOOLS = [
|
|
7644
10056
|
"vercel_list_projects",
|
|
7645
10057
|
"vercel_get_project",
|
|
@@ -7682,16 +10094,16 @@ function vercelIntegration(config = {}) {
|
|
|
7682
10094
|
tools: [...VERCEL_TOOLS],
|
|
7683
10095
|
oauth,
|
|
7684
10096
|
async onInit(_client) {
|
|
7685
|
-
|
|
10097
|
+
logger106.debug("Vercel integration initialized");
|
|
7686
10098
|
},
|
|
7687
10099
|
async onAfterConnect(_client) {
|
|
7688
|
-
|
|
10100
|
+
logger106.debug("Vercel integration connected");
|
|
7689
10101
|
}
|
|
7690
10102
|
};
|
|
7691
10103
|
}
|
|
7692
10104
|
// src/integrations/zendesk.ts
|
|
7693
10105
|
init_logger();
|
|
7694
|
-
var
|
|
10106
|
+
var logger107 = createLogger("Zendesk");
|
|
7695
10107
|
var ZENDESK_TOOLS = [
|
|
7696
10108
|
"zendesk_list_tickets",
|
|
7697
10109
|
"zendesk_get_ticket",
|
|
@@ -7740,16 +10152,16 @@ function zendeskIntegration(config = {}) {
|
|
|
7740
10152
|
tools: [...ZENDESK_TOOLS],
|
|
7741
10153
|
oauth,
|
|
7742
10154
|
async onInit(_client) {
|
|
7743
|
-
|
|
10155
|
+
logger107.debug("Zendesk integration initialized");
|
|
7744
10156
|
},
|
|
7745
10157
|
async onAfterConnect(_client) {
|
|
7746
|
-
|
|
10158
|
+
logger107.debug("Zendesk integration connected");
|
|
7747
10159
|
}
|
|
7748
10160
|
};
|
|
7749
10161
|
}
|
|
7750
10162
|
// src/integrations/stripe.ts
|
|
7751
10163
|
init_logger();
|
|
7752
|
-
var
|
|
10164
|
+
var logger108 = createLogger("Stripe");
|
|
7753
10165
|
var STRIPE_TOOLS = [
|
|
7754
10166
|
"stripe_list_customers",
|
|
7755
10167
|
"stripe_get_customer",
|
|
@@ -7806,16 +10218,16 @@ function stripeIntegration(config = {}) {
|
|
|
7806
10218
|
tools: [...STRIPE_TOOLS],
|
|
7807
10219
|
oauth,
|
|
7808
10220
|
async onInit(_client) {
|
|
7809
|
-
|
|
10221
|
+
logger108.debug("Stripe integration initialized");
|
|
7810
10222
|
},
|
|
7811
10223
|
async onAfterConnect(_client) {
|
|
7812
|
-
|
|
10224
|
+
logger108.debug("Stripe integration connected");
|
|
7813
10225
|
}
|
|
7814
10226
|
};
|
|
7815
10227
|
}
|
|
7816
10228
|
// src/integrations/gcal.ts
|
|
7817
10229
|
init_logger();
|
|
7818
|
-
var
|
|
10230
|
+
var logger109 = createLogger("Google Calendar");
|
|
7819
10231
|
var GCAL_TOOLS = [
|
|
7820
10232
|
"gcal_create_calendar",
|
|
7821
10233
|
"gcal_create_event",
|
|
@@ -7849,16 +10261,16 @@ function gcalIntegration(config = {}) {
|
|
|
7849
10261
|
tools: [...GCAL_TOOLS],
|
|
7850
10262
|
oauth,
|
|
7851
10263
|
async onInit(_client) {
|
|
7852
|
-
|
|
10264
|
+
logger109.debug("Google Calendar integration initialized");
|
|
7853
10265
|
},
|
|
7854
10266
|
async onAfterConnect(_client) {
|
|
7855
|
-
|
|
10267
|
+
logger109.debug("Google Calendar integration connected");
|
|
7856
10268
|
}
|
|
7857
10269
|
};
|
|
7858
10270
|
}
|
|
7859
10271
|
// src/integrations/gcontacts.ts
|
|
7860
10272
|
init_logger();
|
|
7861
|
-
var
|
|
10273
|
+
var logger110 = createLogger("Google Contacts");
|
|
7862
10274
|
var GCONTACTS_TOOLS = [
|
|
7863
10275
|
"gcontacts_batch_get_contacts",
|
|
7864
10276
|
"gcontacts_copy_other_contact",
|
|
@@ -7892,16 +10304,16 @@ function gcontactsIntegration(config = {}) {
|
|
|
7892
10304
|
tools: [...GCONTACTS_TOOLS],
|
|
7893
10305
|
oauth,
|
|
7894
10306
|
async onInit(_client) {
|
|
7895
|
-
|
|
10307
|
+
logger110.debug("Google Contacts integration initialized");
|
|
7896
10308
|
},
|
|
7897
10309
|
async onAfterConnect(_client) {
|
|
7898
|
-
|
|
10310
|
+
logger110.debug("Google Contacts integration connected");
|
|
7899
10311
|
}
|
|
7900
10312
|
};
|
|
7901
10313
|
}
|
|
7902
10314
|
// src/integrations/gmeet.ts
|
|
7903
10315
|
init_logger();
|
|
7904
|
-
var
|
|
10316
|
+
var logger111 = createLogger("Google Meet");
|
|
7905
10317
|
var GMEET_TOOLS = [
|
|
7906
10318
|
"gmeet_add_meet_to_event",
|
|
7907
10319
|
"gmeet_create_meeting",
|
|
@@ -7929,16 +10341,16 @@ function gmeetIntegration(config = {}) {
|
|
|
7929
10341
|
tools: [...GMEET_TOOLS],
|
|
7930
10342
|
oauth,
|
|
7931
10343
|
async onInit(_client) {
|
|
7932
|
-
|
|
10344
|
+
logger111.debug("Google Meet integration initialized");
|
|
7933
10345
|
},
|
|
7934
10346
|
async onAfterConnect(_client) {
|
|
7935
|
-
|
|
10347
|
+
logger111.debug("Google Meet integration connected");
|
|
7936
10348
|
}
|
|
7937
10349
|
};
|
|
7938
10350
|
}
|
|
7939
10351
|
// src/integrations/gtasks.ts
|
|
7940
10352
|
init_logger();
|
|
7941
|
-
var
|
|
10353
|
+
var logger112 = createLogger("Google Tasks");
|
|
7942
10354
|
var GTASKS_TOOLS = [
|
|
7943
10355
|
"gtasks_clear_completed",
|
|
7944
10356
|
"gtasks_create_task",
|
|
@@ -7974,16 +10386,16 @@ function gtasksIntegration(config = {}) {
|
|
|
7974
10386
|
tools: [...GTASKS_TOOLS],
|
|
7975
10387
|
oauth,
|
|
7976
10388
|
async onInit(_client) {
|
|
7977
|
-
|
|
10389
|
+
logger112.debug("Google Tasks integration initialized");
|
|
7978
10390
|
},
|
|
7979
10391
|
async onAfterConnect(_client) {
|
|
7980
|
-
|
|
10392
|
+
logger112.debug("Google Tasks integration connected");
|
|
7981
10393
|
}
|
|
7982
10394
|
};
|
|
7983
10395
|
}
|
|
7984
10396
|
// src/integrations/gkeep.ts
|
|
7985
10397
|
init_logger();
|
|
7986
|
-
var
|
|
10398
|
+
var logger113 = createLogger("Google Keep");
|
|
7987
10399
|
var GKEEP_TOOLS = [
|
|
7988
10400
|
"gkeep_list_notes",
|
|
7989
10401
|
"gkeep_get_note",
|
|
@@ -8015,16 +10427,16 @@ function gkeepIntegration(config = {}) {
|
|
|
8015
10427
|
tools: [...GKEEP_TOOLS],
|
|
8016
10428
|
oauth,
|
|
8017
10429
|
async onInit(_client) {
|
|
8018
|
-
|
|
10430
|
+
logger113.debug("Google Keep integration initialized");
|
|
8019
10431
|
},
|
|
8020
10432
|
async onAfterConnect(_client) {
|
|
8021
|
-
|
|
10433
|
+
logger113.debug("Google Keep integration connected");
|
|
8022
10434
|
}
|
|
8023
10435
|
};
|
|
8024
10436
|
}
|
|
8025
10437
|
// src/integrations/outlook.ts
|
|
8026
10438
|
init_logger();
|
|
8027
|
-
var
|
|
10439
|
+
var logger114 = createLogger("Outlook");
|
|
8028
10440
|
var OUTLOOK_TOOLS = [
|
|
8029
10441
|
"outlook_accept_event",
|
|
8030
10442
|
"outlook_create_draft",
|
|
@@ -8071,16 +10483,16 @@ function outlookIntegration(config = {}) {
|
|
|
8071
10483
|
tools: [...OUTLOOK_TOOLS],
|
|
8072
10484
|
oauth,
|
|
8073
10485
|
async onInit(_client) {
|
|
8074
|
-
|
|
10486
|
+
logger114.debug("Outlook integration initialized");
|
|
8075
10487
|
},
|
|
8076
10488
|
async onAfterConnect(_client) {
|
|
8077
|
-
|
|
10489
|
+
logger114.debug("Outlook integration connected");
|
|
8078
10490
|
}
|
|
8079
10491
|
};
|
|
8080
10492
|
}
|
|
8081
10493
|
// src/integrations/teams.ts
|
|
8082
10494
|
init_logger();
|
|
8083
|
-
var
|
|
10495
|
+
var logger115 = createLogger("Teams");
|
|
8084
10496
|
var TEAMS_SCOPES = [
|
|
8085
10497
|
"offline_access",
|
|
8086
10498
|
"User.Read",
|
|
@@ -8130,16 +10542,16 @@ function teamsIntegration(config = {}) {
|
|
|
8130
10542
|
tools: [...TEAMS_TOOLS],
|
|
8131
10543
|
oauth,
|
|
8132
10544
|
async onInit(_client) {
|
|
8133
|
-
|
|
10545
|
+
logger115.debug("Teams integration initialized");
|
|
8134
10546
|
},
|
|
8135
10547
|
async onAfterConnect(_client) {
|
|
8136
|
-
|
|
10548
|
+
logger115.debug("Teams integration connected");
|
|
8137
10549
|
}
|
|
8138
10550
|
};
|
|
8139
10551
|
}
|
|
8140
10552
|
// src/integrations/airtable.ts
|
|
8141
10553
|
init_logger();
|
|
8142
|
-
var
|
|
10554
|
+
var logger116 = createLogger("Airtable");
|
|
8143
10555
|
var AIRTABLE_TOOLS = [
|
|
8144
10556
|
"airtable_list_bases",
|
|
8145
10557
|
"airtable_get_base",
|
|
@@ -8185,16 +10597,16 @@ function airtableIntegration(config = {}) {
|
|
|
8185
10597
|
tools: [...AIRTABLE_TOOLS],
|
|
8186
10598
|
oauth,
|
|
8187
10599
|
async onInit(_client) {
|
|
8188
|
-
|
|
10600
|
+
logger116.debug("Airtable integration initialized");
|
|
8189
10601
|
},
|
|
8190
10602
|
async onAfterConnect(_client) {
|
|
8191
|
-
|
|
10603
|
+
logger116.debug("Airtable integration connected");
|
|
8192
10604
|
}
|
|
8193
10605
|
};
|
|
8194
10606
|
}
|
|
8195
10607
|
// src/integrations/auth0.ts
|
|
8196
10608
|
init_logger();
|
|
8197
|
-
var
|
|
10609
|
+
var logger117 = createLogger("Auth0");
|
|
8198
10610
|
var AUTH0_TOOLS = [
|
|
8199
10611
|
"auth0_list_users",
|
|
8200
10612
|
"auth0_get_user",
|
|
@@ -8273,7 +10685,7 @@ function auth0Integration(options) {
|
|
|
8273
10685
|
name: "Auth0",
|
|
8274
10686
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/auth0.png",
|
|
8275
10687
|
description: "Manage Auth0 users, connections, and applications via the Management API",
|
|
8276
|
-
category: "
|
|
10688
|
+
category: "Identity & Access",
|
|
8277
10689
|
tools: [...AUTH0_TOOLS],
|
|
8278
10690
|
authType: "apiKey",
|
|
8279
10691
|
getHeaders() {
|
|
@@ -8283,7 +10695,7 @@ function auth0Integration(options) {
|
|
|
8283
10695
|
};
|
|
8284
10696
|
},
|
|
8285
10697
|
async onInit() {
|
|
8286
|
-
|
|
10698
|
+
logger117.debug("Auth0 integration initialized");
|
|
8287
10699
|
},
|
|
8288
10700
|
async onBeforeConnect() {
|
|
8289
10701
|
await ensureFreshToken();
|
|
@@ -8292,13 +10704,13 @@ function auth0Integration(options) {
|
|
|
8292
10704
|
}
|
|
8293
10705
|
},
|
|
8294
10706
|
async onAfterConnect() {
|
|
8295
|
-
|
|
10707
|
+
logger117.debug("Auth0 integration connected");
|
|
8296
10708
|
}
|
|
8297
10709
|
};
|
|
8298
10710
|
}
|
|
8299
10711
|
// src/integrations/astronomer.ts
|
|
8300
10712
|
init_logger();
|
|
8301
|
-
var
|
|
10713
|
+
var logger118 = createLogger("Astronomer");
|
|
8302
10714
|
var ASTRONOMER_TOOLS = [
|
|
8303
10715
|
"astronomer_get_self",
|
|
8304
10716
|
"astronomer_list_organizations",
|
|
@@ -8333,16 +10745,16 @@ function astronomerIntegration(options = {}) {
|
|
|
8333
10745
|
};
|
|
8334
10746
|
},
|
|
8335
10747
|
async onInit(_client) {
|
|
8336
|
-
|
|
10748
|
+
logger118.debug("Astronomer integration initialized");
|
|
8337
10749
|
},
|
|
8338
10750
|
async onAfterConnect(_client) {
|
|
8339
|
-
|
|
10751
|
+
logger118.debug("Astronomer integration connected");
|
|
8340
10752
|
}
|
|
8341
10753
|
};
|
|
8342
10754
|
}
|
|
8343
10755
|
// src/integrations/betterstack.ts
|
|
8344
10756
|
init_logger();
|
|
8345
|
-
var
|
|
10757
|
+
var logger119 = createLogger("BetterStack");
|
|
8346
10758
|
var BETTERSTACK_TOOLS = [
|
|
8347
10759
|
"betterstack_list_sources",
|
|
8348
10760
|
"betterstack_get_source",
|
|
@@ -8375,16 +10787,16 @@ function betterstackIntegration(options = {}) {
|
|
|
8375
10787
|
};
|
|
8376
10788
|
},
|
|
8377
10789
|
async onInit(_client) {
|
|
8378
|
-
|
|
10790
|
+
logger119.debug("Better Stack integration initialized");
|
|
8379
10791
|
},
|
|
8380
10792
|
async onAfterConnect(_client) {
|
|
8381
|
-
|
|
10793
|
+
logger119.debug("Better Stack integration connected");
|
|
8382
10794
|
}
|
|
8383
10795
|
};
|
|
8384
10796
|
}
|
|
8385
10797
|
// src/integrations/todoist.ts
|
|
8386
10798
|
init_logger();
|
|
8387
|
-
var
|
|
10799
|
+
var logger120 = createLogger("Todoist");
|
|
8388
10800
|
var TODOIST_TOOLS = [
|
|
8389
10801
|
"todoist_list_projects",
|
|
8390
10802
|
"todoist_get_project",
|
|
@@ -8439,16 +10851,16 @@ function todoistIntegration(config = {}) {
|
|
|
8439
10851
|
tools: [...TODOIST_TOOLS],
|
|
8440
10852
|
oauth,
|
|
8441
10853
|
async onInit(_client) {
|
|
8442
|
-
|
|
10854
|
+
logger120.debug("Todoist integration initialized");
|
|
8443
10855
|
},
|
|
8444
10856
|
async onAfterConnect(_client) {
|
|
8445
|
-
|
|
10857
|
+
logger120.debug("Todoist integration connected");
|
|
8446
10858
|
}
|
|
8447
10859
|
};
|
|
8448
10860
|
}
|
|
8449
10861
|
// src/integrations/whatsapp.ts
|
|
8450
10862
|
init_logger();
|
|
8451
|
-
var
|
|
10863
|
+
var logger121 = createLogger("WhatsApp");
|
|
8452
10864
|
var WHATSAPP_TOOLS = [
|
|
8453
10865
|
"whatsapp_send_message",
|
|
8454
10866
|
"whatsapp_reply_message",
|
|
@@ -8497,16 +10909,16 @@ function whatsappIntegration(config = {}) {
|
|
|
8497
10909
|
tools: [...WHATSAPP_TOOLS],
|
|
8498
10910
|
oauth,
|
|
8499
10911
|
async onInit(_client) {
|
|
8500
|
-
|
|
10912
|
+
logger121.debug("WhatsApp Business integration initialized");
|
|
8501
10913
|
},
|
|
8502
10914
|
async onAfterConnect(_client) {
|
|
8503
|
-
|
|
10915
|
+
logger121.debug("WhatsApp Business integration connected");
|
|
8504
10916
|
}
|
|
8505
10917
|
};
|
|
8506
10918
|
}
|
|
8507
10919
|
// src/integrations/calcom.ts
|
|
8508
10920
|
init_logger();
|
|
8509
|
-
var
|
|
10921
|
+
var logger122 = createLogger("Cal.com");
|
|
8510
10922
|
var CALCOM_TOOLS = [
|
|
8511
10923
|
"calcom_list_bookings",
|
|
8512
10924
|
"calcom_get_booking",
|
|
@@ -8582,16 +10994,16 @@ function calcomIntegration(config = {}) {
|
|
|
8582
10994
|
tools: [...CALCOM_TOOLS],
|
|
8583
10995
|
oauth,
|
|
8584
10996
|
async onInit(_client) {
|
|
8585
|
-
|
|
10997
|
+
logger122.debug("Cal.com integration initialized");
|
|
8586
10998
|
},
|
|
8587
10999
|
async onAfterConnect(_client) {
|
|
8588
|
-
|
|
11000
|
+
logger122.debug("Cal.com integration connected");
|
|
8589
11001
|
}
|
|
8590
11002
|
};
|
|
8591
11003
|
}
|
|
8592
11004
|
// src/integrations/ramp.ts
|
|
8593
11005
|
init_logger();
|
|
8594
|
-
var
|
|
11006
|
+
var logger123 = createLogger("Ramp");
|
|
8595
11007
|
var RAMP_TOOLS = [
|
|
8596
11008
|
"ramp_list_transactions",
|
|
8597
11009
|
"ramp_get_transaction",
|
|
@@ -8623,16 +11035,16 @@ function rampIntegration(config = {}) {
|
|
|
8623
11035
|
tools: [...RAMP_TOOLS],
|
|
8624
11036
|
oauth,
|
|
8625
11037
|
async onInit(_client) {
|
|
8626
|
-
|
|
11038
|
+
logger123.debug("Ramp integration initialized");
|
|
8627
11039
|
},
|
|
8628
11040
|
async onAfterConnect(_client) {
|
|
8629
|
-
|
|
11041
|
+
logger123.debug("Ramp integration connected");
|
|
8630
11042
|
}
|
|
8631
11043
|
};
|
|
8632
11044
|
}
|
|
8633
11045
|
// src/integrations/onedrive.ts
|
|
8634
11046
|
init_logger();
|
|
8635
|
-
var
|
|
11047
|
+
var logger124 = createLogger("OneDrive");
|
|
8636
11048
|
var ONEDRIVE_TOOLS = [
|
|
8637
11049
|
"onedrive_create_folder",
|
|
8638
11050
|
"onedrive_delete_file",
|
|
@@ -8664,10 +11076,10 @@ function onedriveIntegration(config = {}) {
|
|
|
8664
11076
|
tools: [...ONEDRIVE_TOOLS],
|
|
8665
11077
|
oauth,
|
|
8666
11078
|
async onInit(_client) {
|
|
8667
|
-
|
|
11079
|
+
logger124.debug("OneDrive integration initialized");
|
|
8668
11080
|
},
|
|
8669
11081
|
async onAfterConnect(_client) {
|
|
8670
|
-
|
|
11082
|
+
logger124.debug("OneDrive integration connected");
|
|
8671
11083
|
}
|
|
8672
11084
|
};
|
|
8673
11085
|
}
|
|
@@ -8706,7 +11118,7 @@ function plannerIntegration(config = {}) {
|
|
|
8706
11118
|
}
|
|
8707
11119
|
// src/integrations/sharepoint.ts
|
|
8708
11120
|
init_logger();
|
|
8709
|
-
var
|
|
11121
|
+
var logger125 = createLogger("SharePoint");
|
|
8710
11122
|
var SHAREPOINT_SCOPES = ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
|
|
8711
11123
|
var SHAREPOINT_TOOLS = [
|
|
8712
11124
|
"sharepoint_create_folder",
|
|
@@ -8745,16 +11157,16 @@ function sharepointIntegration(config = {}) {
|
|
|
8745
11157
|
tools: [...SHAREPOINT_TOOLS],
|
|
8746
11158
|
oauth,
|
|
8747
11159
|
async onInit(_client) {
|
|
8748
|
-
|
|
11160
|
+
logger125.debug("SharePoint integration initialized");
|
|
8749
11161
|
},
|
|
8750
11162
|
async onAfterConnect(_client) {
|
|
8751
|
-
|
|
11163
|
+
logger125.debug("SharePoint integration connected");
|
|
8752
11164
|
}
|
|
8753
11165
|
};
|
|
8754
11166
|
}
|
|
8755
11167
|
// src/integrations/dropbox.ts
|
|
8756
11168
|
init_logger();
|
|
8757
|
-
var
|
|
11169
|
+
var logger126 = createLogger("Dropbox");
|
|
8758
11170
|
var DROPBOX_TOOLS = [
|
|
8759
11171
|
"dropbox_get_current_account",
|
|
8760
11172
|
"dropbox_get_space_usage",
|
|
@@ -8796,16 +11208,16 @@ function dropboxIntegration(options = {}) {
|
|
|
8796
11208
|
authType: "oauth",
|
|
8797
11209
|
oauth,
|
|
8798
11210
|
async onInit(_client) {
|
|
8799
|
-
|
|
11211
|
+
logger126.debug("Dropbox integration initialized");
|
|
8800
11212
|
},
|
|
8801
11213
|
async onAfterConnect(_client) {
|
|
8802
|
-
|
|
11214
|
+
logger126.debug("Dropbox integration connected");
|
|
8803
11215
|
}
|
|
8804
11216
|
};
|
|
8805
11217
|
}
|
|
8806
11218
|
// src/integrations/paper.ts
|
|
8807
11219
|
init_logger();
|
|
8808
|
-
var
|
|
11220
|
+
var logger127 = createLogger("Paper");
|
|
8809
11221
|
var PAPER_SCOPES = [
|
|
8810
11222
|
"account_info.read",
|
|
8811
11223
|
"files.metadata.read",
|
|
@@ -8851,16 +11263,16 @@ function paperIntegration(config = {}) {
|
|
|
8851
11263
|
authType: "oauth",
|
|
8852
11264
|
oauth,
|
|
8853
11265
|
async onInit(_client) {
|
|
8854
|
-
|
|
11266
|
+
logger127.debug("Paper integration initialized");
|
|
8855
11267
|
},
|
|
8856
11268
|
async onAfterConnect(_client) {
|
|
8857
|
-
|
|
11269
|
+
logger127.debug("Paper integration connected");
|
|
8858
11270
|
}
|
|
8859
11271
|
};
|
|
8860
11272
|
}
|
|
8861
11273
|
// src/integrations/word.ts
|
|
8862
11274
|
init_logger();
|
|
8863
|
-
var
|
|
11275
|
+
var logger128 = createLogger("Word");
|
|
8864
11276
|
var WORD_TOOLS = [
|
|
8865
11277
|
"word_copy",
|
|
8866
11278
|
"word_create",
|
|
@@ -8887,16 +11299,16 @@ function wordIntegration(config = {}) {
|
|
|
8887
11299
|
tools: [...WORD_TOOLS],
|
|
8888
11300
|
oauth,
|
|
8889
11301
|
async onInit(_client) {
|
|
8890
|
-
|
|
11302
|
+
logger128.debug("Word integration initialized");
|
|
8891
11303
|
},
|
|
8892
11304
|
async onAfterConnect(_client) {
|
|
8893
|
-
|
|
11305
|
+
logger128.debug("Word integration connected");
|
|
8894
11306
|
}
|
|
8895
11307
|
};
|
|
8896
11308
|
}
|
|
8897
11309
|
// src/integrations/excel.ts
|
|
8898
11310
|
init_logger();
|
|
8899
|
-
var
|
|
11311
|
+
var logger129 = createLogger("Excel");
|
|
8900
11312
|
var EXCEL_TOOLS = [
|
|
8901
11313
|
"excel_add_table_rows",
|
|
8902
11314
|
"excel_add_worksheet",
|
|
@@ -8932,16 +11344,16 @@ function excelIntegration(config = {}) {
|
|
|
8932
11344
|
tools: [...EXCEL_TOOLS],
|
|
8933
11345
|
oauth,
|
|
8934
11346
|
async onInit(_client) {
|
|
8935
|
-
|
|
11347
|
+
logger129.debug("Excel integration initialized");
|
|
8936
11348
|
},
|
|
8937
11349
|
async onAfterConnect(_client) {
|
|
8938
|
-
|
|
11350
|
+
logger129.debug("Excel integration connected");
|
|
8939
11351
|
}
|
|
8940
11352
|
};
|
|
8941
11353
|
}
|
|
8942
11354
|
// src/integrations/powerpoint.ts
|
|
8943
11355
|
init_logger();
|
|
8944
|
-
var
|
|
11356
|
+
var logger130 = createLogger("PowerPoint");
|
|
8945
11357
|
var POWERPOINT_TOOLS = [
|
|
8946
11358
|
"powerpoint_copy",
|
|
8947
11359
|
"powerpoint_create",
|
|
@@ -8968,16 +11380,16 @@ function powerpointIntegration(config = {}) {
|
|
|
8968
11380
|
tools: [...POWERPOINT_TOOLS],
|
|
8969
11381
|
oauth,
|
|
8970
11382
|
async onInit(_client) {
|
|
8971
|
-
|
|
11383
|
+
logger130.debug("PowerPoint integration initialized");
|
|
8972
11384
|
},
|
|
8973
11385
|
async onAfterConnect(_client) {
|
|
8974
|
-
|
|
11386
|
+
logger130.debug("PowerPoint integration connected");
|
|
8975
11387
|
}
|
|
8976
11388
|
};
|
|
8977
11389
|
}
|
|
8978
11390
|
// src/integrations/gdocs.ts
|
|
8979
11391
|
init_logger();
|
|
8980
|
-
var
|
|
11392
|
+
var logger131 = createLogger("Google Docs");
|
|
8981
11393
|
var GDOCS_TOOLS = [
|
|
8982
11394
|
"gdocs_append_text",
|
|
8983
11395
|
"gdocs_batch_update",
|
|
@@ -9007,16 +11419,16 @@ function gdocsIntegration(config = {}) {
|
|
|
9007
11419
|
tools: [...GDOCS_TOOLS],
|
|
9008
11420
|
oauth,
|
|
9009
11421
|
async onInit(_client) {
|
|
9010
|
-
|
|
11422
|
+
logger131.debug("Google Docs integration initialized");
|
|
9011
11423
|
},
|
|
9012
11424
|
async onAfterConnect(_client) {
|
|
9013
|
-
|
|
11425
|
+
logger131.debug("Google Docs integration connected");
|
|
9014
11426
|
}
|
|
9015
11427
|
};
|
|
9016
11428
|
}
|
|
9017
11429
|
// src/integrations/gdrive.ts
|
|
9018
11430
|
init_logger();
|
|
9019
|
-
var
|
|
11431
|
+
var logger132 = createLogger("Google Drive");
|
|
9020
11432
|
var GDRIVE_TOOLS = [
|
|
9021
11433
|
"gdrive_copy_file",
|
|
9022
11434
|
"gdrive_create_folder",
|
|
@@ -9050,16 +11462,16 @@ function gdriveIntegration(config = {}) {
|
|
|
9050
11462
|
tools: [...GDRIVE_TOOLS],
|
|
9051
11463
|
oauth,
|
|
9052
11464
|
async onInit(_client) {
|
|
9053
|
-
|
|
11465
|
+
logger132.debug("Google Drive integration initialized");
|
|
9054
11466
|
},
|
|
9055
11467
|
async onAfterConnect(_client) {
|
|
9056
|
-
|
|
11468
|
+
logger132.debug("Google Drive integration connected");
|
|
9057
11469
|
}
|
|
9058
11470
|
};
|
|
9059
11471
|
}
|
|
9060
11472
|
// src/integrations/gsheets.ts
|
|
9061
11473
|
init_logger();
|
|
9062
|
-
var
|
|
11474
|
+
var logger133 = createLogger("Google Sheets");
|
|
9063
11475
|
var GSHEETS_TOOLS = [
|
|
9064
11476
|
"gsheets_append_values",
|
|
9065
11477
|
"gsheets_batch_update",
|
|
@@ -9089,16 +11501,16 @@ function gsheetsIntegration(config = {}) {
|
|
|
9089
11501
|
tools: [...GSHEETS_TOOLS],
|
|
9090
11502
|
oauth,
|
|
9091
11503
|
async onInit(_client) {
|
|
9092
|
-
|
|
11504
|
+
logger133.debug("Google Sheets integration initialized");
|
|
9093
11505
|
},
|
|
9094
11506
|
async onAfterConnect(_client) {
|
|
9095
|
-
|
|
11507
|
+
logger133.debug("Google Sheets integration connected");
|
|
9096
11508
|
}
|
|
9097
11509
|
};
|
|
9098
11510
|
}
|
|
9099
11511
|
// src/integrations/gslides.ts
|
|
9100
11512
|
init_logger();
|
|
9101
|
-
var
|
|
11513
|
+
var logger134 = createLogger("Google Slides");
|
|
9102
11514
|
var GSLIDES_TOOLS = [
|
|
9103
11515
|
"gslides_add_slide",
|
|
9104
11516
|
"gslides_batch_update",
|
|
@@ -9127,16 +11539,16 @@ function gslidesIntegration(config = {}) {
|
|
|
9127
11539
|
tools: [...GSLIDES_TOOLS],
|
|
9128
11540
|
oauth,
|
|
9129
11541
|
async onInit(_client) {
|
|
9130
|
-
|
|
11542
|
+
logger134.debug("Google Slides integration initialized");
|
|
9131
11543
|
},
|
|
9132
11544
|
async onAfterConnect(_client) {
|
|
9133
|
-
|
|
11545
|
+
logger134.debug("Google Slides integration connected");
|
|
9134
11546
|
}
|
|
9135
11547
|
};
|
|
9136
11548
|
}
|
|
9137
11549
|
// src/integrations/polar.ts
|
|
9138
11550
|
init_logger();
|
|
9139
|
-
var
|
|
11551
|
+
var logger135 = createLogger("Polar");
|
|
9140
11552
|
var POLAR_TOOLS = [
|
|
9141
11553
|
"polar_list_products",
|
|
9142
11554
|
"polar_get_product",
|
|
@@ -9193,16 +11605,16 @@ function polarIntegration(config = {}) {
|
|
|
9193
11605
|
tools: [...POLAR_TOOLS],
|
|
9194
11606
|
oauth,
|
|
9195
11607
|
async onInit(_client) {
|
|
9196
|
-
|
|
11608
|
+
logger135.debug("Polar integration initialized");
|
|
9197
11609
|
},
|
|
9198
11610
|
async onAfterConnect(_client) {
|
|
9199
|
-
|
|
11611
|
+
logger135.debug("Polar integration connected");
|
|
9200
11612
|
}
|
|
9201
11613
|
};
|
|
9202
11614
|
}
|
|
9203
11615
|
// src/integrations/phantom.ts
|
|
9204
11616
|
init_logger();
|
|
9205
|
-
var
|
|
11617
|
+
var logger136 = createLogger("Phantom");
|
|
9206
11618
|
var PHANTOM_TOOLS = [
|
|
9207
11619
|
"phantom_build_browse_deeplink",
|
|
9208
11620
|
"phantom_deeplink_provider_reference"
|
|
@@ -9224,16 +11636,16 @@ function phantomIntegration(_options = {}) {
|
|
|
9224
11636
|
category: "Other",
|
|
9225
11637
|
tools: [...PHANTOM_TOOLS],
|
|
9226
11638
|
async onInit(_client) {
|
|
9227
|
-
|
|
11639
|
+
logger136.debug("Phantom integration initialized");
|
|
9228
11640
|
},
|
|
9229
11641
|
async onAfterConnect(_client) {
|
|
9230
|
-
|
|
11642
|
+
logger136.debug("Phantom integration connected");
|
|
9231
11643
|
}
|
|
9232
11644
|
};
|
|
9233
11645
|
}
|
|
9234
11646
|
// src/integrations/figma.ts
|
|
9235
11647
|
init_logger();
|
|
9236
|
-
var
|
|
11648
|
+
var logger137 = createLogger("Figma");
|
|
9237
11649
|
var FIGMA_TOOLS = [
|
|
9238
11650
|
"figma_get_file",
|
|
9239
11651
|
"figma_get_file_nodes",
|
|
@@ -9299,16 +11711,16 @@ function figmaIntegration(config = {}) {
|
|
|
9299
11711
|
tools: [...FIGMA_TOOLS],
|
|
9300
11712
|
oauth,
|
|
9301
11713
|
async onInit(_client) {
|
|
9302
|
-
|
|
11714
|
+
logger137.debug("Figma integration initialized");
|
|
9303
11715
|
},
|
|
9304
11716
|
async onAfterConnect(_client) {
|
|
9305
|
-
|
|
11717
|
+
logger137.debug("Figma integration connected");
|
|
9306
11718
|
}
|
|
9307
11719
|
};
|
|
9308
11720
|
}
|
|
9309
11721
|
// src/integrations/intercom.ts
|
|
9310
11722
|
init_logger();
|
|
9311
|
-
var
|
|
11723
|
+
var logger138 = createLogger("Intercom");
|
|
9312
11724
|
var INTERCOM_TOOLS = [
|
|
9313
11725
|
"intercom_list_contacts",
|
|
9314
11726
|
"intercom_get_contact",
|
|
@@ -9339,16 +11751,16 @@ function intercomIntegration(config = {}) {
|
|
|
9339
11751
|
tools: [...INTERCOM_TOOLS],
|
|
9340
11752
|
oauth,
|
|
9341
11753
|
async onInit(_client) {
|
|
9342
|
-
|
|
11754
|
+
logger138.debug("Intercom integration initialized");
|
|
9343
11755
|
},
|
|
9344
11756
|
async onAfterConnect(_client) {
|
|
9345
|
-
|
|
11757
|
+
logger138.debug("Intercom integration connected");
|
|
9346
11758
|
}
|
|
9347
11759
|
};
|
|
9348
11760
|
}
|
|
9349
11761
|
// src/integrations/hubspot.ts
|
|
9350
11762
|
init_logger();
|
|
9351
|
-
var
|
|
11763
|
+
var logger139 = createLogger("HubSpot");
|
|
9352
11764
|
var HUBSPOT_TOOLS = [
|
|
9353
11765
|
"hubspot_list_contacts",
|
|
9354
11766
|
"hubspot_get_contact",
|
|
@@ -9398,16 +11810,16 @@ function hubspotIntegration(config = {}) {
|
|
|
9398
11810
|
tools: [...HUBSPOT_TOOLS],
|
|
9399
11811
|
oauth,
|
|
9400
11812
|
async onInit(_client) {
|
|
9401
|
-
|
|
11813
|
+
logger139.debug("HubSpot integration initialized");
|
|
9402
11814
|
},
|
|
9403
11815
|
async onAfterConnect(_client) {
|
|
9404
|
-
|
|
11816
|
+
logger139.debug("HubSpot integration connected");
|
|
9405
11817
|
}
|
|
9406
11818
|
};
|
|
9407
11819
|
}
|
|
9408
11820
|
// src/integrations/youtube.ts
|
|
9409
11821
|
init_logger();
|
|
9410
|
-
var
|
|
11822
|
+
var logger140 = createLogger("YouTube");
|
|
9411
11823
|
var YOUTUBE_TOOLS = [
|
|
9412
11824
|
"youtube_add_comment",
|
|
9413
11825
|
"youtube_add_to_playlist",
|
|
@@ -9453,16 +11865,16 @@ function youtubeIntegration(config = {}) {
|
|
|
9453
11865
|
tools: [...YOUTUBE_TOOLS],
|
|
9454
11866
|
oauth,
|
|
9455
11867
|
async onInit(_client) {
|
|
9456
|
-
|
|
11868
|
+
logger140.debug("YouTube integration initialized");
|
|
9457
11869
|
},
|
|
9458
11870
|
async onAfterConnect(_client) {
|
|
9459
|
-
|
|
11871
|
+
logger140.debug("YouTube integration connected");
|
|
9460
11872
|
}
|
|
9461
11873
|
};
|
|
9462
11874
|
}
|
|
9463
11875
|
// src/integrations/zoom.ts
|
|
9464
11876
|
init_logger();
|
|
9465
|
-
var
|
|
11877
|
+
var logger141 = createLogger("Zoom");
|
|
9466
11878
|
var ZOOM_TOOLS = [
|
|
9467
11879
|
"zoom_get_user",
|
|
9468
11880
|
"zoom_list_meetings",
|
|
@@ -9488,10 +11900,10 @@ function zoomIntegration(config = {}) {
|
|
|
9488
11900
|
tools: [...ZOOM_TOOLS],
|
|
9489
11901
|
oauth,
|
|
9490
11902
|
async onInit(_client) {
|
|
9491
|
-
|
|
11903
|
+
logger141.debug("Zoom integration initialized");
|
|
9492
11904
|
},
|
|
9493
11905
|
async onAfterConnect(_client) {
|
|
9494
|
-
|
|
11906
|
+
logger141.debug("Zoom integration connected");
|
|
9495
11907
|
}
|
|
9496
11908
|
};
|
|
9497
11909
|
}
|
|
@@ -9527,7 +11939,7 @@ function redditIntegration(config = {}) {
|
|
|
9527
11939
|
}
|
|
9528
11940
|
// src/integrations/cursor.ts
|
|
9529
11941
|
init_logger();
|
|
9530
|
-
var
|
|
11942
|
+
var logger142 = createLogger("Cursor");
|
|
9531
11943
|
var CURSOR_TOOLS = [
|
|
9532
11944
|
"cursor_list_agents",
|
|
9533
11945
|
"cursor_get_agent",
|
|
@@ -9547,16 +11959,16 @@ function cursorIntegration(_config = {}) {
|
|
|
9547
11959
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/cursor.jpeg",
|
|
9548
11960
|
tools: [...CURSOR_TOOLS],
|
|
9549
11961
|
async onInit(_client) {
|
|
9550
|
-
|
|
11962
|
+
logger142.debug("Cursor integration initialized");
|
|
9551
11963
|
},
|
|
9552
11964
|
async onAfterConnect(_client) {
|
|
9553
|
-
|
|
11965
|
+
logger142.debug("Cursor integration connected");
|
|
9554
11966
|
}
|
|
9555
11967
|
};
|
|
9556
11968
|
}
|
|
9557
11969
|
// src/integrations/databricks.ts
|
|
9558
11970
|
init_logger();
|
|
9559
|
-
var
|
|
11971
|
+
var logger143 = createLogger("Databricks");
|
|
9560
11972
|
var DATABRICKS_SCOPES = ["all-apis", "offline_access"];
|
|
9561
11973
|
var DATABRICKS_TOOLS = [
|
|
9562
11974
|
"databricks_current_user",
|
|
@@ -9603,16 +12015,16 @@ function databricksIntegration(config = {}) {
|
|
|
9603
12015
|
tools: [...DATABRICKS_TOOLS],
|
|
9604
12016
|
oauth,
|
|
9605
12017
|
async onInit(_client) {
|
|
9606
|
-
|
|
12018
|
+
logger143.debug("Databricks integration initialized");
|
|
9607
12019
|
},
|
|
9608
12020
|
async onAfterConnect(_client) {
|
|
9609
|
-
|
|
12021
|
+
logger143.debug("Databricks integration connected");
|
|
9610
12022
|
}
|
|
9611
12023
|
};
|
|
9612
12024
|
}
|
|
9613
12025
|
// src/integrations/posthog.ts
|
|
9614
12026
|
init_logger();
|
|
9615
|
-
var
|
|
12027
|
+
var logger144 = createLogger("PostHog");
|
|
9616
12028
|
var DEFAULT_POSTHOG_BASE_URL = "https://us.posthog.com";
|
|
9617
12029
|
var POSTHOG_SCOPES = [
|
|
9618
12030
|
"openid",
|
|
@@ -9698,16 +12110,16 @@ function posthogIntegration(config = {}) {
|
|
|
9698
12110
|
tools: [...POSTHOG_TOOLS],
|
|
9699
12111
|
oauth,
|
|
9700
12112
|
async onInit(_client) {
|
|
9701
|
-
|
|
12113
|
+
logger144.debug("PostHog integration initialized");
|
|
9702
12114
|
},
|
|
9703
12115
|
async onAfterConnect(_client) {
|
|
9704
|
-
|
|
12116
|
+
logger144.debug("PostHog integration connected");
|
|
9705
12117
|
}
|
|
9706
12118
|
};
|
|
9707
12119
|
}
|
|
9708
12120
|
// src/integrations/postman.ts
|
|
9709
12121
|
init_logger();
|
|
9710
|
-
var
|
|
12122
|
+
var logger145 = createLogger("Postman");
|
|
9711
12123
|
var POSTMAN_TOOLS = [
|
|
9712
12124
|
"postman_get_me",
|
|
9713
12125
|
"postman_list_workspaces",
|
|
@@ -9738,16 +12150,16 @@ function postmanIntegration(options = {}) {
|
|
|
9738
12150
|
};
|
|
9739
12151
|
},
|
|
9740
12152
|
async onInit(_client) {
|
|
9741
|
-
|
|
12153
|
+
logger145.debug("Postman integration initialized");
|
|
9742
12154
|
},
|
|
9743
12155
|
async onAfterConnect(_client) {
|
|
9744
|
-
|
|
12156
|
+
logger145.debug("Postman integration connected");
|
|
9745
12157
|
}
|
|
9746
12158
|
};
|
|
9747
12159
|
}
|
|
9748
12160
|
// src/integrations/sentry.ts
|
|
9749
12161
|
init_logger();
|
|
9750
|
-
var
|
|
12162
|
+
var logger146 = createLogger("Sentry");
|
|
9751
12163
|
var SENTRY_SCOPES = [
|
|
9752
12164
|
"org:read",
|
|
9753
12165
|
"project:read",
|
|
@@ -9796,16 +12208,16 @@ function sentryIntegration(config = {}) {
|
|
|
9796
12208
|
tools: [...SENTRY_TOOLS],
|
|
9797
12209
|
oauth,
|
|
9798
12210
|
async onInit(_client) {
|
|
9799
|
-
|
|
12211
|
+
logger146.debug("Sentry integration initialized");
|
|
9800
12212
|
},
|
|
9801
12213
|
async onAfterConnect(_client) {
|
|
9802
|
-
|
|
12214
|
+
logger146.debug("Sentry integration connected");
|
|
9803
12215
|
}
|
|
9804
12216
|
};
|
|
9805
12217
|
}
|
|
9806
12218
|
// src/integrations/supabase.ts
|
|
9807
12219
|
init_logger();
|
|
9808
|
-
var
|
|
12220
|
+
var logger147 = createLogger("Supabase");
|
|
9809
12221
|
var SUPABASE_API_BASE = "https://api.supabase.com";
|
|
9810
12222
|
var SUPABASE_TOOLS = [
|
|
9811
12223
|
"supabase_get_profile",
|
|
@@ -9843,10 +12255,10 @@ function supabaseIntegration(config = {}) {
|
|
|
9843
12255
|
};
|
|
9844
12256
|
},
|
|
9845
12257
|
async onInit(_client) {
|
|
9846
|
-
|
|
12258
|
+
logger147.debug("Supabase integration initialized (personal access token)");
|
|
9847
12259
|
},
|
|
9848
12260
|
async onAfterConnect(_client) {
|
|
9849
|
-
|
|
12261
|
+
logger147.debug("Supabase integration connected");
|
|
9850
12262
|
}
|
|
9851
12263
|
};
|
|
9852
12264
|
}
|
|
@@ -9876,16 +12288,16 @@ function supabaseIntegration(config = {}) {
|
|
|
9876
12288
|
tools: [...SUPABASE_TOOLS],
|
|
9877
12289
|
oauth,
|
|
9878
12290
|
async onInit(_client) {
|
|
9879
|
-
|
|
12291
|
+
logger147.debug("Supabase integration initialized");
|
|
9880
12292
|
},
|
|
9881
12293
|
async onAfterConnect(_client) {
|
|
9882
|
-
|
|
12294
|
+
logger147.debug("Supabase integration connected");
|
|
9883
12295
|
}
|
|
9884
12296
|
};
|
|
9885
12297
|
}
|
|
9886
12298
|
// src/integrations/netlify.ts
|
|
9887
12299
|
init_logger();
|
|
9888
|
-
var
|
|
12300
|
+
var logger148 = createLogger("Netlify");
|
|
9889
12301
|
var NETLIFY_TOOLS = [
|
|
9890
12302
|
"netlify_get_current_user",
|
|
9891
12303
|
"netlify_list_accounts",
|
|
@@ -9948,16 +12360,16 @@ function netlifyIntegration(config = {}) {
|
|
|
9948
12360
|
tools: [...NETLIFY_TOOLS],
|
|
9949
12361
|
oauth,
|
|
9950
12362
|
async onInit(_client) {
|
|
9951
|
-
|
|
12363
|
+
logger148.debug("Netlify integration initialized");
|
|
9952
12364
|
},
|
|
9953
12365
|
async onAfterConnect(_client) {
|
|
9954
|
-
|
|
12366
|
+
logger148.debug("Netlify integration connected");
|
|
9955
12367
|
}
|
|
9956
12368
|
};
|
|
9957
12369
|
}
|
|
9958
12370
|
// src/integrations/datadog.ts
|
|
9959
12371
|
init_logger();
|
|
9960
|
-
var
|
|
12372
|
+
var logger149 = createLogger("Datadog");
|
|
9961
12373
|
var DATADOG_SCOPES = [
|
|
9962
12374
|
"monitors_read",
|
|
9963
12375
|
"dashboards_read",
|
|
@@ -9987,10 +12399,10 @@ function datadogIntegration(config = {}) {
|
|
|
9987
12399
|
category: "Engineering",
|
|
9988
12400
|
tools: [...DATADOG_TOOLS],
|
|
9989
12401
|
async onInit(_client) {
|
|
9990
|
-
|
|
12402
|
+
logger149.debug("Datadog integration initialized");
|
|
9991
12403
|
},
|
|
9992
12404
|
async onAfterConnect(_client) {
|
|
9993
|
-
|
|
12405
|
+
logger149.debug("Datadog integration connected");
|
|
9994
12406
|
}
|
|
9995
12407
|
};
|
|
9996
12408
|
if (apiKey || applicationKey) {
|
|
@@ -10032,7 +12444,7 @@ function datadogIntegration(config = {}) {
|
|
|
10032
12444
|
}
|
|
10033
12445
|
// src/integrations/redis.ts
|
|
10034
12446
|
init_logger();
|
|
10035
|
-
var
|
|
12447
|
+
var logger150 = createLogger("Redis Cloud");
|
|
10036
12448
|
var REDIS_TOOLS = [
|
|
10037
12449
|
"redis_list_subscriptions",
|
|
10038
12450
|
"redis_get_subscription",
|
|
@@ -10087,16 +12499,16 @@ function redisIntegration(options = {}) {
|
|
|
10087
12499
|
};
|
|
10088
12500
|
},
|
|
10089
12501
|
async onInit(_client) {
|
|
10090
|
-
|
|
12502
|
+
logger150.debug("Redis Cloud integration initialized");
|
|
10091
12503
|
},
|
|
10092
12504
|
async onAfterConnect(_client) {
|
|
10093
|
-
|
|
12505
|
+
logger150.debug("Redis Cloud integration connected");
|
|
10094
12506
|
}
|
|
10095
12507
|
};
|
|
10096
12508
|
}
|
|
10097
12509
|
// src/integrations/upstash.ts
|
|
10098
12510
|
init_logger();
|
|
10099
|
-
var
|
|
12511
|
+
var logger151 = createLogger("Upstash");
|
|
10100
12512
|
var UPSTASH_TOOLS = [
|
|
10101
12513
|
"upstash_redis_run",
|
|
10102
12514
|
"upstash_redis_get",
|
|
@@ -10136,16 +12548,16 @@ function upstashIntegration(options = {}) {
|
|
|
10136
12548
|
return headers;
|
|
10137
12549
|
},
|
|
10138
12550
|
async onInit(_client) {
|
|
10139
|
-
|
|
12551
|
+
logger151.debug("Upstash integration initialized");
|
|
10140
12552
|
},
|
|
10141
12553
|
async onAfterConnect(_client) {
|
|
10142
|
-
|
|
12554
|
+
logger151.debug("Upstash integration connected");
|
|
10143
12555
|
}
|
|
10144
12556
|
};
|
|
10145
12557
|
}
|
|
10146
12558
|
// src/integrations/webflow.ts
|
|
10147
12559
|
init_logger();
|
|
10148
|
-
var
|
|
12560
|
+
var logger152 = createLogger("Webflow");
|
|
10149
12561
|
var WEBFLOW_TOOLS = [
|
|
10150
12562
|
"webflow_token_introspect",
|
|
10151
12563
|
"webflow_get_authorized_user",
|
|
@@ -10204,16 +12616,16 @@ function webflowIntegration(config = {}) {
|
|
|
10204
12616
|
tools: [...WEBFLOW_TOOLS],
|
|
10205
12617
|
oauth,
|
|
10206
12618
|
async onInit(_client) {
|
|
10207
|
-
|
|
12619
|
+
logger152.debug("Webflow integration initialized");
|
|
10208
12620
|
},
|
|
10209
12621
|
async onAfterConnect(_client) {
|
|
10210
|
-
|
|
12622
|
+
logger152.debug("Webflow integration connected");
|
|
10211
12623
|
}
|
|
10212
12624
|
};
|
|
10213
12625
|
}
|
|
10214
12626
|
// src/integrations/jira.ts
|
|
10215
12627
|
init_logger();
|
|
10216
|
-
var
|
|
12628
|
+
var logger153 = createLogger("Jira");
|
|
10217
12629
|
var JIRA_SCOPES = [
|
|
10218
12630
|
"read:jira-work",
|
|
10219
12631
|
"write:jira-work",
|
|
@@ -10258,16 +12670,16 @@ function jiraIntegration(config = {}) {
|
|
|
10258
12670
|
tools: [...JIRA_TOOLS],
|
|
10259
12671
|
oauth,
|
|
10260
12672
|
async onInit(_client) {
|
|
10261
|
-
|
|
12673
|
+
logger153.debug("Jira integration initialized");
|
|
10262
12674
|
},
|
|
10263
12675
|
async onAfterConnect(_client) {
|
|
10264
|
-
|
|
12676
|
+
logger153.debug("Jira integration connected");
|
|
10265
12677
|
}
|
|
10266
12678
|
};
|
|
10267
12679
|
}
|
|
10268
12680
|
// src/integrations/salesforce.ts
|
|
10269
12681
|
init_logger();
|
|
10270
|
-
var
|
|
12682
|
+
var logger154 = createLogger("Salesforce");
|
|
10271
12683
|
var SALESFORCE_TOOLS = [
|
|
10272
12684
|
"salesforce_query",
|
|
10273
12685
|
"salesforce_get_limits",
|
|
@@ -10298,16 +12710,16 @@ function salesforceIntegration(config = {}) {
|
|
|
10298
12710
|
tools: [...SALESFORCE_TOOLS],
|
|
10299
12711
|
oauth,
|
|
10300
12712
|
async onInit(_client) {
|
|
10301
|
-
|
|
12713
|
+
logger154.debug("Salesforce integration initialized");
|
|
10302
12714
|
},
|
|
10303
12715
|
async onAfterConnect(_client) {
|
|
10304
|
-
|
|
12716
|
+
logger154.debug("Salesforce integration connected");
|
|
10305
12717
|
}
|
|
10306
12718
|
};
|
|
10307
12719
|
}
|
|
10308
12720
|
// src/integrations/zapier.ts
|
|
10309
12721
|
init_logger();
|
|
10310
|
-
var
|
|
12722
|
+
var logger155 = createLogger("Zapier");
|
|
10311
12723
|
var ZAPIER_TOOLS = [
|
|
10312
12724
|
"zapier_get_profile",
|
|
10313
12725
|
"zapier_list_zaps",
|
|
@@ -10339,16 +12751,16 @@ function zapierIntegration(config = {}) {
|
|
|
10339
12751
|
tools: [...ZAPIER_TOOLS],
|
|
10340
12752
|
oauth,
|
|
10341
12753
|
async onInit(_client) {
|
|
10342
|
-
|
|
12754
|
+
logger155.debug("Zapier integration initialized");
|
|
10343
12755
|
},
|
|
10344
12756
|
async onAfterConnect(_client) {
|
|
10345
|
-
|
|
12757
|
+
logger155.debug("Zapier integration connected");
|
|
10346
12758
|
}
|
|
10347
12759
|
};
|
|
10348
12760
|
}
|
|
10349
12761
|
// src/integrations/linkedin.ts
|
|
10350
12762
|
init_logger();
|
|
10351
|
-
var
|
|
12763
|
+
var logger156 = createLogger("LinkedIn");
|
|
10352
12764
|
var LINKEDIN_SCOPES = ["openid", "profile", "email", "w_member_social"];
|
|
10353
12765
|
var LINKEDIN_TOOLS = ["linkedin_get_userinfo", "linkedin_create_post"];
|
|
10354
12766
|
function linkedinIntegration(config = {}) {
|
|
@@ -10375,16 +12787,16 @@ function linkedinIntegration(config = {}) {
|
|
|
10375
12787
|
tools: [...LINKEDIN_TOOLS],
|
|
10376
12788
|
oauth,
|
|
10377
12789
|
async onInit(_client) {
|
|
10378
|
-
|
|
12790
|
+
logger156.debug("LinkedIn integration initialized");
|
|
10379
12791
|
},
|
|
10380
12792
|
async onAfterConnect(_client) {
|
|
10381
|
-
|
|
12793
|
+
logger156.debug("LinkedIn integration connected");
|
|
10382
12794
|
}
|
|
10383
12795
|
};
|
|
10384
12796
|
}
|
|
10385
12797
|
// src/integrations/threads.ts
|
|
10386
12798
|
init_logger();
|
|
10387
|
-
var
|
|
12799
|
+
var logger157 = createLogger("Threads");
|
|
10388
12800
|
var THREADS_SCOPES = [
|
|
10389
12801
|
"threads_basic",
|
|
10390
12802
|
"threads_content_publish",
|
|
@@ -10435,16 +12847,16 @@ function threadsIntegration(config = {}) {
|
|
|
10435
12847
|
tools: [...THREADS_TOOLS],
|
|
10436
12848
|
oauth,
|
|
10437
12849
|
async onInit(_client) {
|
|
10438
|
-
|
|
12850
|
+
logger157.debug("Threads integration initialized");
|
|
10439
12851
|
},
|
|
10440
12852
|
async onAfterConnect(_client) {
|
|
10441
|
-
|
|
12853
|
+
logger157.debug("Threads integration connected");
|
|
10442
12854
|
}
|
|
10443
12855
|
};
|
|
10444
12856
|
}
|
|
10445
12857
|
// src/integrations/tiktok.ts
|
|
10446
12858
|
init_logger();
|
|
10447
|
-
var
|
|
12859
|
+
var logger158 = createLogger("TikTok");
|
|
10448
12860
|
var TIKTOK_SCOPES = ["user.info.basic", "video.list"];
|
|
10449
12861
|
var TIKTOK_TOOLS = [
|
|
10450
12862
|
"tiktok_get_user_info",
|
|
@@ -10475,16 +12887,16 @@ function tiktokIntegration(config = {}) {
|
|
|
10475
12887
|
tools: [...TIKTOK_TOOLS],
|
|
10476
12888
|
oauth,
|
|
10477
12889
|
async onInit(_client) {
|
|
10478
|
-
|
|
12890
|
+
logger158.debug("TikTok integration initialized");
|
|
10479
12891
|
},
|
|
10480
12892
|
async onAfterConnect(_client) {
|
|
10481
|
-
|
|
12893
|
+
logger158.debug("TikTok integration connected");
|
|
10482
12894
|
}
|
|
10483
12895
|
};
|
|
10484
12896
|
}
|
|
10485
12897
|
// src/integrations/trello.ts
|
|
10486
12898
|
init_logger();
|
|
10487
|
-
var
|
|
12899
|
+
var logger159 = createLogger("Trello");
|
|
10488
12900
|
var TRELLO_TOOLS = [
|
|
10489
12901
|
"trello_get_member",
|
|
10490
12902
|
"trello_list_boards",
|
|
@@ -10521,16 +12933,16 @@ function trelloIntegration(options = {}) {
|
|
|
10521
12933
|
return { Authorization: `Bearer ${encodeCredential(apiKey, memberToken)}` };
|
|
10522
12934
|
},
|
|
10523
12935
|
async onInit(_client) {
|
|
10524
|
-
|
|
12936
|
+
logger159.debug("Trello integration initialized");
|
|
10525
12937
|
},
|
|
10526
12938
|
async onAfterConnect(_client) {
|
|
10527
|
-
|
|
12939
|
+
logger159.debug("Trello integration connected");
|
|
10528
12940
|
}
|
|
10529
12941
|
};
|
|
10530
12942
|
}
|
|
10531
12943
|
// src/integrations/typeform.ts
|
|
10532
12944
|
init_logger();
|
|
10533
|
-
var
|
|
12945
|
+
var logger160 = createLogger("Typeform");
|
|
10534
12946
|
var TYPEFORM_SCOPES = [
|
|
10535
12947
|
"offline",
|
|
10536
12948
|
"accounts:read",
|
|
@@ -10574,16 +12986,16 @@ function typeformIntegration(config = {}) {
|
|
|
10574
12986
|
tools: [...TYPEFORM_TOOLS],
|
|
10575
12987
|
oauth,
|
|
10576
12988
|
async onInit(_client) {
|
|
10577
|
-
|
|
12989
|
+
logger160.debug("Typeform integration initialized");
|
|
10578
12990
|
},
|
|
10579
12991
|
async onAfterConnect(_client) {
|
|
10580
|
-
|
|
12992
|
+
logger160.debug("Typeform integration connected");
|
|
10581
12993
|
}
|
|
10582
12994
|
};
|
|
10583
12995
|
}
|
|
10584
12996
|
// src/integrations/xero.ts
|
|
10585
12997
|
init_logger();
|
|
10586
|
-
var
|
|
12998
|
+
var logger161 = createLogger("Xero");
|
|
10587
12999
|
var XERO_SCOPES = [
|
|
10588
13000
|
"openid",
|
|
10589
13001
|
"profile",
|
|
@@ -10626,20 +13038,20 @@ function xeroIntegration(config = {}) {
|
|
|
10626
13038
|
name: "Xero",
|
|
10627
13039
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/xero.png",
|
|
10628
13040
|
description: "Manage Xero organisations, accounts, contacts, invoices, and bank transactions",
|
|
10629
|
-
category: "
|
|
13041
|
+
category: "Accounting",
|
|
10630
13042
|
tools: [...XERO_TOOLS],
|
|
10631
13043
|
oauth,
|
|
10632
13044
|
async onInit(_client) {
|
|
10633
|
-
|
|
13045
|
+
logger161.debug("Xero integration initialized");
|
|
10634
13046
|
},
|
|
10635
13047
|
async onAfterConnect(_client) {
|
|
10636
|
-
|
|
13048
|
+
logger161.debug("Xero integration connected");
|
|
10637
13049
|
}
|
|
10638
13050
|
};
|
|
10639
13051
|
}
|
|
10640
13052
|
// src/integrations/attio.ts
|
|
10641
13053
|
init_logger();
|
|
10642
|
-
var
|
|
13054
|
+
var logger162 = createLogger("Attio");
|
|
10643
13055
|
var ATTIO_SCOPES = [
|
|
10644
13056
|
"record_permission:read-write",
|
|
10645
13057
|
"object_configuration:read",
|
|
@@ -10685,16 +13097,16 @@ function attioIntegration(config = {}) {
|
|
|
10685
13097
|
tools: [...ATTIO_TOOLS],
|
|
10686
13098
|
oauth,
|
|
10687
13099
|
async onInit(_client) {
|
|
10688
|
-
|
|
13100
|
+
logger162.debug("Attio integration initialized");
|
|
10689
13101
|
},
|
|
10690
13102
|
async onAfterConnect(_client) {
|
|
10691
|
-
|
|
13103
|
+
logger162.debug("Attio integration connected");
|
|
10692
13104
|
}
|
|
10693
13105
|
};
|
|
10694
13106
|
}
|
|
10695
13107
|
// src/integrations/gchat.ts
|
|
10696
13108
|
init_logger();
|
|
10697
|
-
var
|
|
13109
|
+
var logger163 = createLogger("Google Chat");
|
|
10698
13110
|
var GCHAT_SCOPES = [
|
|
10699
13111
|
"https://www.googleapis.com/auth/chat.messages",
|
|
10700
13112
|
"https://www.googleapis.com/auth/chat.spaces.readonly"
|
|
@@ -10733,16 +13145,16 @@ function gchatIntegration(config = {}) {
|
|
|
10733
13145
|
tools: [...GCHAT_TOOLS],
|
|
10734
13146
|
oauth,
|
|
10735
13147
|
async onInit(_client) {
|
|
10736
|
-
|
|
13148
|
+
logger163.debug("Google Chat integration initialized");
|
|
10737
13149
|
},
|
|
10738
13150
|
async onAfterConnect(_client) {
|
|
10739
|
-
|
|
13151
|
+
logger163.debug("Google Chat integration connected");
|
|
10740
13152
|
}
|
|
10741
13153
|
};
|
|
10742
13154
|
}
|
|
10743
13155
|
// src/integrations/shopify.ts
|
|
10744
13156
|
init_logger();
|
|
10745
|
-
var
|
|
13157
|
+
var logger164 = createLogger("Shopify");
|
|
10746
13158
|
var SHOPIFY_SCOPES = [
|
|
10747
13159
|
"read_products",
|
|
10748
13160
|
"write_products",
|
|
@@ -10787,20 +13199,20 @@ function shopifyIntegration(config = {}) {
|
|
|
10787
13199
|
name: "Shopify",
|
|
10788
13200
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/shopify.png",
|
|
10789
13201
|
description: "Route-complete Shopify Admin access through GraphQL and REST tools",
|
|
10790
|
-
category: "
|
|
13202
|
+
category: "Commerce",
|
|
10791
13203
|
tools: [...SHOPIFY_TOOLS],
|
|
10792
13204
|
oauth,
|
|
10793
13205
|
async onInit(_client) {
|
|
10794
|
-
|
|
13206
|
+
logger164.debug("Shopify integration initialized");
|
|
10795
13207
|
},
|
|
10796
13208
|
async onAfterConnect(_client) {
|
|
10797
|
-
|
|
13209
|
+
logger164.debug("Shopify integration connected");
|
|
10798
13210
|
}
|
|
10799
13211
|
};
|
|
10800
13212
|
}
|
|
10801
13213
|
// src/integrations/convex.ts
|
|
10802
13214
|
init_logger();
|
|
10803
|
-
var
|
|
13215
|
+
var logger165 = createLogger("Convex");
|
|
10804
13216
|
var CONVEX_TOOLS = [
|
|
10805
13217
|
"convex_management_token_details",
|
|
10806
13218
|
"convex_management_list_projects",
|
|
@@ -10837,16 +13249,16 @@ function convexIntegration(options = {}) {
|
|
|
10837
13249
|
return { Authorization: `Bearer ${accessToken}` };
|
|
10838
13250
|
},
|
|
10839
13251
|
async onInit(_client) {
|
|
10840
|
-
|
|
13252
|
+
logger165.debug("Convex integration initialized");
|
|
10841
13253
|
},
|
|
10842
13254
|
async onAfterConnect(_client) {
|
|
10843
|
-
|
|
13255
|
+
logger165.debug("Convex integration connected");
|
|
10844
13256
|
}
|
|
10845
13257
|
};
|
|
10846
13258
|
}
|
|
10847
13259
|
// src/integrations/etoro.ts
|
|
10848
13260
|
init_logger();
|
|
10849
|
-
var
|
|
13261
|
+
var logger166 = createLogger("eToro");
|
|
10850
13262
|
var ETORO_TOOLS = [
|
|
10851
13263
|
"etoro_get_identity",
|
|
10852
13264
|
"etoro_get_portfolio",
|
|
@@ -10876,16 +13288,16 @@ function etoroIntegration(options = {}) {
|
|
|
10876
13288
|
};
|
|
10877
13289
|
},
|
|
10878
13290
|
async onInit(_client) {
|
|
10879
|
-
|
|
13291
|
+
logger166.debug("eToro integration initialized");
|
|
10880
13292
|
},
|
|
10881
13293
|
async onAfterConnect(_client) {
|
|
10882
|
-
|
|
13294
|
+
logger166.debug("eToro integration connected");
|
|
10883
13295
|
}
|
|
10884
13296
|
};
|
|
10885
13297
|
}
|
|
10886
13298
|
// src/integrations/alpaca.ts
|
|
10887
13299
|
init_logger();
|
|
10888
|
-
var
|
|
13300
|
+
var logger167 = createLogger("Alpaca");
|
|
10889
13301
|
var ALPACA_TOOLS = [
|
|
10890
13302
|
"alpaca_get_account",
|
|
10891
13303
|
"alpaca_list_positions",
|
|
@@ -10927,16 +13339,16 @@ function alpacaIntegration(options = {}) {
|
|
|
10927
13339
|
return headers;
|
|
10928
13340
|
},
|
|
10929
13341
|
async onInit(_client) {
|
|
10930
|
-
|
|
13342
|
+
logger167.debug("Alpaca integration initialized");
|
|
10931
13343
|
},
|
|
10932
13344
|
async onAfterConnect(_client) {
|
|
10933
|
-
|
|
13345
|
+
logger167.debug("Alpaca integration connected");
|
|
10934
13346
|
}
|
|
10935
13347
|
};
|
|
10936
13348
|
}
|
|
10937
13349
|
// src/integrations/neon.ts
|
|
10938
13350
|
init_logger();
|
|
10939
|
-
var
|
|
13351
|
+
var logger168 = createLogger("Neon");
|
|
10940
13352
|
var NEON_TOOLS = [
|
|
10941
13353
|
"neon_list_api_keys",
|
|
10942
13354
|
"neon_create_api_key",
|
|
@@ -10976,10 +13388,10 @@ function neonIntegration(options = {}) {
|
|
|
10976
13388
|
};
|
|
10977
13389
|
},
|
|
10978
13390
|
async onInit(_client) {
|
|
10979
|
-
|
|
13391
|
+
logger168.debug("Neon integration initialized");
|
|
10980
13392
|
},
|
|
10981
13393
|
async onAfterConnect(_client) {
|
|
10982
|
-
|
|
13394
|
+
logger168.debug("Neon integration connected");
|
|
10983
13395
|
}
|
|
10984
13396
|
};
|
|
10985
13397
|
}
|
|
@@ -11089,7 +13501,7 @@ function mercuryIntegration(options) {
|
|
|
11089
13501
|
}
|
|
11090
13502
|
// src/integrations/aws.ts
|
|
11091
13503
|
init_logger();
|
|
11092
|
-
var
|
|
13504
|
+
var logger169 = createLogger("AWS");
|
|
11093
13505
|
var AWS_TOOLS = [
|
|
11094
13506
|
"aws_sts_get_caller_identity",
|
|
11095
13507
|
"aws_ec2_describe_regions",
|
|
@@ -11142,16 +13554,16 @@ function awsIntegration(options = {}) {
|
|
|
11142
13554
|
};
|
|
11143
13555
|
},
|
|
11144
13556
|
async onInit(_client) {
|
|
11145
|
-
|
|
13557
|
+
logger169.debug("AWS integration initialized");
|
|
11146
13558
|
},
|
|
11147
13559
|
async onAfterConnect(_client) {
|
|
11148
|
-
|
|
13560
|
+
logger169.debug("AWS integration connected");
|
|
11149
13561
|
}
|
|
11150
13562
|
};
|
|
11151
13563
|
}
|
|
11152
13564
|
// src/integrations/wix.ts
|
|
11153
13565
|
init_logger();
|
|
11154
|
-
var
|
|
13566
|
+
var logger170 = createLogger("Wix");
|
|
11155
13567
|
var WIX_TOOLS = [
|
|
11156
13568
|
"wix_query_products",
|
|
11157
13569
|
"wix_get_product",
|
|
@@ -11184,10 +13596,10 @@ function wixIntegration(options = {}) {
|
|
|
11184
13596
|
};
|
|
11185
13597
|
},
|
|
11186
13598
|
async onInit(_client) {
|
|
11187
|
-
|
|
13599
|
+
logger170.debug("Wix integration initialized");
|
|
11188
13600
|
},
|
|
11189
13601
|
async onAfterConnect(_client) {
|
|
11190
|
-
|
|
13602
|
+
logger170.debug("Wix integration connected");
|
|
11191
13603
|
}
|
|
11192
13604
|
};
|
|
11193
13605
|
}
|
|
@@ -11221,7 +13633,7 @@ function mailchimpIntegration(config = {}) {
|
|
|
11221
13633
|
}
|
|
11222
13634
|
// src/integrations/monday.ts
|
|
11223
13635
|
init_logger();
|
|
11224
|
-
var
|
|
13636
|
+
var logger171 = createLogger("Monday");
|
|
11225
13637
|
var MONDAY_TOOLS = [
|
|
11226
13638
|
"monday_me",
|
|
11227
13639
|
"monday_list_workspaces",
|
|
@@ -11258,16 +13670,16 @@ function mondayIntegration(config = {}) {
|
|
|
11258
13670
|
tools: [...MONDAY_TOOLS],
|
|
11259
13671
|
oauth,
|
|
11260
13672
|
async onInit(_client) {
|
|
11261
|
-
|
|
13673
|
+
logger171.debug("Monday.com integration initialized");
|
|
11262
13674
|
},
|
|
11263
13675
|
async onAfterConnect(_client) {
|
|
11264
|
-
|
|
13676
|
+
logger171.debug("Monday.com integration connected");
|
|
11265
13677
|
}
|
|
11266
13678
|
};
|
|
11267
13679
|
}
|
|
11268
13680
|
// src/integrations/binance.ts
|
|
11269
13681
|
init_logger();
|
|
11270
|
-
var
|
|
13682
|
+
var logger172 = createLogger("Binance");
|
|
11271
13683
|
var BINANCE_TOOLS = [
|
|
11272
13684
|
"binance_ping",
|
|
11273
13685
|
"binance_get_server_time",
|
|
@@ -11310,16 +13722,16 @@ function binanceIntegration(options = {}) {
|
|
|
11310
13722
|
};
|
|
11311
13723
|
},
|
|
11312
13724
|
async onInit(_client) {
|
|
11313
|
-
|
|
13725
|
+
logger172.debug("Binance integration initialized");
|
|
11314
13726
|
},
|
|
11315
13727
|
async onAfterConnect(_client) {
|
|
11316
|
-
|
|
13728
|
+
logger172.debug("Binance integration connected");
|
|
11317
13729
|
}
|
|
11318
13730
|
};
|
|
11319
13731
|
}
|
|
11320
13732
|
// src/integrations/canva.ts
|
|
11321
13733
|
init_logger();
|
|
11322
|
-
var
|
|
13734
|
+
var logger173 = createLogger("Canva");
|
|
11323
13735
|
var CANVA_TOOLS = [
|
|
11324
13736
|
"canva_get_me",
|
|
11325
13737
|
"canva_get_profile",
|
|
@@ -11356,16 +13768,16 @@ function canvaIntegration(config = {}) {
|
|
|
11356
13768
|
tools: [...CANVA_TOOLS],
|
|
11357
13769
|
oauth,
|
|
11358
13770
|
async onInit(_client) {
|
|
11359
|
-
|
|
13771
|
+
logger173.debug("Canva integration initialized");
|
|
11360
13772
|
},
|
|
11361
13773
|
async onAfterConnect(_client) {
|
|
11362
|
-
|
|
13774
|
+
logger173.debug("Canva integration connected");
|
|
11363
13775
|
}
|
|
11364
13776
|
};
|
|
11365
13777
|
}
|
|
11366
13778
|
// src/integrations/clerk.ts
|
|
11367
13779
|
init_logger();
|
|
11368
|
-
var
|
|
13780
|
+
var logger174 = createLogger("Clerk");
|
|
11369
13781
|
var CLERK_TOOLS = [
|
|
11370
13782
|
"clerk_list_users",
|
|
11371
13783
|
"clerk_get_user",
|
|
@@ -11400,16 +13812,16 @@ function clerkIntegration(options = {}) {
|
|
|
11400
13812
|
};
|
|
11401
13813
|
},
|
|
11402
13814
|
async onInit(_client) {
|
|
11403
|
-
|
|
13815
|
+
logger174.debug("Clerk integration initialized");
|
|
11404
13816
|
},
|
|
11405
13817
|
async onAfterConnect(_client) {
|
|
11406
|
-
|
|
13818
|
+
logger174.debug("Clerk integration connected");
|
|
11407
13819
|
}
|
|
11408
13820
|
};
|
|
11409
13821
|
}
|
|
11410
13822
|
// src/integrations/clickup.ts
|
|
11411
13823
|
init_logger();
|
|
11412
|
-
var
|
|
13824
|
+
var logger175 = createLogger("ClickUp");
|
|
11413
13825
|
var CLICKUP_TOOLS = [
|
|
11414
13826
|
"clickup_get_authorized_user",
|
|
11415
13827
|
"clickup_list_teams",
|
|
@@ -11445,16 +13857,16 @@ function clickupIntegration(config = {}) {
|
|
|
11445
13857
|
tools: [...CLICKUP_TOOLS],
|
|
11446
13858
|
oauth,
|
|
11447
13859
|
async onInit(_client) {
|
|
11448
|
-
|
|
13860
|
+
logger175.debug("ClickUp integration initialized");
|
|
11449
13861
|
},
|
|
11450
13862
|
async onAfterConnect(_client) {
|
|
11451
|
-
|
|
13863
|
+
logger175.debug("ClickUp integration connected");
|
|
11452
13864
|
}
|
|
11453
13865
|
};
|
|
11454
13866
|
}
|
|
11455
13867
|
// src/integrations/cloudflare.ts
|
|
11456
13868
|
init_logger();
|
|
11457
|
-
var
|
|
13869
|
+
var logger176 = createLogger("Cloudflare");
|
|
11458
13870
|
var CLOUDFLARE_TOOLS = [
|
|
11459
13871
|
"cloudflare_verify_token",
|
|
11460
13872
|
"cloudflare_get_user",
|
|
@@ -11493,10 +13905,10 @@ function cloudflareIntegration(config = {}) {
|
|
|
11493
13905
|
return { Authorization: `Bearer ${apiToken.trim()}` };
|
|
11494
13906
|
},
|
|
11495
13907
|
async onInit(_client) {
|
|
11496
|
-
|
|
13908
|
+
logger176.debug("Cloudflare integration initialized (API token)");
|
|
11497
13909
|
},
|
|
11498
13910
|
async onAfterConnect(_client) {
|
|
11499
|
-
|
|
13911
|
+
logger176.debug("Cloudflare integration connected");
|
|
11500
13912
|
}
|
|
11501
13913
|
};
|
|
11502
13914
|
}
|
|
@@ -11522,16 +13934,16 @@ function cloudflareIntegration(config = {}) {
|
|
|
11522
13934
|
tools: [...CLOUDFLARE_TOOLS],
|
|
11523
13935
|
oauth,
|
|
11524
13936
|
async onInit(_client) {
|
|
11525
|
-
|
|
13937
|
+
logger176.debug("Cloudflare integration initialized (OAuth)");
|
|
11526
13938
|
},
|
|
11527
13939
|
async onAfterConnect(_client) {
|
|
11528
|
-
|
|
13940
|
+
logger176.debug("Cloudflare integration connected");
|
|
11529
13941
|
}
|
|
11530
13942
|
};
|
|
11531
13943
|
}
|
|
11532
13944
|
// src/integrations/instagram.ts
|
|
11533
13945
|
init_logger();
|
|
11534
|
-
var
|
|
13946
|
+
var logger177 = createLogger("Instagram");
|
|
11535
13947
|
var INSTAGRAM_SCOPES = [
|
|
11536
13948
|
"pages_show_list",
|
|
11537
13949
|
"pages_read_engagement",
|
|
@@ -11581,16 +13993,16 @@ function instagramIntegration(config = {}) {
|
|
|
11581
13993
|
tools: [...INSTAGRAM_TOOLS],
|
|
11582
13994
|
oauth,
|
|
11583
13995
|
async onInit(_client) {
|
|
11584
|
-
|
|
13996
|
+
logger177.debug("Instagram integration initialized");
|
|
11585
13997
|
},
|
|
11586
13998
|
async onAfterConnect(_client) {
|
|
11587
|
-
|
|
13999
|
+
logger177.debug("Instagram integration connected");
|
|
11588
14000
|
}
|
|
11589
14001
|
};
|
|
11590
14002
|
}
|
|
11591
14003
|
// src/integrations/facebook.ts
|
|
11592
14004
|
init_logger();
|
|
11593
|
-
var
|
|
14005
|
+
var logger178 = createLogger("Facebook");
|
|
11594
14006
|
var FACEBOOK_SCOPES = [
|
|
11595
14007
|
"public_profile",
|
|
11596
14008
|
"email",
|
|
@@ -11636,10 +14048,10 @@ function facebookIntegration(config = {}) {
|
|
|
11636
14048
|
tools: [...FACEBOOK_TOOLS],
|
|
11637
14049
|
oauth,
|
|
11638
14050
|
async onInit(_client) {
|
|
11639
|
-
|
|
14051
|
+
logger178.debug("Facebook integration initialized");
|
|
11640
14052
|
},
|
|
11641
14053
|
async onAfterConnect(_client) {
|
|
11642
|
-
|
|
14054
|
+
logger178.debug("Facebook integration connected");
|
|
11643
14055
|
}
|
|
11644
14056
|
};
|
|
11645
14057
|
}
|
|
@@ -11670,7 +14082,7 @@ function ga4Integration(config = {}) {
|
|
|
11670
14082
|
}
|
|
11671
14083
|
// src/integrations/resend.ts
|
|
11672
14084
|
init_logger();
|
|
11673
|
-
var
|
|
14085
|
+
var logger179 = createLogger("Resend");
|
|
11674
14086
|
var RESEND_TOOLS = [
|
|
11675
14087
|
"resend_list_domains",
|
|
11676
14088
|
"resend_get_domain",
|
|
@@ -11695,10 +14107,10 @@ function resendIntegration(options = {}) {
|
|
|
11695
14107
|
return { Authorization: `Bearer ${apiKey}` };
|
|
11696
14108
|
},
|
|
11697
14109
|
async onInit(_client) {
|
|
11698
|
-
|
|
14110
|
+
logger179.debug("Resend integration initialized");
|
|
11699
14111
|
},
|
|
11700
14112
|
async onAfterConnect(_client) {
|
|
11701
|
-
|
|
14113
|
+
logger179.debug("Resend integration connected");
|
|
11702
14114
|
}
|
|
11703
14115
|
};
|
|
11704
14116
|
}
|
|
@@ -11722,7 +14134,7 @@ function tldrawIntegration(options = {}) {
|
|
|
11722
14134
|
}
|
|
11723
14135
|
// src/integrations/workday.ts
|
|
11724
14136
|
init_logger();
|
|
11725
|
-
var
|
|
14137
|
+
var logger180 = createLogger("Workday");
|
|
11726
14138
|
var WORKDAY_TOOLS = [
|
|
11727
14139
|
"workday_list_workers",
|
|
11728
14140
|
"workday_get_worker"
|
|
@@ -11747,16 +14159,16 @@ function workdayIntegration(config = {}) {
|
|
|
11747
14159
|
tools: [...WORKDAY_TOOLS],
|
|
11748
14160
|
oauth,
|
|
11749
14161
|
async onInit(_client) {
|
|
11750
|
-
|
|
14162
|
+
logger180.debug("Workday integration initialized");
|
|
11751
14163
|
},
|
|
11752
14164
|
async onAfterConnect(_client) {
|
|
11753
|
-
|
|
14165
|
+
logger180.debug("Workday integration connected");
|
|
11754
14166
|
}
|
|
11755
14167
|
};
|
|
11756
14168
|
}
|
|
11757
14169
|
// src/integrations/workos.ts
|
|
11758
14170
|
init_logger();
|
|
11759
|
-
var
|
|
14171
|
+
var logger181 = createLogger("WorkOS");
|
|
11760
14172
|
var WORKOS_TOOLS = [
|
|
11761
14173
|
"workos_list_organizations",
|
|
11762
14174
|
"workos_get_organization",
|
|
@@ -11789,10 +14201,10 @@ function workosIntegration(options = {}) {
|
|
|
11789
14201
|
};
|
|
11790
14202
|
},
|
|
11791
14203
|
async onInit(_client) {
|
|
11792
|
-
|
|
14204
|
+
logger181.debug("WorkOS integration initialized");
|
|
11793
14205
|
},
|
|
11794
14206
|
async onAfterConnect(_client) {
|
|
11795
|
-
|
|
14207
|
+
logger181.debug("WorkOS integration connected");
|
|
11796
14208
|
}
|
|
11797
14209
|
};
|
|
11798
14210
|
}
|
|
@@ -17999,7 +20411,7 @@ function convertJsonSchemaToGoogleSchema(jsonSchema, TypeEnum) {
|
|
|
17999
20411
|
}
|
|
18000
20412
|
// src/server.ts
|
|
18001
20413
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
18002
|
-
var
|
|
20414
|
+
var logger184 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
18003
20415
|
async function refreshTokenIfNeeded(provider, tokenData, providers, config, context) {
|
|
18004
20416
|
const credentials = providers[provider];
|
|
18005
20417
|
if (!credentials || !config.serverUrl) {
|
|
@@ -18021,9 +20433,9 @@ async function refreshTokenIfNeeded(provider, tokenData, providers, config, cont
|
|
|
18021
20433
|
});
|
|
18022
20434
|
} catch (err) {
|
|
18023
20435
|
if (err instanceof RefreshRejectedError) {
|
|
18024
|
-
|
|
20436
|
+
logger184.warn(`[Token Refresh] Refresh token rejected for ${provider}; integration marked disconnected.`);
|
|
18025
20437
|
} else {
|
|
18026
|
-
|
|
20438
|
+
logger184.warn(`[Token Refresh] Failed to refresh ${provider} token: ${err.message}`);
|
|
18027
20439
|
}
|
|
18028
20440
|
return tokenData.accessToken;
|
|
18029
20441
|
}
|
|
@@ -18133,7 +20545,7 @@ function createMCPServer(config) {
|
|
|
18133
20545
|
if (integration.oauth) {
|
|
18134
20546
|
const { clientId, clientSecret, redirectUri: integrationRedirectUri, config: oauthConfig } = integration.oauth;
|
|
18135
20547
|
if (!clientId || !clientSecret) {
|
|
18136
|
-
|
|
20548
|
+
logger184.warn(`Warning: Integration "${integration.id}" is missing OAuth credentials. ` + `Provide clientId and clientSecret in the integration configuration.`);
|
|
18137
20549
|
return integration;
|
|
18138
20550
|
}
|
|
18139
20551
|
const redirectUri = integrationRedirectUri || config.redirectUri || getDefaultRedirectUri();
|
|
@@ -18313,7 +20725,7 @@ function createMCPServer(config) {
|
|
|
18313
20725
|
}
|
|
18314
20726
|
return response2;
|
|
18315
20727
|
} catch (error) {
|
|
18316
|
-
|
|
20728
|
+
logger184.error("[MCP Tool Call] Error:", error);
|
|
18317
20729
|
return Response.json({ error: error.message || "Failed to execute tool call" }, { status: error.statusCode || 500 });
|
|
18318
20730
|
}
|
|
18319
20731
|
}
|
|
@@ -18362,7 +20774,7 @@ function createMCPServer(config) {
|
|
|
18362
20774
|
});
|
|
18363
20775
|
return Response.json(result, { status: result.success ? 200 : 500 });
|
|
18364
20776
|
} catch (error) {
|
|
18365
|
-
|
|
20777
|
+
logger184.error("[Code Mode] Error:", error);
|
|
18366
20778
|
return Response.json({ error: error?.message || "Failed to execute code" }, { status: 500 });
|
|
18367
20779
|
}
|
|
18368
20780
|
}
|
|
@@ -18420,7 +20832,7 @@ function createMCPServer(config) {
|
|
|
18420
20832
|
error: executionResult.error
|
|
18421
20833
|
});
|
|
18422
20834
|
} catch (error) {
|
|
18423
|
-
|
|
20835
|
+
logger184.error("[Trigger Notify] Error:", error);
|
|
18424
20836
|
return Response.json({ error: error.message || "Failed to execute trigger" }, { status: 500 });
|
|
18425
20837
|
}
|
|
18426
20838
|
}
|
|
@@ -18484,7 +20896,7 @@ function createMCPServer(config) {
|
|
|
18484
20896
|
})
|
|
18485
20897
|
});
|
|
18486
20898
|
} catch (scheduleError) {
|
|
18487
|
-
|
|
20899
|
+
logger184.error("[Trigger] Failed to register with scheduler:", scheduleError);
|
|
18488
20900
|
}
|
|
18489
20901
|
return Response.json(created, { status: 201 });
|
|
18490
20902
|
}
|
|
@@ -18519,7 +20931,7 @@ function createMCPServer(config) {
|
|
|
18519
20931
|
body: JSON.stringify({ triggerId })
|
|
18520
20932
|
});
|
|
18521
20933
|
} catch (error) {
|
|
18522
|
-
|
|
20934
|
+
logger184.error("[Trigger] Failed to pause in scheduler:", error);
|
|
18523
20935
|
}
|
|
18524
20936
|
return Response.json(updated);
|
|
18525
20937
|
} else if (subAction === "resume" && method === "POST") {
|
|
@@ -18547,7 +20959,7 @@ function createMCPServer(config) {
|
|
|
18547
20959
|
body: JSON.stringify({ triggerId })
|
|
18548
20960
|
});
|
|
18549
20961
|
} catch (error) {
|
|
18550
|
-
|
|
20962
|
+
logger184.error("[Trigger] Failed to resume in scheduler:", error);
|
|
18551
20963
|
}
|
|
18552
20964
|
return Response.json(updated);
|
|
18553
20965
|
} else if (subAction === "run" && method === "POST") {
|
|
@@ -18618,7 +21030,7 @@ function createMCPServer(config) {
|
|
|
18618
21030
|
})
|
|
18619
21031
|
});
|
|
18620
21032
|
} catch (error) {
|
|
18621
|
-
|
|
21033
|
+
logger184.error("[Trigger] Failed to update scheduler:", error);
|
|
18622
21034
|
}
|
|
18623
21035
|
}
|
|
18624
21036
|
return Response.json(updated);
|
|
@@ -18635,14 +21047,14 @@ function createMCPServer(config) {
|
|
|
18635
21047
|
body: JSON.stringify({ triggerId })
|
|
18636
21048
|
});
|
|
18637
21049
|
} catch (error) {
|
|
18638
|
-
|
|
21050
|
+
logger184.error("[Trigger] Failed to unregister from scheduler:", error);
|
|
18639
21051
|
}
|
|
18640
21052
|
return new Response(null, { status: 204 });
|
|
18641
21053
|
}
|
|
18642
21054
|
}
|
|
18643
21055
|
return Response.json({ error: "Invalid trigger route or method" }, { status: 404 });
|
|
18644
21056
|
} catch (error) {
|
|
18645
|
-
|
|
21057
|
+
logger184.error("[Trigger] Error:", error);
|
|
18646
21058
|
return Response.json({ error: error.message || "Failed to process trigger request" }, { status: error.statusCode || 500 });
|
|
18647
21059
|
}
|
|
18648
21060
|
}
|
|
@@ -18668,11 +21080,11 @@ function createMCPServer(config) {
|
|
|
18668
21080
|
const errorRedirectUrl = "/auth-error";
|
|
18669
21081
|
if (error) {
|
|
18670
21082
|
const errorMsg = errorDescription || error;
|
|
18671
|
-
|
|
21083
|
+
logger184.error("[OAuth Redirect] Error:", errorMsg);
|
|
18672
21084
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent(errorMsg)}`, webRequest.url));
|
|
18673
21085
|
}
|
|
18674
21086
|
if (!code || !state) {
|
|
18675
|
-
|
|
21087
|
+
logger184.error("[OAuth Redirect] Missing code or state parameter");
|
|
18676
21088
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent("Invalid OAuth callback")}`, webRequest.url));
|
|
18677
21089
|
}
|
|
18678
21090
|
let returnUrl = defaultRedirectUrl;
|
|
@@ -18749,7 +21161,7 @@ function createMCPServer(config) {
|
|
|
18749
21161
|
frontendUrl.hash = `oauth_callback=${encodeURIComponent(JSON.stringify({ code, state, tokenData }))}`;
|
|
18750
21162
|
return Response.redirect(frontendUrl);
|
|
18751
21163
|
} catch (error2) {
|
|
18752
|
-
|
|
21164
|
+
logger184.error("[OAuth Backend Callback] Error:", error2);
|
|
18753
21165
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent(error2.message || "Failed to exchange token")}`, webRequest.url));
|
|
18754
21166
|
}
|
|
18755
21167
|
} else {
|
|
@@ -19044,14 +21456,23 @@ export {
|
|
|
19044
21456
|
xIntegration,
|
|
19045
21457
|
workosIntegration,
|
|
19046
21458
|
workdayIntegration,
|
|
21459
|
+
wordpressIntegration,
|
|
19047
21460
|
wordIntegration,
|
|
19048
21461
|
wixIntegration,
|
|
21462
|
+
withingsIntegration,
|
|
21463
|
+
whoopIntegration,
|
|
19049
21464
|
whatsappIntegration,
|
|
19050
21465
|
webflowIntegration,
|
|
19051
21466
|
vercelIntegration,
|
|
19052
21467
|
upstashIntegration,
|
|
21468
|
+
upsIntegration,
|
|
21469
|
+
universeIntegration,
|
|
21470
|
+
uberIntegration,
|
|
21471
|
+
uberEatsIntegration,
|
|
19053
21472
|
typeformIntegration,
|
|
19054
21473
|
twitchIntegration,
|
|
21474
|
+
tuyaIntegration,
|
|
21475
|
+
truelayerIntegration,
|
|
19055
21476
|
trelloIntegration,
|
|
19056
21477
|
todoistIntegration,
|
|
19057
21478
|
toWebRequest,
|
|
@@ -19060,10 +21481,14 @@ export {
|
|
|
19060
21481
|
toSolidStartHandler,
|
|
19061
21482
|
toNextJsHandler,
|
|
19062
21483
|
tldrawIntegration,
|
|
21484
|
+
tinkIntegration,
|
|
19063
21485
|
tiktokIntegration,
|
|
21486
|
+
tiktokBusinessIntegration,
|
|
19064
21487
|
threadsIntegration,
|
|
21488
|
+
teslaIntegration,
|
|
19065
21489
|
telegramIntegration,
|
|
19066
21490
|
teamsIntegration,
|
|
21491
|
+
tableauIntegration,
|
|
19067
21492
|
svelteKitHandler,
|
|
19068
21493
|
supabaseIntegration,
|
|
19069
21494
|
stripeIntegration,
|
|
@@ -19071,6 +21496,8 @@ export {
|
|
|
19071
21496
|
storeCodeVerifier,
|
|
19072
21497
|
squareIntegration,
|
|
19073
21498
|
spotifyIntegration,
|
|
21499
|
+
sonosIntegration,
|
|
21500
|
+
snowflakeIntegration,
|
|
19074
21501
|
smartthingsIntegration,
|
|
19075
21502
|
smartsheetIntegration,
|
|
19076
21503
|
slackIntegration,
|
|
@@ -19079,6 +21506,8 @@ export {
|
|
|
19079
21506
|
sentryIntegration,
|
|
19080
21507
|
sendWebResponse,
|
|
19081
21508
|
salesforceIntegration,
|
|
21509
|
+
sageIntegration,
|
|
21510
|
+
ringIntegration,
|
|
19082
21511
|
resendIntegration,
|
|
19083
21512
|
redisIntegration,
|
|
19084
21513
|
redditIntegration,
|
|
@@ -19091,34 +21520,56 @@ export {
|
|
|
19091
21520
|
polarIntegration,
|
|
19092
21521
|
plannerIntegration,
|
|
19093
21522
|
planetscaleIntegration,
|
|
21523
|
+
plaidIntegration,
|
|
19094
21524
|
pipedriveIntegration,
|
|
19095
21525
|
pinterestIntegration,
|
|
21526
|
+
philipsHueIntegration,
|
|
19096
21527
|
phantomIntegration,
|
|
19097
21528
|
paypalIntegration,
|
|
19098
21529
|
paperIntegration,
|
|
21530
|
+
pandadocIntegration,
|
|
19099
21531
|
outlookIntegration,
|
|
21532
|
+
ouraIntegration,
|
|
21533
|
+
oneloginIntegration,
|
|
19100
21534
|
onedriveIntegration,
|
|
19101
21535
|
oktaIntegration,
|
|
19102
21536
|
notionIntegration,
|
|
19103
21537
|
netlifyIntegration,
|
|
21538
|
+
netatmoIntegration,
|
|
19104
21539
|
neonIntegration,
|
|
21540
|
+
moneybirdIntegration,
|
|
19105
21541
|
mondayIntegration,
|
|
19106
21542
|
miroIntegration,
|
|
21543
|
+
mieleIntegration,
|
|
21544
|
+
microsoftGraphEducationIntegration,
|
|
21545
|
+
microsoftEntraIdIntegration,
|
|
21546
|
+
microsoftAdsIntegration,
|
|
21547
|
+
metaAdsIntegration,
|
|
19107
21548
|
mercuryIntegration,
|
|
21549
|
+
meetupIntegration,
|
|
21550
|
+
mapmyfitnessIntegration,
|
|
19108
21551
|
mailchimpIntegration,
|
|
21552
|
+
lookerIntegration,
|
|
19109
21553
|
linkedinIntegration,
|
|
19110
21554
|
linearIntegration,
|
|
21555
|
+
leverIntegration,
|
|
21556
|
+
kickIntegration,
|
|
19111
21557
|
jiraIntegration,
|
|
19112
21558
|
intercomIntegration,
|
|
19113
21559
|
instagramIntegration,
|
|
19114
21560
|
hubspotIntegration,
|
|
21561
|
+
homeConnectIntegration,
|
|
19115
21562
|
handleOpenAIResponse,
|
|
19116
21563
|
handleAnthropicMessage,
|
|
19117
21564
|
gtasksIntegration,
|
|
19118
21565
|
gslidesIntegration,
|
|
19119
21566
|
gsheetsIntegration,
|
|
21567
|
+
greenhouseIntegration,
|
|
19120
21568
|
granolaIntegration,
|
|
21569
|
+
googleHomeIntegration,
|
|
21570
|
+
googleClassroomIntegration,
|
|
19121
21571
|
googleAdsIntegration,
|
|
21572
|
+
gocardlessIntegration,
|
|
19122
21573
|
gmeetIntegration,
|
|
19123
21574
|
gmailIntegration,
|
|
19124
21575
|
gkeepIntegration,
|
|
@@ -19136,20 +21587,32 @@ export {
|
|
|
19136
21587
|
gcontactsIntegration,
|
|
19137
21588
|
gchatIntegration,
|
|
19138
21589
|
gcalIntegration,
|
|
21590
|
+
garminIntegration,
|
|
19139
21591
|
ga4Integration,
|
|
19140
21592
|
fromNodeHeaders,
|
|
19141
21593
|
freshserviceIntegration,
|
|
21594
|
+
freeagentIntegration,
|
|
21595
|
+
foursquareIntegration,
|
|
21596
|
+
fitbitIntegration,
|
|
19142
21597
|
figmaIntegration,
|
|
21598
|
+
fedexIntegration,
|
|
19143
21599
|
facebookIntegration,
|
|
21600
|
+
expediaIntegration,
|
|
19144
21601
|
executeSandboxCode,
|
|
19145
21602
|
executeGoogleFunctionCalls,
|
|
19146
21603
|
excelIntegration,
|
|
21604
|
+
exactOnlineIntegration,
|
|
21605
|
+
eventbriteIntegration,
|
|
21606
|
+
etsyIntegration,
|
|
19147
21607
|
etoroIntegration,
|
|
19148
21608
|
encodeRedisCloudBearerToken,
|
|
19149
21609
|
ebayIntegration,
|
|
21610
|
+
dropboxSignIntegration,
|
|
19150
21611
|
dropboxIntegration,
|
|
19151
21612
|
docusignIntegration,
|
|
19152
21613
|
discordIntegration,
|
|
21614
|
+
dhlIntegration,
|
|
21615
|
+
deezerIntegration,
|
|
19153
21616
|
datadogIntegration,
|
|
19154
21617
|
databricksIntegration,
|
|
19155
21618
|
cursorIntegration,
|
|
@@ -19159,10 +21622,12 @@ export {
|
|
|
19159
21622
|
createNextOAuthHandler,
|
|
19160
21623
|
createMCPServer,
|
|
19161
21624
|
convexIntegration,
|
|
21625
|
+
contentfulIntegration,
|
|
19162
21626
|
confluenceIntegration,
|
|
19163
21627
|
cloudflareIntegration,
|
|
19164
21628
|
clickupIntegration,
|
|
19165
21629
|
clerkIntegration,
|
|
21630
|
+
canvasLmsIntegration,
|
|
19166
21631
|
canvaIntegration,
|
|
19167
21632
|
calcomIntegration,
|
|
19168
21633
|
buildPhantomBrowseDeeplink,
|
|
@@ -19170,14 +21635,21 @@ export {
|
|
|
19170
21635
|
boxIntegration,
|
|
19171
21636
|
bitbucketIntegration,
|
|
19172
21637
|
binanceIntegration,
|
|
21638
|
+
bigqueryIntegration,
|
|
21639
|
+
bigcommerceIntegration,
|
|
19173
21640
|
betterstackIntegration,
|
|
21641
|
+
bamboohrIntegration,
|
|
19174
21642
|
awsIntegration,
|
|
19175
21643
|
auth0Integration,
|
|
19176
21644
|
attioIntegration,
|
|
19177
21645
|
astronomerIntegration,
|
|
19178
21646
|
asanaIntegration,
|
|
21647
|
+
amazonIntegration,
|
|
21648
|
+
amazonAdsIntegration,
|
|
21649
|
+
amadeusIntegration,
|
|
19179
21650
|
alpacaIntegration,
|
|
19180
21651
|
airtableIntegration,
|
|
21652
|
+
adobeAcrobatSignIntegration,
|
|
19181
21653
|
__resetUnauthenticatedCodeModeWarnings,
|
|
19182
21654
|
RUNTIME_STUB_SOURCE,
|
|
19183
21655
|
POST,
|