@tangle-network/agent-integrations 0.30.0 → 0.32.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/bin/tangle-catalog-runtime.js +6 -6
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.js +6 -6
- package/dist/{chunk-5ASL5XNX.js → chunk-CDY2ETYT.js} +2 -2
- package/dist/{chunk-M2RFFAMB.js → chunk-DN6DNPPH.js} +176 -3
- package/dist/chunk-DN6DNPPH.js.map +1 -0
- package/dist/chunk-F4YILONK.js +96875 -0
- package/dist/chunk-F4YILONK.js.map +1 -0
- package/dist/{chunk-DACSERTI.js → chunk-JCHD6L3B.js} +2 -2
- package/dist/{chunk-Y6O3MIBW.js → chunk-Q5X3QNHR.js} +1 -1
- package/dist/chunk-Q5X3QNHR.js.map +1 -0
- package/dist/{chunk-FDZIQVK7.js → chunk-S2MVWQYL.js} +2 -2
- package/dist/connect/index.d.ts +1 -1
- package/dist/connect/index.js +2 -2
- package/dist/connectors/adapters/index.d.ts +3933 -3
- package/dist/connectors/adapters/index.js +940 -4
- package/dist/connectors/index.d.ts +2 -2
- package/dist/connectors/index.js +940 -4
- package/dist/consumer.d.ts +1 -1
- package/dist/consumer.js +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +944 -8
- package/dist/middleware/index.d.ts +1 -1
- package/dist/middleware/index.js +2 -2
- package/dist/registry.d.ts +21 -4
- package/dist/registry.js +6 -6
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +6 -6
- package/dist/specs.d.ts +1 -1
- package/dist/tangle-catalog-runtime.d.ts +1 -1
- package/dist/tangle-catalog-runtime.js +6 -6
- package/dist/{tangle-id-C6s2NT2r.d.ts → tangle-id-Dj0ipP4E.d.ts} +1 -1
- package/package.json +10 -12
- package/dist/chunk-JOILC44P.js +0 -4266
- package/dist/chunk-JOILC44P.js.map +0 -1
- package/dist/chunk-M2RFFAMB.js.map +0 -1
- package/dist/chunk-Y6O3MIBW.js.map +0 -1
- /package/dist/{chunk-5ASL5XNX.js.map → chunk-CDY2ETYT.js.map} +0 -0
- /package/dist/{chunk-DACSERTI.js.map → chunk-JCHD6L3B.js.map} +0 -0
- /package/dist/{chunk-FDZIQVK7.js.map → chunk-S2MVWQYL.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -134,19 +134,19 @@ import {
|
|
|
134
134
|
verifyActivepiecesRuntimeSignature,
|
|
135
135
|
verifyCapabilityToken,
|
|
136
136
|
verifyTangleCatalogRuntimeSignature
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-DN6DNPPH.js";
|
|
138
138
|
import {
|
|
139
139
|
InMemoryConnectStateStore,
|
|
140
140
|
finishConnectFlow,
|
|
141
141
|
revokeConnectFlow,
|
|
142
142
|
startConnectFlow
|
|
143
|
-
} from "./chunk-
|
|
143
|
+
} from "./chunk-JCHD6L3B.js";
|
|
144
144
|
import {
|
|
145
145
|
expressTangleAuthMiddleware,
|
|
146
146
|
extractToken,
|
|
147
147
|
honoTangleAuthMiddleware,
|
|
148
148
|
requireTangleAuth
|
|
149
|
-
} from "./chunk-
|
|
149
|
+
} from "./chunk-CDY2ETYT.js";
|
|
150
150
|
import {
|
|
151
151
|
IntegrationRuntimeError,
|
|
152
152
|
normalizeIntegrationError,
|
|
@@ -156,7 +156,7 @@ import {
|
|
|
156
156
|
IntegrationHubClient,
|
|
157
157
|
IntegrationHubRequestError,
|
|
158
158
|
createIntegrationHubClient
|
|
159
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-S2MVWQYL.js";
|
|
160
160
|
import {
|
|
161
161
|
INTEGRATION_FAMILIES,
|
|
162
162
|
assertValidIntegrationSpec,
|
|
@@ -182,32 +182,500 @@ import {
|
|
|
182
182
|
import "./chunk-376UBTNB.js";
|
|
183
183
|
import {
|
|
184
184
|
InMemoryOAuthFlowStore,
|
|
185
|
+
TELEGRAM_FILE_DOWNLOAD_ROOT,
|
|
185
186
|
_resetPendingFlowsForTests,
|
|
187
|
+
activecampaignConnector,
|
|
188
|
+
acumbamailConnector,
|
|
189
|
+
adobeCreativeCloudConnector,
|
|
190
|
+
afforaiConnector,
|
|
191
|
+
agentxConnector,
|
|
192
|
+
aidbaseConnector,
|
|
193
|
+
aipriseConnector,
|
|
194
|
+
airOpsConnector,
|
|
195
|
+
aircallConnector,
|
|
186
196
|
airtableConnector,
|
|
197
|
+
airtopConnector,
|
|
198
|
+
alaiConnector,
|
|
199
|
+
altTextAiConnector,
|
|
200
|
+
alttextifyConnector,
|
|
201
|
+
amazonBedrockConnector,
|
|
202
|
+
amazonSecretsManagerConnector,
|
|
203
|
+
amazonSesConnector,
|
|
204
|
+
amazonSnsConnector,
|
|
205
|
+
amazonSqsConnector,
|
|
206
|
+
amazonTextractConnector,
|
|
207
|
+
aminosConnector,
|
|
208
|
+
ampecoConnector,
|
|
209
|
+
anthropicConnector,
|
|
210
|
+
apitableConnector,
|
|
211
|
+
apitemplateIoConnector,
|
|
212
|
+
apolloConnector,
|
|
213
|
+
appfollowConnector,
|
|
187
214
|
asanaConnector,
|
|
215
|
+
ashbyConnector,
|
|
216
|
+
asknewsConnector,
|
|
217
|
+
assemblyaiConnector,
|
|
218
|
+
attioConnector,
|
|
219
|
+
auth0Connector,
|
|
220
|
+
autocallsConnector,
|
|
221
|
+
avianConnector,
|
|
222
|
+
avomaConnector,
|
|
223
|
+
azureAdConnector,
|
|
224
|
+
azureCommunicationServicesConnector,
|
|
225
|
+
azureOpenaiConnector,
|
|
226
|
+
backblazeConnector,
|
|
227
|
+
bamboohrConnector,
|
|
228
|
+
barcodeLookupConnector,
|
|
229
|
+
baremetricsConnector,
|
|
230
|
+
basecampConnector,
|
|
231
|
+
beamerConnector,
|
|
232
|
+
bettermodeConnector,
|
|
233
|
+
bexioConnector,
|
|
234
|
+
bigcommerceConnector,
|
|
235
|
+
biginByZohoConnector,
|
|
236
|
+
billplzConnector,
|
|
237
|
+
bitlyConnector,
|
|
238
|
+
blandAiConnector,
|
|
239
|
+
blueskyConnector,
|
|
240
|
+
bolnaConnector,
|
|
241
|
+
bonjoroConnector,
|
|
242
|
+
bookedinConnector,
|
|
243
|
+
boxConnector,
|
|
244
|
+
braveSearchConnector,
|
|
245
|
+
brazeConnector,
|
|
246
|
+
brilliantDirectoriesConnector,
|
|
247
|
+
browseAiConnector,
|
|
248
|
+
calComConnector,
|
|
249
|
+
calendlyConnector,
|
|
250
|
+
campaignMonitorConnector,
|
|
251
|
+
cannyConnector,
|
|
252
|
+
canvaConnector,
|
|
253
|
+
capsuleCrmConnector,
|
|
254
|
+
captainDataConnector,
|
|
255
|
+
cashfreePaymentsConnector,
|
|
256
|
+
certopusConnector,
|
|
257
|
+
chainalysisApiConnector,
|
|
258
|
+
chargebeeConnector,
|
|
259
|
+
chargekeepConnector,
|
|
260
|
+
chartlyConnector,
|
|
261
|
+
chatDataConnector,
|
|
262
|
+
chatbaseConnector,
|
|
263
|
+
chatlingConnector,
|
|
264
|
+
chatnodeConnector,
|
|
265
|
+
chatwootConnector,
|
|
266
|
+
checkoutConnector,
|
|
267
|
+
circleConnector,
|
|
268
|
+
clearoutConnector,
|
|
269
|
+
clicdataConnector,
|
|
270
|
+
clickupConnector,
|
|
271
|
+
clioConnector,
|
|
272
|
+
clockifyConnector,
|
|
273
|
+
clockodoConnector,
|
|
274
|
+
closeConnector,
|
|
275
|
+
cloudconvertConnector,
|
|
276
|
+
cloudinaryConnector,
|
|
277
|
+
cloutlyConnector,
|
|
278
|
+
codaConnector,
|
|
279
|
+
cognitoFormsConnector,
|
|
280
|
+
cohereConnector,
|
|
281
|
+
cometapiConnector,
|
|
282
|
+
comfyicuConnector,
|
|
283
|
+
confluenceConnector,
|
|
284
|
+
constantContactConnector,
|
|
188
285
|
consumePendingFlow,
|
|
286
|
+
contentfulConnector,
|
|
287
|
+
convertkitConnector,
|
|
288
|
+
copperConnector,
|
|
289
|
+
copyAiConnector,
|
|
290
|
+
crispConnector,
|
|
291
|
+
cryptolensConnector,
|
|
292
|
+
customerIoConnector,
|
|
293
|
+
customgptConnector,
|
|
294
|
+
dashworksConnector,
|
|
295
|
+
datadogConnector,
|
|
296
|
+
datafuelConnector,
|
|
297
|
+
datocmsConnector,
|
|
189
298
|
declarativeRestConnector,
|
|
299
|
+
deepseekConnector,
|
|
300
|
+
denserAiConnector,
|
|
301
|
+
descriptConnector,
|
|
302
|
+
devinConnector,
|
|
303
|
+
discordConnector,
|
|
304
|
+
dittofeedConnector,
|
|
305
|
+
doctlyConnector,
|
|
306
|
+
documentproConnector,
|
|
307
|
+
documergeConnector,
|
|
190
308
|
docuseal,
|
|
309
|
+
docusignConnector,
|
|
310
|
+
dropboxConnector,
|
|
311
|
+
dubConnector,
|
|
312
|
+
dumplingAiConnector,
|
|
313
|
+
dustConnector,
|
|
314
|
+
easyPeasyAiConnector,
|
|
315
|
+
ebayConnector,
|
|
316
|
+
edenAiConnector,
|
|
317
|
+
elasticEmailConnector,
|
|
318
|
+
emailitConnector,
|
|
319
|
+
emailoctopusConnector,
|
|
320
|
+
enrichlayerConnector,
|
|
321
|
+
esignaturesConnector,
|
|
322
|
+
etsyConnector,
|
|
323
|
+
exaConnector,
|
|
191
324
|
exchangeAuthorizationCode,
|
|
325
|
+
facebookLeadsConnector,
|
|
326
|
+
facebookPagesConnector,
|
|
327
|
+
fathomAnalyticsConnector,
|
|
328
|
+
fathomConnector,
|
|
329
|
+
figjamConnector,
|
|
330
|
+
figmaConnector,
|
|
331
|
+
filloutFormsConnector,
|
|
332
|
+
firebaseConnector,
|
|
333
|
+
fireberryConnector,
|
|
334
|
+
firecrawlConnector,
|
|
335
|
+
firefliesAiConnector,
|
|
336
|
+
flipandoConnector,
|
|
337
|
+
flowiseConnector,
|
|
338
|
+
flowluConnector,
|
|
339
|
+
folkConnector,
|
|
340
|
+
foreplayCoConnector,
|
|
341
|
+
formbricksConnector,
|
|
342
|
+
formstackConnector,
|
|
343
|
+
fountainConnector,
|
|
344
|
+
fragmentConnector,
|
|
345
|
+
frameConnector,
|
|
346
|
+
freeAgentConnector,
|
|
347
|
+
freshsalesConnector,
|
|
348
|
+
freshserviceConnector,
|
|
349
|
+
frontConnector,
|
|
350
|
+
gameballConnector,
|
|
351
|
+
geminiConnector,
|
|
352
|
+
ghostcmsConnector,
|
|
353
|
+
gistlyConnector,
|
|
354
|
+
giteaConnector,
|
|
192
355
|
githubConnector,
|
|
193
356
|
gitlabConnector,
|
|
357
|
+
glideConnector,
|
|
194
358
|
gmail,
|
|
359
|
+
googleBigqueryConnector,
|
|
195
360
|
googleCalendar,
|
|
361
|
+
googleCloudStorageConnector,
|
|
362
|
+
googleContactsConnector,
|
|
363
|
+
googleDocs,
|
|
196
364
|
googleDrive,
|
|
365
|
+
googleForms,
|
|
366
|
+
googleGeminiConnector,
|
|
367
|
+
googleMyBusinessConnector,
|
|
368
|
+
googleSearchConnector,
|
|
369
|
+
googleSearchConsoleConnector,
|
|
197
370
|
googleSheets,
|
|
371
|
+
googleSlidesConnector,
|
|
372
|
+
googleTasksConnector,
|
|
373
|
+
googleVertexaiConnector,
|
|
374
|
+
googlechatConnector,
|
|
375
|
+
gorgiasConnector,
|
|
376
|
+
gotifyConnector,
|
|
377
|
+
gptzeroDetectAiConnector,
|
|
378
|
+
granolaConnector,
|
|
379
|
+
greenhouseConnector,
|
|
380
|
+
greenptConnector,
|
|
381
|
+
greipConnector,
|
|
382
|
+
griptapeConnector,
|
|
383
|
+
gristConnector,
|
|
384
|
+
guideliteConnector,
|
|
385
|
+
gustoConnector,
|
|
386
|
+
harvestConnector,
|
|
387
|
+
hashiCorpVaultConnector,
|
|
388
|
+
hastewireConnector,
|
|
389
|
+
heartbeatConnector,
|
|
390
|
+
hedyConnector,
|
|
391
|
+
hellosign,
|
|
392
|
+
helpscoutConnector,
|
|
393
|
+
heygenConnector,
|
|
394
|
+
heymarketSmsConnector,
|
|
395
|
+
housecallProConnector,
|
|
198
396
|
hubspot,
|
|
397
|
+
huggingFaceConnector,
|
|
398
|
+
huggingfaceConnector,
|
|
399
|
+
humeAiConnector,
|
|
400
|
+
hunterConnector,
|
|
401
|
+
hystructConnector,
|
|
402
|
+
ibmCognoseConnector,
|
|
403
|
+
imageRouterConnector,
|
|
404
|
+
imapConnector,
|
|
405
|
+
influencersClubConnector,
|
|
406
|
+
insightlyConnector,
|
|
407
|
+
insightoAiConnector,
|
|
408
|
+
instaChartsConnector,
|
|
409
|
+
instantlyAiConnector,
|
|
410
|
+
instasentConnector,
|
|
411
|
+
intercomConnector,
|
|
412
|
+
invoiceninjaConnector,
|
|
413
|
+
jinaAiConnector,
|
|
414
|
+
jiraCloudConnector,
|
|
415
|
+
jiraDataCenterConnector,
|
|
416
|
+
joggAiConnector,
|
|
417
|
+
jotformConnector,
|
|
418
|
+
justInvoiceConnector,
|
|
419
|
+
kallabotAiConnector,
|
|
420
|
+
kapsoConnector,
|
|
421
|
+
kimaiConnector,
|
|
422
|
+
kissflowConnector,
|
|
423
|
+
kizeoFormsConnector,
|
|
424
|
+
klaviyoConnector,
|
|
425
|
+
klentyConnector,
|
|
426
|
+
knackConnector,
|
|
427
|
+
knockConnector,
|
|
428
|
+
koFiConnector,
|
|
429
|
+
kommoConnector,
|
|
430
|
+
kudosityConnector,
|
|
431
|
+
kustomerConnector,
|
|
432
|
+
leadConnectorConnector,
|
|
433
|
+
leapAiConnector,
|
|
434
|
+
leexiConnector,
|
|
435
|
+
lemlistConnector,
|
|
436
|
+
lemonSqueezyConnector,
|
|
437
|
+
letsCalendarConnector,
|
|
438
|
+
lettaConnector,
|
|
439
|
+
leverConnector,
|
|
440
|
+
lightfunnelsConnector,
|
|
441
|
+
linearConnector,
|
|
442
|
+
linkaConnector,
|
|
443
|
+
linkupConnector,
|
|
444
|
+
llmrailsConnector,
|
|
445
|
+
lobstermailConnector,
|
|
446
|
+
localaiConnector,
|
|
447
|
+
loftyConnector,
|
|
448
|
+
logrocketConnector,
|
|
449
|
+
logsnagConnector,
|
|
450
|
+
lokaliseConnector,
|
|
451
|
+
loopsConnector,
|
|
452
|
+
lucidyaConnector,
|
|
453
|
+
lushaConnector,
|
|
454
|
+
luxuryPresenceConnector,
|
|
455
|
+
magicalApiConnector,
|
|
456
|
+
mailchainConnector,
|
|
457
|
+
mailchimpConnector,
|
|
458
|
+
mailerLiteConnector,
|
|
459
|
+
mailercheckConnector,
|
|
460
|
+
mailerooConnector,
|
|
461
|
+
mailgunConnector,
|
|
462
|
+
makeConnector,
|
|
463
|
+
manychatConnector,
|
|
464
|
+
marketoConnector,
|
|
465
|
+
mastodonConnector,
|
|
466
|
+
matomoConnector,
|
|
467
|
+
matrixConnector,
|
|
468
|
+
mattermostConnector,
|
|
469
|
+
mauticConnector,
|
|
470
|
+
medullarConnector,
|
|
471
|
+
meetgeekAiConnector,
|
|
472
|
+
memConnector,
|
|
473
|
+
messagebirdConnector,
|
|
474
|
+
metabaseConnector,
|
|
475
|
+
microsoft365PeopleConnector,
|
|
476
|
+
microsoft365PlannerConnector,
|
|
199
477
|
microsoftCalendar,
|
|
478
|
+
microsoftDynamics365BusinessCentralConnector,
|
|
479
|
+
microsoftDynamicsCrmConnector,
|
|
480
|
+
microsoftExcel365Connector,
|
|
481
|
+
microsoftGraph,
|
|
482
|
+
microsoftOnedriveConnector,
|
|
483
|
+
microsoftOnenoteConnector,
|
|
484
|
+
microsoftOutlookCalendarConnector,
|
|
485
|
+
microsoftOutlookConnector,
|
|
486
|
+
microsoftPowerBiConnector,
|
|
487
|
+
microsoftSharepointConnector,
|
|
488
|
+
microsoftTeams,
|
|
489
|
+
microsoftTodoConnector,
|
|
490
|
+
millionverifierConnector,
|
|
491
|
+
mindStudioConnector,
|
|
492
|
+
mindeeConnector,
|
|
493
|
+
miroConnector,
|
|
494
|
+
missiveConnector,
|
|
495
|
+
mixmaxConnector,
|
|
496
|
+
mixpanelConnector,
|
|
497
|
+
mollieConnector,
|
|
498
|
+
mondayConnector,
|
|
499
|
+
mongodbConnector,
|
|
500
|
+
n8nConnector,
|
|
501
|
+
netlifyConnector,
|
|
502
|
+
niftyConnector,
|
|
503
|
+
ninjapipeConnector,
|
|
504
|
+
nocodbConnector,
|
|
505
|
+
notionConnector,
|
|
200
506
|
notionDatabase,
|
|
507
|
+
ntfyConnector,
|
|
508
|
+
odooConnector,
|
|
509
|
+
omniCoConnector,
|
|
510
|
+
omnihrConnector,
|
|
511
|
+
oneDrive,
|
|
512
|
+
openPhoneConnector,
|
|
513
|
+
openRouterConnector,
|
|
514
|
+
openaiConnector,
|
|
515
|
+
openmicAiConnector,
|
|
516
|
+
opnformConnector,
|
|
517
|
+
opportifyConnector,
|
|
518
|
+
opsgenieConnector,
|
|
519
|
+
oracleDatabaseConnector,
|
|
520
|
+
orimonConnector,
|
|
521
|
+
outlookMail,
|
|
522
|
+
paddleConnector,
|
|
523
|
+
pagerdutyConnector,
|
|
524
|
+
pandadoc,
|
|
525
|
+
paperformConnector,
|
|
526
|
+
parseurConnector,
|
|
527
|
+
pastefyConnector,
|
|
528
|
+
paywhirlConnector,
|
|
529
|
+
pdfmonkeyConnector,
|
|
530
|
+
peekshotConnector,
|
|
531
|
+
perplexityAiConnector,
|
|
532
|
+
personalAiConnector,
|
|
533
|
+
pinchPaymentsConnector,
|
|
534
|
+
pineconeConnector,
|
|
535
|
+
pipedreamConnector,
|
|
536
|
+
pipedriveConnector,
|
|
537
|
+
placidConnector,
|
|
538
|
+
plausibleConnector,
|
|
539
|
+
pocketbaseConnector,
|
|
540
|
+
pollybotAiConnector,
|
|
541
|
+
postgresConnector,
|
|
542
|
+
posthogConnector,
|
|
543
|
+
postizConnector,
|
|
544
|
+
postmarkConnector,
|
|
545
|
+
predictLeadsConnector,
|
|
546
|
+
productboardConnector,
|
|
547
|
+
proxycurlConnector,
|
|
548
|
+
pushbulletConnector,
|
|
549
|
+
pushoverConnector,
|
|
550
|
+
qawafelConnector,
|
|
551
|
+
qdrantConnector,
|
|
552
|
+
quadernoConnector,
|
|
553
|
+
quickbooksConnector,
|
|
554
|
+
quickzuConnector,
|
|
555
|
+
raiaAiConnector,
|
|
556
|
+
rapidtextAiConnector,
|
|
557
|
+
reachinboxConnector,
|
|
558
|
+
recallAiConnector,
|
|
559
|
+
redditConnector,
|
|
201
560
|
refreshAccessToken,
|
|
561
|
+
reoonVerifierConnector,
|
|
562
|
+
replyIoConnector,
|
|
563
|
+
retableConnector,
|
|
564
|
+
retellAiConnector,
|
|
565
|
+
ripplingConnector,
|
|
566
|
+
robollyConnector,
|
|
567
|
+
runwareConnector,
|
|
568
|
+
saasticConnector,
|
|
569
|
+
saleorConnector,
|
|
202
570
|
salesforceConnector,
|
|
571
|
+
sanityConnector,
|
|
572
|
+
sardisConnector,
|
|
573
|
+
savvycalConnector,
|
|
574
|
+
scrapegraphaiConnector,
|
|
575
|
+
scrapelessConnector,
|
|
576
|
+
seekTableConnector,
|
|
577
|
+
sendgridConnector,
|
|
578
|
+
sendinblueConnector,
|
|
579
|
+
sendpulseConnector,
|
|
580
|
+
senjaConnector,
|
|
581
|
+
sentryConnector,
|
|
582
|
+
serpstatConnector,
|
|
583
|
+
serviceNowConnector,
|
|
584
|
+
sharepoint,
|
|
585
|
+
shippoConnector,
|
|
586
|
+
shopifyConnector,
|
|
587
|
+
shortIoConnector,
|
|
588
|
+
signNowConnector,
|
|
589
|
+
signrequestConnector,
|
|
590
|
+
simplirouteConnector,
|
|
591
|
+
simplybookmeConnector,
|
|
592
|
+
skyprepConnector,
|
|
203
593
|
slack,
|
|
204
594
|
slackEventsConnector,
|
|
595
|
+
smartleadConnector,
|
|
596
|
+
smartsheetConnector,
|
|
597
|
+
smartsuiteConnector,
|
|
598
|
+
smooveConnector,
|
|
599
|
+
smsmodeConnector,
|
|
600
|
+
snowflakeConnector,
|
|
601
|
+
socialkitConnector,
|
|
602
|
+
squareConnector,
|
|
205
603
|
startOAuthFlow,
|
|
604
|
+
stripeConnector,
|
|
206
605
|
stripePackConnector,
|
|
207
606
|
stripeWebhookReceiverConnector,
|
|
607
|
+
supabaseConnector,
|
|
608
|
+
supadataConnector,
|
|
609
|
+
swarmnodeConnector,
|
|
610
|
+
systemeIoConnector,
|
|
611
|
+
tableauConnector,
|
|
612
|
+
talkableConnector,
|
|
613
|
+
tallyConnector,
|
|
614
|
+
teableConnector,
|
|
615
|
+
telegramConnector,
|
|
616
|
+
telnyxConnector,
|
|
617
|
+
tenzoConnector,
|
|
618
|
+
textcortexAiConnector,
|
|
619
|
+
ticktickConnector,
|
|
620
|
+
timeOpsConnector,
|
|
621
|
+
timelinesAiConnector,
|
|
622
|
+
tlDvConnector,
|
|
623
|
+
todoistConnector,
|
|
624
|
+
togglTrackConnector,
|
|
625
|
+
totalcmsConnector,
|
|
626
|
+
trelloConnector,
|
|
627
|
+
twentyConnector,
|
|
628
|
+
twilioConnector,
|
|
208
629
|
twilioSmsConnector,
|
|
209
|
-
|
|
210
|
-
|
|
630
|
+
twinLabsConnector,
|
|
631
|
+
twitterConnector,
|
|
632
|
+
typeformConnector,
|
|
633
|
+
typefullyConnector,
|
|
634
|
+
umamiConnector,
|
|
635
|
+
upgradechatConnector,
|
|
636
|
+
uscreenConnector,
|
|
637
|
+
validatedmailsConnector,
|
|
638
|
+
vapiConnector,
|
|
639
|
+
vboutConnector,
|
|
640
|
+
vercelConnector,
|
|
641
|
+
videoaskConnector,
|
|
642
|
+
vidlab7Connector,
|
|
643
|
+
vlmRunConnector,
|
|
644
|
+
voucheryIoConnector,
|
|
645
|
+
vtexConnector,
|
|
646
|
+
vtigerConnector,
|
|
647
|
+
wafeqConnector,
|
|
648
|
+
weaviateConnector,
|
|
649
|
+
webflowConnector,
|
|
650
|
+
webhookConnector,
|
|
651
|
+
webscrapingAiConnector,
|
|
652
|
+
whatConvertsConnector,
|
|
653
|
+
whatsappBusiness,
|
|
654
|
+
whatsappConnector,
|
|
655
|
+
whatsscaleConnector,
|
|
656
|
+
wonderchatConnector,
|
|
657
|
+
woocommerceConnector,
|
|
658
|
+
woodpeckerConnector,
|
|
659
|
+
wootricConnector,
|
|
660
|
+
wordpressConnector,
|
|
661
|
+
workableConnector,
|
|
662
|
+
workdayConnector,
|
|
663
|
+
wrikeConnector,
|
|
664
|
+
writesonicBulkConnector,
|
|
665
|
+
wufooConnector,
|
|
666
|
+
xeroConnector,
|
|
667
|
+
youcanbookmeConnector,
|
|
668
|
+
zagomailConnector,
|
|
669
|
+
zapierConnector,
|
|
670
|
+
zendeskConnector,
|
|
671
|
+
zendeskSellConnector,
|
|
672
|
+
zeplinConnector,
|
|
673
|
+
zerobounceConnector,
|
|
674
|
+
zohoBookingsConnector,
|
|
675
|
+
zohoCrmConnector,
|
|
676
|
+
zohoDeskConnector,
|
|
677
|
+
zuoraConnector
|
|
678
|
+
} from "./chunk-F4YILONK.js";
|
|
211
679
|
import {
|
|
212
680
|
DEFAULT_SIGNATURE_TOLERANCE_SECONDS,
|
|
213
681
|
firstHeader,
|
|
@@ -228,7 +696,7 @@ import {
|
|
|
228
696
|
createTangleIdentityClient,
|
|
229
697
|
tangleIdentity,
|
|
230
698
|
validateConnectorManifest
|
|
231
|
-
} from "./chunk-
|
|
699
|
+
} from "./chunk-Q5X3QNHR.js";
|
|
232
700
|
export {
|
|
233
701
|
ACTIVEPIECES_OVERRIDES,
|
|
234
702
|
ACTIVEPIECES_PUBLIC_CATALOG_URL,
|
|
@@ -269,18 +737,78 @@ export {
|
|
|
269
737
|
TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID,
|
|
270
738
|
TANGLE_INTEGRATIONS_CATALOG_SOURCE,
|
|
271
739
|
TANGLE_SERVICE_TOKEN_PREFIX,
|
|
740
|
+
TELEGRAM_FILE_DOWNLOAD_ROOT,
|
|
272
741
|
TangleIdentityUnreachableError,
|
|
273
742
|
TangleIntegrationsClient,
|
|
274
743
|
_resetPendingFlowsForTests,
|
|
744
|
+
activecampaignConnector,
|
|
745
|
+
acumbamailConnector,
|
|
275
746
|
adapterManifestsToConnectors,
|
|
747
|
+
adobeCreativeCloudConnector,
|
|
748
|
+
afforaiConnector,
|
|
749
|
+
agentxConnector,
|
|
750
|
+
aidbaseConnector,
|
|
751
|
+
aipriseConnector,
|
|
752
|
+
airOpsConnector,
|
|
753
|
+
aircallConnector,
|
|
276
754
|
airtableConnector,
|
|
755
|
+
airtopConnector,
|
|
756
|
+
alaiConnector,
|
|
757
|
+
altTextAiConnector,
|
|
758
|
+
alttextifyConnector,
|
|
759
|
+
amazonBedrockConnector,
|
|
760
|
+
amazonSecretsManagerConnector,
|
|
761
|
+
amazonSesConnector,
|
|
762
|
+
amazonSnsConnector,
|
|
763
|
+
amazonSqsConnector,
|
|
764
|
+
amazonTextractConnector,
|
|
765
|
+
aminosConnector,
|
|
766
|
+
ampecoConnector,
|
|
767
|
+
anthropicConnector,
|
|
768
|
+
apitableConnector,
|
|
769
|
+
apitemplateIoConnector,
|
|
770
|
+
apolloConnector,
|
|
771
|
+
appfollowConnector,
|
|
277
772
|
asanaConnector,
|
|
773
|
+
ashbyConnector,
|
|
774
|
+
asknewsConnector,
|
|
775
|
+
assemblyaiConnector,
|
|
278
776
|
assertValidConnectorManifest,
|
|
279
777
|
assertValidIntegrationManifest,
|
|
280
778
|
assertValidIntegrationSpec,
|
|
779
|
+
attioConnector,
|
|
281
780
|
auditIntegrationCatalogFreshness,
|
|
282
781
|
auditTangleCatalogRuntimePackages,
|
|
283
782
|
auditTangleIntegrationCatalogFreshness,
|
|
783
|
+
auth0Connector,
|
|
784
|
+
autocallsConnector,
|
|
785
|
+
avianConnector,
|
|
786
|
+
avomaConnector,
|
|
787
|
+
azureAdConnector,
|
|
788
|
+
azureCommunicationServicesConnector,
|
|
789
|
+
azureOpenaiConnector,
|
|
790
|
+
backblazeConnector,
|
|
791
|
+
bamboohrConnector,
|
|
792
|
+
barcodeLookupConnector,
|
|
793
|
+
baremetricsConnector,
|
|
794
|
+
basecampConnector,
|
|
795
|
+
beamerConnector,
|
|
796
|
+
bettermodeConnector,
|
|
797
|
+
bexioConnector,
|
|
798
|
+
bigcommerceConnector,
|
|
799
|
+
biginByZohoConnector,
|
|
800
|
+
billplzConnector,
|
|
801
|
+
bitlyConnector,
|
|
802
|
+
blandAiConnector,
|
|
803
|
+
blueskyConnector,
|
|
804
|
+
bolnaConnector,
|
|
805
|
+
bonjoroConnector,
|
|
806
|
+
bookedinConnector,
|
|
807
|
+
boxConnector,
|
|
808
|
+
braveSearchConnector,
|
|
809
|
+
brazeConnector,
|
|
810
|
+
brilliantDirectoriesConnector,
|
|
811
|
+
browseAiConnector,
|
|
284
812
|
buildActivepiecesConnectors,
|
|
285
813
|
buildActivepiecesRuntimeRequest,
|
|
286
814
|
buildApprovalRequest,
|
|
@@ -296,13 +824,54 @@ export {
|
|
|
296
824
|
buildTangleCatalogRuntimePackageManifest,
|
|
297
825
|
buildTangleCatalogRuntimeRequest,
|
|
298
826
|
buildTangleIntegrationCatalogConnectors,
|
|
827
|
+
calComConnector,
|
|
299
828
|
calendarExercisePlannerManifest,
|
|
829
|
+
calendlyConnector,
|
|
830
|
+
campaignMonitorConnector,
|
|
831
|
+
cannyConnector,
|
|
300
832
|
canonicalActionConnectorId,
|
|
301
833
|
canonicalConnectorId,
|
|
834
|
+
canvaConnector,
|
|
835
|
+
capsuleCrmConnector,
|
|
836
|
+
captainDataConnector,
|
|
837
|
+
cashfreePaymentsConnector,
|
|
838
|
+
certopusConnector,
|
|
839
|
+
chainalysisApiConnector,
|
|
840
|
+
chargebeeConnector,
|
|
841
|
+
chargekeepConnector,
|
|
842
|
+
chartlyConnector,
|
|
843
|
+
chatDataConnector,
|
|
844
|
+
chatbaseConnector,
|
|
845
|
+
chatlingConnector,
|
|
846
|
+
chatnodeConnector,
|
|
847
|
+
chatwootConnector,
|
|
848
|
+
checkoutConnector,
|
|
849
|
+
circleConnector,
|
|
302
850
|
classifyIntegrationCatalogExecutability,
|
|
851
|
+
clearoutConnector,
|
|
852
|
+
clicdataConnector,
|
|
853
|
+
clickupConnector,
|
|
854
|
+
clioConnector,
|
|
855
|
+
clockifyConnector,
|
|
856
|
+
clockodoConnector,
|
|
857
|
+
closeConnector,
|
|
858
|
+
cloudconvertConnector,
|
|
859
|
+
cloudinaryConnector,
|
|
860
|
+
cloutlyConnector,
|
|
861
|
+
codaConnector,
|
|
862
|
+
cognitoFormsConnector,
|
|
863
|
+
cohereConnector,
|
|
864
|
+
cometapiConnector,
|
|
865
|
+
comfyicuConnector,
|
|
303
866
|
composeIntegrationRegistry,
|
|
867
|
+
confluenceConnector,
|
|
304
868
|
consoleStepsToText,
|
|
869
|
+
constantContactConnector,
|
|
305
870
|
consumePendingFlow,
|
|
871
|
+
contentfulConnector,
|
|
872
|
+
convertkitConnector,
|
|
873
|
+
copperConnector,
|
|
874
|
+
copyAiConnector,
|
|
306
875
|
createActivepiecesExecutorProvider,
|
|
307
876
|
createActivepiecesHttpExecutor,
|
|
308
877
|
createApprovalBackedPolicyEngine,
|
|
@@ -331,44 +900,188 @@ export {
|
|
|
331
900
|
createTangleCatalogRuntimeNodeRequestListener,
|
|
332
901
|
createTangleIdentityClient,
|
|
333
902
|
createTangleIntegrationsClient,
|
|
903
|
+
crispConnector,
|
|
904
|
+
cryptolensConnector,
|
|
905
|
+
customerIoConnector,
|
|
906
|
+
customgptConnector,
|
|
907
|
+
dashworksConnector,
|
|
908
|
+
datadogConnector,
|
|
909
|
+
datafuelConnector,
|
|
910
|
+
datocmsConnector,
|
|
334
911
|
declarativeRestConnector,
|
|
335
912
|
decodeIntegrationBridgePayload,
|
|
913
|
+
deepseekConnector,
|
|
914
|
+
denserAiConnector,
|
|
336
915
|
describeIntegrationTool,
|
|
916
|
+
descriptConnector,
|
|
917
|
+
devinConnector,
|
|
918
|
+
discordConnector,
|
|
337
919
|
discoverWorkspaceCapabilities,
|
|
338
920
|
dispatchIntegrationInvocation,
|
|
921
|
+
dittofeedConnector,
|
|
922
|
+
doctlyConnector,
|
|
923
|
+
documentproConnector,
|
|
924
|
+
documergeConnector,
|
|
339
925
|
docuseal,
|
|
926
|
+
docusignConnector,
|
|
927
|
+
dropboxConnector,
|
|
928
|
+
dubConnector,
|
|
929
|
+
dumplingAiConnector,
|
|
930
|
+
dustConnector,
|
|
931
|
+
easyPeasyAiConnector,
|
|
932
|
+
ebayConnector,
|
|
933
|
+
edenAiConnector,
|
|
934
|
+
elasticEmailConnector,
|
|
935
|
+
emailitConnector,
|
|
936
|
+
emailoctopusConnector,
|
|
340
937
|
encodeIntegrationBridgePayload,
|
|
938
|
+
enrichlayerConnector,
|
|
939
|
+
esignaturesConnector,
|
|
940
|
+
etsyConnector,
|
|
941
|
+
exaConnector,
|
|
341
942
|
exchangeAuthorizationCode,
|
|
342
943
|
explainMissingRequirements,
|
|
343
944
|
expressTangleAuthMiddleware,
|
|
344
945
|
extractActivepiecesPublicPieceCount,
|
|
345
946
|
extractExternalCatalogPublicCount,
|
|
346
947
|
extractToken,
|
|
948
|
+
facebookLeadsConnector,
|
|
949
|
+
facebookPagesConnector,
|
|
950
|
+
fathomAnalyticsConnector,
|
|
951
|
+
fathomConnector,
|
|
952
|
+
figjamConnector,
|
|
953
|
+
figmaConnector,
|
|
954
|
+
filloutFormsConnector,
|
|
347
955
|
filterDiscoveryByWorkspaceScopes,
|
|
348
956
|
finishConnectFlow,
|
|
957
|
+
firebaseConnector,
|
|
958
|
+
fireberryConnector,
|
|
959
|
+
firecrawlConnector,
|
|
960
|
+
firefliesAiConnector,
|
|
349
961
|
firstHeader,
|
|
350
962
|
flattenIntegrationToolDefinition,
|
|
963
|
+
flipandoConnector,
|
|
964
|
+
flowiseConnector,
|
|
965
|
+
flowluConnector,
|
|
966
|
+
folkConnector,
|
|
967
|
+
foreplayCoConnector,
|
|
968
|
+
formbricksConnector,
|
|
969
|
+
formstackConnector,
|
|
970
|
+
fountainConnector,
|
|
971
|
+
fragmentConnector,
|
|
972
|
+
frameConnector,
|
|
973
|
+
freeAgentConnector,
|
|
974
|
+
freshsalesConnector,
|
|
975
|
+
freshserviceConnector,
|
|
976
|
+
frontConnector,
|
|
977
|
+
gameballConnector,
|
|
978
|
+
geminiConnector,
|
|
351
979
|
getActivepiecesOverride,
|
|
352
980
|
getIntegrationFamily,
|
|
353
981
|
getIntegrationSpec,
|
|
982
|
+
ghostcmsConnector,
|
|
983
|
+
gistlyConnector,
|
|
984
|
+
giteaConnector,
|
|
354
985
|
githubConnector,
|
|
355
986
|
gitlabConnector,
|
|
987
|
+
glideConnector,
|
|
356
988
|
gmail,
|
|
989
|
+
googleBigqueryConnector,
|
|
357
990
|
googleCalendar,
|
|
991
|
+
googleCloudStorageConnector,
|
|
992
|
+
googleContactsConnector,
|
|
993
|
+
googleDocs,
|
|
358
994
|
googleDrive,
|
|
995
|
+
googleForms,
|
|
996
|
+
googleGeminiConnector,
|
|
997
|
+
googleMyBusinessConnector,
|
|
998
|
+
googleSearchConnector,
|
|
999
|
+
googleSearchConsoleConnector,
|
|
359
1000
|
googleSheets,
|
|
1001
|
+
googleSlidesConnector,
|
|
1002
|
+
googleTasksConnector,
|
|
1003
|
+
googleVertexaiConnector,
|
|
1004
|
+
googlechatConnector,
|
|
1005
|
+
gorgiasConnector,
|
|
1006
|
+
gotifyConnector,
|
|
1007
|
+
gptzeroDetectAiConnector,
|
|
1008
|
+
granolaConnector,
|
|
1009
|
+
greenhouseConnector,
|
|
1010
|
+
greenptConnector,
|
|
1011
|
+
greipConnector,
|
|
1012
|
+
griptapeConnector,
|
|
1013
|
+
gristConnector,
|
|
1014
|
+
guideliteConnector,
|
|
1015
|
+
gustoConnector,
|
|
1016
|
+
harvestConnector,
|
|
1017
|
+
hashiCorpVaultConnector,
|
|
1018
|
+
hastewireConnector,
|
|
360
1019
|
healthcheckRequest,
|
|
1020
|
+
heartbeatConnector,
|
|
1021
|
+
hedyConnector,
|
|
1022
|
+
hellosign,
|
|
1023
|
+
helpscoutConnector,
|
|
1024
|
+
heygenConnector,
|
|
1025
|
+
heymarketSmsConnector,
|
|
361
1026
|
honoTangleAuthMiddleware,
|
|
1027
|
+
housecallProConnector,
|
|
362
1028
|
hubspot,
|
|
1029
|
+
huggingFaceConnector,
|
|
1030
|
+
huggingfaceConnector,
|
|
1031
|
+
humeAiConnector,
|
|
1032
|
+
hunterConnector,
|
|
1033
|
+
hystructConnector,
|
|
1034
|
+
ibmCognoseConnector,
|
|
1035
|
+
imageRouterConnector,
|
|
1036
|
+
imapConnector,
|
|
363
1037
|
importGraphqlConnector,
|
|
364
1038
|
importMcpConnector,
|
|
365
1039
|
importOpenApiConnector,
|
|
366
1040
|
inferIntegrationManifestFromTools,
|
|
367
1041
|
inferIntegrationSupportTier,
|
|
1042
|
+
influencersClubConnector,
|
|
1043
|
+
insightlyConnector,
|
|
1044
|
+
insightoAiConnector,
|
|
1045
|
+
instaChartsConnector,
|
|
1046
|
+
instantlyAiConnector,
|
|
1047
|
+
instasentConnector,
|
|
368
1048
|
integrationCoverageChecklistMarkdown,
|
|
369
1049
|
integrationSpecToConnector,
|
|
370
1050
|
integrationToolName,
|
|
1051
|
+
intercomConnector,
|
|
371
1052
|
invocationRequestFromEnvelope,
|
|
1053
|
+
invoiceninjaConnector,
|
|
1054
|
+
jinaAiConnector,
|
|
1055
|
+
jiraCloudConnector,
|
|
1056
|
+
jiraDataCenterConnector,
|
|
1057
|
+
joggAiConnector,
|
|
1058
|
+
jotformConnector,
|
|
1059
|
+
justInvoiceConnector,
|
|
1060
|
+
kallabotAiConnector,
|
|
1061
|
+
kapsoConnector,
|
|
1062
|
+
kimaiConnector,
|
|
1063
|
+
kissflowConnector,
|
|
1064
|
+
kizeoFormsConnector,
|
|
1065
|
+
klaviyoConnector,
|
|
1066
|
+
klentyConnector,
|
|
1067
|
+
knackConnector,
|
|
1068
|
+
knockConnector,
|
|
1069
|
+
koFiConnector,
|
|
1070
|
+
kommoConnector,
|
|
1071
|
+
kudosityConnector,
|
|
1072
|
+
kustomerConnector,
|
|
1073
|
+
leadConnectorConnector,
|
|
1074
|
+
leapAiConnector,
|
|
1075
|
+
leexiConnector,
|
|
1076
|
+
lemlistConnector,
|
|
1077
|
+
lemonSqueezyConnector,
|
|
1078
|
+
letsCalendarConnector,
|
|
1079
|
+
lettaConnector,
|
|
1080
|
+
leverConnector,
|
|
1081
|
+
lightfunnelsConnector,
|
|
1082
|
+
linearConnector,
|
|
1083
|
+
linkaConnector,
|
|
1084
|
+
linkupConnector,
|
|
372
1085
|
listActivepiecesCatalogEntries,
|
|
373
1086
|
listExecutableIntegrationSpecs,
|
|
374
1087
|
listIntegrationCoverageSpecs,
|
|
@@ -376,20 +1089,134 @@ export {
|
|
|
376
1089
|
listTangleIntegrationCatalogEntries,
|
|
377
1090
|
listTangleIntegrationCatalogRuntimePackages,
|
|
378
1091
|
listTangleIntegrationContracts,
|
|
1092
|
+
llmrailsConnector,
|
|
1093
|
+
lobstermailConnector,
|
|
1094
|
+
localaiConnector,
|
|
1095
|
+
loftyConnector,
|
|
1096
|
+
logrocketConnector,
|
|
1097
|
+
logsnagConnector,
|
|
1098
|
+
lokaliseConnector,
|
|
1099
|
+
loopsConnector,
|
|
1100
|
+
lucidyaConnector,
|
|
1101
|
+
lushaConnector,
|
|
1102
|
+
luxuryPresenceConnector,
|
|
1103
|
+
magicalApiConnector,
|
|
1104
|
+
mailchainConnector,
|
|
1105
|
+
mailchimpConnector,
|
|
1106
|
+
mailerLiteConnector,
|
|
1107
|
+
mailercheckConnector,
|
|
1108
|
+
mailerooConnector,
|
|
1109
|
+
mailgunConnector,
|
|
1110
|
+
makeConnector,
|
|
379
1111
|
manifestToConnector,
|
|
1112
|
+
manychatConnector,
|
|
1113
|
+
marketoConnector,
|
|
1114
|
+
mastodonConnector,
|
|
1115
|
+
matomoConnector,
|
|
1116
|
+
matrixConnector,
|
|
1117
|
+
mattermostConnector,
|
|
1118
|
+
mauticConnector,
|
|
1119
|
+
medullarConnector,
|
|
1120
|
+
meetgeekAiConnector,
|
|
1121
|
+
memConnector,
|
|
1122
|
+
messagebirdConnector,
|
|
1123
|
+
metabaseConnector,
|
|
1124
|
+
microsoft365PeopleConnector,
|
|
1125
|
+
microsoft365PlannerConnector,
|
|
380
1126
|
microsoftCalendar,
|
|
1127
|
+
microsoftDynamics365BusinessCentralConnector,
|
|
1128
|
+
microsoftDynamicsCrmConnector,
|
|
1129
|
+
microsoftExcel365Connector,
|
|
1130
|
+
microsoftGraph,
|
|
1131
|
+
microsoftOnedriveConnector,
|
|
1132
|
+
microsoftOnenoteConnector,
|
|
1133
|
+
microsoftOutlookCalendarConnector,
|
|
1134
|
+
microsoftOutlookConnector,
|
|
1135
|
+
microsoftPowerBiConnector,
|
|
1136
|
+
microsoftSharepointConnector,
|
|
1137
|
+
microsoftTeams,
|
|
1138
|
+
microsoftTodoConnector,
|
|
1139
|
+
millionverifierConnector,
|
|
1140
|
+
mindStudioConnector,
|
|
1141
|
+
mindeeConnector,
|
|
1142
|
+
miroConnector,
|
|
1143
|
+
missiveConnector,
|
|
1144
|
+
mixmaxConnector,
|
|
1145
|
+
mixpanelConnector,
|
|
1146
|
+
mollieConnector,
|
|
1147
|
+
mondayConnector,
|
|
1148
|
+
mongodbConnector,
|
|
1149
|
+
n8nConnector,
|
|
1150
|
+
netlifyConnector,
|
|
1151
|
+
niftyConnector,
|
|
1152
|
+
ninjapipeConnector,
|
|
1153
|
+
nocodbConnector,
|
|
381
1154
|
normalizeGatewayCatalog,
|
|
382
1155
|
normalizeIntegrationError,
|
|
383
1156
|
normalizeIntegrationResult,
|
|
1157
|
+
notionConnector,
|
|
384
1158
|
notionDatabase,
|
|
1159
|
+
ntfyConnector,
|
|
1160
|
+
odooConnector,
|
|
1161
|
+
omniCoConnector,
|
|
1162
|
+
omnihrConnector,
|
|
1163
|
+
oneDrive,
|
|
1164
|
+
openPhoneConnector,
|
|
1165
|
+
openRouterConnector,
|
|
1166
|
+
openaiConnector,
|
|
1167
|
+
openmicAiConnector,
|
|
1168
|
+
opnformConnector,
|
|
1169
|
+
opportifyConnector,
|
|
1170
|
+
opsgenieConnector,
|
|
1171
|
+
oracleDatabaseConnector,
|
|
1172
|
+
orimonConnector,
|
|
1173
|
+
outlookMail,
|
|
1174
|
+
paddleConnector,
|
|
1175
|
+
pagerdutyConnector,
|
|
1176
|
+
pandadoc,
|
|
1177
|
+
paperformConnector,
|
|
385
1178
|
parseIntegrationBridgeEnvironment,
|
|
386
1179
|
parseIntegrationToolName,
|
|
387
1180
|
parseStripeSignatureHeader,
|
|
1181
|
+
parseurConnector,
|
|
1182
|
+
pastefyConnector,
|
|
1183
|
+
paywhirlConnector,
|
|
1184
|
+
pdfmonkeyConnector,
|
|
1185
|
+
peekshotConnector,
|
|
1186
|
+
perplexityAiConnector,
|
|
1187
|
+
personalAiConnector,
|
|
1188
|
+
pinchPaymentsConnector,
|
|
1189
|
+
pineconeConnector,
|
|
1190
|
+
pipedreamConnector,
|
|
1191
|
+
pipedriveConnector,
|
|
1192
|
+
placidConnector,
|
|
1193
|
+
plausibleConnector,
|
|
1194
|
+
pocketbaseConnector,
|
|
1195
|
+
pollybotAiConnector,
|
|
1196
|
+
postgresConnector,
|
|
1197
|
+
posthogConnector,
|
|
1198
|
+
postizConnector,
|
|
1199
|
+
postmarkConnector,
|
|
1200
|
+
predictLeadsConnector,
|
|
1201
|
+
productboardConnector,
|
|
1202
|
+
proxycurlConnector,
|
|
1203
|
+
pushbulletConnector,
|
|
1204
|
+
pushoverConnector,
|
|
1205
|
+
qawafelConnector,
|
|
1206
|
+
qdrantConnector,
|
|
1207
|
+
quadernoConnector,
|
|
1208
|
+
quickbooksConnector,
|
|
1209
|
+
quickzuConnector,
|
|
1210
|
+
raiaAiConnector,
|
|
1211
|
+
rapidtextAiConnector,
|
|
1212
|
+
reachinboxConnector,
|
|
1213
|
+
recallAiConnector,
|
|
388
1214
|
receiveIntegrationWebhook,
|
|
389
1215
|
redactApprovalRequest,
|
|
390
1216
|
redactCapability,
|
|
391
1217
|
redactIntegrationBridgePayload,
|
|
392
1218
|
redactInvocationEnvelope,
|
|
1219
|
+
redditConnector,
|
|
393
1220
|
refreshAccessToken,
|
|
394
1221
|
renderAgentToolDescription,
|
|
395
1222
|
renderApprovalCopy,
|
|
@@ -397,36 +1224,105 @@ export {
|
|
|
397
1224
|
renderConsoleSteps,
|
|
398
1225
|
renderRunbookMarkdown,
|
|
399
1226
|
renderTangleCatalogRuntimePnpmAddCommand,
|
|
1227
|
+
reoonVerifierConnector,
|
|
1228
|
+
replyIoConnector,
|
|
400
1229
|
requireTangleAuth,
|
|
401
1230
|
resolveConnectionCredentials,
|
|
402
1231
|
resolveConnectorAuthSpec,
|
|
403
1232
|
resolveIntegrationApproval,
|
|
1233
|
+
retableConnector,
|
|
1234
|
+
retellAiConnector,
|
|
404
1235
|
revokeConnectFlow,
|
|
405
1236
|
revokeConnection,
|
|
1237
|
+
ripplingConnector,
|
|
1238
|
+
robollyConnector,
|
|
406
1239
|
runIntegrationHealthcheck,
|
|
407
1240
|
runIntegrationHealthchecks,
|
|
1241
|
+
runwareConnector,
|
|
1242
|
+
saasticConnector,
|
|
1243
|
+
saleorConnector,
|
|
408
1244
|
salesforceConnector,
|
|
409
1245
|
sanitizeAuditConnection,
|
|
410
1246
|
sanitizeConnection,
|
|
1247
|
+
sanityConnector,
|
|
1248
|
+
sardisConnector,
|
|
1249
|
+
savvycalConnector,
|
|
1250
|
+
scrapegraphaiConnector,
|
|
1251
|
+
scrapelessConnector,
|
|
411
1252
|
searchIntegrationTools,
|
|
1253
|
+
seekTableConnector,
|
|
1254
|
+
sendgridConnector,
|
|
1255
|
+
sendinblueConnector,
|
|
1256
|
+
sendpulseConnector,
|
|
1257
|
+
senjaConnector,
|
|
1258
|
+
sentryConnector,
|
|
1259
|
+
serpstatConnector,
|
|
1260
|
+
serviceNowConnector,
|
|
1261
|
+
sharepoint,
|
|
1262
|
+
shippoConnector,
|
|
1263
|
+
shopifyConnector,
|
|
1264
|
+
shortIoConnector,
|
|
412
1265
|
signActivepiecesRuntimeRequest,
|
|
413
1266
|
signCapability,
|
|
1267
|
+
signNowConnector,
|
|
414
1268
|
signTangleCatalogRuntimeRequest,
|
|
1269
|
+
signrequestConnector,
|
|
1270
|
+
simplirouteConnector,
|
|
1271
|
+
simplybookmeConnector,
|
|
1272
|
+
skyprepConnector,
|
|
415
1273
|
slack,
|
|
416
1274
|
slackEventsConnector,
|
|
1275
|
+
smartleadConnector,
|
|
1276
|
+
smartsheetConnector,
|
|
1277
|
+
smartsuiteConnector,
|
|
1278
|
+
smooveConnector,
|
|
1279
|
+
smsmodeConnector,
|
|
1280
|
+
snowflakeConnector,
|
|
1281
|
+
socialkitConnector,
|
|
417
1282
|
specAuthToConnectorAuth,
|
|
1283
|
+
squareConnector,
|
|
418
1284
|
startConnectFlow,
|
|
419
1285
|
startOAuthFlow,
|
|
420
1286
|
startTangleCatalogRuntimeNodeServer,
|
|
421
1287
|
statusForCode,
|
|
422
1288
|
storedEventToTriggerEvent,
|
|
1289
|
+
stripeConnector,
|
|
423
1290
|
stripePackConnector,
|
|
424
1291
|
stripeWebhookReceiverConnector,
|
|
425
1292
|
summarizeIntegrationRegistry,
|
|
1293
|
+
supabaseConnector,
|
|
1294
|
+
supadataConnector,
|
|
1295
|
+
swarmnodeConnector,
|
|
1296
|
+
systemeIoConnector,
|
|
1297
|
+
tableauConnector,
|
|
1298
|
+
talkableConnector,
|
|
1299
|
+
tallyConnector,
|
|
426
1300
|
tangleCatalogAuthValue,
|
|
427
1301
|
tangleIdentity,
|
|
1302
|
+
teableConnector,
|
|
1303
|
+
telegramConnector,
|
|
1304
|
+
telnyxConnector,
|
|
1305
|
+
tenzoConnector,
|
|
1306
|
+
textcortexAiConnector,
|
|
1307
|
+
ticktickConnector,
|
|
1308
|
+
timeOpsConnector,
|
|
1309
|
+
timelinesAiConnector,
|
|
1310
|
+
tlDvConnector,
|
|
428
1311
|
toMcpTools,
|
|
1312
|
+
todoistConnector,
|
|
1313
|
+
togglTrackConnector,
|
|
1314
|
+
totalcmsConnector,
|
|
1315
|
+
trelloConnector,
|
|
1316
|
+
twentyConnector,
|
|
1317
|
+
twilioConnector,
|
|
429
1318
|
twilioSmsConnector,
|
|
1319
|
+
twinLabsConnector,
|
|
1320
|
+
twitterConnector,
|
|
1321
|
+
typeformConnector,
|
|
1322
|
+
typefullyConnector,
|
|
1323
|
+
umamiConnector,
|
|
1324
|
+
upgradechatConnector,
|
|
1325
|
+
uscreenConnector,
|
|
430
1326
|
validateConnectorManifest,
|
|
431
1327
|
validateCredentialFormat,
|
|
432
1328
|
validateCredentialSet,
|
|
@@ -434,6 +1330,10 @@ export {
|
|
|
434
1330
|
validateIntegrationManifest,
|
|
435
1331
|
validateIntegrationSpec,
|
|
436
1332
|
validateProviderPassthroughRequest,
|
|
1333
|
+
validatedmailsConnector,
|
|
1334
|
+
vapiConnector,
|
|
1335
|
+
vboutConnector,
|
|
1336
|
+
vercelConnector,
|
|
437
1337
|
verifyActivepiecesRuntimeSignature,
|
|
438
1338
|
verifyCapabilityToken,
|
|
439
1339
|
verifyHmacSignature,
|
|
@@ -441,6 +1341,42 @@ export {
|
|
|
441
1341
|
verifyStripeSignature,
|
|
442
1342
|
verifyTangleCatalogRuntimeSignature,
|
|
443
1343
|
verifyTwilioSignature,
|
|
444
|
-
|
|
1344
|
+
videoaskConnector,
|
|
1345
|
+
vidlab7Connector,
|
|
1346
|
+
vlmRunConnector,
|
|
1347
|
+
voucheryIoConnector,
|
|
1348
|
+
vtexConnector,
|
|
1349
|
+
vtigerConnector,
|
|
1350
|
+
wafeqConnector,
|
|
1351
|
+
weaviateConnector,
|
|
1352
|
+
webflowConnector,
|
|
1353
|
+
webhookConnector,
|
|
1354
|
+
webscrapingAiConnector,
|
|
1355
|
+
whatConvertsConnector,
|
|
1356
|
+
whatsappBusiness,
|
|
1357
|
+
whatsappConnector,
|
|
1358
|
+
whatsscaleConnector,
|
|
1359
|
+
wonderchatConnector,
|
|
1360
|
+
woocommerceConnector,
|
|
1361
|
+
woodpeckerConnector,
|
|
1362
|
+
wootricConnector,
|
|
1363
|
+
wordpressConnector,
|
|
1364
|
+
workableConnector,
|
|
1365
|
+
workdayConnector,
|
|
1366
|
+
wrikeConnector,
|
|
1367
|
+
writesonicBulkConnector,
|
|
1368
|
+
wufooConnector,
|
|
1369
|
+
xeroConnector,
|
|
1370
|
+
youcanbookmeConnector,
|
|
1371
|
+
zagomailConnector,
|
|
1372
|
+
zapierConnector,
|
|
1373
|
+
zendeskConnector,
|
|
1374
|
+
zendeskSellConnector,
|
|
1375
|
+
zeplinConnector,
|
|
1376
|
+
zerobounceConnector,
|
|
1377
|
+
zohoBookingsConnector,
|
|
1378
|
+
zohoCrmConnector,
|
|
1379
|
+
zohoDeskConnector,
|
|
1380
|
+
zuoraConnector
|
|
445
1381
|
};
|
|
446
1382
|
//# sourceMappingURL=index.js.map
|