integrate-sdk 0.9.53-dev.1 → 0.9.54-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 +80 -4
- package/dist/adapters/base-handler.js +80 -4
- package/dist/adapters/index.js +139 -5
- package/dist/adapters/nextjs.js +80 -4
- package/dist/adapters/solid-start.js +139 -5
- package/dist/adapters/svelte-kit.js +139 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +854 -11
- package/dist/integrations.js +835 -11
- package/dist/oauth.js +80 -4
- package/dist/server.js +876 -34
- package/dist/src/client.d.ts +38 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +38 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/azure_devops-client.d.ts +30 -0
- package/dist/src/integrations/azure_devops-client.d.ts.map +1 -0
- package/dist/src/integrations/azure_devops.d.ts +14 -0
- package/dist/src/integrations/azure_devops.d.ts.map +1 -0
- package/dist/src/integrations/calcom.d.ts.map +1 -1
- package/dist/src/integrations/calendly-client.d.ts +36 -0
- package/dist/src/integrations/calendly-client.d.ts.map +1 -0
- package/dist/src/integrations/calendly.d.ts +14 -0
- package/dist/src/integrations/calendly.d.ts.map +1 -0
- package/dist/src/integrations/firebase-client.d.ts +24 -0
- package/dist/src/integrations/firebase-client.d.ts.map +1 -0
- package/dist/src/integrations/firebase.d.ts +14 -0
- package/dist/src/integrations/firebase.d.ts.map +1 -0
- package/dist/src/integrations/google_forms-client.d.ts +24 -0
- package/dist/src/integrations/google_forms-client.d.ts.map +1 -0
- package/dist/src/integrations/google_forms.d.ts +14 -0
- package/dist/src/integrations/google_forms.d.ts.map +1 -0
- package/dist/src/integrations/google_play_console-client.d.ts +30 -0
- package/dist/src/integrations/google_play_console-client.d.ts.map +1 -0
- package/dist/src/integrations/google_play_console.d.ts +14 -0
- package/dist/src/integrations/google_play_console.d.ts.map +1 -0
- package/dist/src/integrations/klaviyo-client.d.ts +31 -0
- package/dist/src/integrations/klaviyo-client.d.ts.map +1 -0
- package/dist/src/integrations/klaviyo.d.ts +15 -0
- package/dist/src/integrations/klaviyo.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/microsoft_bookings-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_bookings-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_bookings.d.ts +14 -0
- package/dist/src/integrations/microsoft_bookings.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_to_do-client.d.ts +33 -0
- package/dist/src/integrations/microsoft_to_do-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_to_do.d.ts +14 -0
- package/dist/src/integrations/microsoft_to_do.d.ts.map +1 -0
- package/dist/src/integrations/onenote-client.d.ts +28 -0
- package/dist/src/integrations/onenote-client.d.ts.map +1 -0
- package/dist/src/integrations/onenote.d.ts +14 -0
- package/dist/src/integrations/onenote.d.ts.map +1 -0
- package/dist/src/integrations/squarespace-client.d.ts +27 -0
- package/dist/src/integrations/squarespace-client.d.ts.map +1 -0
- package/dist/src/integrations/squarespace.d.ts +14 -0
- package/dist/src/integrations/squarespace.d.ts.map +1 -0
- package/dist/src/integrations/zoho_billing-client.d.ts +29 -0
- package/dist/src/integrations/zoho_billing-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_billing.d.ts +15 -0
- package/dist/src/integrations/zoho_billing.d.ts.map +1 -0
- package/dist/src/integrations/zoho_creator-client.d.ts +35 -0
- package/dist/src/integrations/zoho_creator-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_creator.d.ts +15 -0
- package/dist/src/integrations/zoho_creator.d.ts.map +1 -0
- package/dist/src/integrations/zoho_inventory-client.d.ts +29 -0
- package/dist/src/integrations/zoho_inventory-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_inventory.d.ts +15 -0
- package/dist/src/integrations/zoho_inventory.d.ts.map +1 -0
- package/dist/src/integrations/zoho_people-client.d.ts +26 -0
- package/dist/src/integrations/zoho_people-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_people.d.ts +15 -0
- package/dist/src/integrations/zoho_people.d.ts.map +1 -0
- package/dist/src/integrations/zoho_recruit-client.d.ts +23 -0
- package/dist/src/integrations/zoho_recruit-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_recruit.d.ts +15 -0
- package/dist/src/integrations/zoho_recruit.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sign-client.d.ts +26 -0
- package/dist/src/integrations/zoho_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sign.d.ts +15 -0
- package/dist/src/integrations/zoho_sign.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sprints-client.d.ts +25 -0
- package/dist/src/integrations/zoho_sprints-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_sprints.d.ts +15 -0
- package/dist/src/integrations/zoho_sprints.d.ts.map +1 -0
- package/dist/src/integrations/zoho_workdrive-client.d.ts +23 -0
- package/dist/src/integrations/zoho_workdrive-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_workdrive.d.ts +15 -0
- package/dist/src/integrations/zoho_workdrive.d.ts.map +1 -0
- package/dist/src/integrations/zoho_writer-client.d.ts +26 -0
- package/dist/src/integrations/zoho_writer-client.d.ts.map +1 -0
- package/dist/src/integrations/zoho_writer.d.ts +15 -0
- package/dist/src/integrations/zoho_writer.d.ts.map +1 -0
- package/dist/src/server.d.ts +19 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +39 -0
- package/package.json +1 -1
package/dist/oauth.js
CHANGED
|
@@ -159,11 +159,87 @@ var init_library_metadata = __esm(() => {
|
|
|
159
159
|
},
|
|
160
160
|
wordpress: {
|
|
161
161
|
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
162
|
-
category: "CMS"
|
|
162
|
+
category: "Websites & CMS"
|
|
163
163
|
},
|
|
164
164
|
contentful: {
|
|
165
165
|
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
166
|
-
category: "CMS"
|
|
166
|
+
category: "Websites & CMS"
|
|
167
|
+
},
|
|
168
|
+
calendly: {
|
|
169
|
+
description: "Manage Calendly user profiles, event types, scheduled events, invitees, and availability schedules",
|
|
170
|
+
category: "Scheduling"
|
|
171
|
+
},
|
|
172
|
+
klaviyo: {
|
|
173
|
+
description: "Manage Klaviyo accounts, profiles, lists, segments, campaigns, and metrics",
|
|
174
|
+
category: "Marketing"
|
|
175
|
+
},
|
|
176
|
+
google_forms: {
|
|
177
|
+
description: "Manage Google Forms forms, structure updates, and responses",
|
|
178
|
+
category: "Productivity"
|
|
179
|
+
},
|
|
180
|
+
firebase: {
|
|
181
|
+
description: "Manage Firebase projects and registered apps across web, Android, and Apple platforms",
|
|
182
|
+
category: "Infrastructure"
|
|
183
|
+
},
|
|
184
|
+
microsoft_to_do: {
|
|
185
|
+
description: "Manage Microsoft To Do task lists and tasks through Microsoft Graph",
|
|
186
|
+
category: "Productivity"
|
|
187
|
+
},
|
|
188
|
+
onenote: {
|
|
189
|
+
description: "Manage OneNote notebooks, sections, pages, and section creation through Microsoft Graph",
|
|
190
|
+
category: "Productivity"
|
|
191
|
+
},
|
|
192
|
+
microsoft_bookings: {
|
|
193
|
+
description: "Manage Microsoft Bookings businesses, services, staff members, and appointments",
|
|
194
|
+
category: "Scheduling"
|
|
195
|
+
},
|
|
196
|
+
azure_devops: {
|
|
197
|
+
description: "Manage Azure DevOps projects, repositories, pull requests, builds, and work items",
|
|
198
|
+
category: "Engineering"
|
|
199
|
+
},
|
|
200
|
+
google_play_console: {
|
|
201
|
+
description: "Manage Google Play edits, tracks, and in-app products through the Android Publisher API",
|
|
202
|
+
category: "Engineering"
|
|
203
|
+
},
|
|
204
|
+
squarespace: {
|
|
205
|
+
description: "Manage Squarespace commerce orders, products, inventory, and profiles",
|
|
206
|
+
category: "Websites & CMS"
|
|
207
|
+
},
|
|
208
|
+
zoho_people: {
|
|
209
|
+
description: "Manage Zoho People forms, employees, attendance, leave requests, and time tracking",
|
|
210
|
+
category: "HR & Recruiting"
|
|
211
|
+
},
|
|
212
|
+
zoho_recruit: {
|
|
213
|
+
description: "Manage Zoho Recruit candidates, job openings, interviews, and custom modules",
|
|
214
|
+
category: "HR & Recruiting"
|
|
215
|
+
},
|
|
216
|
+
zoho_sign: {
|
|
217
|
+
description: "Manage Zoho Sign requests, templates, contacts, and signature workflows",
|
|
218
|
+
category: "Legal"
|
|
219
|
+
},
|
|
220
|
+
zoho_workdrive: {
|
|
221
|
+
description: "Manage Zoho WorkDrive team folders, files, folders, and collaborators",
|
|
222
|
+
category: "Storage"
|
|
223
|
+
},
|
|
224
|
+
zoho_creator: {
|
|
225
|
+
description: "Manage Zoho Creator applications, forms, reports, and app records",
|
|
226
|
+
category: "Business"
|
|
227
|
+
},
|
|
228
|
+
zoho_inventory: {
|
|
229
|
+
description: "Manage Zoho Inventory organizations, contacts, items, sales orders, packages, and shipments",
|
|
230
|
+
category: "Commerce"
|
|
231
|
+
},
|
|
232
|
+
zoho_billing: {
|
|
233
|
+
description: "Manage Zoho Billing organizations, customers, items, subscriptions, and invoices",
|
|
234
|
+
category: "Accounting"
|
|
235
|
+
},
|
|
236
|
+
zoho_writer: {
|
|
237
|
+
description: "Manage Zoho Writer documents, templates, merges, and exports",
|
|
238
|
+
category: "Productivity"
|
|
239
|
+
},
|
|
240
|
+
zoho_sprints: {
|
|
241
|
+
description: "Manage Zoho Sprints portals, projects, sprints, epics, and work items",
|
|
242
|
+
category: "Engineering"
|
|
167
243
|
},
|
|
168
244
|
canvas_lms: {
|
|
169
245
|
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
@@ -379,7 +455,7 @@ var init_library_metadata = __esm(() => {
|
|
|
379
455
|
},
|
|
380
456
|
calcom: {
|
|
381
457
|
description: "Manage Cal.com bookings and schedules",
|
|
382
|
-
category: "
|
|
458
|
+
category: "Scheduling"
|
|
383
459
|
},
|
|
384
460
|
canva: {
|
|
385
461
|
description: "List and create Canva designs, manage folders, and export assets",
|
|
@@ -759,7 +835,7 @@ var init_library_metadata = __esm(() => {
|
|
|
759
835
|
},
|
|
760
836
|
webflow: {
|
|
761
837
|
description: "Manage Webflow sites, collections, and CMS content",
|
|
762
|
-
category: "
|
|
838
|
+
category: "Websites & CMS"
|
|
763
839
|
},
|
|
764
840
|
workday: {
|
|
765
841
|
description: "Read Workday HR data including workers, organizations, and pay",
|