@arcadeai/design-system 3.22.0 → 3.24.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/metadata/oauth-providers.d.ts +3 -1
- package/dist/metadata/oauth-providers.js +146 -134
- package/dist/metadata/toolkit-icons.js +112 -112
- package/dist/metadata/toolkits.js +36 -36
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ export declare const OAuthId: {
|
|
|
8
8
|
readonly Clickup: "arcade-clickup";
|
|
9
9
|
readonly Discord: "arcade-discord";
|
|
10
10
|
readonly Dropbox: "arcade-dropbox";
|
|
11
|
+
readonly Figma: "arcade-figma";
|
|
11
12
|
readonly Github: "arcade-github";
|
|
12
13
|
readonly Google: "arcade-google";
|
|
13
14
|
readonly Hubspot: "arcade-hubspot";
|
|
@@ -41,6 +42,7 @@ export declare const OAuthProviderId: {
|
|
|
41
42
|
readonly Clickup: "clickup";
|
|
42
43
|
readonly Discord: "discord";
|
|
43
44
|
readonly Dropbox: "dropbox";
|
|
45
|
+
readonly Figma: "figma";
|
|
44
46
|
readonly Github: "github";
|
|
45
47
|
readonly Google: "google";
|
|
46
48
|
readonly Hubspot: "hubspot";
|
|
@@ -95,7 +97,7 @@ export declare const MCP_OAUTH2_PROVIDER: {
|
|
|
95
97
|
docs: string;
|
|
96
98
|
};
|
|
97
99
|
/**
|
|
98
|
-
* OTHER OAUTH PROVIDERS -
|
|
100
|
+
* OTHER OAUTH PROVIDERS - Generic OAuth providers for custom integrations
|
|
99
101
|
*/
|
|
100
102
|
export declare const OTHER_OAUTH_PROVIDERS: OAuthCatalogue[];
|
|
101
103
|
/**
|
|
@@ -6,30 +6,31 @@ import { Calendly as c } from "../components/ui/atoms/icons/calendly.js";
|
|
|
6
6
|
import { Clickup as n } from "../components/ui/atoms/icons/clickup.js";
|
|
7
7
|
import { Discord as p } from "../components/ui/atoms/icons/discord.js";
|
|
8
8
|
import { Dropbox as h } from "../components/ui/atoms/icons/dropbox.js";
|
|
9
|
-
import {
|
|
9
|
+
import { Figma as l } from "../components/ui/atoms/icons/figma.js";
|
|
10
|
+
import { Github as m } from "../components/ui/atoms/icons/github.js";
|
|
10
11
|
import { Google as u } from "../components/ui/atoms/icons/google.js";
|
|
11
|
-
import { Hubspot as
|
|
12
|
-
import { Linear as
|
|
13
|
-
import { Linkedin as
|
|
14
|
-
import { Mailchimp as
|
|
15
|
-
import { Mcp as
|
|
12
|
+
import { Hubspot as v } from "../components/ui/atoms/icons/hubspot.js";
|
|
13
|
+
import { Linear as g } from "../components/ui/atoms/icons/linear.js";
|
|
14
|
+
import { Linkedin as b } from "../components/ui/atoms/icons/linkedin.js";
|
|
15
|
+
import { Mailchimp as A } from "../components/ui/atoms/icons/mailchimp.js";
|
|
16
|
+
import { Mcp as f } from "../components/ui/atoms/icons/mcp.js";
|
|
16
17
|
import { Microsoft as k } from "../components/ui/atoms/icons/microsoft.js";
|
|
17
|
-
import { Miro as
|
|
18
|
-
import { Notion as
|
|
19
|
-
import { Oauth as
|
|
20
|
-
import { Pagerduty as
|
|
21
|
-
import { Reddit as
|
|
22
|
-
import { Salesforce as
|
|
23
|
-
import { Slack as
|
|
24
|
-
import { Spotify as
|
|
25
|
-
import { Square as
|
|
26
|
-
import { Tesla as
|
|
27
|
-
import { Ticktick as
|
|
28
|
-
import { Twitch as
|
|
29
|
-
import { X as
|
|
30
|
-
import { Zendesk as
|
|
31
|
-
import { Zoho as
|
|
32
|
-
import { Zoom as
|
|
18
|
+
import { Miro as _ } from "../components/ui/atoms/icons/miro.js";
|
|
19
|
+
import { Notion as I } from "../components/ui/atoms/icons/notion.js";
|
|
20
|
+
import { Oauth as w } from "../components/ui/atoms/icons/oauth.js";
|
|
21
|
+
import { Pagerduty as U } from "../components/ui/atoms/icons/pagerduty.js";
|
|
22
|
+
import { Reddit as z } from "../components/ui/atoms/icons/reddit.js";
|
|
23
|
+
import { Salesforce as y } from "../components/ui/atoms/icons/salesforce.js";
|
|
24
|
+
import { Slack as T } from "../components/ui/atoms/icons/slack.js";
|
|
25
|
+
import { Spotify as S } from "../components/ui/atoms/icons/spotify.js";
|
|
26
|
+
import { Square as $ } from "../components/ui/atoms/icons/square.js";
|
|
27
|
+
import { Tesla as M } from "../components/ui/atoms/icons/tesla.js";
|
|
28
|
+
import { Ticktick as O } from "../components/ui/atoms/icons/ticktick.js";
|
|
29
|
+
import { Twitch as C } from "../components/ui/atoms/icons/twitch.js";
|
|
30
|
+
import { X as P } from "../components/ui/atoms/icons/x.js";
|
|
31
|
+
import { Zendesk as D } from "../components/ui/atoms/icons/zendesk.js";
|
|
32
|
+
import { Zoho as R } from "../components/ui/atoms/icons/zoho.js";
|
|
33
|
+
import { Zoom as Z } from "../components/ui/atoms/icons/zoom.js";
|
|
33
34
|
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
34
35
|
const i = {
|
|
35
36
|
Airtable: "arcade-airtable",
|
|
@@ -39,6 +40,7 @@ const i = {
|
|
|
39
40
|
Clickup: "arcade-clickup",
|
|
40
41
|
Discord: "arcade-discord",
|
|
41
42
|
Dropbox: "arcade-dropbox",
|
|
43
|
+
Figma: "arcade-figma",
|
|
42
44
|
Github: "arcade-github",
|
|
43
45
|
Google: "arcade-google",
|
|
44
46
|
Hubspot: "arcade-hubspot",
|
|
@@ -71,6 +73,7 @@ const i = {
|
|
|
71
73
|
Clickup: "clickup",
|
|
72
74
|
Discord: "discord",
|
|
73
75
|
Dropbox: "dropbox",
|
|
76
|
+
Figma: "figma",
|
|
74
77
|
Github: "github",
|
|
75
78
|
Google: "google",
|
|
76
79
|
Hubspot: "hubspot",
|
|
@@ -95,7 +98,16 @@ const i = {
|
|
|
95
98
|
Zendesk: "zendesk",
|
|
96
99
|
Zoho: "zoho",
|
|
97
100
|
Zoom: "zoom"
|
|
98
|
-
},
|
|
101
|
+
}, x = [
|
|
102
|
+
{
|
|
103
|
+
id: i.Airtable,
|
|
104
|
+
provider_id: e.Airtable,
|
|
105
|
+
name: "Airtable",
|
|
106
|
+
description: "Authorize tools and agents with Airtable",
|
|
107
|
+
publicIconUrl: `${o}/airtable.svg`,
|
|
108
|
+
icon: d,
|
|
109
|
+
docs: "https://docs.arcade.dev/home/auth-providers/airtable"
|
|
110
|
+
},
|
|
99
111
|
{
|
|
100
112
|
id: i.Asana,
|
|
101
113
|
provider_id: e.Asana,
|
|
@@ -114,6 +126,24 @@ const i = {
|
|
|
114
126
|
icon: s,
|
|
115
127
|
docs: "https://docs.arcade.dev/home/auth-providers/atlassian"
|
|
116
128
|
},
|
|
129
|
+
{
|
|
130
|
+
id: i.Calendly,
|
|
131
|
+
provider_id: e.Calendly,
|
|
132
|
+
name: "Calendly",
|
|
133
|
+
description: "Authorize tools and agents with Calendly",
|
|
134
|
+
publicIconUrl: `${o}/calendly.svg`,
|
|
135
|
+
icon: c,
|
|
136
|
+
docs: "https://docs.arcade.dev/home/auth-providers/calendly"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
id: i.Clickup,
|
|
140
|
+
provider_id: e.Clickup,
|
|
141
|
+
name: "ClickUp",
|
|
142
|
+
description: "Authorize tools and agents with ClickUp",
|
|
143
|
+
publicIconUrl: `${o}/clickup.svg`,
|
|
144
|
+
icon: n,
|
|
145
|
+
docs: "https://docs.arcade.dev/home/auth-providers/clickup"
|
|
146
|
+
},
|
|
117
147
|
{
|
|
118
148
|
id: i.Discord,
|
|
119
149
|
provider_id: e.Discord,
|
|
@@ -132,13 +162,22 @@ const i = {
|
|
|
132
162
|
icon: h,
|
|
133
163
|
docs: "https://docs.arcade.dev/home/auth-providers/dropbox"
|
|
134
164
|
},
|
|
165
|
+
{
|
|
166
|
+
id: i.Figma,
|
|
167
|
+
provider_id: e.Figma,
|
|
168
|
+
name: "Figma",
|
|
169
|
+
description: "Authorize tools and agents with Figma",
|
|
170
|
+
publicIconUrl: `${o}/figma.svg`,
|
|
171
|
+
icon: l,
|
|
172
|
+
docs: "https://docs.arcade.dev/home/auth-providers/figma"
|
|
173
|
+
},
|
|
135
174
|
{
|
|
136
175
|
id: i.Github,
|
|
137
176
|
provider_id: e.Github,
|
|
138
177
|
name: "GitHub",
|
|
139
178
|
description: "Authorize tools and agents with GitHub, including private repositories",
|
|
140
179
|
publicIconUrl: `${o}/github.svg`,
|
|
141
|
-
icon:
|
|
180
|
+
icon: m,
|
|
142
181
|
docs: "https://docs.arcade.dev/home/auth-providers/github"
|
|
143
182
|
},
|
|
144
183
|
{
|
|
@@ -156,7 +195,7 @@ const i = {
|
|
|
156
195
|
name: "HubSpot",
|
|
157
196
|
description: "Authorize tools and agents with HubSpot",
|
|
158
197
|
publicIconUrl: `${o}/hubspot.svg`,
|
|
159
|
-
icon:
|
|
198
|
+
icon: v,
|
|
160
199
|
docs: "https://docs.arcade.dev/home/auth-providers/hubspot"
|
|
161
200
|
},
|
|
162
201
|
{
|
|
@@ -165,7 +204,7 @@ const i = {
|
|
|
165
204
|
name: "Linear",
|
|
166
205
|
description: "Authorize tools and agents with Linear",
|
|
167
206
|
publicIconUrl: `${o}/linear.svg`,
|
|
168
|
-
icon:
|
|
207
|
+
icon: g,
|
|
169
208
|
docs: "https://docs.arcade.dev/home/auth-providers/linear"
|
|
170
209
|
},
|
|
171
210
|
{
|
|
@@ -174,9 +213,18 @@ const i = {
|
|
|
174
213
|
name: "LinkedIn",
|
|
175
214
|
description: "Authorize tools and agents with LinkedIn",
|
|
176
215
|
publicIconUrl: `${o}/linkedin.svg`,
|
|
177
|
-
icon:
|
|
216
|
+
icon: b,
|
|
178
217
|
docs: "https://docs.arcade.dev/home/auth-providers/linkedin"
|
|
179
218
|
},
|
|
219
|
+
{
|
|
220
|
+
id: i.Mailchimp,
|
|
221
|
+
provider_id: e.Mailchimp,
|
|
222
|
+
name: "Mailchimp",
|
|
223
|
+
description: "Authorize tools and agents with Mailchimp",
|
|
224
|
+
publicIconUrl: `${o}/mailchimp.svg`,
|
|
225
|
+
icon: A,
|
|
226
|
+
docs: "https://docs.arcade.dev/home/auth-providers/mailchimp"
|
|
227
|
+
},
|
|
180
228
|
{
|
|
181
229
|
id: i.Microsoft,
|
|
182
230
|
provider_id: e.Microsoft,
|
|
@@ -186,22 +234,40 @@ const i = {
|
|
|
186
234
|
icon: k,
|
|
187
235
|
docs: "https://docs.arcade.dev/home/auth-providers/microsoft"
|
|
188
236
|
},
|
|
237
|
+
{
|
|
238
|
+
id: i.Miro,
|
|
239
|
+
provider_id: e.Miro,
|
|
240
|
+
name: "Miro",
|
|
241
|
+
description: "Authorize tools and agents with Miro",
|
|
242
|
+
publicIconUrl: `${o}/miro.svg`,
|
|
243
|
+
icon: _,
|
|
244
|
+
docs: "https://docs.arcade.dev/home/auth-providers/miro"
|
|
245
|
+
},
|
|
189
246
|
{
|
|
190
247
|
id: i.Notion,
|
|
191
248
|
provider_id: e.Notion,
|
|
192
249
|
name: "Notion",
|
|
193
250
|
description: "Authorize tools and agents with Notion",
|
|
194
251
|
publicIconUrl: `${o}/notion.svg`,
|
|
195
|
-
icon:
|
|
252
|
+
icon: I,
|
|
196
253
|
docs: "https://docs.arcade.dev/home/auth-providers/notion"
|
|
197
254
|
},
|
|
255
|
+
{
|
|
256
|
+
id: i.Pagerduty,
|
|
257
|
+
provider_id: e.Pagerduty,
|
|
258
|
+
name: "PagerDuty",
|
|
259
|
+
description: "Authorize tools and agents with PagerDuty",
|
|
260
|
+
publicIconUrl: `${o}/pagerduty.svg`,
|
|
261
|
+
icon: U,
|
|
262
|
+
docs: "https://docs.arcade.dev/home/auth-providers/pagerduty"
|
|
263
|
+
},
|
|
198
264
|
{
|
|
199
265
|
id: i.Reddit,
|
|
200
266
|
provider_id: e.Reddit,
|
|
201
267
|
name: "Reddit",
|
|
202
268
|
description: "Authorize tools and agents with Reddit",
|
|
203
269
|
publicIconUrl: `${o}/reddit.svg`,
|
|
204
|
-
icon:
|
|
270
|
+
icon: z,
|
|
205
271
|
docs: "https://docs.arcade.dev/home/auth-providers/reddit"
|
|
206
272
|
},
|
|
207
273
|
{
|
|
@@ -210,7 +276,7 @@ const i = {
|
|
|
210
276
|
name: "Slack",
|
|
211
277
|
description: "Authorize tools and agents with Slack",
|
|
212
278
|
publicIconUrl: `${o}/slack.svg`,
|
|
213
|
-
icon:
|
|
279
|
+
icon: T,
|
|
214
280
|
docs: "https://docs.arcade.dev/home/auth-providers/slack"
|
|
215
281
|
},
|
|
216
282
|
{
|
|
@@ -219,16 +285,34 @@ const i = {
|
|
|
219
285
|
name: "Spotify",
|
|
220
286
|
description: "Authorize tools and agents with Spotify",
|
|
221
287
|
publicIconUrl: `${o}/spotify.svg`,
|
|
222
|
-
icon:
|
|
288
|
+
icon: S,
|
|
223
289
|
docs: "https://docs.arcade.dev/home/auth-providers/spotify"
|
|
224
290
|
},
|
|
291
|
+
{
|
|
292
|
+
id: i.Squareup,
|
|
293
|
+
provider_id: e.Squareup,
|
|
294
|
+
name: "Square",
|
|
295
|
+
description: "Authorize tools and agents with Square",
|
|
296
|
+
publicIconUrl: `${o}/square.svg`,
|
|
297
|
+
icon: $,
|
|
298
|
+
docs: "https://docs.arcade.dev/home/auth-providers/squareup"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
id: i.Ticktick,
|
|
302
|
+
provider_id: e.Ticktick,
|
|
303
|
+
name: "TickTick",
|
|
304
|
+
description: "Authorize tools and agents with TickTick",
|
|
305
|
+
publicIconUrl: `${o}/ticktick.svg`,
|
|
306
|
+
icon: O,
|
|
307
|
+
docs: "https://docs.arcade.dev/home/auth-providers/ticktick"
|
|
308
|
+
},
|
|
225
309
|
{
|
|
226
310
|
id: i.Twitch,
|
|
227
311
|
provider_id: e.Twitch,
|
|
228
312
|
name: "Twitch",
|
|
229
313
|
description: "Authorize tools and agents with Twitch",
|
|
230
314
|
publicIconUrl: `${o}/twitch.svg`,
|
|
231
|
-
icon:
|
|
315
|
+
icon: C,
|
|
232
316
|
docs: "https://docs.arcade.dev/home/auth-providers/twitch"
|
|
233
317
|
},
|
|
234
318
|
{
|
|
@@ -237,127 +321,64 @@ const i = {
|
|
|
237
321
|
name: "X (Twitter)",
|
|
238
322
|
description: "Authorize tools and agents with X (Twitter)",
|
|
239
323
|
publicIconUrl: `${o}/x.svg`,
|
|
240
|
-
icon:
|
|
324
|
+
icon: P,
|
|
241
325
|
docs: "https://docs.arcade.dev/home/auth-providers/x"
|
|
242
326
|
},
|
|
327
|
+
{
|
|
328
|
+
id: i.Zoho,
|
|
329
|
+
provider_id: e.Zoho,
|
|
330
|
+
name: "Zoho",
|
|
331
|
+
description: "Authorize tools and agents with Zoho",
|
|
332
|
+
publicIconUrl: `${o}/zoho.svg`,
|
|
333
|
+
icon: R,
|
|
334
|
+
docs: "https://docs.arcade.dev/home/auth-providers/zoho"
|
|
335
|
+
},
|
|
243
336
|
{
|
|
244
337
|
id: i.Zoom,
|
|
245
338
|
provider_id: e.Zoom,
|
|
246
339
|
name: "Zoom",
|
|
247
340
|
description: "Authorize tools and agents with Zoom",
|
|
248
341
|
publicIconUrl: `${o}/zoom.svg`,
|
|
249
|
-
icon:
|
|
342
|
+
icon: Z,
|
|
250
343
|
docs: "https://docs.arcade.dev/home/auth-providers/zoom"
|
|
251
344
|
}
|
|
252
|
-
],
|
|
345
|
+
], L = {
|
|
253
346
|
id: i.OAuth2,
|
|
254
347
|
provider_id: e.OAuth2,
|
|
255
348
|
name: "OAuth 2.0",
|
|
256
349
|
description: "Authorize tools and agents with any OAuth 2.0 compatible provider",
|
|
257
350
|
publicIconUrl: `${o}/oauth.svg`,
|
|
258
|
-
icon:
|
|
351
|
+
icon: w,
|
|
259
352
|
docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
|
|
260
|
-
},
|
|
353
|
+
}, G = {
|
|
261
354
|
id: i.MCP_OAuth2,
|
|
262
355
|
provider_id: e.MCP_OAuth2,
|
|
263
356
|
name: "MCP",
|
|
264
357
|
description: "Model Context Protocol (MCP)",
|
|
265
358
|
publicIconUrl: `${o}/mcp.svg`,
|
|
266
|
-
icon:
|
|
359
|
+
icon: f,
|
|
267
360
|
docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
|
|
268
361
|
// TODO: Use the correct docs link when we have it
|
|
269
|
-
},
|
|
270
|
-
x,
|
|
362
|
+
}, H = [
|
|
271
363
|
L,
|
|
272
|
-
|
|
273
|
-
id: i.Airtable,
|
|
274
|
-
provider_id: e.Airtable,
|
|
275
|
-
name: "Airtable",
|
|
276
|
-
description: "Authorize tools and agents with Airtable",
|
|
277
|
-
publicIconUrl: `${o}/airtable.svg`,
|
|
278
|
-
icon: d,
|
|
279
|
-
docs: "https://docs.arcade.dev/home/auth-providers/airtable"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
id: i.Calendly,
|
|
283
|
-
provider_id: e.Calendly,
|
|
284
|
-
name: "Calendly",
|
|
285
|
-
description: "Authorize tools and agents with Calendly",
|
|
286
|
-
publicIconUrl: `${o}/calendly.svg`,
|
|
287
|
-
icon: c,
|
|
288
|
-
docs: "https://docs.arcade.dev/home/auth-providers/calendly"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
id: i.Clickup,
|
|
292
|
-
provider_id: e.Clickup,
|
|
293
|
-
name: "ClickUp",
|
|
294
|
-
description: "Authorize tools and agents with ClickUp",
|
|
295
|
-
publicIconUrl: `${o}/clickup.svg`,
|
|
296
|
-
icon: n,
|
|
297
|
-
docs: "https://docs.arcade.dev/home/auth-providers/clickup"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
id: i.Mailchimp,
|
|
301
|
-
provider_id: e.Mailchimp,
|
|
302
|
-
name: "Mailchimp",
|
|
303
|
-
description: "Authorize tools and agents with Mailchimp",
|
|
304
|
-
publicIconUrl: `${o}/mailchimp.svg`,
|
|
305
|
-
icon: b,
|
|
306
|
-
docs: "https://docs.arcade.dev/home/auth-providers/mailchimp"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
id: i.Miro,
|
|
310
|
-
provider_id: e.Miro,
|
|
311
|
-
name: "Miro",
|
|
312
|
-
description: "Authorize tools and agents with Miro",
|
|
313
|
-
publicIconUrl: `${o}/miro.svg`,
|
|
314
|
-
icon: f,
|
|
315
|
-
docs: "https://docs.arcade.dev/home/auth-providers/miro"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
id: i.Pagerduty,
|
|
319
|
-
provider_id: e.Pagerduty,
|
|
320
|
-
name: "PagerDuty",
|
|
321
|
-
description: "Authorize tools and agents with PagerDuty",
|
|
322
|
-
publicIconUrl: `${o}/pagerduty.svg`,
|
|
323
|
-
icon: w,
|
|
324
|
-
docs: "https://docs.arcade.dev/home/auth-providers/pagerduty"
|
|
325
|
-
},
|
|
364
|
+
G,
|
|
326
365
|
{
|
|
327
366
|
id: i.Salesforce,
|
|
328
367
|
provider_id: e.Salesforce,
|
|
329
368
|
name: "Salesforce",
|
|
330
369
|
description: "Authorize tools and agents with Salesforce",
|
|
331
370
|
publicIconUrl: `${o}/salesforce.svg`,
|
|
332
|
-
icon:
|
|
371
|
+
icon: y,
|
|
333
372
|
docs: "https://docs.arcade.dev/home/auth-providers/salesforce"
|
|
334
373
|
},
|
|
335
|
-
{
|
|
336
|
-
id: i.Squareup,
|
|
337
|
-
provider_id: e.Squareup,
|
|
338
|
-
name: "Square",
|
|
339
|
-
description: "Authorize tools and agents with Square",
|
|
340
|
-
publicIconUrl: `${o}/square.svg`,
|
|
341
|
-
icon: S,
|
|
342
|
-
docs: "https://docs.arcade.dev/home/auth-providers/squareup"
|
|
343
|
-
},
|
|
344
374
|
{
|
|
345
375
|
id: i.Tesla,
|
|
346
376
|
provider_id: e.Tesla,
|
|
347
377
|
name: "Tesla",
|
|
348
378
|
description: "Authorize tools and agents with Tesla",
|
|
349
379
|
publicIconUrl: `${o}/tesla.svg`,
|
|
350
|
-
icon: $,
|
|
351
|
-
docs: "https://docs.arcade.dev/home/auth-providers/tesla"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
id: i.Ticktick,
|
|
355
|
-
provider_id: e.Ticktick,
|
|
356
|
-
name: "TickTick",
|
|
357
|
-
description: "Authorize tools and agents with TickTick",
|
|
358
|
-
publicIconUrl: `${o}/ticktick.svg`,
|
|
359
380
|
icon: M,
|
|
360
|
-
docs: "https://docs.arcade.dev/home/auth-providers/
|
|
381
|
+
docs: "https://docs.arcade.dev/home/auth-providers/tesla"
|
|
361
382
|
},
|
|
362
383
|
{
|
|
363
384
|
id: i.Zendesk,
|
|
@@ -365,32 +386,23 @@ const i = {
|
|
|
365
386
|
name: "Zendesk",
|
|
366
387
|
description: "Authorize tools and agents with Zendesk",
|
|
367
388
|
publicIconUrl: `${o}/zendesk.svg`,
|
|
368
|
-
icon: P,
|
|
369
|
-
docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
id: i.Zoho,
|
|
373
|
-
provider_id: e.Zoho,
|
|
374
|
-
name: "Zoho",
|
|
375
|
-
description: "Authorize tools and agents with Zoho",
|
|
376
|
-
publicIconUrl: `${o}/zoho.svg`,
|
|
377
389
|
icon: D,
|
|
378
|
-
docs: "https://docs.arcade.dev/home/auth-providers/
|
|
390
|
+
docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
|
|
379
391
|
}
|
|
380
|
-
],
|
|
381
|
-
...
|
|
382
|
-
...
|
|
383
|
-
],
|
|
392
|
+
], q = [
|
|
393
|
+
...x,
|
|
394
|
+
...H
|
|
395
|
+
], wo = q.reduce(
|
|
384
396
|
(r, t) => (r[t.provider_id] = t, r),
|
|
385
397
|
{}
|
|
386
398
|
);
|
|
387
399
|
export {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
400
|
+
G as MCP_OAUTH2_PROVIDER,
|
|
401
|
+
L as OAUTH2_PROVIDER,
|
|
402
|
+
q as OAUTH_PROVIDERS,
|
|
403
|
+
wo as OAUTH_PROVIDER_CATALOGUE,
|
|
392
404
|
i as OAuthId,
|
|
393
405
|
e as OAuthProviderId,
|
|
394
|
-
|
|
395
|
-
|
|
406
|
+
H as OTHER_OAUTH_PROVIDERS,
|
|
407
|
+
x as PREBUILT_OAUTH_PROVIDERS
|
|
396
408
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Adp as
|
|
3
|
-
import { Aha as
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import { Adp as S } from "../components/ui/atoms/icons/adp.js";
|
|
3
|
+
import { Aha as G } from "../components/ui/atoms/icons/aha.js";
|
|
4
4
|
import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
5
|
-
import { Amplitude as
|
|
6
|
-
import { Arcade as
|
|
7
|
-
import { Asana as
|
|
8
|
-
import { Ashby as
|
|
9
|
-
import { Auth0 as
|
|
10
|
-
import { Bamboohr as
|
|
11
|
-
import { Basecamp as
|
|
12
|
-
import { Bill as
|
|
13
|
-
import { Bitbucket as
|
|
14
|
-
import { Bluesky as
|
|
5
|
+
import { Amplitude as B } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
|
+
import { Arcade as y } from "../components/ui/atoms/icons/arcade.js";
|
|
7
|
+
import { Asana as M } from "../components/ui/atoms/icons/asana.js";
|
|
8
|
+
import { Ashby as T } from "../components/ui/atoms/icons/ashby.js";
|
|
9
|
+
import { Auth0 as D } from "../components/ui/atoms/icons/auth0.js";
|
|
10
|
+
import { Bamboohr as P } from "../components/ui/atoms/icons/bamboohr.js";
|
|
11
|
+
import { Basecamp as H } from "../components/ui/atoms/icons/basecamp.js";
|
|
12
|
+
import { Bill as O } from "../components/ui/atoms/icons/bill.js";
|
|
13
|
+
import { Bitbucket as v } from "../components/ui/atoms/icons/bitbucket.js";
|
|
14
|
+
import { Bluesky as w } from "../components/ui/atoms/icons/bluesky.js";
|
|
15
15
|
import { Box as a } from "../components/ui/atoms/icons/box.js";
|
|
16
|
-
import { Braze as
|
|
17
|
-
import { Brex as
|
|
18
|
-
import { Brightdata as
|
|
16
|
+
import { Braze as x } from "../components/ui/atoms/icons/braze.js";
|
|
17
|
+
import { Brex as F } from "../components/ui/atoms/icons/brex.js";
|
|
18
|
+
import { Brightdata as I } from "../components/ui/atoms/icons/brightdata.js";
|
|
19
19
|
import { Buffer as N } from "../components/ui/atoms/icons/buffer.js";
|
|
20
20
|
import { Calendly as l } from "../components/ui/atoms/icons/calendly.js";
|
|
21
21
|
import { Clickhouse as E } from "../components/ui/atoms/icons/clickhouse.js";
|
|
@@ -55,27 +55,27 @@ import { GoogleMaps as uo } from "../components/ui/atoms/icons/google-maps.js";
|
|
|
55
55
|
import { GoogleNews as go } from "../components/ui/atoms/icons/google-news.js";
|
|
56
56
|
import { GoogleSheets as ko } from "../components/ui/atoms/icons/google-sheets.js";
|
|
57
57
|
import { GoogleShopping as Ao } from "../components/ui/atoms/icons/google-shopping.js";
|
|
58
|
-
import { GoogleSlides as
|
|
59
|
-
import { Heroku as
|
|
60
|
-
import { Hootsuite as
|
|
58
|
+
import { GoogleSlides as bo } from "../components/ui/atoms/icons/google-slides.js";
|
|
59
|
+
import { Heroku as Co } from "../components/ui/atoms/icons/heroku.js";
|
|
60
|
+
import { Hootsuite as ho } from "../components/ui/atoms/icons/hootsuite.js";
|
|
61
61
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
62
|
-
import { Imgflip as
|
|
63
|
-
import { Intercom as
|
|
64
|
-
import { Jira as
|
|
65
|
-
import { Linear as
|
|
66
|
-
import { Linkedin as
|
|
67
|
-
import { Mailchimp as
|
|
68
|
-
import { Mcp as
|
|
69
|
-
import { MicrosoftDynamics as
|
|
70
|
-
import { MicrosoftSharepoint as
|
|
71
|
-
import { MicrosoftTeams as
|
|
62
|
+
import { Imgflip as So } from "../components/ui/atoms/icons/imgflip.js";
|
|
63
|
+
import { Intercom as Go } from "../components/ui/atoms/icons/intercom.js";
|
|
64
|
+
import { Jira as Bo } from "../components/ui/atoms/icons/jira.js";
|
|
65
|
+
import { Linear as yo } from "../components/ui/atoms/icons/linear.js";
|
|
66
|
+
import { Linkedin as Mo } from "../components/ui/atoms/icons/linkedin.js";
|
|
67
|
+
import { Mailchimp as To } from "../components/ui/atoms/icons/mailchimp.js";
|
|
68
|
+
import { Mcp as Do } from "../components/ui/atoms/icons/mcp.js";
|
|
69
|
+
import { MicrosoftDynamics as Po } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
70
|
+
import { MicrosoftSharepoint as Ho } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
71
|
+
import { MicrosoftTeams as Oo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
72
72
|
import { Miro as c } from "../components/ui/atoms/icons/miro.js";
|
|
73
|
-
import { Monday as
|
|
74
|
-
import { MongoDB as
|
|
75
|
-
import { Netsuite as
|
|
73
|
+
import { Monday as vo } from "../components/ui/atoms/icons/monday.js";
|
|
74
|
+
import { MongoDB as wo } from "../components/ui/atoms/icons/mongodb.js";
|
|
75
|
+
import { Netsuite as xo } from "../components/ui/atoms/icons/netsuite.js";
|
|
76
76
|
import { Notion as u } from "../components/ui/atoms/icons/notion.js";
|
|
77
|
-
import { Obsidian as
|
|
78
|
-
import { Okta as
|
|
77
|
+
import { Obsidian as Fo } from "../components/ui/atoms/icons/obsidian.js";
|
|
78
|
+
import { Okta as Io } from "../components/ui/atoms/icons/okta.js";
|
|
79
79
|
import { OneDrive as No } from "../components/ui/atoms/icons/one-drive.js";
|
|
80
80
|
import { OutlookCalendar as Eo } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
81
81
|
import { OutlookMail as Wo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
@@ -115,54 +115,54 @@ import { Youtube as ur } from "../components/ui/atoms/icons/youtube.js";
|
|
|
115
115
|
import { Zendesk as gr } from "../components/ui/atoms/icons/zendesk.js";
|
|
116
116
|
import { ZohoBooks as kr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
117
117
|
import { ZohoCreator as Ar } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
118
|
-
import { Zoom as
|
|
119
|
-
import { findToolkitByName as
|
|
120
|
-
const
|
|
121
|
-
ADPWorkforceNow:
|
|
122
|
-
Aha:
|
|
118
|
+
import { Zoom as dr } from "../components/ui/atoms/icons/zoom.js";
|
|
119
|
+
import { findToolkitByName as C } from "./utils.js";
|
|
120
|
+
const d = {
|
|
121
|
+
ADPWorkforceNow: S,
|
|
122
|
+
Aha: G,
|
|
123
123
|
Airtable: f,
|
|
124
|
-
|
|
125
|
-
Amplitude:
|
|
126
|
-
|
|
127
|
-
Asana:
|
|
128
|
-
|
|
129
|
-
Auth0:
|
|
130
|
-
BambooHR:
|
|
131
|
-
Basecamp:
|
|
132
|
-
BillCom:
|
|
133
|
-
Bitbucket:
|
|
134
|
-
Bluesky:
|
|
124
|
+
AirtableApi: f,
|
|
125
|
+
Amplitude: B,
|
|
126
|
+
ArcadeEngineApi: y,
|
|
127
|
+
Asana: M,
|
|
128
|
+
AshbyApi: T,
|
|
129
|
+
Auth0: D,
|
|
130
|
+
BambooHR: P,
|
|
131
|
+
Basecamp: H,
|
|
132
|
+
BillCom: O,
|
|
133
|
+
Bitbucket: v,
|
|
134
|
+
Bluesky: w,
|
|
135
135
|
Box: a,
|
|
136
|
-
|
|
137
|
-
Braze:
|
|
138
|
-
Brex:
|
|
139
|
-
Brightdata:
|
|
136
|
+
BoxApi: a,
|
|
137
|
+
Braze: x,
|
|
138
|
+
Brex: F,
|
|
139
|
+
Brightdata: I,
|
|
140
140
|
Buffer: N,
|
|
141
141
|
Calendly: l,
|
|
142
|
-
|
|
142
|
+
CalendlyApi: l,
|
|
143
143
|
Clickhouse: E,
|
|
144
144
|
ClickUp: W,
|
|
145
145
|
CloseIO: q,
|
|
146
146
|
Codesandbox: L,
|
|
147
147
|
Coinbase: Z,
|
|
148
148
|
Confluence: X,
|
|
149
|
-
|
|
149
|
+
CursorAgentsApi: J,
|
|
150
150
|
CustomerioApi: e,
|
|
151
151
|
CustomerioPipelinesApi: e,
|
|
152
152
|
CustomerioTrackApi: e,
|
|
153
|
-
|
|
153
|
+
DatadogApi: R,
|
|
154
154
|
DigitalOcean: z,
|
|
155
155
|
Discord: U,
|
|
156
156
|
Dropbox: j,
|
|
157
157
|
E2b: K,
|
|
158
158
|
EBay: Q,
|
|
159
159
|
Evernote: V,
|
|
160
|
-
|
|
160
|
+
ExaApi: Y,
|
|
161
161
|
Factorial: _,
|
|
162
162
|
Figma: s,
|
|
163
|
-
|
|
163
|
+
FigmaApi: s,
|
|
164
164
|
Firecrawl: $,
|
|
165
|
-
|
|
165
|
+
FreshserviceApi: oo,
|
|
166
166
|
Github: ro,
|
|
167
167
|
GitLab: io,
|
|
168
168
|
Gmail: mo,
|
|
@@ -179,46 +179,46 @@ const P = {
|
|
|
179
179
|
GoogleSearch: to,
|
|
180
180
|
GoogleSheets: ko,
|
|
181
181
|
GoogleShopping: Ao,
|
|
182
|
-
GoogleSlides:
|
|
183
|
-
Heroku:
|
|
184
|
-
Hootsuite:
|
|
182
|
+
GoogleSlides: bo,
|
|
183
|
+
Heroku: Co,
|
|
184
|
+
Hootsuite: ho,
|
|
185
185
|
Hubspot: o,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
Imgflip:
|
|
195
|
-
|
|
196
|
-
Jira:
|
|
197
|
-
Linear:
|
|
198
|
-
Linkedin:
|
|
199
|
-
Mailchimp:
|
|
200
|
-
MCP:
|
|
201
|
-
MicrosoftDynamics:
|
|
202
|
-
Sharepoint:
|
|
203
|
-
MicrosoftTeams:
|
|
186
|
+
HubspotAutomationApi: o,
|
|
187
|
+
HubspotCMSApi: o,
|
|
188
|
+
HubspotConversationsApi: o,
|
|
189
|
+
HubspotCRMApi: o,
|
|
190
|
+
HubspotEventsApi: o,
|
|
191
|
+
HubspotMarketingApi: o,
|
|
192
|
+
HubspotMeetingsApi: o,
|
|
193
|
+
HubspotUsersApi: o,
|
|
194
|
+
Imgflip: So,
|
|
195
|
+
IntercomApi: Go,
|
|
196
|
+
Jira: Bo,
|
|
197
|
+
Linear: yo,
|
|
198
|
+
Linkedin: Mo,
|
|
199
|
+
Mailchimp: To,
|
|
200
|
+
MCP: Do,
|
|
201
|
+
MicrosoftDynamics: Po,
|
|
202
|
+
Sharepoint: Ho,
|
|
203
|
+
MicrosoftTeams: Oo,
|
|
204
204
|
Miro: c,
|
|
205
|
-
|
|
206
|
-
Monday:
|
|
207
|
-
MongoDB:
|
|
208
|
-
Netsuite:
|
|
205
|
+
MiroApi: c,
|
|
206
|
+
Monday: vo,
|
|
207
|
+
MongoDB: wo,
|
|
208
|
+
Netsuite: xo,
|
|
209
209
|
Notion: u,
|
|
210
210
|
NotionToolkit: u,
|
|
211
|
-
Obsidian:
|
|
212
|
-
Okta:
|
|
211
|
+
Obsidian: Fo,
|
|
212
|
+
Okta: Io,
|
|
213
213
|
OneDrive: No,
|
|
214
214
|
OutlookCalendar: Eo,
|
|
215
215
|
OutlookMail: Wo,
|
|
216
|
-
|
|
216
|
+
PagerDutyApi: qo,
|
|
217
217
|
Pinecone: Lo,
|
|
218
218
|
Pinterest: Zo,
|
|
219
219
|
Pipedrive: Xo,
|
|
220
220
|
Plaid: Jo,
|
|
221
|
-
|
|
221
|
+
PosthogApi: zo,
|
|
222
222
|
Postgres: Ro,
|
|
223
223
|
Quickbooks: Uo,
|
|
224
224
|
Reddit: jo,
|
|
@@ -226,52 +226,52 @@ const P = {
|
|
|
226
226
|
Shopify: Qo,
|
|
227
227
|
Singlestore: Vo,
|
|
228
228
|
Slack: g,
|
|
229
|
-
|
|
229
|
+
SlackApi: g,
|
|
230
230
|
Snowflake: Yo,
|
|
231
231
|
Splunk: _o,
|
|
232
232
|
Spotify: $o,
|
|
233
233
|
Square: p,
|
|
234
234
|
Squareup: rr,
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
SquareupApi: p,
|
|
236
|
+
SquareUpApi: p,
|
|
237
237
|
Squarespace: or,
|
|
238
238
|
Stripe: k,
|
|
239
|
-
|
|
239
|
+
StripeApi: k,
|
|
240
240
|
Tiktok: mr,
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
TickTickApi: ir,
|
|
242
|
+
TrelloApi: tr,
|
|
243
243
|
Twilio: er,
|
|
244
244
|
Twitch: pr,
|
|
245
245
|
Vercel: fr,
|
|
246
246
|
Walmart: ar,
|
|
247
|
-
|
|
247
|
+
WeaviateApi: lr,
|
|
248
248
|
Workday: sr,
|
|
249
249
|
Wrike: nr,
|
|
250
250
|
X: cr,
|
|
251
251
|
Xero: A,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
252
|
+
XeroApi: A,
|
|
253
|
+
ZohoBooksApi: kr,
|
|
254
|
+
ZohoCreatorApi: Ar,
|
|
255
255
|
Youtube: ur,
|
|
256
256
|
Zendesk: gr,
|
|
257
|
-
Zoom:
|
|
258
|
-
},
|
|
257
|
+
Zoom: dr
|
|
258
|
+
}, h = (r) => {
|
|
259
259
|
if (!r)
|
|
260
260
|
return n;
|
|
261
|
-
const m = r.toLowerCase(), i = Object.keys(
|
|
261
|
+
const m = r.toLowerCase(), i = Object.keys(d).find(
|
|
262
262
|
(t) => t.toLowerCase() === m
|
|
263
263
|
);
|
|
264
|
-
return i ?
|
|
265
|
-
}, Dm = (r) => {
|
|
266
|
-
const m = I(r), i = b(m?.id);
|
|
267
|
-
return ({ className: t }) => /* @__PURE__ */ d(i, { className: t });
|
|
264
|
+
return i ? d[i] : n;
|
|
268
265
|
}, Hm = (r) => {
|
|
269
|
-
const m =
|
|
270
|
-
return ({ className: t }) => /* @__PURE__ */
|
|
266
|
+
const m = C(r), i = h(m?.id);
|
|
267
|
+
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
268
|
+
}, Om = (r) => {
|
|
269
|
+
const m = C(r), i = h(m?.id);
|
|
270
|
+
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
271
271
|
};
|
|
272
272
|
export {
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
273
|
+
d as TOOLKIT_ICON_MAP,
|
|
274
|
+
Om as getToolIconByToolkitName,
|
|
275
|
+
h as getToolkitIcon,
|
|
276
|
+
Hm as getToolkitIconByName
|
|
277
277
|
};
|
|
@@ -38,7 +38,7 @@ const r = [
|
|
|
38
38
|
isHidden: !1
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
id: "
|
|
41
|
+
id: "AirtableApi",
|
|
42
42
|
label: "Airtable API",
|
|
43
43
|
isBYOC: !1,
|
|
44
44
|
isPro: !1,
|
|
@@ -64,7 +64,7 @@ const r = [
|
|
|
64
64
|
isHidden: !1
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
id: "
|
|
67
|
+
id: "ArcadeEngineApi",
|
|
68
68
|
label: "Arcade Engine API",
|
|
69
69
|
isBYOC: !1,
|
|
70
70
|
isPro: !1,
|
|
@@ -90,7 +90,7 @@ const r = [
|
|
|
90
90
|
isHidden: !1
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
id: "
|
|
93
|
+
id: "AsanaApi",
|
|
94
94
|
label: "Asana API",
|
|
95
95
|
isBYOC: !1,
|
|
96
96
|
isPro: !1,
|
|
@@ -103,7 +103,7 @@ const r = [
|
|
|
103
103
|
isHidden: !1
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
id: "
|
|
106
|
+
id: "AshbyApi",
|
|
107
107
|
label: "Ashby API",
|
|
108
108
|
isBYOC: !1,
|
|
109
109
|
isPro: !1,
|
|
@@ -194,7 +194,7 @@ const r = [
|
|
|
194
194
|
isHidden: !1
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
id: "
|
|
197
|
+
id: "BoxApi",
|
|
198
198
|
label: "Box API",
|
|
199
199
|
isBYOC: !1,
|
|
200
200
|
isPro: !1,
|
|
@@ -259,7 +259,7 @@ const r = [
|
|
|
259
259
|
isHidden: !1
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
|
-
id: "
|
|
262
|
+
id: "CalendlyApi",
|
|
263
263
|
label: "Calendly API",
|
|
264
264
|
isBYOC: !1,
|
|
265
265
|
isPro: !1,
|
|
@@ -298,7 +298,7 @@ const r = [
|
|
|
298
298
|
isHidden: !1
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
|
-
id: "
|
|
301
|
+
id: "ClickUpApi",
|
|
302
302
|
label: "ClickUp API",
|
|
303
303
|
isBYOC: !1,
|
|
304
304
|
isPro: !1,
|
|
@@ -363,7 +363,7 @@ const r = [
|
|
|
363
363
|
isHidden: !1
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
id: "
|
|
366
|
+
id: "CursorAgentsApi",
|
|
367
367
|
label: "Cursor Agents API",
|
|
368
368
|
isBYOC: !1,
|
|
369
369
|
isPro: !1,
|
|
@@ -415,7 +415,7 @@ const r = [
|
|
|
415
415
|
isHidden: !1
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
|
-
id: "
|
|
418
|
+
id: "DatadogApi",
|
|
419
419
|
label: "Datadog API",
|
|
420
420
|
isBYOC: !1,
|
|
421
421
|
isPro: !1,
|
|
@@ -506,7 +506,7 @@ const r = [
|
|
|
506
506
|
isHidden: !1
|
|
507
507
|
},
|
|
508
508
|
{
|
|
509
|
-
id: "
|
|
509
|
+
id: "ExaApi",
|
|
510
510
|
label: "Exa API",
|
|
511
511
|
isBYOC: !1,
|
|
512
512
|
isPro: !1,
|
|
@@ -532,7 +532,7 @@ const r = [
|
|
|
532
532
|
isHidden: !1
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
|
-
id: "
|
|
535
|
+
id: "FigmaApi",
|
|
536
536
|
label: "Figma API",
|
|
537
537
|
isBYOC: !1,
|
|
538
538
|
isPro: !1,
|
|
@@ -558,7 +558,7 @@ const r = [
|
|
|
558
558
|
isHidden: !1
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
-
id: "
|
|
561
|
+
id: "FreshserviceApi",
|
|
562
562
|
label: "Freshservice API",
|
|
563
563
|
isBYOC: !1,
|
|
564
564
|
isPro: !1,
|
|
@@ -584,7 +584,7 @@ const r = [
|
|
|
584
584
|
isHidden: !1
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
id: "
|
|
587
|
+
id: "GithubApi",
|
|
588
588
|
label: "GitHub API",
|
|
589
589
|
isBYOC: !1,
|
|
590
590
|
isPro: !1,
|
|
@@ -844,7 +844,7 @@ const r = [
|
|
|
844
844
|
isHidden: !1
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
id: "
|
|
847
|
+
id: "HubspotAutomationApi",
|
|
848
848
|
label: "HubSpot Automation API",
|
|
849
849
|
isBYOC: !1,
|
|
850
850
|
isPro: !1,
|
|
@@ -857,7 +857,7 @@ const r = [
|
|
|
857
857
|
isHidden: !1
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
|
-
id: "
|
|
860
|
+
id: "HubspotCMSApi",
|
|
861
861
|
label: "HubSpot CMS API",
|
|
862
862
|
isBYOC: !1,
|
|
863
863
|
isPro: !1,
|
|
@@ -870,7 +870,7 @@ const r = [
|
|
|
870
870
|
isHidden: !1
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
|
-
id: "
|
|
873
|
+
id: "HubspotConversationsApi",
|
|
874
874
|
label: "HubSpot Conversations API",
|
|
875
875
|
isBYOC: !1,
|
|
876
876
|
isPro: !1,
|
|
@@ -883,7 +883,7 @@ const r = [
|
|
|
883
883
|
isHidden: !1
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
|
-
id: "
|
|
886
|
+
id: "HubspotCRMApi",
|
|
887
887
|
label: "HubSpot CRM API",
|
|
888
888
|
isBYOC: !1,
|
|
889
889
|
isPro: !1,
|
|
@@ -896,7 +896,7 @@ const r = [
|
|
|
896
896
|
isHidden: !1
|
|
897
897
|
},
|
|
898
898
|
{
|
|
899
|
-
id: "
|
|
899
|
+
id: "HubspotEventsApi",
|
|
900
900
|
label: "HubSpot Events API",
|
|
901
901
|
isBYOC: !1,
|
|
902
902
|
isPro: !1,
|
|
@@ -909,7 +909,7 @@ const r = [
|
|
|
909
909
|
isHidden: !1
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
|
-
id: "
|
|
912
|
+
id: "HubspotMarketingApi",
|
|
913
913
|
label: "HubSpot Marketing API",
|
|
914
914
|
isBYOC: !1,
|
|
915
915
|
isPro: !1,
|
|
@@ -922,7 +922,7 @@ const r = [
|
|
|
922
922
|
isHidden: !1
|
|
923
923
|
},
|
|
924
924
|
{
|
|
925
|
-
id: "
|
|
925
|
+
id: "HubspotMeetingsApi",
|
|
926
926
|
label: "HubSpot Meetings API",
|
|
927
927
|
isBYOC: !1,
|
|
928
928
|
isPro: !1,
|
|
@@ -935,7 +935,7 @@ const r = [
|
|
|
935
935
|
isHidden: !1
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
|
-
id: "
|
|
938
|
+
id: "HubspotUsersApi",
|
|
939
939
|
label: "HubSpot Users API",
|
|
940
940
|
isBYOC: !1,
|
|
941
941
|
isPro: !1,
|
|
@@ -961,7 +961,7 @@ const r = [
|
|
|
961
961
|
isHidden: !1
|
|
962
962
|
},
|
|
963
963
|
{
|
|
964
|
-
id: "
|
|
964
|
+
id: "IntercomApi",
|
|
965
965
|
label: "Intercom API",
|
|
966
966
|
isBYOC: !1,
|
|
967
967
|
isPro: !1,
|
|
@@ -1013,7 +1013,7 @@ const r = [
|
|
|
1013
1013
|
isHidden: !1
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
id: "
|
|
1016
|
+
id: "MailchimpApi",
|
|
1017
1017
|
label: "Mailchimp API",
|
|
1018
1018
|
isBYOC: !1,
|
|
1019
1019
|
isPro: !1,
|
|
@@ -1065,7 +1065,7 @@ const r = [
|
|
|
1065
1065
|
isHidden: !1
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
1068
|
-
id: "
|
|
1068
|
+
id: "MiroApi",
|
|
1069
1069
|
label: "Miro API",
|
|
1070
1070
|
isBYOC: !1,
|
|
1071
1071
|
isPro: !1,
|
|
@@ -1221,7 +1221,7 @@ const r = [
|
|
|
1221
1221
|
isHidden: !1
|
|
1222
1222
|
},
|
|
1223
1223
|
{
|
|
1224
|
-
id: "
|
|
1224
|
+
id: "PagerDutyApi",
|
|
1225
1225
|
label: "PagerDuty API",
|
|
1226
1226
|
isBYOC: !1,
|
|
1227
1227
|
isPro: !1,
|
|
@@ -1286,7 +1286,7 @@ const r = [
|
|
|
1286
1286
|
isHidden: !1
|
|
1287
1287
|
},
|
|
1288
1288
|
{
|
|
1289
|
-
id: "
|
|
1289
|
+
id: "PosthogApi",
|
|
1290
1290
|
label: "PostHog API",
|
|
1291
1291
|
isBYOC: !1,
|
|
1292
1292
|
isPro: !1,
|
|
@@ -1390,7 +1390,7 @@ const r = [
|
|
|
1390
1390
|
isHidden: !1
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
1393
|
-
id: "
|
|
1393
|
+
id: "SlackApi",
|
|
1394
1394
|
label: "Slack API",
|
|
1395
1395
|
isBYOC: !1,
|
|
1396
1396
|
isPro: !1,
|
|
@@ -1442,7 +1442,7 @@ const r = [
|
|
|
1442
1442
|
isHidden: !1
|
|
1443
1443
|
},
|
|
1444
1444
|
{
|
|
1445
|
-
id: "
|
|
1445
|
+
id: "SquareUpApi",
|
|
1446
1446
|
label: "SquareUp API",
|
|
1447
1447
|
isBYOC: !1,
|
|
1448
1448
|
isPro: !1,
|
|
@@ -1481,7 +1481,7 @@ const r = [
|
|
|
1481
1481
|
isHidden: !1
|
|
1482
1482
|
},
|
|
1483
1483
|
{
|
|
1484
|
-
id: "
|
|
1484
|
+
id: "StripeApi",
|
|
1485
1485
|
label: "Stripe API",
|
|
1486
1486
|
isBYOC: !1,
|
|
1487
1487
|
isPro: !1,
|
|
@@ -1507,7 +1507,7 @@ const r = [
|
|
|
1507
1507
|
isHidden: !1
|
|
1508
1508
|
},
|
|
1509
1509
|
{
|
|
1510
|
-
id: "
|
|
1510
|
+
id: "TickTickApi",
|
|
1511
1511
|
label: "TickTick API",
|
|
1512
1512
|
isBYOC: !1,
|
|
1513
1513
|
isPro: !1,
|
|
@@ -1520,7 +1520,7 @@ const r = [
|
|
|
1520
1520
|
isHidden: !1
|
|
1521
1521
|
},
|
|
1522
1522
|
{
|
|
1523
|
-
id: "
|
|
1523
|
+
id: "TrelloApi",
|
|
1524
1524
|
label: "Trello API",
|
|
1525
1525
|
isBYOC: !1,
|
|
1526
1526
|
isPro: !1,
|
|
@@ -1559,7 +1559,7 @@ const r = [
|
|
|
1559
1559
|
isHidden: !1
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
|
-
id: "
|
|
1562
|
+
id: "VercelApi",
|
|
1563
1563
|
label: "Vercel API",
|
|
1564
1564
|
isBYOC: !1,
|
|
1565
1565
|
isPro: !1,
|
|
@@ -1585,7 +1585,7 @@ const r = [
|
|
|
1585
1585
|
isHidden: !1
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
id: "
|
|
1588
|
+
id: "WeaviateApi",
|
|
1589
1589
|
label: "Weaviate API",
|
|
1590
1590
|
isBYOC: !1,
|
|
1591
1591
|
isPro: !1,
|
|
@@ -1637,7 +1637,7 @@ const r = [
|
|
|
1637
1637
|
isHidden: !1
|
|
1638
1638
|
},
|
|
1639
1639
|
{
|
|
1640
|
-
id: "
|
|
1640
|
+
id: "XeroApi",
|
|
1641
1641
|
label: "Xero API",
|
|
1642
1642
|
isBYOC: !1,
|
|
1643
1643
|
isPro: !1,
|
|
@@ -1650,7 +1650,7 @@ const r = [
|
|
|
1650
1650
|
isHidden: !1
|
|
1651
1651
|
},
|
|
1652
1652
|
{
|
|
1653
|
-
id: "
|
|
1653
|
+
id: "ZohoBooksApi",
|
|
1654
1654
|
label: "Zoho Books API",
|
|
1655
1655
|
isBYOC: !1,
|
|
1656
1656
|
isPro: !1,
|
|
@@ -1663,7 +1663,7 @@ const r = [
|
|
|
1663
1663
|
isHidden: !1
|
|
1664
1664
|
},
|
|
1665
1665
|
{
|
|
1666
|
-
id: "
|
|
1666
|
+
id: "ZohoCreatorApi",
|
|
1667
1667
|
label: "Zoho Creator API",
|
|
1668
1668
|
isBYOC: !1,
|
|
1669
1669
|
isPro: !1,
|