integrate-sdk 0.9.52-dev.0 → 0.9.53-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +259 -19
- package/dist/adapters/base-handler.js +259 -19
- package/dist/adapters/index.js +518 -98
- package/dist/adapters/nextjs.js +259 -19
- package/dist/adapters/solid-start.js +518 -98
- package/dist/adapters/svelte-kit.js +518 -98
- package/dist/index.js +2793 -365
- package/dist/integrations.js +2793 -365
- package/dist/oauth.js +259 -19
- package/dist/server.js +2906 -432
- package/dist/src/client.d.ts +120 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +120 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts +22 -0
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts +14 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts.map +1 -0
- package/dist/src/integrations/amadeus-client.d.ts +32 -0
- package/dist/src/integrations/amadeus-client.d.ts.map +1 -0
- package/dist/src/integrations/amadeus.d.ts +14 -0
- package/dist/src/integrations/amadeus.d.ts.map +1 -0
- package/dist/src/integrations/amazon-client.d.ts +34 -0
- package/dist/src/integrations/amazon-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon.d.ts +14 -0
- package/dist/src/integrations/amazon.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads-client.d.ts +23 -0
- package/dist/src/integrations/amazon_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads.d.ts +14 -0
- package/dist/src/integrations/amazon_ads.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr-client.d.ts +31 -0
- package/dist/src/integrations/bamboohr-client.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr.d.ts +15 -0
- package/dist/src/integrations/bamboohr.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce-client.d.ts +32 -0
- package/dist/src/integrations/bigcommerce-client.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce.d.ts +15 -0
- package/dist/src/integrations/bigcommerce.d.ts.map +1 -0
- package/dist/src/integrations/bigquery-client.d.ts +33 -0
- package/dist/src/integrations/bigquery-client.d.ts.map +1 -0
- package/dist/src/integrations/bigquery.d.ts +14 -0
- package/dist/src/integrations/bigquery.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms-client.d.ts +40 -0
- package/dist/src/integrations/canvas_lms-client.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms.d.ts +15 -0
- package/dist/src/integrations/canvas_lms.d.ts.map +1 -0
- package/dist/src/integrations/contentful-client.d.ts +33 -0
- package/dist/src/integrations/contentful-client.d.ts.map +1 -0
- package/dist/src/integrations/contentful.d.ts +14 -0
- package/dist/src/integrations/contentful.d.ts.map +1 -0
- package/dist/src/integrations/deezer-client.d.ts +24 -0
- package/dist/src/integrations/deezer-client.d.ts.map +1 -0
- package/dist/src/integrations/deezer.d.ts +14 -0
- package/dist/src/integrations/deezer.d.ts.map +1 -0
- package/dist/src/integrations/dhl-client.d.ts +20 -0
- package/dist/src/integrations/dhl-client.d.ts.map +1 -0
- package/dist/src/integrations/dhl.d.ts +14 -0
- package/dist/src/integrations/dhl.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts +22 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign.d.ts +14 -0
- package/dist/src/integrations/dropbox_sign.d.ts.map +1 -0
- package/dist/src/integrations/etsy-client.d.ts +27 -0
- package/dist/src/integrations/etsy-client.d.ts.map +1 -0
- package/dist/src/integrations/etsy.d.ts +14 -0
- package/dist/src/integrations/etsy.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite-client.d.ts +22 -0
- package/dist/src/integrations/eventbrite-client.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite.d.ts +14 -0
- package/dist/src/integrations/eventbrite.d.ts.map +1 -0
- package/dist/src/integrations/exact_online-client.d.ts +29 -0
- package/dist/src/integrations/exact_online-client.d.ts.map +1 -0
- package/dist/src/integrations/exact_online.d.ts +14 -0
- package/dist/src/integrations/exact_online.d.ts.map +1 -0
- package/dist/src/integrations/expedia-client.d.ts +30 -0
- package/dist/src/integrations/expedia-client.d.ts.map +1 -0
- package/dist/src/integrations/expedia.d.ts +14 -0
- package/dist/src/integrations/expedia.d.ts.map +1 -0
- package/dist/src/integrations/fedex-client.d.ts +19 -0
- package/dist/src/integrations/fedex-client.d.ts.map +1 -0
- package/dist/src/integrations/fedex.d.ts +14 -0
- package/dist/src/integrations/fedex.d.ts.map +1 -0
- package/dist/src/integrations/fitbit-client.d.ts +20 -0
- package/dist/src/integrations/fitbit-client.d.ts.map +1 -0
- package/dist/src/integrations/fitbit.d.ts +14 -0
- package/dist/src/integrations/fitbit.d.ts.map +1 -0
- package/dist/src/integrations/foursquare-client.d.ts +30 -0
- package/dist/src/integrations/foursquare-client.d.ts.map +1 -0
- package/dist/src/integrations/foursquare.d.ts +14 -0
- package/dist/src/integrations/foursquare.d.ts.map +1 -0
- package/dist/src/integrations/freeagent-client.d.ts +21 -0
- package/dist/src/integrations/freeagent-client.d.ts.map +1 -0
- package/dist/src/integrations/freeagent.d.ts +14 -0
- package/dist/src/integrations/freeagent.d.ts.map +1 -0
- package/dist/src/integrations/garmin-client.d.ts +24 -0
- package/dist/src/integrations/garmin-client.d.ts.map +1 -0
- package/dist/src/integrations/garmin.d.ts +14 -0
- package/dist/src/integrations/garmin.d.ts.map +1 -0
- package/dist/src/integrations/gocardless-client.d.ts +22 -0
- package/dist/src/integrations/gocardless-client.d.ts.map +1 -0
- package/dist/src/integrations/gocardless.d.ts +14 -0
- package/dist/src/integrations/gocardless.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom-client.d.ts +30 -0
- package/dist/src/integrations/google_classroom-client.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom.d.ts +14 -0
- package/dist/src/integrations/google_classroom.d.ts.map +1 -0
- package/dist/src/integrations/google_home-client.d.ts +23 -0
- package/dist/src/integrations/google_home-client.d.ts.map +1 -0
- package/dist/src/integrations/google_home.d.ts +14 -0
- package/dist/src/integrations/google_home.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse-client.d.ts +26 -0
- package/dist/src/integrations/greenhouse-client.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse.d.ts +14 -0
- package/dist/src/integrations/greenhouse.d.ts.map +1 -0
- package/dist/src/integrations/home_connect-client.d.ts +23 -0
- package/dist/src/integrations/home_connect-client.d.ts.map +1 -0
- package/dist/src/integrations/home_connect.d.ts +14 -0
- package/dist/src/integrations/home_connect.d.ts.map +1 -0
- package/dist/src/integrations/kick-client.d.ts +25 -0
- package/dist/src/integrations/kick-client.d.ts.map +1 -0
- package/dist/src/integrations/kick.d.ts +14 -0
- package/dist/src/integrations/kick.d.ts.map +1 -0
- package/dist/src/integrations/lever-client.d.ts +25 -0
- package/dist/src/integrations/lever-client.d.ts.map +1 -0
- package/dist/src/integrations/lever.d.ts +14 -0
- package/dist/src/integrations/lever.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts +1 -1
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/looker-client.d.ts +30 -0
- package/dist/src/integrations/looker-client.d.ts.map +1 -0
- package/dist/src/integrations/looker.d.ts +15 -0
- package/dist/src/integrations/looker.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts +21 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness.d.ts +14 -0
- package/dist/src/integrations/mapmyfitness.d.ts.map +1 -0
- package/dist/src/integrations/meetup-client.d.ts +28 -0
- package/dist/src/integrations/meetup-client.d.ts.map +1 -0
- package/dist/src/integrations/meetup.d.ts +14 -0
- package/dist/src/integrations/meetup.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads-client.d.ts +31 -0
- package/dist/src/integrations/meta_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads.d.ts +14 -0
- package/dist/src/integrations/meta_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts +22 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads.d.ts +14 -0
- package/dist/src/integrations/microsoft_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts +14 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts +28 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts +14 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts.map +1 -0
- package/dist/src/integrations/miele-client.d.ts +23 -0
- package/dist/src/integrations/miele-client.d.ts.map +1 -0
- package/dist/src/integrations/miele.d.ts +14 -0
- package/dist/src/integrations/miele.d.ts.map +1 -0
- package/dist/src/integrations/moneybird-client.d.ts +26 -0
- package/dist/src/integrations/moneybird-client.d.ts.map +1 -0
- package/dist/src/integrations/moneybird.d.ts +14 -0
- package/dist/src/integrations/moneybird.d.ts.map +1 -0
- package/dist/src/integrations/netatmo-client.d.ts +29 -0
- package/dist/src/integrations/netatmo-client.d.ts.map +1 -0
- package/dist/src/integrations/netatmo.d.ts +14 -0
- package/dist/src/integrations/netatmo.d.ts.map +1 -0
- package/dist/src/integrations/onelogin-client.d.ts +30 -0
- package/dist/src/integrations/onelogin-client.d.ts.map +1 -0
- package/dist/src/integrations/onelogin.d.ts +15 -0
- package/dist/src/integrations/onelogin.d.ts.map +1 -0
- package/dist/src/integrations/oura-client.d.ts +30 -0
- package/dist/src/integrations/oura-client.d.ts.map +1 -0
- package/dist/src/integrations/oura.d.ts +14 -0
- package/dist/src/integrations/oura.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc-client.d.ts +29 -0
- package/dist/src/integrations/pandadoc-client.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc.d.ts +14 -0
- package/dist/src/integrations/pandadoc.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue-client.d.ts +15 -0
- package/dist/src/integrations/philips_hue-client.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue.d.ts +14 -0
- package/dist/src/integrations/philips_hue.d.ts.map +1 -0
- package/dist/src/integrations/plaid-client.d.ts +22 -0
- package/dist/src/integrations/plaid-client.d.ts.map +1 -0
- package/dist/src/integrations/plaid.d.ts +14 -0
- package/dist/src/integrations/plaid.d.ts.map +1 -0
- package/dist/src/integrations/ramp.d.ts.map +1 -1
- package/dist/src/integrations/ring-client.d.ts +19 -0
- package/dist/src/integrations/ring-client.d.ts.map +1 -0
- package/dist/src/integrations/ring.d.ts +14 -0
- package/dist/src/integrations/ring.d.ts.map +1 -0
- package/dist/src/integrations/sage-client.d.ts +25 -0
- package/dist/src/integrations/sage-client.d.ts.map +1 -0
- package/dist/src/integrations/sage.d.ts +14 -0
- package/dist/src/integrations/sage.d.ts.map +1 -0
- package/dist/src/integrations/snowflake-client.d.ts +25 -0
- package/dist/src/integrations/snowflake-client.d.ts.map +1 -0
- package/dist/src/integrations/snowflake.d.ts +15 -0
- package/dist/src/integrations/snowflake.d.ts.map +1 -0
- package/dist/src/integrations/sonos-client.d.ts +23 -0
- package/dist/src/integrations/sonos-client.d.ts.map +1 -0
- package/dist/src/integrations/sonos.d.ts +14 -0
- package/dist/src/integrations/sonos.d.ts.map +1 -0
- package/dist/src/integrations/tableau-client.d.ts +36 -0
- package/dist/src/integrations/tableau-client.d.ts.map +1 -0
- package/dist/src/integrations/tableau.d.ts +15 -0
- package/dist/src/integrations/tableau.d.ts.map +1 -0
- package/dist/src/integrations/tesla-client.d.ts +18 -0
- package/dist/src/integrations/tesla-client.d.ts.map +1 -0
- package/dist/src/integrations/tesla.d.ts +14 -0
- package/dist/src/integrations/tesla.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business-client.d.ts +31 -0
- package/dist/src/integrations/tiktok_business-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business.d.ts +14 -0
- package/dist/src/integrations/tiktok_business.d.ts.map +1 -0
- package/dist/src/integrations/tink-client.d.ts +17 -0
- package/dist/src/integrations/tink-client.d.ts.map +1 -0
- package/dist/src/integrations/tink.d.ts +14 -0
- package/dist/src/integrations/tink.d.ts.map +1 -0
- package/dist/src/integrations/truelayer-client.d.ts +18 -0
- package/dist/src/integrations/truelayer-client.d.ts.map +1 -0
- package/dist/src/integrations/truelayer.d.ts +14 -0
- package/dist/src/integrations/truelayer.d.ts.map +1 -0
- package/dist/src/integrations/tuya-client.d.ts +20 -0
- package/dist/src/integrations/tuya-client.d.ts.map +1 -0
- package/dist/src/integrations/tuya.d.ts +14 -0
- package/dist/src/integrations/tuya.d.ts.map +1 -0
- package/dist/src/integrations/uber-client.d.ts +27 -0
- package/dist/src/integrations/uber-client.d.ts.map +1 -0
- package/dist/src/integrations/uber.d.ts +14 -0
- package/dist/src/integrations/uber.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats-client.d.ts +26 -0
- package/dist/src/integrations/uber_eats-client.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats.d.ts +14 -0
- package/dist/src/integrations/uber_eats.d.ts.map +1 -0
- package/dist/src/integrations/universe-client.d.ts +25 -0
- package/dist/src/integrations/universe-client.d.ts.map +1 -0
- package/dist/src/integrations/universe.d.ts +14 -0
- package/dist/src/integrations/universe.d.ts.map +1 -0
- package/dist/src/integrations/ups-client.d.ts +20 -0
- package/dist/src/integrations/ups-client.d.ts.map +1 -0
- package/dist/src/integrations/ups.d.ts +14 -0
- package/dist/src/integrations/ups.d.ts.map +1 -0
- package/dist/src/integrations/whoop-client.d.ts +30 -0
- package/dist/src/integrations/whoop-client.d.ts.map +1 -0
- package/dist/src/integrations/whoop.d.ts +14 -0
- package/dist/src/integrations/whoop.d.ts.map +1 -0
- package/dist/src/integrations/withings-client.d.ts +29 -0
- package/dist/src/integrations/withings-client.d.ts.map +1 -0
- package/dist/src/integrations/withings.d.ts +14 -0
- package/dist/src/integrations/withings.d.ts.map +1 -0
- package/dist/src/integrations/wordpress-client.d.ts +32 -0
- package/dist/src/integrations/wordpress-client.d.ts.map +1 -0
- package/dist/src/integrations/wordpress.d.ts +15 -0
- package/dist/src/integrations/wordpress.d.ts.map +1 -0
- package/dist/src/server.d.ts +60 -0
- package/dist/src/server.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/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 devices, structures, rooms, and device commands",
|
|
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 business details, contacts, products, and 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 institutions, requisitions, accounts, balances, and transactions",
|
|
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",
|
|
@@ -186,7 +426,7 @@ var init_library_metadata = __esm(() => {
|
|
|
186
426
|
},
|
|
187
427
|
calcom: {
|
|
188
428
|
description: "Manage Cal.com bookings and schedules",
|
|
189
|
-
category: "
|
|
429
|
+
category: "Productivity"
|
|
190
430
|
},
|
|
191
431
|
canva: {
|
|
192
432
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -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",
|
|
@@ -301,12 +541,12 @@ var init_library_metadata = __esm(() => {
|
|
|
301
541
|
category: "Engineering"
|
|
302
542
|
},
|
|
303
543
|
ramp: {
|
|
304
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
305
|
-
category: "
|
|
544
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
545
|
+
category: "Finance"
|
|
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",
|
|
@@ -398,7 +638,7 @@ var init_library_metadata = __esm(() => {
|
|
|
398
638
|
},
|
|
399
639
|
workos: {
|
|
400
640
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
401
|
-
category: "
|
|
641
|
+
category: "Identity & Access"
|
|
402
642
|
},
|
|
403
643
|
whatsapp: {
|
|
404
644
|
description: "Send WhatsApp messages and templates",
|
|
@@ -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",
|
|
@@ -482,7 +722,7 @@ var init_library_metadata = __esm(() => {
|
|
|
482
722
|
},
|
|
483
723
|
clerk: {
|
|
484
724
|
description: "Manage Clerk users, organizations, and authentication",
|
|
485
|
-
category: "
|
|
725
|
+
category: "Identity & Access"
|
|
486
726
|
},
|
|
487
727
|
clickup: {
|
|
488
728
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -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",
|
|
@@ -562,7 +802,7 @@ var init_library_metadata = __esm(() => {
|
|
|
562
802
|
},
|
|
563
803
|
typeform: {
|
|
564
804
|
description: "Create and manage Typeform surveys and responses",
|
|
565
|
-
category: "
|
|
805
|
+
category: "Productivity"
|
|
566
806
|
},
|
|
567
807
|
webflow: {
|
|
568
808
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
@@ -570,15 +810,15 @@ var init_library_metadata = __esm(() => {
|
|
|
570
810
|
},
|
|
571
811
|
workday: {
|
|
572
812
|
description: "Read Workday HR data including workers, organizations, and pay",
|
|
573
|
-
category: "
|
|
813
|
+
category: "HR & Recruiting"
|
|
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",
|
|
581
|
-
category: "
|
|
821
|
+
category: "Productivity"
|
|
582
822
|
}
|
|
583
823
|
};
|
|
584
824
|
});
|
|
@@ -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
|
-
"
|
|
7531
|
-
"
|
|
7532
|
-
"
|
|
7533
|
-
"
|
|
7534
|
-
"
|
|
7781
|
+
var logger46 = createLogger("Garmin");
|
|
7782
|
+
var GARMIN_SCOPES = [
|
|
7783
|
+
"activities",
|
|
7784
|
+
"heartrate",
|
|
7785
|
+
"sleep",
|
|
7786
|
+
"stress",
|
|
7787
|
+
"body_composition",
|
|
7788
|
+
"user_metrics"
|
|
7535
7789
|
];
|
|
7536
|
-
var
|
|
7537
|
-
"
|
|
7538
|
-
"
|
|
7539
|
-
"
|
|
7540
|
-
"
|
|
7541
|
-
"
|
|
7542
|
-
"railway_create_project",
|
|
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"
|
|
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"
|
|
7605
7796
|
];
|
|
7606
|
-
function
|
|
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",
|
|
7824
|
+
"profile",
|
|
7825
|
+
"settings",
|
|
7826
|
+
"sleep",
|
|
7827
|
+
"social",
|
|
7828
|
+
"weight"
|
|
7829
|
+
];
|
|
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"
|
|
7837
|
+
];
|
|
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");
|
|
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",
|
|
8158
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
|
|
8159
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
8160
|
+
category: "Lifestyle",
|
|
8161
|
+
tools: [...GOOGLE_HOME_TOOLS],
|
|
8162
|
+
authType: "oauth",
|
|
8163
|
+
oauth,
|
|
8164
|
+
async onInit() {
|
|
8165
|
+
logger56.debug("Google Home integration initialized");
|
|
8166
|
+
},
|
|
8167
|
+
async onAfterConnect() {
|
|
8168
|
+
logger56.debug("Google Home 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");
|
|
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",
|
|
9495
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
|
|
9496
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
9497
|
+
category: "Accounting",
|
|
9498
|
+
tools: [...SAGE_TOOLS],
|
|
9499
|
+
authType: "oauth",
|
|
9500
|
+
oauth,
|
|
9501
|
+
async onInit() {
|
|
9502
|
+
logger93.debug("Sage integration initialized");
|
|
9503
|
+
},
|
|
9504
|
+
async onAfterConnect() {
|
|
9505
|
+
logger93.debug("Sage 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");
|
|
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",
|
|
9860
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
|
|
9861
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
9862
|
+
category: "Banking",
|
|
9863
|
+
tools: [...GOCARDLESS_TOOLS],
|
|
9864
|
+
authType: "oauth",
|
|
9865
|
+
oauth,
|
|
9866
|
+
async onInit() {
|
|
9867
|
+
logger103.debug("GoCardless integration initialized");
|
|
9868
|
+
},
|
|
9869
|
+
async onAfterConnect() {
|
|
9870
|
+
logger103.debug("GoCardless 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",
|
|
@@ -8324,7 +10736,7 @@ function astronomerIntegration(options = {}) {
|
|
|
8324
10736
|
name: "Astronomer",
|
|
8325
10737
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/astronomer.png",
|
|
8326
10738
|
description: "Manage Astro organizations, workspaces, deployments, clusters, and deploy history via the Astro API v1",
|
|
8327
|
-
category: "
|
|
10739
|
+
category: "Engineering",
|
|
8328
10740
|
tools: [...ASTRONOMER_TOOLS],
|
|
8329
10741
|
authType: "apiKey",
|
|
8330
10742
|
getHeaders() {
|
|
@@ -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",
|
|
@@ -8366,7 +10778,7 @@ function betterstackIntegration(options = {}) {
|
|
|
8366
10778
|
name: "Better Stack",
|
|
8367
10779
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/betterstack.png",
|
|
8368
10780
|
description: "Ingest and manage log sources, collectors, and metrics with Better Stack Logs (Logtail) Telemetry API",
|
|
8369
|
-
category: "
|
|
10781
|
+
category: "Engineering",
|
|
8370
10782
|
tools: [...BETTERSTACK_TOOLS],
|
|
8371
10783
|
authType: "apiKey",
|
|
8372
10784
|
getHeaders() {
|
|
@@ -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",
|
|
@@ -8620,19 +11032,21 @@ function rampIntegration(config = {}) {
|
|
|
8620
11032
|
id: "ramp",
|
|
8621
11033
|
name: "Ramp",
|
|
8622
11034
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ramp.jpeg",
|
|
11035
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
11036
|
+
category: "Finance",
|
|
8623
11037
|
tools: [...RAMP_TOOLS],
|
|
8624
11038
|
oauth,
|
|
8625
11039
|
async onInit(_client) {
|
|
8626
|
-
|
|
11040
|
+
logger123.debug("Ramp integration initialized");
|
|
8627
11041
|
},
|
|
8628
11042
|
async onAfterConnect(_client) {
|
|
8629
|
-
|
|
11043
|
+
logger123.debug("Ramp integration connected");
|
|
8630
11044
|
}
|
|
8631
11045
|
};
|
|
8632
11046
|
}
|
|
8633
11047
|
// src/integrations/onedrive.ts
|
|
8634
11048
|
init_logger();
|
|
8635
|
-
var
|
|
11049
|
+
var logger124 = createLogger("OneDrive");
|
|
8636
11050
|
var ONEDRIVE_TOOLS = [
|
|
8637
11051
|
"onedrive_create_folder",
|
|
8638
11052
|
"onedrive_delete_file",
|
|
@@ -8664,10 +11078,10 @@ function onedriveIntegration(config = {}) {
|
|
|
8664
11078
|
tools: [...ONEDRIVE_TOOLS],
|
|
8665
11079
|
oauth,
|
|
8666
11080
|
async onInit(_client) {
|
|
8667
|
-
|
|
11081
|
+
logger124.debug("OneDrive integration initialized");
|
|
8668
11082
|
},
|
|
8669
11083
|
async onAfterConnect(_client) {
|
|
8670
|
-
|
|
11084
|
+
logger124.debug("OneDrive integration connected");
|
|
8671
11085
|
}
|
|
8672
11086
|
};
|
|
8673
11087
|
}
|
|
@@ -8706,7 +11120,7 @@ function plannerIntegration(config = {}) {
|
|
|
8706
11120
|
}
|
|
8707
11121
|
// src/integrations/sharepoint.ts
|
|
8708
11122
|
init_logger();
|
|
8709
|
-
var
|
|
11123
|
+
var logger125 = createLogger("SharePoint");
|
|
8710
11124
|
var SHAREPOINT_SCOPES = ["Sites.ReadWrite.All", "Files.ReadWrite.All", "offline_access"];
|
|
8711
11125
|
var SHAREPOINT_TOOLS = [
|
|
8712
11126
|
"sharepoint_create_folder",
|
|
@@ -8745,16 +11159,16 @@ function sharepointIntegration(config = {}) {
|
|
|
8745
11159
|
tools: [...SHAREPOINT_TOOLS],
|
|
8746
11160
|
oauth,
|
|
8747
11161
|
async onInit(_client) {
|
|
8748
|
-
|
|
11162
|
+
logger125.debug("SharePoint integration initialized");
|
|
8749
11163
|
},
|
|
8750
11164
|
async onAfterConnect(_client) {
|
|
8751
|
-
|
|
11165
|
+
logger125.debug("SharePoint integration connected");
|
|
8752
11166
|
}
|
|
8753
11167
|
};
|
|
8754
11168
|
}
|
|
8755
11169
|
// src/integrations/dropbox.ts
|
|
8756
11170
|
init_logger();
|
|
8757
|
-
var
|
|
11171
|
+
var logger126 = createLogger("Dropbox");
|
|
8758
11172
|
var DROPBOX_TOOLS = [
|
|
8759
11173
|
"dropbox_get_current_account",
|
|
8760
11174
|
"dropbox_get_space_usage",
|
|
@@ -8796,16 +11210,16 @@ function dropboxIntegration(options = {}) {
|
|
|
8796
11210
|
authType: "oauth",
|
|
8797
11211
|
oauth,
|
|
8798
11212
|
async onInit(_client) {
|
|
8799
|
-
|
|
11213
|
+
logger126.debug("Dropbox integration initialized");
|
|
8800
11214
|
},
|
|
8801
11215
|
async onAfterConnect(_client) {
|
|
8802
|
-
|
|
11216
|
+
logger126.debug("Dropbox integration connected");
|
|
8803
11217
|
}
|
|
8804
11218
|
};
|
|
8805
11219
|
}
|
|
8806
11220
|
// src/integrations/paper.ts
|
|
8807
11221
|
init_logger();
|
|
8808
|
-
var
|
|
11222
|
+
var logger127 = createLogger("Paper");
|
|
8809
11223
|
var PAPER_SCOPES = [
|
|
8810
11224
|
"account_info.read",
|
|
8811
11225
|
"files.metadata.read",
|
|
@@ -8851,16 +11265,16 @@ function paperIntegration(config = {}) {
|
|
|
8851
11265
|
authType: "oauth",
|
|
8852
11266
|
oauth,
|
|
8853
11267
|
async onInit(_client) {
|
|
8854
|
-
|
|
11268
|
+
logger127.debug("Paper integration initialized");
|
|
8855
11269
|
},
|
|
8856
11270
|
async onAfterConnect(_client) {
|
|
8857
|
-
|
|
11271
|
+
logger127.debug("Paper integration connected");
|
|
8858
11272
|
}
|
|
8859
11273
|
};
|
|
8860
11274
|
}
|
|
8861
11275
|
// src/integrations/word.ts
|
|
8862
11276
|
init_logger();
|
|
8863
|
-
var
|
|
11277
|
+
var logger128 = createLogger("Word");
|
|
8864
11278
|
var WORD_TOOLS = [
|
|
8865
11279
|
"word_copy",
|
|
8866
11280
|
"word_create",
|
|
@@ -8887,16 +11301,16 @@ function wordIntegration(config = {}) {
|
|
|
8887
11301
|
tools: [...WORD_TOOLS],
|
|
8888
11302
|
oauth,
|
|
8889
11303
|
async onInit(_client) {
|
|
8890
|
-
|
|
11304
|
+
logger128.debug("Word integration initialized");
|
|
8891
11305
|
},
|
|
8892
11306
|
async onAfterConnect(_client) {
|
|
8893
|
-
|
|
11307
|
+
logger128.debug("Word integration connected");
|
|
8894
11308
|
}
|
|
8895
11309
|
};
|
|
8896
11310
|
}
|
|
8897
11311
|
// src/integrations/excel.ts
|
|
8898
11312
|
init_logger();
|
|
8899
|
-
var
|
|
11313
|
+
var logger129 = createLogger("Excel");
|
|
8900
11314
|
var EXCEL_TOOLS = [
|
|
8901
11315
|
"excel_add_table_rows",
|
|
8902
11316
|
"excel_add_worksheet",
|
|
@@ -8932,16 +11346,16 @@ function excelIntegration(config = {}) {
|
|
|
8932
11346
|
tools: [...EXCEL_TOOLS],
|
|
8933
11347
|
oauth,
|
|
8934
11348
|
async onInit(_client) {
|
|
8935
|
-
|
|
11349
|
+
logger129.debug("Excel integration initialized");
|
|
8936
11350
|
},
|
|
8937
11351
|
async onAfterConnect(_client) {
|
|
8938
|
-
|
|
11352
|
+
logger129.debug("Excel integration connected");
|
|
8939
11353
|
}
|
|
8940
11354
|
};
|
|
8941
11355
|
}
|
|
8942
11356
|
// src/integrations/powerpoint.ts
|
|
8943
11357
|
init_logger();
|
|
8944
|
-
var
|
|
11358
|
+
var logger130 = createLogger("PowerPoint");
|
|
8945
11359
|
var POWERPOINT_TOOLS = [
|
|
8946
11360
|
"powerpoint_copy",
|
|
8947
11361
|
"powerpoint_create",
|
|
@@ -8968,16 +11382,16 @@ function powerpointIntegration(config = {}) {
|
|
|
8968
11382
|
tools: [...POWERPOINT_TOOLS],
|
|
8969
11383
|
oauth,
|
|
8970
11384
|
async onInit(_client) {
|
|
8971
|
-
|
|
11385
|
+
logger130.debug("PowerPoint integration initialized");
|
|
8972
11386
|
},
|
|
8973
11387
|
async onAfterConnect(_client) {
|
|
8974
|
-
|
|
11388
|
+
logger130.debug("PowerPoint integration connected");
|
|
8975
11389
|
}
|
|
8976
11390
|
};
|
|
8977
11391
|
}
|
|
8978
11392
|
// src/integrations/gdocs.ts
|
|
8979
11393
|
init_logger();
|
|
8980
|
-
var
|
|
11394
|
+
var logger131 = createLogger("Google Docs");
|
|
8981
11395
|
var GDOCS_TOOLS = [
|
|
8982
11396
|
"gdocs_append_text",
|
|
8983
11397
|
"gdocs_batch_update",
|
|
@@ -9007,16 +11421,16 @@ function gdocsIntegration(config = {}) {
|
|
|
9007
11421
|
tools: [...GDOCS_TOOLS],
|
|
9008
11422
|
oauth,
|
|
9009
11423
|
async onInit(_client) {
|
|
9010
|
-
|
|
11424
|
+
logger131.debug("Google Docs integration initialized");
|
|
9011
11425
|
},
|
|
9012
11426
|
async onAfterConnect(_client) {
|
|
9013
|
-
|
|
11427
|
+
logger131.debug("Google Docs integration connected");
|
|
9014
11428
|
}
|
|
9015
11429
|
};
|
|
9016
11430
|
}
|
|
9017
11431
|
// src/integrations/gdrive.ts
|
|
9018
11432
|
init_logger();
|
|
9019
|
-
var
|
|
11433
|
+
var logger132 = createLogger("Google Drive");
|
|
9020
11434
|
var GDRIVE_TOOLS = [
|
|
9021
11435
|
"gdrive_copy_file",
|
|
9022
11436
|
"gdrive_create_folder",
|
|
@@ -9050,16 +11464,16 @@ function gdriveIntegration(config = {}) {
|
|
|
9050
11464
|
tools: [...GDRIVE_TOOLS],
|
|
9051
11465
|
oauth,
|
|
9052
11466
|
async onInit(_client) {
|
|
9053
|
-
|
|
11467
|
+
logger132.debug("Google Drive integration initialized");
|
|
9054
11468
|
},
|
|
9055
11469
|
async onAfterConnect(_client) {
|
|
9056
|
-
|
|
11470
|
+
logger132.debug("Google Drive integration connected");
|
|
9057
11471
|
}
|
|
9058
11472
|
};
|
|
9059
11473
|
}
|
|
9060
11474
|
// src/integrations/gsheets.ts
|
|
9061
11475
|
init_logger();
|
|
9062
|
-
var
|
|
11476
|
+
var logger133 = createLogger("Google Sheets");
|
|
9063
11477
|
var GSHEETS_TOOLS = [
|
|
9064
11478
|
"gsheets_append_values",
|
|
9065
11479
|
"gsheets_batch_update",
|
|
@@ -9089,16 +11503,16 @@ function gsheetsIntegration(config = {}) {
|
|
|
9089
11503
|
tools: [...GSHEETS_TOOLS],
|
|
9090
11504
|
oauth,
|
|
9091
11505
|
async onInit(_client) {
|
|
9092
|
-
|
|
11506
|
+
logger133.debug("Google Sheets integration initialized");
|
|
9093
11507
|
},
|
|
9094
11508
|
async onAfterConnect(_client) {
|
|
9095
|
-
|
|
11509
|
+
logger133.debug("Google Sheets integration connected");
|
|
9096
11510
|
}
|
|
9097
11511
|
};
|
|
9098
11512
|
}
|
|
9099
11513
|
// src/integrations/gslides.ts
|
|
9100
11514
|
init_logger();
|
|
9101
|
-
var
|
|
11515
|
+
var logger134 = createLogger("Google Slides");
|
|
9102
11516
|
var GSLIDES_TOOLS = [
|
|
9103
11517
|
"gslides_add_slide",
|
|
9104
11518
|
"gslides_batch_update",
|
|
@@ -9127,16 +11541,16 @@ function gslidesIntegration(config = {}) {
|
|
|
9127
11541
|
tools: [...GSLIDES_TOOLS],
|
|
9128
11542
|
oauth,
|
|
9129
11543
|
async onInit(_client) {
|
|
9130
|
-
|
|
11544
|
+
logger134.debug("Google Slides integration initialized");
|
|
9131
11545
|
},
|
|
9132
11546
|
async onAfterConnect(_client) {
|
|
9133
|
-
|
|
11547
|
+
logger134.debug("Google Slides integration connected");
|
|
9134
11548
|
}
|
|
9135
11549
|
};
|
|
9136
11550
|
}
|
|
9137
11551
|
// src/integrations/polar.ts
|
|
9138
11552
|
init_logger();
|
|
9139
|
-
var
|
|
11553
|
+
var logger135 = createLogger("Polar");
|
|
9140
11554
|
var POLAR_TOOLS = [
|
|
9141
11555
|
"polar_list_products",
|
|
9142
11556
|
"polar_get_product",
|
|
@@ -9193,16 +11607,16 @@ function polarIntegration(config = {}) {
|
|
|
9193
11607
|
tools: [...POLAR_TOOLS],
|
|
9194
11608
|
oauth,
|
|
9195
11609
|
async onInit(_client) {
|
|
9196
|
-
|
|
11610
|
+
logger135.debug("Polar integration initialized");
|
|
9197
11611
|
},
|
|
9198
11612
|
async onAfterConnect(_client) {
|
|
9199
|
-
|
|
11613
|
+
logger135.debug("Polar integration connected");
|
|
9200
11614
|
}
|
|
9201
11615
|
};
|
|
9202
11616
|
}
|
|
9203
11617
|
// src/integrations/phantom.ts
|
|
9204
11618
|
init_logger();
|
|
9205
|
-
var
|
|
11619
|
+
var logger136 = createLogger("Phantom");
|
|
9206
11620
|
var PHANTOM_TOOLS = [
|
|
9207
11621
|
"phantom_build_browse_deeplink",
|
|
9208
11622
|
"phantom_deeplink_provider_reference"
|
|
@@ -9224,16 +11638,16 @@ function phantomIntegration(_options = {}) {
|
|
|
9224
11638
|
category: "Other",
|
|
9225
11639
|
tools: [...PHANTOM_TOOLS],
|
|
9226
11640
|
async onInit(_client) {
|
|
9227
|
-
|
|
11641
|
+
logger136.debug("Phantom integration initialized");
|
|
9228
11642
|
},
|
|
9229
11643
|
async onAfterConnect(_client) {
|
|
9230
|
-
|
|
11644
|
+
logger136.debug("Phantom integration connected");
|
|
9231
11645
|
}
|
|
9232
11646
|
};
|
|
9233
11647
|
}
|
|
9234
11648
|
// src/integrations/figma.ts
|
|
9235
11649
|
init_logger();
|
|
9236
|
-
var
|
|
11650
|
+
var logger137 = createLogger("Figma");
|
|
9237
11651
|
var FIGMA_TOOLS = [
|
|
9238
11652
|
"figma_get_file",
|
|
9239
11653
|
"figma_get_file_nodes",
|
|
@@ -9299,16 +11713,16 @@ function figmaIntegration(config = {}) {
|
|
|
9299
11713
|
tools: [...FIGMA_TOOLS],
|
|
9300
11714
|
oauth,
|
|
9301
11715
|
async onInit(_client) {
|
|
9302
|
-
|
|
11716
|
+
logger137.debug("Figma integration initialized");
|
|
9303
11717
|
},
|
|
9304
11718
|
async onAfterConnect(_client) {
|
|
9305
|
-
|
|
11719
|
+
logger137.debug("Figma integration connected");
|
|
9306
11720
|
}
|
|
9307
11721
|
};
|
|
9308
11722
|
}
|
|
9309
11723
|
// src/integrations/intercom.ts
|
|
9310
11724
|
init_logger();
|
|
9311
|
-
var
|
|
11725
|
+
var logger138 = createLogger("Intercom");
|
|
9312
11726
|
var INTERCOM_TOOLS = [
|
|
9313
11727
|
"intercom_list_contacts",
|
|
9314
11728
|
"intercom_get_contact",
|
|
@@ -9339,16 +11753,16 @@ function intercomIntegration(config = {}) {
|
|
|
9339
11753
|
tools: [...INTERCOM_TOOLS],
|
|
9340
11754
|
oauth,
|
|
9341
11755
|
async onInit(_client) {
|
|
9342
|
-
|
|
11756
|
+
logger138.debug("Intercom integration initialized");
|
|
9343
11757
|
},
|
|
9344
11758
|
async onAfterConnect(_client) {
|
|
9345
|
-
|
|
11759
|
+
logger138.debug("Intercom integration connected");
|
|
9346
11760
|
}
|
|
9347
11761
|
};
|
|
9348
11762
|
}
|
|
9349
11763
|
// src/integrations/hubspot.ts
|
|
9350
11764
|
init_logger();
|
|
9351
|
-
var
|
|
11765
|
+
var logger139 = createLogger("HubSpot");
|
|
9352
11766
|
var HUBSPOT_TOOLS = [
|
|
9353
11767
|
"hubspot_list_contacts",
|
|
9354
11768
|
"hubspot_get_contact",
|
|
@@ -9398,16 +11812,16 @@ function hubspotIntegration(config = {}) {
|
|
|
9398
11812
|
tools: [...HUBSPOT_TOOLS],
|
|
9399
11813
|
oauth,
|
|
9400
11814
|
async onInit(_client) {
|
|
9401
|
-
|
|
11815
|
+
logger139.debug("HubSpot integration initialized");
|
|
9402
11816
|
},
|
|
9403
11817
|
async onAfterConnect(_client) {
|
|
9404
|
-
|
|
11818
|
+
logger139.debug("HubSpot integration connected");
|
|
9405
11819
|
}
|
|
9406
11820
|
};
|
|
9407
11821
|
}
|
|
9408
11822
|
// src/integrations/youtube.ts
|
|
9409
11823
|
init_logger();
|
|
9410
|
-
var
|
|
11824
|
+
var logger140 = createLogger("YouTube");
|
|
9411
11825
|
var YOUTUBE_TOOLS = [
|
|
9412
11826
|
"youtube_add_comment",
|
|
9413
11827
|
"youtube_add_to_playlist",
|
|
@@ -9453,16 +11867,16 @@ function youtubeIntegration(config = {}) {
|
|
|
9453
11867
|
tools: [...YOUTUBE_TOOLS],
|
|
9454
11868
|
oauth,
|
|
9455
11869
|
async onInit(_client) {
|
|
9456
|
-
|
|
11870
|
+
logger140.debug("YouTube integration initialized");
|
|
9457
11871
|
},
|
|
9458
11872
|
async onAfterConnect(_client) {
|
|
9459
|
-
|
|
11873
|
+
logger140.debug("YouTube integration connected");
|
|
9460
11874
|
}
|
|
9461
11875
|
};
|
|
9462
11876
|
}
|
|
9463
11877
|
// src/integrations/zoom.ts
|
|
9464
11878
|
init_logger();
|
|
9465
|
-
var
|
|
11879
|
+
var logger141 = createLogger("Zoom");
|
|
9466
11880
|
var ZOOM_TOOLS = [
|
|
9467
11881
|
"zoom_get_user",
|
|
9468
11882
|
"zoom_list_meetings",
|
|
@@ -9488,10 +11902,10 @@ function zoomIntegration(config = {}) {
|
|
|
9488
11902
|
tools: [...ZOOM_TOOLS],
|
|
9489
11903
|
oauth,
|
|
9490
11904
|
async onInit(_client) {
|
|
9491
|
-
|
|
11905
|
+
logger141.debug("Zoom integration initialized");
|
|
9492
11906
|
},
|
|
9493
11907
|
async onAfterConnect(_client) {
|
|
9494
|
-
|
|
11908
|
+
logger141.debug("Zoom integration connected");
|
|
9495
11909
|
}
|
|
9496
11910
|
};
|
|
9497
11911
|
}
|
|
@@ -9527,7 +11941,7 @@ function redditIntegration(config = {}) {
|
|
|
9527
11941
|
}
|
|
9528
11942
|
// src/integrations/cursor.ts
|
|
9529
11943
|
init_logger();
|
|
9530
|
-
var
|
|
11944
|
+
var logger142 = createLogger("Cursor");
|
|
9531
11945
|
var CURSOR_TOOLS = [
|
|
9532
11946
|
"cursor_list_agents",
|
|
9533
11947
|
"cursor_get_agent",
|
|
@@ -9547,16 +11961,16 @@ function cursorIntegration(_config = {}) {
|
|
|
9547
11961
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/cursor.jpeg",
|
|
9548
11962
|
tools: [...CURSOR_TOOLS],
|
|
9549
11963
|
async onInit(_client) {
|
|
9550
|
-
|
|
11964
|
+
logger142.debug("Cursor integration initialized");
|
|
9551
11965
|
},
|
|
9552
11966
|
async onAfterConnect(_client) {
|
|
9553
|
-
|
|
11967
|
+
logger142.debug("Cursor integration connected");
|
|
9554
11968
|
}
|
|
9555
11969
|
};
|
|
9556
11970
|
}
|
|
9557
11971
|
// src/integrations/databricks.ts
|
|
9558
11972
|
init_logger();
|
|
9559
|
-
var
|
|
11973
|
+
var logger143 = createLogger("Databricks");
|
|
9560
11974
|
var DATABRICKS_SCOPES = ["all-apis", "offline_access"];
|
|
9561
11975
|
var DATABRICKS_TOOLS = [
|
|
9562
11976
|
"databricks_current_user",
|
|
@@ -9603,16 +12017,16 @@ function databricksIntegration(config = {}) {
|
|
|
9603
12017
|
tools: [...DATABRICKS_TOOLS],
|
|
9604
12018
|
oauth,
|
|
9605
12019
|
async onInit(_client) {
|
|
9606
|
-
|
|
12020
|
+
logger143.debug("Databricks integration initialized");
|
|
9607
12021
|
},
|
|
9608
12022
|
async onAfterConnect(_client) {
|
|
9609
|
-
|
|
12023
|
+
logger143.debug("Databricks integration connected");
|
|
9610
12024
|
}
|
|
9611
12025
|
};
|
|
9612
12026
|
}
|
|
9613
12027
|
// src/integrations/posthog.ts
|
|
9614
12028
|
init_logger();
|
|
9615
|
-
var
|
|
12029
|
+
var logger144 = createLogger("PostHog");
|
|
9616
12030
|
var DEFAULT_POSTHOG_BASE_URL = "https://us.posthog.com";
|
|
9617
12031
|
var POSTHOG_SCOPES = [
|
|
9618
12032
|
"openid",
|
|
@@ -9698,16 +12112,16 @@ function posthogIntegration(config = {}) {
|
|
|
9698
12112
|
tools: [...POSTHOG_TOOLS],
|
|
9699
12113
|
oauth,
|
|
9700
12114
|
async onInit(_client) {
|
|
9701
|
-
|
|
12115
|
+
logger144.debug("PostHog integration initialized");
|
|
9702
12116
|
},
|
|
9703
12117
|
async onAfterConnect(_client) {
|
|
9704
|
-
|
|
12118
|
+
logger144.debug("PostHog integration connected");
|
|
9705
12119
|
}
|
|
9706
12120
|
};
|
|
9707
12121
|
}
|
|
9708
12122
|
// src/integrations/postman.ts
|
|
9709
12123
|
init_logger();
|
|
9710
|
-
var
|
|
12124
|
+
var logger145 = createLogger("Postman");
|
|
9711
12125
|
var POSTMAN_TOOLS = [
|
|
9712
12126
|
"postman_get_me",
|
|
9713
12127
|
"postman_list_workspaces",
|
|
@@ -9738,16 +12152,16 @@ function postmanIntegration(options = {}) {
|
|
|
9738
12152
|
};
|
|
9739
12153
|
},
|
|
9740
12154
|
async onInit(_client) {
|
|
9741
|
-
|
|
12155
|
+
logger145.debug("Postman integration initialized");
|
|
9742
12156
|
},
|
|
9743
12157
|
async onAfterConnect(_client) {
|
|
9744
|
-
|
|
12158
|
+
logger145.debug("Postman integration connected");
|
|
9745
12159
|
}
|
|
9746
12160
|
};
|
|
9747
12161
|
}
|
|
9748
12162
|
// src/integrations/sentry.ts
|
|
9749
12163
|
init_logger();
|
|
9750
|
-
var
|
|
12164
|
+
var logger146 = createLogger("Sentry");
|
|
9751
12165
|
var SENTRY_SCOPES = [
|
|
9752
12166
|
"org:read",
|
|
9753
12167
|
"project:read",
|
|
@@ -9796,16 +12210,16 @@ function sentryIntegration(config = {}) {
|
|
|
9796
12210
|
tools: [...SENTRY_TOOLS],
|
|
9797
12211
|
oauth,
|
|
9798
12212
|
async onInit(_client) {
|
|
9799
|
-
|
|
12213
|
+
logger146.debug("Sentry integration initialized");
|
|
9800
12214
|
},
|
|
9801
12215
|
async onAfterConnect(_client) {
|
|
9802
|
-
|
|
12216
|
+
logger146.debug("Sentry integration connected");
|
|
9803
12217
|
}
|
|
9804
12218
|
};
|
|
9805
12219
|
}
|
|
9806
12220
|
// src/integrations/supabase.ts
|
|
9807
12221
|
init_logger();
|
|
9808
|
-
var
|
|
12222
|
+
var logger147 = createLogger("Supabase");
|
|
9809
12223
|
var SUPABASE_API_BASE = "https://api.supabase.com";
|
|
9810
12224
|
var SUPABASE_TOOLS = [
|
|
9811
12225
|
"supabase_get_profile",
|
|
@@ -9843,10 +12257,10 @@ function supabaseIntegration(config = {}) {
|
|
|
9843
12257
|
};
|
|
9844
12258
|
},
|
|
9845
12259
|
async onInit(_client) {
|
|
9846
|
-
|
|
12260
|
+
logger147.debug("Supabase integration initialized (personal access token)");
|
|
9847
12261
|
},
|
|
9848
12262
|
async onAfterConnect(_client) {
|
|
9849
|
-
|
|
12263
|
+
logger147.debug("Supabase integration connected");
|
|
9850
12264
|
}
|
|
9851
12265
|
};
|
|
9852
12266
|
}
|
|
@@ -9876,16 +12290,16 @@ function supabaseIntegration(config = {}) {
|
|
|
9876
12290
|
tools: [...SUPABASE_TOOLS],
|
|
9877
12291
|
oauth,
|
|
9878
12292
|
async onInit(_client) {
|
|
9879
|
-
|
|
12293
|
+
logger147.debug("Supabase integration initialized");
|
|
9880
12294
|
},
|
|
9881
12295
|
async onAfterConnect(_client) {
|
|
9882
|
-
|
|
12296
|
+
logger147.debug("Supabase integration connected");
|
|
9883
12297
|
}
|
|
9884
12298
|
};
|
|
9885
12299
|
}
|
|
9886
12300
|
// src/integrations/netlify.ts
|
|
9887
12301
|
init_logger();
|
|
9888
|
-
var
|
|
12302
|
+
var logger148 = createLogger("Netlify");
|
|
9889
12303
|
var NETLIFY_TOOLS = [
|
|
9890
12304
|
"netlify_get_current_user",
|
|
9891
12305
|
"netlify_list_accounts",
|
|
@@ -9948,16 +12362,16 @@ function netlifyIntegration(config = {}) {
|
|
|
9948
12362
|
tools: [...NETLIFY_TOOLS],
|
|
9949
12363
|
oauth,
|
|
9950
12364
|
async onInit(_client) {
|
|
9951
|
-
|
|
12365
|
+
logger148.debug("Netlify integration initialized");
|
|
9952
12366
|
},
|
|
9953
12367
|
async onAfterConnect(_client) {
|
|
9954
|
-
|
|
12368
|
+
logger148.debug("Netlify integration connected");
|
|
9955
12369
|
}
|
|
9956
12370
|
};
|
|
9957
12371
|
}
|
|
9958
12372
|
// src/integrations/datadog.ts
|
|
9959
12373
|
init_logger();
|
|
9960
|
-
var
|
|
12374
|
+
var logger149 = createLogger("Datadog");
|
|
9961
12375
|
var DATADOG_SCOPES = [
|
|
9962
12376
|
"monitors_read",
|
|
9963
12377
|
"dashboards_read",
|
|
@@ -9987,10 +12401,10 @@ function datadogIntegration(config = {}) {
|
|
|
9987
12401
|
category: "Engineering",
|
|
9988
12402
|
tools: [...DATADOG_TOOLS],
|
|
9989
12403
|
async onInit(_client) {
|
|
9990
|
-
|
|
12404
|
+
logger149.debug("Datadog integration initialized");
|
|
9991
12405
|
},
|
|
9992
12406
|
async onAfterConnect(_client) {
|
|
9993
|
-
|
|
12407
|
+
logger149.debug("Datadog integration connected");
|
|
9994
12408
|
}
|
|
9995
12409
|
};
|
|
9996
12410
|
if (apiKey || applicationKey) {
|
|
@@ -10032,7 +12446,7 @@ function datadogIntegration(config = {}) {
|
|
|
10032
12446
|
}
|
|
10033
12447
|
// src/integrations/redis.ts
|
|
10034
12448
|
init_logger();
|
|
10035
|
-
var
|
|
12449
|
+
var logger150 = createLogger("Redis Cloud");
|
|
10036
12450
|
var REDIS_TOOLS = [
|
|
10037
12451
|
"redis_list_subscriptions",
|
|
10038
12452
|
"redis_get_subscription",
|
|
@@ -10087,16 +12501,16 @@ function redisIntegration(options = {}) {
|
|
|
10087
12501
|
};
|
|
10088
12502
|
},
|
|
10089
12503
|
async onInit(_client) {
|
|
10090
|
-
|
|
12504
|
+
logger150.debug("Redis Cloud integration initialized");
|
|
10091
12505
|
},
|
|
10092
12506
|
async onAfterConnect(_client) {
|
|
10093
|
-
|
|
12507
|
+
logger150.debug("Redis Cloud integration connected");
|
|
10094
12508
|
}
|
|
10095
12509
|
};
|
|
10096
12510
|
}
|
|
10097
12511
|
// src/integrations/upstash.ts
|
|
10098
12512
|
init_logger();
|
|
10099
|
-
var
|
|
12513
|
+
var logger151 = createLogger("Upstash");
|
|
10100
12514
|
var UPSTASH_TOOLS = [
|
|
10101
12515
|
"upstash_redis_run",
|
|
10102
12516
|
"upstash_redis_get",
|
|
@@ -10136,16 +12550,16 @@ function upstashIntegration(options = {}) {
|
|
|
10136
12550
|
return headers;
|
|
10137
12551
|
},
|
|
10138
12552
|
async onInit(_client) {
|
|
10139
|
-
|
|
12553
|
+
logger151.debug("Upstash integration initialized");
|
|
10140
12554
|
},
|
|
10141
12555
|
async onAfterConnect(_client) {
|
|
10142
|
-
|
|
12556
|
+
logger151.debug("Upstash integration connected");
|
|
10143
12557
|
}
|
|
10144
12558
|
};
|
|
10145
12559
|
}
|
|
10146
12560
|
// src/integrations/webflow.ts
|
|
10147
12561
|
init_logger();
|
|
10148
|
-
var
|
|
12562
|
+
var logger152 = createLogger("Webflow");
|
|
10149
12563
|
var WEBFLOW_TOOLS = [
|
|
10150
12564
|
"webflow_token_introspect",
|
|
10151
12565
|
"webflow_get_authorized_user",
|
|
@@ -10204,16 +12618,16 @@ function webflowIntegration(config = {}) {
|
|
|
10204
12618
|
tools: [...WEBFLOW_TOOLS],
|
|
10205
12619
|
oauth,
|
|
10206
12620
|
async onInit(_client) {
|
|
10207
|
-
|
|
12621
|
+
logger152.debug("Webflow integration initialized");
|
|
10208
12622
|
},
|
|
10209
12623
|
async onAfterConnect(_client) {
|
|
10210
|
-
|
|
12624
|
+
logger152.debug("Webflow integration connected");
|
|
10211
12625
|
}
|
|
10212
12626
|
};
|
|
10213
12627
|
}
|
|
10214
12628
|
// src/integrations/jira.ts
|
|
10215
12629
|
init_logger();
|
|
10216
|
-
var
|
|
12630
|
+
var logger153 = createLogger("Jira");
|
|
10217
12631
|
var JIRA_SCOPES = [
|
|
10218
12632
|
"read:jira-work",
|
|
10219
12633
|
"write:jira-work",
|
|
@@ -10258,16 +12672,16 @@ function jiraIntegration(config = {}) {
|
|
|
10258
12672
|
tools: [...JIRA_TOOLS],
|
|
10259
12673
|
oauth,
|
|
10260
12674
|
async onInit(_client) {
|
|
10261
|
-
|
|
12675
|
+
logger153.debug("Jira integration initialized");
|
|
10262
12676
|
},
|
|
10263
12677
|
async onAfterConnect(_client) {
|
|
10264
|
-
|
|
12678
|
+
logger153.debug("Jira integration connected");
|
|
10265
12679
|
}
|
|
10266
12680
|
};
|
|
10267
12681
|
}
|
|
10268
12682
|
// src/integrations/salesforce.ts
|
|
10269
12683
|
init_logger();
|
|
10270
|
-
var
|
|
12684
|
+
var logger154 = createLogger("Salesforce");
|
|
10271
12685
|
var SALESFORCE_TOOLS = [
|
|
10272
12686
|
"salesforce_query",
|
|
10273
12687
|
"salesforce_get_limits",
|
|
@@ -10298,16 +12712,16 @@ function salesforceIntegration(config = {}) {
|
|
|
10298
12712
|
tools: [...SALESFORCE_TOOLS],
|
|
10299
12713
|
oauth,
|
|
10300
12714
|
async onInit(_client) {
|
|
10301
|
-
|
|
12715
|
+
logger154.debug("Salesforce integration initialized");
|
|
10302
12716
|
},
|
|
10303
12717
|
async onAfterConnect(_client) {
|
|
10304
|
-
|
|
12718
|
+
logger154.debug("Salesforce integration connected");
|
|
10305
12719
|
}
|
|
10306
12720
|
};
|
|
10307
12721
|
}
|
|
10308
12722
|
// src/integrations/zapier.ts
|
|
10309
12723
|
init_logger();
|
|
10310
|
-
var
|
|
12724
|
+
var logger155 = createLogger("Zapier");
|
|
10311
12725
|
var ZAPIER_TOOLS = [
|
|
10312
12726
|
"zapier_get_profile",
|
|
10313
12727
|
"zapier_list_zaps",
|
|
@@ -10339,16 +12753,16 @@ function zapierIntegration(config = {}) {
|
|
|
10339
12753
|
tools: [...ZAPIER_TOOLS],
|
|
10340
12754
|
oauth,
|
|
10341
12755
|
async onInit(_client) {
|
|
10342
|
-
|
|
12756
|
+
logger155.debug("Zapier integration initialized");
|
|
10343
12757
|
},
|
|
10344
12758
|
async onAfterConnect(_client) {
|
|
10345
|
-
|
|
12759
|
+
logger155.debug("Zapier integration connected");
|
|
10346
12760
|
}
|
|
10347
12761
|
};
|
|
10348
12762
|
}
|
|
10349
12763
|
// src/integrations/linkedin.ts
|
|
10350
12764
|
init_logger();
|
|
10351
|
-
var
|
|
12765
|
+
var logger156 = createLogger("LinkedIn");
|
|
10352
12766
|
var LINKEDIN_SCOPES = ["openid", "profile", "email", "w_member_social"];
|
|
10353
12767
|
var LINKEDIN_TOOLS = ["linkedin_get_userinfo", "linkedin_create_post"];
|
|
10354
12768
|
function linkedinIntegration(config = {}) {
|
|
@@ -10375,16 +12789,16 @@ function linkedinIntegration(config = {}) {
|
|
|
10375
12789
|
tools: [...LINKEDIN_TOOLS],
|
|
10376
12790
|
oauth,
|
|
10377
12791
|
async onInit(_client) {
|
|
10378
|
-
|
|
12792
|
+
logger156.debug("LinkedIn integration initialized");
|
|
10379
12793
|
},
|
|
10380
12794
|
async onAfterConnect(_client) {
|
|
10381
|
-
|
|
12795
|
+
logger156.debug("LinkedIn integration connected");
|
|
10382
12796
|
}
|
|
10383
12797
|
};
|
|
10384
12798
|
}
|
|
10385
12799
|
// src/integrations/threads.ts
|
|
10386
12800
|
init_logger();
|
|
10387
|
-
var
|
|
12801
|
+
var logger157 = createLogger("Threads");
|
|
10388
12802
|
var THREADS_SCOPES = [
|
|
10389
12803
|
"threads_basic",
|
|
10390
12804
|
"threads_content_publish",
|
|
@@ -10435,16 +12849,16 @@ function threadsIntegration(config = {}) {
|
|
|
10435
12849
|
tools: [...THREADS_TOOLS],
|
|
10436
12850
|
oauth,
|
|
10437
12851
|
async onInit(_client) {
|
|
10438
|
-
|
|
12852
|
+
logger157.debug("Threads integration initialized");
|
|
10439
12853
|
},
|
|
10440
12854
|
async onAfterConnect(_client) {
|
|
10441
|
-
|
|
12855
|
+
logger157.debug("Threads integration connected");
|
|
10442
12856
|
}
|
|
10443
12857
|
};
|
|
10444
12858
|
}
|
|
10445
12859
|
// src/integrations/tiktok.ts
|
|
10446
12860
|
init_logger();
|
|
10447
|
-
var
|
|
12861
|
+
var logger158 = createLogger("TikTok");
|
|
10448
12862
|
var TIKTOK_SCOPES = ["user.info.basic", "video.list"];
|
|
10449
12863
|
var TIKTOK_TOOLS = [
|
|
10450
12864
|
"tiktok_get_user_info",
|
|
@@ -10475,16 +12889,16 @@ function tiktokIntegration(config = {}) {
|
|
|
10475
12889
|
tools: [...TIKTOK_TOOLS],
|
|
10476
12890
|
oauth,
|
|
10477
12891
|
async onInit(_client) {
|
|
10478
|
-
|
|
12892
|
+
logger158.debug("TikTok integration initialized");
|
|
10479
12893
|
},
|
|
10480
12894
|
async onAfterConnect(_client) {
|
|
10481
|
-
|
|
12895
|
+
logger158.debug("TikTok integration connected");
|
|
10482
12896
|
}
|
|
10483
12897
|
};
|
|
10484
12898
|
}
|
|
10485
12899
|
// src/integrations/trello.ts
|
|
10486
12900
|
init_logger();
|
|
10487
|
-
var
|
|
12901
|
+
var logger159 = createLogger("Trello");
|
|
10488
12902
|
var TRELLO_TOOLS = [
|
|
10489
12903
|
"trello_get_member",
|
|
10490
12904
|
"trello_list_boards",
|
|
@@ -10521,16 +12935,16 @@ function trelloIntegration(options = {}) {
|
|
|
10521
12935
|
return { Authorization: `Bearer ${encodeCredential(apiKey, memberToken)}` };
|
|
10522
12936
|
},
|
|
10523
12937
|
async onInit(_client) {
|
|
10524
|
-
|
|
12938
|
+
logger159.debug("Trello integration initialized");
|
|
10525
12939
|
},
|
|
10526
12940
|
async onAfterConnect(_client) {
|
|
10527
|
-
|
|
12941
|
+
logger159.debug("Trello integration connected");
|
|
10528
12942
|
}
|
|
10529
12943
|
};
|
|
10530
12944
|
}
|
|
10531
12945
|
// src/integrations/typeform.ts
|
|
10532
12946
|
init_logger();
|
|
10533
|
-
var
|
|
12947
|
+
var logger160 = createLogger("Typeform");
|
|
10534
12948
|
var TYPEFORM_SCOPES = [
|
|
10535
12949
|
"offline",
|
|
10536
12950
|
"accounts:read",
|
|
@@ -10574,16 +12988,16 @@ function typeformIntegration(config = {}) {
|
|
|
10574
12988
|
tools: [...TYPEFORM_TOOLS],
|
|
10575
12989
|
oauth,
|
|
10576
12990
|
async onInit(_client) {
|
|
10577
|
-
|
|
12991
|
+
logger160.debug("Typeform integration initialized");
|
|
10578
12992
|
},
|
|
10579
12993
|
async onAfterConnect(_client) {
|
|
10580
|
-
|
|
12994
|
+
logger160.debug("Typeform integration connected");
|
|
10581
12995
|
}
|
|
10582
12996
|
};
|
|
10583
12997
|
}
|
|
10584
12998
|
// src/integrations/xero.ts
|
|
10585
12999
|
init_logger();
|
|
10586
|
-
var
|
|
13000
|
+
var logger161 = createLogger("Xero");
|
|
10587
13001
|
var XERO_SCOPES = [
|
|
10588
13002
|
"openid",
|
|
10589
13003
|
"profile",
|
|
@@ -10626,20 +13040,20 @@ function xeroIntegration(config = {}) {
|
|
|
10626
13040
|
name: "Xero",
|
|
10627
13041
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/xero.png",
|
|
10628
13042
|
description: "Manage Xero organisations, accounts, contacts, invoices, and bank transactions",
|
|
10629
|
-
category: "
|
|
13043
|
+
category: "Accounting",
|
|
10630
13044
|
tools: [...XERO_TOOLS],
|
|
10631
13045
|
oauth,
|
|
10632
13046
|
async onInit(_client) {
|
|
10633
|
-
|
|
13047
|
+
logger161.debug("Xero integration initialized");
|
|
10634
13048
|
},
|
|
10635
13049
|
async onAfterConnect(_client) {
|
|
10636
|
-
|
|
13050
|
+
logger161.debug("Xero integration connected");
|
|
10637
13051
|
}
|
|
10638
13052
|
};
|
|
10639
13053
|
}
|
|
10640
13054
|
// src/integrations/attio.ts
|
|
10641
13055
|
init_logger();
|
|
10642
|
-
var
|
|
13056
|
+
var logger162 = createLogger("Attio");
|
|
10643
13057
|
var ATTIO_SCOPES = [
|
|
10644
13058
|
"record_permission:read-write",
|
|
10645
13059
|
"object_configuration:read",
|
|
@@ -10685,16 +13099,16 @@ function attioIntegration(config = {}) {
|
|
|
10685
13099
|
tools: [...ATTIO_TOOLS],
|
|
10686
13100
|
oauth,
|
|
10687
13101
|
async onInit(_client) {
|
|
10688
|
-
|
|
13102
|
+
logger162.debug("Attio integration initialized");
|
|
10689
13103
|
},
|
|
10690
13104
|
async onAfterConnect(_client) {
|
|
10691
|
-
|
|
13105
|
+
logger162.debug("Attio integration connected");
|
|
10692
13106
|
}
|
|
10693
13107
|
};
|
|
10694
13108
|
}
|
|
10695
13109
|
// src/integrations/gchat.ts
|
|
10696
13110
|
init_logger();
|
|
10697
|
-
var
|
|
13111
|
+
var logger163 = createLogger("Google Chat");
|
|
10698
13112
|
var GCHAT_SCOPES = [
|
|
10699
13113
|
"https://www.googleapis.com/auth/chat.messages",
|
|
10700
13114
|
"https://www.googleapis.com/auth/chat.spaces.readonly"
|
|
@@ -10733,16 +13147,16 @@ function gchatIntegration(config = {}) {
|
|
|
10733
13147
|
tools: [...GCHAT_TOOLS],
|
|
10734
13148
|
oauth,
|
|
10735
13149
|
async onInit(_client) {
|
|
10736
|
-
|
|
13150
|
+
logger163.debug("Google Chat integration initialized");
|
|
10737
13151
|
},
|
|
10738
13152
|
async onAfterConnect(_client) {
|
|
10739
|
-
|
|
13153
|
+
logger163.debug("Google Chat integration connected");
|
|
10740
13154
|
}
|
|
10741
13155
|
};
|
|
10742
13156
|
}
|
|
10743
13157
|
// src/integrations/shopify.ts
|
|
10744
13158
|
init_logger();
|
|
10745
|
-
var
|
|
13159
|
+
var logger164 = createLogger("Shopify");
|
|
10746
13160
|
var SHOPIFY_SCOPES = [
|
|
10747
13161
|
"read_products",
|
|
10748
13162
|
"write_products",
|
|
@@ -10787,20 +13201,20 @@ function shopifyIntegration(config = {}) {
|
|
|
10787
13201
|
name: "Shopify",
|
|
10788
13202
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/shopify.png",
|
|
10789
13203
|
description: "Route-complete Shopify Admin access through GraphQL and REST tools",
|
|
10790
|
-
category: "
|
|
13204
|
+
category: "Commerce",
|
|
10791
13205
|
tools: [...SHOPIFY_TOOLS],
|
|
10792
13206
|
oauth,
|
|
10793
13207
|
async onInit(_client) {
|
|
10794
|
-
|
|
13208
|
+
logger164.debug("Shopify integration initialized");
|
|
10795
13209
|
},
|
|
10796
13210
|
async onAfterConnect(_client) {
|
|
10797
|
-
|
|
13211
|
+
logger164.debug("Shopify integration connected");
|
|
10798
13212
|
}
|
|
10799
13213
|
};
|
|
10800
13214
|
}
|
|
10801
13215
|
// src/integrations/convex.ts
|
|
10802
13216
|
init_logger();
|
|
10803
|
-
var
|
|
13217
|
+
var logger165 = createLogger("Convex");
|
|
10804
13218
|
var CONVEX_TOOLS = [
|
|
10805
13219
|
"convex_management_token_details",
|
|
10806
13220
|
"convex_management_list_projects",
|
|
@@ -10830,23 +13244,23 @@ function convexIntegration(options = {}) {
|
|
|
10830
13244
|
name: "Convex",
|
|
10831
13245
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/convex.png",
|
|
10832
13246
|
description: "Manage Convex projects, deployments, regions, classes, and environment variables",
|
|
10833
|
-
category: "
|
|
13247
|
+
category: "Engineering",
|
|
10834
13248
|
tools: [...CONVEX_TOOLS],
|
|
10835
13249
|
authType: "apiKey",
|
|
10836
13250
|
getHeaders() {
|
|
10837
13251
|
return { Authorization: `Bearer ${accessToken}` };
|
|
10838
13252
|
},
|
|
10839
13253
|
async onInit(_client) {
|
|
10840
|
-
|
|
13254
|
+
logger165.debug("Convex integration initialized");
|
|
10841
13255
|
},
|
|
10842
13256
|
async onAfterConnect(_client) {
|
|
10843
|
-
|
|
13257
|
+
logger165.debug("Convex integration connected");
|
|
10844
13258
|
}
|
|
10845
13259
|
};
|
|
10846
13260
|
}
|
|
10847
13261
|
// src/integrations/etoro.ts
|
|
10848
13262
|
init_logger();
|
|
10849
|
-
var
|
|
13263
|
+
var logger166 = createLogger("eToro");
|
|
10850
13264
|
var ETORO_TOOLS = [
|
|
10851
13265
|
"etoro_get_identity",
|
|
10852
13266
|
"etoro_get_portfolio",
|
|
@@ -10876,16 +13290,16 @@ function etoroIntegration(options = {}) {
|
|
|
10876
13290
|
};
|
|
10877
13291
|
},
|
|
10878
13292
|
async onInit(_client) {
|
|
10879
|
-
|
|
13293
|
+
logger166.debug("eToro integration initialized");
|
|
10880
13294
|
},
|
|
10881
13295
|
async onAfterConnect(_client) {
|
|
10882
|
-
|
|
13296
|
+
logger166.debug("eToro integration connected");
|
|
10883
13297
|
}
|
|
10884
13298
|
};
|
|
10885
13299
|
}
|
|
10886
13300
|
// src/integrations/alpaca.ts
|
|
10887
13301
|
init_logger();
|
|
10888
|
-
var
|
|
13302
|
+
var logger167 = createLogger("Alpaca");
|
|
10889
13303
|
var ALPACA_TOOLS = [
|
|
10890
13304
|
"alpaca_get_account",
|
|
10891
13305
|
"alpaca_list_positions",
|
|
@@ -10927,16 +13341,16 @@ function alpacaIntegration(options = {}) {
|
|
|
10927
13341
|
return headers;
|
|
10928
13342
|
},
|
|
10929
13343
|
async onInit(_client) {
|
|
10930
|
-
|
|
13344
|
+
logger167.debug("Alpaca integration initialized");
|
|
10931
13345
|
},
|
|
10932
13346
|
async onAfterConnect(_client) {
|
|
10933
|
-
|
|
13347
|
+
logger167.debug("Alpaca integration connected");
|
|
10934
13348
|
}
|
|
10935
13349
|
};
|
|
10936
13350
|
}
|
|
10937
13351
|
// src/integrations/neon.ts
|
|
10938
13352
|
init_logger();
|
|
10939
|
-
var
|
|
13353
|
+
var logger168 = createLogger("Neon");
|
|
10940
13354
|
var NEON_TOOLS = [
|
|
10941
13355
|
"neon_list_api_keys",
|
|
10942
13356
|
"neon_create_api_key",
|
|
@@ -10976,10 +13390,10 @@ function neonIntegration(options = {}) {
|
|
|
10976
13390
|
};
|
|
10977
13391
|
},
|
|
10978
13392
|
async onInit(_client) {
|
|
10979
|
-
|
|
13393
|
+
logger168.debug("Neon integration initialized");
|
|
10980
13394
|
},
|
|
10981
13395
|
async onAfterConnect(_client) {
|
|
10982
|
-
|
|
13396
|
+
logger168.debug("Neon integration connected");
|
|
10983
13397
|
}
|
|
10984
13398
|
};
|
|
10985
13399
|
}
|
|
@@ -11089,7 +13503,7 @@ function mercuryIntegration(options) {
|
|
|
11089
13503
|
}
|
|
11090
13504
|
// src/integrations/aws.ts
|
|
11091
13505
|
init_logger();
|
|
11092
|
-
var
|
|
13506
|
+
var logger169 = createLogger("AWS");
|
|
11093
13507
|
var AWS_TOOLS = [
|
|
11094
13508
|
"aws_sts_get_caller_identity",
|
|
11095
13509
|
"aws_ec2_describe_regions",
|
|
@@ -11142,16 +13556,16 @@ function awsIntegration(options = {}) {
|
|
|
11142
13556
|
};
|
|
11143
13557
|
},
|
|
11144
13558
|
async onInit(_client) {
|
|
11145
|
-
|
|
13559
|
+
logger169.debug("AWS integration initialized");
|
|
11146
13560
|
},
|
|
11147
13561
|
async onAfterConnect(_client) {
|
|
11148
|
-
|
|
13562
|
+
logger169.debug("AWS integration connected");
|
|
11149
13563
|
}
|
|
11150
13564
|
};
|
|
11151
13565
|
}
|
|
11152
13566
|
// src/integrations/wix.ts
|
|
11153
13567
|
init_logger();
|
|
11154
|
-
var
|
|
13568
|
+
var logger170 = createLogger("Wix");
|
|
11155
13569
|
var WIX_TOOLS = [
|
|
11156
13570
|
"wix_query_products",
|
|
11157
13571
|
"wix_get_product",
|
|
@@ -11184,10 +13598,10 @@ function wixIntegration(options = {}) {
|
|
|
11184
13598
|
};
|
|
11185
13599
|
},
|
|
11186
13600
|
async onInit(_client) {
|
|
11187
|
-
|
|
13601
|
+
logger170.debug("Wix integration initialized");
|
|
11188
13602
|
},
|
|
11189
13603
|
async onAfterConnect(_client) {
|
|
11190
|
-
|
|
13604
|
+
logger170.debug("Wix integration connected");
|
|
11191
13605
|
}
|
|
11192
13606
|
};
|
|
11193
13607
|
}
|
|
@@ -11221,7 +13635,7 @@ function mailchimpIntegration(config = {}) {
|
|
|
11221
13635
|
}
|
|
11222
13636
|
// src/integrations/monday.ts
|
|
11223
13637
|
init_logger();
|
|
11224
|
-
var
|
|
13638
|
+
var logger171 = createLogger("Monday");
|
|
11225
13639
|
var MONDAY_TOOLS = [
|
|
11226
13640
|
"monday_me",
|
|
11227
13641
|
"monday_list_workspaces",
|
|
@@ -11258,16 +13672,16 @@ function mondayIntegration(config = {}) {
|
|
|
11258
13672
|
tools: [...MONDAY_TOOLS],
|
|
11259
13673
|
oauth,
|
|
11260
13674
|
async onInit(_client) {
|
|
11261
|
-
|
|
13675
|
+
logger171.debug("Monday.com integration initialized");
|
|
11262
13676
|
},
|
|
11263
13677
|
async onAfterConnect(_client) {
|
|
11264
|
-
|
|
13678
|
+
logger171.debug("Monday.com integration connected");
|
|
11265
13679
|
}
|
|
11266
13680
|
};
|
|
11267
13681
|
}
|
|
11268
13682
|
// src/integrations/binance.ts
|
|
11269
13683
|
init_logger();
|
|
11270
|
-
var
|
|
13684
|
+
var logger172 = createLogger("Binance");
|
|
11271
13685
|
var BINANCE_TOOLS = [
|
|
11272
13686
|
"binance_ping",
|
|
11273
13687
|
"binance_get_server_time",
|
|
@@ -11310,16 +13724,16 @@ function binanceIntegration(options = {}) {
|
|
|
11310
13724
|
};
|
|
11311
13725
|
},
|
|
11312
13726
|
async onInit(_client) {
|
|
11313
|
-
|
|
13727
|
+
logger172.debug("Binance integration initialized");
|
|
11314
13728
|
},
|
|
11315
13729
|
async onAfterConnect(_client) {
|
|
11316
|
-
|
|
13730
|
+
logger172.debug("Binance integration connected");
|
|
11317
13731
|
}
|
|
11318
13732
|
};
|
|
11319
13733
|
}
|
|
11320
13734
|
// src/integrations/canva.ts
|
|
11321
13735
|
init_logger();
|
|
11322
|
-
var
|
|
13736
|
+
var logger173 = createLogger("Canva");
|
|
11323
13737
|
var CANVA_TOOLS = [
|
|
11324
13738
|
"canva_get_me",
|
|
11325
13739
|
"canva_get_profile",
|
|
@@ -11356,16 +13770,16 @@ function canvaIntegration(config = {}) {
|
|
|
11356
13770
|
tools: [...CANVA_TOOLS],
|
|
11357
13771
|
oauth,
|
|
11358
13772
|
async onInit(_client) {
|
|
11359
|
-
|
|
13773
|
+
logger173.debug("Canva integration initialized");
|
|
11360
13774
|
},
|
|
11361
13775
|
async onAfterConnect(_client) {
|
|
11362
|
-
|
|
13776
|
+
logger173.debug("Canva integration connected");
|
|
11363
13777
|
}
|
|
11364
13778
|
};
|
|
11365
13779
|
}
|
|
11366
13780
|
// src/integrations/clerk.ts
|
|
11367
13781
|
init_logger();
|
|
11368
|
-
var
|
|
13782
|
+
var logger174 = createLogger("Clerk");
|
|
11369
13783
|
var CLERK_TOOLS = [
|
|
11370
13784
|
"clerk_list_users",
|
|
11371
13785
|
"clerk_get_user",
|
|
@@ -11390,8 +13804,8 @@ function clerkIntegration(options = {}) {
|
|
|
11390
13804
|
id: "clerk",
|
|
11391
13805
|
name: "Clerk",
|
|
11392
13806
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/clerk.png",
|
|
11393
|
-
description: "Manage Clerk users, organizations,
|
|
11394
|
-
category: "
|
|
13807
|
+
description: "Manage Clerk users, organizations, sessions, and authentication settings",
|
|
13808
|
+
category: "Identity & Access",
|
|
11395
13809
|
tools: [...CLERK_TOOLS],
|
|
11396
13810
|
authType: "apiKey",
|
|
11397
13811
|
getHeaders() {
|
|
@@ -11400,16 +13814,16 @@ function clerkIntegration(options = {}) {
|
|
|
11400
13814
|
};
|
|
11401
13815
|
},
|
|
11402
13816
|
async onInit(_client) {
|
|
11403
|
-
|
|
13817
|
+
logger174.debug("Clerk integration initialized");
|
|
11404
13818
|
},
|
|
11405
13819
|
async onAfterConnect(_client) {
|
|
11406
|
-
|
|
13820
|
+
logger174.debug("Clerk integration connected");
|
|
11407
13821
|
}
|
|
11408
13822
|
};
|
|
11409
13823
|
}
|
|
11410
13824
|
// src/integrations/clickup.ts
|
|
11411
13825
|
init_logger();
|
|
11412
|
-
var
|
|
13826
|
+
var logger175 = createLogger("ClickUp");
|
|
11413
13827
|
var CLICKUP_TOOLS = [
|
|
11414
13828
|
"clickup_get_authorized_user",
|
|
11415
13829
|
"clickup_list_teams",
|
|
@@ -11445,16 +13859,16 @@ function clickupIntegration(config = {}) {
|
|
|
11445
13859
|
tools: [...CLICKUP_TOOLS],
|
|
11446
13860
|
oauth,
|
|
11447
13861
|
async onInit(_client) {
|
|
11448
|
-
|
|
13862
|
+
logger175.debug("ClickUp integration initialized");
|
|
11449
13863
|
},
|
|
11450
13864
|
async onAfterConnect(_client) {
|
|
11451
|
-
|
|
13865
|
+
logger175.debug("ClickUp integration connected");
|
|
11452
13866
|
}
|
|
11453
13867
|
};
|
|
11454
13868
|
}
|
|
11455
13869
|
// src/integrations/cloudflare.ts
|
|
11456
13870
|
init_logger();
|
|
11457
|
-
var
|
|
13871
|
+
var logger176 = createLogger("Cloudflare");
|
|
11458
13872
|
var CLOUDFLARE_TOOLS = [
|
|
11459
13873
|
"cloudflare_verify_token",
|
|
11460
13874
|
"cloudflare_get_user",
|
|
@@ -11493,10 +13907,10 @@ function cloudflareIntegration(config = {}) {
|
|
|
11493
13907
|
return { Authorization: `Bearer ${apiToken.trim()}` };
|
|
11494
13908
|
},
|
|
11495
13909
|
async onInit(_client) {
|
|
11496
|
-
|
|
13910
|
+
logger176.debug("Cloudflare integration initialized (API token)");
|
|
11497
13911
|
},
|
|
11498
13912
|
async onAfterConnect(_client) {
|
|
11499
|
-
|
|
13913
|
+
logger176.debug("Cloudflare integration connected");
|
|
11500
13914
|
}
|
|
11501
13915
|
};
|
|
11502
13916
|
}
|
|
@@ -11522,16 +13936,16 @@ function cloudflareIntegration(config = {}) {
|
|
|
11522
13936
|
tools: [...CLOUDFLARE_TOOLS],
|
|
11523
13937
|
oauth,
|
|
11524
13938
|
async onInit(_client) {
|
|
11525
|
-
|
|
13939
|
+
logger176.debug("Cloudflare integration initialized (OAuth)");
|
|
11526
13940
|
},
|
|
11527
13941
|
async onAfterConnect(_client) {
|
|
11528
|
-
|
|
13942
|
+
logger176.debug("Cloudflare integration connected");
|
|
11529
13943
|
}
|
|
11530
13944
|
};
|
|
11531
13945
|
}
|
|
11532
13946
|
// src/integrations/instagram.ts
|
|
11533
13947
|
init_logger();
|
|
11534
|
-
var
|
|
13948
|
+
var logger177 = createLogger("Instagram");
|
|
11535
13949
|
var INSTAGRAM_SCOPES = [
|
|
11536
13950
|
"pages_show_list",
|
|
11537
13951
|
"pages_read_engagement",
|
|
@@ -11581,16 +13995,16 @@ function instagramIntegration(config = {}) {
|
|
|
11581
13995
|
tools: [...INSTAGRAM_TOOLS],
|
|
11582
13996
|
oauth,
|
|
11583
13997
|
async onInit(_client) {
|
|
11584
|
-
|
|
13998
|
+
logger177.debug("Instagram integration initialized");
|
|
11585
13999
|
},
|
|
11586
14000
|
async onAfterConnect(_client) {
|
|
11587
|
-
|
|
14001
|
+
logger177.debug("Instagram integration connected");
|
|
11588
14002
|
}
|
|
11589
14003
|
};
|
|
11590
14004
|
}
|
|
11591
14005
|
// src/integrations/facebook.ts
|
|
11592
14006
|
init_logger();
|
|
11593
|
-
var
|
|
14007
|
+
var logger178 = createLogger("Facebook");
|
|
11594
14008
|
var FACEBOOK_SCOPES = [
|
|
11595
14009
|
"public_profile",
|
|
11596
14010
|
"email",
|
|
@@ -11636,10 +14050,10 @@ function facebookIntegration(config = {}) {
|
|
|
11636
14050
|
tools: [...FACEBOOK_TOOLS],
|
|
11637
14051
|
oauth,
|
|
11638
14052
|
async onInit(_client) {
|
|
11639
|
-
|
|
14053
|
+
logger178.debug("Facebook integration initialized");
|
|
11640
14054
|
},
|
|
11641
14055
|
async onAfterConnect(_client) {
|
|
11642
|
-
|
|
14056
|
+
logger178.debug("Facebook integration connected");
|
|
11643
14057
|
}
|
|
11644
14058
|
};
|
|
11645
14059
|
}
|
|
@@ -11670,7 +14084,7 @@ function ga4Integration(config = {}) {
|
|
|
11670
14084
|
}
|
|
11671
14085
|
// src/integrations/resend.ts
|
|
11672
14086
|
init_logger();
|
|
11673
|
-
var
|
|
14087
|
+
var logger179 = createLogger("Resend");
|
|
11674
14088
|
var RESEND_TOOLS = [
|
|
11675
14089
|
"resend_list_domains",
|
|
11676
14090
|
"resend_get_domain",
|
|
@@ -11695,10 +14109,10 @@ function resendIntegration(options = {}) {
|
|
|
11695
14109
|
return { Authorization: `Bearer ${apiKey}` };
|
|
11696
14110
|
},
|
|
11697
14111
|
async onInit(_client) {
|
|
11698
|
-
|
|
14112
|
+
logger179.debug("Resend integration initialized");
|
|
11699
14113
|
},
|
|
11700
14114
|
async onAfterConnect(_client) {
|
|
11701
|
-
|
|
14115
|
+
logger179.debug("Resend integration connected");
|
|
11702
14116
|
}
|
|
11703
14117
|
};
|
|
11704
14118
|
}
|
|
@@ -11722,7 +14136,7 @@ function tldrawIntegration(options = {}) {
|
|
|
11722
14136
|
}
|
|
11723
14137
|
// src/integrations/workday.ts
|
|
11724
14138
|
init_logger();
|
|
11725
|
-
var
|
|
14139
|
+
var logger180 = createLogger("Workday");
|
|
11726
14140
|
var WORKDAY_TOOLS = [
|
|
11727
14141
|
"workday_list_workers",
|
|
11728
14142
|
"workday_get_worker"
|
|
@@ -11743,20 +14157,20 @@ function workdayIntegration(config = {}) {
|
|
|
11743
14157
|
name: "Workday",
|
|
11744
14158
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workday.png",
|
|
11745
14159
|
description: "Query Workday workers via the tenant REST API",
|
|
11746
|
-
category: "
|
|
14160
|
+
category: "HR & Recruiting",
|
|
11747
14161
|
tools: [...WORKDAY_TOOLS],
|
|
11748
14162
|
oauth,
|
|
11749
14163
|
async onInit(_client) {
|
|
11750
|
-
|
|
14164
|
+
logger180.debug("Workday integration initialized");
|
|
11751
14165
|
},
|
|
11752
14166
|
async onAfterConnect(_client) {
|
|
11753
|
-
|
|
14167
|
+
logger180.debug("Workday integration connected");
|
|
11754
14168
|
}
|
|
11755
14169
|
};
|
|
11756
14170
|
}
|
|
11757
14171
|
// src/integrations/workos.ts
|
|
11758
14172
|
init_logger();
|
|
11759
|
-
var
|
|
14173
|
+
var logger181 = createLogger("WorkOS");
|
|
11760
14174
|
var WORKOS_TOOLS = [
|
|
11761
14175
|
"workos_list_organizations",
|
|
11762
14176
|
"workos_get_organization",
|
|
@@ -11780,7 +14194,7 @@ function workosIntegration(options = {}) {
|
|
|
11780
14194
|
name: "WorkOS",
|
|
11781
14195
|
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workos.png",
|
|
11782
14196
|
description: "Manage WorkOS organizations, AuthKit users, memberships, and directory sync",
|
|
11783
|
-
category: "
|
|
14197
|
+
category: "Identity & Access",
|
|
11784
14198
|
tools: [...WORKOS_TOOLS],
|
|
11785
14199
|
authType: "apiKey",
|
|
11786
14200
|
getHeaders() {
|
|
@@ -11789,10 +14203,10 @@ function workosIntegration(options = {}) {
|
|
|
11789
14203
|
};
|
|
11790
14204
|
},
|
|
11791
14205
|
async onInit(_client) {
|
|
11792
|
-
|
|
14206
|
+
logger181.debug("WorkOS integration initialized");
|
|
11793
14207
|
},
|
|
11794
14208
|
async onAfterConnect(_client) {
|
|
11795
|
-
|
|
14209
|
+
logger181.debug("WorkOS integration connected");
|
|
11796
14210
|
}
|
|
11797
14211
|
};
|
|
11798
14212
|
}
|
|
@@ -17999,7 +20413,7 @@ function convertJsonSchemaToGoogleSchema(jsonSchema, TypeEnum) {
|
|
|
17999
20413
|
}
|
|
18000
20414
|
// src/server.ts
|
|
18001
20415
|
var SERVER_LOG_CONTEXT3 = "server";
|
|
18002
|
-
var
|
|
20416
|
+
var logger184 = createLogger("MCPServer", SERVER_LOG_CONTEXT3);
|
|
18003
20417
|
async function refreshTokenIfNeeded(provider, tokenData, providers, config, context) {
|
|
18004
20418
|
const credentials = providers[provider];
|
|
18005
20419
|
if (!credentials || !config.serverUrl) {
|
|
@@ -18021,9 +20435,9 @@ async function refreshTokenIfNeeded(provider, tokenData, providers, config, cont
|
|
|
18021
20435
|
});
|
|
18022
20436
|
} catch (err) {
|
|
18023
20437
|
if (err instanceof RefreshRejectedError) {
|
|
18024
|
-
|
|
20438
|
+
logger184.warn(`[Token Refresh] Refresh token rejected for ${provider}; integration marked disconnected.`);
|
|
18025
20439
|
} else {
|
|
18026
|
-
|
|
20440
|
+
logger184.warn(`[Token Refresh] Failed to refresh ${provider} token: ${err.message}`);
|
|
18027
20441
|
}
|
|
18028
20442
|
return tokenData.accessToken;
|
|
18029
20443
|
}
|
|
@@ -18133,7 +20547,7 @@ function createMCPServer(config) {
|
|
|
18133
20547
|
if (integration.oauth) {
|
|
18134
20548
|
const { clientId, clientSecret, redirectUri: integrationRedirectUri, config: oauthConfig } = integration.oauth;
|
|
18135
20549
|
if (!clientId || !clientSecret) {
|
|
18136
|
-
|
|
20550
|
+
logger184.warn(`Warning: Integration "${integration.id}" is missing OAuth credentials. ` + `Provide clientId and clientSecret in the integration configuration.`);
|
|
18137
20551
|
return integration;
|
|
18138
20552
|
}
|
|
18139
20553
|
const redirectUri = integrationRedirectUri || config.redirectUri || getDefaultRedirectUri();
|
|
@@ -18313,7 +20727,7 @@ function createMCPServer(config) {
|
|
|
18313
20727
|
}
|
|
18314
20728
|
return response2;
|
|
18315
20729
|
} catch (error) {
|
|
18316
|
-
|
|
20730
|
+
logger184.error("[MCP Tool Call] Error:", error);
|
|
18317
20731
|
return Response.json({ error: error.message || "Failed to execute tool call" }, { status: error.statusCode || 500 });
|
|
18318
20732
|
}
|
|
18319
20733
|
}
|
|
@@ -18362,7 +20776,7 @@ function createMCPServer(config) {
|
|
|
18362
20776
|
});
|
|
18363
20777
|
return Response.json(result, { status: result.success ? 200 : 500 });
|
|
18364
20778
|
} catch (error) {
|
|
18365
|
-
|
|
20779
|
+
logger184.error("[Code Mode] Error:", error);
|
|
18366
20780
|
return Response.json({ error: error?.message || "Failed to execute code" }, { status: 500 });
|
|
18367
20781
|
}
|
|
18368
20782
|
}
|
|
@@ -18420,7 +20834,7 @@ function createMCPServer(config) {
|
|
|
18420
20834
|
error: executionResult.error
|
|
18421
20835
|
});
|
|
18422
20836
|
} catch (error) {
|
|
18423
|
-
|
|
20837
|
+
logger184.error("[Trigger Notify] Error:", error);
|
|
18424
20838
|
return Response.json({ error: error.message || "Failed to execute trigger" }, { status: 500 });
|
|
18425
20839
|
}
|
|
18426
20840
|
}
|
|
@@ -18484,7 +20898,7 @@ function createMCPServer(config) {
|
|
|
18484
20898
|
})
|
|
18485
20899
|
});
|
|
18486
20900
|
} catch (scheduleError) {
|
|
18487
|
-
|
|
20901
|
+
logger184.error("[Trigger] Failed to register with scheduler:", scheduleError);
|
|
18488
20902
|
}
|
|
18489
20903
|
return Response.json(created, { status: 201 });
|
|
18490
20904
|
}
|
|
@@ -18519,7 +20933,7 @@ function createMCPServer(config) {
|
|
|
18519
20933
|
body: JSON.stringify({ triggerId })
|
|
18520
20934
|
});
|
|
18521
20935
|
} catch (error) {
|
|
18522
|
-
|
|
20936
|
+
logger184.error("[Trigger] Failed to pause in scheduler:", error);
|
|
18523
20937
|
}
|
|
18524
20938
|
return Response.json(updated);
|
|
18525
20939
|
} else if (subAction === "resume" && method === "POST") {
|
|
@@ -18547,7 +20961,7 @@ function createMCPServer(config) {
|
|
|
18547
20961
|
body: JSON.stringify({ triggerId })
|
|
18548
20962
|
});
|
|
18549
20963
|
} catch (error) {
|
|
18550
|
-
|
|
20964
|
+
logger184.error("[Trigger] Failed to resume in scheduler:", error);
|
|
18551
20965
|
}
|
|
18552
20966
|
return Response.json(updated);
|
|
18553
20967
|
} else if (subAction === "run" && method === "POST") {
|
|
@@ -18618,7 +21032,7 @@ function createMCPServer(config) {
|
|
|
18618
21032
|
})
|
|
18619
21033
|
});
|
|
18620
21034
|
} catch (error) {
|
|
18621
|
-
|
|
21035
|
+
logger184.error("[Trigger] Failed to update scheduler:", error);
|
|
18622
21036
|
}
|
|
18623
21037
|
}
|
|
18624
21038
|
return Response.json(updated);
|
|
@@ -18635,14 +21049,14 @@ function createMCPServer(config) {
|
|
|
18635
21049
|
body: JSON.stringify({ triggerId })
|
|
18636
21050
|
});
|
|
18637
21051
|
} catch (error) {
|
|
18638
|
-
|
|
21052
|
+
logger184.error("[Trigger] Failed to unregister from scheduler:", error);
|
|
18639
21053
|
}
|
|
18640
21054
|
return new Response(null, { status: 204 });
|
|
18641
21055
|
}
|
|
18642
21056
|
}
|
|
18643
21057
|
return Response.json({ error: "Invalid trigger route or method" }, { status: 404 });
|
|
18644
21058
|
} catch (error) {
|
|
18645
|
-
|
|
21059
|
+
logger184.error("[Trigger] Error:", error);
|
|
18646
21060
|
return Response.json({ error: error.message || "Failed to process trigger request" }, { status: error.statusCode || 500 });
|
|
18647
21061
|
}
|
|
18648
21062
|
}
|
|
@@ -18668,11 +21082,11 @@ function createMCPServer(config) {
|
|
|
18668
21082
|
const errorRedirectUrl = "/auth-error";
|
|
18669
21083
|
if (error) {
|
|
18670
21084
|
const errorMsg = errorDescription || error;
|
|
18671
|
-
|
|
21085
|
+
logger184.error("[OAuth Redirect] Error:", errorMsg);
|
|
18672
21086
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent(errorMsg)}`, webRequest.url));
|
|
18673
21087
|
}
|
|
18674
21088
|
if (!code || !state) {
|
|
18675
|
-
|
|
21089
|
+
logger184.error("[OAuth Redirect] Missing code or state parameter");
|
|
18676
21090
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent("Invalid OAuth callback")}`, webRequest.url));
|
|
18677
21091
|
}
|
|
18678
21092
|
let returnUrl = defaultRedirectUrl;
|
|
@@ -18749,7 +21163,7 @@ function createMCPServer(config) {
|
|
|
18749
21163
|
frontendUrl.hash = `oauth_callback=${encodeURIComponent(JSON.stringify({ code, state, tokenData }))}`;
|
|
18750
21164
|
return Response.redirect(frontendUrl);
|
|
18751
21165
|
} catch (error2) {
|
|
18752
|
-
|
|
21166
|
+
logger184.error("[OAuth Backend Callback] Error:", error2);
|
|
18753
21167
|
return Response.redirect(new URL(`${errorRedirectUrl}?error=${encodeURIComponent(error2.message || "Failed to exchange token")}`, webRequest.url));
|
|
18754
21168
|
}
|
|
18755
21169
|
} else {
|
|
@@ -19044,14 +21458,23 @@ export {
|
|
|
19044
21458
|
xIntegration,
|
|
19045
21459
|
workosIntegration,
|
|
19046
21460
|
workdayIntegration,
|
|
21461
|
+
wordpressIntegration,
|
|
19047
21462
|
wordIntegration,
|
|
19048
21463
|
wixIntegration,
|
|
21464
|
+
withingsIntegration,
|
|
21465
|
+
whoopIntegration,
|
|
19049
21466
|
whatsappIntegration,
|
|
19050
21467
|
webflowIntegration,
|
|
19051
21468
|
vercelIntegration,
|
|
19052
21469
|
upstashIntegration,
|
|
21470
|
+
upsIntegration,
|
|
21471
|
+
universeIntegration,
|
|
21472
|
+
uberIntegration,
|
|
21473
|
+
uberEatsIntegration,
|
|
19053
21474
|
typeformIntegration,
|
|
19054
21475
|
twitchIntegration,
|
|
21476
|
+
tuyaIntegration,
|
|
21477
|
+
truelayerIntegration,
|
|
19055
21478
|
trelloIntegration,
|
|
19056
21479
|
todoistIntegration,
|
|
19057
21480
|
toWebRequest,
|
|
@@ -19060,10 +21483,14 @@ export {
|
|
|
19060
21483
|
toSolidStartHandler,
|
|
19061
21484
|
toNextJsHandler,
|
|
19062
21485
|
tldrawIntegration,
|
|
21486
|
+
tinkIntegration,
|
|
19063
21487
|
tiktokIntegration,
|
|
21488
|
+
tiktokBusinessIntegration,
|
|
19064
21489
|
threadsIntegration,
|
|
21490
|
+
teslaIntegration,
|
|
19065
21491
|
telegramIntegration,
|
|
19066
21492
|
teamsIntegration,
|
|
21493
|
+
tableauIntegration,
|
|
19067
21494
|
svelteKitHandler,
|
|
19068
21495
|
supabaseIntegration,
|
|
19069
21496
|
stripeIntegration,
|
|
@@ -19071,6 +21498,8 @@ export {
|
|
|
19071
21498
|
storeCodeVerifier,
|
|
19072
21499
|
squareIntegration,
|
|
19073
21500
|
spotifyIntegration,
|
|
21501
|
+
sonosIntegration,
|
|
21502
|
+
snowflakeIntegration,
|
|
19074
21503
|
smartthingsIntegration,
|
|
19075
21504
|
smartsheetIntegration,
|
|
19076
21505
|
slackIntegration,
|
|
@@ -19079,6 +21508,8 @@ export {
|
|
|
19079
21508
|
sentryIntegration,
|
|
19080
21509
|
sendWebResponse,
|
|
19081
21510
|
salesforceIntegration,
|
|
21511
|
+
sageIntegration,
|
|
21512
|
+
ringIntegration,
|
|
19082
21513
|
resendIntegration,
|
|
19083
21514
|
redisIntegration,
|
|
19084
21515
|
redditIntegration,
|
|
@@ -19091,34 +21522,56 @@ export {
|
|
|
19091
21522
|
polarIntegration,
|
|
19092
21523
|
plannerIntegration,
|
|
19093
21524
|
planetscaleIntegration,
|
|
21525
|
+
plaidIntegration,
|
|
19094
21526
|
pipedriveIntegration,
|
|
19095
21527
|
pinterestIntegration,
|
|
21528
|
+
philipsHueIntegration,
|
|
19096
21529
|
phantomIntegration,
|
|
19097
21530
|
paypalIntegration,
|
|
19098
21531
|
paperIntegration,
|
|
21532
|
+
pandadocIntegration,
|
|
19099
21533
|
outlookIntegration,
|
|
21534
|
+
ouraIntegration,
|
|
21535
|
+
oneloginIntegration,
|
|
19100
21536
|
onedriveIntegration,
|
|
19101
21537
|
oktaIntegration,
|
|
19102
21538
|
notionIntegration,
|
|
19103
21539
|
netlifyIntegration,
|
|
21540
|
+
netatmoIntegration,
|
|
19104
21541
|
neonIntegration,
|
|
21542
|
+
moneybirdIntegration,
|
|
19105
21543
|
mondayIntegration,
|
|
19106
21544
|
miroIntegration,
|
|
21545
|
+
mieleIntegration,
|
|
21546
|
+
microsoftGraphEducationIntegration,
|
|
21547
|
+
microsoftEntraIdIntegration,
|
|
21548
|
+
microsoftAdsIntegration,
|
|
21549
|
+
metaAdsIntegration,
|
|
19107
21550
|
mercuryIntegration,
|
|
21551
|
+
meetupIntegration,
|
|
21552
|
+
mapmyfitnessIntegration,
|
|
19108
21553
|
mailchimpIntegration,
|
|
21554
|
+
lookerIntegration,
|
|
19109
21555
|
linkedinIntegration,
|
|
19110
21556
|
linearIntegration,
|
|
21557
|
+
leverIntegration,
|
|
21558
|
+
kickIntegration,
|
|
19111
21559
|
jiraIntegration,
|
|
19112
21560
|
intercomIntegration,
|
|
19113
21561
|
instagramIntegration,
|
|
19114
21562
|
hubspotIntegration,
|
|
21563
|
+
homeConnectIntegration,
|
|
19115
21564
|
handleOpenAIResponse,
|
|
19116
21565
|
handleAnthropicMessage,
|
|
19117
21566
|
gtasksIntegration,
|
|
19118
21567
|
gslidesIntegration,
|
|
19119
21568
|
gsheetsIntegration,
|
|
21569
|
+
greenhouseIntegration,
|
|
19120
21570
|
granolaIntegration,
|
|
21571
|
+
googleHomeIntegration,
|
|
21572
|
+
googleClassroomIntegration,
|
|
19121
21573
|
googleAdsIntegration,
|
|
21574
|
+
gocardlessIntegration,
|
|
19122
21575
|
gmeetIntegration,
|
|
19123
21576
|
gmailIntegration,
|
|
19124
21577
|
gkeepIntegration,
|
|
@@ -19136,20 +21589,32 @@ export {
|
|
|
19136
21589
|
gcontactsIntegration,
|
|
19137
21590
|
gchatIntegration,
|
|
19138
21591
|
gcalIntegration,
|
|
21592
|
+
garminIntegration,
|
|
19139
21593
|
ga4Integration,
|
|
19140
21594
|
fromNodeHeaders,
|
|
19141
21595
|
freshserviceIntegration,
|
|
21596
|
+
freeagentIntegration,
|
|
21597
|
+
foursquareIntegration,
|
|
21598
|
+
fitbitIntegration,
|
|
19142
21599
|
figmaIntegration,
|
|
21600
|
+
fedexIntegration,
|
|
19143
21601
|
facebookIntegration,
|
|
21602
|
+
expediaIntegration,
|
|
19144
21603
|
executeSandboxCode,
|
|
19145
21604
|
executeGoogleFunctionCalls,
|
|
19146
21605
|
excelIntegration,
|
|
21606
|
+
exactOnlineIntegration,
|
|
21607
|
+
eventbriteIntegration,
|
|
21608
|
+
etsyIntegration,
|
|
19147
21609
|
etoroIntegration,
|
|
19148
21610
|
encodeRedisCloudBearerToken,
|
|
19149
21611
|
ebayIntegration,
|
|
21612
|
+
dropboxSignIntegration,
|
|
19150
21613
|
dropboxIntegration,
|
|
19151
21614
|
docusignIntegration,
|
|
19152
21615
|
discordIntegration,
|
|
21616
|
+
dhlIntegration,
|
|
21617
|
+
deezerIntegration,
|
|
19153
21618
|
datadogIntegration,
|
|
19154
21619
|
databricksIntegration,
|
|
19155
21620
|
cursorIntegration,
|
|
@@ -19159,10 +21624,12 @@ export {
|
|
|
19159
21624
|
createNextOAuthHandler,
|
|
19160
21625
|
createMCPServer,
|
|
19161
21626
|
convexIntegration,
|
|
21627
|
+
contentfulIntegration,
|
|
19162
21628
|
confluenceIntegration,
|
|
19163
21629
|
cloudflareIntegration,
|
|
19164
21630
|
clickupIntegration,
|
|
19165
21631
|
clerkIntegration,
|
|
21632
|
+
canvasLmsIntegration,
|
|
19166
21633
|
canvaIntegration,
|
|
19167
21634
|
calcomIntegration,
|
|
19168
21635
|
buildPhantomBrowseDeeplink,
|
|
@@ -19170,14 +21637,21 @@ export {
|
|
|
19170
21637
|
boxIntegration,
|
|
19171
21638
|
bitbucketIntegration,
|
|
19172
21639
|
binanceIntegration,
|
|
21640
|
+
bigqueryIntegration,
|
|
21641
|
+
bigcommerceIntegration,
|
|
19173
21642
|
betterstackIntegration,
|
|
21643
|
+
bamboohrIntegration,
|
|
19174
21644
|
awsIntegration,
|
|
19175
21645
|
auth0Integration,
|
|
19176
21646
|
attioIntegration,
|
|
19177
21647
|
astronomerIntegration,
|
|
19178
21648
|
asanaIntegration,
|
|
21649
|
+
amazonIntegration,
|
|
21650
|
+
amazonAdsIntegration,
|
|
21651
|
+
amadeusIntegration,
|
|
19179
21652
|
alpacaIntegration,
|
|
19180
21653
|
airtableIntegration,
|
|
21654
|
+
adobeAcrobatSignIntegration,
|
|
19181
21655
|
__resetUnauthenticatedCodeModeWarnings,
|
|
19182
21656
|
RUNTIME_STUB_SOURCE,
|
|
19183
21657
|
POST,
|