@arcadeai/design-system 3.10.0 → 3.12.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/lib/arcade/arcade.js +2 -2
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/main.js +115 -114
- package/dist/metadata/index.js +23 -22
- package/dist/metadata/oauth-providers.d.ts +14 -0
- package/dist/metadata/oauth-providers.js +57 -43
- package/package.json +1 -1
|
@@ -1271,7 +1271,7 @@ class qt extends d {
|
|
|
1271
1271
|
return new d(e);
|
|
1272
1272
|
}
|
|
1273
1273
|
async getAllTools(e = {}) {
|
|
1274
|
-
const { limit: n =
|
|
1274
|
+
const { limit: n = 5e3, offset: r = 0, toolkit: s } = e;
|
|
1275
1275
|
return (await this.tools.list({
|
|
1276
1276
|
limit: n,
|
|
1277
1277
|
offset: r,
|
|
@@ -1307,7 +1307,7 @@ class qt extends d {
|
|
|
1307
1307
|
async getToolsForToolkit(e) {
|
|
1308
1308
|
return (await this.tools.list({
|
|
1309
1309
|
toolkit: e,
|
|
1310
|
-
limit:
|
|
1310
|
+
limit: 5e3
|
|
1311
1311
|
})).items;
|
|
1312
1312
|
}
|
|
1313
1313
|
applyToolRequirements(e, n) {
|
|
@@ -97,7 +97,7 @@ m("Arcade Tests", () => {
|
|
|
97
97
|
arcadeClientId: "test-client-id",
|
|
98
98
|
apiKey: "test-api-key"
|
|
99
99
|
}).getAllTools(), e(d).toHaveBeenCalledWith(
|
|
100
|
-
e.objectContaining({ limit:
|
|
100
|
+
e.objectContaining({ limit: 5e3, offset: 0 })
|
|
101
101
|
);
|
|
102
102
|
}), s("should filter tools by toolkit", async () => {
|
|
103
103
|
const t = await new i({
|
|
@@ -258,7 +258,7 @@ m("Arcade Tests", () => {
|
|
|
258
258
|
arcadeClientId: "test-client-id",
|
|
259
259
|
apiKey: "test-api-key"
|
|
260
260
|
}).getToolsForToolkit("Gmail"), e(d).toHaveBeenCalledWith(
|
|
261
|
-
e.objectContaining({ toolkit: "Gmail", limit:
|
|
261
|
+
e.objectContaining({ toolkit: "Gmail", limit: 5e3 })
|
|
262
262
|
);
|
|
263
263
|
}), s("should group tools by a string key", async () => {
|
|
264
264
|
const t = await new i({
|
package/dist/main.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as f } from "./components/ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as S, AlertDialogFooter as b, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as s, AlertDialogTitle as C, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
|
|
4
|
-
import { Avatar as h, AvatarFallback as M, AvatarImage as
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { Breadcrumb as
|
|
7
|
-
import { Button as
|
|
4
|
+
import { Avatar as h, AvatarFallback as M, AvatarImage as P } from "./components/ui/atoms/avatar.js";
|
|
5
|
+
import { Badge as I, badgeVariants as k } from "./components/ui/atoms/badge.js";
|
|
6
|
+
import { Breadcrumb as G, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as w, BreadcrumbList as y, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
|
|
7
|
+
import { Button as _, buttonVariants as F } from "./components/ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as V } from "./components/ui/atoms/byoc-badge.js";
|
|
9
9
|
import { Card as z, CardAction as Z, CardContent as q, CardDescription as K, CardFooter as W, CardHeader as J, CardTitle as X } from "./components/ui/atoms/card.js";
|
|
10
10
|
import { ChartContainer as Y, ChartLegend as j, ChartLegendContent as $, ChartStyle as oo, ChartTooltip as ro, ChartTooltipContent as eo } from "./components/ui/atoms/chart.js";
|
|
11
11
|
import { Checkbox as po } from "./components/ui/atoms/checkbox.js";
|
|
12
12
|
import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./components/ui/atoms/collapsible.js";
|
|
13
13
|
import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as So, CommandItem as bo, CommandList as co, CommandSeparator as To, CommandShortcut as so } from "./components/ui/atoms/command.js";
|
|
14
|
-
import { Dialog as Do, DialogClose as Ao, DialogContent as ho, DialogDescription as Mo, DialogFooter as
|
|
15
|
-
import { DropdownMenu as
|
|
14
|
+
import { Dialog as Do, DialogClose as Ao, DialogContent as ho, DialogDescription as Mo, DialogFooter as Po, DialogHeader as Bo, DialogOverlay as Io, DialogPortal as ko, DialogTitle as Oo, DialogTrigger as Go } from "./components/ui/atoms/dialog.js";
|
|
15
|
+
import { DropdownMenu as vo, DropdownMenuCheckboxItem as wo, DropdownMenuContent as yo, DropdownMenuGroup as Ho, DropdownMenuItem as Lo, DropdownMenuLabel as Eo, DropdownMenuPortal as _o, DropdownMenuRadioGroup as Fo, DropdownMenuRadioItem as Uo, DropdownMenuSeparator as Vo, DropdownMenuShortcut as No, DropdownMenuSub as zo, DropdownMenuSubContent as Zo, DropdownMenuSubTrigger as qo, DropdownMenuTrigger as Ko } from "./components/ui/atoms/dropdown-menu.js";
|
|
16
16
|
import { HoverCard as Jo, HoverCardContent as Xo, HoverCardTrigger as Qo } from "./components/ui/atoms/hover-card.js";
|
|
17
17
|
import { Adp as jo } from "./components/ui/atoms/icons/adp.js";
|
|
18
18
|
import { Aha as or } from "./components/ui/atoms/icons/aha.js";
|
|
@@ -28,13 +28,13 @@ import { Bamboohr as Tr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
|
28
28
|
import { Basecamp as Cr } from "./components/ui/atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Ar } from "./components/ui/atoms/icons/bill.js";
|
|
30
30
|
import { Bitbucket as Mr } from "./components/ui/atoms/icons/bitbucket.js";
|
|
31
|
-
import { Bluesky as
|
|
32
|
-
import { Box as
|
|
33
|
-
import { Braze as
|
|
34
|
-
import { Brex as
|
|
31
|
+
import { Bluesky as Br } from "./components/ui/atoms/icons/bluesky.js";
|
|
32
|
+
import { Box as kr } from "./components/ui/atoms/icons/box.js";
|
|
33
|
+
import { Braze as Gr } from "./components/ui/atoms/icons/braze.js";
|
|
34
|
+
import { Brex as vr } from "./components/ui/atoms/icons/brex.js";
|
|
35
35
|
import { Brightdata as yr } from "./components/ui/atoms/icons/brightdata.js";
|
|
36
36
|
import { Buffer as Lr } from "./components/ui/atoms/icons/buffer.js";
|
|
37
|
-
import { Calendly as
|
|
37
|
+
import { Calendly as _r } from "./components/ui/atoms/icons/calendly.js";
|
|
38
38
|
import { Clickhouse as Ur } from "./components/ui/atoms/icons/clickhouse.js";
|
|
39
39
|
import { Clickup as Nr } from "./components/ui/atoms/icons/clickup.js";
|
|
40
40
|
import { Closeio as Zr } from "./components/ui/atoms/icons/closeio.js";
|
|
@@ -55,13 +55,13 @@ import { Firecrawl as Te } from "./components/ui/atoms/icons/firecrawl.js";
|
|
|
55
55
|
import { Freshservice as Ce } from "./components/ui/atoms/icons/freshservice.js";
|
|
56
56
|
import { Generic as Ae } from "./components/ui/atoms/icons/generic.js";
|
|
57
57
|
import { Github as Me } from "./components/ui/atoms/icons/github.js";
|
|
58
|
-
import { Gitlab as
|
|
59
|
-
import { Gmail as
|
|
60
|
-
import { Google as
|
|
61
|
-
import { GoogleCalendar as
|
|
58
|
+
import { Gitlab as Be } from "./components/ui/atoms/icons/gitlab.js";
|
|
59
|
+
import { Gmail as ke } from "./components/ui/atoms/icons/gmail.js";
|
|
60
|
+
import { Google as Ge } from "./components/ui/atoms/icons/google.js";
|
|
61
|
+
import { GoogleCalendar as ve } from "./components/ui/atoms/icons/google-calendar.js";
|
|
62
62
|
import { GoogleContacts as ye } from "./components/ui/atoms/icons/google-contacts.js";
|
|
63
63
|
import { GoogleDocs as Le } from "./components/ui/atoms/icons/google-docs.js";
|
|
64
|
-
import { GoogleDrive as
|
|
64
|
+
import { GoogleDrive as _e } from "./components/ui/atoms/icons/google-drive.js";
|
|
65
65
|
import { GoogleFinance as Ue } from "./components/ui/atoms/icons/google-finance.js";
|
|
66
66
|
import { GoogleFlight as Ne } from "./components/ui/atoms/icons/google-flight.js";
|
|
67
67
|
import { GoogleFlights as Ze } from "./components/ui/atoms/icons/google-flights.js";
|
|
@@ -82,13 +82,13 @@ import { Linear as Tt } from "./components/ui/atoms/icons/linear.js";
|
|
|
82
82
|
import { Linkedin as Ct } from "./components/ui/atoms/icons/linkedin.js";
|
|
83
83
|
import { Mailchimp as At } from "./components/ui/atoms/icons/mailchimp.js";
|
|
84
84
|
import { Mcp as Mt } from "./components/ui/atoms/icons/mcp.js";
|
|
85
|
-
import { Microsoft as
|
|
86
|
-
import { MicrosoftDynamics as
|
|
87
|
-
import { MicrosoftSharepoint as
|
|
88
|
-
import { MicrosoftTeams as
|
|
85
|
+
import { Microsoft as Bt } from "./components/ui/atoms/icons/microsoft.js";
|
|
86
|
+
import { MicrosoftDynamics as kt } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
87
|
+
import { MicrosoftSharepoint as Gt } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
88
|
+
import { MicrosoftTeams as vt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
89
89
|
import { Miro as yt } from "./components/ui/atoms/icons/miro.js";
|
|
90
90
|
import { Monday as Lt } from "./components/ui/atoms/icons/monday.js";
|
|
91
|
-
import { MongoDB as
|
|
91
|
+
import { MongoDB as _t } from "./components/ui/atoms/icons/mongodb.js";
|
|
92
92
|
import { Netsuite as Ut } from "./components/ui/atoms/icons/netsuite.js";
|
|
93
93
|
import { Notion as Nt } from "./components/ui/atoms/icons/notion.js";
|
|
94
94
|
import { Oauth as Zt } from "./components/ui/atoms/icons/oauth.js";
|
|
@@ -109,13 +109,13 @@ import { Salesforce as Tp } from "./components/ui/atoms/icons/salesforce.js";
|
|
|
109
109
|
import { Shopify as Cp } from "./components/ui/atoms/icons/shopify.js";
|
|
110
110
|
import { Singlestore as Ap } from "./components/ui/atoms/icons/singlestore.js";
|
|
111
111
|
import { Slack as Mp } from "./components/ui/atoms/icons/slack.js";
|
|
112
|
-
import { Snowflake as
|
|
113
|
-
import { Splunk as
|
|
114
|
-
import { Spotify as
|
|
115
|
-
import { Square as
|
|
112
|
+
import { Snowflake as Bp } from "./components/ui/atoms/icons/snowflake.js";
|
|
113
|
+
import { Splunk as kp } from "./components/ui/atoms/icons/splunk.js";
|
|
114
|
+
import { Spotify as Gp } from "./components/ui/atoms/icons/spotify.js";
|
|
115
|
+
import { Square as vp } from "./components/ui/atoms/icons/square.js";
|
|
116
116
|
import { Squarespace as yp } from "./components/ui/atoms/icons/squarespace.js";
|
|
117
117
|
import { Squareup as Lp } from "./components/ui/atoms/icons/squareup.js";
|
|
118
|
-
import { Stripe as
|
|
118
|
+
import { Stripe as _p } from "./components/ui/atoms/icons/stripe.js";
|
|
119
119
|
import { Tesla as Up } from "./components/ui/atoms/icons/tesla.js";
|
|
120
120
|
import { Tiktok as Np } from "./components/ui/atoms/icons/tiktok.js";
|
|
121
121
|
import { Trello as Zp } from "./components/ui/atoms/icons/trello.js";
|
|
@@ -136,17 +136,17 @@ import { ZohoCreator as Ta } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
|
136
136
|
import { Zoom as Ca } from "./components/ui/atoms/icons/zoom.js";
|
|
137
137
|
import { Input as Aa } from "./components/ui/atoms/input.js";
|
|
138
138
|
import { Label as Ma } from "./components/ui/atoms/label.js";
|
|
139
|
-
import { MobileTooltip as
|
|
140
|
-
import { Popover as
|
|
139
|
+
import { MobileTooltip as Ba, MobileTooltipContent as Ia, MobileTooltipProvider as ka, MobileTooltipTrigger as Oa } from "./components/ui/atoms/mobile-tooltip.js";
|
|
140
|
+
import { Popover as Ra, PopoverAnchor as va, PopoverContent as wa, PopoverTrigger as ya } from "./components/ui/atoms/popover.js";
|
|
141
141
|
import { ProBadge as La } from "./components/ui/atoms/pro-badge.js";
|
|
142
|
-
import { Progress as
|
|
142
|
+
import { Progress as _a } from "./components/ui/atoms/progress.js";
|
|
143
143
|
import { RadioGroup as Ua, RadioGroupItem as Va } from "./components/ui/atoms/radio-group.js";
|
|
144
144
|
import { ResizableHandle as za, ResizablePanel as Za, ResizablePanelGroup as qa } from "./components/ui/atoms/resizable.js";
|
|
145
145
|
import { ScrollArea as Wa, ScrollBar as Ja } from "./components/ui/atoms/scroll-area.js";
|
|
146
146
|
import { Select as Qa, SelectContent as Ya, SelectGroup as ja, SelectItem as $a, SelectLabel as om, SelectScrollDownButton as rm, SelectScrollUpButton as em, SelectSeparator as tm, SelectTrigger as pm, SelectValue as am } from "./components/ui/atoms/select.js";
|
|
147
147
|
import { Separator as im } from "./components/ui/atoms/separator.js";
|
|
148
148
|
import { Sheet as fm, SheetClose as xm, SheetContent as nm, SheetDescription as dm, SheetFooter as gm, SheetHeader as um, SheetTitle as Sm, SheetTrigger as bm } from "./components/ui/atoms/sheet.js";
|
|
149
|
-
import { Sidebar as Tm, SidebarContent as sm, SidebarFooter as Cm, SidebarGroup as Dm, SidebarGroupAction as Am, SidebarGroupContent as hm, SidebarGroupLabel as Mm, SidebarHeader as
|
|
149
|
+
import { Sidebar as Tm, SidebarContent as sm, SidebarFooter as Cm, SidebarGroup as Dm, SidebarGroupAction as Am, SidebarGroupContent as hm, SidebarGroupLabel as Mm, SidebarHeader as Pm, SidebarInput as Bm, SidebarInset as Im, SidebarMenu as km, SidebarMenuAction as Om, SidebarMenuBadge as Gm, SidebarMenuButton as Rm, SidebarMenuItem as vm, SidebarMenuSkeleton as wm, SidebarMenuSub as ym, SidebarMenuSubButton as Hm, SidebarMenuSubItem as Lm, SidebarProvider as Em, SidebarRail as _m, SidebarSeparator as Fm, SidebarTrigger as Um, useSidebar as Vm } from "./components/ui/atoms/sidebar.js";
|
|
150
150
|
import { Skeleton as zm } from "./components/ui/atoms/skeleton.js";
|
|
151
151
|
import { Slider as qm } from "./components/ui/atoms/slider.js";
|
|
152
152
|
import { Switch as Wm } from "./components/ui/atoms/switch.js";
|
|
@@ -158,14 +158,14 @@ import { Tooltip as ui, TooltipContent as Si, TooltipProvider as bi, TooltipTrig
|
|
|
158
158
|
import { EmptyState as si } from "./components/ui/molecules/empty-state.js";
|
|
159
159
|
import { R as Di, T as Ai } from "./toolkit-card-BzIa8ZXI.js";
|
|
160
160
|
import { ToolCard as Mi } from "./components/ui/molecules/tool-card.js";
|
|
161
|
-
import { ToolkitPickerTrigger as
|
|
162
|
-
import { ToolkitSelectionSummary as
|
|
163
|
-
import { ToolkitPicker as
|
|
164
|
-
import { PUBLIC_ICON_URL as
|
|
165
|
-
import {
|
|
166
|
-
import { TOOLKIT_ICON_MAP as
|
|
167
|
-
import { CATEGORIES as
|
|
168
|
-
import { findPrebuiltProviderById as
|
|
161
|
+
import { ToolkitPickerTrigger as Bi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
162
|
+
import { ToolkitSelectionSummary as ki } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
163
|
+
import { ToolkitPicker as Gi } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
164
|
+
import { PUBLIC_ICON_URL as vi } from "./metadata/constants.js";
|
|
165
|
+
import { MCP_OAUTH2_PROVIDER as yi, OAUTH2_PROVIDER as Hi, OAUTH_PROVIDERS as Li, OAUTH_PROVIDER_CATALOGUE as Ei, OAuthId as _i, OAuthProviderId as Fi, OTHER_OAUTH_PROVIDERS as Ui, PREBUILT_OAUTH_PROVIDERS as Vi } from "./metadata/oauth-providers.js";
|
|
166
|
+
import { TOOLKIT_ICON_MAP as zi, getToolIconByToolkitName as Zi, getToolkitIcon as qi, getToolkitIconByName as Ki } from "./metadata/toolkit-icons.js";
|
|
167
|
+
import { CATEGORIES as Ji, TOOLKITS as Xi, TOOLKIT_CATALOGUE as Qi } from "./metadata/toolkits.js";
|
|
168
|
+
import { findPrebuiltProviderById as ji, findPrebuiltProviderByProviderId as $i, findToolkitByName as ol, isKnownToolkit as rl, isPrebuiltProvider as el } from "./metadata/utils.js";
|
|
169
169
|
export {
|
|
170
170
|
e as Accordion,
|
|
171
171
|
t as AccordionContent,
|
|
@@ -196,30 +196,30 @@ export {
|
|
|
196
196
|
ur as Auth0,
|
|
197
197
|
h as Avatar,
|
|
198
198
|
M as AvatarFallback,
|
|
199
|
-
|
|
199
|
+
P as AvatarImage,
|
|
200
200
|
br as Azure,
|
|
201
|
-
|
|
201
|
+
I as Badge,
|
|
202
202
|
Tr as Bamboohr,
|
|
203
203
|
Cr as Basecamp,
|
|
204
204
|
Ar as Bill,
|
|
205
205
|
Mr as Bitbucket,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
206
|
+
Br as Bluesky,
|
|
207
|
+
kr as Box,
|
|
208
|
+
Gr as Braze,
|
|
209
|
+
G as Breadcrumb,
|
|
210
|
+
R as BreadcrumbEllipsis,
|
|
211
|
+
v as BreadcrumbItem,
|
|
212
212
|
w as BreadcrumbLink,
|
|
213
213
|
y as BreadcrumbList,
|
|
214
214
|
H as BreadcrumbPage,
|
|
215
215
|
L as BreadcrumbSeparator,
|
|
216
|
-
|
|
216
|
+
vr as Brex,
|
|
217
217
|
yr as Brightdata,
|
|
218
218
|
Lr as Buffer,
|
|
219
|
-
|
|
219
|
+
_ as Button,
|
|
220
220
|
V as ByocBadge,
|
|
221
|
-
|
|
222
|
-
|
|
221
|
+
Ji as CATEGORIES,
|
|
222
|
+
_r as Calendly,
|
|
223
223
|
z as Card,
|
|
224
224
|
Z as CardAction,
|
|
225
225
|
q as CardContent,
|
|
@@ -258,23 +258,23 @@ export {
|
|
|
258
258
|
Ao as DialogClose,
|
|
259
259
|
ho as DialogContent,
|
|
260
260
|
Mo as DialogDescription,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
261
|
+
Po as DialogFooter,
|
|
262
|
+
Bo as DialogHeader,
|
|
263
|
+
Io as DialogOverlay,
|
|
264
|
+
ko as DialogPortal,
|
|
265
|
+
Oo as DialogTitle,
|
|
266
|
+
Go as DialogTrigger,
|
|
267
267
|
ee as DigitalOcean,
|
|
268
268
|
pe as Discord,
|
|
269
269
|
me as Dropbox,
|
|
270
|
-
|
|
270
|
+
vo as DropdownMenu,
|
|
271
271
|
wo as DropdownMenuCheckboxItem,
|
|
272
272
|
yo as DropdownMenuContent,
|
|
273
273
|
Ho as DropdownMenuGroup,
|
|
274
274
|
Lo as DropdownMenuItem,
|
|
275
275
|
Eo as DropdownMenuLabel,
|
|
276
|
-
|
|
277
|
-
|
|
276
|
+
_o as DropdownMenuPortal,
|
|
277
|
+
Fo as DropdownMenuRadioGroup,
|
|
278
278
|
Uo as DropdownMenuRadioItem,
|
|
279
279
|
Vo as DropdownMenuSeparator,
|
|
280
280
|
No as DropdownMenuShortcut,
|
|
@@ -292,13 +292,13 @@ export {
|
|
|
292
292
|
Ce as Freshservice,
|
|
293
293
|
Ae as Generic,
|
|
294
294
|
Me as Github,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
295
|
+
Be as Gitlab,
|
|
296
|
+
ke as Gmail,
|
|
297
|
+
Ge as Google,
|
|
298
|
+
ve as GoogleCalendar,
|
|
299
299
|
ye as GoogleContacts,
|
|
300
300
|
Le as GoogleDocs,
|
|
301
|
-
|
|
301
|
+
_e as GoogleDrive,
|
|
302
302
|
Ue as GoogleFinance,
|
|
303
303
|
Ne as GoogleFlight,
|
|
304
304
|
Ze as GoogleFlights,
|
|
@@ -322,47 +322,48 @@ export {
|
|
|
322
322
|
Ma as Label,
|
|
323
323
|
Tt as Linear,
|
|
324
324
|
Ct as Linkedin,
|
|
325
|
+
yi as MCP_OAUTH2_PROVIDER,
|
|
325
326
|
At as Mailchimp,
|
|
326
327
|
Mt as Mcp,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
328
|
+
Bt as Microsoft,
|
|
329
|
+
kt as MicrosoftDynamics,
|
|
330
|
+
Gt as MicrosoftSharepoint,
|
|
331
|
+
vt as MicrosoftTeams,
|
|
331
332
|
yt as Miro,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
333
|
+
Ba as MobileTooltip,
|
|
334
|
+
Ia as MobileTooltipContent,
|
|
335
|
+
ka as MobileTooltipProvider,
|
|
336
|
+
Oa as MobileTooltipTrigger,
|
|
336
337
|
Lt as Monday,
|
|
337
|
-
|
|
338
|
+
_t as MongoDB,
|
|
338
339
|
Ut as Netsuite,
|
|
339
340
|
Nt as Notion,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
341
|
+
Hi as OAUTH2_PROVIDER,
|
|
342
|
+
Li as OAUTH_PROVIDERS,
|
|
343
|
+
Ei as OAUTH_PROVIDER_CATALOGUE,
|
|
344
|
+
_i as OAuthId,
|
|
344
345
|
Fi as OAuthProviderId,
|
|
345
|
-
|
|
346
|
+
Ui as OTHER_OAUTH_PROVIDERS,
|
|
346
347
|
Zt as Oauth,
|
|
347
348
|
Kt as Obsidian,
|
|
348
349
|
Jt as Okta,
|
|
349
350
|
Qt as OneDrive,
|
|
350
351
|
jt as OutlookCalendar,
|
|
351
352
|
op as OutlookMail,
|
|
352
|
-
|
|
353
|
-
|
|
353
|
+
Vi as PREBUILT_OAUTH_PROVIDERS,
|
|
354
|
+
vi as PUBLIC_ICON_URL,
|
|
354
355
|
ep as Pagerduty,
|
|
355
356
|
pp as Pinecone,
|
|
356
357
|
mp as Pinterest,
|
|
357
358
|
lp as Pipedrive,
|
|
358
359
|
xp as Plaid,
|
|
359
|
-
|
|
360
|
-
|
|
360
|
+
Ra as Popover,
|
|
361
|
+
va as PopoverAnchor,
|
|
361
362
|
wa as PopoverContent,
|
|
362
363
|
ya as PopoverTrigger,
|
|
363
364
|
dp as Postgres,
|
|
364
365
|
La as ProBadge,
|
|
365
|
-
|
|
366
|
+
_a as Progress,
|
|
366
367
|
up as Quickbooks,
|
|
367
368
|
Ua as RadioGroup,
|
|
368
369
|
Va as RadioGroupItem,
|
|
@@ -401,37 +402,37 @@ export {
|
|
|
401
402
|
Am as SidebarGroupAction,
|
|
402
403
|
hm as SidebarGroupContent,
|
|
403
404
|
Mm as SidebarGroupLabel,
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
405
|
+
Pm as SidebarHeader,
|
|
406
|
+
Bm as SidebarInput,
|
|
407
|
+
Im as SidebarInset,
|
|
408
|
+
km as SidebarMenu,
|
|
409
|
+
Om as SidebarMenuAction,
|
|
410
|
+
Gm as SidebarMenuBadge,
|
|
411
|
+
Rm as SidebarMenuButton,
|
|
412
|
+
vm as SidebarMenuItem,
|
|
412
413
|
wm as SidebarMenuSkeleton,
|
|
413
414
|
ym as SidebarMenuSub,
|
|
414
415
|
Hm as SidebarMenuSubButton,
|
|
415
416
|
Lm as SidebarMenuSubItem,
|
|
416
417
|
Em as SidebarProvider,
|
|
417
|
-
|
|
418
|
-
|
|
418
|
+
_m as SidebarRail,
|
|
419
|
+
Fm as SidebarSeparator,
|
|
419
420
|
Um as SidebarTrigger,
|
|
420
421
|
Ap as Singlestore,
|
|
421
422
|
zm as Skeleton,
|
|
422
423
|
Mp as Slack,
|
|
423
424
|
qm as Slider,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
425
|
+
Bp as Snowflake,
|
|
426
|
+
kp as Splunk,
|
|
427
|
+
Gp as Spotify,
|
|
428
|
+
vp as Square,
|
|
428
429
|
yp as Squarespace,
|
|
429
430
|
Lp as Squareup,
|
|
430
|
-
|
|
431
|
+
_p as Stripe,
|
|
431
432
|
Wm as Switch,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
433
|
+
Xi as TOOLKITS,
|
|
434
|
+
Qi as TOOLKIT_CATALOGUE,
|
|
435
|
+
zi as TOOLKIT_ICON_MAP,
|
|
435
436
|
Xm as Table,
|
|
436
437
|
Qm as TableBody,
|
|
437
438
|
Ym as TableCaption,
|
|
@@ -450,9 +451,9 @@ export {
|
|
|
450
451
|
ni as Toggle,
|
|
451
452
|
Mi as ToolCard,
|
|
452
453
|
Ai as ToolkitCard,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
Gi as ToolkitPicker,
|
|
455
|
+
Bi as ToolkitPickerTrigger,
|
|
456
|
+
ki as ToolkitSelectionSummary,
|
|
456
457
|
ui as Tooltip,
|
|
457
458
|
Si as TooltipContent,
|
|
458
459
|
bi as TooltipProvider,
|
|
@@ -473,16 +474,16 @@ export {
|
|
|
473
474
|
ba as ZohoBooks,
|
|
474
475
|
Ta as ZohoCreator,
|
|
475
476
|
Ca as Zoom,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
477
|
+
k as badgeVariants,
|
|
478
|
+
F as buttonVariants,
|
|
479
|
+
ji as findPrebuiltProviderById,
|
|
480
|
+
$i as findPrebuiltProviderByProviderId,
|
|
481
|
+
ol as findToolkitByName,
|
|
482
|
+
Zi as getToolIconByToolkitName,
|
|
483
|
+
qi as getToolkitIcon,
|
|
484
|
+
Ki as getToolkitIconByName,
|
|
485
|
+
rl as isKnownToolkit,
|
|
486
|
+
el as isPrebuiltProvider,
|
|
486
487
|
di as toggleVariants,
|
|
487
488
|
Vm as useSidebar
|
|
488
489
|
};
|
package/dist/metadata/index.js
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { PUBLIC_ICON_URL as r } from "./constants.js";
|
|
2
|
-
import {
|
|
3
|
-
import { TOOLKIT_ICON_MAP as
|
|
4
|
-
import { CATEGORIES as
|
|
5
|
-
import { findPrebuiltProviderById as
|
|
2
|
+
import { MCP_OAUTH2_PROVIDER as I, OAUTH2_PROVIDER as e, OAUTH_PROVIDERS as i, OAUTH_PROVIDER_CATALOGUE as t, OAuthId as P, OAuthProviderId as R, OTHER_OAUTH_PROVIDERS as _, PREBUILT_OAUTH_PROVIDERS as A } from "./oauth-providers.js";
|
|
3
|
+
import { TOOLKIT_ICON_MAP as E, getToolIconByToolkitName as U, getToolkitIcon as l, getToolkitIconByName as f } from "./toolkit-icons.js";
|
|
4
|
+
import { CATEGORIES as n, TOOLKITS as L, TOOLKIT_CATALOGUE as B } from "./toolkits.js";
|
|
5
|
+
import { findPrebuiltProviderById as H, findPrebuiltProviderByProviderId as D, findToolkitByName as V, isKnownToolkit as k, isPrebuiltProvider as p } from "./utils.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
I as
|
|
9
|
-
e as
|
|
10
|
-
i as
|
|
11
|
-
t as
|
|
12
|
-
P as
|
|
13
|
-
R as
|
|
7
|
+
n as CATEGORIES,
|
|
8
|
+
I as MCP_OAUTH2_PROVIDER,
|
|
9
|
+
e as OAUTH2_PROVIDER,
|
|
10
|
+
i as OAUTH_PROVIDERS,
|
|
11
|
+
t as OAUTH_PROVIDER_CATALOGUE,
|
|
12
|
+
P as OAuthId,
|
|
13
|
+
R as OAuthProviderId,
|
|
14
|
+
_ as OTHER_OAUTH_PROVIDERS,
|
|
14
15
|
A as PREBUILT_OAUTH_PROVIDERS,
|
|
15
16
|
r as PUBLIC_ICON_URL,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
17
|
+
L as TOOLKITS,
|
|
18
|
+
B as TOOLKIT_CATALOGUE,
|
|
19
|
+
E as TOOLKIT_ICON_MAP,
|
|
20
|
+
H as findPrebuiltProviderById,
|
|
21
|
+
D as findPrebuiltProviderByProviderId,
|
|
22
|
+
V as findToolkitByName,
|
|
23
|
+
U as getToolIconByToolkitName,
|
|
24
|
+
l as getToolkitIcon,
|
|
25
|
+
f as getToolkitIconByName,
|
|
26
|
+
k as isKnownToolkit,
|
|
27
|
+
p as isPrebuiltProvider
|
|
27
28
|
};
|
|
@@ -13,6 +13,7 @@ export declare const OAuthId: {
|
|
|
13
13
|
readonly Hubspot: "arcade-hubspot";
|
|
14
14
|
readonly Linkedin: "arcade-linkedin";
|
|
15
15
|
readonly Linear: "arcade-linear";
|
|
16
|
+
readonly MCP_OAuth2: "arcade-mcp-oauth2";
|
|
16
17
|
readonly Microsoft: "arcade-microsoft";
|
|
17
18
|
readonly Miro: "arcade-miro";
|
|
18
19
|
readonly Notion: "arcade-notion";
|
|
@@ -43,6 +44,7 @@ export declare const OAuthProviderId: {
|
|
|
43
44
|
readonly Hubspot: "hubspot";
|
|
44
45
|
readonly Linkedin: "linkedin";
|
|
45
46
|
readonly Linear: "linear";
|
|
47
|
+
readonly MCP_OAuth2: "mcp-oauth2";
|
|
46
48
|
readonly Microsoft: "microsoft";
|
|
47
49
|
readonly Miro: "miro";
|
|
48
50
|
readonly Notion: "notion";
|
|
@@ -76,6 +78,18 @@ export declare const OAUTH2_PROVIDER: {
|
|
|
76
78
|
icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
77
79
|
docs: string;
|
|
78
80
|
};
|
|
81
|
+
/**
|
|
82
|
+
* MCP OAUTH2 PROVIDER - The default OAuth 2.0 provider for MCP
|
|
83
|
+
*/
|
|
84
|
+
export declare const MCP_OAUTH2_PROVIDER: {
|
|
85
|
+
id: "arcade-mcp-oauth2";
|
|
86
|
+
provider_id: "mcp-oauth2";
|
|
87
|
+
name: string;
|
|
88
|
+
description: string;
|
|
89
|
+
publicIconUrl: string;
|
|
90
|
+
icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
docs: string;
|
|
92
|
+
};
|
|
79
93
|
/**
|
|
80
94
|
* OTHER OAUTH PROVIDERS - A list of all OAuth providers that are not prebuilt
|
|
81
95
|
*/
|
|
@@ -11,22 +11,23 @@ import { Google as u } from "../components/ui/atoms/icons/google.js";
|
|
|
11
11
|
import { Hubspot as m } from "../components/ui/atoms/icons/hubspot.js";
|
|
12
12
|
import { Linear as v } from "../components/ui/atoms/icons/linear.js";
|
|
13
13
|
import { Linkedin as g } from "../components/ui/atoms/icons/linkedin.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
14
|
+
import { Mcp as b } from "../components/ui/atoms/icons/mcp.js";
|
|
15
|
+
import { Microsoft as A } from "../components/ui/atoms/icons/microsoft.js";
|
|
16
|
+
import { Miro as f } from "../components/ui/atoms/icons/miro.js";
|
|
17
|
+
import { Notion as _ } from "../components/ui/atoms/icons/notion.js";
|
|
17
18
|
import { Oauth as k } from "../components/ui/atoms/icons/oauth.js";
|
|
18
|
-
import { Pagerduty as
|
|
19
|
-
import { Reddit as
|
|
20
|
-
import { Salesforce as
|
|
21
|
-
import { Slack as
|
|
22
|
-
import { Spotify as
|
|
23
|
-
import { Square as
|
|
24
|
-
import { Tesla as
|
|
25
|
-
import { Twitch as
|
|
26
|
-
import { X as
|
|
27
|
-
import { Zendesk as
|
|
28
|
-
import { Zoho as
|
|
29
|
-
import { Zoom as
|
|
19
|
+
import { Pagerduty as I } from "../components/ui/atoms/icons/pagerduty.js";
|
|
20
|
+
import { Reddit as w } from "../components/ui/atoms/icons/reddit.js";
|
|
21
|
+
import { Salesforce as U } from "../components/ui/atoms/icons/salesforce.js";
|
|
22
|
+
import { Slack as z } from "../components/ui/atoms/icons/slack.js";
|
|
23
|
+
import { Spotify as y } from "../components/ui/atoms/icons/spotify.js";
|
|
24
|
+
import { Square as S } from "../components/ui/atoms/icons/square.js";
|
|
25
|
+
import { Tesla as $ } from "../components/ui/atoms/icons/tesla.js";
|
|
26
|
+
import { Twitch as O } from "../components/ui/atoms/icons/twitch.js";
|
|
27
|
+
import { X as C } from "../components/ui/atoms/icons/x.js";
|
|
28
|
+
import { Zendesk as T } from "../components/ui/atoms/icons/zendesk.js";
|
|
29
|
+
import { Zoho as P } from "../components/ui/atoms/icons/zoho.js";
|
|
30
|
+
import { Zoom as D } from "../components/ui/atoms/icons/zoom.js";
|
|
30
31
|
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
31
32
|
const i = {
|
|
32
33
|
Airtable: "arcade-airtable",
|
|
@@ -41,6 +42,7 @@ const i = {
|
|
|
41
42
|
Hubspot: "arcade-hubspot",
|
|
42
43
|
Linkedin: "arcade-linkedin",
|
|
43
44
|
Linear: "arcade-linear",
|
|
45
|
+
MCP_OAuth2: "arcade-mcp-oauth2",
|
|
44
46
|
Microsoft: "arcade-microsoft",
|
|
45
47
|
Miro: "arcade-miro",
|
|
46
48
|
Notion: "arcade-notion",
|
|
@@ -70,6 +72,7 @@ const i = {
|
|
|
70
72
|
Hubspot: "hubspot",
|
|
71
73
|
Linkedin: "linkedin",
|
|
72
74
|
Linear: "linear",
|
|
75
|
+
MCP_OAuth2: "mcp-oauth2",
|
|
73
76
|
Microsoft: "microsoft",
|
|
74
77
|
Miro: "miro",
|
|
75
78
|
Notion: "notion",
|
|
@@ -86,7 +89,7 @@ const i = {
|
|
|
86
89
|
Zendesk: "zendesk",
|
|
87
90
|
Zoho: "zoho",
|
|
88
91
|
Zoom: "zoom"
|
|
89
|
-
},
|
|
92
|
+
}, M = [
|
|
90
93
|
{
|
|
91
94
|
id: i.Asana,
|
|
92
95
|
provider_id: e.Asana,
|
|
@@ -174,7 +177,7 @@ const i = {
|
|
|
174
177
|
name: "Microsoft",
|
|
175
178
|
description: "Authorize tools and agents with Microsoft",
|
|
176
179
|
publicIconUrl: `${o}/microsoft.svg`,
|
|
177
|
-
icon:
|
|
180
|
+
icon: A,
|
|
178
181
|
docs: "https://docs.arcade.dev/home/auth-providers/microsoft"
|
|
179
182
|
},
|
|
180
183
|
{
|
|
@@ -183,7 +186,7 @@ const i = {
|
|
|
183
186
|
name: "Notion",
|
|
184
187
|
description: "Authorize tools and agents with Notion",
|
|
185
188
|
publicIconUrl: `${o}/notion.svg`,
|
|
186
|
-
icon:
|
|
189
|
+
icon: _,
|
|
187
190
|
docs: "https://docs.arcade.dev/home/auth-providers/notion"
|
|
188
191
|
},
|
|
189
192
|
{
|
|
@@ -192,7 +195,7 @@ const i = {
|
|
|
192
195
|
name: "Reddit",
|
|
193
196
|
description: "Authorize tools and agents with Reddit",
|
|
194
197
|
publicIconUrl: `${o}/reddit.svg`,
|
|
195
|
-
icon:
|
|
198
|
+
icon: w,
|
|
196
199
|
docs: "https://docs.arcade.dev/home/auth-providers/reddit"
|
|
197
200
|
},
|
|
198
201
|
{
|
|
@@ -201,7 +204,7 @@ const i = {
|
|
|
201
204
|
name: "Slack",
|
|
202
205
|
description: "Authorize tools and agents with Slack",
|
|
203
206
|
publicIconUrl: `${o}/slack.svg`,
|
|
204
|
-
icon:
|
|
207
|
+
icon: z,
|
|
205
208
|
docs: "https://docs.arcade.dev/home/auth-providers/slack"
|
|
206
209
|
},
|
|
207
210
|
{
|
|
@@ -210,7 +213,7 @@ const i = {
|
|
|
210
213
|
name: "Spotify",
|
|
211
214
|
description: "Authorize tools and agents with Spotify",
|
|
212
215
|
publicIconUrl: `${o}/spotify.svg`,
|
|
213
|
-
icon:
|
|
216
|
+
icon: y,
|
|
214
217
|
docs: "https://docs.arcade.dev/home/auth-providers/spotify"
|
|
215
218
|
},
|
|
216
219
|
{
|
|
@@ -219,7 +222,7 @@ const i = {
|
|
|
219
222
|
name: "Twitch",
|
|
220
223
|
description: "Authorize tools and agents with Twitch",
|
|
221
224
|
publicIconUrl: `${o}/twitch.svg`,
|
|
222
|
-
icon:
|
|
225
|
+
icon: O,
|
|
223
226
|
docs: "https://docs.arcade.dev/home/auth-providers/twitch"
|
|
224
227
|
},
|
|
225
228
|
{
|
|
@@ -228,7 +231,7 @@ const i = {
|
|
|
228
231
|
name: "X (Twitter)",
|
|
229
232
|
description: "Authorize tools and agents with X (Twitter)",
|
|
230
233
|
publicIconUrl: `${o}/x.svg`,
|
|
231
|
-
icon:
|
|
234
|
+
icon: C,
|
|
232
235
|
docs: "https://docs.arcade.dev/home/auth-providers/x"
|
|
233
236
|
},
|
|
234
237
|
{
|
|
@@ -237,10 +240,10 @@ const i = {
|
|
|
237
240
|
name: "Zoom",
|
|
238
241
|
description: "Authorize tools and agents with Zoom",
|
|
239
242
|
publicIconUrl: `${o}/zoom.svg`,
|
|
240
|
-
icon:
|
|
243
|
+
icon: D,
|
|
241
244
|
docs: "https://docs.arcade.dev/home/auth-providers/zoom"
|
|
242
245
|
}
|
|
243
|
-
],
|
|
246
|
+
], R = {
|
|
244
247
|
id: i.OAuth2,
|
|
245
248
|
provider_id: e.OAuth2,
|
|
246
249
|
name: "OAuth 2.0",
|
|
@@ -248,8 +251,18 @@ const i = {
|
|
|
248
251
|
publicIconUrl: `${o}/oauth.svg`,
|
|
249
252
|
icon: k,
|
|
250
253
|
docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
|
|
251
|
-
},
|
|
252
|
-
|
|
254
|
+
}, Z = {
|
|
255
|
+
id: i.MCP_OAuth2,
|
|
256
|
+
provider_id: e.MCP_OAuth2,
|
|
257
|
+
name: "MCP",
|
|
258
|
+
description: "Model Context Protocol (MCP)",
|
|
259
|
+
publicIconUrl: `${o}/mcp.svg`,
|
|
260
|
+
icon: b,
|
|
261
|
+
docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
|
|
262
|
+
// TODO: Use the correct docs link when we have it
|
|
263
|
+
}, x = [
|
|
264
|
+
R,
|
|
265
|
+
Z,
|
|
253
266
|
{
|
|
254
267
|
id: i.Airtable,
|
|
255
268
|
provider_id: e.Airtable,
|
|
@@ -283,7 +296,7 @@ const i = {
|
|
|
283
296
|
name: "Miro",
|
|
284
297
|
description: "Authorize tools and agents with Miro",
|
|
285
298
|
publicIconUrl: `${o}/miro.svg`,
|
|
286
|
-
icon:
|
|
299
|
+
icon: f,
|
|
287
300
|
docs: "https://docs.arcade.dev/home/auth-providers/miro"
|
|
288
301
|
},
|
|
289
302
|
{
|
|
@@ -292,7 +305,7 @@ const i = {
|
|
|
292
305
|
name: "PagerDuty",
|
|
293
306
|
description: "Authorize tools and agents with PagerDuty",
|
|
294
307
|
publicIconUrl: `${o}/pagerduty.svg`,
|
|
295
|
-
icon:
|
|
308
|
+
icon: I,
|
|
296
309
|
docs: "https://docs.arcade.dev/home/auth-providers/pagerduty"
|
|
297
310
|
},
|
|
298
311
|
{
|
|
@@ -301,7 +314,7 @@ const i = {
|
|
|
301
314
|
name: "Salesforce",
|
|
302
315
|
description: "Authorize tools and agents with Salesforce",
|
|
303
316
|
publicIconUrl: `${o}/salesforce.svg`,
|
|
304
|
-
icon:
|
|
317
|
+
icon: U,
|
|
305
318
|
docs: "https://docs.arcade.dev/home/auth-providers/salesforce"
|
|
306
319
|
},
|
|
307
320
|
{
|
|
@@ -310,7 +323,7 @@ const i = {
|
|
|
310
323
|
name: "Square",
|
|
311
324
|
description: "Authorize tools and agents with Square",
|
|
312
325
|
publicIconUrl: `${o}/square.svg`,
|
|
313
|
-
icon:
|
|
326
|
+
icon: S,
|
|
314
327
|
docs: "https://docs.arcade.dev/home/auth-providers/squareup"
|
|
315
328
|
},
|
|
316
329
|
{
|
|
@@ -319,7 +332,7 @@ const i = {
|
|
|
319
332
|
name: "Tesla",
|
|
320
333
|
description: "Authorize tools and agents with Tesla",
|
|
321
334
|
publicIconUrl: `${o}/tesla.svg`,
|
|
322
|
-
icon:
|
|
335
|
+
icon: $,
|
|
323
336
|
docs: "https://docs.arcade.dev/home/auth-providers/tesla"
|
|
324
337
|
},
|
|
325
338
|
{
|
|
@@ -328,7 +341,7 @@ const i = {
|
|
|
328
341
|
name: "Zendesk",
|
|
329
342
|
description: "Authorize tools and agents with Zendesk",
|
|
330
343
|
publicIconUrl: `${o}/zendesk.svg`,
|
|
331
|
-
icon:
|
|
344
|
+
icon: T,
|
|
332
345
|
docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
|
|
333
346
|
},
|
|
334
347
|
{
|
|
@@ -337,22 +350,23 @@ const i = {
|
|
|
337
350
|
name: "Zoho",
|
|
338
351
|
description: "Authorize tools and agents with Zoho",
|
|
339
352
|
publicIconUrl: `${o}/zoho.svg`,
|
|
340
|
-
icon:
|
|
353
|
+
icon: P,
|
|
341
354
|
docs: "https://docs.arcade.dev/home/auth-providers/zoho"
|
|
342
355
|
}
|
|
343
|
-
],
|
|
344
|
-
...
|
|
345
|
-
...
|
|
346
|
-
],
|
|
356
|
+
], L = [
|
|
357
|
+
...M,
|
|
358
|
+
...x
|
|
359
|
+
], bo = L.reduce(
|
|
347
360
|
(r, t) => (r[t.provider_id] = t, r),
|
|
348
361
|
{}
|
|
349
362
|
);
|
|
350
363
|
export {
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
364
|
+
Z as MCP_OAUTH2_PROVIDER,
|
|
365
|
+
R as OAUTH2_PROVIDER,
|
|
366
|
+
L as OAUTH_PROVIDERS,
|
|
367
|
+
bo as OAUTH_PROVIDER_CATALOGUE,
|
|
354
368
|
i as OAuthId,
|
|
355
369
|
e as OAuthProviderId,
|
|
356
|
-
|
|
357
|
-
|
|
370
|
+
x as OTHER_OAUTH_PROVIDERS,
|
|
371
|
+
M as PREBUILT_OAUTH_PROVIDERS
|
|
358
372
|
};
|