@keystrokehq/parsera 0.1.3 → 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.
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/parse-content2.d.ts
4
4
  declare const ParseraParseContent2Input: z.ZodObject<{
5
5
  mode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- code: "code";
7
6
  standard: "standard";
8
7
  precision: "precision";
8
+ code: "code";
9
9
  }>>>;
10
10
  prompt: z.ZodOptional<z.ZodDefault<z.ZodString>>;
11
11
  content: z.ZodString;
@@ -34,7 +34,7 @@ declare const parseraParseContent2: import("@keystrokehq/action").WorkflowAction
34
34
  type?: "string" | "number" | "object" | "any" | "integer" | "bool" | "list" | null | undefined;
35
35
  description?: string | null | undefined;
36
36
  }[];
37
- mode?: "code" | "standard" | "precision" | undefined;
37
+ mode?: "standard" | "precision" | "code" | undefined;
38
38
  prompt?: string | undefined;
39
39
  max_pages?: number | undefined;
40
40
  enable_pagination?: boolean | undefined;
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/parse-content2.d.ts
4
4
  declare const ParseraParseContent2Input: z.ZodObject<{
5
5
  mode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- code: "code";
7
6
  standard: "standard";
8
7
  precision: "precision";
8
+ code: "code";
9
9
  }>>>;
10
10
  prompt: z.ZodOptional<z.ZodDefault<z.ZodString>>;
11
11
  content: z.ZodString;
@@ -34,7 +34,7 @@ declare const parseraParseContent2: import("@keystrokehq/action").WorkflowAction
34
34
  type?: "string" | "number" | "object" | "any" | "integer" | "bool" | "list" | null | undefined;
35
35
  description?: string | null | undefined;
36
36
  }[];
37
- mode?: "code" | "standard" | "precision" | undefined;
37
+ mode?: "standard" | "precision" | "code" | undefined;
38
38
  prompt?: string | undefined;
39
39
  max_pages?: number | undefined;
40
40
  enable_pagination?: boolean | undefined;
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const parseraCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/parsera",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Parsera API Key",
13
13
  "secret": true,
14
14
  "description": "Your Parsera API key, obtainable from the 'API' tab on the Parsera web page."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parseraCatalog = {\n \"slug\": \"parsera\",\n \"name\": \"Parsera\",\n \"description\": \"Parsera is a lightweight Python library for scraping websites using large language models (LLMs).\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Parsera API Key\",\n \"secret\": true,\n \"description\": \"Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parseraCatalog = {\n \"slug\": \"parsera\",\n \"name\": \"Parsera\",\n \"description\": \"Parsera is a lightweight Python library for scraping websites using large language models (LLMs).\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Parsera API Key\",\n \"secret\": true,\n \"description\": \"Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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"}
@@ -9,7 +9,7 @@ declare const parseraCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Parsera API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.";
@@ -9,7 +9,7 @@ declare const parseraCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Parsera API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const parseraCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/parsera",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Parsera API Key",
13
13
  "secret": true,
14
14
  "description": "Your Parsera API key, obtainable from the 'API' tab on the Parsera web page."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parseraCatalog = {\n \"slug\": \"parsera\",\n \"name\": \"Parsera\",\n \"description\": \"Parsera is a lightweight Python library for scraping websites using large language models (LLMs).\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Parsera API Key\",\n \"secret\": true,\n \"description\": \"Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parseraCatalog = {\n \"slug\": \"parsera\",\n \"name\": \"Parsera\",\n \"description\": \"Parsera is a lightweight Python library for scraping websites using large language models (LLMs).\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/parsera\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Parsera API Key\",\n \"secret\": true,\n \"description\": \"Your Parsera API key, obtainable from the 'API' tab on the Parsera web page.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/parsera",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"