@keystrokehq/shortcut 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 (1122) 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-category.cjs +29 -0
  7. package/dist/actions/create-category.cjs.map +1 -0
  8. package/dist/actions/create-category.d.cts +9 -0
  9. package/dist/actions/create-category.d.cts.map +1 -0
  10. package/dist/actions/create-category.d.mts +9 -0
  11. package/dist/actions/create-category.d.mts.map +1 -0
  12. package/dist/actions/create-category.mjs +26 -0
  13. package/dist/actions/create-category.mjs.map +1 -0
  14. package/dist/actions/create-doc.cjs +24 -0
  15. package/dist/actions/create-doc.cjs.map +1 -0
  16. package/dist/actions/create-doc.d.cts +9 -0
  17. package/dist/actions/create-doc.d.cts.map +1 -0
  18. package/dist/actions/create-doc.d.mts +9 -0
  19. package/dist/actions/create-doc.d.mts.map +1 -0
  20. package/dist/actions/create-doc.mjs +21 -0
  21. package/dist/actions/create-doc.mjs.map +1 -0
  22. package/dist/actions/create-entity-template.cjs +137 -0
  23. package/dist/actions/create-entity-template.cjs.map +1 -0
  24. package/dist/actions/create-entity-template.d.cts +9 -0
  25. package/dist/actions/create-entity-template.d.cts.map +1 -0
  26. package/dist/actions/create-entity-template.d.mts +9 -0
  27. package/dist/actions/create-entity-template.d.mts.map +1 -0
  28. package/dist/actions/create-entity-template.mjs +136 -0
  29. package/dist/actions/create-entity-template.mjs.map +1 -0
  30. package/dist/actions/create-epic-comment-comment.cjs +38 -0
  31. package/dist/actions/create-epic-comment-comment.cjs.map +1 -0
  32. package/dist/actions/create-epic-comment-comment.d.cts +9 -0
  33. package/dist/actions/create-epic-comment-comment.d.cts.map +1 -0
  34. package/dist/actions/create-epic-comment-comment.d.mts +9 -0
  35. package/dist/actions/create-epic-comment-comment.d.mts.map +1 -0
  36. package/dist/actions/create-epic-comment-comment.mjs +35 -0
  37. package/dist/actions/create-epic-comment-comment.mjs.map +1 -0
  38. package/dist/actions/create-epic-comment.cjs +37 -0
  39. package/dist/actions/create-epic-comment.cjs.map +1 -0
  40. package/dist/actions/create-epic-comment.d.cts +9 -0
  41. package/dist/actions/create-epic-comment.d.cts.map +1 -0
  42. package/dist/actions/create-epic-comment.d.mts +9 -0
  43. package/dist/actions/create-epic-comment.d.mts.map +1 -0
  44. package/dist/actions/create-epic-comment.mjs +34 -0
  45. package/dist/actions/create-epic-comment.mjs.map +1 -0
  46. package/dist/actions/create-epic-health.cjs +35 -0
  47. package/dist/actions/create-epic-health.cjs.map +1 -0
  48. package/dist/actions/create-epic-health.d.cts +9 -0
  49. package/dist/actions/create-epic-health.d.cts.map +1 -0
  50. package/dist/actions/create-epic-health.d.mts +9 -0
  51. package/dist/actions/create-epic-health.d.mts.map +1 -0
  52. package/dist/actions/create-epic-health.mjs +32 -0
  53. package/dist/actions/create-epic-health.mjs.map +1 -0
  54. package/dist/actions/create-epic.cjs +144 -0
  55. package/dist/actions/create-epic.cjs.map +1 -0
  56. package/dist/actions/create-epic.d.cts +9 -0
  57. package/dist/actions/create-epic.d.cts.map +1 -0
  58. package/dist/actions/create-epic.d.mts +9 -0
  59. package/dist/actions/create-epic.d.mts.map +1 -0
  60. package/dist/actions/create-epic.mjs +143 -0
  61. package/dist/actions/create-epic.mjs.map +1 -0
  62. package/dist/actions/create-generic-integration.cjs +29 -0
  63. package/dist/actions/create-generic-integration.cjs.map +1 -0
  64. package/dist/actions/create-generic-integration.d.cts +9 -0
  65. package/dist/actions/create-generic-integration.d.cts.map +1 -0
  66. package/dist/actions/create-generic-integration.d.mts +9 -0
  67. package/dist/actions/create-generic-integration.d.mts.map +1 -0
  68. package/dist/actions/create-generic-integration.mjs +26 -0
  69. package/dist/actions/create-generic-integration.mjs.map +1 -0
  70. package/dist/actions/create-group.cjs +69 -0
  71. package/dist/actions/create-group.cjs.map +1 -0
  72. package/dist/actions/create-group.d.cts +9 -0
  73. package/dist/actions/create-group.d.cts.map +1 -0
  74. package/dist/actions/create-group.d.mts +9 -0
  75. package/dist/actions/create-group.d.mts.map +1 -0
  76. package/dist/actions/create-group.mjs +68 -0
  77. package/dist/actions/create-group.mjs.map +1 -0
  78. package/dist/actions/create-iteration.cjs +75 -0
  79. package/dist/actions/create-iteration.cjs.map +1 -0
  80. package/dist/actions/create-iteration.d.cts +9 -0
  81. package/dist/actions/create-iteration.d.cts.map +1 -0
  82. package/dist/actions/create-iteration.d.mts +9 -0
  83. package/dist/actions/create-iteration.d.mts.map +1 -0
  84. package/dist/actions/create-iteration.mjs +74 -0
  85. package/dist/actions/create-iteration.mjs.map +1 -0
  86. package/dist/actions/create-label.cjs +53 -0
  87. package/dist/actions/create-label.cjs.map +1 -0
  88. package/dist/actions/create-label.d.cts +9 -0
  89. package/dist/actions/create-label.d.cts.map +1 -0
  90. package/dist/actions/create-label.d.mts +9 -0
  91. package/dist/actions/create-label.d.mts.map +1 -0
  92. package/dist/actions/create-label.mjs +52 -0
  93. package/dist/actions/create-label.mjs.map +1 -0
  94. package/dist/actions/create-linked-file.cjs +49 -0
  95. package/dist/actions/create-linked-file.cjs.map +1 -0
  96. package/dist/actions/create-linked-file.d.cts +9 -0
  97. package/dist/actions/create-linked-file.d.cts.map +1 -0
  98. package/dist/actions/create-linked-file.d.mts +9 -0
  99. package/dist/actions/create-linked-file.d.mts.map +1 -0
  100. package/dist/actions/create-linked-file.mjs +46 -0
  101. package/dist/actions/create-linked-file.mjs.map +1 -0
  102. package/dist/actions/create-multiple-stories.cjs +83 -0
  103. package/dist/actions/create-multiple-stories.cjs.map +1 -0
  104. package/dist/actions/create-multiple-stories.d.cts +9 -0
  105. package/dist/actions/create-multiple-stories.d.cts.map +1 -0
  106. package/dist/actions/create-multiple-stories.d.mts +9 -0
  107. package/dist/actions/create-multiple-stories.d.mts.map +1 -0
  108. package/dist/actions/create-multiple-stories.mjs +80 -0
  109. package/dist/actions/create-multiple-stories.mjs.map +1 -0
  110. package/dist/actions/create-objective.cjs +94 -0
  111. package/dist/actions/create-objective.cjs.map +1 -0
  112. package/dist/actions/create-objective.d.cts +9 -0
  113. package/dist/actions/create-objective.d.cts.map +1 -0
  114. package/dist/actions/create-objective.d.mts +9 -0
  115. package/dist/actions/create-objective.d.mts.map +1 -0
  116. package/dist/actions/create-objective.mjs +93 -0
  117. package/dist/actions/create-objective.mjs.map +1 -0
  118. package/dist/actions/create-project.cjs +47 -0
  119. package/dist/actions/create-project.cjs.map +1 -0
  120. package/dist/actions/create-project.d.cts +9 -0
  121. package/dist/actions/create-project.d.cts.map +1 -0
  122. package/dist/actions/create-project.d.mts +9 -0
  123. package/dist/actions/create-project.d.mts.map +1 -0
  124. package/dist/actions/create-project.mjs +44 -0
  125. package/dist/actions/create-project.mjs.map +1 -0
  126. package/dist/actions/create-story-comment.cjs +38 -0
  127. package/dist/actions/create-story-comment.cjs.map +1 -0
  128. package/dist/actions/create-story-comment.d.cts +9 -0
  129. package/dist/actions/create-story-comment.d.cts.map +1 -0
  130. package/dist/actions/create-story-comment.d.mts +9 -0
  131. package/dist/actions/create-story-comment.d.mts.map +1 -0
  132. package/dist/actions/create-story-comment.mjs +35 -0
  133. package/dist/actions/create-story-comment.mjs.map +1 -0
  134. package/dist/actions/create-story-from-template.cjs +295 -0
  135. package/dist/actions/create-story-from-template.cjs.map +1 -0
  136. package/dist/actions/create-story-from-template.d.cts +9 -0
  137. package/dist/actions/create-story-from-template.d.cts.map +1 -0
  138. package/dist/actions/create-story-from-template.d.mts +9 -0
  139. package/dist/actions/create-story-from-template.d.mts.map +1 -0
  140. package/dist/actions/create-story-from-template.mjs +294 -0
  141. package/dist/actions/create-story-from-template.mjs.map +1 -0
  142. package/dist/actions/create-story-link.cjs +32 -0
  143. package/dist/actions/create-story-link.cjs.map +1 -0
  144. package/dist/actions/create-story-link.d.cts +9 -0
  145. package/dist/actions/create-story-link.d.cts.map +1 -0
  146. package/dist/actions/create-story-link.d.mts +9 -0
  147. package/dist/actions/create-story-link.d.mts.map +1 -0
  148. package/dist/actions/create-story-link.mjs +29 -0
  149. package/dist/actions/create-story-link.mjs.map +1 -0
  150. package/dist/actions/create-story-reaction.cjs +20 -0
  151. package/dist/actions/create-story-reaction.cjs.map +1 -0
  152. package/dist/actions/create-story-reaction.d.cts +9 -0
  153. package/dist/actions/create-story-reaction.d.cts.map +1 -0
  154. package/dist/actions/create-story-reaction.d.mts +9 -0
  155. package/dist/actions/create-story-reaction.d.mts.map +1 -0
  156. package/dist/actions/create-story-reaction.mjs +17 -0
  157. package/dist/actions/create-story-reaction.mjs.map +1 -0
  158. package/dist/actions/create-story.cjs +145 -0
  159. package/dist/actions/create-story.cjs.map +1 -0
  160. package/dist/actions/create-story.d.cts +9 -0
  161. package/dist/actions/create-story.d.cts.map +1 -0
  162. package/dist/actions/create-story.d.mts +9 -0
  163. package/dist/actions/create-story.d.mts.map +1 -0
  164. package/dist/actions/create-story.mjs +144 -0
  165. package/dist/actions/create-story.mjs.map +1 -0
  166. package/dist/actions/create-task.cjs +93 -0
  167. package/dist/actions/create-task.cjs.map +1 -0
  168. package/dist/actions/create-task.d.cts +9 -0
  169. package/dist/actions/create-task.d.cts.map +1 -0
  170. package/dist/actions/create-task.d.mts +9 -0
  171. package/dist/actions/create-task.d.mts.map +1 -0
  172. package/dist/actions/create-task.mjs +92 -0
  173. package/dist/actions/create-task.mjs.map +1 -0
  174. package/dist/actions/delete-category.cjs +16 -0
  175. package/dist/actions/delete-category.cjs.map +1 -0
  176. package/dist/actions/delete-category.d.cts +9 -0
  177. package/dist/actions/delete-category.d.cts.map +1 -0
  178. package/dist/actions/delete-category.d.mts +9 -0
  179. package/dist/actions/delete-category.d.mts.map +1 -0
  180. package/dist/actions/delete-category.mjs +13 -0
  181. package/dist/actions/delete-category.mjs.map +1 -0
  182. package/dist/actions/delete-custom-field.cjs +16 -0
  183. package/dist/actions/delete-custom-field.cjs.map +1 -0
  184. package/dist/actions/delete-custom-field.d.cts +9 -0
  185. package/dist/actions/delete-custom-field.d.cts.map +1 -0
  186. package/dist/actions/delete-custom-field.d.mts +9 -0
  187. package/dist/actions/delete-custom-field.d.mts.map +1 -0
  188. package/dist/actions/delete-custom-field.mjs +13 -0
  189. package/dist/actions/delete-custom-field.mjs.map +1 -0
  190. package/dist/actions/delete-doc.cjs +16 -0
  191. package/dist/actions/delete-doc.cjs.map +1 -0
  192. package/dist/actions/delete-doc.d.cts +9 -0
  193. package/dist/actions/delete-doc.d.cts.map +1 -0
  194. package/dist/actions/delete-doc.d.mts +9 -0
  195. package/dist/actions/delete-doc.d.mts.map +1 -0
  196. package/dist/actions/delete-doc.mjs +13 -0
  197. package/dist/actions/delete-doc.mjs.map +1 -0
  198. package/dist/actions/delete-entity-template.cjs +16 -0
  199. package/dist/actions/delete-entity-template.cjs.map +1 -0
  200. package/dist/actions/delete-entity-template.d.cts +9 -0
  201. package/dist/actions/delete-entity-template.d.cts.map +1 -0
  202. package/dist/actions/delete-entity-template.d.mts +9 -0
  203. package/dist/actions/delete-entity-template.d.mts.map +1 -0
  204. package/dist/actions/delete-entity-template.mjs +13 -0
  205. package/dist/actions/delete-entity-template.mjs.map +1 -0
  206. package/dist/actions/delete-epic-comment.cjs +19 -0
  207. package/dist/actions/delete-epic-comment.cjs.map +1 -0
  208. package/dist/actions/delete-epic-comment.d.cts +9 -0
  209. package/dist/actions/delete-epic-comment.d.cts.map +1 -0
  210. package/dist/actions/delete-epic-comment.d.mts +9 -0
  211. package/dist/actions/delete-epic-comment.d.mts.map +1 -0
  212. package/dist/actions/delete-epic-comment.mjs +16 -0
  213. package/dist/actions/delete-epic-comment.mjs.map +1 -0
  214. package/dist/actions/delete-epic.cjs +16 -0
  215. package/dist/actions/delete-epic.cjs.map +1 -0
  216. package/dist/actions/delete-epic.d.cts +9 -0
  217. package/dist/actions/delete-epic.d.cts.map +1 -0
  218. package/dist/actions/delete-epic.d.mts +9 -0
  219. package/dist/actions/delete-epic.d.mts.map +1 -0
  220. package/dist/actions/delete-epic.mjs +13 -0
  221. package/dist/actions/delete-epic.mjs.map +1 -0
  222. package/dist/actions/delete-file.cjs +16 -0
  223. package/dist/actions/delete-file.cjs.map +1 -0
  224. package/dist/actions/delete-file.d.cts +9 -0
  225. package/dist/actions/delete-file.d.cts.map +1 -0
  226. package/dist/actions/delete-file.d.mts +9 -0
  227. package/dist/actions/delete-file.d.mts.map +1 -0
  228. package/dist/actions/delete-file.mjs +13 -0
  229. package/dist/actions/delete-file.mjs.map +1 -0
  230. package/dist/actions/delete-generic-integration.cjs +16 -0
  231. package/dist/actions/delete-generic-integration.cjs.map +1 -0
  232. package/dist/actions/delete-generic-integration.d.cts +9 -0
  233. package/dist/actions/delete-generic-integration.d.cts.map +1 -0
  234. package/dist/actions/delete-generic-integration.d.mts +9 -0
  235. package/dist/actions/delete-generic-integration.d.mts.map +1 -0
  236. package/dist/actions/delete-generic-integration.mjs +13 -0
  237. package/dist/actions/delete-generic-integration.mjs.map +1 -0
  238. package/dist/actions/delete-iteration.cjs +16 -0
  239. package/dist/actions/delete-iteration.cjs.map +1 -0
  240. package/dist/actions/delete-iteration.d.cts +9 -0
  241. package/dist/actions/delete-iteration.d.cts.map +1 -0
  242. package/dist/actions/delete-iteration.d.mts +9 -0
  243. package/dist/actions/delete-iteration.d.mts.map +1 -0
  244. package/dist/actions/delete-iteration.mjs +13 -0
  245. package/dist/actions/delete-iteration.mjs.map +1 -0
  246. package/dist/actions/delete-label.cjs +16 -0
  247. package/dist/actions/delete-label.cjs.map +1 -0
  248. package/dist/actions/delete-label.d.cts +9 -0
  249. package/dist/actions/delete-label.d.cts.map +1 -0
  250. package/dist/actions/delete-label.d.mts +9 -0
  251. package/dist/actions/delete-label.d.mts.map +1 -0
  252. package/dist/actions/delete-label.mjs +13 -0
  253. package/dist/actions/delete-label.mjs.map +1 -0
  254. package/dist/actions/delete-linked-file.cjs +16 -0
  255. package/dist/actions/delete-linked-file.cjs.map +1 -0
  256. package/dist/actions/delete-linked-file.d.cts +9 -0
  257. package/dist/actions/delete-linked-file.d.cts.map +1 -0
  258. package/dist/actions/delete-linked-file.d.mts +9 -0
  259. package/dist/actions/delete-linked-file.d.mts.map +1 -0
  260. package/dist/actions/delete-linked-file.mjs +13 -0
  261. package/dist/actions/delete-linked-file.mjs.map +1 -0
  262. package/dist/actions/delete-multiple-stories.cjs +16 -0
  263. package/dist/actions/delete-multiple-stories.cjs.map +1 -0
  264. package/dist/actions/delete-multiple-stories.d.cts +9 -0
  265. package/dist/actions/delete-multiple-stories.d.cts.map +1 -0
  266. package/dist/actions/delete-multiple-stories.d.mts +9 -0
  267. package/dist/actions/delete-multiple-stories.d.mts.map +1 -0
  268. package/dist/actions/delete-multiple-stories.mjs +13 -0
  269. package/dist/actions/delete-multiple-stories.mjs.map +1 -0
  270. package/dist/actions/delete-objective.cjs +16 -0
  271. package/dist/actions/delete-objective.cjs.map +1 -0
  272. package/dist/actions/delete-objective.d.cts +9 -0
  273. package/dist/actions/delete-objective.d.cts.map +1 -0
  274. package/dist/actions/delete-objective.d.mts +9 -0
  275. package/dist/actions/delete-objective.d.mts.map +1 -0
  276. package/dist/actions/delete-objective.mjs +13 -0
  277. package/dist/actions/delete-objective.mjs.map +1 -0
  278. package/dist/actions/delete-project.cjs +16 -0
  279. package/dist/actions/delete-project.cjs.map +1 -0
  280. package/dist/actions/delete-project.d.cts +9 -0
  281. package/dist/actions/delete-project.d.cts.map +1 -0
  282. package/dist/actions/delete-project.d.mts +9 -0
  283. package/dist/actions/delete-project.d.mts.map +1 -0
  284. package/dist/actions/delete-project.mjs +13 -0
  285. package/dist/actions/delete-project.mjs.map +1 -0
  286. package/dist/actions/delete-story-comment.cjs +19 -0
  287. package/dist/actions/delete-story-comment.cjs.map +1 -0
  288. package/dist/actions/delete-story-comment.d.cts +9 -0
  289. package/dist/actions/delete-story-comment.d.cts.map +1 -0
  290. package/dist/actions/delete-story-comment.d.mts +9 -0
  291. package/dist/actions/delete-story-comment.d.mts.map +1 -0
  292. package/dist/actions/delete-story-comment.mjs +16 -0
  293. package/dist/actions/delete-story-comment.mjs.map +1 -0
  294. package/dist/actions/delete-story-link.cjs +16 -0
  295. package/dist/actions/delete-story-link.cjs.map +1 -0
  296. package/dist/actions/delete-story-link.d.cts +9 -0
  297. package/dist/actions/delete-story-link.d.cts.map +1 -0
  298. package/dist/actions/delete-story-link.d.mts +9 -0
  299. package/dist/actions/delete-story-link.d.mts.map +1 -0
  300. package/dist/actions/delete-story-link.mjs +13 -0
  301. package/dist/actions/delete-story-link.mjs.map +1 -0
  302. package/dist/actions/delete-story-reaction.cjs +20 -0
  303. package/dist/actions/delete-story-reaction.cjs.map +1 -0
  304. package/dist/actions/delete-story-reaction.d.cts +9 -0
  305. package/dist/actions/delete-story-reaction.d.cts.map +1 -0
  306. package/dist/actions/delete-story-reaction.d.mts +9 -0
  307. package/dist/actions/delete-story-reaction.d.mts.map +1 -0
  308. package/dist/actions/delete-story-reaction.mjs +17 -0
  309. package/dist/actions/delete-story-reaction.mjs.map +1 -0
  310. package/dist/actions/delete-story.cjs +16 -0
  311. package/dist/actions/delete-story.cjs.map +1 -0
  312. package/dist/actions/delete-story.d.cts +9 -0
  313. package/dist/actions/delete-story.d.cts.map +1 -0
  314. package/dist/actions/delete-story.d.mts +9 -0
  315. package/dist/actions/delete-story.d.mts.map +1 -0
  316. package/dist/actions/delete-story.mjs +13 -0
  317. package/dist/actions/delete-story.mjs.map +1 -0
  318. package/dist/actions/delete-task.cjs +19 -0
  319. package/dist/actions/delete-task.cjs.map +1 -0
  320. package/dist/actions/delete-task.d.cts +9 -0
  321. package/dist/actions/delete-task.d.cts.map +1 -0
  322. package/dist/actions/delete-task.d.mts +9 -0
  323. package/dist/actions/delete-task.d.mts.map +1 -0
  324. package/dist/actions/delete-task.mjs +16 -0
  325. package/dist/actions/delete-task.mjs.map +1 -0
  326. package/dist/actions/disable-iterations.cjs +16 -0
  327. package/dist/actions/disable-iterations.cjs.map +1 -0
  328. package/dist/actions/disable-iterations.d.cts +9 -0
  329. package/dist/actions/disable-iterations.d.cts.map +1 -0
  330. package/dist/actions/disable-iterations.d.mts +9 -0
  331. package/dist/actions/disable-iterations.d.mts.map +1 -0
  332. package/dist/actions/disable-iterations.mjs +13 -0
  333. package/dist/actions/disable-iterations.mjs.map +1 -0
  334. package/dist/actions/disable-story-templates.cjs +16 -0
  335. package/dist/actions/disable-story-templates.cjs.map +1 -0
  336. package/dist/actions/disable-story-templates.d.cts +9 -0
  337. package/dist/actions/disable-story-templates.d.cts.map +1 -0
  338. package/dist/actions/disable-story-templates.d.mts +9 -0
  339. package/dist/actions/disable-story-templates.d.mts.map +1 -0
  340. package/dist/actions/disable-story-templates.mjs +13 -0
  341. package/dist/actions/disable-story-templates.mjs.map +1 -0
  342. package/dist/actions/enable-iterations.cjs +16 -0
  343. package/dist/actions/enable-iterations.cjs.map +1 -0
  344. package/dist/actions/enable-iterations.d.cts +9 -0
  345. package/dist/actions/enable-iterations.d.cts.map +1 -0
  346. package/dist/actions/enable-iterations.d.mts +9 -0
  347. package/dist/actions/enable-iterations.d.mts.map +1 -0
  348. package/dist/actions/enable-iterations.mjs +13 -0
  349. package/dist/actions/enable-iterations.mjs.map +1 -0
  350. package/dist/actions/enable-story-templates.cjs +16 -0
  351. package/dist/actions/enable-story-templates.cjs.map +1 -0
  352. package/dist/actions/enable-story-templates.d.cts +9 -0
  353. package/dist/actions/enable-story-templates.d.cts.map +1 -0
  354. package/dist/actions/enable-story-templates.d.mts +9 -0
  355. package/dist/actions/enable-story-templates.d.mts.map +1 -0
  356. package/dist/actions/enable-story-templates.mjs +13 -0
  357. package/dist/actions/enable-story-templates.mjs.map +1 -0
  358. package/dist/actions/get-category.cjs +25 -0
  359. package/dist/actions/get-category.cjs.map +1 -0
  360. package/dist/actions/get-category.d.cts +9 -0
  361. package/dist/actions/get-category.d.cts.map +1 -0
  362. package/dist/actions/get-category.d.mts +9 -0
  363. package/dist/actions/get-category.d.mts.map +1 -0
  364. package/dist/actions/get-category.mjs +22 -0
  365. package/dist/actions/get-category.mjs.map +1 -0
  366. package/dist/actions/get-current-member-info.cjs +39 -0
  367. package/dist/actions/get-current-member-info.cjs.map +1 -0
  368. package/dist/actions/get-current-member-info.d.cts +9 -0
  369. package/dist/actions/get-current-member-info.d.cts.map +1 -0
  370. package/dist/actions/get-current-member-info.d.mts +9 -0
  371. package/dist/actions/get-current-member-info.d.mts.map +1 -0
  372. package/dist/actions/get-current-member-info.mjs +38 -0
  373. package/dist/actions/get-current-member-info.mjs.map +1 -0
  374. package/dist/actions/get-custom-field.cjs +36 -0
  375. package/dist/actions/get-custom-field.cjs.map +1 -0
  376. package/dist/actions/get-custom-field.d.cts +9 -0
  377. package/dist/actions/get-custom-field.d.cts.map +1 -0
  378. package/dist/actions/get-custom-field.d.mts +9 -0
  379. package/dist/actions/get-custom-field.d.mts.map +1 -0
  380. package/dist/actions/get-custom-field.mjs +35 -0
  381. package/dist/actions/get-custom-field.mjs.map +1 -0
  382. package/dist/actions/get-doc.cjs +28 -0
  383. package/dist/actions/get-doc.cjs.map +1 -0
  384. package/dist/actions/get-doc.d.cts +9 -0
  385. package/dist/actions/get-doc.d.cts.map +1 -0
  386. package/dist/actions/get-doc.d.mts +9 -0
  387. package/dist/actions/get-doc.d.mts.map +1 -0
  388. package/dist/actions/get-doc.mjs +25 -0
  389. package/dist/actions/get-doc.mjs.map +1 -0
  390. package/dist/actions/get-entity-template.cjs +119 -0
  391. package/dist/actions/get-entity-template.cjs.map +1 -0
  392. package/dist/actions/get-entity-template.d.cts +9 -0
  393. package/dist/actions/get-entity-template.d.cts.map +1 -0
  394. package/dist/actions/get-entity-template.d.mts +9 -0
  395. package/dist/actions/get-entity-template.d.mts.map +1 -0
  396. package/dist/actions/get-entity-template.mjs +118 -0
  397. package/dist/actions/get-entity-template.mjs.map +1 -0
  398. package/dist/actions/get-epic-comment.cjs +33 -0
  399. package/dist/actions/get-epic-comment.cjs.map +1 -0
  400. package/dist/actions/get-epic-comment.d.cts +9 -0
  401. package/dist/actions/get-epic-comment.d.cts.map +1 -0
  402. package/dist/actions/get-epic-comment.d.mts +9 -0
  403. package/dist/actions/get-epic-comment.d.mts.map +1 -0
  404. package/dist/actions/get-epic-comment.mjs +30 -0
  405. package/dist/actions/get-epic-comment.mjs.map +1 -0
  406. package/dist/actions/get-epic-health.cjs +26 -0
  407. package/dist/actions/get-epic-health.cjs.map +1 -0
  408. package/dist/actions/get-epic-health.d.cts +9 -0
  409. package/dist/actions/get-epic-health.d.cts.map +1 -0
  410. package/dist/actions/get-epic-health.d.mts +9 -0
  411. package/dist/actions/get-epic-health.d.mts.map +1 -0
  412. package/dist/actions/get-epic-health.mjs +23 -0
  413. package/dist/actions/get-epic-health.mjs.map +1 -0
  414. package/dist/actions/get-epic-workflow.cjs +34 -0
  415. package/dist/actions/get-epic-workflow.cjs.map +1 -0
  416. package/dist/actions/get-epic-workflow.d.cts +9 -0
  417. package/dist/actions/get-epic-workflow.d.cts.map +1 -0
  418. package/dist/actions/get-epic-workflow.d.mts +9 -0
  419. package/dist/actions/get-epic-workflow.d.mts.map +1 -0
  420. package/dist/actions/get-epic-workflow.mjs +33 -0
  421. package/dist/actions/get-epic-workflow.mjs.map +1 -0
  422. package/dist/actions/get-epic.cjs +116 -0
  423. package/dist/actions/get-epic.cjs.map +1 -0
  424. package/dist/actions/get-epic.d.cts +9 -0
  425. package/dist/actions/get-epic.d.cts.map +1 -0
  426. package/dist/actions/get-epic.d.mts +9 -0
  427. package/dist/actions/get-epic.d.mts.map +1 -0
  428. package/dist/actions/get-epic.mjs +115 -0
  429. package/dist/actions/get-epic.mjs.map +1 -0
  430. package/dist/actions/get-external-link-stories.cjs +16 -0
  431. package/dist/actions/get-external-link-stories.cjs.map +1 -0
  432. package/dist/actions/get-external-link-stories.d.cts +9 -0
  433. package/dist/actions/get-external-link-stories.d.cts.map +1 -0
  434. package/dist/actions/get-external-link-stories.d.mts +9 -0
  435. package/dist/actions/get-external-link-stories.d.mts.map +1 -0
  436. package/dist/actions/get-external-link-stories.mjs +13 -0
  437. package/dist/actions/get-external-link-stories.mjs.map +1 -0
  438. package/dist/actions/get-file.cjs +34 -0
  439. package/dist/actions/get-file.cjs.map +1 -0
  440. package/dist/actions/get-file.d.cts +9 -0
  441. package/dist/actions/get-file.d.cts.map +1 -0
  442. package/dist/actions/get-file.d.mts +9 -0
  443. package/dist/actions/get-file.d.mts.map +1 -0
  444. package/dist/actions/get-file.mjs +31 -0
  445. package/dist/actions/get-file.mjs.map +1 -0
  446. package/dist/actions/get-generic-integration.cjs +26 -0
  447. package/dist/actions/get-generic-integration.cjs.map +1 -0
  448. package/dist/actions/get-generic-integration.d.cts +9 -0
  449. package/dist/actions/get-generic-integration.d.cts.map +1 -0
  450. package/dist/actions/get-generic-integration.d.mts +9 -0
  451. package/dist/actions/get-generic-integration.d.mts.map +1 -0
  452. package/dist/actions/get-generic-integration.mjs +23 -0
  453. package/dist/actions/get-generic-integration.mjs.map +1 -0
  454. package/dist/actions/get-group.cjs +43 -0
  455. package/dist/actions/get-group.cjs.map +1 -0
  456. package/dist/actions/get-group.d.cts +9 -0
  457. package/dist/actions/get-group.d.cts.map +1 -0
  458. package/dist/actions/get-group.d.mts +9 -0
  459. package/dist/actions/get-group.d.mts.map +1 -0
  460. package/dist/actions/get-group.mjs +42 -0
  461. package/dist/actions/get-group.mjs.map +1 -0
  462. package/dist/actions/get-iteration.cjs +63 -0
  463. package/dist/actions/get-iteration.cjs.map +1 -0
  464. package/dist/actions/get-iteration.d.cts +9 -0
  465. package/dist/actions/get-iteration.d.cts.map +1 -0
  466. package/dist/actions/get-iteration.d.mts +9 -0
  467. package/dist/actions/get-iteration.d.mts.map +1 -0
  468. package/dist/actions/get-iteration.mjs +62 -0
  469. package/dist/actions/get-iteration.mjs.map +1 -0
  470. package/dist/actions/get-key-result.cjs +33 -0
  471. package/dist/actions/get-key-result.cjs.map +1 -0
  472. package/dist/actions/get-key-result.d.cts +9 -0
  473. package/dist/actions/get-key-result.d.cts.map +1 -0
  474. package/dist/actions/get-key-result.d.mts +9 -0
  475. package/dist/actions/get-key-result.d.mts.map +1 -0
  476. package/dist/actions/get-key-result.mjs +32 -0
  477. package/dist/actions/get-key-result.mjs.map +1 -0
  478. package/dist/actions/get-label.cjs +48 -0
  479. package/dist/actions/get-label.cjs.map +1 -0
  480. package/dist/actions/get-label.d.cts +9 -0
  481. package/dist/actions/get-label.d.cts.map +1 -0
  482. package/dist/actions/get-label.d.mts +9 -0
  483. package/dist/actions/get-label.d.mts.map +1 -0
  484. package/dist/actions/get-label.mjs +47 -0
  485. package/dist/actions/get-label.mjs.map +1 -0
  486. package/dist/actions/get-linked-file.cjs +33 -0
  487. package/dist/actions/get-linked-file.cjs.map +1 -0
  488. package/dist/actions/get-linked-file.d.cts +9 -0
  489. package/dist/actions/get-linked-file.d.cts.map +1 -0
  490. package/dist/actions/get-linked-file.d.mts +9 -0
  491. package/dist/actions/get-linked-file.d.mts.map +1 -0
  492. package/dist/actions/get-linked-file.mjs +30 -0
  493. package/dist/actions/get-linked-file.mjs.map +1 -0
  494. package/dist/actions/get-member.cjs +58 -0
  495. package/dist/actions/get-member.cjs.map +1 -0
  496. package/dist/actions/get-member.d.cts +9 -0
  497. package/dist/actions/get-member.d.cts.map +1 -0
  498. package/dist/actions/get-member.d.mts +9 -0
  499. package/dist/actions/get-member.d.mts.map +1 -0
  500. package/dist/actions/get-member.mjs +57 -0
  501. package/dist/actions/get-member.mjs.map +1 -0
  502. package/dist/actions/get-objective.cjs +54 -0
  503. package/dist/actions/get-objective.cjs.map +1 -0
  504. package/dist/actions/get-objective.d.cts +9 -0
  505. package/dist/actions/get-objective.d.cts.map +1 -0
  506. package/dist/actions/get-objective.d.mts +9 -0
  507. package/dist/actions/get-objective.d.mts.map +1 -0
  508. package/dist/actions/get-objective.mjs +53 -0
  509. package/dist/actions/get-objective.mjs.map +1 -0
  510. package/dist/actions/get-project.cjs +42 -0
  511. package/dist/actions/get-project.cjs.map +1 -0
  512. package/dist/actions/get-project.d.cts +9 -0
  513. package/dist/actions/get-project.d.cts.map +1 -0
  514. package/dist/actions/get-project.d.mts +9 -0
  515. package/dist/actions/get-project.d.mts.map +1 -0
  516. package/dist/actions/get-project.mjs +41 -0
  517. package/dist/actions/get-project.mjs.map +1 -0
  518. package/dist/actions/get-repository.cjs +25 -0
  519. package/dist/actions/get-repository.cjs.map +1 -0
  520. package/dist/actions/get-repository.d.cts +9 -0
  521. package/dist/actions/get-repository.d.cts.map +1 -0
  522. package/dist/actions/get-repository.d.mts +9 -0
  523. package/dist/actions/get-repository.d.mts.map +1 -0
  524. package/dist/actions/get-repository.mjs +22 -0
  525. package/dist/actions/get-repository.mjs.map +1 -0
  526. package/dist/actions/get-story-comment.cjs +33 -0
  527. package/dist/actions/get-story-comment.cjs.map +1 -0
  528. package/dist/actions/get-story-comment.d.cts +9 -0
  529. package/dist/actions/get-story-comment.d.cts.map +1 -0
  530. package/dist/actions/get-story-comment.d.mts +9 -0
  531. package/dist/actions/get-story-comment.d.mts.map +1 -0
  532. package/dist/actions/get-story-comment.mjs +30 -0
  533. package/dist/actions/get-story-comment.mjs.map +1 -0
  534. package/dist/actions/get-story-link.cjs +28 -0
  535. package/dist/actions/get-story-link.cjs.map +1 -0
  536. package/dist/actions/get-story-link.d.cts +9 -0
  537. package/dist/actions/get-story-link.d.cts.map +1 -0
  538. package/dist/actions/get-story-link.d.mts +9 -0
  539. package/dist/actions/get-story-link.d.mts.map +1 -0
  540. package/dist/actions/get-story-link.mjs +25 -0
  541. package/dist/actions/get-story-link.mjs.map +1 -0
  542. package/dist/actions/get-story.cjs +89 -0
  543. package/dist/actions/get-story.cjs.map +1 -0
  544. package/dist/actions/get-story.d.cts +9 -0
  545. package/dist/actions/get-story.d.cts.map +1 -0
  546. package/dist/actions/get-story.d.mts +9 -0
  547. package/dist/actions/get-story.d.mts.map +1 -0
  548. package/dist/actions/get-story.mjs +88 -0
  549. package/dist/actions/get-story.mjs.map +1 -0
  550. package/dist/actions/get-task.cjs +34 -0
  551. package/dist/actions/get-task.cjs.map +1 -0
  552. package/dist/actions/get-task.d.cts +9 -0
  553. package/dist/actions/get-task.d.cts.map +1 -0
  554. package/dist/actions/get-task.d.mts +9 -0
  555. package/dist/actions/get-task.d.mts.map +1 -0
  556. package/dist/actions/get-task.mjs +31 -0
  557. package/dist/actions/get-task.mjs.map +1 -0
  558. package/dist/actions/get-workflow.cjs +43 -0
  559. package/dist/actions/get-workflow.cjs.map +1 -0
  560. package/dist/actions/get-workflow.d.cts +9 -0
  561. package/dist/actions/get-workflow.d.cts.map +1 -0
  562. package/dist/actions/get-workflow.d.mts +9 -0
  563. package/dist/actions/get-workflow.d.mts.map +1 -0
  564. package/dist/actions/get-workflow.mjs +42 -0
  565. package/dist/actions/get-workflow.mjs.map +1 -0
  566. package/dist/actions/index.cjs +273 -0
  567. package/dist/actions/index.d.cts +137 -0
  568. package/dist/actions/index.d.mts +137 -0
  569. package/dist/actions/index.mjs +137 -0
  570. package/dist/actions/link-document-to-epic.cjs +19 -0
  571. package/dist/actions/link-document-to-epic.cjs.map +1 -0
  572. package/dist/actions/link-document-to-epic.d.cts +9 -0
  573. package/dist/actions/link-document-to-epic.d.cts.map +1 -0
  574. package/dist/actions/link-document-to-epic.d.mts +9 -0
  575. package/dist/actions/link-document-to-epic.d.mts.map +1 -0
  576. package/dist/actions/link-document-to-epic.mjs +16 -0
  577. package/dist/actions/link-document-to-epic.mjs.map +1 -0
  578. package/dist/actions/list-categories.cjs +16 -0
  579. package/dist/actions/list-categories.cjs.map +1 -0
  580. package/dist/actions/list-categories.d.cts +9 -0
  581. package/dist/actions/list-categories.d.cts.map +1 -0
  582. package/dist/actions/list-categories.d.mts +9 -0
  583. package/dist/actions/list-categories.d.mts.map +1 -0
  584. package/dist/actions/list-categories.mjs +13 -0
  585. package/dist/actions/list-categories.mjs.map +1 -0
  586. package/dist/actions/list-category-milestones.cjs +16 -0
  587. package/dist/actions/list-category-milestones.cjs.map +1 -0
  588. package/dist/actions/list-category-milestones.d.cts +9 -0
  589. package/dist/actions/list-category-milestones.d.cts.map +1 -0
  590. package/dist/actions/list-category-milestones.d.mts +9 -0
  591. package/dist/actions/list-category-milestones.d.mts.map +1 -0
  592. package/dist/actions/list-category-milestones.mjs +13 -0
  593. package/dist/actions/list-category-milestones.mjs.map +1 -0
  594. package/dist/actions/list-category-objectives.cjs +16 -0
  595. package/dist/actions/list-category-objectives.cjs.map +1 -0
  596. package/dist/actions/list-category-objectives.d.cts +9 -0
  597. package/dist/actions/list-category-objectives.d.cts.map +1 -0
  598. package/dist/actions/list-category-objectives.d.mts +9 -0
  599. package/dist/actions/list-category-objectives.d.mts.map +1 -0
  600. package/dist/actions/list-category-objectives.mjs +13 -0
  601. package/dist/actions/list-category-objectives.mjs.map +1 -0
  602. package/dist/actions/list-custom-fields.cjs +16 -0
  603. package/dist/actions/list-custom-fields.cjs.map +1 -0
  604. package/dist/actions/list-custom-fields.d.cts +9 -0
  605. package/dist/actions/list-custom-fields.d.cts.map +1 -0
  606. package/dist/actions/list-custom-fields.d.mts +9 -0
  607. package/dist/actions/list-custom-fields.d.mts.map +1 -0
  608. package/dist/actions/list-custom-fields.mjs +13 -0
  609. package/dist/actions/list-custom-fields.mjs.map +1 -0
  610. package/dist/actions/list-docs.cjs +16 -0
  611. package/dist/actions/list-docs.cjs.map +1 -0
  612. package/dist/actions/list-docs.d.cts +9 -0
  613. package/dist/actions/list-docs.d.cts.map +1 -0
  614. package/dist/actions/list-docs.d.mts +9 -0
  615. package/dist/actions/list-docs.d.mts.map +1 -0
  616. package/dist/actions/list-docs.mjs +13 -0
  617. package/dist/actions/list-docs.mjs.map +1 -0
  618. package/dist/actions/list-document-epics.cjs +16 -0
  619. package/dist/actions/list-document-epics.cjs.map +1 -0
  620. package/dist/actions/list-document-epics.d.cts +9 -0
  621. package/dist/actions/list-document-epics.d.cts.map +1 -0
  622. package/dist/actions/list-document-epics.d.mts +9 -0
  623. package/dist/actions/list-document-epics.d.mts.map +1 -0
  624. package/dist/actions/list-document-epics.mjs +13 -0
  625. package/dist/actions/list-document-epics.mjs.map +1 -0
  626. package/dist/actions/list-entity-templates.cjs +16 -0
  627. package/dist/actions/list-entity-templates.cjs.map +1 -0
  628. package/dist/actions/list-entity-templates.d.cts +9 -0
  629. package/dist/actions/list-entity-templates.d.cts.map +1 -0
  630. package/dist/actions/list-entity-templates.d.mts +9 -0
  631. package/dist/actions/list-entity-templates.d.mts.map +1 -0
  632. package/dist/actions/list-entity-templates.mjs +13 -0
  633. package/dist/actions/list-entity-templates.mjs.map +1 -0
  634. package/dist/actions/list-epic-comments.cjs +16 -0
  635. package/dist/actions/list-epic-comments.cjs.map +1 -0
  636. package/dist/actions/list-epic-comments.d.cts +9 -0
  637. package/dist/actions/list-epic-comments.d.cts.map +1 -0
  638. package/dist/actions/list-epic-comments.d.mts +9 -0
  639. package/dist/actions/list-epic-comments.d.mts.map +1 -0
  640. package/dist/actions/list-epic-comments.mjs +13 -0
  641. package/dist/actions/list-epic-comments.mjs.map +1 -0
  642. package/dist/actions/list-epic-documents.cjs +16 -0
  643. package/dist/actions/list-epic-documents.cjs.map +1 -0
  644. package/dist/actions/list-epic-documents.d.cts +9 -0
  645. package/dist/actions/list-epic-documents.d.cts.map +1 -0
  646. package/dist/actions/list-epic-documents.d.mts +9 -0
  647. package/dist/actions/list-epic-documents.d.mts.map +1 -0
  648. package/dist/actions/list-epic-documents.mjs +13 -0
  649. package/dist/actions/list-epic-documents.mjs.map +1 -0
  650. package/dist/actions/list-epic-healths.cjs +16 -0
  651. package/dist/actions/list-epic-healths.cjs.map +1 -0
  652. package/dist/actions/list-epic-healths.d.cts +9 -0
  653. package/dist/actions/list-epic-healths.d.cts.map +1 -0
  654. package/dist/actions/list-epic-healths.d.mts +9 -0
  655. package/dist/actions/list-epic-healths.d.mts.map +1 -0
  656. package/dist/actions/list-epic-healths.mjs +13 -0
  657. package/dist/actions/list-epic-healths.mjs.map +1 -0
  658. package/dist/actions/list-epic-stories.cjs +19 -0
  659. package/dist/actions/list-epic-stories.cjs.map +1 -0
  660. package/dist/actions/list-epic-stories.d.cts +9 -0
  661. package/dist/actions/list-epic-stories.d.cts.map +1 -0
  662. package/dist/actions/list-epic-stories.d.mts +9 -0
  663. package/dist/actions/list-epic-stories.d.mts.map +1 -0
  664. package/dist/actions/list-epic-stories.mjs +16 -0
  665. package/dist/actions/list-epic-stories.mjs.map +1 -0
  666. package/dist/actions/list-epics-paginated.cjs +73 -0
  667. package/dist/actions/list-epics-paginated.cjs.map +1 -0
  668. package/dist/actions/list-epics-paginated.d.cts +9 -0
  669. package/dist/actions/list-epics-paginated.d.cts.map +1 -0
  670. package/dist/actions/list-epics-paginated.d.mts +9 -0
  671. package/dist/actions/list-epics-paginated.d.mts.map +1 -0
  672. package/dist/actions/list-epics-paginated.mjs +72 -0
  673. package/dist/actions/list-epics-paginated.mjs.map +1 -0
  674. package/dist/actions/list-epics.cjs +16 -0
  675. package/dist/actions/list-epics.cjs.map +1 -0
  676. package/dist/actions/list-epics.d.cts +9 -0
  677. package/dist/actions/list-epics.d.cts.map +1 -0
  678. package/dist/actions/list-epics.d.mts +9 -0
  679. package/dist/actions/list-epics.d.mts.map +1 -0
  680. package/dist/actions/list-epics.mjs +13 -0
  681. package/dist/actions/list-epics.mjs.map +1 -0
  682. package/dist/actions/list-files.cjs +16 -0
  683. package/dist/actions/list-files.cjs.map +1 -0
  684. package/dist/actions/list-files.d.cts +9 -0
  685. package/dist/actions/list-files.d.cts.map +1 -0
  686. package/dist/actions/list-files.d.mts +9 -0
  687. package/dist/actions/list-files.d.mts.map +1 -0
  688. package/dist/actions/list-files.mjs +13 -0
  689. package/dist/actions/list-files.mjs.map +1 -0
  690. package/dist/actions/list-group-stories.cjs +20 -0
  691. package/dist/actions/list-group-stories.cjs.map +1 -0
  692. package/dist/actions/list-group-stories.d.cts +9 -0
  693. package/dist/actions/list-group-stories.d.cts.map +1 -0
  694. package/dist/actions/list-group-stories.d.mts +9 -0
  695. package/dist/actions/list-group-stories.d.mts.map +1 -0
  696. package/dist/actions/list-group-stories.mjs +17 -0
  697. package/dist/actions/list-group-stories.mjs.map +1 -0
  698. package/dist/actions/list-groups.cjs +16 -0
  699. package/dist/actions/list-groups.cjs.map +1 -0
  700. package/dist/actions/list-groups.d.cts +9 -0
  701. package/dist/actions/list-groups.d.cts.map +1 -0
  702. package/dist/actions/list-groups.d.mts +9 -0
  703. package/dist/actions/list-groups.d.mts.map +1 -0
  704. package/dist/actions/list-groups.mjs +13 -0
  705. package/dist/actions/list-groups.mjs.map +1 -0
  706. package/dist/actions/list-iteration-stories.cjs +19 -0
  707. package/dist/actions/list-iteration-stories.cjs.map +1 -0
  708. package/dist/actions/list-iteration-stories.d.cts +9 -0
  709. package/dist/actions/list-iteration-stories.d.cts.map +1 -0
  710. package/dist/actions/list-iteration-stories.d.mts +9 -0
  711. package/dist/actions/list-iteration-stories.d.mts.map +1 -0
  712. package/dist/actions/list-iteration-stories.mjs +16 -0
  713. package/dist/actions/list-iteration-stories.mjs.map +1 -0
  714. package/dist/actions/list-iterations.cjs +16 -0
  715. package/dist/actions/list-iterations.cjs.map +1 -0
  716. package/dist/actions/list-iterations.d.cts +9 -0
  717. package/dist/actions/list-iterations.d.cts.map +1 -0
  718. package/dist/actions/list-iterations.d.mts +9 -0
  719. package/dist/actions/list-iterations.d.mts.map +1 -0
  720. package/dist/actions/list-iterations.mjs +13 -0
  721. package/dist/actions/list-iterations.mjs.map +1 -0
  722. package/dist/actions/list-label-epics.cjs +16 -0
  723. package/dist/actions/list-label-epics.cjs.map +1 -0
  724. package/dist/actions/list-label-epics.d.cts +9 -0
  725. package/dist/actions/list-label-epics.d.cts.map +1 -0
  726. package/dist/actions/list-label-epics.d.mts +9 -0
  727. package/dist/actions/list-label-epics.d.mts.map +1 -0
  728. package/dist/actions/list-label-epics.mjs +13 -0
  729. package/dist/actions/list-label-epics.mjs.map +1 -0
  730. package/dist/actions/list-label-stories.cjs +19 -0
  731. package/dist/actions/list-label-stories.cjs.map +1 -0
  732. package/dist/actions/list-label-stories.d.cts +9 -0
  733. package/dist/actions/list-label-stories.d.cts.map +1 -0
  734. package/dist/actions/list-label-stories.d.mts +9 -0
  735. package/dist/actions/list-label-stories.d.mts.map +1 -0
  736. package/dist/actions/list-label-stories.mjs +16 -0
  737. package/dist/actions/list-label-stories.mjs.map +1 -0
  738. package/dist/actions/list-labels.cjs +16 -0
  739. package/dist/actions/list-labels.cjs.map +1 -0
  740. package/dist/actions/list-labels.d.cts +9 -0
  741. package/dist/actions/list-labels.d.cts.map +1 -0
  742. package/dist/actions/list-labels.d.mts +9 -0
  743. package/dist/actions/list-labels.d.mts.map +1 -0
  744. package/dist/actions/list-labels.mjs +13 -0
  745. package/dist/actions/list-labels.mjs.map +1 -0
  746. package/dist/actions/list-linked-files.cjs +16 -0
  747. package/dist/actions/list-linked-files.cjs.map +1 -0
  748. package/dist/actions/list-linked-files.d.cts +9 -0
  749. package/dist/actions/list-linked-files.d.cts.map +1 -0
  750. package/dist/actions/list-linked-files.d.mts +9 -0
  751. package/dist/actions/list-linked-files.d.mts.map +1 -0
  752. package/dist/actions/list-linked-files.mjs +13 -0
  753. package/dist/actions/list-linked-files.mjs.map +1 -0
  754. package/dist/actions/list-members-slim.cjs +16 -0
  755. package/dist/actions/list-members-slim.cjs.map +1 -0
  756. package/dist/actions/list-members-slim.d.cts +9 -0
  757. package/dist/actions/list-members-slim.d.cts.map +1 -0
  758. package/dist/actions/list-members-slim.d.mts +9 -0
  759. package/dist/actions/list-members-slim.d.mts.map +1 -0
  760. package/dist/actions/list-members-slim.mjs +13 -0
  761. package/dist/actions/list-members-slim.mjs.map +1 -0
  762. package/dist/actions/list-members.cjs +16 -0
  763. package/dist/actions/list-members.cjs.map +1 -0
  764. package/dist/actions/list-members.d.cts +9 -0
  765. package/dist/actions/list-members.d.cts.map +1 -0
  766. package/dist/actions/list-members.d.mts +9 -0
  767. package/dist/actions/list-members.d.mts.map +1 -0
  768. package/dist/actions/list-members.mjs +13 -0
  769. package/dist/actions/list-members.mjs.map +1 -0
  770. package/dist/actions/list-objective-epics.cjs +16 -0
  771. package/dist/actions/list-objective-epics.cjs.map +1 -0
  772. package/dist/actions/list-objective-epics.d.cts +9 -0
  773. package/dist/actions/list-objective-epics.d.cts.map +1 -0
  774. package/dist/actions/list-objective-epics.d.mts +9 -0
  775. package/dist/actions/list-objective-epics.d.mts.map +1 -0
  776. package/dist/actions/list-objective-epics.mjs +13 -0
  777. package/dist/actions/list-objective-epics.mjs.map +1 -0
  778. package/dist/actions/list-objectives.cjs +16 -0
  779. package/dist/actions/list-objectives.cjs.map +1 -0
  780. package/dist/actions/list-objectives.d.cts +9 -0
  781. package/dist/actions/list-objectives.d.cts.map +1 -0
  782. package/dist/actions/list-objectives.d.mts +9 -0
  783. package/dist/actions/list-objectives.d.mts.map +1 -0
  784. package/dist/actions/list-objectives.mjs +13 -0
  785. package/dist/actions/list-objectives.mjs.map +1 -0
  786. package/dist/actions/list-projects.cjs +16 -0
  787. package/dist/actions/list-projects.cjs.map +1 -0
  788. package/dist/actions/list-projects.d.cts +9 -0
  789. package/dist/actions/list-projects.d.cts.map +1 -0
  790. package/dist/actions/list-projects.d.mts +9 -0
  791. package/dist/actions/list-projects.d.mts.map +1 -0
  792. package/dist/actions/list-projects.mjs +13 -0
  793. package/dist/actions/list-projects.mjs.map +1 -0
  794. package/dist/actions/list-repositories.cjs +16 -0
  795. package/dist/actions/list-repositories.cjs.map +1 -0
  796. package/dist/actions/list-repositories.d.cts +9 -0
  797. package/dist/actions/list-repositories.d.cts.map +1 -0
  798. package/dist/actions/list-repositories.d.mts +9 -0
  799. package/dist/actions/list-repositories.d.mts.map +1 -0
  800. package/dist/actions/list-repositories.mjs +13 -0
  801. package/dist/actions/list-repositories.mjs.map +1 -0
  802. package/dist/actions/list-stories.cjs +126 -0
  803. package/dist/actions/list-stories.cjs.map +1 -0
  804. package/dist/actions/list-stories.d.cts +9 -0
  805. package/dist/actions/list-stories.d.cts.map +1 -0
  806. package/dist/actions/list-stories.d.mts +9 -0
  807. package/dist/actions/list-stories.d.mts.map +1 -0
  808. package/dist/actions/list-stories.mjs +125 -0
  809. package/dist/actions/list-stories.mjs.map +1 -0
  810. package/dist/actions/list-story-comment.cjs +16 -0
  811. package/dist/actions/list-story-comment.cjs.map +1 -0
  812. package/dist/actions/list-story-comment.d.cts +9 -0
  813. package/dist/actions/list-story-comment.d.cts.map +1 -0
  814. package/dist/actions/list-story-comment.d.mts +9 -0
  815. package/dist/actions/list-story-comment.d.mts.map +1 -0
  816. package/dist/actions/list-story-comment.mjs +13 -0
  817. package/dist/actions/list-story-comment.mjs.map +1 -0
  818. package/dist/actions/list-story-sub-tasks.cjs +16 -0
  819. package/dist/actions/list-story-sub-tasks.cjs.map +1 -0
  820. package/dist/actions/list-story-sub-tasks.d.cts +9 -0
  821. package/dist/actions/list-story-sub-tasks.d.cts.map +1 -0
  822. package/dist/actions/list-story-sub-tasks.d.mts +9 -0
  823. package/dist/actions/list-story-sub-tasks.d.mts.map +1 -0
  824. package/dist/actions/list-story-sub-tasks.mjs +13 -0
  825. package/dist/actions/list-story-sub-tasks.mjs.map +1 -0
  826. package/dist/actions/list-workflows.cjs +16 -0
  827. package/dist/actions/list-workflows.cjs.map +1 -0
  828. package/dist/actions/list-workflows.d.cts +9 -0
  829. package/dist/actions/list-workflows.d.cts.map +1 -0
  830. package/dist/actions/list-workflows.d.mts +9 -0
  831. package/dist/actions/list-workflows.d.mts.map +1 -0
  832. package/dist/actions/list-workflows.mjs +13 -0
  833. package/dist/actions/list-workflows.mjs.map +1 -0
  834. package/dist/actions/search-documents.cjs +32 -0
  835. package/dist/actions/search-documents.cjs.map +1 -0
  836. package/dist/actions/search-documents.d.cts +9 -0
  837. package/dist/actions/search-documents.d.cts.map +1 -0
  838. package/dist/actions/search-documents.d.mts +9 -0
  839. package/dist/actions/search-documents.d.mts.map +1 -0
  840. package/dist/actions/search-documents.mjs +31 -0
  841. package/dist/actions/search-documents.mjs.map +1 -0
  842. package/dist/actions/search-epics.cjs +72 -0
  843. package/dist/actions/search-epics.cjs.map +1 -0
  844. package/dist/actions/search-epics.d.cts +9 -0
  845. package/dist/actions/search-epics.d.cts.map +1 -0
  846. package/dist/actions/search-epics.d.mts +9 -0
  847. package/dist/actions/search-epics.d.mts.map +1 -0
  848. package/dist/actions/search-epics.mjs +71 -0
  849. package/dist/actions/search-epics.mjs.map +1 -0
  850. package/dist/actions/search-iterations.cjs +44 -0
  851. package/dist/actions/search-iterations.cjs.map +1 -0
  852. package/dist/actions/search-iterations.d.cts +9 -0
  853. package/dist/actions/search-iterations.d.cts.map +1 -0
  854. package/dist/actions/search-iterations.d.mts +9 -0
  855. package/dist/actions/search-iterations.d.mts.map +1 -0
  856. package/dist/actions/search-iterations.mjs +43 -0
  857. package/dist/actions/search-iterations.mjs.map +1 -0
  858. package/dist/actions/search-milestones.cjs +67 -0
  859. package/dist/actions/search-milestones.cjs.map +1 -0
  860. package/dist/actions/search-milestones.d.cts +9 -0
  861. package/dist/actions/search-milestones.d.cts.map +1 -0
  862. package/dist/actions/search-milestones.d.mts +9 -0
  863. package/dist/actions/search-milestones.d.mts.map +1 -0
  864. package/dist/actions/search-milestones.mjs +66 -0
  865. package/dist/actions/search-milestones.mjs.map +1 -0
  866. package/dist/actions/search-objectives.cjs +67 -0
  867. package/dist/actions/search-objectives.cjs.map +1 -0
  868. package/dist/actions/search-objectives.d.cts +9 -0
  869. package/dist/actions/search-objectives.d.cts.map +1 -0
  870. package/dist/actions/search-objectives.d.mts +9 -0
  871. package/dist/actions/search-objectives.d.mts.map +1 -0
  872. package/dist/actions/search-objectives.mjs +66 -0
  873. package/dist/actions/search-objectives.mjs.map +1 -0
  874. package/dist/actions/search-stories-old.cjs +138 -0
  875. package/dist/actions/search-stories-old.cjs.map +1 -0
  876. package/dist/actions/search-stories-old.d.cts +9 -0
  877. package/dist/actions/search-stories-old.d.cts.map +1 -0
  878. package/dist/actions/search-stories-old.d.mts +9 -0
  879. package/dist/actions/search-stories-old.d.mts.map +1 -0
  880. package/dist/actions/search-stories-old.mjs +137 -0
  881. package/dist/actions/search-stories-old.mjs.map +1 -0
  882. package/dist/actions/search-stories.cjs +234 -0
  883. package/dist/actions/search-stories.cjs.map +1 -0
  884. package/dist/actions/search-stories.d.cts +9 -0
  885. package/dist/actions/search-stories.d.cts.map +1 -0
  886. package/dist/actions/search-stories.d.mts +9 -0
  887. package/dist/actions/search-stories.d.mts.map +1 -0
  888. package/dist/actions/search-stories.mjs +233 -0
  889. package/dist/actions/search-stories.mjs.map +1 -0
  890. package/dist/actions/search.cjs +84 -0
  891. package/dist/actions/search.cjs.map +1 -0
  892. package/dist/actions/search.d.cts +9 -0
  893. package/dist/actions/search.d.cts.map +1 -0
  894. package/dist/actions/search.d.mts +9 -0
  895. package/dist/actions/search.d.mts.map +1 -0
  896. package/dist/actions/search.mjs +83 -0
  897. package/dist/actions/search.mjs.map +1 -0
  898. package/dist/actions/story-history.cjs +32 -0
  899. package/dist/actions/story-history.cjs.map +1 -0
  900. package/dist/actions/story-history.d.cts +9 -0
  901. package/dist/actions/story-history.d.cts.map +1 -0
  902. package/dist/actions/story-history.d.mts +9 -0
  903. package/dist/actions/story-history.d.mts.map +1 -0
  904. package/dist/actions/story-history.mjs +31 -0
  905. package/dist/actions/story-history.mjs.map +1 -0
  906. package/dist/actions/unlink-comment-thread-from-slack.cjs +19 -0
  907. package/dist/actions/unlink-comment-thread-from-slack.cjs.map +1 -0
  908. package/dist/actions/unlink-comment-thread-from-slack.d.cts +9 -0
  909. package/dist/actions/unlink-comment-thread-from-slack.d.cts.map +1 -0
  910. package/dist/actions/unlink-comment-thread-from-slack.d.mts +9 -0
  911. package/dist/actions/unlink-comment-thread-from-slack.d.mts.map +1 -0
  912. package/dist/actions/unlink-comment-thread-from-slack.mjs +16 -0
  913. package/dist/actions/unlink-comment-thread-from-slack.mjs.map +1 -0
  914. package/dist/actions/unlink-document-from-epic.cjs +19 -0
  915. package/dist/actions/unlink-document-from-epic.cjs.map +1 -0
  916. package/dist/actions/unlink-document-from-epic.d.cts +9 -0
  917. package/dist/actions/unlink-document-from-epic.d.cts.map +1 -0
  918. package/dist/actions/unlink-document-from-epic.d.mts +9 -0
  919. package/dist/actions/unlink-document-from-epic.d.mts.map +1 -0
  920. package/dist/actions/unlink-document-from-epic.mjs +16 -0
  921. package/dist/actions/unlink-document-from-epic.mjs.map +1 -0
  922. package/dist/actions/unlink-productboard-from-epic.cjs +97 -0
  923. package/dist/actions/unlink-productboard-from-epic.cjs.map +1 -0
  924. package/dist/actions/unlink-productboard-from-epic.d.cts +9 -0
  925. package/dist/actions/unlink-productboard-from-epic.d.cts.map +1 -0
  926. package/dist/actions/unlink-productboard-from-epic.d.mts +9 -0
  927. package/dist/actions/unlink-productboard-from-epic.d.mts.map +1 -0
  928. package/dist/actions/unlink-productboard-from-epic.mjs +96 -0
  929. package/dist/actions/unlink-productboard-from-epic.mjs.map +1 -0
  930. package/dist/actions/update-category.cjs +30 -0
  931. package/dist/actions/update-category.cjs.map +1 -0
  932. package/dist/actions/update-category.d.cts +9 -0
  933. package/dist/actions/update-category.d.cts.map +1 -0
  934. package/dist/actions/update-category.d.mts +9 -0
  935. package/dist/actions/update-category.d.mts.map +1 -0
  936. package/dist/actions/update-category.mjs +27 -0
  937. package/dist/actions/update-category.mjs.map +1 -0
  938. package/dist/actions/update-custom-field.cjs +50 -0
  939. package/dist/actions/update-custom-field.cjs.map +1 -0
  940. package/dist/actions/update-custom-field.d.cts +9 -0
  941. package/dist/actions/update-custom-field.d.cts.map +1 -0
  942. package/dist/actions/update-custom-field.d.mts +9 -0
  943. package/dist/actions/update-custom-field.d.mts.map +1 -0
  944. package/dist/actions/update-custom-field.mjs +49 -0
  945. package/dist/actions/update-custom-field.mjs.map +1 -0
  946. package/dist/actions/update-doc.cjs +30 -0
  947. package/dist/actions/update-doc.cjs.map +1 -0
  948. package/dist/actions/update-doc.d.cts +9 -0
  949. package/dist/actions/update-doc.d.cts.map +1 -0
  950. package/dist/actions/update-doc.d.mts +9 -0
  951. package/dist/actions/update-doc.d.mts.map +1 -0
  952. package/dist/actions/update-doc.mjs +27 -0
  953. package/dist/actions/update-doc.mjs.map +1 -0
  954. package/dist/actions/update-entity-template.cjs +149 -0
  955. package/dist/actions/update-entity-template.cjs.map +1 -0
  956. package/dist/actions/update-entity-template.d.cts +9 -0
  957. package/dist/actions/update-entity-template.d.cts.map +1 -0
  958. package/dist/actions/update-entity-template.d.mts +9 -0
  959. package/dist/actions/update-entity-template.d.mts.map +1 -0
  960. package/dist/actions/update-entity-template.mjs +148 -0
  961. package/dist/actions/update-entity-template.mjs.map +1 -0
  962. package/dist/actions/update-epic-comment.cjs +34 -0
  963. package/dist/actions/update-epic-comment.cjs.map +1 -0
  964. package/dist/actions/update-epic-comment.d.cts +9 -0
  965. package/dist/actions/update-epic-comment.d.cts.map +1 -0
  966. package/dist/actions/update-epic-comment.d.mts +9 -0
  967. package/dist/actions/update-epic-comment.d.mts.map +1 -0
  968. package/dist/actions/update-epic-comment.mjs +31 -0
  969. package/dist/actions/update-epic-comment.mjs.map +1 -0
  970. package/dist/actions/update-epic.cjs +153 -0
  971. package/dist/actions/update-epic.cjs.map +1 -0
  972. package/dist/actions/update-epic.d.cts +9 -0
  973. package/dist/actions/update-epic.d.cts.map +1 -0
  974. package/dist/actions/update-epic.d.mts +9 -0
  975. package/dist/actions/update-epic.d.mts.map +1 -0
  976. package/dist/actions/update-epic.mjs +152 -0
  977. package/dist/actions/update-epic.mjs.map +1 -0
  978. package/dist/actions/update-file.cjs +42 -0
  979. package/dist/actions/update-file.cjs.map +1 -0
  980. package/dist/actions/update-file.d.cts +9 -0
  981. package/dist/actions/update-file.d.cts.map +1 -0
  982. package/dist/actions/update-file.d.mts +9 -0
  983. package/dist/actions/update-file.d.mts.map +1 -0
  984. package/dist/actions/update-file.mjs +39 -0
  985. package/dist/actions/update-file.mjs.map +1 -0
  986. package/dist/actions/update-group.cjs +73 -0
  987. package/dist/actions/update-group.cjs.map +1 -0
  988. package/dist/actions/update-group.d.cts +9 -0
  989. package/dist/actions/update-group.d.cts.map +1 -0
  990. package/dist/actions/update-group.d.mts +9 -0
  991. package/dist/actions/update-group.d.mts.map +1 -0
  992. package/dist/actions/update-group.mjs +72 -0
  993. package/dist/actions/update-group.mjs.map +1 -0
  994. package/dist/actions/update-health.cjs +35 -0
  995. package/dist/actions/update-health.cjs.map +1 -0
  996. package/dist/actions/update-health.d.cts +9 -0
  997. package/dist/actions/update-health.d.cts.map +1 -0
  998. package/dist/actions/update-health.d.mts +9 -0
  999. package/dist/actions/update-health.d.mts.map +1 -0
  1000. package/dist/actions/update-health.mjs +32 -0
  1001. package/dist/actions/update-health.mjs.map +1 -0
  1002. package/dist/actions/update-iteration.cjs +103 -0
  1003. package/dist/actions/update-iteration.cjs.map +1 -0
  1004. package/dist/actions/update-iteration.d.cts +9 -0
  1005. package/dist/actions/update-iteration.d.cts.map +1 -0
  1006. package/dist/actions/update-iteration.d.mts +9 -0
  1007. package/dist/actions/update-iteration.d.mts.map +1 -0
  1008. package/dist/actions/update-iteration.mjs +102 -0
  1009. package/dist/actions/update-iteration.mjs.map +1 -0
  1010. package/dist/actions/update-key-result.cjs +42 -0
  1011. package/dist/actions/update-key-result.cjs.map +1 -0
  1012. package/dist/actions/update-key-result.d.cts +9 -0
  1013. package/dist/actions/update-key-result.d.cts.map +1 -0
  1014. package/dist/actions/update-key-result.d.mts +9 -0
  1015. package/dist/actions/update-key-result.d.mts.map +1 -0
  1016. package/dist/actions/update-key-result.mjs +41 -0
  1017. package/dist/actions/update-key-result.mjs.map +1 -0
  1018. package/dist/actions/update-label.cjs +54 -0
  1019. package/dist/actions/update-label.cjs.map +1 -0
  1020. package/dist/actions/update-label.d.cts +9 -0
  1021. package/dist/actions/update-label.d.cts.map +1 -0
  1022. package/dist/actions/update-label.d.mts +9 -0
  1023. package/dist/actions/update-label.d.mts.map +1 -0
  1024. package/dist/actions/update-label.mjs +53 -0
  1025. package/dist/actions/update-label.mjs.map +1 -0
  1026. package/dist/actions/update-linked-file.cjs +49 -0
  1027. package/dist/actions/update-linked-file.cjs.map +1 -0
  1028. package/dist/actions/update-linked-file.d.cts +9 -0
  1029. package/dist/actions/update-linked-file.d.cts.map +1 -0
  1030. package/dist/actions/update-linked-file.d.mts +9 -0
  1031. package/dist/actions/update-linked-file.d.mts.map +1 -0
  1032. package/dist/actions/update-linked-file.mjs +46 -0
  1033. package/dist/actions/update-linked-file.mjs.map +1 -0
  1034. package/dist/actions/update-multiple-stories.cjs +62 -0
  1035. package/dist/actions/update-multiple-stories.cjs.map +1 -0
  1036. package/dist/actions/update-multiple-stories.d.cts +9 -0
  1037. package/dist/actions/update-multiple-stories.d.cts.map +1 -0
  1038. package/dist/actions/update-multiple-stories.d.mts +9 -0
  1039. package/dist/actions/update-multiple-stories.d.mts.map +1 -0
  1040. package/dist/actions/update-multiple-stories.mjs +59 -0
  1041. package/dist/actions/update-multiple-stories.mjs.map +1 -0
  1042. package/dist/actions/update-objective.cjs +70 -0
  1043. package/dist/actions/update-objective.cjs.map +1 -0
  1044. package/dist/actions/update-objective.d.cts +9 -0
  1045. package/dist/actions/update-objective.d.cts.map +1 -0
  1046. package/dist/actions/update-objective.d.mts +9 -0
  1047. package/dist/actions/update-objective.d.mts.map +1 -0
  1048. package/dist/actions/update-objective.mjs +69 -0
  1049. package/dist/actions/update-objective.mjs.map +1 -0
  1050. package/dist/actions/update-project.cjs +54 -0
  1051. package/dist/actions/update-project.cjs.map +1 -0
  1052. package/dist/actions/update-project.d.cts +9 -0
  1053. package/dist/actions/update-project.d.cts.map +1 -0
  1054. package/dist/actions/update-project.d.mts +9 -0
  1055. package/dist/actions/update-project.d.mts.map +1 -0
  1056. package/dist/actions/update-project.mjs +53 -0
  1057. package/dist/actions/update-project.mjs.map +1 -0
  1058. package/dist/actions/update-story-comment.cjs +34 -0
  1059. package/dist/actions/update-story-comment.cjs.map +1 -0
  1060. package/dist/actions/update-story-comment.d.cts +9 -0
  1061. package/dist/actions/update-story-comment.d.cts.map +1 -0
  1062. package/dist/actions/update-story-comment.d.mts +9 -0
  1063. package/dist/actions/update-story-comment.d.mts.map +1 -0
  1064. package/dist/actions/update-story-comment.mjs +31 -0
  1065. package/dist/actions/update-story-comment.mjs.map +1 -0
  1066. package/dist/actions/update-story-link.cjs +33 -0
  1067. package/dist/actions/update-story-link.cjs.map +1 -0
  1068. package/dist/actions/update-story-link.d.cts +9 -0
  1069. package/dist/actions/update-story-link.d.cts.map +1 -0
  1070. package/dist/actions/update-story-link.d.mts +9 -0
  1071. package/dist/actions/update-story-link.d.mts.map +1 -0
  1072. package/dist/actions/update-story-link.mjs +30 -0
  1073. package/dist/actions/update-story-link.mjs.map +1 -0
  1074. package/dist/actions/update-story.cjs +114 -0
  1075. package/dist/actions/update-story.cjs.map +1 -0
  1076. package/dist/actions/update-story.d.cts +9 -0
  1077. package/dist/actions/update-story.d.cts.map +1 -0
  1078. package/dist/actions/update-story.d.mts +9 -0
  1079. package/dist/actions/update-story.d.mts.map +1 -0
  1080. package/dist/actions/update-story.mjs +113 -0
  1081. package/dist/actions/update-story.mjs.map +1 -0
  1082. package/dist/actions/update-task.cjs +84 -0
  1083. package/dist/actions/update-task.cjs.map +1 -0
  1084. package/dist/actions/update-task.d.cts +9 -0
  1085. package/dist/actions/update-task.d.cts.map +1 -0
  1086. package/dist/actions/update-task.d.mts +9 -0
  1087. package/dist/actions/update-task.d.mts.map +1 -0
  1088. package/dist/actions/update-task.mjs +83 -0
  1089. package/dist/actions/update-task.mjs.map +1 -0
  1090. package/dist/actions/upload-files.cjs +34 -0
  1091. package/dist/actions/upload-files.cjs.map +1 -0
  1092. package/dist/actions/upload-files.d.cts +9 -0
  1093. package/dist/actions/upload-files.d.cts.map +1 -0
  1094. package/dist/actions/upload-files.d.mts +9 -0
  1095. package/dist/actions/upload-files.d.mts.map +1 -0
  1096. package/dist/actions/upload-files.mjs +31 -0
  1097. package/dist/actions/upload-files.mjs.map +1 -0
  1098. package/dist/app.cjs +9 -0
  1099. package/dist/app.cjs.map +1 -0
  1100. package/dist/app.d.cts +5 -0
  1101. package/dist/app.d.cts.map +1 -0
  1102. package/dist/app.d.mts +5 -0
  1103. package/dist/app.d.mts.map +1 -0
  1104. package/dist/app.mjs +10 -0
  1105. package/dist/app.mjs.map +1 -0
  1106. package/dist/catalog.cjs +15 -0
  1107. package/dist/catalog.cjs.map +1 -0
  1108. package/dist/catalog.d.cts +14 -0
  1109. package/dist/catalog.d.cts.map +1 -0
  1110. package/dist/catalog.d.mts +14 -0
  1111. package/dist/catalog.d.mts.map +1 -0
  1112. package/dist/catalog.mjs +15 -0
  1113. package/dist/catalog.mjs.map +1 -0
  1114. package/dist/execute.cjs +18 -0
  1115. package/dist/execute.cjs.map +1 -0
  1116. package/dist/execute.mjs +18 -0
  1117. package/dist/execute.mjs.map +1 -0
  1118. package/dist/index.cjs +278 -0
  1119. package/dist/index.d.cts +139 -0
  1120. package/dist/index.d.mts +139 -0
  1121. package/dist/index.mjs +140 -0
  1122. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file.d.ts
4
+ declare const ShortcutGetFileInput: z.ZodTypeAny;
5
+ declare const ShortcutGetFileOutput: z.ZodTypeAny;
6
+ declare const shortcutGetFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetFile };
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,oBAAA,EAAsB,CAAA,CAAE,UAEM;AAAA,cAC9B,qBAAA,EAAuB,CAAA,CAAE,UAkBM;AAAA,cAE/B,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-file.d.ts
4
+ declare const ShortcutGetFileInput: z.ZodTypeAny;
5
+ declare const ShortcutGetFileOutput: z.ZodTypeAny;
6
+ declare const shortcutGetFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetFile };
9
+ //# sourceMappingURL=get-file.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file.d.mts","names":[],"sources":["../../src/actions/get-file.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEM;AAAA,cAC9B,qBAAA,EAAuB,CAAA,CAAE,UAkBM;AAAA,cAE/B,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortcutGetFile = action("SHORTCUT_GET_FILE", {
4
+ slug: "shortcut-get-file",
5
+ name: "Get file",
6
+ description: "Get File returns information about the selected UploadedFile.",
7
+ input: z.object({ file__public__id: z.number().int().describe("The File’s unique ID.") }).describe("Request schema for `GetFile`"),
8
+ output: z.object({
9
+ id: z.number().int().describe("The unique numeric identifier for the uploaded file."),
10
+ url: z.string().describe("The direct URL to access and download the file."),
11
+ name: z.string().describe("The name of the file."),
12
+ size: z.number().int().describe("The file size in bytes."),
13
+ filename: z.string().describe("The original filename of the uploaded file."),
14
+ story_ids: z.array(z.number().int()).describe("Array of story IDs that this file is attached to."),
15
+ created_at: z.string().describe("The timestamp when the file was created."),
16
+ updated_at: z.string().describe("The timestamp when the file was last updated."),
17
+ description: z.string().describe("A description of the file.").nullable().optional(),
18
+ entity_type: z.string().describe("The type identifier for the entity, typically 'file' or 'uploaded-file'."),
19
+ external_id: z.string().describe("An external identifier for the file, if provided.").nullable().optional(),
20
+ mention_ids: z.array(z.string()).describe("Array of all mention UUIDs in the file description.").nullable().optional(),
21
+ uploader_id: z.string().describe("The UUID of the user who uploaded the file."),
22
+ content_type: z.string().describe("The MIME type of the file (e.g., 'image/png', 'application/pdf').").nullable().optional(),
23
+ thumbnail_url: z.string().describe("The URL to the thumbnail version of the file (if available).").nullable().optional(),
24
+ group_mention_ids: z.array(z.string()).describe("Array of group mention UUIDs in the file description.").nullable().optional(),
25
+ member_mention_ids: z.array(z.string()).describe("Array of member mention UUIDs in the file description.").nullable().optional()
26
+ }).describe("Response schema for `GetFile`")
27
+ });
28
+ //#endregion
29
+ export { shortcutGetFile };
30
+
31
+ //# sourceMappingURL=get-file.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-file.mjs","names":[],"sources":["../../src/actions/get-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetFileInput: z.ZodTypeAny = z.object({\n file__public__id: z.number().int().describe(\"The File’s unique ID.\"),\n}).describe(\"Request schema for `GetFile`\");\nexport const ShortcutGetFileOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique numeric identifier for the uploaded file.\"),\n url: z.string().describe(\"The direct URL to access and download the file.\"),\n name: z.string().describe(\"The name of the file.\"),\n size: z.number().int().describe(\"The file size in bytes.\"),\n filename: z.string().describe(\"The original filename of the uploaded file.\"),\n story_ids: z.array(z.number().int()).describe(\"Array of story IDs that this file is attached to.\"),\n created_at: z.string().describe(\"The timestamp when the file was created.\"),\n updated_at: z.string().describe(\"The timestamp when the file was last updated.\"),\n description: z.string().describe(\"A description of the file.\").nullable().optional(),\n entity_type: z.string().describe(\"The type identifier for the entity, typically 'file' or 'uploaded-file'.\"),\n external_id: z.string().describe(\"An external identifier for the file, if provided.\").nullable().optional(),\n mention_ids: z.array(z.string()).describe(\"Array of all mention UUIDs in the file description.\").nullable().optional(),\n uploader_id: z.string().describe(\"The UUID of the user who uploaded the file.\"),\n content_type: z.string().describe(\"The MIME type of the file (e.g., 'image/png', 'application/pdf').\").nullable().optional(),\n thumbnail_url: z.string().describe(\"The URL to the thumbnail version of the file (if available).\").nullable().optional(),\n group_mention_ids: z.array(z.string()).describe(\"Array of group mention UUIDs in the file description.\").nullable().optional(),\n member_mention_ids: z.array(z.string()).describe(\"Array of member mention UUIDs in the file description.\").nullable().optional(),\n}).describe(\"Response schema for `GetFile`\");\n\nexport const shortcutGetFile = action(\"SHORTCUT_GET_FILE\", {\n slug: \"shortcut-get-file\",\n name: \"Get file\",\n description: \"Get File returns information about the selected UploadedFile.\",\n input: ShortcutGetFileInput,\n output: ShortcutGetFileOutput,\n});\n"],"mappings":";;AA2BA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BgD,EAAE,OAAO,EACzD,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,EACrE,CAAC,CAAC,CAAC,SAAS,8BAyBH;CACP,QAzBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EACpF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;EACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC3E,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,mDAAmD;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,+BAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-generic-integration.ts
4
+ const ShortcutGetGenericIntegrationInput = zod.z.object({ integration__public__id: zod.z.number().int().describe("The unique ID of the Generic Integration.") }).describe("Request schema for `GetGenericIntegration`");
5
+ const ShortcutGetGenericIntegrationOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Numeric identifier for the webhook integration."),
7
+ type: zod.z.string().describe("The type of integration (always 'generic' for generic integrations)."),
8
+ disabled: zod.z.boolean().describe("Boolean indicating if the webhook is disabled."),
9
+ createdAt: zod.z.string().describe("Timestamp of webhook creation in ISO 8601 format."),
10
+ creatorId: zod.z.string().describe("UUID of the user who created the webhook integration."),
11
+ hasSecret: zod.z.boolean().describe("Boolean indicating whether a secret token is configured for this webhook."),
12
+ updatedAt: zod.z.string().describe("Timestamp of last update in ISO 8601 format."),
13
+ entityType: zod.z.string().describe("A string description of this resource (always 'integration')."),
14
+ webhookUrl: zod.z.string().describe("The URL where webhook payloads are sent.")
15
+ }).describe("Response schema for `GetGenericIntegration`");
16
+ const shortcutGetGenericIntegration = require_action.action("SHORTCUT_GET_GENERIC_INTEGRATION", {
17
+ slug: "shortcut-get-generic-integration",
18
+ name: "Get generic integration",
19
+ description: "Get Generic Integration returns information about a webhook integration by its ID. Use when you need to retrieve details about a specific webhook integration.",
20
+ input: ShortcutGetGenericIntegrationInput,
21
+ output: ShortcutGetGenericIntegrationOutput
22
+ });
23
+ //#endregion
24
+ exports.shortcutGetGenericIntegration = shortcutGetGenericIntegration;
25
+
26
+ //# sourceMappingURL=get-generic-integration.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-generic-integration.cjs","names":["z","action"],"sources":["../../src/actions/get-generic-integration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetGenericIntegrationInput: z.ZodTypeAny = z.object({\n integration__public__id: z.number().int().describe(\"The unique ID of the Generic Integration.\"),\n}).describe(\"Request schema for `GetGenericIntegration`\");\nexport const ShortcutGetGenericIntegrationOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Numeric identifier for the webhook integration.\"),\n type: z.string().describe(\"The type of integration (always 'generic' for generic integrations).\"),\n disabled: z.boolean().describe(\"Boolean indicating if the webhook is disabled.\"),\n createdAt: z.string().describe(\"Timestamp of webhook creation in ISO 8601 format.\"),\n creatorId: z.string().describe(\"UUID of the user who created the webhook integration.\"),\n hasSecret: z.boolean().describe(\"Boolean indicating whether a secret token is configured for this webhook.\"),\n updatedAt: z.string().describe(\"Timestamp of last update in ISO 8601 format.\"),\n entityType: z.string().describe(\"A string description of this resource (always 'integration').\"),\n webhookUrl: z.string().describe(\"The URL where webhook payloads are sent.\"),\n}).describe(\"Response schema for `GetGenericIntegration`\");\n\nexport const shortcutGetGenericIntegration = action(\"SHORTCUT_GET_GENERIC_INTEGRATION\", {\n slug: \"shortcut-get-generic-integration\",\n name: \"Get generic integration\",\n description: \"Get Generic Integration returns information about a webhook integration by its ID. Use when you need to retrieve details about a specific webhook integration.\",\n input: ShortcutGetGenericIntegrationInput,\n output: ShortcutGetGenericIntegrationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,EAChG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAChG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;CAC3G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC5E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,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-generic-integration.d.ts
4
+ declare const ShortcutGetGenericIntegrationInput: z.ZodTypeAny;
5
+ declare const ShortcutGetGenericIntegrationOutput: z.ZodTypeAny;
6
+ declare const shortcutGetGenericIntegration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetGenericIntegration };
9
+ //# sourceMappingURL=get-generic-integration.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-generic-integration.d.cts","names":[],"sources":["../../src/actions/get-generic-integration.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEM;AAAA,cAC5C,mCAAA,EAAqC,CAAA,CAAE,UAUM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-generic-integration.d.ts
4
+ declare const ShortcutGetGenericIntegrationInput: z.ZodTypeAny;
5
+ declare const ShortcutGetGenericIntegrationOutput: z.ZodTypeAny;
6
+ declare const shortcutGetGenericIntegration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetGenericIntegration };
9
+ //# sourceMappingURL=get-generic-integration.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-generic-integration.d.mts","names":[],"sources":["../../src/actions/get-generic-integration.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEM;AAAA,cAC5C,mCAAA,EAAqC,CAAA,CAAE,UAUM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortcutGetGenericIntegration = action("SHORTCUT_GET_GENERIC_INTEGRATION", {
4
+ slug: "shortcut-get-generic-integration",
5
+ name: "Get generic integration",
6
+ description: "Get Generic Integration returns information about a webhook integration by its ID. Use when you need to retrieve details about a specific webhook integration.",
7
+ input: z.object({ integration__public__id: z.number().int().describe("The unique ID of the Generic Integration.") }).describe("Request schema for `GetGenericIntegration`"),
8
+ output: z.object({
9
+ id: z.number().int().describe("Numeric identifier for the webhook integration."),
10
+ type: z.string().describe("The type of integration (always 'generic' for generic integrations)."),
11
+ disabled: z.boolean().describe("Boolean indicating if the webhook is disabled."),
12
+ createdAt: z.string().describe("Timestamp of webhook creation in ISO 8601 format."),
13
+ creatorId: z.string().describe("UUID of the user who created the webhook integration."),
14
+ hasSecret: z.boolean().describe("Boolean indicating whether a secret token is configured for this webhook."),
15
+ updatedAt: z.string().describe("Timestamp of last update in ISO 8601 format."),
16
+ entityType: z.string().describe("A string description of this resource (always 'integration')."),
17
+ webhookUrl: z.string().describe("The URL where webhook payloads are sent.")
18
+ }).describe("Response schema for `GetGenericIntegration`")
19
+ });
20
+ //#endregion
21
+ export { shortcutGetGenericIntegration };
22
+
23
+ //# sourceMappingURL=get-generic-integration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-generic-integration.mjs","names":[],"sources":["../../src/actions/get-generic-integration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetGenericIntegrationInput: z.ZodTypeAny = z.object({\n integration__public__id: z.number().int().describe(\"The unique ID of the Generic Integration.\"),\n}).describe(\"Request schema for `GetGenericIntegration`\");\nexport const ShortcutGetGenericIntegrationOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Numeric identifier for the webhook integration.\"),\n type: z.string().describe(\"The type of integration (always 'generic' for generic integrations).\"),\n disabled: z.boolean().describe(\"Boolean indicating if the webhook is disabled.\"),\n createdAt: z.string().describe(\"Timestamp of webhook creation in ISO 8601 format.\"),\n creatorId: z.string().describe(\"UUID of the user who created the webhook integration.\"),\n hasSecret: z.boolean().describe(\"Boolean indicating whether a secret token is configured for this webhook.\"),\n updatedAt: z.string().describe(\"Timestamp of last update in ISO 8601 format.\"),\n entityType: z.string().describe(\"A string description of this resource (always 'integration').\"),\n webhookUrl: z.string().describe(\"The URL where webhook payloads are sent.\"),\n}).describe(\"Response schema for `GetGenericIntegration`\");\n\nexport const shortcutGetGenericIntegration = action(\"SHORTCUT_GET_GENERIC_INTEGRATION\", {\n slug: \"shortcut-get-generic-integration\",\n name: \"Get generic integration\",\n description: \"Get Generic Integration returns information about a webhook integration by its ID. Use when you need to retrieve details about a specific webhook integration.\",\n input: ShortcutGetGenericIntegrationInput,\n output: ShortcutGetGenericIntegrationOutput,\n});\n"],"mappings":";;AAmBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB8D,EAAE,OAAO,EACvE,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,EAChG,CAAC,CAAC,CAAC,SAAS,4CAiBH;CACP,QAjB+D,EAAE,OAAO;EACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EAChG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACtF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;EAC3G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC5E,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,43 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-group.ts
4
+ const ShortcutGetGroupInput = zod.z.object({ group__public__id: zod.z.string().describe("The unique ID of the Group.") }).describe("Request schema for `GetGroup`");
5
+ const ShortcutGetGroup_DisplayIconSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier (UUID) for the display icon."),
7
+ url: zod.z.string().describe("The URL of the icon image."),
8
+ created_at: zod.z.string().describe("The timestamp when the icon was created (ISO 8601 format)."),
9
+ updated_at: zod.z.string().describe("The timestamp when the icon was last updated (ISO 8601 format)."),
10
+ entity_type: zod.z.string().describe("The entity type identifier for the icon.")
11
+ }).describe("Icon metadata for the Group.");
12
+ const ShortcutGetGroupOutput = zod.z.object({
13
+ id: zod.z.string().describe("The unique identifier (UUID) for the Group."),
14
+ name: zod.z.string().describe("The name of the Group."),
15
+ color: zod.z.string().describe("The hex color code associated with the Group (e.g., '#6515dd')."),
16
+ app_url: zod.z.string().describe("The URL for accessing the Group in the Shortcut application."),
17
+ archived: zod.z.boolean().describe("Whether the Group is archived."),
18
+ color_key: zod.z.string().describe("The color key identifier for the Group (e.g., 'black')."),
19
+ created_at: zod.z.string().describe("The timestamp when the Group was created (ISO 8601 format)."),
20
+ member_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs representing the members of the Group."),
21
+ updated_at: zod.z.string().describe("The timestamp when the Group was last updated (ISO 8601 format)."),
22
+ description: zod.z.string().describe("The description of the Group."),
23
+ entity_type: zod.z.string().describe("The entity type identifier for the Group."),
24
+ num_stories: zod.z.number().int().describe("The total number of Stories associated with the Group."),
25
+ display_icon: ShortcutGetGroup_DisplayIconSchema.nullable().optional(),
26
+ mention_name: zod.z.string().describe("The mention name of the Group used for @mentions."),
27
+ workflow_ids: zod.z.array(zod.z.number().int()).describe("An array of workflow IDs associated with the Group."),
28
+ num_epics_started: zod.z.number().int().describe("The number of Epics in a started state for the Group."),
29
+ default_workflow_id: zod.z.number().int().describe("The ID of the default workflow assigned to the Group.").nullable().optional(),
30
+ num_stories_backlog: zod.z.number().int().describe("The number of Stories in the backlog for the Group."),
31
+ num_stories_started: zod.z.number().int().describe("The number of Stories in a started state for the Group.")
32
+ }).describe("Response schema for `GetGroup`");
33
+ const shortcutGetGroup = require_action.action("SHORTCUT_GET_GROUP", {
34
+ slug: "shortcut-get-group",
35
+ name: "Get group",
36
+ description: "Retrieves detailed information about a specific group in the Shortcut workspace using its unique public identifier. This endpoint allows developers to fetch comprehensive data about a group, including its name, type, and associated metadata. It's particularly useful when you need to access or verify group details programmatically, such as during workflow automations or when building integrations that involve group management. The endpoint provides more granular control and information compared to what's available through the web application, making it valuable for advanced group-related operations and data analysis within your Shortcut projects.",
37
+ input: ShortcutGetGroupInput,
38
+ output: ShortcutGetGroupOutput
39
+ });
40
+ //#endregion
41
+ exports.shortcutGetGroup = shortcutGetGroup;
42
+
43
+ //# sourceMappingURL=get-group.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group.cjs","names":["z","action"],"sources":["../../src/actions/get-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetGroupInput: z.ZodTypeAny = z.object({\n group__public__id: z.string().describe(\"The unique ID of the Group.\"),\n}).describe(\"Request schema for `GetGroup`\");\nconst ShortcutGetGroup_DisplayIconSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) for the display icon.\"),\n url: z.string().describe(\"The URL of the icon image.\"),\n created_at: z.string().describe(\"The timestamp when the icon was created (ISO 8601 format).\"),\n updated_at: z.string().describe(\"The timestamp when the icon was last updated (ISO 8601 format).\"),\n entity_type: z.string().describe(\"The entity type identifier for the icon.\"),\n}).describe(\"Icon metadata for the Group.\");\nexport const ShortcutGetGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) for the Group.\"),\n name: z.string().describe(\"The name of the Group.\"),\n color: z.string().describe(\"The hex color code associated with the Group (e.g., '#6515dd').\"),\n app_url: z.string().describe(\"The URL for accessing the Group in the Shortcut application.\"),\n archived: z.boolean().describe(\"Whether the Group is archived.\"),\n color_key: z.string().describe(\"The color key identifier for the Group (e.g., 'black').\"),\n created_at: z.string().describe(\"The timestamp when the Group was created (ISO 8601 format).\"),\n member_ids: z.array(z.string()).describe(\"An array of UUIDs representing the members of the Group.\"),\n updated_at: z.string().describe(\"The timestamp when the Group was last updated (ISO 8601 format).\"),\n description: z.string().describe(\"The description of the Group.\"),\n entity_type: z.string().describe(\"The entity type identifier for the Group.\"),\n num_stories: z.number().int().describe(\"The total number of Stories associated with the Group.\"),\n display_icon: ShortcutGetGroup_DisplayIconSchema.nullable().optional(),\n mention_name: z.string().describe(\"The mention name of the Group used for @mentions.\"),\n workflow_ids: z.array(z.number().int()).describe(\"An array of workflow IDs associated with the Group.\"),\n num_epics_started: z.number().int().describe(\"The number of Epics in a started state for the Group.\"),\n default_workflow_id: z.number().int().describe(\"The ID of the default workflow assigned to the Group.\").nullable().optional(),\n num_stories_backlog: z.number().int().describe(\"The number of Stories in the backlog for the Group.\"),\n num_stories_started: z.number().int().describe(\"The number of Stories in a started state for the Group.\"),\n}).describe(\"Response schema for `GetGroup`\");\n\nexport const shortcutGetGroup = action(\"SHORTCUT_GET_GROUP\", {\n slug: \"shortcut-get-group\",\n name: \"Get group\",\n description: \"Retrieves detailed information about a specific group in the Shortcut workspace using its unique public identifier. This endpoint allows developers to fetch comprehensive data about a group, including its name, type, and associated metadata. It's particularly useful when you need to access or verify group details programmatically, such as during workflow automations or when building integrations that involve group management. The endpoint provides more granular control and information compared to what's available through the web application, making it valuable for advanced group-related operations and data analysis within your Shortcut projects.\",\n input: ShortcutGetGroupInput,\n output: ShortcutGetGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,EACtE,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC7E,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC3F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0DAA0D;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;CAC/F,cAAc,mCAAmC,SAAS,CAAC,CAAC,SAAS;CACrE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACrF,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD;CACtG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACpG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;CACpG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;AAC1G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAE5C,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,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-group.d.ts
4
+ declare const ShortcutGetGroupInput: z.ZodTypeAny;
5
+ declare const ShortcutGetGroupOutput: z.ZodTypeAny;
6
+ declare const shortcutGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetGroup };
9
+ //# sourceMappingURL=get-group.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group.d.cts","names":[],"sources":["../../src/actions/get-group.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEM;AAAA,cAQ/B,sBAAA,EAAwB,CAAA,CAAE,UAoBM;AAAA,cAEhC,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-group.d.ts
4
+ declare const ShortcutGetGroupInput: z.ZodTypeAny;
5
+ declare const ShortcutGetGroupOutput: z.ZodTypeAny;
6
+ declare const shortcutGetGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetGroup };
9
+ //# sourceMappingURL=get-group.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group.d.mts","names":[],"sources":["../../src/actions/get-group.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEM;AAAA,cAQ/B,sBAAA,EAAwB,CAAA,CAAE,UAoBM;AAAA,cAEhC,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,42 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-group.ts
4
+ const ShortcutGetGroupInput = z.object({ group__public__id: z.string().describe("The unique ID of the Group.") }).describe("Request schema for `GetGroup`");
5
+ const ShortcutGetGroup_DisplayIconSchema = z.object({
6
+ id: z.string().describe("The unique identifier (UUID) for the display icon."),
7
+ url: z.string().describe("The URL of the icon image."),
8
+ created_at: z.string().describe("The timestamp when the icon was created (ISO 8601 format)."),
9
+ updated_at: z.string().describe("The timestamp when the icon was last updated (ISO 8601 format)."),
10
+ entity_type: z.string().describe("The entity type identifier for the icon.")
11
+ }).describe("Icon metadata for the Group.");
12
+ const shortcutGetGroup = action("SHORTCUT_GET_GROUP", {
13
+ slug: "shortcut-get-group",
14
+ name: "Get group",
15
+ description: "Retrieves detailed information about a specific group in the Shortcut workspace using its unique public identifier. This endpoint allows developers to fetch comprehensive data about a group, including its name, type, and associated metadata. It's particularly useful when you need to access or verify group details programmatically, such as during workflow automations or when building integrations that involve group management. The endpoint provides more granular control and information compared to what's available through the web application, making it valuable for advanced group-related operations and data analysis within your Shortcut projects.",
16
+ input: ShortcutGetGroupInput,
17
+ output: z.object({
18
+ id: z.string().describe("The unique identifier (UUID) for the Group."),
19
+ name: z.string().describe("The name of the Group."),
20
+ color: z.string().describe("The hex color code associated with the Group (e.g., '#6515dd')."),
21
+ app_url: z.string().describe("The URL for accessing the Group in the Shortcut application."),
22
+ archived: z.boolean().describe("Whether the Group is archived."),
23
+ color_key: z.string().describe("The color key identifier for the Group (e.g., 'black')."),
24
+ created_at: z.string().describe("The timestamp when the Group was created (ISO 8601 format)."),
25
+ member_ids: z.array(z.string()).describe("An array of UUIDs representing the members of the Group."),
26
+ updated_at: z.string().describe("The timestamp when the Group was last updated (ISO 8601 format)."),
27
+ description: z.string().describe("The description of the Group."),
28
+ entity_type: z.string().describe("The entity type identifier for the Group."),
29
+ num_stories: z.number().int().describe("The total number of Stories associated with the Group."),
30
+ display_icon: ShortcutGetGroup_DisplayIconSchema.nullable().optional(),
31
+ mention_name: z.string().describe("The mention name of the Group used for @mentions."),
32
+ workflow_ids: z.array(z.number().int()).describe("An array of workflow IDs associated with the Group."),
33
+ num_epics_started: z.number().int().describe("The number of Epics in a started state for the Group."),
34
+ default_workflow_id: z.number().int().describe("The ID of the default workflow assigned to the Group.").nullable().optional(),
35
+ num_stories_backlog: z.number().int().describe("The number of Stories in the backlog for the Group."),
36
+ num_stories_started: z.number().int().describe("The number of Stories in a started state for the Group.")
37
+ }).describe("Response schema for `GetGroup`")
38
+ });
39
+ //#endregion
40
+ export { shortcutGetGroup };
41
+
42
+ //# sourceMappingURL=get-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group.mjs","names":[],"sources":["../../src/actions/get-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetGroupInput: z.ZodTypeAny = z.object({\n group__public__id: z.string().describe(\"The unique ID of the Group.\"),\n}).describe(\"Request schema for `GetGroup`\");\nconst ShortcutGetGroup_DisplayIconSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) for the display icon.\"),\n url: z.string().describe(\"The URL of the icon image.\"),\n created_at: z.string().describe(\"The timestamp when the icon was created (ISO 8601 format).\"),\n updated_at: z.string().describe(\"The timestamp when the icon was last updated (ISO 8601 format).\"),\n entity_type: z.string().describe(\"The entity type identifier for the icon.\"),\n}).describe(\"Icon metadata for the Group.\");\nexport const ShortcutGetGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) for the Group.\"),\n name: z.string().describe(\"The name of the Group.\"),\n color: z.string().describe(\"The hex color code associated with the Group (e.g., '#6515dd').\"),\n app_url: z.string().describe(\"The URL for accessing the Group in the Shortcut application.\"),\n archived: z.boolean().describe(\"Whether the Group is archived.\"),\n color_key: z.string().describe(\"The color key identifier for the Group (e.g., 'black').\"),\n created_at: z.string().describe(\"The timestamp when the Group was created (ISO 8601 format).\"),\n member_ids: z.array(z.string()).describe(\"An array of UUIDs representing the members of the Group.\"),\n updated_at: z.string().describe(\"The timestamp when the Group was last updated (ISO 8601 format).\"),\n description: z.string().describe(\"The description of the Group.\"),\n entity_type: z.string().describe(\"The entity type identifier for the Group.\"),\n num_stories: z.number().int().describe(\"The total number of Stories associated with the Group.\"),\n display_icon: ShortcutGetGroup_DisplayIconSchema.nullable().optional(),\n mention_name: z.string().describe(\"The mention name of the Group used for @mentions.\"),\n workflow_ids: z.array(z.number().int()).describe(\"An array of workflow IDs associated with the Group.\"),\n num_epics_started: z.number().int().describe(\"The number of Epics in a started state for the Group.\"),\n default_workflow_id: z.number().int().describe(\"The ID of the default workflow assigned to the Group.\").nullable().optional(),\n num_stories_backlog: z.number().int().describe(\"The number of Stories in the backlog for the Group.\"),\n num_stories_started: z.number().int().describe(\"The number of Stories in a started state for the Group.\"),\n}).describe(\"Response schema for `GetGroup`\");\n\nexport const shortcutGetGroup = action(\"SHORTCUT_GET_GROUP\", {\n slug: \"shortcut-get-group\",\n name: \"Get group\",\n description: \"Retrieves detailed information about a specific group in the Shortcut workspace using its unique public identifier. This endpoint allows developers to fetch comprehensive data about a group, including its name, type, and associated metadata. It's particularly useful when you need to access or verify group details programmatically, such as during workflow automations or when building integrations that involve group management. The endpoint provides more granular control and information compared to what's available through the web application, making it valuable for advanced group-related operations and data analysis within your Shortcut projects.\",\n input: ShortcutGetGroupInput,\n output: ShortcutGetGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO,EAC1D,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,EACtE,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC7E,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAuB1C,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QA3BkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC3F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0DAA0D;EACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;EAC/F,cAAc,mCAAmC,SAAS,CAAC,CAAC,SAAS;EACrE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EACrF,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD;EACtG,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;EACpG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5H,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;EACpG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CAC1G,CAAC,CAAC,CAAC,SAAS,gCAOF;AACV,CAAC"}
@@ -0,0 +1,63 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-iteration.ts
4
+ const ShortcutGetIterationInput = zod.z.object({ iteration__public__id: zod.z.number().int().describe("The unique ID of the Iteration.") }).describe("Request schema for `GetIteration`");
5
+ const ShortcutGetIteration_IterationStatsSchema = zod.z.object({
6
+ num_points: zod.z.number().int().describe("The total number of points in this Iteration"),
7
+ num_points_done: zod.z.number().int().describe("The total number of completed points in this Iteration"),
8
+ num_stories_done: zod.z.number().int().describe("The total number of done Stories in this Iteration"),
9
+ average_lead_time: zod.z.number().int().describe("The average lead time (in seconds) of completed stories in this Iteration").nullable().optional(),
10
+ average_cycle_time: zod.z.number().int().describe("The average cycle time (in seconds) of completed stories in this Iteration").nullable().optional(),
11
+ num_points_started: zod.z.number().int().describe("The total number of started points in this Iteration"),
12
+ num_stories_started: zod.z.number().int().describe("The total number of started Stories in this Iteration"),
13
+ num_points_unstarted: zod.z.number().int().describe("The total number of unstarted points in this Iteration"),
14
+ num_related_documents: zod.z.number().int().describe("The total number of documents related to an Iteration"),
15
+ num_stories_unstarted: zod.z.number().int().describe("The total number of unstarted Stories in this Iteration"),
16
+ num_stories_unestimated: zod.z.number().int().describe("The total number of Stories with no point estimate")
17
+ }).describe("A group of calculated values for this Iteration");
18
+ const ShortcutGetIteration_IterationLabelSchema = zod.z.object({
19
+ id: zod.z.number().int().describe("Unique numeric identifier").nullable().optional(),
20
+ name: zod.z.string().describe("The name of the Label").nullable().optional(),
21
+ color: zod.z.string().describe("Hex color value").nullable().optional(),
22
+ app_url: zod.z.string().describe("Application URL reference").nullable().optional(),
23
+ archived: zod.z.boolean().describe("Archival status indicator").nullable().optional(),
24
+ created_at: zod.z.string().describe("Creation timestamp").nullable().optional(),
25
+ updated_at: zod.z.string().describe("Modification timestamp").nullable().optional(),
26
+ description: zod.z.string().describe("The description of the Label").nullable().optional(),
27
+ entity_type: zod.z.string().describe("Resource type identifier").nullable().optional(),
28
+ external_id: zod.z.string().describe("Third-party tool reference").nullable().optional()
29
+ }).describe("Label attached to an iteration");
30
+ const ShortcutGetIterationOutput = zod.z.object({
31
+ id: zod.z.number().int().describe("The ID of the iteration"),
32
+ name: zod.z.string().describe("The name of the iteration"),
33
+ stats: ShortcutGetIteration_IterationStatsSchema.nullable(),
34
+ labels: zod.z.array(ShortcutGetIteration_IterationLabelSchema).describe("An array of labels attached to the iteration"),
35
+ status: zod.z.enum([
36
+ "unstarted",
37
+ "started",
38
+ "done"
39
+ ]).describe("Values are either 'unstarted', 'started', or 'done'"),
40
+ app_url: zod.z.string().describe("The Shortcut application url for the Iteration"),
41
+ end_date: zod.z.string().describe("The date this iteration ends"),
42
+ group_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any Groups. Currently, only one Group association is presented in the web UI"),
43
+ created_at: zod.z.string().describe("The instant when this iteration was created"),
44
+ start_date: zod.z.string().describe("The date this iteration begins"),
45
+ updated_at: zod.z.string().describe("The instant when this iteration was last updated"),
46
+ description: zod.z.string().describe("The description of the iteration"),
47
+ entity_type: zod.z.string().describe("A string description of this resource"),
48
+ mention_ids: zod.z.array(zod.z.string()).describe("Deprecated: use member_mention_ids"),
49
+ follower_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any Members listed as Followers"),
50
+ group_mention_ids: zod.z.array(zod.z.string()).describe("An array of Group IDs that have been mentioned in the Story description"),
51
+ member_mention_ids: zod.z.array(zod.z.string()).describe("An array of Member IDs mentioned in the Story description")
52
+ }).describe("Response schema for `GetIteration`");
53
+ const shortcutGetIteration = require_action.action("SHORTCUT_GET_ITERATION", {
54
+ slug: "shortcut-get-iteration",
55
+ name: "Get iteration",
56
+ description: "Retrieves detailed information about a specific iteration in the Shortcut project management system. This endpoint allows users to fetch comprehensive data about a single iteration, including its name, status, start and end dates, associated stories, and progress metrics. It should be used when detailed information about a particular iteration is needed, such as during sprint planning, progress tracking, or retrospective analysis. The endpoint provides a snapshot of the iteration at the time of the request and does not include real-time updates. It's particularly useful for project managers, scrum masters, and team members who need to review or report on iteration-specific data. Note that this endpoint only retrieves information and does not allow for modification of the iteration details.",
57
+ input: ShortcutGetIterationInput,
58
+ output: ShortcutGetIterationOutput
59
+ });
60
+ //#endregion
61
+ exports.shortcutGetIteration = shortcutGetIteration;
62
+
63
+ //# sourceMappingURL=get-iteration.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-iteration.cjs","names":["z","action"],"sources":["../../src/actions/get-iteration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetIterationInput: z.ZodTypeAny = z.object({\n iteration__public__id: z.number().int().describe(\"The unique ID of the Iteration.\"),\n}).describe(\"Request schema for `GetIteration`\");\nconst ShortcutGetIteration_IterationStatsSchema: z.ZodTypeAny = z.object({\n num_points: z.number().int().describe(\"The total number of points in this Iteration\"),\n num_points_done: z.number().int().describe(\"The total number of completed points in this Iteration\"),\n num_stories_done: z.number().int().describe(\"The total number of done Stories in this Iteration\"),\n average_lead_time: z.number().int().describe(\"The average lead time (in seconds) of completed stories in this Iteration\").nullable().optional(),\n average_cycle_time: z.number().int().describe(\"The average cycle time (in seconds) of completed stories in this Iteration\").nullable().optional(),\n num_points_started: z.number().int().describe(\"The total number of started points in this Iteration\"),\n num_stories_started: z.number().int().describe(\"The total number of started Stories in this Iteration\"),\n num_points_unstarted: z.number().int().describe(\"The total number of unstarted points in this Iteration\"),\n num_related_documents: z.number().int().describe(\"The total number of documents related to an Iteration\"),\n num_stories_unstarted: z.number().int().describe(\"The total number of unstarted Stories in this Iteration\"),\n num_stories_unestimated: z.number().int().describe(\"The total number of Stories with no point estimate\"),\n}).describe(\"A group of calculated values for this Iteration\");\nconst ShortcutGetIteration_IterationLabelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique numeric identifier\").nullable().optional(),\n name: z.string().describe(\"The name of the Label\").nullable().optional(),\n color: z.string().describe(\"Hex color value\").nullable().optional(),\n app_url: z.string().describe(\"Application URL reference\").nullable().optional(),\n archived: z.boolean().describe(\"Archival status indicator\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updated_at: z.string().describe(\"Modification timestamp\").nullable().optional(),\n description: z.string().describe(\"The description of the Label\").nullable().optional(),\n entity_type: z.string().describe(\"Resource type identifier\").nullable().optional(),\n external_id: z.string().describe(\"Third-party tool reference\").nullable().optional(),\n}).describe(\"Label attached to an iteration\");\nexport const ShortcutGetIterationOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the iteration\"),\n name: z.string().describe(\"The name of the iteration\"),\n stats: ShortcutGetIteration_IterationStatsSchema.nullable(),\n labels: z.array(ShortcutGetIteration_IterationLabelSchema).describe(\"An array of labels attached to the iteration\"),\n status: z.enum([\"unstarted\", \"started\", \"done\"]).describe(\"Values are either 'unstarted', 'started', or 'done'\"),\n app_url: z.string().describe(\"The Shortcut application url for the Iteration\"),\n end_date: z.string().describe(\"The date this iteration ends\"),\n group_ids: z.array(z.string()).describe(\"An array of UUIDs for any Groups. Currently, only one Group association is presented in the web UI\"),\n created_at: z.string().describe(\"The instant when this iteration was created\"),\n start_date: z.string().describe(\"The date this iteration begins\"),\n updated_at: z.string().describe(\"The instant when this iteration was last updated\"),\n description: z.string().describe(\"The description of the iteration\"),\n entity_type: z.string().describe(\"A string description of this resource\"),\n mention_ids: z.array(z.string()).describe(\"Deprecated: use member_mention_ids\"),\n follower_ids: z.array(z.string()).describe(\"An array of UUIDs for any Members listed as Followers\"),\n group_mention_ids: z.array(z.string()).describe(\"An array of Group IDs that have been mentioned in the Story description\"),\n member_mention_ids: z.array(z.string()).describe(\"An array of Member IDs mentioned in the Story description\"),\n}).describe(\"Response schema for `GetIteration`\");\n\nexport const shortcutGetIteration = action(\"SHORTCUT_GET_ITERATION\", {\n slug: \"shortcut-get-iteration\",\n name: \"Get iteration\",\n description: \"Retrieves detailed information about a specific iteration in the Shortcut project management system. This endpoint allows users to fetch comprehensive data about a single iteration, including its name, status, start and end dates, associated stories, and progress metrics. It should be used when detailed information about a particular iteration is needed, such as during sprint planning, progress tracking, or retrospective analysis. The endpoint provides a snapshot of the iteration at the time of the request and does not include real-time updates. It's particularly useful for project managers, scrum masters, and team members who need to review or report on iteration-specific data. Note that this endpoint only retrieves information and does not allow for modification of the iteration details.\",\n input: ShortcutGetIterationInput,\n output: ShortcutGetIterationOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-iteration.d.ts
4
+ declare const ShortcutGetIterationInput: z.ZodTypeAny;
5
+ declare const ShortcutGetIterationOutput: z.ZodTypeAny;
6
+ declare const shortcutGetIteration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetIteration };
9
+ //# sourceMappingURL=get-iteration.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-iteration.d.cts","names":[],"sources":["../../src/actions/get-iteration.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEM;AAAA,cA0BnC,0BAAA,EAA4B,CAAA,CAAE,UAkBM;AAAA,cAEpC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-iteration.d.ts
4
+ declare const ShortcutGetIterationInput: z.ZodTypeAny;
5
+ declare const ShortcutGetIterationOutput: z.ZodTypeAny;
6
+ declare const shortcutGetIteration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetIteration };
9
+ //# sourceMappingURL=get-iteration.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-iteration.d.mts","names":[],"sources":["../../src/actions/get-iteration.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEM;AAAA,cA0BnC,0BAAA,EAA4B,CAAA,CAAE,UAkBM;AAAA,cAEpC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,62 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-iteration.ts
4
+ const ShortcutGetIterationInput = z.object({ iteration__public__id: z.number().int().describe("The unique ID of the Iteration.") }).describe("Request schema for `GetIteration`");
5
+ const ShortcutGetIteration_IterationStatsSchema = z.object({
6
+ num_points: z.number().int().describe("The total number of points in this Iteration"),
7
+ num_points_done: z.number().int().describe("The total number of completed points in this Iteration"),
8
+ num_stories_done: z.number().int().describe("The total number of done Stories in this Iteration"),
9
+ average_lead_time: z.number().int().describe("The average lead time (in seconds) of completed stories in this Iteration").nullable().optional(),
10
+ average_cycle_time: z.number().int().describe("The average cycle time (in seconds) of completed stories in this Iteration").nullable().optional(),
11
+ num_points_started: z.number().int().describe("The total number of started points in this Iteration"),
12
+ num_stories_started: z.number().int().describe("The total number of started Stories in this Iteration"),
13
+ num_points_unstarted: z.number().int().describe("The total number of unstarted points in this Iteration"),
14
+ num_related_documents: z.number().int().describe("The total number of documents related to an Iteration"),
15
+ num_stories_unstarted: z.number().int().describe("The total number of unstarted Stories in this Iteration"),
16
+ num_stories_unestimated: z.number().int().describe("The total number of Stories with no point estimate")
17
+ }).describe("A group of calculated values for this Iteration");
18
+ const ShortcutGetIteration_IterationLabelSchema = z.object({
19
+ id: z.number().int().describe("Unique numeric identifier").nullable().optional(),
20
+ name: z.string().describe("The name of the Label").nullable().optional(),
21
+ color: z.string().describe("Hex color value").nullable().optional(),
22
+ app_url: z.string().describe("Application URL reference").nullable().optional(),
23
+ archived: z.boolean().describe("Archival status indicator").nullable().optional(),
24
+ created_at: z.string().describe("Creation timestamp").nullable().optional(),
25
+ updated_at: z.string().describe("Modification timestamp").nullable().optional(),
26
+ description: z.string().describe("The description of the Label").nullable().optional(),
27
+ entity_type: z.string().describe("Resource type identifier").nullable().optional(),
28
+ external_id: z.string().describe("Third-party tool reference").nullable().optional()
29
+ }).describe("Label attached to an iteration");
30
+ const shortcutGetIteration = action("SHORTCUT_GET_ITERATION", {
31
+ slug: "shortcut-get-iteration",
32
+ name: "Get iteration",
33
+ description: "Retrieves detailed information about a specific iteration in the Shortcut project management system. This endpoint allows users to fetch comprehensive data about a single iteration, including its name, status, start and end dates, associated stories, and progress metrics. It should be used when detailed information about a particular iteration is needed, such as during sprint planning, progress tracking, or retrospective analysis. The endpoint provides a snapshot of the iteration at the time of the request and does not include real-time updates. It's particularly useful for project managers, scrum masters, and team members who need to review or report on iteration-specific data. Note that this endpoint only retrieves information and does not allow for modification of the iteration details.",
34
+ input: ShortcutGetIterationInput,
35
+ output: z.object({
36
+ id: z.number().int().describe("The ID of the iteration"),
37
+ name: z.string().describe("The name of the iteration"),
38
+ stats: ShortcutGetIteration_IterationStatsSchema.nullable(),
39
+ labels: z.array(ShortcutGetIteration_IterationLabelSchema).describe("An array of labels attached to the iteration"),
40
+ status: z.enum([
41
+ "unstarted",
42
+ "started",
43
+ "done"
44
+ ]).describe("Values are either 'unstarted', 'started', or 'done'"),
45
+ app_url: z.string().describe("The Shortcut application url for the Iteration"),
46
+ end_date: z.string().describe("The date this iteration ends"),
47
+ group_ids: z.array(z.string()).describe("An array of UUIDs for any Groups. Currently, only one Group association is presented in the web UI"),
48
+ created_at: z.string().describe("The instant when this iteration was created"),
49
+ start_date: z.string().describe("The date this iteration begins"),
50
+ updated_at: z.string().describe("The instant when this iteration was last updated"),
51
+ description: z.string().describe("The description of the iteration"),
52
+ entity_type: z.string().describe("A string description of this resource"),
53
+ mention_ids: z.array(z.string()).describe("Deprecated: use member_mention_ids"),
54
+ follower_ids: z.array(z.string()).describe("An array of UUIDs for any Members listed as Followers"),
55
+ group_mention_ids: z.array(z.string()).describe("An array of Group IDs that have been mentioned in the Story description"),
56
+ member_mention_ids: z.array(z.string()).describe("An array of Member IDs mentioned in the Story description")
57
+ }).describe("Response schema for `GetIteration`")
58
+ });
59
+ //#endregion
60
+ export { shortcutGetIteration };
61
+
62
+ //# sourceMappingURL=get-iteration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-iteration.mjs","names":[],"sources":["../../src/actions/get-iteration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetIterationInput: z.ZodTypeAny = z.object({\n iteration__public__id: z.number().int().describe(\"The unique ID of the Iteration.\"),\n}).describe(\"Request schema for `GetIteration`\");\nconst ShortcutGetIteration_IterationStatsSchema: z.ZodTypeAny = z.object({\n num_points: z.number().int().describe(\"The total number of points in this Iteration\"),\n num_points_done: z.number().int().describe(\"The total number of completed points in this Iteration\"),\n num_stories_done: z.number().int().describe(\"The total number of done Stories in this Iteration\"),\n average_lead_time: z.number().int().describe(\"The average lead time (in seconds) of completed stories in this Iteration\").nullable().optional(),\n average_cycle_time: z.number().int().describe(\"The average cycle time (in seconds) of completed stories in this Iteration\").nullable().optional(),\n num_points_started: z.number().int().describe(\"The total number of started points in this Iteration\"),\n num_stories_started: z.number().int().describe(\"The total number of started Stories in this Iteration\"),\n num_points_unstarted: z.number().int().describe(\"The total number of unstarted points in this Iteration\"),\n num_related_documents: z.number().int().describe(\"The total number of documents related to an Iteration\"),\n num_stories_unstarted: z.number().int().describe(\"The total number of unstarted Stories in this Iteration\"),\n num_stories_unestimated: z.number().int().describe(\"The total number of Stories with no point estimate\"),\n}).describe(\"A group of calculated values for this Iteration\");\nconst ShortcutGetIteration_IterationLabelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique numeric identifier\").nullable().optional(),\n name: z.string().describe(\"The name of the Label\").nullable().optional(),\n color: z.string().describe(\"Hex color value\").nullable().optional(),\n app_url: z.string().describe(\"Application URL reference\").nullable().optional(),\n archived: z.boolean().describe(\"Archival status indicator\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updated_at: z.string().describe(\"Modification timestamp\").nullable().optional(),\n description: z.string().describe(\"The description of the Label\").nullable().optional(),\n entity_type: z.string().describe(\"Resource type identifier\").nullable().optional(),\n external_id: z.string().describe(\"Third-party tool reference\").nullable().optional(),\n}).describe(\"Label attached to an iteration\");\nexport const ShortcutGetIterationOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the iteration\"),\n name: z.string().describe(\"The name of the iteration\"),\n stats: ShortcutGetIteration_IterationStatsSchema.nullable(),\n labels: z.array(ShortcutGetIteration_IterationLabelSchema).describe(\"An array of labels attached to the iteration\"),\n status: z.enum([\"unstarted\", \"started\", \"done\"]).describe(\"Values are either 'unstarted', 'started', or 'done'\"),\n app_url: z.string().describe(\"The Shortcut application url for the Iteration\"),\n end_date: z.string().describe(\"The date this iteration ends\"),\n group_ids: z.array(z.string()).describe(\"An array of UUIDs for any Groups. Currently, only one Group association is presented in the web UI\"),\n created_at: z.string().describe(\"The instant when this iteration was created\"),\n start_date: z.string().describe(\"The date this iteration begins\"),\n updated_at: z.string().describe(\"The instant when this iteration was last updated\"),\n description: z.string().describe(\"The description of the iteration\"),\n entity_type: z.string().describe(\"A string description of this resource\"),\n mention_ids: z.array(z.string()).describe(\"Deprecated: use member_mention_ids\"),\n follower_ids: z.array(z.string()).describe(\"An array of UUIDs for any Members listed as Followers\"),\n group_mention_ids: z.array(z.string()).describe(\"An array of Group IDs that have been mentioned in the Story description\"),\n member_mention_ids: z.array(z.string()).describe(\"An array of Member IDs mentioned in the Story description\"),\n}).describe(\"Response schema for `GetIteration`\");\n\nexport const shortcutGetIteration = action(\"SHORTCUT_GET_ITERATION\", {\n slug: \"shortcut-get-iteration\",\n name: \"Get iteration\",\n description: \"Retrieves detailed information about a specific iteration in the Shortcut project management system. This endpoint allows users to fetch comprehensive data about a single iteration, including its name, status, start and end dates, associated stories, and progress metrics. It should be used when detailed information about a particular iteration is needed, such as during sprint planning, progress tracking, or retrospective analysis. The endpoint provides a snapshot of the iteration at the time of the request and does not include real-time updates. It's particularly useful for project managers, scrum masters, and team members who need to review or report on iteration-specific data. Note that this endpoint only retrieves information and does not allow for modification of the iteration details.\",\n input: ShortcutGetIterationInput,\n output: ShortcutGetIterationOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-key-result.ts
4
+ const ShortcutGetKeyResultInput = zod.z.object({ key__result__public__id: zod.z.string().describe("The ID of the Key Result.") }).describe("Request schema for `GetKeyResult`");
5
+ const ShortcutGetKeyResult_KeyResultValueSchema = zod.z.object({
6
+ boolean_value: zod.z.boolean().describe("Boolean value (present when type is boolean).").nullable().optional(),
7
+ numeric_value: zod.z.string().describe("Numeric value as decimal string (present when type is numeric or percent).").nullable().optional()
8
+ }).describe("Represents a value for a Key Result (can be numeric, percent, or boolean).");
9
+ const ShortcutGetKeyResultOutput = zod.z.object({
10
+ id: zod.z.string().describe("The ID of the Key Result."),
11
+ name: zod.z.string().describe("The name of the Key Result."),
12
+ type: zod.z.enum([
13
+ "percent",
14
+ "boolean",
15
+ "numeric"
16
+ ]).describe("The type of the Key Result (numeric, percent, or boolean)."),
17
+ progress: zod.z.number().int().describe("The integer percentage of progress toward completion of the Key Result."),
18
+ objective_id: zod.z.number().int().describe("The Objective to which this Key Result belongs."),
19
+ current_target_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable(),
20
+ current_observed_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable(),
21
+ initial_observed_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable()
22
+ }).describe("Response schema for `GetKeyResult`");
23
+ const shortcutGetKeyResult = require_action.action("SHORTCUT_GET_KEY_RESULT", {
24
+ slug: "shortcut-get-key-result",
25
+ name: "Get key result",
26
+ description: "Get Key Result returns information about a chosen Key Result.",
27
+ input: ShortcutGetKeyResultInput,
28
+ output: ShortcutGetKeyResultOutput
29
+ });
30
+ //#endregion
31
+ exports.shortcutGetKeyResult = shortcutGetKeyResult;
32
+
33
+ //# sourceMappingURL=get-key-result.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-key-result.cjs","names":["z","action"],"sources":["../../src/actions/get-key-result.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutGetKeyResultInput: z.ZodTypeAny = z.object({\n key__result__public__id: z.string().describe(\"The ID of the Key Result.\"),\n}).describe(\"Request schema for `GetKeyResult`\");\nconst ShortcutGetKeyResult_KeyResultValueSchema: z.ZodTypeAny = z.object({\n boolean_value: z.boolean().describe(\"Boolean value (present when type is boolean).\").nullable().optional(),\n numeric_value: z.string().describe(\"Numeric value as decimal string (present when type is numeric or percent).\").nullable().optional(),\n}).describe(\"Represents a value for a Key Result (can be numeric, percent, or boolean).\");\nexport const ShortcutGetKeyResultOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the Key Result.\"),\n name: z.string().describe(\"The name of the Key Result.\"),\n type: z.enum([\"percent\", \"boolean\", \"numeric\"]).describe(\"The type of the Key Result (numeric, percent, or boolean).\"),\n progress: z.number().int().describe(\"The integer percentage of progress toward completion of the Key Result.\"),\n objective_id: z.number().int().describe(\"The Objective to which this Key Result belongs.\"),\n current_target_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable(),\n current_observed_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable(),\n initial_observed_value: ShortcutGetKeyResult_KeyResultValueSchema.nullable(),\n}).describe(\"Response schema for `GetKeyResult`\");\n\nexport const shortcutGetKeyResult = action(\"SHORTCUT_GET_KEY_RESULT\", {\n slug: \"shortcut-get-key-result\",\n name: \"Get key result\",\n description: \"Get Key Result returns information about a chosen Key Result.\",\n input: ShortcutGetKeyResultInput,\n output: ShortcutGetKeyResultOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,EAC1E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAW;CAAS,CAAC,CAAC,CAAC,SAAS,4DAA4D;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACzF,sBAAsB,0CAA0C,SAAS;CACzE,wBAAwB,0CAA0C,SAAS;CAC3E,wBAAwB,0CAA0C,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,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-key-result.d.ts
4
+ declare const ShortcutGetKeyResultInput: z.ZodTypeAny;
5
+ declare const ShortcutGetKeyResultOutput: z.ZodTypeAny;
6
+ declare const shortcutGetKeyResult: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutGetKeyResult };
9
+ //# sourceMappingURL=get-key-result.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-key-result.d.cts","names":[],"sources":["../../src/actions/get-key-result.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEM;AAAA,cAKnC,0BAAA,EAA4B,CAAA,CAAE,UASM;AAAA,cAEpC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}