integrate-sdk 0.9.53-dev.0 → 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 +90 -14
- package/dist/adapters/base-handler.js +90 -14
- package/dist/adapters/index.js +152 -18
- package/dist/adapters/nextjs.js +90 -14
- package/dist/adapters/solid-start.js +152 -18
- package/dist/adapters/svelte-kit.js +152 -18
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +888 -43
- package/dist/integrations.js +869 -43
- package/dist/oauth.js +90 -14
- package/dist/server.js +910 -66
- 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/ramp.d.ts.map +1 -1
- 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
|
@@ -94,7 +94,7 @@ var init_library_metadata = __esm(() => {
|
|
|
94
94
|
category: "Lifestyle"
|
|
95
95
|
},
|
|
96
96
|
google_home: {
|
|
97
|
-
description: "Manage Google Home
|
|
97
|
+
description: "Manage Google Home devices, structures, rooms, and device commands",
|
|
98
98
|
category: "Lifestyle"
|
|
99
99
|
},
|
|
100
100
|
sonos: {
|
|
@@ -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",
|
|
@@ -242,7 +318,7 @@ var init_library_metadata = __esm(() => {
|
|
|
242
318
|
category: "Accounting"
|
|
243
319
|
},
|
|
244
320
|
sage: {
|
|
245
|
-
description: "Manage Sage
|
|
321
|
+
description: "Manage Sage business details, contacts, products, and sales invoices",
|
|
246
322
|
category: "Accounting"
|
|
247
323
|
},
|
|
248
324
|
freeagent: {
|
|
@@ -282,7 +358,7 @@ var init_library_metadata = __esm(() => {
|
|
|
282
358
|
category: "Banking"
|
|
283
359
|
},
|
|
284
360
|
gocardless: {
|
|
285
|
-
description: "Manage GoCardless
|
|
361
|
+
description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
|
|
286
362
|
category: "Banking"
|
|
287
363
|
},
|
|
288
364
|
google_ads: {
|
|
@@ -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",
|
|
@@ -494,8 +570,8 @@ var init_library_metadata = __esm(() => {
|
|
|
494
570
|
category: "Engineering"
|
|
495
571
|
},
|
|
496
572
|
ramp: {
|
|
497
|
-
description: "Manage Ramp corporate cards, bills, and spend",
|
|
498
|
-
category: "
|
|
573
|
+
description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
|
|
574
|
+
category: "Finance"
|
|
499
575
|
},
|
|
500
576
|
quickbooks: {
|
|
501
577
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
@@ -591,7 +667,7 @@ var init_library_metadata = __esm(() => {
|
|
|
591
667
|
},
|
|
592
668
|
workos: {
|
|
593
669
|
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
594
|
-
category: "
|
|
670
|
+
category: "Identity & Access"
|
|
595
671
|
},
|
|
596
672
|
whatsapp: {
|
|
597
673
|
description: "Send WhatsApp messages and templates",
|
|
@@ -675,7 +751,7 @@ var init_library_metadata = __esm(() => {
|
|
|
675
751
|
},
|
|
676
752
|
clerk: {
|
|
677
753
|
description: "Manage Clerk users, organizations, and authentication",
|
|
678
|
-
category: "
|
|
754
|
+
category: "Identity & Access"
|
|
679
755
|
},
|
|
680
756
|
clickup: {
|
|
681
757
|
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
@@ -755,15 +831,15 @@ var init_library_metadata = __esm(() => {
|
|
|
755
831
|
},
|
|
756
832
|
typeform: {
|
|
757
833
|
description: "Create and manage Typeform surveys and responses",
|
|
758
|
-
category: "
|
|
834
|
+
category: "Productivity"
|
|
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",
|
|
766
|
-
category: "
|
|
842
|
+
category: "HR & Recruiting"
|
|
767
843
|
},
|
|
768
844
|
xero: {
|
|
769
845
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
@@ -771,7 +847,7 @@ var init_library_metadata = __esm(() => {
|
|
|
771
847
|
},
|
|
772
848
|
zapier: {
|
|
773
849
|
description: "Trigger and manage Zapier automation workflows",
|
|
774
|
-
category: "
|
|
850
|
+
category: "Productivity"
|
|
775
851
|
}
|
|
776
852
|
};
|
|
777
853
|
});
|