@keystrokehq/penpot 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 (754) 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/create-access-token.cjs +26 -0
  7. package/dist/actions/create-access-token.cjs.map +1 -0
  8. package/dist/actions/create-access-token.d.cts +9 -0
  9. package/dist/actions/create-access-token.d.cts.map +1 -0
  10. package/dist/actions/create-access-token.d.mts +9 -0
  11. package/dist/actions/create-access-token.d.mts.map +1 -0
  12. package/dist/actions/create-access-token.mjs +23 -0
  13. package/dist/actions/create-access-token.mjs.map +1 -0
  14. package/dist/actions/create-comment-thread.cjs +35 -0
  15. package/dist/actions/create-comment-thread.cjs.map +1 -0
  16. package/dist/actions/create-comment-thread.d.cts +9 -0
  17. package/dist/actions/create-comment-thread.d.cts.map +1 -0
  18. package/dist/actions/create-comment-thread.d.mts +9 -0
  19. package/dist/actions/create-comment-thread.d.mts.map +1 -0
  20. package/dist/actions/create-comment-thread.mjs +32 -0
  21. package/dist/actions/create-comment-thread.mjs.map +1 -0
  22. package/dist/actions/create-file.cjs +30 -0
  23. package/dist/actions/create-file.cjs.map +1 -0
  24. package/dist/actions/create-file.d.cts +9 -0
  25. package/dist/actions/create-file.d.cts.map +1 -0
  26. package/dist/actions/create-file.d.mts +9 -0
  27. package/dist/actions/create-file.d.mts.map +1 -0
  28. package/dist/actions/create-file.mjs +27 -0
  29. package/dist/actions/create-file.mjs.map +1 -0
  30. package/dist/actions/create-project.cjs +27 -0
  31. package/dist/actions/create-project.cjs.map +1 -0
  32. package/dist/actions/create-project.d.cts +9 -0
  33. package/dist/actions/create-project.d.cts.map +1 -0
  34. package/dist/actions/create-project.d.mts +9 -0
  35. package/dist/actions/create-project.d.mts.map +1 -0
  36. package/dist/actions/create-project.mjs +24 -0
  37. package/dist/actions/create-project.mjs.map +1 -0
  38. package/dist/actions/create-team-access-request.cjs +20 -0
  39. package/dist/actions/create-team-access-request.cjs.map +1 -0
  40. package/dist/actions/create-team-access-request.d.cts +9 -0
  41. package/dist/actions/create-team-access-request.d.cts.map +1 -0
  42. package/dist/actions/create-team-access-request.d.mts +9 -0
  43. package/dist/actions/create-team-access-request.d.mts.map +1 -0
  44. package/dist/actions/create-team-access-request.mjs +17 -0
  45. package/dist/actions/create-team-access-request.mjs.map +1 -0
  46. package/dist/actions/create-team.cjs +33 -0
  47. package/dist/actions/create-team.cjs.map +1 -0
  48. package/dist/actions/create-team.d.cts +9 -0
  49. package/dist/actions/create-team.d.cts.map +1 -0
  50. package/dist/actions/create-team.d.mts +9 -0
  51. package/dist/actions/create-team.d.mts.map +1 -0
  52. package/dist/actions/create-team.mjs +32 -0
  53. package/dist/actions/create-team.mjs.map +1 -0
  54. package/dist/actions/create-webhook.cjs +26 -0
  55. package/dist/actions/create-webhook.cjs.map +1 -0
  56. package/dist/actions/create-webhook.d.cts +9 -0
  57. package/dist/actions/create-webhook.d.cts.map +1 -0
  58. package/dist/actions/create-webhook.d.mts +9 -0
  59. package/dist/actions/create-webhook.d.mts.map +1 -0
  60. package/dist/actions/create-webhook.mjs +23 -0
  61. package/dist/actions/create-webhook.mjs.map +1 -0
  62. package/dist/actions/delete-access-token.cjs +16 -0
  63. package/dist/actions/delete-access-token.cjs.map +1 -0
  64. package/dist/actions/delete-access-token.d.cts +9 -0
  65. package/dist/actions/delete-access-token.d.cts.map +1 -0
  66. package/dist/actions/delete-access-token.d.mts +9 -0
  67. package/dist/actions/delete-access-token.d.mts.map +1 -0
  68. package/dist/actions/delete-access-token.mjs +13 -0
  69. package/dist/actions/delete-access-token.mjs.map +1 -0
  70. package/dist/actions/delete-comment.cjs +22 -0
  71. package/dist/actions/delete-comment.cjs.map +1 -0
  72. package/dist/actions/delete-comment.d.cts +9 -0
  73. package/dist/actions/delete-comment.d.cts.map +1 -0
  74. package/dist/actions/delete-comment.d.mts +9 -0
  75. package/dist/actions/delete-comment.d.mts.map +1 -0
  76. package/dist/actions/delete-comment.mjs +19 -0
  77. package/dist/actions/delete-comment.mjs.map +1 -0
  78. package/dist/actions/delete-file-snapshot.cjs +16 -0
  79. package/dist/actions/delete-file-snapshot.cjs.map +1 -0
  80. package/dist/actions/delete-file-snapshot.d.cts +9 -0
  81. package/dist/actions/delete-file-snapshot.d.cts.map +1 -0
  82. package/dist/actions/delete-file-snapshot.d.mts +9 -0
  83. package/dist/actions/delete-file-snapshot.d.mts.map +1 -0
  84. package/dist/actions/delete-file-snapshot.mjs +13 -0
  85. package/dist/actions/delete-file-snapshot.mjs.map +1 -0
  86. package/dist/actions/delete-project.cjs +16 -0
  87. package/dist/actions/delete-project.cjs.map +1 -0
  88. package/dist/actions/delete-project.d.cts +9 -0
  89. package/dist/actions/delete-project.d.cts.map +1 -0
  90. package/dist/actions/delete-project.d.mts +9 -0
  91. package/dist/actions/delete-project.d.mts.map +1 -0
  92. package/dist/actions/delete-project.mjs +13 -0
  93. package/dist/actions/delete-project.mjs.map +1 -0
  94. package/dist/actions/delete-team-files-permanently.cjs +19 -0
  95. package/dist/actions/delete-team-files-permanently.cjs.map +1 -0
  96. package/dist/actions/delete-team-files-permanently.d.cts +9 -0
  97. package/dist/actions/delete-team-files-permanently.d.cts.map +1 -0
  98. package/dist/actions/delete-team-files-permanently.d.mts +9 -0
  99. package/dist/actions/delete-team-files-permanently.d.mts.map +1 -0
  100. package/dist/actions/delete-team-files-permanently.mjs +16 -0
  101. package/dist/actions/delete-team-files-permanently.mjs.map +1 -0
  102. package/dist/actions/delete-team-invitation.cjs +19 -0
  103. package/dist/actions/delete-team-invitation.cjs.map +1 -0
  104. package/dist/actions/delete-team-invitation.d.cts +9 -0
  105. package/dist/actions/delete-team-invitation.d.cts.map +1 -0
  106. package/dist/actions/delete-team-invitation.d.mts +9 -0
  107. package/dist/actions/delete-team-invitation.d.mts.map +1 -0
  108. package/dist/actions/delete-team-invitation.mjs +16 -0
  109. package/dist/actions/delete-team-invitation.mjs.map +1 -0
  110. package/dist/actions/delete-team-member.cjs +19 -0
  111. package/dist/actions/delete-team-member.cjs.map +1 -0
  112. package/dist/actions/delete-team-member.d.cts +9 -0
  113. package/dist/actions/delete-team-member.d.cts.map +1 -0
  114. package/dist/actions/delete-team-member.d.mts +9 -0
  115. package/dist/actions/delete-team-member.d.mts.map +1 -0
  116. package/dist/actions/delete-team-member.mjs +16 -0
  117. package/dist/actions/delete-team-member.mjs.map +1 -0
  118. package/dist/actions/delete-team.cjs +16 -0
  119. package/dist/actions/delete-team.cjs.map +1 -0
  120. package/dist/actions/delete-team.d.cts +9 -0
  121. package/dist/actions/delete-team.d.cts.map +1 -0
  122. package/dist/actions/delete-team.d.mts +9 -0
  123. package/dist/actions/delete-team.d.mts.map +1 -0
  124. package/dist/actions/delete-team.mjs +13 -0
  125. package/dist/actions/delete-team.mjs.map +1 -0
  126. package/dist/actions/delete-webhook.cjs +16 -0
  127. package/dist/actions/delete-webhook.cjs.map +1 -0
  128. package/dist/actions/delete-webhook.d.cts +9 -0
  129. package/dist/actions/delete-webhook.d.cts.map +1 -0
  130. package/dist/actions/delete-webhook.d.mts +9 -0
  131. package/dist/actions/delete-webhook.d.mts.map +1 -0
  132. package/dist/actions/delete-webhook.mjs +13 -0
  133. package/dist/actions/delete-webhook.mjs.map +1 -0
  134. package/dist/actions/duplicate-file.cjs +31 -0
  135. package/dist/actions/duplicate-file.cjs.map +1 -0
  136. package/dist/actions/duplicate-file.d.cts +9 -0
  137. package/dist/actions/duplicate-file.d.cts.map +1 -0
  138. package/dist/actions/duplicate-file.d.mts +9 -0
  139. package/dist/actions/duplicate-file.d.mts.map +1 -0
  140. package/dist/actions/duplicate-file.mjs +28 -0
  141. package/dist/actions/duplicate-file.mjs.map +1 -0
  142. package/dist/actions/duplicate-project.cjs +22 -0
  143. package/dist/actions/duplicate-project.cjs.map +1 -0
  144. package/dist/actions/duplicate-project.d.cts +9 -0
  145. package/dist/actions/duplicate-project.d.cts.map +1 -0
  146. package/dist/actions/duplicate-project.d.mts +9 -0
  147. package/dist/actions/duplicate-project.d.mts.map +1 -0
  148. package/dist/actions/duplicate-project.mjs +19 -0
  149. package/dist/actions/duplicate-project.mjs.map +1 -0
  150. package/dist/actions/get-access-tokens.cjs +24 -0
  151. package/dist/actions/get-access-tokens.cjs.map +1 -0
  152. package/dist/actions/get-access-tokens.d.cts +9 -0
  153. package/dist/actions/get-access-tokens.d.cts.map +1 -0
  154. package/dist/actions/get-access-tokens.d.mts +9 -0
  155. package/dist/actions/get-access-tokens.d.mts.map +1 -0
  156. package/dist/actions/get-access-tokens.mjs +23 -0
  157. package/dist/actions/get-access-tokens.mjs.map +1 -0
  158. package/dist/actions/get-all-projects.cjs +25 -0
  159. package/dist/actions/get-all-projects.cjs.map +1 -0
  160. package/dist/actions/get-all-projects.d.cts +9 -0
  161. package/dist/actions/get-all-projects.d.cts.map +1 -0
  162. package/dist/actions/get-all-projects.d.mts +9 -0
  163. package/dist/actions/get-all-projects.d.mts.map +1 -0
  164. package/dist/actions/get-all-projects.mjs +24 -0
  165. package/dist/actions/get-all-projects.mjs.map +1 -0
  166. package/dist/actions/get-builtin-templates.cjs +20 -0
  167. package/dist/actions/get-builtin-templates.cjs.map +1 -0
  168. package/dist/actions/get-builtin-templates.d.cts +9 -0
  169. package/dist/actions/get-builtin-templates.d.cts.map +1 -0
  170. package/dist/actions/get-builtin-templates.d.mts +9 -0
  171. package/dist/actions/get-builtin-templates.d.mts.map +1 -0
  172. package/dist/actions/get-builtin-templates.mjs +19 -0
  173. package/dist/actions/get-builtin-templates.mjs.map +1 -0
  174. package/dist/actions/get-comment-thread.cjs +50 -0
  175. package/dist/actions/get-comment-thread.cjs.map +1 -0
  176. package/dist/actions/get-comment-thread.d.cts +9 -0
  177. package/dist/actions/get-comment-thread.d.cts.map +1 -0
  178. package/dist/actions/get-comment-thread.d.mts +9 -0
  179. package/dist/actions/get-comment-thread.d.mts.map +1 -0
  180. package/dist/actions/get-comment-thread.mjs +49 -0
  181. package/dist/actions/get-comment-thread.mjs.map +1 -0
  182. package/dist/actions/get-comment-threads.cjs +28 -0
  183. package/dist/actions/get-comment-threads.cjs.map +1 -0
  184. package/dist/actions/get-comment-threads.d.cts +9 -0
  185. package/dist/actions/get-comment-threads.d.cts.map +1 -0
  186. package/dist/actions/get-comment-threads.d.mts +9 -0
  187. package/dist/actions/get-comment-threads.d.mts.map +1 -0
  188. package/dist/actions/get-comment-threads.mjs +27 -0
  189. package/dist/actions/get-comment-threads.mjs.map +1 -0
  190. package/dist/actions/get-comments.cjs +24 -0
  191. package/dist/actions/get-comments.cjs.map +1 -0
  192. package/dist/actions/get-comments.d.cts +9 -0
  193. package/dist/actions/get-comments.d.cts.map +1 -0
  194. package/dist/actions/get-comments.d.mts +9 -0
  195. package/dist/actions/get-comments.d.mts.map +1 -0
  196. package/dist/actions/get-comments.mjs +23 -0
  197. package/dist/actions/get-comments.mjs.map +1 -0
  198. package/dist/actions/get-file-info.cjs +29 -0
  199. package/dist/actions/get-file-info.cjs.map +1 -0
  200. package/dist/actions/get-file-info.d.cts +9 -0
  201. package/dist/actions/get-file-info.d.cts.map +1 -0
  202. package/dist/actions/get-file-info.d.mts +9 -0
  203. package/dist/actions/get-file-info.d.mts.map +1 -0
  204. package/dist/actions/get-file-info.mjs +26 -0
  205. package/dist/actions/get-file-info.mjs.map +1 -0
  206. package/dist/actions/get-file-libraries.cjs +23 -0
  207. package/dist/actions/get-file-libraries.cjs.map +1 -0
  208. package/dist/actions/get-file-libraries.d.cts +9 -0
  209. package/dist/actions/get-file-libraries.d.cts.map +1 -0
  210. package/dist/actions/get-file-libraries.d.mts +9 -0
  211. package/dist/actions/get-file-libraries.d.mts.map +1 -0
  212. package/dist/actions/get-file-libraries.mjs +22 -0
  213. package/dist/actions/get-file-libraries.mjs.map +1 -0
  214. package/dist/actions/get-file-object-thumbnails.cjs +19 -0
  215. package/dist/actions/get-file-object-thumbnails.cjs.map +1 -0
  216. package/dist/actions/get-file-object-thumbnails.d.cts +9 -0
  217. package/dist/actions/get-file-object-thumbnails.d.cts.map +1 -0
  218. package/dist/actions/get-file-object-thumbnails.d.mts +9 -0
  219. package/dist/actions/get-file-object-thumbnails.d.mts.map +1 -0
  220. package/dist/actions/get-file-object-thumbnails.mjs +16 -0
  221. package/dist/actions/get-file-object-thumbnails.mjs.map +1 -0
  222. package/dist/actions/get-file-snapshots.cjs +22 -0
  223. package/dist/actions/get-file-snapshots.cjs.map +1 -0
  224. package/dist/actions/get-file-snapshots.d.cts +9 -0
  225. package/dist/actions/get-file-snapshots.d.cts.map +1 -0
  226. package/dist/actions/get-file-snapshots.d.mts +9 -0
  227. package/dist/actions/get-file-snapshots.d.mts.map +1 -0
  228. package/dist/actions/get-file-snapshots.mjs +21 -0
  229. package/dist/actions/get-file-snapshots.mjs.map +1 -0
  230. package/dist/actions/get-file-summary.cjs +35 -0
  231. package/dist/actions/get-file-summary.cjs.map +1 -0
  232. package/dist/actions/get-file-summary.d.cts +9 -0
  233. package/dist/actions/get-file-summary.d.cts.map +1 -0
  234. package/dist/actions/get-file-summary.d.mts +9 -0
  235. package/dist/actions/get-file-summary.d.mts.map +1 -0
  236. package/dist/actions/get-file-summary.mjs +34 -0
  237. package/dist/actions/get-file-summary.mjs.map +1 -0
  238. package/dist/actions/get-file.cjs +41 -0
  239. package/dist/actions/get-file.cjs.map +1 -0
  240. package/dist/actions/get-file.d.cts +9 -0
  241. package/dist/actions/get-file.d.cts.map +1 -0
  242. package/dist/actions/get-file.d.mts +9 -0
  243. package/dist/actions/get-file.d.mts.map +1 -0
  244. package/dist/actions/get-file.mjs +40 -0
  245. package/dist/actions/get-file.mjs.map +1 -0
  246. package/dist/actions/get-font-variants.cjs +21 -0
  247. package/dist/actions/get-font-variants.cjs.map +1 -0
  248. package/dist/actions/get-font-variants.d.cts +9 -0
  249. package/dist/actions/get-font-variants.d.cts.map +1 -0
  250. package/dist/actions/get-font-variants.d.mts +9 -0
  251. package/dist/actions/get-font-variants.d.mts.map +1 -0
  252. package/dist/actions/get-font-variants.mjs +18 -0
  253. package/dist/actions/get-font-variants.mjs.map +1 -0
  254. package/dist/actions/get-library-file-references.cjs +22 -0
  255. package/dist/actions/get-library-file-references.cjs.map +1 -0
  256. package/dist/actions/get-library-file-references.d.cts +9 -0
  257. package/dist/actions/get-library-file-references.d.cts.map +1 -0
  258. package/dist/actions/get-library-file-references.d.mts +9 -0
  259. package/dist/actions/get-library-file-references.d.mts.map +1 -0
  260. package/dist/actions/get-library-file-references.mjs +21 -0
  261. package/dist/actions/get-library-file-references.mjs.map +1 -0
  262. package/dist/actions/get-library-usage.cjs +16 -0
  263. package/dist/actions/get-library-usage.cjs.map +1 -0
  264. package/dist/actions/get-library-usage.d.cts +9 -0
  265. package/dist/actions/get-library-usage.d.cts.map +1 -0
  266. package/dist/actions/get-library-usage.d.mts +9 -0
  267. package/dist/actions/get-library-usage.d.mts.map +1 -0
  268. package/dist/actions/get-library-usage.mjs +13 -0
  269. package/dist/actions/get-library-usage.mjs.map +1 -0
  270. package/dist/actions/get-owned-teams.cjs +24 -0
  271. package/dist/actions/get-owned-teams.cjs.map +1 -0
  272. package/dist/actions/get-owned-teams.d.cts +9 -0
  273. package/dist/actions/get-owned-teams.d.cts.map +1 -0
  274. package/dist/actions/get-owned-teams.d.mts +9 -0
  275. package/dist/actions/get-owned-teams.d.mts.map +1 -0
  276. package/dist/actions/get-owned-teams.mjs +23 -0
  277. package/dist/actions/get-owned-teams.mjs.map +1 -0
  278. package/dist/actions/get-page.cjs +25 -0
  279. package/dist/actions/get-page.cjs.map +1 -0
  280. package/dist/actions/get-page.d.cts +9 -0
  281. package/dist/actions/get-page.d.cts.map +1 -0
  282. package/dist/actions/get-page.d.mts +9 -0
  283. package/dist/actions/get-page.d.mts.map +1 -0
  284. package/dist/actions/get-page.mjs +22 -0
  285. package/dist/actions/get-page.mjs.map +1 -0
  286. package/dist/actions/get-profiles-for-file-comments.cjs +24 -0
  287. package/dist/actions/get-profiles-for-file-comments.cjs.map +1 -0
  288. package/dist/actions/get-profiles-for-file-comments.d.cts +9 -0
  289. package/dist/actions/get-profiles-for-file-comments.d.cts.map +1 -0
  290. package/dist/actions/get-profiles-for-file-comments.d.mts +9 -0
  291. package/dist/actions/get-profiles-for-file-comments.d.mts.map +1 -0
  292. package/dist/actions/get-profiles-for-file-comments.mjs +23 -0
  293. package/dist/actions/get-profiles-for-file-comments.mjs.map +1 -0
  294. package/dist/actions/get-project-files.cjs +29 -0
  295. package/dist/actions/get-project-files.cjs.map +1 -0
  296. package/dist/actions/get-project-files.d.cts +9 -0
  297. package/dist/actions/get-project-files.d.cts.map +1 -0
  298. package/dist/actions/get-project-files.d.mts +9 -0
  299. package/dist/actions/get-project-files.d.mts.map +1 -0
  300. package/dist/actions/get-project-files.mjs +28 -0
  301. package/dist/actions/get-project-files.mjs.map +1 -0
  302. package/dist/actions/get-project.cjs +24 -0
  303. package/dist/actions/get-project.cjs.map +1 -0
  304. package/dist/actions/get-project.d.cts +9 -0
  305. package/dist/actions/get-project.d.cts.map +1 -0
  306. package/dist/actions/get-project.d.mts +9 -0
  307. package/dist/actions/get-project.d.mts.map +1 -0
  308. package/dist/actions/get-project.mjs +21 -0
  309. package/dist/actions/get-project.mjs.map +1 -0
  310. package/dist/actions/get-sso-provider.cjs +16 -0
  311. package/dist/actions/get-sso-provider.cjs.map +1 -0
  312. package/dist/actions/get-sso-provider.d.cts +9 -0
  313. package/dist/actions/get-sso-provider.d.cts.map +1 -0
  314. package/dist/actions/get-sso-provider.d.mts +9 -0
  315. package/dist/actions/get-sso-provider.d.mts.map +1 -0
  316. package/dist/actions/get-sso-provider.mjs +13 -0
  317. package/dist/actions/get-sso-provider.mjs.map +1 -0
  318. package/dist/actions/get-subscription-usage.cjs +22 -0
  319. package/dist/actions/get-subscription-usage.cjs.map +1 -0
  320. package/dist/actions/get-subscription-usage.d.cts +9 -0
  321. package/dist/actions/get-subscription-usage.d.cts.map +1 -0
  322. package/dist/actions/get-subscription-usage.d.mts +9 -0
  323. package/dist/actions/get-subscription-usage.d.mts.map +1 -0
  324. package/dist/actions/get-subscription-usage.mjs +19 -0
  325. package/dist/actions/get-subscription-usage.mjs.map +1 -0
  326. package/dist/actions/get-team-deleted-files.cjs +26 -0
  327. package/dist/actions/get-team-deleted-files.cjs.map +1 -0
  328. package/dist/actions/get-team-deleted-files.d.cts +9 -0
  329. package/dist/actions/get-team-deleted-files.d.cts.map +1 -0
  330. package/dist/actions/get-team-deleted-files.d.mts +9 -0
  331. package/dist/actions/get-team-deleted-files.d.mts.map +1 -0
  332. package/dist/actions/get-team-deleted-files.mjs +25 -0
  333. package/dist/actions/get-team-deleted-files.mjs.map +1 -0
  334. package/dist/actions/get-team-info.cjs +23 -0
  335. package/dist/actions/get-team-info.cjs.map +1 -0
  336. package/dist/actions/get-team-info.d.cts +9 -0
  337. package/dist/actions/get-team-info.d.cts.map +1 -0
  338. package/dist/actions/get-team-info.d.mts +9 -0
  339. package/dist/actions/get-team-info.d.mts.map +1 -0
  340. package/dist/actions/get-team-info.mjs +20 -0
  341. package/dist/actions/get-team-info.mjs.map +1 -0
  342. package/dist/actions/get-team-invitations.cjs +23 -0
  343. package/dist/actions/get-team-invitations.cjs.map +1 -0
  344. package/dist/actions/get-team-invitations.d.cts +9 -0
  345. package/dist/actions/get-team-invitations.d.cts.map +1 -0
  346. package/dist/actions/get-team-invitations.d.mts +9 -0
  347. package/dist/actions/get-team-invitations.d.mts.map +1 -0
  348. package/dist/actions/get-team-invitations.mjs +22 -0
  349. package/dist/actions/get-team-invitations.mjs.map +1 -0
  350. package/dist/actions/get-team-members.cjs +27 -0
  351. package/dist/actions/get-team-members.cjs.map +1 -0
  352. package/dist/actions/get-team-members.d.cts +9 -0
  353. package/dist/actions/get-team-members.d.cts.map +1 -0
  354. package/dist/actions/get-team-members.d.mts +9 -0
  355. package/dist/actions/get-team-members.d.mts.map +1 -0
  356. package/dist/actions/get-team-members.mjs +26 -0
  357. package/dist/actions/get-team-members.mjs.map +1 -0
  358. package/dist/actions/get-team-shared-files.cjs +27 -0
  359. package/dist/actions/get-team-shared-files.cjs.map +1 -0
  360. package/dist/actions/get-team-shared-files.d.cts +9 -0
  361. package/dist/actions/get-team-shared-files.d.cts.map +1 -0
  362. package/dist/actions/get-team-shared-files.d.mts +9 -0
  363. package/dist/actions/get-team-shared-files.d.mts.map +1 -0
  364. package/dist/actions/get-team-shared-files.mjs +26 -0
  365. package/dist/actions/get-team-shared-files.mjs.map +1 -0
  366. package/dist/actions/get-team-stats.cjs +20 -0
  367. package/dist/actions/get-team-stats.cjs.map +1 -0
  368. package/dist/actions/get-team-stats.d.cts +9 -0
  369. package/dist/actions/get-team-stats.d.cts.map +1 -0
  370. package/dist/actions/get-team-stats.d.mts +9 -0
  371. package/dist/actions/get-team-stats.d.mts.map +1 -0
  372. package/dist/actions/get-team-stats.mjs +17 -0
  373. package/dist/actions/get-team-stats.mjs.map +1 -0
  374. package/dist/actions/get-team-users.cjs +30 -0
  375. package/dist/actions/get-team-users.cjs.map +1 -0
  376. package/dist/actions/get-team-users.d.cts +9 -0
  377. package/dist/actions/get-team-users.d.cts.map +1 -0
  378. package/dist/actions/get-team-users.d.mts +9 -0
  379. package/dist/actions/get-team-users.d.mts.map +1 -0
  380. package/dist/actions/get-team-users.mjs +29 -0
  381. package/dist/actions/get-team-users.mjs.map +1 -0
  382. package/dist/actions/get-team.cjs +23 -0
  383. package/dist/actions/get-team.cjs.map +1 -0
  384. package/dist/actions/get-team.d.cts +9 -0
  385. package/dist/actions/get-team.d.cts.map +1 -0
  386. package/dist/actions/get-team.d.mts +9 -0
  387. package/dist/actions/get-team.d.mts.map +1 -0
  388. package/dist/actions/get-team.mjs +20 -0
  389. package/dist/actions/get-team.mjs.map +1 -0
  390. package/dist/actions/get-teams.cjs +30 -0
  391. package/dist/actions/get-teams.cjs.map +1 -0
  392. package/dist/actions/get-teams.d.cts +9 -0
  393. package/dist/actions/get-teams.d.cts.map +1 -0
  394. package/dist/actions/get-teams.d.mts +9 -0
  395. package/dist/actions/get-teams.d.mts.map +1 -0
  396. package/dist/actions/get-teams.mjs +29 -0
  397. package/dist/actions/get-teams.mjs.map +1 -0
  398. package/dist/actions/get-unread-comment-threads.cjs +29 -0
  399. package/dist/actions/get-unread-comment-threads.cjs.map +1 -0
  400. package/dist/actions/get-unread-comment-threads.d.cts +9 -0
  401. package/dist/actions/get-unread-comment-threads.d.cts.map +1 -0
  402. package/dist/actions/get-unread-comment-threads.d.mts +9 -0
  403. package/dist/actions/get-unread-comment-threads.d.mts.map +1 -0
  404. package/dist/actions/get-unread-comment-threads.mjs +28 -0
  405. package/dist/actions/get-unread-comment-threads.mjs.map +1 -0
  406. package/dist/actions/get-view-only-bundle.cjs +31 -0
  407. package/dist/actions/get-view-only-bundle.cjs.map +1 -0
  408. package/dist/actions/get-view-only-bundle.d.cts +9 -0
  409. package/dist/actions/get-view-only-bundle.d.cts.map +1 -0
  410. package/dist/actions/get-view-only-bundle.d.mts +9 -0
  411. package/dist/actions/get-view-only-bundle.d.mts.map +1 -0
  412. package/dist/actions/get-view-only-bundle.mjs +28 -0
  413. package/dist/actions/get-view-only-bundle.mjs.map +1 -0
  414. package/dist/actions/get-webhooks.cjs +33 -0
  415. package/dist/actions/get-webhooks.cjs.map +1 -0
  416. package/dist/actions/get-webhooks.d.cts +9 -0
  417. package/dist/actions/get-webhooks.d.cts.map +1 -0
  418. package/dist/actions/get-webhooks.d.mts +9 -0
  419. package/dist/actions/get-webhooks.d.mts.map +1 -0
  420. package/dist/actions/get-webhooks.mjs +32 -0
  421. package/dist/actions/get-webhooks.mjs.map +1 -0
  422. package/dist/actions/has-file-libraries.cjs +16 -0
  423. package/dist/actions/has-file-libraries.cjs.map +1 -0
  424. package/dist/actions/has-file-libraries.d.cts +9 -0
  425. package/dist/actions/has-file-libraries.d.cts.map +1 -0
  426. package/dist/actions/has-file-libraries.d.mts +9 -0
  427. package/dist/actions/has-file-libraries.d.mts.map +1 -0
  428. package/dist/actions/has-file-libraries.mjs +13 -0
  429. package/dist/actions/has-file-libraries.mjs.map +1 -0
  430. package/dist/actions/ignore-file-library-sync-status.cjs +19 -0
  431. package/dist/actions/ignore-file-library-sync-status.cjs.map +1 -0
  432. package/dist/actions/ignore-file-library-sync-status.d.cts +9 -0
  433. package/dist/actions/ignore-file-library-sync-status.d.cts.map +1 -0
  434. package/dist/actions/ignore-file-library-sync-status.d.mts +9 -0
  435. package/dist/actions/ignore-file-library-sync-status.d.mts.map +1 -0
  436. package/dist/actions/ignore-file-library-sync-status.mjs +16 -0
  437. package/dist/actions/ignore-file-library-sync-status.mjs.map +1 -0
  438. package/dist/actions/index.cjs +181 -0
  439. package/dist/actions/index.d.cts +91 -0
  440. package/dist/actions/index.d.mts +91 -0
  441. package/dist/actions/index.mjs +91 -0
  442. package/dist/actions/link-file-to-library.cjs +26 -0
  443. package/dist/actions/link-file-to-library.cjs.map +1 -0
  444. package/dist/actions/link-file-to-library.d.cts +9 -0
  445. package/dist/actions/link-file-to-library.d.cts.map +1 -0
  446. package/dist/actions/link-file-to-library.d.mts +9 -0
  447. package/dist/actions/link-file-to-library.d.mts.map +1 -0
  448. package/dist/actions/link-file-to-library.mjs +25 -0
  449. package/dist/actions/link-file-to-library.mjs.map +1 -0
  450. package/dist/actions/lock-file-snapshot.cjs +16 -0
  451. package/dist/actions/lock-file-snapshot.cjs.map +1 -0
  452. package/dist/actions/lock-file-snapshot.d.cts +9 -0
  453. package/dist/actions/lock-file-snapshot.d.cts.map +1 -0
  454. package/dist/actions/lock-file-snapshot.d.mts +9 -0
  455. package/dist/actions/lock-file-snapshot.d.mts.map +1 -0
  456. package/dist/actions/lock-file-snapshot.mjs +13 -0
  457. package/dist/actions/lock-file-snapshot.mjs.map +1 -0
  458. package/dist/actions/logout.cjs +16 -0
  459. package/dist/actions/logout.cjs.map +1 -0
  460. package/dist/actions/logout.d.cts +9 -0
  461. package/dist/actions/logout.d.cts.map +1 -0
  462. package/dist/actions/logout.d.mts +9 -0
  463. package/dist/actions/logout.d.mts.map +1 -0
  464. package/dist/actions/logout.mjs +13 -0
  465. package/dist/actions/logout.mjs.map +1 -0
  466. package/dist/actions/mark-all-threads-as-read.cjs +19 -0
  467. package/dist/actions/mark-all-threads-as-read.cjs.map +1 -0
  468. package/dist/actions/mark-all-threads-as-read.d.cts +9 -0
  469. package/dist/actions/mark-all-threads-as-read.d.cts.map +1 -0
  470. package/dist/actions/mark-all-threads-as-read.d.mts +9 -0
  471. package/dist/actions/mark-all-threads-as-read.d.mts.map +1 -0
  472. package/dist/actions/mark-all-threads-as-read.mjs +16 -0
  473. package/dist/actions/mark-all-threads-as-read.mjs.map +1 -0
  474. package/dist/actions/move-files.cjs +19 -0
  475. package/dist/actions/move-files.cjs.map +1 -0
  476. package/dist/actions/move-files.d.cts +9 -0
  477. package/dist/actions/move-files.d.cts.map +1 -0
  478. package/dist/actions/move-files.d.mts +9 -0
  479. package/dist/actions/move-files.d.mts.map +1 -0
  480. package/dist/actions/move-files.mjs +16 -0
  481. package/dist/actions/move-files.mjs.map +1 -0
  482. package/dist/actions/move-project.cjs +19 -0
  483. package/dist/actions/move-project.cjs.map +1 -0
  484. package/dist/actions/move-project.d.cts +9 -0
  485. package/dist/actions/move-project.d.cts.map +1 -0
  486. package/dist/actions/move-project.d.mts +9 -0
  487. package/dist/actions/move-project.d.mts.map +1 -0
  488. package/dist/actions/move-project.mjs +16 -0
  489. package/dist/actions/move-project.mjs.map +1 -0
  490. package/dist/actions/prepare-register-profile.cjs +28 -0
  491. package/dist/actions/prepare-register-profile.cjs.map +1 -0
  492. package/dist/actions/prepare-register-profile.d.cts +9 -0
  493. package/dist/actions/prepare-register-profile.d.cts.map +1 -0
  494. package/dist/actions/prepare-register-profile.d.mts +9 -0
  495. package/dist/actions/prepare-register-profile.d.mts.map +1 -0
  496. package/dist/actions/prepare-register-profile.mjs +25 -0
  497. package/dist/actions/prepare-register-profile.mjs.map +1 -0
  498. package/dist/actions/push-audit-events.cjs +21 -0
  499. package/dist/actions/push-audit-events.cjs.map +1 -0
  500. package/dist/actions/push-audit-events.d.cts +9 -0
  501. package/dist/actions/push-audit-events.d.cts.map +1 -0
  502. package/dist/actions/push-audit-events.d.mts +9 -0
  503. package/dist/actions/push-audit-events.d.mts.map +1 -0
  504. package/dist/actions/push-audit-events.mjs +18 -0
  505. package/dist/actions/push-audit-events.mjs.map +1 -0
  506. package/dist/actions/register-profile.cjs +22 -0
  507. package/dist/actions/register-profile.cjs.map +1 -0
  508. package/dist/actions/register-profile.d.cts +9 -0
  509. package/dist/actions/register-profile.d.cts.map +1 -0
  510. package/dist/actions/register-profile.d.mts +9 -0
  511. package/dist/actions/register-profile.d.mts.map +1 -0
  512. package/dist/actions/register-profile.mjs +19 -0
  513. package/dist/actions/register-profile.mjs.map +1 -0
  514. package/dist/actions/rename-file.cjs +24 -0
  515. package/dist/actions/rename-file.cjs.map +1 -0
  516. package/dist/actions/rename-file.d.cts +9 -0
  517. package/dist/actions/rename-file.d.cts.map +1 -0
  518. package/dist/actions/rename-file.d.mts +9 -0
  519. package/dist/actions/rename-file.d.mts.map +1 -0
  520. package/dist/actions/rename-file.mjs +21 -0
  521. package/dist/actions/rename-file.mjs.map +1 -0
  522. package/dist/actions/rename-project.cjs +26 -0
  523. package/dist/actions/rename-project.cjs.map +1 -0
  524. package/dist/actions/rename-project.d.cts +9 -0
  525. package/dist/actions/rename-project.d.cts.map +1 -0
  526. package/dist/actions/rename-project.d.mts +9 -0
  527. package/dist/actions/rename-project.d.mts.map +1 -0
  528. package/dist/actions/rename-project.mjs +23 -0
  529. package/dist/actions/rename-project.mjs.map +1 -0
  530. package/dist/actions/request-profile-recovery.cjs +16 -0
  531. package/dist/actions/request-profile-recovery.cjs.map +1 -0
  532. package/dist/actions/request-profile-recovery.d.cts +9 -0
  533. package/dist/actions/request-profile-recovery.d.cts.map +1 -0
  534. package/dist/actions/request-profile-recovery.d.mts +9 -0
  535. package/dist/actions/request-profile-recovery.d.mts.map +1 -0
  536. package/dist/actions/request-profile-recovery.mjs +13 -0
  537. package/dist/actions/request-profile-recovery.mjs.map +1 -0
  538. package/dist/actions/restore-deleted-team-files.cjs +19 -0
  539. package/dist/actions/restore-deleted-team-files.cjs.map +1 -0
  540. package/dist/actions/restore-deleted-team-files.d.cts +9 -0
  541. package/dist/actions/restore-deleted-team-files.d.cts.map +1 -0
  542. package/dist/actions/restore-deleted-team-files.d.mts +9 -0
  543. package/dist/actions/restore-deleted-team-files.d.mts.map +1 -0
  544. package/dist/actions/restore-deleted-team-files.mjs +16 -0
  545. package/dist/actions/restore-deleted-team-files.mjs.map +1 -0
  546. package/dist/actions/restore-file-snapshot.cjs +19 -0
  547. package/dist/actions/restore-file-snapshot.cjs.map +1 -0
  548. package/dist/actions/restore-file-snapshot.d.cts +9 -0
  549. package/dist/actions/restore-file-snapshot.d.cts.map +1 -0
  550. package/dist/actions/restore-file-snapshot.d.mts +9 -0
  551. package/dist/actions/restore-file-snapshot.d.mts.map +1 -0
  552. package/dist/actions/restore-file-snapshot.mjs +16 -0
  553. package/dist/actions/restore-file-snapshot.mjs.map +1 -0
  554. package/dist/actions/search-files.cjs +28 -0
  555. package/dist/actions/search-files.cjs.map +1 -0
  556. package/dist/actions/search-files.d.cts +9 -0
  557. package/dist/actions/search-files.d.cts.map +1 -0
  558. package/dist/actions/search-files.d.mts +9 -0
  559. package/dist/actions/search-files.d.mts.map +1 -0
  560. package/dist/actions/search-files.mjs +27 -0
  561. package/dist/actions/search-files.mjs.map +1 -0
  562. package/dist/actions/send-user-feedback.cjs +25 -0
  563. package/dist/actions/send-user-feedback.cjs.map +1 -0
  564. package/dist/actions/send-user-feedback.d.cts +9 -0
  565. package/dist/actions/send-user-feedback.d.cts.map +1 -0
  566. package/dist/actions/send-user-feedback.d.mts +9 -0
  567. package/dist/actions/send-user-feedback.d.mts.map +1 -0
  568. package/dist/actions/send-user-feedback.mjs +22 -0
  569. package/dist/actions/send-user-feedback.mjs.map +1 -0
  570. package/dist/actions/set-file-shared.cjs +26 -0
  571. package/dist/actions/set-file-shared.cjs.map +1 -0
  572. package/dist/actions/set-file-shared.d.cts +9 -0
  573. package/dist/actions/set-file-shared.d.cts.map +1 -0
  574. package/dist/actions/set-file-shared.d.mts +9 -0
  575. package/dist/actions/set-file-shared.d.mts.map +1 -0
  576. package/dist/actions/set-file-shared.mjs +23 -0
  577. package/dist/actions/set-file-shared.mjs.map +1 -0
  578. package/dist/actions/unlink-file-from-library.cjs +19 -0
  579. package/dist/actions/unlink-file-from-library.cjs.map +1 -0
  580. package/dist/actions/unlink-file-from-library.d.cts +9 -0
  581. package/dist/actions/unlink-file-from-library.d.cts.map +1 -0
  582. package/dist/actions/unlink-file-from-library.d.mts +9 -0
  583. package/dist/actions/unlink-file-from-library.d.mts.map +1 -0
  584. package/dist/actions/unlink-file-from-library.mjs +16 -0
  585. package/dist/actions/unlink-file-from-library.mjs.map +1 -0
  586. package/dist/actions/unlock-file-snapshot.cjs +16 -0
  587. package/dist/actions/unlock-file-snapshot.cjs.map +1 -0
  588. package/dist/actions/unlock-file-snapshot.d.cts +9 -0
  589. package/dist/actions/unlock-file-snapshot.d.cts.map +1 -0
  590. package/dist/actions/unlock-file-snapshot.d.mts +9 -0
  591. package/dist/actions/unlock-file-snapshot.d.mts.map +1 -0
  592. package/dist/actions/unlock-file-snapshot.mjs +13 -0
  593. package/dist/actions/unlock-file-snapshot.mjs.map +1 -0
  594. package/dist/actions/update-comment-thread-frame.cjs +31 -0
  595. package/dist/actions/update-comment-thread-frame.cjs.map +1 -0
  596. package/dist/actions/update-comment-thread-frame.d.cts +9 -0
  597. package/dist/actions/update-comment-thread-frame.d.cts.map +1 -0
  598. package/dist/actions/update-comment-thread-frame.d.mts +9 -0
  599. package/dist/actions/update-comment-thread-frame.d.mts.map +1 -0
  600. package/dist/actions/update-comment-thread-frame.mjs +28 -0
  601. package/dist/actions/update-comment-thread-frame.mjs.map +1 -0
  602. package/dist/actions/update-comment-thread-position.cjs +32 -0
  603. package/dist/actions/update-comment-thread-position.cjs.map +1 -0
  604. package/dist/actions/update-comment-thread-position.d.cts +9 -0
  605. package/dist/actions/update-comment-thread-position.d.cts.map +1 -0
  606. package/dist/actions/update-comment-thread-position.d.mts +9 -0
  607. package/dist/actions/update-comment-thread-position.d.mts.map +1 -0
  608. package/dist/actions/update-comment-thread-position.mjs +29 -0
  609. package/dist/actions/update-comment-thread-position.mjs.map +1 -0
  610. package/dist/actions/update-comment-thread-status.cjs +23 -0
  611. package/dist/actions/update-comment-thread-status.cjs.map +1 -0
  612. package/dist/actions/update-comment-thread-status.d.cts +9 -0
  613. package/dist/actions/update-comment-thread-status.d.cts.map +1 -0
  614. package/dist/actions/update-comment-thread-status.d.mts +9 -0
  615. package/dist/actions/update-comment-thread-status.d.mts.map +1 -0
  616. package/dist/actions/update-comment-thread-status.mjs +20 -0
  617. package/dist/actions/update-comment-thread-status.mjs.map +1 -0
  618. package/dist/actions/update-comment-thread.cjs +31 -0
  619. package/dist/actions/update-comment-thread.cjs.map +1 -0
  620. package/dist/actions/update-comment-thread.d.cts +9 -0
  621. package/dist/actions/update-comment-thread.d.cts.map +1 -0
  622. package/dist/actions/update-comment-thread.d.mts +9 -0
  623. package/dist/actions/update-comment-thread.d.mts.map +1 -0
  624. package/dist/actions/update-comment-thread.mjs +28 -0
  625. package/dist/actions/update-comment-thread.mjs.map +1 -0
  626. package/dist/actions/update-comment.cjs +29 -0
  627. package/dist/actions/update-comment.cjs.map +1 -0
  628. package/dist/actions/update-comment.d.cts +9 -0
  629. package/dist/actions/update-comment.d.cts.map +1 -0
  630. package/dist/actions/update-comment.d.mts +9 -0
  631. package/dist/actions/update-comment.d.mts.map +1 -0
  632. package/dist/actions/update-comment.mjs +26 -0
  633. package/dist/actions/update-comment.mjs.map +1 -0
  634. package/dist/actions/update-file-library-sync-status.cjs +19 -0
  635. package/dist/actions/update-file-library-sync-status.cjs.map +1 -0
  636. package/dist/actions/update-file-library-sync-status.d.cts +9 -0
  637. package/dist/actions/update-file-library-sync-status.d.cts.map +1 -0
  638. package/dist/actions/update-file-library-sync-status.d.mts +9 -0
  639. package/dist/actions/update-file-library-sync-status.d.mts.map +1 -0
  640. package/dist/actions/update-file-library-sync-status.mjs +16 -0
  641. package/dist/actions/update-file-library-sync-status.mjs.map +1 -0
  642. package/dist/actions/update-file-snapshot.cjs +19 -0
  643. package/dist/actions/update-file-snapshot.cjs.map +1 -0
  644. package/dist/actions/update-file-snapshot.d.cts +9 -0
  645. package/dist/actions/update-file-snapshot.d.cts.map +1 -0
  646. package/dist/actions/update-file-snapshot.d.mts +9 -0
  647. package/dist/actions/update-file-snapshot.d.mts.map +1 -0
  648. package/dist/actions/update-file-snapshot.mjs +16 -0
  649. package/dist/actions/update-file-snapshot.mjs.map +1 -0
  650. package/dist/actions/update-file.cjs +32 -0
  651. package/dist/actions/update-file.cjs.map +1 -0
  652. package/dist/actions/update-file.d.cts +9 -0
  653. package/dist/actions/update-file.d.cts.map +1 -0
  654. package/dist/actions/update-file.d.mts +9 -0
  655. package/dist/actions/update-file.d.mts.map +1 -0
  656. package/dist/actions/update-file.mjs +31 -0
  657. package/dist/actions/update-file.mjs.map +1 -0
  658. package/dist/actions/update-font.cjs +20 -0
  659. package/dist/actions/update-font.cjs.map +1 -0
  660. package/dist/actions/update-font.d.cts +9 -0
  661. package/dist/actions/update-font.d.cts.map +1 -0
  662. package/dist/actions/update-font.d.mts +9 -0
  663. package/dist/actions/update-font.d.mts.map +1 -0
  664. package/dist/actions/update-font.mjs +17 -0
  665. package/dist/actions/update-font.mjs.map +1 -0
  666. package/dist/actions/update-profile-notifications.cjs +32 -0
  667. package/dist/actions/update-profile-notifications.cjs.map +1 -0
  668. package/dist/actions/update-profile-notifications.d.cts +9 -0
  669. package/dist/actions/update-profile-notifications.d.cts.map +1 -0
  670. package/dist/actions/update-profile-notifications.d.mts +9 -0
  671. package/dist/actions/update-profile-notifications.d.mts.map +1 -0
  672. package/dist/actions/update-profile-notifications.mjs +29 -0
  673. package/dist/actions/update-profile-notifications.mjs.map +1 -0
  674. package/dist/actions/update-profile-props.cjs +42 -0
  675. package/dist/actions/update-profile-props.cjs.map +1 -0
  676. package/dist/actions/update-profile-props.d.cts +9 -0
  677. package/dist/actions/update-profile-props.d.cts.map +1 -0
  678. package/dist/actions/update-profile-props.d.mts +9 -0
  679. package/dist/actions/update-profile-props.d.mts.map +1 -0
  680. package/dist/actions/update-profile-props.mjs +39 -0
  681. package/dist/actions/update-profile-props.mjs.map +1 -0
  682. package/dist/actions/update-profile.cjs +54 -0
  683. package/dist/actions/update-profile.cjs.map +1 -0
  684. package/dist/actions/update-profile.d.cts +9 -0
  685. package/dist/actions/update-profile.d.cts.map +1 -0
  686. package/dist/actions/update-profile.d.mts +9 -0
  687. package/dist/actions/update-profile.d.mts.map +1 -0
  688. package/dist/actions/update-profile.mjs +53 -0
  689. package/dist/actions/update-profile.mjs.map +1 -0
  690. package/dist/actions/update-project-pin.cjs +27 -0
  691. package/dist/actions/update-project-pin.cjs.map +1 -0
  692. package/dist/actions/update-project-pin.d.cts +9 -0
  693. package/dist/actions/update-project-pin.d.cts.map +1 -0
  694. package/dist/actions/update-project-pin.d.mts +9 -0
  695. package/dist/actions/update-project-pin.d.mts.map +1 -0
  696. package/dist/actions/update-project-pin.mjs +24 -0
  697. package/dist/actions/update-project-pin.mjs.map +1 -0
  698. package/dist/actions/update-team-invitation-role.cjs +25 -0
  699. package/dist/actions/update-team-invitation-role.cjs.map +1 -0
  700. package/dist/actions/update-team-invitation-role.d.cts +9 -0
  701. package/dist/actions/update-team-invitation-role.d.cts.map +1 -0
  702. package/dist/actions/update-team-invitation-role.d.mts +9 -0
  703. package/dist/actions/update-team-invitation-role.d.mts.map +1 -0
  704. package/dist/actions/update-team-invitation-role.mjs +22 -0
  705. package/dist/actions/update-team-invitation-role.mjs.map +1 -0
  706. package/dist/actions/update-team.cjs +26 -0
  707. package/dist/actions/update-team.cjs.map +1 -0
  708. package/dist/actions/update-team.d.cts +9 -0
  709. package/dist/actions/update-team.d.cts.map +1 -0
  710. package/dist/actions/update-team.d.mts +9 -0
  711. package/dist/actions/update-team.d.mts.map +1 -0
  712. package/dist/actions/update-team.mjs +23 -0
  713. package/dist/actions/update-team.mjs.map +1 -0
  714. package/dist/actions/update-webhook.cjs +27 -0
  715. package/dist/actions/update-webhook.cjs.map +1 -0
  716. package/dist/actions/update-webhook.d.cts +9 -0
  717. package/dist/actions/update-webhook.d.cts.map +1 -0
  718. package/dist/actions/update-webhook.d.mts +9 -0
  719. package/dist/actions/update-webhook.d.mts.map +1 -0
  720. package/dist/actions/update-webhook.mjs +24 -0
  721. package/dist/actions/update-webhook.mjs.map +1 -0
  722. package/dist/actions/verify-token.cjs +23 -0
  723. package/dist/actions/verify-token.cjs.map +1 -0
  724. package/dist/actions/verify-token.d.cts +9 -0
  725. package/dist/actions/verify-token.d.cts.map +1 -0
  726. package/dist/actions/verify-token.d.mts +9 -0
  727. package/dist/actions/verify-token.d.mts.map +1 -0
  728. package/dist/actions/verify-token.mjs +20 -0
  729. package/dist/actions/verify-token.mjs.map +1 -0
  730. package/dist/app.cjs +9 -0
  731. package/dist/app.cjs.map +1 -0
  732. package/dist/app.d.cts +5 -0
  733. package/dist/app.d.cts.map +1 -0
  734. package/dist/app.d.mts +5 -0
  735. package/dist/app.d.mts.map +1 -0
  736. package/dist/app.mjs +10 -0
  737. package/dist/app.mjs.map +1 -0
  738. package/dist/catalog.cjs +15 -0
  739. package/dist/catalog.cjs.map +1 -0
  740. package/dist/catalog.d.cts +14 -0
  741. package/dist/catalog.d.cts.map +1 -0
  742. package/dist/catalog.d.mts +14 -0
  743. package/dist/catalog.d.mts.map +1 -0
  744. package/dist/catalog.mjs +15 -0
  745. package/dist/catalog.mjs.map +1 -0
  746. package/dist/execute.cjs +18 -0
  747. package/dist/execute.cjs.map +1 -0
  748. package/dist/execute.mjs +18 -0
  749. package/dist/execute.mjs.map +1 -0
  750. package/dist/index.cjs +186 -0
  751. package/dist/index.d.cts +93 -0
  752. package/dist/index.d.mts +93 -0
  753. package/dist/index.mjs +94 -0
  754. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-comments.mjs","names":[],"sources":["../../src/actions/get-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentsInput: z.ZodTypeAny = z.object({\n thread_id: z.string().describe(\"UUID of the comment thread to retrieve comments from\"),\n}).describe(\"Request model for fetching all comments in a thread.\");\nconst PenpotGetComments_CommentItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment\").nullable().optional(),\n content: z.string().describe(\"Text content of the comment\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the comment author\").nullable().optional(),\n thread_id: z.string().describe(\"UUID of the parent thread\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when comment was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when comment was last modified\").nullable().optional(),\n}).describe(\"Individual comment within a thread.\");\nexport const PenpotGetCommentsOutput: z.ZodTypeAny = z.object({\n comments: z.array(PenpotGetComments_CommentItemSchema).describe(\"List of comments in the thread\").nullable().optional(),\n}).describe(\"Response model for comments retrieved from a thread.\\nReturns a list of all comments in the specified thread.\");\n\nexport const penpotGetComments = action(\"PENPOT_GET_COMMENTS\", {\n slug: \"penpot-get-comments\",\n name: \"Get Comments\",\n description: \"Tool to retrieve all comments in a comment thread. Use when you need to fetch all comments from a specific thread.\",\n input: PenpotGetCommentsInput,\n output: PenpotGetCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACvF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmD,EAAE,OAAO,EAC5D,UAAU,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,+GAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file-info.ts
4
+ const PenpotGetFileInfoInput = zod.z.object({
5
+ id: zod.z.string().describe("UUID of the file to retrieve information for"),
6
+ features: zod.z.array(zod.z.string()).describe("Set of feature flags to include in the response. Optional list of strings specifying which features to enable or query.").optional()
7
+ }).describe("Request model for retrieving basic file information from Penpot.");
8
+ const PenpotGetFileInfoOutput = zod.z.object({
9
+ id: zod.z.string().describe("UUID of the file"),
10
+ name: zod.z.string().describe("Name of the file").nullable().optional(),
11
+ revn: zod.z.number().int().describe("Revision number of the file").nullable().optional(),
12
+ version: zod.z.number().int().describe("Version number of the file").nullable().optional(),
13
+ features: zod.z.object({}).describe("Feature flags associated with the file").nullable().optional(),
14
+ is_shared: zod.z.boolean().describe("Whether the file is shared").nullable().optional(),
15
+ created_at: zod.z.string().describe("Timestamp when the file was created").nullable().optional(),
16
+ project_id: zod.z.string().describe("UUID of the project this file belongs to").nullable().optional(),
17
+ modified_at: zod.z.string().describe("Timestamp when the file was last modified").nullable().optional()
18
+ }).describe("Response model containing basic file information from Penpot.");
19
+ const penpotGetFileInfo = require_action.action("PENPOT_GET_FILE_INFO", {
20
+ slug: "penpot-get-file-info",
21
+ name: "Get File Info",
22
+ description: "Tool to retrieve basic information about a Penpot file by its ID. Use when you need to get file metadata such as name, project, creation date, modification date, version, and sharing status.",
23
+ input: PenpotGetFileInfoInput,
24
+ output: PenpotGetFileInfoOutput
25
+ });
26
+ //#endregion
27
+ exports.penpotGetFileInfo = penpotGetFileInfo;
28
+
29
+ //# sourceMappingURL=get-file-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-info.cjs","names":["z","action"],"sources":["../../src/actions/get-file-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to retrieve information for\"),\n features: z.array(z.string()).describe(\"Set of feature flags to include in the response. Optional list of strings specifying which features to enable or query.\").optional(),\n}).describe(\"Request model for retrieving basic file information from Penpot.\");\nexport const PenpotGetFileInfoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\"),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number of the file\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the file\").nullable().optional(),\n features: z.object({}).describe(\"Feature flags associated with the file\").nullable().optional(),\n is_shared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the file was created\").nullable().optional(),\n project_id: z.string().describe(\"UUID of the project this file belongs to\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the file was last modified\").nullable().optional(),\n}).describe(\"Response model containing basic file information from Penpot.\");\n\nexport const penpotGetFileInfo = action(\"PENPOT_GET_FILE_INFO\", {\n slug: \"penpot-get-file-info\",\n name: \"Get File Info\",\n description: \"Tool to retrieve basic information about a Penpot file by its ID. Use when you need to get file metadata such as name, project, creation date, modification date, version, and sharing status.\",\n input: PenpotGetFileInfoInput,\n output: PenpotGetFileInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,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-file-info.d.ts
4
+ declare const PenpotGetFileInfoInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileInfoOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileInfo };
9
+ //# sourceMappingURL=get-file-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-info.d.cts","names":[],"sources":["../../src/actions/get-file-info.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGwC;AAAA,cAClE,uBAAA,EAAyB,CAAA,CAAE,UAUoC;AAAA,cAE/D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file-info.d.ts
4
+ declare const PenpotGetFileInfoInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileInfoOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileInfo };
9
+ //# sourceMappingURL=get-file-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-info.d.mts","names":[],"sources":["../../src/actions/get-file-info.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGwC;AAAA,cAClE,uBAAA,EAAyB,CAAA,CAAE,UAUoC;AAAA,cAE/D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const penpotGetFileInfo = action("PENPOT_GET_FILE_INFO", {
4
+ slug: "penpot-get-file-info",
5
+ name: "Get File Info",
6
+ description: "Tool to retrieve basic information about a Penpot file by its ID. Use when you need to get file metadata such as name, project, creation date, modification date, version, and sharing status.",
7
+ input: z.object({
8
+ id: z.string().describe("UUID of the file to retrieve information for"),
9
+ features: z.array(z.string()).describe("Set of feature flags to include in the response. Optional list of strings specifying which features to enable or query.").optional()
10
+ }).describe("Request model for retrieving basic file information from Penpot."),
11
+ output: z.object({
12
+ id: z.string().describe("UUID of the file"),
13
+ name: z.string().describe("Name of the file").nullable().optional(),
14
+ revn: z.number().int().describe("Revision number of the file").nullable().optional(),
15
+ version: z.number().int().describe("Version number of the file").nullable().optional(),
16
+ features: z.object({}).describe("Feature flags associated with the file").nullable().optional(),
17
+ is_shared: z.boolean().describe("Whether the file is shared").nullable().optional(),
18
+ created_at: z.string().describe("Timestamp when the file was created").nullable().optional(),
19
+ project_id: z.string().describe("UUID of the project this file belongs to").nullable().optional(),
20
+ modified_at: z.string().describe("Timestamp when the file was last modified").nullable().optional()
21
+ }).describe("Response model containing basic file information from Penpot.")
22
+ });
23
+ //#endregion
24
+ export { penpotGetFileInfo };
25
+
26
+ //# sourceMappingURL=get-file-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-info.mjs","names":[],"sources":["../../src/actions/get-file-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to retrieve information for\"),\n features: z.array(z.string()).describe(\"Set of feature flags to include in the response. Optional list of strings specifying which features to enable or query.\").optional(),\n}).describe(\"Request model for retrieving basic file information from Penpot.\");\nexport const PenpotGetFileInfoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\"),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number of the file\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the file\").nullable().optional(),\n features: z.object({}).describe(\"Feature flags associated with the file\").nullable().optional(),\n is_shared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the file was created\").nullable().optional(),\n project_id: z.string().describe(\"UUID of the project this file belongs to\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the file was last modified\").nullable().optional(),\n}).describe(\"Response model containing basic file information from Penpot.\");\n\nexport const penpotGetFileInfo = action(\"PENPOT_GET_FILE_INFO\", {\n slug: \"penpot-get-file-info\",\n name: \"Get File Info\",\n description: \"Tool to retrieve basic information about a Penpot file by its ID. Use when you need to get file metadata such as name, project, creation date, modification date, version, and sharing status.\",\n input: PenpotGetFileInfoInput,\n output: PenpotGetFileInfoOutput,\n});\n"],"mappings":";;AAoBA,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CAC7K,CAAC,CAAC,CAAC,SAAS,kEAiBH;CACP,QAjBmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;EAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file-libraries.ts
4
+ const PenpotGetFileLibrariesInput = zod.z.object({ fileId: zod.z.string().describe("UUID of the file to get libraries for") }).describe("Request model for fetching libraries linked to a Penpot file.");
5
+ const PenpotGetFileLibraries_LibraryDataSchema = zod.z.object({
6
+ id: zod.z.string().describe("Library ID").nullable().optional(),
7
+ name: zod.z.string().describe("Library name").nullable().optional(),
8
+ file_id: zod.z.string().describe("File ID of the library").nullable().optional(),
9
+ created_at: zod.z.string().describe("Creation timestamp").nullable().optional(),
10
+ modified_at: zod.z.string().describe("Last modification timestamp").nullable().optional()
11
+ }).describe("Represents a single library linked to the file.");
12
+ const PenpotGetFileLibrariesOutput = zod.z.object({ libraries: zod.z.array(PenpotGetFileLibraries_LibraryDataSchema).describe("List of libraries linked to the file").nullable().optional() }).describe("Response model containing libraries linked to the specified file.");
13
+ const penpotGetFileLibraries = require_action.action("PENPOT_GET_FILE_LIBRARIES", {
14
+ slug: "penpot-get-file-libraries",
15
+ name: "Get File Libraries",
16
+ description: "Tool to retrieve libraries linked to a Penpot file. Use when you need to get all library references associated with a specific file by its UUID.",
17
+ input: PenpotGetFileLibrariesInput,
18
+ output: PenpotGetFileLibrariesOutput
19
+ });
20
+ //#endregion
21
+ exports.penpotGetFileLibraries = penpotGetFileLibraries;
22
+
23
+ //# sourceMappingURL=get-file-libraries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-libraries.cjs","names":["z","action"],"sources":["../../src/actions/get-file-libraries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileLibrariesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to get libraries for\"),\n}).describe(\"Request model for fetching libraries linked to a Penpot file.\");\nconst PenpotGetFileLibraries_LibraryDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Library ID\").nullable().optional(),\n name: z.string().describe(\"Library name\").nullable().optional(),\n file_id: z.string().describe(\"File ID of the library\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n modified_at: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n}).describe(\"Represents a single library linked to the file.\");\nexport const PenpotGetFileLibrariesOutput: z.ZodTypeAny = z.object({\n libraries: z.array(PenpotGetFileLibraries_LibraryDataSchema).describe(\"List of libraries linked to the file\").nullable().optional(),\n}).describe(\"Response model containing libraries linked to the specified file.\");\n\nexport const penpotGetFileLibraries = action(\"PENPOT_GET_FILE_LIBRARIES\", {\n slug: \"penpot-get-file-libraries\",\n name: \"Get File Libraries\",\n description: \"Tool to retrieve libraries linked to a Penpot file. Use when you need to get all library references associated with a specific file by its UUID.\",\n input: PenpotGetFileLibrariesInput,\n output: PenpotGetFileLibrariesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACrE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,WAAWA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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-file-libraries.d.ts
4
+ declare const PenpotGetFileLibrariesInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileLibrariesOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileLibraries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileLibraries };
9
+ //# sourceMappingURL=get-file-libraries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-libraries.d.cts","names":[],"sources":["../../src/actions/get-file-libraries.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEgC;AAAA,cAQ/D,4BAAA,EAA8B,CAAA,CAAE,UAEmC;AAAA,cAEnE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file-libraries.d.ts
4
+ declare const PenpotGetFileLibrariesInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileLibrariesOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileLibraries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileLibraries };
9
+ //# sourceMappingURL=get-file-libraries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-libraries.d.mts","names":[],"sources":["../../src/actions/get-file-libraries.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEgC;AAAA,cAQ/D,4BAAA,EAA8B,CAAA,CAAE,UAEmC;AAAA,cAEnE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-file-libraries.ts
4
+ const PenpotGetFileLibrariesInput = z.object({ fileId: z.string().describe("UUID of the file to get libraries for") }).describe("Request model for fetching libraries linked to a Penpot file.");
5
+ const PenpotGetFileLibraries_LibraryDataSchema = z.object({
6
+ id: z.string().describe("Library ID").nullable().optional(),
7
+ name: z.string().describe("Library name").nullable().optional(),
8
+ file_id: z.string().describe("File ID of the library").nullable().optional(),
9
+ created_at: z.string().describe("Creation timestamp").nullable().optional(),
10
+ modified_at: z.string().describe("Last modification timestamp").nullable().optional()
11
+ }).describe("Represents a single library linked to the file.");
12
+ const penpotGetFileLibraries = action("PENPOT_GET_FILE_LIBRARIES", {
13
+ slug: "penpot-get-file-libraries",
14
+ name: "Get File Libraries",
15
+ description: "Tool to retrieve libraries linked to a Penpot file. Use when you need to get all library references associated with a specific file by its UUID.",
16
+ input: PenpotGetFileLibrariesInput,
17
+ output: z.object({ libraries: z.array(PenpotGetFileLibraries_LibraryDataSchema).describe("List of libraries linked to the file").nullable().optional() }).describe("Response model containing libraries linked to the specified file.")
18
+ });
19
+ //#endregion
20
+ export { penpotGetFileLibraries };
21
+
22
+ //# sourceMappingURL=get-file-libraries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-libraries.mjs","names":[],"sources":["../../src/actions/get-file-libraries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileLibrariesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to get libraries for\"),\n}).describe(\"Request model for fetching libraries linked to a Penpot file.\");\nconst PenpotGetFileLibraries_LibraryDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Library ID\").nullable().optional(),\n name: z.string().describe(\"Library name\").nullable().optional(),\n file_id: z.string().describe(\"File ID of the library\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n modified_at: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n}).describe(\"Represents a single library linked to the file.\");\nexport const PenpotGetFileLibrariesOutput: z.ZodTypeAny = z.object({\n libraries: z.array(PenpotGetFileLibraries_LibraryDataSchema).describe(\"List of libraries linked to the file\").nullable().optional(),\n}).describe(\"Response model containing libraries linked to the specified file.\");\n\nexport const penpotGetFileLibraries = action(\"PENPOT_GET_FILE_LIBRARIES\", {\n slug: \"penpot-get-file-libraries\",\n name: \"Get File Libraries\",\n description: \"Tool to retrieve libraries linked to a Penpot file. Use when you need to get all library references associated with a specific file by its UUID.\",\n input: PenpotGetFileLibrariesInput,\n output: PenpotGetFileLibrariesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACrE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,WAAW,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file-object-thumbnails.ts
4
+ const PenpotGetFileObjectThumbnailsInput = zod.z.object({
5
+ tag: zod.z.string().describe("Optional tag to filter thumbnails (max 50 characters)").optional(),
6
+ file_id: zod.z.string().describe("The file identifier (UUID) to retrieve object thumbnails for")
7
+ });
8
+ const PenpotGetFileObjectThumbnailsOutput = zod.z.object({ thumbnails: zod.z.object({}).describe("Dictionary mapping object IDs to their thumbnail URLs (max 250 characters each)").nullable().optional() }).describe("Response containing thumbnails as a dictionary mapping object IDs to thumbnail URLs.");
9
+ const penpotGetFileObjectThumbnails = require_action.action("PENPOT_GET_FILE_OBJECT_THUMBNAILS", {
10
+ slug: "penpot-get-file-object-thumbnails",
11
+ name: "Get File Object Thumbnails",
12
+ description: "Tool to retrieve thumbnails for objects in a Penpot file. Use when you need to get thumbnail URLs for file objects.",
13
+ input: PenpotGetFileObjectThumbnailsInput,
14
+ output: PenpotGetFileObjectThumbnailsOutput
15
+ });
16
+ //#endregion
17
+ exports.penpotGetFileObjectThumbnails = penpotGetFileObjectThumbnails;
18
+
19
+ //# sourceMappingURL=get-file-object-thumbnails.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-object-thumbnails.cjs","names":["z","action"],"sources":["../../src/actions/get-file-object-thumbnails.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileObjectThumbnailsInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Optional tag to filter thumbnails (max 50 characters)\").optional(),\n file_id: z.string().describe(\"The file identifier (UUID) to retrieve object thumbnails for\"),\n});\nexport const PenpotGetFileObjectThumbnailsOutput: z.ZodTypeAny = z.object({\n thumbnails: z.object({}).describe(\"Dictionary mapping object IDs to their thumbnail URLs (max 250 characters each)\").nullable().optional(),\n}).describe(\"Response containing thumbnails as a dictionary mapping object IDs to thumbnail URLs.\");\n\nexport const penpotGetFileObjectThumbnails = action(\"PENPOT_GET_FILE_OBJECT_THUMBNAILS\", {\n slug: \"penpot-get-file-object-thumbnails\",\n name: \"Get File Object Thumbnails\",\n description: \"Tool to retrieve thumbnails for objects in a Penpot file. Use when you need to get thumbnail URLs for file objects.\",\n input: PenpotGetFileObjectThumbnailsInput,\n output: PenpotGetFileObjectThumbnailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAC7F,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,sFAAsF;AAElG,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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-file-object-thumbnails.d.ts
4
+ declare const PenpotGetFileObjectThumbnailsInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileObjectThumbnailsOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileObjectThumbnails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileObjectThumbnails };
9
+ //# sourceMappingURL=get-file-object-thumbnails.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-object-thumbnails.d.cts","names":[],"sources":["../../src/actions/get-file-object-thumbnails.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAE+C;AAAA,cAEtF,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file-object-thumbnails.d.ts
4
+ declare const PenpotGetFileObjectThumbnailsInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileObjectThumbnailsOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileObjectThumbnails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileObjectThumbnails };
9
+ //# sourceMappingURL=get-file-object-thumbnails.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-object-thumbnails.d.mts","names":[],"sources":["../../src/actions/get-file-object-thumbnails.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAE+C;AAAA,cAEtF,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const penpotGetFileObjectThumbnails = action("PENPOT_GET_FILE_OBJECT_THUMBNAILS", {
4
+ slug: "penpot-get-file-object-thumbnails",
5
+ name: "Get File Object Thumbnails",
6
+ description: "Tool to retrieve thumbnails for objects in a Penpot file. Use when you need to get thumbnail URLs for file objects.",
7
+ input: z.object({
8
+ tag: z.string().describe("Optional tag to filter thumbnails (max 50 characters)").optional(),
9
+ file_id: z.string().describe("The file identifier (UUID) to retrieve object thumbnails for")
10
+ }),
11
+ output: z.object({ thumbnails: z.object({}).describe("Dictionary mapping object IDs to their thumbnail URLs (max 250 characters each)").nullable().optional() }).describe("Response containing thumbnails as a dictionary mapping object IDs to thumbnail URLs.")
12
+ });
13
+ //#endregion
14
+ export { penpotGetFileObjectThumbnails };
15
+
16
+ //# sourceMappingURL=get-file-object-thumbnails.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-object-thumbnails.mjs","names":[],"sources":["../../src/actions/get-file-object-thumbnails.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileObjectThumbnailsInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Optional tag to filter thumbnails (max 50 characters)\").optional(),\n file_id: z.string().describe(\"The file identifier (UUID) to retrieve object thumbnails for\"),\n});\nexport const PenpotGetFileObjectThumbnailsOutput: z.ZodTypeAny = z.object({\n thumbnails: z.object({}).describe(\"Dictionary mapping object IDs to their thumbnail URLs (max 250 characters each)\").nullable().optional(),\n}).describe(\"Response containing thumbnails as a dictionary mapping object IDs to thumbnail URLs.\");\n\nexport const penpotGetFileObjectThumbnails = action(\"PENPOT_GET_FILE_OBJECT_THUMBNAILS\", {\n slug: \"penpot-get-file-object-thumbnails\",\n name: \"Get File Object Thumbnails\",\n description: \"Tool to retrieve thumbnails for objects in a Penpot file. Use when you need to get thumbnail URLs for file objects.\",\n input: PenpotGetFileObjectThumbnailsInput,\n output: PenpotGetFileObjectThumbnailsOutput,\n});\n"],"mappings":";;AAYA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ8D,EAAE,OAAO;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC7F,CASS;CACP,QAT+D,EAAE,OAAO,EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,sFAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file-snapshots.ts
4
+ const PenpotGetFileSnapshotsInput = zod.z.object({ fileId: zod.z.string().describe("UUID of the Penpot file to retrieve snapshots for") }).describe("Request to retrieve all snapshots for a specific Penpot file.\n\nSnapshots are saved versions of a file at specific points in time,\nallowing version history and the ability to restore previous states.");
5
+ const PenpotGetFileSnapshots_SnapshotSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier for the snapshot").nullable().optional(),
7
+ revn: zod.z.number().int().describe("Revision number of the snapshot").nullable().optional(),
8
+ label: zod.z.string().describe("User-defined label or name for the snapshot").nullable().optional(),
9
+ createdAt: zod.z.string().describe("Timestamp when the snapshot was created").nullable().optional()
10
+ }).describe("Individual snapshot information.");
11
+ const PenpotGetFileSnapshotsOutput = zod.z.object({ snapshots: zod.z.array(PenpotGetFileSnapshots_SnapshotSchema).describe("List of snapshot objects for the file, ordered by creation time").nullable().optional() }).describe("Response containing all snapshots for the requested file.\n\nReturns a list of snapshots with their metadata, allowing users to\nview version history and restore previous versions if needed.");
12
+ const penpotGetFileSnapshots = require_action.action("PENPOT_GET_FILE_SNAPSHOTS", {
13
+ slug: "penpot-get-file-snapshots",
14
+ name: "Get File Snapshots",
15
+ description: "Retrieves all snapshots for a specific Penpot file. Use this action to list all saved versions (snapshots) of a file, which allows viewing version history and understanding how the file has evolved over time. Snapshots capture the state of a file at specific points in time.",
16
+ input: PenpotGetFileSnapshotsInput,
17
+ output: PenpotGetFileSnapshotsOutput
18
+ });
19
+ //#endregion
20
+ exports.penpotGetFileSnapshots = penpotGetFileSnapshots;
21
+
22
+ //# sourceMappingURL=get-file-snapshots.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-snapshots.cjs","names":["z","action"],"sources":["../../src/actions/get-file-snapshots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileSnapshotsInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the Penpot file to retrieve snapshots for\"),\n}).describe(\"Request to retrieve all snapshots for a specific Penpot file.\\n\\nSnapshots are saved versions of a file at specific points in time,\\nallowing version history and the ability to restore previous states.\");\nconst PenpotGetFileSnapshots_SnapshotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the snapshot\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number of the snapshot\").nullable().optional(),\n label: z.string().describe(\"User-defined label or name for the snapshot\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the snapshot was created\").nullable().optional(),\n}).describe(\"Individual snapshot information.\");\nexport const PenpotGetFileSnapshotsOutput: z.ZodTypeAny = z.object({\n snapshots: z.array(PenpotGetFileSnapshots_SnapshotSchema).describe(\"List of snapshot objects for the file, ordered by creation time\").nullable().optional(),\n}).describe(\"Response containing all snapshots for the requested file.\\n\\nReturns a list of snapshots with their metadata, allowing users to\\nview version history and restore previous versions if needed.\");\n\nexport const penpotGetFileSnapshots = action(\"PENPOT_GET_FILE_SNAPSHOTS\", {\n slug: \"penpot-get-file-snapshots\",\n name: \"Get File Snapshots\",\n description: \"Retrieves all snapshots for a specific Penpot file. Use this action to list all saved versions (snapshots) of a file, which allows viewing version history and understanding how the file has evolved over time. Snapshots capture the state of a file at specific points in time.\",\n input: PenpotGetFileSnapshotsInput,\n output: PenpotGetFileSnapshotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACjF,CAAC,CAAC,CAAC,SAAS,2MAA2M;AACvN,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,WAAWA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5J,CAAC,CAAC,CAAC,SAAS,gMAAgM;AAE5M,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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-file-snapshots.d.ts
4
+ declare const PenpotGetFileSnapshotsInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileSnapshotsOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileSnapshots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileSnapshots };
9
+ //# sourceMappingURL=get-file-snapshots.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-snapshots.d.cts","names":[],"sources":["../../src/actions/get-file-snapshots.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE4K;AAAA,cAO3M,4BAAA,EAA8B,CAAA,CAAE,UAEgK;AAAA,cAEhM,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file-snapshots.d.ts
4
+ declare const PenpotGetFileSnapshotsInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileSnapshotsOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileSnapshots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileSnapshots };
9
+ //# sourceMappingURL=get-file-snapshots.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-snapshots.d.mts","names":[],"sources":["../../src/actions/get-file-snapshots.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE4K;AAAA,cAO3M,4BAAA,EAA8B,CAAA,CAAE,UAEgK;AAAA,cAEhM,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-file-snapshots.ts
4
+ const PenpotGetFileSnapshotsInput = z.object({ fileId: z.string().describe("UUID of the Penpot file to retrieve snapshots for") }).describe("Request to retrieve all snapshots for a specific Penpot file.\n\nSnapshots are saved versions of a file at specific points in time,\nallowing version history and the ability to restore previous states.");
5
+ const PenpotGetFileSnapshots_SnapshotSchema = z.object({
6
+ id: z.string().describe("Unique identifier for the snapshot").nullable().optional(),
7
+ revn: z.number().int().describe("Revision number of the snapshot").nullable().optional(),
8
+ label: z.string().describe("User-defined label or name for the snapshot").nullable().optional(),
9
+ createdAt: z.string().describe("Timestamp when the snapshot was created").nullable().optional()
10
+ }).describe("Individual snapshot information.");
11
+ const penpotGetFileSnapshots = action("PENPOT_GET_FILE_SNAPSHOTS", {
12
+ slug: "penpot-get-file-snapshots",
13
+ name: "Get File Snapshots",
14
+ description: "Retrieves all snapshots for a specific Penpot file. Use this action to list all saved versions (snapshots) of a file, which allows viewing version history and understanding how the file has evolved over time. Snapshots capture the state of a file at specific points in time.",
15
+ input: PenpotGetFileSnapshotsInput,
16
+ output: z.object({ snapshots: z.array(PenpotGetFileSnapshots_SnapshotSchema).describe("List of snapshot objects for the file, ordered by creation time").nullable().optional() }).describe("Response containing all snapshots for the requested file.\n\nReturns a list of snapshots with their metadata, allowing users to\nview version history and restore previous versions if needed.")
17
+ });
18
+ //#endregion
19
+ export { penpotGetFileSnapshots };
20
+
21
+ //# sourceMappingURL=get-file-snapshots.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-snapshots.mjs","names":[],"sources":["../../src/actions/get-file-snapshots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileSnapshotsInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the Penpot file to retrieve snapshots for\"),\n}).describe(\"Request to retrieve all snapshots for a specific Penpot file.\\n\\nSnapshots are saved versions of a file at specific points in time,\\nallowing version history and the ability to restore previous states.\");\nconst PenpotGetFileSnapshots_SnapshotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the snapshot\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number of the snapshot\").nullable().optional(),\n label: z.string().describe(\"User-defined label or name for the snapshot\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the snapshot was created\").nullable().optional(),\n}).describe(\"Individual snapshot information.\");\nexport const PenpotGetFileSnapshotsOutput: z.ZodTypeAny = z.object({\n snapshots: z.array(PenpotGetFileSnapshots_SnapshotSchema).describe(\"List of snapshot objects for the file, ordered by creation time\").nullable().optional(),\n}).describe(\"Response containing all snapshots for the requested file.\\n\\nReturns a list of snapshots with their metadata, allowing users to\\nview version history and restore previous versions if needed.\");\n\nexport const penpotGetFileSnapshots = action(\"PENPOT_GET_FILE_SNAPSHOTS\", {\n slug: \"penpot-get-file-snapshots\",\n name: \"Get File Snapshots\",\n description: \"Retrieves all snapshots for a specific Penpot file. Use this action to list all saved versions (snapshots) of a file, which allows viewing version history and understanding how the file has evolved over time. Snapshots capture the state of a file at specific points in time.\",\n input: PenpotGetFileSnapshotsInput,\n output: PenpotGetFileSnapshotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACjF,CAAC,CAAC,CAAC,SAAS,2MAA2M;AACvN,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,WAAW,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5J,CAAC,CAAC,CAAC,SAAS,gMAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file-summary.ts
4
+ const PenpotGetFileSummaryInput = zod.z.object({ id: zod.z.string().describe("UUID formatted string identifying the file") }).describe("Request model for retrieving a file summary by its ID.");
5
+ const PenpotGetFileSummary_ColorsInfoSchema = zod.z.object({
6
+ count: zod.z.number().int().describe("Number of colors").nullable().optional(),
7
+ sample: zod.z.array(zod.z.object({})).describe("Sample of color data").nullable().optional()
8
+ }).describe("Colors information in the file summary.");
9
+ const PenpotGetFileSummary_VariantsInfoSchema = zod.z.object({ count: zod.z.number().int().describe("Number of variants").nullable().optional() }).describe("Variants information in the file summary.");
10
+ const PenpotGetFileSummary_ComponentsInfoSchema = zod.z.object({
11
+ count: zod.z.number().int().describe("Number of components").nullable().optional(),
12
+ sample: zod.z.array(zod.z.object({})).describe("Sample of component data").nullable().optional()
13
+ }).describe("Components information in the file summary.");
14
+ const PenpotGetFileSummary_TypographiesInfoSchema = zod.z.object({
15
+ count: zod.z.number().int().describe("Number of typography styles").nullable().optional(),
16
+ sample: zod.z.array(zod.z.object({})).describe("Sample of typography data").nullable().optional()
17
+ }).describe("Typographies information in the file summary.");
18
+ const PenpotGetFileSummaryOutput = zod.z.object({
19
+ name: zod.z.string().describe("Name of the file").nullable().optional(),
20
+ colors: PenpotGetFileSummary_ColorsInfoSchema.nullable().optional(),
21
+ variants: PenpotGetFileSummary_VariantsInfoSchema.nullable().optional(),
22
+ components: PenpotGetFileSummary_ComponentsInfoSchema.nullable().optional(),
23
+ typographies: PenpotGetFileSummary_TypographiesInfoSchema.nullable().optional()
24
+ }).describe("Response model containing file summary information.\nThe response structure includes file name and statistics about components, variants, colors, and typographies.");
25
+ const penpotGetFileSummary = require_action.action("PENPOT_GET_FILE_SUMMARY", {
26
+ slug: "penpot-get-file-summary",
27
+ name: "Get File Summary",
28
+ description: "Tool to retrieve a summary of file contents and statistics from Penpot. Use when you need high-level information about a file including page count, components, graphics, and other metadata without fetching the entire file content.",
29
+ input: PenpotGetFileSummaryInput,
30
+ output: PenpotGetFileSummaryOutput
31
+ });
32
+ //#endregion
33
+ exports.penpotGetFileSummary = penpotGetFileSummary;
34
+
35
+ //# sourceMappingURL=get-file-summary.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-summary.cjs","names":["z","action"],"sources":["../../src/actions/get-file-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileSummaryInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID formatted string identifying the file\"),\n}).describe(\"Request model for retrieving a file summary by its ID.\");\nconst PenpotGetFileSummary_ColorsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of colors\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of color data\").nullable().optional(),\n}).describe(\"Colors information in the file summary.\");\nconst PenpotGetFileSummary_VariantsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of variants\").nullable().optional(),\n}).describe(\"Variants information in the file summary.\");\nconst PenpotGetFileSummary_ComponentsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of components\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of component data\").nullable().optional(),\n}).describe(\"Components information in the file summary.\");\nconst PenpotGetFileSummary_TypographiesInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of typography styles\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of typography data\").nullable().optional(),\n}).describe(\"Typographies information in the file summary.\");\nexport const PenpotGetFileSummaryOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n colors: PenpotGetFileSummary_ColorsInfoSchema.nullable().optional(),\n variants: PenpotGetFileSummary_VariantsInfoSchema.nullable().optional(),\n components: PenpotGetFileSummary_ComponentsInfoSchema.nullable().optional(),\n typographies: PenpotGetFileSummary_TypographiesInfoSchema.nullable().optional(),\n}).describe(\"Response model containing file summary information.\\nThe response structure includes file name and statistics about components, variants, colors, and typographies.\");\n\nexport const penpotGetFileSummary = action(\"PENPOT_GET_FILE_SUMMARY\", {\n slug: \"penpot-get-file-summary\",\n name: \"Get File Summary\",\n description: \"Tool to retrieve a summary of file contents and statistics from Penpot. Use when you need high-level information about a file including page count, components, graphics, and other metadata without fetching the entire file content.\",\n input: PenpotGetFileSummaryInput,\n output: PenpotGetFileSummaryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO,EACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQ,sCAAsC,SAAS,CAAC,CAAC,SAAS;CAClE,UAAU,wCAAwC,SAAS,CAAC,CAAC,SAAS;CACtE,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAc,4CAA4C,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,qKAAqK;AAEjL,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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-file-summary.d.ts
4
+ declare const PenpotGetFileSummaryInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileSummaryOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileSummary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileSummary };
9
+ //# sourceMappingURL=get-file-summary.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-summary.d.cts","names":[],"sources":["../../src/actions/get-file-summary.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAgBxD,0BAAA,EAA4B,CAAA,CAAE,UAMuI;AAAA,cAErK,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file-summary.d.ts
4
+ declare const PenpotGetFileSummaryInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileSummaryOutput: z.ZodTypeAny;
6
+ declare const penpotGetFileSummary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFileSummary };
9
+ //# sourceMappingURL=get-file-summary.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-summary.d.mts","names":[],"sources":["../../src/actions/get-file-summary.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAgBxD,0BAAA,EAA4B,CAAA,CAAE,UAMuI;AAAA,cAErK,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-file-summary.ts
4
+ const PenpotGetFileSummaryInput = z.object({ id: z.string().describe("UUID formatted string identifying the file") }).describe("Request model for retrieving a file summary by its ID.");
5
+ const PenpotGetFileSummary_ColorsInfoSchema = z.object({
6
+ count: z.number().int().describe("Number of colors").nullable().optional(),
7
+ sample: z.array(z.object({})).describe("Sample of color data").nullable().optional()
8
+ }).describe("Colors information in the file summary.");
9
+ const PenpotGetFileSummary_VariantsInfoSchema = z.object({ count: z.number().int().describe("Number of variants").nullable().optional() }).describe("Variants information in the file summary.");
10
+ const PenpotGetFileSummary_ComponentsInfoSchema = z.object({
11
+ count: z.number().int().describe("Number of components").nullable().optional(),
12
+ sample: z.array(z.object({})).describe("Sample of component data").nullable().optional()
13
+ }).describe("Components information in the file summary.");
14
+ const PenpotGetFileSummary_TypographiesInfoSchema = z.object({
15
+ count: z.number().int().describe("Number of typography styles").nullable().optional(),
16
+ sample: z.array(z.object({})).describe("Sample of typography data").nullable().optional()
17
+ }).describe("Typographies information in the file summary.");
18
+ const penpotGetFileSummary = action("PENPOT_GET_FILE_SUMMARY", {
19
+ slug: "penpot-get-file-summary",
20
+ name: "Get File Summary",
21
+ description: "Tool to retrieve a summary of file contents and statistics from Penpot. Use when you need high-level information about a file including page count, components, graphics, and other metadata without fetching the entire file content.",
22
+ input: PenpotGetFileSummaryInput,
23
+ output: z.object({
24
+ name: z.string().describe("Name of the file").nullable().optional(),
25
+ colors: PenpotGetFileSummary_ColorsInfoSchema.nullable().optional(),
26
+ variants: PenpotGetFileSummary_VariantsInfoSchema.nullable().optional(),
27
+ components: PenpotGetFileSummary_ComponentsInfoSchema.nullable().optional(),
28
+ typographies: PenpotGetFileSummary_TypographiesInfoSchema.nullable().optional()
29
+ }).describe("Response model containing file summary information.\nThe response structure includes file name and statistics about components, variants, colors, and typographies.")
30
+ });
31
+ //#endregion
32
+ export { penpotGetFileSummary };
33
+
34
+ //# sourceMappingURL=get-file-summary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file-summary.mjs","names":[],"sources":["../../src/actions/get-file-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileSummaryInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID formatted string identifying the file\"),\n}).describe(\"Request model for retrieving a file summary by its ID.\");\nconst PenpotGetFileSummary_ColorsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of colors\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of color data\").nullable().optional(),\n}).describe(\"Colors information in the file summary.\");\nconst PenpotGetFileSummary_VariantsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of variants\").nullable().optional(),\n}).describe(\"Variants information in the file summary.\");\nconst PenpotGetFileSummary_ComponentsInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of components\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of component data\").nullable().optional(),\n}).describe(\"Components information in the file summary.\");\nconst PenpotGetFileSummary_TypographiesInfoSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of typography styles\").nullable().optional(),\n sample: z.array(z.object({})).describe(\"Sample of typography data\").nullable().optional(),\n}).describe(\"Typographies information in the file summary.\");\nexport const PenpotGetFileSummaryOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n colors: PenpotGetFileSummary_ColorsInfoSchema.nullable().optional(),\n variants: PenpotGetFileSummary_VariantsInfoSchema.nullable().optional(),\n components: PenpotGetFileSummary_ComponentsInfoSchema.nullable().optional(),\n typographies: PenpotGetFileSummary_TypographiesInfoSchema.nullable().optional(),\n}).describe(\"Response model containing file summary information.\\nThe response structure includes file name and statistics about components, variants, colors, and typographies.\");\n\nexport const penpotGetFileSummary = action(\"PENPOT_GET_FILE_SUMMARY\", {\n slug: \"penpot-get-file-summary\",\n name: \"Get File Summary\",\n description: \"Tool to retrieve a summary of file contents and statistics from Penpot. Use when you need high-level information about a file including page count, components, graphics, and other metadata without fetching the entire file content.\",\n input: PenpotGetFileSummaryInput,\n output: PenpotGetFileSummaryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsD,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAAwD,EAAE,OAAO,EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,4CAA0D,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,8CAA4D,EAAE,OAAO;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAS3D,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,QAAQ,sCAAsC,SAAS,CAAC,CAAC,SAAS;EAClE,UAAU,wCAAwC,SAAS,CAAC,CAAC,SAAS;EACtE,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;EAC1E,cAAc,4CAA4C,SAAS,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,SAAS,qKAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-file.ts
4
+ const PenpotGetFileInput = zod.z.object({
5
+ id: zod.z.string().describe("UUID of the file to retrieve"),
6
+ features: zod.z.array(zod.z.string()).describe("Set of feature flags to enable for this request").optional()
7
+ }).describe("Request model for retrieving a Penpot file by ID.");
8
+ const PenpotGetFile_PermissionsSchema = zod.z.object({
9
+ type: zod.z.string().describe("Permission type"),
10
+ canEdit: zod.z.boolean().describe("Whether the user can edit the file"),
11
+ canRead: zod.z.boolean().describe("Whether the user can read the file"),
12
+ isAdmin: zod.z.boolean().describe("Whether the user has admin permissions"),
13
+ isOwner: zod.z.boolean().describe("Whether the user is the file owner"),
14
+ isLogged: zod.z.boolean().describe("Whether the user is logged in")
15
+ }).describe("Permission details for the file.");
16
+ const PenpotGetFileOutput = zod.z.object({
17
+ id: zod.z.string().describe("UUID of the file"),
18
+ data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("File data structure containing pages, components, and other design elements").nullable().optional(),
19
+ name: zod.z.string().describe("File name"),
20
+ revn: zod.z.number().int().describe("Revision number"),
21
+ vern: zod.z.number().int().describe("Version number"),
22
+ features: zod.z.array(zod.z.string()).describe("Set of enabled features"),
23
+ isShared: zod.z.boolean().describe("Whether the file is shared"),
24
+ createdAt: zod.z.string().describe("ISO timestamp of file creation"),
25
+ projectId: zod.z.string().describe("UUID of the project this file belongs to"),
26
+ modifiedAt: zod.z.string().describe("ISO timestamp of last modification"),
27
+ permissions: PenpotGetFile_PermissionsSchema.nullable(),
28
+ hasMediaTrimmed: zod.z.boolean().describe("Whether media has been trimmed in this file"),
29
+ commentThreadSeqn: zod.z.number().int().describe("Comment thread sequence number")
30
+ }).describe("Response model for retrieving a Penpot file.");
31
+ const penpotGetFile = require_action.action("PENPOT_GET_FILE", {
32
+ slug: "penpot-get-file",
33
+ name: "Get File",
34
+ description: "Tool to retrieve a Penpot file by its ID. Returns file details including metadata, structure, and permissions. Use when you need to access file information or check file properties.",
35
+ input: PenpotGetFileInput,
36
+ output: PenpotGetFileOutput
37
+ });
38
+ //#endregion
39
+ exports.penpotGetFile = penpotGetFile;
40
+
41
+ //# sourceMappingURL=get-file.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file.cjs","names":["z","action"],"sources":["../../src/actions/get-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to retrieve\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this request\").optional(),\n}).describe(\"Request model for retrieving a Penpot file by ID.\");\nconst PenpotGetFile_PermissionsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Permission type\"),\n canEdit: z.boolean().describe(\"Whether the user can edit the file\"),\n canRead: z.boolean().describe(\"Whether the user can read the file\"),\n isAdmin: z.boolean().describe(\"Whether the user has admin permissions\"),\n isOwner: z.boolean().describe(\"Whether the user is the file owner\"),\n isLogged: z.boolean().describe(\"Whether the user is logged in\"),\n}).describe(\"Permission details for the file.\");\nexport const PenpotGetFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\"),\n data: z.record(z.string(), z.unknown()).describe(\"File data structure containing pages, components, and other design elements\").nullable().optional(),\n name: z.string().describe(\"File name\"),\n revn: z.number().int().describe(\"Revision number\"),\n vern: z.number().int().describe(\"Version number\"),\n features: z.array(z.string()).describe(\"Set of enabled features\"),\n isShared: z.boolean().describe(\"Whether the file is shared\"),\n createdAt: z.string().describe(\"ISO timestamp of file creation\"),\n projectId: z.string().describe(\"UUID of the project this file belongs to\"),\n modifiedAt: z.string().describe(\"ISO timestamp of last modification\"),\n permissions: PenpotGetFile_PermissionsSchema.nullable(),\n hasMediaTrimmed: z.boolean().describe(\"Whether media has been trimmed in this file\"),\n commentThreadSeqn: z.number().int().describe(\"Comment thread sequence number\"),\n}).describe(\"Response model for retrieving a Penpot file.\");\n\nexport const penpotGetFile = action(\"PENPOT_GET_FILE\", {\n slug: \"penpot-get-file\",\n name: \"Get File\",\n description: \"Tool to retrieve a Penpot file by its ID. Returns file details including metadata, structure, and permissions. Use when you need to access file information or check file properties.\",\n input: PenpotGetFileInput,\n output: PenpotGetFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;AAChE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC1C,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;CACrC,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gBAAgB;CAChD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB;CAChE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACpE,aAAa,gCAAgC,SAAS;CACtD,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACnF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;AAC/E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,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-file.d.ts
4
+ declare const PenpotGetFileInput: z.ZodTypeAny;
5
+ declare const PenpotGetFileOutput: z.ZodTypeAny;
6
+ declare const penpotGetFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { penpotGetFile };
9
+ //# sourceMappingURL=get-file.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file.d.cts","names":[],"sources":["../../src/actions/get-file.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAG6B;AAAA,cASnD,mBAAA,EAAqB,CAAA,CAAE,UAcuB;AAAA,cAE9C,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}