@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,52 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-label.ts
4
+ const ShortcutCreateLabelInput = z.object({
5
+ name: z.string().describe("The name of the new Label."),
6
+ color: z.string().describe("The hex color to be displayed with the Label (for example, \"#ff0000\").").optional(),
7
+ description: z.string().describe("The description of the new Label.").optional(),
8
+ external_id: z.string().describe("This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.").optional()
9
+ }).describe("Request schema for `CreateLabel`");
10
+ const ShortcutCreateLabel_LabelStatsSchema = z.object({
11
+ num_epics: z.number().int().describe("The total number of Epics with this Label.").nullable().optional(),
12
+ num_epics_total: z.number().int().describe("The total number of Epics associated with this Label.").nullable().optional(),
13
+ num_points_total: z.number().int().describe("The total number of points with this Label.").nullable().optional(),
14
+ num_stories_total: z.number().int().describe("The total number of Stories with this Label.").nullable().optional(),
15
+ num_points_backlog: z.number().int().describe("The total number of backlog points with this Label.").nullable().optional(),
16
+ num_epics_completed: z.number().int().describe("The number of completed epics associated with this Label.").nullable().optional(),
17
+ num_epics_unstarted: z.number().int().describe("The number of unstarted epics associated with this label.").nullable().optional(),
18
+ num_stories_backlog: z.number().int().describe("The total number of stories backlog Stories with this Label.").nullable().optional(),
19
+ num_points_completed: z.number().int().describe("The total number of completed points with this Label.").nullable().optional(),
20
+ num_points_unstarted: z.number().int().describe("The total number of unstarted points with this Label.").nullable().optional(),
21
+ num_epics_in_progress: z.number().int().describe("The number of in progress epics associated with this label.").nullable().optional(),
22
+ num_related_documents: z.number().int().describe("The total number of Documents associated this Label.").nullable().optional(),
23
+ num_stories_completed: z.number().int().describe("The total number of completed Stories with this Label.").nullable().optional(),
24
+ num_stories_unstarted: z.number().int().describe("The total number of stories unstarted Stories with this Label.").nullable().optional(),
25
+ num_points_in_progress: z.number().int().describe("The total number of in-progress points with this Label.").nullable().optional(),
26
+ num_stories_in_progress: z.number().int().describe("The total number of in-progress Stories with this Label.").nullable().optional(),
27
+ num_stories_unestimated: z.number().int().describe("The total number of Stories with no point estimate with this Label.").nullable().optional()
28
+ }).describe("Statistics about the Label.");
29
+ const shortcutCreateLabel = action("SHORTCUT_CREATE_LABEL", {
30
+ slug: "shortcut-create-label",
31
+ name: "Create label",
32
+ description: "Create Label allows you to create a new Label in Shortcut.",
33
+ input: ShortcutCreateLabelInput,
34
+ output: z.object({
35
+ id: z.number().int().describe("A unique identifier for the Label."),
36
+ name: z.string().describe("The name of the Label."),
37
+ color: z.string().describe("The hex color code to be displayed with the Label (e.g., '#6515dd').").nullable().optional(),
38
+ stats: ShortcutCreateLabel_LabelStatsSchema.nullable().optional(),
39
+ app_url: z.string().describe("The URL to access the Label in the Shortcut web application."),
40
+ archived: z.boolean().describe("Indicates whether the Label has been archived."),
41
+ global_id: z.string().describe("A globally unique identifier for the Label."),
42
+ created_at: z.string().describe("The timestamp when the Label was created, in ISO 8601 format (e.g., '2016-12-31T12:30:00Z')."),
43
+ updated_at: z.string().describe("The timestamp when the Label was last updated, in ISO 8601 format (e.g., '2016-12-31T12:30:00Z')."),
44
+ description: z.string().describe("A description of the Label.").nullable().optional(),
45
+ entity_type: z.string().describe("A string description of this resource, typically 'label'."),
46
+ external_id: z.string().describe("An external identifier that can be used to reference the Label in external systems.").nullable().optional()
47
+ }).describe("Response schema for `CreateLabel`")
48
+ });
49
+ //#endregion
50
+ export { shortcutCreateLabel };
51
+
52
+ //# sourceMappingURL=create-label.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-label.mjs","names":[],"sources":["../../src/actions/create-label.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutCreateLabelInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the new Label.\"),\n color: z.string().describe(\"The hex color to be displayed with the Label (for example, \\\"#ff0000\\\").\").optional(),\n description: z.string().describe(\"The description of the new Label.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `CreateLabel`\");\nconst ShortcutCreateLabel_LabelStatsSchema: z.ZodTypeAny = z.object({\n num_epics: z.number().int().describe(\"The total number of Epics with this Label.\").nullable().optional(),\n num_epics_total: z.number().int().describe(\"The total number of Epics associated with this Label.\").nullable().optional(),\n num_points_total: z.number().int().describe(\"The total number of points with this Label.\").nullable().optional(),\n num_stories_total: z.number().int().describe(\"The total number of Stories with this Label.\").nullable().optional(),\n num_points_backlog: z.number().int().describe(\"The total number of backlog points with this Label.\").nullable().optional(),\n num_epics_completed: z.number().int().describe(\"The number of completed epics associated with this Label.\").nullable().optional(),\n num_epics_unstarted: z.number().int().describe(\"The number of unstarted epics associated with this label.\").nullable().optional(),\n num_stories_backlog: z.number().int().describe(\"The total number of stories backlog Stories with this Label.\").nullable().optional(),\n num_points_completed: z.number().int().describe(\"The total number of completed points with this Label.\").nullable().optional(),\n num_points_unstarted: z.number().int().describe(\"The total number of unstarted points with this Label.\").nullable().optional(),\n num_epics_in_progress: z.number().int().describe(\"The number of in progress epics associated with this label.\").nullable().optional(),\n num_related_documents: z.number().int().describe(\"The total number of Documents associated this Label.\").nullable().optional(),\n num_stories_completed: z.number().int().describe(\"The total number of completed Stories with this Label.\").nullable().optional(),\n num_stories_unstarted: z.number().int().describe(\"The total number of stories unstarted Stories with this Label.\").nullable().optional(),\n num_points_in_progress: z.number().int().describe(\"The total number of in-progress points with this Label.\").nullable().optional(),\n num_stories_in_progress: z.number().int().describe(\"The total number of in-progress Stories with this Label.\").nullable().optional(),\n num_stories_unestimated: z.number().int().describe(\"The total number of Stories with no point estimate with this Label.\").nullable().optional(),\n}).describe(\"Statistics about the Label.\");\nexport const ShortcutCreateLabelOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"A unique identifier for the Label.\"),\n name: z.string().describe(\"The name of the Label.\"),\n color: z.string().describe(\"The hex color code to be displayed with the Label (e.g., '#6515dd').\").nullable().optional(),\n stats: ShortcutCreateLabel_LabelStatsSchema.nullable().optional(),\n app_url: z.string().describe(\"The URL to access the Label in the Shortcut web application.\"),\n archived: z.boolean().describe(\"Indicates whether the Label has been archived.\"),\n global_id: z.string().describe(\"A globally unique identifier for the Label.\"),\n created_at: z.string().describe(\"The timestamp when the Label was created, in ISO 8601 format (e.g., '2016-12-31T12:30:00Z').\"),\n updated_at: z.string().describe(\"The timestamp when the Label was last updated, in ISO 8601 format (e.g., '2016-12-31T12:30:00Z').\"),\n description: z.string().describe(\"A description of the Label.\").nullable().optional(),\n entity_type: z.string().describe(\"A string description of this resource, typically 'label'.\"),\n external_id: z.string().describe(\"An external identifier that can be used to reference the Label in external systems.\").nullable().optional(),\n}).describe(\"Response schema for `CreateLabel`\");\n\nexport const shortcutCreateLabel = action(\"SHORTCUT_CREATE_LABEL\", {\n slug: \"shortcut-create-label\",\n name: \"Create label\",\n description: \"Create Label allows you to create a new Label in Shortcut.\",\n input: ShortcutCreateLabelInput,\n output: ShortcutCreateLabelOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-linked-file.ts
4
+ const ShortcutCreateLinkedFileInput = zod.z.object({
5
+ url: zod.z.string().describe("The URL of linked file."),
6
+ name: zod.z.string().describe("The name of the file."),
7
+ size: zod.z.number().int().describe("The filesize, if the integration provided it.").optional(),
8
+ type: zod.z.enum([
9
+ "google",
10
+ "url",
11
+ "dropbox",
12
+ "box",
13
+ "onedrive"
14
+ ]).describe("The integration type of the file (e.g. google, dropbox, box)."),
15
+ story_id: zod.z.number().int().describe("The ID of the linked story.").optional(),
16
+ description: zod.z.string().describe("The description of the file.").optional(),
17
+ uploader_id: zod.z.string().describe("The UUID of the member that uploaded the file.").optional(),
18
+ content_type: zod.z.string().describe("The content type of the image (e.g. txt/plain).").optional(),
19
+ thumbnail_url: zod.z.string().describe("The URL of the thumbnail, if the integration provided it.").optional()
20
+ }).describe("Request schema for `CreateLinkedFile`");
21
+ const ShortcutCreateLinkedFileOutput = zod.z.object({
22
+ id: zod.z.number().int().describe("Unique identifier of the linked file."),
23
+ url: zod.z.string().describe("The URL link to the external file source (Dropbox/Google Drive/Box)."),
24
+ name: zod.z.string().describe("The name of the linked file."),
25
+ size: zod.z.number().int().describe("The size of the file in bytes.").nullable().optional(),
26
+ type: zod.z.string().describe("The type of linked file (e.g., 'dropbox', 'google', 'box')."),
27
+ story_ids: zod.z.array(zod.z.number().int()).describe("Array of story IDs that this linked file is attached to."),
28
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the linked file was created (e.g., '2016-12-31T12:30:00Z')."),
29
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the linked file was last updated."),
30
+ description: zod.z.string().describe("A text description of the linked file.").nullable().optional(),
31
+ entity_type: zod.z.string().describe("The entity type, typically 'linked-file'."),
32
+ mention_ids: zod.z.array(zod.z.string()).describe("Array of all mention UUIDs (members and groups) in the linked file."),
33
+ uploader_id: zod.z.string().describe("UUID of the user who uploaded the linked file."),
34
+ content_type: zod.z.string().describe("The MIME type of the file.").nullable().optional(),
35
+ thumbnail_url: zod.z.string().describe("URL pointing to the file's thumbnail image.").nullable().optional(),
36
+ group_mention_ids: zod.z.array(zod.z.string()).describe("Array of group UUIDs mentioned in the linked file."),
37
+ member_mention_ids: zod.z.array(zod.z.string()).describe("Array of member UUIDs mentioned in the linked file.")
38
+ }).describe("Response schema for `CreateLinkedFile`");
39
+ const shortcutCreateLinkedFile = require_action.action("SHORTCUT_CREATE_LINKED_FILE", {
40
+ slug: "shortcut-create-linked-file",
41
+ name: "Create linked file",
42
+ description: "Create Linked File allows you to create a new Linked File in Shortcut.",
43
+ input: ShortcutCreateLinkedFileInput,
44
+ output: ShortcutCreateLinkedFileOutput
45
+ });
46
+ //#endregion
47
+ exports.shortcutCreateLinkedFile = shortcutCreateLinkedFile;
48
+
49
+ //# sourceMappingURL=create-linked-file.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-linked-file.cjs","names":["z","action"],"sources":["../../src/actions/create-linked-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutCreateLinkedFileInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL of linked file.\"),\n name: z.string().describe(\"The name of the file.\"),\n size: z.number().int().describe(\"The filesize, if the integration provided it.\").optional(),\n type: z.enum([\"google\", \"url\", \"dropbox\", \"box\", \"onedrive\"]).describe(\"The integration type of the file (e.g. google, dropbox, box).\"),\n story_id: z.number().int().describe(\"The ID of the linked story.\").optional(),\n description: z.string().describe(\"The description of the file.\").optional(),\n uploader_id: z.string().describe(\"The UUID of the member that uploaded the file.\").optional(),\n content_type: z.string().describe(\"The content type of the image (e.g. txt/plain).\").optional(),\n thumbnail_url: z.string().describe(\"The URL of the thumbnail, if the integration provided it.\").optional(),\n}).describe(\"Request schema for `CreateLinkedFile`\");\nexport const ShortcutCreateLinkedFileOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the linked file.\"),\n url: z.string().describe(\"The URL link to the external file source (Dropbox/Google Drive/Box).\"),\n name: z.string().describe(\"The name of the linked file.\"),\n size: z.number().int().describe(\"The size of the file in bytes.\").nullable().optional(),\n type: z.string().describe(\"The type of linked file (e.g., 'dropbox', 'google', 'box').\"),\n story_ids: z.array(z.number().int()).describe(\"Array of story IDs that this linked file is attached to.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the linked file was created (e.g., '2016-12-31T12:30:00Z').\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the linked file was last updated.\"),\n description: z.string().describe(\"A text description of the linked file.\").nullable().optional(),\n entity_type: z.string().describe(\"The entity type, typically 'linked-file'.\"),\n mention_ids: z.array(z.string()).describe(\"Array of all mention UUIDs (members and groups) in the linked file.\"),\n uploader_id: z.string().describe(\"UUID of the user who uploaded the linked file.\"),\n content_type: z.string().describe(\"The MIME type of the file.\").nullable().optional(),\n thumbnail_url: z.string().describe(\"URL pointing to the file's thumbnail image.\").nullable().optional(),\n group_mention_ids: z.array(z.string()).describe(\"Array of group UUIDs mentioned in the linked file.\"),\n member_mention_ids: z.array(z.string()).describe(\"Array of member UUIDs mentioned in the linked file.\"),\n}).describe(\"Response schema for `CreateLinkedFile`\");\n\nexport const shortcutCreateLinkedFile = action(\"SHORTCUT_CREATE_LINKED_FILE\", {\n slug: \"shortcut-create-linked-file\",\n name: \"Create linked file\",\n description: \"Create Linked File allows you to create a new Linked File in Shortcut.\",\n input: ShortcutCreateLinkedFileInput,\n output: ShortcutCreateLinkedFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAO;EAAW;EAAO;CAAU,CAAC,CAAC,CAAC,SAAS,+DAA+D;CACtI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC9F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAC/F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACvF,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,0DAA0D;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC5E,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qEAAqE;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD;CACpG,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACxG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-linked-file.d.ts
4
+ declare const ShortcutCreateLinkedFileInput: z.ZodTypeAny;
5
+ declare const ShortcutCreateLinkedFileOutput: z.ZodTypeAny;
6
+ declare const shortcutCreateLinkedFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutCreateLinkedFile };
9
+ //# sourceMappingURL=create-linked-file.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-linked-file.d.cts","names":[],"sources":["../../src/actions/create-linked-file.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAUM;AAAA,cACvC,8BAAA,EAAgC,CAAA,CAAE,UAiBM;AAAA,cAExC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-linked-file.d.ts
4
+ declare const ShortcutCreateLinkedFileInput: z.ZodTypeAny;
5
+ declare const ShortcutCreateLinkedFileOutput: z.ZodTypeAny;
6
+ declare const shortcutCreateLinkedFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutCreateLinkedFile };
9
+ //# sourceMappingURL=create-linked-file.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-linked-file.d.mts","names":[],"sources":["../../src/actions/create-linked-file.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAUM;AAAA,cACvC,8BAAA,EAAgC,CAAA,CAAE,UAiBM;AAAA,cAExC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,46 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortcutCreateLinkedFile = action("SHORTCUT_CREATE_LINKED_FILE", {
4
+ slug: "shortcut-create-linked-file",
5
+ name: "Create linked file",
6
+ description: "Create Linked File allows you to create a new Linked File in Shortcut.",
7
+ input: z.object({
8
+ url: z.string().describe("The URL of linked file."),
9
+ name: z.string().describe("The name of the file."),
10
+ size: z.number().int().describe("The filesize, if the integration provided it.").optional(),
11
+ type: z.enum([
12
+ "google",
13
+ "url",
14
+ "dropbox",
15
+ "box",
16
+ "onedrive"
17
+ ]).describe("The integration type of the file (e.g. google, dropbox, box)."),
18
+ story_id: z.number().int().describe("The ID of the linked story.").optional(),
19
+ description: z.string().describe("The description of the file.").optional(),
20
+ uploader_id: z.string().describe("The UUID of the member that uploaded the file.").optional(),
21
+ content_type: z.string().describe("The content type of the image (e.g. txt/plain).").optional(),
22
+ thumbnail_url: z.string().describe("The URL of the thumbnail, if the integration provided it.").optional()
23
+ }).describe("Request schema for `CreateLinkedFile`"),
24
+ output: z.object({
25
+ id: z.number().int().describe("Unique identifier of the linked file."),
26
+ url: z.string().describe("The URL link to the external file source (Dropbox/Google Drive/Box)."),
27
+ name: z.string().describe("The name of the linked file."),
28
+ size: z.number().int().describe("The size of the file in bytes.").nullable().optional(),
29
+ type: z.string().describe("The type of linked file (e.g., 'dropbox', 'google', 'box')."),
30
+ story_ids: z.array(z.number().int()).describe("Array of story IDs that this linked file is attached to."),
31
+ created_at: z.string().describe("ISO 8601 timestamp when the linked file was created (e.g., '2016-12-31T12:30:00Z')."),
32
+ updated_at: z.string().describe("ISO 8601 timestamp when the linked file was last updated."),
33
+ description: z.string().describe("A text description of the linked file.").nullable().optional(),
34
+ entity_type: z.string().describe("The entity type, typically 'linked-file'."),
35
+ mention_ids: z.array(z.string()).describe("Array of all mention UUIDs (members and groups) in the linked file."),
36
+ uploader_id: z.string().describe("UUID of the user who uploaded the linked file."),
37
+ content_type: z.string().describe("The MIME type of the file.").nullable().optional(),
38
+ thumbnail_url: z.string().describe("URL pointing to the file's thumbnail image.").nullable().optional(),
39
+ group_mention_ids: z.array(z.string()).describe("Array of group UUIDs mentioned in the linked file."),
40
+ member_mention_ids: z.array(z.string()).describe("Array of member UUIDs mentioned in the linked file.")
41
+ }).describe("Response schema for `CreateLinkedFile`")
42
+ });
43
+ //#endregion
44
+ export { shortcutCreateLinkedFile };
45
+
46
+ //# sourceMappingURL=create-linked-file.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-linked-file.mjs","names":[],"sources":["../../src/actions/create-linked-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutCreateLinkedFileInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL of linked file.\"),\n name: z.string().describe(\"The name of the file.\"),\n size: z.number().int().describe(\"The filesize, if the integration provided it.\").optional(),\n type: z.enum([\"google\", \"url\", \"dropbox\", \"box\", \"onedrive\"]).describe(\"The integration type of the file (e.g. google, dropbox, box).\"),\n story_id: z.number().int().describe(\"The ID of the linked story.\").optional(),\n description: z.string().describe(\"The description of the file.\").optional(),\n uploader_id: z.string().describe(\"The UUID of the member that uploaded the file.\").optional(),\n content_type: z.string().describe(\"The content type of the image (e.g. txt/plain).\").optional(),\n thumbnail_url: z.string().describe(\"The URL of the thumbnail, if the integration provided it.\").optional(),\n}).describe(\"Request schema for `CreateLinkedFile`\");\nexport const ShortcutCreateLinkedFileOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the linked file.\"),\n url: z.string().describe(\"The URL link to the external file source (Dropbox/Google Drive/Box).\"),\n name: z.string().describe(\"The name of the linked file.\"),\n size: z.number().int().describe(\"The size of the file in bytes.\").nullable().optional(),\n type: z.string().describe(\"The type of linked file (e.g., 'dropbox', 'google', 'box').\"),\n story_ids: z.array(z.number().int()).describe(\"Array of story IDs that this linked file is attached to.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the linked file was created (e.g., '2016-12-31T12:30:00Z').\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the linked file was last updated.\"),\n description: z.string().describe(\"A text description of the linked file.\").nullable().optional(),\n entity_type: z.string().describe(\"The entity type, typically 'linked-file'.\"),\n mention_ids: z.array(z.string()).describe(\"Array of all mention UUIDs (members and groups) in the linked file.\"),\n uploader_id: z.string().describe(\"UUID of the user who uploaded the linked file.\"),\n content_type: z.string().describe(\"The MIME type of the file.\").nullable().optional(),\n thumbnail_url: z.string().describe(\"URL pointing to the file's thumbnail image.\").nullable().optional(),\n group_mention_ids: z.array(z.string()).describe(\"Array of group UUIDs mentioned in the linked file.\"),\n member_mention_ids: z.array(z.string()).describe(\"Array of member UUIDs mentioned in the linked file.\"),\n}).describe(\"Response schema for `CreateLinkedFile`\");\n\nexport const shortcutCreateLinkedFile = action(\"SHORTCUT_CREATE_LINKED_FILE\", {\n slug: \"shortcut-create-linked-file\",\n name: \"Create linked file\",\n description: \"Create Linked File allows you to create a new Linked File in Shortcut.\",\n input: ShortcutCreateLinkedFileInput,\n output: ShortcutCreateLinkedFileOutput,\n});\n"],"mappings":";;AAkCA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlCyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,MAAM,EAAE,KAAK;GAAC;GAAU;GAAO;GAAW;GAAO;EAAU,CAAC,CAAC,CAAC,SAAS,+DAA+D;EACtI,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAC9F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,uCAwBH;CACP,QAxB0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EAC/F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EACvF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,0DAA0D;EACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC5E,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qEAAqE;EAC/G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD;EACpG,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD;CACxG,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,83 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-multiple-stories.ts
4
+ const ShortcutCreateMultipleStoriesInput = zod.z.object({ stories: zod.z.array(zod.z.object({
5
+ name: zod.z.string().describe("The name of the story."),
6
+ tasks: zod.z.array(zod.z.object({
7
+ complete: zod.z.boolean().describe("True/false boolean indicating whether the Task is completed. Defaults to false.").optional(),
8
+ owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs for any members you want to add as Owners on this new Task.").optional(),
9
+ created_at: zod.z.string().describe("Defaults to the time/date the Task is created but can be set to reflect another creation time/date.").optional(),
10
+ updated_at: zod.z.string().describe("Defaults to the time/date the Task is created in Shortcut but can be set to reflect another time/date.").optional(),
11
+ description: zod.z.string().describe("The Task description."),
12
+ external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.").optional()
13
+ }).describe("Request schema for `Tasks`")).describe("An array of tasks connected to the story.").optional(),
14
+ labels: zod.z.array(zod.z.object({
15
+ name: zod.z.string().describe("The name of the new Label."),
16
+ color: zod.z.string().describe("The hex color to be displayed with the Label (for example, \"#ff0000\").").optional(),
17
+ description: zod.z.string().describe("The description of the new Label.").optional(),
18
+ external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.").optional()
19
+ }).describe("Request schema for `Labels`")).describe("An array of labels attached to the story.").optional(),
20
+ epic_id: zod.z.number().int().describe("The ID of the epic the story belongs to.").optional(),
21
+ move_to: zod.z.enum(["last", "first"]).describe("One of \"first\" or \"last\". This can be used to move the given story to the first or last position in the workflow state.").optional(),
22
+ archived: zod.z.boolean().describe("Controls the story\"s archived state.").optional(),
23
+ comments: zod.z.array(zod.z.object({
24
+ text: zod.z.string().describe("The comment text."),
25
+ author_id: zod.z.string().describe("The Member ID of the Comment\"s author. Defaults to the user identified by the API token.").optional(),
26
+ parent_id: zod.z.number().int().describe("The ID of the Comment that this comment is threaded under.").optional(),
27
+ created_at: zod.z.string().describe("Defaults to the time/date the comment is created, but can be set to reflect another date.").optional(),
28
+ updated_at: zod.z.string().describe("Defaults to the time/date the comment is last updated, but can be set to reflect another date.").optional(),
29
+ external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.").optional()
30
+ }).describe("Request schema for `Comments`")).describe("An array of comments to add to the story.").optional(),
31
+ deadline: zod.z.string().describe("The due date of the story.").optional(),
32
+ estimate: zod.z.number().int().describe("The numeric point estimate of the story. Can also be null, which means unestimated.").optional(),
33
+ file_ids: zod.z.array(zod.z.number().int()).describe("An array of IDs of files attached to the story.").optional(),
34
+ group_id: zod.z.string().describe("The id of the group to associate with this story.").optional(),
35
+ owner_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the owners of this story.").optional(),
36
+ sub_tasks: zod.z.array(zod.z.object({ name: zod.z.string().describe("The name of the SubTask.") }).describe("Request schema for `SubTasks`")).describe("An array of sub tasks to create.").optional(),
37
+ created_at: zod.z.string().describe("The time/date the Story was created.").optional(),
38
+ project_id: zod.z.number().int().describe("The ID of the project the story belongs to.").optional(),
39
+ story_type: zod.z.enum([
40
+ "feature",
41
+ "chore",
42
+ "bug"
43
+ ]).describe("The type of story (feature, bug, chore).").optional(),
44
+ updated_at: zod.z.string().describe("The time/date the Story was updated.").optional(),
45
+ description: zod.z.string().describe("The description of the story.").optional(),
46
+ external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Story has been imported from another tool, the ID in the other tool can be indicated here.").optional(),
47
+ story_links: zod.z.array(zod.z.object({
48
+ verb: zod.z.enum([
49
+ "blocks",
50
+ "duplicates",
51
+ "relates to"
52
+ ]).describe("How the subject Story acts on the object Story. This can be \"blocks\", \"duplicates\", or \"relates to\"."),
53
+ object_id: zod.z.number().int().describe("The unique ID of the Story defined as object.").optional(),
54
+ subject_id: zod.z.number().int().describe("The unique ID of the Story defined as subject.").optional()
55
+ }).describe("Request schema for `StoryLinks`")).describe("An array of story links attached to the story.").optional(),
56
+ follower_ids: zod.z.array(zod.z.string()).describe("An array of UUIDs of the followers of this story.").optional(),
57
+ iteration_id: zod.z.number().int().describe("The ID of the iteration the story belongs to.").optional(),
58
+ custom_fields: zod.z.array(zod.z.object({
59
+ value: zod.z.string().describe("A literal value for the CustomField. Currently ignored.").optional(),
60
+ field_id: zod.z.string().describe("The unique public ID for the CustomField."),
61
+ value_id: zod.z.string().describe("The unique public ID for the CustomFieldEnumValue.")
62
+ }).describe("Request schema for `CustomFields`")).describe("A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.").optional(),
63
+ external_links: zod.z.array(zod.z.string()).describe("An array of External Links associated with this story.").optional(),
64
+ source_task_id: zod.z.number().int().describe("Given this story was converted from a task in another story, this is the original task ID that was converted to this story.").optional(),
65
+ linked_file_ids: zod.z.array(zod.z.number().int()).describe("An array of IDs of linked files attached to the story.").optional(),
66
+ requested_by_id: zod.z.string().describe("The ID of the member that requested the story.").optional(),
67
+ story_template_id: zod.z.string().describe("The id of the story template used to create this story, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.").optional(),
68
+ workflow_state_id: zod.z.number().int().describe("The ID of the workflow state the story will be in.").optional(),
69
+ started_at_override: zod.z.string().describe("A manual override for the time/date the Story was started.").optional(),
70
+ completed_at_override: zod.z.string().describe("A manual override for the time/date the Story was completed.").optional()
71
+ }).describe("Request schema for `Stories`")).describe("An array of stories to be created.") }).describe("Request schema for `CreateMultipleStories`");
72
+ const ShortcutCreateMultipleStoriesOutput = zod.z.unknown();
73
+ const shortcutCreateMultipleStories = require_action.action("SHORTCUT_CREATE_MULTIPLE_STORIES", {
74
+ slug: "shortcut-create-multiple-stories",
75
+ name: "Create multiple stories",
76
+ description: "Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://developer.shortcut.com/api/rest/v3#create-story).",
77
+ input: ShortcutCreateMultipleStoriesInput,
78
+ output: ShortcutCreateMultipleStoriesOutput
79
+ });
80
+ //#endregion
81
+ exports.shortcutCreateMultipleStories = shortcutCreateMultipleStories;
82
+
83
+ //# sourceMappingURL=create-multiple-stories.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-multiple-stories.cjs","names":["z","action"],"sources":["../../src/actions/create-multiple-stories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutCreateMultipleStoriesInput: z.ZodTypeAny = z.object({\n stories: z.array(z.object({\n name: z.string().describe(\"The name of the story.\"),\n tasks: z.array(z.object({\n complete: z.boolean().describe(\"True/false boolean indicating whether the Task is completed. Defaults to false.\").optional(),\n owner_ids: z.array(z.string()).describe(\"An array of UUIDs for any members you want to add as Owners on this new Task.\").optional(),\n created_at: z.string().describe(\"Defaults to the time/date the Task is created but can be set to reflect another creation time/date.\").optional(),\n updated_at: z.string().describe(\"Defaults to the time/date the Task is created in Shortcut but can be set to reflect another time/date.\").optional(),\n description: z.string().describe(\"The Task description.\"),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Tasks`\")).describe(\"An array of tasks connected to the story.\").optional(),\n labels: z.array(z.object({\n name: z.string().describe(\"The name of the new Label.\"),\n color: z.string().describe(\"The hex color to be displayed with the Label (for example, \\\"#ff0000\\\").\").optional(),\n description: z.string().describe(\"The description of the new Label.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Labels`\")).describe(\"An array of labels attached to the story.\").optional(),\n epic_id: z.number().int().describe(\"The ID of the epic the story belongs to.\").optional(),\n move_to: z.enum([\"last\", \"first\"]).describe(\"One of \\\"first\\\" or \\\"last\\\". This can be used to move the given story to the first or last position in the workflow state.\").optional(),\n archived: z.boolean().describe(\"Controls the story\\\"s archived state.\").optional(),\n comments: z.array(z.object({\n text: z.string().describe(\"The comment text.\"),\n author_id: z.string().describe(\"The Member ID of the Comment\\\"s author. Defaults to the user identified by the API token.\").optional(),\n parent_id: z.number().int().describe(\"The ID of the Comment that this comment is threaded under.\").optional(),\n created_at: z.string().describe(\"Defaults to the time/date the comment is created, but can be set to reflect another date.\").optional(),\n updated_at: z.string().describe(\"Defaults to the time/date the comment is last updated, but can be set to reflect another date.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Comments`\")).describe(\"An array of comments to add to the story.\").optional(),\n deadline: z.string().describe(\"The due date of the story.\").optional(),\n estimate: z.number().int().describe(\"The numeric point estimate of the story. Can also be null, which means unestimated.\").optional(),\n file_ids: z.array(z.number().int()).describe(\"An array of IDs of files attached to the story.\").optional(),\n group_id: z.string().describe(\"The id of the group to associate with this story.\").optional(),\n owner_ids: z.array(z.string()).describe(\"An array of UUIDs of the owners of this story.\").optional(),\n sub_tasks: z.array(z.object({\n name: z.string().describe(\"The name of the SubTask.\"),\n}).describe(\"Request schema for `SubTasks`\")).describe(\"An array of sub tasks to create.\").optional(),\n created_at: z.string().describe(\"The time/date the Story was created.\").optional(),\n project_id: z.number().int().describe(\"The ID of the project the story belongs to.\").optional(),\n story_type: z.enum([\"feature\", \"chore\", \"bug\"]).describe(\"The type of story (feature, bug, chore).\").optional(),\n updated_at: z.string().describe(\"The time/date the Story was updated.\").optional(),\n description: z.string().describe(\"The description of the story.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Story has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n story_links: z.array(z.object({\n verb: z.enum([\"blocks\", \"duplicates\", \"relates to\"]).describe(\"How the subject Story acts on the object Story. This can be \\\"blocks\\\", \\\"duplicates\\\", or \\\"relates to\\\".\"),\n object_id: z.number().int().describe(\"The unique ID of the Story defined as object.\").optional(),\n subject_id: z.number().int().describe(\"The unique ID of the Story defined as subject.\").optional(),\n}).describe(\"Request schema for `StoryLinks`\")).describe(\"An array of story links attached to the story.\").optional(),\n follower_ids: z.array(z.string()).describe(\"An array of UUIDs of the followers of this story.\").optional(),\n iteration_id: z.number().int().describe(\"The ID of the iteration the story belongs to.\").optional(),\n custom_fields: z.array(z.object({\n value: z.string().describe(\"A literal value for the CustomField. Currently ignored.\").optional(),\n field_id: z.string().describe(\"The unique public ID for the CustomField.\"),\n value_id: z.string().describe(\"The unique public ID for the CustomFieldEnumValue.\"),\n}).describe(\"Request schema for `CustomFields`\")).describe(\"A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.\").optional(),\n external_links: z.array(z.string()).describe(\"An array of External Links associated with this story.\").optional(),\n source_task_id: z.number().int().describe(\"Given this story was converted from a task in another story, this is the original task ID that was converted to this story.\").optional(),\n linked_file_ids: z.array(z.number().int()).describe(\"An array of IDs of linked files attached to the story.\").optional(),\n requested_by_id: z.string().describe(\"The ID of the member that requested the story.\").optional(),\n story_template_id: z.string().describe(\"The id of the story template used to create this story, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.\").optional(),\n workflow_state_id: z.number().int().describe(\"The ID of the workflow state the story will be in.\").optional(),\n started_at_override: z.string().describe(\"A manual override for the time/date the Story was started.\").optional(),\n completed_at_override: z.string().describe(\"A manual override for the time/date the Story was completed.\").optional(),\n}).describe(\"Request schema for `Stories`\")).describe(\"An array of stories to be created.\"),\n}).describe(\"Request schema for `CreateMultipleStories`\");\nexport const ShortcutCreateMultipleStoriesOutput: z.ZodTypeAny = z.unknown();\n\nexport const shortcutCreateMultipleStories = action(\"SHORTCUT_CREATE_MULTIPLE_STORIES\", {\n slug: \"shortcut-create-multiple-stories\",\n name: \"Create multiple stories\",\n description: \"Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://developer.shortcut.com/api/rest/v3#create-story).\",\n input: ShortcutCreateMultipleStoriesInput,\n output: ShortcutCreateMultipleStoriesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-multiple-stories.d.ts
4
+ declare const ShortcutCreateMultipleStoriesInput: z.ZodTypeAny;
5
+ declare const ShortcutCreateMultipleStoriesOutput: z.ZodTypeAny;
6
+ declare const shortcutCreateMultipleStories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutCreateMultipleStories };
9
+ //# sourceMappingURL=create-multiple-stories.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-multiple-stories.d.cts","names":[],"sources":["../../src/actions/create-multiple-stories.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UA+DM;AAAA,cAC5C,mCAAA,EAAqC,CAAA,CAAE,UAAwB;AAAA,cAE/D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-multiple-stories.d.ts
4
+ declare const ShortcutCreateMultipleStoriesInput: z.ZodTypeAny;
5
+ declare const ShortcutCreateMultipleStoriesOutput: z.ZodTypeAny;
6
+ declare const shortcutCreateMultipleStories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shortcutCreateMultipleStories };
9
+ //# sourceMappingURL=create-multiple-stories.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-multiple-stories.d.mts","names":[],"sources":["../../src/actions/create-multiple-stories.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UA+DM;AAAA,cAC5C,mCAAA,EAAqC,CAAA,CAAE,UAAwB;AAAA,cAE/D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,80 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shortcutCreateMultipleStories = action("SHORTCUT_CREATE_MULTIPLE_STORIES", {
4
+ slug: "shortcut-create-multiple-stories",
5
+ name: "Create multiple stories",
6
+ description: "Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://developer.shortcut.com/api/rest/v3#create-story).",
7
+ input: z.object({ stories: z.array(z.object({
8
+ name: z.string().describe("The name of the story."),
9
+ tasks: z.array(z.object({
10
+ complete: z.boolean().describe("True/false boolean indicating whether the Task is completed. Defaults to false.").optional(),
11
+ owner_ids: z.array(z.string()).describe("An array of UUIDs for any members you want to add as Owners on this new Task.").optional(),
12
+ created_at: z.string().describe("Defaults to the time/date the Task is created but can be set to reflect another creation time/date.").optional(),
13
+ updated_at: z.string().describe("Defaults to the time/date the Task is created in Shortcut but can be set to reflect another time/date.").optional(),
14
+ description: z.string().describe("The Task description."),
15
+ external_id: z.string().describe("This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.").optional()
16
+ }).describe("Request schema for `Tasks`")).describe("An array of tasks connected to the story.").optional(),
17
+ labels: z.array(z.object({
18
+ name: z.string().describe("The name of the new Label."),
19
+ color: z.string().describe("The hex color to be displayed with the Label (for example, \"#ff0000\").").optional(),
20
+ description: z.string().describe("The description of the new Label.").optional(),
21
+ external_id: z.string().describe("This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.").optional()
22
+ }).describe("Request schema for `Labels`")).describe("An array of labels attached to the story.").optional(),
23
+ epic_id: z.number().int().describe("The ID of the epic the story belongs to.").optional(),
24
+ move_to: z.enum(["last", "first"]).describe("One of \"first\" or \"last\". This can be used to move the given story to the first or last position in the workflow state.").optional(),
25
+ archived: z.boolean().describe("Controls the story\"s archived state.").optional(),
26
+ comments: z.array(z.object({
27
+ text: z.string().describe("The comment text."),
28
+ author_id: z.string().describe("The Member ID of the Comment\"s author. Defaults to the user identified by the API token.").optional(),
29
+ parent_id: z.number().int().describe("The ID of the Comment that this comment is threaded under.").optional(),
30
+ created_at: z.string().describe("Defaults to the time/date the comment is created, but can be set to reflect another date.").optional(),
31
+ updated_at: z.string().describe("Defaults to the time/date the comment is last updated, but can be set to reflect another date.").optional(),
32
+ external_id: z.string().describe("This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.").optional()
33
+ }).describe("Request schema for `Comments`")).describe("An array of comments to add to the story.").optional(),
34
+ deadline: z.string().describe("The due date of the story.").optional(),
35
+ estimate: z.number().int().describe("The numeric point estimate of the story. Can also be null, which means unestimated.").optional(),
36
+ file_ids: z.array(z.number().int()).describe("An array of IDs of files attached to the story.").optional(),
37
+ group_id: z.string().describe("The id of the group to associate with this story.").optional(),
38
+ owner_ids: z.array(z.string()).describe("An array of UUIDs of the owners of this story.").optional(),
39
+ sub_tasks: z.array(z.object({ name: z.string().describe("The name of the SubTask.") }).describe("Request schema for `SubTasks`")).describe("An array of sub tasks to create.").optional(),
40
+ created_at: z.string().describe("The time/date the Story was created.").optional(),
41
+ project_id: z.number().int().describe("The ID of the project the story belongs to.").optional(),
42
+ story_type: z.enum([
43
+ "feature",
44
+ "chore",
45
+ "bug"
46
+ ]).describe("The type of story (feature, bug, chore).").optional(),
47
+ updated_at: z.string().describe("The time/date the Story was updated.").optional(),
48
+ description: z.string().describe("The description of the story.").optional(),
49
+ external_id: z.string().describe("This field can be set to another unique ID. In the case that the Story has been imported from another tool, the ID in the other tool can be indicated here.").optional(),
50
+ story_links: z.array(z.object({
51
+ verb: z.enum([
52
+ "blocks",
53
+ "duplicates",
54
+ "relates to"
55
+ ]).describe("How the subject Story acts on the object Story. This can be \"blocks\", \"duplicates\", or \"relates to\"."),
56
+ object_id: z.number().int().describe("The unique ID of the Story defined as object.").optional(),
57
+ subject_id: z.number().int().describe("The unique ID of the Story defined as subject.").optional()
58
+ }).describe("Request schema for `StoryLinks`")).describe("An array of story links attached to the story.").optional(),
59
+ follower_ids: z.array(z.string()).describe("An array of UUIDs of the followers of this story.").optional(),
60
+ iteration_id: z.number().int().describe("The ID of the iteration the story belongs to.").optional(),
61
+ custom_fields: z.array(z.object({
62
+ value: z.string().describe("A literal value for the CustomField. Currently ignored.").optional(),
63
+ field_id: z.string().describe("The unique public ID for the CustomField."),
64
+ value_id: z.string().describe("The unique public ID for the CustomFieldEnumValue.")
65
+ }).describe("Request schema for `CustomFields`")).describe("A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.").optional(),
66
+ external_links: z.array(z.string()).describe("An array of External Links associated with this story.").optional(),
67
+ source_task_id: z.number().int().describe("Given this story was converted from a task in another story, this is the original task ID that was converted to this story.").optional(),
68
+ linked_file_ids: z.array(z.number().int()).describe("An array of IDs of linked files attached to the story.").optional(),
69
+ requested_by_id: z.string().describe("The ID of the member that requested the story.").optional(),
70
+ story_template_id: z.string().describe("The id of the story template used to create this story, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.").optional(),
71
+ workflow_state_id: z.number().int().describe("The ID of the workflow state the story will be in.").optional(),
72
+ started_at_override: z.string().describe("A manual override for the time/date the Story was started.").optional(),
73
+ completed_at_override: z.string().describe("A manual override for the time/date the Story was completed.").optional()
74
+ }).describe("Request schema for `Stories`")).describe("An array of stories to be created.") }).describe("Request schema for `CreateMultipleStories`"),
75
+ output: z.unknown()
76
+ });
77
+ //#endregion
78
+ export { shortcutCreateMultipleStories };
79
+
80
+ //# sourceMappingURL=create-multiple-stories.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-multiple-stories.mjs","names":[],"sources":["../../src/actions/create-multiple-stories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShortcutCreateMultipleStoriesInput: z.ZodTypeAny = z.object({\n stories: z.array(z.object({\n name: z.string().describe(\"The name of the story.\"),\n tasks: z.array(z.object({\n complete: z.boolean().describe(\"True/false boolean indicating whether the Task is completed. Defaults to false.\").optional(),\n owner_ids: z.array(z.string()).describe(\"An array of UUIDs for any members you want to add as Owners on this new Task.\").optional(),\n created_at: z.string().describe(\"Defaults to the time/date the Task is created but can be set to reflect another creation time/date.\").optional(),\n updated_at: z.string().describe(\"Defaults to the time/date the Task is created in Shortcut but can be set to reflect another time/date.\").optional(),\n description: z.string().describe(\"The Task description.\"),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Tasks`\")).describe(\"An array of tasks connected to the story.\").optional(),\n labels: z.array(z.object({\n name: z.string().describe(\"The name of the new Label.\"),\n color: z.string().describe(\"The hex color to be displayed with the Label (for example, \\\"#ff0000\\\").\").optional(),\n description: z.string().describe(\"The description of the new Label.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Labels`\")).describe(\"An array of labels attached to the story.\").optional(),\n epic_id: z.number().int().describe(\"The ID of the epic the story belongs to.\").optional(),\n move_to: z.enum([\"last\", \"first\"]).describe(\"One of \\\"first\\\" or \\\"last\\\". This can be used to move the given story to the first or last position in the workflow state.\").optional(),\n archived: z.boolean().describe(\"Controls the story\\\"s archived state.\").optional(),\n comments: z.array(z.object({\n text: z.string().describe(\"The comment text.\"),\n author_id: z.string().describe(\"The Member ID of the Comment\\\"s author. Defaults to the user identified by the API token.\").optional(),\n parent_id: z.number().int().describe(\"The ID of the Comment that this comment is threaded under.\").optional(),\n created_at: z.string().describe(\"Defaults to the time/date the comment is created, but can be set to reflect another date.\").optional(),\n updated_at: z.string().describe(\"Defaults to the time/date the comment is last updated, but can be set to reflect another date.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n}).describe(\"Request schema for `Comments`\")).describe(\"An array of comments to add to the story.\").optional(),\n deadline: z.string().describe(\"The due date of the story.\").optional(),\n estimate: z.number().int().describe(\"The numeric point estimate of the story. Can also be null, which means unestimated.\").optional(),\n file_ids: z.array(z.number().int()).describe(\"An array of IDs of files attached to the story.\").optional(),\n group_id: z.string().describe(\"The id of the group to associate with this story.\").optional(),\n owner_ids: z.array(z.string()).describe(\"An array of UUIDs of the owners of this story.\").optional(),\n sub_tasks: z.array(z.object({\n name: z.string().describe(\"The name of the SubTask.\"),\n}).describe(\"Request schema for `SubTasks`\")).describe(\"An array of sub tasks to create.\").optional(),\n created_at: z.string().describe(\"The time/date the Story was created.\").optional(),\n project_id: z.number().int().describe(\"The ID of the project the story belongs to.\").optional(),\n story_type: z.enum([\"feature\", \"chore\", \"bug\"]).describe(\"The type of story (feature, bug, chore).\").optional(),\n updated_at: z.string().describe(\"The time/date the Story was updated.\").optional(),\n description: z.string().describe(\"The description of the story.\").optional(),\n external_id: z.string().describe(\"This field can be set to another unique ID. In the case that the Story has been imported from another tool, the ID in the other tool can be indicated here.\").optional(),\n story_links: z.array(z.object({\n verb: z.enum([\"blocks\", \"duplicates\", \"relates to\"]).describe(\"How the subject Story acts on the object Story. This can be \\\"blocks\\\", \\\"duplicates\\\", or \\\"relates to\\\".\"),\n object_id: z.number().int().describe(\"The unique ID of the Story defined as object.\").optional(),\n subject_id: z.number().int().describe(\"The unique ID of the Story defined as subject.\").optional(),\n}).describe(\"Request schema for `StoryLinks`\")).describe(\"An array of story links attached to the story.\").optional(),\n follower_ids: z.array(z.string()).describe(\"An array of UUIDs of the followers of this story.\").optional(),\n iteration_id: z.number().int().describe(\"The ID of the iteration the story belongs to.\").optional(),\n custom_fields: z.array(z.object({\n value: z.string().describe(\"A literal value for the CustomField. Currently ignored.\").optional(),\n field_id: z.string().describe(\"The unique public ID for the CustomField.\"),\n value_id: z.string().describe(\"The unique public ID for the CustomFieldEnumValue.\"),\n}).describe(\"Request schema for `CustomFields`\")).describe(\"A map specifying a CustomField ID and CustomFieldEnumValue ID that represents an assertion of some value for a CustomField.\").optional(),\n external_links: z.array(z.string()).describe(\"An array of External Links associated with this story.\").optional(),\n source_task_id: z.number().int().describe(\"Given this story was converted from a task in another story, this is the original task ID that was converted to this story.\").optional(),\n linked_file_ids: z.array(z.number().int()).describe(\"An array of IDs of linked files attached to the story.\").optional(),\n requested_by_id: z.string().describe(\"The ID of the member that requested the story.\").optional(),\n story_template_id: z.string().describe(\"The id of the story template used to create this story, if applicable. This is just an association; no content from the story template is inherited by the story simply by setting this field.\").optional(),\n workflow_state_id: z.number().int().describe(\"The ID of the workflow state the story will be in.\").optional(),\n started_at_override: z.string().describe(\"A manual override for the time/date the Story was started.\").optional(),\n completed_at_override: z.string().describe(\"A manual override for the time/date the Story was completed.\").optional(),\n}).describe(\"Request schema for `Stories`\")).describe(\"An array of stories to be created.\"),\n}).describe(\"Request schema for `CreateMultipleStories`\");\nexport const ShortcutCreateMultipleStoriesOutput: z.ZodTypeAny = z.unknown();\n\nexport const shortcutCreateMultipleStories = action(\"SHORTCUT_CREATE_MULTIPLE_STORIES\", {\n slug: \"shortcut-create-multiple-stories\",\n name: \"Create multiple stories\",\n description: \"Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://developer.shortcut.com/api/rest/v3#create-story).\",\n input: ShortcutCreateMultipleStoriesInput,\n output: ShortcutCreateMultipleStoriesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,94 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-objective.ts
4
+ const ShortcutCreateObjectiveInput = zod.z.object({
5
+ name: zod.z.string().describe("The name of the Objective."),
6
+ state: zod.z.enum([
7
+ "in progress",
8
+ "to do",
9
+ "done"
10
+ ]).describe("The workflow state that the Objective is in.").optional(),
11
+ categories: zod.z.array(zod.z.object({
12
+ name: zod.z.string().describe("The name of the new Category."),
13
+ color: zod.z.string().describe("The hex color to be displayed with the Category (for example, \"#ff0000\").").optional(),
14
+ external_id: zod.z.string().describe("This field can be set to another unique ID. In the case that the Category has been imported from another tool, the ID in the other tool can be indicated here.").optional()
15
+ }).describe("Request schema for `Categories`")).describe("An array of IDs of Categories attached to the Objective.").optional(),
16
+ description: zod.z.string().describe("The Objective\"s description.").optional(),
17
+ started_at_override: zod.z.string().describe("A manual override for the time/date the Objective was started.").optional(),
18
+ completed_at_override: zod.z.string().describe("A manual override for the time/date the Objective was completed.").optional()
19
+ }).describe("Request schema for `CreateObjective`");
20
+ const ShortcutCreateObjective_StatsSchema = zod.z.object({
21
+ average_lead_time: zod.z.number().int().describe("Average lead time for stories in this Objective.").nullable().optional(),
22
+ average_cycle_time: zod.z.number().int().describe("Average cycle time for stories in this Objective.").nullable().optional(),
23
+ num_related_documents: zod.z.number().int().describe("Number of documents related to this Objective.").nullable().optional()
24
+ }).describe("Statistical metrics related to an Objective.");
25
+ const ShortcutCreateObjective_LabelSchema = zod.z.object({
26
+ id: zod.z.number().int().describe("Unique identifier for the Label."),
27
+ name: zod.z.string().describe("The name of the Label."),
28
+ color: zod.z.string().describe("The color associated with the Label (hex format, e.g., '#6515dd').").nullable().optional(),
29
+ app_url: zod.z.string().describe("URL to view the Label in the Shortcut app."),
30
+ archived: zod.z.boolean().describe("Whether the Label is archived."),
31
+ created_at: zod.z.string().describe("Timestamp when the Label was created."),
32
+ updated_at: zod.z.string().describe("Timestamp when the Label was last updated."),
33
+ description: zod.z.string().describe("Description of the Label.").nullable().optional(),
34
+ entity_type: zod.z.string().describe("The type of entity, set to 'label'."),
35
+ external_id: zod.z.string().describe("External identifier for the Label.").nullable().optional()
36
+ }).describe("Label object associated with an Objective.");
37
+ const ShortcutCreateObjective_CategorySchema = zod.z.object({
38
+ id: zod.z.number().int().describe("Unique identifier for the Category."),
39
+ name: zod.z.string().describe("The name of the Category."),
40
+ color: zod.z.string().describe("The color associated with the Category (hex format).").nullable().optional(),
41
+ archived: zod.z.boolean().describe("Whether the Category is archived."),
42
+ created_at: zod.z.string().describe("Timestamp when the Category was created."),
43
+ updated_at: zod.z.string().describe("Timestamp when the Category was last updated."),
44
+ entity_type: zod.z.string().describe("The type of entity, set to 'category'."),
45
+ external_id: zod.z.string().describe("External identifier for the Category.").nullable().optional()
46
+ }).describe("Category object associated with an Objective.");
47
+ const ShortcutCreateObjective_AssociatedGroupSchema = zod.z.object({
48
+ group_id: zod.z.string().describe("UUID identifier of the associated Group."),
49
+ associated_stories_count: zod.z.number().int().describe("Number of stories associated with this Group for this Objective.")
50
+ }).describe("Object describing a Group associated with an Objective.");
51
+ const ShortcutCreateObjectiveOutput = zod.z.object({
52
+ id: zod.z.number().int().describe("Unique numeric identifier for the Objective."),
53
+ name: zod.z.string().describe("The name of the Objective. Maximum length: 256 characters."),
54
+ state: zod.z.string().describe("The current state of the Objective."),
55
+ stats: ShortcutCreateObjective_StatsSchema.nullable().optional(),
56
+ labels: zod.z.array(ShortcutCreateObjective_LabelSchema).describe("Array of complete Label objects associated with this Objective.").nullable().optional(),
57
+ app_url: zod.z.string().describe("The URL to view the Objective in the Shortcut web application."),
58
+ started: zod.z.boolean().describe("Indicates whether work on the Objective has started."),
59
+ archived: zod.z.boolean().describe("Indicates whether the Objective is archived."),
60
+ deadline: zod.z.string().describe("The deadline for the Objective (ISO 8601 format).").nullable().optional(),
61
+ group_id: zod.z.string().describe("UUID identifier of the primary Group associated with this Objective.").nullable().optional(),
62
+ position: zod.z.number().int().describe("The numeric position value used for ordering Objectives in the UI."),
63
+ completed: zod.z.boolean().describe("Indicates whether the Objective has been completed."),
64
+ group_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for all Groups associated with this Objective.").nullable().optional(),
65
+ label_ids: zod.z.array(zod.z.number().int()).describe("Array of numeric identifiers for Labels associated with this Objective.").nullable().optional(),
66
+ categories: zod.z.array(ShortcutCreateObjective_CategorySchema).describe("Array of Category objects associated with this Objective.").nullable().optional(),
67
+ created_at: zod.z.string().describe("Timestamp when the Objective was created (ISO 8601 format)."),
68
+ started_at: zod.z.string().describe("Timestamp when work on the Objective actually started (ISO 8601 format).").nullable().optional(),
69
+ updated_at: zod.z.string().describe("Timestamp when the Objective was last updated (ISO 8601 format)."),
70
+ description: zod.z.string().describe("A detailed description of the Objective. Maximum length: 100000 characters.").nullable().optional(),
71
+ entity_type: zod.z.string().describe("The type of entity, always 'objective' for Objective objects."),
72
+ external_id: zod.z.string().describe("An external identifier that can be set to another unique ID. Useful when importing from another tool. Maximum length: 128 characters.").nullable().optional(),
73
+ mention_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for all mentions (members and groups) in the Objective.").nullable().optional(),
74
+ completed_at: zod.z.string().describe("Timestamp when the Objective was actually completed (ISO 8601 format).").nullable().optional(),
75
+ follower_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for members following this Objective.").nullable().optional(),
76
+ epic_state_id: zod.z.number().int().describe("Numeric identifier for the Epic state associated with this Objective.").nullable().optional(),
77
+ key_result_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for Key Results associated with this Objective.").nullable().optional(),
78
+ associated_groups: zod.z.array(ShortcutCreateObjective_AssociatedGroupSchema).describe("Array of objects describing Groups associated with this Objective.").nullable().optional(),
79
+ group_mention_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for Groups mentioned in the Objective.").nullable().optional(),
80
+ member_mention_ids: zod.z.array(zod.z.string()).describe("Array of UUID identifiers for members mentioned in the Objective.").nullable().optional(),
81
+ started_at_override: zod.z.string().describe("Manual override timestamp for when the Objective started (ISO 8601 format).").nullable().optional(),
82
+ completed_at_override: zod.z.string().describe("Manual override timestamp for when the Objective was completed (ISO 8601 format).").nullable().optional()
83
+ }).describe("Response schema for `CreateObjective`");
84
+ const shortcutCreateObjective = require_action.action("SHORTCUT_CREATE_OBJECTIVE", {
85
+ slug: "shortcut-create-objective",
86
+ name: "Create objective",
87
+ description: "Create Objective allows you to create a new Objective in Shortcut.",
88
+ input: ShortcutCreateObjectiveInput,
89
+ output: ShortcutCreateObjectiveOutput
90
+ });
91
+ //#endregion
92
+ exports.shortcutCreateObjective = shortcutCreateObjective;
93
+
94
+ //# sourceMappingURL=create-objective.cjs.map