integrate-sdk 0.9.52-dev.0 → 0.9.53-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/dist/adapters/auto-routes.js +251 -11
  2. package/dist/adapters/base-handler.js +251 -11
  3. package/dist/adapters/index.js +510 -90
  4. package/dist/adapters/nextjs.js +251 -11
  5. package/dist/adapters/solid-start.js +510 -90
  6. package/dist/adapters/svelte-kit.js +510 -90
  7. package/dist/index.js +2787 -361
  8. package/dist/integrations.js +2787 -361
  9. package/dist/oauth.js +251 -11
  10. package/dist/server.js +2888 -416
  11. package/dist/src/client.d.ts +120 -0
  12. package/dist/src/client.d.ts.map +1 -1
  13. package/dist/src/index.d.ts +120 -0
  14. package/dist/src/index.d.ts.map +1 -1
  15. package/dist/src/integrations/adobe_acrobat_sign-client.d.ts +22 -0
  16. package/dist/src/integrations/adobe_acrobat_sign-client.d.ts.map +1 -0
  17. package/dist/src/integrations/adobe_acrobat_sign.d.ts +14 -0
  18. package/dist/src/integrations/adobe_acrobat_sign.d.ts.map +1 -0
  19. package/dist/src/integrations/amadeus-client.d.ts +32 -0
  20. package/dist/src/integrations/amadeus-client.d.ts.map +1 -0
  21. package/dist/src/integrations/amadeus.d.ts +14 -0
  22. package/dist/src/integrations/amadeus.d.ts.map +1 -0
  23. package/dist/src/integrations/amazon-client.d.ts +34 -0
  24. package/dist/src/integrations/amazon-client.d.ts.map +1 -0
  25. package/dist/src/integrations/amazon.d.ts +14 -0
  26. package/dist/src/integrations/amazon.d.ts.map +1 -0
  27. package/dist/src/integrations/amazon_ads-client.d.ts +23 -0
  28. package/dist/src/integrations/amazon_ads-client.d.ts.map +1 -0
  29. package/dist/src/integrations/amazon_ads.d.ts +14 -0
  30. package/dist/src/integrations/amazon_ads.d.ts.map +1 -0
  31. package/dist/src/integrations/bamboohr-client.d.ts +31 -0
  32. package/dist/src/integrations/bamboohr-client.d.ts.map +1 -0
  33. package/dist/src/integrations/bamboohr.d.ts +15 -0
  34. package/dist/src/integrations/bamboohr.d.ts.map +1 -0
  35. package/dist/src/integrations/bigcommerce-client.d.ts +32 -0
  36. package/dist/src/integrations/bigcommerce-client.d.ts.map +1 -0
  37. package/dist/src/integrations/bigcommerce.d.ts +15 -0
  38. package/dist/src/integrations/bigcommerce.d.ts.map +1 -0
  39. package/dist/src/integrations/bigquery-client.d.ts +33 -0
  40. package/dist/src/integrations/bigquery-client.d.ts.map +1 -0
  41. package/dist/src/integrations/bigquery.d.ts +14 -0
  42. package/dist/src/integrations/bigquery.d.ts.map +1 -0
  43. package/dist/src/integrations/canvas_lms-client.d.ts +40 -0
  44. package/dist/src/integrations/canvas_lms-client.d.ts.map +1 -0
  45. package/dist/src/integrations/canvas_lms.d.ts +15 -0
  46. package/dist/src/integrations/canvas_lms.d.ts.map +1 -0
  47. package/dist/src/integrations/contentful-client.d.ts +33 -0
  48. package/dist/src/integrations/contentful-client.d.ts.map +1 -0
  49. package/dist/src/integrations/contentful.d.ts +14 -0
  50. package/dist/src/integrations/contentful.d.ts.map +1 -0
  51. package/dist/src/integrations/deezer-client.d.ts +24 -0
  52. package/dist/src/integrations/deezer-client.d.ts.map +1 -0
  53. package/dist/src/integrations/deezer.d.ts +14 -0
  54. package/dist/src/integrations/deezer.d.ts.map +1 -0
  55. package/dist/src/integrations/dhl-client.d.ts +20 -0
  56. package/dist/src/integrations/dhl-client.d.ts.map +1 -0
  57. package/dist/src/integrations/dhl.d.ts +14 -0
  58. package/dist/src/integrations/dhl.d.ts.map +1 -0
  59. package/dist/src/integrations/dropbox_sign-client.d.ts +22 -0
  60. package/dist/src/integrations/dropbox_sign-client.d.ts.map +1 -0
  61. package/dist/src/integrations/dropbox_sign.d.ts +14 -0
  62. package/dist/src/integrations/dropbox_sign.d.ts.map +1 -0
  63. package/dist/src/integrations/etsy-client.d.ts +27 -0
  64. package/dist/src/integrations/etsy-client.d.ts.map +1 -0
  65. package/dist/src/integrations/etsy.d.ts +14 -0
  66. package/dist/src/integrations/etsy.d.ts.map +1 -0
  67. package/dist/src/integrations/eventbrite-client.d.ts +22 -0
  68. package/dist/src/integrations/eventbrite-client.d.ts.map +1 -0
  69. package/dist/src/integrations/eventbrite.d.ts +14 -0
  70. package/dist/src/integrations/eventbrite.d.ts.map +1 -0
  71. package/dist/src/integrations/exact_online-client.d.ts +29 -0
  72. package/dist/src/integrations/exact_online-client.d.ts.map +1 -0
  73. package/dist/src/integrations/exact_online.d.ts +14 -0
  74. package/dist/src/integrations/exact_online.d.ts.map +1 -0
  75. package/dist/src/integrations/expedia-client.d.ts +30 -0
  76. package/dist/src/integrations/expedia-client.d.ts.map +1 -0
  77. package/dist/src/integrations/expedia.d.ts +14 -0
  78. package/dist/src/integrations/expedia.d.ts.map +1 -0
  79. package/dist/src/integrations/fedex-client.d.ts +19 -0
  80. package/dist/src/integrations/fedex-client.d.ts.map +1 -0
  81. package/dist/src/integrations/fedex.d.ts +14 -0
  82. package/dist/src/integrations/fedex.d.ts.map +1 -0
  83. package/dist/src/integrations/fitbit-client.d.ts +20 -0
  84. package/dist/src/integrations/fitbit-client.d.ts.map +1 -0
  85. package/dist/src/integrations/fitbit.d.ts +14 -0
  86. package/dist/src/integrations/fitbit.d.ts.map +1 -0
  87. package/dist/src/integrations/foursquare-client.d.ts +30 -0
  88. package/dist/src/integrations/foursquare-client.d.ts.map +1 -0
  89. package/dist/src/integrations/foursquare.d.ts +14 -0
  90. package/dist/src/integrations/foursquare.d.ts.map +1 -0
  91. package/dist/src/integrations/freeagent-client.d.ts +21 -0
  92. package/dist/src/integrations/freeagent-client.d.ts.map +1 -0
  93. package/dist/src/integrations/freeagent.d.ts +14 -0
  94. package/dist/src/integrations/freeagent.d.ts.map +1 -0
  95. package/dist/src/integrations/garmin-client.d.ts +24 -0
  96. package/dist/src/integrations/garmin-client.d.ts.map +1 -0
  97. package/dist/src/integrations/garmin.d.ts +14 -0
  98. package/dist/src/integrations/garmin.d.ts.map +1 -0
  99. package/dist/src/integrations/gocardless-client.d.ts +22 -0
  100. package/dist/src/integrations/gocardless-client.d.ts.map +1 -0
  101. package/dist/src/integrations/gocardless.d.ts +14 -0
  102. package/dist/src/integrations/gocardless.d.ts.map +1 -0
  103. package/dist/src/integrations/google_classroom-client.d.ts +30 -0
  104. package/dist/src/integrations/google_classroom-client.d.ts.map +1 -0
  105. package/dist/src/integrations/google_classroom.d.ts +14 -0
  106. package/dist/src/integrations/google_classroom.d.ts.map +1 -0
  107. package/dist/src/integrations/google_home-client.d.ts +23 -0
  108. package/dist/src/integrations/google_home-client.d.ts.map +1 -0
  109. package/dist/src/integrations/google_home.d.ts +14 -0
  110. package/dist/src/integrations/google_home.d.ts.map +1 -0
  111. package/dist/src/integrations/greenhouse-client.d.ts +26 -0
  112. package/dist/src/integrations/greenhouse-client.d.ts.map +1 -0
  113. package/dist/src/integrations/greenhouse.d.ts +14 -0
  114. package/dist/src/integrations/greenhouse.d.ts.map +1 -0
  115. package/dist/src/integrations/home_connect-client.d.ts +23 -0
  116. package/dist/src/integrations/home_connect-client.d.ts.map +1 -0
  117. package/dist/src/integrations/home_connect.d.ts +14 -0
  118. package/dist/src/integrations/home_connect.d.ts.map +1 -0
  119. package/dist/src/integrations/kick-client.d.ts +25 -0
  120. package/dist/src/integrations/kick-client.d.ts.map +1 -0
  121. package/dist/src/integrations/kick.d.ts +14 -0
  122. package/dist/src/integrations/kick.d.ts.map +1 -0
  123. package/dist/src/integrations/lever-client.d.ts +25 -0
  124. package/dist/src/integrations/lever-client.d.ts.map +1 -0
  125. package/dist/src/integrations/lever.d.ts +14 -0
  126. package/dist/src/integrations/lever.d.ts.map +1 -0
  127. package/dist/src/integrations/library-metadata.d.ts +1 -1
  128. package/dist/src/integrations/library-metadata.d.ts.map +1 -1
  129. package/dist/src/integrations/looker-client.d.ts +30 -0
  130. package/dist/src/integrations/looker-client.d.ts.map +1 -0
  131. package/dist/src/integrations/looker.d.ts +15 -0
  132. package/dist/src/integrations/looker.d.ts.map +1 -0
  133. package/dist/src/integrations/mapmyfitness-client.d.ts +21 -0
  134. package/dist/src/integrations/mapmyfitness-client.d.ts.map +1 -0
  135. package/dist/src/integrations/mapmyfitness.d.ts +14 -0
  136. package/dist/src/integrations/mapmyfitness.d.ts.map +1 -0
  137. package/dist/src/integrations/meetup-client.d.ts +28 -0
  138. package/dist/src/integrations/meetup-client.d.ts.map +1 -0
  139. package/dist/src/integrations/meetup.d.ts +14 -0
  140. package/dist/src/integrations/meetup.d.ts.map +1 -0
  141. package/dist/src/integrations/meta_ads-client.d.ts +31 -0
  142. package/dist/src/integrations/meta_ads-client.d.ts.map +1 -0
  143. package/dist/src/integrations/meta_ads.d.ts +14 -0
  144. package/dist/src/integrations/meta_ads.d.ts.map +1 -0
  145. package/dist/src/integrations/microsoft_ads-client.d.ts +22 -0
  146. package/dist/src/integrations/microsoft_ads-client.d.ts.map +1 -0
  147. package/dist/src/integrations/microsoft_ads.d.ts +14 -0
  148. package/dist/src/integrations/microsoft_ads.d.ts.map +1 -0
  149. package/dist/src/integrations/microsoft_entra_id-client.d.ts +26 -0
  150. package/dist/src/integrations/microsoft_entra_id-client.d.ts.map +1 -0
  151. package/dist/src/integrations/microsoft_entra_id.d.ts +14 -0
  152. package/dist/src/integrations/microsoft_entra_id.d.ts.map +1 -0
  153. package/dist/src/integrations/microsoft_graph_education-client.d.ts +28 -0
  154. package/dist/src/integrations/microsoft_graph_education-client.d.ts.map +1 -0
  155. package/dist/src/integrations/microsoft_graph_education.d.ts +14 -0
  156. package/dist/src/integrations/microsoft_graph_education.d.ts.map +1 -0
  157. package/dist/src/integrations/miele-client.d.ts +23 -0
  158. package/dist/src/integrations/miele-client.d.ts.map +1 -0
  159. package/dist/src/integrations/miele.d.ts +14 -0
  160. package/dist/src/integrations/miele.d.ts.map +1 -0
  161. package/dist/src/integrations/moneybird-client.d.ts +26 -0
  162. package/dist/src/integrations/moneybird-client.d.ts.map +1 -0
  163. package/dist/src/integrations/moneybird.d.ts +14 -0
  164. package/dist/src/integrations/moneybird.d.ts.map +1 -0
  165. package/dist/src/integrations/netatmo-client.d.ts +29 -0
  166. package/dist/src/integrations/netatmo-client.d.ts.map +1 -0
  167. package/dist/src/integrations/netatmo.d.ts +14 -0
  168. package/dist/src/integrations/netatmo.d.ts.map +1 -0
  169. package/dist/src/integrations/onelogin-client.d.ts +30 -0
  170. package/dist/src/integrations/onelogin-client.d.ts.map +1 -0
  171. package/dist/src/integrations/onelogin.d.ts +15 -0
  172. package/dist/src/integrations/onelogin.d.ts.map +1 -0
  173. package/dist/src/integrations/oura-client.d.ts +30 -0
  174. package/dist/src/integrations/oura-client.d.ts.map +1 -0
  175. package/dist/src/integrations/oura.d.ts +14 -0
  176. package/dist/src/integrations/oura.d.ts.map +1 -0
  177. package/dist/src/integrations/pandadoc-client.d.ts +29 -0
  178. package/dist/src/integrations/pandadoc-client.d.ts.map +1 -0
  179. package/dist/src/integrations/pandadoc.d.ts +14 -0
  180. package/dist/src/integrations/pandadoc.d.ts.map +1 -0
  181. package/dist/src/integrations/philips_hue-client.d.ts +15 -0
  182. package/dist/src/integrations/philips_hue-client.d.ts.map +1 -0
  183. package/dist/src/integrations/philips_hue.d.ts +14 -0
  184. package/dist/src/integrations/philips_hue.d.ts.map +1 -0
  185. package/dist/src/integrations/plaid-client.d.ts +22 -0
  186. package/dist/src/integrations/plaid-client.d.ts.map +1 -0
  187. package/dist/src/integrations/plaid.d.ts +14 -0
  188. package/dist/src/integrations/plaid.d.ts.map +1 -0
  189. package/dist/src/integrations/ring-client.d.ts +19 -0
  190. package/dist/src/integrations/ring-client.d.ts.map +1 -0
  191. package/dist/src/integrations/ring.d.ts +14 -0
  192. package/dist/src/integrations/ring.d.ts.map +1 -0
  193. package/dist/src/integrations/sage-client.d.ts +25 -0
  194. package/dist/src/integrations/sage-client.d.ts.map +1 -0
  195. package/dist/src/integrations/sage.d.ts +14 -0
  196. package/dist/src/integrations/sage.d.ts.map +1 -0
  197. package/dist/src/integrations/snowflake-client.d.ts +25 -0
  198. package/dist/src/integrations/snowflake-client.d.ts.map +1 -0
  199. package/dist/src/integrations/snowflake.d.ts +15 -0
  200. package/dist/src/integrations/snowflake.d.ts.map +1 -0
  201. package/dist/src/integrations/sonos-client.d.ts +23 -0
  202. package/dist/src/integrations/sonos-client.d.ts.map +1 -0
  203. package/dist/src/integrations/sonos.d.ts +14 -0
  204. package/dist/src/integrations/sonos.d.ts.map +1 -0
  205. package/dist/src/integrations/tableau-client.d.ts +36 -0
  206. package/dist/src/integrations/tableau-client.d.ts.map +1 -0
  207. package/dist/src/integrations/tableau.d.ts +15 -0
  208. package/dist/src/integrations/tableau.d.ts.map +1 -0
  209. package/dist/src/integrations/tesla-client.d.ts +18 -0
  210. package/dist/src/integrations/tesla-client.d.ts.map +1 -0
  211. package/dist/src/integrations/tesla.d.ts +14 -0
  212. package/dist/src/integrations/tesla.d.ts.map +1 -0
  213. package/dist/src/integrations/tiktok_business-client.d.ts +31 -0
  214. package/dist/src/integrations/tiktok_business-client.d.ts.map +1 -0
  215. package/dist/src/integrations/tiktok_business.d.ts +14 -0
  216. package/dist/src/integrations/tiktok_business.d.ts.map +1 -0
  217. package/dist/src/integrations/tink-client.d.ts +17 -0
  218. package/dist/src/integrations/tink-client.d.ts.map +1 -0
  219. package/dist/src/integrations/tink.d.ts +14 -0
  220. package/dist/src/integrations/tink.d.ts.map +1 -0
  221. package/dist/src/integrations/truelayer-client.d.ts +18 -0
  222. package/dist/src/integrations/truelayer-client.d.ts.map +1 -0
  223. package/dist/src/integrations/truelayer.d.ts +14 -0
  224. package/dist/src/integrations/truelayer.d.ts.map +1 -0
  225. package/dist/src/integrations/tuya-client.d.ts +20 -0
  226. package/dist/src/integrations/tuya-client.d.ts.map +1 -0
  227. package/dist/src/integrations/tuya.d.ts +14 -0
  228. package/dist/src/integrations/tuya.d.ts.map +1 -0
  229. package/dist/src/integrations/uber-client.d.ts +27 -0
  230. package/dist/src/integrations/uber-client.d.ts.map +1 -0
  231. package/dist/src/integrations/uber.d.ts +14 -0
  232. package/dist/src/integrations/uber.d.ts.map +1 -0
  233. package/dist/src/integrations/uber_eats-client.d.ts +26 -0
  234. package/dist/src/integrations/uber_eats-client.d.ts.map +1 -0
  235. package/dist/src/integrations/uber_eats.d.ts +14 -0
  236. package/dist/src/integrations/uber_eats.d.ts.map +1 -0
  237. package/dist/src/integrations/universe-client.d.ts +25 -0
  238. package/dist/src/integrations/universe-client.d.ts.map +1 -0
  239. package/dist/src/integrations/universe.d.ts +14 -0
  240. package/dist/src/integrations/universe.d.ts.map +1 -0
  241. package/dist/src/integrations/ups-client.d.ts +20 -0
  242. package/dist/src/integrations/ups-client.d.ts.map +1 -0
  243. package/dist/src/integrations/ups.d.ts +14 -0
  244. package/dist/src/integrations/ups.d.ts.map +1 -0
  245. package/dist/src/integrations/whoop-client.d.ts +30 -0
  246. package/dist/src/integrations/whoop-client.d.ts.map +1 -0
  247. package/dist/src/integrations/whoop.d.ts +14 -0
  248. package/dist/src/integrations/whoop.d.ts.map +1 -0
  249. package/dist/src/integrations/withings-client.d.ts +29 -0
  250. package/dist/src/integrations/withings-client.d.ts.map +1 -0
  251. package/dist/src/integrations/withings.d.ts +14 -0
  252. package/dist/src/integrations/withings.d.ts.map +1 -0
  253. package/dist/src/integrations/wordpress-client.d.ts +32 -0
  254. package/dist/src/integrations/wordpress-client.d.ts.map +1 -0
  255. package/dist/src/integrations/wordpress.d.ts +15 -0
  256. package/dist/src/integrations/wordpress.d.ts.map +1 -0
  257. package/dist/src/server.d.ts +60 -0
  258. package/dist/src/server.d.ts.map +1 -1
  259. package/package.json +1 -1
@@ -302,6 +302,246 @@ function integrationLibraryPresentationFields(integration) {
302
302
  var INTEGRATION_LIBRARY_METADATA;
303
303
  var init_library_metadata = __esm(() => {
304
304
  INTEGRATION_LIBRARY_METADATA = {
305
+ oura: {
306
+ description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
307
+ category: "Fitness"
308
+ },
309
+ whoop: {
310
+ description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
311
+ category: "Fitness"
312
+ },
313
+ garmin: {
314
+ description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
315
+ category: "Fitness"
316
+ },
317
+ fitbit: {
318
+ description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
319
+ category: "Fitness"
320
+ },
321
+ withings: {
322
+ description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
323
+ category: "Fitness"
324
+ },
325
+ mapmyfitness: {
326
+ description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
327
+ category: "Fitness"
328
+ },
329
+ miele: {
330
+ description: "Manage Miele list devices, get device, get actions, execute action, get programs",
331
+ category: "Lifestyle"
332
+ },
333
+ tesla: {
334
+ description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
335
+ category: "Lifestyle"
336
+ },
337
+ tuya: {
338
+ description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
339
+ category: "Lifestyle"
340
+ },
341
+ home_connect: {
342
+ description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
343
+ category: "Lifestyle"
344
+ },
345
+ netatmo: {
346
+ description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
347
+ category: "Lifestyle"
348
+ },
349
+ philips_hue: {
350
+ description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
351
+ category: "Lifestyle"
352
+ },
353
+ google_home: {
354
+ description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
355
+ category: "Lifestyle"
356
+ },
357
+ sonos: {
358
+ description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
359
+ category: "Lifestyle"
360
+ },
361
+ ring: {
362
+ description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
363
+ category: "Lifestyle"
364
+ },
365
+ kick: {
366
+ description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
367
+ category: "Entertainment"
368
+ },
369
+ deezer: {
370
+ description: "Manage Deezer get user, search, get album, get track, list playlists",
371
+ category: "Entertainment"
372
+ },
373
+ uber: {
374
+ description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
375
+ category: "Travel"
376
+ },
377
+ amadeus: {
378
+ description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
379
+ category: "Travel"
380
+ },
381
+ expedia: {
382
+ description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
383
+ category: "Travel"
384
+ },
385
+ eventbrite: {
386
+ description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
387
+ category: "Events & Ticketing"
388
+ },
389
+ meetup: {
390
+ description: "Manage Meetup get self, search groups, list events, get event, create event",
391
+ category: "Events & Ticketing"
392
+ },
393
+ universe: {
394
+ description: "Manage Universe get user, list events, get event, create event, list orders",
395
+ category: "Events & Ticketing"
396
+ },
397
+ etsy: {
398
+ description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
399
+ category: "Commerce"
400
+ },
401
+ amazon: {
402
+ description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
403
+ category: "Commerce"
404
+ },
405
+ bigcommerce: {
406
+ description: "Manage BigCommerce list products, get product, create product, list orders, get order",
407
+ category: "Commerce"
408
+ },
409
+ foursquare: {
410
+ description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
411
+ category: "Food"
412
+ },
413
+ uber_eats: {
414
+ description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
415
+ category: "Food"
416
+ },
417
+ wordpress: {
418
+ description: "Manage WordPress get site, list posts, get post, create post, update post",
419
+ category: "CMS"
420
+ },
421
+ contentful: {
422
+ description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
423
+ category: "CMS"
424
+ },
425
+ canvas_lms: {
426
+ description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
427
+ category: "Education"
428
+ },
429
+ google_classroom: {
430
+ description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
431
+ category: "Education"
432
+ },
433
+ microsoft_graph_education: {
434
+ description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
435
+ category: "Education"
436
+ },
437
+ lever: {
438
+ description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
439
+ category: "HR & Recruiting"
440
+ },
441
+ greenhouse: {
442
+ description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
443
+ category: "HR & Recruiting"
444
+ },
445
+ bamboohr: {
446
+ description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
447
+ category: "HR & Recruiting"
448
+ },
449
+ snowflake: {
450
+ description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
451
+ category: "Data & BI"
452
+ },
453
+ bigquery: {
454
+ description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
455
+ category: "Data & BI"
456
+ },
457
+ looker: {
458
+ description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
459
+ category: "Data & BI"
460
+ },
461
+ tableau: {
462
+ description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
463
+ category: "Data & BI"
464
+ },
465
+ dropbox_sign: {
466
+ description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
467
+ category: "Legal"
468
+ },
469
+ adobe_acrobat_sign: {
470
+ description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
471
+ category: "Legal"
472
+ },
473
+ pandadoc: {
474
+ description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
475
+ category: "Legal"
476
+ },
477
+ meta_ads: {
478
+ description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
479
+ category: "Marketing"
480
+ },
481
+ microsoft_ads: {
482
+ description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
483
+ category: "Marketing"
484
+ },
485
+ tiktok_business: {
486
+ description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
487
+ category: "Marketing"
488
+ },
489
+ amazon_ads: {
490
+ description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
491
+ category: "Marketing"
492
+ },
493
+ moneybird: {
494
+ description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
495
+ category: "Accounting"
496
+ },
497
+ exact_online: {
498
+ description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
499
+ category: "Accounting"
500
+ },
501
+ sage: {
502
+ description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
503
+ category: "Accounting"
504
+ },
505
+ freeagent: {
506
+ description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
507
+ category: "Accounting"
508
+ },
509
+ onelogin: {
510
+ description: "Manage OneLogin list users, get user, create user, list roles, list apps",
511
+ category: "Identity & Access"
512
+ },
513
+ microsoft_entra_id: {
514
+ description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
515
+ category: "Identity & Access"
516
+ },
517
+ dhl: {
518
+ description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
519
+ category: "Shipping & Logistics"
520
+ },
521
+ ups: {
522
+ description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
523
+ category: "Shipping & Logistics"
524
+ },
525
+ fedex: {
526
+ description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
527
+ category: "Shipping & Logistics"
528
+ },
529
+ plaid: {
530
+ description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
531
+ category: "Banking"
532
+ },
533
+ truelayer: {
534
+ description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
535
+ category: "Banking"
536
+ },
537
+ tink: {
538
+ description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
539
+ category: "Banking"
540
+ },
541
+ gocardless: {
542
+ description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
543
+ category: "Banking"
544
+ },
305
545
  google_ads: {
306
546
  description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
307
547
  category: "Marketing"
@@ -320,7 +560,7 @@ var init_library_metadata = __esm(() => {
320
560
  },
321
561
  ebay: {
322
562
  description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
323
- category: "Business"
563
+ category: "Commerce"
324
564
  },
325
565
  miro: {
326
566
  description: "Manage Miro boards, board items, comments, members, and collaborators",
@@ -332,7 +572,7 @@ var init_library_metadata = __esm(() => {
332
572
  },
333
573
  docusign: {
334
574
  description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
335
- category: "Business"
575
+ category: "Legal"
336
576
  },
337
577
  pipedrive: {
338
578
  description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
@@ -356,7 +596,7 @@ var init_library_metadata = __esm(() => {
356
596
  },
357
597
  zoho_books: {
358
598
  description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
359
- category: "Finance"
599
+ category: "Accounting"
360
600
  },
361
601
  zoho_projects: {
362
602
  description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
@@ -372,7 +612,7 @@ var init_library_metadata = __esm(() => {
372
612
  },
373
613
  zoho_invoice: {
374
614
  description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
375
- category: "Finance"
615
+ category: "Accounting"
376
616
  },
377
617
  airtable: {
378
618
  description: "Manage Airtable bases, tables, and records",
@@ -476,7 +716,7 @@ var init_library_metadata = __esm(() => {
476
716
  },
477
717
  okta: {
478
718
  description: "Manage Okta users, groups, applications, policies, and system logs",
479
- category: "Engineering"
719
+ category: "Identity & Access"
480
720
  },
481
721
  onedrive: {
482
722
  description: "Manage OneDrive files, folders, and sharing",
@@ -516,7 +756,7 @@ var init_library_metadata = __esm(() => {
516
756
  },
517
757
  quickbooks: {
518
758
  description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
519
- category: "Finance"
759
+ category: "Accounting"
520
760
  },
521
761
  resend: {
522
762
  description: "Send email and manage domains with the Resend API",
@@ -524,7 +764,7 @@ var init_library_metadata = __esm(() => {
524
764
  },
525
765
  mailchimp: {
526
766
  description: "Manage Mailchimp audiences, members, and campaigns",
527
- category: "Communication"
767
+ category: "Marketing"
528
768
  },
529
769
  railway: {
530
770
  description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
@@ -568,7 +808,7 @@ var init_library_metadata = __esm(() => {
568
808
  },
569
809
  strava: {
570
810
  description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
571
- category: "Lifestyle"
811
+ category: "Fitness"
572
812
  },
573
813
  square: {
574
814
  description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
@@ -684,7 +924,7 @@ var init_library_metadata = __esm(() => {
684
924
  },
685
925
  auth0: {
686
926
  description: "Manage Auth0 users, applications, and tenant configuration",
687
- category: "Infrastructure"
927
+ category: "Identity & Access"
688
928
  },
689
929
  betterstack: {
690
930
  description: "Monitor uptime, logs, and incident alerts with BetterStack",
@@ -748,7 +988,7 @@ var init_library_metadata = __esm(() => {
748
988
  },
749
989
  shopify: {
750
990
  description: "Manage Shopify products, orders, customers, and inventory",
751
- category: "Business"
991
+ category: "Commerce"
752
992
  },
753
993
  teams: {
754
994
  description: "Send messages and manage Microsoft Teams channels and meetings",
@@ -784,7 +1024,7 @@ var init_library_metadata = __esm(() => {
784
1024
  },
785
1025
  xero: {
786
1026
  description: "Manage Xero invoices, contacts, and accounting data",
787
- category: "Finance"
1027
+ category: "Accounting"
788
1028
  },
789
1029
  zapier: {
790
1030
  description: "Trigger and manage Zapier automation workflows",
@@ -302,6 +302,246 @@ function integrationLibraryPresentationFields(integration) {
302
302
  var INTEGRATION_LIBRARY_METADATA;
303
303
  var init_library_metadata = __esm(() => {
304
304
  INTEGRATION_LIBRARY_METADATA = {
305
+ oura: {
306
+ description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
307
+ category: "Fitness"
308
+ },
309
+ whoop: {
310
+ description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
311
+ category: "Fitness"
312
+ },
313
+ garmin: {
314
+ description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
315
+ category: "Fitness"
316
+ },
317
+ fitbit: {
318
+ description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
319
+ category: "Fitness"
320
+ },
321
+ withings: {
322
+ description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
323
+ category: "Fitness"
324
+ },
325
+ mapmyfitness: {
326
+ description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
327
+ category: "Fitness"
328
+ },
329
+ miele: {
330
+ description: "Manage Miele list devices, get device, get actions, execute action, get programs",
331
+ category: "Lifestyle"
332
+ },
333
+ tesla: {
334
+ description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
335
+ category: "Lifestyle"
336
+ },
337
+ tuya: {
338
+ description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
339
+ category: "Lifestyle"
340
+ },
341
+ home_connect: {
342
+ description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
343
+ category: "Lifestyle"
344
+ },
345
+ netatmo: {
346
+ description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
347
+ category: "Lifestyle"
348
+ },
349
+ philips_hue: {
350
+ description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
351
+ category: "Lifestyle"
352
+ },
353
+ google_home: {
354
+ description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
355
+ category: "Lifestyle"
356
+ },
357
+ sonos: {
358
+ description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
359
+ category: "Lifestyle"
360
+ },
361
+ ring: {
362
+ description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
363
+ category: "Lifestyle"
364
+ },
365
+ kick: {
366
+ description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
367
+ category: "Entertainment"
368
+ },
369
+ deezer: {
370
+ description: "Manage Deezer get user, search, get album, get track, list playlists",
371
+ category: "Entertainment"
372
+ },
373
+ uber: {
374
+ description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
375
+ category: "Travel"
376
+ },
377
+ amadeus: {
378
+ description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
379
+ category: "Travel"
380
+ },
381
+ expedia: {
382
+ description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
383
+ category: "Travel"
384
+ },
385
+ eventbrite: {
386
+ description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
387
+ category: "Events & Ticketing"
388
+ },
389
+ meetup: {
390
+ description: "Manage Meetup get self, search groups, list events, get event, create event",
391
+ category: "Events & Ticketing"
392
+ },
393
+ universe: {
394
+ description: "Manage Universe get user, list events, get event, create event, list orders",
395
+ category: "Events & Ticketing"
396
+ },
397
+ etsy: {
398
+ description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
399
+ category: "Commerce"
400
+ },
401
+ amazon: {
402
+ description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
403
+ category: "Commerce"
404
+ },
405
+ bigcommerce: {
406
+ description: "Manage BigCommerce list products, get product, create product, list orders, get order",
407
+ category: "Commerce"
408
+ },
409
+ foursquare: {
410
+ description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
411
+ category: "Food"
412
+ },
413
+ uber_eats: {
414
+ description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
415
+ category: "Food"
416
+ },
417
+ wordpress: {
418
+ description: "Manage WordPress get site, list posts, get post, create post, update post",
419
+ category: "CMS"
420
+ },
421
+ contentful: {
422
+ description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
423
+ category: "CMS"
424
+ },
425
+ canvas_lms: {
426
+ description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
427
+ category: "Education"
428
+ },
429
+ google_classroom: {
430
+ description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
431
+ category: "Education"
432
+ },
433
+ microsoft_graph_education: {
434
+ description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
435
+ category: "Education"
436
+ },
437
+ lever: {
438
+ description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
439
+ category: "HR & Recruiting"
440
+ },
441
+ greenhouse: {
442
+ description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
443
+ category: "HR & Recruiting"
444
+ },
445
+ bamboohr: {
446
+ description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
447
+ category: "HR & Recruiting"
448
+ },
449
+ snowflake: {
450
+ description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
451
+ category: "Data & BI"
452
+ },
453
+ bigquery: {
454
+ description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
455
+ category: "Data & BI"
456
+ },
457
+ looker: {
458
+ description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
459
+ category: "Data & BI"
460
+ },
461
+ tableau: {
462
+ description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
463
+ category: "Data & BI"
464
+ },
465
+ dropbox_sign: {
466
+ description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
467
+ category: "Legal"
468
+ },
469
+ adobe_acrobat_sign: {
470
+ description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
471
+ category: "Legal"
472
+ },
473
+ pandadoc: {
474
+ description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
475
+ category: "Legal"
476
+ },
477
+ meta_ads: {
478
+ description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
479
+ category: "Marketing"
480
+ },
481
+ microsoft_ads: {
482
+ description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
483
+ category: "Marketing"
484
+ },
485
+ tiktok_business: {
486
+ description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
487
+ category: "Marketing"
488
+ },
489
+ amazon_ads: {
490
+ description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
491
+ category: "Marketing"
492
+ },
493
+ moneybird: {
494
+ description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
495
+ category: "Accounting"
496
+ },
497
+ exact_online: {
498
+ description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
499
+ category: "Accounting"
500
+ },
501
+ sage: {
502
+ description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
503
+ category: "Accounting"
504
+ },
505
+ freeagent: {
506
+ description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
507
+ category: "Accounting"
508
+ },
509
+ onelogin: {
510
+ description: "Manage OneLogin list users, get user, create user, list roles, list apps",
511
+ category: "Identity & Access"
512
+ },
513
+ microsoft_entra_id: {
514
+ description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
515
+ category: "Identity & Access"
516
+ },
517
+ dhl: {
518
+ description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
519
+ category: "Shipping & Logistics"
520
+ },
521
+ ups: {
522
+ description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
523
+ category: "Shipping & Logistics"
524
+ },
525
+ fedex: {
526
+ description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
527
+ category: "Shipping & Logistics"
528
+ },
529
+ plaid: {
530
+ description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
531
+ category: "Banking"
532
+ },
533
+ truelayer: {
534
+ description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
535
+ category: "Banking"
536
+ },
537
+ tink: {
538
+ description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
539
+ category: "Banking"
540
+ },
541
+ gocardless: {
542
+ description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
543
+ category: "Banking"
544
+ },
305
545
  google_ads: {
306
546
  description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
307
547
  category: "Marketing"
@@ -320,7 +560,7 @@ var init_library_metadata = __esm(() => {
320
560
  },
321
561
  ebay: {
322
562
  description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
323
- category: "Business"
563
+ category: "Commerce"
324
564
  },
325
565
  miro: {
326
566
  description: "Manage Miro boards, board items, comments, members, and collaborators",
@@ -332,7 +572,7 @@ var init_library_metadata = __esm(() => {
332
572
  },
333
573
  docusign: {
334
574
  description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
335
- category: "Business"
575
+ category: "Legal"
336
576
  },
337
577
  pipedrive: {
338
578
  description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
@@ -356,7 +596,7 @@ var init_library_metadata = __esm(() => {
356
596
  },
357
597
  zoho_books: {
358
598
  description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
359
- category: "Finance"
599
+ category: "Accounting"
360
600
  },
361
601
  zoho_projects: {
362
602
  description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
@@ -372,7 +612,7 @@ var init_library_metadata = __esm(() => {
372
612
  },
373
613
  zoho_invoice: {
374
614
  description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
375
- category: "Finance"
615
+ category: "Accounting"
376
616
  },
377
617
  airtable: {
378
618
  description: "Manage Airtable bases, tables, and records",
@@ -476,7 +716,7 @@ var init_library_metadata = __esm(() => {
476
716
  },
477
717
  okta: {
478
718
  description: "Manage Okta users, groups, applications, policies, and system logs",
479
- category: "Engineering"
719
+ category: "Identity & Access"
480
720
  },
481
721
  onedrive: {
482
722
  description: "Manage OneDrive files, folders, and sharing",
@@ -516,7 +756,7 @@ var init_library_metadata = __esm(() => {
516
756
  },
517
757
  quickbooks: {
518
758
  description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
519
- category: "Finance"
759
+ category: "Accounting"
520
760
  },
521
761
  resend: {
522
762
  description: "Send email and manage domains with the Resend API",
@@ -524,7 +764,7 @@ var init_library_metadata = __esm(() => {
524
764
  },
525
765
  mailchimp: {
526
766
  description: "Manage Mailchimp audiences, members, and campaigns",
527
- category: "Communication"
767
+ category: "Marketing"
528
768
  },
529
769
  railway: {
530
770
  description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
@@ -568,7 +808,7 @@ var init_library_metadata = __esm(() => {
568
808
  },
569
809
  strava: {
570
810
  description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
571
- category: "Lifestyle"
811
+ category: "Fitness"
572
812
  },
573
813
  square: {
574
814
  description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
@@ -684,7 +924,7 @@ var init_library_metadata = __esm(() => {
684
924
  },
685
925
  auth0: {
686
926
  description: "Manage Auth0 users, applications, and tenant configuration",
687
- category: "Infrastructure"
927
+ category: "Identity & Access"
688
928
  },
689
929
  betterstack: {
690
930
  description: "Monitor uptime, logs, and incident alerts with BetterStack",
@@ -748,7 +988,7 @@ var init_library_metadata = __esm(() => {
748
988
  },
749
989
  shopify: {
750
990
  description: "Manage Shopify products, orders, customers, and inventory",
751
- category: "Business"
991
+ category: "Commerce"
752
992
  },
753
993
  teams: {
754
994
  description: "Send messages and manage Microsoft Teams channels and meetings",
@@ -784,7 +1024,7 @@ var init_library_metadata = __esm(() => {
784
1024
  },
785
1025
  xero: {
786
1026
  description: "Manage Xero invoices, contacts, and accounting data",
787
- category: "Finance"
1027
+ category: "Accounting"
788
1028
  },
789
1029
  zapier: {
790
1030
  description: "Trigger and manage Zapier automation workflows",