integrate-sdk 0.9.48-dev.0 → 0.9.49-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auto-routes.js +40 -0
- package/dist/adapters/base-handler.js +40 -0
- package/dist/adapters/index.js +149 -79
- package/dist/adapters/nextjs.js +40 -0
- package/dist/adapters/solid-start.js +149 -79
- package/dist/adapters/svelte-kit.js +149 -79
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +883 -244
- package/dist/oauth.js +40 -0
- package/dist/server.js +903 -264
- package/dist/src/client.d.ts +11 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +20 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/asana-client.d.ts +74 -0
- package/dist/src/integrations/asana-client.d.ts.map +1 -0
- package/dist/src/integrations/asana.d.ts +12 -0
- package/dist/src/integrations/asana.d.ts.map +1 -0
- package/dist/src/integrations/bitbucket-client.d.ts +94 -0
- package/dist/src/integrations/bitbucket-client.d.ts.map +1 -0
- package/dist/src/integrations/bitbucket.d.ts +14 -0
- package/dist/src/integrations/bitbucket.d.ts.map +1 -0
- package/dist/src/integrations/confluence-client.d.ts +69 -0
- package/dist/src/integrations/confluence-client.d.ts.map +1 -0
- package/dist/src/integrations/confluence.d.ts +14 -0
- package/dist/src/integrations/confluence.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/okta-client.d.ts +75 -0
- package/dist/src/integrations/okta-client.d.ts.map +1 -0
- package/dist/src/integrations/okta.d.ts +16 -0
- package/dist/src/integrations/okta.d.ts.map +1 -0
- package/dist/src/integrations/paypal-client.d.ts +64 -0
- package/dist/src/integrations/paypal-client.d.ts.map +1 -0
- package/dist/src/integrations/paypal.d.ts +11 -0
- package/dist/src/integrations/paypal.d.ts.map +1 -0
- package/dist/src/integrations/quickbooks-client.d.ts +91 -0
- package/dist/src/integrations/quickbooks-client.d.ts.map +1 -0
- package/dist/src/integrations/quickbooks.d.ts +14 -0
- package/dist/src/integrations/quickbooks.d.ts.map +1 -0
- package/dist/src/integrations/smartthings-client.d.ts +57 -0
- package/dist/src/integrations/smartthings-client.d.ts.map +1 -0
- package/dist/src/integrations/smartthings.d.ts +15 -0
- package/dist/src/integrations/smartthings.d.ts.map +1 -0
- package/dist/src/integrations/spotify-client.d.ts +62 -0
- package/dist/src/integrations/spotify-client.d.ts.map +1 -0
- package/dist/src/integrations/spotify.d.ts +14 -0
- package/dist/src/integrations/spotify.d.ts.map +1 -0
- package/dist/src/integrations/square-client.d.ts +79 -0
- package/dist/src/integrations/square-client.d.ts.map +1 -0
- package/dist/src/integrations/square.d.ts +15 -0
- package/dist/src/integrations/square.d.ts.map +1 -0
- package/dist/src/integrations/strava-client.d.ts +117 -0
- package/dist/src/integrations/strava-client.d.ts.map +1 -0
- package/dist/src/integrations/strava.d.ts +14 -0
- package/dist/src/integrations/strava.d.ts.map +1 -0
- package/dist/src/server.d.ts +10 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +20 -0
- 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"
|
|
@@ -133,6 +145,10 @@ var init_library_metadata = __esm(() => {
|
|
|
133
145
|
description: "Manage Notion pages and databases",
|
|
134
146
|
category: "Productivity"
|
|
135
147
|
},
|
|
148
|
+
okta: {
|
|
149
|
+
description: "Manage Okta users, groups, applications, policies, and system logs",
|
|
150
|
+
category: "Engineering"
|
|
151
|
+
},
|
|
136
152
|
onedrive: {
|
|
137
153
|
description: "Manage OneDrive files, folders, and sharing",
|
|
138
154
|
category: "Storage"
|
|
@@ -149,6 +165,10 @@ var init_library_metadata = __esm(() => {
|
|
|
149
165
|
description: "Manage Polar products, orders, and subscriptions",
|
|
150
166
|
category: "Finance"
|
|
151
167
|
},
|
|
168
|
+
paypal: {
|
|
169
|
+
description: "Manage PayPal orders, captures, refunds, invoices, products, plans, and subscriptions",
|
|
170
|
+
category: "Finance"
|
|
171
|
+
},
|
|
152
172
|
phantom: {
|
|
153
173
|
description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
|
|
154
174
|
category: "Other"
|
|
@@ -165,6 +185,10 @@ var init_library_metadata = __esm(() => {
|
|
|
165
185
|
description: "Manage Ramp corporate cards, bills, and spend",
|
|
166
186
|
category: "Business"
|
|
167
187
|
},
|
|
188
|
+
quickbooks: {
|
|
189
|
+
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
190
|
+
category: "Finance"
|
|
191
|
+
},
|
|
168
192
|
resend: {
|
|
169
193
|
description: "Send email and manage domains with the Resend API",
|
|
170
194
|
category: "Communication"
|
|
@@ -205,6 +229,22 @@ var init_library_metadata = __esm(() => {
|
|
|
205
229
|
description: "Send and manage Slack messages and channels",
|
|
206
230
|
category: "Communication"
|
|
207
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
|
+
},
|
|
208
248
|
telegram: {
|
|
209
249
|
description: "Use Telegram as an actual user account via MTProto sessions",
|
|
210
250
|
category: "Communication"
|