@keystrokehq/exa 0.0.8 → 0.0.15
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/_official/index.d.mts +1 -1
- package/dist/_official/index.mjs +1 -1
- package/dist/index.d.mts +29 -86
- package/dist/index.mjs +1 -1
- package/dist/{integration-C7rqRVI5.mjs → integration-ByaB4Am0.mjs} +1 -0
- package/dist/{integration-BtrS2Clu.d.mts → integration-Db0MsFXx.d.mts} +2 -5
- package/package.json +4 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as exaBundle } from "../integration-
|
|
1
|
+
import { r as exaBundle } from "../integration-Db0MsFXx.mjs";
|
|
2
2
|
export { exaBundle };
|
package/dist/_official/index.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { n as exa, t as ExaCredentials } from "./integration-
|
|
1
|
+
import { n as exa, t as ExaCredentials } from "./integration-Db0MsFXx.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import Exa from "exa-js";
|
|
4
4
|
import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
|
|
5
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
6
5
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
7
6
|
|
|
8
7
|
//#region src/answer.d.ts
|
|
@@ -31,9 +30,7 @@ declare const answer: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
31
30
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
32
31
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
33
32
|
EXA_API_KEY: z.ZodString;
|
|
34
|
-
}, z.core.$strip
|
|
35
|
-
EXA_API_KEY: z.ZodString;
|
|
36
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
33
|
+
}, z.core.$strip>>], undefined>;
|
|
37
34
|
declare const answerTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
38
35
|
query: z.ZodString;
|
|
39
36
|
text: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -59,9 +56,7 @@ declare const answerTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
59
56
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
57
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
61
58
|
EXA_API_KEY: z.ZodString;
|
|
62
|
-
}, z.core.$strip
|
|
63
|
-
EXA_API_KEY: z.ZodString;
|
|
64
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
59
|
+
}, z.core.$strip>>], undefined>;
|
|
65
60
|
//#endregion
|
|
66
61
|
//#region src/client.d.ts
|
|
67
62
|
declare function createExaClient(credentials: ExaCredentials): Exa;
|
|
@@ -121,9 +116,7 @@ declare const getContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
121
116
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
122
117
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
123
118
|
EXA_API_KEY: z.ZodString;
|
|
124
|
-
}, z.core.$strip
|
|
125
|
-
EXA_API_KEY: z.ZodString;
|
|
126
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
119
|
+
}, z.core.$strip>>], undefined>;
|
|
127
120
|
declare const getContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
128
121
|
urls: z.ZodArray<z.ZodString>;
|
|
129
122
|
text: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<true>, z.ZodObject<{
|
|
@@ -178,9 +171,7 @@ declare const getContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
178
171
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
179
172
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
180
173
|
EXA_API_KEY: z.ZodString;
|
|
181
|
-
}, z.core.$strip
|
|
182
|
-
EXA_API_KEY: z.ZodString;
|
|
183
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
174
|
+
}, z.core.$strip>>], undefined>;
|
|
184
175
|
//#endregion
|
|
185
176
|
//#region src/factory.d.ts
|
|
186
177
|
declare const exaOperation: ReturnType<typeof createOfficialOperationFactory<typeof exa>>;
|
|
@@ -222,9 +213,7 @@ declare const findSimilar: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
222
213
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
223
214
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
224
215
|
EXA_API_KEY: z.ZodString;
|
|
225
|
-
}, z.core.$strip
|
|
226
|
-
EXA_API_KEY: z.ZodString;
|
|
227
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
216
|
+
}, z.core.$strip>>], undefined>;
|
|
228
217
|
declare const findSimilarTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
229
218
|
url: z.ZodString;
|
|
230
219
|
excludeSourceDomain: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -261,9 +250,7 @@ declare const findSimilarTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
261
250
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
262
251
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
263
252
|
EXA_API_KEY: z.ZodString;
|
|
264
|
-
}, z.core.$strip
|
|
265
|
-
EXA_API_KEY: z.ZodString;
|
|
266
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
253
|
+
}, z.core.$strip>>], undefined>;
|
|
267
254
|
//#endregion
|
|
268
255
|
//#region src/find-similar-with-contents.d.ts
|
|
269
256
|
declare const findSimilarWithContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -332,9 +319,7 @@ declare const findSimilarWithContents: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
332
319
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
333
320
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
334
321
|
EXA_API_KEY: z.ZodString;
|
|
335
|
-
}, z.core.$strip
|
|
336
|
-
EXA_API_KEY: z.ZodString;
|
|
337
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
322
|
+
}, z.core.$strip>>], undefined>;
|
|
338
323
|
declare const findSimilarWithContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
339
324
|
url: z.ZodString;
|
|
340
325
|
excludeSourceDomain: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -401,9 +386,7 @@ declare const findSimilarWithContentsTool: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
401
386
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
402
387
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
403
388
|
EXA_API_KEY: z.ZodString;
|
|
404
|
-
}, z.core.$strip
|
|
405
|
-
EXA_API_KEY: z.ZodString;
|
|
406
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
389
|
+
}, z.core.$strip>>], undefined>;
|
|
407
390
|
//#endregion
|
|
408
391
|
//#region src/monitors.d.ts
|
|
409
392
|
declare const createMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -438,9 +421,7 @@ declare const createMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
438
421
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
439
422
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
440
423
|
EXA_API_KEY: z.ZodString;
|
|
441
|
-
}, z.core.$strip
|
|
442
|
-
EXA_API_KEY: z.ZodString;
|
|
443
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
424
|
+
}, z.core.$strip>>], undefined>;
|
|
444
425
|
declare const createMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
445
426
|
name: z.ZodOptional<z.ZodString>;
|
|
446
427
|
search: z.ZodObject<{
|
|
@@ -473,9 +454,7 @@ declare const createMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
473
454
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
474
455
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
475
456
|
EXA_API_KEY: z.ZodString;
|
|
476
|
-
}, z.core.$strip
|
|
477
|
-
EXA_API_KEY: z.ZodString;
|
|
478
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
457
|
+
}, z.core.$strip>>], undefined>;
|
|
479
458
|
declare const listMonitors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
480
459
|
status: z.ZodOptional<z.ZodEnum<{
|
|
481
460
|
active: "active";
|
|
@@ -503,9 +482,7 @@ declare const listMonitors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
503
482
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
504
483
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
505
484
|
EXA_API_KEY: z.ZodString;
|
|
506
|
-
}, z.core.$strip
|
|
507
|
-
EXA_API_KEY: z.ZodString;
|
|
508
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
485
|
+
}, z.core.$strip>>], undefined>;
|
|
509
486
|
declare const listMonitorsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
510
487
|
status: z.ZodOptional<z.ZodEnum<{
|
|
511
488
|
active: "active";
|
|
@@ -533,9 +510,7 @@ declare const listMonitorsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
533
510
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
534
511
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
535
512
|
EXA_API_KEY: z.ZodString;
|
|
536
|
-
}, z.core.$strip
|
|
537
|
-
EXA_API_KEY: z.ZodString;
|
|
538
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
513
|
+
}, z.core.$strip>>], undefined>;
|
|
539
514
|
declare const getMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
540
515
|
monitorId: z.ZodString;
|
|
541
516
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -553,9 +528,7 @@ declare const getMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
553
528
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
554
529
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
555
530
|
EXA_API_KEY: z.ZodString;
|
|
556
|
-
}, z.core.$strip
|
|
557
|
-
EXA_API_KEY: z.ZodString;
|
|
558
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
531
|
+
}, z.core.$strip>>], undefined>;
|
|
559
532
|
declare const getMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
560
533
|
monitorId: z.ZodString;
|
|
561
534
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -573,9 +546,7 @@ declare const getMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
573
546
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
574
547
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
575
548
|
EXA_API_KEY: z.ZodString;
|
|
576
|
-
}, z.core.$strip
|
|
577
|
-
EXA_API_KEY: z.ZodString;
|
|
578
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
549
|
+
}, z.core.$strip>>], undefined>;
|
|
579
550
|
declare const updateMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
580
551
|
monitorId: z.ZodString;
|
|
581
552
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -609,9 +580,7 @@ declare const updateMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
609
580
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
610
581
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
611
582
|
EXA_API_KEY: z.ZodString;
|
|
612
|
-
}, z.core.$strip
|
|
613
|
-
EXA_API_KEY: z.ZodString;
|
|
614
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
583
|
+
}, z.core.$strip>>], undefined>;
|
|
615
584
|
declare const updateMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
616
585
|
monitorId: z.ZodString;
|
|
617
586
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -645,9 +614,7 @@ declare const updateMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
645
614
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
646
615
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
647
616
|
EXA_API_KEY: z.ZodString;
|
|
648
|
-
}, z.core.$strip
|
|
649
|
-
EXA_API_KEY: z.ZodString;
|
|
650
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
617
|
+
}, z.core.$strip>>], undefined>;
|
|
651
618
|
declare const deleteMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
652
619
|
monitorId: z.ZodString;
|
|
653
620
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -665,9 +632,7 @@ declare const deleteMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
665
632
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
666
633
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
667
634
|
EXA_API_KEY: z.ZodString;
|
|
668
|
-
}, z.core.$strip
|
|
669
|
-
EXA_API_KEY: z.ZodString;
|
|
670
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
635
|
+
}, z.core.$strip>>], undefined>;
|
|
671
636
|
declare const deleteMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
672
637
|
monitorId: z.ZodString;
|
|
673
638
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -685,27 +650,21 @@ declare const deleteMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
685
650
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
686
651
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
687
652
|
EXA_API_KEY: z.ZodString;
|
|
688
|
-
}, z.core.$strip
|
|
689
|
-
EXA_API_KEY: z.ZodString;
|
|
690
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
653
|
+
}, z.core.$strip>>], undefined>;
|
|
691
654
|
declare const triggerMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
692
655
|
monitorId: z.ZodString;
|
|
693
656
|
}, z.core.$strip>, z.ZodObject<{
|
|
694
657
|
triggered: z.ZodBoolean;
|
|
695
658
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
696
659
|
EXA_API_KEY: z.ZodString;
|
|
697
|
-
}, z.core.$strip
|
|
698
|
-
EXA_API_KEY: z.ZodString;
|
|
699
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
660
|
+
}, z.core.$strip>>], undefined>;
|
|
700
661
|
declare const triggerMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
701
662
|
monitorId: z.ZodString;
|
|
702
663
|
}, z.core.$strip>, z.ZodObject<{
|
|
703
664
|
triggered: z.ZodBoolean;
|
|
704
665
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
705
666
|
EXA_API_KEY: z.ZodString;
|
|
706
|
-
}, z.core.$strip
|
|
707
|
-
EXA_API_KEY: z.ZodString;
|
|
708
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
667
|
+
}, z.core.$strip>>], undefined>;
|
|
709
668
|
declare const listMonitorRuns: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
710
669
|
monitorId: z.ZodString;
|
|
711
670
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -727,9 +686,7 @@ declare const listMonitorRuns: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
727
686
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
728
687
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
729
688
|
EXA_API_KEY: z.ZodString;
|
|
730
|
-
}, z.core.$strip
|
|
731
|
-
EXA_API_KEY: z.ZodString;
|
|
732
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
689
|
+
}, z.core.$strip>>], undefined>;
|
|
733
690
|
declare const listMonitorRunsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
734
691
|
monitorId: z.ZodString;
|
|
735
692
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -751,9 +708,7 @@ declare const listMonitorRunsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
751
708
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
752
709
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
753
710
|
EXA_API_KEY: z.ZodString;
|
|
754
|
-
}, z.core.$strip
|
|
755
|
-
EXA_API_KEY: z.ZodString;
|
|
756
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
711
|
+
}, z.core.$strip>>], undefined>;
|
|
757
712
|
declare const getMonitorRun: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
758
713
|
monitorId: z.ZodString;
|
|
759
714
|
runId: z.ZodString;
|
|
@@ -770,9 +725,7 @@ declare const getMonitorRun: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
770
725
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
771
726
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
772
727
|
EXA_API_KEY: z.ZodString;
|
|
773
|
-
}, z.core.$strip
|
|
774
|
-
EXA_API_KEY: z.ZodString;
|
|
775
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
728
|
+
}, z.core.$strip>>], undefined>;
|
|
776
729
|
declare const getMonitorRunTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
777
730
|
monitorId: z.ZodString;
|
|
778
731
|
runId: z.ZodString;
|
|
@@ -789,9 +742,7 @@ declare const getMonitorRunTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
789
742
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
790
743
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
791
744
|
EXA_API_KEY: z.ZodString;
|
|
792
|
-
}, z.core.$strip
|
|
793
|
-
EXA_API_KEY: z.ZodString;
|
|
794
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
745
|
+
}, z.core.$strip>>], undefined>;
|
|
795
746
|
//#endregion
|
|
796
747
|
//#region src/schemas.d.ts
|
|
797
748
|
declare const exaSearchResultSchema: z.ZodObject<{
|
|
@@ -1012,9 +963,7 @@ declare const search: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1012
963
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1013
964
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1014
965
|
EXA_API_KEY: z.ZodString;
|
|
1015
|
-
}, z.core.$strip
|
|
1016
|
-
EXA_API_KEY: z.ZodString;
|
|
1017
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
966
|
+
}, z.core.$strip>>], undefined>;
|
|
1018
967
|
declare const searchTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
1019
968
|
query: z.ZodString;
|
|
1020
969
|
type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1072,9 +1021,7 @@ declare const searchTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1072
1021
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1073
1022
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1074
1023
|
EXA_API_KEY: z.ZodString;
|
|
1075
|
-
}, z.core.$strip
|
|
1076
|
-
EXA_API_KEY: z.ZodString;
|
|
1077
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
1024
|
+
}, z.core.$strip>>], undefined>;
|
|
1078
1025
|
//#endregion
|
|
1079
1026
|
//#region src/search-with-contents.d.ts
|
|
1080
1027
|
declare const searchWithContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -1164,9 +1111,7 @@ declare const searchWithContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1164
1111
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1165
1112
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1166
1113
|
EXA_API_KEY: z.ZodString;
|
|
1167
|
-
}, z.core.$strip
|
|
1168
|
-
EXA_API_KEY: z.ZodString;
|
|
1169
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
1114
|
+
}, z.core.$strip>>], undefined>;
|
|
1170
1115
|
declare const searchWithContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
1171
1116
|
query: z.ZodString;
|
|
1172
1117
|
type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1254,8 +1199,6 @@ declare const searchWithContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1254
1199
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1255
1200
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1256
1201
|
EXA_API_KEY: z.ZodString;
|
|
1257
|
-
}, z.core.$strip
|
|
1258
|
-
EXA_API_KEY: z.ZodString;
|
|
1259
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
1202
|
+
}, z.core.$strip>>], undefined>;
|
|
1260
1203
|
//#endregion
|
|
1261
1204
|
export { type ExaAnswerCitation, type ExaAnswerResponse, type ExaContentsResponse, type ExaCost, type ExaCredentials, type ExaMonitor, type ExaMonitorListResponse, type ExaMonitorRun, type ExaMonitorRunListResponse, type ExaSearchResponse, type ExaSearchResult, type ExaTriggerMonitorResponse, answer, answerTool, createExaClient, createMonitor, createMonitorTool, deleteMonitor, deleteMonitorTool, exa, exaAnswerCitationSchema, exaAnswerResponseSchema, exaContentsResponseSchema, exaCostSchema, exaMonitorListResponseSchema, exaMonitorRunListResponseSchema, exaMonitorRunSchema, exaMonitorSchema, exaOperation, exaSearchResponseSchema, exaSearchResultSchema, exaTriggerMonitorResponseSchema, findSimilar, findSimilarTool, findSimilarWithContents, findSimilarWithContentsTool, getContents, getContentsTool, getMonitor, getMonitorRun, getMonitorRunTool, getMonitorTool, listMonitorRuns, listMonitorRunsTool, listMonitors, listMonitorsTool, search, searchTool, searchWithContents, searchWithContentsTool, triggerMonitor, triggerMonitorTool, updateMonitor, updateMonitorTool };
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import * as _keystrokehq_integration_authoring_official0 from "@keystrokehq/integration-authoring/official";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
-
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
5
3
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
|
+
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
6
5
|
|
|
7
6
|
//#region src/integration.d.ts
|
|
8
7
|
declare const exaBundle: _keystrokehq_integration_authoring_official0.OfficialIntegrationBundle<"exa", z.ZodObject<{
|
|
@@ -10,9 +9,7 @@ declare const exaBundle: _keystrokehq_integration_authoring_official0.OfficialIn
|
|
|
10
9
|
}, z.core.$strip>>;
|
|
11
10
|
declare const exa: _keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
12
11
|
EXA_API_KEY: z.ZodString;
|
|
13
|
-
}, z.core.$strip
|
|
14
|
-
EXA_API_KEY: z.ZodString;
|
|
15
|
-
}, z.core.$strip>>[] | undefined>;
|
|
12
|
+
}, z.core.$strip>>;
|
|
16
13
|
type ExaCredentials = InferCredentialSetAuth<typeof exa>;
|
|
17
14
|
//#endregion
|
|
18
15
|
export { exa as n, exaBundle as r, ExaCredentials as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/exa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"LICENSE"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@keystrokehq/integration-authoring": "^0.0.
|
|
23
|
+
"@keystrokehq/integration-authoring": "^0.0.9",
|
|
24
24
|
"exa-js": "^2.11.0",
|
|
25
25
|
"zod": "^4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@keystrokehq/core": ">=0.0.
|
|
28
|
+
"@keystrokehq/core": ">=0.0.13 <0.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.19.11",
|
|
32
32
|
"tsdown": "^0.20.3",
|
|
33
33
|
"typescript": "^5.9.3",
|
|
34
34
|
"vitest": "^4.0.18",
|
|
35
|
-
"@keystrokehq/core": "^0.0.
|
|
35
|
+
"@keystrokehq/core": "^0.0.13",
|
|
36
36
|
"@keystrokehq/test-utils": "0.0.0",
|
|
37
37
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
38
38
|
},
|