@automate.ax/catalog 0.83.3 → 0.85.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/catalog.d.ts +134 -38
- package/dist/catalog.js +26 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/triggers/index.d.ts +640 -0
- package/dist/triggers/index.js +4 -0
- package/dist/triggers/stripe.d.ts +262 -0
- package/dist/triggers/stripe.js +107 -0
- package/dist/triggers/webflow.d.ts +63 -0
- package/dist/triggers/webflow.js +86 -0
- package/package.json +14 -2
- package/src/catalog.ts +31 -1
- package/src/index.ts +2 -0
- package/src/triggers/index.ts +4 -0
- package/src/triggers/stripe.ts +110 -0
- package/src/triggers/webflow.ts +92 -0
package/dist/catalog.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ export declare const anthropicService: {
|
|
|
13
13
|
readonly id: "anthropic";
|
|
14
14
|
readonly name: string;
|
|
15
15
|
readonly icon?: string | undefined;
|
|
16
|
+
readonly description: string;
|
|
17
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
16
18
|
readonly connectionMethods: readonly [{
|
|
17
19
|
readonly fields: readonly [{
|
|
18
20
|
readonly placeholder: string;
|
|
@@ -26,7 +28,6 @@ export declare const anthropicService: {
|
|
|
26
28
|
readonly type: "form";
|
|
27
29
|
readonly credentialUrl?: string | undefined;
|
|
28
30
|
}];
|
|
29
|
-
readonly description: string;
|
|
30
31
|
};
|
|
31
32
|
export declare const apolloService: {
|
|
32
33
|
readonly connectionMethods: readonly [{
|
|
@@ -64,6 +65,8 @@ export declare const brevoService: {
|
|
|
64
65
|
readonly id: "brevo";
|
|
65
66
|
readonly name: string;
|
|
66
67
|
readonly icon?: string | undefined;
|
|
68
|
+
readonly description: string;
|
|
69
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
67
70
|
readonly connectionMethods: readonly [{
|
|
68
71
|
readonly fields: readonly [{
|
|
69
72
|
readonly placeholder: string;
|
|
@@ -77,12 +80,13 @@ export declare const brevoService: {
|
|
|
77
80
|
readonly type: "form";
|
|
78
81
|
readonly credentialUrl?: string | undefined;
|
|
79
82
|
}];
|
|
80
|
-
readonly description: string;
|
|
81
83
|
};
|
|
82
84
|
export declare const cerebrasService: {
|
|
83
85
|
readonly id: "cerebras";
|
|
84
86
|
readonly name: string;
|
|
85
87
|
readonly icon?: string | undefined;
|
|
88
|
+
readonly description: string;
|
|
89
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
86
90
|
readonly connectionMethods: readonly [{
|
|
87
91
|
readonly fields: readonly [{
|
|
88
92
|
readonly placeholder: string;
|
|
@@ -96,7 +100,6 @@ export declare const cerebrasService: {
|
|
|
96
100
|
readonly type: "form";
|
|
97
101
|
readonly credentialUrl?: string | undefined;
|
|
98
102
|
}];
|
|
99
|
-
readonly description: string;
|
|
100
103
|
};
|
|
101
104
|
export declare const cloudflareService: {
|
|
102
105
|
readonly connectionMethods: readonly [{
|
|
@@ -159,6 +162,8 @@ export declare const cohereService: {
|
|
|
159
162
|
readonly id: "cohere";
|
|
160
163
|
readonly name: string;
|
|
161
164
|
readonly icon?: string | undefined;
|
|
165
|
+
readonly description: string;
|
|
166
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
162
167
|
readonly connectionMethods: readonly [{
|
|
163
168
|
readonly fields: readonly [{
|
|
164
169
|
readonly placeholder: string;
|
|
@@ -172,7 +177,6 @@ export declare const cohereService: {
|
|
|
172
177
|
readonly type: "form";
|
|
173
178
|
readonly credentialUrl?: string | undefined;
|
|
174
179
|
}];
|
|
175
|
-
readonly description: string;
|
|
176
180
|
};
|
|
177
181
|
export declare const convexService: {
|
|
178
182
|
readonly connectionMethods: readonly [{
|
|
@@ -214,6 +218,8 @@ export declare const deepinfraService: {
|
|
|
214
218
|
readonly id: "deepinfra";
|
|
215
219
|
readonly name: string;
|
|
216
220
|
readonly icon?: string | undefined;
|
|
221
|
+
readonly description: string;
|
|
222
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
217
223
|
readonly connectionMethods: readonly [{
|
|
218
224
|
readonly fields: readonly [{
|
|
219
225
|
readonly placeholder: string;
|
|
@@ -227,12 +233,13 @@ export declare const deepinfraService: {
|
|
|
227
233
|
readonly type: "form";
|
|
228
234
|
readonly credentialUrl?: string | undefined;
|
|
229
235
|
}];
|
|
230
|
-
readonly description: string;
|
|
231
236
|
};
|
|
232
237
|
export declare const deepseekService: {
|
|
233
238
|
readonly id: "deepseek";
|
|
234
239
|
readonly name: string;
|
|
235
240
|
readonly icon?: string | undefined;
|
|
241
|
+
readonly description: string;
|
|
242
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
236
243
|
readonly connectionMethods: readonly [{
|
|
237
244
|
readonly fields: readonly [{
|
|
238
245
|
readonly placeholder: string;
|
|
@@ -246,12 +253,13 @@ export declare const deepseekService: {
|
|
|
246
253
|
readonly type: "form";
|
|
247
254
|
readonly credentialUrl?: string | undefined;
|
|
248
255
|
}];
|
|
249
|
-
readonly description: string;
|
|
250
256
|
};
|
|
251
257
|
export declare const firecrawlService: {
|
|
252
258
|
readonly id: "firecrawl";
|
|
253
259
|
readonly name: string;
|
|
254
260
|
readonly icon?: string | undefined;
|
|
261
|
+
readonly description: string;
|
|
262
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
255
263
|
readonly connectionMethods: readonly [{
|
|
256
264
|
readonly fields: readonly [{
|
|
257
265
|
readonly placeholder: string;
|
|
@@ -265,12 +273,13 @@ export declare const firecrawlService: {
|
|
|
265
273
|
readonly type: "form";
|
|
266
274
|
readonly credentialUrl?: string | undefined;
|
|
267
275
|
}];
|
|
268
|
-
readonly description: string;
|
|
269
276
|
};
|
|
270
277
|
export declare const fireworksService: {
|
|
271
278
|
readonly id: "fireworks";
|
|
272
279
|
readonly name: string;
|
|
273
280
|
readonly icon?: string | undefined;
|
|
281
|
+
readonly description: string;
|
|
282
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
274
283
|
readonly connectionMethods: readonly [{
|
|
275
284
|
readonly fields: readonly [{
|
|
276
285
|
readonly placeholder: string;
|
|
@@ -284,7 +293,6 @@ export declare const fireworksService: {
|
|
|
284
293
|
readonly type: "form";
|
|
285
294
|
readonly credentialUrl?: string | undefined;
|
|
286
295
|
}];
|
|
287
|
-
readonly description: string;
|
|
288
296
|
};
|
|
289
297
|
export declare const githubService: {
|
|
290
298
|
readonly connectionMethods: readonly [{
|
|
@@ -318,6 +326,8 @@ export declare const googleGenaiService: {
|
|
|
318
326
|
readonly id: "google-genai";
|
|
319
327
|
readonly name: string;
|
|
320
328
|
readonly icon?: string | undefined;
|
|
329
|
+
readonly description: string;
|
|
330
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
321
331
|
readonly connectionMethods: readonly [{
|
|
322
332
|
readonly fields: readonly [{
|
|
323
333
|
readonly placeholder: string;
|
|
@@ -331,12 +341,13 @@ export declare const googleGenaiService: {
|
|
|
331
341
|
readonly type: "form";
|
|
332
342
|
readonly credentialUrl?: string | undefined;
|
|
333
343
|
}];
|
|
334
|
-
readonly description: string;
|
|
335
344
|
};
|
|
336
345
|
export declare const groqService: {
|
|
337
346
|
readonly id: "groq";
|
|
338
347
|
readonly name: string;
|
|
339
348
|
readonly icon?: string | undefined;
|
|
349
|
+
readonly description: string;
|
|
350
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
340
351
|
readonly connectionMethods: readonly [{
|
|
341
352
|
readonly fields: readonly [{
|
|
342
353
|
readonly placeholder: string;
|
|
@@ -350,7 +361,6 @@ export declare const groqService: {
|
|
|
350
361
|
readonly type: "form";
|
|
351
362
|
readonly credentialUrl?: string | undefined;
|
|
352
363
|
}];
|
|
353
|
-
readonly description: string;
|
|
354
364
|
};
|
|
355
365
|
export declare const huggingfaceService: {
|
|
356
366
|
readonly connectionMethods: readonly [{
|
|
@@ -393,6 +403,8 @@ export declare const millionverifierService: {
|
|
|
393
403
|
readonly id: "millionverifier";
|
|
394
404
|
readonly name: string;
|
|
395
405
|
readonly icon?: string | undefined;
|
|
406
|
+
readonly description: string;
|
|
407
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
396
408
|
readonly connectionMethods: readonly [{
|
|
397
409
|
readonly fields: readonly [{
|
|
398
410
|
readonly placeholder: string;
|
|
@@ -406,12 +418,13 @@ export declare const millionverifierService: {
|
|
|
406
418
|
readonly type: "form";
|
|
407
419
|
readonly credentialUrl?: string | undefined;
|
|
408
420
|
}];
|
|
409
|
-
readonly description: string;
|
|
410
421
|
};
|
|
411
422
|
export declare const mistralService: {
|
|
412
423
|
readonly id: "mistral";
|
|
413
424
|
readonly name: string;
|
|
414
425
|
readonly icon?: string | undefined;
|
|
426
|
+
readonly description: string;
|
|
427
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
415
428
|
readonly connectionMethods: readonly [{
|
|
416
429
|
readonly fields: readonly [{
|
|
417
430
|
readonly placeholder: string;
|
|
@@ -425,12 +438,13 @@ export declare const mistralService: {
|
|
|
425
438
|
readonly type: "form";
|
|
426
439
|
readonly credentialUrl?: string | undefined;
|
|
427
440
|
}];
|
|
428
|
-
readonly description: string;
|
|
429
441
|
};
|
|
430
442
|
export declare const openaiService: {
|
|
431
443
|
readonly id: "openai";
|
|
432
444
|
readonly name: string;
|
|
433
445
|
readonly icon?: string | undefined;
|
|
446
|
+
readonly description: string;
|
|
447
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
434
448
|
readonly connectionMethods: readonly [{
|
|
435
449
|
readonly fields: readonly [{
|
|
436
450
|
readonly placeholder: string;
|
|
@@ -444,12 +458,13 @@ export declare const openaiService: {
|
|
|
444
458
|
readonly type: "form";
|
|
445
459
|
readonly credentialUrl?: string | undefined;
|
|
446
460
|
}];
|
|
447
|
-
readonly description: string;
|
|
448
461
|
};
|
|
449
462
|
export declare const openrouterService: {
|
|
450
463
|
readonly id: "openrouter";
|
|
451
464
|
readonly name: string;
|
|
452
465
|
readonly icon?: string | undefined;
|
|
466
|
+
readonly description: string;
|
|
467
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
453
468
|
readonly connectionMethods: readonly [{
|
|
454
469
|
readonly fields: readonly [{
|
|
455
470
|
readonly placeholder: string;
|
|
@@ -463,12 +478,13 @@ export declare const openrouterService: {
|
|
|
463
478
|
readonly type: "form";
|
|
464
479
|
readonly credentialUrl?: string | undefined;
|
|
465
480
|
}];
|
|
466
|
-
readonly description: string;
|
|
467
481
|
};
|
|
468
482
|
export declare const perplexityService: {
|
|
469
483
|
readonly id: "perplexity";
|
|
470
484
|
readonly name: string;
|
|
471
485
|
readonly icon?: string | undefined;
|
|
486
|
+
readonly description: string;
|
|
487
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
472
488
|
readonly connectionMethods: readonly [{
|
|
473
489
|
readonly fields: readonly [{
|
|
474
490
|
readonly placeholder: string;
|
|
@@ -482,7 +498,6 @@ export declare const perplexityService: {
|
|
|
482
498
|
readonly type: "form";
|
|
483
499
|
readonly credentialUrl?: string | undefined;
|
|
484
500
|
}];
|
|
485
|
-
readonly description: string;
|
|
486
501
|
};
|
|
487
502
|
export declare const postgresService: {
|
|
488
503
|
readonly connectionMethods: readonly [{
|
|
@@ -528,6 +543,8 @@ export declare const scrapflyService: {
|
|
|
528
543
|
readonly id: "scrapfly";
|
|
529
544
|
readonly name: string;
|
|
530
545
|
readonly icon?: string | undefined;
|
|
546
|
+
readonly description: string;
|
|
547
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
531
548
|
readonly connectionMethods: readonly [{
|
|
532
549
|
readonly fields: readonly [{
|
|
533
550
|
readonly placeholder: string;
|
|
@@ -541,7 +558,6 @@ export declare const scrapflyService: {
|
|
|
541
558
|
readonly type: "form";
|
|
542
559
|
readonly credentialUrl?: string | undefined;
|
|
543
560
|
}];
|
|
544
|
-
readonly description: string;
|
|
545
561
|
};
|
|
546
562
|
export declare const slackService: {
|
|
547
563
|
readonly connectionMethods: readonly [{
|
|
@@ -553,6 +569,26 @@ export declare const slackService: {
|
|
|
553
569
|
readonly id: "slack";
|
|
554
570
|
readonly name: "Slack";
|
|
555
571
|
};
|
|
572
|
+
export declare const stripeService: {
|
|
573
|
+
readonly id: "stripe";
|
|
574
|
+
readonly name: string;
|
|
575
|
+
readonly icon?: string | undefined;
|
|
576
|
+
readonly description: string;
|
|
577
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
578
|
+
readonly connectionMethods: readonly [{
|
|
579
|
+
readonly fields: readonly [{
|
|
580
|
+
readonly placeholder: string;
|
|
581
|
+
readonly input: "password";
|
|
582
|
+
readonly label: "API key";
|
|
583
|
+
readonly name: "apiKey";
|
|
584
|
+
readonly required: true;
|
|
585
|
+
}];
|
|
586
|
+
readonly id: "api-key";
|
|
587
|
+
readonly name: "API key";
|
|
588
|
+
readonly type: "form";
|
|
589
|
+
readonly credentialUrl?: string | undefined;
|
|
590
|
+
}];
|
|
591
|
+
};
|
|
556
592
|
export declare const tidycalService: {
|
|
557
593
|
readonly connectionMethods: readonly [{
|
|
558
594
|
readonly id: "oauth";
|
|
@@ -567,6 +603,8 @@ export declare const togetheraiService: {
|
|
|
567
603
|
readonly id: "togetherai";
|
|
568
604
|
readonly name: string;
|
|
569
605
|
readonly icon?: string | undefined;
|
|
606
|
+
readonly description: string;
|
|
607
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
570
608
|
readonly connectionMethods: readonly [{
|
|
571
609
|
readonly fields: readonly [{
|
|
572
610
|
readonly placeholder: string;
|
|
@@ -580,7 +618,6 @@ export declare const togetheraiService: {
|
|
|
580
618
|
readonly type: "form";
|
|
581
619
|
readonly credentialUrl?: string | undefined;
|
|
582
620
|
}];
|
|
583
|
-
readonly description: string;
|
|
584
621
|
};
|
|
585
622
|
export declare const trelloService: {
|
|
586
623
|
readonly connectionMethods: readonly [{
|
|
@@ -596,6 +633,8 @@ export declare const vercelAiGatewayService: {
|
|
|
596
633
|
readonly id: "vercel-ai-gateway";
|
|
597
634
|
readonly name: string;
|
|
598
635
|
readonly icon?: string | undefined;
|
|
636
|
+
readonly description: string;
|
|
637
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
599
638
|
readonly connectionMethods: readonly [{
|
|
600
639
|
readonly fields: readonly [{
|
|
601
640
|
readonly placeholder: string;
|
|
@@ -609,7 +648,6 @@ export declare const vercelAiGatewayService: {
|
|
|
609
648
|
readonly type: "form";
|
|
610
649
|
readonly credentialUrl?: string | undefined;
|
|
611
650
|
}];
|
|
612
|
-
readonly description: string;
|
|
613
651
|
};
|
|
614
652
|
export declare const vercelService: {
|
|
615
653
|
readonly connectionMethods: readonly [{
|
|
@@ -643,10 +681,22 @@ export declare const whatsappService: {
|
|
|
643
681
|
readonly id: "whatsapp";
|
|
644
682
|
readonly name: "WhatsApp";
|
|
645
683
|
};
|
|
684
|
+
export declare const webflowService: {
|
|
685
|
+
readonly connectionMethods: readonly [{
|
|
686
|
+
readonly id: "oauth";
|
|
687
|
+
readonly name: "OAuth";
|
|
688
|
+
readonly type: "redirect";
|
|
689
|
+
}];
|
|
690
|
+
readonly description: "Connect Webflow sites and workspaces.";
|
|
691
|
+
readonly id: "webflow";
|
|
692
|
+
readonly name: "Webflow";
|
|
693
|
+
};
|
|
646
694
|
export declare const xaiService: {
|
|
647
695
|
readonly id: "xai";
|
|
648
696
|
readonly name: string;
|
|
649
697
|
readonly icon?: string | undefined;
|
|
698
|
+
readonly description: string;
|
|
699
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
650
700
|
readonly connectionMethods: readonly [{
|
|
651
701
|
readonly fields: readonly [{
|
|
652
702
|
readonly placeholder: string;
|
|
@@ -660,7 +710,6 @@ export declare const xaiService: {
|
|
|
660
710
|
readonly type: "form";
|
|
661
711
|
readonly credentialUrl?: string | undefined;
|
|
662
712
|
}];
|
|
663
|
-
readonly description: string;
|
|
664
713
|
};
|
|
665
714
|
export declare const integrationCatalog: readonly [{
|
|
666
715
|
readonly connectionMethods: readonly [{
|
|
@@ -675,6 +724,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
675
724
|
readonly id: "anthropic";
|
|
676
725
|
readonly name: string;
|
|
677
726
|
readonly icon?: string | undefined;
|
|
727
|
+
readonly description: string;
|
|
728
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
678
729
|
readonly connectionMethods: readonly [{
|
|
679
730
|
readonly fields: readonly [{
|
|
680
731
|
readonly placeholder: string;
|
|
@@ -688,7 +739,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
688
739
|
readonly type: "form";
|
|
689
740
|
readonly credentialUrl?: string | undefined;
|
|
690
741
|
}];
|
|
691
|
-
readonly description: string;
|
|
692
742
|
}, {
|
|
693
743
|
readonly connectionMethods: readonly [{
|
|
694
744
|
readonly id: "oauth";
|
|
@@ -723,6 +773,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
723
773
|
readonly id: "brevo";
|
|
724
774
|
readonly name: string;
|
|
725
775
|
readonly icon?: string | undefined;
|
|
776
|
+
readonly description: string;
|
|
777
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
726
778
|
readonly connectionMethods: readonly [{
|
|
727
779
|
readonly fields: readonly [{
|
|
728
780
|
readonly placeholder: string;
|
|
@@ -736,11 +788,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
736
788
|
readonly type: "form";
|
|
737
789
|
readonly credentialUrl?: string | undefined;
|
|
738
790
|
}];
|
|
739
|
-
readonly description: string;
|
|
740
791
|
}, {
|
|
741
792
|
readonly id: "cerebras";
|
|
742
793
|
readonly name: string;
|
|
743
794
|
readonly icon?: string | undefined;
|
|
795
|
+
readonly description: string;
|
|
796
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
744
797
|
readonly connectionMethods: readonly [{
|
|
745
798
|
readonly fields: readonly [{
|
|
746
799
|
readonly placeholder: string;
|
|
@@ -754,7 +807,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
754
807
|
readonly type: "form";
|
|
755
808
|
readonly credentialUrl?: string | undefined;
|
|
756
809
|
}];
|
|
757
|
-
readonly description: string;
|
|
758
810
|
}, {
|
|
759
811
|
readonly connectionMethods: readonly [{
|
|
760
812
|
readonly fields: readonly [{
|
|
@@ -813,6 +865,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
813
865
|
readonly id: "cohere";
|
|
814
866
|
readonly name: string;
|
|
815
867
|
readonly icon?: string | undefined;
|
|
868
|
+
readonly description: string;
|
|
869
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
816
870
|
readonly connectionMethods: readonly [{
|
|
817
871
|
readonly fields: readonly [{
|
|
818
872
|
readonly placeholder: string;
|
|
@@ -826,7 +880,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
826
880
|
readonly type: "form";
|
|
827
881
|
readonly credentialUrl?: string | undefined;
|
|
828
882
|
}];
|
|
829
|
-
readonly description: string;
|
|
830
883
|
}, {
|
|
831
884
|
readonly connectionMethods: readonly [{
|
|
832
885
|
readonly id: "oauth";
|
|
@@ -866,6 +919,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
866
919
|
readonly id: "deepinfra";
|
|
867
920
|
readonly name: string;
|
|
868
921
|
readonly icon?: string | undefined;
|
|
922
|
+
readonly description: string;
|
|
923
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
869
924
|
readonly connectionMethods: readonly [{
|
|
870
925
|
readonly fields: readonly [{
|
|
871
926
|
readonly placeholder: string;
|
|
@@ -879,11 +934,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
879
934
|
readonly type: "form";
|
|
880
935
|
readonly credentialUrl?: string | undefined;
|
|
881
936
|
}];
|
|
882
|
-
readonly description: string;
|
|
883
937
|
}, {
|
|
884
938
|
readonly id: "deepseek";
|
|
885
939
|
readonly name: string;
|
|
886
940
|
readonly icon?: string | undefined;
|
|
941
|
+
readonly description: string;
|
|
942
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
887
943
|
readonly connectionMethods: readonly [{
|
|
888
944
|
readonly fields: readonly [{
|
|
889
945
|
readonly placeholder: string;
|
|
@@ -897,11 +953,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
897
953
|
readonly type: "form";
|
|
898
954
|
readonly credentialUrl?: string | undefined;
|
|
899
955
|
}];
|
|
900
|
-
readonly description: string;
|
|
901
956
|
}, {
|
|
902
957
|
readonly id: "firecrawl";
|
|
903
958
|
readonly name: string;
|
|
904
959
|
readonly icon?: string | undefined;
|
|
960
|
+
readonly description: string;
|
|
961
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
905
962
|
readonly connectionMethods: readonly [{
|
|
906
963
|
readonly fields: readonly [{
|
|
907
964
|
readonly placeholder: string;
|
|
@@ -915,11 +972,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
915
972
|
readonly type: "form";
|
|
916
973
|
readonly credentialUrl?: string | undefined;
|
|
917
974
|
}];
|
|
918
|
-
readonly description: string;
|
|
919
975
|
}, {
|
|
920
976
|
readonly id: "fireworks";
|
|
921
977
|
readonly name: string;
|
|
922
978
|
readonly icon?: string | undefined;
|
|
979
|
+
readonly description: string;
|
|
980
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
923
981
|
readonly connectionMethods: readonly [{
|
|
924
982
|
readonly fields: readonly [{
|
|
925
983
|
readonly placeholder: string;
|
|
@@ -933,7 +991,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
933
991
|
readonly type: "form";
|
|
934
992
|
readonly credentialUrl?: string | undefined;
|
|
935
993
|
}];
|
|
936
|
-
readonly description: string;
|
|
937
994
|
}, {
|
|
938
995
|
readonly connectionMethods: readonly [{
|
|
939
996
|
readonly id: "github-app";
|
|
@@ -964,6 +1021,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
964
1021
|
readonly id: "google-genai";
|
|
965
1022
|
readonly name: string;
|
|
966
1023
|
readonly icon?: string | undefined;
|
|
1024
|
+
readonly description: string;
|
|
1025
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
967
1026
|
readonly connectionMethods: readonly [{
|
|
968
1027
|
readonly fields: readonly [{
|
|
969
1028
|
readonly placeholder: string;
|
|
@@ -977,11 +1036,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
977
1036
|
readonly type: "form";
|
|
978
1037
|
readonly credentialUrl?: string | undefined;
|
|
979
1038
|
}];
|
|
980
|
-
readonly description: string;
|
|
981
1039
|
}, {
|
|
982
1040
|
readonly id: "groq";
|
|
983
1041
|
readonly name: string;
|
|
984
1042
|
readonly icon?: string | undefined;
|
|
1043
|
+
readonly description: string;
|
|
1044
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
985
1045
|
readonly connectionMethods: readonly [{
|
|
986
1046
|
readonly fields: readonly [{
|
|
987
1047
|
readonly placeholder: string;
|
|
@@ -995,7 +1055,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
995
1055
|
readonly type: "form";
|
|
996
1056
|
readonly credentialUrl?: string | undefined;
|
|
997
1057
|
}];
|
|
998
|
-
readonly description: string;
|
|
999
1058
|
}, {
|
|
1000
1059
|
readonly connectionMethods: readonly [{
|
|
1001
1060
|
readonly fields: readonly [{
|
|
@@ -1034,6 +1093,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1034
1093
|
readonly id: "millionverifier";
|
|
1035
1094
|
readonly name: string;
|
|
1036
1095
|
readonly icon?: string | undefined;
|
|
1096
|
+
readonly description: string;
|
|
1097
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1037
1098
|
readonly connectionMethods: readonly [{
|
|
1038
1099
|
readonly fields: readonly [{
|
|
1039
1100
|
readonly placeholder: string;
|
|
@@ -1047,11 +1108,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1047
1108
|
readonly type: "form";
|
|
1048
1109
|
readonly credentialUrl?: string | undefined;
|
|
1049
1110
|
}];
|
|
1050
|
-
readonly description: string;
|
|
1051
1111
|
}, {
|
|
1052
1112
|
readonly id: "mistral";
|
|
1053
1113
|
readonly name: string;
|
|
1054
1114
|
readonly icon?: string | undefined;
|
|
1115
|
+
readonly description: string;
|
|
1116
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1055
1117
|
readonly connectionMethods: readonly [{
|
|
1056
1118
|
readonly fields: readonly [{
|
|
1057
1119
|
readonly placeholder: string;
|
|
@@ -1065,11 +1127,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1065
1127
|
readonly type: "form";
|
|
1066
1128
|
readonly credentialUrl?: string | undefined;
|
|
1067
1129
|
}];
|
|
1068
|
-
readonly description: string;
|
|
1069
1130
|
}, {
|
|
1070
1131
|
readonly id: "openai";
|
|
1071
1132
|
readonly name: string;
|
|
1072
1133
|
readonly icon?: string | undefined;
|
|
1134
|
+
readonly description: string;
|
|
1135
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1073
1136
|
readonly connectionMethods: readonly [{
|
|
1074
1137
|
readonly fields: readonly [{
|
|
1075
1138
|
readonly placeholder: string;
|
|
@@ -1083,11 +1146,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1083
1146
|
readonly type: "form";
|
|
1084
1147
|
readonly credentialUrl?: string | undefined;
|
|
1085
1148
|
}];
|
|
1086
|
-
readonly description: string;
|
|
1087
1149
|
}, {
|
|
1088
1150
|
readonly id: "openrouter";
|
|
1089
1151
|
readonly name: string;
|
|
1090
1152
|
readonly icon?: string | undefined;
|
|
1153
|
+
readonly description: string;
|
|
1154
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1091
1155
|
readonly connectionMethods: readonly [{
|
|
1092
1156
|
readonly fields: readonly [{
|
|
1093
1157
|
readonly placeholder: string;
|
|
@@ -1101,11 +1165,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1101
1165
|
readonly type: "form";
|
|
1102
1166
|
readonly credentialUrl?: string | undefined;
|
|
1103
1167
|
}];
|
|
1104
|
-
readonly description: string;
|
|
1105
1168
|
}, {
|
|
1106
1169
|
readonly id: "perplexity";
|
|
1107
1170
|
readonly name: string;
|
|
1108
1171
|
readonly icon?: string | undefined;
|
|
1172
|
+
readonly description: string;
|
|
1173
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1109
1174
|
readonly connectionMethods: readonly [{
|
|
1110
1175
|
readonly fields: readonly [{
|
|
1111
1176
|
readonly placeholder: string;
|
|
@@ -1119,7 +1184,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1119
1184
|
readonly type: "form";
|
|
1120
1185
|
readonly credentialUrl?: string | undefined;
|
|
1121
1186
|
}];
|
|
1122
|
-
readonly description: string;
|
|
1123
1187
|
}, {
|
|
1124
1188
|
readonly connectionMethods: readonly [{
|
|
1125
1189
|
readonly fields: readonly [{
|
|
@@ -1162,6 +1226,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1162
1226
|
readonly id: "scrapfly";
|
|
1163
1227
|
readonly name: string;
|
|
1164
1228
|
readonly icon?: string | undefined;
|
|
1229
|
+
readonly description: string;
|
|
1230
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1165
1231
|
readonly connectionMethods: readonly [{
|
|
1166
1232
|
readonly fields: readonly [{
|
|
1167
1233
|
readonly placeholder: string;
|
|
@@ -1175,7 +1241,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1175
1241
|
readonly type: "form";
|
|
1176
1242
|
readonly credentialUrl?: string | undefined;
|
|
1177
1243
|
}];
|
|
1178
|
-
readonly description: string;
|
|
1179
1244
|
}, {
|
|
1180
1245
|
readonly connectionMethods: readonly [{
|
|
1181
1246
|
readonly id: "oauth";
|
|
@@ -1185,6 +1250,25 @@ export declare const integrationCatalog: readonly [{
|
|
|
1185
1250
|
readonly description: "Install the Automate.ax bot in a Slack workspace.";
|
|
1186
1251
|
readonly id: "slack";
|
|
1187
1252
|
readonly name: "Slack";
|
|
1253
|
+
}, {
|
|
1254
|
+
readonly id: "stripe";
|
|
1255
|
+
readonly name: string;
|
|
1256
|
+
readonly icon?: string | undefined;
|
|
1257
|
+
readonly description: string;
|
|
1258
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1259
|
+
readonly connectionMethods: readonly [{
|
|
1260
|
+
readonly fields: readonly [{
|
|
1261
|
+
readonly placeholder: string;
|
|
1262
|
+
readonly input: "password";
|
|
1263
|
+
readonly label: "API key";
|
|
1264
|
+
readonly name: "apiKey";
|
|
1265
|
+
readonly required: true;
|
|
1266
|
+
}];
|
|
1267
|
+
readonly id: "api-key";
|
|
1268
|
+
readonly name: "API key";
|
|
1269
|
+
readonly type: "form";
|
|
1270
|
+
readonly credentialUrl?: string | undefined;
|
|
1271
|
+
}];
|
|
1188
1272
|
}, {
|
|
1189
1273
|
readonly connectionMethods: readonly [{
|
|
1190
1274
|
readonly id: "oauth";
|
|
@@ -1198,6 +1282,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1198
1282
|
readonly id: "togetherai";
|
|
1199
1283
|
readonly name: string;
|
|
1200
1284
|
readonly icon?: string | undefined;
|
|
1285
|
+
readonly description: string;
|
|
1286
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1201
1287
|
readonly connectionMethods: readonly [{
|
|
1202
1288
|
readonly fields: readonly [{
|
|
1203
1289
|
readonly placeholder: string;
|
|
@@ -1211,7 +1297,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1211
1297
|
readonly type: "form";
|
|
1212
1298
|
readonly credentialUrl?: string | undefined;
|
|
1213
1299
|
}];
|
|
1214
|
-
readonly description: string;
|
|
1215
1300
|
}, {
|
|
1216
1301
|
readonly connectionMethods: readonly [{
|
|
1217
1302
|
readonly id: "oauth";
|
|
@@ -1225,6 +1310,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1225
1310
|
readonly id: "vercel-ai-gateway";
|
|
1226
1311
|
readonly name: string;
|
|
1227
1312
|
readonly icon?: string | undefined;
|
|
1313
|
+
readonly description: string;
|
|
1314
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1228
1315
|
readonly connectionMethods: readonly [{
|
|
1229
1316
|
readonly fields: readonly [{
|
|
1230
1317
|
readonly placeholder: string;
|
|
@@ -1238,7 +1325,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1238
1325
|
readonly type: "form";
|
|
1239
1326
|
readonly credentialUrl?: string | undefined;
|
|
1240
1327
|
}];
|
|
1241
|
-
readonly description: string;
|
|
1242
1328
|
}, {
|
|
1243
1329
|
readonly connectionMethods: readonly [{
|
|
1244
1330
|
readonly id: "oauth";
|
|
@@ -1260,6 +1346,15 @@ export declare const integrationCatalog: readonly [{
|
|
|
1260
1346
|
readonly id: "vercel";
|
|
1261
1347
|
readonly name: "Vercel";
|
|
1262
1348
|
readonly preferredConnectionMethodId: "oauth";
|
|
1349
|
+
}, {
|
|
1350
|
+
readonly connectionMethods: readonly [{
|
|
1351
|
+
readonly id: "oauth";
|
|
1352
|
+
readonly name: "OAuth";
|
|
1353
|
+
readonly type: "redirect";
|
|
1354
|
+
}];
|
|
1355
|
+
readonly description: "Connect Webflow sites and workspaces.";
|
|
1356
|
+
readonly id: "webflow";
|
|
1357
|
+
readonly name: "Webflow";
|
|
1263
1358
|
}, {
|
|
1264
1359
|
readonly connectionMethods: readonly [{
|
|
1265
1360
|
readonly id: "embedded-signup";
|
|
@@ -1273,6 +1368,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1273
1368
|
readonly id: "xai";
|
|
1274
1369
|
readonly name: string;
|
|
1275
1370
|
readonly icon?: string | undefined;
|
|
1371
|
+
readonly description: string;
|
|
1372
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1276
1373
|
readonly connectionMethods: readonly [{
|
|
1277
1374
|
readonly fields: readonly [{
|
|
1278
1375
|
readonly placeholder: string;
|
|
@@ -1286,7 +1383,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1286
1383
|
readonly type: "form";
|
|
1287
1384
|
readonly credentialUrl?: string | undefined;
|
|
1288
1385
|
}];
|
|
1289
|
-
readonly description: string;
|
|
1290
1386
|
}];
|
|
1291
1387
|
export type IntegrationServiceId = (typeof integrationCatalog)[number]["id"];
|
|
1292
1388
|
/**
|