@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.
Files changed (242) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/copy-document.cjs +20 -0
  7. package/dist/actions/copy-document.cjs.map +1 -0
  8. package/dist/actions/copy-document.d.cts +9 -0
  9. package/dist/actions/copy-document.d.cts.map +1 -0
  10. package/dist/actions/copy-document.d.mts +9 -0
  11. package/dist/actions/copy-document.d.mts.map +1 -0
  12. package/dist/actions/copy-document.mjs +19 -0
  13. package/dist/actions/copy-document.mjs.map +1 -0
  14. package/dist/actions/copy-mailbox.cjs +17 -0
  15. package/dist/actions/copy-mailbox.cjs.map +1 -0
  16. package/dist/actions/copy-mailbox.d.cts +9 -0
  17. package/dist/actions/copy-mailbox.d.cts.map +1 -0
  18. package/dist/actions/copy-mailbox.d.mts +9 -0
  19. package/dist/actions/copy-mailbox.d.mts.map +1 -0
  20. package/dist/actions/copy-mailbox.mjs +16 -0
  21. package/dist/actions/copy-mailbox.mjs.map +1 -0
  22. package/dist/actions/create-custom-download.cjs +36 -0
  23. package/dist/actions/create-custom-download.cjs.map +1 -0
  24. package/dist/actions/create-custom-download.d.cts +9 -0
  25. package/dist/actions/create-custom-download.d.cts.map +1 -0
  26. package/dist/actions/create-custom-download.d.mts +9 -0
  27. package/dist/actions/create-custom-download.d.mts.map +1 -0
  28. package/dist/actions/create-custom-download.mjs +35 -0
  29. package/dist/actions/create-custom-download.mjs.map +1 -0
  30. package/dist/actions/create-mailbox.cjs +197 -0
  31. package/dist/actions/create-mailbox.cjs.map +1 -0
  32. package/dist/actions/create-mailbox.d.cts +9 -0
  33. package/dist/actions/create-mailbox.d.cts.map +1 -0
  34. package/dist/actions/create-mailbox.d.mts +9 -0
  35. package/dist/actions/create-mailbox.d.mts.map +1 -0
  36. package/dist/actions/create-mailbox.mjs +196 -0
  37. package/dist/actions/create-mailbox.mjs.map +1 -0
  38. package/dist/actions/delete-custom-download.cjs +19 -0
  39. package/dist/actions/delete-custom-download.cjs.map +1 -0
  40. package/dist/actions/delete-custom-download.d.cts +9 -0
  41. package/dist/actions/delete-custom-download.d.cts.map +1 -0
  42. package/dist/actions/delete-custom-download.d.mts +9 -0
  43. package/dist/actions/delete-custom-download.d.mts.map +1 -0
  44. package/dist/actions/delete-custom-download.mjs +16 -0
  45. package/dist/actions/delete-custom-download.mjs.map +1 -0
  46. package/dist/actions/delete-document.cjs +16 -0
  47. package/dist/actions/delete-document.cjs.map +1 -0
  48. package/dist/actions/delete-document.d.cts +9 -0
  49. package/dist/actions/delete-document.d.cts.map +1 -0
  50. package/dist/actions/delete-document.d.mts +9 -0
  51. package/dist/actions/delete-document.d.mts.map +1 -0
  52. package/dist/actions/delete-document.mjs +13 -0
  53. package/dist/actions/delete-document.mjs.map +1 -0
  54. package/dist/actions/delete-mailbox.cjs +17 -0
  55. package/dist/actions/delete-mailbox.cjs.map +1 -0
  56. package/dist/actions/delete-mailbox.d.cts +9 -0
  57. package/dist/actions/delete-mailbox.d.cts.map +1 -0
  58. package/dist/actions/delete-mailbox.d.mts +9 -0
  59. package/dist/actions/delete-mailbox.d.mts.map +1 -0
  60. package/dist/actions/delete-mailbox.mjs +16 -0
  61. package/dist/actions/delete-mailbox.mjs.map +1 -0
  62. package/dist/actions/delete-webhook.cjs +16 -0
  63. package/dist/actions/delete-webhook.cjs.map +1 -0
  64. package/dist/actions/delete-webhook.d.cts +9 -0
  65. package/dist/actions/delete-webhook.d.cts.map +1 -0
  66. package/dist/actions/delete-webhook.d.mts +9 -0
  67. package/dist/actions/delete-webhook.d.mts.map +1 -0
  68. package/dist/actions/delete-webhook.mjs +13 -0
  69. package/dist/actions/delete-webhook.mjs.map +1 -0
  70. package/dist/actions/disable-webhook.cjs +51 -0
  71. package/dist/actions/disable-webhook.cjs.map +1 -0
  72. package/dist/actions/disable-webhook.d.cts +9 -0
  73. package/dist/actions/disable-webhook.d.cts.map +1 -0
  74. package/dist/actions/disable-webhook.d.mts +9 -0
  75. package/dist/actions/disable-webhook.d.mts.map +1 -0
  76. package/dist/actions/disable-webhook.mjs +50 -0
  77. package/dist/actions/disable-webhook.mjs.map +1 -0
  78. package/dist/actions/enable-webhook.cjs +36 -0
  79. package/dist/actions/enable-webhook.cjs.map +1 -0
  80. package/dist/actions/enable-webhook.d.cts +9 -0
  81. package/dist/actions/enable-webhook.d.cts.map +1 -0
  82. package/dist/actions/enable-webhook.d.mts +9 -0
  83. package/dist/actions/enable-webhook.d.mts.map +1 -0
  84. package/dist/actions/enable-webhook.mjs +33 -0
  85. package/dist/actions/enable-webhook.mjs.map +1 -0
  86. package/dist/actions/get-bootstrap-config.cjs +71 -0
  87. package/dist/actions/get-bootstrap-config.cjs.map +1 -0
  88. package/dist/actions/get-bootstrap-config.d.cts +9 -0
  89. package/dist/actions/get-bootstrap-config.d.cts.map +1 -0
  90. package/dist/actions/get-bootstrap-config.d.mts +9 -0
  91. package/dist/actions/get-bootstrap-config.d.mts.map +1 -0
  92. package/dist/actions/get-bootstrap-config.mjs +70 -0
  93. package/dist/actions/get-bootstrap-config.mjs.map +1 -0
  94. package/dist/actions/get-document-logs.cjs +42 -0
  95. package/dist/actions/get-document-logs.cjs.map +1 -0
  96. package/dist/actions/get-document-logs.d.cts +9 -0
  97. package/dist/actions/get-document-logs.d.cts.map +1 -0
  98. package/dist/actions/get-document-logs.d.mts +9 -0
  99. package/dist/actions/get-document-logs.d.mts.map +1 -0
  100. package/dist/actions/get-document-logs.mjs +41 -0
  101. package/dist/actions/get-document-logs.mjs.map +1 -0
  102. package/dist/actions/get-document.cjs +78 -0
  103. package/dist/actions/get-document.cjs.map +1 -0
  104. package/dist/actions/get-document.d.cts +9 -0
  105. package/dist/actions/get-document.d.cts.map +1 -0
  106. package/dist/actions/get-document.d.mts +9 -0
  107. package/dist/actions/get-document.d.mts.map +1 -0
  108. package/dist/actions/get-document.mjs +77 -0
  109. package/dist/actions/get-document.mjs.map +1 -0
  110. package/dist/actions/get-mailbox-schema.cjs +19 -0
  111. package/dist/actions/get-mailbox-schema.cjs.map +1 -0
  112. package/dist/actions/get-mailbox-schema.d.cts +9 -0
  113. package/dist/actions/get-mailbox-schema.d.cts.map +1 -0
  114. package/dist/actions/get-mailbox-schema.d.mts +9 -0
  115. package/dist/actions/get-mailbox-schema.d.mts.map +1 -0
  116. package/dist/actions/get-mailbox-schema.mjs +16 -0
  117. package/dist/actions/get-mailbox-schema.mjs.map +1 -0
  118. package/dist/actions/get-mailbox.cjs +151 -0
  119. package/dist/actions/get-mailbox.cjs.map +1 -0
  120. package/dist/actions/get-mailbox.d.cts +9 -0
  121. package/dist/actions/get-mailbox.d.cts.map +1 -0
  122. package/dist/actions/get-mailbox.d.mts +9 -0
  123. package/dist/actions/get-mailbox.d.mts.map +1 -0
  124. package/dist/actions/get-mailbox.mjs +150 -0
  125. package/dist/actions/get-mailbox.mjs.map +1 -0
  126. package/dist/actions/index.cjs +53 -0
  127. package/dist/actions/index.d.cts +27 -0
  128. package/dist/actions/index.d.mts +27 -0
  129. package/dist/actions/index.mjs +27 -0
  130. package/dist/actions/list-custom-downloads.cjs +31 -0
  131. package/dist/actions/list-custom-downloads.cjs.map +1 -0
  132. package/dist/actions/list-custom-downloads.d.cts +9 -0
  133. package/dist/actions/list-custom-downloads.d.cts.map +1 -0
  134. package/dist/actions/list-custom-downloads.d.mts +9 -0
  135. package/dist/actions/list-custom-downloads.d.mts.map +1 -0
  136. package/dist/actions/list-custom-downloads.mjs +30 -0
  137. package/dist/actions/list-custom-downloads.mjs.map +1 -0
  138. package/dist/actions/list-documents-in-mailbox.cjs +53 -0
  139. package/dist/actions/list-documents-in-mailbox.cjs.map +1 -0
  140. package/dist/actions/list-documents-in-mailbox.d.cts +9 -0
  141. package/dist/actions/list-documents-in-mailbox.d.cts.map +1 -0
  142. package/dist/actions/list-documents-in-mailbox.d.mts +9 -0
  143. package/dist/actions/list-documents-in-mailbox.d.mts.map +1 -0
  144. package/dist/actions/list-documents-in-mailbox.mjs +52 -0
  145. package/dist/actions/list-documents-in-mailbox.mjs.map +1 -0
  146. package/dist/actions/list-mailboxes2.cjs +128 -0
  147. package/dist/actions/list-mailboxes2.cjs.map +1 -0
  148. package/dist/actions/list-mailboxes2.d.cts +9 -0
  149. package/dist/actions/list-mailboxes2.d.cts.map +1 -0
  150. package/dist/actions/list-mailboxes2.d.mts +9 -0
  151. package/dist/actions/list-mailboxes2.d.mts.map +1 -0
  152. package/dist/actions/list-mailboxes2.mjs +127 -0
  153. package/dist/actions/list-mailboxes2.mjs.map +1 -0
  154. package/dist/actions/list-templates.cjs +49 -0
  155. package/dist/actions/list-templates.cjs.map +1 -0
  156. package/dist/actions/list-templates.d.cts +9 -0
  157. package/dist/actions/list-templates.d.cts.map +1 -0
  158. package/dist/actions/list-templates.d.mts +9 -0
  159. package/dist/actions/list-templates.d.mts.map +1 -0
  160. package/dist/actions/list-templates.mjs +48 -0
  161. package/dist/actions/list-templates.mjs.map +1 -0
  162. package/dist/actions/reprocess-document.cjs +17 -0
  163. package/dist/actions/reprocess-document.cjs.map +1 -0
  164. package/dist/actions/reprocess-document.d.cts +9 -0
  165. package/dist/actions/reprocess-document.d.cts.map +1 -0
  166. package/dist/actions/reprocess-document.d.mts +9 -0
  167. package/dist/actions/reprocess-document.d.mts.map +1 -0
  168. package/dist/actions/reprocess-document.mjs +16 -0
  169. package/dist/actions/reprocess-document.mjs.map +1 -0
  170. package/dist/actions/retrieve-webhook.cjs +32 -0
  171. package/dist/actions/retrieve-webhook.cjs.map +1 -0
  172. package/dist/actions/retrieve-webhook.d.cts +9 -0
  173. package/dist/actions/retrieve-webhook.d.cts.map +1 -0
  174. package/dist/actions/retrieve-webhook.d.mts +9 -0
  175. package/dist/actions/retrieve-webhook.d.mts.map +1 -0
  176. package/dist/actions/retrieve-webhook.mjs +29 -0
  177. package/dist/actions/retrieve-webhook.mjs.map +1 -0
  178. package/dist/actions/skip-document.cjs +56 -0
  179. package/dist/actions/skip-document.cjs.map +1 -0
  180. package/dist/actions/skip-document.d.cts +9 -0
  181. package/dist/actions/skip-document.d.cts.map +1 -0
  182. package/dist/actions/skip-document.d.mts +9 -0
  183. package/dist/actions/skip-document.d.mts.map +1 -0
  184. package/dist/actions/skip-document.mjs +55 -0
  185. package/dist/actions/skip-document.mjs.map +1 -0
  186. package/dist/actions/update-custom-download.cjs +33 -0
  187. package/dist/actions/update-custom-download.cjs.map +1 -0
  188. package/dist/actions/update-custom-download.d.cts +9 -0
  189. package/dist/actions/update-custom-download.d.cts.map +1 -0
  190. package/dist/actions/update-custom-download.d.mts +9 -0
  191. package/dist/actions/update-custom-download.d.mts.map +1 -0
  192. package/dist/actions/update-custom-download.mjs +30 -0
  193. package/dist/actions/update-custom-download.mjs.map +1 -0
  194. package/dist/actions/update-mailbox.cjs +172 -0
  195. package/dist/actions/update-mailbox.cjs.map +1 -0
  196. package/dist/actions/update-mailbox.d.cts +9 -0
  197. package/dist/actions/update-mailbox.d.cts.map +1 -0
  198. package/dist/actions/update-mailbox.d.mts +9 -0
  199. package/dist/actions/update-mailbox.d.mts.map +1 -0
  200. package/dist/actions/update-mailbox.mjs +171 -0
  201. package/dist/actions/update-mailbox.mjs.map +1 -0
  202. package/dist/actions/update-webhook.cjs +43 -0
  203. package/dist/actions/update-webhook.cjs.map +1 -0
  204. package/dist/actions/update-webhook.d.cts +9 -0
  205. package/dist/actions/update-webhook.d.cts.map +1 -0
  206. package/dist/actions/update-webhook.d.mts +9 -0
  207. package/dist/actions/update-webhook.d.mts.map +1 -0
  208. package/dist/actions/update-webhook.mjs +40 -0
  209. package/dist/actions/update-webhook.mjs.map +1 -0
  210. package/dist/actions/upload-email-document.cjs +26 -0
  211. package/dist/actions/upload-email-document.cjs.map +1 -0
  212. package/dist/actions/upload-email-document.d.cts +9 -0
  213. package/dist/actions/upload-email-document.d.cts.map +1 -0
  214. package/dist/actions/upload-email-document.d.mts +9 -0
  215. package/dist/actions/upload-email-document.d.mts.map +1 -0
  216. package/dist/actions/upload-email-document.mjs +23 -0
  217. package/dist/actions/upload-email-document.mjs.map +1 -0
  218. package/dist/app.cjs +9 -0
  219. package/dist/app.cjs.map +1 -0
  220. package/dist/app.d.cts +5 -0
  221. package/dist/app.d.cts.map +1 -0
  222. package/dist/app.d.mts +5 -0
  223. package/dist/app.d.mts.map +1 -0
  224. package/dist/app.mjs +10 -0
  225. package/dist/app.mjs.map +1 -0
  226. package/dist/catalog.cjs +15 -0
  227. package/dist/catalog.cjs.map +1 -0
  228. package/dist/catalog.d.cts +14 -0
  229. package/dist/catalog.d.cts.map +1 -0
  230. package/dist/catalog.d.mts +14 -0
  231. package/dist/catalog.d.mts.map +1 -0
  232. package/dist/catalog.mjs +15 -0
  233. package/dist/catalog.mjs.map +1 -0
  234. package/dist/execute.cjs +18 -0
  235. package/dist/execute.cjs.map +1 -0
  236. package/dist/execute.mjs +18 -0
  237. package/dist/execute.mjs.map +1 -0
  238. package/dist/index.cjs +58 -0
  239. package/dist/index.d.cts +29 -0
  240. package/dist/index.d.mts +29 -0
  241. package/dist/index.mjs +30 -0
  242. package/package.json +49 -0
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-document-logs.ts
4
+ const ParseurGetDocumentLogsInput = z.object({
5
+ id: z.string().describe("The unique identifier (numeric ID) of the document to retrieve logs for. Obtain this ID from the List Documents action."),
6
+ page: z.number().int().default(1).describe("Page number to retrieve (pagination). Defaults to 1.").optional(),
7
+ search: z.string().describe("Case-insensitive partial match search across log entries.").optional(),
8
+ ordering: z.string().describe("Field name to order by. Prepend a minus (-) for descending order, e.g., '-created'.").optional(),
9
+ page_size: z.number().int().default(25).describe("Number of log entries per page. Defaults to 25.").optional()
10
+ }).describe("Request parameters for retrieving document logs.");
11
+ const ParseurGetDocumentLogs_DocumentLogItemSchema = z.object({
12
+ id: z.number().int().describe("Unique identifier of the log entry."),
13
+ code: z.string().describe("Log code identifying the type of log entry."),
14
+ parser: z.number().int().describe("ID of the parser (mailbox) that processed the document."),
15
+ source: z.string().describe("Source of the log entry."),
16
+ status: z.string().describe("Status of the log entry."),
17
+ created: z.string().describe("ISO 8601 timestamp when the log entry was created."),
18
+ message: z.string().describe("Human-readable message describing the log entry."),
19
+ payload: z.string().describe("Additional payload data, or null if not present.").nullable().optional(),
20
+ document: z.number().int().describe("ID of the document this log entry belongs to."),
21
+ template: z.number().int().describe("ID of the template used, or null if not applicable.").nullable().optional(),
22
+ parser_name: z.string().describe("Name of the parser (mailbox)."),
23
+ document_name: z.string().describe("Name of the document."),
24
+ template_name: z.string().describe("Name of the template used, or null if not applicable.").nullable().optional()
25
+ }).describe("A single log entry for a document.");
26
+ const parseurGetDocumentLogs = action("PARSEUR_GET_DOCUMENT_LOGS", {
27
+ slug: "parseur-get-document-logs",
28
+ name: "Get Document Logs",
29
+ description: "Tool to get document logs for a specific document. Returns paginated list of logs with status, source, and message details. Use when you need to troubleshoot or audit document processing history.",
30
+ input: ParseurGetDocumentLogsInput,
31
+ output: z.object({
32
+ count: z.number().int().describe("Total number of log entries for this document."),
33
+ total: z.number().int().describe("Total number of pages available."),
34
+ current: z.number().int().describe("Current page number (1-indexed)."),
35
+ results: z.array(ParseurGetDocumentLogs_DocumentLogItemSchema).describe("List of log entries on the current page.")
36
+ }).describe("Paginated response containing document log entries.")
37
+ });
38
+ //#endregion
39
+ export { parseurGetDocumentLogs };
40
+
41
+ //# sourceMappingURL=get-document-logs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document-logs.mjs","names":[],"sources":["../../src/actions/get-document-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetDocumentLogsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (numeric ID) of the document to retrieve logs for. Obtain this ID from the List Documents action.\"),\n page: z.number().int().default(1).describe(\"Page number to retrieve (pagination). Defaults to 1.\").optional(),\n search: z.string().describe(\"Case-insensitive partial match search across log entries.\").optional(),\n ordering: z.string().describe(\"Field name to order by. Prepend a minus (-) for descending order, e.g., '-created'.\").optional(),\n page_size: z.number().int().default(25).describe(\"Number of log entries per page. Defaults to 25.\").optional(),\n}).describe(\"Request parameters for retrieving document logs.\");\nconst ParseurGetDocumentLogs_DocumentLogItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the log entry.\"),\n code: z.string().describe(\"Log code identifying the type of log entry.\"),\n parser: z.number().int().describe(\"ID of the parser (mailbox) that processed the document.\"),\n source: z.string().describe(\"Source of the log entry.\"),\n status: z.string().describe(\"Status of the log entry.\"),\n created: z.string().describe(\"ISO 8601 timestamp when the log entry was created.\"),\n message: z.string().describe(\"Human-readable message describing the log entry.\"),\n payload: z.string().describe(\"Additional payload data, or null if not present.\").nullable().optional(),\n document: z.number().int().describe(\"ID of the document this log entry belongs to.\"),\n template: z.number().int().describe(\"ID of the template used, or null if not applicable.\").nullable().optional(),\n parser_name: z.string().describe(\"Name of the parser (mailbox).\"),\n document_name: z.string().describe(\"Name of the document.\"),\n template_name: z.string().describe(\"Name of the template used, or null if not applicable.\").nullable().optional(),\n}).describe(\"A single log entry for a document.\");\nexport const ParseurGetDocumentLogsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total number of log entries for this document.\"),\n total: z.number().int().describe(\"Total number of pages available.\"),\n current: z.number().int().describe(\"Current page number (1-indexed).\"),\n results: z.array(ParseurGetDocumentLogs_DocumentLogItemSchema).describe(\"List of log entries on the current page.\"),\n}).describe(\"Paginated response containing document log entries.\");\n\nexport const parseurGetDocumentLogs = action(\"PARSEUR_GET_DOCUMENT_LOGS\", {\n slug: \"parseur-get-document-logs\",\n name: \"Get Document Logs\",\n description: \"Tool to get document logs for a specific document. Returns paginated list of logs with status, source, and message details. Use when you need to troubleshoot or audit document processing history.\",\n input: ParseurGetDocumentLogsInput,\n output: ParseurGetDocumentLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH;CACjJ,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAC5G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC9H,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC1D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAQhD,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZwD,EAAE,OAAO;EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACrE,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0CAA0C;CACpH,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,78 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-document.ts
4
+ const ParseurGetDocumentInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the document to retrieve. Obtain this ID from the List Documents action or webhook payloads.") });
5
+ const ParseurGetDocument_DocumentStatusSchema = zod.z.enum([
6
+ "INCOMING",
7
+ "ANALYZING",
8
+ "PROGRESS",
9
+ "PARSEDOK",
10
+ "PARSEDKO",
11
+ "QUOTAEXC",
12
+ "SKIPPED",
13
+ "SPLIT",
14
+ "EXPORTKO",
15
+ "TRANSKO",
16
+ "INVALID"
17
+ ]);
18
+ const ParseurGetDocument_SampleSetSchema = zod.z.object({
19
+ name: zod.z.string().describe("Name of the sample set"),
20
+ template_id: zod.z.number().int().describe("ID of the template associated with this sample set"),
21
+ sample_count: zod.z.number().int().describe("Number of samples in this set")
22
+ });
23
+ const ParseurGetDocument_OcrPageSchema = zod.z.object({
24
+ image: zod.z.object({}).describe("Image object containing page data"),
25
+ position: zod.z.number().int().describe("Position of the page in the document"),
26
+ included_in_range: zod.z.boolean().describe("Whether this page is included in the processing range")
27
+ });
28
+ const ParseurGetDocument_DocumentStatusSourceSchema = zod.z.enum([
29
+ "AI",
30
+ "AUTO",
31
+ "CSV",
32
+ "METADATA",
33
+ "MANUAL",
34
+ "TEMPLATE",
35
+ "TRANSFORM"
36
+ ]);
37
+ const ParseurGetDocumentOutput = zod.z.object({
38
+ id: zod.z.number().int().describe("Unique identifier of the document"),
39
+ name: zod.z.string().describe("Name of the document"),
40
+ parser: zod.z.number().int().describe("ID of the mailbox (parser) that received this document"),
41
+ result: zod.z.string().describe("Parsed result string, or null if not yet parsed").nullable().optional(),
42
+ status: ParseurGetDocument_DocumentStatusSchema.nullable(),
43
+ content: zod.z.string().describe("Raw content of the document"),
44
+ next_id: zod.z.number().int().describe("ID of the next document in the mailbox, or null if this is the last").nullable().optional(),
45
+ prev_id: zod.z.number().int().describe("ID of the previous document in the mailbox, or null if this is the first").nullable().optional(),
46
+ is_split: zod.z.boolean().describe("Whether the document has been split"),
47
+ received: zod.z.string().describe("ISO 8601 timestamp when the document was received"),
48
+ template: zod.z.number().int().describe("ID of the template used to parse the document, or null if none").nullable().optional(),
49
+ processed: zod.z.string().describe("ISO 8601 timestamp when the document was processed"),
50
+ sample_set: zod.z.array(ParseurGetDocument_SampleSetSchema.nullable()).describe("List of sample sets associated with this document").optional(),
51
+ attached_to: zod.z.number().int().describe("ID of the document this is attached to, or null if standalone").nullable().optional(),
52
+ is_ai_ready: zod.z.boolean().describe("Whether the document is ready for AI processing"),
53
+ credits_used: zod.z.number().int().describe("Total number of credits consumed processing this document"),
54
+ is_ocr_ready: zod.z.boolean().describe("Whether the document is ready for OCR processing"),
55
+ ocr_page_set: zod.z.array(ParseurGetDocument_OcrPageSchema).describe("List of OCR pages extracted from the document").nullable().optional(),
56
+ is_splittable: zod.z.boolean().describe("Whether the document can be split into multiple documents"),
57
+ ocr_ready_url: zod.z.string().describe("URL to the OCR-ready version of the document, or null if not available").nullable().optional(),
58
+ status_source: ParseurGetDocument_DocumentStatusSourceSchema.nullable().optional(),
59
+ is_processable: zod.z.boolean().describe("Whether the document can be processed"),
60
+ ai_credits_used: zod.z.number().int().describe("Number of AI credits used"),
61
+ csv_download_url: zod.z.string().describe("URL to download the parsed data in CSV format"),
62
+ xls_download_url: zod.z.string().describe("URL to download the parsed data in XLS format"),
63
+ json_download_url: zod.z.string().describe("URL to download the parsed data in JSON format"),
64
+ match_master_template: zod.z.boolean().describe("Whether the document matches a master template"),
65
+ original_document_url: zod.z.string().describe("URL to download the original document"),
66
+ conventional_credits_used: zod.z.number().int().describe("Number of conventional (non-AI) credits used")
67
+ });
68
+ const parseurGetDocument = require_action.action("PARSEUR_GET_DOCUMENT", {
69
+ slug: "parseur-get-document",
70
+ name: "Get Document",
71
+ description: "Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.",
72
+ input: ParseurGetDocumentInput,
73
+ output: ParseurGetDocumentOutput
74
+ });
75
+ //#endregion
76
+ exports.parseurGetDocument = parseurGetDocument;
77
+
78
+ //# sourceMappingURL=get-document.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document.cjs","names":["z","action"],"sources":["../../src/actions/get-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetDocumentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the document to retrieve. Obtain this ID from the List Documents action or webhook payloads.\"),\n});\nconst ParseurGetDocument_DocumentStatusSchema: z.ZodTypeAny = z.enum([\"INCOMING\", \"ANALYZING\", \"PROGRESS\", \"PARSEDOK\", \"PARSEDKO\", \"QUOTAEXC\", \"SKIPPED\", \"SPLIT\", \"EXPORTKO\", \"TRANSKO\", \"INVALID\"]);\nconst ParseurGetDocument_SampleSetSchema: 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 associated with this sample set\"),\n sample_count: z.number().int().describe(\"Number of samples in this set\"),\n});\nconst ParseurGetDocument_OcrPageSchema: z.ZodTypeAny = z.object({\n image: z.object({}).describe(\"Image object containing page data\"),\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});\nconst ParseurGetDocument_DocumentStatusSourceSchema: z.ZodTypeAny = z.enum([\"AI\", \"AUTO\", \"CSV\", \"METADATA\", \"MANUAL\", \"TEMPLATE\", \"TRANSFORM\"]);\nexport const ParseurGetDocumentOutput: 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 mailbox (parser) that received this document\"),\n result: z.string().describe(\"Parsed result string, or null if not yet parsed\").nullable().optional(),\n status: ParseurGetDocument_DocumentStatusSchema.nullable(),\n content: z.string().describe(\"Raw content of the document\"),\n next_id: z.number().int().describe(\"ID of the next document in the mailbox, or null if this is the last\").nullable().optional(),\n prev_id: z.number().int().describe(\"ID of the previous document in the mailbox, or null if this is the first\").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 to parse the document, or null if none\").nullable().optional(),\n processed: z.string().describe(\"ISO 8601 timestamp when the document was processed\"),\n sample_set: z.array(ParseurGetDocument_SampleSetSchema.nullable()).describe(\"List of sample sets associated with this document\").optional(),\n attached_to: z.number().int().describe(\"ID of the document this is attached to, or null if standalone\").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 number of credits consumed processing this document\"),\n is_ocr_ready: z.boolean().describe(\"Whether the document is ready for OCR processing\"),\n ocr_page_set: z.array(ParseurGetDocument_OcrPageSchema).describe(\"List of OCR pages extracted from the document\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the document can be split into multiple documents\"),\n ocr_ready_url: z.string().describe(\"URL to the OCR-ready version of the document, or null if not available\").nullable().optional(),\n status_source: ParseurGetDocument_DocumentStatusSourceSchema.nullable().optional(),\n is_processable: z.boolean().describe(\"Whether the document can be processed\"),\n ai_credits_used: z.number().int().describe(\"Number of AI credits used\"),\n csv_download_url: z.string().describe(\"URL to download the parsed data in CSV format\"),\n xls_download_url: z.string().describe(\"URL to download the parsed data in XLS format\"),\n json_download_url: z.string().describe(\"URL to download the parsed data in JSON format\"),\n match_master_template: z.boolean().describe(\"Whether the document matches a master template\"),\n original_document_url: z.string().describe(\"URL to download the original document\"),\n conventional_credits_used: z.number().int().describe(\"Number of conventional (non-AI) credits used\"),\n});\n\nexport const parseurGetDocument = action(\"PARSEUR_GET_DOCUMENT\", {\n slug: \"parseur-get-document\",\n name: \"Get Document\",\n description: \"Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.\",\n input: ParseurGetDocumentInput,\n output: ParseurGetDocumentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-document.d.ts
4
+ declare const ParseurGetDocumentInput: z.ZodTypeAny;
5
+ declare const ParseurGetDocumentOutput: z.ZodTypeAny;
6
+ declare const parseurGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetDocument };
9
+ //# sourceMappingURL=get-document.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document.d.cts","names":[],"sources":["../../src/actions/get-document.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAaW,wBAAA,EAA0B,CAAA,CAAE,UA8BvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-document.d.ts
4
+ declare const ParseurGetDocumentInput: z.ZodTypeAny;
5
+ declare const ParseurGetDocumentOutput: z.ZodTypeAny;
6
+ declare const parseurGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetDocument };
9
+ //# sourceMappingURL=get-document.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document.d.mts","names":[],"sources":["../../src/actions/get-document.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAaW,wBAAA,EAA0B,CAAA,CAAE,UA8BvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,77 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-document.ts
4
+ const ParseurGetDocumentInput = z.object({ id: z.string().describe("The unique identifier of the document to retrieve. Obtain this ID from the List Documents action or webhook payloads.") });
5
+ const ParseurGetDocument_DocumentStatusSchema = z.enum([
6
+ "INCOMING",
7
+ "ANALYZING",
8
+ "PROGRESS",
9
+ "PARSEDOK",
10
+ "PARSEDKO",
11
+ "QUOTAEXC",
12
+ "SKIPPED",
13
+ "SPLIT",
14
+ "EXPORTKO",
15
+ "TRANSKO",
16
+ "INVALID"
17
+ ]);
18
+ const ParseurGetDocument_SampleSetSchema = z.object({
19
+ name: z.string().describe("Name of the sample set"),
20
+ template_id: z.number().int().describe("ID of the template associated with this sample set"),
21
+ sample_count: z.number().int().describe("Number of samples in this set")
22
+ });
23
+ const ParseurGetDocument_OcrPageSchema = z.object({
24
+ image: z.object({}).describe("Image object containing page data"),
25
+ position: z.number().int().describe("Position of the page in the document"),
26
+ included_in_range: z.boolean().describe("Whether this page is included in the processing range")
27
+ });
28
+ const ParseurGetDocument_DocumentStatusSourceSchema = z.enum([
29
+ "AI",
30
+ "AUTO",
31
+ "CSV",
32
+ "METADATA",
33
+ "MANUAL",
34
+ "TEMPLATE",
35
+ "TRANSFORM"
36
+ ]);
37
+ const parseurGetDocument = action("PARSEUR_GET_DOCUMENT", {
38
+ slug: "parseur-get-document",
39
+ name: "Get Document",
40
+ description: "Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.",
41
+ input: ParseurGetDocumentInput,
42
+ output: z.object({
43
+ id: z.number().int().describe("Unique identifier of the document"),
44
+ name: z.string().describe("Name of the document"),
45
+ parser: z.number().int().describe("ID of the mailbox (parser) that received this document"),
46
+ result: z.string().describe("Parsed result string, or null if not yet parsed").nullable().optional(),
47
+ status: ParseurGetDocument_DocumentStatusSchema.nullable(),
48
+ content: z.string().describe("Raw content of the document"),
49
+ next_id: z.number().int().describe("ID of the next document in the mailbox, or null if this is the last").nullable().optional(),
50
+ prev_id: z.number().int().describe("ID of the previous document in the mailbox, or null if this is the first").nullable().optional(),
51
+ is_split: z.boolean().describe("Whether the document has been split"),
52
+ received: z.string().describe("ISO 8601 timestamp when the document was received"),
53
+ template: z.number().int().describe("ID of the template used to parse the document, or null if none").nullable().optional(),
54
+ processed: z.string().describe("ISO 8601 timestamp when the document was processed"),
55
+ sample_set: z.array(ParseurGetDocument_SampleSetSchema.nullable()).describe("List of sample sets associated with this document").optional(),
56
+ attached_to: z.number().int().describe("ID of the document this is attached to, or null if standalone").nullable().optional(),
57
+ is_ai_ready: z.boolean().describe("Whether the document is ready for AI processing"),
58
+ credits_used: z.number().int().describe("Total number of credits consumed processing this document"),
59
+ is_ocr_ready: z.boolean().describe("Whether the document is ready for OCR processing"),
60
+ ocr_page_set: z.array(ParseurGetDocument_OcrPageSchema).describe("List of OCR pages extracted from the document").nullable().optional(),
61
+ is_splittable: z.boolean().describe("Whether the document can be split into multiple documents"),
62
+ ocr_ready_url: z.string().describe("URL to the OCR-ready version of the document, or null if not available").nullable().optional(),
63
+ status_source: ParseurGetDocument_DocumentStatusSourceSchema.nullable().optional(),
64
+ is_processable: z.boolean().describe("Whether the document can be processed"),
65
+ ai_credits_used: z.number().int().describe("Number of AI credits used"),
66
+ csv_download_url: z.string().describe("URL to download the parsed data in CSV format"),
67
+ xls_download_url: z.string().describe("URL to download the parsed data in XLS format"),
68
+ json_download_url: z.string().describe("URL to download the parsed data in JSON format"),
69
+ match_master_template: z.boolean().describe("Whether the document matches a master template"),
70
+ original_document_url: z.string().describe("URL to download the original document"),
71
+ conventional_credits_used: z.number().int().describe("Number of conventional (non-AI) credits used")
72
+ })
73
+ });
74
+ //#endregion
75
+ export { parseurGetDocument };
76
+
77
+ //# sourceMappingURL=get-document.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document.mjs","names":[],"sources":["../../src/actions/get-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetDocumentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the document to retrieve. Obtain this ID from the List Documents action or webhook payloads.\"),\n});\nconst ParseurGetDocument_DocumentStatusSchema: z.ZodTypeAny = z.enum([\"INCOMING\", \"ANALYZING\", \"PROGRESS\", \"PARSEDOK\", \"PARSEDKO\", \"QUOTAEXC\", \"SKIPPED\", \"SPLIT\", \"EXPORTKO\", \"TRANSKO\", \"INVALID\"]);\nconst ParseurGetDocument_SampleSetSchema: 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 associated with this sample set\"),\n sample_count: z.number().int().describe(\"Number of samples in this set\"),\n});\nconst ParseurGetDocument_OcrPageSchema: z.ZodTypeAny = z.object({\n image: z.object({}).describe(\"Image object containing page data\"),\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});\nconst ParseurGetDocument_DocumentStatusSourceSchema: z.ZodTypeAny = z.enum([\"AI\", \"AUTO\", \"CSV\", \"METADATA\", \"MANUAL\", \"TEMPLATE\", \"TRANSFORM\"]);\nexport const ParseurGetDocumentOutput: 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 mailbox (parser) that received this document\"),\n result: z.string().describe(\"Parsed result string, or null if not yet parsed\").nullable().optional(),\n status: ParseurGetDocument_DocumentStatusSchema.nullable(),\n content: z.string().describe(\"Raw content of the document\"),\n next_id: z.number().int().describe(\"ID of the next document in the mailbox, or null if this is the last\").nullable().optional(),\n prev_id: z.number().int().describe(\"ID of the previous document in the mailbox, or null if this is the first\").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 to parse the document, or null if none\").nullable().optional(),\n processed: z.string().describe(\"ISO 8601 timestamp when the document was processed\"),\n sample_set: z.array(ParseurGetDocument_SampleSetSchema.nullable()).describe(\"List of sample sets associated with this document\").optional(),\n attached_to: z.number().int().describe(\"ID of the document this is attached to, or null if standalone\").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 number of credits consumed processing this document\"),\n is_ocr_ready: z.boolean().describe(\"Whether the document is ready for OCR processing\"),\n ocr_page_set: z.array(ParseurGetDocument_OcrPageSchema).describe(\"List of OCR pages extracted from the document\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the document can be split into multiple documents\"),\n ocr_ready_url: z.string().describe(\"URL to the OCR-ready version of the document, or null if not available\").nullable().optional(),\n status_source: ParseurGetDocument_DocumentStatusSourceSchema.nullable().optional(),\n is_processable: z.boolean().describe(\"Whether the document can be processed\"),\n ai_credits_used: z.number().int().describe(\"Number of AI credits used\"),\n csv_download_url: z.string().describe(\"URL to download the parsed data in CSV format\"),\n xls_download_url: z.string().describe(\"URL to download the parsed data in XLS format\"),\n json_download_url: z.string().describe(\"URL to download the parsed data in JSON format\"),\n match_master_template: z.boolean().describe(\"Whether the document matches a master template\"),\n original_document_url: z.string().describe(\"URL to download the original document\"),\n conventional_credits_used: z.number().int().describe(\"Number of conventional (non-AI) credits used\"),\n});\n\nexport const parseurGetDocument = action(\"PARSEUR_GET_DOCUMENT\", {\n slug: \"parseur-get-document\",\n name: \"Get Document\",\n description: \"Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.\",\n input: ParseurGetDocumentInput,\n output: ParseurGetDocumentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-mailbox-schema.ts
4
+ const ParseurGetMailboxSchemaInput = zod.z.object({ mailbox_id: zod.z.string().describe("The unique identifier (numeric ID) of the mailbox to retrieve the schema for. Obtain this ID from the List Mailboxes action.") }).describe("Request parameters for retrieving mailbox schema.");
5
+ const ParseurGetMailboxSchemaOutput = zod.z.object({
6
+ type: zod.z.string().describe("The schema type (typically 'object' for JSON Schema)."),
7
+ properties: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Dictionary of field names to their JSON Schema definitions, describing each parsed field in the mailbox.")
8
+ }).describe("JSON schema describing the parsed fields for the mailbox.");
9
+ const parseurGetMailboxSchema = require_action.action("PARSEUR_GET_MAILBOX_SCHEMA", {
10
+ slug: "parseur-get-mailbox-schema",
11
+ name: "Get Mailbox Schema",
12
+ description: "Tool to retrieve the JSON schema for a mailbox's parsed fields. Use when you need to understand the structure and types of data fields extracted by a specific parser.",
13
+ input: ParseurGetMailboxSchemaInput,
14
+ output: ParseurGetMailboxSchemaOutput
15
+ });
16
+ //#endregion
17
+ exports.parseurGetMailboxSchema = parseurGetMailboxSchema;
18
+
19
+ //# sourceMappingURL=get-mailbox-schema.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox-schema.cjs","names":["z","action"],"sources":["../../src/actions/get-mailbox-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetMailboxSchemaInput: z.ZodTypeAny = z.object({\n mailbox_id: z.string().describe(\"The unique identifier (numeric ID) of the mailbox to retrieve the schema for. Obtain this ID from the List Mailboxes action.\"),\n}).describe(\"Request parameters for retrieving mailbox schema.\");\nexport const ParseurGetMailboxSchemaOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The schema type (typically 'object' for JSON Schema).\"),\n properties: z.record(z.string(), z.unknown()).describe(\"Dictionary of field names to their JSON Schema definitions, describing each parsed field in the mailbox.\"),\n}).describe(\"JSON schema describing the parsed fields for the mailbox.\");\n\nexport const parseurGetMailboxSchema = action(\"PARSEUR_GET_MAILBOX_SCHEMA\", {\n slug: \"parseur-get-mailbox-schema\",\n name: \"Get Mailbox Schema\",\n description: \"Tool to retrieve the JSON schema for a mailbox's parsed fields. Use when you need to understand the structure and types of data fields extracted by a specific parser.\",\n input: ParseurGetMailboxSchemaInput,\n output: ParseurGetMailboxSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H,EAChK,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,YAAYA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0GAA0G;AACnK,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/get-mailbox-schema.d.ts
4
+ declare const ParseurGetMailboxSchemaInput: z.ZodTypeAny;
5
+ declare const ParseurGetMailboxSchemaOutput: z.ZodTypeAny;
6
+ declare const parseurGetMailboxSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetMailboxSchema };
9
+ //# sourceMappingURL=get-mailbox-schema.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox-schema.d.cts","names":[],"sources":["../../src/actions/get-mailbox-schema.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cACnD,6BAAA,EAA+B,CAAA,CAAE,UAG0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-mailbox-schema.d.ts
4
+ declare const ParseurGetMailboxSchemaInput: z.ZodTypeAny;
5
+ declare const ParseurGetMailboxSchemaOutput: z.ZodTypeAny;
6
+ declare const parseurGetMailboxSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetMailboxSchema };
9
+ //# sourceMappingURL=get-mailbox-schema.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox-schema.d.mts","names":[],"sources":["../../src/actions/get-mailbox-schema.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cACnD,6BAAA,EAA+B,CAAA,CAAE,UAG0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const parseurGetMailboxSchema = action("PARSEUR_GET_MAILBOX_SCHEMA", {
4
+ slug: "parseur-get-mailbox-schema",
5
+ name: "Get Mailbox Schema",
6
+ description: "Tool to retrieve the JSON schema for a mailbox's parsed fields. Use when you need to understand the structure and types of data fields extracted by a specific parser.",
7
+ input: z.object({ mailbox_id: z.string().describe("The unique identifier (numeric ID) of the mailbox to retrieve the schema for. Obtain this ID from the List Mailboxes action.") }).describe("Request parameters for retrieving mailbox schema."),
8
+ output: z.object({
9
+ type: z.string().describe("The schema type (typically 'object' for JSON Schema)."),
10
+ properties: z.record(z.string(), z.unknown()).describe("Dictionary of field names to their JSON Schema definitions, describing each parsed field in the mailbox.")
11
+ }).describe("JSON schema describing the parsed fields for the mailbox.")
12
+ });
13
+ //#endregion
14
+ export { parseurGetMailboxSchema };
15
+
16
+ //# sourceMappingURL=get-mailbox-schema.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox-schema.mjs","names":[],"sources":["../../src/actions/get-mailbox-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetMailboxSchemaInput: z.ZodTypeAny = z.object({\n mailbox_id: z.string().describe(\"The unique identifier (numeric ID) of the mailbox to retrieve the schema for. Obtain this ID from the List Mailboxes action.\"),\n}).describe(\"Request parameters for retrieving mailbox schema.\");\nexport const ParseurGetMailboxSchemaOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The schema type (typically 'object' for JSON Schema).\"),\n properties: z.record(z.string(), z.unknown()).describe(\"Dictionary of field names to their JSON Schema definitions, describing each parsed field in the mailbox.\"),\n}).describe(\"JSON schema describing the parsed fields for the mailbox.\");\n\nexport const parseurGetMailboxSchema = action(\"PARSEUR_GET_MAILBOX_SCHEMA\", {\n slug: \"parseur-get-mailbox-schema\",\n name: \"Get Mailbox Schema\",\n description: \"Tool to retrieve the JSON schema for a mailbox's parsed fields. Use when you need to understand the structure and types of data fields extracted by a specific parser.\",\n input: ParseurGetMailboxSchemaInput,\n output: ParseurGetMailboxSchemaOutput,\n});\n"],"mappings":";;AAYA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZwD,EAAE,OAAO,EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H,EAChK,CAAC,CAAC,CAAC,SAAS,mDAUH;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACjF,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0GAA0G;CACnK,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,151 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-mailbox.ts
4
+ const ParseurGetMailboxInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier (numeric ID) of the mailbox to retrieve. Obtain this from the List Mailboxes action.") }).describe("Request parameters for getting a mailbox by ID.");
5
+ const ParseurGetMailbox_TableItemSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier for the table."),
7
+ name: zod.z.string().describe("Display name of the table.")
8
+ }).describe("A table configuration.");
9
+ const ParseurGetMailbox_WebhookSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier for the webhook."),
11
+ name: zod.z.string().describe("Custom name for the webhook.").nullable().optional(),
12
+ event: zod.z.string().describe("Event type that triggers this webhook."),
13
+ target: zod.z.string().describe("URL where webhook payloads are sent."),
14
+ headers: zod.z.object({}).describe("Custom HTTP headers for webhook requests.").nullable().optional(),
15
+ category: zod.z.string().describe("Category of the webhook."),
16
+ parser_field_set: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Parser fields associated with this webhook.").nullable().optional()
17
+ }).describe("A webhook configuration.");
18
+ const ParseurGetMailbox_PageRangeSchema = zod.z.object({
19
+ end_index: zod.z.number().int().describe("End page index (inclusive), or null for open-ended range.").nullable().optional(),
20
+ start_index: zod.z.number().int().describe("Start page index (inclusive).")
21
+ }).describe("Page range specification.");
22
+ const ParseurGetMailbox_SplitKeywordsSchema = zod.z.object({
23
+ keyword: zod.z.string().describe("The keyword to look for when splitting."),
24
+ is_before: zod.z.boolean().describe("Whether to split before or after the keyword.")
25
+ }).describe("Split keywords configuration.");
26
+ const ParseurGetMailbox_ParserObjectSchema = zod.z.object({
27
+ id: zod.z.string().describe("Unique identifier for this field."),
28
+ name: zod.z.string().describe("Display name of the field."),
29
+ type: zod.z.string().describe("Type of the parser object.").nullable().optional(),
30
+ query: zod.z.string().describe("Query used to extract this field.").nullable().optional(),
31
+ format: zod.z.string().describe("Format type of the field."),
32
+ choice_set: zod.z.array(zod.z.string()).describe("List of valid choices for this field.").nullable().optional(),
33
+ used_by_ai: zod.z.boolean().describe("Whether this field is used by AI.").nullable().optional(),
34
+ is_required: zod.z.boolean().describe("Whether this field is required.").nullable().optional(),
35
+ csv_download: zod.z.string().describe("URL to download CSV data for this field.").nullable().optional(),
36
+ xls_download: zod.z.string().describe("URL to download XLS data for this field.").nullable().optional(),
37
+ json_download: zod.z.string().describe("URL to download JSON data for this field.").nullable().optional(),
38
+ parser_object_set: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Nested parser objects for complex structures.").nullable().optional()
39
+ }).describe("A parser field or metadata output.");
40
+ const ParseurGetMailbox_DocumentPerStatusCountSchema = zod.z.object({
41
+ SPLIT: zod.z.number().int().describe("Files split into multiple documents."),
42
+ INVALID: zod.z.number().int().describe("Files not processed because they are not supported."),
43
+ SKIPPED: zod.z.number().int().describe("Files skipped because of a template."),
44
+ TRANSKO: zod.z.number().int().describe("Files where Python post-processing failed."),
45
+ EXPORTKO: zod.z.number().int().describe("Files where exporting data failed."),
46
+ INCOMING: zod.z.number().int().describe("Files received but awaiting processing."),
47
+ PARSEDKO: zod.z.number().int().describe("Files where processing failed."),
48
+ PARSEDOK: zod.z.number().int().describe("Files successfully processed with data available for export."),
49
+ PROGRESS: zod.z.number().int().describe("Files currently being processed by AI engine."),
50
+ QUOTAEXC: zod.z.number().int().describe("Files stopped due to insufficient credits."),
51
+ ANALYZING: zod.z.number().int().describe("Files being analyzed against system parameters.")
52
+ }).describe("Breakdown of documents by processing status.");
53
+ const ParseurGetMailboxOutput = zod.z.object({
54
+ id: zod.z.number().int().describe("Internal ID number for the parser."),
55
+ name: zod.z.string().describe("Name of the parser.").nullable().optional(),
56
+ secret: zod.z.string().describe("Secret key for the parser."),
57
+ cc_field: zod.z.boolean().describe("Whether CC metadata field is enabled.").nullable().optional(),
58
+ to_field: zod.z.boolean().describe("Whether To metadata field is enabled.").nullable().optional(),
59
+ ai_engine: zod.z.string().describe("AI engine used by this parser.").nullable().optional(),
60
+ bcc_field: zod.z.boolean().describe("Whether BCC metadata field is enabled.").nullable().optional(),
61
+ force_ocr: zod.z.boolean().describe("Whether Parseur runs OCR on every document.").nullable().optional(),
62
+ is_master: zod.z.boolean().describe("Whether this is a master parser that passes instructions on."),
63
+ odd_pages: zod.z.boolean().describe("Whether to process only odd page numbers.").nullable().optional(),
64
+ table_set: zod.z.array(ParseurGetMailbox_TableItemSchema).describe("List of tables configured in the parser."),
65
+ transform: zod.z.string().describe("Python transformation code.").nullable().optional(),
66
+ even_pages: zod.z.boolean().describe("Whether to process only even page numbers.").nullable().optional(),
67
+ split_page: zod.z.number().int().describe("Number of pages to use for splitting documents.").nullable().optional(),
68
+ webhook_set: zod.z.array(ParseurGetMailbox_WebhookSchema).describe("List of webhooks configured for the parser.").nullable().optional(),
69
+ account_uuid: zod.z.string().describe("Universally Unique Identifier for the account."),
70
+ csv_download: zod.z.string().describe("URL to download CSV data."),
71
+ email_prefix: zod.z.string().describe("Email prefix for the parser.").nullable().optional(),
72
+ sender_field: zod.z.boolean().describe("Whether Sender metadata field is enabled.").nullable().optional(),
73
+ xls_download: zod.z.string().describe("URL to download XLS data."),
74
+ can_transform: zod.z.boolean().describe("Whether Python Post-Processing is enabled."),
75
+ content_field: zod.z.boolean().describe("Whether Content metadata field is enabled.").nullable().optional(),
76
+ expand_result: zod.z.boolean().describe("Whether to expand result output.").nullable().optional(),
77
+ headers_field: zod.z.boolean().describe("Whether Headers metadata field is enabled.").nullable().optional(),
78
+ json_download: zod.z.string().describe("URL to download JSON data."),
79
+ last_activity: zod.z.string().describe("ISO 8601 timestamp of last activity."),
80
+ subject_field: zod.z.boolean().describe("Whether Subject metadata field is enabled.").nullable().optional(),
81
+ webhook_count: zod.z.number().int().describe("Number of webhooks the parser has.").nullable().optional(),
82
+ disable_deskew: zod.z.boolean().describe("Whether deskew is disabled.").nullable().optional(),
83
+ document_count: zod.z.number().int().describe("Total number of documents in the parser."),
84
+ page_range_set: zod.z.array(ParseurGetMailbox_PageRangeSchema).describe("Range of pages set to be processed.").nullable().optional(),
85
+ received_field: zod.z.boolean().describe("Whether Received metadata field is enabled.").nullable().optional(),
86
+ reply_to_field: zod.z.boolean().describe("Whether ReplyTo metadata field is enabled.").nullable().optional(),
87
+ split_keywords: ParseurGetMailbox_SplitKeywordsSchema.nullable().optional(),
88
+ template_count: zod.z.number().int().describe("Number of templates the parser has.").nullable().optional(),
89
+ template_field: zod.z.boolean().describe("Whether Template metadata field is enabled.").nullable().optional(),
90
+ ai_instructions: zod.z.string().describe("General AI instruction for this parser.").nullable().optional(),
91
+ parent_id_field: zod.z.boolean().describe("Whether ParentID metadata field is enabled.").nullable().optional(),
92
+ processed_field: zod.z.boolean().describe("Whether Processed metadata field is enabled.").nullable().optional(),
93
+ recipient_field: zod.z.boolean().describe("Whether Recipient metadata field is enabled.").nullable().optional(),
94
+ attachments_only: zod.z.boolean().describe("Whether the parser skips email processing."),
95
+ default_timezone: zod.z.string().describe("Default timezone for the parser.").nullable().optional(),
96
+ last_reply_field: zod.z.boolean().describe("Whether LastReply metadata field is enabled.").nullable().optional(),
97
+ mailbox_id_field: zod.z.boolean().describe("Whether MailboxID metadata field is enabled.").nullable().optional(),
98
+ page_count_field: zod.z.boolean().describe("Whether PageCount metadata field is enabled.").nullable().optional(),
99
+ retention_policy: zod.z.number().int().describe("Number of days documents are stored before deletion.").nullable().optional(),
100
+ attachments_field: zod.z.boolean().describe("Whether Attachments metadata field is enabled.").nullable().optional(),
101
+ decimal_separator: zod.z.string().describe("Decimal separator character.").nullable().optional(),
102
+ document_id_field: zod.z.boolean().describe("Whether DocumentID metadata field is enabled.").nullable().optional(),
103
+ emails_or_domains: zod.z.array(zod.z.string()).describe("List of allowed email addresses or domains.").nullable().optional(),
104
+ input_date_format: zod.z.string().describe("Input date format for parsing.").nullable().optional(),
105
+ parser_object_set: zod.z.array(ParseurGetMailbox_ParserObjectSchema).describe("List of fields in the parser.").nullable().optional(),
106
+ sender_name_field: zod.z.boolean().describe("Whether SenderName metadata field is enabled.").nullable().optional(),
107
+ allowed_extensions: zod.z.array(zod.z.string()).describe("List of file extensions to process.").nullable().optional(),
108
+ credit_count_field: zod.z.boolean().describe("Whether CreditCount metadata field is enabled.").nullable().optional(),
109
+ document_url_field: zod.z.boolean().describe("Whether DocumentURL metadata field is enabled.").nullable().optional(),
110
+ master_parser_name: zod.z.string().describe("Name of this parser's master parser.").nullable().optional(),
111
+ master_parser_slug: zod.z.string().describe("Slug identifier of the master parser.").nullable().optional(),
112
+ html_document_field: zod.z.boolean().describe("Whether HTMLDocument metadata field is enabled.").nullable().optional(),
113
+ parser_object_count: zod.z.number().int().describe("Total number of field and metadata outputs in the parser."),
114
+ process_attachments: zod.z.boolean().describe("Whether email attachment processing is enabled.").nullable().optional(),
115
+ received_date_field: zod.z.boolean().describe("Whether ReceivedDate metadata field is enabled.").nullable().optional(),
116
+ received_time_field: zod.z.boolean().describe("Whether ReceivedTime metadata field is enabled.").nullable().optional(),
117
+ text_document_field: zod.z.boolean().describe("Whether TextDocument metadata field is enabled.").nullable().optional(),
118
+ enable_layouted_text: zod.z.boolean().describe("Whether layouted text is enabled.").nullable().optional(),
119
+ is_transform_enabled: zod.z.boolean().describe("Whether transformation is currently enabled.").nullable().optional(),
120
+ parsing_engine_field: zod.z.boolean().describe("Whether ParsingEngine metadata field is enabled.").nullable().optional(),
121
+ processed_date_field: zod.z.boolean().describe("Whether ProcessedDate metadata field is enabled.").nullable().optional(),
122
+ processed_time_field: zod.z.boolean().describe("Whether ProcessedTime metadata field is enabled.").nullable().optional(),
123
+ searchable_pdf_field: zod.z.boolean().describe("Whether SearchablePDF metadata field is enabled.").nullable().optional(),
124
+ split_page_range_set: zod.z.array(ParseurGetMailbox_PageRangeSchema).describe("Specific page ranges to capture when splitting.").nullable().optional(),
125
+ available_webhook_set: zod.z.array(ParseurGetMailbox_WebhookSchema).describe("List of available webhooks for the parser."),
126
+ identification_status: zod.z.string().describe("Status of document identification.").nullable().optional(),
127
+ pdf_conversion_format: zod.z.string().describe("PDF conversion format.").nullable().optional(),
128
+ disable_document_links: zod.z.boolean().describe("Whether document links are disabled.").nullable().optional(),
129
+ recipient_suffix_field: zod.z.boolean().describe("Whether RecipientSuffix metadata field is enabled.").nullable().optional(),
130
+ split_page_range_field: zod.z.boolean().describe("Whether SplitPageRange metadata field is enabled.").nullable().optional(),
131
+ original_document_field: zod.z.boolean().describe("Whether OriginalDocument metadata field is enabled.").nullable().optional(),
132
+ extract_xml_from_comment: zod.z.boolean().describe("Whether to extract XML from comments.").nullable().optional(),
133
+ original_recipient_field: zod.z.boolean().describe("Whether OriginalRecipient metadata field is enabled.").nullable().optional(),
134
+ attachments_only_override: zod.z.boolean().describe("Override for attachments_only setting.").nullable().optional(),
135
+ document_per_status_count: ParseurGetMailbox_DocumentPerStatusCountSchema.nullable(),
136
+ public_document_url_field: zod.z.boolean().describe("Whether PublicDocumentURL metadata field is enabled.").nullable().optional(),
137
+ template_set_last_modified: zod.z.string().describe("ISO 8601 timestamp when template set was last modified.").nullable().optional(),
138
+ parser_object_set_last_modified: zod.z.string().describe("ISO 8601 timestamp when parser object set was last modified.").nullable().optional(),
139
+ use_whitelist_instead_of_blacklist: zod.z.boolean().describe("Whether to use whitelist instead of blacklist.").nullable().optional()
140
+ }).describe("Complete mailbox configuration and details.");
141
+ const parseurGetMailbox = require_action.action("PARSEUR_GET_MAILBOX", {
142
+ slug: "parseur-get-mailbox",
143
+ name: "Get Mailbox by ID",
144
+ description: "Tool to retrieve full mailbox (parser) configuration by ID. Use when you need complete details about a specific mailbox including fields, webhooks, and settings.",
145
+ input: ParseurGetMailboxInput,
146
+ output: ParseurGetMailboxOutput
147
+ });
148
+ //#endregion
149
+ exports.parseurGetMailbox = parseurGetMailbox;
150
+
151
+ //# sourceMappingURL=get-mailbox.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox.cjs","names":["z","action"],"sources":["../../src/actions/get-mailbox.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParseurGetMailboxInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier (numeric ID) of the mailbox to retrieve. Obtain this from the List Mailboxes action.\"),\n}).describe(\"Request parameters for getting a mailbox by ID.\");\nconst ParseurGetMailbox_TableItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the table.\"),\n name: z.string().describe(\"Display name of the table.\"),\n}).describe(\"A table configuration.\");\nconst ParseurGetMailbox_WebhookSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the webhook.\"),\n name: z.string().describe(\"Custom name for the webhook.\").nullable().optional(),\n event: z.string().describe(\"Event type that triggers this webhook.\"),\n target: z.string().describe(\"URL where webhook payloads are sent.\"),\n headers: z.object({}).describe(\"Custom HTTP headers for webhook requests.\").nullable().optional(),\n category: z.string().describe(\"Category of the webhook.\"),\n parser_field_set: z.array(z.record(z.string(), z.unknown())).describe(\"Parser fields associated with this webhook.\").nullable().optional(),\n}).describe(\"A webhook configuration.\");\nconst ParseurGetMailbox_PageRangeSchema: z.ZodTypeAny = z.object({\n end_index: z.number().int().describe(\"End page index (inclusive), or null for open-ended range.\").nullable().optional(),\n start_index: z.number().int().describe(\"Start page index (inclusive).\"),\n}).describe(\"Page range specification.\");\nconst ParseurGetMailbox_SplitKeywordsSchema: z.ZodTypeAny = z.object({\n keyword: z.string().describe(\"The keyword to look for when splitting.\"),\n is_before: z.boolean().describe(\"Whether to split before or after the keyword.\"),\n}).describe(\"Split keywords configuration.\");\nconst ParseurGetMailbox_ParserObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this field.\"),\n name: z.string().describe(\"Display name of the field.\"),\n type: z.string().describe(\"Type of the parser object.\").nullable().optional(),\n query: z.string().describe(\"Query used to extract this field.\").nullable().optional(),\n format: z.string().describe(\"Format type of the field.\"),\n choice_set: z.array(z.string()).describe(\"List of valid choices for this field.\").nullable().optional(),\n used_by_ai: z.boolean().describe(\"Whether this field is used by AI.\").nullable().optional(),\n is_required: z.boolean().describe(\"Whether this field is required.\").nullable().optional(),\n csv_download: z.string().describe(\"URL to download CSV data for this field.\").nullable().optional(),\n xls_download: z.string().describe(\"URL to download XLS data for this field.\").nullable().optional(),\n json_download: z.string().describe(\"URL to download JSON data for this field.\").nullable().optional(),\n parser_object_set: z.array(z.record(z.string(), z.unknown())).describe(\"Nested parser objects for complex structures.\").nullable().optional(),\n}).describe(\"A parser field or metadata output.\");\nconst ParseurGetMailbox_DocumentPerStatusCountSchema: z.ZodTypeAny = z.object({\n SPLIT: z.number().int().describe(\"Files split into multiple documents.\"),\n INVALID: z.number().int().describe(\"Files not processed because they are not supported.\"),\n SKIPPED: z.number().int().describe(\"Files skipped because of a template.\"),\n TRANSKO: z.number().int().describe(\"Files where Python post-processing failed.\"),\n EXPORTKO: z.number().int().describe(\"Files where exporting data failed.\"),\n INCOMING: z.number().int().describe(\"Files received but awaiting processing.\"),\n PARSEDKO: z.number().int().describe(\"Files where processing failed.\"),\n PARSEDOK: z.number().int().describe(\"Files successfully processed with data available for export.\"),\n PROGRESS: z.number().int().describe(\"Files currently being processed by AI engine.\"),\n QUOTAEXC: z.number().int().describe(\"Files stopped due to insufficient credits.\"),\n ANALYZING: z.number().int().describe(\"Files being analyzed against system parameters.\"),\n}).describe(\"Breakdown of documents by processing status.\");\nexport const ParseurGetMailboxOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Internal ID number for the parser.\"),\n name: z.string().describe(\"Name of the parser.\").nullable().optional(),\n secret: z.string().describe(\"Secret key for the parser.\"),\n cc_field: z.boolean().describe(\"Whether CC metadata field is enabled.\").nullable().optional(),\n to_field: z.boolean().describe(\"Whether To metadata field is enabled.\").nullable().optional(),\n ai_engine: z.string().describe(\"AI engine used by this parser.\").nullable().optional(),\n bcc_field: z.boolean().describe(\"Whether BCC metadata field is enabled.\").nullable().optional(),\n force_ocr: z.boolean().describe(\"Whether Parseur runs OCR on every document.\").nullable().optional(),\n is_master: z.boolean().describe(\"Whether this is a master parser that passes instructions on.\"),\n odd_pages: z.boolean().describe(\"Whether to process only odd page numbers.\").nullable().optional(),\n table_set: z.array(ParseurGetMailbox_TableItemSchema).describe(\"List of tables configured in the parser.\"),\n transform: z.string().describe(\"Python transformation code.\").nullable().optional(),\n even_pages: z.boolean().describe(\"Whether to process only even page numbers.\").nullable().optional(),\n split_page: z.number().int().describe(\"Number of pages to use for splitting documents.\").nullable().optional(),\n webhook_set: z.array(ParseurGetMailbox_WebhookSchema).describe(\"List of webhooks configured for the parser.\").nullable().optional(),\n account_uuid: z.string().describe(\"Universally Unique Identifier for the account.\"),\n csv_download: z.string().describe(\"URL to download CSV data.\"),\n email_prefix: z.string().describe(\"Email prefix for the parser.\").nullable().optional(),\n sender_field: z.boolean().describe(\"Whether Sender metadata field is enabled.\").nullable().optional(),\n xls_download: z.string().describe(\"URL to download XLS data.\"),\n can_transform: z.boolean().describe(\"Whether Python Post-Processing is enabled.\"),\n content_field: z.boolean().describe(\"Whether Content metadata field is enabled.\").nullable().optional(),\n expand_result: z.boolean().describe(\"Whether to expand result output.\").nullable().optional(),\n headers_field: z.boolean().describe(\"Whether Headers metadata field is enabled.\").nullable().optional(),\n json_download: z.string().describe(\"URL to download JSON data.\"),\n last_activity: z.string().describe(\"ISO 8601 timestamp of last activity.\"),\n subject_field: z.boolean().describe(\"Whether Subject metadata field is enabled.\").nullable().optional(),\n webhook_count: z.number().int().describe(\"Number of webhooks the parser has.\").nullable().optional(),\n disable_deskew: z.boolean().describe(\"Whether deskew is disabled.\").nullable().optional(),\n document_count: z.number().int().describe(\"Total number of documents in the parser.\"),\n page_range_set: z.array(ParseurGetMailbox_PageRangeSchema).describe(\"Range of pages set to be processed.\").nullable().optional(),\n received_field: z.boolean().describe(\"Whether Received metadata field is enabled.\").nullable().optional(),\n reply_to_field: z.boolean().describe(\"Whether ReplyTo metadata field is enabled.\").nullable().optional(),\n split_keywords: ParseurGetMailbox_SplitKeywordsSchema.nullable().optional(),\n template_count: z.number().int().describe(\"Number of templates the parser has.\").nullable().optional(),\n template_field: z.boolean().describe(\"Whether Template metadata field is enabled.\").nullable().optional(),\n ai_instructions: z.string().describe(\"General AI instruction for this parser.\").nullable().optional(),\n parent_id_field: z.boolean().describe(\"Whether ParentID metadata field is enabled.\").nullable().optional(),\n processed_field: z.boolean().describe(\"Whether Processed metadata field is enabled.\").nullable().optional(),\n recipient_field: z.boolean().describe(\"Whether Recipient metadata field is enabled.\").nullable().optional(),\n attachments_only: z.boolean().describe(\"Whether the parser skips email processing.\"),\n default_timezone: z.string().describe(\"Default timezone for the parser.\").nullable().optional(),\n last_reply_field: z.boolean().describe(\"Whether LastReply metadata field is enabled.\").nullable().optional(),\n mailbox_id_field: z.boolean().describe(\"Whether MailboxID metadata field is enabled.\").nullable().optional(),\n page_count_field: z.boolean().describe(\"Whether PageCount metadata field is enabled.\").nullable().optional(),\n retention_policy: z.number().int().describe(\"Number of days documents are stored before deletion.\").nullable().optional(),\n attachments_field: z.boolean().describe(\"Whether Attachments metadata field is enabled.\").nullable().optional(),\n decimal_separator: z.string().describe(\"Decimal separator character.\").nullable().optional(),\n document_id_field: z.boolean().describe(\"Whether DocumentID metadata field is enabled.\").nullable().optional(),\n emails_or_domains: z.array(z.string()).describe(\"List of allowed email addresses or domains.\").nullable().optional(),\n input_date_format: z.string().describe(\"Input date format for parsing.\").nullable().optional(),\n parser_object_set: z.array(ParseurGetMailbox_ParserObjectSchema).describe(\"List of fields in the parser.\").nullable().optional(),\n sender_name_field: z.boolean().describe(\"Whether SenderName metadata field is enabled.\").nullable().optional(),\n allowed_extensions: z.array(z.string()).describe(\"List of file extensions to process.\").nullable().optional(),\n credit_count_field: z.boolean().describe(\"Whether CreditCount metadata field is enabled.\").nullable().optional(),\n document_url_field: z.boolean().describe(\"Whether DocumentURL metadata field is enabled.\").nullable().optional(),\n master_parser_name: z.string().describe(\"Name of this parser's master parser.\").nullable().optional(),\n master_parser_slug: z.string().describe(\"Slug identifier of the master parser.\").nullable().optional(),\n html_document_field: z.boolean().describe(\"Whether HTMLDocument metadata field is enabled.\").nullable().optional(),\n parser_object_count: z.number().int().describe(\"Total number of field and metadata outputs in the parser.\"),\n process_attachments: z.boolean().describe(\"Whether email attachment processing is enabled.\").nullable().optional(),\n received_date_field: z.boolean().describe(\"Whether ReceivedDate metadata field is enabled.\").nullable().optional(),\n received_time_field: z.boolean().describe(\"Whether ReceivedTime metadata field is enabled.\").nullable().optional(),\n text_document_field: z.boolean().describe(\"Whether TextDocument metadata field is enabled.\").nullable().optional(),\n enable_layouted_text: z.boolean().describe(\"Whether layouted text is enabled.\").nullable().optional(),\n is_transform_enabled: z.boolean().describe(\"Whether transformation is currently enabled.\").nullable().optional(),\n parsing_engine_field: z.boolean().describe(\"Whether ParsingEngine metadata field is enabled.\").nullable().optional(),\n processed_date_field: z.boolean().describe(\"Whether ProcessedDate metadata field is enabled.\").nullable().optional(),\n processed_time_field: z.boolean().describe(\"Whether ProcessedTime metadata field is enabled.\").nullable().optional(),\n searchable_pdf_field: z.boolean().describe(\"Whether SearchablePDF metadata field is enabled.\").nullable().optional(),\n split_page_range_set: z.array(ParseurGetMailbox_PageRangeSchema).describe(\"Specific page ranges to capture when splitting.\").nullable().optional(),\n available_webhook_set: z.array(ParseurGetMailbox_WebhookSchema).describe(\"List of available webhooks for the parser.\"),\n identification_status: z.string().describe(\"Status of document identification.\").nullable().optional(),\n pdf_conversion_format: z.string().describe(\"PDF conversion format.\").nullable().optional(),\n disable_document_links: z.boolean().describe(\"Whether document links are disabled.\").nullable().optional(),\n recipient_suffix_field: z.boolean().describe(\"Whether RecipientSuffix metadata field is enabled.\").nullable().optional(),\n split_page_range_field: z.boolean().describe(\"Whether SplitPageRange metadata field is enabled.\").nullable().optional(),\n original_document_field: z.boolean().describe(\"Whether OriginalDocument metadata field is enabled.\").nullable().optional(),\n extract_xml_from_comment: z.boolean().describe(\"Whether to extract XML from comments.\").nullable().optional(),\n original_recipient_field: z.boolean().describe(\"Whether OriginalRecipient metadata field is enabled.\").nullable().optional(),\n attachments_only_override: z.boolean().describe(\"Override for attachments_only setting.\").nullable().optional(),\n document_per_status_count: ParseurGetMailbox_DocumentPerStatusCountSchema.nullable(),\n public_document_url_field: z.boolean().describe(\"Whether PublicDocumentURL metadata field is enabled.\").nullable().optional(),\n template_set_last_modified: z.string().describe(\"ISO 8601 timestamp when template set was last modified.\").nullable().optional(),\n parser_object_set_last_modified: z.string().describe(\"ISO 8601 timestamp when parser object set was last modified.\").nullable().optional(),\n use_whitelist_instead_of_blacklist: z.boolean().describe(\"Whether to use whitelist instead of blacklist.\").nullable().optional(),\n}).describe(\"Complete mailbox configuration and details.\");\n\nexport const parseurGetMailbox = action(\"PARSEUR_GET_MAILBOX\", {\n slug: \"parseur-get-mailbox\",\n name: \"Get Mailbox by ID\",\n description: \"Tool to retrieve full mailbox (parser) configuration by ID. Use when you need complete details about a specific mailbox including fields, webhooks, and settings.\",\n input: ParseurGetMailboxInput,\n output: ParseurGetMailboxOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-mailbox.d.ts
4
+ declare const ParseurGetMailboxInput: z.ZodTypeAny;
5
+ declare const ParseurGetMailboxOutput: z.ZodTypeAny;
6
+ declare const parseurGetMailbox: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetMailbox };
9
+ //# sourceMappingURL=get-mailbox.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mailbox.d.cts","names":[],"sources":["../../src/actions/get-mailbox.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEuB;AAAA,cAiDjD,uBAAA,EAAyB,CAAA,CAAE,UAuFkB;AAAA,cAE7C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-mailbox.d.ts
4
+ declare const ParseurGetMailboxInput: z.ZodTypeAny;
5
+ declare const ParseurGetMailboxOutput: z.ZodTypeAny;
6
+ declare const parseurGetMailbox: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parseurGetMailbox };
9
+ //# sourceMappingURL=get-mailbox.d.mts.map