@keystrokehq/parsehub 0.1.2 → 0.1.4
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/actions/get-projects.cjs +4 -4
- package/dist/actions/get-projects.cjs.map +1 -1
- package/dist/actions/get-projects.d.cts +4 -4
- package/dist/actions/get-projects.d.mts +4 -4
- package/dist/actions/get-projects.mjs +4 -4
- package/dist/actions/get-projects.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,23 +10,23 @@ const ParsehubGetProjects_LastRunSchema = zod.z.object({
|
|
|
10
10
|
status: zod.z.string().describe("Status of the project run").nullable(),
|
|
11
11
|
date_created: zod.z.string().describe("Timestamp when the run was created").nullable(),
|
|
12
12
|
date_updated: zod.z.string().describe("Timestamp when the run was last updated").nullable().optional()
|
|
13
|
-
});
|
|
13
|
+
}).passthrough();
|
|
14
14
|
const ParsehubGetProjects_TemplateModelSchema = zod.z.object({
|
|
15
15
|
name: zod.z.string().describe("Name of the template").nullable(),
|
|
16
16
|
template_token: zod.z.string().describe("Identifier of the template").nullable()
|
|
17
|
-
});
|
|
17
|
+
}).passthrough();
|
|
18
18
|
const ParsehubGetProjects_ProjectModelSchema = zod.z.object({
|
|
19
19
|
name: zod.z.string().describe("Name of the project").nullable(),
|
|
20
20
|
token: zod.z.string().describe("Unique identifier for the project").nullable(),
|
|
21
21
|
last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),
|
|
22
22
|
templates: zod.z.array(ParsehubGetProjects_TemplateModelSchema).describe("List of templates defined in the project").nullable().optional()
|
|
23
|
-
});
|
|
23
|
+
}).passthrough();
|
|
24
24
|
const ParsehubGetProjectsOutput = zod.z.object({
|
|
25
25
|
limit: zod.z.number().int().describe("Limit value used in the request").nullable().optional(),
|
|
26
26
|
offset: zod.z.number().int().describe("Offset value used in the request").nullable().optional(),
|
|
27
27
|
projects: zod.z.array(ParsehubGetProjects_ProjectModelSchema).describe("List of projects accessible by the user"),
|
|
28
28
|
total_projects: zod.z.number().int().describe("Total number of projects for this account").nullable()
|
|
29
|
-
}).describe("Response schema for listing projects");
|
|
29
|
+
}).passthrough().describe("Response schema for listing projects");
|
|
30
30
|
const parsehubGetProjects = require_action.action("PARSEHUB_GET_PROJECTS", {
|
|
31
31
|
slug: "parsehub-get-projects",
|
|
32
32
|
name: "Get Projects",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParsehubGetProjectsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of projects to return\").optional(),\n offset: z.number().int().describe(\"Index of the first project to return for pagination (0-based)\").optional(),\n}).describe(\"Request parameters for listing projects\");\nconst ParsehubGetProjects_LastRunSchema = z.object({\n data: z.string().describe(\"URL to the JSON data of this run\").nullable(),\n status: z.string().describe(\"Status of the project run\").nullable(),\n date_created: z.string().describe(\"Timestamp when the run was created\").nullable(),\n date_updated: z.string().describe(\"Timestamp when the run was last updated\").nullable().optional(),\n});\nconst ParsehubGetProjects_TemplateModelSchema = z.object({\n name: z.string().describe(\"Name of the template\").nullable(),\n template_token: z.string().describe(\"Identifier of the template\").nullable(),\n});\nconst ParsehubGetProjects_ProjectModelSchema = z.object({\n name: z.string().describe(\"Name of the project\").nullable(),\n token: z.string().describe(\"Unique identifier for the project\").nullable(),\n last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),\n templates: z.array(ParsehubGetProjects_TemplateModelSchema).describe(\"List of templates defined in the project\").nullable().optional(),\n});\nexport const ParsehubGetProjectsOutput = z.object({\n limit: z.number().int().describe(\"Limit value used in the request\").nullable().optional(),\n offset: z.number().int().describe(\"Offset value used in the request\").nullable().optional(),\n projects: z.array(ParsehubGetProjects_ProjectModelSchema).describe(\"List of projects accessible by the user\"),\n total_projects: z.number().int().describe(\"Total number of projects for this account\").nullable(),\n}).describe(\"Response schema for listing projects\");\n\nexport const parsehubGetProjects = action(\"PARSEHUB_GET_PROJECTS\", {\n slug: \"parsehub-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve all projects for the authenticated user. Use after confirming account's API key.\",\n input: ParsehubGetProjectsInput,\n output: ParsehubGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC;
|
|
1
|
+
{"version":3,"file":"get-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParsehubGetProjectsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of projects to return\").optional(),\n offset: z.number().int().describe(\"Index of the first project to return for pagination (0-based)\").optional(),\n}).describe(\"Request parameters for listing projects\");\nconst ParsehubGetProjects_LastRunSchema = z.object({\n data: z.string().describe(\"URL to the JSON data of this run\").nullable(),\n status: z.string().describe(\"Status of the project run\").nullable(),\n date_created: z.string().describe(\"Timestamp when the run was created\").nullable(),\n date_updated: z.string().describe(\"Timestamp when the run was last updated\").nullable().optional(),\n}).passthrough();\nconst ParsehubGetProjects_TemplateModelSchema = z.object({\n name: z.string().describe(\"Name of the template\").nullable(),\n template_token: z.string().describe(\"Identifier of the template\").nullable(),\n}).passthrough();\nconst ParsehubGetProjects_ProjectModelSchema = z.object({\n name: z.string().describe(\"Name of the project\").nullable(),\n token: z.string().describe(\"Unique identifier for the project\").nullable(),\n last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),\n templates: z.array(ParsehubGetProjects_TemplateModelSchema).describe(\"List of templates defined in the project\").nullable().optional(),\n}).passthrough();\nexport const ParsehubGetProjectsOutput = z.object({\n limit: z.number().int().describe(\"Limit value used in the request\").nullable().optional(),\n offset: z.number().int().describe(\"Offset value used in the request\").nullable().optional(),\n projects: z.array(ParsehubGetProjects_ProjectModelSchema).describe(\"List of projects accessible by the user\"),\n total_projects: z.number().int().describe(\"Total number of projects for this account\").nullable(),\n}).passthrough().describe(\"Response schema for listing projects\");\n\nexport const parsehubGetProjects = action(\"PARSEHUB_GET_PROJECTS\", {\n slug: \"parsehub-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve all projects for the authenticated user. Use after confirming account's API key.\",\n input: ParsehubGetProjectsInput,\n output: ParsehubGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzE,UAAU,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yCAAyC;CAC5G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -16,14 +16,14 @@ declare const ParsehubGetProjectsOutput: z.ZodObject<{
|
|
|
16
16
|
status: z.ZodNullable<z.ZodString>;
|
|
17
17
|
date_created: z.ZodNullable<z.ZodString>;
|
|
18
18
|
date_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>>;
|
|
20
20
|
templates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
21
21
|
name: z.ZodNullable<z.ZodString>;
|
|
22
22
|
template_token: z.ZodNullable<z.ZodString>;
|
|
23
|
-
}, z.core.$
|
|
24
|
-
}, z.core.$
|
|
23
|
+
}, z.core.$loose>>>>;
|
|
24
|
+
}, z.core.$loose>>;
|
|
25
25
|
total_projects: z.ZodNullable<z.ZodNumber>;
|
|
26
|
-
}, z.core.$
|
|
26
|
+
}, z.core.$loose>;
|
|
27
27
|
declare const parsehubGetProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
offset?: number | undefined;
|
|
@@ -16,14 +16,14 @@ declare const ParsehubGetProjectsOutput: z.ZodObject<{
|
|
|
16
16
|
status: z.ZodNullable<z.ZodString>;
|
|
17
17
|
date_created: z.ZodNullable<z.ZodString>;
|
|
18
18
|
date_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>>;
|
|
20
20
|
templates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
21
21
|
name: z.ZodNullable<z.ZodString>;
|
|
22
22
|
template_token: z.ZodNullable<z.ZodString>;
|
|
23
|
-
}, z.core.$
|
|
24
|
-
}, z.core.$
|
|
23
|
+
}, z.core.$loose>>>>;
|
|
24
|
+
}, z.core.$loose>>;
|
|
25
25
|
total_projects: z.ZodNullable<z.ZodNumber>;
|
|
26
|
-
}, z.core.$
|
|
26
|
+
}, z.core.$loose>;
|
|
27
27
|
declare const parsehubGetProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
offset?: number | undefined;
|
|
@@ -10,17 +10,17 @@ const ParsehubGetProjects_LastRunSchema = z.object({
|
|
|
10
10
|
status: z.string().describe("Status of the project run").nullable(),
|
|
11
11
|
date_created: z.string().describe("Timestamp when the run was created").nullable(),
|
|
12
12
|
date_updated: z.string().describe("Timestamp when the run was last updated").nullable().optional()
|
|
13
|
-
});
|
|
13
|
+
}).passthrough();
|
|
14
14
|
const ParsehubGetProjects_TemplateModelSchema = z.object({
|
|
15
15
|
name: z.string().describe("Name of the template").nullable(),
|
|
16
16
|
template_token: z.string().describe("Identifier of the template").nullable()
|
|
17
|
-
});
|
|
17
|
+
}).passthrough();
|
|
18
18
|
const ParsehubGetProjects_ProjectModelSchema = z.object({
|
|
19
19
|
name: z.string().describe("Name of the project").nullable(),
|
|
20
20
|
token: z.string().describe("Unique identifier for the project").nullable(),
|
|
21
21
|
last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),
|
|
22
22
|
templates: z.array(ParsehubGetProjects_TemplateModelSchema).describe("List of templates defined in the project").nullable().optional()
|
|
23
|
-
});
|
|
23
|
+
}).passthrough();
|
|
24
24
|
const parsehubGetProjects = action("PARSEHUB_GET_PROJECTS", {
|
|
25
25
|
slug: "parsehub-get-projects",
|
|
26
26
|
name: "Get Projects",
|
|
@@ -31,7 +31,7 @@ const parsehubGetProjects = action("PARSEHUB_GET_PROJECTS", {
|
|
|
31
31
|
offset: z.number().int().describe("Offset value used in the request").nullable().optional(),
|
|
32
32
|
projects: z.array(ParsehubGetProjects_ProjectModelSchema).describe("List of projects accessible by the user"),
|
|
33
33
|
total_projects: z.number().int().describe("Total number of projects for this account").nullable()
|
|
34
|
-
}).describe("Response schema for listing projects")
|
|
34
|
+
}).passthrough().describe("Response schema for listing projects")
|
|
35
35
|
});
|
|
36
36
|
//#endregion
|
|
37
37
|
export { parsehubGetProjects };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-projects.mjs","names":[],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParsehubGetProjectsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of projects to return\").optional(),\n offset: z.number().int().describe(\"Index of the first project to return for pagination (0-based)\").optional(),\n}).describe(\"Request parameters for listing projects\");\nconst ParsehubGetProjects_LastRunSchema = z.object({\n data: z.string().describe(\"URL to the JSON data of this run\").nullable(),\n status: z.string().describe(\"Status of the project run\").nullable(),\n date_created: z.string().describe(\"Timestamp when the run was created\").nullable(),\n date_updated: z.string().describe(\"Timestamp when the run was last updated\").nullable().optional(),\n});\nconst ParsehubGetProjects_TemplateModelSchema = z.object({\n name: z.string().describe(\"Name of the template\").nullable(),\n template_token: z.string().describe(\"Identifier of the template\").nullable(),\n});\nconst ParsehubGetProjects_ProjectModelSchema = z.object({\n name: z.string().describe(\"Name of the project\").nullable(),\n token: z.string().describe(\"Unique identifier for the project\").nullable(),\n last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),\n templates: z.array(ParsehubGetProjects_TemplateModelSchema).describe(\"List of templates defined in the project\").nullable().optional(),\n});\nexport const ParsehubGetProjectsOutput = z.object({\n limit: z.number().int().describe(\"Limit value used in the request\").nullable().optional(),\n offset: z.number().int().describe(\"Offset value used in the request\").nullable().optional(),\n projects: z.array(ParsehubGetProjects_ProjectModelSchema).describe(\"List of projects accessible by the user\"),\n total_projects: z.number().int().describe(\"Total number of projects for this account\").nullable(),\n}).describe(\"Response schema for listing projects\");\n\nexport const parsehubGetProjects = action(\"PARSEHUB_GET_PROJECTS\", {\n slug: \"parsehub-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve all projects for the authenticated user. Use after confirming account's API key.\",\n input: ParsehubGetProjectsInput,\n output: ParsehubGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,oCAAoC,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC;
|
|
1
|
+
{"version":3,"file":"get-projects.mjs","names":[],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParsehubGetProjectsInput = z.object({\n limit: z.number().int().describe(\"Maximum number of projects to return\").optional(),\n offset: z.number().int().describe(\"Index of the first project to return for pagination (0-based)\").optional(),\n}).describe(\"Request parameters for listing projects\");\nconst ParsehubGetProjects_LastRunSchema = z.object({\n data: z.string().describe(\"URL to the JSON data of this run\").nullable(),\n status: z.string().describe(\"Status of the project run\").nullable(),\n date_created: z.string().describe(\"Timestamp when the run was created\").nullable(),\n date_updated: z.string().describe(\"Timestamp when the run was last updated\").nullable().optional(),\n}).passthrough();\nconst ParsehubGetProjects_TemplateModelSchema = z.object({\n name: z.string().describe(\"Name of the template\").nullable(),\n template_token: z.string().describe(\"Identifier of the template\").nullable(),\n}).passthrough();\nconst ParsehubGetProjects_ProjectModelSchema = z.object({\n name: z.string().describe(\"Name of the project\").nullable(),\n token: z.string().describe(\"Unique identifier for the project\").nullable(),\n last_run: ParsehubGetProjects_LastRunSchema.nullable().optional(),\n templates: z.array(ParsehubGetProjects_TemplateModelSchema).describe(\"List of templates defined in the project\").nullable().optional(),\n}).passthrough();\nexport const ParsehubGetProjectsOutput = z.object({\n limit: z.number().int().describe(\"Limit value used in the request\").nullable().optional(),\n offset: z.number().int().describe(\"Offset value used in the request\").nullable().optional(),\n projects: z.array(ParsehubGetProjects_ProjectModelSchema).describe(\"List of projects accessible by the user\"),\n total_projects: z.number().int().describe(\"Total number of projects for this account\").nullable(),\n}).passthrough().describe(\"Response schema for listing projects\");\n\nexport const parsehubGetProjects = action(\"PARSEHUB_GET_PROJECTS\", {\n slug: \"parsehub-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve all projects for the authenticated user. Use after confirming account's API key.\",\n input: ParsehubGetProjectsInput,\n output: ParsehubGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,oCAAoC,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,0CAA0C,EAAE,OAAO;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY;AACf,MAAM,yCAAyC,EAAE,OAAO;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzE,UAAU,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,YAAY;AAQf,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZuC,EAAE,OAAO;EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yCAAyC;EAC5G,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const parsehubCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/parsehub",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "ParseHub API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your ParseHub API key, found in your account settings."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parsehubCatalog = {\n \"slug\": \"parsehub\",\n \"name\": \"Parsehub\",\n \"description\": \"ParseHub is a web scraping tool that allows users to extract data from websites without coding.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsehub\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parsehubCatalog = {\n \"slug\": \"parsehub\",\n \"name\": \"Parsehub\",\n \"description\": \"ParseHub is a web scraping tool that allows users to extract data from websites without coding.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsehub\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"ParseHub API Key\",\n \"secret\": true,\n \"description\": \"Your ParseHub API key, found in your account settings.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const parsehubCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "ParseHub API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your ParseHub API key, found in your account settings.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const parsehubCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "ParseHub API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your ParseHub API key, found in your account settings.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const parsehubCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/parsehub",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "ParseHub API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your ParseHub API key, found in your account settings."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parsehubCatalog = {\n \"slug\": \"parsehub\",\n \"name\": \"Parsehub\",\n \"description\": \"ParseHub is a web scraping tool that allows users to extract data from websites without coding.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsehub\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parsehubCatalog = {\n \"slug\": \"parsehub\",\n \"name\": \"Parsehub\",\n \"description\": \"ParseHub is a web scraping tool that allows users to extract data from websites without coding.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsehub\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"ParseHub API Key\",\n \"secret\": true,\n \"description\": \"Your ParseHub API key, found in your account settings.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|