@keystrokehq/parsera 0.1.0 → 0.1.3
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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-scraper.cjs +1 -1
- package/dist/actions/create-scraper.cjs.map +1 -1
- package/dist/actions/create-scraper.d.cts +5 -3
- package/dist/actions/create-scraper.d.cts.map +1 -1
- package/dist/actions/create-scraper.d.mts +5 -3
- package/dist/actions/create-scraper.d.mts.map +1 -1
- package/dist/actions/create-scraper.mjs +1 -1
- package/dist/actions/create-scraper.mjs.map +1 -1
- package/dist/actions/delete-scraper.cjs +1 -1
- package/dist/actions/delete-scraper.cjs.map +1 -1
- package/dist/actions/delete-scraper.d.cts +9 -3
- package/dist/actions/delete-scraper.d.cts.map +1 -1
- package/dist/actions/delete-scraper.d.mts +9 -3
- package/dist/actions/delete-scraper.d.mts.map +1 -1
- package/dist/actions/delete-scraper.mjs +1 -1
- package/dist/actions/delete-scraper.mjs.map +1 -1
- package/dist/actions/extract-data.cjs +2 -2
- package/dist/actions/extract-data.cjs.map +1 -1
- package/dist/actions/extract-data.d.cts +20 -3
- package/dist/actions/extract-data.d.cts.map +1 -1
- package/dist/actions/extract-data.d.mts +20 -3
- package/dist/actions/extract-data.d.mts.map +1 -1
- package/dist/actions/extract-data.mjs +2 -2
- package/dist/actions/extract-data.mjs.map +1 -1
- package/dist/actions/extract-markdown.cjs +3 -3
- package/dist/actions/extract-markdown.cjs.map +1 -1
- package/dist/actions/extract-markdown.d.cts +21 -3
- package/dist/actions/extract-markdown.d.cts.map +1 -1
- package/dist/actions/extract-markdown.d.mts +21 -3
- package/dist/actions/extract-markdown.d.mts.map +1 -1
- package/dist/actions/extract-markdown.mjs +3 -3
- package/dist/actions/extract-markdown.mjs.map +1 -1
- package/dist/actions/get-llm-specs.cjs +10 -10
- package/dist/actions/get-llm-specs.cjs.map +1 -1
- package/dist/actions/get-llm-specs.d.cts +43 -3
- package/dist/actions/get-llm-specs.d.cts.map +1 -1
- package/dist/actions/get-llm-specs.d.mts +43 -3
- package/dist/actions/get-llm-specs.d.mts.map +1 -1
- package/dist/actions/get-llm-specs.mjs +10 -10
- package/dist/actions/get-llm-specs.mjs.map +1 -1
- package/dist/actions/get-proxy-countries.cjs +4 -4
- package/dist/actions/get-proxy-countries.cjs.map +1 -1
- package/dist/actions/get-proxy-countries.d.cts +8 -3
- package/dist/actions/get-proxy-countries.d.cts.map +1 -1
- package/dist/actions/get-proxy-countries.d.mts +8 -3
- package/dist/actions/get-proxy-countries.d.mts.map +1 -1
- package/dist/actions/get-proxy-countries.mjs +4 -4
- package/dist/actions/get-proxy-countries.mjs.map +1 -1
- package/dist/actions/health-check.cjs +1 -1
- package/dist/actions/health-check.cjs.map +1 -1
- package/dist/actions/health-check.d.cts +5 -3
- package/dist/actions/health-check.d.cts.map +1 -1
- package/dist/actions/health-check.d.mts +5 -3
- package/dist/actions/health-check.d.mts.map +1 -1
- package/dist/actions/health-check.mjs +1 -1
- package/dist/actions/health-check.mjs.map +1 -1
- package/dist/actions/list-agents.cjs +4 -4
- package/dist/actions/list-agents.cjs.map +1 -1
- package/dist/actions/list-agents.d.cts +8 -3
- package/dist/actions/list-agents.d.cts.map +1 -1
- package/dist/actions/list-agents.d.mts +8 -3
- package/dist/actions/list-agents.d.mts.map +1 -1
- package/dist/actions/list-agents.mjs +4 -4
- package/dist/actions/list-agents.mjs.map +1 -1
- package/dist/actions/list-scrapers.cjs +4 -4
- package/dist/actions/list-scrapers.cjs.map +1 -1
- package/dist/actions/list-scrapers.d.cts +8 -3
- package/dist/actions/list-scrapers.d.cts.map +1 -1
- package/dist/actions/list-scrapers.d.mts +8 -3
- package/dist/actions/list-scrapers.d.mts.map +1 -1
- package/dist/actions/list-scrapers.mjs +4 -4
- package/dist/actions/list-scrapers.mjs.map +1 -1
- package/dist/actions/parse-content2.cjs +1 -1
- package/dist/actions/parse-content2.cjs.map +1 -1
- package/dist/actions/parse-content2.d.cts +38 -3
- package/dist/actions/parse-content2.d.cts.map +1 -1
- package/dist/actions/parse-content2.d.mts +38 -3
- package/dist/actions/parse-content2.d.mts.map +1 -1
- package/dist/actions/parse-content2.mjs +1 -1
- package/dist/actions/parse-content2.mjs.map +1 -1
- package/dist/actions/remove-agent.cjs +1 -1
- package/dist/actions/remove-agent.cjs.map +1 -1
- package/dist/actions/remove-agent.d.cts +10 -3
- package/dist/actions/remove-agent.d.cts.map +1 -1
- package/dist/actions/remove-agent.d.mts +10 -3
- package/dist/actions/remove-agent.d.mts.map +1 -1
- package/dist/actions/remove-agent.mjs +1 -1
- package/dist/actions/remove-agent.mjs.map +1 -1
- package/dist/actions/run-scraper-template.cjs +1 -1
- package/dist/actions/run-scraper-template.cjs.map +1 -1
- package/dist/actions/run-scraper-template.d.cts +22 -3
- package/dist/actions/run-scraper-template.d.cts.map +1 -1
- package/dist/actions/run-scraper-template.d.mts +22 -3
- package/dist/actions/run-scraper-template.d.mts.map +1 -1
- package/dist/actions/run-scraper-template.mjs +1 -1
- package/dist/actions/run-scraper-template.mjs.map +1 -1
- package/dist/actions/scrape-with-agent.cjs.map +1 -1
- package/dist/actions/scrape-with-agent.d.cts +13 -3
- package/dist/actions/scrape-with-agent.d.cts.map +1 -1
- package/dist/actions/scrape-with-agent.d.mts +13 -3
- package/dist/actions/scrape-with-agent.d.mts.map +1 -1
- package/dist/actions/scrape-with-agent.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,49 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-llm-specs.d.ts
|
|
4
|
-
declare const ParseraGetLlmSpecsInput: z.
|
|
5
|
-
declare const ParseraGetLlmSpecsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraGetLlmSpecsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraGetLlmSpecsOutput: z.ZodObject<{
|
|
6
|
+
models: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
family: z.ZodNullable<z.ZodString>;
|
|
10
|
+
pricing: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
|
+
embeddings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
12
|
+
batch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
|
+
standard: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
|
+
}, z.core.$loose>>>;
|
|
22
|
+
}, z.core.$loose>>>;
|
|
23
|
+
text_tokens: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24
|
+
batch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
}, z.core.$loose>>>;
|
|
29
|
+
standard: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
33
|
+
}, z.core.$loose>>>;
|
|
34
|
+
}, z.core.$loose>>>;
|
|
35
|
+
}, z.core.$loose>>>;
|
|
36
|
+
provider: z.ZodNullable<z.ZodString>;
|
|
37
|
+
modalities: z.ZodNullable<z.ZodObject<{
|
|
38
|
+
input: z.ZodArray<z.ZodString>;
|
|
39
|
+
output: z.ZodArray<z.ZodString>;
|
|
40
|
+
}, z.core.$loose>>;
|
|
41
|
+
capabilities: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
42
|
+
context_window: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
max_output_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
}, z.core.$loose>>;
|
|
45
|
+
}, z.core.$loose>;
|
|
46
|
+
declare const parseraGetLlmSpecs: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
47
|
//#endregion
|
|
8
48
|
export { parseraGetLlmSpecs };
|
|
9
49
|
//# sourceMappingURL=get-llm-specs.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-llm-specs.d.cts","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"get-llm-specs.d.cts","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,49 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-llm-specs.d.ts
|
|
4
|
-
declare const ParseraGetLlmSpecsInput: z.
|
|
5
|
-
declare const ParseraGetLlmSpecsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraGetLlmSpecsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraGetLlmSpecsOutput: z.ZodObject<{
|
|
6
|
+
models: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
family: z.ZodNullable<z.ZodString>;
|
|
10
|
+
pricing: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
|
+
embeddings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
12
|
+
batch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
|
+
standard: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
|
+
}, z.core.$loose>>>;
|
|
22
|
+
}, z.core.$loose>>>;
|
|
23
|
+
text_tokens: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24
|
+
batch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
}, z.core.$loose>>>;
|
|
29
|
+
standard: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30
|
+
input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
+
output_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
cached_input_per_million: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
33
|
+
}, z.core.$loose>>>;
|
|
34
|
+
}, z.core.$loose>>>;
|
|
35
|
+
}, z.core.$loose>>>;
|
|
36
|
+
provider: z.ZodNullable<z.ZodString>;
|
|
37
|
+
modalities: z.ZodNullable<z.ZodObject<{
|
|
38
|
+
input: z.ZodArray<z.ZodString>;
|
|
39
|
+
output: z.ZodArray<z.ZodString>;
|
|
40
|
+
}, z.core.$loose>>;
|
|
41
|
+
capabilities: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
42
|
+
context_window: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
max_output_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
}, z.core.$loose>>;
|
|
45
|
+
}, z.core.$loose>;
|
|
46
|
+
declare const parseraGetLlmSpecs: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
47
|
//#endregion
|
|
8
48
|
export { parseraGetLlmSpecs };
|
|
9
49
|
//# sourceMappingURL=get-llm-specs.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-llm-specs.d.mts","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"get-llm-specs.d.mts","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -6,40 +6,40 @@ const ParseraGetLlmSpecs_PricingTokenInfoSchema = z.object({
|
|
|
6
6
|
input_per_million: z.number().describe("Cost per million input tokens in USD.").nullable().optional(),
|
|
7
7
|
output_per_million: z.number().describe("Cost per million output tokens in USD.").nullable().optional(),
|
|
8
8
|
cached_input_per_million: z.number().describe("Cost per million cached input tokens in USD.").nullable().optional()
|
|
9
|
-
}).describe("Token pricing information.");
|
|
9
|
+
}).passthrough().describe("Token pricing information.");
|
|
10
10
|
const ParseraGetLlmSpecs_EmbeddingsPricingSchema = z.object({
|
|
11
11
|
batch: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),
|
|
12
12
|
standard: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional()
|
|
13
|
-
}).describe("Embeddings pricing structure.");
|
|
13
|
+
}).passthrough().describe("Embeddings pricing structure.");
|
|
14
14
|
const ParseraGetLlmSpecs_TextTokensPricingSchema = z.object({
|
|
15
15
|
batch: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),
|
|
16
16
|
standard: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional()
|
|
17
|
-
}).describe("Text tokens pricing structure.");
|
|
17
|
+
}).passthrough().describe("Text tokens pricing structure.");
|
|
18
18
|
const ParseraGetLlmSpecs_PricingInfoSchema = z.object({
|
|
19
19
|
embeddings: ParseraGetLlmSpecs_EmbeddingsPricingSchema.nullable().optional(),
|
|
20
20
|
text_tokens: ParseraGetLlmSpecs_TextTokensPricingSchema.nullable().optional()
|
|
21
|
-
}).describe("Pricing information for a model.");
|
|
21
|
+
}).passthrough().describe("Pricing information for a model.");
|
|
22
22
|
const ParseraGetLlmSpecs_ModalitiesInfoSchema = z.object({
|
|
23
23
|
input: z.array(z.string()).describe("Array of supported input modalities (e.g., 'text', 'image', 'audio')."),
|
|
24
24
|
output: z.array(z.string()).describe("Array of supported output modalities (e.g., 'text', 'image', 'embeddings').")
|
|
25
|
-
}).describe("Supported input/output modalities for a model.");
|
|
25
|
+
}).passthrough().describe("Supported input/output modalities for a model.");
|
|
26
26
|
const ParseraGetLlmSpecs_LLMSpecSchema = z.object({
|
|
27
|
-
id: z.string().describe("Unique model identifier used for API calls."),
|
|
27
|
+
id: z.string().describe("Unique model identifier used for API calls.").nullable(),
|
|
28
28
|
name: z.string().describe("Human-readable model identifier.").nullable().optional(),
|
|
29
|
-
family: z.string().describe("Model family classification."),
|
|
29
|
+
family: z.string().describe("Model family classification.").nullable(),
|
|
30
30
|
pricing: ParseraGetLlmSpecs_PricingInfoSchema.nullable().optional(),
|
|
31
|
-
provider: z.string().describe("Service provider name (e.g., 'openai', 'anthropic', 'gemini', 'deepseek')."),
|
|
31
|
+
provider: z.string().describe("Service provider name (e.g., 'openai', 'anthropic', 'gemini', 'deepseek').").nullable(),
|
|
32
32
|
modalities: ParseraGetLlmSpecs_ModalitiesInfoSchema.nullable(),
|
|
33
33
|
capabilities: z.array(z.string()).describe("Array of supported features (e.g., 'function_calling', 'batch', 'structured_output').").nullable().optional(),
|
|
34
34
|
context_window: z.number().int().describe("Maximum input tokens supported by the model.").nullable().optional(),
|
|
35
35
|
max_output_tokens: z.number().int().describe("Maximum generation/output tokens allowed.").nullable().optional()
|
|
36
|
-
}).describe("Represents a single LLM model specification.");
|
|
36
|
+
}).passthrough().describe("Represents a single LLM model specification.");
|
|
37
37
|
const parseraGetLlmSpecs = action("PARSERA_GET_LLM_SPECS", {
|
|
38
38
|
slug: "parsera-get-llm-specs",
|
|
39
39
|
name: "Get LLM Specifications",
|
|
40
40
|
description: "Tool to retrieve standardized LLM capabilities and pricing specifications. Use to get up-to-date information about models from various providers.",
|
|
41
41
|
input: ParseraGetLlmSpecsInput,
|
|
42
|
-
output: z.object({ models: z.array(ParseraGetLlmSpecs_LLMSpecSchema).describe("Array of LLM model specifications with capabilities, pricing, and context windows.") }).describe("Response model containing list of LLM specifications.")
|
|
42
|
+
output: z.object({ models: z.array(ParseraGetLlmSpecs_LLMSpecSchema).describe("Array of LLM model specifications with capabilities, pricing, and context windows.") }).passthrough().describe("Response model containing list of LLM specifications.")
|
|
43
43
|
});
|
|
44
44
|
//#endregion
|
|
45
45
|
export { parseraGetLlmSpecs };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-llm-specs.mjs","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetLlmSpecsInput
|
|
1
|
+
{"version":3,"file":"get-llm-specs.mjs","names":[],"sources":["../../src/actions/get-llm-specs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetLlmSpecsInput = z.object({}).describe(\"Request model for GET /v1/llm-specs endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraGetLlmSpecs_PricingTokenInfoSchema = z.object({\n input_per_million: z.number().describe(\"Cost per million input tokens in USD.\").nullable().optional(),\n output_per_million: z.number().describe(\"Cost per million output tokens in USD.\").nullable().optional(),\n cached_input_per_million: z.number().describe(\"Cost per million cached input tokens in USD.\").nullable().optional(),\n}).passthrough().describe(\"Token pricing information.\");\nconst ParseraGetLlmSpecs_EmbeddingsPricingSchema = z.object({\n batch: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),\n standard: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Embeddings pricing structure.\");\nconst ParseraGetLlmSpecs_TextTokensPricingSchema = z.object({\n batch: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),\n standard: ParseraGetLlmSpecs_PricingTokenInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Text tokens pricing structure.\");\nconst ParseraGetLlmSpecs_PricingInfoSchema = z.object({\n embeddings: ParseraGetLlmSpecs_EmbeddingsPricingSchema.nullable().optional(),\n text_tokens: ParseraGetLlmSpecs_TextTokensPricingSchema.nullable().optional(),\n}).passthrough().describe(\"Pricing information for a model.\");\nconst ParseraGetLlmSpecs_ModalitiesInfoSchema = z.object({\n input: z.array(z.string()).describe(\"Array of supported input modalities (e.g., 'text', 'image', 'audio').\"),\n output: z.array(z.string()).describe(\"Array of supported output modalities (e.g., 'text', 'image', 'embeddings').\"),\n}).passthrough().describe(\"Supported input/output modalities for a model.\");\nconst ParseraGetLlmSpecs_LLMSpecSchema = z.object({\n id: z.string().describe(\"Unique model identifier used for API calls.\").nullable(),\n name: z.string().describe(\"Human-readable model identifier.\").nullable().optional(),\n family: z.string().describe(\"Model family classification.\").nullable(),\n pricing: ParseraGetLlmSpecs_PricingInfoSchema.nullable().optional(),\n provider: z.string().describe(\"Service provider name (e.g., 'openai', 'anthropic', 'gemini', 'deepseek').\").nullable(),\n modalities: ParseraGetLlmSpecs_ModalitiesInfoSchema.nullable(),\n capabilities: z.array(z.string()).describe(\"Array of supported features (e.g., 'function_calling', 'batch', 'structured_output').\").nullable().optional(),\n context_window: z.number().int().describe(\"Maximum input tokens supported by the model.\").nullable().optional(),\n max_output_tokens: z.number().int().describe(\"Maximum generation/output tokens allowed.\").nullable().optional(),\n}).passthrough().describe(\"Represents a single LLM model specification.\");\nexport const ParseraGetLlmSpecsOutput = z.object({\n models: z.array(ParseraGetLlmSpecs_LLMSpecSchema).describe(\"Array of LLM model specifications with capabilities, pricing, and context windows.\"),\n}).passthrough().describe(\"Response model containing list of LLM specifications.\");\n\nexport const parseraGetLlmSpecs = action(\"PARSERA_GET_LLM_SPECS\", {\n slug: \"parsera-get-llm-specs\",\n name: \"Get LLM Specifications\",\n description: \"Tool to retrieve standardized LLM capabilities and pricing specifications. Use to get up-to-date information about models from various providers.\",\n input: ParseraGetLlmSpecsInput,\n output: ParseraGetLlmSpecsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACrJ,MAAM,4CAA4C,EAAE,OAAO;CACzD,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4BAA4B;AACtD,MAAM,6CAA6C,EAAE,OAAO;CAC1D,OAAO,0CAA0C,SAAS,CAAC,CAAC,SAAS;CACrE,UAAU,0CAA0C,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AACzD,MAAM,6CAA6C,EAAE,OAAO;CAC1D,OAAO,0CAA0C,SAAS,CAAC,CAAC,SAAS;CACrE,UAAU,0CAA0C,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAC1D,MAAM,uCAAuC,EAAE,OAAO;CACpD,YAAY,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAa,2CAA2C,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAM,0CAA0C,EAAE,OAAO;CACvD,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE;CAC3G,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACrE,SAAS,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACrH,YAAY,wCAAwC,SAAS;CAC7D,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAKxE,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsC,EAAE,OAAO,EAC/C,QAAQ,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,oFAAoF,EACjJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
|
|
@@ -3,10 +3,10 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/get-proxy-countries.ts
|
|
4
4
|
const ParseraGetProxyCountriesInput = zod.z.object({}).describe("Request model for GET /v1/proxy-countries endpoint.\n\nThis endpoint requires no parameters.");
|
|
5
5
|
const ParseraGetProxyCountries_ProxyCountrySchema = zod.z.object({
|
|
6
|
-
code: zod.z.string().describe("API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom')."),
|
|
7
|
-
name: zod.z.string().describe("Human-readable country name (e.g., 'United States', 'United Kingdom').")
|
|
8
|
-
}).describe("Represents a single proxy country option.");
|
|
9
|
-
const ParseraGetProxyCountriesOutput = zod.z.object({ countries: zod.z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe("Array of available proxy countries for web scraping requests.") }).describe("Response model containing list of available proxy countries.");
|
|
6
|
+
code: zod.z.string().describe("API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom').").nullable(),
|
|
7
|
+
name: zod.z.string().describe("Human-readable country name (e.g., 'United States', 'United Kingdom').").nullable()
|
|
8
|
+
}).passthrough().describe("Represents a single proxy country option.");
|
|
9
|
+
const ParseraGetProxyCountriesOutput = zod.z.object({ countries: zod.z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe("Array of available proxy countries for web scraping requests.") }).passthrough().describe("Response model containing list of available proxy countries.");
|
|
10
10
|
const parseraGetProxyCountries = require_action.action("PARSERA_GET_PROXY_COUNTRIES", {
|
|
11
11
|
slug: "parsera-get-proxy-countries",
|
|
12
12
|
name: "Get Proxy Countries",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-proxy-countries.cjs","names":["z","action"],"sources":["../../src/actions/get-proxy-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetProxyCountriesInput
|
|
1
|
+
{"version":3,"file":"get-proxy-countries.cjs","names":["z","action"],"sources":["../../src/actions/get-proxy-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetProxyCountriesInput = z.object({}).describe(\"Request model for GET /v1/proxy-countries endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraGetProxyCountries_ProxyCountrySchema = z.object({\n code: z.string().describe(\"API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom').\").nullable(),\n name: z.string().describe(\"Human-readable country name (e.g., 'United States', 'United Kingdom').\").nullable(),\n}).passthrough().describe(\"Represents a single proxy country option.\");\nexport const ParseraGetProxyCountriesOutput = z.object({\n countries: z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe(\"Array of available proxy countries for web scraping requests.\"),\n}).passthrough().describe(\"Response model containing list of available proxy countries.\");\n\nexport const parseraGetProxyCountries = action(\"PARSERA_GET_PROXY_COUNTRIES\", {\n slug: \"parsera-get-proxy-countries\",\n name: \"Get Proxy Countries\",\n description: \"Tool to retrieve the list of available proxy countries for web scraping requests. Use when you need to know which countries are supported for proxy-based scraping.\",\n input: ParseraGetProxyCountriesInput,\n output: ParseraGetProxyCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAA8F;AACjK,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAClH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AACrE,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,WAAWA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,+DAA+D,EAC1I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAA8D;AAExF,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-proxy-countries.d.ts
|
|
4
|
-
declare const ParseraGetProxyCountriesInput: z.
|
|
5
|
-
declare const ParseraGetProxyCountriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraGetProxyCountriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraGetProxyCountriesOutput: z.ZodObject<{
|
|
6
|
+
countries: z.ZodArray<z.ZodObject<{
|
|
7
|
+
code: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
|
+
}, z.core.$loose>;
|
|
11
|
+
declare const parseraGetProxyCountries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
12
|
//#endregion
|
|
8
13
|
export { parseraGetProxyCountries };
|
|
9
14
|
//# sourceMappingURL=get-proxy-countries.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-proxy-countries.d.cts","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"get-proxy-countries.d.cts","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-proxy-countries.d.ts
|
|
4
|
-
declare const ParseraGetProxyCountriesInput: z.
|
|
5
|
-
declare const ParseraGetProxyCountriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraGetProxyCountriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraGetProxyCountriesOutput: z.ZodObject<{
|
|
6
|
+
countries: z.ZodArray<z.ZodObject<{
|
|
7
|
+
code: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
|
+
}, z.core.$loose>;
|
|
11
|
+
declare const parseraGetProxyCountries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
12
|
//#endregion
|
|
8
13
|
export { parseraGetProxyCountries };
|
|
9
14
|
//# sourceMappingURL=get-proxy-countries.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-proxy-countries.d.mts","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"get-proxy-countries.d.mts","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAI9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,15 +3,15 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-proxy-countries.ts
|
|
4
4
|
const ParseraGetProxyCountriesInput = z.object({}).describe("Request model for GET /v1/proxy-countries endpoint.\n\nThis endpoint requires no parameters.");
|
|
5
5
|
const ParseraGetProxyCountries_ProxyCountrySchema = z.object({
|
|
6
|
-
code: z.string().describe("API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom')."),
|
|
7
|
-
name: z.string().describe("Human-readable country name (e.g., 'United States', 'United Kingdom').")
|
|
8
|
-
}).describe("Represents a single proxy country option.");
|
|
6
|
+
code: z.string().describe("API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom').").nullable(),
|
|
7
|
+
name: z.string().describe("Human-readable country name (e.g., 'United States', 'United Kingdom').").nullable()
|
|
8
|
+
}).passthrough().describe("Represents a single proxy country option.");
|
|
9
9
|
const parseraGetProxyCountries = action("PARSERA_GET_PROXY_COUNTRIES", {
|
|
10
10
|
slug: "parsera-get-proxy-countries",
|
|
11
11
|
name: "Get Proxy Countries",
|
|
12
12
|
description: "Tool to retrieve the list of available proxy countries for web scraping requests. Use when you need to know which countries are supported for proxy-based scraping.",
|
|
13
13
|
input: ParseraGetProxyCountriesInput,
|
|
14
|
-
output: z.object({ countries: z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe("Array of available proxy countries for web scraping requests.") }).describe("Response model containing list of available proxy countries.")
|
|
14
|
+
output: z.object({ countries: z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe("Array of available proxy countries for web scraping requests.") }).passthrough().describe("Response model containing list of available proxy countries.")
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { parseraGetProxyCountries };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-proxy-countries.mjs","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetProxyCountriesInput
|
|
1
|
+
{"version":3,"file":"get-proxy-countries.mjs","names":[],"sources":["../../src/actions/get-proxy-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraGetProxyCountriesInput = z.object({}).describe(\"Request model for GET /v1/proxy-countries endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraGetProxyCountries_ProxyCountrySchema = z.object({\n code: z.string().describe(\"API parameter code for the country (e.g., 'UnitedStates', 'UnitedKingdom').\").nullable(),\n name: z.string().describe(\"Human-readable country name (e.g., 'United States', 'United Kingdom').\").nullable(),\n}).passthrough().describe(\"Represents a single proxy country option.\");\nexport const ParseraGetProxyCountriesOutput = z.object({\n countries: z.array(ParseraGetProxyCountries_ProxyCountrySchema).describe(\"Array of available proxy countries for web scraping requests.\"),\n}).passthrough().describe(\"Response model containing list of available proxy countries.\");\n\nexport const parseraGetProxyCountries = action(\"PARSERA_GET_PROXY_COUNTRIES\", {\n slug: \"parsera-get-proxy-countries\",\n name: \"Get Proxy Countries\",\n description: \"Tool to retrieve the list of available proxy countries for web scraping requests. Use when you need to know which countries are supported for proxy-based scraping.\",\n input: ParseraGetProxyCountriesInput,\n output: ParseraGetProxyCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAA8F;AACjK,MAAM,8CAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAClH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAKrE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4C,EAAE,OAAO,EACrD,WAAW,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,+DAA+D,EAC1I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/health-check.ts
|
|
4
4
|
const ParseraHealthCheckInput = zod.z.object({}).describe("Request model for health check - no parameters needed.");
|
|
5
|
-
const ParseraHealthCheckOutput = zod.z.object({ status: zod.z.string().default("healthy").describe("Health status of the API service.").nullable().optional() }).describe("Response model for health check endpoint.");
|
|
5
|
+
const ParseraHealthCheckOutput = zod.z.object({ status: zod.z.string().default("healthy").describe("Health status of the API service.").nullable().optional() }).passthrough().describe("Response model for health check endpoint.");
|
|
6
6
|
const parseraHealthCheck = require_action.action("PARSERA_HEALTH_CHECK", {
|
|
7
7
|
slug: "parsera-health-check",
|
|
8
8
|
name: "Health Check",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-check.cjs","names":["z","action"],"sources":["../../src/actions/health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraHealthCheckInput
|
|
1
|
+
{"version":3,"file":"health-check.cjs","names":["z","action"],"sources":["../../src/actions/health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraHealthCheckInput = z.object({}).describe(\"Request model for health check - no parameters needed.\");\nexport const ParseraHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API service.\").nullable().optional(),\n}).passthrough().describe(\"Response model for health check endpoint.\");\n\nexport const parseraHealthCheck = action(\"PARSERA_HEALTH_CHECK\", {\n slug: \"parsera-health-check\",\n name: \"Health Check\",\n description: \"Tool to verify API availability and operational status. Use to check if the Parsera service is accessible before making other API calls.\",\n input: ParseraHealthCheckInput,\n output: ParseraHealthCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACrH,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/health-check.d.ts
|
|
4
|
-
declare const ParseraHealthCheckInput: z.
|
|
5
|
-
declare const ParseraHealthCheckOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraHealthCheckInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraHealthCheckOutput: z.ZodObject<{
|
|
6
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
7
|
+
}, z.core.$loose>;
|
|
8
|
+
declare const parseraHealthCheck: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { parseraHealthCheck };
|
|
9
11
|
//# sourceMappingURL=health-check.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-check.d.cts","names":[],"sources":["../../src/actions/health-check.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"health-check.d.cts","names":[],"sources":["../../src/actions/health-check.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/health-check.d.ts
|
|
4
|
-
declare const ParseraHealthCheckInput: z.
|
|
5
|
-
declare const ParseraHealthCheckOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraHealthCheckInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraHealthCheckOutput: z.ZodObject<{
|
|
6
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
7
|
+
}, z.core.$loose>;
|
|
8
|
+
declare const parseraHealthCheck: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { parseraHealthCheck };
|
|
9
11
|
//# sourceMappingURL=health-check.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-check.d.mts","names":[],"sources":["../../src/actions/health-check.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"health-check.d.mts","names":[],"sources":["../../src/actions/health-check.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -5,7 +5,7 @@ const parseraHealthCheck = action("PARSERA_HEALTH_CHECK", {
|
|
|
5
5
|
name: "Health Check",
|
|
6
6
|
description: "Tool to verify API availability and operational status. Use to check if the Parsera service is accessible before making other API calls.",
|
|
7
7
|
input: z.object({}).describe("Request model for health check - no parameters needed."),
|
|
8
|
-
output: z.object({ status: z.string().default("healthy").describe("Health status of the API service.").nullable().optional() }).describe("Response model for health check endpoint.")
|
|
8
|
+
output: z.object({ status: z.string().default("healthy").describe("Health status of the API service.").nullable().optional() }).passthrough().describe("Response model for health check endpoint.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { parseraHealthCheck };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-check.mjs","names":[],"sources":["../../src/actions/health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraHealthCheckInput
|
|
1
|
+
{"version":3,"file":"health-check.mjs","names":[],"sources":["../../src/actions/health-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraHealthCheckInput = z.object({}).describe(\"Request model for health check - no parameters needed.\");\nexport const ParseraHealthCheckOutput = z.object({\n status: z.string().default(\"healthy\").describe(\"Health status of the API service.\").nullable().optional(),\n}).passthrough().describe(\"Response model for health check endpoint.\");\n\nexport const parseraHealthCheck = action(\"PARSERA_HEALTH_CHECK\", {\n slug: \"parsera-health-check\",\n name: \"Health Check\",\n description: \"Tool to verify API availability and operational status. Use to check if the Parsera service is accessible before making other API calls.\",\n input: ParseraHealthCheckInput,\n output: ParseraHealthCheckOutput,\n});\n"],"mappings":";;AASA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDASpD;CACP,QATsC,EAAE,OAAO,EAC/C,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
|
|
@@ -3,10 +3,10 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-agents.ts
|
|
4
4
|
const ParseraListAgentsInput = zod.z.object({}).describe("Request model for GET /v1/list endpoint.\n\nThis endpoint requires no parameters.");
|
|
5
5
|
const ParseraListAgents_AgentItemSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier for the agent."),
|
|
7
|
-
name: zod.z.string().describe("Display name of the agent.")
|
|
8
|
-
}).describe("Represents a single agent item.");
|
|
9
|
-
const ParseraListAgentsOutput = zod.z.object({ agents: zod.z.array(ParseraListAgents_AgentItemSchema).describe("Array of agents available for the authenticated user.") }).describe("Response model containing list of available agents.");
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the agent.").nullable(),
|
|
7
|
+
name: zod.z.string().describe("Display name of the agent.").nullable()
|
|
8
|
+
}).passthrough().describe("Represents a single agent item.");
|
|
9
|
+
const ParseraListAgentsOutput = zod.z.object({ agents: zod.z.array(ParseraListAgents_AgentItemSchema).describe("Array of agents available for the authenticated user.") }).passthrough().describe("Response model containing list of available agents.");
|
|
10
10
|
const parseraListAgents = require_action.action("PARSERA_LIST_AGENTS", {
|
|
11
11
|
slug: "parsera-list-agents",
|
|
12
12
|
name: "List Agents",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents.cjs","names":["z","action"],"sources":["../../src/actions/list-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListAgentsInput
|
|
1
|
+
{"version":3,"file":"list-agents.cjs","names":["z","action"],"sources":["../../src/actions/list-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListAgentsInput = z.object({}).describe(\"Request model for GET /v1/list endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraListAgents_AgentItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the agent.\").nullable(),\n name: z.string().describe(\"Display name of the agent.\").nullable(),\n}).passthrough().describe(\"Represents a single agent item.\");\nexport const ParseraListAgentsOutput = z.object({\n agents: z.array(ParseraListAgents_AgentItemSchema).describe(\"Array of agents available for the authenticated user.\"),\n}).passthrough().describe(\"Response model containing list of available agents.\");\n\nexport const parseraListAgents = action(\"PARSERA_LIST_AGENTS\", {\n slug: \"parsera-list-agents\",\n name: \"List Agents\",\n description: \"Tool to retrieve all available agents for the authenticated user. Use when you need to list agents that can be used for scraping tasks.\",\n input: ParseraListAgentsInput,\n output: ParseraListAgentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/I,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,QAAQA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,uDAAuD,EACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-agents.d.ts
|
|
4
|
-
declare const ParseraListAgentsInput: z.
|
|
5
|
-
declare const ParseraListAgentsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraListAgentsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraListAgentsOutput: z.ZodObject<{
|
|
6
|
+
agents: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
|
+
}, z.core.$loose>;
|
|
11
|
+
declare const parseraListAgents: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
12
|
//#endregion
|
|
8
13
|
export { parseraListAgents };
|
|
9
14
|
//# sourceMappingURL=list-agents.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents.d.cts","names":[],"sources":["../../src/actions/list-agents.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"list-agents.d.cts","names":[],"sources":["../../src/actions/list-agents.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-agents.d.ts
|
|
4
|
-
declare const ParseraListAgentsInput: z.
|
|
5
|
-
declare const ParseraListAgentsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraListAgentsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraListAgentsOutput: z.ZodObject<{
|
|
6
|
+
agents: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
|
+
}, z.core.$loose>;
|
|
11
|
+
declare const parseraListAgents: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
12
|
//#endregion
|
|
8
13
|
export { parseraListAgents };
|
|
9
14
|
//# sourceMappingURL=list-agents.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents.d.mts","names":[],"sources":["../../src/actions/list-agents.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"list-agents.d.mts","names":[],"sources":["../../src/actions/list-agents.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,15 +3,15 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-agents.ts
|
|
4
4
|
const ParseraListAgentsInput = z.object({}).describe("Request model for GET /v1/list endpoint.\n\nThis endpoint requires no parameters.");
|
|
5
5
|
const ParseraListAgents_AgentItemSchema = z.object({
|
|
6
|
-
id: z.string().describe("Unique identifier for the agent."),
|
|
7
|
-
name: z.string().describe("Display name of the agent.")
|
|
8
|
-
}).describe("Represents a single agent item.");
|
|
6
|
+
id: z.string().describe("Unique identifier for the agent.").nullable(),
|
|
7
|
+
name: z.string().describe("Display name of the agent.").nullable()
|
|
8
|
+
}).passthrough().describe("Represents a single agent item.");
|
|
9
9
|
const parseraListAgents = action("PARSERA_LIST_AGENTS", {
|
|
10
10
|
slug: "parsera-list-agents",
|
|
11
11
|
name: "List Agents",
|
|
12
12
|
description: "Tool to retrieve all available agents for the authenticated user. Use when you need to list agents that can be used for scraping tasks.",
|
|
13
13
|
input: ParseraListAgentsInput,
|
|
14
|
-
output: z.object({ agents: z.array(ParseraListAgents_AgentItemSchema).describe("Array of agents available for the authenticated user.") }).describe("Response model containing list of available agents.")
|
|
14
|
+
output: z.object({ agents: z.array(ParseraListAgents_AgentItemSchema).describe("Array of agents available for the authenticated user.") }).passthrough().describe("Response model containing list of available agents.")
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { parseraListAgents };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents.mjs","names":[],"sources":["../../src/actions/list-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListAgentsInput
|
|
1
|
+
{"version":3,"file":"list-agents.mjs","names":[],"sources":["../../src/actions/list-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListAgentsInput = z.object({}).describe(\"Request model for GET /v1/list endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraListAgents_AgentItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the agent.\").nullable(),\n name: z.string().describe(\"Display name of the agent.\").nullable(),\n}).passthrough().describe(\"Represents a single agent item.\");\nexport const ParseraListAgentsOutput = z.object({\n agents: z.array(ParseraListAgents_AgentItemSchema).describe(\"Array of agents available for the authenticated user.\"),\n}).passthrough().describe(\"Response model containing list of available agents.\");\n\nexport const parseraListAgents = action(\"PARSERA_LIST_AGENTS\", {\n slug: \"parsera-list-agents\",\n name: \"List Agents\",\n description: \"Tool to retrieve all available agents for the authenticated user. Use when you need to list agents that can be used for scraping tasks.\",\n input: ParseraListAgentsInput,\n output: ParseraListAgentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/I,MAAM,oCAAoC,EAAE,OAAO;CACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqC,EAAE,OAAO,EAC9C,QAAQ,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,uDAAuD,EACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -3,10 +3,10 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-scrapers.ts
|
|
4
4
|
const ParseraListScrapersInput = zod.z.object({}).describe("Request model for GET /v1/scrapers endpoint.\n\nThis endpoint requires no parameters.");
|
|
5
5
|
const ParseraListScrapers_ScraperItemSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier. Old scrapers have IDs prefixed with 'scraper:' to distinguish them from templates."),
|
|
7
|
-
name: zod.z.string().describe("Display name of the template or scraper.")
|
|
8
|
-
}).describe("Represents a single template or scraper item.");
|
|
9
|
-
const ParseraListScrapersOutput = zod.z.object({ scrapers: zod.z.array(ParseraListScrapers_ScraperItemSchema).describe("Array of templates and old scrapers with their names and IDs.") }).describe("Response model containing list of templates and scrapers.");
|
|
6
|
+
id: zod.z.string().describe("Unique identifier. Old scrapers have IDs prefixed with 'scraper:' to distinguish them from templates.").nullable(),
|
|
7
|
+
name: zod.z.string().describe("Display name of the template or scraper.").nullable()
|
|
8
|
+
}).passthrough().describe("Represents a single template or scraper item.");
|
|
9
|
+
const ParseraListScrapersOutput = zod.z.object({ scrapers: zod.z.array(ParseraListScrapers_ScraperItemSchema).describe("Array of templates and old scrapers with their names and IDs.") }).passthrough().describe("Response model containing list of templates and scrapers.");
|
|
10
10
|
const parseraListScrapers = require_action.action("PARSERA_LIST_SCRAPERS", {
|
|
11
11
|
slug: "parsera-list-scrapers",
|
|
12
12
|
name: "List Scrapers",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-scrapers.cjs","names":["z","action"],"sources":["../../src/actions/list-scrapers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListScrapersInput
|
|
1
|
+
{"version":3,"file":"list-scrapers.cjs","names":["z","action"],"sources":["../../src/actions/list-scrapers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseraListScrapersInput = z.object({}).describe(\"Request model for GET /v1/scrapers endpoint.\\n\\nThis endpoint requires no parameters.\");\nconst ParseraListScrapers_ScraperItemSchema = z.object({\n id: z.string().describe(\"Unique identifier. Old scrapers have IDs prefixed with 'scraper:' to distinguish them from templates.\").nullable(),\n name: z.string().describe(\"Display name of the template or scraper.\").nullable(),\n}).passthrough().describe(\"Represents a single template or scraper item.\");\nexport const ParseraListScrapersOutput = z.object({\n scrapers: z.array(ParseraListScrapers_ScraperItemSchema).describe(\"Array of templates and old scrapers with their names and IDs.\"),\n}).passthrough().describe(\"Response model containing list of templates and scrapers.\");\n\nexport const parseraListScrapers = action(\"PARSERA_LIST_SCRAPERS\", {\n slug: \"parsera-list-scrapers\",\n name: \"List Scrapers\",\n description: \"Tool to list all templates and old scrapers for the authenticated user. Use when you need to retrieve available scraper configurations.\",\n input: ParseraListScrapersInput,\n output: ParseraListScrapersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACrJ,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CAC1I,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,UAAUA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,+DAA+D,EACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-scrapers.d.ts
|
|
4
|
-
declare const ParseraListScrapersInput: z.
|
|
5
|
-
declare const ParseraListScrapersOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ParseraListScrapersInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ParseraListScrapersOutput: z.ZodObject<{
|
|
6
|
+
scrapers: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
name: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>>;
|
|
10
|
+
}, z.core.$loose>;
|
|
11
|
+
declare const parseraListScrapers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
12
|
//#endregion
|
|
8
13
|
export { parseraListScrapers };
|
|
9
14
|
//# sourceMappingURL=list-scrapers.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-scrapers.d.cts","names":[],"sources":["../../src/actions/list-scrapers.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-scrapers.d.cts","names":[],"sources":["../../src/actions/list-scrapers.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|