@keystrokehq/pdf_co 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 (306) 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/account-balance-info.cjs +23 -0
  7. package/dist/actions/account-balance-info.cjs.map +1 -0
  8. package/dist/actions/account-balance-info.d.cts +9 -0
  9. package/dist/actions/account-balance-info.d.cts.map +1 -0
  10. package/dist/actions/account-balance-info.d.mts +9 -0
  11. package/dist/actions/account-balance-info.d.mts.map +1 -0
  12. package/dist/actions/account-balance-info.mjs +20 -0
  13. package/dist/actions/account-balance-info.mjs.map +1 -0
  14. package/dist/actions/convert-excel-to-csv.cjs +34 -0
  15. package/dist/actions/convert-excel-to-csv.cjs.map +1 -0
  16. package/dist/actions/convert-excel-to-csv.d.cts +9 -0
  17. package/dist/actions/convert-excel-to-csv.d.cts.map +1 -0
  18. package/dist/actions/convert-excel-to-csv.d.mts +9 -0
  19. package/dist/actions/convert-excel-to-csv.d.mts.map +1 -0
  20. package/dist/actions/convert-excel-to-csv.mjs +31 -0
  21. package/dist/actions/convert-excel-to-csv.mjs.map +1 -0
  22. package/dist/actions/convert-excel-to-html.cjs +29 -0
  23. package/dist/actions/convert-excel-to-html.cjs.map +1 -0
  24. package/dist/actions/convert-excel-to-html.d.cts +9 -0
  25. package/dist/actions/convert-excel-to-html.d.cts.map +1 -0
  26. package/dist/actions/convert-excel-to-html.d.mts +9 -0
  27. package/dist/actions/convert-excel-to-html.d.mts.map +1 -0
  28. package/dist/actions/convert-excel-to-html.mjs +26 -0
  29. package/dist/actions/convert-excel-to-html.mjs.map +1 -0
  30. package/dist/actions/convert-excel-to-json.cjs +27 -0
  31. package/dist/actions/convert-excel-to-json.cjs.map +1 -0
  32. package/dist/actions/convert-excel-to-json.d.cts +9 -0
  33. package/dist/actions/convert-excel-to-json.d.cts.map +1 -0
  34. package/dist/actions/convert-excel-to-json.d.mts +9 -0
  35. package/dist/actions/convert-excel-to-json.d.mts.map +1 -0
  36. package/dist/actions/convert-excel-to-json.mjs +24 -0
  37. package/dist/actions/convert-excel-to-json.mjs.map +1 -0
  38. package/dist/actions/convert-excel-to-text.cjs +32 -0
  39. package/dist/actions/convert-excel-to-text.cjs.map +1 -0
  40. package/dist/actions/convert-excel-to-text.d.cts +9 -0
  41. package/dist/actions/convert-excel-to-text.d.cts.map +1 -0
  42. package/dist/actions/convert-excel-to-text.d.mts +9 -0
  43. package/dist/actions/convert-excel-to-text.d.mts.map +1 -0
  44. package/dist/actions/convert-excel-to-text.mjs +29 -0
  45. package/dist/actions/convert-excel-to-text.mjs.map +1 -0
  46. package/dist/actions/convert-excel-to-xml.cjs +52 -0
  47. package/dist/actions/convert-excel-to-xml.cjs.map +1 -0
  48. package/dist/actions/convert-excel-to-xml.d.cts +9 -0
  49. package/dist/actions/convert-excel-to-xml.d.cts.map +1 -0
  50. package/dist/actions/convert-excel-to-xml.d.mts +9 -0
  51. package/dist/actions/convert-excel-to-xml.d.mts.map +1 -0
  52. package/dist/actions/convert-excel-to-xml.mjs +49 -0
  53. package/dist/actions/convert-excel-to-xml.mjs.map +1 -0
  54. package/dist/actions/document-parser.cjs +38 -0
  55. package/dist/actions/document-parser.cjs.map +1 -0
  56. package/dist/actions/document-parser.d.cts +9 -0
  57. package/dist/actions/document-parser.d.cts.map +1 -0
  58. package/dist/actions/document-parser.d.mts +9 -0
  59. package/dist/actions/document-parser.d.mts.map +1 -0
  60. package/dist/actions/document-parser.mjs +35 -0
  61. package/dist/actions/document-parser.mjs.map +1 -0
  62. package/dist/actions/file-upload.cjs +31 -0
  63. package/dist/actions/file-upload.cjs.map +1 -0
  64. package/dist/actions/file-upload.d.cts +9 -0
  65. package/dist/actions/file-upload.d.cts.map +1 -0
  66. package/dist/actions/file-upload.d.mts +9 -0
  67. package/dist/actions/file-upload.d.mts.map +1 -0
  68. package/dist/actions/file-upload.mjs +28 -0
  69. package/dist/actions/file-upload.mjs.map +1 -0
  70. package/dist/actions/index.cjs +69 -0
  71. package/dist/actions/index.d.cts +35 -0
  72. package/dist/actions/index.d.mts +35 -0
  73. package/dist/actions/index.mjs +35 -0
  74. package/dist/actions/job-check.cjs +38 -0
  75. package/dist/actions/job-check.cjs.map +1 -0
  76. package/dist/actions/job-check.d.cts +9 -0
  77. package/dist/actions/job-check.d.cts.map +1 -0
  78. package/dist/actions/job-check.d.mts +9 -0
  79. package/dist/actions/job-check.d.mts.map +1 -0
  80. package/dist/actions/job-check.mjs +35 -0
  81. package/dist/actions/job-check.mjs.map +1 -0
  82. package/dist/actions/pdf-add.cjs +33 -0
  83. package/dist/actions/pdf-add.cjs.map +1 -0
  84. package/dist/actions/pdf-add.d.cts +9 -0
  85. package/dist/actions/pdf-add.d.cts.map +1 -0
  86. package/dist/actions/pdf-add.d.mts +9 -0
  87. package/dist/actions/pdf-add.d.mts.map +1 -0
  88. package/dist/actions/pdf-add.mjs +30 -0
  89. package/dist/actions/pdf-add.mjs.map +1 -0
  90. package/dist/actions/pdf-change-text-searchable.cjs +30 -0
  91. package/dist/actions/pdf-change-text-searchable.cjs.map +1 -0
  92. package/dist/actions/pdf-change-text-searchable.d.cts +9 -0
  93. package/dist/actions/pdf-change-text-searchable.d.cts.map +1 -0
  94. package/dist/actions/pdf-change-text-searchable.d.mts +9 -0
  95. package/dist/actions/pdf-change-text-searchable.d.mts.map +1 -0
  96. package/dist/actions/pdf-change-text-searchable.mjs +27 -0
  97. package/dist/actions/pdf-change-text-searchable.mjs.map +1 -0
  98. package/dist/actions/pdf-delete-pages.cjs +29 -0
  99. package/dist/actions/pdf-delete-pages.cjs.map +1 -0
  100. package/dist/actions/pdf-delete-pages.d.cts +9 -0
  101. package/dist/actions/pdf-delete-pages.d.cts.map +1 -0
  102. package/dist/actions/pdf-delete-pages.d.mts +9 -0
  103. package/dist/actions/pdf-delete-pages.d.mts.map +1 -0
  104. package/dist/actions/pdf-delete-pages.mjs +26 -0
  105. package/dist/actions/pdf-delete-pages.mjs.map +1 -0
  106. package/dist/actions/pdf-extract-attachments.cjs +36 -0
  107. package/dist/actions/pdf-extract-attachments.cjs.map +1 -0
  108. package/dist/actions/pdf-extract-attachments.d.cts +9 -0
  109. package/dist/actions/pdf-extract-attachments.d.cts.map +1 -0
  110. package/dist/actions/pdf-extract-attachments.d.mts +9 -0
  111. package/dist/actions/pdf-extract-attachments.d.mts.map +1 -0
  112. package/dist/actions/pdf-extract-attachments.mjs +33 -0
  113. package/dist/actions/pdf-extract-attachments.mjs.map +1 -0
  114. package/dist/actions/pdf-find.cjs +38 -0
  115. package/dist/actions/pdf-find.cjs.map +1 -0
  116. package/dist/actions/pdf-find.d.cts +9 -0
  117. package/dist/actions/pdf-find.d.cts.map +1 -0
  118. package/dist/actions/pdf-find.d.mts +9 -0
  119. package/dist/actions/pdf-find.d.mts.map +1 -0
  120. package/dist/actions/pdf-find.mjs +37 -0
  121. package/dist/actions/pdf-find.mjs.map +1 -0
  122. package/dist/actions/pdf-forms-info-reader.cjs +49 -0
  123. package/dist/actions/pdf-forms-info-reader.cjs.map +1 -0
  124. package/dist/actions/pdf-forms-info-reader.d.cts +9 -0
  125. package/dist/actions/pdf-forms-info-reader.d.cts.map +1 -0
  126. package/dist/actions/pdf-forms-info-reader.d.mts +9 -0
  127. package/dist/actions/pdf-forms-info-reader.d.mts.map +1 -0
  128. package/dist/actions/pdf-forms-info-reader.mjs +48 -0
  129. package/dist/actions/pdf-forms-info-reader.mjs.map +1 -0
  130. package/dist/actions/pdf-from-document-txt.cjs +32 -0
  131. package/dist/actions/pdf-from-document-txt.cjs.map +1 -0
  132. package/dist/actions/pdf-from-document-txt.d.cts +9 -0
  133. package/dist/actions/pdf-from-document-txt.d.cts.map +1 -0
  134. package/dist/actions/pdf-from-document-txt.d.mts +9 -0
  135. package/dist/actions/pdf-from-document-txt.d.mts.map +1 -0
  136. package/dist/actions/pdf-from-document-txt.mjs +29 -0
  137. package/dist/actions/pdf-from-document-txt.mjs.map +1 -0
  138. package/dist/actions/pdf-from-email.cjs +31 -0
  139. package/dist/actions/pdf-from-email.cjs.map +1 -0
  140. package/dist/actions/pdf-from-email.d.cts +9 -0
  141. package/dist/actions/pdf-from-email.d.cts.map +1 -0
  142. package/dist/actions/pdf-from-email.d.mts +9 -0
  143. package/dist/actions/pdf-from-email.d.mts.map +1 -0
  144. package/dist/actions/pdf-from-email.mjs +28 -0
  145. package/dist/actions/pdf-from-email.mjs.map +1 -0
  146. package/dist/actions/pdf-from-html.cjs +40 -0
  147. package/dist/actions/pdf-from-html.cjs.map +1 -0
  148. package/dist/actions/pdf-from-html.d.cts +9 -0
  149. package/dist/actions/pdf-from-html.d.cts.map +1 -0
  150. package/dist/actions/pdf-from-html.d.mts +9 -0
  151. package/dist/actions/pdf-from-html.d.mts.map +1 -0
  152. package/dist/actions/pdf-from-html.mjs +37 -0
  153. package/dist/actions/pdf-from-html.mjs.map +1 -0
  154. package/dist/actions/pdf-info-reader.cjs +21 -0
  155. package/dist/actions/pdf-info-reader.cjs.map +1 -0
  156. package/dist/actions/pdf-info-reader.d.cts +9 -0
  157. package/dist/actions/pdf-info-reader.d.cts.map +1 -0
  158. package/dist/actions/pdf-info-reader.d.mts +9 -0
  159. package/dist/actions/pdf-info-reader.d.mts.map +1 -0
  160. package/dist/actions/pdf-info-reader.mjs +18 -0
  161. package/dist/actions/pdf-info-reader.mjs.map +1 -0
  162. package/dist/actions/pdf-merge.cjs +27 -0
  163. package/dist/actions/pdf-merge.cjs.map +1 -0
  164. package/dist/actions/pdf-merge.d.cts +9 -0
  165. package/dist/actions/pdf-merge.d.cts.map +1 -0
  166. package/dist/actions/pdf-merge.d.mts +9 -0
  167. package/dist/actions/pdf-merge.d.mts.map +1 -0
  168. package/dist/actions/pdf-merge.mjs +24 -0
  169. package/dist/actions/pdf-merge.mjs.map +1 -0
  170. package/dist/actions/pdf-rotate.cjs +33 -0
  171. package/dist/actions/pdf-rotate.cjs.map +1 -0
  172. package/dist/actions/pdf-rotate.d.cts +9 -0
  173. package/dist/actions/pdf-rotate.d.cts.map +1 -0
  174. package/dist/actions/pdf-rotate.d.mts +9 -0
  175. package/dist/actions/pdf-rotate.d.mts.map +1 -0
  176. package/dist/actions/pdf-rotate.mjs +30 -0
  177. package/dist/actions/pdf-rotate.mjs.map +1 -0
  178. package/dist/actions/pdf-search-and-delete-text.cjs +34 -0
  179. package/dist/actions/pdf-search-and-delete-text.cjs.map +1 -0
  180. package/dist/actions/pdf-search-and-delete-text.d.cts +9 -0
  181. package/dist/actions/pdf-search-and-delete-text.d.cts.map +1 -0
  182. package/dist/actions/pdf-search-and-delete-text.d.mts +9 -0
  183. package/dist/actions/pdf-search-and-delete-text.d.mts.map +1 -0
  184. package/dist/actions/pdf-search-and-delete-text.mjs +31 -0
  185. package/dist/actions/pdf-search-and-delete-text.mjs.map +1 -0
  186. package/dist/actions/pdf-search-and-replace-text.cjs +35 -0
  187. package/dist/actions/pdf-search-and-replace-text.cjs.map +1 -0
  188. package/dist/actions/pdf-search-and-replace-text.d.cts +9 -0
  189. package/dist/actions/pdf-search-and-replace-text.d.cts.map +1 -0
  190. package/dist/actions/pdf-search-and-replace-text.d.mts +9 -0
  191. package/dist/actions/pdf-search-and-replace-text.d.mts.map +1 -0
  192. package/dist/actions/pdf-search-and-replace-text.mjs +32 -0
  193. package/dist/actions/pdf-search-and-replace-text.mjs.map +1 -0
  194. package/dist/actions/pdf-split.cjs +44 -0
  195. package/dist/actions/pdf-split.cjs.map +1 -0
  196. package/dist/actions/pdf-split.d.cts +9 -0
  197. package/dist/actions/pdf-split.d.cts.map +1 -0
  198. package/dist/actions/pdf-split.d.mts +9 -0
  199. package/dist/actions/pdf-split.d.mts.map +1 -0
  200. package/dist/actions/pdf-split.mjs +41 -0
  201. package/dist/actions/pdf-split.mjs.map +1 -0
  202. package/dist/actions/pdf-to-csv.cjs +33 -0
  203. package/dist/actions/pdf-to-csv.cjs.map +1 -0
  204. package/dist/actions/pdf-to-csv.d.cts +9 -0
  205. package/dist/actions/pdf-to-csv.d.cts.map +1 -0
  206. package/dist/actions/pdf-to-csv.d.mts +9 -0
  207. package/dist/actions/pdf-to-csv.d.mts.map +1 -0
  208. package/dist/actions/pdf-to-csv.mjs +30 -0
  209. package/dist/actions/pdf-to-csv.mjs.map +1 -0
  210. package/dist/actions/pdf-to-html.cjs +36 -0
  211. package/dist/actions/pdf-to-html.cjs.map +1 -0
  212. package/dist/actions/pdf-to-html.d.cts +9 -0
  213. package/dist/actions/pdf-to-html.d.cts.map +1 -0
  214. package/dist/actions/pdf-to-html.d.mts +9 -0
  215. package/dist/actions/pdf-to-html.d.mts.map +1 -0
  216. package/dist/actions/pdf-to-html.mjs +33 -0
  217. package/dist/actions/pdf-to-html.mjs.map +1 -0
  218. package/dist/actions/pdf-to-image.cjs +34 -0
  219. package/dist/actions/pdf-to-image.cjs.map +1 -0
  220. package/dist/actions/pdf-to-image.d.cts +9 -0
  221. package/dist/actions/pdf-to-image.d.cts.map +1 -0
  222. package/dist/actions/pdf-to-image.d.mts +9 -0
  223. package/dist/actions/pdf-to-image.d.mts.map +1 -0
  224. package/dist/actions/pdf-to-image.mjs +31 -0
  225. package/dist/actions/pdf-to-image.mjs.map +1 -0
  226. package/dist/actions/pdf-to-json.cjs +63 -0
  227. package/dist/actions/pdf-to-json.cjs.map +1 -0
  228. package/dist/actions/pdf-to-json.d.cts +9 -0
  229. package/dist/actions/pdf-to-json.d.cts.map +1 -0
  230. package/dist/actions/pdf-to-json.d.mts +9 -0
  231. package/dist/actions/pdf-to-json.d.mts.map +1 -0
  232. package/dist/actions/pdf-to-json.mjs +62 -0
  233. package/dist/actions/pdf-to-json.mjs.map +1 -0
  234. package/dist/actions/pdf-to-text.cjs +41 -0
  235. package/dist/actions/pdf-to-text.cjs.map +1 -0
  236. package/dist/actions/pdf-to-text.d.cts +9 -0
  237. package/dist/actions/pdf-to-text.d.cts.map +1 -0
  238. package/dist/actions/pdf-to-text.d.mts +9 -0
  239. package/dist/actions/pdf-to-text.d.mts.map +1 -0
  240. package/dist/actions/pdf-to-text.mjs +38 -0
  241. package/dist/actions/pdf-to-text.mjs.map +1 -0
  242. package/dist/actions/pdf-to-xls.cjs +30 -0
  243. package/dist/actions/pdf-to-xls.cjs.map +1 -0
  244. package/dist/actions/pdf-to-xls.d.cts +9 -0
  245. package/dist/actions/pdf-to-xls.d.cts.map +1 -0
  246. package/dist/actions/pdf-to-xls.d.mts +9 -0
  247. package/dist/actions/pdf-to-xls.d.mts.map +1 -0
  248. package/dist/actions/pdf-to-xls.mjs +27 -0
  249. package/dist/actions/pdf-to-xls.mjs.map +1 -0
  250. package/dist/actions/pdf-to-xlsx.cjs +37 -0
  251. package/dist/actions/pdf-to-xlsx.cjs.map +1 -0
  252. package/dist/actions/pdf-to-xlsx.d.cts +9 -0
  253. package/dist/actions/pdf-to-xlsx.d.cts.map +1 -0
  254. package/dist/actions/pdf-to-xlsx.d.mts +9 -0
  255. package/dist/actions/pdf-to-xlsx.d.mts.map +1 -0
  256. package/dist/actions/pdf-to-xlsx.mjs +34 -0
  257. package/dist/actions/pdf-to-xlsx.mjs.map +1 -0
  258. package/dist/actions/pdf-to-xml.cjs +29 -0
  259. package/dist/actions/pdf-to-xml.cjs.map +1 -0
  260. package/dist/actions/pdf-to-xml.d.cts +9 -0
  261. package/dist/actions/pdf-to-xml.d.cts.map +1 -0
  262. package/dist/actions/pdf-to-xml.d.mts +9 -0
  263. package/dist/actions/pdf-to-xml.d.mts.map +1 -0
  264. package/dist/actions/pdf-to-xml.mjs +26 -0
  265. package/dist/actions/pdf-to-xml.mjs.map +1 -0
  266. package/dist/actions/pdfco-post-barcode-generate.cjs +92 -0
  267. package/dist/actions/pdfco-post-barcode-generate.cjs.map +1 -0
  268. package/dist/actions/pdfco-post-barcode-generate.d.cts +9 -0
  269. package/dist/actions/pdfco-post-barcode-generate.d.cts.map +1 -0
  270. package/dist/actions/pdfco-post-barcode-generate.d.mts +9 -0
  271. package/dist/actions/pdfco-post-barcode-generate.d.mts.map +1 -0
  272. package/dist/actions/pdfco-post-barcode-generate.mjs +89 -0
  273. package/dist/actions/pdfco-post-barcode-generate.mjs.map +1 -0
  274. package/dist/actions/pdfco-post-file-upload-base64.cjs +30 -0
  275. package/dist/actions/pdfco-post-file-upload-base64.cjs.map +1 -0
  276. package/dist/actions/pdfco-post-file-upload-base64.d.cts +9 -0
  277. package/dist/actions/pdfco-post-file-upload-base64.d.cts.map +1 -0
  278. package/dist/actions/pdfco-post-file-upload-base64.d.mts +9 -0
  279. package/dist/actions/pdfco-post-file-upload-base64.d.mts.map +1 -0
  280. package/dist/actions/pdfco-post-file-upload-base64.mjs +27 -0
  281. package/dist/actions/pdfco-post-file-upload-base64.mjs.map +1 -0
  282. package/dist/app.cjs +9 -0
  283. package/dist/app.cjs.map +1 -0
  284. package/dist/app.d.cts +5 -0
  285. package/dist/app.d.cts.map +1 -0
  286. package/dist/app.d.mts +5 -0
  287. package/dist/app.d.mts.map +1 -0
  288. package/dist/app.mjs +10 -0
  289. package/dist/app.mjs.map +1 -0
  290. package/dist/catalog.cjs +15 -0
  291. package/dist/catalog.cjs.map +1 -0
  292. package/dist/catalog.d.cts +14 -0
  293. package/dist/catalog.d.cts.map +1 -0
  294. package/dist/catalog.d.mts +14 -0
  295. package/dist/catalog.d.mts.map +1 -0
  296. package/dist/catalog.mjs +15 -0
  297. package/dist/catalog.mjs.map +1 -0
  298. package/dist/execute.cjs +18 -0
  299. package/dist/execute.cjs.map +1 -0
  300. package/dist/execute.mjs +18 -0
  301. package/dist/execute.mjs.map +1 -0
  302. package/dist/index.cjs +74 -0
  303. package/dist/index.d.cts +37 -0
  304. package/dist/index.d.mts +37 -0
  305. package/dist/index.mjs +38 -0
  306. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/pdf_co
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `pdf_co`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 34
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { pdfCoAccountBalanceInfo } from "@keystrokehq/pdf_co/actions";
12
+
13
+ export default defineAgent({
14
+ key: "pdf_co-agent",
15
+ tools: [pdfCoAccountBalanceInfo],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.pdfCo.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executePdfCoTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["pdfCo","executePdfCoTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { pdfCo } from \"./app\";\nimport { executePdfCoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return pdfCo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePdfCoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { pdfCo } from "./app.mjs";
2
+ import { executePdfCoTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return pdfCo.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executePdfCoTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { pdfCo } from \"./app\";\nimport { executePdfCoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return pdfCo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePdfCoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/account-balance-info.ts
4
+ const PdfCoAccountBalanceInfoInput = zod.z.object({}).describe("No request parameters required for this request.");
5
+ const PdfCoAccountBalanceInfoOutput = zod.z.object({
6
+ error: zod.z.union([zod.z.string(), zod.z.boolean()]).nullable().optional(),
7
+ status: zod.z.string().describe("Status of the request, e.g., 'success'"),
8
+ balance: zod.z.number().describe("The current credit balance (only present on success)").nullable().optional(),
9
+ message: zod.z.string().describe("Message from the API").nullable().optional(),
10
+ errorCode: zod.z.number().int().describe("Error code if any").nullable().optional(),
11
+ remainingCredits: zod.z.number().int().describe("The number of remaining credits (only present on success)").nullable().optional()
12
+ }).passthrough().describe("Response model for account balance info.");
13
+ const pdfCoAccountBalanceInfo = require_action.action("PDF_CO_ACCOUNT_BALANCE_INFO", {
14
+ slug: "pdf_co-account-balance-info",
15
+ name: "Get Account Balance Info",
16
+ description: "Tool to get account balance info. Use after authenticating to check remaining credits.",
17
+ input: PdfCoAccountBalanceInfoInput,
18
+ output: PdfCoAccountBalanceInfoOutput
19
+ });
20
+ //#endregion
21
+ exports.pdfCoAccountBalanceInfo = pdfCoAccountBalanceInfo;
22
+
23
+ //# sourceMappingURL=account-balance-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-balance-info.cjs","names":["z","action"],"sources":["../../src/actions/account-balance-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoAccountBalanceInfoInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters required for this request.\");\nexport const PdfCoAccountBalanceInfoOutput: z.ZodTypeAny = z.object({\n error: z.union([z.string(), z.boolean()]).nullable().optional(),\n status: z.string().describe(\"Status of the request, e.g., 'success'\"),\n balance: z.number().describe(\"The current credit balance (only present on success)\").nullable().optional(),\n message: z.string().describe(\"Message from the API\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if any\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"The number of remaining credits (only present on success)\").nullable().optional(),\n}).passthrough().describe(\"Response model for account balance info.\");\n\nexport const pdfCoAccountBalanceInfo = action(\"PDF_CO_ACCOUNT_BALANCE_INFO\", {\n slug: \"pdf_co-account-balance-info\",\n name: \"Get Account Balance Info\",\n description: \"Tool to get account balance info. Use after authenticating to check remaining credits.\",\n input: PdfCoAccountBalanceInfoInput,\n output: PdfCoAccountBalanceInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAClI,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;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/account-balance-info.d.ts
4
+ declare const PdfCoAccountBalanceInfoInput: z.ZodTypeAny;
5
+ declare const PdfCoAccountBalanceInfoOutput: z.ZodTypeAny;
6
+ declare const pdfCoAccountBalanceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoAccountBalanceInfo };
9
+ //# sourceMappingURL=account-balance-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-balance-info.d.cts","names":[],"sources":["../../src/actions/account-balance-info.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAsF;AAAA,cACtH,6BAAA,EAA+B,CAAA,CAAE,UAOuB;AAAA,cAExD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/account-balance-info.d.ts
4
+ declare const PdfCoAccountBalanceInfoInput: z.ZodTypeAny;
5
+ declare const PdfCoAccountBalanceInfoOutput: z.ZodTypeAny;
6
+ declare const pdfCoAccountBalanceInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoAccountBalanceInfo };
9
+ //# sourceMappingURL=account-balance-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-balance-info.d.mts","names":[],"sources":["../../src/actions/account-balance-info.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAsF;AAAA,cACtH,6BAAA,EAA+B,CAAA,CAAE,UAOuB;AAAA,cAExD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoAccountBalanceInfo = action("PDF_CO_ACCOUNT_BALANCE_INFO", {
4
+ slug: "pdf_co-account-balance-info",
5
+ name: "Get Account Balance Info",
6
+ description: "Tool to get account balance info. Use after authenticating to check remaining credits.",
7
+ input: z.object({}).describe("No request parameters required for this request."),
8
+ output: z.object({
9
+ error: z.union([z.string(), z.boolean()]).nullable().optional(),
10
+ status: z.string().describe("Status of the request, e.g., 'success'"),
11
+ balance: z.number().describe("The current credit balance (only present on success)").nullable().optional(),
12
+ message: z.string().describe("Message from the API").nullable().optional(),
13
+ errorCode: z.number().int().describe("Error code if any").nullable().optional(),
14
+ remainingCredits: z.number().int().describe("The number of remaining credits (only present on success)").nullable().optional()
15
+ }).passthrough().describe("Response model for account balance info.")
16
+ });
17
+ //#endregion
18
+ export { pdfCoAccountBalanceInfo };
19
+
20
+ //# sourceMappingURL=account-balance-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-balance-info.mjs","names":[],"sources":["../../src/actions/account-balance-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoAccountBalanceInfoInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters required for this request.\");\nexport const PdfCoAccountBalanceInfoOutput: z.ZodTypeAny = z.object({\n error: z.union([z.string(), z.boolean()]).nullable().optional(),\n status: z.string().describe(\"Status of the request, e.g., 'success'\"),\n balance: z.number().describe(\"The current credit balance (only present on success)\").nullable().optional(),\n message: z.string().describe(\"Message from the API\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if any\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"The number of remaining credits (only present on success)\").nullable().optional(),\n}).passthrough().describe(\"Response model for account balance info.\");\n\nexport const pdfCoAccountBalanceInfo = action(\"PDF_CO_ACCOUNT_BALANCE_INFO\", {\n slug: \"pdf_co-account-balance-info\",\n name: \"Get Account Balance Info\",\n description: \"Tool to get account balance info. Use after authenticating to check remaining credits.\",\n input: PdfCoAccountBalanceInfoInput,\n output: PdfCoAccountBalanceInfoOutput,\n});\n"],"mappings":";;AAcA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAcvE;CACP,QAdyD,EAAE,OAAO;EAClE,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/convert-excel-to-csv.ts
4
+ const PdfCoConvertExcelToCsvInput = zod.z.object({
5
+ url: zod.z.string().describe("Link to source XLS or XLSX file to be converted to CSV"),
6
+ name: zod.z.string().describe("Desired name for the output CSV file").optional(),
7
+ pages: zod.z.string().describe("Pages to convert (e.g., '0-2,4'), default is all pages").optional(),
8
+ inline: zod.z.boolean().describe("If true, returns CSV data inline; otherwise returns URL to CSV").optional(),
9
+ password: zod.z.string().describe("Password for a protected Excel file, if applicable").optional(),
10
+ profiles: zod.z.string().describe("Conversion profiles in JSON format, see PDF.co docs for structure").optional()
11
+ }).describe("Request model for ConvertExcelToCsv action");
12
+ const PdfCoConvertExcelToCsvOutput = zod.z.object({
13
+ url: zod.z.string().describe("Link to the generated CSV file or inline data").nullable().optional(),
14
+ name: zod.z.string().describe("Output file name").nullable().optional(),
15
+ error: zod.z.boolean().describe("True if an error occurred during conversion"),
16
+ status: zod.z.union([zod.z.number().int(), zod.z.string()]).nullable().optional(),
17
+ credits: zod.z.number().int().describe("Credits consumed by this operation").nullable().optional(),
18
+ message: zod.z.string().describe("Error or status message").nullable().optional(),
19
+ duration: zod.z.number().int().describe("Time taken for the operation in milliseconds").nullable().optional(),
20
+ errorCode: zod.z.number().int().describe("Error code if an error occurred").nullable().optional(),
21
+ remainingCredits: zod.z.number().int().describe("Number of remaining credits after the call").nullable().optional(),
22
+ outputLinkValidTill: zod.z.string().describe("Timestamp indicating when the output link expires").nullable().optional()
23
+ }).passthrough().describe("Response model for ConvertExcelToCsv action");
24
+ const pdfCoConvertExcelToCsv = require_action.action("PDF_CO_CONVERT_EXCEL_TO_CSV", {
25
+ slug: "pdf_co-convert-excel-to-csv",
26
+ name: "Convert Excel to CSV",
27
+ description: "Tool to convert an Excel file (XLS/XLSX) to CSV. Use when you have a public Excel file URL and need CSV output. Inline option returns data inline; otherwise provides download URL.",
28
+ input: PdfCoConvertExcelToCsvInput,
29
+ output: PdfCoConvertExcelToCsvOutput
30
+ });
31
+ //#endregion
32
+ exports.pdfCoConvertExcelToCsv = pdfCoConvertExcelToCsv;
33
+
34
+ //# sourceMappingURL=convert-excel-to-csv.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-csv.cjs","names":["z","action"],"sources":["../../src/actions/convert-excel-to-csv.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToCsvInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to source XLS or XLSX file to be converted to CSV\"),\n name: z.string().describe(\"Desired name for the output CSV file\").optional(),\n pages: z.string().describe(\"Pages to convert (e.g., '0-2,4'), default is all pages\").optional(),\n inline: z.boolean().describe(\"If true, returns CSV data inline; otherwise returns URL to CSV\").optional(),\n password: z.string().describe(\"Password for a protected Excel file, if applicable\").optional(),\n profiles: z.string().describe(\"Conversion profiles in JSON format, see PDF.co docs for structure\").optional(),\n}).describe(\"Request model for ConvertExcelToCsv action\");\nexport const PdfCoConvertExcelToCsvOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the generated CSV file or inline data\").nullable().optional(),\n name: z.string().describe(\"Output file name\").nullable().optional(),\n error: z.boolean().describe(\"True if an error occurred during conversion\"),\n status: z.union([z.number().int(), z.string()]).nullable().optional(),\n credits: z.number().int().describe(\"Credits consumed by this operation\").nullable().optional(),\n message: z.string().describe(\"Error or status message\").nullable().optional(),\n duration: z.number().int().describe(\"Time taken for the operation in milliseconds\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of remaining credits after the call\").nullable().optional(),\n outputLinkValidTill: z.string().describe(\"Timestamp indicating when the output link expires\").nullable().optional(),\n}).passthrough().describe(\"Response model for ConvertExcelToCsv action\");\n\nexport const pdfCoConvertExcelToCsv = action(\"PDF_CO_CONVERT_EXCEL_TO_CSV\", {\n slug: \"pdf_co-convert-excel-to-csv\",\n name: \"Convert Excel to CSV\",\n description: \"Tool to convert an Excel file (XLS/XLSX) to CSV. Use when you have a public Excel file URL and need CSV output. Inline option returns data inline; otherwise provides download URL.\",\n input: PdfCoConvertExcelToCsvInput,\n output: PdfCoConvertExcelToCsvOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACzE,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,yBAAyBC,eAAAA,OAAO,+BAA+B;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/convert-excel-to-csv.d.ts
4
+ declare const PdfCoConvertExcelToCsvInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToCsvOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToCsv: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToCsv };
9
+ //# sourceMappingURL=convert-excel-to-csv.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-csv.d.cts","names":[],"sources":["../../src/actions/convert-excel-to-csv.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAOa;AAAA,cAC5C,4BAAA,EAA8B,CAAA,CAAE,UAW2B;AAAA,cAE3D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-csv.d.ts
4
+ declare const PdfCoConvertExcelToCsvInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToCsvOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToCsv: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToCsv };
9
+ //# sourceMappingURL=convert-excel-to-csv.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-csv.d.mts","names":[],"sources":["../../src/actions/convert-excel-to-csv.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAOa;AAAA,cAC5C,4BAAA,EAA8B,CAAA,CAAE,UAW2B;AAAA,cAE3D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoConvertExcelToCsv = action("PDF_CO_CONVERT_EXCEL_TO_CSV", {
4
+ slug: "pdf_co-convert-excel-to-csv",
5
+ name: "Convert Excel to CSV",
6
+ description: "Tool to convert an Excel file (XLS/XLSX) to CSV. Use when you have a public Excel file URL and need CSV output. Inline option returns data inline; otherwise provides download URL.",
7
+ input: z.object({
8
+ url: z.string().describe("Link to source XLS or XLSX file to be converted to CSV"),
9
+ name: z.string().describe("Desired name for the output CSV file").optional(),
10
+ pages: z.string().describe("Pages to convert (e.g., '0-2,4'), default is all pages").optional(),
11
+ inline: z.boolean().describe("If true, returns CSV data inline; otherwise returns URL to CSV").optional(),
12
+ password: z.string().describe("Password for a protected Excel file, if applicable").optional(),
13
+ profiles: z.string().describe("Conversion profiles in JSON format, see PDF.co docs for structure").optional()
14
+ }).describe("Request model for ConvertExcelToCsv action"),
15
+ output: z.object({
16
+ url: z.string().describe("Link to the generated CSV file or inline data").nullable().optional(),
17
+ name: z.string().describe("Output file name").nullable().optional(),
18
+ error: z.boolean().describe("True if an error occurred during conversion"),
19
+ status: z.union([z.number().int(), z.string()]).nullable().optional(),
20
+ credits: z.number().int().describe("Credits consumed by this operation").nullable().optional(),
21
+ message: z.string().describe("Error or status message").nullable().optional(),
22
+ duration: z.number().int().describe("Time taken for the operation in milliseconds").nullable().optional(),
23
+ errorCode: z.number().int().describe("Error code if an error occurred").nullable().optional(),
24
+ remainingCredits: z.number().int().describe("Number of remaining credits after the call").nullable().optional(),
25
+ outputLinkValidTill: z.string().describe("Timestamp indicating when the output link expires").nullable().optional()
26
+ }).passthrough().describe("Response model for ConvertExcelToCsv action")
27
+ });
28
+ //#endregion
29
+ export { pdfCoConvertExcelToCsv };
30
+
31
+ //# sourceMappingURL=convert-excel-to-csv.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-csv.mjs","names":[],"sources":["../../src/actions/convert-excel-to-csv.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToCsvInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to source XLS or XLSX file to be converted to CSV\"),\n name: z.string().describe(\"Desired name for the output CSV file\").optional(),\n pages: z.string().describe(\"Pages to convert (e.g., '0-2,4'), default is all pages\").optional(),\n inline: z.boolean().describe(\"If true, returns CSV data inline; otherwise returns URL to CSV\").optional(),\n password: z.string().describe(\"Password for a protected Excel file, if applicable\").optional(),\n profiles: z.string().describe(\"Conversion profiles in JSON format, see PDF.co docs for structure\").optional(),\n}).describe(\"Request model for ConvertExcelToCsv action\");\nexport const PdfCoConvertExcelToCsvOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the generated CSV file or inline data\").nullable().optional(),\n name: z.string().describe(\"Output file name\").nullable().optional(),\n error: z.boolean().describe(\"True if an error occurred during conversion\"),\n status: z.union([z.number().int(), z.string()]).nullable().optional(),\n credits: z.number().int().describe(\"Credits consumed by this operation\").nullable().optional(),\n message: z.string().describe(\"Error or status message\").nullable().optional(),\n duration: z.number().int().describe(\"Time taken for the operation in milliseconds\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of remaining credits after the call\").nullable().optional(),\n outputLinkValidTill: z.string().describe(\"Timestamp indicating when the output link expires\").nullable().optional(),\n}).passthrough().describe(\"Response model for ConvertExcelToCsv action\");\n\nexport const pdfCoConvertExcelToCsv = action(\"PDF_CO_CONVERT_EXCEL_TO_CSV\", {\n slug: \"pdf_co-convert-excel-to-csv\",\n name: \"Convert Excel to CSV\",\n description: \"Tool to convert an Excel file (XLS/XLSX) to CSV. Use when you have a public Excel file URL and need CSV output. Inline option returns data inline; otherwise provides download URL.\",\n input: PdfCoConvertExcelToCsvInput,\n output: PdfCoConvertExcelToCsvOutput,\n});\n"],"mappings":";;AAyBA,MAAa,yBAAyB,OAAO,+BAA+B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzBuD,EAAE,OAAO;EAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC9F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,SAAS,4CAkBH;CACP,QAlBwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EACzE,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/convert-excel-to-html.ts
4
+ const PdfCoConvertExcelToHtmlInput = zod.z.object({
5
+ url: zod.z.string().describe("URL to the source Excel file (xls, xlsx, or csv)."),
6
+ name: zod.z.string().describe("Name for the resulting HTML file (e.g., 'report.html').").optional(),
7
+ async: zod.z.boolean().default(false).describe("Set to true to run the conversion asynchronously.").optional(),
8
+ profiles: zod.z.string().describe("Conversion profiles as a JSON string.").optional()
9
+ }).describe("Request schema for converting an Excel file to HTML.");
10
+ const PdfCoConvertExcelToHtmlOutput = zod.z.object({
11
+ url: zod.z.string().describe("URL of the generated HTML file.").nullable().optional(),
12
+ name: zod.z.string().describe("Name of the output file.").nullable().optional(),
13
+ error: zod.z.boolean().describe("True if an error occurred, otherwise False."),
14
+ status: zod.z.number().int().describe("HTTP status code returned by the API.").nullable().optional(),
15
+ credits: zod.z.number().int().describe("Number of credits used for this request.").nullable().optional(),
16
+ message: zod.z.string().describe("Error or status message from the API.").nullable().optional(),
17
+ remainingCredits: zod.z.number().int().describe("Number of remaining credits in the account.").nullable().optional()
18
+ }).describe("Response schema after converting Excel to HTML.");
19
+ const pdfCoConvertExcelToHtml = require_action.action("PDF_CO_CONVERT_EXCEL_TO_HTML", {
20
+ slug: "pdf_co-convert-excel-to-html",
21
+ name: "Convert Excel to HTML",
22
+ description: "Tool to convert an Excel file to HTML. Use when you have an Excel URL and need HTML output.",
23
+ input: PdfCoConvertExcelToHtmlInput,
24
+ output: PdfCoConvertExcelToHtmlOutput
25
+ });
26
+ //#endregion
27
+ exports.pdfCoConvertExcelToHtml = pdfCoConvertExcelToHtml;
28
+
29
+ //# sourceMappingURL=convert-excel-to-html.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-html.cjs","names":["z","action"],"sources":["../../src/actions/convert-excel-to-html.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToHtmlInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the source Excel file (xls, xlsx, or csv).\"),\n name: z.string().describe(\"Name for the resulting HTML file (e.g., 'report.html').\").optional(),\n async: z.boolean().default(false).describe(\"Set to true to run the conversion asynchronously.\").optional(),\n profiles: z.string().describe(\"Conversion profiles as a JSON string.\").optional(),\n}).describe(\"Request schema for converting an Excel file to HTML.\");\nexport const PdfCoConvertExcelToHtmlOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the generated HTML file.\").nullable().optional(),\n name: z.string().describe(\"Name of the output file.\").nullable().optional(),\n error: z.boolean().describe(\"True if an error occurred, otherwise False.\"),\n status: z.number().int().describe(\"HTTP status code returned by the API.\").nullable().optional(),\n credits: z.number().int().describe(\"Number of credits used for this request.\").nullable().optional(),\n message: z.string().describe(\"Error or status message from the API.\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of remaining credits in the account.\").nullable().optional(),\n}).describe(\"Response schema after converting Excel to HTML.\");\n\nexport const pdfCoConvertExcelToHtml = action(\"PDF_CO_CONVERT_EXCEL_TO_HTML\", {\n slug: \"pdf_co-convert-excel-to-html\",\n name: \"Convert Excel to HTML\",\n description: \"Tool to convert an Excel file to HTML. Use when you have an Excel URL and need HTML output.\",\n input: PdfCoConvertExcelToHtmlInput,\n output: PdfCoConvertExcelToHtmlOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,0BAA0BC,eAAAA,OAAO,gCAAgC;CAC5E,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/convert-excel-to-html.d.ts
4
+ declare const PdfCoConvertExcelToHtmlInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToHtmlOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToHtml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToHtml };
9
+ //# sourceMappingURL=convert-excel-to-html.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-html.d.cts","names":[],"sources":["../../src/actions/convert-excel-to-html.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKsB;AAAA,cACtD,6BAAA,EAA+B,CAAA,CAAE,UAQgB;AAAA,cAEjD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-html.d.ts
4
+ declare const PdfCoConvertExcelToHtmlInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToHtmlOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToHtml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToHtml };
9
+ //# sourceMappingURL=convert-excel-to-html.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-html.d.mts","names":[],"sources":["../../src/actions/convert-excel-to-html.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKsB;AAAA,cACtD,6BAAA,EAA+B,CAAA,CAAE,UAQgB;AAAA,cAEjD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoConvertExcelToHtml = action("PDF_CO_CONVERT_EXCEL_TO_HTML", {
4
+ slug: "pdf_co-convert-excel-to-html",
5
+ name: "Convert Excel to HTML",
6
+ description: "Tool to convert an Excel file to HTML. Use when you have an Excel URL and need HTML output.",
7
+ input: z.object({
8
+ url: z.string().describe("URL to the source Excel file (xls, xlsx, or csv)."),
9
+ name: z.string().describe("Name for the resulting HTML file (e.g., 'report.html').").optional(),
10
+ async: z.boolean().default(false).describe("Set to true to run the conversion asynchronously.").optional(),
11
+ profiles: z.string().describe("Conversion profiles as a JSON string.").optional()
12
+ }).describe("Request schema for converting an Excel file to HTML."),
13
+ output: z.object({
14
+ url: z.string().describe("URL of the generated HTML file.").nullable().optional(),
15
+ name: z.string().describe("Name of the output file.").nullable().optional(),
16
+ error: z.boolean().describe("True if an error occurred, otherwise False."),
17
+ status: z.number().int().describe("HTTP status code returned by the API.").nullable().optional(),
18
+ credits: z.number().int().describe("Number of credits used for this request.").nullable().optional(),
19
+ message: z.string().describe("Error or status message from the API.").nullable().optional(),
20
+ remainingCredits: z.number().int().describe("Number of remaining credits in the account.").nullable().optional()
21
+ }).describe("Response schema after converting Excel to HTML.")
22
+ });
23
+ //#endregion
24
+ export { pdfCoConvertExcelToHtml };
25
+
26
+ //# sourceMappingURL=convert-excel-to-html.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-html.mjs","names":[],"sources":["../../src/actions/convert-excel-to-html.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToHtmlInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the source Excel file (xls, xlsx, or csv).\"),\n name: z.string().describe(\"Name for the resulting HTML file (e.g., 'report.html').\").optional(),\n async: z.boolean().default(false).describe(\"Set to true to run the conversion asynchronously.\").optional(),\n profiles: z.string().describe(\"Conversion profiles as a JSON string.\").optional(),\n}).describe(\"Request schema for converting an Excel file to HTML.\");\nexport const PdfCoConvertExcelToHtmlOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the generated HTML file.\").nullable().optional(),\n name: z.string().describe(\"Name of the output file.\").nullable().optional(),\n error: z.boolean().describe(\"True if an error occurred, otherwise False.\"),\n status: z.number().int().describe(\"HTTP status code returned by the API.\").nullable().optional(),\n credits: z.number().int().describe(\"Number of credits used for this request.\").nullable().optional(),\n message: z.string().describe(\"Error or status message from the API.\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of remaining credits in the account.\").nullable().optional(),\n}).describe(\"Response schema after converting Excel to HTML.\");\n\nexport const pdfCoConvertExcelToHtml = action(\"PDF_CO_CONVERT_EXCEL_TO_HTML\", {\n slug: \"pdf_co-convert-excel-to-html\",\n name: \"Convert Excel to HTML\",\n description: \"Tool to convert an Excel file to HTML. Use when you have an Excel URL and need HTML output.\",\n input: PdfCoConvertExcelToHtmlInput,\n output: PdfCoConvertExcelToHtmlOutput,\n});\n"],"mappings":";;AAoBA,MAAa,0BAA0B,OAAO,gCAAgC;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAC9F,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,SAAS,sDAeH;CACP,QAfyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/convert-excel-to-json.ts
4
+ const PdfCoConvertExcelToJsonInput = zod.z.object({
5
+ url: zod.z.string().describe("Public URL of the source Excel/CSV file."),
6
+ name: zod.z.string().describe("Desired name for the generated JSON file.").optional(),
7
+ pages: zod.z.string().describe("Comma-separated page indices or ranges to process, e.g., '1,3-5'.").optional(),
8
+ password: zod.z.string().describe("Password for password-protected files.").optional(),
9
+ profiles: zod.z.string().describe("Custom processing profiles in JSON format.").optional()
10
+ }).describe("Request parameters for converting an online Excel (XLS, XLSX) or CSV file to JSON.\nProvide a publicly accessible URL to the source file.");
11
+ const PdfCoConvertExcelToJsonOutput = zod.z.object({
12
+ url: zod.z.string().describe("URL of the generated JSON file."),
13
+ error: zod.z.boolean().describe("False indicates success."),
14
+ status: zod.z.number().int().describe("Status code returned by the API."),
15
+ message: zod.z.string().describe("Error or confirmation message.")
16
+ }).describe("Response schema for Excel/CSV to JSON conversion.");
17
+ const pdfCoConvertExcelToJson = require_action.action("PDF_CO_CONVERT_EXCEL_TO_JSON", {
18
+ slug: "pdf_co-convert-excel-to-json",
19
+ name: "Convert Excel to JSON",
20
+ description: "Tool to convert an online Excel or CSV file to JSON format. Use when you have a public file URL and need structured data extraction.",
21
+ input: PdfCoConvertExcelToJsonInput,
22
+ output: PdfCoConvertExcelToJsonOutput
23
+ });
24
+ //#endregion
25
+ exports.pdfCoConvertExcelToJson = pdfCoConvertExcelToJson;
26
+
27
+ //# sourceMappingURL=convert-excel-to-json.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-json.cjs","names":["z","action"],"sources":["../../src/actions/convert-excel-to-json.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToJsonInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Public URL of the source Excel/CSV file.\"),\n name: z.string().describe(\"Desired name for the generated JSON file.\").optional(),\n pages: z.string().describe(\"Comma-separated page indices or ranges to process, e.g., '1,3-5'.\").optional(),\n password: z.string().describe(\"Password for password-protected files.\").optional(),\n profiles: z.string().describe(\"Custom processing profiles in JSON format.\").optional(),\n}).describe(\"Request parameters for converting an online Excel (XLS, XLSX) or CSV file to JSON.\\nProvide a publicly accessible URL to the source file.\");\nexport const PdfCoConvertExcelToJsonOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the generated JSON file.\"),\n error: z.boolean().describe(\"False indicates success.\"),\n status: z.number().int().describe(\"Status code returned by the API.\"),\n message: z.string().describe(\"Error or confirmation message.\"),\n}).describe(\"Response schema for Excel/CSV to JSON conversion.\");\n\nexport const pdfCoConvertExcelToJson = action(\"PDF_CO_CONVERT_EXCEL_TO_JSON\", {\n slug: \"pdf_co-convert-excel-to-json\",\n name: \"Convert Excel to JSON\",\n description: \"Tool to convert an online Excel or CSV file to JSON format. Use when you have a public file URL and need structured data extraction.\",\n input: PdfCoConvertExcelToJsonInput,\n output: PdfCoConvertExcelToJsonOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,2IAA2I;AACvJ,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,0BAA0BC,eAAAA,OAAO,gCAAgC;CAC5E,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/convert-excel-to-json.d.ts
4
+ declare const PdfCoConvertExcelToJsonInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToJsonOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToJson: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToJson };
9
+ //# sourceMappingURL=convert-excel-to-json.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-json.d.cts","names":[],"sources":["../../src/actions/convert-excel-to-json.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAM2G;AAAA,cAC3I,6BAAA,EAA+B,CAAA,CAAE,UAKkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-json.d.ts
4
+ declare const PdfCoConvertExcelToJsonInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToJsonOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToJson: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToJson };
9
+ //# sourceMappingURL=convert-excel-to-json.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-json.d.mts","names":[],"sources":["../../src/actions/convert-excel-to-json.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAM2G;AAAA,cAC3I,6BAAA,EAA+B,CAAA,CAAE,UAKkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoConvertExcelToJson = action("PDF_CO_CONVERT_EXCEL_TO_JSON", {
4
+ slug: "pdf_co-convert-excel-to-json",
5
+ name: "Convert Excel to JSON",
6
+ description: "Tool to convert an online Excel or CSV file to JSON format. Use when you have a public file URL and need structured data extraction.",
7
+ input: z.object({
8
+ url: z.string().describe("Public URL of the source Excel/CSV file."),
9
+ name: z.string().describe("Desired name for the generated JSON file.").optional(),
10
+ pages: z.string().describe("Comma-separated page indices or ranges to process, e.g., '1,3-5'.").optional(),
11
+ password: z.string().describe("Password for password-protected files.").optional(),
12
+ profiles: z.string().describe("Custom processing profiles in JSON format.").optional()
13
+ }).describe("Request parameters for converting an online Excel (XLS, XLSX) or CSV file to JSON.\nProvide a publicly accessible URL to the source file."),
14
+ output: z.object({
15
+ url: z.string().describe("URL of the generated JSON file."),
16
+ error: z.boolean().describe("False indicates success."),
17
+ status: z.number().int().describe("Status code returned by the API."),
18
+ message: z.string().describe("Error or confirmation message.")
19
+ }).describe("Response schema for Excel/CSV to JSON conversion.")
20
+ });
21
+ //#endregion
22
+ export { pdfCoConvertExcelToJson };
23
+
24
+ //# sourceMappingURL=convert-excel-to-json.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-json.mjs","names":[],"sources":["../../src/actions/convert-excel-to-json.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToJsonInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Public URL of the source Excel/CSV file.\"),\n name: z.string().describe(\"Desired name for the generated JSON file.\").optional(),\n pages: z.string().describe(\"Comma-separated page indices or ranges to process, e.g., '1,3-5'.\").optional(),\n password: z.string().describe(\"Password for password-protected files.\").optional(),\n profiles: z.string().describe(\"Custom processing profiles in JSON format.\").optional(),\n}).describe(\"Request parameters for converting an online Excel (XLS, XLSX) or CSV file to JSON.\\nProvide a publicly accessible URL to the source file.\");\nexport const PdfCoConvertExcelToJsonOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the generated JSON file.\"),\n error: z.boolean().describe(\"False indicates success.\"),\n status: z.number().int().describe(\"Status code returned by the API.\"),\n message: z.string().describe(\"Error or confirmation message.\"),\n}).describe(\"Response schema for Excel/CSV to JSON conversion.\");\n\nexport const pdfCoConvertExcelToJson = action(\"PDF_CO_CONVERT_EXCEL_TO_JSON\", {\n slug: \"pdf_co-convert-excel-to-json\",\n name: \"Convert Excel to JSON\",\n description: \"Tool to convert an online Excel or CSV file to JSON format. Use when you have a public file URL and need structured data extraction.\",\n input: PdfCoConvertExcelToJsonInput,\n output: PdfCoConvertExcelToJsonOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,gCAAgC;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,SAAS,2IAYH;CACP,QAZyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC1D,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B;EACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC/D,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/convert-excel-to-text.ts
4
+ const PdfCoConvertExcelToTextInput = zod.z.object({
5
+ url: zod.z.string().describe("Link to the source Excel file (xls, xlsx, or csv)."),
6
+ name: zod.z.string().describe("Optional name for the output file.").optional(),
7
+ pages: zod.z.string().describe("Comma-separated list of sheet indices to convert, e.g., '0,2'.").optional(),
8
+ inline: zod.z.boolean().default(false).describe("Set to true to return data inline in response instead of URL.").optional(),
9
+ encrypt: zod.z.boolean().default(false).describe("Set to true to encrypt the resulting file.").optional(),
10
+ password: zod.z.string().describe("Password for password-protected Excel files.").optional(),
11
+ profiles: zod.z.string().describe("Conversion profiles in JSON format.").optional()
12
+ });
13
+ const PdfCoConvertExcelToTextOutput = zod.z.object({
14
+ url: zod.z.string().describe("Link to the generated text file.").nullable().optional(),
15
+ body: zod.z.string().describe("Inline content when inline=true parameter is used.").nullable().optional(),
16
+ name: zod.z.string().describe("Name of the generated output file.").nullable().optional(),
17
+ error: zod.z.boolean().describe("Error flag; true if an error occurred."),
18
+ status: zod.z.union([zod.z.number().int(), zod.z.string()]).nullable().optional(),
19
+ message: zod.z.string().describe("Error or result message.").nullable().optional(),
20
+ errorCode: zod.z.number().int().describe("Error code if an error occurred.").nullable().optional()
21
+ }).passthrough();
22
+ const pdfCoConvertExcelToText = require_action.action("PDF_CO_CONVERT_EXCEL_TO_TEXT", {
23
+ slug: "pdf_co-convert-excel-to-text",
24
+ name: "Convert Excel to Text",
25
+ description: "Tool to convert Excel files to plain text. Use after providing an Excel file URL to extract spreadsheet content.",
26
+ input: PdfCoConvertExcelToTextInput,
27
+ output: PdfCoConvertExcelToTextOutput
28
+ });
29
+ //#endregion
30
+ exports.pdfCoConvertExcelToText = pdfCoConvertExcelToText;
31
+
32
+ //# sourceMappingURL=convert-excel-to-text.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-text.cjs","names":["z","action"],"sources":["../../src/actions/convert-excel-to-text.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToTextInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the source Excel file (xls, xlsx, or csv).\"),\n name: z.string().describe(\"Optional name for the output file.\").optional(),\n pages: z.string().describe(\"Comma-separated list of sheet indices to convert, e.g., '0,2'.\").optional(),\n inline: z.boolean().default(false).describe(\"Set to true to return data inline in response instead of URL.\").optional(),\n encrypt: z.boolean().default(false).describe(\"Set to true to encrypt the resulting file.\").optional(),\n password: z.string().describe(\"Password for password-protected Excel files.\").optional(),\n profiles: z.string().describe(\"Conversion profiles in JSON format.\").optional(),\n});\nexport const PdfCoConvertExcelToTextOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the generated text file.\").nullable().optional(),\n body: z.string().describe(\"Inline content when inline=true parameter is used.\").nullable().optional(),\n name: z.string().describe(\"Name of the generated output file.\").nullable().optional(),\n error: z.boolean().describe(\"Error flag; true if an error occurred.\"),\n status: z.union([z.number().int(), z.string()]).nullable().optional(),\n message: z.string().describe(\"Error or result message.\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred.\").nullable().optional(),\n}).passthrough();\n\nexport const pdfCoConvertExcelToText = action(\"PDF_CO_CONVERT_EXCEL_TO_TEXT\", {\n slug: \"pdf_co-convert-excel-to-text\",\n name: \"Convert Excel to Text\",\n description: \"Tool to convert Excel files to plain text. Use after providing an Excel file URL to extract spreadsheet content.\",\n input: PdfCoConvertExcelToTextInput,\n output: PdfCoConvertExcelToTextOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACpG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAChF,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,0BAA0BC,eAAAA,OAAO,gCAAgC;CAC5E,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/convert-excel-to-text.d.ts
4
+ declare const PdfCoConvertExcelToTextInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToTextOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToText: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToText };
9
+ //# sourceMappingURL=convert-excel-to-text.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-text.d.cts","names":[],"sources":["../../src/actions/convert-excel-to-text.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQ3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAQ9B;AAAA,cAEH,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-text.d.ts
4
+ declare const PdfCoConvertExcelToTextInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToTextOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToText: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToText };
9
+ //# sourceMappingURL=convert-excel-to-text.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-text.d.mts","names":[],"sources":["../../src/actions/convert-excel-to-text.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQ3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAQ9B;AAAA,cAEH,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoConvertExcelToText = action("PDF_CO_CONVERT_EXCEL_TO_TEXT", {
4
+ slug: "pdf_co-convert-excel-to-text",
5
+ name: "Convert Excel to Text",
6
+ description: "Tool to convert Excel files to plain text. Use after providing an Excel file URL to extract spreadsheet content.",
7
+ input: z.object({
8
+ url: z.string().describe("Link to the source Excel file (xls, xlsx, or csv)."),
9
+ name: z.string().describe("Optional name for the output file.").optional(),
10
+ pages: z.string().describe("Comma-separated list of sheet indices to convert, e.g., '0,2'.").optional(),
11
+ inline: z.boolean().default(false).describe("Set to true to return data inline in response instead of URL.").optional(),
12
+ encrypt: z.boolean().default(false).describe("Set to true to encrypt the resulting file.").optional(),
13
+ password: z.string().describe("Password for password-protected Excel files.").optional(),
14
+ profiles: z.string().describe("Conversion profiles in JSON format.").optional()
15
+ }),
16
+ output: z.object({
17
+ url: z.string().describe("Link to the generated text file.").nullable().optional(),
18
+ body: z.string().describe("Inline content when inline=true parameter is used.").nullable().optional(),
19
+ name: z.string().describe("Name of the generated output file.").nullable().optional(),
20
+ error: z.boolean().describe("Error flag; true if an error occurred."),
21
+ status: z.union([z.number().int(), z.string()]).nullable().optional(),
22
+ message: z.string().describe("Error or result message.").nullable().optional(),
23
+ errorCode: z.number().int().describe("Error code if an error occurred.").nullable().optional()
24
+ }).passthrough()
25
+ });
26
+ //#endregion
27
+ export { pdfCoConvertExcelToText };
28
+
29
+ //# sourceMappingURL=convert-excel-to-text.mjs.map