@automate.ax/catalog 0.83.2 → 0.84.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 +115 -40
- package/dist/catalog.js +19 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/triggers/index.d.ts +520 -0
- package/dist/triggers/index.js +2 -0
- package/dist/triggers/stripe.d.ts +262 -0
- package/dist/triggers/stripe.js +107 -0
- package/package.json +7 -1
- package/src/catalog.ts +23 -2
- package/src/index.ts +1 -0
- package/src/triggers/index.ts +2 -0
- package/src/triggers/stripe.ts +110 -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 [{
|
|
@@ -152,7 +155,6 @@ export declare const codexService: {
|
|
|
152
155
|
readonly type: "form";
|
|
153
156
|
}];
|
|
154
157
|
readonly description: "Connect a Codex workspace access token.";
|
|
155
|
-
readonly icon: "openai";
|
|
156
158
|
readonly id: "codex";
|
|
157
159
|
readonly name: "Codex";
|
|
158
160
|
};
|
|
@@ -160,6 +162,8 @@ export declare const cohereService: {
|
|
|
160
162
|
readonly id: "cohere";
|
|
161
163
|
readonly name: string;
|
|
162
164
|
readonly icon?: string | undefined;
|
|
165
|
+
readonly description: string;
|
|
166
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
163
167
|
readonly connectionMethods: readonly [{
|
|
164
168
|
readonly fields: readonly [{
|
|
165
169
|
readonly placeholder: string;
|
|
@@ -173,7 +177,6 @@ export declare const cohereService: {
|
|
|
173
177
|
readonly type: "form";
|
|
174
178
|
readonly credentialUrl?: string | undefined;
|
|
175
179
|
}];
|
|
176
|
-
readonly description: string;
|
|
177
180
|
};
|
|
178
181
|
export declare const convexService: {
|
|
179
182
|
readonly connectionMethods: readonly [{
|
|
@@ -215,6 +218,8 @@ export declare const deepinfraService: {
|
|
|
215
218
|
readonly id: "deepinfra";
|
|
216
219
|
readonly name: string;
|
|
217
220
|
readonly icon?: string | undefined;
|
|
221
|
+
readonly description: string;
|
|
222
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
218
223
|
readonly connectionMethods: readonly [{
|
|
219
224
|
readonly fields: readonly [{
|
|
220
225
|
readonly placeholder: string;
|
|
@@ -228,12 +233,13 @@ export declare const deepinfraService: {
|
|
|
228
233
|
readonly type: "form";
|
|
229
234
|
readonly credentialUrl?: string | undefined;
|
|
230
235
|
}];
|
|
231
|
-
readonly description: string;
|
|
232
236
|
};
|
|
233
237
|
export declare const deepseekService: {
|
|
234
238
|
readonly id: "deepseek";
|
|
235
239
|
readonly name: string;
|
|
236
240
|
readonly icon?: string | undefined;
|
|
241
|
+
readonly description: string;
|
|
242
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
237
243
|
readonly connectionMethods: readonly [{
|
|
238
244
|
readonly fields: readonly [{
|
|
239
245
|
readonly placeholder: string;
|
|
@@ -247,12 +253,13 @@ export declare const deepseekService: {
|
|
|
247
253
|
readonly type: "form";
|
|
248
254
|
readonly credentialUrl?: string | undefined;
|
|
249
255
|
}];
|
|
250
|
-
readonly description: string;
|
|
251
256
|
};
|
|
252
257
|
export declare const firecrawlService: {
|
|
253
258
|
readonly id: "firecrawl";
|
|
254
259
|
readonly name: string;
|
|
255
260
|
readonly icon?: string | undefined;
|
|
261
|
+
readonly description: string;
|
|
262
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
256
263
|
readonly connectionMethods: readonly [{
|
|
257
264
|
readonly fields: readonly [{
|
|
258
265
|
readonly placeholder: string;
|
|
@@ -266,12 +273,13 @@ export declare const firecrawlService: {
|
|
|
266
273
|
readonly type: "form";
|
|
267
274
|
readonly credentialUrl?: string | undefined;
|
|
268
275
|
}];
|
|
269
|
-
readonly description: string;
|
|
270
276
|
};
|
|
271
277
|
export declare const fireworksService: {
|
|
272
278
|
readonly id: "fireworks";
|
|
273
279
|
readonly name: string;
|
|
274
280
|
readonly icon?: string | undefined;
|
|
281
|
+
readonly description: string;
|
|
282
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
275
283
|
readonly connectionMethods: readonly [{
|
|
276
284
|
readonly fields: readonly [{
|
|
277
285
|
readonly placeholder: string;
|
|
@@ -285,7 +293,6 @@ export declare const fireworksService: {
|
|
|
285
293
|
readonly type: "form";
|
|
286
294
|
readonly credentialUrl?: string | undefined;
|
|
287
295
|
}];
|
|
288
|
-
readonly description: string;
|
|
289
296
|
};
|
|
290
297
|
export declare const githubService: {
|
|
291
298
|
readonly connectionMethods: readonly [{
|
|
@@ -319,6 +326,8 @@ export declare const googleGenaiService: {
|
|
|
319
326
|
readonly id: "google-genai";
|
|
320
327
|
readonly name: string;
|
|
321
328
|
readonly icon?: string | undefined;
|
|
329
|
+
readonly description: string;
|
|
330
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
322
331
|
readonly connectionMethods: readonly [{
|
|
323
332
|
readonly fields: readonly [{
|
|
324
333
|
readonly placeholder: string;
|
|
@@ -332,12 +341,13 @@ export declare const googleGenaiService: {
|
|
|
332
341
|
readonly type: "form";
|
|
333
342
|
readonly credentialUrl?: string | undefined;
|
|
334
343
|
}];
|
|
335
|
-
readonly description: string;
|
|
336
344
|
};
|
|
337
345
|
export declare const groqService: {
|
|
338
346
|
readonly id: "groq";
|
|
339
347
|
readonly name: string;
|
|
340
348
|
readonly icon?: string | undefined;
|
|
349
|
+
readonly description: string;
|
|
350
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
341
351
|
readonly connectionMethods: readonly [{
|
|
342
352
|
readonly fields: readonly [{
|
|
343
353
|
readonly placeholder: string;
|
|
@@ -351,7 +361,6 @@ export declare const groqService: {
|
|
|
351
361
|
readonly type: "form";
|
|
352
362
|
readonly credentialUrl?: string | undefined;
|
|
353
363
|
}];
|
|
354
|
-
readonly description: string;
|
|
355
364
|
};
|
|
356
365
|
export declare const huggingfaceService: {
|
|
357
366
|
readonly connectionMethods: readonly [{
|
|
@@ -394,6 +403,8 @@ export declare const millionverifierService: {
|
|
|
394
403
|
readonly id: "millionverifier";
|
|
395
404
|
readonly name: string;
|
|
396
405
|
readonly icon?: string | undefined;
|
|
406
|
+
readonly description: string;
|
|
407
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
397
408
|
readonly connectionMethods: readonly [{
|
|
398
409
|
readonly fields: readonly [{
|
|
399
410
|
readonly placeholder: string;
|
|
@@ -407,12 +418,13 @@ export declare const millionverifierService: {
|
|
|
407
418
|
readonly type: "form";
|
|
408
419
|
readonly credentialUrl?: string | undefined;
|
|
409
420
|
}];
|
|
410
|
-
readonly description: string;
|
|
411
421
|
};
|
|
412
422
|
export declare const mistralService: {
|
|
413
423
|
readonly id: "mistral";
|
|
414
424
|
readonly name: string;
|
|
415
425
|
readonly icon?: string | undefined;
|
|
426
|
+
readonly description: string;
|
|
427
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
416
428
|
readonly connectionMethods: readonly [{
|
|
417
429
|
readonly fields: readonly [{
|
|
418
430
|
readonly placeholder: string;
|
|
@@ -426,12 +438,13 @@ export declare const mistralService: {
|
|
|
426
438
|
readonly type: "form";
|
|
427
439
|
readonly credentialUrl?: string | undefined;
|
|
428
440
|
}];
|
|
429
|
-
readonly description: string;
|
|
430
441
|
};
|
|
431
442
|
export declare const openaiService: {
|
|
432
443
|
readonly id: "openai";
|
|
433
444
|
readonly name: string;
|
|
434
445
|
readonly icon?: string | undefined;
|
|
446
|
+
readonly description: string;
|
|
447
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
435
448
|
readonly connectionMethods: readonly [{
|
|
436
449
|
readonly fields: readonly [{
|
|
437
450
|
readonly placeholder: string;
|
|
@@ -445,12 +458,13 @@ export declare const openaiService: {
|
|
|
445
458
|
readonly type: "form";
|
|
446
459
|
readonly credentialUrl?: string | undefined;
|
|
447
460
|
}];
|
|
448
|
-
readonly description: string;
|
|
449
461
|
};
|
|
450
462
|
export declare const openrouterService: {
|
|
451
463
|
readonly id: "openrouter";
|
|
452
464
|
readonly name: string;
|
|
453
465
|
readonly icon?: string | undefined;
|
|
466
|
+
readonly description: string;
|
|
467
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
454
468
|
readonly connectionMethods: readonly [{
|
|
455
469
|
readonly fields: readonly [{
|
|
456
470
|
readonly placeholder: string;
|
|
@@ -464,12 +478,13 @@ export declare const openrouterService: {
|
|
|
464
478
|
readonly type: "form";
|
|
465
479
|
readonly credentialUrl?: string | undefined;
|
|
466
480
|
}];
|
|
467
|
-
readonly description: string;
|
|
468
481
|
};
|
|
469
482
|
export declare const perplexityService: {
|
|
470
483
|
readonly id: "perplexity";
|
|
471
484
|
readonly name: string;
|
|
472
485
|
readonly icon?: string | undefined;
|
|
486
|
+
readonly description: string;
|
|
487
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
473
488
|
readonly connectionMethods: readonly [{
|
|
474
489
|
readonly fields: readonly [{
|
|
475
490
|
readonly placeholder: string;
|
|
@@ -483,7 +498,6 @@ export declare const perplexityService: {
|
|
|
483
498
|
readonly type: "form";
|
|
484
499
|
readonly credentialUrl?: string | undefined;
|
|
485
500
|
}];
|
|
486
|
-
readonly description: string;
|
|
487
501
|
};
|
|
488
502
|
export declare const postgresService: {
|
|
489
503
|
readonly connectionMethods: readonly [{
|
|
@@ -529,6 +543,8 @@ export declare const scrapflyService: {
|
|
|
529
543
|
readonly id: "scrapfly";
|
|
530
544
|
readonly name: string;
|
|
531
545
|
readonly icon?: string | undefined;
|
|
546
|
+
readonly description: string;
|
|
547
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
532
548
|
readonly connectionMethods: readonly [{
|
|
533
549
|
readonly fields: readonly [{
|
|
534
550
|
readonly placeholder: string;
|
|
@@ -542,7 +558,6 @@ export declare const scrapflyService: {
|
|
|
542
558
|
readonly type: "form";
|
|
543
559
|
readonly credentialUrl?: string | undefined;
|
|
544
560
|
}];
|
|
545
|
-
readonly description: string;
|
|
546
561
|
};
|
|
547
562
|
export declare const slackService: {
|
|
548
563
|
readonly connectionMethods: readonly [{
|
|
@@ -554,6 +569,26 @@ export declare const slackService: {
|
|
|
554
569
|
readonly id: "slack";
|
|
555
570
|
readonly name: "Slack";
|
|
556
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
|
+
};
|
|
557
592
|
export declare const tidycalService: {
|
|
558
593
|
readonly connectionMethods: readonly [{
|
|
559
594
|
readonly id: "oauth";
|
|
@@ -568,6 +603,8 @@ export declare const togetheraiService: {
|
|
|
568
603
|
readonly id: "togetherai";
|
|
569
604
|
readonly name: string;
|
|
570
605
|
readonly icon?: string | undefined;
|
|
606
|
+
readonly description: string;
|
|
607
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
571
608
|
readonly connectionMethods: readonly [{
|
|
572
609
|
readonly fields: readonly [{
|
|
573
610
|
readonly placeholder: string;
|
|
@@ -581,7 +618,6 @@ export declare const togetheraiService: {
|
|
|
581
618
|
readonly type: "form";
|
|
582
619
|
readonly credentialUrl?: string | undefined;
|
|
583
620
|
}];
|
|
584
|
-
readonly description: string;
|
|
585
621
|
};
|
|
586
622
|
export declare const trelloService: {
|
|
587
623
|
readonly connectionMethods: readonly [{
|
|
@@ -597,6 +633,8 @@ export declare const vercelAiGatewayService: {
|
|
|
597
633
|
readonly id: "vercel-ai-gateway";
|
|
598
634
|
readonly name: string;
|
|
599
635
|
readonly icon?: string | undefined;
|
|
636
|
+
readonly description: string;
|
|
637
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
600
638
|
readonly connectionMethods: readonly [{
|
|
601
639
|
readonly fields: readonly [{
|
|
602
640
|
readonly placeholder: string;
|
|
@@ -610,7 +648,6 @@ export declare const vercelAiGatewayService: {
|
|
|
610
648
|
readonly type: "form";
|
|
611
649
|
readonly credentialUrl?: string | undefined;
|
|
612
650
|
}];
|
|
613
|
-
readonly description: string;
|
|
614
651
|
};
|
|
615
652
|
export declare const vercelService: {
|
|
616
653
|
readonly connectionMethods: readonly [{
|
|
@@ -648,6 +685,8 @@ export declare const xaiService: {
|
|
|
648
685
|
readonly id: "xai";
|
|
649
686
|
readonly name: string;
|
|
650
687
|
readonly icon?: string | undefined;
|
|
688
|
+
readonly description: string;
|
|
689
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
651
690
|
readonly connectionMethods: readonly [{
|
|
652
691
|
readonly fields: readonly [{
|
|
653
692
|
readonly placeholder: string;
|
|
@@ -661,7 +700,6 @@ export declare const xaiService: {
|
|
|
661
700
|
readonly type: "form";
|
|
662
701
|
readonly credentialUrl?: string | undefined;
|
|
663
702
|
}];
|
|
664
|
-
readonly description: string;
|
|
665
703
|
};
|
|
666
704
|
export declare const integrationCatalog: readonly [{
|
|
667
705
|
readonly connectionMethods: readonly [{
|
|
@@ -676,6 +714,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
676
714
|
readonly id: "anthropic";
|
|
677
715
|
readonly name: string;
|
|
678
716
|
readonly icon?: string | undefined;
|
|
717
|
+
readonly description: string;
|
|
718
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
679
719
|
readonly connectionMethods: readonly [{
|
|
680
720
|
readonly fields: readonly [{
|
|
681
721
|
readonly placeholder: string;
|
|
@@ -689,7 +729,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
689
729
|
readonly type: "form";
|
|
690
730
|
readonly credentialUrl?: string | undefined;
|
|
691
731
|
}];
|
|
692
|
-
readonly description: string;
|
|
693
732
|
}, {
|
|
694
733
|
readonly connectionMethods: readonly [{
|
|
695
734
|
readonly id: "oauth";
|
|
@@ -724,6 +763,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
724
763
|
readonly id: "brevo";
|
|
725
764
|
readonly name: string;
|
|
726
765
|
readonly icon?: string | undefined;
|
|
766
|
+
readonly description: string;
|
|
767
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
727
768
|
readonly connectionMethods: readonly [{
|
|
728
769
|
readonly fields: readonly [{
|
|
729
770
|
readonly placeholder: string;
|
|
@@ -737,11 +778,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
737
778
|
readonly type: "form";
|
|
738
779
|
readonly credentialUrl?: string | undefined;
|
|
739
780
|
}];
|
|
740
|
-
readonly description: string;
|
|
741
781
|
}, {
|
|
742
782
|
readonly id: "cerebras";
|
|
743
783
|
readonly name: string;
|
|
744
784
|
readonly icon?: string | undefined;
|
|
785
|
+
readonly description: string;
|
|
786
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
745
787
|
readonly connectionMethods: readonly [{
|
|
746
788
|
readonly fields: readonly [{
|
|
747
789
|
readonly placeholder: string;
|
|
@@ -755,7 +797,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
755
797
|
readonly type: "form";
|
|
756
798
|
readonly credentialUrl?: string | undefined;
|
|
757
799
|
}];
|
|
758
|
-
readonly description: string;
|
|
759
800
|
}, {
|
|
760
801
|
readonly connectionMethods: readonly [{
|
|
761
802
|
readonly fields: readonly [{
|
|
@@ -808,13 +849,14 @@ export declare const integrationCatalog: readonly [{
|
|
|
808
849
|
readonly type: "form";
|
|
809
850
|
}];
|
|
810
851
|
readonly description: "Connect a Codex workspace access token.";
|
|
811
|
-
readonly icon: "openai";
|
|
812
852
|
readonly id: "codex";
|
|
813
853
|
readonly name: "Codex";
|
|
814
854
|
}, {
|
|
815
855
|
readonly id: "cohere";
|
|
816
856
|
readonly name: string;
|
|
817
857
|
readonly icon?: string | undefined;
|
|
858
|
+
readonly description: string;
|
|
859
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
818
860
|
readonly connectionMethods: readonly [{
|
|
819
861
|
readonly fields: readonly [{
|
|
820
862
|
readonly placeholder: string;
|
|
@@ -828,7 +870,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
828
870
|
readonly type: "form";
|
|
829
871
|
readonly credentialUrl?: string | undefined;
|
|
830
872
|
}];
|
|
831
|
-
readonly description: string;
|
|
832
873
|
}, {
|
|
833
874
|
readonly connectionMethods: readonly [{
|
|
834
875
|
readonly id: "oauth";
|
|
@@ -868,6 +909,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
868
909
|
readonly id: "deepinfra";
|
|
869
910
|
readonly name: string;
|
|
870
911
|
readonly icon?: string | undefined;
|
|
912
|
+
readonly description: string;
|
|
913
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
871
914
|
readonly connectionMethods: readonly [{
|
|
872
915
|
readonly fields: readonly [{
|
|
873
916
|
readonly placeholder: string;
|
|
@@ -881,11 +924,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
881
924
|
readonly type: "form";
|
|
882
925
|
readonly credentialUrl?: string | undefined;
|
|
883
926
|
}];
|
|
884
|
-
readonly description: string;
|
|
885
927
|
}, {
|
|
886
928
|
readonly id: "deepseek";
|
|
887
929
|
readonly name: string;
|
|
888
930
|
readonly icon?: string | undefined;
|
|
931
|
+
readonly description: string;
|
|
932
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
889
933
|
readonly connectionMethods: readonly [{
|
|
890
934
|
readonly fields: readonly [{
|
|
891
935
|
readonly placeholder: string;
|
|
@@ -899,11 +943,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
899
943
|
readonly type: "form";
|
|
900
944
|
readonly credentialUrl?: string | undefined;
|
|
901
945
|
}];
|
|
902
|
-
readonly description: string;
|
|
903
946
|
}, {
|
|
904
947
|
readonly id: "firecrawl";
|
|
905
948
|
readonly name: string;
|
|
906
949
|
readonly icon?: string | undefined;
|
|
950
|
+
readonly description: string;
|
|
951
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
907
952
|
readonly connectionMethods: readonly [{
|
|
908
953
|
readonly fields: readonly [{
|
|
909
954
|
readonly placeholder: string;
|
|
@@ -917,11 +962,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
917
962
|
readonly type: "form";
|
|
918
963
|
readonly credentialUrl?: string | undefined;
|
|
919
964
|
}];
|
|
920
|
-
readonly description: string;
|
|
921
965
|
}, {
|
|
922
966
|
readonly id: "fireworks";
|
|
923
967
|
readonly name: string;
|
|
924
968
|
readonly icon?: string | undefined;
|
|
969
|
+
readonly description: string;
|
|
970
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
925
971
|
readonly connectionMethods: readonly [{
|
|
926
972
|
readonly fields: readonly [{
|
|
927
973
|
readonly placeholder: string;
|
|
@@ -935,7 +981,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
935
981
|
readonly type: "form";
|
|
936
982
|
readonly credentialUrl?: string | undefined;
|
|
937
983
|
}];
|
|
938
|
-
readonly description: string;
|
|
939
984
|
}, {
|
|
940
985
|
readonly connectionMethods: readonly [{
|
|
941
986
|
readonly id: "github-app";
|
|
@@ -966,6 +1011,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
966
1011
|
readonly id: "google-genai";
|
|
967
1012
|
readonly name: string;
|
|
968
1013
|
readonly icon?: string | undefined;
|
|
1014
|
+
readonly description: string;
|
|
1015
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
969
1016
|
readonly connectionMethods: readonly [{
|
|
970
1017
|
readonly fields: readonly [{
|
|
971
1018
|
readonly placeholder: string;
|
|
@@ -979,11 +1026,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
979
1026
|
readonly type: "form";
|
|
980
1027
|
readonly credentialUrl?: string | undefined;
|
|
981
1028
|
}];
|
|
982
|
-
readonly description: string;
|
|
983
1029
|
}, {
|
|
984
1030
|
readonly id: "groq";
|
|
985
1031
|
readonly name: string;
|
|
986
1032
|
readonly icon?: string | undefined;
|
|
1033
|
+
readonly description: string;
|
|
1034
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
987
1035
|
readonly connectionMethods: readonly [{
|
|
988
1036
|
readonly fields: readonly [{
|
|
989
1037
|
readonly placeholder: string;
|
|
@@ -997,7 +1045,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
997
1045
|
readonly type: "form";
|
|
998
1046
|
readonly credentialUrl?: string | undefined;
|
|
999
1047
|
}];
|
|
1000
|
-
readonly description: string;
|
|
1001
1048
|
}, {
|
|
1002
1049
|
readonly connectionMethods: readonly [{
|
|
1003
1050
|
readonly fields: readonly [{
|
|
@@ -1036,6 +1083,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1036
1083
|
readonly id: "millionverifier";
|
|
1037
1084
|
readonly name: string;
|
|
1038
1085
|
readonly icon?: string | undefined;
|
|
1086
|
+
readonly description: string;
|
|
1087
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1039
1088
|
readonly connectionMethods: readonly [{
|
|
1040
1089
|
readonly fields: readonly [{
|
|
1041
1090
|
readonly placeholder: string;
|
|
@@ -1049,11 +1098,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1049
1098
|
readonly type: "form";
|
|
1050
1099
|
readonly credentialUrl?: string | undefined;
|
|
1051
1100
|
}];
|
|
1052
|
-
readonly description: string;
|
|
1053
1101
|
}, {
|
|
1054
1102
|
readonly id: "mistral";
|
|
1055
1103
|
readonly name: string;
|
|
1056
1104
|
readonly icon?: string | undefined;
|
|
1105
|
+
readonly description: string;
|
|
1106
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1057
1107
|
readonly connectionMethods: readonly [{
|
|
1058
1108
|
readonly fields: readonly [{
|
|
1059
1109
|
readonly placeholder: string;
|
|
@@ -1067,11 +1117,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1067
1117
|
readonly type: "form";
|
|
1068
1118
|
readonly credentialUrl?: string | undefined;
|
|
1069
1119
|
}];
|
|
1070
|
-
readonly description: string;
|
|
1071
1120
|
}, {
|
|
1072
1121
|
readonly id: "openai";
|
|
1073
1122
|
readonly name: string;
|
|
1074
1123
|
readonly icon?: string | undefined;
|
|
1124
|
+
readonly description: string;
|
|
1125
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1075
1126
|
readonly connectionMethods: readonly [{
|
|
1076
1127
|
readonly fields: readonly [{
|
|
1077
1128
|
readonly placeholder: string;
|
|
@@ -1085,11 +1136,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1085
1136
|
readonly type: "form";
|
|
1086
1137
|
readonly credentialUrl?: string | undefined;
|
|
1087
1138
|
}];
|
|
1088
|
-
readonly description: string;
|
|
1089
1139
|
}, {
|
|
1090
1140
|
readonly id: "openrouter";
|
|
1091
1141
|
readonly name: string;
|
|
1092
1142
|
readonly icon?: string | undefined;
|
|
1143
|
+
readonly description: string;
|
|
1144
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1093
1145
|
readonly connectionMethods: readonly [{
|
|
1094
1146
|
readonly fields: readonly [{
|
|
1095
1147
|
readonly placeholder: string;
|
|
@@ -1103,11 +1155,12 @@ export declare const integrationCatalog: readonly [{
|
|
|
1103
1155
|
readonly type: "form";
|
|
1104
1156
|
readonly credentialUrl?: string | undefined;
|
|
1105
1157
|
}];
|
|
1106
|
-
readonly description: string;
|
|
1107
1158
|
}, {
|
|
1108
1159
|
readonly id: "perplexity";
|
|
1109
1160
|
readonly name: string;
|
|
1110
1161
|
readonly icon?: string | undefined;
|
|
1162
|
+
readonly description: string;
|
|
1163
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1111
1164
|
readonly connectionMethods: readonly [{
|
|
1112
1165
|
readonly fields: readonly [{
|
|
1113
1166
|
readonly placeholder: string;
|
|
@@ -1121,7 +1174,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1121
1174
|
readonly type: "form";
|
|
1122
1175
|
readonly credentialUrl?: string | undefined;
|
|
1123
1176
|
}];
|
|
1124
|
-
readonly description: string;
|
|
1125
1177
|
}, {
|
|
1126
1178
|
readonly connectionMethods: readonly [{
|
|
1127
1179
|
readonly fields: readonly [{
|
|
@@ -1164,6 +1216,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1164
1216
|
readonly id: "scrapfly";
|
|
1165
1217
|
readonly name: string;
|
|
1166
1218
|
readonly icon?: string | undefined;
|
|
1219
|
+
readonly description: string;
|
|
1220
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1167
1221
|
readonly connectionMethods: readonly [{
|
|
1168
1222
|
readonly fields: readonly [{
|
|
1169
1223
|
readonly placeholder: string;
|
|
@@ -1177,7 +1231,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1177
1231
|
readonly type: "form";
|
|
1178
1232
|
readonly credentialUrl?: string | undefined;
|
|
1179
1233
|
}];
|
|
1180
|
-
readonly description: string;
|
|
1181
1234
|
}, {
|
|
1182
1235
|
readonly connectionMethods: readonly [{
|
|
1183
1236
|
readonly id: "oauth";
|
|
@@ -1187,6 +1240,25 @@ export declare const integrationCatalog: readonly [{
|
|
|
1187
1240
|
readonly description: "Install the Automate.ax bot in a Slack workspace.";
|
|
1188
1241
|
readonly id: "slack";
|
|
1189
1242
|
readonly name: "Slack";
|
|
1243
|
+
}, {
|
|
1244
|
+
readonly id: "stripe";
|
|
1245
|
+
readonly name: string;
|
|
1246
|
+
readonly icon?: string | undefined;
|
|
1247
|
+
readonly description: string;
|
|
1248
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1249
|
+
readonly connectionMethods: readonly [{
|
|
1250
|
+
readonly fields: readonly [{
|
|
1251
|
+
readonly placeholder: string;
|
|
1252
|
+
readonly input: "password";
|
|
1253
|
+
readonly label: "API key";
|
|
1254
|
+
readonly name: "apiKey";
|
|
1255
|
+
readonly required: true;
|
|
1256
|
+
}];
|
|
1257
|
+
readonly id: "api-key";
|
|
1258
|
+
readonly name: "API key";
|
|
1259
|
+
readonly type: "form";
|
|
1260
|
+
readonly credentialUrl?: string | undefined;
|
|
1261
|
+
}];
|
|
1190
1262
|
}, {
|
|
1191
1263
|
readonly connectionMethods: readonly [{
|
|
1192
1264
|
readonly id: "oauth";
|
|
@@ -1200,6 +1272,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1200
1272
|
readonly id: "togetherai";
|
|
1201
1273
|
readonly name: string;
|
|
1202
1274
|
readonly icon?: string | undefined;
|
|
1275
|
+
readonly description: string;
|
|
1276
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1203
1277
|
readonly connectionMethods: readonly [{
|
|
1204
1278
|
readonly fields: readonly [{
|
|
1205
1279
|
readonly placeholder: string;
|
|
@@ -1213,7 +1287,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1213
1287
|
readonly type: "form";
|
|
1214
1288
|
readonly credentialUrl?: string | undefined;
|
|
1215
1289
|
}];
|
|
1216
|
-
readonly description: string;
|
|
1217
1290
|
}, {
|
|
1218
1291
|
readonly connectionMethods: readonly [{
|
|
1219
1292
|
readonly id: "oauth";
|
|
@@ -1227,6 +1300,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1227
1300
|
readonly id: "vercel-ai-gateway";
|
|
1228
1301
|
readonly name: string;
|
|
1229
1302
|
readonly icon?: string | undefined;
|
|
1303
|
+
readonly description: string;
|
|
1304
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1230
1305
|
readonly connectionMethods: readonly [{
|
|
1231
1306
|
readonly fields: readonly [{
|
|
1232
1307
|
readonly placeholder: string;
|
|
@@ -1240,7 +1315,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1240
1315
|
readonly type: "form";
|
|
1241
1316
|
readonly credentialUrl?: string | undefined;
|
|
1242
1317
|
}];
|
|
1243
|
-
readonly description: string;
|
|
1244
1318
|
}, {
|
|
1245
1319
|
readonly connectionMethods: readonly [{
|
|
1246
1320
|
readonly id: "oauth";
|
|
@@ -1275,6 +1349,8 @@ export declare const integrationCatalog: readonly [{
|
|
|
1275
1349
|
readonly id: "xai";
|
|
1276
1350
|
readonly name: string;
|
|
1277
1351
|
readonly icon?: string | undefined;
|
|
1352
|
+
readonly description: string;
|
|
1353
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1278
1354
|
readonly connectionMethods: readonly [{
|
|
1279
1355
|
readonly fields: readonly [{
|
|
1280
1356
|
readonly placeholder: string;
|
|
@@ -1288,7 +1364,6 @@ export declare const integrationCatalog: readonly [{
|
|
|
1288
1364
|
readonly type: "form";
|
|
1289
1365
|
readonly credentialUrl?: string | undefined;
|
|
1290
1366
|
}];
|
|
1291
|
-
readonly description: string;
|
|
1292
1367
|
}];
|
|
1293
1368
|
export type IntegrationServiceId = (typeof integrationCatalog)[number]["id"];
|
|
1294
1369
|
/**
|
package/dist/catalog.js
CHANGED
|
@@ -112,7 +112,6 @@ export const codexService = defineIntegrationService({
|
|
|
112
112
|
},
|
|
113
113
|
],
|
|
114
114
|
description: "Connect a Codex workspace access token.",
|
|
115
|
-
icon: "openai",
|
|
116
115
|
id: "codex",
|
|
117
116
|
name: "Codex",
|
|
118
117
|
});
|
|
@@ -323,6 +322,21 @@ export const slackService = defineIntegrationService({
|
|
|
323
322
|
id: "slack",
|
|
324
323
|
name: "Slack",
|
|
325
324
|
});
|
|
325
|
+
export const stripeService = defineApiKeyService({
|
|
326
|
+
connectionNotice: {
|
|
327
|
+
action: {
|
|
328
|
+
href: "https://docs.stripe.com/keys#limit-access",
|
|
329
|
+
label: "Review permissions",
|
|
330
|
+
},
|
|
331
|
+
description: "Restricted keys need read access to Account for connection checks. Managed triggers also need write access to Webhook Endpoints.",
|
|
332
|
+
title: "Stripe restricted-key permissions",
|
|
333
|
+
},
|
|
334
|
+
credentialUrl: "https://dashboard.stripe.com/apikeys",
|
|
335
|
+
description: "Connect a Stripe account with a secret or restricted API key.",
|
|
336
|
+
id: "stripe",
|
|
337
|
+
name: "Stripe",
|
|
338
|
+
placeholder: "sk_test_... or rk_test_...",
|
|
339
|
+
});
|
|
326
340
|
export const tidycalService = defineIntegrationService({
|
|
327
341
|
connectionMethods: [{ id: "oauth", name: "OAuth", type: "redirect" }],
|
|
328
342
|
description: "Connect a TidyCal account.",
|
|
@@ -415,6 +429,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
415
429
|
resendService,
|
|
416
430
|
scrapflyService,
|
|
417
431
|
slackService,
|
|
432
|
+
stripeService,
|
|
418
433
|
tidycalService,
|
|
419
434
|
togetheraiService,
|
|
420
435
|
trelloService,
|
|
@@ -454,6 +469,9 @@ function defineApiKeyService(service) {
|
|
|
454
469
|
type: "form",
|
|
455
470
|
},
|
|
456
471
|
],
|
|
472
|
+
...(service.connectionNotice
|
|
473
|
+
? { connectionNotice: service.connectionNotice }
|
|
474
|
+
: {}),
|
|
457
475
|
description: service.description,
|
|
458
476
|
...(service.icon ? { icon: service.icon } : {}),
|
|
459
477
|
id: service.id,
|