integrate-sdk 0.9.47-dev.0 → 0.9.48-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.
Files changed (72) hide show
  1. package/dist/adapters/auto-routes.js +52 -0
  2. package/dist/adapters/base-handler.js +52 -0
  3. package/dist/adapters/index.js +169 -78
  4. package/dist/adapters/nextjs.js +52 -0
  5. package/dist/adapters/solid-start.js +169 -78
  6. package/dist/adapters/svelte-kit.js +169 -78
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +1037 -241
  10. package/dist/oauth.js +52 -0
  11. package/dist/server.js +1058 -261
  12. package/dist/src/client.d.ts +14 -1
  13. package/dist/src/client.d.ts.map +1 -1
  14. package/dist/src/index.d.ts +26 -0
  15. package/dist/src/index.d.ts.map +1 -1
  16. package/dist/src/integrations/asana-client.d.ts +74 -0
  17. package/dist/src/integrations/asana-client.d.ts.map +1 -0
  18. package/dist/src/integrations/asana.d.ts +12 -0
  19. package/dist/src/integrations/asana.d.ts.map +1 -0
  20. package/dist/src/integrations/bitbucket-client.d.ts +94 -0
  21. package/dist/src/integrations/bitbucket-client.d.ts.map +1 -0
  22. package/dist/src/integrations/bitbucket.d.ts +14 -0
  23. package/dist/src/integrations/bitbucket.d.ts.map +1 -0
  24. package/dist/src/integrations/box-client.d.ts +83 -0
  25. package/dist/src/integrations/box-client.d.ts.map +1 -0
  26. package/dist/src/integrations/box.d.ts +22 -0
  27. package/dist/src/integrations/box.d.ts.map +1 -0
  28. package/dist/src/integrations/confluence-client.d.ts +69 -0
  29. package/dist/src/integrations/confluence-client.d.ts.map +1 -0
  30. package/dist/src/integrations/confluence.d.ts +14 -0
  31. package/dist/src/integrations/confluence.d.ts.map +1 -0
  32. package/dist/src/integrations/gkeep-client.d.ts +38 -0
  33. package/dist/src/integrations/gkeep-client.d.ts.map +1 -0
  34. package/dist/src/integrations/gkeep.d.ts +22 -0
  35. package/dist/src/integrations/gkeep.d.ts.map +1 -0
  36. package/dist/src/integrations/library-metadata.d.ts.map +1 -1
  37. package/dist/src/integrations/okta-client.d.ts +75 -0
  38. package/dist/src/integrations/okta-client.d.ts.map +1 -0
  39. package/dist/src/integrations/okta.d.ts +16 -0
  40. package/dist/src/integrations/okta.d.ts.map +1 -0
  41. package/dist/src/integrations/paypal-client.d.ts +64 -0
  42. package/dist/src/integrations/paypal-client.d.ts.map +1 -0
  43. package/dist/src/integrations/paypal.d.ts +11 -0
  44. package/dist/src/integrations/paypal.d.ts.map +1 -0
  45. package/dist/src/integrations/quickbooks-client.d.ts +91 -0
  46. package/dist/src/integrations/quickbooks-client.d.ts.map +1 -0
  47. package/dist/src/integrations/quickbooks.d.ts +14 -0
  48. package/dist/src/integrations/quickbooks.d.ts.map +1 -0
  49. package/dist/src/integrations/smartthings-client.d.ts +57 -0
  50. package/dist/src/integrations/smartthings-client.d.ts.map +1 -0
  51. package/dist/src/integrations/smartthings.d.ts +15 -0
  52. package/dist/src/integrations/smartthings.d.ts.map +1 -0
  53. package/dist/src/integrations/spotify-client.d.ts +62 -0
  54. package/dist/src/integrations/spotify-client.d.ts.map +1 -0
  55. package/dist/src/integrations/spotify.d.ts +14 -0
  56. package/dist/src/integrations/spotify.d.ts.map +1 -0
  57. package/dist/src/integrations/square-client.d.ts +79 -0
  58. package/dist/src/integrations/square-client.d.ts.map +1 -0
  59. package/dist/src/integrations/square.d.ts +15 -0
  60. package/dist/src/integrations/square.d.ts.map +1 -0
  61. package/dist/src/integrations/strava-client.d.ts +117 -0
  62. package/dist/src/integrations/strava-client.d.ts.map +1 -0
  63. package/dist/src/integrations/strava.d.ts +14 -0
  64. package/dist/src/integrations/strava.d.ts.map +1 -0
  65. package/dist/src/integrations/telegram-client.d.ts +46 -0
  66. package/dist/src/integrations/telegram-client.d.ts.map +1 -0
  67. package/dist/src/integrations/telegram.d.ts +19 -0
  68. package/dist/src/integrations/telegram.d.ts.map +1 -0
  69. package/dist/src/server.d.ts +13 -0
  70. package/dist/src/server.d.ts.map +1 -1
  71. package/index.ts +24 -0
  72. package/package.json +1 -1
package/dist/oauth.js CHANGED
@@ -57,6 +57,14 @@ var init_library_metadata = __esm(() => {
57
57
  description: "Manage Attio people, companies, tasks, and CRM records",
58
58
  category: "Business"
59
59
  },
60
+ asana: {
61
+ description: "Manage Asana workspaces, projects, tasks, stories, users, and teams",
62
+ category: "Productivity"
63
+ },
64
+ bitbucket: {
65
+ description: "Manage Bitbucket Cloud repositories, pull requests, issues, and pipelines",
66
+ category: "Engineering"
67
+ },
60
68
  calcom: {
61
69
  description: "Manage Cal.com bookings and schedules",
62
70
  category: "Business"
@@ -69,6 +77,10 @@ var init_library_metadata = __esm(() => {
69
77
  description: "Manage Cloudflare zones, DNS, CDN cache, and Workers",
70
78
  category: "Infrastructure"
71
79
  },
80
+ confluence: {
81
+ description: "Manage Confluence spaces, pages, search, comments, and attachments",
82
+ category: "Productivity"
83
+ },
72
84
  cursor: {
73
85
  description: "Manage Cursor Cloud Agents and background tasks",
74
86
  category: "Engineering"
@@ -101,6 +113,10 @@ var init_library_metadata = __esm(() => {
101
113
  description: "Manage Google Tasks lists and to-dos",
102
114
  category: "Productivity"
103
115
  },
116
+ gkeep: {
117
+ description: "Manage Google Keep notes, attachments, and sharing permissions",
118
+ category: "Productivity"
119
+ },
104
120
  gmeet: {
105
121
  description: "Create Google Meet links and manage meeting events via Calendar",
106
122
  category: "Communication"
@@ -129,6 +145,10 @@ var init_library_metadata = __esm(() => {
129
145
  description: "Manage Notion pages and databases",
130
146
  category: "Productivity"
131
147
  },
148
+ okta: {
149
+ description: "Manage Okta users, groups, applications, policies, and system logs",
150
+ category: "Engineering"
151
+ },
132
152
  onedrive: {
133
153
  description: "Manage OneDrive files, folders, and sharing",
134
154
  category: "Storage"
@@ -145,6 +165,10 @@ var init_library_metadata = __esm(() => {
145
165
  description: "Manage Polar products, orders, and subscriptions",
146
166
  category: "Finance"
147
167
  },
168
+ paypal: {
169
+ description: "Manage PayPal orders, captures, refunds, invoices, products, plans, and subscriptions",
170
+ category: "Finance"
171
+ },
148
172
  phantom: {
149
173
  description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
150
174
  category: "Other"
@@ -161,6 +185,10 @@ var init_library_metadata = __esm(() => {
161
185
  description: "Manage Ramp corporate cards, bills, and spend",
162
186
  category: "Business"
163
187
  },
188
+ quickbooks: {
189
+ description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
190
+ category: "Finance"
191
+ },
164
192
  resend: {
165
193
  description: "Send email and manage domains with the Resend API",
166
194
  category: "Communication"
@@ -201,6 +229,26 @@ var init_library_metadata = __esm(() => {
201
229
  description: "Send and manage Slack messages and channels",
202
230
  category: "Communication"
203
231
  },
232
+ smartthings: {
233
+ description: "Manage SmartThings locations, rooms, devices, scenes, and rules",
234
+ category: "Other"
235
+ },
236
+ spotify: {
237
+ description: "Search Spotify, manage playlists and saved tracks, and control playback",
238
+ category: "Other"
239
+ },
240
+ strava: {
241
+ description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
242
+ category: "Other"
243
+ },
244
+ square: {
245
+ description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
246
+ category: "Finance"
247
+ },
248
+ telegram: {
249
+ description: "Use Telegram as an actual user account via MTProto sessions",
250
+ category: "Communication"
251
+ },
204
252
  stripe: {
205
253
  description: "Manage Stripe customers, payments, and subscriptions",
206
254
  category: "Finance"
@@ -265,6 +313,10 @@ var init_library_metadata = __esm(() => {
265
313
  description: "Manage Dropbox files, folders, and sharing",
266
314
  category: "Storage"
267
315
  },
316
+ box: {
317
+ description: "Manage Box files, folders, sharing, comments, search, and collaborations",
318
+ category: "Storage"
319
+ },
268
320
  paper: {
269
321
  description: "Create, update, and export Dropbox Paper documents",
270
322
  category: "Productivity"