@keystrokehq/productboard 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 (826) 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/add-note-followers.cjs +24 -0
  7. package/dist/actions/add-note-followers.cjs.map +1 -0
  8. package/dist/actions/add-note-followers.d.cts +9 -0
  9. package/dist/actions/add-note-followers.d.cts.map +1 -0
  10. package/dist/actions/add-note-followers.d.mts +9 -0
  11. package/dist/actions/add-note-followers.d.mts.map +1 -0
  12. package/dist/actions/add-note-followers.mjs +23 -0
  13. package/dist/actions/add-note-followers.mjs.map +1 -0
  14. package/dist/actions/add-note-tag.cjs +24 -0
  15. package/dist/actions/add-note-tag.cjs.map +1 -0
  16. package/dist/actions/add-note-tag.d.cts +9 -0
  17. package/dist/actions/add-note-tag.d.cts.map +1 -0
  18. package/dist/actions/add-note-tag.d.mts +9 -0
  19. package/dist/actions/add-note-tag.d.mts.map +1 -0
  20. package/dist/actions/add-note-tag.mjs +23 -0
  21. package/dist/actions/add-note-tag.mjs.map +1 -0
  22. package/dist/actions/create-company-field.cjs +16 -0
  23. package/dist/actions/create-company-field.cjs.map +1 -0
  24. package/dist/actions/create-company-field.d.cts +9 -0
  25. package/dist/actions/create-company-field.d.cts.map +1 -0
  26. package/dist/actions/create-company-field.d.mts +9 -0
  27. package/dist/actions/create-company-field.d.mts.map +1 -0
  28. package/dist/actions/create-company-field.mjs +13 -0
  29. package/dist/actions/create-company-field.mjs.map +1 -0
  30. package/dist/actions/create-company.cjs +34 -0
  31. package/dist/actions/create-company.cjs.map +1 -0
  32. package/dist/actions/create-company.d.cts +9 -0
  33. package/dist/actions/create-company.d.cts.map +1 -0
  34. package/dist/actions/create-company.d.mts +9 -0
  35. package/dist/actions/create-company.d.mts.map +1 -0
  36. package/dist/actions/create-company.mjs +33 -0
  37. package/dist/actions/create-company.mjs.map +1 -0
  38. package/dist/actions/create-component.cjs +37 -0
  39. package/dist/actions/create-component.cjs.map +1 -0
  40. package/dist/actions/create-component.d.cts +9 -0
  41. package/dist/actions/create-component.d.cts.map +1 -0
  42. package/dist/actions/create-component.d.mts +9 -0
  43. package/dist/actions/create-component.d.mts.map +1 -0
  44. package/dist/actions/create-component.mjs +36 -0
  45. package/dist/actions/create-component.mjs.map +1 -0
  46. package/dist/actions/create-entities-relationships-v2.cjs +41 -0
  47. package/dist/actions/create-entities-relationships-v2.cjs.map +1 -0
  48. package/dist/actions/create-entities-relationships-v2.d.cts +9 -0
  49. package/dist/actions/create-entities-relationships-v2.d.cts.map +1 -0
  50. package/dist/actions/create-entities-relationships-v2.d.mts +9 -0
  51. package/dist/actions/create-entities-relationships-v2.d.mts.map +1 -0
  52. package/dist/actions/create-entities-relationships-v2.mjs +40 -0
  53. package/dist/actions/create-entities-relationships-v2.mjs.map +1 -0
  54. package/dist/actions/create-entities-v2.cjs +69 -0
  55. package/dist/actions/create-entities-v2.cjs.map +1 -0
  56. package/dist/actions/create-entities-v2.d.cts +9 -0
  57. package/dist/actions/create-entities-v2.d.cts.map +1 -0
  58. package/dist/actions/create-entities-v2.d.mts +9 -0
  59. package/dist/actions/create-entities-v2.d.mts.map +1 -0
  60. package/dist/actions/create-entities-v2.mjs +68 -0
  61. package/dist/actions/create-entities-v2.mjs.map +1 -0
  62. package/dist/actions/create-feature-objective-link.cjs +19 -0
  63. package/dist/actions/create-feature-objective-link.cjs.map +1 -0
  64. package/dist/actions/create-feature-objective-link.d.cts +9 -0
  65. package/dist/actions/create-feature-objective-link.d.cts.map +1 -0
  66. package/dist/actions/create-feature-objective-link.d.mts +9 -0
  67. package/dist/actions/create-feature-objective-link.d.mts.map +1 -0
  68. package/dist/actions/create-feature-objective-link.mjs +16 -0
  69. package/dist/actions/create-feature-objective-link.mjs.map +1 -0
  70. package/dist/actions/create-feature.cjs +79 -0
  71. package/dist/actions/create-feature.cjs.map +1 -0
  72. package/dist/actions/create-feature.d.cts +9 -0
  73. package/dist/actions/create-feature.d.cts.map +1 -0
  74. package/dist/actions/create-feature.d.mts +9 -0
  75. package/dist/actions/create-feature.d.mts.map +1 -0
  76. package/dist/actions/create-feature.mjs +78 -0
  77. package/dist/actions/create-feature.mjs.map +1 -0
  78. package/dist/actions/create-note-link.cjs +19 -0
  79. package/dist/actions/create-note-link.cjs.map +1 -0
  80. package/dist/actions/create-note-link.d.cts +9 -0
  81. package/dist/actions/create-note-link.d.cts.map +1 -0
  82. package/dist/actions/create-note-link.d.mts +9 -0
  83. package/dist/actions/create-note-link.d.mts.map +1 -0
  84. package/dist/actions/create-note-link.mjs +16 -0
  85. package/dist/actions/create-note-link.mjs.map +1 -0
  86. package/dist/actions/create-notes-v2.cjs +44 -0
  87. package/dist/actions/create-notes-v2.cjs.map +1 -0
  88. package/dist/actions/create-notes-v2.d.cts +9 -0
  89. package/dist/actions/create-notes-v2.d.cts.map +1 -0
  90. package/dist/actions/create-notes-v2.d.mts +9 -0
  91. package/dist/actions/create-notes-v2.d.mts.map +1 -0
  92. package/dist/actions/create-notes-v2.mjs +43 -0
  93. package/dist/actions/create-notes-v2.mjs.map +1 -0
  94. package/dist/actions/create-objectives-links-features.cjs +19 -0
  95. package/dist/actions/create-objectives-links-features.cjs.map +1 -0
  96. package/dist/actions/create-objectives-links-features.d.cts +9 -0
  97. package/dist/actions/create-objectives-links-features.d.cts.map +1 -0
  98. package/dist/actions/create-objectives-links-features.d.mts +9 -0
  99. package/dist/actions/create-objectives-links-features.d.mts.map +1 -0
  100. package/dist/actions/create-objectives-links-features.mjs +16 -0
  101. package/dist/actions/create-objectives-links-features.mjs.map +1 -0
  102. package/dist/actions/create-objectives.cjs +35 -0
  103. package/dist/actions/create-objectives.cjs.map +1 -0
  104. package/dist/actions/create-objectives.d.cts +9 -0
  105. package/dist/actions/create-objectives.d.cts.map +1 -0
  106. package/dist/actions/create-objectives.d.mts +9 -0
  107. package/dist/actions/create-objectives.d.mts.map +1 -0
  108. package/dist/actions/create-objectives.mjs +34 -0
  109. package/dist/actions/create-objectives.mjs.map +1 -0
  110. package/dist/actions/create-release.cjs +50 -0
  111. package/dist/actions/create-release.cjs.map +1 -0
  112. package/dist/actions/create-release.d.cts +9 -0
  113. package/dist/actions/create-release.d.cts.map +1 -0
  114. package/dist/actions/create-release.d.mts +9 -0
  115. package/dist/actions/create-release.d.mts.map +1 -0
  116. package/dist/actions/create-release.mjs +49 -0
  117. package/dist/actions/create-release.mjs.map +1 -0
  118. package/dist/actions/create-users.cjs +25 -0
  119. package/dist/actions/create-users.cjs.map +1 -0
  120. package/dist/actions/create-users.d.cts +9 -0
  121. package/dist/actions/create-users.d.cts.map +1 -0
  122. package/dist/actions/create-users.d.mts +9 -0
  123. package/dist/actions/create-users.d.mts.map +1 -0
  124. package/dist/actions/create-users.mjs +24 -0
  125. package/dist/actions/create-users.mjs.map +1 -0
  126. package/dist/actions/create-webhook.cjs +35 -0
  127. package/dist/actions/create-webhook.cjs.map +1 -0
  128. package/dist/actions/create-webhook.d.cts +9 -0
  129. package/dist/actions/create-webhook.d.cts.map +1 -0
  130. package/dist/actions/create-webhook.d.mts +9 -0
  131. package/dist/actions/create-webhook.d.mts.map +1 -0
  132. package/dist/actions/create-webhook.mjs +34 -0
  133. package/dist/actions/create-webhook.mjs.map +1 -0
  134. package/dist/actions/delete-company-field.cjs +16 -0
  135. package/dist/actions/delete-company-field.cjs.map +1 -0
  136. package/dist/actions/delete-company-field.d.cts +9 -0
  137. package/dist/actions/delete-company-field.d.cts.map +1 -0
  138. package/dist/actions/delete-company-field.d.mts +9 -0
  139. package/dist/actions/delete-company-field.d.mts.map +1 -0
  140. package/dist/actions/delete-company-field.mjs +13 -0
  141. package/dist/actions/delete-company-field.mjs.map +1 -0
  142. package/dist/actions/delete-company.cjs +16 -0
  143. package/dist/actions/delete-company.cjs.map +1 -0
  144. package/dist/actions/delete-company.d.cts +9 -0
  145. package/dist/actions/delete-company.d.cts.map +1 -0
  146. package/dist/actions/delete-company.d.mts +9 -0
  147. package/dist/actions/delete-company.d.mts.map +1 -0
  148. package/dist/actions/delete-company.mjs +13 -0
  149. package/dist/actions/delete-company.mjs.map +1 -0
  150. package/dist/actions/delete-custom-field-value.cjs +19 -0
  151. package/dist/actions/delete-custom-field-value.cjs.map +1 -0
  152. package/dist/actions/delete-custom-field-value.d.cts +9 -0
  153. package/dist/actions/delete-custom-field-value.d.cts.map +1 -0
  154. package/dist/actions/delete-custom-field-value.d.mts +9 -0
  155. package/dist/actions/delete-custom-field-value.d.mts.map +1 -0
  156. package/dist/actions/delete-custom-field-value.mjs +16 -0
  157. package/dist/actions/delete-custom-field-value.mjs.map +1 -0
  158. package/dist/actions/delete-entities-relationships-v2.cjs +20 -0
  159. package/dist/actions/delete-entities-relationships-v2.cjs.map +1 -0
  160. package/dist/actions/delete-entities-relationships-v2.d.cts +9 -0
  161. package/dist/actions/delete-entities-relationships-v2.d.cts.map +1 -0
  162. package/dist/actions/delete-entities-relationships-v2.d.mts +9 -0
  163. package/dist/actions/delete-entities-relationships-v2.d.mts.map +1 -0
  164. package/dist/actions/delete-entities-relationships-v2.mjs +17 -0
  165. package/dist/actions/delete-entities-relationships-v2.mjs.map +1 -0
  166. package/dist/actions/delete-entities-v2.cjs +16 -0
  167. package/dist/actions/delete-entities-v2.cjs.map +1 -0
  168. package/dist/actions/delete-entities-v2.d.cts +9 -0
  169. package/dist/actions/delete-entities-v2.d.cts.map +1 -0
  170. package/dist/actions/delete-entities-v2.d.mts +9 -0
  171. package/dist/actions/delete-entities-v2.d.mts.map +1 -0
  172. package/dist/actions/delete-entities-v2.mjs +13 -0
  173. package/dist/actions/delete-entities-v2.mjs.map +1 -0
  174. package/dist/actions/delete-feature-objective-link.cjs +19 -0
  175. package/dist/actions/delete-feature-objective-link.cjs.map +1 -0
  176. package/dist/actions/delete-feature-objective-link.d.cts +9 -0
  177. package/dist/actions/delete-feature-objective-link.d.cts.map +1 -0
  178. package/dist/actions/delete-feature-objective-link.d.mts +9 -0
  179. package/dist/actions/delete-feature-objective-link.d.mts.map +1 -0
  180. package/dist/actions/delete-feature-objective-link.mjs +16 -0
  181. package/dist/actions/delete-feature-objective-link.mjs.map +1 -0
  182. package/dist/actions/delete-feature.cjs +16 -0
  183. package/dist/actions/delete-feature.cjs.map +1 -0
  184. package/dist/actions/delete-feature.d.cts +9 -0
  185. package/dist/actions/delete-feature.d.cts.map +1 -0
  186. package/dist/actions/delete-feature.d.mts +9 -0
  187. package/dist/actions/delete-feature.d.mts.map +1 -0
  188. package/dist/actions/delete-feature.mjs +13 -0
  189. package/dist/actions/delete-feature.mjs.map +1 -0
  190. package/dist/actions/delete-initiatives.cjs +16 -0
  191. package/dist/actions/delete-initiatives.cjs.map +1 -0
  192. package/dist/actions/delete-initiatives.d.cts +9 -0
  193. package/dist/actions/delete-initiatives.d.cts.map +1 -0
  194. package/dist/actions/delete-initiatives.d.mts +9 -0
  195. package/dist/actions/delete-initiatives.d.mts.map +1 -0
  196. package/dist/actions/delete-initiatives.mjs +13 -0
  197. package/dist/actions/delete-initiatives.mjs.map +1 -0
  198. package/dist/actions/delete-key-results.cjs +16 -0
  199. package/dist/actions/delete-key-results.cjs.map +1 -0
  200. package/dist/actions/delete-key-results.d.cts +9 -0
  201. package/dist/actions/delete-key-results.d.cts.map +1 -0
  202. package/dist/actions/delete-key-results.d.mts +9 -0
  203. package/dist/actions/delete-key-results.d.mts.map +1 -0
  204. package/dist/actions/delete-key-results.mjs +13 -0
  205. package/dist/actions/delete-key-results.mjs.map +1 -0
  206. package/dist/actions/delete-note-tag.cjs +19 -0
  207. package/dist/actions/delete-note-tag.cjs.map +1 -0
  208. package/dist/actions/delete-note-tag.d.cts +9 -0
  209. package/dist/actions/delete-note-tag.d.cts.map +1 -0
  210. package/dist/actions/delete-note-tag.d.mts +9 -0
  211. package/dist/actions/delete-note-tag.d.mts.map +1 -0
  212. package/dist/actions/delete-note-tag.mjs +16 -0
  213. package/dist/actions/delete-note-tag.mjs.map +1 -0
  214. package/dist/actions/delete-notes-relationships-v2.cjs +20 -0
  215. package/dist/actions/delete-notes-relationships-v2.cjs.map +1 -0
  216. package/dist/actions/delete-notes-relationships-v2.d.cts +9 -0
  217. package/dist/actions/delete-notes-relationships-v2.d.cts.map +1 -0
  218. package/dist/actions/delete-notes-relationships-v2.d.mts +9 -0
  219. package/dist/actions/delete-notes-relationships-v2.d.mts.map +1 -0
  220. package/dist/actions/delete-notes-relationships-v2.mjs +17 -0
  221. package/dist/actions/delete-notes-relationships-v2.mjs.map +1 -0
  222. package/dist/actions/delete-notes-v2.cjs +16 -0
  223. package/dist/actions/delete-notes-v2.cjs.map +1 -0
  224. package/dist/actions/delete-notes-v2.d.cts +9 -0
  225. package/dist/actions/delete-notes-v2.d.cts.map +1 -0
  226. package/dist/actions/delete-notes-v2.d.mts +9 -0
  227. package/dist/actions/delete-notes-v2.d.mts.map +1 -0
  228. package/dist/actions/delete-notes-v2.mjs +13 -0
  229. package/dist/actions/delete-notes-v2.mjs.map +1 -0
  230. package/dist/actions/delete-objectives-links-features.cjs +19 -0
  231. package/dist/actions/delete-objectives-links-features.cjs.map +1 -0
  232. package/dist/actions/delete-objectives-links-features.d.cts +9 -0
  233. package/dist/actions/delete-objectives-links-features.d.cts.map +1 -0
  234. package/dist/actions/delete-objectives-links-features.d.mts +9 -0
  235. package/dist/actions/delete-objectives-links-features.d.mts.map +1 -0
  236. package/dist/actions/delete-objectives-links-features.mjs +16 -0
  237. package/dist/actions/delete-objectives-links-features.mjs.map +1 -0
  238. package/dist/actions/delete-objectives.cjs +16 -0
  239. package/dist/actions/delete-objectives.cjs.map +1 -0
  240. package/dist/actions/delete-objectives.d.cts +9 -0
  241. package/dist/actions/delete-objectives.d.cts.map +1 -0
  242. package/dist/actions/delete-objectives.d.mts +9 -0
  243. package/dist/actions/delete-objectives.d.mts.map +1 -0
  244. package/dist/actions/delete-objectives.mjs +13 -0
  245. package/dist/actions/delete-objectives.mjs.map +1 -0
  246. package/dist/actions/delete-release.cjs +16 -0
  247. package/dist/actions/delete-release.cjs.map +1 -0
  248. package/dist/actions/delete-release.d.cts +9 -0
  249. package/dist/actions/delete-release.d.cts.map +1 -0
  250. package/dist/actions/delete-release.d.mts +9 -0
  251. package/dist/actions/delete-release.d.mts.map +1 -0
  252. package/dist/actions/delete-release.mjs +13 -0
  253. package/dist/actions/delete-release.mjs.map +1 -0
  254. package/dist/actions/delete-user.cjs +16 -0
  255. package/dist/actions/delete-user.cjs.map +1 -0
  256. package/dist/actions/delete-user.d.cts +9 -0
  257. package/dist/actions/delete-user.d.cts.map +1 -0
  258. package/dist/actions/delete-user.d.mts +9 -0
  259. package/dist/actions/delete-user.d.mts.map +1 -0
  260. package/dist/actions/delete-user.mjs +13 -0
  261. package/dist/actions/delete-user.mjs.map +1 -0
  262. package/dist/actions/delete-webhook.cjs +16 -0
  263. package/dist/actions/delete-webhook.cjs.map +1 -0
  264. package/dist/actions/delete-webhook.d.cts +9 -0
  265. package/dist/actions/delete-webhook.d.cts.map +1 -0
  266. package/dist/actions/delete-webhook.d.mts +9 -0
  267. package/dist/actions/delete-webhook.d.mts.map +1 -0
  268. package/dist/actions/delete-webhook.mjs +13 -0
  269. package/dist/actions/delete-webhook.mjs.map +1 -0
  270. package/dist/actions/get-component.cjs +31 -0
  271. package/dist/actions/get-component.cjs.map +1 -0
  272. package/dist/actions/get-component.d.cts +9 -0
  273. package/dist/actions/get-component.d.cts.map +1 -0
  274. package/dist/actions/get-component.d.mts +9 -0
  275. package/dist/actions/get-component.d.mts.map +1 -0
  276. package/dist/actions/get-component.mjs +30 -0
  277. package/dist/actions/get-component.mjs.map +1 -0
  278. package/dist/actions/get-custom-field-value.cjs +39 -0
  279. package/dist/actions/get-custom-field-value.cjs.map +1 -0
  280. package/dist/actions/get-custom-field-value.d.cts +9 -0
  281. package/dist/actions/get-custom-field-value.d.cts.map +1 -0
  282. package/dist/actions/get-custom-field-value.d.mts +9 -0
  283. package/dist/actions/get-custom-field-value.d.mts.map +1 -0
  284. package/dist/actions/get-custom-field-value.mjs +38 -0
  285. package/dist/actions/get-custom-field-value.mjs.map +1 -0
  286. package/dist/actions/get-entities-configurations-v2.cjs +44 -0
  287. package/dist/actions/get-entities-configurations-v2.cjs.map +1 -0
  288. package/dist/actions/get-entities-configurations-v2.d.cts +9 -0
  289. package/dist/actions/get-entities-configurations-v2.d.cts.map +1 -0
  290. package/dist/actions/get-entities-configurations-v2.d.mts +9 -0
  291. package/dist/actions/get-entities-configurations-v2.d.mts.map +1 -0
  292. package/dist/actions/get-entities-configurations-v2.mjs +43 -0
  293. package/dist/actions/get-entities-configurations-v2.mjs.map +1 -0
  294. package/dist/actions/get-entities-v2.cjs +43 -0
  295. package/dist/actions/get-entities-v2.cjs.map +1 -0
  296. package/dist/actions/get-entities-v2.d.cts +9 -0
  297. package/dist/actions/get-entities-v2.d.cts.map +1 -0
  298. package/dist/actions/get-entities-v2.d.mts +9 -0
  299. package/dist/actions/get-entities-v2.d.mts.map +1 -0
  300. package/dist/actions/get-entities-v2.mjs +42 -0
  301. package/dist/actions/get-entities-v2.mjs.map +1 -0
  302. package/dist/actions/get-feature-release-assignment.cjs +36 -0
  303. package/dist/actions/get-feature-release-assignment.cjs.map +1 -0
  304. package/dist/actions/get-feature-release-assignment.d.cts +9 -0
  305. package/dist/actions/get-feature-release-assignment.d.cts.map +1 -0
  306. package/dist/actions/get-feature-release-assignment.d.mts +9 -0
  307. package/dist/actions/get-feature-release-assignment.d.mts.map +1 -0
  308. package/dist/actions/get-feature-release-assignment.mjs +35 -0
  309. package/dist/actions/get-feature-release-assignment.mjs.map +1 -0
  310. package/dist/actions/get-hierarchy-entities-custom-fields.cjs +28 -0
  311. package/dist/actions/get-hierarchy-entities-custom-fields.cjs.map +1 -0
  312. package/dist/actions/get-hierarchy-entities-custom-fields.d.cts +9 -0
  313. package/dist/actions/get-hierarchy-entities-custom-fields.d.cts.map +1 -0
  314. package/dist/actions/get-hierarchy-entities-custom-fields.d.mts +9 -0
  315. package/dist/actions/get-hierarchy-entities-custom-fields.d.mts.map +1 -0
  316. package/dist/actions/get-hierarchy-entities-custom-fields.mjs +27 -0
  317. package/dist/actions/get-hierarchy-entities-custom-fields.mjs.map +1 -0
  318. package/dist/actions/get-notes-configurations-v2.cjs +25 -0
  319. package/dist/actions/get-notes-configurations-v2.cjs.map +1 -0
  320. package/dist/actions/get-notes-configurations-v2.d.cts +9 -0
  321. package/dist/actions/get-notes-configurations-v2.d.cts.map +1 -0
  322. package/dist/actions/get-notes-configurations-v2.d.mts +9 -0
  323. package/dist/actions/get-notes-configurations-v2.d.mts.map +1 -0
  324. package/dist/actions/get-notes-configurations-v2.mjs +24 -0
  325. package/dist/actions/get-notes-configurations-v2.mjs.map +1 -0
  326. package/dist/actions/get-notes-v2.cjs +31 -0
  327. package/dist/actions/get-notes-v2.cjs.map +1 -0
  328. package/dist/actions/get-notes-v2.d.cts +9 -0
  329. package/dist/actions/get-notes-v2.d.cts.map +1 -0
  330. package/dist/actions/get-notes-v2.d.mts +9 -0
  331. package/dist/actions/get-notes-v2.d.mts.map +1 -0
  332. package/dist/actions/get-notes-v2.mjs +30 -0
  333. package/dist/actions/get-notes-v2.mjs.map +1 -0
  334. package/dist/actions/get-objective.cjs +49 -0
  335. package/dist/actions/get-objective.cjs.map +1 -0
  336. package/dist/actions/get-objective.d.cts +9 -0
  337. package/dist/actions/get-objective.d.cts.map +1 -0
  338. package/dist/actions/get-objective.d.mts +9 -0
  339. package/dist/actions/get-objective.d.mts.map +1 -0
  340. package/dist/actions/get-objective.mjs +48 -0
  341. package/dist/actions/get-objective.mjs.map +1 -0
  342. package/dist/actions/get-release-group.cjs +24 -0
  343. package/dist/actions/get-release-group.cjs.map +1 -0
  344. package/dist/actions/get-release-group.d.cts +9 -0
  345. package/dist/actions/get-release-group.d.cts.map +1 -0
  346. package/dist/actions/get-release-group.d.mts +9 -0
  347. package/dist/actions/get-release-group.d.mts.map +1 -0
  348. package/dist/actions/get-release-group.mjs +23 -0
  349. package/dist/actions/get-release-group.mjs.map +1 -0
  350. package/dist/actions/get-release.cjs +37 -0
  351. package/dist/actions/get-release.cjs.map +1 -0
  352. package/dist/actions/get-release.d.cts +9 -0
  353. package/dist/actions/get-release.d.cts.map +1 -0
  354. package/dist/actions/get-release.d.mts +9 -0
  355. package/dist/actions/get-release.d.mts.map +1 -0
  356. package/dist/actions/get-release.mjs +36 -0
  357. package/dist/actions/get-release.mjs.map +1 -0
  358. package/dist/actions/get-webhooks.cjs +23 -0
  359. package/dist/actions/get-webhooks.cjs.map +1 -0
  360. package/dist/actions/get-webhooks.d.cts +9 -0
  361. package/dist/actions/get-webhooks.d.cts.map +1 -0
  362. package/dist/actions/get-webhooks.d.mts +9 -0
  363. package/dist/actions/get-webhooks.d.mts.map +1 -0
  364. package/dist/actions/get-webhooks.mjs +22 -0
  365. package/dist/actions/get-webhooks.mjs.map +1 -0
  366. package/dist/actions/index.cjs +199 -0
  367. package/dist/actions/index.d.cts +100 -0
  368. package/dist/actions/index.d.mts +100 -0
  369. package/dist/actions/index.mjs +100 -0
  370. package/dist/actions/list-analytics-member-activities-v2.cjs +51 -0
  371. package/dist/actions/list-analytics-member-activities-v2.cjs.map +1 -0
  372. package/dist/actions/list-analytics-member-activities-v2.d.cts +9 -0
  373. package/dist/actions/list-analytics-member-activities-v2.d.cts.map +1 -0
  374. package/dist/actions/list-analytics-member-activities-v2.d.mts +9 -0
  375. package/dist/actions/list-analytics-member-activities-v2.d.mts.map +1 -0
  376. package/dist/actions/list-analytics-member-activities-v2.mjs +50 -0
  377. package/dist/actions/list-analytics-member-activities-v2.mjs.map +1 -0
  378. package/dist/actions/list-companies.cjs +34 -0
  379. package/dist/actions/list-companies.cjs.map +1 -0
  380. package/dist/actions/list-companies.d.cts +9 -0
  381. package/dist/actions/list-companies.d.cts.map +1 -0
  382. package/dist/actions/list-companies.d.mts +9 -0
  383. package/dist/actions/list-companies.d.mts.map +1 -0
  384. package/dist/actions/list-companies.mjs +33 -0
  385. package/dist/actions/list-companies.mjs.map +1 -0
  386. package/dist/actions/list-company-fields.cjs +27 -0
  387. package/dist/actions/list-company-fields.cjs.map +1 -0
  388. package/dist/actions/list-company-fields.d.cts +9 -0
  389. package/dist/actions/list-company-fields.d.cts.map +1 -0
  390. package/dist/actions/list-company-fields.d.mts +9 -0
  391. package/dist/actions/list-company-fields.d.mts.map +1 -0
  392. package/dist/actions/list-company-fields.mjs +26 -0
  393. package/dist/actions/list-company-fields.mjs.map +1 -0
  394. package/dist/actions/list-custom-field-values.cjs +40 -0
  395. package/dist/actions/list-custom-field-values.cjs.map +1 -0
  396. package/dist/actions/list-custom-field-values.d.cts +9 -0
  397. package/dist/actions/list-custom-field-values.d.cts.map +1 -0
  398. package/dist/actions/list-custom-field-values.d.mts +9 -0
  399. package/dist/actions/list-custom-field-values.d.mts.map +1 -0
  400. package/dist/actions/list-custom-field-values.mjs +39 -0
  401. package/dist/actions/list-custom-field-values.mjs.map +1 -0
  402. package/dist/actions/list-custom-fields.cjs +37 -0
  403. package/dist/actions/list-custom-fields.cjs.map +1 -0
  404. package/dist/actions/list-custom-fields.d.cts +9 -0
  405. package/dist/actions/list-custom-fields.d.cts.map +1 -0
  406. package/dist/actions/list-custom-fields.d.mts +9 -0
  407. package/dist/actions/list-custom-fields.d.mts.map +1 -0
  408. package/dist/actions/list-custom-fields.mjs +36 -0
  409. package/dist/actions/list-custom-fields.mjs.map +1 -0
  410. package/dist/actions/list-entities-configurations-v2.cjs +29 -0
  411. package/dist/actions/list-entities-configurations-v2.cjs.map +1 -0
  412. package/dist/actions/list-entities-configurations-v2.d.cts +9 -0
  413. package/dist/actions/list-entities-configurations-v2.d.cts.map +1 -0
  414. package/dist/actions/list-entities-configurations-v2.d.mts +9 -0
  415. package/dist/actions/list-entities-configurations-v2.d.mts.map +1 -0
  416. package/dist/actions/list-entities-configurations-v2.mjs +28 -0
  417. package/dist/actions/list-entities-configurations-v2.mjs.map +1 -0
  418. package/dist/actions/list-entities-relationships-v2.cjs +59 -0
  419. package/dist/actions/list-entities-relationships-v2.cjs.map +1 -0
  420. package/dist/actions/list-entities-relationships-v2.d.cts +9 -0
  421. package/dist/actions/list-entities-relationships-v2.d.cts.map +1 -0
  422. package/dist/actions/list-entities-relationships-v2.d.mts +9 -0
  423. package/dist/actions/list-entities-relationships-v2.d.mts.map +1 -0
  424. package/dist/actions/list-entities-relationships-v2.mjs +58 -0
  425. package/dist/actions/list-entities-relationships-v2.mjs.map +1 -0
  426. package/dist/actions/list-entities-v2.cjs +64 -0
  427. package/dist/actions/list-entities-v2.cjs.map +1 -0
  428. package/dist/actions/list-entities-v2.d.cts +9 -0
  429. package/dist/actions/list-entities-v2.d.cts.map +1 -0
  430. package/dist/actions/list-entities-v2.d.mts +9 -0
  431. package/dist/actions/list-entities-v2.d.mts.map +1 -0
  432. package/dist/actions/list-entities-v2.mjs +63 -0
  433. package/dist/actions/list-entities-v2.mjs.map +1 -0
  434. package/dist/actions/list-feature-initiatives.cjs +32 -0
  435. package/dist/actions/list-feature-initiatives.cjs.map +1 -0
  436. package/dist/actions/list-feature-initiatives.d.cts +9 -0
  437. package/dist/actions/list-feature-initiatives.d.cts.map +1 -0
  438. package/dist/actions/list-feature-initiatives.d.mts +9 -0
  439. package/dist/actions/list-feature-initiatives.d.mts.map +1 -0
  440. package/dist/actions/list-feature-initiatives.mjs +31 -0
  441. package/dist/actions/list-feature-initiatives.mjs.map +1 -0
  442. package/dist/actions/list-feature-objectives.cjs +27 -0
  443. package/dist/actions/list-feature-objectives.cjs.map +1 -0
  444. package/dist/actions/list-feature-objectives.d.cts +9 -0
  445. package/dist/actions/list-feature-objectives.d.cts.map +1 -0
  446. package/dist/actions/list-feature-objectives.d.mts +9 -0
  447. package/dist/actions/list-feature-objectives.d.mts.map +1 -0
  448. package/dist/actions/list-feature-objectives.mjs +26 -0
  449. package/dist/actions/list-feature-objectives.mjs.map +1 -0
  450. package/dist/actions/list-feature-release-assignments.cjs +45 -0
  451. package/dist/actions/list-feature-release-assignments.cjs.map +1 -0
  452. package/dist/actions/list-feature-release-assignments.d.cts +9 -0
  453. package/dist/actions/list-feature-release-assignments.d.cts.map +1 -0
  454. package/dist/actions/list-feature-release-assignments.d.mts +9 -0
  455. package/dist/actions/list-feature-release-assignments.d.mts.map +1 -0
  456. package/dist/actions/list-feature-release-assignments.mjs +44 -0
  457. package/dist/actions/list-feature-release-assignments.mjs.map +1 -0
  458. package/dist/actions/list-feature-statuses.cjs +28 -0
  459. package/dist/actions/list-feature-statuses.cjs.map +1 -0
  460. package/dist/actions/list-feature-statuses.d.cts +9 -0
  461. package/dist/actions/list-feature-statuses.d.cts.map +1 -0
  462. package/dist/actions/list-feature-statuses.d.mts +9 -0
  463. package/dist/actions/list-feature-statuses.d.mts.map +1 -0
  464. package/dist/actions/list-feature-statuses.mjs +27 -0
  465. package/dist/actions/list-feature-statuses.mjs.map +1 -0
  466. package/dist/actions/list-feedback-form-configurations.cjs +29 -0
  467. package/dist/actions/list-feedback-form-configurations.cjs.map +1 -0
  468. package/dist/actions/list-feedback-form-configurations.d.cts +9 -0
  469. package/dist/actions/list-feedback-form-configurations.d.cts.map +1 -0
  470. package/dist/actions/list-feedback-form-configurations.d.mts +9 -0
  471. package/dist/actions/list-feedback-form-configurations.d.mts.map +1 -0
  472. package/dist/actions/list-feedback-form-configurations.mjs +28 -0
  473. package/dist/actions/list-feedback-form-configurations.mjs.map +1 -0
  474. package/dist/actions/list-initiatives.cjs +38 -0
  475. package/dist/actions/list-initiatives.cjs.map +1 -0
  476. package/dist/actions/list-initiatives.d.cts +9 -0
  477. package/dist/actions/list-initiatives.d.cts.map +1 -0
  478. package/dist/actions/list-initiatives.d.mts +9 -0
  479. package/dist/actions/list-initiatives.d.mts.map +1 -0
  480. package/dist/actions/list-initiatives.mjs +37 -0
  481. package/dist/actions/list-initiatives.mjs.map +1 -0
  482. package/dist/actions/list-jira-integrations.cjs +31 -0
  483. package/dist/actions/list-jira-integrations.cjs.map +1 -0
  484. package/dist/actions/list-jira-integrations.d.cts +9 -0
  485. package/dist/actions/list-jira-integrations.d.cts.map +1 -0
  486. package/dist/actions/list-jira-integrations.d.mts +9 -0
  487. package/dist/actions/list-jira-integrations.d.mts.map +1 -0
  488. package/dist/actions/list-jira-integrations.mjs +30 -0
  489. package/dist/actions/list-jira-integrations.mjs.map +1 -0
  490. package/dist/actions/list-key-results.cjs +68 -0
  491. package/dist/actions/list-key-results.cjs.map +1 -0
  492. package/dist/actions/list-key-results.d.cts +9 -0
  493. package/dist/actions/list-key-results.d.cts.map +1 -0
  494. package/dist/actions/list-key-results.d.mts +9 -0
  495. package/dist/actions/list-key-results.d.mts.map +1 -0
  496. package/dist/actions/list-key-results.mjs +67 -0
  497. package/dist/actions/list-key-results.mjs.map +1 -0
  498. package/dist/actions/list-note-tags.cjs +17 -0
  499. package/dist/actions/list-note-tags.cjs.map +1 -0
  500. package/dist/actions/list-note-tags.d.cts +9 -0
  501. package/dist/actions/list-note-tags.d.cts.map +1 -0
  502. package/dist/actions/list-note-tags.d.mts +9 -0
  503. package/dist/actions/list-note-tags.d.mts.map +1 -0
  504. package/dist/actions/list-note-tags.mjs +16 -0
  505. package/dist/actions/list-note-tags.mjs.map +1 -0
  506. package/dist/actions/list-notes-configurations-v2.cjs +27 -0
  507. package/dist/actions/list-notes-configurations-v2.cjs.map +1 -0
  508. package/dist/actions/list-notes-configurations-v2.d.cts +9 -0
  509. package/dist/actions/list-notes-configurations-v2.d.cts.map +1 -0
  510. package/dist/actions/list-notes-configurations-v2.d.mts +9 -0
  511. package/dist/actions/list-notes-configurations-v2.d.mts.map +1 -0
  512. package/dist/actions/list-notes-configurations-v2.mjs +26 -0
  513. package/dist/actions/list-notes-configurations-v2.mjs.map +1 -0
  514. package/dist/actions/list-notes-links.cjs +50 -0
  515. package/dist/actions/list-notes-links.cjs.map +1 -0
  516. package/dist/actions/list-notes-links.d.cts +9 -0
  517. package/dist/actions/list-notes-links.d.cts.map +1 -0
  518. package/dist/actions/list-notes-links.d.mts +9 -0
  519. package/dist/actions/list-notes-links.d.mts.map +1 -0
  520. package/dist/actions/list-notes-links.mjs +49 -0
  521. package/dist/actions/list-notes-links.mjs.map +1 -0
  522. package/dist/actions/list-notes-relationships-v2.cjs +34 -0
  523. package/dist/actions/list-notes-relationships-v2.cjs.map +1 -0
  524. package/dist/actions/list-notes-relationships-v2.d.cts +9 -0
  525. package/dist/actions/list-notes-relationships-v2.d.cts.map +1 -0
  526. package/dist/actions/list-notes-relationships-v2.d.mts +9 -0
  527. package/dist/actions/list-notes-relationships-v2.d.mts.map +1 -0
  528. package/dist/actions/list-notes-relationships-v2.mjs +33 -0
  529. package/dist/actions/list-notes-relationships-v2.mjs.map +1 -0
  530. package/dist/actions/list-notes-v2.cjs +43 -0
  531. package/dist/actions/list-notes-v2.cjs.map +1 -0
  532. package/dist/actions/list-notes-v2.d.cts +9 -0
  533. package/dist/actions/list-notes-v2.d.cts.map +1 -0
  534. package/dist/actions/list-notes-v2.d.mts +9 -0
  535. package/dist/actions/list-notes-v2.d.mts.map +1 -0
  536. package/dist/actions/list-notes-v2.mjs +42 -0
  537. package/dist/actions/list-notes-v2.mjs.map +1 -0
  538. package/dist/actions/list-objectives-links-features.cjs +27 -0
  539. package/dist/actions/list-objectives-links-features.cjs.map +1 -0
  540. package/dist/actions/list-objectives-links-features.d.cts +9 -0
  541. package/dist/actions/list-objectives-links-features.d.cts.map +1 -0
  542. package/dist/actions/list-objectives-links-features.d.mts +9 -0
  543. package/dist/actions/list-objectives-links-features.d.mts.map +1 -0
  544. package/dist/actions/list-objectives-links-features.mjs +26 -0
  545. package/dist/actions/list-objectives-links-features.mjs.map +1 -0
  546. package/dist/actions/list-objectives-links-initiatives.cjs +31 -0
  547. package/dist/actions/list-objectives-links-initiatives.cjs.map +1 -0
  548. package/dist/actions/list-objectives-links-initiatives.d.cts +9 -0
  549. package/dist/actions/list-objectives-links-initiatives.d.cts.map +1 -0
  550. package/dist/actions/list-objectives-links-initiatives.d.mts +9 -0
  551. package/dist/actions/list-objectives-links-initiatives.d.mts.map +1 -0
  552. package/dist/actions/list-objectives-links-initiatives.mjs +30 -0
  553. package/dist/actions/list-objectives-links-initiatives.mjs.map +1 -0
  554. package/dist/actions/list-plugin-integrations.cjs +25 -0
  555. package/dist/actions/list-plugin-integrations.cjs.map +1 -0
  556. package/dist/actions/list-plugin-integrations.d.cts +9 -0
  557. package/dist/actions/list-plugin-integrations.d.cts.map +1 -0
  558. package/dist/actions/list-plugin-integrations.d.mts +9 -0
  559. package/dist/actions/list-plugin-integrations.d.mts.map +1 -0
  560. package/dist/actions/list-plugin-integrations.mjs +24 -0
  561. package/dist/actions/list-plugin-integrations.mjs.map +1 -0
  562. package/dist/actions/list-release-groups.cjs +33 -0
  563. package/dist/actions/list-release-groups.cjs.map +1 -0
  564. package/dist/actions/list-release-groups.d.cts +9 -0
  565. package/dist/actions/list-release-groups.d.cts.map +1 -0
  566. package/dist/actions/list-release-groups.d.mts +9 -0
  567. package/dist/actions/list-release-groups.d.mts.map +1 -0
  568. package/dist/actions/list-release-groups.mjs +32 -0
  569. package/dist/actions/list-release-groups.mjs.map +1 -0
  570. package/dist/actions/list-releases.cjs +46 -0
  571. package/dist/actions/list-releases.cjs.map +1 -0
  572. package/dist/actions/list-releases.d.cts +9 -0
  573. package/dist/actions/list-releases.d.cts.map +1 -0
  574. package/dist/actions/list-releases.d.mts +9 -0
  575. package/dist/actions/list-releases.d.mts.map +1 -0
  576. package/dist/actions/list-releases.mjs +45 -0
  577. package/dist/actions/list-releases.mjs.map +1 -0
  578. package/dist/actions/list-users.cjs +27 -0
  579. package/dist/actions/list-users.cjs.map +1 -0
  580. package/dist/actions/list-users.d.cts +9 -0
  581. package/dist/actions/list-users.d.cts.map +1 -0
  582. package/dist/actions/list-users.d.mts +9 -0
  583. package/dist/actions/list-users.d.mts.map +1 -0
  584. package/dist/actions/list-users.mjs +26 -0
  585. package/dist/actions/list-users.mjs.map +1 -0
  586. package/dist/actions/list-webhooks.cjs +27 -0
  587. package/dist/actions/list-webhooks.cjs.map +1 -0
  588. package/dist/actions/list-webhooks.d.cts +9 -0
  589. package/dist/actions/list-webhooks.d.cts.map +1 -0
  590. package/dist/actions/list-webhooks.d.mts +9 -0
  591. package/dist/actions/list-webhooks.d.mts.map +1 -0
  592. package/dist/actions/list-webhooks.mjs +26 -0
  593. package/dist/actions/list-webhooks.mjs.map +1 -0
  594. package/dist/actions/remove-note-follower.cjs +19 -0
  595. package/dist/actions/remove-note-follower.cjs.map +1 -0
  596. package/dist/actions/remove-note-follower.d.cts +9 -0
  597. package/dist/actions/remove-note-follower.d.cts.map +1 -0
  598. package/dist/actions/remove-note-follower.d.mts +9 -0
  599. package/dist/actions/remove-note-follower.d.mts.map +1 -0
  600. package/dist/actions/remove-note-follower.mjs +16 -0
  601. package/dist/actions/remove-note-follower.mjs.map +1 -0
  602. package/dist/actions/retrieve-company-field-value.cjs +27 -0
  603. package/dist/actions/retrieve-company-field-value.cjs.map +1 -0
  604. package/dist/actions/retrieve-company-field-value.d.cts +9 -0
  605. package/dist/actions/retrieve-company-field-value.d.cts.map +1 -0
  606. package/dist/actions/retrieve-company-field-value.d.mts +9 -0
  607. package/dist/actions/retrieve-company-field-value.d.mts.map +1 -0
  608. package/dist/actions/retrieve-company-field-value.mjs +26 -0
  609. package/dist/actions/retrieve-company-field-value.mjs.map +1 -0
  610. package/dist/actions/retrieve-company-field.cjs +23 -0
  611. package/dist/actions/retrieve-company-field.cjs.map +1 -0
  612. package/dist/actions/retrieve-company-field.d.cts +9 -0
  613. package/dist/actions/retrieve-company-field.d.cts.map +1 -0
  614. package/dist/actions/retrieve-company-field.d.mts +9 -0
  615. package/dist/actions/retrieve-company-field.d.mts.map +1 -0
  616. package/dist/actions/retrieve-company-field.mjs +22 -0
  617. package/dist/actions/retrieve-company-field.mjs.map +1 -0
  618. package/dist/actions/retrieve-company.cjs +24 -0
  619. package/dist/actions/retrieve-company.cjs.map +1 -0
  620. package/dist/actions/retrieve-company.d.cts +9 -0
  621. package/dist/actions/retrieve-company.d.cts.map +1 -0
  622. package/dist/actions/retrieve-company.d.mts +9 -0
  623. package/dist/actions/retrieve-company.d.mts.map +1 -0
  624. package/dist/actions/retrieve-company.mjs +23 -0
  625. package/dist/actions/retrieve-company.mjs.map +1 -0
  626. package/dist/actions/retrieve-feature.cjs +54 -0
  627. package/dist/actions/retrieve-feature.cjs.map +1 -0
  628. package/dist/actions/retrieve-feature.d.cts +9 -0
  629. package/dist/actions/retrieve-feature.d.cts.map +1 -0
  630. package/dist/actions/retrieve-feature.d.mts +9 -0
  631. package/dist/actions/retrieve-feature.d.mts.map +1 -0
  632. package/dist/actions/retrieve-feature.mjs +53 -0
  633. package/dist/actions/retrieve-feature.mjs.map +1 -0
  634. package/dist/actions/retrieve-product.cjs +30 -0
  635. package/dist/actions/retrieve-product.cjs.map +1 -0
  636. package/dist/actions/retrieve-product.d.cts +9 -0
  637. package/dist/actions/retrieve-product.d.cts.map +1 -0
  638. package/dist/actions/retrieve-product.d.mts +9 -0
  639. package/dist/actions/retrieve-product.d.mts.map +1 -0
  640. package/dist/actions/retrieve-product.mjs +29 -0
  641. package/dist/actions/retrieve-product.mjs.map +1 -0
  642. package/dist/actions/retrieve-user.cjs +23 -0
  643. package/dist/actions/retrieve-user.cjs.map +1 -0
  644. package/dist/actions/retrieve-user.d.cts +9 -0
  645. package/dist/actions/retrieve-user.d.cts.map +1 -0
  646. package/dist/actions/retrieve-user.d.mts +9 -0
  647. package/dist/actions/retrieve-user.d.mts.map +1 -0
  648. package/dist/actions/retrieve-user.mjs +22 -0
  649. package/dist/actions/retrieve-user.mjs.map +1 -0
  650. package/dist/actions/scim-list-users.cjs +65 -0
  651. package/dist/actions/scim-list-users.cjs.map +1 -0
  652. package/dist/actions/scim-list-users.d.cts +9 -0
  653. package/dist/actions/scim-list-users.d.cts.map +1 -0
  654. package/dist/actions/scim-list-users.d.mts +9 -0
  655. package/dist/actions/scim-list-users.d.mts.map +1 -0
  656. package/dist/actions/scim-list-users.mjs +64 -0
  657. package/dist/actions/scim-list-users.mjs.map +1 -0
  658. package/dist/actions/search-entities-v2.cjs +77 -0
  659. package/dist/actions/search-entities-v2.cjs.map +1 -0
  660. package/dist/actions/search-entities-v2.d.cts +9 -0
  661. package/dist/actions/search-entities-v2.d.cts.map +1 -0
  662. package/dist/actions/search-entities-v2.d.mts +9 -0
  663. package/dist/actions/search-entities-v2.d.mts.map +1 -0
  664. package/dist/actions/search-entities-v2.mjs +76 -0
  665. package/dist/actions/search-entities-v2.mjs.map +1 -0
  666. package/dist/actions/set-company-field-value.cjs +36 -0
  667. package/dist/actions/set-company-field-value.cjs.map +1 -0
  668. package/dist/actions/set-company-field-value.d.cts +9 -0
  669. package/dist/actions/set-company-field-value.d.cts.map +1 -0
  670. package/dist/actions/set-company-field-value.d.mts +9 -0
  671. package/dist/actions/set-company-field-value.d.mts.map +1 -0
  672. package/dist/actions/set-company-field-value.mjs +35 -0
  673. package/dist/actions/set-company-field-value.mjs.map +1 -0
  674. package/dist/actions/set-custom-field-value.cjs +48 -0
  675. package/dist/actions/set-custom-field-value.cjs.map +1 -0
  676. package/dist/actions/set-custom-field-value.d.cts +9 -0
  677. package/dist/actions/set-custom-field-value.d.cts.map +1 -0
  678. package/dist/actions/set-custom-field-value.d.mts +9 -0
  679. package/dist/actions/set-custom-field-value.d.mts.map +1 -0
  680. package/dist/actions/set-custom-field-value.mjs +47 -0
  681. package/dist/actions/set-custom-field-value.mjs.map +1 -0
  682. package/dist/actions/set-entities-relationships-parent-v2.cjs +53 -0
  683. package/dist/actions/set-entities-relationships-parent-v2.cjs.map +1 -0
  684. package/dist/actions/set-entities-relationships-parent-v2.d.cts +9 -0
  685. package/dist/actions/set-entities-relationships-parent-v2.d.cts.map +1 -0
  686. package/dist/actions/set-entities-relationships-parent-v2.d.mts +9 -0
  687. package/dist/actions/set-entities-relationships-parent-v2.d.mts.map +1 -0
  688. package/dist/actions/set-entities-relationships-parent-v2.mjs +52 -0
  689. package/dist/actions/set-entities-relationships-parent-v2.mjs.map +1 -0
  690. package/dist/actions/set-feature-release-assignment.cjs +37 -0
  691. package/dist/actions/set-feature-release-assignment.cjs.map +1 -0
  692. package/dist/actions/set-feature-release-assignment.d.cts +9 -0
  693. package/dist/actions/set-feature-release-assignment.d.cts.map +1 -0
  694. package/dist/actions/set-feature-release-assignment.d.mts +9 -0
  695. package/dist/actions/set-feature-release-assignment.d.mts.map +1 -0
  696. package/dist/actions/set-feature-release-assignment.mjs +36 -0
  697. package/dist/actions/set-feature-release-assignment.mjs.map +1 -0
  698. package/dist/actions/set-features.cjs +79 -0
  699. package/dist/actions/set-features.cjs.map +1 -0
  700. package/dist/actions/set-features.d.cts +9 -0
  701. package/dist/actions/set-features.d.cts.map +1 -0
  702. package/dist/actions/set-features.d.mts +9 -0
  703. package/dist/actions/set-features.d.mts.map +1 -0
  704. package/dist/actions/set-features.mjs +78 -0
  705. package/dist/actions/set-features.mjs.map +1 -0
  706. package/dist/actions/set-notes-relationships-customer-v2.cjs +32 -0
  707. package/dist/actions/set-notes-relationships-customer-v2.cjs.map +1 -0
  708. package/dist/actions/set-notes-relationships-customer-v2.d.cts +9 -0
  709. package/dist/actions/set-notes-relationships-customer-v2.d.cts.map +1 -0
  710. package/dist/actions/set-notes-relationships-customer-v2.d.mts +9 -0
  711. package/dist/actions/set-notes-relationships-customer-v2.d.mts.map +1 -0
  712. package/dist/actions/set-notes-relationships-customer-v2.mjs +31 -0
  713. package/dist/actions/set-notes-relationships-customer-v2.mjs.map +1 -0
  714. package/dist/actions/set-product.cjs +37 -0
  715. package/dist/actions/set-product.cjs.map +1 -0
  716. package/dist/actions/set-product.d.cts +9 -0
  717. package/dist/actions/set-product.d.cts.map +1 -0
  718. package/dist/actions/set-product.d.mts +9 -0
  719. package/dist/actions/set-product.d.mts.map +1 -0
  720. package/dist/actions/set-product.mjs +36 -0
  721. package/dist/actions/set-product.mjs.map +1 -0
  722. package/dist/actions/update-companies-custom-fields.cjs +24 -0
  723. package/dist/actions/update-companies-custom-fields.cjs.map +1 -0
  724. package/dist/actions/update-companies-custom-fields.d.cts +9 -0
  725. package/dist/actions/update-companies-custom-fields.d.cts.map +1 -0
  726. package/dist/actions/update-companies-custom-fields.d.mts +9 -0
  727. package/dist/actions/update-companies-custom-fields.d.mts.map +1 -0
  728. package/dist/actions/update-companies-custom-fields.mjs +23 -0
  729. package/dist/actions/update-companies-custom-fields.mjs.map +1 -0
  730. package/dist/actions/update-company.cjs +37 -0
  731. package/dist/actions/update-company.cjs.map +1 -0
  732. package/dist/actions/update-company.d.cts +9 -0
  733. package/dist/actions/update-company.d.cts.map +1 -0
  734. package/dist/actions/update-company.d.mts +9 -0
  735. package/dist/actions/update-company.d.mts.map +1 -0
  736. package/dist/actions/update-company.mjs +36 -0
  737. package/dist/actions/update-company.mjs.map +1 -0
  738. package/dist/actions/update-component.cjs +53 -0
  739. package/dist/actions/update-component.cjs.map +1 -0
  740. package/dist/actions/update-component.d.cts +9 -0
  741. package/dist/actions/update-component.d.cts.map +1 -0
  742. package/dist/actions/update-component.d.mts +9 -0
  743. package/dist/actions/update-component.d.mts.map +1 -0
  744. package/dist/actions/update-component.mjs +52 -0
  745. package/dist/actions/update-component.mjs.map +1 -0
  746. package/dist/actions/update-entities-v2.cjs +44 -0
  747. package/dist/actions/update-entities-v2.cjs.map +1 -0
  748. package/dist/actions/update-entities-v2.d.cts +9 -0
  749. package/dist/actions/update-entities-v2.d.cts.map +1 -0
  750. package/dist/actions/update-entities-v2.d.mts +9 -0
  751. package/dist/actions/update-entities-v2.d.mts.map +1 -0
  752. package/dist/actions/update-entities-v2.mjs +43 -0
  753. package/dist/actions/update-entities-v2.mjs.map +1 -0
  754. package/dist/actions/update-features.cjs +81 -0
  755. package/dist/actions/update-features.cjs.map +1 -0
  756. package/dist/actions/update-features.d.cts +9 -0
  757. package/dist/actions/update-features.d.cts.map +1 -0
  758. package/dist/actions/update-features.d.mts +9 -0
  759. package/dist/actions/update-features.d.mts.map +1 -0
  760. package/dist/actions/update-features.mjs +80 -0
  761. package/dist/actions/update-features.mjs.map +1 -0
  762. package/dist/actions/update-notes-v2.cjs +46 -0
  763. package/dist/actions/update-notes-v2.cjs.map +1 -0
  764. package/dist/actions/update-notes-v2.d.cts +9 -0
  765. package/dist/actions/update-notes-v2.d.cts.map +1 -0
  766. package/dist/actions/update-notes-v2.d.mts +9 -0
  767. package/dist/actions/update-notes-v2.d.mts.map +1 -0
  768. package/dist/actions/update-notes-v2.mjs +45 -0
  769. package/dist/actions/update-notes-v2.mjs.map +1 -0
  770. package/dist/actions/update-objectives.cjs +40 -0
  771. package/dist/actions/update-objectives.cjs.map +1 -0
  772. package/dist/actions/update-objectives.d.cts +9 -0
  773. package/dist/actions/update-objectives.d.cts.map +1 -0
  774. package/dist/actions/update-objectives.d.mts +9 -0
  775. package/dist/actions/update-objectives.d.mts.map +1 -0
  776. package/dist/actions/update-objectives.mjs +39 -0
  777. package/dist/actions/update-objectives.mjs.map +1 -0
  778. package/dist/actions/update-product.cjs +37 -0
  779. package/dist/actions/update-product.cjs.map +1 -0
  780. package/dist/actions/update-product.d.cts +9 -0
  781. package/dist/actions/update-product.d.cts.map +1 -0
  782. package/dist/actions/update-product.d.mts +9 -0
  783. package/dist/actions/update-product.d.mts.map +1 -0
  784. package/dist/actions/update-product.mjs +36 -0
  785. package/dist/actions/update-product.mjs.map +1 -0
  786. package/dist/actions/update-release.cjs +71 -0
  787. package/dist/actions/update-release.cjs.map +1 -0
  788. package/dist/actions/update-release.d.cts +9 -0
  789. package/dist/actions/update-release.d.cts.map +1 -0
  790. package/dist/actions/update-release.d.mts +9 -0
  791. package/dist/actions/update-release.d.mts.map +1 -0
  792. package/dist/actions/update-release.mjs +70 -0
  793. package/dist/actions/update-release.mjs.map +1 -0
  794. package/dist/actions/update-user.cjs +29 -0
  795. package/dist/actions/update-user.cjs.map +1 -0
  796. package/dist/actions/update-user.d.cts +9 -0
  797. package/dist/actions/update-user.d.cts.map +1 -0
  798. package/dist/actions/update-user.d.mts +9 -0
  799. package/dist/actions/update-user.d.mts.map +1 -0
  800. package/dist/actions/update-user.mjs +28 -0
  801. package/dist/actions/update-user.mjs.map +1 -0
  802. package/dist/app.cjs +9 -0
  803. package/dist/app.cjs.map +1 -0
  804. package/dist/app.d.cts +5 -0
  805. package/dist/app.d.cts.map +1 -0
  806. package/dist/app.d.mts +5 -0
  807. package/dist/app.d.mts.map +1 -0
  808. package/dist/app.mjs +10 -0
  809. package/dist/app.mjs.map +1 -0
  810. package/dist/catalog.cjs +15 -0
  811. package/dist/catalog.cjs.map +1 -0
  812. package/dist/catalog.d.cts +14 -0
  813. package/dist/catalog.d.cts.map +1 -0
  814. package/dist/catalog.d.mts +14 -0
  815. package/dist/catalog.d.mts.map +1 -0
  816. package/dist/catalog.mjs +15 -0
  817. package/dist/catalog.mjs.map +1 -0
  818. package/dist/execute.cjs +18 -0
  819. package/dist/execute.cjs.map +1 -0
  820. package/dist/execute.mjs +18 -0
  821. package/dist/execute.mjs.map +1 -0
  822. package/dist/index.cjs +204 -0
  823. package/dist/index.d.cts +102 -0
  824. package/dist/index.d.mts +102 -0
  825. package/dist/index.mjs +103 -0
  826. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-company.mjs","names":[],"sources":["../../src/actions/update-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateCompanyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier of the company to update.\"),\n data: z.object({\n name: z.string().describe(\"Name of the company.\").optional(),\n domain: z.string().describe(\"Internet domain of the company (e.g., 'example.com').\").optional(),\n source: z.object({\n origin: z.enum([\"csv\", \"gong\", \"manual\", \"salesforce\"]).describe(\"Valid source origins for company records.\").optional(),\n record_id: z.string().describe(\"External system's unique record identifier for this company.\"),\n}).describe(\"Source metadata for tracking external origin of company records.\").optional(),\n description: z.string().describe(\"Free-text description of the company.\").optional(),\n}).describe(\"Company data fields to update. All fields within data are optional.\"),\n}).describe(\"Request model for updating a company.\");\nconst ProductboardUpdateCompany_UpdatedCompanyDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the company.\"),\n}).describe(\"Company entity returned after successful update.\");\nconst ProductboardUpdateCompany_LinksSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"HTML link to view the company in the Productboard UI.\"),\n}).describe(\"Links related to the updated company.\");\nexport const ProductboardUpdateCompanyOutput: z.ZodTypeAny = z.object({\n data: ProductboardUpdateCompany_UpdatedCompanyDataSchema.nullable(),\n links: ProductboardUpdateCompany_LinksSchema.nullable().optional(),\n}).describe(\"Response model for updating a company.\");\n\nexport const productboardUpdateCompany = action(\"PRODUCTBOARD_UPDATE_COMPANY\", {\n slug: \"productboard-update-company\",\n name: \"Update Company\",\n description: \"Tool to update an existing company in Productboard. Use when you need to modify company details such as name, description, domain, or source metadata.\",\n input: ProductboardUpdateCompanyInput,\n output: ProductboardUpdateCompanyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC9F,QAAQ,EAAE,OAAO;GACjB,QAAQ,EAAE,KAAK;IAAC;IAAO;IAAQ;IAAU;GAAY,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;GACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC/F,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,qDAAmE,EAAE,OAAO,EAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACpE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,wCAAsD,EAAE,OAAO,EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACnF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAMnD,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,mDAAmD,SAAS;EAClE,OAAO,sCAAsC,SAAS,CAAC,CAAC,SAAS;CACnE,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,53 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-component.ts
4
+ const ProductboardUpdateComponentInput = zod.z.object({
5
+ id: zod.z.string().describe("UUID of the component to update."),
6
+ data: zod.z.object({
7
+ name: zod.z.string().describe("New component name. If not specified, the value will remain unchanged.").optional(),
8
+ owner: zod.z.object({ email: zod.z.string().describe("Email address of the owner to assign to the component.") }).describe("New owner of the component. Set to null to unassign owner. If not specified, the value will remain unchanged.").optional(),
9
+ parent: zod.z.record(zod.z.string(), zod.z.unknown()).describe("New parent of the component. Must be either {'component': {'id': '<uuid>'}} or {'product': {'id': '<uuid>'}}. If not specified, the value will remain unchanged.").optional(),
10
+ description: zod.z.string().describe("The component description in HTML format. Allowed tags: b, i, s, u, br, a, code, img. If not specified, the value will remain unchanged.").optional()
11
+ }).describe("Payload containing the component fields to update.")
12
+ });
13
+ const ProductboardUpdateComponent_ComponentLinksSchema = zod.z.object({
14
+ html: zod.z.string().describe("Web UI URL of the component."),
15
+ self: zod.z.string().describe("API URL of the component resource.")
16
+ });
17
+ const ProductboardUpdateComponent_ResponseOwnerSchema = zod.z.object({ email: zod.z.string().describe("Email address of the component owner.") });
18
+ const ProductboardUpdateComponent_ResponseParentProductLinksSchema = zod.z.object({ self: zod.z.string().describe("API URL of the parent product.") });
19
+ const ProductboardUpdateComponent_ResponseParentProductSchema = zod.z.object({
20
+ id: zod.z.string().describe("UUID of the parent product."),
21
+ links: ProductboardUpdateComponent_ResponseParentProductLinksSchema.nullable()
22
+ });
23
+ const ProductboardUpdateComponent_ResponseParentComponentLinksSchema = zod.z.object({ self: zod.z.string().describe("API URL of the parent component.") });
24
+ const ProductboardUpdateComponent_ResponseParentComponentSchema = zod.z.object({
25
+ id: zod.z.string().describe("UUID of the parent component."),
26
+ links: ProductboardUpdateComponent_ResponseParentComponentLinksSchema.nullable()
27
+ });
28
+ const ProductboardUpdateComponent_ResponseParentSchema = zod.z.object({
29
+ product: ProductboardUpdateComponent_ResponseParentProductSchema.nullable().optional(),
30
+ component: ProductboardUpdateComponent_ResponseParentComponentSchema.nullable().optional()
31
+ });
32
+ const ProductboardUpdateComponent_ComponentDataSchema = zod.z.object({
33
+ id: zod.z.string().describe("UUID of the updated component."),
34
+ name: zod.z.string().describe("Component name as stored."),
35
+ links: ProductboardUpdateComponent_ComponentLinksSchema.nullable(),
36
+ owner: ProductboardUpdateComponent_ResponseOwnerSchema.nullable().optional(),
37
+ parent: ProductboardUpdateComponent_ResponseParentSchema.nullable(),
38
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the component was created."),
39
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the component was last updated."),
40
+ description: zod.z.string().describe("HTML description as returned by the API.")
41
+ });
42
+ const ProductboardUpdateComponentOutput = zod.z.object({ data: ProductboardUpdateComponent_ComponentDataSchema.nullable() });
43
+ const productboardUpdateComponent = require_action.action("PRODUCTBOARD_UPDATE_COMPONENT", {
44
+ slug: "productboard-update-component",
45
+ name: "Update Component",
46
+ description: "Tool to update an existing component. Use when you need to modify component name, description, owner, or parent entity.",
47
+ input: ProductboardUpdateComponentInput,
48
+ output: ProductboardUpdateComponentOutput
49
+ });
50
+ //#endregion
51
+ exports.productboardUpdateComponent = productboardUpdateComponent;
52
+
53
+ //# sourceMappingURL=update-component.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-component.cjs","names":["z","action"],"sources":["../../src/actions/update-component.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateComponentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the component to update.\"),\n data: z.object({\n name: z.string().describe(\"New component name. If not specified, the value will remain unchanged.\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email address of the owner to assign to the component.\"),\n}).describe(\"New owner of the component. Set to null to unassign owner. If not specified, the value will remain unchanged.\").optional(),\n parent: z.record(z.string(), z.unknown()).describe(\"New parent of the component. Must be either {'component': {'id': '<uuid>'}} or {'product': {'id': '<uuid>'}}. If not specified, the value will remain unchanged.\").optional(),\n description: z.string().describe(\"The component description in HTML format. Allowed tags: b, i, s, u, br, a, code, img. If not specified, the value will remain unchanged.\").optional(),\n}).describe(\"Payload containing the component fields to update.\"),\n});\nconst ProductboardUpdateComponent_ComponentLinksSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"Web UI URL of the component.\"),\n self: z.string().describe(\"API URL of the component resource.\"),\n});\nconst ProductboardUpdateComponent_ResponseOwnerSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the component owner.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentProductLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL of the parent product.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent product.\"),\n links: ProductboardUpdateComponent_ResponseParentProductLinksSchema.nullable(),\n});\nconst ProductboardUpdateComponent_ResponseParentComponentLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL of the parent component.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentComponentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent component.\"),\n links: ProductboardUpdateComponent_ResponseParentComponentLinksSchema.nullable(),\n});\nconst ProductboardUpdateComponent_ResponseParentSchema: z.ZodTypeAny = z.object({\n product: ProductboardUpdateComponent_ResponseParentProductSchema.nullable().optional(),\n component: ProductboardUpdateComponent_ResponseParentComponentSchema.nullable().optional(),\n});\nconst ProductboardUpdateComponent_ComponentDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated component.\"),\n name: z.string().describe(\"Component name as stored.\"),\n links: ProductboardUpdateComponent_ComponentLinksSchema.nullable(),\n owner: ProductboardUpdateComponent_ResponseOwnerSchema.nullable().optional(),\n parent: ProductboardUpdateComponent_ResponseParentSchema.nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the component was created.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the component was last updated.\"),\n description: z.string().describe(\"HTML description as returned by the API.\"),\n});\nexport const ProductboardUpdateComponentOutput: z.ZodTypeAny = z.object({\n data: ProductboardUpdateComponent_ComponentDataSchema.nullable(),\n});\n\nexport const productboardUpdateComponent = action(\"PRODUCTBOARD_UPDATE_COMPONENT\", {\n slug: \"productboard-update-component\",\n name: \"Update Component\",\n description: \"Tool to update an existing component. Use when you need to modify component name, description, owner, or parent entity.\",\n input: ProductboardUpdateComponentInput,\n output: ProductboardUpdateComponentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC7G,OAAOA,IAAAA,EAAE,OAAO,EAChB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACrF,CAAC,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EACpI,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;EAChO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACxL,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,CAAC;AACD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AAChE,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACpE,CAAC;AACD,MAAM,+DAA6EA,IAAAA,EAAE,OAAO,EAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC5D,CAAC;AACD,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,OAAO,6DAA6D,SAAS;AAC/E,CAAC;AACD,MAAM,iEAA+EA,IAAAA,EAAE,OAAO,EAC5F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC;AACD,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,OAAO,+DAA+D,SAAS;AACjF,CAAC;AACD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,SAAS,wDAAwD,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,0DAA0D,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAO,iDAAiD,SAAS;CACjE,OAAO,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQ,iDAAiD,SAAS;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC7E,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,MAAM,gDAAgD,SAAS,EACjE,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,iCAAiC;CACjF,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/update-component.d.ts
4
+ declare const ProductboardUpdateComponentInput: z.ZodTypeAny;
5
+ declare const ProductboardUpdateComponentOutput: z.ZodTypeAny;
6
+ declare const productboardUpdateComponent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateComponent };
9
+ //# sourceMappingURL=update-component.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-component.d.cts","names":[],"sources":["../../src/actions/update-component.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAU/C;AAAA,cAoCW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-component.d.ts
4
+ declare const ProductboardUpdateComponentInput: z.ZodTypeAny;
5
+ declare const ProductboardUpdateComponentOutput: z.ZodTypeAny;
6
+ declare const productboardUpdateComponent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateComponent };
9
+ //# sourceMappingURL=update-component.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-component.d.mts","names":[],"sources":["../../src/actions/update-component.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAU/C;AAAA,cAoCW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,52 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-component.ts
4
+ const ProductboardUpdateComponentInput = z.object({
5
+ id: z.string().describe("UUID of the component to update."),
6
+ data: z.object({
7
+ name: z.string().describe("New component name. If not specified, the value will remain unchanged.").optional(),
8
+ owner: z.object({ email: z.string().describe("Email address of the owner to assign to the component.") }).describe("New owner of the component. Set to null to unassign owner. If not specified, the value will remain unchanged.").optional(),
9
+ parent: z.record(z.string(), z.unknown()).describe("New parent of the component. Must be either {'component': {'id': '<uuid>'}} or {'product': {'id': '<uuid>'}}. If not specified, the value will remain unchanged.").optional(),
10
+ description: z.string().describe("The component description in HTML format. Allowed tags: b, i, s, u, br, a, code, img. If not specified, the value will remain unchanged.").optional()
11
+ }).describe("Payload containing the component fields to update.")
12
+ });
13
+ const ProductboardUpdateComponent_ComponentLinksSchema = z.object({
14
+ html: z.string().describe("Web UI URL of the component."),
15
+ self: z.string().describe("API URL of the component resource.")
16
+ });
17
+ const ProductboardUpdateComponent_ResponseOwnerSchema = z.object({ email: z.string().describe("Email address of the component owner.") });
18
+ const ProductboardUpdateComponent_ResponseParentProductLinksSchema = z.object({ self: z.string().describe("API URL of the parent product.") });
19
+ const ProductboardUpdateComponent_ResponseParentProductSchema = z.object({
20
+ id: z.string().describe("UUID of the parent product."),
21
+ links: ProductboardUpdateComponent_ResponseParentProductLinksSchema.nullable()
22
+ });
23
+ const ProductboardUpdateComponent_ResponseParentComponentLinksSchema = z.object({ self: z.string().describe("API URL of the parent component.") });
24
+ const ProductboardUpdateComponent_ResponseParentComponentSchema = z.object({
25
+ id: z.string().describe("UUID of the parent component."),
26
+ links: ProductboardUpdateComponent_ResponseParentComponentLinksSchema.nullable()
27
+ });
28
+ const ProductboardUpdateComponent_ResponseParentSchema = z.object({
29
+ product: ProductboardUpdateComponent_ResponseParentProductSchema.nullable().optional(),
30
+ component: ProductboardUpdateComponent_ResponseParentComponentSchema.nullable().optional()
31
+ });
32
+ const ProductboardUpdateComponent_ComponentDataSchema = z.object({
33
+ id: z.string().describe("UUID of the updated component."),
34
+ name: z.string().describe("Component name as stored."),
35
+ links: ProductboardUpdateComponent_ComponentLinksSchema.nullable(),
36
+ owner: ProductboardUpdateComponent_ResponseOwnerSchema.nullable().optional(),
37
+ parent: ProductboardUpdateComponent_ResponseParentSchema.nullable(),
38
+ createdAt: z.string().describe("ISO 8601 timestamp when the component was created."),
39
+ updatedAt: z.string().describe("ISO 8601 timestamp when the component was last updated."),
40
+ description: z.string().describe("HTML description as returned by the API.")
41
+ });
42
+ const productboardUpdateComponent = action("PRODUCTBOARD_UPDATE_COMPONENT", {
43
+ slug: "productboard-update-component",
44
+ name: "Update Component",
45
+ description: "Tool to update an existing component. Use when you need to modify component name, description, owner, or parent entity.",
46
+ input: ProductboardUpdateComponentInput,
47
+ output: z.object({ data: ProductboardUpdateComponent_ComponentDataSchema.nullable() })
48
+ });
49
+ //#endregion
50
+ export { productboardUpdateComponent };
51
+
52
+ //# sourceMappingURL=update-component.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-component.mjs","names":[],"sources":["../../src/actions/update-component.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateComponentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the component to update.\"),\n data: z.object({\n name: z.string().describe(\"New component name. If not specified, the value will remain unchanged.\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email address of the owner to assign to the component.\"),\n}).describe(\"New owner of the component. Set to null to unassign owner. If not specified, the value will remain unchanged.\").optional(),\n parent: z.record(z.string(), z.unknown()).describe(\"New parent of the component. Must be either {'component': {'id': '<uuid>'}} or {'product': {'id': '<uuid>'}}. If not specified, the value will remain unchanged.\").optional(),\n description: z.string().describe(\"The component description in HTML format. Allowed tags: b, i, s, u, br, a, code, img. If not specified, the value will remain unchanged.\").optional(),\n}).describe(\"Payload containing the component fields to update.\"),\n});\nconst ProductboardUpdateComponent_ComponentLinksSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"Web UI URL of the component.\"),\n self: z.string().describe(\"API URL of the component resource.\"),\n});\nconst ProductboardUpdateComponent_ResponseOwnerSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the component owner.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentProductLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL of the parent product.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent product.\"),\n links: ProductboardUpdateComponent_ResponseParentProductLinksSchema.nullable(),\n});\nconst ProductboardUpdateComponent_ResponseParentComponentLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL of the parent component.\"),\n});\nconst ProductboardUpdateComponent_ResponseParentComponentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent component.\"),\n links: ProductboardUpdateComponent_ResponseParentComponentLinksSchema.nullable(),\n});\nconst ProductboardUpdateComponent_ResponseParentSchema: z.ZodTypeAny = z.object({\n product: ProductboardUpdateComponent_ResponseParentProductSchema.nullable().optional(),\n component: ProductboardUpdateComponent_ResponseParentComponentSchema.nullable().optional(),\n});\nconst ProductboardUpdateComponent_ComponentDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated component.\"),\n name: z.string().describe(\"Component name as stored.\"),\n links: ProductboardUpdateComponent_ComponentLinksSchema.nullable(),\n owner: ProductboardUpdateComponent_ResponseOwnerSchema.nullable().optional(),\n parent: ProductboardUpdateComponent_ResponseParentSchema.nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the component was created.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the component was last updated.\"),\n description: z.string().describe(\"HTML description as returned by the API.\"),\n});\nexport const ProductboardUpdateComponentOutput: z.ZodTypeAny = z.object({\n data: ProductboardUpdateComponent_ComponentDataSchema.nullable(),\n});\n\nexport const productboardUpdateComponent = action(\"PRODUCTBOARD_UPDATE_COMPONENT\", {\n slug: \"productboard-update-component\",\n name: \"Update Component\",\n description: \"Tool to update an existing component. Use when you need to modify component name, description, owner, or parent entity.\",\n input: ProductboardUpdateComponentInput,\n output: ProductboardUpdateComponentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACrF,CAAC,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EACpI,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;EAChO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACxL,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,CAAC;AACD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AAChE,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO,EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACpE,CAAC;AACD,MAAM,+DAA6E,EAAE,OAAO,EAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC5D,CAAC;AACD,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,OAAO,6DAA6D,SAAS;AAC/E,CAAC;AACD,MAAM,iEAA+E,EAAE,OAAO,EAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EAC9D,CAAC;AACD,MAAM,4DAA0E,EAAE,OAAO;CACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,OAAO,+DAA+D,SAAS;AACjF,CAAC;AACD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,SAAS,wDAAwD,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,0DAA0D,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAO,iDAAiD,SAAS;CACjE,OAAO,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQ,iDAAiD,SAAS;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC7E,CAAC;AAKD,MAAa,8BAA8B,OAAO,iCAAiC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,MAAM,gDAAgD,SAAS,EACjE,CAOU;AACV,CAAC"}
@@ -0,0 +1,44 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-entities-v2.ts
4
+ const ProductboardUpdateEntitiesV2Input = zod.z.object({
5
+ id: zod.z.string().describe("The UUID of the entity to update."),
6
+ data: zod.z.object({
7
+ patch: zod.z.array(zod.z.object({
8
+ op: zod.z.string().describe("Operation type: 'set', 'addItems', 'removeItems', or 'clear'."),
9
+ path: zod.z.string().describe("JSON pointer to the field to modify (e.g., '/name', '/customFieldId')."),
10
+ value: zod.z.union([
11
+ zod.z.string(),
12
+ zod.z.number().int(),
13
+ zod.z.number(),
14
+ zod.z.boolean(),
15
+ zod.z.array(zod.z.union([
16
+ zod.z.string(),
17
+ zod.z.number().int(),
18
+ zod.z.number(),
19
+ zod.z.boolean()
20
+ ])),
21
+ zod.z.object({})
22
+ ]).optional()
23
+ }).describe("Patch operation for modifying entity fields.")).describe("A list of patch operations to perform on entity fields. Each operation can be 'set', 'addItems', 'removeItems', or 'clear'.").optional(),
24
+ fields: zod.z.object({}).describe("A collection of fields to update. Field values can be provided in simple format (direct value) or object format (with value and metadata). Custom fields are identified by UUID keys.").optional()
25
+ }).describe("Data containing the fields or patch operations to apply to the entity.")
26
+ }).describe("Request model for updating a PM entity using v2 API.");
27
+ const ProductboardUpdateEntitiesV2_EntityLinksSchema = zod.z.object({ self: zod.z.string().describe("API URL for this entity.") }).describe("Hypermedia links for the entity.");
28
+ const ProductboardUpdateEntitiesV2_EntityReferenceSchema = zod.z.object({
29
+ id: zod.z.string().describe("The UUID of the updated entity."),
30
+ type: zod.z.string().describe("The type of entity (e.g., product, component, feature, subfeature, initiative, objective, keyResult, release, releaseGroup)."),
31
+ links: ProductboardUpdateEntitiesV2_EntityLinksSchema.nullable()
32
+ }).describe("Entity reference returned after update.");
33
+ const ProductboardUpdateEntitiesV2Output = zod.z.object({ data: ProductboardUpdateEntitiesV2_EntityReferenceSchema.nullable() }).describe("Response model for updating a PM entity.");
34
+ const productboardUpdateEntitiesV2 = require_action.action("PRODUCTBOARD_UPDATE_ENTITIES_V2", {
35
+ slug: "productboard-update-entities-v2",
36
+ name: "Update Entity V2",
37
+ description: "Tool to update a PM entity using the v2 API. Use when you need to modify entity fields or apply patch operations to products, components, features, subfeatures, initiatives, objectives, key results, releases, or release groups.",
38
+ input: ProductboardUpdateEntitiesV2Input,
39
+ output: ProductboardUpdateEntitiesV2Output
40
+ });
41
+ //#endregion
42
+ exports.productboardUpdateEntitiesV2 = productboardUpdateEntitiesV2;
43
+
44
+ //# sourceMappingURL=update-entities-v2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-entities-v2.cjs","names":["z","action"],"sources":["../../src/actions/update-entities-v2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateEntitiesV2Input: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the entity to update.\"),\n data: z.object({\n patch: z.array(z.object({\n op: z.string().describe(\"Operation type: 'set', 'addItems', 'removeItems', or 'clear'.\"),\n path: z.string().describe(\"JSON pointer to the field to modify (e.g., '/name', '/customFieldId').\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean(), z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])), z.object({})]).optional(),\n}).describe(\"Patch operation for modifying entity fields.\")).describe(\"A list of patch operations to perform on entity fields. Each operation can be 'set', 'addItems', 'removeItems', or 'clear'.\").optional(),\n fields: z.object({}).describe(\"A collection of fields to update. Field values can be provided in simple format (direct value) or object format (with value and metadata). Custom fields are identified by UUID keys.\").optional(),\n}).describe(\"Data containing the fields or patch operations to apply to the entity.\"),\n}).describe(\"Request model for updating a PM entity using v2 API.\");\nconst ProductboardUpdateEntitiesV2_EntityLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL for this entity.\"),\n}).describe(\"Hypermedia links for the entity.\");\nconst ProductboardUpdateEntitiesV2_EntityReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the updated entity.\"),\n type: z.string().describe(\"The type of entity (e.g., product, component, feature, subfeature, initiative, objective, keyResult, release, releaseGroup).\"),\n links: ProductboardUpdateEntitiesV2_EntityLinksSchema.nullable(),\n}).describe(\"Entity reference returned after update.\");\nexport const ProductboardUpdateEntitiesV2Output: z.ZodTypeAny = z.object({\n data: ProductboardUpdateEntitiesV2_EntityReferenceSchema.nullable(),\n}).describe(\"Response model for updating a PM entity.\");\n\nexport const productboardUpdateEntitiesV2 = action(\"PRODUCTBOARD_UPDATE_ENTITIES_V2\", {\n slug: \"productboard-update-entities-v2\",\n name: \"Update Entity V2\",\n description: \"Tool to update a PM entity using the v2 API. Use when you need to modify entity fields or apply patch operations to products, components, features, subfeatures, initiatives, objectives, key results, releases, or release groups.\",\n input: ProductboardUpdateEntitiesV2Input,\n output: ProductboardUpdateEntitiesV2Output,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,MAAMA,IAAAA,EAAE,OAAO;EACf,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;GACxB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;GACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;GAClG,OAAOA,IAAAA,EAAE,MAAM;IAACA,IAAAA,EAAE,OAAO;IAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;IAAGA,IAAAA,EAAE,OAAO;IAAGA,IAAAA,EAAE,QAAQ;IAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM;KAACA,IAAAA,EAAE,OAAO;KAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;KAAGA,IAAAA,EAAE,OAAO;KAAGA,IAAAA,EAAE,QAAQ;IAAC,CAAC,CAAC;IAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;GAAC,CAAC,CAAC,CAAC,SAAS;EAC5K,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;EAC5M,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uLAAuL,CAAC,CAAC,SAAS;CAClO,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO,EAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACtD,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H;CACxJ,OAAO,+CAA+C,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,MAAM,mDAAmD,SAAS,EACpE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/update-entities-v2.d.ts
4
+ declare const ProductboardUpdateEntitiesV2Input: z.ZodTypeAny;
5
+ declare const ProductboardUpdateEntitiesV2Output: z.ZodTypeAny;
6
+ declare const productboardUpdateEntitiesV2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateEntitiesV2 };
9
+ //# sourceMappingURL=update-entities-v2.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-entities-v2.d.cts","names":[],"sources":["../../src/actions/update-entities-v2.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAUiB;AAAA,cAStD,kCAAA,EAAoC,CAAA,CAAE,UAEI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-entities-v2.d.ts
4
+ declare const ProductboardUpdateEntitiesV2Input: z.ZodTypeAny;
5
+ declare const ProductboardUpdateEntitiesV2Output: z.ZodTypeAny;
6
+ declare const productboardUpdateEntitiesV2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateEntitiesV2 };
9
+ //# sourceMappingURL=update-entities-v2.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-entities-v2.d.mts","names":[],"sources":["../../src/actions/update-entities-v2.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAUiB;AAAA,cAStD,kCAAA,EAAoC,CAAA,CAAE,UAEI;AAAA,cAE1C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,43 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-entities-v2.ts
4
+ const ProductboardUpdateEntitiesV2Input = z.object({
5
+ id: z.string().describe("The UUID of the entity to update."),
6
+ data: z.object({
7
+ patch: z.array(z.object({
8
+ op: z.string().describe("Operation type: 'set', 'addItems', 'removeItems', or 'clear'."),
9
+ path: z.string().describe("JSON pointer to the field to modify (e.g., '/name', '/customFieldId')."),
10
+ value: z.union([
11
+ z.string(),
12
+ z.number().int(),
13
+ z.number(),
14
+ z.boolean(),
15
+ z.array(z.union([
16
+ z.string(),
17
+ z.number().int(),
18
+ z.number(),
19
+ z.boolean()
20
+ ])),
21
+ z.object({})
22
+ ]).optional()
23
+ }).describe("Patch operation for modifying entity fields.")).describe("A list of patch operations to perform on entity fields. Each operation can be 'set', 'addItems', 'removeItems', or 'clear'.").optional(),
24
+ fields: z.object({}).describe("A collection of fields to update. Field values can be provided in simple format (direct value) or object format (with value and metadata). Custom fields are identified by UUID keys.").optional()
25
+ }).describe("Data containing the fields or patch operations to apply to the entity.")
26
+ }).describe("Request model for updating a PM entity using v2 API.");
27
+ const ProductboardUpdateEntitiesV2_EntityLinksSchema = z.object({ self: z.string().describe("API URL for this entity.") }).describe("Hypermedia links for the entity.");
28
+ const ProductboardUpdateEntitiesV2_EntityReferenceSchema = z.object({
29
+ id: z.string().describe("The UUID of the updated entity."),
30
+ type: z.string().describe("The type of entity (e.g., product, component, feature, subfeature, initiative, objective, keyResult, release, releaseGroup)."),
31
+ links: ProductboardUpdateEntitiesV2_EntityLinksSchema.nullable()
32
+ }).describe("Entity reference returned after update.");
33
+ const productboardUpdateEntitiesV2 = action("PRODUCTBOARD_UPDATE_ENTITIES_V2", {
34
+ slug: "productboard-update-entities-v2",
35
+ name: "Update Entity V2",
36
+ description: "Tool to update a PM entity using the v2 API. Use when you need to modify entity fields or apply patch operations to products, components, features, subfeatures, initiatives, objectives, key results, releases, or release groups.",
37
+ input: ProductboardUpdateEntitiesV2Input,
38
+ output: z.object({ data: ProductboardUpdateEntitiesV2_EntityReferenceSchema.nullable() }).describe("Response model for updating a PM entity.")
39
+ });
40
+ //#endregion
41
+ export { productboardUpdateEntitiesV2 };
42
+
43
+ //# sourceMappingURL=update-entities-v2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-entities-v2.mjs","names":[],"sources":["../../src/actions/update-entities-v2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateEntitiesV2Input: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the entity to update.\"),\n data: z.object({\n patch: z.array(z.object({\n op: z.string().describe(\"Operation type: 'set', 'addItems', 'removeItems', or 'clear'.\"),\n path: z.string().describe(\"JSON pointer to the field to modify (e.g., '/name', '/customFieldId').\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean(), z.array(z.union([z.string(), z.number().int(), z.number(), z.boolean()])), z.object({})]).optional(),\n}).describe(\"Patch operation for modifying entity fields.\")).describe(\"A list of patch operations to perform on entity fields. Each operation can be 'set', 'addItems', 'removeItems', or 'clear'.\").optional(),\n fields: z.object({}).describe(\"A collection of fields to update. Field values can be provided in simple format (direct value) or object format (with value and metadata). Custom fields are identified by UUID keys.\").optional(),\n}).describe(\"Data containing the fields or patch operations to apply to the entity.\"),\n}).describe(\"Request model for updating a PM entity using v2 API.\");\nconst ProductboardUpdateEntitiesV2_EntityLinksSchema: z.ZodTypeAny = z.object({\n self: z.string().describe(\"API URL for this entity.\"),\n}).describe(\"Hypermedia links for the entity.\");\nconst ProductboardUpdateEntitiesV2_EntityReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the updated entity.\"),\n type: z.string().describe(\"The type of entity (e.g., product, component, feature, subfeature, initiative, objective, keyResult, release, releaseGroup).\"),\n links: ProductboardUpdateEntitiesV2_EntityLinksSchema.nullable(),\n}).describe(\"Entity reference returned after update.\");\nexport const ProductboardUpdateEntitiesV2Output: z.ZodTypeAny = z.object({\n data: ProductboardUpdateEntitiesV2_EntityReferenceSchema.nullable(),\n}).describe(\"Response model for updating a PM entity.\");\n\nexport const productboardUpdateEntitiesV2 = action(\"PRODUCTBOARD_UPDATE_ENTITIES_V2\", {\n slug: \"productboard-update-entities-v2\",\n name: \"Update Entity V2\",\n description: \"Tool to update a PM entity using the v2 API. Use when you need to modify entity fields or apply patch operations to products, components, features, subfeatures, initiatives, objectives, key results, releases, or release groups.\",\n input: ProductboardUpdateEntitiesV2Input,\n output: ProductboardUpdateEntitiesV2Output,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;GACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;GAClG,OAAO,EAAE,MAAM;IAAC,EAAE,OAAO;IAAG,EAAE,OAAO,CAAC,CAAC,IAAI;IAAG,EAAE,OAAO;IAAG,EAAE,QAAQ;IAAG,EAAE,MAAM,EAAE,MAAM;KAAC,EAAE,OAAO;KAAG,EAAE,OAAO,CAAC,CAAC,IAAI;KAAG,EAAE,OAAO;KAAG,EAAE,QAAQ;IAAC,CAAC,CAAC;IAAG,EAAE,OAAO,CAAC,CAAC;GAAC,CAAC,CAAC,CAAC,SAAS;EAC5K,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;EAC5M,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uLAAuL,CAAC,CAAC,SAAS;CAClO,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,iDAA+D,EAAE,OAAO,EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACtD,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H;CACxJ,OAAO,+CAA+C,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,MAAM,mDAAmD,SAAS,EACpE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,81 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-features.ts
4
+ const ProductboardUpdateFeaturesInput = zod.z.object({
5
+ id: zod.z.string().describe("UUID of the feature to update."),
6
+ data: zod.z.object({
7
+ name: zod.z.string().describe("New feature name. Leave unset to keep current value.").optional(),
8
+ owner: zod.z.object({ email: zod.z.string().describe("Email address of the user to assign as owner.") }).describe("Owner reference for updating feature ownership.").optional(),
9
+ parent: zod.z.union([
10
+ zod.z.object({ feature: zod.z.object({ id: zod.z.string().describe("UUID of the parent feature.") }).describe("Feature parent reference.") }).describe("Parent wrapper for feature parent type."),
11
+ zod.z.object({ component: zod.z.object({ id: zod.z.string().describe("UUID of the parent component.") }).describe("Component parent reference.") }).describe("Parent wrapper for component parent type."),
12
+ zod.z.object({ product: zod.z.object({ id: zod.z.string().describe("UUID of the parent product.") }).describe("Product parent reference.") }).describe("Parent wrapper for product parent type.")
13
+ ]).optional(),
14
+ status: zod.z.object({
15
+ id: zod.z.string().describe("UUID of the status to set. Cannot be used with 'name'.").optional(),
16
+ name: zod.z.string().describe("Name of the status to set. Cannot be used with 'id'.").optional()
17
+ }).describe("Status reference for updating feature status.").optional(),
18
+ archived: zod.z.boolean().describe("Set feature archived status. Leave unset to keep current value.").optional(),
19
+ timeframe: zod.z.object({
20
+ endDate: zod.z.string().describe("End date for the feature timeframe in YYYY-MM-DD format.").optional(),
21
+ startDate: zod.z.string().describe("Start date for the feature timeframe in YYYY-MM-DD format.").optional(),
22
+ granularity: zod.z.string().describe("Granularity of the timeframe (e.g., 'day', 'week', 'month').").optional()
23
+ }).describe("Timeframe for planning a feature.").optional(),
24
+ description: zod.z.string().describe("New feature description in limited HTML format. Leave unset to keep current value. See https://developer.productboard.com/reference/rich-text-formatting").optional()
25
+ }).describe("Fields to update on the feature.")
26
+ }).describe("Request model for updating a feature.");
27
+ const ProductboardUpdateFeatures_LinkObjectSchema = zod.z.object({
28
+ html: zod.z.string().describe("Web UI URL of the feature."),
29
+ self: zod.z.string().describe("API URL of the feature resource.")
30
+ }).describe("Hypermedia link object.");
31
+ const ProductboardUpdateFeatures_OwnerSchema = zod.z.object({ email: zod.z.string().describe("Owner's email address.") }).describe("Feature owner identified by email.");
32
+ const ProductboardUpdateFeatures_ParentRefSchema = zod.z.object({
33
+ id: zod.z.string().describe("UUID of the parent entity."),
34
+ links: zod.z.object({}).describe("Link map for the parent entity.")
35
+ }).describe("Reference to a parent entity.");
36
+ const ProductboardUpdateFeatures_ParentSchema = zod.z.object({
37
+ feature: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),
38
+ product: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),
39
+ component: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional()
40
+ }).describe("Parent wrapper; one of product, component, or feature.");
41
+ const ProductboardUpdateFeatures_StatusSchema = zod.z.object({
42
+ id: zod.z.string().describe("UUID of the status."),
43
+ name: zod.z.string().describe("Name of the status.")
44
+ }).describe("Status reference for a feature.");
45
+ const ProductboardUpdateFeatures_TimeframeSchema = zod.z.object({
46
+ endDate: zod.z.string().describe("End date in YYYY-MM-DD format.").nullable().optional(),
47
+ startDate: zod.z.string().describe("Start date in YYYY-MM-DD format.").nullable().optional(),
48
+ granularity: zod.z.string().describe("Time granularity, e.g., 'week', 'month'.").nullable().optional()
49
+ }).describe("Optional planning timeframe for the feature.");
50
+ const ProductboardUpdateFeatures_HealthUpdateSchema = zod.z.object({
51
+ status: zod.z.string().describe("Health status."),
52
+ message: zod.z.string().describe("Health update message."),
53
+ createdAt: zod.z.string().describe("Timestamp of the health update.")
54
+ }).describe("Health update information.");
55
+ const ProductboardUpdateFeatures_FeatureSchema = zod.z.object({
56
+ id: zod.z.string().describe("UUID of the feature."),
57
+ name: zod.z.string().describe("Title of the feature."),
58
+ type: zod.z.string().describe("Entity type ('feature' or 'subfeature')."),
59
+ links: ProductboardUpdateFeatures_LinkObjectSchema.nullable(),
60
+ owner: ProductboardUpdateFeatures_OwnerSchema.nullable().optional(),
61
+ parent: ProductboardUpdateFeatures_ParentSchema.nullable(),
62
+ status: ProductboardUpdateFeatures_StatusSchema.nullable(),
63
+ archived: zod.z.boolean().describe("Whether the feature is archived."),
64
+ createdAt: zod.z.string().describe("Timestamp when the feature was created."),
65
+ timeframe: ProductboardUpdateFeatures_TimeframeSchema.nullable().optional(),
66
+ updatedAt: zod.z.string().describe("Timestamp when the feature was last updated."),
67
+ description: zod.z.string().describe("HTML-formatted description."),
68
+ lastHealthUpdate: ProductboardUpdateFeatures_HealthUpdateSchema.nullable().optional()
69
+ }).describe("Feature object description.");
70
+ const ProductboardUpdateFeaturesOutput = zod.z.object({ data: ProductboardUpdateFeatures_FeatureSchema.nullable() }).describe("Response model for updating a feature.");
71
+ const productboardUpdateFeatures = require_action.action("PRODUCTBOARD_UPDATE_FEATURES", {
72
+ slug: "productboard-update-features",
73
+ name: "Update Features",
74
+ description: "Tool to update a feature in Productboard. Use when modifying feature details like name, description, status, owner, parent, or timeframe.",
75
+ input: ProductboardUpdateFeaturesInput,
76
+ output: ProductboardUpdateFeaturesOutput
77
+ });
78
+ //#endregion
79
+ exports.productboardUpdateFeatures = productboardUpdateFeatures;
80
+
81
+ //# sourceMappingURL=update-features.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-features.cjs","names":["z","action"],"sources":["../../src/actions/update-features.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateFeaturesInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the feature to update.\"),\n data: z.object({\n name: z.string().describe(\"New feature name. Leave unset to keep current value.\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email address of the user to assign as owner.\"),\n}).describe(\"Owner reference for updating feature ownership.\").optional(),\n parent: z.union([z.object({\n feature: z.object({\n id: z.string().describe(\"UUID of the parent feature.\"),\n}).describe(\"Feature parent reference.\"),\n}).describe(\"Parent wrapper for feature parent type.\"), z.object({\n component: z.object({\n id: z.string().describe(\"UUID of the parent component.\"),\n}).describe(\"Component parent reference.\"),\n}).describe(\"Parent wrapper for component parent type.\"), z.object({\n product: z.object({\n id: z.string().describe(\"UUID of the parent product.\"),\n}).describe(\"Product parent reference.\"),\n}).describe(\"Parent wrapper for product parent type.\")]).optional(),\n status: z.object({\n id: z.string().describe(\"UUID of the status to set. Cannot be used with 'name'.\").optional(),\n name: z.string().describe(\"Name of the status to set. Cannot be used with 'id'.\").optional(),\n}).describe(\"Status reference for updating feature status.\").optional(),\n archived: z.boolean().describe(\"Set feature archived status. Leave unset to keep current value.\").optional(),\n timeframe: z.object({\n endDate: z.string().describe(\"End date for the feature timeframe in YYYY-MM-DD format.\").optional(),\n startDate: z.string().describe(\"Start date for the feature timeframe in YYYY-MM-DD format.\").optional(),\n granularity: z.string().describe(\"Granularity of the timeframe (e.g., 'day', 'week', 'month').\").optional(),\n}).describe(\"Timeframe for planning a feature.\").optional(),\n description: z.string().describe(\"New feature description in limited HTML format. Leave unset to keep current value. See https://developer.productboard.com/reference/rich-text-formatting\").optional(),\n}).describe(\"Fields to update on the feature.\"),\n}).describe(\"Request model for updating a feature.\");\nconst ProductboardUpdateFeatures_LinkObjectSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"Web UI URL of the feature.\"),\n self: z.string().describe(\"API URL of the feature resource.\"),\n}).describe(\"Hypermedia link object.\");\nconst ProductboardUpdateFeatures_OwnerSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Owner's email address.\"),\n}).describe(\"Feature owner identified by email.\");\nconst ProductboardUpdateFeatures_ParentRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent entity.\"),\n links: z.object({}).describe(\"Link map for the parent entity.\"),\n}).describe(\"Reference to a parent entity.\");\nconst ProductboardUpdateFeatures_ParentSchema: z.ZodTypeAny = z.object({\n feature: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n product: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n component: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n}).describe(\"Parent wrapper; one of product, component, or feature.\");\nconst ProductboardUpdateFeatures_StatusSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the status.\"),\n name: z.string().describe(\"Name of the status.\"),\n}).describe(\"Status reference for a feature.\");\nconst ProductboardUpdateFeatures_TimeframeSchema: z.ZodTypeAny = z.object({\n endDate: z.string().describe(\"End date in YYYY-MM-DD format.\").nullable().optional(),\n startDate: z.string().describe(\"Start date in YYYY-MM-DD format.\").nullable().optional(),\n granularity: z.string().describe(\"Time granularity, e.g., 'week', 'month'.\").nullable().optional(),\n}).describe(\"Optional planning timeframe for the feature.\");\nconst ProductboardUpdateFeatures_HealthUpdateSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Health status.\"),\n message: z.string().describe(\"Health update message.\"),\n createdAt: z.string().describe(\"Timestamp of the health update.\"),\n}).describe(\"Health update information.\");\nconst ProductboardUpdateFeatures_FeatureSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the feature.\"),\n name: z.string().describe(\"Title of the feature.\"),\n type: z.string().describe(\"Entity type ('feature' or 'subfeature').\"),\n links: ProductboardUpdateFeatures_LinkObjectSchema.nullable(),\n owner: ProductboardUpdateFeatures_OwnerSchema.nullable().optional(),\n parent: ProductboardUpdateFeatures_ParentSchema.nullable(),\n status: ProductboardUpdateFeatures_StatusSchema.nullable(),\n archived: z.boolean().describe(\"Whether the feature is archived.\"),\n createdAt: z.string().describe(\"Timestamp when the feature was created.\"),\n timeframe: ProductboardUpdateFeatures_TimeframeSchema.nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the feature was last updated.\"),\n description: z.string().describe(\"HTML-formatted description.\"),\n lastHealthUpdate: ProductboardUpdateFeatures_HealthUpdateSchema.nullable().optional(),\n}).describe(\"Feature object description.\");\nexport const ProductboardUpdateFeaturesOutput: z.ZodTypeAny = z.object({\n data: ProductboardUpdateFeatures_FeatureSchema.nullable(),\n}).describe(\"Response model for updating a feature.\");\n\nexport const productboardUpdateFeatures = action(\"PRODUCTBOARD_UPDATE_FEATURES\", {\n slug: \"productboard-update-features\",\n name: \"Update Features\",\n description: \"Tool to update a feature in Productboard. Use when modifying feature details like name, description, status, owner, parent, or timeframe.\",\n input: ProductboardUpdateFeaturesInput,\n output: ProductboardUpdateFeaturesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-features.d.ts
4
+ declare const ProductboardUpdateFeaturesInput: z.ZodTypeAny;
5
+ declare const ProductboardUpdateFeaturesOutput: z.ZodTypeAny;
6
+ declare const productboardUpdateFeatures: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateFeatures };
9
+ //# sourceMappingURL=update-features.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-features.d.cts","names":[],"sources":["../../src/actions/update-features.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAgCI;AAAA,cA8CvC,gCAAA,EAAkC,CAAA,CAAE,UAEI;AAAA,cAExC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-features.d.ts
4
+ declare const ProductboardUpdateFeaturesInput: z.ZodTypeAny;
5
+ declare const ProductboardUpdateFeaturesOutput: z.ZodTypeAny;
6
+ declare const productboardUpdateFeatures: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productboardUpdateFeatures };
9
+ //# sourceMappingURL=update-features.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-features.d.mts","names":[],"sources":["../../src/actions/update-features.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAgCI;AAAA,cA8CvC,gCAAA,EAAkC,CAAA,CAAE,UAEI;AAAA,cAExC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,80 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-features.ts
4
+ const ProductboardUpdateFeaturesInput = z.object({
5
+ id: z.string().describe("UUID of the feature to update."),
6
+ data: z.object({
7
+ name: z.string().describe("New feature name. Leave unset to keep current value.").optional(),
8
+ owner: z.object({ email: z.string().describe("Email address of the user to assign as owner.") }).describe("Owner reference for updating feature ownership.").optional(),
9
+ parent: z.union([
10
+ z.object({ feature: z.object({ id: z.string().describe("UUID of the parent feature.") }).describe("Feature parent reference.") }).describe("Parent wrapper for feature parent type."),
11
+ z.object({ component: z.object({ id: z.string().describe("UUID of the parent component.") }).describe("Component parent reference.") }).describe("Parent wrapper for component parent type."),
12
+ z.object({ product: z.object({ id: z.string().describe("UUID of the parent product.") }).describe("Product parent reference.") }).describe("Parent wrapper for product parent type.")
13
+ ]).optional(),
14
+ status: z.object({
15
+ id: z.string().describe("UUID of the status to set. Cannot be used with 'name'.").optional(),
16
+ name: z.string().describe("Name of the status to set. Cannot be used with 'id'.").optional()
17
+ }).describe("Status reference for updating feature status.").optional(),
18
+ archived: z.boolean().describe("Set feature archived status. Leave unset to keep current value.").optional(),
19
+ timeframe: z.object({
20
+ endDate: z.string().describe("End date for the feature timeframe in YYYY-MM-DD format.").optional(),
21
+ startDate: z.string().describe("Start date for the feature timeframe in YYYY-MM-DD format.").optional(),
22
+ granularity: z.string().describe("Granularity of the timeframe (e.g., 'day', 'week', 'month').").optional()
23
+ }).describe("Timeframe for planning a feature.").optional(),
24
+ description: z.string().describe("New feature description in limited HTML format. Leave unset to keep current value. See https://developer.productboard.com/reference/rich-text-formatting").optional()
25
+ }).describe("Fields to update on the feature.")
26
+ }).describe("Request model for updating a feature.");
27
+ const ProductboardUpdateFeatures_LinkObjectSchema = z.object({
28
+ html: z.string().describe("Web UI URL of the feature."),
29
+ self: z.string().describe("API URL of the feature resource.")
30
+ }).describe("Hypermedia link object.");
31
+ const ProductboardUpdateFeatures_OwnerSchema = z.object({ email: z.string().describe("Owner's email address.") }).describe("Feature owner identified by email.");
32
+ const ProductboardUpdateFeatures_ParentRefSchema = z.object({
33
+ id: z.string().describe("UUID of the parent entity."),
34
+ links: z.object({}).describe("Link map for the parent entity.")
35
+ }).describe("Reference to a parent entity.");
36
+ const ProductboardUpdateFeatures_ParentSchema = z.object({
37
+ feature: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),
38
+ product: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),
39
+ component: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional()
40
+ }).describe("Parent wrapper; one of product, component, or feature.");
41
+ const ProductboardUpdateFeatures_StatusSchema = z.object({
42
+ id: z.string().describe("UUID of the status."),
43
+ name: z.string().describe("Name of the status.")
44
+ }).describe("Status reference for a feature.");
45
+ const ProductboardUpdateFeatures_TimeframeSchema = z.object({
46
+ endDate: z.string().describe("End date in YYYY-MM-DD format.").nullable().optional(),
47
+ startDate: z.string().describe("Start date in YYYY-MM-DD format.").nullable().optional(),
48
+ granularity: z.string().describe("Time granularity, e.g., 'week', 'month'.").nullable().optional()
49
+ }).describe("Optional planning timeframe for the feature.");
50
+ const ProductboardUpdateFeatures_HealthUpdateSchema = z.object({
51
+ status: z.string().describe("Health status."),
52
+ message: z.string().describe("Health update message."),
53
+ createdAt: z.string().describe("Timestamp of the health update.")
54
+ }).describe("Health update information.");
55
+ const ProductboardUpdateFeatures_FeatureSchema = z.object({
56
+ id: z.string().describe("UUID of the feature."),
57
+ name: z.string().describe("Title of the feature."),
58
+ type: z.string().describe("Entity type ('feature' or 'subfeature')."),
59
+ links: ProductboardUpdateFeatures_LinkObjectSchema.nullable(),
60
+ owner: ProductboardUpdateFeatures_OwnerSchema.nullable().optional(),
61
+ parent: ProductboardUpdateFeatures_ParentSchema.nullable(),
62
+ status: ProductboardUpdateFeatures_StatusSchema.nullable(),
63
+ archived: z.boolean().describe("Whether the feature is archived."),
64
+ createdAt: z.string().describe("Timestamp when the feature was created."),
65
+ timeframe: ProductboardUpdateFeatures_TimeframeSchema.nullable().optional(),
66
+ updatedAt: z.string().describe("Timestamp when the feature was last updated."),
67
+ description: z.string().describe("HTML-formatted description."),
68
+ lastHealthUpdate: ProductboardUpdateFeatures_HealthUpdateSchema.nullable().optional()
69
+ }).describe("Feature object description.");
70
+ const productboardUpdateFeatures = action("PRODUCTBOARD_UPDATE_FEATURES", {
71
+ slug: "productboard-update-features",
72
+ name: "Update Features",
73
+ description: "Tool to update a feature in Productboard. Use when modifying feature details like name, description, status, owner, parent, or timeframe.",
74
+ input: ProductboardUpdateFeaturesInput,
75
+ output: z.object({ data: ProductboardUpdateFeatures_FeatureSchema.nullable() }).describe("Response model for updating a feature.")
76
+ });
77
+ //#endregion
78
+ export { productboardUpdateFeatures };
79
+
80
+ //# sourceMappingURL=update-features.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-features.mjs","names":[],"sources":["../../src/actions/update-features.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductboardUpdateFeaturesInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the feature to update.\"),\n data: z.object({\n name: z.string().describe(\"New feature name. Leave unset to keep current value.\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email address of the user to assign as owner.\"),\n}).describe(\"Owner reference for updating feature ownership.\").optional(),\n parent: z.union([z.object({\n feature: z.object({\n id: z.string().describe(\"UUID of the parent feature.\"),\n}).describe(\"Feature parent reference.\"),\n}).describe(\"Parent wrapper for feature parent type.\"), z.object({\n component: z.object({\n id: z.string().describe(\"UUID of the parent component.\"),\n}).describe(\"Component parent reference.\"),\n}).describe(\"Parent wrapper for component parent type.\"), z.object({\n product: z.object({\n id: z.string().describe(\"UUID of the parent product.\"),\n}).describe(\"Product parent reference.\"),\n}).describe(\"Parent wrapper for product parent type.\")]).optional(),\n status: z.object({\n id: z.string().describe(\"UUID of the status to set. Cannot be used with 'name'.\").optional(),\n name: z.string().describe(\"Name of the status to set. Cannot be used with 'id'.\").optional(),\n}).describe(\"Status reference for updating feature status.\").optional(),\n archived: z.boolean().describe(\"Set feature archived status. Leave unset to keep current value.\").optional(),\n timeframe: z.object({\n endDate: z.string().describe(\"End date for the feature timeframe in YYYY-MM-DD format.\").optional(),\n startDate: z.string().describe(\"Start date for the feature timeframe in YYYY-MM-DD format.\").optional(),\n granularity: z.string().describe(\"Granularity of the timeframe (e.g., 'day', 'week', 'month').\").optional(),\n}).describe(\"Timeframe for planning a feature.\").optional(),\n description: z.string().describe(\"New feature description in limited HTML format. Leave unset to keep current value. See https://developer.productboard.com/reference/rich-text-formatting\").optional(),\n}).describe(\"Fields to update on the feature.\"),\n}).describe(\"Request model for updating a feature.\");\nconst ProductboardUpdateFeatures_LinkObjectSchema: z.ZodTypeAny = z.object({\n html: z.string().describe(\"Web UI URL of the feature.\"),\n self: z.string().describe(\"API URL of the feature resource.\"),\n}).describe(\"Hypermedia link object.\");\nconst ProductboardUpdateFeatures_OwnerSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Owner's email address.\"),\n}).describe(\"Feature owner identified by email.\");\nconst ProductboardUpdateFeatures_ParentRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the parent entity.\"),\n links: z.object({}).describe(\"Link map for the parent entity.\"),\n}).describe(\"Reference to a parent entity.\");\nconst ProductboardUpdateFeatures_ParentSchema: z.ZodTypeAny = z.object({\n feature: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n product: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n component: ProductboardUpdateFeatures_ParentRefSchema.nullable().optional(),\n}).describe(\"Parent wrapper; one of product, component, or feature.\");\nconst ProductboardUpdateFeatures_StatusSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the status.\"),\n name: z.string().describe(\"Name of the status.\"),\n}).describe(\"Status reference for a feature.\");\nconst ProductboardUpdateFeatures_TimeframeSchema: z.ZodTypeAny = z.object({\n endDate: z.string().describe(\"End date in YYYY-MM-DD format.\").nullable().optional(),\n startDate: z.string().describe(\"Start date in YYYY-MM-DD format.\").nullable().optional(),\n granularity: z.string().describe(\"Time granularity, e.g., 'week', 'month'.\").nullable().optional(),\n}).describe(\"Optional planning timeframe for the feature.\");\nconst ProductboardUpdateFeatures_HealthUpdateSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Health status.\"),\n message: z.string().describe(\"Health update message.\"),\n createdAt: z.string().describe(\"Timestamp of the health update.\"),\n}).describe(\"Health update information.\");\nconst ProductboardUpdateFeatures_FeatureSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the feature.\"),\n name: z.string().describe(\"Title of the feature.\"),\n type: z.string().describe(\"Entity type ('feature' or 'subfeature').\"),\n links: ProductboardUpdateFeatures_LinkObjectSchema.nullable(),\n owner: ProductboardUpdateFeatures_OwnerSchema.nullable().optional(),\n parent: ProductboardUpdateFeatures_ParentSchema.nullable(),\n status: ProductboardUpdateFeatures_StatusSchema.nullable(),\n archived: z.boolean().describe(\"Whether the feature is archived.\"),\n createdAt: z.string().describe(\"Timestamp when the feature was created.\"),\n timeframe: ProductboardUpdateFeatures_TimeframeSchema.nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the feature was last updated.\"),\n description: z.string().describe(\"HTML-formatted description.\"),\n lastHealthUpdate: ProductboardUpdateFeatures_HealthUpdateSchema.nullable().optional(),\n}).describe(\"Feature object description.\");\nexport const ProductboardUpdateFeaturesOutput: z.ZodTypeAny = z.object({\n data: ProductboardUpdateFeatures_FeatureSchema.nullable(),\n}).describe(\"Response model for updating a feature.\");\n\nexport const productboardUpdateFeatures = action(\"PRODUCTBOARD_UPDATE_FEATURES\", {\n slug: \"productboard-update-features\",\n name: \"Update Features\",\n description: \"Tool to update a feature in Productboard. Use when modifying feature details like name, description, status, owner, parent, or timeframe.\",\n input: ProductboardUpdateFeaturesInput,\n output: ProductboardUpdateFeaturesOutput,\n});\n"],"mappings":"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"}