@keystrokehq/exa 0.0.1 → 0.0.5
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/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Buster
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as exaBundle } from "../integration-
|
|
1
|
+
import { r as exaBundle } from "../integration-BtrS2Clu.mjs";
|
|
2
2
|
export { exaBundle };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as exa, t as ExaCredentials } from "./integration-
|
|
1
|
+
import { n as exa, t as ExaCredentials } from "./integration-BtrS2Clu.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import Exa from "exa-js";
|
|
4
4
|
import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
|
|
@@ -29,7 +29,7 @@ declare const answer: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
29
29
|
}, z.core.$strip>>;
|
|
30
30
|
requestId: z.ZodOptional<z.ZodString>;
|
|
31
31
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
32
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
32
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
33
33
|
EXA_API_KEY: z.ZodString;
|
|
34
34
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
35
35
|
EXA_API_KEY: z.ZodString;
|
|
@@ -57,7 +57,7 @@ declare const answerTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
57
57
|
}, z.core.$strip>>;
|
|
58
58
|
requestId: z.ZodOptional<z.ZodString>;
|
|
59
59
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
60
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
61
61
|
EXA_API_KEY: z.ZodString;
|
|
62
62
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
63
63
|
EXA_API_KEY: z.ZodString;
|
|
@@ -88,9 +88,9 @@ declare const getContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
88
88
|
}, z.core.$strip>>;
|
|
89
89
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
90
90
|
never: "never";
|
|
91
|
+
auto: "auto";
|
|
91
92
|
always: "always";
|
|
92
93
|
fallback: "fallback";
|
|
93
|
-
auto: "auto";
|
|
94
94
|
preferred: "preferred";
|
|
95
95
|
}>>;
|
|
96
96
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -119,7 +119,7 @@ declare const getContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
119
119
|
}, z.core.$strip>>;
|
|
120
120
|
statuses: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
121
121
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
122
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
122
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
123
123
|
EXA_API_KEY: z.ZodString;
|
|
124
124
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
125
125
|
EXA_API_KEY: z.ZodString;
|
|
@@ -145,9 +145,9 @@ declare const getContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
145
145
|
}, z.core.$strip>>;
|
|
146
146
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
147
147
|
never: "never";
|
|
148
|
+
auto: "auto";
|
|
148
149
|
always: "always";
|
|
149
150
|
fallback: "fallback";
|
|
150
|
-
auto: "auto";
|
|
151
151
|
preferred: "preferred";
|
|
152
152
|
}>>;
|
|
153
153
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -176,7 +176,7 @@ declare const getContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
176
176
|
}, z.core.$strip>>;
|
|
177
177
|
statuses: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
178
178
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
179
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
179
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
180
180
|
EXA_API_KEY: z.ZodString;
|
|
181
181
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
182
182
|
EXA_API_KEY: z.ZodString;
|
|
@@ -220,7 +220,7 @@ declare const findSimilar: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
220
220
|
searchType: z.ZodOptional<z.ZodString>;
|
|
221
221
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
222
222
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
223
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
223
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
224
224
|
EXA_API_KEY: z.ZodString;
|
|
225
225
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
226
226
|
EXA_API_KEY: z.ZodString;
|
|
@@ -259,7 +259,7 @@ declare const findSimilarTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
259
259
|
searchType: z.ZodOptional<z.ZodString>;
|
|
260
260
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
261
261
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
262
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
262
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
263
263
|
EXA_API_KEY: z.ZodString;
|
|
264
264
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
265
265
|
EXA_API_KEY: z.ZodString;
|
|
@@ -298,9 +298,9 @@ declare const findSimilarWithContents: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
298
298
|
}, z.core.$strip>>;
|
|
299
299
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
300
300
|
never: "never";
|
|
301
|
+
auto: "auto";
|
|
301
302
|
always: "always";
|
|
302
303
|
fallback: "fallback";
|
|
303
|
-
auto: "auto";
|
|
304
304
|
preferred: "preferred";
|
|
305
305
|
}>>;
|
|
306
306
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -330,7 +330,7 @@ declare const findSimilarWithContents: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
330
330
|
searchType: z.ZodOptional<z.ZodString>;
|
|
331
331
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
332
332
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
333
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
333
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
334
334
|
EXA_API_KEY: z.ZodString;
|
|
335
335
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
336
336
|
EXA_API_KEY: z.ZodString;
|
|
@@ -367,9 +367,9 @@ declare const findSimilarWithContentsTool: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
367
367
|
}, z.core.$strip>>;
|
|
368
368
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
369
369
|
never: "never";
|
|
370
|
+
auto: "auto";
|
|
370
371
|
always: "always";
|
|
371
372
|
fallback: "fallback";
|
|
372
|
-
auto: "auto";
|
|
373
373
|
preferred: "preferred";
|
|
374
374
|
}>>;
|
|
375
375
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -399,7 +399,7 @@ declare const findSimilarWithContentsTool: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
399
399
|
searchType: z.ZodOptional<z.ZodString>;
|
|
400
400
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
401
401
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
402
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
402
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
403
403
|
EXA_API_KEY: z.ZodString;
|
|
404
404
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
405
405
|
EXA_API_KEY: z.ZodString;
|
|
@@ -436,7 +436,7 @@ declare const createMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
436
436
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
437
437
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
438
438
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
439
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
439
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
440
440
|
EXA_API_KEY: z.ZodString;
|
|
441
441
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
442
442
|
EXA_API_KEY: z.ZodString;
|
|
@@ -471,7 +471,7 @@ declare const createMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
471
471
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
472
472
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
473
473
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
474
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
474
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
475
475
|
EXA_API_KEY: z.ZodString;
|
|
476
476
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
477
477
|
EXA_API_KEY: z.ZodString;
|
|
@@ -501,7 +501,7 @@ declare const listMonitors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
501
501
|
}, z.core.$strip>>;
|
|
502
502
|
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
503
503
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
504
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
504
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
505
505
|
EXA_API_KEY: z.ZodString;
|
|
506
506
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
507
507
|
EXA_API_KEY: z.ZodString;
|
|
@@ -531,7 +531,7 @@ declare const listMonitorsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
531
531
|
}, z.core.$strip>>;
|
|
532
532
|
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
533
533
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
534
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
534
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
535
535
|
EXA_API_KEY: z.ZodString;
|
|
536
536
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
537
537
|
EXA_API_KEY: z.ZodString;
|
|
@@ -551,7 +551,7 @@ declare const getMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
551
551
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
552
552
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
553
553
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
554
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
554
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
555
555
|
EXA_API_KEY: z.ZodString;
|
|
556
556
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
557
557
|
EXA_API_KEY: z.ZodString;
|
|
@@ -571,7 +571,7 @@ declare const getMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
571
571
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
572
572
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
573
573
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
574
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
574
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
575
575
|
EXA_API_KEY: z.ZodString;
|
|
576
576
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
577
577
|
EXA_API_KEY: z.ZodString;
|
|
@@ -607,7 +607,7 @@ declare const updateMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
607
607
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
608
608
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
609
609
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
610
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
610
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
611
611
|
EXA_API_KEY: z.ZodString;
|
|
612
612
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
613
613
|
EXA_API_KEY: z.ZodString;
|
|
@@ -643,7 +643,7 @@ declare const updateMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
643
643
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
644
644
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
645
645
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
646
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
646
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
647
647
|
EXA_API_KEY: z.ZodString;
|
|
648
648
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
649
649
|
EXA_API_KEY: z.ZodString;
|
|
@@ -663,7 +663,7 @@ declare const deleteMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
663
663
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
664
664
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
665
665
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
666
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
666
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
667
667
|
EXA_API_KEY: z.ZodString;
|
|
668
668
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
669
669
|
EXA_API_KEY: z.ZodString;
|
|
@@ -683,7 +683,7 @@ declare const deleteMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
683
683
|
nextRunAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
684
684
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
685
685
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
686
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
686
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
687
687
|
EXA_API_KEY: z.ZodString;
|
|
688
688
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
689
689
|
EXA_API_KEY: z.ZodString;
|
|
@@ -692,7 +692,7 @@ declare const triggerMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
692
692
|
monitorId: z.ZodString;
|
|
693
693
|
}, z.core.$strip>, z.ZodObject<{
|
|
694
694
|
triggered: z.ZodBoolean;
|
|
695
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
695
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
696
696
|
EXA_API_KEY: z.ZodString;
|
|
697
697
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
698
698
|
EXA_API_KEY: z.ZodString;
|
|
@@ -701,7 +701,7 @@ declare const triggerMonitorTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
701
701
|
monitorId: z.ZodString;
|
|
702
702
|
}, z.core.$strip>, z.ZodObject<{
|
|
703
703
|
triggered: z.ZodBoolean;
|
|
704
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
704
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
705
705
|
EXA_API_KEY: z.ZodString;
|
|
706
706
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
707
707
|
EXA_API_KEY: z.ZodString;
|
|
@@ -725,7 +725,7 @@ declare const listMonitorRuns: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
725
725
|
}, z.core.$strip>>;
|
|
726
726
|
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
727
727
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
728
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
728
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
729
729
|
EXA_API_KEY: z.ZodString;
|
|
730
730
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
731
731
|
EXA_API_KEY: z.ZodString;
|
|
@@ -749,7 +749,7 @@ declare const listMonitorRunsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
749
749
|
}, z.core.$strip>>;
|
|
750
750
|
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
751
751
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
752
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
752
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
753
753
|
EXA_API_KEY: z.ZodString;
|
|
754
754
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
755
755
|
EXA_API_KEY: z.ZodString;
|
|
@@ -768,7 +768,7 @@ declare const getMonitorRun: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
768
768
|
durationMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
769
769
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
770
770
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
771
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
771
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
772
772
|
EXA_API_KEY: z.ZodString;
|
|
773
773
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
774
774
|
EXA_API_KEY: z.ZodString;
|
|
@@ -787,7 +787,7 @@ declare const getMonitorRunTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
787
787
|
durationMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
788
788
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
789
789
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
790
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
790
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
791
791
|
EXA_API_KEY: z.ZodString;
|
|
792
792
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
793
793
|
EXA_API_KEY: z.ZodString;
|
|
@@ -1010,7 +1010,7 @@ declare const search: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1010
1010
|
searchType: z.ZodOptional<z.ZodString>;
|
|
1011
1011
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
1012
1012
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1013
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
1013
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1014
1014
|
EXA_API_KEY: z.ZodString;
|
|
1015
1015
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
1016
1016
|
EXA_API_KEY: z.ZodString;
|
|
@@ -1070,7 +1070,7 @@ declare const searchTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1070
1070
|
searchType: z.ZodOptional<z.ZodString>;
|
|
1071
1071
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
1072
1072
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1073
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
1073
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1074
1074
|
EXA_API_KEY: z.ZodString;
|
|
1075
1075
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
1076
1076
|
EXA_API_KEY: z.ZodString;
|
|
@@ -1130,9 +1130,9 @@ declare const searchWithContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1130
1130
|
}, z.core.$strip>>;
|
|
1131
1131
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
1132
1132
|
never: "never";
|
|
1133
|
+
auto: "auto";
|
|
1133
1134
|
always: "always";
|
|
1134
1135
|
fallback: "fallback";
|
|
1135
|
-
auto: "auto";
|
|
1136
1136
|
preferred: "preferred";
|
|
1137
1137
|
}>>;
|
|
1138
1138
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1162,7 +1162,7 @@ declare const searchWithContents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1162
1162
|
searchType: z.ZodOptional<z.ZodString>;
|
|
1163
1163
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
1164
1164
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1165
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
1165
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1166
1166
|
EXA_API_KEY: z.ZodString;
|
|
1167
1167
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
1168
1168
|
EXA_API_KEY: z.ZodString;
|
|
@@ -1220,9 +1220,9 @@ declare const searchWithContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1220
1220
|
}, z.core.$strip>>;
|
|
1221
1221
|
livecrawl: z.ZodOptional<z.ZodEnum<{
|
|
1222
1222
|
never: "never";
|
|
1223
|
+
auto: "auto";
|
|
1223
1224
|
always: "always";
|
|
1224
1225
|
fallback: "fallback";
|
|
1225
|
-
auto: "auto";
|
|
1226
1226
|
preferred: "preferred";
|
|
1227
1227
|
}>>;
|
|
1228
1228
|
livecrawlTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1252,7 +1252,7 @@ declare const searchWithContentsTool: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
1252
1252
|
searchType: z.ZodOptional<z.ZodString>;
|
|
1253
1253
|
output: z.ZodOptional<z.ZodUnknown>;
|
|
1254
1254
|
costDollars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1255
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
1255
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
1256
1256
|
EXA_API_KEY: z.ZodString;
|
|
1257
1257
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
1258
1258
|
EXA_API_KEY: z.ZodString;
|
|
@@ -8,7 +8,7 @@ import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
|
8
8
|
declare const exaBundle: _keystrokehq_integration_authoring_official0.OfficialIntegrationBundle<"exa", z.ZodObject<{
|
|
9
9
|
EXA_API_KEY: z.ZodString;
|
|
10
10
|
}, z.core.$strip>>;
|
|
11
|
-
declare const exa: _keystrokehq_core0.CredentialSet<"exa", z.ZodObject<{
|
|
11
|
+
declare const exa: _keystrokehq_core0.CredentialSet<"keystroke:exa", z.ZodObject<{
|
|
12
12
|
EXA_API_KEY: z.ZodString;
|
|
13
13
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
14
14
|
EXA_API_KEY: z.ZodString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/exa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -19,28 +19,22 @@
|
|
|
19
19
|
"README.md",
|
|
20
20
|
"LICENSE"
|
|
21
21
|
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "tsdown",
|
|
24
|
-
"typecheck": "tsgo --build",
|
|
25
|
-
"lint": "biome check .",
|
|
26
|
-
"lint:fix": "biome check --write .",
|
|
27
|
-
"test:unit": "vitest run --passWithNoTests --project unit",
|
|
28
|
-
"test:int": "vitest run --passWithNoTests --project int",
|
|
29
|
-
"prepublishOnly": "pnpm build"
|
|
30
|
-
},
|
|
31
22
|
"dependencies": {
|
|
23
|
+
"@keystrokehq/integration-authoring": "^0.0.5",
|
|
32
24
|
"exa-js": "^2.11.0",
|
|
33
|
-
"@keystrokehq/integration-authoring": "^0.0.1",
|
|
34
|
-
"@keystrokehq/core": "^0.0.5",
|
|
35
25
|
"zod": "^4.3.6"
|
|
36
26
|
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@keystrokehq/core": ">=0.0.7 <0.1.0"
|
|
29
|
+
},
|
|
37
30
|
"devDependencies": {
|
|
38
|
-
"@types/node": "
|
|
39
|
-
"tsdown": "
|
|
40
|
-
"typescript": "
|
|
41
|
-
"vitest": "
|
|
42
|
-
"@keystrokehq/
|
|
43
|
-
"@keystrokehq/
|
|
31
|
+
"@types/node": "^22.19.11",
|
|
32
|
+
"tsdown": "^0.20.3",
|
|
33
|
+
"typescript": "^5.9.3",
|
|
34
|
+
"vitest": "^4.0.18",
|
|
35
|
+
"@keystrokehq/core": "^0.0.7",
|
|
36
|
+
"@keystrokehq/test-utils": "0.0.0",
|
|
37
|
+
"@keystrokehq/typescript-config": "0.0.0"
|
|
44
38
|
},
|
|
45
39
|
"keywords": [
|
|
46
40
|
"exa",
|
|
@@ -58,5 +52,13 @@
|
|
|
58
52
|
"publishConfig": {
|
|
59
53
|
"access": "public",
|
|
60
54
|
"registry": "https://registry.npmjs.org/"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build": "tsdown",
|
|
58
|
+
"typecheck": "tsgo --build",
|
|
59
|
+
"lint": "biome check .",
|
|
60
|
+
"lint:fix": "biome check --write .",
|
|
61
|
+
"test:unit": "vitest run --passWithNoTests --project unit",
|
|
62
|
+
"test:int": "vitest run --passWithNoTests --project int"
|
|
61
63
|
}
|
|
62
|
-
}
|
|
64
|
+
}
|