@automate.ax/catalog 0.76.0 → 0.77.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { IntegrationServiceDefinition } from "./types.js";
2
2
  export declare const airtableService: {
3
3
  readonly connectionMethods: readonly [{
4
- readonly id: "default";
4
+ readonly id: "oauth";
5
5
  readonly name: "OAuth";
6
6
  readonly type: "redirect";
7
7
  }];
@@ -21,7 +21,7 @@ export declare const anthropicService: {
21
21
  readonly name: "apiKey";
22
22
  readonly required: true;
23
23
  }];
24
- readonly id: "default";
24
+ readonly id: "api-key";
25
25
  readonly name: "API key";
26
26
  readonly type: "form";
27
27
  }];
@@ -51,7 +51,7 @@ export declare const apolloService: {
51
51
  };
52
52
  export declare const asanaService: {
53
53
  readonly connectionMethods: readonly [{
54
- readonly id: "default";
54
+ readonly id: "oauth";
55
55
  readonly name: "OAuth";
56
56
  readonly type: "redirect";
57
57
  }];
@@ -71,7 +71,7 @@ export declare const brevoService: {
71
71
  readonly name: "apiKey";
72
72
  readonly required: true;
73
73
  }];
74
- readonly id: "default";
74
+ readonly id: "api-key";
75
75
  readonly name: "API key";
76
76
  readonly type: "form";
77
77
  }];
@@ -89,7 +89,7 @@ export declare const cerebrasService: {
89
89
  readonly name: "apiKey";
90
90
  readonly required: true;
91
91
  }];
92
- readonly id: "default";
92
+ readonly id: "api-key";
93
93
  readonly name: "API key";
94
94
  readonly type: "form";
95
95
  }];
@@ -117,6 +117,42 @@ export declare const cloudflareService: {
117
117
  readonly name: "Cloudflare";
118
118
  readonly preferredConnectionMethodId: "oauth";
119
119
  };
120
+ export declare const chatgptService: {
121
+ readonly connectionMethods: readonly [{
122
+ readonly fields: readonly [{
123
+ readonly input: "password";
124
+ readonly label: "Workspace Agent access token";
125
+ readonly name: "apiKey";
126
+ readonly placeholder: "Paste your ChatGPT access token";
127
+ readonly required: true;
128
+ }];
129
+ readonly id: "access-token";
130
+ readonly name: "Access token";
131
+ readonly type: "form";
132
+ }];
133
+ readonly description: "Connect a Workspace Agent access token.";
134
+ readonly icon: "openai";
135
+ readonly id: "chatgpt";
136
+ readonly name: "ChatGPT";
137
+ };
138
+ export declare const codexService: {
139
+ readonly connectionMethods: readonly [{
140
+ readonly fields: readonly [{
141
+ readonly input: "password";
142
+ readonly label: "Codex access token";
143
+ readonly name: "apiKey";
144
+ readonly placeholder: "Paste your Codex access token";
145
+ readonly required: true;
146
+ }];
147
+ readonly id: "access-token";
148
+ readonly name: "Access token";
149
+ readonly type: "form";
150
+ }];
151
+ readonly description: "Connect a Codex workspace access token.";
152
+ readonly icon: "openai";
153
+ readonly id: "codex";
154
+ readonly name: "Codex";
155
+ };
120
156
  export declare const cohereService: {
121
157
  readonly id: "cohere";
122
158
  readonly name: string;
@@ -129,7 +165,7 @@ export declare const cohereService: {
129
165
  readonly name: "apiKey";
130
166
  readonly required: true;
131
167
  }];
132
- readonly id: "default";
168
+ readonly id: "api-key";
133
169
  readonly name: "API key";
134
170
  readonly type: "form";
135
171
  }];
@@ -147,7 +183,7 @@ export declare const deepinfraService: {
147
183
  readonly name: "apiKey";
148
184
  readonly required: true;
149
185
  }];
150
- readonly id: "default";
186
+ readonly id: "api-key";
151
187
  readonly name: "API key";
152
188
  readonly type: "form";
153
189
  }];
@@ -165,7 +201,7 @@ export declare const deepseekService: {
165
201
  readonly name: "apiKey";
166
202
  readonly required: true;
167
203
  }];
168
- readonly id: "default";
204
+ readonly id: "api-key";
169
205
  readonly name: "API key";
170
206
  readonly type: "form";
171
207
  }];
@@ -183,7 +219,7 @@ export declare const firecrawlService: {
183
219
  readonly name: "apiKey";
184
220
  readonly required: true;
185
221
  }];
186
- readonly id: "default";
222
+ readonly id: "api-key";
187
223
  readonly name: "API key";
188
224
  readonly type: "form";
189
225
  }];
@@ -201,7 +237,7 @@ export declare const fireworksService: {
201
237
  readonly name: "apiKey";
202
238
  readonly required: true;
203
239
  }];
204
- readonly id: "default";
240
+ readonly id: "api-key";
205
241
  readonly name: "API key";
206
242
  readonly type: "form";
207
243
  }];
@@ -209,7 +245,7 @@ export declare const fireworksService: {
209
245
  };
210
246
  export declare const githubService: {
211
247
  readonly connectionMethods: readonly [{
212
- readonly id: "default";
248
+ readonly id: "github-app";
213
249
  readonly name: "GitHub App";
214
250
  readonly type: "redirect";
215
251
  }];
@@ -219,7 +255,7 @@ export declare const githubService: {
219
255
  };
220
256
  export declare const googleService: {
221
257
  readonly connectionMethods: readonly [{
222
- readonly id: "default";
258
+ readonly id: "oauth";
223
259
  readonly name: "OAuth";
224
260
  readonly type: "redirect";
225
261
  }];
@@ -247,7 +283,7 @@ export declare const googleGenaiService: {
247
283
  readonly name: "apiKey";
248
284
  readonly required: true;
249
285
  }];
250
- readonly id: "default";
286
+ readonly id: "api-key";
251
287
  readonly name: "API key";
252
288
  readonly type: "form";
253
289
  }];
@@ -265,33 +301,32 @@ export declare const groqService: {
265
301
  readonly name: "apiKey";
266
302
  readonly required: true;
267
303
  }];
268
- readonly id: "default";
304
+ readonly id: "api-key";
269
305
  readonly name: "API key";
270
306
  readonly type: "form";
271
307
  }];
272
308
  readonly description: string;
273
309
  };
274
310
  export declare const huggingfaceService: {
275
- readonly id: "huggingface";
276
- readonly name: string;
277
- readonly icon?: string | undefined;
278
311
  readonly connectionMethods: readonly [{
279
312
  readonly fields: readonly [{
280
- readonly placeholder: string;
313
+ readonly label: "Access token";
314
+ readonly placeholder: "hf_...";
281
315
  readonly input: "password";
282
- readonly label: "API key";
283
316
  readonly name: "apiKey";
284
317
  readonly required: true;
285
318
  }];
286
- readonly id: "default";
287
- readonly name: "API key";
319
+ readonly id: "access-token";
320
+ readonly name: "Access token";
288
321
  readonly type: "form";
289
322
  }];
290
- readonly description: string;
323
+ readonly description: "Connect a Hugging Face access token.";
324
+ readonly id: "huggingface";
325
+ readonly name: "Hugging Face";
291
326
  };
292
327
  export declare const linearService: {
293
328
  readonly connectionMethods: readonly [{
294
- readonly id: "default";
329
+ readonly id: "oauth";
295
330
  readonly name: "OAuth";
296
331
  readonly type: "redirect";
297
332
  }];
@@ -301,7 +336,7 @@ export declare const linearService: {
301
336
  };
302
337
  export declare const microsoftService: {
303
338
  readonly connectionMethods: readonly [{
304
- readonly id: "default";
339
+ readonly id: "oauth";
305
340
  readonly name: "OAuth";
306
341
  readonly type: "redirect";
307
342
  }];
@@ -321,7 +356,7 @@ export declare const millionverifierService: {
321
356
  readonly name: "apiKey";
322
357
  readonly required: true;
323
358
  }];
324
- readonly id: "default";
359
+ readonly id: "api-key";
325
360
  readonly name: "API key";
326
361
  readonly type: "form";
327
362
  }];
@@ -339,7 +374,7 @@ export declare const mistralService: {
339
374
  readonly name: "apiKey";
340
375
  readonly required: true;
341
376
  }];
342
- readonly id: "default";
377
+ readonly id: "api-key";
343
378
  readonly name: "API key";
344
379
  readonly type: "form";
345
380
  }];
@@ -357,7 +392,7 @@ export declare const openaiService: {
357
392
  readonly name: "apiKey";
358
393
  readonly required: true;
359
394
  }];
360
- readonly id: "default";
395
+ readonly id: "api-key";
361
396
  readonly name: "API key";
362
397
  readonly type: "form";
363
398
  }];
@@ -375,7 +410,7 @@ export declare const openrouterService: {
375
410
  readonly name: "apiKey";
376
411
  readonly required: true;
377
412
  }];
378
- readonly id: "default";
413
+ readonly id: "api-key";
379
414
  readonly name: "API key";
380
415
  readonly type: "form";
381
416
  }];
@@ -393,7 +428,7 @@ export declare const perplexityService: {
393
428
  readonly name: "apiKey";
394
429
  readonly required: true;
395
430
  }];
396
- readonly id: "default";
431
+ readonly id: "api-key";
397
432
  readonly name: "API key";
398
433
  readonly type: "form";
399
434
  }];
@@ -409,7 +444,7 @@ export declare const postgresService: {
409
444
  readonly placeholder: "postgresql://user:password@host:5432/database?sslmode=require";
410
445
  readonly required: true;
411
446
  }];
412
- readonly id: "default";
447
+ readonly id: "credentials";
413
448
  readonly name: "Credentials";
414
449
  readonly type: "form";
415
450
  }];
@@ -451,7 +486,7 @@ export declare const scrapflyService: {
451
486
  readonly name: "apiKey";
452
487
  readonly required: true;
453
488
  }];
454
- readonly id: "default";
489
+ readonly id: "api-key";
455
490
  readonly name: "API key";
456
491
  readonly type: "form";
457
492
  }];
@@ -459,7 +494,7 @@ export declare const scrapflyService: {
459
494
  };
460
495
  export declare const slackService: {
461
496
  readonly connectionMethods: readonly [{
462
- readonly id: "default";
497
+ readonly id: "oauth";
463
498
  readonly name: "OAuth";
464
499
  readonly type: "redirect";
465
500
  }];
@@ -469,7 +504,7 @@ export declare const slackService: {
469
504
  };
470
505
  export declare const tidycalService: {
471
506
  readonly connectionMethods: readonly [{
472
- readonly id: "default";
507
+ readonly id: "oauth";
473
508
  readonly name: "OAuth";
474
509
  readonly type: "redirect";
475
510
  }];
@@ -489,7 +524,7 @@ export declare const togetheraiService: {
489
524
  readonly name: "apiKey";
490
525
  readonly required: true;
491
526
  }];
492
- readonly id: "default";
527
+ readonly id: "api-key";
493
528
  readonly name: "API key";
494
529
  readonly type: "form";
495
530
  }];
@@ -497,7 +532,7 @@ export declare const togetheraiService: {
497
532
  };
498
533
  export declare const trelloService: {
499
534
  readonly connectionMethods: readonly [{
500
- readonly id: "default";
535
+ readonly id: "oauth";
501
536
  readonly name: "OAuth";
502
537
  readonly type: "redirect";
503
538
  }];
@@ -517,7 +552,7 @@ export declare const vercelAiGatewayService: {
517
552
  readonly name: "apiKey";
518
553
  readonly required: true;
519
554
  }];
520
- readonly id: "default";
555
+ readonly id: "api-key";
521
556
  readonly name: "API key";
522
557
  readonly type: "form";
523
558
  }];
@@ -567,7 +602,7 @@ export declare const xaiService: {
567
602
  readonly name: "apiKey";
568
603
  readonly required: true;
569
604
  }];
570
- readonly id: "default";
605
+ readonly id: "api-key";
571
606
  readonly name: "API key";
572
607
  readonly type: "form";
573
608
  }];
@@ -575,7 +610,7 @@ export declare const xaiService: {
575
610
  };
576
611
  export declare const integrationCatalog: readonly [{
577
612
  readonly connectionMethods: readonly [{
578
- readonly id: "default";
613
+ readonly id: "oauth";
579
614
  readonly name: "OAuth";
580
615
  readonly type: "redirect";
581
616
  }];
@@ -594,7 +629,7 @@ export declare const integrationCatalog: readonly [{
594
629
  readonly name: "apiKey";
595
630
  readonly required: true;
596
631
  }];
597
- readonly id: "default";
632
+ readonly id: "api-key";
598
633
  readonly name: "API key";
599
634
  readonly type: "form";
600
635
  }];
@@ -622,7 +657,7 @@ export declare const integrationCatalog: readonly [{
622
657
  readonly preferredConnectionMethodId: "oauth";
623
658
  }, {
624
659
  readonly connectionMethods: readonly [{
625
- readonly id: "default";
660
+ readonly id: "oauth";
626
661
  readonly name: "OAuth";
627
662
  readonly type: "redirect";
628
663
  }];
@@ -641,7 +676,7 @@ export declare const integrationCatalog: readonly [{
641
676
  readonly name: "apiKey";
642
677
  readonly required: true;
643
678
  }];
644
- readonly id: "default";
679
+ readonly id: "api-key";
645
680
  readonly name: "API key";
646
681
  readonly type: "form";
647
682
  }];
@@ -658,11 +693,28 @@ export declare const integrationCatalog: readonly [{
658
693
  readonly name: "apiKey";
659
694
  readonly required: true;
660
695
  }];
661
- readonly id: "default";
696
+ readonly id: "api-key";
662
697
  readonly name: "API key";
663
698
  readonly type: "form";
664
699
  }];
665
700
  readonly description: string;
701
+ }, {
702
+ readonly connectionMethods: readonly [{
703
+ readonly fields: readonly [{
704
+ readonly input: "password";
705
+ readonly label: "Workspace Agent access token";
706
+ readonly name: "apiKey";
707
+ readonly placeholder: "Paste your ChatGPT access token";
708
+ readonly required: true;
709
+ }];
710
+ readonly id: "access-token";
711
+ readonly name: "Access token";
712
+ readonly type: "form";
713
+ }];
714
+ readonly description: "Connect a Workspace Agent access token.";
715
+ readonly icon: "openai";
716
+ readonly id: "chatgpt";
717
+ readonly name: "ChatGPT";
666
718
  }, {
667
719
  readonly connectionMethods: readonly [{
668
720
  readonly id: "oauth";
@@ -684,6 +736,23 @@ export declare const integrationCatalog: readonly [{
684
736
  readonly id: "cloudflare";
685
737
  readonly name: "Cloudflare";
686
738
  readonly preferredConnectionMethodId: "oauth";
739
+ }, {
740
+ readonly connectionMethods: readonly [{
741
+ readonly fields: readonly [{
742
+ readonly input: "password";
743
+ readonly label: "Codex access token";
744
+ readonly name: "apiKey";
745
+ readonly placeholder: "Paste your Codex access token";
746
+ readonly required: true;
747
+ }];
748
+ readonly id: "access-token";
749
+ readonly name: "Access token";
750
+ readonly type: "form";
751
+ }];
752
+ readonly description: "Connect a Codex workspace access token.";
753
+ readonly icon: "openai";
754
+ readonly id: "codex";
755
+ readonly name: "Codex";
687
756
  }, {
688
757
  readonly id: "cohere";
689
758
  readonly name: string;
@@ -696,7 +765,7 @@ export declare const integrationCatalog: readonly [{
696
765
  readonly name: "apiKey";
697
766
  readonly required: true;
698
767
  }];
699
- readonly id: "default";
768
+ readonly id: "api-key";
700
769
  readonly name: "API key";
701
770
  readonly type: "form";
702
771
  }];
@@ -713,7 +782,7 @@ export declare const integrationCatalog: readonly [{
713
782
  readonly name: "apiKey";
714
783
  readonly required: true;
715
784
  }];
716
- readonly id: "default";
785
+ readonly id: "api-key";
717
786
  readonly name: "API key";
718
787
  readonly type: "form";
719
788
  }];
@@ -730,7 +799,7 @@ export declare const integrationCatalog: readonly [{
730
799
  readonly name: "apiKey";
731
800
  readonly required: true;
732
801
  }];
733
- readonly id: "default";
802
+ readonly id: "api-key";
734
803
  readonly name: "API key";
735
804
  readonly type: "form";
736
805
  }];
@@ -747,7 +816,7 @@ export declare const integrationCatalog: readonly [{
747
816
  readonly name: "apiKey";
748
817
  readonly required: true;
749
818
  }];
750
- readonly id: "default";
819
+ readonly id: "api-key";
751
820
  readonly name: "API key";
752
821
  readonly type: "form";
753
822
  }];
@@ -764,14 +833,14 @@ export declare const integrationCatalog: readonly [{
764
833
  readonly name: "apiKey";
765
834
  readonly required: true;
766
835
  }];
767
- readonly id: "default";
836
+ readonly id: "api-key";
768
837
  readonly name: "API key";
769
838
  readonly type: "form";
770
839
  }];
771
840
  readonly description: string;
772
841
  }, {
773
842
  readonly connectionMethods: readonly [{
774
- readonly id: "default";
843
+ readonly id: "github-app";
775
844
  readonly name: "GitHub App";
776
845
  readonly type: "redirect";
777
846
  }];
@@ -780,7 +849,7 @@ export declare const integrationCatalog: readonly [{
780
849
  readonly name: "GitHub";
781
850
  }, {
782
851
  readonly connectionMethods: readonly [{
783
- readonly id: "default";
852
+ readonly id: "oauth";
784
853
  readonly name: "OAuth";
785
854
  readonly type: "redirect";
786
855
  }];
@@ -807,7 +876,7 @@ export declare const integrationCatalog: readonly [{
807
876
  readonly name: "apiKey";
808
877
  readonly required: true;
809
878
  }];
810
- readonly id: "default";
879
+ readonly id: "api-key";
811
880
  readonly name: "API key";
812
881
  readonly type: "form";
813
882
  }];
@@ -824,31 +893,30 @@ export declare const integrationCatalog: readonly [{
824
893
  readonly name: "apiKey";
825
894
  readonly required: true;
826
895
  }];
827
- readonly id: "default";
896
+ readonly id: "api-key";
828
897
  readonly name: "API key";
829
898
  readonly type: "form";
830
899
  }];
831
900
  readonly description: string;
832
901
  }, {
833
- readonly id: "huggingface";
834
- readonly name: string;
835
- readonly icon?: string | undefined;
836
902
  readonly connectionMethods: readonly [{
837
903
  readonly fields: readonly [{
838
- readonly placeholder: string;
904
+ readonly label: "Access token";
905
+ readonly placeholder: "hf_...";
839
906
  readonly input: "password";
840
- readonly label: "API key";
841
907
  readonly name: "apiKey";
842
908
  readonly required: true;
843
909
  }];
844
- readonly id: "default";
845
- readonly name: "API key";
910
+ readonly id: "access-token";
911
+ readonly name: "Access token";
846
912
  readonly type: "form";
847
913
  }];
848
- readonly description: string;
914
+ readonly description: "Connect a Hugging Face access token.";
915
+ readonly id: "huggingface";
916
+ readonly name: "Hugging Face";
849
917
  }, {
850
918
  readonly connectionMethods: readonly [{
851
- readonly id: "default";
919
+ readonly id: "oauth";
852
920
  readonly name: "OAuth";
853
921
  readonly type: "redirect";
854
922
  }];
@@ -857,7 +925,7 @@ export declare const integrationCatalog: readonly [{
857
925
  readonly name: "Linear";
858
926
  }, {
859
927
  readonly connectionMethods: readonly [{
860
- readonly id: "default";
928
+ readonly id: "oauth";
861
929
  readonly name: "OAuth";
862
930
  readonly type: "redirect";
863
931
  }];
@@ -876,7 +944,7 @@ export declare const integrationCatalog: readonly [{
876
944
  readonly name: "apiKey";
877
945
  readonly required: true;
878
946
  }];
879
- readonly id: "default";
947
+ readonly id: "api-key";
880
948
  readonly name: "API key";
881
949
  readonly type: "form";
882
950
  }];
@@ -893,7 +961,7 @@ export declare const integrationCatalog: readonly [{
893
961
  readonly name: "apiKey";
894
962
  readonly required: true;
895
963
  }];
896
- readonly id: "default";
964
+ readonly id: "api-key";
897
965
  readonly name: "API key";
898
966
  readonly type: "form";
899
967
  }];
@@ -910,7 +978,7 @@ export declare const integrationCatalog: readonly [{
910
978
  readonly name: "apiKey";
911
979
  readonly required: true;
912
980
  }];
913
- readonly id: "default";
981
+ readonly id: "api-key";
914
982
  readonly name: "API key";
915
983
  readonly type: "form";
916
984
  }];
@@ -927,7 +995,7 @@ export declare const integrationCatalog: readonly [{
927
995
  readonly name: "apiKey";
928
996
  readonly required: true;
929
997
  }];
930
- readonly id: "default";
998
+ readonly id: "api-key";
931
999
  readonly name: "API key";
932
1000
  readonly type: "form";
933
1001
  }];
@@ -944,7 +1012,7 @@ export declare const integrationCatalog: readonly [{
944
1012
  readonly name: "apiKey";
945
1013
  readonly required: true;
946
1014
  }];
947
- readonly id: "default";
1015
+ readonly id: "api-key";
948
1016
  readonly name: "API key";
949
1017
  readonly type: "form";
950
1018
  }];
@@ -959,7 +1027,7 @@ export declare const integrationCatalog: readonly [{
959
1027
  readonly placeholder: "postgresql://user:password@host:5432/database?sslmode=require";
960
1028
  readonly required: true;
961
1029
  }];
962
- readonly id: "default";
1030
+ readonly id: "credentials";
963
1031
  readonly name: "Credentials";
964
1032
  readonly type: "form";
965
1033
  }];
@@ -999,14 +1067,14 @@ export declare const integrationCatalog: readonly [{
999
1067
  readonly name: "apiKey";
1000
1068
  readonly required: true;
1001
1069
  }];
1002
- readonly id: "default";
1070
+ readonly id: "api-key";
1003
1071
  readonly name: "API key";
1004
1072
  readonly type: "form";
1005
1073
  }];
1006
1074
  readonly description: string;
1007
1075
  }, {
1008
1076
  readonly connectionMethods: readonly [{
1009
- readonly id: "default";
1077
+ readonly id: "oauth";
1010
1078
  readonly name: "OAuth";
1011
1079
  readonly type: "redirect";
1012
1080
  }];
@@ -1015,7 +1083,7 @@ export declare const integrationCatalog: readonly [{
1015
1083
  readonly name: "Slack";
1016
1084
  }, {
1017
1085
  readonly connectionMethods: readonly [{
1018
- readonly id: "default";
1086
+ readonly id: "oauth";
1019
1087
  readonly name: "OAuth";
1020
1088
  readonly type: "redirect";
1021
1089
  }];
@@ -1034,14 +1102,14 @@ export declare const integrationCatalog: readonly [{
1034
1102
  readonly name: "apiKey";
1035
1103
  readonly required: true;
1036
1104
  }];
1037
- readonly id: "default";
1105
+ readonly id: "api-key";
1038
1106
  readonly name: "API key";
1039
1107
  readonly type: "form";
1040
1108
  }];
1041
1109
  readonly description: string;
1042
1110
  }, {
1043
1111
  readonly connectionMethods: readonly [{
1044
- readonly id: "default";
1112
+ readonly id: "oauth";
1045
1113
  readonly name: "OAuth";
1046
1114
  readonly type: "redirect";
1047
1115
  }];
@@ -1060,7 +1128,7 @@ export declare const integrationCatalog: readonly [{
1060
1128
  readonly name: "apiKey";
1061
1129
  readonly required: true;
1062
1130
  }];
1063
- readonly id: "default";
1131
+ readonly id: "api-key";
1064
1132
  readonly name: "API key";
1065
1133
  readonly type: "form";
1066
1134
  }];
@@ -1107,7 +1175,7 @@ export declare const integrationCatalog: readonly [{
1107
1175
  readonly name: "apiKey";
1108
1176
  readonly required: true;
1109
1177
  }];
1110
- readonly id: "default";
1178
+ readonly id: "api-key";
1111
1179
  readonly name: "API key";
1112
1180
  readonly type: "form";
1113
1181
  }];