@keystrokehq/parseur 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/copy-document.cjs +20 -0
- package/dist/actions/copy-document.cjs.map +1 -0
- package/dist/actions/copy-document.d.cts +9 -0
- package/dist/actions/copy-document.d.cts.map +1 -0
- package/dist/actions/copy-document.d.mts +9 -0
- package/dist/actions/copy-document.d.mts.map +1 -0
- package/dist/actions/copy-document.mjs +19 -0
- package/dist/actions/copy-document.mjs.map +1 -0
- package/dist/actions/copy-mailbox.cjs +17 -0
- package/dist/actions/copy-mailbox.cjs.map +1 -0
- package/dist/actions/copy-mailbox.d.cts +9 -0
- package/dist/actions/copy-mailbox.d.cts.map +1 -0
- package/dist/actions/copy-mailbox.d.mts +9 -0
- package/dist/actions/copy-mailbox.d.mts.map +1 -0
- package/dist/actions/copy-mailbox.mjs +16 -0
- package/dist/actions/copy-mailbox.mjs.map +1 -0
- package/dist/actions/create-custom-download.cjs +36 -0
- package/dist/actions/create-custom-download.cjs.map +1 -0
- package/dist/actions/create-custom-download.d.cts +9 -0
- package/dist/actions/create-custom-download.d.cts.map +1 -0
- package/dist/actions/create-custom-download.d.mts +9 -0
- package/dist/actions/create-custom-download.d.mts.map +1 -0
- package/dist/actions/create-custom-download.mjs +35 -0
- package/dist/actions/create-custom-download.mjs.map +1 -0
- package/dist/actions/create-mailbox.cjs +197 -0
- package/dist/actions/create-mailbox.cjs.map +1 -0
- package/dist/actions/create-mailbox.d.cts +9 -0
- package/dist/actions/create-mailbox.d.cts.map +1 -0
- package/dist/actions/create-mailbox.d.mts +9 -0
- package/dist/actions/create-mailbox.d.mts.map +1 -0
- package/dist/actions/create-mailbox.mjs +196 -0
- package/dist/actions/create-mailbox.mjs.map +1 -0
- package/dist/actions/delete-custom-download.cjs +19 -0
- package/dist/actions/delete-custom-download.cjs.map +1 -0
- package/dist/actions/delete-custom-download.d.cts +9 -0
- package/dist/actions/delete-custom-download.d.cts.map +1 -0
- package/dist/actions/delete-custom-download.d.mts +9 -0
- package/dist/actions/delete-custom-download.d.mts.map +1 -0
- package/dist/actions/delete-custom-download.mjs +16 -0
- package/dist/actions/delete-custom-download.mjs.map +1 -0
- package/dist/actions/delete-document.cjs +16 -0
- package/dist/actions/delete-document.cjs.map +1 -0
- package/dist/actions/delete-document.d.cts +9 -0
- package/dist/actions/delete-document.d.cts.map +1 -0
- package/dist/actions/delete-document.d.mts +9 -0
- package/dist/actions/delete-document.d.mts.map +1 -0
- package/dist/actions/delete-document.mjs +13 -0
- package/dist/actions/delete-document.mjs.map +1 -0
- package/dist/actions/delete-mailbox.cjs +17 -0
- package/dist/actions/delete-mailbox.cjs.map +1 -0
- package/dist/actions/delete-mailbox.d.cts +9 -0
- package/dist/actions/delete-mailbox.d.cts.map +1 -0
- package/dist/actions/delete-mailbox.d.mts +9 -0
- package/dist/actions/delete-mailbox.d.mts.map +1 -0
- package/dist/actions/delete-mailbox.mjs +16 -0
- package/dist/actions/delete-mailbox.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/disable-webhook.cjs +51 -0
- package/dist/actions/disable-webhook.cjs.map +1 -0
- package/dist/actions/disable-webhook.d.cts +9 -0
- package/dist/actions/disable-webhook.d.cts.map +1 -0
- package/dist/actions/disable-webhook.d.mts +9 -0
- package/dist/actions/disable-webhook.d.mts.map +1 -0
- package/dist/actions/disable-webhook.mjs +50 -0
- package/dist/actions/disable-webhook.mjs.map +1 -0
- package/dist/actions/enable-webhook.cjs +36 -0
- package/dist/actions/enable-webhook.cjs.map +1 -0
- package/dist/actions/enable-webhook.d.cts +9 -0
- package/dist/actions/enable-webhook.d.cts.map +1 -0
- package/dist/actions/enable-webhook.d.mts +9 -0
- package/dist/actions/enable-webhook.d.mts.map +1 -0
- package/dist/actions/enable-webhook.mjs +33 -0
- package/dist/actions/enable-webhook.mjs.map +1 -0
- package/dist/actions/get-bootstrap-config.cjs +71 -0
- package/dist/actions/get-bootstrap-config.cjs.map +1 -0
- package/dist/actions/get-bootstrap-config.d.cts +9 -0
- package/dist/actions/get-bootstrap-config.d.cts.map +1 -0
- package/dist/actions/get-bootstrap-config.d.mts +9 -0
- package/dist/actions/get-bootstrap-config.d.mts.map +1 -0
- package/dist/actions/get-bootstrap-config.mjs +70 -0
- package/dist/actions/get-bootstrap-config.mjs.map +1 -0
- package/dist/actions/get-document-logs.cjs +42 -0
- package/dist/actions/get-document-logs.cjs.map +1 -0
- package/dist/actions/get-document-logs.d.cts +9 -0
- package/dist/actions/get-document-logs.d.cts.map +1 -0
- package/dist/actions/get-document-logs.d.mts +9 -0
- package/dist/actions/get-document-logs.d.mts.map +1 -0
- package/dist/actions/get-document-logs.mjs +41 -0
- package/dist/actions/get-document-logs.mjs.map +1 -0
- package/dist/actions/get-document.cjs +78 -0
- package/dist/actions/get-document.cjs.map +1 -0
- package/dist/actions/get-document.d.cts +9 -0
- package/dist/actions/get-document.d.cts.map +1 -0
- package/dist/actions/get-document.d.mts +9 -0
- package/dist/actions/get-document.d.mts.map +1 -0
- package/dist/actions/get-document.mjs +77 -0
- package/dist/actions/get-document.mjs.map +1 -0
- package/dist/actions/get-mailbox-schema.cjs +19 -0
- package/dist/actions/get-mailbox-schema.cjs.map +1 -0
- package/dist/actions/get-mailbox-schema.d.cts +9 -0
- package/dist/actions/get-mailbox-schema.d.cts.map +1 -0
- package/dist/actions/get-mailbox-schema.d.mts +9 -0
- package/dist/actions/get-mailbox-schema.d.mts.map +1 -0
- package/dist/actions/get-mailbox-schema.mjs +16 -0
- package/dist/actions/get-mailbox-schema.mjs.map +1 -0
- package/dist/actions/get-mailbox.cjs +151 -0
- package/dist/actions/get-mailbox.cjs.map +1 -0
- package/dist/actions/get-mailbox.d.cts +9 -0
- package/dist/actions/get-mailbox.d.cts.map +1 -0
- package/dist/actions/get-mailbox.d.mts +9 -0
- package/dist/actions/get-mailbox.d.mts.map +1 -0
- package/dist/actions/get-mailbox.mjs +150 -0
- package/dist/actions/get-mailbox.mjs.map +1 -0
- package/dist/actions/index.cjs +53 -0
- package/dist/actions/index.d.cts +27 -0
- package/dist/actions/index.d.mts +27 -0
- package/dist/actions/index.mjs +27 -0
- package/dist/actions/list-custom-downloads.cjs +31 -0
- package/dist/actions/list-custom-downloads.cjs.map +1 -0
- package/dist/actions/list-custom-downloads.d.cts +9 -0
- package/dist/actions/list-custom-downloads.d.cts.map +1 -0
- package/dist/actions/list-custom-downloads.d.mts +9 -0
- package/dist/actions/list-custom-downloads.d.mts.map +1 -0
- package/dist/actions/list-custom-downloads.mjs +30 -0
- package/dist/actions/list-custom-downloads.mjs.map +1 -0
- package/dist/actions/list-documents-in-mailbox.cjs +53 -0
- package/dist/actions/list-documents-in-mailbox.cjs.map +1 -0
- package/dist/actions/list-documents-in-mailbox.d.cts +9 -0
- package/dist/actions/list-documents-in-mailbox.d.cts.map +1 -0
- package/dist/actions/list-documents-in-mailbox.d.mts +9 -0
- package/dist/actions/list-documents-in-mailbox.d.mts.map +1 -0
- package/dist/actions/list-documents-in-mailbox.mjs +52 -0
- package/dist/actions/list-documents-in-mailbox.mjs.map +1 -0
- package/dist/actions/list-mailboxes2.cjs +128 -0
- package/dist/actions/list-mailboxes2.cjs.map +1 -0
- package/dist/actions/list-mailboxes2.d.cts +9 -0
- package/dist/actions/list-mailboxes2.d.cts.map +1 -0
- package/dist/actions/list-mailboxes2.d.mts +9 -0
- package/dist/actions/list-mailboxes2.d.mts.map +1 -0
- package/dist/actions/list-mailboxes2.mjs +127 -0
- package/dist/actions/list-mailboxes2.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +49 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +48 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/reprocess-document.cjs +17 -0
- package/dist/actions/reprocess-document.cjs.map +1 -0
- package/dist/actions/reprocess-document.d.cts +9 -0
- package/dist/actions/reprocess-document.d.cts.map +1 -0
- package/dist/actions/reprocess-document.d.mts +9 -0
- package/dist/actions/reprocess-document.d.mts.map +1 -0
- package/dist/actions/reprocess-document.mjs +16 -0
- package/dist/actions/reprocess-document.mjs.map +1 -0
- package/dist/actions/retrieve-webhook.cjs +32 -0
- package/dist/actions/retrieve-webhook.cjs.map +1 -0
- package/dist/actions/retrieve-webhook.d.cts +9 -0
- package/dist/actions/retrieve-webhook.d.cts.map +1 -0
- package/dist/actions/retrieve-webhook.d.mts +9 -0
- package/dist/actions/retrieve-webhook.d.mts.map +1 -0
- package/dist/actions/retrieve-webhook.mjs +29 -0
- package/dist/actions/retrieve-webhook.mjs.map +1 -0
- package/dist/actions/skip-document.cjs +56 -0
- package/dist/actions/skip-document.cjs.map +1 -0
- package/dist/actions/skip-document.d.cts +9 -0
- package/dist/actions/skip-document.d.cts.map +1 -0
- package/dist/actions/skip-document.d.mts +9 -0
- package/dist/actions/skip-document.d.mts.map +1 -0
- package/dist/actions/skip-document.mjs +55 -0
- package/dist/actions/skip-document.mjs.map +1 -0
- package/dist/actions/update-custom-download.cjs +33 -0
- package/dist/actions/update-custom-download.cjs.map +1 -0
- package/dist/actions/update-custom-download.d.cts +9 -0
- package/dist/actions/update-custom-download.d.cts.map +1 -0
- package/dist/actions/update-custom-download.d.mts +9 -0
- package/dist/actions/update-custom-download.d.mts.map +1 -0
- package/dist/actions/update-custom-download.mjs +30 -0
- package/dist/actions/update-custom-download.mjs.map +1 -0
- package/dist/actions/update-mailbox.cjs +172 -0
- package/dist/actions/update-mailbox.cjs.map +1 -0
- package/dist/actions/update-mailbox.d.cts +9 -0
- package/dist/actions/update-mailbox.d.cts.map +1 -0
- package/dist/actions/update-mailbox.d.mts +9 -0
- package/dist/actions/update-mailbox.d.mts.map +1 -0
- package/dist/actions/update-mailbox.mjs +171 -0
- package/dist/actions/update-mailbox.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +43 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +9 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +9 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +40 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/upload-email-document.cjs +26 -0
- package/dist/actions/upload-email-document.cjs.map +1 -0
- package/dist/actions/upload-email-document.d.cts +9 -0
- package/dist/actions/upload-email-document.d.cts.map +1 -0
- package/dist/actions/upload-email-document.d.mts +9 -0
- package/dist/actions/upload-email-document.d.mts.map +1 -0
- package/dist/actions/upload-email-document.mjs +23 -0
- package/dist/actions/upload-email-document.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +58 -0
- package/dist/index.d.cts +29 -0
- package/dist/index.d.mts +29 -0
- package/dist/index.mjs +30 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurListTemplatesInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (pagination). Defaults to 1.\").optional(),\n search: z.string().describe(\"Filter templates whose name contains this string (case-insensitive).\").optional(),\n ordering: z.enum([\"name\", \"-name\", \"created\", \"-created\", \"modified\", \"-modified\", \"last_activity\", \"-last_activity\", \"status\", \"-status\", \"document_count\", \"-document_count\"]).describe(\"Field to sort by. Prepend a minus to reverse order. Supported: name, created, modified, last_activity, status, document_count.\").optional(),\n page_size: z.number().int().default(25).describe(\"Number of items per page. Defaults to 25.\").optional(),\n mailbox_id: z.string().describe(\"The numeric ID of the mailbox (parser) to list templates for. Obtain this from the List Mailboxes action.\"),\n});\nconst ParseurListTemplates_TemplateItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique template identifier.\"),\n name: z.string().describe(\"Name of the template.\"),\n status: z.string().describe(\"Current status of the template (e.g. ACTIVE).\"),\n created: z.string().describe(\"When the template was first created (ISO 8601).\"),\n modified: z.string().describe(\"When the template was last updated (ISO 8601).\"),\n last_activity: z.string().describe(\"Last time this template was used (ISO 8601).\"),\n document_count: z.number().int().describe(\"Number of documents matched by this template.\"),\n});\nexport const ParseurListTemplatesOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total number of templates in this mailbox.\"),\n total: z.number().int().describe(\"Total number of pages available.\"),\n current: z.number().int().describe(\"Current page number.\"),\n results: z.array(ParseurListTemplates_TemplateItemSchema).describe(\"List of templates on the requested page.\").nullable().optional(),\n});\n\nexport const parseurListTemplates = action(\"PARSEUR_LIST_TEMPLATES\", {\n slug: \"parseur-list-templates\",\n name: \"List Templates for Mailbox\",\n description: \"Tool to list all templates in a given mailbox. Use after fetching mailbox details when you need to page through and inspect available templates for further actions.\",\n input: ParseurListTemplatesInput,\n output: ParseurListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC5G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,UAAU,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAW;EAAY;EAAY;EAAa;EAAiB;EAAkB;EAAU;EAAW;EAAkB;CAAiB,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS;CACrU,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G;AAC7I,CAAC;AACD,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACjF,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;AAC3F,CAAC;AAQD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;EACzD,SAAS,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/reprocess-document.ts
|
|
4
|
+
const ParseurReprocessDocumentInput = zod.z.object({ document_id: zod.z.string().describe("Unique identifier of the document to reprocess. Obtain this ID from the List Documents action.") });
|
|
5
|
+
const ParseurReprocessDocument_NotificationSetSchema = zod.z.object({ info: zod.z.array(zod.z.string()).describe("List of informational messages about the reprocessing status.") });
|
|
6
|
+
const ParseurReprocessDocumentOutput = zod.z.object({ notification_set: ParseurReprocessDocument_NotificationSetSchema.nullable() });
|
|
7
|
+
const parseurReprocessDocument = require_action.action("PARSEUR_REPROCESS_DOCUMENT", {
|
|
8
|
+
slug: "parseur-reprocess-document",
|
|
9
|
+
name: "Reprocess a document",
|
|
10
|
+
description: "Tool to reprocess a document. Triggers re-parsing of the document with the current template configuration. Use when you need to re-parse a document after template updates or to retry failed parsing.",
|
|
11
|
+
input: ParseurReprocessDocumentInput,
|
|
12
|
+
output: ParseurReprocessDocumentOutput
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
exports.parseurReprocessDocument = parseurReprocessDocument;
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=reprocess-document.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reprocess-document.cjs","names":["z","action"],"sources":["../../src/actions/reprocess-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurReprocessDocumentInput: z.ZodTypeAny = z.object({\n document_id: z.string().describe(\"Unique identifier of the document to reprocess. Obtain this ID from the List Documents action.\"),\n});\nconst ParseurReprocessDocument_NotificationSetSchema: z.ZodTypeAny = z.object({\n info: z.array(z.string()).describe(\"List of informational messages about the reprocessing status.\"),\n});\nexport const ParseurReprocessDocumentOutput: z.ZodTypeAny = z.object({\n notification_set: ParseurReprocessDocument_NotificationSetSchema.nullable(),\n});\n\nexport const parseurReprocessDocument = action(\"PARSEUR_REPROCESS_DOCUMENT\", {\n slug: \"parseur-reprocess-document\",\n name: \"Reprocess a document\",\n description: \"Tool to reprocess a document. Triggers re-parsing of the document with the current template configuration. Use when you need to re-parse a document after template updates or to retry failed parsing.\",\n input: ParseurReprocessDocumentInput,\n output: ParseurReprocessDocumentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,EACnI,CAAC;AACD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO,EAC5E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,kBAAkB,+CAA+C,SAAS,EAC5E,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/reprocess-document.d.ts
|
|
4
|
+
declare const ParseurReprocessDocumentInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurReprocessDocumentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurReprocessDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurReprocessDocument };
|
|
9
|
+
//# sourceMappingURL=reprocess-document.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reprocess-document.d.cts","names":[],"sources":["../../src/actions/reprocess-document.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAIW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/reprocess-document.d.ts
|
|
4
|
+
declare const ParseurReprocessDocumentInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurReprocessDocumentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurReprocessDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurReprocessDocument };
|
|
9
|
+
//# sourceMappingURL=reprocess-document.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reprocess-document.d.mts","names":[],"sources":["../../src/actions/reprocess-document.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAIW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/reprocess-document.ts
|
|
4
|
+
const ParseurReprocessDocumentInput = z.object({ document_id: z.string().describe("Unique identifier of the document to reprocess. Obtain this ID from the List Documents action.") });
|
|
5
|
+
const ParseurReprocessDocument_NotificationSetSchema = z.object({ info: z.array(z.string()).describe("List of informational messages about the reprocessing status.") });
|
|
6
|
+
const parseurReprocessDocument = action("PARSEUR_REPROCESS_DOCUMENT", {
|
|
7
|
+
slug: "parseur-reprocess-document",
|
|
8
|
+
name: "Reprocess a document",
|
|
9
|
+
description: "Tool to reprocess a document. Triggers re-parsing of the document with the current template configuration. Use when you need to re-parse a document after template updates or to retry failed parsing.",
|
|
10
|
+
input: ParseurReprocessDocumentInput,
|
|
11
|
+
output: z.object({ notification_set: ParseurReprocessDocument_NotificationSetSchema.nullable() })
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { parseurReprocessDocument };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=reprocess-document.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reprocess-document.mjs","names":[],"sources":["../../src/actions/reprocess-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurReprocessDocumentInput: z.ZodTypeAny = z.object({\n document_id: z.string().describe(\"Unique identifier of the document to reprocess. Obtain this ID from the List Documents action.\"),\n});\nconst ParseurReprocessDocument_NotificationSetSchema: z.ZodTypeAny = z.object({\n info: z.array(z.string()).describe(\"List of informational messages about the reprocessing status.\"),\n});\nexport const ParseurReprocessDocumentOutput: z.ZodTypeAny = z.object({\n notification_set: ParseurReprocessDocument_NotificationSetSchema.nullable(),\n});\n\nexport const parseurReprocessDocument = action(\"PARSEUR_REPROCESS_DOCUMENT\", {\n slug: \"parseur-reprocess-document\",\n name: \"Reprocess a document\",\n description: \"Tool to reprocess a document. Triggers re-parsing of the document with the current template configuration. Use when you need to re-parse a document after template updates or to retry failed parsing.\",\n input: ParseurReprocessDocumentInput,\n output: ParseurReprocessDocumentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,EACnI,CAAC;AACD,MAAM,iDAA+D,EAAE,OAAO,EAC5E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC;AAKD,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,kBAAkB,+CAA+C,SAAS,EAC5E,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-webhook.ts
|
|
4
|
+
const ParseurRetrieveWebhookInput = zod.z.object({ webhook_id: zod.z.string().describe("Unique identifier of the webhook to retrieve. Obtain from list webhooks or create webhook responses.") });
|
|
5
|
+
const ParseurRetrieveWebhookOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique webhook identifier"),
|
|
7
|
+
name: zod.z.string().describe("Custom name for the webhook, or null if not set (defaults to target URL)").nullable().optional(),
|
|
8
|
+
event: zod.z.enum([
|
|
9
|
+
"document.processed",
|
|
10
|
+
"document.processed.flattened",
|
|
11
|
+
"document.template_needed",
|
|
12
|
+
"table.processed"
|
|
13
|
+
]).describe("Event type that triggers this webhook"),
|
|
14
|
+
parser: zod.z.number().int().describe("ID of the mailbox (parser) this webhook belongs to, if returned by API").nullable().optional(),
|
|
15
|
+
target: zod.z.string().describe("The URL to which webhook payloads are sent"),
|
|
16
|
+
api_key: zod.z.string().describe("API key associated with the webhook, or null if not set").nullable().optional(),
|
|
17
|
+
headers: zod.z.object({}).describe("Custom HTTP headers included in webhook requests, or null if none").nullable().optional(),
|
|
18
|
+
category: zod.z.string().describe("Webhook category (always 'CUSTOM' for user-created webhooks)"),
|
|
19
|
+
parser_field_set: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of parser fields or table-fields assigned to this webhook").nullable().optional(),
|
|
20
|
+
default_driver_fee_percentage: zod.z.number().describe("Default driver fee percentage if applicable, or null").nullable().optional()
|
|
21
|
+
});
|
|
22
|
+
const parseurRetrieveWebhook = require_action.action("PARSEUR_RETRIEVE_WEBHOOK", {
|
|
23
|
+
slug: "parseur-retrieve-webhook",
|
|
24
|
+
name: "Retrieve a webhook",
|
|
25
|
+
description: "Tool to retrieve details of a specific webhook. Use after creating or listing webhooks.",
|
|
26
|
+
input: ParseurRetrieveWebhookInput,
|
|
27
|
+
output: ParseurRetrieveWebhookOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.parseurRetrieveWebhook = parseurRetrieveWebhook;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=retrieve-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-webhook.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurRetrieveWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to retrieve. Obtain from list webhooks or create webhook responses.\"),\n});\nexport const ParseurRetrieveWebhookOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique webhook identifier\"),\n name: z.string().describe(\"Custom name for the webhook, or null if not set (defaults to target URL)\").nullable().optional(),\n event: z.enum([\"document.processed\", \"document.processed.flattened\", \"document.template_needed\", \"table.processed\"]).describe(\"Event type that triggers this webhook\"),\n parser: z.number().int().describe(\"ID of the mailbox (parser) this webhook belongs to, if returned by API\").nullable().optional(),\n target: z.string().describe(\"The URL to which webhook payloads are sent\"),\n api_key: z.string().describe(\"API key associated with the webhook, or null if not set\").nullable().optional(),\n headers: z.object({}).describe(\"Custom HTTP headers included in webhook requests, or null if none\").nullable().optional(),\n category: z.string().describe(\"Webhook category (always 'CUSTOM' for user-created webhooks)\"),\n parser_field_set: z.array(z.record(z.string(), z.unknown())).describe(\"List of parser fields or table-fields assigned to this webhook\").nullable().optional(),\n default_driver_fee_percentage: z.number().describe(\"Default driver fee percentage if applicable, or null\").nullable().optional(),\n});\n\nexport const parseurRetrieveWebhook = action(\"PARSEUR_RETRIEVE_WEBHOOK\", {\n slug: \"parseur-retrieve-webhook\",\n name: \"Retrieve a webhook\",\n description: \"Tool to retrieve details of a specific webhook. Use after creating or listing webhooks.\",\n input: ParseurRetrieveWebhookInput,\n output: ParseurRetrieveWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,EACxI,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAsB;EAAgC;EAA4B;CAAiB,CAAC,CAAC,CAAC,SAAS,uCAAuC;CACrK,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC5F,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-webhook.d.ts
|
|
4
|
+
declare const ParseurRetrieveWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurRetrieveWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurRetrieveWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurRetrieveWebhook };
|
|
9
|
+
//# sourceMappingURL=retrieve-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-webhook.d.cts","names":[],"sources":["../../src/actions/retrieve-webhook.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-webhook.d.ts
|
|
4
|
+
declare const ParseurRetrieveWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurRetrieveWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurRetrieveWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurRetrieveWebhook };
|
|
9
|
+
//# sourceMappingURL=retrieve-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-webhook.d.mts","names":[],"sources":["../../src/actions/retrieve-webhook.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const parseurRetrieveWebhook = action("PARSEUR_RETRIEVE_WEBHOOK", {
|
|
4
|
+
slug: "parseur-retrieve-webhook",
|
|
5
|
+
name: "Retrieve a webhook",
|
|
6
|
+
description: "Tool to retrieve details of a specific webhook. Use after creating or listing webhooks.",
|
|
7
|
+
input: z.object({ webhook_id: z.string().describe("Unique identifier of the webhook to retrieve. Obtain from list webhooks or create webhook responses.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("Unique webhook identifier"),
|
|
10
|
+
name: z.string().describe("Custom name for the webhook, or null if not set (defaults to target URL)").nullable().optional(),
|
|
11
|
+
event: z.enum([
|
|
12
|
+
"document.processed",
|
|
13
|
+
"document.processed.flattened",
|
|
14
|
+
"document.template_needed",
|
|
15
|
+
"table.processed"
|
|
16
|
+
]).describe("Event type that triggers this webhook"),
|
|
17
|
+
parser: z.number().int().describe("ID of the mailbox (parser) this webhook belongs to, if returned by API").nullable().optional(),
|
|
18
|
+
target: z.string().describe("The URL to which webhook payloads are sent"),
|
|
19
|
+
api_key: z.string().describe("API key associated with the webhook, or null if not set").nullable().optional(),
|
|
20
|
+
headers: z.object({}).describe("Custom HTTP headers included in webhook requests, or null if none").nullable().optional(),
|
|
21
|
+
category: z.string().describe("Webhook category (always 'CUSTOM' for user-created webhooks)"),
|
|
22
|
+
parser_field_set: z.array(z.record(z.string(), z.unknown())).describe("List of parser fields or table-fields assigned to this webhook").nullable().optional(),
|
|
23
|
+
default_driver_fee_percentage: z.number().describe("Default driver fee percentage if applicable, or null").nullable().optional()
|
|
24
|
+
})
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { parseurRetrieveWebhook };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=retrieve-webhook.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-webhook.mjs","names":[],"sources":["../../src/actions/retrieve-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurRetrieveWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to retrieve. Obtain from list webhooks or create webhook responses.\"),\n});\nexport const ParseurRetrieveWebhookOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique webhook identifier\"),\n name: z.string().describe(\"Custom name for the webhook, or null if not set (defaults to target URL)\").nullable().optional(),\n event: z.enum([\"document.processed\", \"document.processed.flattened\", \"document.template_needed\", \"table.processed\"]).describe(\"Event type that triggers this webhook\"),\n parser: z.number().int().describe(\"ID of the mailbox (parser) this webhook belongs to, if returned by API\").nullable().optional(),\n target: z.string().describe(\"The URL to which webhook payloads are sent\"),\n api_key: z.string().describe(\"API key associated with the webhook, or null if not set\").nullable().optional(),\n headers: z.object({}).describe(\"Custom HTTP headers included in webhook requests, or null if none\").nullable().optional(),\n category: z.string().describe(\"Webhook category (always 'CUSTOM' for user-created webhooks)\"),\n parser_field_set: z.array(z.record(z.string(), z.unknown())).describe(\"List of parser fields or table-fields assigned to this webhook\").nullable().optional(),\n default_driver_fee_percentage: z.number().describe(\"Default driver fee percentage if applicable, or null\").nullable().optional(),\n});\n\nexport const parseurRetrieveWebhook = action(\"PARSEUR_RETRIEVE_WEBHOOK\", {\n slug: \"parseur-retrieve-webhook\",\n name: \"Retrieve a webhook\",\n description: \"Tool to retrieve details of a specific webhook. Use after creating or listing webhooks.\",\n input: ParseurRetrieveWebhookInput,\n output: ParseurRetrieveWebhookOutput,\n});\n"],"mappings":";;AAoBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBuD,EAAE,OAAO,EAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,EACxI,CAkBS;CACP,QAlBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,OAAO,EAAE,KAAK;GAAC;GAAsB;GAAgC;GAA4B;EAAiB,CAAC,CAAC,CAAC,SAAS,uCAAuC;EACrK,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC5F,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5J,+BAA+B,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/skip-document.ts
|
|
4
|
+
const ParseurSkipDocumentInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the document to skip. Obtain this ID from list documents or document processing responses.") });
|
|
5
|
+
const ParseurSkipDocument_SampleSetItemSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Name of the sample set"),
|
|
7
|
+
template_id: zod.z.number().int().describe("ID of the template"),
|
|
8
|
+
sample_count: zod.z.number().int().describe("Number of samples in the set")
|
|
9
|
+
});
|
|
10
|
+
const ParseurSkipDocument_OcrPageSchema = zod.z.object({
|
|
11
|
+
image: zod.z.object({}).describe("Image data for the OCR page").nullable().optional(),
|
|
12
|
+
position: zod.z.number().int().describe("Position of the page in the document"),
|
|
13
|
+
included_in_range: zod.z.boolean().describe("Whether this page is included in the processing range")
|
|
14
|
+
});
|
|
15
|
+
const ParseurSkipDocumentOutput = zod.z.object({
|
|
16
|
+
id: zod.z.number().int().describe("Unique identifier of the document"),
|
|
17
|
+
name: zod.z.string().describe("Name of the document"),
|
|
18
|
+
parser: zod.z.number().int().describe("ID of the parser/mailbox this document belongs to"),
|
|
19
|
+
result: zod.z.string().describe("Parsed result string, if available").nullable().optional(),
|
|
20
|
+
status: zod.z.string().describe("Status of the document (INCOMING, ANALYZING, PROGRESS, PARSEDOK, PARSEDKO, QUOTAEXC, SKIPPED, SPLIT, EXPORTKO, TRANSKO, INVALID)"),
|
|
21
|
+
content: zod.z.string().describe("Content of the document"),
|
|
22
|
+
next_id: zod.z.number().int().describe("ID of the next document in sequence").nullable().optional(),
|
|
23
|
+
prev_id: zod.z.number().int().describe("ID of the previous document in sequence").nullable().optional(),
|
|
24
|
+
is_split: zod.z.boolean().describe("Whether the document has been split"),
|
|
25
|
+
received: zod.z.string().describe("ISO 8601 timestamp when the document was received"),
|
|
26
|
+
template: zod.z.number().int().describe("ID of the template used, if any").nullable().optional(),
|
|
27
|
+
processed: zod.z.string().describe("ISO 8601 timestamp when the document was processed"),
|
|
28
|
+
sample_set: zod.z.array(ParseurSkipDocument_SampleSetItemSchema.nullable()).describe("List of sample sets associated with the document").optional(),
|
|
29
|
+
attached_to: zod.z.number().int().describe("ID of the document this is attached to, if any").nullable().optional(),
|
|
30
|
+
is_ai_ready: zod.z.boolean().describe("Whether the document is ready for AI processing"),
|
|
31
|
+
credits_used: zod.z.number().int().describe("Total credits used for processing this document"),
|
|
32
|
+
is_ocr_ready: zod.z.boolean().describe("Whether the document is ready for OCR processing"),
|
|
33
|
+
ocr_page_set: zod.z.array(ParseurSkipDocument_OcrPageSchema).describe("List of OCR pages in the document").nullable().optional(),
|
|
34
|
+
is_splittable: zod.z.boolean().describe("Whether the document can be split"),
|
|
35
|
+
ocr_ready_url: zod.z.string().describe("URL to the OCR-ready version of the document").nullable().optional(),
|
|
36
|
+
status_source: zod.z.string().describe("Source of the document status (AI, AUTO, CSV, METADATA, MANUAL, TEMPLATE, TRANSFORM)").nullable().optional(),
|
|
37
|
+
is_processable: zod.z.boolean().describe("Whether the document can be processed"),
|
|
38
|
+
ai_credits_used: zod.z.number().int().describe("AI credits used for processing"),
|
|
39
|
+
csv_download_url: zod.z.string().describe("URL to download the document in CSV format"),
|
|
40
|
+
xls_download_url: zod.z.string().describe("URL to download the document in XLS format"),
|
|
41
|
+
json_download_url: zod.z.string().describe("URL to download the document in JSON format"),
|
|
42
|
+
match_master_template: zod.z.boolean().describe("Whether the document matches the master template"),
|
|
43
|
+
original_document_url: zod.z.string().describe("URL to the original document"),
|
|
44
|
+
conventional_credits_used: zod.z.number().int().describe("Conventional credits used for processing")
|
|
45
|
+
});
|
|
46
|
+
const parseurSkipDocument = require_action.action("PARSEUR_SKIP_DOCUMENT", {
|
|
47
|
+
slug: "parseur-skip-document",
|
|
48
|
+
name: "Skip a document",
|
|
49
|
+
description: "Tool to skip a document. Marks the document as skipped and returns the updated document with status 'SKIPPED'.",
|
|
50
|
+
input: ParseurSkipDocumentInput,
|
|
51
|
+
output: ParseurSkipDocumentOutput
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.parseurSkipDocument = parseurSkipDocument;
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=skip-document.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-document.cjs","names":["z","action"],"sources":["../../src/actions/skip-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurSkipDocumentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the document to skip. Obtain this ID from list documents or document processing responses.\"),\n});\nconst ParseurSkipDocument_SampleSetItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the sample set\"),\n template_id: z.number().int().describe(\"ID of the template\"),\n sample_count: z.number().int().describe(\"Number of samples in the set\"),\n});\nconst ParseurSkipDocument_OcrPageSchema: z.ZodTypeAny = z.object({\n image: z.object({}).describe(\"Image data for the OCR page\").nullable().optional(),\n position: z.number().int().describe(\"Position of the page in the document\"),\n included_in_range: z.boolean().describe(\"Whether this page is included in the processing range\"),\n});\nexport const ParseurSkipDocumentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the document\"),\n name: z.string().describe(\"Name of the document\"),\n parser: z.number().int().describe(\"ID of the parser/mailbox this document belongs to\"),\n result: z.string().describe(\"Parsed result string, if available\").nullable().optional(),\n status: z.string().describe(\"Status of the document (INCOMING, ANALYZING, PROGRESS, PARSEDOK, PARSEDKO, QUOTAEXC, SKIPPED, SPLIT, EXPORTKO, TRANSKO, INVALID)\"),\n content: z.string().describe(\"Content of the document\"),\n next_id: z.number().int().describe(\"ID of the next document in sequence\").nullable().optional(),\n prev_id: z.number().int().describe(\"ID of the previous document in sequence\").nullable().optional(),\n is_split: z.boolean().describe(\"Whether the document has been split\"),\n received: z.string().describe(\"ISO 8601 timestamp when the document was received\"),\n template: z.number().int().describe(\"ID of the template used, if any\").nullable().optional(),\n processed: z.string().describe(\"ISO 8601 timestamp when the document was processed\"),\n sample_set: z.array(ParseurSkipDocument_SampleSetItemSchema.nullable()).describe(\"List of sample sets associated with the document\").optional(),\n attached_to: z.number().int().describe(\"ID of the document this is attached to, if any\").nullable().optional(),\n is_ai_ready: z.boolean().describe(\"Whether the document is ready for AI processing\"),\n credits_used: z.number().int().describe(\"Total credits used for processing this document\"),\n is_ocr_ready: z.boolean().describe(\"Whether the document is ready for OCR processing\"),\n ocr_page_set: z.array(ParseurSkipDocument_OcrPageSchema).describe(\"List of OCR pages in the document\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the document can be split\"),\n ocr_ready_url: z.string().describe(\"URL to the OCR-ready version of the document\").nullable().optional(),\n status_source: z.string().describe(\"Source of the document status (AI, AUTO, CSV, METADATA, MANUAL, TEMPLATE, TRANSFORM)\").nullable().optional(),\n is_processable: z.boolean().describe(\"Whether the document can be processed\"),\n ai_credits_used: z.number().int().describe(\"AI credits used for processing\"),\n csv_download_url: z.string().describe(\"URL to download the document in CSV format\"),\n xls_download_url: z.string().describe(\"URL to download the document in XLS format\"),\n json_download_url: z.string().describe(\"URL to download the document in JSON format\"),\n match_master_template: z.boolean().describe(\"Whether the document matches the master template\"),\n original_document_url: z.string().describe(\"URL to the original document\"),\n conventional_credits_used: z.number().int().describe(\"Conventional credits used for processing\"),\n});\n\nexport const parseurSkipDocument = action(\"PARSEUR_SKIP_DOCUMENT\", {\n slug: \"parseur-skip-document\",\n name: \"Skip a document\",\n description: \"Tool to skip a document. Marks the document as skipped and returns the updated document with status 'SKIPPED'.\",\n input: ParseurSkipDocumentInput,\n output: ParseurSkipDocumentOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/skip-document.d.ts
|
|
4
|
+
declare const ParseurSkipDocumentInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurSkipDocumentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurSkipDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurSkipDocument };
|
|
9
|
+
//# sourceMappingURL=skip-document.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-document.d.cts","names":[],"sources":["../../src/actions/skip-document.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAWW,yBAAA,EAA2B,CAAA,CAAE,UA8BxC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/skip-document.d.ts
|
|
4
|
+
declare const ParseurSkipDocumentInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurSkipDocumentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurSkipDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurSkipDocument };
|
|
9
|
+
//# sourceMappingURL=skip-document.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-document.d.mts","names":[],"sources":["../../src/actions/skip-document.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAWW,yBAAA,EAA2B,CAAA,CAAE,UA8BxC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/skip-document.ts
|
|
4
|
+
const ParseurSkipDocumentInput = z.object({ id: z.string().describe("The unique identifier of the document to skip. Obtain this ID from list documents or document processing responses.") });
|
|
5
|
+
const ParseurSkipDocument_SampleSetItemSchema = z.object({
|
|
6
|
+
name: z.string().describe("Name of the sample set"),
|
|
7
|
+
template_id: z.number().int().describe("ID of the template"),
|
|
8
|
+
sample_count: z.number().int().describe("Number of samples in the set")
|
|
9
|
+
});
|
|
10
|
+
const ParseurSkipDocument_OcrPageSchema = z.object({
|
|
11
|
+
image: z.object({}).describe("Image data for the OCR page").nullable().optional(),
|
|
12
|
+
position: z.number().int().describe("Position of the page in the document"),
|
|
13
|
+
included_in_range: z.boolean().describe("Whether this page is included in the processing range")
|
|
14
|
+
});
|
|
15
|
+
const parseurSkipDocument = action("PARSEUR_SKIP_DOCUMENT", {
|
|
16
|
+
slug: "parseur-skip-document",
|
|
17
|
+
name: "Skip a document",
|
|
18
|
+
description: "Tool to skip a document. Marks the document as skipped and returns the updated document with status 'SKIPPED'.",
|
|
19
|
+
input: ParseurSkipDocumentInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
id: z.number().int().describe("Unique identifier of the document"),
|
|
22
|
+
name: z.string().describe("Name of the document"),
|
|
23
|
+
parser: z.number().int().describe("ID of the parser/mailbox this document belongs to"),
|
|
24
|
+
result: z.string().describe("Parsed result string, if available").nullable().optional(),
|
|
25
|
+
status: z.string().describe("Status of the document (INCOMING, ANALYZING, PROGRESS, PARSEDOK, PARSEDKO, QUOTAEXC, SKIPPED, SPLIT, EXPORTKO, TRANSKO, INVALID)"),
|
|
26
|
+
content: z.string().describe("Content of the document"),
|
|
27
|
+
next_id: z.number().int().describe("ID of the next document in sequence").nullable().optional(),
|
|
28
|
+
prev_id: z.number().int().describe("ID of the previous document in sequence").nullable().optional(),
|
|
29
|
+
is_split: z.boolean().describe("Whether the document has been split"),
|
|
30
|
+
received: z.string().describe("ISO 8601 timestamp when the document was received"),
|
|
31
|
+
template: z.number().int().describe("ID of the template used, if any").nullable().optional(),
|
|
32
|
+
processed: z.string().describe("ISO 8601 timestamp when the document was processed"),
|
|
33
|
+
sample_set: z.array(ParseurSkipDocument_SampleSetItemSchema.nullable()).describe("List of sample sets associated with the document").optional(),
|
|
34
|
+
attached_to: z.number().int().describe("ID of the document this is attached to, if any").nullable().optional(),
|
|
35
|
+
is_ai_ready: z.boolean().describe("Whether the document is ready for AI processing"),
|
|
36
|
+
credits_used: z.number().int().describe("Total credits used for processing this document"),
|
|
37
|
+
is_ocr_ready: z.boolean().describe("Whether the document is ready for OCR processing"),
|
|
38
|
+
ocr_page_set: z.array(ParseurSkipDocument_OcrPageSchema).describe("List of OCR pages in the document").nullable().optional(),
|
|
39
|
+
is_splittable: z.boolean().describe("Whether the document can be split"),
|
|
40
|
+
ocr_ready_url: z.string().describe("URL to the OCR-ready version of the document").nullable().optional(),
|
|
41
|
+
status_source: z.string().describe("Source of the document status (AI, AUTO, CSV, METADATA, MANUAL, TEMPLATE, TRANSFORM)").nullable().optional(),
|
|
42
|
+
is_processable: z.boolean().describe("Whether the document can be processed"),
|
|
43
|
+
ai_credits_used: z.number().int().describe("AI credits used for processing"),
|
|
44
|
+
csv_download_url: z.string().describe("URL to download the document in CSV format"),
|
|
45
|
+
xls_download_url: z.string().describe("URL to download the document in XLS format"),
|
|
46
|
+
json_download_url: z.string().describe("URL to download the document in JSON format"),
|
|
47
|
+
match_master_template: z.boolean().describe("Whether the document matches the master template"),
|
|
48
|
+
original_document_url: z.string().describe("URL to the original document"),
|
|
49
|
+
conventional_credits_used: z.number().int().describe("Conventional credits used for processing")
|
|
50
|
+
})
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
export { parseurSkipDocument };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=skip-document.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skip-document.mjs","names":[],"sources":["../../src/actions/skip-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurSkipDocumentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the document to skip. Obtain this ID from list documents or document processing responses.\"),\n});\nconst ParseurSkipDocument_SampleSetItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the sample set\"),\n template_id: z.number().int().describe(\"ID of the template\"),\n sample_count: z.number().int().describe(\"Number of samples in the set\"),\n});\nconst ParseurSkipDocument_OcrPageSchema: z.ZodTypeAny = z.object({\n image: z.object({}).describe(\"Image data for the OCR page\").nullable().optional(),\n position: z.number().int().describe(\"Position of the page in the document\"),\n included_in_range: z.boolean().describe(\"Whether this page is included in the processing range\"),\n});\nexport const ParseurSkipDocumentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the document\"),\n name: z.string().describe(\"Name of the document\"),\n parser: z.number().int().describe(\"ID of the parser/mailbox this document belongs to\"),\n result: z.string().describe(\"Parsed result string, if available\").nullable().optional(),\n status: z.string().describe(\"Status of the document (INCOMING, ANALYZING, PROGRESS, PARSEDOK, PARSEDKO, QUOTAEXC, SKIPPED, SPLIT, EXPORTKO, TRANSKO, INVALID)\"),\n content: z.string().describe(\"Content of the document\"),\n next_id: z.number().int().describe(\"ID of the next document in sequence\").nullable().optional(),\n prev_id: z.number().int().describe(\"ID of the previous document in sequence\").nullable().optional(),\n is_split: z.boolean().describe(\"Whether the document has been split\"),\n received: z.string().describe(\"ISO 8601 timestamp when the document was received\"),\n template: z.number().int().describe(\"ID of the template used, if any\").nullable().optional(),\n processed: z.string().describe(\"ISO 8601 timestamp when the document was processed\"),\n sample_set: z.array(ParseurSkipDocument_SampleSetItemSchema.nullable()).describe(\"List of sample sets associated with the document\").optional(),\n attached_to: z.number().int().describe(\"ID of the document this is attached to, if any\").nullable().optional(),\n is_ai_ready: z.boolean().describe(\"Whether the document is ready for AI processing\"),\n credits_used: z.number().int().describe(\"Total credits used for processing this document\"),\n is_ocr_ready: z.boolean().describe(\"Whether the document is ready for OCR processing\"),\n ocr_page_set: z.array(ParseurSkipDocument_OcrPageSchema).describe(\"List of OCR pages in the document\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the document can be split\"),\n ocr_ready_url: z.string().describe(\"URL to the OCR-ready version of the document\").nullable().optional(),\n status_source: z.string().describe(\"Source of the document status (AI, AUTO, CSV, METADATA, MANUAL, TEMPLATE, TRANSFORM)\").nullable().optional(),\n is_processable: z.boolean().describe(\"Whether the document can be processed\"),\n ai_credits_used: z.number().int().describe(\"AI credits used for processing\"),\n csv_download_url: z.string().describe(\"URL to download the document in CSV format\"),\n xls_download_url: z.string().describe(\"URL to download the document in XLS format\"),\n json_download_url: z.string().describe(\"URL to download the document in JSON format\"),\n match_master_template: z.boolean().describe(\"Whether the document matches the master template\"),\n original_document_url: z.string().describe(\"URL to the original document\"),\n conventional_credits_used: z.number().int().describe(\"Conventional credits used for processing\"),\n});\n\nexport const parseurSkipDocument = action(\"PARSEUR_SKIP_DOCUMENT\", {\n slug: \"parseur-skip-document\",\n name: \"Skip a document\",\n description: \"Tool to skip a document. Marks the document as skipped and returns the updated document with status 'SKIPPED'.\",\n input: ParseurSkipDocumentInput,\n output: ParseurSkipDocumentOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-custom-download.ts
|
|
4
|
+
const ParseurUpdateCustomDownloadInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("Unique identifier of the export configuration to update"),
|
|
6
|
+
name: zod.z.string().describe("Display name for the export configuration").optional(),
|
|
7
|
+
type: zod.z.enum(["PARSER", "PARSER_FIELD"]).default("PARSER").describe("Type of export configuration. Use 'PARSER' for full parser exports or 'PARSER_FIELD' for field-specific exports").optional(),
|
|
8
|
+
items: zod.z.array(zod.z.string()).describe("List of field names to include in the export").optional(),
|
|
9
|
+
mailbox_id: zod.z.string().describe("Unique identifier of the mailbox (parser) containing the export configuration"),
|
|
10
|
+
parser_field_id: zod.z.string().describe("Parser field ID starting with 'PF', required when type is 'PARSER_FIELD'").optional(),
|
|
11
|
+
parser_field_name: zod.z.string().describe("Name of the parser field, used when type is 'PARSER_FIELD'").optional()
|
|
12
|
+
}).describe("Request model for updating a custom download (export configuration) for a mailbox.");
|
|
13
|
+
const ParseurUpdateCustomDownloadOutput = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Unique identifier of the export configuration"),
|
|
15
|
+
name: zod.z.string().describe("Display name of the export configuration").nullable().optional(),
|
|
16
|
+
type: zod.z.enum(["PARSER", "PARSER_FIELD"]).describe("Type of export configuration"),
|
|
17
|
+
items: zod.z.array(zod.z.string()).describe("List of field names included in the export"),
|
|
18
|
+
csv_download: zod.z.string().describe("URL path for CSV download"),
|
|
19
|
+
xls_download: zod.z.string().describe("URL path for Excel download"),
|
|
20
|
+
parser_field_id: zod.z.string().describe("Parser field ID if type is 'PARSER_FIELD'").nullable().optional(),
|
|
21
|
+
parser_field_name: zod.z.string().describe("Name of the parser field if applicable").nullable().optional()
|
|
22
|
+
}).describe("Response model for update custom download action.");
|
|
23
|
+
const parseurUpdateCustomDownload = require_action.action("PARSEUR_UPDATE_CUSTOM_DOWNLOAD", {
|
|
24
|
+
slug: "parseur-update-custom-download",
|
|
25
|
+
name: "Update custom download",
|
|
26
|
+
description: "Tool to update a custom download (export configuration) for a mailbox. Use when you need to modify the field list, name, or export settings for an existing download configuration.",
|
|
27
|
+
input: ParseurUpdateCustomDownloadInput,
|
|
28
|
+
output: ParseurUpdateCustomDownloadOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.parseurUpdateCustomDownload = parseurUpdateCustomDownload;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=update-custom-download.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-download.cjs","names":["z","action"],"sources":["../../src/actions/update-custom-download.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurUpdateCustomDownloadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the export configuration to update\"),\n name: z.string().describe(\"Display name for the export configuration\").optional(),\n type: z.enum([\"PARSER\", \"PARSER_FIELD\"]).default(\"PARSER\").describe(\"Type of export configuration. Use 'PARSER' for full parser exports or 'PARSER_FIELD' for field-specific exports\").optional(),\n items: z.array(z.string()).describe(\"List of field names to include in the export\").optional(),\n mailbox_id: z.string().describe(\"Unique identifier of the mailbox (parser) containing the export configuration\"),\n parser_field_id: z.string().describe(\"Parser field ID starting with 'PF', required when type is 'PARSER_FIELD'\").optional(),\n parser_field_name: z.string().describe(\"Name of the parser field, used when type is 'PARSER_FIELD'\").optional(),\n}).describe(\"Request model for updating a custom download (export configuration) for a mailbox.\");\nexport const ParseurUpdateCustomDownloadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the export configuration\"),\n name: z.string().describe(\"Display name of the export configuration\").nullable().optional(),\n type: z.enum([\"PARSER\", \"PARSER_FIELD\"]).describe(\"Type of export configuration\"),\n items: z.array(z.string()).describe(\"List of field names included in the export\"),\n csv_download: z.string().describe(\"URL path for CSV download\"),\n xls_download: z.string().describe(\"URL path for Excel download\"),\n parser_field_id: z.string().describe(\"Parser field ID if type is 'PARSER_FIELD'\").nullable().optional(),\n parser_field_name: z.string().describe(\"Name of the parser field if applicable\").nullable().optional(),\n}).describe(\"Response model for update custom download action.\");\n\nexport const parseurUpdateCustomDownload = action(\"PARSEUR_UPDATE_CUSTOM_DOWNLOAD\", {\n slug: \"parseur-update-custom-download\",\n name: \"Update custom download\",\n description: \"Tool to update a custom download (export configuration) for a mailbox. Use when you need to modify the field list, name, or export settings for an existing download configuration.\",\n input: ParseurUpdateCustomDownloadInput,\n output: ParseurUpdateCustomDownloadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,cAAc,CAAC,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CAChM,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CAC/G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC1H,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,cAAc,CAAC,CAAC,CAAC,SAAS,8BAA8B;CAChF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC/D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-custom-download.d.ts
|
|
4
|
+
declare const ParseurUpdateCustomDownloadInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurUpdateCustomDownloadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurUpdateCustomDownload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurUpdateCustomDownload };
|
|
9
|
+
//# sourceMappingURL=update-custom-download.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-download.d.cts","names":[],"sources":["../../src/actions/update-custom-download.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQgD;AAAA,cACpF,iCAAA,EAAmC,CAAA,CAAE,UASc;AAAA,cAEnD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-custom-download.d.ts
|
|
4
|
+
declare const ParseurUpdateCustomDownloadInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParseurUpdateCustomDownloadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parseurUpdateCustomDownload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parseurUpdateCustomDownload };
|
|
9
|
+
//# sourceMappingURL=update-custom-download.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-download.d.mts","names":[],"sources":["../../src/actions/update-custom-download.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAQgD;AAAA,cACpF,iCAAA,EAAmC,CAAA,CAAE,UASc;AAAA,cAEnD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const parseurUpdateCustomDownload = action("PARSEUR_UPDATE_CUSTOM_DOWNLOAD", {
|
|
4
|
+
slug: "parseur-update-custom-download",
|
|
5
|
+
name: "Update custom download",
|
|
6
|
+
description: "Tool to update a custom download (export configuration) for a mailbox. Use when you need to modify the field list, name, or export settings for an existing download configuration.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.number().int().describe("Unique identifier of the export configuration to update"),
|
|
9
|
+
name: z.string().describe("Display name for the export configuration").optional(),
|
|
10
|
+
type: z.enum(["PARSER", "PARSER_FIELD"]).default("PARSER").describe("Type of export configuration. Use 'PARSER' for full parser exports or 'PARSER_FIELD' for field-specific exports").optional(),
|
|
11
|
+
items: z.array(z.string()).describe("List of field names to include in the export").optional(),
|
|
12
|
+
mailbox_id: z.string().describe("Unique identifier of the mailbox (parser) containing the export configuration"),
|
|
13
|
+
parser_field_id: z.string().describe("Parser field ID starting with 'PF', required when type is 'PARSER_FIELD'").optional(),
|
|
14
|
+
parser_field_name: z.string().describe("Name of the parser field, used when type is 'PARSER_FIELD'").optional()
|
|
15
|
+
}).describe("Request model for updating a custom download (export configuration) for a mailbox."),
|
|
16
|
+
output: z.object({
|
|
17
|
+
id: z.number().int().describe("Unique identifier of the export configuration"),
|
|
18
|
+
name: z.string().describe("Display name of the export configuration").nullable().optional(),
|
|
19
|
+
type: z.enum(["PARSER", "PARSER_FIELD"]).describe("Type of export configuration"),
|
|
20
|
+
items: z.array(z.string()).describe("List of field names included in the export"),
|
|
21
|
+
csv_download: z.string().describe("URL path for CSV download"),
|
|
22
|
+
xls_download: z.string().describe("URL path for Excel download"),
|
|
23
|
+
parser_field_id: z.string().describe("Parser field ID if type is 'PARSER_FIELD'").nullable().optional(),
|
|
24
|
+
parser_field_name: z.string().describe("Name of the parser field if applicable").nullable().optional()
|
|
25
|
+
}).describe("Response model for update custom download action.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { parseurUpdateCustomDownload };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=update-custom-download.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-download.mjs","names":[],"sources":["../../src/actions/update-custom-download.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurUpdateCustomDownloadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the export configuration to update\"),\n name: z.string().describe(\"Display name for the export configuration\").optional(),\n type: z.enum([\"PARSER\", \"PARSER_FIELD\"]).default(\"PARSER\").describe(\"Type of export configuration. Use 'PARSER' for full parser exports or 'PARSER_FIELD' for field-specific exports\").optional(),\n items: z.array(z.string()).describe(\"List of field names to include in the export\").optional(),\n mailbox_id: z.string().describe(\"Unique identifier of the mailbox (parser) containing the export configuration\"),\n parser_field_id: z.string().describe(\"Parser field ID starting with 'PF', required when type is 'PARSER_FIELD'\").optional(),\n parser_field_name: z.string().describe(\"Name of the parser field, used when type is 'PARSER_FIELD'\").optional(),\n}).describe(\"Request model for updating a custom download (export configuration) for a mailbox.\");\nexport const ParseurUpdateCustomDownloadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the export configuration\"),\n name: z.string().describe(\"Display name of the export configuration\").nullable().optional(),\n type: z.enum([\"PARSER\", \"PARSER_FIELD\"]).describe(\"Type of export configuration\"),\n items: z.array(z.string()).describe(\"List of field names included in the export\"),\n csv_download: z.string().describe(\"URL path for CSV download\"),\n xls_download: z.string().describe(\"URL path for Excel download\"),\n parser_field_id: z.string().describe(\"Parser field ID if type is 'PARSER_FIELD'\").nullable().optional(),\n parser_field_name: z.string().describe(\"Name of the parser field if applicable\").nullable().optional(),\n}).describe(\"Response model for update custom download action.\");\n\nexport const parseurUpdateCustomDownload = action(\"PARSEUR_UPDATE_CUSTOM_DOWNLOAD\", {\n slug: \"parseur-update-custom-download\",\n name: \"Update custom download\",\n description: \"Tool to update a custom download (export configuration) for a mailbox. Use when you need to modify the field list, name, or export settings for an existing download configuration.\",\n input: ParseurUpdateCustomDownloadInput,\n output: ParseurUpdateCustomDownloadOutput,\n});\n"],"mappings":";;AAwBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxB4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;EACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAChF,MAAM,EAAE,KAAK,CAAC,UAAU,cAAc,CAAC,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;EAChM,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;EAC/G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAC1H,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,oFAgBH;CACP,QAhB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,MAAM,EAAE,KAAK,CAAC,UAAU,cAAc,CAAC,CAAC,CAAC,SAAS,8BAA8B;EAChF,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C;EAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC/D,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|