@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,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project.d.ts
4
+ declare const ProductlaneGetProjectInput: z.ZodTypeAny;
5
+ declare const ProductlaneGetProjectOutput: z.ZodTypeAny;
6
+ declare const productlaneGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneGetProject };
9
+ //# sourceMappingURL=get-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIqB;AAAA,cACnD,2BAAA,EAA6B,CAAA,CAAE,UAcW;AAAA,cAE1C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneGetProject = action("PRODUCTLANE_GET_PROJECT", {
4
+ slug: "productlane-get-project",
5
+ name: "Get Project",
6
+ description: "Tool to retrieve a project by its ID from a workspace. Use when you need to fetch details about a specific project including its name, description, progress, and associated metadata.",
7
+ input: z.object({
8
+ language: z.string().describe("Language code for localized content (e.g., 'en', 'de'). If not provided, returns content in the default language.").optional(),
9
+ project_id: z.string().describe("Project ID to retrieve."),
10
+ workspace_id: z.string().describe("Workspace ID containing the project.")
11
+ }).describe("Request model for retrieving a project by its ID."),
12
+ output: z.object({
13
+ id: z.string().describe("Unique identifier of the project."),
14
+ icon: z.string().describe("Icon identifier or URL for the project.").nullable().optional(),
15
+ name: z.string().describe("Name of the project."),
16
+ color: z.string().describe("Color code associated with the project (e.g., hex color).").nullable().optional(),
17
+ state: z.string().describe("Current state of the project (e.g., 'active', 'completed').").nullable().optional(),
18
+ upvotes: z.number().describe("Number of upvotes the project has received."),
19
+ progress: z.number().describe("Progress percentage of the project (0-100).").nullable().optional(),
20
+ createdAt: z.string().describe("ISO 8601 timestamp when the project was created."),
21
+ sortOrder: z.number().describe("Numerical value determining the display order of the project."),
22
+ description: z.string().describe("Description of the project.").nullable().optional(),
23
+ linearTeamIds: z.array(z.string()).describe("List of Linear team IDs associated with the project."),
24
+ importanceScore: z.number().describe("Calculated importance score for the project."),
25
+ linearProjectId: z.string().describe("Associated Linear project ID, if integrated.").nullable().optional()
26
+ }).describe("Response model for retrieving a project.")
27
+ });
28
+ //#endregion
29
+ export { productlaneGetProject };
30
+
31
+ //# sourceMappingURL=get-project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetProjectInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Language code for localized content (e.g., 'en', 'de'). If not provided, returns content in the default language.\").optional(),\n project_id: z.string().describe(\"Project ID to retrieve.\"),\n workspace_id: z.string().describe(\"Workspace ID containing the project.\"),\n}).describe(\"Request model for retrieving a project by its ID.\");\nexport const ProductlaneGetProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the project.\"),\n icon: z.string().describe(\"Icon identifier or URL for the project.\").nullable().optional(),\n name: z.string().describe(\"Name of the project.\"),\n color: z.string().describe(\"Color code associated with the project (e.g., hex color).\").nullable().optional(),\n state: z.string().describe(\"Current state of the project (e.g., 'active', 'completed').\").nullable().optional(),\n upvotes: z.number().describe(\"Number of upvotes the project has received.\"),\n progress: z.number().describe(\"Progress percentage of the project (0-100).\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the project was created.\"),\n sortOrder: z.number().describe(\"Numerical value determining the display order of the project.\"),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n linearTeamIds: z.array(z.string()).describe(\"List of Linear team IDs associated with the project.\"),\n importanceScore: z.number().describe(\"Calculated importance score for the project.\"),\n linearProjectId: z.string().describe(\"Associated Linear project ID, if integrated.\").nullable().optional(),\n}).describe(\"Response model for retrieving a project.\");\n\nexport const productlaneGetProject = action(\"PRODUCTLANE_GET_PROJECT\", {\n slug: \"productlane-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a project by its ID from a workspace. Use when you need to fetch details about a specific project including its name, description, progress, and associated metadata.\",\n input: ProductlaneGetProjectInput,\n output: ProductlaneGetProjectOutput,\n});\n"],"mappings":";;AAyBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzBsD,EAAE,OAAO;EAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EAC5J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACzD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC1E,CAAC,CAAC,CAAC,SAAS,mDAqBH;CACP,QArBuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;EAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACnF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,53 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-workspace.ts
4
+ const ProductlaneGetWorkspaceInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the workspace to retrieve") }).describe("Request model for fetching a workspace by ID.");
5
+ const ProductlaneGetWorkspace_WorkspaceResponseSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the workspace"),
7
+ name: zod.z.string().describe("Display name of the workspace"),
8
+ domain: zod.z.string().describe("Workspace domain/subdomain"),
9
+ logoUrl: zod.z.string().describe("URL of the workspace logo image").nullable().optional(),
10
+ darkMode: zod.z.boolean().describe("Whether dark mode is enabled").nullable().optional(),
11
+ logoLink: zod.z.string().describe("URL link for the logo").nullable().optional(),
12
+ textColor: zod.z.string().describe("Text color in light mode"),
13
+ accentColor: zod.z.string().describe("Accent color in light mode"),
14
+ customDomain: zod.z.string().describe("Custom domain if configured").nullable().optional(),
15
+ accentTextColor: zod.z.string().describe("Accent text color in light mode"),
16
+ backgroundColor: zod.z.string().describe("Background color in light mode"),
17
+ buttonTextColor: zod.z.string().describe("Button text color in light mode"),
18
+ changelogPublic: zod.z.boolean().describe("Whether the changelog is publicly accessible"),
19
+ darkModeTextColor: zod.z.string().describe("Text color in dark mode"),
20
+ darkModeAccentColor: zod.z.string().describe("Accent color in dark mode"),
21
+ darkModeAccentTextColor: zod.z.string().describe("Accent text color in dark mode"),
22
+ darkModeBackgroundColor: zod.z.string().describe("Background color in dark mode"),
23
+ darkModeButtonTextColor: zod.z.string().describe("Button text color in dark mode")
24
+ }).describe("Workspace details including branding and configuration.");
25
+ const ProductlaneGetWorkspace_LatestChangelogResponseSchema = zod.z.object({
26
+ id: zod.z.string().describe("Unique identifier of the changelog entry"),
27
+ date: zod.z.string().describe("ISO 8601 timestamp of the changelog date").nullable().optional(),
28
+ title: zod.z.string().describe("Title of the changelog entry"),
29
+ version: zod.z.number().describe("Version number of the changelog"),
30
+ archived: zod.z.boolean().describe("Whether the changelog is archived"),
31
+ imageUrl: zod.z.string().describe("URL of the changelog image").nullable().optional(),
32
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created"),
33
+ isDeleted: zod.z.boolean().describe("Whether the changelog entry is marked as deleted"),
34
+ projectId: zod.z.string().describe("Associated project identifier").nullable().optional(),
35
+ published: zod.z.boolean().describe("Whether the changelog is published"),
36
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated"),
37
+ workspaceId: zod.z.string().describe("Workspace identifier this changelog belongs to")
38
+ }).describe("Details of the latest changelog entry for the workspace.");
39
+ const ProductlaneGetWorkspaceOutput = zod.z.object({
40
+ workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),
41
+ latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional()
42
+ }).describe("Response model containing workspace details and latest changelog.");
43
+ const productlaneGetWorkspace = require_action.action("PRODUCTLANE_GET_WORKSPACE", {
44
+ slug: "productlane-get-workspace",
45
+ name: "Get Workspace",
46
+ description: "Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.",
47
+ input: ProductlaneGetWorkspaceInput,
48
+ output: ProductlaneGetWorkspaceOutput
49
+ });
50
+ //#endregion
51
+ exports.productlaneGetWorkspace = productlaneGetWorkspace;
52
+
53
+ //# sourceMappingURL=get-workspace.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for fetching a workspace by ID.\");\nconst ProductlaneGetWorkspace_WorkspaceResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\"),\n name: z.string().describe(\"Display name of the workspace\"),\n domain: z.string().describe(\"Workspace domain/subdomain\"),\n logoUrl: z.string().describe(\"URL of the workspace logo image\").nullable().optional(),\n darkMode: z.boolean().describe(\"Whether dark mode is enabled\").nullable().optional(),\n logoLink: z.string().describe(\"URL link for the logo\").nullable().optional(),\n textColor: z.string().describe(\"Text color in light mode\"),\n accentColor: z.string().describe(\"Accent color in light mode\"),\n customDomain: z.string().describe(\"Custom domain if configured\").nullable().optional(),\n accentTextColor: z.string().describe(\"Accent text color in light mode\"),\n backgroundColor: z.string().describe(\"Background color in light mode\"),\n buttonTextColor: z.string().describe(\"Button text color in light mode\"),\n changelogPublic: z.boolean().describe(\"Whether the changelog is publicly accessible\"),\n darkModeTextColor: z.string().describe(\"Text color in dark mode\"),\n darkModeAccentColor: z.string().describe(\"Accent color in dark mode\"),\n darkModeAccentTextColor: z.string().describe(\"Accent text color in dark mode\"),\n darkModeBackgroundColor: z.string().describe(\"Background color in dark mode\"),\n darkModeButtonTextColor: z.string().describe(\"Button text color in dark mode\"),\n}).describe(\"Workspace details including branding and configuration.\");\nconst ProductlaneGetWorkspace_LatestChangelogResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry\"),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry\"),\n version: z.number().describe(\"Version number of the changelog\"),\n archived: z.boolean().describe(\"Whether the changelog is archived\"),\n imageUrl: z.string().describe(\"URL of the changelog image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created\"),\n isDeleted: z.boolean().describe(\"Whether the changelog entry is marked as deleted\"),\n projectId: z.string().describe(\"Associated project identifier\").nullable().optional(),\n published: z.boolean().describe(\"Whether the changelog is published\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated\"),\n workspaceId: z.string().describe(\"Workspace identifier this changelog belongs to\"),\n}).describe(\"Details of the latest changelog entry for the workspace.\");\nexport const ProductlaneGetWorkspaceOutput: z.ZodTypeAny = z.object({\n workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),\n latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional(),\n}).describe(\"Response model containing workspace details and latest changelog.\");\n\nexport const productlaneGetWorkspace = action(\"PRODUCTLANE_GET_WORKSPACE\", {\n slug: \"productlane-get-workspace\",\n name: \"Get Workspace\",\n description: \"Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.\",\n input: ProductlaneGetWorkspaceInput,\n output: ProductlaneGetWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACzD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACtE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACrE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACtE,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CACpF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAChE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpE,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACnF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,WAAW,gDAAgD,SAAS;CACpE,iBAAiB,sDAAsD,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,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-workspace.d.ts
4
+ declare const ProductlaneGetWorkspaceInput: z.ZodTypeAny;
5
+ declare const ProductlaneGetWorkspaceOutput: z.ZodTypeAny;
6
+ declare const productlaneGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneGetWorkspace };
9
+ //# sourceMappingURL=get-workspace.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAmC/C,6BAAA,EAA+B,CAAA,CAAE,UAGkC;AAAA,cAEnE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-workspace.d.ts
4
+ declare const ProductlaneGetWorkspaceInput: z.ZodTypeAny;
5
+ declare const ProductlaneGetWorkspaceOutput: z.ZodTypeAny;
6
+ declare const productlaneGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneGetWorkspace };
9
+ //# sourceMappingURL=get-workspace.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAmC/C,6BAAA,EAA+B,CAAA,CAAE,UAGkC;AAAA,cAEnE,uBAAA,gCAAuB,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/get-workspace.ts
4
+ const ProductlaneGetWorkspaceInput = z.object({ id: z.string().describe("Unique identifier of the workspace to retrieve") }).describe("Request model for fetching a workspace by ID.");
5
+ const ProductlaneGetWorkspace_WorkspaceResponseSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the workspace"),
7
+ name: z.string().describe("Display name of the workspace"),
8
+ domain: z.string().describe("Workspace domain/subdomain"),
9
+ logoUrl: z.string().describe("URL of the workspace logo image").nullable().optional(),
10
+ darkMode: z.boolean().describe("Whether dark mode is enabled").nullable().optional(),
11
+ logoLink: z.string().describe("URL link for the logo").nullable().optional(),
12
+ textColor: z.string().describe("Text color in light mode"),
13
+ accentColor: z.string().describe("Accent color in light mode"),
14
+ customDomain: z.string().describe("Custom domain if configured").nullable().optional(),
15
+ accentTextColor: z.string().describe("Accent text color in light mode"),
16
+ backgroundColor: z.string().describe("Background color in light mode"),
17
+ buttonTextColor: z.string().describe("Button text color in light mode"),
18
+ changelogPublic: z.boolean().describe("Whether the changelog is publicly accessible"),
19
+ darkModeTextColor: z.string().describe("Text color in dark mode"),
20
+ darkModeAccentColor: z.string().describe("Accent color in dark mode"),
21
+ darkModeAccentTextColor: z.string().describe("Accent text color in dark mode"),
22
+ darkModeBackgroundColor: z.string().describe("Background color in dark mode"),
23
+ darkModeButtonTextColor: z.string().describe("Button text color in dark mode")
24
+ }).describe("Workspace details including branding and configuration.");
25
+ const ProductlaneGetWorkspace_LatestChangelogResponseSchema = z.object({
26
+ id: z.string().describe("Unique identifier of the changelog entry"),
27
+ date: z.string().describe("ISO 8601 timestamp of the changelog date").nullable().optional(),
28
+ title: z.string().describe("Title of the changelog entry"),
29
+ version: z.number().describe("Version number of the changelog"),
30
+ archived: z.boolean().describe("Whether the changelog is archived"),
31
+ imageUrl: z.string().describe("URL of the changelog image").nullable().optional(),
32
+ createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created"),
33
+ isDeleted: z.boolean().describe("Whether the changelog entry is marked as deleted"),
34
+ projectId: z.string().describe("Associated project identifier").nullable().optional(),
35
+ published: z.boolean().describe("Whether the changelog is published"),
36
+ updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated"),
37
+ workspaceId: z.string().describe("Workspace identifier this changelog belongs to")
38
+ }).describe("Details of the latest changelog entry for the workspace.");
39
+ const productlaneGetWorkspace = action("PRODUCTLANE_GET_WORKSPACE", {
40
+ slug: "productlane-get-workspace",
41
+ name: "Get Workspace",
42
+ description: "Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.",
43
+ input: ProductlaneGetWorkspaceInput,
44
+ output: z.object({
45
+ workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),
46
+ latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional()
47
+ }).describe("Response model containing workspace details and latest changelog.")
48
+ });
49
+ //#endregion
50
+ export { productlaneGetWorkspace };
51
+
52
+ //# sourceMappingURL=get-workspace.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for fetching a workspace by ID.\");\nconst ProductlaneGetWorkspace_WorkspaceResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\"),\n name: z.string().describe(\"Display name of the workspace\"),\n domain: z.string().describe(\"Workspace domain/subdomain\"),\n logoUrl: z.string().describe(\"URL of the workspace logo image\").nullable().optional(),\n darkMode: z.boolean().describe(\"Whether dark mode is enabled\").nullable().optional(),\n logoLink: z.string().describe(\"URL link for the logo\").nullable().optional(),\n textColor: z.string().describe(\"Text color in light mode\"),\n accentColor: z.string().describe(\"Accent color in light mode\"),\n customDomain: z.string().describe(\"Custom domain if configured\").nullable().optional(),\n accentTextColor: z.string().describe(\"Accent text color in light mode\"),\n backgroundColor: z.string().describe(\"Background color in light mode\"),\n buttonTextColor: z.string().describe(\"Button text color in light mode\"),\n changelogPublic: z.boolean().describe(\"Whether the changelog is publicly accessible\"),\n darkModeTextColor: z.string().describe(\"Text color in dark mode\"),\n darkModeAccentColor: z.string().describe(\"Accent color in dark mode\"),\n darkModeAccentTextColor: z.string().describe(\"Accent text color in dark mode\"),\n darkModeBackgroundColor: z.string().describe(\"Background color in dark mode\"),\n darkModeButtonTextColor: z.string().describe(\"Button text color in dark mode\"),\n}).describe(\"Workspace details including branding and configuration.\");\nconst ProductlaneGetWorkspace_LatestChangelogResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry\"),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry\"),\n version: z.number().describe(\"Version number of the changelog\"),\n archived: z.boolean().describe(\"Whether the changelog is archived\"),\n imageUrl: z.string().describe(\"URL of the changelog image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created\"),\n isDeleted: z.boolean().describe(\"Whether the changelog entry is marked as deleted\"),\n projectId: z.string().describe(\"Associated project identifier\").nullable().optional(),\n published: z.boolean().describe(\"Whether the changelog is published\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated\"),\n workspaceId: z.string().describe(\"Workspace identifier this changelog belongs to\"),\n}).describe(\"Details of the latest changelog entry for the workspace.\");\nexport const ProductlaneGetWorkspaceOutput: z.ZodTypeAny = z.object({\n workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),\n latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional(),\n}).describe(\"Response model containing workspace details and latest changelog.\");\n\nexport const productlaneGetWorkspace = action(\"PRODUCTLANE_GET_WORKSPACE\", {\n slug: \"productlane-get-workspace\",\n name: \"Get Workspace\",\n description: \"Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.\",\n input: ProductlaneGetWorkspaceInput,\n output: ProductlaneGetWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACzD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACtE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACrE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACtE,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CACpF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAChE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpE,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACnF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAMtE,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,WAAW,gDAAgD,SAAS;EACpE,iBAAiB,sDAAsD,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,79 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_changelog = require("./create-changelog.cjs");
3
+ const require_create_company = require("./create-company.cjs");
4
+ const require_create_contact = require("./create-contact.cjs");
5
+ const require_create_feedback = require("./create-feedback.cjs");
6
+ const require_create_insight = require("./create-insight.cjs");
7
+ const require_create_thread = require("./create-thread.cjs");
8
+ const require_create_upvote = require("./create-upvote.cjs");
9
+ const require_delete_company = require("./delete-company.cjs");
10
+ const require_delete_contact = require("./delete-contact.cjs");
11
+ const require_delete_upvote = require("./delete-upvote.cjs");
12
+ const require_enable_widget = require("./enable-widget.cjs");
13
+ const require_get_changelog = require("./get-changelog.cjs");
14
+ const require_get_company = require("./get-company.cjs");
15
+ const require_get_contact = require("./get-contact.cjs");
16
+ const require_get_help_center_article = require("./get-help-center-article.cjs");
17
+ const require_get_insight = require("./get-insight.cjs");
18
+ const require_get_issue = require("./get-issue.cjs");
19
+ const require_get_linear_options = require("./get-linear-options.cjs");
20
+ const require_get_project = require("./get-project.cjs");
21
+ const require_get_workspace = require("./get-workspace.cjs");
22
+ const require_invite_user = require("./invite-user.cjs");
23
+ const require_list_changelogs = require("./list-changelogs.cjs");
24
+ const require_list_companies = require("./list-companies.cjs");
25
+ const require_list_contacts = require("./list-contacts.cjs");
26
+ const require_list_help_center_articles = require("./list-help-center-articles.cjs");
27
+ const require_list_insights = require("./list-insights.cjs");
28
+ const require_list_issues = require("./list-issues.cjs");
29
+ const require_list_members = require("./list-members.cjs");
30
+ const require_list_projects = require("./list-projects.cjs");
31
+ const require_update_company = require("./update-company.cjs");
32
+ const require_update_contact = require("./update-contact.cjs");
33
+ const require_update_insight = require("./update-insight.cjs");
34
+ const require_widget_close = require("./widget-close.cjs");
35
+ const require_widget_disable = require("./widget-disable.cjs");
36
+ const require_widget_off_event = require("./widget-off-event.cjs");
37
+ const require_widget_on_event = require("./widget-on-event.cjs");
38
+ const require_widget_open = require("./widget-open.cjs");
39
+ const require_widget_open_docs = require("./widget-open-docs.cjs");
40
+ const require_widget_toggle = require("./widget-toggle.cjs");
41
+ exports.productlaneCreateChangelog = require_create_changelog.productlaneCreateChangelog;
42
+ exports.productlaneCreateCompany = require_create_company.productlaneCreateCompany;
43
+ exports.productlaneCreateContact = require_create_contact.productlaneCreateContact;
44
+ exports.productlaneCreateFeedback = require_create_feedback.productlaneCreateFeedback;
45
+ exports.productlaneCreateInsight = require_create_insight.productlaneCreateInsight;
46
+ exports.productlaneCreateThread = require_create_thread.productlaneCreateThread;
47
+ exports.productlaneCreateUpvote = require_create_upvote.productlaneCreateUpvote;
48
+ exports.productlaneDeleteCompany = require_delete_company.productlaneDeleteCompany;
49
+ exports.productlaneDeleteContact = require_delete_contact.productlaneDeleteContact;
50
+ exports.productlaneDeleteUpvote = require_delete_upvote.productlaneDeleteUpvote;
51
+ exports.productlaneEnableWidget = require_enable_widget.productlaneEnableWidget;
52
+ exports.productlaneGetChangelog = require_get_changelog.productlaneGetChangelog;
53
+ exports.productlaneGetCompany = require_get_company.productlaneGetCompany;
54
+ exports.productlaneGetContact = require_get_contact.productlaneGetContact;
55
+ exports.productlaneGetHelpCenterArticle = require_get_help_center_article.productlaneGetHelpCenterArticle;
56
+ exports.productlaneGetInsight = require_get_insight.productlaneGetInsight;
57
+ exports.productlaneGetIssue = require_get_issue.productlaneGetIssue;
58
+ exports.productlaneGetLinearOptions = require_get_linear_options.productlaneGetLinearOptions;
59
+ exports.productlaneGetProject = require_get_project.productlaneGetProject;
60
+ exports.productlaneGetWorkspace = require_get_workspace.productlaneGetWorkspace;
61
+ exports.productlaneInviteUser = require_invite_user.productlaneInviteUser;
62
+ exports.productlaneListChangelogs = require_list_changelogs.productlaneListChangelogs;
63
+ exports.productlaneListCompanies = require_list_companies.productlaneListCompanies;
64
+ exports.productlaneListContacts = require_list_contacts.productlaneListContacts;
65
+ exports.productlaneListHelpCenterArticles = require_list_help_center_articles.productlaneListHelpCenterArticles;
66
+ exports.productlaneListInsights = require_list_insights.productlaneListInsights;
67
+ exports.productlaneListIssues = require_list_issues.productlaneListIssues;
68
+ exports.productlaneListMembers = require_list_members.productlaneListMembers;
69
+ exports.productlaneListProjects = require_list_projects.productlaneListProjects;
70
+ exports.productlaneUpdateCompany = require_update_company.productlaneUpdateCompany;
71
+ exports.productlaneUpdateContact = require_update_contact.productlaneUpdateContact;
72
+ exports.productlaneUpdateInsight = require_update_insight.productlaneUpdateInsight;
73
+ exports.productlaneWidgetClose = require_widget_close.productlaneWidgetClose;
74
+ exports.productlaneWidgetDisable = require_widget_disable.productlaneWidgetDisable;
75
+ exports.productlaneWidgetOffEvent = require_widget_off_event.productlaneWidgetOffEvent;
76
+ exports.productlaneWidgetOnEvent = require_widget_on_event.productlaneWidgetOnEvent;
77
+ exports.productlaneWidgetOpen = require_widget_open.productlaneWidgetOpen;
78
+ exports.productlaneWidgetOpenDocs = require_widget_open_docs.productlaneWidgetOpenDocs;
79
+ exports.productlaneWidgetToggle = require_widget_toggle.productlaneWidgetToggle;
@@ -0,0 +1,40 @@
1
+ import { productlaneCreateChangelog } from "./create-changelog.cjs";
2
+ import { productlaneCreateCompany } from "./create-company.cjs";
3
+ import { productlaneCreateContact } from "./create-contact.cjs";
4
+ import { productlaneCreateFeedback } from "./create-feedback.cjs";
5
+ import { productlaneCreateInsight } from "./create-insight.cjs";
6
+ import { productlaneCreateThread } from "./create-thread.cjs";
7
+ import { productlaneCreateUpvote } from "./create-upvote.cjs";
8
+ import { productlaneDeleteCompany } from "./delete-company.cjs";
9
+ import { productlaneDeleteContact } from "./delete-contact.cjs";
10
+ import { productlaneDeleteUpvote } from "./delete-upvote.cjs";
11
+ import { productlaneEnableWidget } from "./enable-widget.cjs";
12
+ import { productlaneGetChangelog } from "./get-changelog.cjs";
13
+ import { productlaneGetCompany } from "./get-company.cjs";
14
+ import { productlaneGetContact } from "./get-contact.cjs";
15
+ import { productlaneGetHelpCenterArticle } from "./get-help-center-article.cjs";
16
+ import { productlaneGetInsight } from "./get-insight.cjs";
17
+ import { productlaneGetIssue } from "./get-issue.cjs";
18
+ import { productlaneGetLinearOptions } from "./get-linear-options.cjs";
19
+ import { productlaneGetProject } from "./get-project.cjs";
20
+ import { productlaneGetWorkspace } from "./get-workspace.cjs";
21
+ import { productlaneInviteUser } from "./invite-user.cjs";
22
+ import { productlaneListChangelogs } from "./list-changelogs.cjs";
23
+ import { productlaneListCompanies } from "./list-companies.cjs";
24
+ import { productlaneListContacts } from "./list-contacts.cjs";
25
+ import { productlaneListHelpCenterArticles } from "./list-help-center-articles.cjs";
26
+ import { productlaneListInsights } from "./list-insights.cjs";
27
+ import { productlaneListIssues } from "./list-issues.cjs";
28
+ import { productlaneListMembers } from "./list-members.cjs";
29
+ import { productlaneListProjects } from "./list-projects.cjs";
30
+ import { productlaneUpdateCompany } from "./update-company.cjs";
31
+ import { productlaneUpdateContact } from "./update-contact.cjs";
32
+ import { productlaneUpdateInsight } from "./update-insight.cjs";
33
+ import { productlaneWidgetClose } from "./widget-close.cjs";
34
+ import { productlaneWidgetDisable } from "./widget-disable.cjs";
35
+ import { productlaneWidgetOffEvent } from "./widget-off-event.cjs";
36
+ import { productlaneWidgetOnEvent } from "./widget-on-event.cjs";
37
+ import { productlaneWidgetOpen } from "./widget-open.cjs";
38
+ import { productlaneWidgetOpenDocs } from "./widget-open-docs.cjs";
39
+ import { productlaneWidgetToggle } from "./widget-toggle.cjs";
40
+ export { productlaneCreateChangelog, productlaneCreateCompany, productlaneCreateContact, productlaneCreateFeedback, productlaneCreateInsight, productlaneCreateThread, productlaneCreateUpvote, productlaneDeleteCompany, productlaneDeleteContact, productlaneDeleteUpvote, productlaneEnableWidget, productlaneGetChangelog, productlaneGetCompany, productlaneGetContact, productlaneGetHelpCenterArticle, productlaneGetInsight, productlaneGetIssue, productlaneGetLinearOptions, productlaneGetProject, productlaneGetWorkspace, productlaneInviteUser, productlaneListChangelogs, productlaneListCompanies, productlaneListContacts, productlaneListHelpCenterArticles, productlaneListInsights, productlaneListIssues, productlaneListMembers, productlaneListProjects, productlaneUpdateCompany, productlaneUpdateContact, productlaneUpdateInsight, productlaneWidgetClose, productlaneWidgetDisable, productlaneWidgetOffEvent, productlaneWidgetOnEvent, productlaneWidgetOpen, productlaneWidgetOpenDocs, productlaneWidgetToggle };
@@ -0,0 +1,40 @@
1
+ import { productlaneCreateChangelog } from "./create-changelog.mjs";
2
+ import { productlaneCreateCompany } from "./create-company.mjs";
3
+ import { productlaneCreateContact } from "./create-contact.mjs";
4
+ import { productlaneCreateFeedback } from "./create-feedback.mjs";
5
+ import { productlaneCreateInsight } from "./create-insight.mjs";
6
+ import { productlaneCreateThread } from "./create-thread.mjs";
7
+ import { productlaneCreateUpvote } from "./create-upvote.mjs";
8
+ import { productlaneDeleteCompany } from "./delete-company.mjs";
9
+ import { productlaneDeleteContact } from "./delete-contact.mjs";
10
+ import { productlaneDeleteUpvote } from "./delete-upvote.mjs";
11
+ import { productlaneEnableWidget } from "./enable-widget.mjs";
12
+ import { productlaneGetChangelog } from "./get-changelog.mjs";
13
+ import { productlaneGetCompany } from "./get-company.mjs";
14
+ import { productlaneGetContact } from "./get-contact.mjs";
15
+ import { productlaneGetHelpCenterArticle } from "./get-help-center-article.mjs";
16
+ import { productlaneGetInsight } from "./get-insight.mjs";
17
+ import { productlaneGetIssue } from "./get-issue.mjs";
18
+ import { productlaneGetLinearOptions } from "./get-linear-options.mjs";
19
+ import { productlaneGetProject } from "./get-project.mjs";
20
+ import { productlaneGetWorkspace } from "./get-workspace.mjs";
21
+ import { productlaneInviteUser } from "./invite-user.mjs";
22
+ import { productlaneListChangelogs } from "./list-changelogs.mjs";
23
+ import { productlaneListCompanies } from "./list-companies.mjs";
24
+ import { productlaneListContacts } from "./list-contacts.mjs";
25
+ import { productlaneListHelpCenterArticles } from "./list-help-center-articles.mjs";
26
+ import { productlaneListInsights } from "./list-insights.mjs";
27
+ import { productlaneListIssues } from "./list-issues.mjs";
28
+ import { productlaneListMembers } from "./list-members.mjs";
29
+ import { productlaneListProjects } from "./list-projects.mjs";
30
+ import { productlaneUpdateCompany } from "./update-company.mjs";
31
+ import { productlaneUpdateContact } from "./update-contact.mjs";
32
+ import { productlaneUpdateInsight } from "./update-insight.mjs";
33
+ import { productlaneWidgetClose } from "./widget-close.mjs";
34
+ import { productlaneWidgetDisable } from "./widget-disable.mjs";
35
+ import { productlaneWidgetOffEvent } from "./widget-off-event.mjs";
36
+ import { productlaneWidgetOnEvent } from "./widget-on-event.mjs";
37
+ import { productlaneWidgetOpen } from "./widget-open.mjs";
38
+ import { productlaneWidgetOpenDocs } from "./widget-open-docs.mjs";
39
+ import { productlaneWidgetToggle } from "./widget-toggle.mjs";
40
+ export { productlaneCreateChangelog, productlaneCreateCompany, productlaneCreateContact, productlaneCreateFeedback, productlaneCreateInsight, productlaneCreateThread, productlaneCreateUpvote, productlaneDeleteCompany, productlaneDeleteContact, productlaneDeleteUpvote, productlaneEnableWidget, productlaneGetChangelog, productlaneGetCompany, productlaneGetContact, productlaneGetHelpCenterArticle, productlaneGetInsight, productlaneGetIssue, productlaneGetLinearOptions, productlaneGetProject, productlaneGetWorkspace, productlaneInviteUser, productlaneListChangelogs, productlaneListCompanies, productlaneListContacts, productlaneListHelpCenterArticles, productlaneListInsights, productlaneListIssues, productlaneListMembers, productlaneListProjects, productlaneUpdateCompany, productlaneUpdateContact, productlaneUpdateInsight, productlaneWidgetClose, productlaneWidgetDisable, productlaneWidgetOffEvent, productlaneWidgetOnEvent, productlaneWidgetOpen, productlaneWidgetOpenDocs, productlaneWidgetToggle };
@@ -0,0 +1,40 @@
1
+ import { productlaneCreateChangelog } from "./create-changelog.mjs";
2
+ import { productlaneCreateCompany } from "./create-company.mjs";
3
+ import { productlaneCreateContact } from "./create-contact.mjs";
4
+ import { productlaneCreateFeedback } from "./create-feedback.mjs";
5
+ import { productlaneCreateInsight } from "./create-insight.mjs";
6
+ import { productlaneCreateThread } from "./create-thread.mjs";
7
+ import { productlaneCreateUpvote } from "./create-upvote.mjs";
8
+ import { productlaneDeleteCompany } from "./delete-company.mjs";
9
+ import { productlaneDeleteContact } from "./delete-contact.mjs";
10
+ import { productlaneDeleteUpvote } from "./delete-upvote.mjs";
11
+ import { productlaneEnableWidget } from "./enable-widget.mjs";
12
+ import { productlaneGetChangelog } from "./get-changelog.mjs";
13
+ import { productlaneGetCompany } from "./get-company.mjs";
14
+ import { productlaneGetContact } from "./get-contact.mjs";
15
+ import { productlaneGetHelpCenterArticle } from "./get-help-center-article.mjs";
16
+ import { productlaneGetInsight } from "./get-insight.mjs";
17
+ import { productlaneGetIssue } from "./get-issue.mjs";
18
+ import { productlaneGetLinearOptions } from "./get-linear-options.mjs";
19
+ import { productlaneGetProject } from "./get-project.mjs";
20
+ import { productlaneGetWorkspace } from "./get-workspace.mjs";
21
+ import { productlaneInviteUser } from "./invite-user.mjs";
22
+ import { productlaneListChangelogs } from "./list-changelogs.mjs";
23
+ import { productlaneListCompanies } from "./list-companies.mjs";
24
+ import { productlaneListContacts } from "./list-contacts.mjs";
25
+ import { productlaneListHelpCenterArticles } from "./list-help-center-articles.mjs";
26
+ import { productlaneListInsights } from "./list-insights.mjs";
27
+ import { productlaneListIssues } from "./list-issues.mjs";
28
+ import { productlaneListMembers } from "./list-members.mjs";
29
+ import { productlaneListProjects } from "./list-projects.mjs";
30
+ import { productlaneUpdateCompany } from "./update-company.mjs";
31
+ import { productlaneUpdateContact } from "./update-contact.mjs";
32
+ import { productlaneUpdateInsight } from "./update-insight.mjs";
33
+ import { productlaneWidgetClose } from "./widget-close.mjs";
34
+ import { productlaneWidgetDisable } from "./widget-disable.mjs";
35
+ import { productlaneWidgetOffEvent } from "./widget-off-event.mjs";
36
+ import { productlaneWidgetOnEvent } from "./widget-on-event.mjs";
37
+ import { productlaneWidgetOpen } from "./widget-open.mjs";
38
+ import { productlaneWidgetOpenDocs } from "./widget-open-docs.mjs";
39
+ import { productlaneWidgetToggle } from "./widget-toggle.mjs";
40
+ export { productlaneCreateChangelog, productlaneCreateCompany, productlaneCreateContact, productlaneCreateFeedback, productlaneCreateInsight, productlaneCreateThread, productlaneCreateUpvote, productlaneDeleteCompany, productlaneDeleteContact, productlaneDeleteUpvote, productlaneEnableWidget, productlaneGetChangelog, productlaneGetCompany, productlaneGetContact, productlaneGetHelpCenterArticle, productlaneGetInsight, productlaneGetIssue, productlaneGetLinearOptions, productlaneGetProject, productlaneGetWorkspace, productlaneInviteUser, productlaneListChangelogs, productlaneListCompanies, productlaneListContacts, productlaneListHelpCenterArticles, productlaneListInsights, productlaneListIssues, productlaneListMembers, productlaneListProjects, productlaneUpdateCompany, productlaneUpdateContact, productlaneUpdateInsight, productlaneWidgetClose, productlaneWidgetDisable, productlaneWidgetOffEvent, productlaneWidgetOnEvent, productlaneWidgetOpen, productlaneWidgetOpenDocs, productlaneWidgetToggle };
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/invite-user.ts
4
+ const ProductlaneInviteUserInput = zod.z.object({
5
+ name: zod.z.string().describe("Full name of the user to invite"),
6
+ role: zod.z.enum([
7
+ "ADMIN",
8
+ "USER",
9
+ "VIEWER"
10
+ ]).describe("Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access."),
11
+ email: zod.z.string().describe("Email address of the user to invite. Must be a valid email format with max 254 characters.")
12
+ }).describe("Request schema for inviting a new user to the Productlane workspace.");
13
+ const ProductlaneInviteUserOutput = zod.z.object({}).describe("Response schema after inviting a user.\nAPI returns an empty object on success.");
14
+ const productlaneInviteUser = require_action.action("PRODUCTLANE_INVITE_USER", {
15
+ slug: "productlane-invite-user",
16
+ name: "Invite User to Workspace",
17
+ description: "Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.",
18
+ input: ProductlaneInviteUserInput,
19
+ output: ProductlaneInviteUserOutput
20
+ });
21
+ //#endregion
22
+ exports.productlaneInviteUser = productlaneInviteUser;
23
+
24
+ //# sourceMappingURL=invite-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invite-user.cjs","names":["z","action"],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the user to invite\"),\n role: z.enum([\"ADMIN\", \"USER\", \"VIEWER\"]).describe(\"Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access.\"),\n email: z.string().describe(\"Email address of the user to invite. Must be a valid email format with max 254 characters.\"),\n}).describe(\"Request schema for inviting a new user to the Productlane workspace.\");\nexport const ProductlaneInviteUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema after inviting a user.\\nAPI returns an empty object on success.\");\n\nexport const productlaneInviteUser = action(\"PRODUCTLANE_INVITE_USER\", {\n slug: \"productlane-invite-user\",\n name: \"Invite User to Workspace\",\n description: \"Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.\",\n input: ProductlaneInviteUserInput,\n output: ProductlaneInviteUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,sHAAsH;CACzK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AACzH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAEhK,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/invite-user.d.ts
4
+ declare const ProductlaneInviteUserInput: z.ZodTypeAny;
5
+ declare const ProductlaneInviteUserOutput: z.ZodTypeAny;
6
+ declare const productlaneInviteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneInviteUser };
9
+ //# sourceMappingURL=invite-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invite-user.d.cts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIwC;AAAA,cACtE,2BAAA,EAA6B,CAAA,CAAE,UAAqH;AAAA,cAEpJ,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/invite-user.d.ts
4
+ declare const ProductlaneInviteUserInput: z.ZodTypeAny;
5
+ declare const ProductlaneInviteUserOutput: z.ZodTypeAny;
6
+ declare const productlaneInviteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneInviteUser };
9
+ //# sourceMappingURL=invite-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invite-user.d.mts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIwC;AAAA,cACtE,2BAAA,EAA6B,CAAA,CAAE,UAAqH;AAAA,cAEpJ,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const productlaneInviteUser = action("PRODUCTLANE_INVITE_USER", {
4
+ slug: "productlane-invite-user",
5
+ name: "Invite User to Workspace",
6
+ description: "Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.",
7
+ input: z.object({
8
+ name: z.string().describe("Full name of the user to invite"),
9
+ role: z.enum([
10
+ "ADMIN",
11
+ "USER",
12
+ "VIEWER"
13
+ ]).describe("Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access."),
14
+ email: z.string().describe("Email address of the user to invite. Must be a valid email format with max 254 characters.")
15
+ }).describe("Request schema for inviting a new user to the Productlane workspace."),
16
+ output: z.object({}).describe("Response schema after inviting a user.\nAPI returns an empty object on success.")
17
+ });
18
+ //#endregion
19
+ export { productlaneInviteUser };
20
+
21
+ //# sourceMappingURL=invite-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invite-user.mjs","names":[],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the user to invite\"),\n role: z.enum([\"ADMIN\", \"USER\", \"VIEWER\"]).describe(\"Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access.\"),\n email: z.string().describe(\"Email address of the user to invite. Must be a valid email format with max 254 characters.\"),\n}).describe(\"Request schema for inviting a new user to the Productlane workspace.\");\nexport const ProductlaneInviteUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema after inviting a user.\\nAPI returns an empty object on success.\");\n\nexport const productlaneInviteUser = action(\"PRODUCTLANE_INVITE_USER\", {\n slug: \"productlane-invite-user\",\n name: \"Invite User to Workspace\",\n description: \"Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.\",\n input: ProductlaneInviteUserInput,\n output: ProductlaneInviteUserOutput,\n});\n"],"mappings":";;AAWA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC3D,MAAM,EAAE,KAAK;GAAC;GAAS;GAAQ;EAAQ,CAAC,CAAC,CAAC,SAAS,sHAAsH;EACzK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CACzH,CAAC,CAAC,CAAC,SAAS,sEAOH;CACP,QAPuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAOrE;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-changelogs.ts
4
+ const ProductlaneListChangelogsInput = zod.z.object({
5
+ language: zod.z.string().describe("Optional language filter for changelogs. If provided, only changelogs in the specified language will be returned.").optional(),
6
+ workspaceId: zod.z.string().describe("The unique identifier of the workspace to list changelogs for.")
7
+ });
8
+ const ProductlaneListChangelogs_ChangelogItemSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier of the changelog entry."),
10
+ date: zod.z.string().describe("ISO 8601 timestamp of the changelog date, if set.").nullable().optional(),
11
+ notes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional notes or metadata for the changelog entry.").nullable().optional(),
12
+ title: zod.z.string().describe("Title of the changelog entry."),
13
+ version: zod.z.number().describe("Version number of the changelog entry."),
14
+ archived: zod.z.boolean().describe("Whether the changelog entry has been archived."),
15
+ imageUrl: zod.z.string().describe("URL of the image associated with the changelog, if any.").nullable().optional(),
16
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created."),
17
+ isDeleted: zod.z.boolean().describe("Whether the changelog entry has been marked as deleted."),
18
+ projectId: zod.z.string().describe("ID of the associated project, if any.").nullable().optional(),
19
+ published: zod.z.boolean().describe("Whether the changelog entry is published and visible."),
20
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
21
+ workspaceId: zod.z.string().describe("ID of the workspace this changelog belongs to.")
22
+ });
23
+ const ProductlaneListChangelogsOutput = zod.z.object({ changelogs: zod.z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe("List of published changelog entries for the workspace.") });
24
+ const productlaneListChangelogs = require_action.action("PRODUCTLANE_LIST_CHANGELOGS", {
25
+ slug: "productlane-list-changelogs",
26
+ name: "List Changelogs",
27
+ description: "Tool to list all published changelogs for a workspace by ID. Use when you need to retrieve changelog entries for a specific Productlane workspace.",
28
+ input: ProductlaneListChangelogsInput,
29
+ output: ProductlaneListChangelogsOutput
30
+ });
31
+ //#endregion
32
+ exports.productlaneListChangelogs = productlaneListChangelogs;
33
+
34
+ //# sourceMappingURL=list-changelogs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-changelogs.cjs","names":["z","action"],"sources":["../../src/actions/list-changelogs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListChangelogsInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Optional language filter for changelogs. If provided, only changelogs in the specified language will be returned.\").optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace to list changelogs for.\"),\n});\nconst ProductlaneListChangelogs_ChangelogItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry.\"),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date, if set.\").nullable().optional(),\n notes: z.record(z.string(), z.unknown()).describe(\"Additional notes or metadata for the changelog entry.\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry.\"),\n version: z.number().describe(\"Version number of the changelog entry.\"),\n archived: z.boolean().describe(\"Whether the changelog entry has been archived.\"),\n imageUrl: z.string().describe(\"URL of the image associated with the changelog, if any.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created.\"),\n isDeleted: z.boolean().describe(\"Whether the changelog entry has been marked as deleted.\"),\n projectId: z.string().describe(\"ID of the associated project, if any.\").nullable().optional(),\n published: z.boolean().describe(\"Whether the changelog entry is published and visible.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\"),\n workspaceId: z.string().describe(\"ID of the workspace this changelog belongs to.\"),\n});\nexport const ProductlaneListChangelogsOutput: z.ZodTypeAny = z.object({\n changelogs: z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe(\"List of published changelog entries for the workspace.\"),\n});\n\nexport const productlaneListChangelogs = action(\"PRODUCTLANE_LIST_CHANGELOGS\", {\n slug: \"productlane-list-changelogs\",\n name: \"List Changelogs\",\n description: \"Tool to list all published changelogs for a workspace by ID. Use when you need to retrieve changelog entries for a specific Productlane workspace.\",\n input: ProductlaneListChangelogsInput,\n output: ProductlaneListChangelogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC5J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACnG,CAAC;AACD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACnF,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,YAAYA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,wDAAwD,EACtI,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,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/list-changelogs.d.ts
4
+ declare const ProductlaneListChangelogsInput: z.ZodTypeAny;
5
+ declare const ProductlaneListChangelogsOutput: z.ZodTypeAny;
6
+ declare const productlaneListChangelogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneListChangelogs };
9
+ //# sourceMappingURL=list-changelogs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-changelogs.d.cts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAgBW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-changelogs.d.ts
4
+ declare const ProductlaneListChangelogsInput: z.ZodTypeAny;
5
+ declare const ProductlaneListChangelogsOutput: z.ZodTypeAny;
6
+ declare const productlaneListChangelogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { productlaneListChangelogs };
9
+ //# sourceMappingURL=list-changelogs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-changelogs.d.mts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAgBW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}