@keystrokehq/productlane 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 (346) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-changelog.cjs +33 -0
  7. package/dist/actions/create-changelog.cjs.map +1 -0
  8. package/dist/actions/create-changelog.d.cts +9 -0
  9. package/dist/actions/create-changelog.d.cts.map +1 -0
  10. package/dist/actions/create-changelog.d.mts +9 -0
  11. package/dist/actions/create-changelog.d.mts.map +1 -0
  12. package/dist/actions/create-changelog.mjs +30 -0
  13. package/dist/actions/create-changelog.mjs.map +1 -0
  14. package/dist/actions/create-company.cjs +52 -0
  15. package/dist/actions/create-company.cjs.map +1 -0
  16. package/dist/actions/create-company.d.cts +9 -0
  17. package/dist/actions/create-company.d.cts.map +1 -0
  18. package/dist/actions/create-company.d.mts +9 -0
  19. package/dist/actions/create-company.d.mts.map +1 -0
  20. package/dist/actions/create-company.mjs +49 -0
  21. package/dist/actions/create-company.mjs.map +1 -0
  22. package/dist/actions/create-contact.cjs +37 -0
  23. package/dist/actions/create-contact.cjs.map +1 -0
  24. package/dist/actions/create-contact.d.cts +9 -0
  25. package/dist/actions/create-contact.d.cts.map +1 -0
  26. package/dist/actions/create-contact.d.mts +9 -0
  27. package/dist/actions/create-contact.d.mts.map +1 -0
  28. package/dist/actions/create-contact.mjs +34 -0
  29. package/dist/actions/create-contact.mjs.map +1 -0
  30. package/dist/actions/create-feedback.cjs +53 -0
  31. package/dist/actions/create-feedback.cjs.map +1 -0
  32. package/dist/actions/create-feedback.d.cts +9 -0
  33. package/dist/actions/create-feedback.d.cts.map +1 -0
  34. package/dist/actions/create-feedback.d.mts +9 -0
  35. package/dist/actions/create-feedback.d.mts.map +1 -0
  36. package/dist/actions/create-feedback.mjs +50 -0
  37. package/dist/actions/create-feedback.mjs.map +1 -0
  38. package/dist/actions/create-insight.cjs +188 -0
  39. package/dist/actions/create-insight.cjs.map +1 -0
  40. package/dist/actions/create-insight.d.cts +9 -0
  41. package/dist/actions/create-insight.d.cts.map +1 -0
  42. package/dist/actions/create-insight.d.mts +9 -0
  43. package/dist/actions/create-insight.d.mts.map +1 -0
  44. package/dist/actions/create-insight.mjs +187 -0
  45. package/dist/actions/create-insight.mjs.map +1 -0
  46. package/dist/actions/create-thread.cjs +29 -0
  47. package/dist/actions/create-thread.cjs.map +1 -0
  48. package/dist/actions/create-thread.d.cts +9 -0
  49. package/dist/actions/create-thread.d.cts.map +1 -0
  50. package/dist/actions/create-thread.d.mts +9 -0
  51. package/dist/actions/create-thread.d.mts.map +1 -0
  52. package/dist/actions/create-thread.mjs +26 -0
  53. package/dist/actions/create-thread.mjs.map +1 -0
  54. package/dist/actions/create-upvote.cjs +28 -0
  55. package/dist/actions/create-upvote.cjs.map +1 -0
  56. package/dist/actions/create-upvote.d.cts +9 -0
  57. package/dist/actions/create-upvote.d.cts.map +1 -0
  58. package/dist/actions/create-upvote.d.mts +9 -0
  59. package/dist/actions/create-upvote.d.mts.map +1 -0
  60. package/dist/actions/create-upvote.mjs +25 -0
  61. package/dist/actions/create-upvote.mjs.map +1 -0
  62. package/dist/actions/delete-company.cjs +16 -0
  63. package/dist/actions/delete-company.cjs.map +1 -0
  64. package/dist/actions/delete-company.d.cts +9 -0
  65. package/dist/actions/delete-company.d.cts.map +1 -0
  66. package/dist/actions/delete-company.d.mts +9 -0
  67. package/dist/actions/delete-company.d.mts.map +1 -0
  68. package/dist/actions/delete-company.mjs +13 -0
  69. package/dist/actions/delete-company.mjs.map +1 -0
  70. package/dist/actions/delete-contact.cjs +16 -0
  71. package/dist/actions/delete-contact.cjs.map +1 -0
  72. package/dist/actions/delete-contact.d.cts +9 -0
  73. package/dist/actions/delete-contact.d.cts.map +1 -0
  74. package/dist/actions/delete-contact.d.mts +9 -0
  75. package/dist/actions/delete-contact.d.mts.map +1 -0
  76. package/dist/actions/delete-contact.mjs +13 -0
  77. package/dist/actions/delete-contact.mjs.map +1 -0
  78. package/dist/actions/delete-upvote.cjs +25 -0
  79. package/dist/actions/delete-upvote.cjs.map +1 -0
  80. package/dist/actions/delete-upvote.d.cts +9 -0
  81. package/dist/actions/delete-upvote.d.cts.map +1 -0
  82. package/dist/actions/delete-upvote.d.mts +9 -0
  83. package/dist/actions/delete-upvote.d.mts.map +1 -0
  84. package/dist/actions/delete-upvote.mjs +22 -0
  85. package/dist/actions/delete-upvote.mjs.map +1 -0
  86. package/dist/actions/enable-widget.cjs +19 -0
  87. package/dist/actions/enable-widget.cjs.map +1 -0
  88. package/dist/actions/enable-widget.d.cts +9 -0
  89. package/dist/actions/enable-widget.d.cts.map +1 -0
  90. package/dist/actions/enable-widget.d.mts +9 -0
  91. package/dist/actions/enable-widget.d.mts.map +1 -0
  92. package/dist/actions/enable-widget.mjs +16 -0
  93. package/dist/actions/enable-widget.mjs.map +1 -0
  94. package/dist/actions/get-changelog.cjs +38 -0
  95. package/dist/actions/get-changelog.cjs.map +1 -0
  96. package/dist/actions/get-changelog.d.cts +9 -0
  97. package/dist/actions/get-changelog.d.cts.map +1 -0
  98. package/dist/actions/get-changelog.d.mts +9 -0
  99. package/dist/actions/get-changelog.d.mts.map +1 -0
  100. package/dist/actions/get-changelog.mjs +35 -0
  101. package/dist/actions/get-changelog.mjs.map +1 -0
  102. package/dist/actions/get-company.cjs +44 -0
  103. package/dist/actions/get-company.cjs.map +1 -0
  104. package/dist/actions/get-company.d.cts +9 -0
  105. package/dist/actions/get-company.d.cts.map +1 -0
  106. package/dist/actions/get-company.d.mts +9 -0
  107. package/dist/actions/get-company.d.mts.map +1 -0
  108. package/dist/actions/get-company.mjs +43 -0
  109. package/dist/actions/get-company.mjs.map +1 -0
  110. package/dist/actions/get-contact.cjs +31 -0
  111. package/dist/actions/get-contact.cjs.map +1 -0
  112. package/dist/actions/get-contact.d.cts +9 -0
  113. package/dist/actions/get-contact.d.cts.map +1 -0
  114. package/dist/actions/get-contact.d.mts +9 -0
  115. package/dist/actions/get-contact.d.mts.map +1 -0
  116. package/dist/actions/get-contact.mjs +28 -0
  117. package/dist/actions/get-contact.mjs.map +1 -0
  118. package/dist/actions/get-help-center-article.cjs +33 -0
  119. package/dist/actions/get-help-center-article.cjs.map +1 -0
  120. package/dist/actions/get-help-center-article.d.cts +9 -0
  121. package/dist/actions/get-help-center-article.d.cts.map +1 -0
  122. package/dist/actions/get-help-center-article.d.mts +9 -0
  123. package/dist/actions/get-help-center-article.d.mts.map +1 -0
  124. package/dist/actions/get-help-center-article.mjs +30 -0
  125. package/dist/actions/get-help-center-article.mjs.map +1 -0
  126. package/dist/actions/get-insight.cjs +167 -0
  127. package/dist/actions/get-insight.cjs.map +1 -0
  128. package/dist/actions/get-insight.d.cts +9 -0
  129. package/dist/actions/get-insight.d.cts.map +1 -0
  130. package/dist/actions/get-insight.d.mts +9 -0
  131. package/dist/actions/get-insight.d.mts.map +1 -0
  132. package/dist/actions/get-insight.mjs +166 -0
  133. package/dist/actions/get-insight.mjs.map +1 -0
  134. package/dist/actions/get-issue.cjs +43 -0
  135. package/dist/actions/get-issue.cjs.map +1 -0
  136. package/dist/actions/get-issue.d.cts +9 -0
  137. package/dist/actions/get-issue.d.cts.map +1 -0
  138. package/dist/actions/get-issue.d.mts +9 -0
  139. package/dist/actions/get-issue.d.mts.map +1 -0
  140. package/dist/actions/get-issue.mjs +40 -0
  141. package/dist/actions/get-issue.mjs.map +1 -0
  142. package/dist/actions/get-linear-options.cjs +28 -0
  143. package/dist/actions/get-linear-options.cjs.map +1 -0
  144. package/dist/actions/get-linear-options.d.cts +9 -0
  145. package/dist/actions/get-linear-options.d.cts.map +1 -0
  146. package/dist/actions/get-linear-options.d.mts +9 -0
  147. package/dist/actions/get-linear-options.d.mts.map +1 -0
  148. package/dist/actions/get-linear-options.mjs +27 -0
  149. package/dist/actions/get-linear-options.mjs.map +1 -0
  150. package/dist/actions/get-project.cjs +34 -0
  151. package/dist/actions/get-project.cjs.map +1 -0
  152. package/dist/actions/get-project.d.cts +9 -0
  153. package/dist/actions/get-project.d.cts.map +1 -0
  154. package/dist/actions/get-project.d.mts +9 -0
  155. package/dist/actions/get-project.d.mts.map +1 -0
  156. package/dist/actions/get-project.mjs +31 -0
  157. package/dist/actions/get-project.mjs.map +1 -0
  158. package/dist/actions/get-workspace.cjs +53 -0
  159. package/dist/actions/get-workspace.cjs.map +1 -0
  160. package/dist/actions/get-workspace.d.cts +9 -0
  161. package/dist/actions/get-workspace.d.cts.map +1 -0
  162. package/dist/actions/get-workspace.d.mts +9 -0
  163. package/dist/actions/get-workspace.d.mts.map +1 -0
  164. package/dist/actions/get-workspace.mjs +52 -0
  165. package/dist/actions/get-workspace.mjs.map +1 -0
  166. package/dist/actions/index.cjs +79 -0
  167. package/dist/actions/index.d.cts +40 -0
  168. package/dist/actions/index.d.mts +40 -0
  169. package/dist/actions/index.mjs +40 -0
  170. package/dist/actions/invite-user.cjs +24 -0
  171. package/dist/actions/invite-user.cjs.map +1 -0
  172. package/dist/actions/invite-user.d.cts +9 -0
  173. package/dist/actions/invite-user.d.cts.map +1 -0
  174. package/dist/actions/invite-user.d.mts +9 -0
  175. package/dist/actions/invite-user.d.mts.map +1 -0
  176. package/dist/actions/invite-user.mjs +21 -0
  177. package/dist/actions/invite-user.mjs.map +1 -0
  178. package/dist/actions/list-changelogs.cjs +34 -0
  179. package/dist/actions/list-changelogs.cjs.map +1 -0
  180. package/dist/actions/list-changelogs.d.cts +9 -0
  181. package/dist/actions/list-changelogs.d.cts.map +1 -0
  182. package/dist/actions/list-changelogs.d.mts +9 -0
  183. package/dist/actions/list-changelogs.d.mts.map +1 -0
  184. package/dist/actions/list-changelogs.mjs +33 -0
  185. package/dist/actions/list-changelogs.mjs.map +1 -0
  186. package/dist/actions/list-companies.cjs +61 -0
  187. package/dist/actions/list-companies.cjs.map +1 -0
  188. package/dist/actions/list-companies.d.cts +9 -0
  189. package/dist/actions/list-companies.d.cts.map +1 -0
  190. package/dist/actions/list-companies.d.mts +9 -0
  191. package/dist/actions/list-companies.d.mts.map +1 -0
  192. package/dist/actions/list-companies.mjs +60 -0
  193. package/dist/actions/list-companies.mjs.map +1 -0
  194. package/dist/actions/list-contacts.cjs +46 -0
  195. package/dist/actions/list-contacts.cjs.map +1 -0
  196. package/dist/actions/list-contacts.d.cts +9 -0
  197. package/dist/actions/list-contacts.d.cts.map +1 -0
  198. package/dist/actions/list-contacts.d.mts +9 -0
  199. package/dist/actions/list-contacts.d.mts.map +1 -0
  200. package/dist/actions/list-contacts.mjs +45 -0
  201. package/dist/actions/list-contacts.mjs.map +1 -0
  202. package/dist/actions/list-help-center-articles.cjs +33 -0
  203. package/dist/actions/list-help-center-articles.cjs.map +1 -0
  204. package/dist/actions/list-help-center-articles.d.cts +9 -0
  205. package/dist/actions/list-help-center-articles.d.cts.map +1 -0
  206. package/dist/actions/list-help-center-articles.d.mts +9 -0
  207. package/dist/actions/list-help-center-articles.d.mts.map +1 -0
  208. package/dist/actions/list-help-center-articles.mjs +32 -0
  209. package/dist/actions/list-help-center-articles.mjs.map +1 -0
  210. package/dist/actions/list-insights.cjs +90 -0
  211. package/dist/actions/list-insights.cjs.map +1 -0
  212. package/dist/actions/list-insights.d.cts +9 -0
  213. package/dist/actions/list-insights.d.cts.map +1 -0
  214. package/dist/actions/list-insights.d.mts +9 -0
  215. package/dist/actions/list-insights.d.mts.map +1 -0
  216. package/dist/actions/list-insights.mjs +89 -0
  217. package/dist/actions/list-insights.mjs.map +1 -0
  218. package/dist/actions/list-issues.cjs +43 -0
  219. package/dist/actions/list-issues.cjs.map +1 -0
  220. package/dist/actions/list-issues.d.cts +9 -0
  221. package/dist/actions/list-issues.d.cts.map +1 -0
  222. package/dist/actions/list-issues.d.mts +9 -0
  223. package/dist/actions/list-issues.d.mts.map +1 -0
  224. package/dist/actions/list-issues.mjs +42 -0
  225. package/dist/actions/list-issues.mjs.map +1 -0
  226. package/dist/actions/list-members.cjs +31 -0
  227. package/dist/actions/list-members.cjs.map +1 -0
  228. package/dist/actions/list-members.d.cts +9 -0
  229. package/dist/actions/list-members.d.cts.map +1 -0
  230. package/dist/actions/list-members.d.mts +9 -0
  231. package/dist/actions/list-members.d.mts.map +1 -0
  232. package/dist/actions/list-members.mjs +30 -0
  233. package/dist/actions/list-members.mjs.map +1 -0
  234. package/dist/actions/list-projects.cjs +34 -0
  235. package/dist/actions/list-projects.cjs.map +1 -0
  236. package/dist/actions/list-projects.d.cts +9 -0
  237. package/dist/actions/list-projects.d.cts.map +1 -0
  238. package/dist/actions/list-projects.d.mts +9 -0
  239. package/dist/actions/list-projects.d.mts.map +1 -0
  240. package/dist/actions/list-projects.mjs +33 -0
  241. package/dist/actions/list-projects.mjs.map +1 -0
  242. package/dist/actions/update-company.cjs +53 -0
  243. package/dist/actions/update-company.cjs.map +1 -0
  244. package/dist/actions/update-company.d.cts +9 -0
  245. package/dist/actions/update-company.d.cts.map +1 -0
  246. package/dist/actions/update-company.d.mts +9 -0
  247. package/dist/actions/update-company.d.mts.map +1 -0
  248. package/dist/actions/update-company.mjs +50 -0
  249. package/dist/actions/update-company.mjs.map +1 -0
  250. package/dist/actions/update-contact.cjs +38 -0
  251. package/dist/actions/update-contact.cjs.map +1 -0
  252. package/dist/actions/update-contact.d.cts +9 -0
  253. package/dist/actions/update-contact.d.cts.map +1 -0
  254. package/dist/actions/update-contact.d.mts +9 -0
  255. package/dist/actions/update-contact.d.mts.map +1 -0
  256. package/dist/actions/update-contact.mjs +35 -0
  257. package/dist/actions/update-contact.mjs.map +1 -0
  258. package/dist/actions/update-insight.cjs +116 -0
  259. package/dist/actions/update-insight.cjs.map +1 -0
  260. package/dist/actions/update-insight.d.cts +9 -0
  261. package/dist/actions/update-insight.d.cts.map +1 -0
  262. package/dist/actions/update-insight.d.mts +9 -0
  263. package/dist/actions/update-insight.d.mts.map +1 -0
  264. package/dist/actions/update-insight.mjs +115 -0
  265. package/dist/actions/update-insight.mjs.map +1 -0
  266. package/dist/actions/widget-close.cjs +16 -0
  267. package/dist/actions/widget-close.cjs.map +1 -0
  268. package/dist/actions/widget-close.d.cts +9 -0
  269. package/dist/actions/widget-close.d.cts.map +1 -0
  270. package/dist/actions/widget-close.d.mts +9 -0
  271. package/dist/actions/widget-close.d.mts.map +1 -0
  272. package/dist/actions/widget-close.mjs +13 -0
  273. package/dist/actions/widget-close.mjs.map +1 -0
  274. package/dist/actions/widget-disable.cjs +19 -0
  275. package/dist/actions/widget-disable.cjs.map +1 -0
  276. package/dist/actions/widget-disable.d.cts +9 -0
  277. package/dist/actions/widget-disable.d.cts.map +1 -0
  278. package/dist/actions/widget-disable.d.mts +9 -0
  279. package/dist/actions/widget-disable.d.mts.map +1 -0
  280. package/dist/actions/widget-disable.mjs +16 -0
  281. package/dist/actions/widget-disable.mjs.map +1 -0
  282. package/dist/actions/widget-off-event.cjs +26 -0
  283. package/dist/actions/widget-off-event.cjs.map +1 -0
  284. package/dist/actions/widget-off-event.d.cts +9 -0
  285. package/dist/actions/widget-off-event.d.cts.map +1 -0
  286. package/dist/actions/widget-off-event.d.mts +9 -0
  287. package/dist/actions/widget-off-event.d.mts.map +1 -0
  288. package/dist/actions/widget-off-event.mjs +23 -0
  289. package/dist/actions/widget-off-event.mjs.map +1 -0
  290. package/dist/actions/widget-on-event.cjs +24 -0
  291. package/dist/actions/widget-on-event.cjs.map +1 -0
  292. package/dist/actions/widget-on-event.d.cts +9 -0
  293. package/dist/actions/widget-on-event.d.cts.map +1 -0
  294. package/dist/actions/widget-on-event.d.mts +9 -0
  295. package/dist/actions/widget-on-event.d.mts.map +1 -0
  296. package/dist/actions/widget-on-event.mjs +21 -0
  297. package/dist/actions/widget-on-event.mjs.map +1 -0
  298. package/dist/actions/widget-open-docs.cjs +19 -0
  299. package/dist/actions/widget-open-docs.cjs.map +1 -0
  300. package/dist/actions/widget-open-docs.d.cts +9 -0
  301. package/dist/actions/widget-open-docs.d.cts.map +1 -0
  302. package/dist/actions/widget-open-docs.d.mts +9 -0
  303. package/dist/actions/widget-open-docs.d.mts.map +1 -0
  304. package/dist/actions/widget-open-docs.mjs +16 -0
  305. package/dist/actions/widget-open-docs.mjs.map +1 -0
  306. package/dist/actions/widget-open.cjs +21 -0
  307. package/dist/actions/widget-open.cjs.map +1 -0
  308. package/dist/actions/widget-open.d.cts +9 -0
  309. package/dist/actions/widget-open.d.cts.map +1 -0
  310. package/dist/actions/widget-open.d.mts +9 -0
  311. package/dist/actions/widget-open.d.mts.map +1 -0
  312. package/dist/actions/widget-open.mjs +18 -0
  313. package/dist/actions/widget-open.mjs.map +1 -0
  314. package/dist/actions/widget-toggle.cjs +16 -0
  315. package/dist/actions/widget-toggle.cjs.map +1 -0
  316. package/dist/actions/widget-toggle.d.cts +9 -0
  317. package/dist/actions/widget-toggle.d.cts.map +1 -0
  318. package/dist/actions/widget-toggle.d.mts +9 -0
  319. package/dist/actions/widget-toggle.d.mts.map +1 -0
  320. package/dist/actions/widget-toggle.mjs +13 -0
  321. package/dist/actions/widget-toggle.mjs.map +1 -0
  322. package/dist/app.cjs +9 -0
  323. package/dist/app.cjs.map +1 -0
  324. package/dist/app.d.cts +5 -0
  325. package/dist/app.d.cts.map +1 -0
  326. package/dist/app.d.mts +5 -0
  327. package/dist/app.d.mts.map +1 -0
  328. package/dist/app.mjs +10 -0
  329. package/dist/app.mjs.map +1 -0
  330. package/dist/catalog.cjs +15 -0
  331. package/dist/catalog.cjs.map +1 -0
  332. package/dist/catalog.d.cts +14 -0
  333. package/dist/catalog.d.cts.map +1 -0
  334. package/dist/catalog.d.mts +14 -0
  335. package/dist/catalog.d.mts.map +1 -0
  336. package/dist/catalog.mjs +15 -0
  337. package/dist/catalog.mjs.map +1 -0
  338. package/dist/execute.cjs +18 -0
  339. package/dist/execute.cjs.map +1 -0
  340. package/dist/execute.mjs +18 -0
  341. package/dist/execute.mjs.map +1 -0
  342. package/dist/index.cjs +84 -0
  343. package/dist/index.d.cts +42 -0
  344. package/dist/index.d.mts +42 -0
  345. package/dist/index.mjs +43 -0
  346. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-thread.d.mts","names":[],"sources":["../../src/actions/create-thread.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQqB;AAAA,cACrD,6BAAA,EAA+B,CAAA,CAAE,UAEiB;AAAA,cAElD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneCreateThread = action("PRODUCTLANE_CREATE_THREAD", {
4
+ slug: "productlane-create-thread",
5
+ name: "Create Thread",
6
+ description: "Tool to create a new thread in Productlane. Use when you need to create feedback, feature requests, or bug reports from users.",
7
+ input: z.object({
8
+ name: z.string().describe("Optional additional name field.").optional(),
9
+ text: z.string().describe("Main content/body text of the thread."),
10
+ email: z.string().describe("Email address of the person creating the thread. Must be a valid email format with max length of 254 characters."),
11
+ title: z.string().describe("Title of the thread. Maximum length is 512 characters."),
12
+ actorName: z.string().describe("Name of the person creating the thread."),
13
+ painLevel: z.enum([
14
+ "UNKNOWN",
15
+ "LOW",
16
+ "MEDIUM",
17
+ "HIGH"
18
+ ]).describe("Pain level indicating the severity or impact of the feedback. Valid values: UNKNOWN, LOW, MEDIUM, HIGH."),
19
+ actorImage: z.string().describe("Optional URL to an avatar/profile image for the person creating the thread.").optional()
20
+ }).describe("Request model for creating a thread in Productlane."),
21
+ output: z.object({ id: z.string().describe("Unique identifier of the created thread.") }).describe("Response model returned after creating a thread.")
22
+ });
23
+ //#endregion
24
+ export { productlaneCreateThread };
25
+
26
+ //# sourceMappingURL=create-thread.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-thread.mjs","names":[],"sources":["../../src/actions/create-thread.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneCreateThreadInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Optional additional name field.\").optional(),\n text: z.string().describe(\"Main content/body text of the thread.\"),\n email: z.string().describe(\"Email address of the person creating the thread. Must be a valid email format with max length of 254 characters.\"),\n title: z.string().describe(\"Title of the thread. Maximum length is 512 characters.\"),\n actorName: z.string().describe(\"Name of the person creating the thread.\"),\n painLevel: z.enum([\"UNKNOWN\", \"LOW\", \"MEDIUM\", \"HIGH\"]).describe(\"Pain level indicating the severity or impact of the feedback. Valid values: UNKNOWN, LOW, MEDIUM, HIGH.\"),\n actorImage: z.string().describe(\"Optional URL to an avatar/profile image for the person creating the thread.\").optional(),\n}).describe(\"Request model for creating a thread in Productlane.\");\nexport const ProductlaneCreateThreadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created thread.\"),\n}).describe(\"Response model returned after creating a thread.\");\n\nexport const productlaneCreateThread = action(\"PRODUCTLANE_CREATE_THREAD\", {\n slug: \"productlane-create-thread\",\n name: \"Create Thread\",\n description: \"Tool to create a new thread in Productlane. Use when you need to create feedback, feature requests, or bug reports from users.\",\n input: ProductlaneCreateThreadInput,\n output: ProductlaneCreateThreadOutput,\n});\n"],"mappings":";;AAiBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;EAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,WAAW,EAAE,KAAK;GAAC;GAAW;GAAO;GAAU;EAAM,CAAC,CAAC,CAAC,SAAS,yGAAyG;EAC1K,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,SAAS,qDASH;CACP,QATyD,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACpE,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-upvote.ts
4
+ const ProductlaneCreateUpvoteInput = zod.z.object({
5
+ email: zod.z.string().describe("Email address of the person upvoting. Must be a valid email format (max 254 characters)."),
6
+ issueId: zod.z.string().describe("UUID of the issue to upvote. Either projectId or issueId must be provided, but not both.").optional(),
7
+ projectId: zod.z.string().describe("UUID of the project to upvote. Either projectId or issueId must be provided, but not both.").optional()
8
+ }).describe("Request to create an upvote for a project or issue.");
9
+ const ProductlaneCreateUpvoteOutput = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier of the created upvote."),
11
+ issueId: zod.z.string().describe("UUID of the upvoted issue, if applicable.").nullable().optional(),
12
+ version: zod.z.union([zod.z.number().int(), zod.z.number()]),
13
+ contactId: zod.z.string().describe("Identifier of the contact who created the upvote."),
14
+ createdAt: zod.z.string().describe("ISO 8601 timestamp of when the upvote was created."),
15
+ isDeleted: zod.z.boolean().describe("Indicates whether the upvote has been deleted."),
16
+ projectId: zod.z.string().describe("UUID of the upvoted project, if applicable.").nullable().optional()
17
+ }).describe("Response from creating an upvote.");
18
+ const productlaneCreateUpvote = require_action.action("PRODUCTLANE_CREATE_UPVOTE", {
19
+ slug: "productlane-create-upvote",
20
+ name: "Create Upvote",
21
+ description: "Tool to create an upvote for a project or issue. Use when you need to record user support for a project or issue. Either projectId or issueId must be provided.",
22
+ input: ProductlaneCreateUpvoteInput,
23
+ output: ProductlaneCreateUpvoteOutput
24
+ });
25
+ //#endregion
26
+ exports.productlaneCreateUpvote = productlaneCreateUpvote;
27
+
28
+ //# sourceMappingURL=create-upvote.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-upvote.cjs","names":["z","action"],"sources":["../../src/actions/create-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneCreateUpvoteInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the person upvoting. Must be a valid email format (max 254 characters).\"),\n issueId: z.string().describe(\"UUID of the issue to upvote. Either projectId or issueId must be provided, but not both.\").optional(),\n projectId: z.string().describe(\"UUID of the project to upvote. Either projectId or issueId must be provided, but not both.\").optional(),\n}).describe(\"Request to create an upvote for a project or issue.\");\nexport const ProductlaneCreateUpvoteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created upvote.\"),\n issueId: z.string().describe(\"UUID of the upvoted issue, if applicable.\").nullable().optional(),\n version: z.union([z.number().int(), z.number()]),\n contactId: z.string().describe(\"Identifier of the contact who created the upvote.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the upvote was created.\"),\n isDeleted: z.boolean().describe(\"Indicates whether the upvote has been deleted.\"),\n projectId: z.string().describe(\"UUID of the upvoted project, if applicable.\").nullable().optional(),\n}).describe(\"Response from creating an upvote.\");\n\nexport const productlaneCreateUpvote = action(\"PRODUCTLANE_CREATE_UPVOTE\", {\n slug: \"productlane-create-upvote\",\n name: \"Create Upvote\",\n description: \"Tool to create an upvote for a project or issue. Use when you need to record user support for a project or issue. Either projectId or issueId must be provided.\",\n input: ProductlaneCreateUpvoteInput,\n output: ProductlaneCreateUpvoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CACrH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAClI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAC/C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-upvote.d.ts
4
+ declare const ProductlaneCreateUpvoteInput: z.ZodTypeAny;
5
+ declare const ProductlaneCreateUpvoteOutput: z.ZodTypeAny;
6
+ declare const productlaneCreateUpvote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneCreateUpvote };
9
+ //# sourceMappingURL=create-upvote.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-upvote.d.cts","names":[],"sources":["../../src/actions/create-upvote.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIqB;AAAA,cACrD,6BAAA,EAA+B,CAAA,CAAE,UAQE;AAAA,cAEnC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-upvote.d.ts
4
+ declare const ProductlaneCreateUpvoteInput: z.ZodTypeAny;
5
+ declare const ProductlaneCreateUpvoteOutput: z.ZodTypeAny;
6
+ declare const productlaneCreateUpvote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneCreateUpvote };
9
+ //# sourceMappingURL=create-upvote.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-upvote.d.mts","names":[],"sources":["../../src/actions/create-upvote.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIqB;AAAA,cACrD,6BAAA,EAA+B,CAAA,CAAE,UAQE;AAAA,cAEnC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneCreateUpvote = action("PRODUCTLANE_CREATE_UPVOTE", {
4
+ slug: "productlane-create-upvote",
5
+ name: "Create Upvote",
6
+ description: "Tool to create an upvote for a project or issue. Use when you need to record user support for a project or issue. Either projectId or issueId must be provided.",
7
+ input: z.object({
8
+ email: z.string().describe("Email address of the person upvoting. Must be a valid email format (max 254 characters)."),
9
+ issueId: z.string().describe("UUID of the issue to upvote. Either projectId or issueId must be provided, but not both.").optional(),
10
+ projectId: z.string().describe("UUID of the project to upvote. Either projectId or issueId must be provided, but not both.").optional()
11
+ }).describe("Request to create an upvote for a project or issue."),
12
+ output: z.object({
13
+ id: z.string().describe("Unique identifier of the created upvote."),
14
+ issueId: z.string().describe("UUID of the upvoted issue, if applicable.").nullable().optional(),
15
+ version: z.union([z.number().int(), z.number()]),
16
+ contactId: z.string().describe("Identifier of the contact who created the upvote."),
17
+ createdAt: z.string().describe("ISO 8601 timestamp of when the upvote was created."),
18
+ isDeleted: z.boolean().describe("Indicates whether the upvote has been deleted."),
19
+ projectId: z.string().describe("UUID of the upvoted project, if applicable.").nullable().optional()
20
+ }).describe("Response from creating an upvote.")
21
+ });
22
+ //#endregion
23
+ export { productlaneCreateUpvote };
24
+
25
+ //# sourceMappingURL=create-upvote.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-upvote.mjs","names":[],"sources":["../../src/actions/create-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneCreateUpvoteInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the person upvoting. Must be a valid email format (max 254 characters).\"),\n issueId: z.string().describe(\"UUID of the issue to upvote. Either projectId or issueId must be provided, but not both.\").optional(),\n projectId: z.string().describe(\"UUID of the project to upvote. Either projectId or issueId must be provided, but not both.\").optional(),\n}).describe(\"Request to create an upvote for a project or issue.\");\nexport const ProductlaneCreateUpvoteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created upvote.\"),\n issueId: z.string().describe(\"UUID of the upvoted issue, if applicable.\").nullable().optional(),\n version: z.union([z.number().int(), z.number()]),\n contactId: z.string().describe(\"Identifier of the contact who created the upvote.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the upvote was created.\"),\n isDeleted: z.boolean().describe(\"Indicates whether the upvote has been deleted.\"),\n projectId: z.string().describe(\"UUID of the upvoted project, if applicable.\").nullable().optional(),\n}).describe(\"Response from creating an upvote.\");\n\nexport const productlaneCreateUpvote = action(\"PRODUCTLANE_CREATE_UPVOTE\", {\n slug: \"productlane-create-upvote\",\n name: \"Create Upvote\",\n description: \"Tool to create an upvote for a project or issue. Use when you need to record user support for a project or issue. Either projectId or issueId must be provided.\",\n input: ProductlaneCreateUpvoteInput,\n output: ProductlaneCreateUpvoteOutput,\n});\n"],"mappings":";;AAmBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBwD,EAAE,OAAO;EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;EACrH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EAClI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACxI,CAAC,CAAC,CAAC,SAAS,qDAeH;CACP,QAfyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;EAC/C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACnF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-company.ts
4
+ const ProductlaneDeleteCompanyInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the company to delete") });
5
+ const ProductlaneDeleteCompanyOutput = zod.z.object({ isDeleted: zod.z.boolean().describe("Indicates if the company was successfully deleted") });
6
+ const productlaneDeleteCompany = require_action.action("PRODUCTLANE_DELETE_COMPANY", {
7
+ slug: "productlane-delete-company",
8
+ name: "Delete Company",
9
+ description: "Tool to delete a company by its unique ID. Use when you need to permanently remove a company and all associated data from Productlane.",
10
+ input: ProductlaneDeleteCompanyInput,
11
+ output: ProductlaneDeleteCompanyOutput
12
+ });
13
+ //#endregion
14
+ exports.productlaneDeleteCompany = productlaneDeleteCompany;
15
+
16
+ //# sourceMappingURL=delete-company.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-company.cjs","names":["z","action"],"sources":["../../src/actions/delete-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteCompanyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the company to delete\"),\n});\nexport const ProductlaneDeleteCompanyOutput: z.ZodTypeAny = z.object({\n isDeleted: z.boolean().describe(\"Indicates if the company was successfully deleted\"),\n});\n\nexport const productlaneDeleteCompany = action(\"PRODUCTLANE_DELETE_COMPANY\", {\n slug: \"productlane-delete-company\",\n name: \"Delete Company\",\n description: \"Tool to delete a company by its unique ID. Use when you need to permanently remove a company and all associated data from Productlane.\",\n input: ProductlaneDeleteCompanyInput,\n output: ProductlaneDeleteCompanyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,EACrF,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-company.d.ts
4
+ declare const ProductlaneDeleteCompanyInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteCompanyOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteCompany };
9
+ //# sourceMappingURL=delete-company.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-company.d.cts","names":[],"sources":["../../src/actions/delete-company.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-company.d.ts
4
+ declare const ProductlaneDeleteCompanyInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteCompanyOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteCompany };
9
+ //# sourceMappingURL=delete-company.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-company.d.mts","names":[],"sources":["../../src/actions/delete-company.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneDeleteCompany = action("PRODUCTLANE_DELETE_COMPANY", {
4
+ slug: "productlane-delete-company",
5
+ name: "Delete Company",
6
+ description: "Tool to delete a company by its unique ID. Use when you need to permanently remove a company and all associated data from Productlane.",
7
+ input: z.object({ id: z.string().describe("Unique identifier of the company to delete") }),
8
+ output: z.object({ isDeleted: z.boolean().describe("Indicates if the company was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { productlaneDeleteCompany };
12
+
13
+ //# sourceMappingURL=delete-company.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-company.mjs","names":[],"sources":["../../src/actions/delete-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteCompanyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the company to delete\"),\n});\nexport const ProductlaneDeleteCompanyOutput: z.ZodTypeAny = z.object({\n isDeleted: z.boolean().describe(\"Indicates if the company was successfully deleted\"),\n});\n\nexport const productlaneDeleteCompany = action(\"PRODUCTLANE_DELETE_COMPANY\", {\n slug: \"productlane-delete-company\",\n name: \"Delete Company\",\n description: \"Tool to delete a company by its unique ID. Use when you need to permanently remove a company and all associated data from Productlane.\",\n input: ProductlaneDeleteCompanyInput,\n output: ProductlaneDeleteCompanyOutput,\n});\n"],"mappings":";;AAWA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXyD,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EACtE,CASS;CACP,QAT0D,EAAE,OAAO,EACnE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,EACrF,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-contact.ts
4
+ const ProductlaneDeleteContactInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the contact to delete. You can only delete your own contacts.") }).describe("Request model for deleting a contact by ID.");
5
+ const ProductlaneDeleteContactOutput = zod.z.object({ isDeleted: zod.z.boolean().describe("Indicates whether the contact was successfully deleted") }).describe("Response model for delete contact action.");
6
+ const productlaneDeleteContact = require_action.action("PRODUCTLANE_DELETE_CONTACT", {
7
+ slug: "productlane-delete-contact",
8
+ name: "Delete Contact",
9
+ description: "Tool to delete a contact by ID. Use when you need to permanently remove a contact from Productlane. Authentication is required and you can only delete your own contacts.",
10
+ input: ProductlaneDeleteContactInput,
11
+ output: ProductlaneDeleteContactOutput
12
+ });
13
+ //#endregion
14
+ exports.productlaneDeleteContact = productlaneDeleteContact;
15
+
16
+ //# sourceMappingURL=delete-contact.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete. You can only delete your own contacts.\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ProductlaneDeleteContactOutput: z.ZodTypeAny = z.object({\n isDeleted: z.boolean().describe(\"Indicates whether the contact was successfully deleted\"),\n}).describe(\"Response model for delete contact action.\");\n\nexport const productlaneDeleteContact = action(\"PRODUCTLANE_DELETE_CONTACT\", {\n slug: \"productlane-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID. Use when you need to permanently remove a contact from Productlane. Authentication is required and you can only delete your own contacts.\",\n input: ProductlaneDeleteContactInput,\n output: ProductlaneDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,EAClH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EAC1F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-contact.d.ts
4
+ declare const ProductlaneDeleteContactInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteContactOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteContact };
9
+ //# sourceMappingURL=delete-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEY;AAAA,cAC7C,8BAAA,EAAgC,CAAA,CAAE,UAES;AAAA,cAE3C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-contact.d.ts
4
+ declare const ProductlaneDeleteContactInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteContactOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteContact };
9
+ //# sourceMappingURL=delete-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEY;AAAA,cAC7C,8BAAA,EAAgC,CAAA,CAAE,UAES;AAAA,cAE3C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneDeleteContact = action("PRODUCTLANE_DELETE_CONTACT", {
4
+ slug: "productlane-delete-contact",
5
+ name: "Delete Contact",
6
+ description: "Tool to delete a contact by ID. Use when you need to permanently remove a contact from Productlane. Authentication is required and you can only delete your own contacts.",
7
+ input: z.object({ id: z.string().describe("The unique identifier of the contact to delete. You can only delete your own contacts.") }).describe("Request model for deleting a contact by ID."),
8
+ output: z.object({ isDeleted: z.boolean().describe("Indicates whether the contact was successfully deleted") }).describe("Response model for delete contact action.")
9
+ });
10
+ //#endregion
11
+ export { productlaneDeleteContact };
12
+
13
+ //# sourceMappingURL=delete-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the contact to delete. You can only delete your own contacts.\"),\n}).describe(\"Request model for deleting a contact by ID.\");\nexport const ProductlaneDeleteContactOutput: z.ZodTypeAny = z.object({\n isDeleted: z.boolean().describe(\"Indicates whether the contact was successfully deleted\"),\n}).describe(\"Response model for delete contact action.\");\n\nexport const productlaneDeleteContact = action(\"PRODUCTLANE_DELETE_CONTACT\", {\n slug: \"productlane-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to delete a contact by ID. Use when you need to permanently remove a contact from Productlane. Authentication is required and you can only delete your own contacts.\",\n input: ProductlaneDeleteContactInput,\n output: ProductlaneDeleteContactOutput,\n});\n"],"mappings":";;AAWA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXyD,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,EAClH,CAAC,CAAC,CAAC,SAAS,6CASH;CACP,QAT0D,EAAE,OAAO,EACnE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EAC1F,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-upvote.ts
4
+ const ProductlaneDeleteUpvoteInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the upvote to delete") });
5
+ const ProductlaneDeleteUpvoteOutput = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the deleted upvote").nullable().optional(),
7
+ issueId: zod.z.string().describe("UUID of the upvoted issue, if applicable").nullable().optional(),
8
+ version: zod.z.union([zod.z.number().int(), zod.z.number()]).nullable().optional(),
9
+ contactId: zod.z.string().describe("Identifier of the contact who created the upvote").nullable().optional(),
10
+ createdAt: zod.z.string().describe("ISO 8601 timestamp of when the upvote was created").nullable().optional(),
11
+ isDeleted: zod.z.boolean().describe("Indicates whether the upvote has been deleted").nullable().optional(),
12
+ projectId: zod.z.string().describe("UUID of the upvoted project, if applicable").nullable().optional(),
13
+ workspaceId: zod.z.string().describe("Workspace identifier this upvote belongs to").nullable().optional()
14
+ });
15
+ const productlaneDeleteUpvote = require_action.action("PRODUCTLANE_DELETE_UPVOTE", {
16
+ slug: "productlane-delete-upvote",
17
+ name: "Delete Upvote",
18
+ description: "Tool to delete an upvote by its unique ID. Use when removing a previously cast upvote on an issue or project.",
19
+ input: ProductlaneDeleteUpvoteInput,
20
+ output: ProductlaneDeleteUpvoteOutput
21
+ });
22
+ //#endregion
23
+ exports.productlaneDeleteUpvote = productlaneDeleteUpvote;
24
+
25
+ //# sourceMappingURL=delete-upvote.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-upvote.cjs","names":["z","action"],"sources":["../../src/actions/delete-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteUpvoteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the upvote to delete\"),\n});\nexport const ProductlaneDeleteUpvoteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deleted upvote\").nullable().optional(),\n issueId: z.string().describe(\"UUID of the upvoted issue, if applicable\").nullable().optional(),\n version: z.union([z.number().int(), z.number()]).nullable().optional(),\n contactId: z.string().describe(\"Identifier of the contact who created the upvote\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the upvote was created\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Indicates whether the upvote has been deleted\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the upvoted project, if applicable\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace identifier this upvote belongs to\").nullable().optional(),\n});\n\nexport const productlaneDeleteUpvote = action(\"PRODUCTLANE_DELETE_UPVOTE\", {\n slug: \"productlane-delete-upvote\",\n name: \"Delete Upvote\",\n description: \"Tool to delete an upvote by its unique ID. Use when removing a previously cast upvote on an issue or project.\",\n input: ProductlaneDeleteUpvoteInput,\n output: ProductlaneDeleteUpvoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACrE,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/delete-upvote.d.ts
4
+ declare const ProductlaneDeleteUpvoteInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteUpvoteOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteUpvote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteUpvote };
9
+ //# sourceMappingURL=delete-upvote.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-upvote.d.cts","names":[],"sources":["../../src/actions/delete-upvote.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAS5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-upvote.d.ts
4
+ declare const ProductlaneDeleteUpvoteInput: z.ZodTypeAny;
5
+ declare const ProductlaneDeleteUpvoteOutput: z.ZodTypeAny;
6
+ declare const productlaneDeleteUpvote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneDeleteUpvote };
9
+ //# sourceMappingURL=delete-upvote.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-upvote.d.mts","names":[],"sources":["../../src/actions/delete-upvote.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAS5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneDeleteUpvote = action("PRODUCTLANE_DELETE_UPVOTE", {
4
+ slug: "productlane-delete-upvote",
5
+ name: "Delete Upvote",
6
+ description: "Tool to delete an upvote by its unique ID. Use when removing a previously cast upvote on an issue or project.",
7
+ input: z.object({ id: z.string().describe("Unique identifier of the upvote to delete") }),
8
+ output: z.object({
9
+ id: z.string().describe("Unique identifier of the deleted upvote").nullable().optional(),
10
+ issueId: z.string().describe("UUID of the upvoted issue, if applicable").nullable().optional(),
11
+ version: z.union([z.number().int(), z.number()]).nullable().optional(),
12
+ contactId: z.string().describe("Identifier of the contact who created the upvote").nullable().optional(),
13
+ createdAt: z.string().describe("ISO 8601 timestamp of when the upvote was created").nullable().optional(),
14
+ isDeleted: z.boolean().describe("Indicates whether the upvote has been deleted").nullable().optional(),
15
+ projectId: z.string().describe("UUID of the upvoted project, if applicable").nullable().optional(),
16
+ workspaceId: z.string().describe("Workspace identifier this upvote belongs to").nullable().optional()
17
+ })
18
+ });
19
+ //#endregion
20
+ export { productlaneDeleteUpvote };
21
+
22
+ //# sourceMappingURL=delete-upvote.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-upvote.mjs","names":[],"sources":["../../src/actions/delete-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteUpvoteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the upvote to delete\"),\n});\nexport const ProductlaneDeleteUpvoteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deleted upvote\").nullable().optional(),\n issueId: z.string().describe(\"UUID of the upvoted issue, if applicable\").nullable().optional(),\n version: z.union([z.number().int(), z.number()]).nullable().optional(),\n contactId: z.string().describe(\"Identifier of the contact who created the upvote\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the upvote was created\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Indicates whether the upvote has been deleted\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the upvoted project, if applicable\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace identifier this upvote belongs to\").nullable().optional(),\n});\n\nexport const productlaneDeleteUpvote = action(\"PRODUCTLANE_DELETE_UPVOTE\", {\n slug: \"productlane-delete-upvote\",\n name: \"Delete Upvote\",\n description: \"Tool to delete an upvote by its unique ID. Use when removing a previously cast upvote on an issue or project.\",\n input: ProductlaneDeleteUpvoteInput,\n output: ProductlaneDeleteUpvoteOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBwD,EAAE,OAAO,EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACrE,CAgBS;CACP,QAhByD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAOU;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/enable-widget.ts
4
+ const ProductlaneEnableWidgetInput = zod.z.object({}).describe("No parameters required to enable the Productlane widget.");
5
+ const ProductlaneEnableWidgetOutput = zod.z.object({
6
+ message: zod.z.string().describe("Client-side instruction to invoke Productlane.enable()"),
7
+ success: zod.z.boolean().describe("True if the widget was enabled successfully")
8
+ }).describe("Response schema for enabling the Productlane widget.");
9
+ const productlaneEnableWidget = require_action.action("PRODUCTLANE_ENABLE_WIDGET", {
10
+ slug: "productlane-enable-widget",
11
+ name: "Enable Productlane Widget",
12
+ description: "Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.",
13
+ input: ProductlaneEnableWidgetInput,
14
+ output: ProductlaneEnableWidgetOutput
15
+ });
16
+ //#endregion
17
+ exports.productlaneEnableWidget = productlaneEnableWidget;
18
+
19
+ //# sourceMappingURL=enable-widget.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-widget.cjs","names":["z","action"],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required to enable the Productlane widget.\");\nexport const ProductlaneEnableWidgetOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Client-side instruction to invoke Productlane.enable()\"),\n success: z.boolean().describe(\"True if the widget was enabled successfully\"),\n}).describe(\"Response schema for enabling the Productlane widget.\");\n\nexport const productlaneEnableWidget = action(\"PRODUCTLANE_ENABLE_WIDGET\", {\n slug: \"productlane-enable-widget\",\n name: \"Enable Productlane Widget\",\n description: \"Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.\",\n input: ProductlaneEnableWidgetInput,\n output: ProductlaneEnableWidgetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAC1I,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;AAC7E,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/enable-widget.d.ts
4
+ declare const ProductlaneEnableWidgetInput: z.ZodTypeAny;
5
+ declare const ProductlaneEnableWidgetOutput: z.ZodTypeAny;
6
+ declare const productlaneEnableWidget: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneEnableWidget };
9
+ //# sourceMappingURL=enable-widget.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-widget.d.cts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAA8F;AAAA,cAC9H,6BAAA,EAA+B,CAAA,CAAE,UAGqB;AAAA,cAEtD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/enable-widget.d.ts
4
+ declare const ProductlaneEnableWidgetInput: z.ZodTypeAny;
5
+ declare const ProductlaneEnableWidgetOutput: z.ZodTypeAny;
6
+ declare const productlaneEnableWidget: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneEnableWidget };
9
+ //# sourceMappingURL=enable-widget.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-widget.d.mts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAA8F;AAAA,cAC9H,6BAAA,EAA+B,CAAA,CAAE,UAGqB;AAAA,cAEtD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneEnableWidget = action("PRODUCTLANE_ENABLE_WIDGET", {
4
+ slug: "productlane-enable-widget",
5
+ name: "Enable Productlane Widget",
6
+ description: "Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.",
7
+ input: z.object({}).describe("No parameters required to enable the Productlane widget."),
8
+ output: z.object({
9
+ message: z.string().describe("Client-side instruction to invoke Productlane.enable()"),
10
+ success: z.boolean().describe("True if the widget was enabled successfully")
11
+ }).describe("Response schema for enabling the Productlane widget.")
12
+ });
13
+ //#endregion
14
+ export { productlaneEnableWidget };
15
+
16
+ //# sourceMappingURL=enable-widget.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-widget.mjs","names":[],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required to enable the Productlane widget.\");\nexport const ProductlaneEnableWidgetOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Client-side instruction to invoke Productlane.enable()\"),\n success: z.boolean().describe(\"True if the widget was enabled successfully\"),\n}).describe(\"Response schema for enabling the Productlane widget.\");\n\nexport const productlaneEnableWidget = action(\"PRODUCTLANE_ENABLE_WIDGET\", {\n slug: \"productlane-enable-widget\",\n name: \"Enable Productlane Widget\",\n description: \"Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.\",\n input: ProductlaneEnableWidgetInput,\n output: ProductlaneEnableWidgetOutput,\n});\n"],"mappings":";;AAUA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAUvE;CACP,QAVyD,EAAE,OAAO;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACrF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CAC7E,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-changelog.ts
4
+ const ProductlaneGetChangelogInput = zod.z.object({
5
+ language: zod.z.string().describe("The language code for the changelog content. If not specified, defaults to the workspace's default language.").optional(),
6
+ changelog_id: zod.z.string().describe("The unique identifier of the changelog to retrieve."),
7
+ workspace_id: zod.z.string().describe("The unique identifier of the workspace containing the changelog.")
8
+ }).describe("Request model for retrieving a published changelog by ID.");
9
+ const ProductlaneGetChangelogOutput = zod.z.object({
10
+ id: zod.z.string().describe("The unique identifier of the changelog."),
11
+ date: zod.z.string().describe("ISO 8601 timestamp of the changelog date.").nullable().optional(),
12
+ notes: zod.z.union([
13
+ zod.z.string(),
14
+ zod.z.record(zod.z.string(), zod.z.unknown()),
15
+ zod.z.array(zod.z.unknown())
16
+ ]).nullable().optional(),
17
+ title: zod.z.string().describe("Title of the changelog."),
18
+ version: zod.z.number().describe("Version number of the changelog."),
19
+ archived: zod.z.boolean().describe("Indicates whether the changelog is archived."),
20
+ imageUrl: zod.z.string().describe("URL of the changelog's featured image.").nullable().optional(),
21
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created."),
22
+ isDeleted: zod.z.boolean().describe("Indicates whether the changelog has been deleted."),
23
+ projectId: zod.z.string().describe("The ID of the project associated with the changelog.").nullable().optional(),
24
+ published: zod.z.boolean().describe("Indicates whether the changelog is published."),
25
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
26
+ workspaceId: zod.z.string().describe("The unique identifier of the workspace containing the changelog.")
27
+ }).describe("Response model containing the published changelog details.");
28
+ const productlaneGetChangelog = require_action.action("PRODUCTLANE_GET_CHANGELOG", {
29
+ slug: "productlane-get-changelog",
30
+ name: "Get Changelog",
31
+ description: "Tool to retrieve a published changelog by ID from Productlane. Use when you need to fetch details about a specific changelog entry. No authorization is required for published changelogs.",
32
+ input: ProductlaneGetChangelogInput,
33
+ output: ProductlaneGetChangelogOutput
34
+ });
35
+ //#endregion
36
+ exports.productlaneGetChangelog = productlaneGetChangelog;
37
+
38
+ //# sourceMappingURL=get-changelog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-changelog.cjs","names":["z","action"],"sources":["../../src/actions/get-changelog.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetChangelogInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"The language code for the changelog content. If not specified, defaults to the workspace's default language.\").optional(),\n changelog_id: z.string().describe(\"The unique identifier of the changelog to retrieve.\"),\n workspace_id: z.string().describe(\"The unique identifier of the workspace containing the changelog.\"),\n}).describe(\"Request model for retrieving a published changelog by ID.\");\nexport const ProductlaneGetChangelogOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the changelog.\"),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date.\").nullable().optional(),\n notes: z.union([z.string(), z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n title: z.string().describe(\"Title of the changelog.\"),\n version: z.number().describe(\"Version number of the changelog.\"),\n archived: z.boolean().describe(\"Indicates whether the changelog is archived.\"),\n imageUrl: z.string().describe(\"URL of the changelog's featured image.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created.\"),\n isDeleted: z.boolean().describe(\"Indicates whether the changelog has been deleted.\"),\n projectId: z.string().describe(\"The ID of the project associated with the changelog.\").nullable().optional(),\n published: z.boolean().describe(\"Indicates whether the changelog is published.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\"),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the changelog.\"),\n}).describe(\"Response model containing the published changelog details.\");\n\nexport const productlaneGetChangelog = action(\"PRODUCTLANE_GET_CHANGELOG\", {\n slug: \"productlane-get-changelog\",\n name: \"Get Changelog\",\n description: \"Tool to retrieve a published changelog by ID from Productlane. Use when you need to fetch details about a specific changelog entry. No authorization is required for published changelogs.\",\n input: ProductlaneGetChangelogInput,\n output: ProductlaneGetChangelogOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CACvJ,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACtG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC/D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CAC7E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACrG,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-changelog.d.ts
4
+ declare const ProductlaneGetChangelogInput: z.ZodTypeAny;
5
+ declare const ProductlaneGetChangelogOutput: z.ZodTypeAny;
6
+ declare const productlaneGetChangelog: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneGetChangelog };
9
+ //# sourceMappingURL=get-changelog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-changelog.d.cts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI2B;AAAA,cAC3D,6BAAA,EAA+B,CAAA,CAAE,UAc2B;AAAA,cAE5D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-changelog.d.ts
4
+ declare const ProductlaneGetChangelogInput: z.ZodTypeAny;
5
+ declare const ProductlaneGetChangelogOutput: z.ZodTypeAny;
6
+ declare const productlaneGetChangelog: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneGetChangelog };
9
+ //# sourceMappingURL=get-changelog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-changelog.d.mts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI2B;AAAA,cAC3D,6BAAA,EAA+B,CAAA,CAAE,UAc2B;AAAA,cAE5D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneGetChangelog = action("PRODUCTLANE_GET_CHANGELOG", {
4
+ slug: "productlane-get-changelog",
5
+ name: "Get Changelog",
6
+ description: "Tool to retrieve a published changelog by ID from Productlane. Use when you need to fetch details about a specific changelog entry. No authorization is required for published changelogs.",
7
+ input: z.object({
8
+ language: z.string().describe("The language code for the changelog content. If not specified, defaults to the workspace's default language.").optional(),
9
+ changelog_id: z.string().describe("The unique identifier of the changelog to retrieve."),
10
+ workspace_id: z.string().describe("The unique identifier of the workspace containing the changelog.")
11
+ }).describe("Request model for retrieving a published changelog by ID."),
12
+ output: z.object({
13
+ id: z.string().describe("The unique identifier of the changelog."),
14
+ date: z.string().describe("ISO 8601 timestamp of the changelog date.").nullable().optional(),
15
+ notes: z.union([
16
+ z.string(),
17
+ z.record(z.string(), z.unknown()),
18
+ z.array(z.unknown())
19
+ ]).nullable().optional(),
20
+ title: z.string().describe("Title of the changelog."),
21
+ version: z.number().describe("Version number of the changelog."),
22
+ archived: z.boolean().describe("Indicates whether the changelog is archived."),
23
+ imageUrl: z.string().describe("URL of the changelog's featured image.").nullable().optional(),
24
+ createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created."),
25
+ isDeleted: z.boolean().describe("Indicates whether the changelog has been deleted."),
26
+ projectId: z.string().describe("The ID of the project associated with the changelog.").nullable().optional(),
27
+ published: z.boolean().describe("Indicates whether the changelog is published."),
28
+ updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
29
+ workspaceId: z.string().describe("The unique identifier of the workspace containing the changelog.")
30
+ }).describe("Response model containing the published changelog details.")
31
+ });
32
+ //#endregion
33
+ export { productlaneGetChangelog };
34
+
35
+ //# sourceMappingURL=get-changelog.mjs.map