@keystrokehq/roam 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/add-group-members.cjs +20 -0
  7. package/dist/actions/add-group-members.cjs.map +1 -0
  8. package/dist/actions/add-group-members.d.cts +9 -0
  9. package/dist/actions/add-group-members.d.cts.map +1 -0
  10. package/dist/actions/add-group-members.d.mts +9 -0
  11. package/dist/actions/add-group-members.d.mts.map +1 -0
  12. package/dist/actions/add-group-members.mjs +17 -0
  13. package/dist/actions/add-group-members.mjs.map +1 -0
  14. package/dist/actions/add-reaction.cjs +28 -0
  15. package/dist/actions/add-reaction.cjs.map +1 -0
  16. package/dist/actions/add-reaction.d.cts +9 -0
  17. package/dist/actions/add-reaction.d.cts.map +1 -0
  18. package/dist/actions/add-reaction.d.mts +9 -0
  19. package/dist/actions/add-reaction.d.mts.map +1 -0
  20. package/dist/actions/add-reaction.mjs +25 -0
  21. package/dist/actions/add-reaction.mjs.map +1 -0
  22. package/dist/actions/create-group.cjs +28 -0
  23. package/dist/actions/create-group.cjs.map +1 -0
  24. package/dist/actions/create-group.d.cts +9 -0
  25. package/dist/actions/create-group.d.cts.map +1 -0
  26. package/dist/actions/create-group.d.mts +9 -0
  27. package/dist/actions/create-group.d.mts.map +1 -0
  28. package/dist/actions/create-group.mjs +25 -0
  29. package/dist/actions/create-group.mjs.map +1 -0
  30. package/dist/actions/create-roam-scim-group.cjs +26 -0
  31. package/dist/actions/create-roam-scim-group.cjs.map +1 -0
  32. package/dist/actions/create-roam-scim-group.d.cts +9 -0
  33. package/dist/actions/create-roam-scim-group.d.cts.map +1 -0
  34. package/dist/actions/create-roam-scim-group.d.mts +9 -0
  35. package/dist/actions/create-roam-scim-group.d.mts.map +1 -0
  36. package/dist/actions/create-roam-scim-group.mjs +23 -0
  37. package/dist/actions/create-roam-scim-group.mjs.map +1 -0
  38. package/dist/actions/create-user.cjs +51 -0
  39. package/dist/actions/create-user.cjs.map +1 -0
  40. package/dist/actions/create-user.d.cts +9 -0
  41. package/dist/actions/create-user.d.cts.map +1 -0
  42. package/dist/actions/create-user.d.mts +9 -0
  43. package/dist/actions/create-user.d.mts.map +1 -0
  44. package/dist/actions/create-user.mjs +50 -0
  45. package/dist/actions/create-user.mjs.map +1 -0
  46. package/dist/actions/delete-group.cjs +19 -0
  47. package/dist/actions/delete-group.cjs.map +1 -0
  48. package/dist/actions/delete-group.d.cts +9 -0
  49. package/dist/actions/delete-group.d.cts.map +1 -0
  50. package/dist/actions/delete-group.d.mts +9 -0
  51. package/dist/actions/delete-group.d.mts.map +1 -0
  52. package/dist/actions/delete-group.mjs +16 -0
  53. package/dist/actions/delete-group.mjs.map +1 -0
  54. package/dist/actions/delete-user.cjs +19 -0
  55. package/dist/actions/delete-user.cjs.map +1 -0
  56. package/dist/actions/delete-user.d.cts +9 -0
  57. package/dist/actions/delete-user.d.cts.map +1 -0
  58. package/dist/actions/delete-user.d.mts +9 -0
  59. package/dist/actions/delete-user.d.mts.map +1 -0
  60. package/dist/actions/delete-user.mjs +16 -0
  61. package/dist/actions/delete-user.mjs.map +1 -0
  62. package/dist/actions/get-address-info.cjs +25 -0
  63. package/dist/actions/get-address-info.cjs.map +1 -0
  64. package/dist/actions/get-address-info.d.cts +9 -0
  65. package/dist/actions/get-address-info.d.cts.map +1 -0
  66. package/dist/actions/get-address-info.d.mts +9 -0
  67. package/dist/actions/get-address-info.d.mts.map +1 -0
  68. package/dist/actions/get-address-info.mjs +24 -0
  69. package/dist/actions/get-address-info.mjs.map +1 -0
  70. package/dist/actions/get-chat-history.cjs +35 -0
  71. package/dist/actions/get-chat-history.cjs.map +1 -0
  72. package/dist/actions/get-chat-history.d.cts +9 -0
  73. package/dist/actions/get-chat-history.d.cts.map +1 -0
  74. package/dist/actions/get-chat-history.d.mts +9 -0
  75. package/dist/actions/get-chat-history.d.mts.map +1 -0
  76. package/dist/actions/get-chat-history.mjs +34 -0
  77. package/dist/actions/get-chat-history.mjs.map +1 -0
  78. package/dist/actions/get-meeting-link.cjs +23 -0
  79. package/dist/actions/get-meeting-link.cjs.map +1 -0
  80. package/dist/actions/get-meeting-link.d.cts +9 -0
  81. package/dist/actions/get-meeting-link.d.cts.map +1 -0
  82. package/dist/actions/get-meeting-link.d.mts +9 -0
  83. package/dist/actions/get-meeting-link.d.mts.map +1 -0
  84. package/dist/actions/get-meeting-link.mjs +20 -0
  85. package/dist/actions/get-meeting-link.mjs.map +1 -0
  86. package/dist/actions/get-resource-types.cjs +27 -0
  87. package/dist/actions/get-resource-types.cjs.map +1 -0
  88. package/dist/actions/get-resource-types.d.cts +9 -0
  89. package/dist/actions/get-resource-types.d.cts.map +1 -0
  90. package/dist/actions/get-resource-types.d.mts +9 -0
  91. package/dist/actions/get-resource-types.d.mts.map +1 -0
  92. package/dist/actions/get-resource-types.mjs +26 -0
  93. package/dist/actions/get-resource-types.mjs.map +1 -0
  94. package/dist/actions/get-roam-scim-config.cjs +49 -0
  95. package/dist/actions/get-roam-scim-config.cjs.map +1 -0
  96. package/dist/actions/get-roam-scim-config.d.cts +9 -0
  97. package/dist/actions/get-roam-scim-config.d.cts.map +1 -0
  98. package/dist/actions/get-roam-scim-config.d.mts +9 -0
  99. package/dist/actions/get-roam-scim-config.d.mts.map +1 -0
  100. package/dist/actions/get-roam-scim-config.mjs +48 -0
  101. package/dist/actions/get-roam-scim-config.mjs.map +1 -0
  102. package/dist/actions/get-scim-schema.cjs +23 -0
  103. package/dist/actions/get-scim-schema.cjs.map +1 -0
  104. package/dist/actions/get-scim-schema.d.cts +9 -0
  105. package/dist/actions/get-scim-schema.d.cts.map +1 -0
  106. package/dist/actions/get-scim-schema.d.mts +9 -0
  107. package/dist/actions/get-scim-schema.d.mts.map +1 -0
  108. package/dist/actions/get-scim-schema.mjs +20 -0
  109. package/dist/actions/get-scim-schema.mjs.map +1 -0
  110. package/dist/actions/get-scim-user.cjs +43 -0
  111. package/dist/actions/get-scim-user.cjs.map +1 -0
  112. package/dist/actions/get-scim-user.d.cts +9 -0
  113. package/dist/actions/get-scim-user.d.cts.map +1 -0
  114. package/dist/actions/get-scim-user.d.mts +9 -0
  115. package/dist/actions/get-scim-user.d.mts.map +1 -0
  116. package/dist/actions/get-scim-user.mjs +42 -0
  117. package/dist/actions/get-scim-user.mjs.map +1 -0
  118. package/dist/actions/get-test.cjs +16 -0
  119. package/dist/actions/get-test.cjs.map +1 -0
  120. package/dist/actions/get-test.d.cts +9 -0
  121. package/dist/actions/get-test.d.cts.map +1 -0
  122. package/dist/actions/get-test.d.mts +9 -0
  123. package/dist/actions/get-test.d.mts.map +1 -0
  124. package/dist/actions/get-test.mjs +13 -0
  125. package/dist/actions/get-test.mjs.map +1 -0
  126. package/dist/actions/get-token-info.cjs +26 -0
  127. package/dist/actions/get-token-info.cjs.map +1 -0
  128. package/dist/actions/get-token-info.d.cts +9 -0
  129. package/dist/actions/get-token-info.d.cts.map +1 -0
  130. package/dist/actions/get-token-info.d.mts +9 -0
  131. package/dist/actions/get-token-info.d.mts.map +1 -0
  132. package/dist/actions/get-token-info.mjs +25 -0
  133. package/dist/actions/get-token-info.mjs.map +1 -0
  134. package/dist/actions/get-user-info.cjs +27 -0
  135. package/dist/actions/get-user-info.cjs.map +1 -0
  136. package/dist/actions/get-user-info.d.cts +9 -0
  137. package/dist/actions/get-user-info.d.cts.map +1 -0
  138. package/dist/actions/get-user-info.d.mts +9 -0
  139. package/dist/actions/get-user-info.d.mts.map +1 -0
  140. package/dist/actions/get-user-info.mjs +24 -0
  141. package/dist/actions/get-user-info.mjs.map +1 -0
  142. package/dist/actions/index.cjs +79 -0
  143. package/dist/actions/index.d.cts +40 -0
  144. package/dist/actions/index.d.mts +40 -0
  145. package/dist/actions/index.mjs +40 -0
  146. package/dist/actions/list-chats.cjs +28 -0
  147. package/dist/actions/list-chats.cjs.map +1 -0
  148. package/dist/actions/list-chats.d.cts +9 -0
  149. package/dist/actions/list-chats.d.cts.map +1 -0
  150. package/dist/actions/list-chats.d.mts +9 -0
  151. package/dist/actions/list-chats.d.mts.map +1 -0
  152. package/dist/actions/list-chats.mjs +27 -0
  153. package/dist/actions/list-chats.mjs.map +1 -0
  154. package/dist/actions/list-group-members.cjs +27 -0
  155. package/dist/actions/list-group-members.cjs.map +1 -0
  156. package/dist/actions/list-group-members.d.cts +9 -0
  157. package/dist/actions/list-group-members.d.cts.map +1 -0
  158. package/dist/actions/list-group-members.d.mts +9 -0
  159. package/dist/actions/list-group-members.d.mts.map +1 -0
  160. package/dist/actions/list-group-members.mjs +26 -0
  161. package/dist/actions/list-group-members.mjs.map +1 -0
  162. package/dist/actions/list-groups.cjs +38 -0
  163. package/dist/actions/list-groups.cjs.map +1 -0
  164. package/dist/actions/list-groups.d.cts +9 -0
  165. package/dist/actions/list-groups.d.cts.map +1 -0
  166. package/dist/actions/list-groups.d.mts +9 -0
  167. package/dist/actions/list-groups.d.mts.map +1 -0
  168. package/dist/actions/list-groups.mjs +37 -0
  169. package/dist/actions/list-groups.mjs.map +1 -0
  170. package/dist/actions/list-lobbies.cjs +24 -0
  171. package/dist/actions/list-lobbies.cjs.map +1 -0
  172. package/dist/actions/list-lobbies.d.cts +9 -0
  173. package/dist/actions/list-lobbies.d.cts.map +1 -0
  174. package/dist/actions/list-lobbies.d.mts +9 -0
  175. package/dist/actions/list-lobbies.d.mts.map +1 -0
  176. package/dist/actions/list-lobbies.mjs +23 -0
  177. package/dist/actions/list-lobbies.mjs.map +1 -0
  178. package/dist/actions/list-meetings.cjs +38 -0
  179. package/dist/actions/list-meetings.cjs.map +1 -0
  180. package/dist/actions/list-meetings.d.cts +9 -0
  181. package/dist/actions/list-meetings.d.cts.map +1 -0
  182. package/dist/actions/list-meetings.d.mts +9 -0
  183. package/dist/actions/list-meetings.d.mts.map +1 -0
  184. package/dist/actions/list-meetings.mjs +37 -0
  185. package/dist/actions/list-meetings.mjs.map +1 -0
  186. package/dist/actions/list-recordings.cjs +31 -0
  187. package/dist/actions/list-recordings.cjs.map +1 -0
  188. package/dist/actions/list-recordings.d.cts +9 -0
  189. package/dist/actions/list-recordings.d.cts.map +1 -0
  190. package/dist/actions/list-recordings.d.mts +9 -0
  191. package/dist/actions/list-recordings.d.mts.map +1 -0
  192. package/dist/actions/list-recordings.mjs +30 -0
  193. package/dist/actions/list-recordings.mjs.map +1 -0
  194. package/dist/actions/list-roam-scim-users.cjs +54 -0
  195. package/dist/actions/list-roam-scim-users.cjs.map +1 -0
  196. package/dist/actions/list-roam-scim-users.d.cts +9 -0
  197. package/dist/actions/list-roam-scim-users.d.cts.map +1 -0
  198. package/dist/actions/list-roam-scim-users.d.mts +9 -0
  199. package/dist/actions/list-roam-scim-users.d.mts.map +1 -0
  200. package/dist/actions/list-roam-scim-users.mjs +53 -0
  201. package/dist/actions/list-roam-scim-users.mjs.map +1 -0
  202. package/dist/actions/list-schemas.cjs +27 -0
  203. package/dist/actions/list-schemas.cjs.map +1 -0
  204. package/dist/actions/list-schemas.d.cts +9 -0
  205. package/dist/actions/list-schemas.d.cts.map +1 -0
  206. package/dist/actions/list-schemas.d.mts +9 -0
  207. package/dist/actions/list-schemas.d.mts.map +1 -0
  208. package/dist/actions/list-schemas.mjs +26 -0
  209. package/dist/actions/list-schemas.mjs.map +1 -0
  210. package/dist/actions/list-transcripts.cjs +36 -0
  211. package/dist/actions/list-transcripts.cjs.map +1 -0
  212. package/dist/actions/list-transcripts.d.cts +9 -0
  213. package/dist/actions/list-transcripts.d.cts.map +1 -0
  214. package/dist/actions/list-transcripts.d.mts +9 -0
  215. package/dist/actions/list-transcripts.d.mts.map +1 -0
  216. package/dist/actions/list-transcripts.mjs +35 -0
  217. package/dist/actions/list-transcripts.mjs.map +1 -0
  218. package/dist/actions/list-user-audit-log.cjs +35 -0
  219. package/dist/actions/list-user-audit-log.cjs.map +1 -0
  220. package/dist/actions/list-user-audit-log.d.cts +9 -0
  221. package/dist/actions/list-user-audit-log.d.cts.map +1 -0
  222. package/dist/actions/list-user-audit-log.d.mts +9 -0
  223. package/dist/actions/list-user-audit-log.d.mts.map +1 -0
  224. package/dist/actions/list-user-audit-log.mjs +34 -0
  225. package/dist/actions/list-user-audit-log.mjs.map +1 -0
  226. package/dist/actions/list-users.cjs +31 -0
  227. package/dist/actions/list-users.cjs.map +1 -0
  228. package/dist/actions/list-users.d.cts +9 -0
  229. package/dist/actions/list-users.d.cts.map +1 -0
  230. package/dist/actions/list-users.d.mts +9 -0
  231. package/dist/actions/list-users.d.mts.map +1 -0
  232. package/dist/actions/list-users.mjs +30 -0
  233. package/dist/actions/list-users.mjs.map +1 -0
  234. package/dist/actions/lookup-user.cjs +24 -0
  235. package/dist/actions/lookup-user.cjs.map +1 -0
  236. package/dist/actions/lookup-user.d.cts +9 -0
  237. package/dist/actions/lookup-user.d.cts.map +1 -0
  238. package/dist/actions/lookup-user.d.mts +9 -0
  239. package/dist/actions/lookup-user.d.mts.map +1 -0
  240. package/dist/actions/lookup-user.mjs +21 -0
  241. package/dist/actions/lookup-user.mjs.map +1 -0
  242. package/dist/actions/patch-group.cjs +44 -0
  243. package/dist/actions/patch-group.cjs.map +1 -0
  244. package/dist/actions/patch-group.d.cts +9 -0
  245. package/dist/actions/patch-group.d.cts.map +1 -0
  246. package/dist/actions/patch-group.d.mts +9 -0
  247. package/dist/actions/patch-group.d.mts.map +1 -0
  248. package/dist/actions/patch-group.mjs +43 -0
  249. package/dist/actions/patch-group.mjs.map +1 -0
  250. package/dist/actions/patch-user.cjs +64 -0
  251. package/dist/actions/patch-user.cjs.map +1 -0
  252. package/dist/actions/patch-user.d.cts +9 -0
  253. package/dist/actions/patch-user.d.cts.map +1 -0
  254. package/dist/actions/patch-user.d.mts +9 -0
  255. package/dist/actions/patch-user.d.mts.map +1 -0
  256. package/dist/actions/patch-user.mjs +63 -0
  257. package/dist/actions/patch-user.mjs.map +1 -0
  258. package/dist/actions/post-chat.cjs +30 -0
  259. package/dist/actions/post-chat.cjs.map +1 -0
  260. package/dist/actions/post-chat.d.cts +9 -0
  261. package/dist/actions/post-chat.d.cts.map +1 -0
  262. package/dist/actions/post-chat.d.mts +9 -0
  263. package/dist/actions/post-chat.d.mts.map +1 -0
  264. package/dist/actions/post-chat.mjs +27 -0
  265. package/dist/actions/post-chat.mjs.map +1 -0
  266. package/dist/actions/remove-group-members.cjs +19 -0
  267. package/dist/actions/remove-group-members.cjs.map +1 -0
  268. package/dist/actions/remove-group-members.d.cts +9 -0
  269. package/dist/actions/remove-group-members.d.cts.map +1 -0
  270. package/dist/actions/remove-group-members.d.mts +9 -0
  271. package/dist/actions/remove-group-members.d.mts.map +1 -0
  272. package/dist/actions/remove-group-members.mjs +16 -0
  273. package/dist/actions/remove-group-members.mjs.map +1 -0
  274. package/dist/actions/replace-group.cjs +36 -0
  275. package/dist/actions/replace-group.cjs.map +1 -0
  276. package/dist/actions/replace-group.d.cts +9 -0
  277. package/dist/actions/replace-group.d.cts.map +1 -0
  278. package/dist/actions/replace-group.d.mts +9 -0
  279. package/dist/actions/replace-group.d.mts.map +1 -0
  280. package/dist/actions/replace-group.mjs +35 -0
  281. package/dist/actions/replace-group.mjs.map +1 -0
  282. package/dist/actions/replace-user.cjs +52 -0
  283. package/dist/actions/replace-user.cjs.map +1 -0
  284. package/dist/actions/replace-user.d.cts +9 -0
  285. package/dist/actions/replace-user.d.cts.map +1 -0
  286. package/dist/actions/replace-user.d.mts +9 -0
  287. package/dist/actions/replace-user.d.mts.map +1 -0
  288. package/dist/actions/replace-user.mjs +51 -0
  289. package/dist/actions/replace-user.mjs.map +1 -0
  290. package/dist/actions/send-message.cjs +28 -0
  291. package/dist/actions/send-message.cjs.map +1 -0
  292. package/dist/actions/send-message.d.cts +9 -0
  293. package/dist/actions/send-message.d.cts.map +1 -0
  294. package/dist/actions/send-message.d.mts +9 -0
  295. package/dist/actions/send-message.d.mts.map +1 -0
  296. package/dist/actions/send-message.mjs +25 -0
  297. package/dist/actions/send-message.mjs.map +1 -0
  298. package/dist/actions/send-typing.cjs +19 -0
  299. package/dist/actions/send-typing.cjs.map +1 -0
  300. package/dist/actions/send-typing.d.cts +9 -0
  301. package/dist/actions/send-typing.d.cts.map +1 -0
  302. package/dist/actions/send-typing.d.mts +9 -0
  303. package/dist/actions/send-typing.d.mts.map +1 -0
  304. package/dist/actions/send-typing.mjs +16 -0
  305. package/dist/actions/send-typing.mjs.map +1 -0
  306. package/dist/actions/update-meeting-link.cjs +22 -0
  307. package/dist/actions/update-meeting-link.cjs.map +1 -0
  308. package/dist/actions/update-meeting-link.d.cts +9 -0
  309. package/dist/actions/update-meeting-link.d.cts.map +1 -0
  310. package/dist/actions/update-meeting-link.d.mts +9 -0
  311. package/dist/actions/update-meeting-link.d.mts.map +1 -0
  312. package/dist/actions/update-meeting-link.mjs +19 -0
  313. package/dist/actions/update-meeting-link.mjs.map +1 -0
  314. package/dist/actions/upload-item.cjs +33 -0
  315. package/dist/actions/upload-item.cjs.map +1 -0
  316. package/dist/actions/upload-item.d.cts +9 -0
  317. package/dist/actions/upload-item.d.cts.map +1 -0
  318. package/dist/actions/upload-item.d.mts +9 -0
  319. package/dist/actions/upload-item.d.mts.map +1 -0
  320. package/dist/actions/upload-item.mjs +30 -0
  321. package/dist/actions/upload-item.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,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-groups.ts
4
+ const RoamListGroupsInput = zod.z.object({
5
+ count: zod.z.number().int().describe("The number of resources to return in a single page. Default is 100.").optional(),
6
+ filter: zod.z.string().describe("A SCIM filter expression. Currently ignored for Groups endpoint.").optional(),
7
+ startIndex: zod.z.number().int().describe("The 1-based index of the first result in the current page of results. Default is 1.").optional()
8
+ }).describe("Request model for listing SCIM groups.\n\nSupports pagination via startIndex and count parameters.\nThe filter parameter is currently ignored for Groups.");
9
+ const RoamListGroups_GroupMetaSchema = zod.z.object({
10
+ location: zod.z.string().describe("The URI of the group resource."),
11
+ resourceType: zod.z.string().describe("The type of resource (always 'Group').")
12
+ }).describe("Metadata for a SCIM group.");
13
+ const RoamListGroups_GroupMemberSchema = zod.z.object({ value: zod.z.string().describe("The value is the Roam Person ID of the member.") }).describe("A member of a SCIM group.");
14
+ const RoamListGroups_GroupResourceSchema = zod.z.object({
15
+ id: zod.z.string().describe("The unique Roam Address ID of the group."),
16
+ meta: RoamListGroups_GroupMetaSchema.nullable().optional(),
17
+ members: zod.z.array(RoamListGroups_GroupMemberSchema).describe("List of members in the group. Each member has a 'value' field containing the Roam Person ID.").nullable().optional(),
18
+ schemas: zod.z.array(zod.z.string()).describe("SCIM schema URNs for this resource."),
19
+ displayName: zod.z.string().describe("The name of the group (max 64 characters).")
20
+ }).describe("A SCIM group resource.");
21
+ const RoamListGroupsOutput = zod.z.object({
22
+ schemas: zod.z.array(zod.z.string()).describe("SCIM schema URNs for this response."),
23
+ Resources: zod.z.array(RoamListGroups_GroupResourceSchema).describe("List of SCIM group resources."),
24
+ startIndex: zod.z.number().int().describe("The 1-based index of the first result in this page."),
25
+ itemsPerPage: zod.z.number().int().describe("The number of resources returned in this page."),
26
+ totalResults: zod.z.number().int().describe("The total number of results matching the query.")
27
+ }).describe("Response model for listing SCIM groups.");
28
+ const roamListGroups = require_action.action("ROAM_LIST_GROUPS", {
29
+ slug: "roam-list-groups",
30
+ name: "List SCIM Groups",
31
+ description: "Returns a paginated list of groups in your Roam organization via SCIM 2.0. Use when you need to retrieve all groups in your Roam organization using the SCIM protocol. Supports pagination using startIndex and count parameters. Note: The filter parameter is currently ignored for the Groups endpoint.",
32
+ input: RoamListGroupsInput,
33
+ output: RoamListGroupsOutput
34
+ });
35
+ //#endregion
36
+ exports.roamListGroups = roamListGroups;
37
+
38
+ //# sourceMappingURL=list-groups.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListGroupsInput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The number of resources to return in a single page. Default is 100.\").optional(),\n filter: z.string().describe(\"A SCIM filter expression. Currently ignored for Groups endpoint.\").optional(),\n startIndex: z.number().int().describe(\"The 1-based index of the first result in the current page of results. Default is 1.\").optional(),\n}).describe(\"Request model for listing SCIM groups.\\n\\nSupports pagination via startIndex and count parameters.\\nThe filter parameter is currently ignored for Groups.\");\nconst RoamListGroups_GroupMetaSchema: z.ZodTypeAny = z.object({\n location: z.string().describe(\"The URI of the group resource.\"),\n resourceType: z.string().describe(\"The type of resource (always 'Group').\"),\n}).describe(\"Metadata for a SCIM group.\");\nconst RoamListGroups_GroupMemberSchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"The value is the Roam Person ID of the member.\"),\n}).describe(\"A member of a SCIM group.\");\nconst RoamListGroups_GroupResourceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique Roam Address ID of the group.\"),\n meta: RoamListGroups_GroupMetaSchema.nullable().optional(),\n members: z.array(RoamListGroups_GroupMemberSchema).describe(\"List of members in the group. Each member has a 'value' field containing the Roam Person ID.\").nullable().optional(),\n schemas: z.array(z.string()).describe(\"SCIM schema URNs for this resource.\"),\n displayName: z.string().describe(\"The name of the group (max 64 characters).\"),\n}).describe(\"A SCIM group resource.\");\nexport const RoamListGroupsOutput: z.ZodTypeAny = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema URNs for this response.\"),\n Resources: z.array(RoamListGroups_GroupResourceSchema).describe(\"List of SCIM group resources.\"),\n startIndex: z.number().int().describe(\"The 1-based index of the first result in this page.\"),\n itemsPerPage: z.number().int().describe(\"The number of resources returned in this page.\"),\n totalResults: z.number().int().describe(\"The total number of results matching the query.\"),\n}).describe(\"Response model for listing SCIM groups.\");\n\nexport const roamListGroups = action(\"ROAM_LIST_GROUPS\", {\n slug: \"roam-list-groups\",\n name: \"List SCIM Groups\",\n description: \"Returns a paginated list of groups in your Roam organization via SCIM 2.0. Use when you need to retrieve all groups in your Roam organization using the SCIM protocol. Supports pagination using startIndex and count parameters. Note: The filter parameter is currently ignored for the Groups endpoint.\",\n input: RoamListGroupsInput,\n output: RoamListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,SAAS,2JAA2J;AACvK,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC5E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,mCAAiDA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC7E,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,+BAA+B,SAAS,CAAC,CAAC,SAAS;CACzD,SAASA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChL,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC/E,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACpC,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;CAC3E,WAAWA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+BAA+B;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;CAC3F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;AAC3F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,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-groups.d.ts
4
+ declare const RoamListGroupsInput: z.ZodTypeAny;
5
+ declare const RoamListGroupsOutput: z.ZodTypeAny;
6
+ declare const roamListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListGroups };
9
+ //# sourceMappingURL=list-groups.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-groups.d.cts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAIoI;AAAA,cAe3J,oBAAA,EAAsB,CAAA,CAAE,UAMiB;AAAA,cAEzC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-groups.d.ts
4
+ declare const RoamListGroupsInput: z.ZodTypeAny;
5
+ declare const RoamListGroupsOutput: z.ZodTypeAny;
6
+ declare const roamListGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListGroups };
9
+ //# sourceMappingURL=list-groups.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-groups.d.mts","names":[],"sources":["../../src/actions/list-groups.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAIoI;AAAA,cAe3J,oBAAA,EAAsB,CAAA,CAAE,UAMiB;AAAA,cAEzC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-groups.ts
4
+ const RoamListGroupsInput = z.object({
5
+ count: z.number().int().describe("The number of resources to return in a single page. Default is 100.").optional(),
6
+ filter: z.string().describe("A SCIM filter expression. Currently ignored for Groups endpoint.").optional(),
7
+ startIndex: z.number().int().describe("The 1-based index of the first result in the current page of results. Default is 1.").optional()
8
+ }).describe("Request model for listing SCIM groups.\n\nSupports pagination via startIndex and count parameters.\nThe filter parameter is currently ignored for Groups.");
9
+ const RoamListGroups_GroupMetaSchema = z.object({
10
+ location: z.string().describe("The URI of the group resource."),
11
+ resourceType: z.string().describe("The type of resource (always 'Group').")
12
+ }).describe("Metadata for a SCIM group.");
13
+ const RoamListGroups_GroupMemberSchema = z.object({ value: z.string().describe("The value is the Roam Person ID of the member.") }).describe("A member of a SCIM group.");
14
+ const RoamListGroups_GroupResourceSchema = z.object({
15
+ id: z.string().describe("The unique Roam Address ID of the group."),
16
+ meta: RoamListGroups_GroupMetaSchema.nullable().optional(),
17
+ members: z.array(RoamListGroups_GroupMemberSchema).describe("List of members in the group. Each member has a 'value' field containing the Roam Person ID.").nullable().optional(),
18
+ schemas: z.array(z.string()).describe("SCIM schema URNs for this resource."),
19
+ displayName: z.string().describe("The name of the group (max 64 characters).")
20
+ }).describe("A SCIM group resource.");
21
+ const roamListGroups = action("ROAM_LIST_GROUPS", {
22
+ slug: "roam-list-groups",
23
+ name: "List SCIM Groups",
24
+ description: "Returns a paginated list of groups in your Roam organization via SCIM 2.0. Use when you need to retrieve all groups in your Roam organization using the SCIM protocol. Supports pagination using startIndex and count parameters. Note: The filter parameter is currently ignored for the Groups endpoint.",
25
+ input: RoamListGroupsInput,
26
+ output: z.object({
27
+ schemas: z.array(z.string()).describe("SCIM schema URNs for this response."),
28
+ Resources: z.array(RoamListGroups_GroupResourceSchema).describe("List of SCIM group resources."),
29
+ startIndex: z.number().int().describe("The 1-based index of the first result in this page."),
30
+ itemsPerPage: z.number().int().describe("The number of resources returned in this page."),
31
+ totalResults: z.number().int().describe("The total number of results matching the query.")
32
+ }).describe("Response model for listing SCIM groups.")
33
+ });
34
+ //#endregion
35
+ export { roamListGroups };
36
+
37
+ //# sourceMappingURL=list-groups.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-groups.mjs","names":[],"sources":["../../src/actions/list-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListGroupsInput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The number of resources to return in a single page. Default is 100.\").optional(),\n filter: z.string().describe(\"A SCIM filter expression. Currently ignored for Groups endpoint.\").optional(),\n startIndex: z.number().int().describe(\"The 1-based index of the first result in the current page of results. Default is 1.\").optional(),\n}).describe(\"Request model for listing SCIM groups.\\n\\nSupports pagination via startIndex and count parameters.\\nThe filter parameter is currently ignored for Groups.\");\nconst RoamListGroups_GroupMetaSchema: z.ZodTypeAny = z.object({\n location: z.string().describe(\"The URI of the group resource.\"),\n resourceType: z.string().describe(\"The type of resource (always 'Group').\"),\n}).describe(\"Metadata for a SCIM group.\");\nconst RoamListGroups_GroupMemberSchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"The value is the Roam Person ID of the member.\"),\n}).describe(\"A member of a SCIM group.\");\nconst RoamListGroups_GroupResourceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique Roam Address ID of the group.\"),\n meta: RoamListGroups_GroupMetaSchema.nullable().optional(),\n members: z.array(RoamListGroups_GroupMemberSchema).describe(\"List of members in the group. Each member has a 'value' field containing the Roam Person ID.\").nullable().optional(),\n schemas: z.array(z.string()).describe(\"SCIM schema URNs for this resource.\"),\n displayName: z.string().describe(\"The name of the group (max 64 characters).\"),\n}).describe(\"A SCIM group resource.\");\nexport const RoamListGroupsOutput: z.ZodTypeAny = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema URNs for this response.\"),\n Resources: z.array(RoamListGroups_GroupResourceSchema).describe(\"List of SCIM group resources.\"),\n startIndex: z.number().int().describe(\"The 1-based index of the first result in this page.\"),\n itemsPerPage: z.number().int().describe(\"The number of resources returned in this page.\"),\n totalResults: z.number().int().describe(\"The total number of results matching the query.\"),\n}).describe(\"Response model for listing SCIM groups.\");\n\nexport const roamListGroups = action(\"ROAM_LIST_GROUPS\", {\n slug: \"roam-list-groups\",\n name: \"List SCIM Groups\",\n description: \"Returns a paginated list of groups in your Roam organization via SCIM 2.0. Use when you need to retrieve all groups in your Roam organization using the SCIM protocol. Supports pagination using startIndex and count parameters. Note: The filter parameter is currently ignored for the Groups endpoint.\",\n input: RoamListGroupsInput,\n output: RoamListGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO;CACxD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,SAAS,2JAA2J;AACvK,MAAM,iCAA+C,EAAE,OAAO;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC5E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,mCAAiD,EAAE,OAAO,EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC7E,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,+BAA+B,SAAS,CAAC,CAAC,SAAS;CACzD,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChL,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC/E,CAAC,CAAC,CAAC,SAAS,wBAAwB;AASpC,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgD,EAAE,OAAO;EACzD,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC;EAC3E,WAAW,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+BAA+B;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;EAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EACxF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC3F,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-lobbies.ts
4
+ const RoamListLobbiesInput = zod.z.object({ handle: zod.z.string().describe("Filter for lobbies with a specific handle (first path segment of the URL).").optional() });
5
+ const RoamListLobbies_LobbyInfoSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the lobby configuration (UUID)"),
7
+ url: zod.z.string().describe("Public URL of the lobby"),
8
+ slug: zod.z.string().describe("Optional second path segment for the lobby").nullable().optional(),
9
+ active: zod.z.boolean().describe("Whether the lobby configuration is active"),
10
+ handle: zod.z.string().describe("First path segment of the lobby URL"),
11
+ display_name: zod.z.string().describe("Human-readable name of the lobby configuration")
12
+ });
13
+ const RoamListLobbiesOutput = zod.z.object({ lobbies: zod.z.array(RoamListLobbies_LobbyInfoSchema).describe("List of active lobbies in the account").nullable().optional() });
14
+ const roamListLobbies = require_action.action("ROAM_LIST_LOBBIES", {
15
+ slug: "roam-list-lobbies",
16
+ name: "List Roam Lobbies",
17
+ description: "Lists active lobbies in your Roam account. Returns all lobby configurations with their IDs, display names, URLs, and active status. Use this action to discover available lobbies before performing operations on them.",
18
+ input: RoamListLobbiesInput,
19
+ output: RoamListLobbiesOutput
20
+ });
21
+ //#endregion
22
+ exports.roamListLobbies = roamListLobbies;
23
+
24
+ //# sourceMappingURL=list-lobbies.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-lobbies.cjs","names":["z","action"],"sources":["../../src/actions/list-lobbies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListLobbiesInput: z.ZodTypeAny = z.object({\n handle: z.string().describe(\"Filter for lobbies with a specific handle (first path segment of the URL).\").optional(),\n});\nconst RoamListLobbies_LobbyInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the lobby configuration (UUID)\"),\n url: z.string().describe(\"Public URL of the lobby\"),\n slug: z.string().describe(\"Optional second path segment for the lobby\").nullable().optional(),\n active: z.boolean().describe(\"Whether the lobby configuration is active\"),\n handle: z.string().describe(\"First path segment of the lobby URL\"),\n display_name: z.string().describe(\"Human-readable name of the lobby configuration\"),\n});\nexport const RoamListLobbiesOutput: z.ZodTypeAny = z.object({\n lobbies: z.array(RoamListLobbies_LobbyInfoSchema).describe(\"List of active lobbies in the account\").nullable().optional(),\n});\n\nexport const roamListLobbies = action(\"ROAM_LIST_LOBBIES\", {\n slug: \"roam-list-lobbies\",\n name: \"List Roam Lobbies\",\n description: \"Lists active lobbies in your Roam account. Returns all lobby configurations with their IDs, display names, URLs, and active status. Use this action to discover available lobbies before performing operations on them.\",\n input: RoamListLobbiesInput,\n output: RoamListLobbiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,EACrH,CAAC;AACD,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACpF,CAAC;AACD,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,SAASA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1H,CAAC;AAED,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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-lobbies.d.ts
4
+ declare const RoamListLobbiesInput: z.ZodTypeAny;
5
+ declare const RoamListLobbiesOutput: z.ZodTypeAny;
6
+ declare const roamListLobbies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListLobbies };
9
+ //# sourceMappingURL=list-lobbies.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-lobbies.d.cts","names":[],"sources":["../../src/actions/list-lobbies.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEnC;AAAA,cASW,qBAAA,EAAuB,CAAA,CAAE,UAEpC;AAAA,cAEW,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-lobbies.d.ts
4
+ declare const RoamListLobbiesInput: z.ZodTypeAny;
5
+ declare const RoamListLobbiesOutput: z.ZodTypeAny;
6
+ declare const roamListLobbies: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListLobbies };
9
+ //# sourceMappingURL=list-lobbies.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-lobbies.d.mts","names":[],"sources":["../../src/actions/list-lobbies.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEnC;AAAA,cASW,qBAAA,EAAuB,CAAA,CAAE,UAEpC;AAAA,cAEW,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-lobbies.ts
4
+ const RoamListLobbiesInput = z.object({ handle: z.string().describe("Filter for lobbies with a specific handle (first path segment of the URL).").optional() });
5
+ const RoamListLobbies_LobbyInfoSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the lobby configuration (UUID)"),
7
+ url: z.string().describe("Public URL of the lobby"),
8
+ slug: z.string().describe("Optional second path segment for the lobby").nullable().optional(),
9
+ active: z.boolean().describe("Whether the lobby configuration is active"),
10
+ handle: z.string().describe("First path segment of the lobby URL"),
11
+ display_name: z.string().describe("Human-readable name of the lobby configuration")
12
+ });
13
+ const roamListLobbies = action("ROAM_LIST_LOBBIES", {
14
+ slug: "roam-list-lobbies",
15
+ name: "List Roam Lobbies",
16
+ description: "Lists active lobbies in your Roam account. Returns all lobby configurations with their IDs, display names, URLs, and active status. Use this action to discover available lobbies before performing operations on them.",
17
+ input: RoamListLobbiesInput,
18
+ output: z.object({ lobbies: z.array(RoamListLobbies_LobbyInfoSchema).describe("List of active lobbies in the account").nullable().optional() })
19
+ });
20
+ //#endregion
21
+ export { roamListLobbies };
22
+
23
+ //# sourceMappingURL=list-lobbies.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-lobbies.mjs","names":[],"sources":["../../src/actions/list-lobbies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListLobbiesInput: z.ZodTypeAny = z.object({\n handle: z.string().describe(\"Filter for lobbies with a specific handle (first path segment of the URL).\").optional(),\n});\nconst RoamListLobbies_LobbyInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the lobby configuration (UUID)\"),\n url: z.string().describe(\"Public URL of the lobby\"),\n slug: z.string().describe(\"Optional second path segment for the lobby\").nullable().optional(),\n active: z.boolean().describe(\"Whether the lobby configuration is active\"),\n handle: z.string().describe(\"First path segment of the lobby URL\"),\n display_name: z.string().describe(\"Human-readable name of the lobby configuration\"),\n});\nexport const RoamListLobbiesOutput: z.ZodTypeAny = z.object({\n lobbies: z.array(RoamListLobbies_LobbyInfoSchema).describe(\"List of active lobbies in the account\").nullable().optional(),\n});\n\nexport const roamListLobbies = action(\"ROAM_LIST_LOBBIES\", {\n slug: \"roam-list-lobbies\",\n name: \"List Roam Lobbies\",\n description: \"Lists active lobbies in your Roam account. Returns all lobby configurations with their IDs, display names, URLs, and active status. Use this action to discover available lobbies before performing operations on them.\",\n input: RoamListLobbiesInput,\n output: RoamListLobbiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,EACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,EACrH,CAAC;AACD,MAAM,kCAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACpF,CAAC;AAKD,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,SAAS,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1H,CAOU;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-meetings.ts
4
+ const RoamListMeetingsInput = zod.z.object({
5
+ after: zod.z.string().describe("Filter for meetings that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.").optional(),
6
+ limit: zod.z.number().int().describe("Number of meetings to return per response.").optional(),
7
+ before: zod.z.string().describe("Filter for meetings that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to now if not specified.").optional(),
8
+ cursor: zod.z.string().describe("Opaque cursor from a previous response to fetch the next page of results. Do not construct cursors manually.").optional()
9
+ });
10
+ const RoamListMeetings_MeetingParticipantSchema = zod.z.object({
11
+ name: zod.z.string().describe("Participant's display name").nullable().optional(),
12
+ email: zod.z.string().describe("Participant's email address").nullable().optional(),
13
+ seconds: zod.z.number().int().describe("Duration in seconds the participant attended").nullable().optional()
14
+ });
15
+ const RoamListMeetings_MeetingSchema = zod.z.object({
16
+ end: zod.z.string().describe("Meeting end datetime (ISO-8601)"),
17
+ room: zod.z.string().describe("Room name where the meeting took place").nullable().optional(),
18
+ place: zod.z.string().describe("Location or place of the meeting").nullable().optional(),
19
+ start: zod.z.string().describe("Meeting start datetime (ISO-8601)"),
20
+ room_type: zod.z.string().describe("Type of room (e.g., MeetingRoom)").nullable().optional(),
21
+ meeting_id: zod.z.string().describe("Unique meeting identifier (UUID)"),
22
+ participants: zod.z.array(RoamListMeetings_MeetingParticipantSchema).describe("List of participants in the meeting").nullable().optional()
23
+ });
24
+ const RoamListMeetingsOutput = zod.z.object({
25
+ meetings: zod.z.array(RoamListMeetings_MeetingSchema).describe("List of meetings").nullable().optional(),
26
+ nextCursor: zod.z.string().describe("Cursor for fetching the next page of results").nullable().optional()
27
+ });
28
+ const roamListMeetings = require_action.action("ROAM_LIST_MEETINGS", {
29
+ slug: "roam-list-meetings",
30
+ name: "List Roam Meetings",
31
+ description: "Lists all meetings in your home Roam, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns meeting details including meeting ID, room, time, and participants. Use this action to discover available meetings in your Roam workspace.",
32
+ input: RoamListMeetingsInput,
33
+ output: RoamListMeetingsOutput
34
+ });
35
+ //#endregion
36
+ exports.roamListMeetings = roamListMeetings;
37
+
38
+ //# sourceMappingURL=list-meetings.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-meetings.cjs","names":["z","action"],"sources":["../../src/actions/list-meetings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListMeetingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Filter for meetings that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.\").optional(),\n limit: z.number().int().describe(\"Number of meetings to return per response.\").optional(),\n before: z.string().describe(\"Filter for meetings that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to now if not specified.\").optional(),\n cursor: z.string().describe(\"Opaque cursor from a previous response to fetch the next page of results. Do not construct cursors manually.\").optional(),\n});\nconst RoamListMeetings_MeetingParticipantSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Participant's display name\").nullable().optional(),\n email: z.string().describe(\"Participant's email address\").nullable().optional(),\n seconds: z.number().int().describe(\"Duration in seconds the participant attended\").nullable().optional(),\n});\nconst RoamListMeetings_MeetingSchema: z.ZodTypeAny = z.object({\n end: z.string().describe(\"Meeting end datetime (ISO-8601)\"),\n room: z.string().describe(\"Room name where the meeting took place\").nullable().optional(),\n place: z.string().describe(\"Location or place of the meeting\").nullable().optional(),\n start: z.string().describe(\"Meeting start datetime (ISO-8601)\"),\n room_type: z.string().describe(\"Type of room (e.g., MeetingRoom)\").nullable().optional(),\n meeting_id: z.string().describe(\"Unique meeting identifier (UUID)\"),\n participants: z.array(RoamListMeetings_MeetingParticipantSchema).describe(\"List of participants in the meeting\").nullable().optional(),\n});\nexport const RoamListMeetingsOutput: z.ZodTypeAny = z.object({\n meetings: z.array(RoamListMeetings_MeetingSchema).describe(\"List of meetings\").nullable().optional(),\n nextCursor: z.string().describe(\"Cursor for fetching the next page of results\").nullable().optional(),\n});\n\nexport const roamListMeetings = action(\"ROAM_LIST_MEETINGS\", {\n slug: \"roam-list-meetings\",\n name: \"List Roam Meetings\",\n description: \"Lists all meetings in your home Roam, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns meeting details including meeting ID, room, time, and participants. Use this action to discover available meetings in your Roam workspace.\",\n input: RoamListMeetingsInput,\n output: RoamListMeetingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CAC7I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACjL,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;AACvJ,CAAC;AACD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC;AACD,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,cAAcA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC;AACD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,UAAUA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AAED,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-meetings.d.ts
4
+ declare const RoamListMeetingsInput: z.ZodTypeAny;
5
+ declare const RoamListMeetingsOutput: z.ZodTypeAny;
6
+ declare const roamListMeetings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListMeetings };
9
+ //# sourceMappingURL=list-meetings.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-meetings.d.cts","names":[],"sources":["../../src/actions/list-meetings.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAKpC;AAAA,cAeW,sBAAA,EAAwB,CAAA,CAAE,UAGrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-meetings.d.ts
4
+ declare const RoamListMeetingsInput: z.ZodTypeAny;
5
+ declare const RoamListMeetingsOutput: z.ZodTypeAny;
6
+ declare const roamListMeetings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListMeetings };
9
+ //# sourceMappingURL=list-meetings.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-meetings.d.mts","names":[],"sources":["../../src/actions/list-meetings.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAKpC;AAAA,cAeW,sBAAA,EAAwB,CAAA,CAAE,UAGrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-meetings.ts
4
+ const RoamListMeetingsInput = z.object({
5
+ after: z.string().describe("Filter for meetings that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.").optional(),
6
+ limit: z.number().int().describe("Number of meetings to return per response.").optional(),
7
+ before: z.string().describe("Filter for meetings that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to now if not specified.").optional(),
8
+ cursor: z.string().describe("Opaque cursor from a previous response to fetch the next page of results. Do not construct cursors manually.").optional()
9
+ });
10
+ const RoamListMeetings_MeetingParticipantSchema = z.object({
11
+ name: z.string().describe("Participant's display name").nullable().optional(),
12
+ email: z.string().describe("Participant's email address").nullable().optional(),
13
+ seconds: z.number().int().describe("Duration in seconds the participant attended").nullable().optional()
14
+ });
15
+ const RoamListMeetings_MeetingSchema = z.object({
16
+ end: z.string().describe("Meeting end datetime (ISO-8601)"),
17
+ room: z.string().describe("Room name where the meeting took place").nullable().optional(),
18
+ place: z.string().describe("Location or place of the meeting").nullable().optional(),
19
+ start: z.string().describe("Meeting start datetime (ISO-8601)"),
20
+ room_type: z.string().describe("Type of room (e.g., MeetingRoom)").nullable().optional(),
21
+ meeting_id: z.string().describe("Unique meeting identifier (UUID)"),
22
+ participants: z.array(RoamListMeetings_MeetingParticipantSchema).describe("List of participants in the meeting").nullable().optional()
23
+ });
24
+ const roamListMeetings = action("ROAM_LIST_MEETINGS", {
25
+ slug: "roam-list-meetings",
26
+ name: "List Roam Meetings",
27
+ description: "Lists all meetings in your home Roam, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns meeting details including meeting ID, room, time, and participants. Use this action to discover available meetings in your Roam workspace.",
28
+ input: RoamListMeetingsInput,
29
+ output: z.object({
30
+ meetings: z.array(RoamListMeetings_MeetingSchema).describe("List of meetings").nullable().optional(),
31
+ nextCursor: z.string().describe("Cursor for fetching the next page of results").nullable().optional()
32
+ })
33
+ });
34
+ //#endregion
35
+ export { roamListMeetings };
36
+
37
+ //# sourceMappingURL=list-meetings.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-meetings.mjs","names":[],"sources":["../../src/actions/list-meetings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListMeetingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Filter for meetings that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.\").optional(),\n limit: z.number().int().describe(\"Number of meetings to return per response.\").optional(),\n before: z.string().describe(\"Filter for meetings that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to now if not specified.\").optional(),\n cursor: z.string().describe(\"Opaque cursor from a previous response to fetch the next page of results. Do not construct cursors manually.\").optional(),\n});\nconst RoamListMeetings_MeetingParticipantSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Participant's display name\").nullable().optional(),\n email: z.string().describe(\"Participant's email address\").nullable().optional(),\n seconds: z.number().int().describe(\"Duration in seconds the participant attended\").nullable().optional(),\n});\nconst RoamListMeetings_MeetingSchema: z.ZodTypeAny = z.object({\n end: z.string().describe(\"Meeting end datetime (ISO-8601)\"),\n room: z.string().describe(\"Room name where the meeting took place\").nullable().optional(),\n place: z.string().describe(\"Location or place of the meeting\").nullable().optional(),\n start: z.string().describe(\"Meeting start datetime (ISO-8601)\"),\n room_type: z.string().describe(\"Type of room (e.g., MeetingRoom)\").nullable().optional(),\n meeting_id: z.string().describe(\"Unique meeting identifier (UUID)\"),\n participants: z.array(RoamListMeetings_MeetingParticipantSchema).describe(\"List of participants in the meeting\").nullable().optional(),\n});\nexport const RoamListMeetingsOutput: z.ZodTypeAny = z.object({\n meetings: z.array(RoamListMeetings_MeetingSchema).describe(\"List of meetings\").nullable().optional(),\n nextCursor: z.string().describe(\"Cursor for fetching the next page of results\").nullable().optional(),\n});\n\nexport const roamListMeetings = action(\"ROAM_LIST_MEETINGS\", {\n slug: \"roam-list-meetings\",\n name: \"List Roam Meetings\",\n description: \"Lists all meetings in your home Roam, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns meeting details including meeting ID, room, time, and participants. Use this action to discover available meetings in your Roam workspace.\",\n input: RoamListMeetingsInput,\n output: RoamListMeetingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACjL,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;AACvJ,CAAC;AACD,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC;AACD,MAAM,iCAA+C,EAAE,OAAO;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,cAAc,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC;AAMD,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVkD,EAAE,OAAO;EAC3D,UAAU,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAOU;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-recordings.ts
4
+ const RoamListRecordingsInput = zod.z.object({
5
+ after: zod.z.string().describe("The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339 format).").optional(),
6
+ limit: zod.z.number().int().describe("The number of recordings to return per response. Default is 10, max 100.").optional(),
7
+ before: zod.z.string().describe("The datetime until which to list recordings (YYYY-MM-DD or RFC-3339 format).").optional(),
8
+ cursor: zod.z.string().describe("Opaque pagination cursor from a previous response's nextCursor field.").optional()
9
+ }).describe("Request parameters for listing recordings.");
10
+ const RoamListRecordings_RecordingSchema = zod.z.object({
11
+ endTime: zod.z.string().describe("End time of the recording (ISO 8601 format).").nullable().optional(),
12
+ location: zod.z.string().describe("Location where the recording was made.").nullable().optional(),
13
+ videoUrl: zod.z.string().describe("URL to access the recording video.").nullable().optional(),
14
+ startTime: zod.z.string().describe("Start time of the recording (ISO 8601 format).").nullable().optional(),
15
+ recordingId: zod.z.string().describe("Unique identifier for the recording.").nullable().optional()
16
+ }).describe("Individual recording object.");
17
+ const RoamListRecordingsOutput = zod.z.object({
18
+ nextCursor: zod.z.string().describe("Opaque cursor for pagination. Include this in subsequent requests to get the next page of results.").nullable().optional(),
19
+ recordings: zod.z.array(RoamListRecordings_RecordingSchema).describe("List of recording objects matching the criteria.").nullable().optional()
20
+ }).describe("Response schema for listing recordings.");
21
+ const roamListRecordings = require_action.action("ROAM_LIST_RECORDINGS", {
22
+ slug: "roam-list-recordings",
23
+ name: "List Roam Recordings",
24
+ description: "Tool to list all recordings in your home Roam. Use when you need to retrieve recordings with optional date range filtering (after/before) or pagination. Supports filtering by date range and paginating through large result sets.",
25
+ input: RoamListRecordingsInput,
26
+ output: RoamListRecordingsOutput
27
+ });
28
+ //#endregion
29
+ exports.roamListRecordings = roamListRecordings;
30
+
31
+ //# sourceMappingURL=list-recordings.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-recordings.cjs","names":["z","action"],"sources":["../../src/actions/list-recordings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListRecordingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339 format).\").optional(),\n limit: z.number().int().describe(\"The number of recordings to return per response. Default is 10, max 100.\").optional(),\n before: z.string().describe(\"The datetime until which to list recordings (YYYY-MM-DD or RFC-3339 format).\").optional(),\n cursor: z.string().describe(\"Opaque pagination cursor from a previous response's nextCursor field.\").optional(),\n}).describe(\"Request parameters for listing recordings.\");\nconst RoamListRecordings_RecordingSchema: z.ZodTypeAny = z.object({\n endTime: z.string().describe(\"End time of the recording (ISO 8601 format).\").nullable().optional(),\n location: z.string().describe(\"Location where the recording was made.\").nullable().optional(),\n videoUrl: z.string().describe(\"URL to access the recording video.\").nullable().optional(),\n startTime: z.string().describe(\"Start time of the recording (ISO 8601 format).\").nullable().optional(),\n recordingId: z.string().describe(\"Unique identifier for the recording.\").nullable().optional(),\n}).describe(\"Individual recording object.\");\nexport const RoamListRecordingsOutput: z.ZodTypeAny = z.object({\n nextCursor: z.string().describe(\"Opaque cursor for pagination. Include this in subsequent requests to get the next page of results.\").nullable().optional(),\n recordings: z.array(RoamListRecordings_RecordingSchema).describe(\"List of recording objects matching the criteria.\").nullable().optional(),\n}).describe(\"Response schema for listing recordings.\");\n\nexport const roamListRecordings = action(\"ROAM_LIST_RECORDINGS\", {\n slug: \"roam-list-recordings\",\n name: \"List Roam Recordings\",\n description: \"Tool to list all recordings in your home Roam. Use when you need to retrieve recordings with optional date range filtering (after/before) or pagination. Supports filtering by date range and paginating through large result sets.\",\n input: RoamListRecordingsInput,\n output: RoamListRecordingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACjH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACtH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,YAAYA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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-recordings.d.ts
4
+ declare const RoamListRecordingsInput: z.ZodTypeAny;
5
+ declare const RoamListRecordingsOutput: z.ZodTypeAny;
6
+ declare const roamListRecordings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListRecordings };
9
+ //# sourceMappingURL=list-recordings.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-recordings.d.cts","names":[],"sources":["../../src/actions/list-recordings.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAKiB;AAAA,cAQ5C,wBAAA,EAA0B,CAAA,CAAE,UAGa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-recordings.d.ts
4
+ declare const RoamListRecordingsInput: z.ZodTypeAny;
5
+ declare const RoamListRecordingsOutput: z.ZodTypeAny;
6
+ declare const roamListRecordings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListRecordings };
9
+ //# sourceMappingURL=list-recordings.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-recordings.d.mts","names":[],"sources":["../../src/actions/list-recordings.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAKiB;AAAA,cAQ5C,wBAAA,EAA0B,CAAA,CAAE,UAGa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-recordings.ts
4
+ const RoamListRecordingsInput = z.object({
5
+ after: z.string().describe("The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339 format).").optional(),
6
+ limit: z.number().int().describe("The number of recordings to return per response. Default is 10, max 100.").optional(),
7
+ before: z.string().describe("The datetime until which to list recordings (YYYY-MM-DD or RFC-3339 format).").optional(),
8
+ cursor: z.string().describe("Opaque pagination cursor from a previous response's nextCursor field.").optional()
9
+ }).describe("Request parameters for listing recordings.");
10
+ const RoamListRecordings_RecordingSchema = z.object({
11
+ endTime: z.string().describe("End time of the recording (ISO 8601 format).").nullable().optional(),
12
+ location: z.string().describe("Location where the recording was made.").nullable().optional(),
13
+ videoUrl: z.string().describe("URL to access the recording video.").nullable().optional(),
14
+ startTime: z.string().describe("Start time of the recording (ISO 8601 format).").nullable().optional(),
15
+ recordingId: z.string().describe("Unique identifier for the recording.").nullable().optional()
16
+ }).describe("Individual recording object.");
17
+ const roamListRecordings = action("ROAM_LIST_RECORDINGS", {
18
+ slug: "roam-list-recordings",
19
+ name: "List Roam Recordings",
20
+ description: "Tool to list all recordings in your home Roam. Use when you need to retrieve recordings with optional date range filtering (after/before) or pagination. Supports filtering by date range and paginating through large result sets.",
21
+ input: RoamListRecordingsInput,
22
+ output: z.object({
23
+ nextCursor: z.string().describe("Opaque cursor for pagination. Include this in subsequent requests to get the next page of results.").nullable().optional(),
24
+ recordings: z.array(RoamListRecordings_RecordingSchema).describe("List of recording objects matching the criteria.").nullable().optional()
25
+ }).describe("Response schema for listing recordings.")
26
+ });
27
+ //#endregion
28
+ export { roamListRecordings };
29
+
30
+ //# sourceMappingURL=list-recordings.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-recordings.mjs","names":[],"sources":["../../src/actions/list-recordings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListRecordingsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339 format).\").optional(),\n limit: z.number().int().describe(\"The number of recordings to return per response. Default is 10, max 100.\").optional(),\n before: z.string().describe(\"The datetime until which to list recordings (YYYY-MM-DD or RFC-3339 format).\").optional(),\n cursor: z.string().describe(\"Opaque pagination cursor from a previous response's nextCursor field.\").optional(),\n}).describe(\"Request parameters for listing recordings.\");\nconst RoamListRecordings_RecordingSchema: z.ZodTypeAny = z.object({\n endTime: z.string().describe(\"End time of the recording (ISO 8601 format).\").nullable().optional(),\n location: z.string().describe(\"Location where the recording was made.\").nullable().optional(),\n videoUrl: z.string().describe(\"URL to access the recording video.\").nullable().optional(),\n startTime: z.string().describe(\"Start time of the recording (ISO 8601 format).\").nullable().optional(),\n recordingId: z.string().describe(\"Unique identifier for the recording.\").nullable().optional(),\n}).describe(\"Individual recording object.\");\nexport const RoamListRecordingsOutput: z.ZodTypeAny = z.object({\n nextCursor: z.string().describe(\"Opaque cursor for pagination. Include this in subsequent requests to get the next page of results.\").nullable().optional(),\n recordings: z.array(RoamListRecordings_RecordingSchema).describe(\"List of recording objects matching the criteria.\").nullable().optional(),\n}).describe(\"Response schema for listing recordings.\");\n\nexport const roamListRecordings = action(\"ROAM_LIST_RECORDINGS\", {\n slug: \"roam-list-recordings\",\n name: \"List Roam Recordings\",\n description: \"Tool to list all recordings in your home Roam. Use when you need to retrieve recordings with optional date range filtering (after/before) or pagination. Supports filtering by date range and paginating through large result sets.\",\n input: RoamListRecordingsInput,\n output: RoamListRecordingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACjH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,qCAAmD,EAAE,OAAO;CAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAM1C,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1J,YAAY,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,54 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-roam-scim-users.ts
4
+ const RoamListRoamScimUsersInput = zod.z.object({
5
+ count: zod.z.number().int().default(100).describe("The maximum number of users to return per page. Use this for pagination to control page size.").optional(),
6
+ filter: zod.z.string().describe("A SCIM filter expression to narrow down results. For example, 'userName eq \"alice@example.com\"' to find a specific user. Supports filtering by userName, name, emails, and active attributes.").optional(),
7
+ start_index: zod.z.number().int().default(1).describe("The 1-based index of the first result to return. Use this for pagination to retrieve subsequent pages of results.").optional()
8
+ }).describe("Request schema for listing users via SCIM 2.0.\n\nSupports pagination via startIndex and count parameters, as well as\nfiltering by user attributes using SCIM filter expressions.");
9
+ const RoamListRoamScimUsers_UserMetaSchema = zod.z.object({
10
+ created: zod.z.string().describe("The date and time the user was created (ISO 8601 format).").nullable().optional(),
11
+ location: zod.z.string().describe("The URI of the user resource.").nullable().optional(),
12
+ lastModified: zod.z.string().describe("The date and time the user was last modified (ISO 8601 format).").nullable().optional(),
13
+ resourceType: zod.z.string().describe("The type of resource (User).").nullable().optional()
14
+ }).describe("Metadata about the SCIM user resource.");
15
+ const RoamListRoamScimUsers_UserNameSchema = zod.z.object({
16
+ givenName: zod.z.string().describe("The first name of the user.").nullable().optional(),
17
+ familyName: zod.z.string().describe("The last name of the user.").nullable().optional()
18
+ }).describe("Name component of a SCIM user.");
19
+ const RoamListRoamScimUsers_EmailValueSchema = zod.z.object({
20
+ type: zod.z.string().describe("Type of email address (e.g., 'work').").nullable().optional(),
21
+ value: zod.z.string().describe("Email address value.").nullable().optional(),
22
+ primary: zod.z.boolean().describe("Whether this is the primary email address.").nullable().optional()
23
+ }).describe("Email address in the SCIM user resource.");
24
+ const RoamListRoamScimUsers_RoamUserExtensionSchema = zod.z.object({ role: zod.z.string().describe("The user's role in Roam (e.g., 'User' or 'Admin').").nullable().optional() }).describe("Roam-specific SCIM extension for user resources.");
25
+ const RoamListRoamScimUsers_UserResourceSchema = zod.z.object({
26
+ id: zod.z.string().describe("The unique identifier for the user in Roam (SCIM ID / Person ID).").nullable().optional(),
27
+ meta: RoamListRoamScimUsers_UserMetaSchema.nullable().optional(),
28
+ name: RoamListRoamScimUsers_UserNameSchema.nullable().optional(),
29
+ active: zod.z.boolean().describe("Whether the user account is active. True = active, False = archived.").nullable().optional(),
30
+ emails: zod.z.array(RoamListRoamScimUsers_EmailValueSchema).describe("List of email addresses for the user.").nullable().optional(),
31
+ schemas: zod.z.array(zod.z.string()).describe("List of SCIM schema URIs that describe the user resource.").nullable().optional(),
32
+ userName: zod.z.string().describe("The username, typically the primary email address of the user.").nullable().optional(),
33
+ externalId: zod.z.string().describe("External identifier from the identity provider (if synced via SCIM).").nullable().optional(),
34
+ displayName: zod.z.string().describe("The display name of the user (typically firstName lastName).").nullable().optional(),
35
+ "urn:ro.am:params:scim:schemas:extension:roam:2.0:User": RoamListRoamScimUsers_RoamUserExtensionSchema.nullable().optional()
36
+ }).describe("A single user resource in the SCIM list response.");
37
+ const RoamListRoamScimUsersOutput = zod.z.object({
38
+ schemas: zod.z.array(zod.z.string()).describe("List of SCIM schema URIs used in the response.").nullable().optional(),
39
+ Resources: zod.z.array(RoamListRoamScimUsers_UserResourceSchema).describe("List of user resources matching the query.").nullable().optional(),
40
+ startIndex: zod.z.number().int().describe("The 1-based index of the first result in the current page.").nullable().optional(),
41
+ itemsPerPage: zod.z.number().int().describe("The number of users returned in this page.").nullable().optional(),
42
+ totalResults: zod.z.number().int().describe("The total number of users matching the query.").nullable().optional()
43
+ }).describe("Response schema for listing users via SCIM 2.0.\n\nReturns a paginated list of user resources with total count information.");
44
+ const roamListRoamScimUsers = require_action.action("ROAM_LIST_ROAM_SCIM_USERS", {
45
+ slug: "roam-list-roam-scim-users",
46
+ name: "List users (SCIM)",
47
+ description: "Tool to list users in your Roam organization using SCIM 2.0 protocol. Use when you need to retrieve a paginated list of users in your Roam workspace via the SCIM 2.0 API for identity provider integration. Supports pagination via startIndex and count parameters, as well as filtering by user attributes using SCIM filter expressions. Endpoint: GET /scim/v2/Users",
48
+ input: RoamListRoamScimUsersInput,
49
+ output: RoamListRoamScimUsersOutput
50
+ });
51
+ //#endregion
52
+ exports.roamListRoamScimUsers = roamListRoamScimUsers;
53
+
54
+ //# sourceMappingURL=list-roam-scim-users.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-roam-scim-users.cjs","names":["z","action"],"sources":["../../src/actions/list-roam-scim-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamListRoamScimUsersInput: z.ZodTypeAny = z.object({\n count: z.number().int().default(100).describe(\"The maximum number of users to return per page. Use this for pagination to control page size.\").optional(),\n filter: z.string().describe(\"A SCIM filter expression to narrow down results. For example, 'userName eq \\\"alice@example.com\\\"' to find a specific user. Supports filtering by userName, name, emails, and active attributes.\").optional(),\n start_index: z.number().int().default(1).describe(\"The 1-based index of the first result to return. Use this for pagination to retrieve subsequent pages of results.\").optional(),\n}).describe(\"Request schema for listing users via SCIM 2.0.\\n\\nSupports pagination via startIndex and count parameters, as well as\\nfiltering by user attributes using SCIM filter expressions.\");\nconst RoamListRoamScimUsers_UserMetaSchema: z.ZodTypeAny = z.object({\n created: z.string().describe(\"The date and time the user was created (ISO 8601 format).\").nullable().optional(),\n location: z.string().describe(\"The URI of the user resource.\").nullable().optional(),\n lastModified: z.string().describe(\"The date and time the user was last modified (ISO 8601 format).\").nullable().optional(),\n resourceType: z.string().describe(\"The type of resource (User).\").nullable().optional(),\n}).describe(\"Metadata about the SCIM user resource.\");\nconst RoamListRoamScimUsers_UserNameSchema: z.ZodTypeAny = z.object({\n givenName: z.string().describe(\"The first name of the user.\").nullable().optional(),\n familyName: z.string().describe(\"The last name of the user.\").nullable().optional(),\n}).describe(\"Name component of a SCIM user.\");\nconst RoamListRoamScimUsers_EmailValueSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of email address (e.g., 'work').\").nullable().optional(),\n value: z.string().describe(\"Email address value.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary email address.\").nullable().optional(),\n}).describe(\"Email address in the SCIM user resource.\");\nconst RoamListRoamScimUsers_RoamUserExtensionSchema: z.ZodTypeAny = z.object({\n role: z.string().describe(\"The user's role in Roam (e.g., 'User' or 'Admin').\").nullable().optional(),\n}).describe(\"Roam-specific SCIM extension for user resources.\");\nconst RoamListRoamScimUsers_UserResourceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the user in Roam (SCIM ID / Person ID).\").nullable().optional(),\n meta: RoamListRoamScimUsers_UserMetaSchema.nullable().optional(),\n name: RoamListRoamScimUsers_UserNameSchema.nullable().optional(),\n active: z.boolean().describe(\"Whether the user account is active. True = active, False = archived.\").nullable().optional(),\n emails: z.array(RoamListRoamScimUsers_EmailValueSchema).describe(\"List of email addresses for the user.\").nullable().optional(),\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs that describe the user resource.\").nullable().optional(),\n userName: z.string().describe(\"The username, typically the primary email address of the user.\").nullable().optional(),\n externalId: z.string().describe(\"External identifier from the identity provider (if synced via SCIM).\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the user (typically firstName lastName).\").nullable().optional(),\n \"urn:ro.am:params:scim:schemas:extension:roam:2.0:User\": RoamListRoamScimUsers_RoamUserExtensionSchema.nullable().optional(),\n}).describe(\"A single user resource in the SCIM list response.\");\nexport const RoamListRoamScimUsersOutput: z.ZodTypeAny = z.object({\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs used in the response.\").nullable().optional(),\n Resources: z.array(RoamListRoamScimUsers_UserResourceSchema).describe(\"List of user resources matching the query.\").nullable().optional(),\n startIndex: z.number().int().describe(\"The 1-based index of the first result in the current page.\").nullable().optional(),\n itemsPerPage: z.number().int().describe(\"The number of users returned in this page.\").nullable().optional(),\n totalResults: z.number().int().describe(\"The total number of users matching the query.\").nullable().optional(),\n}).describe(\"Response schema for listing users via SCIM 2.0.\\n\\nReturns a paginated list of user resources with total count information.\");\n\nexport const roamListRoamScimUsers = action(\"ROAM_LIST_ROAM_SCIM_USERS\", {\n slug: \"roam-list-roam-scim-users\",\n name: \"List users (SCIM)\",\n description: \"Tool to list users in your Roam organization using SCIM 2.0 protocol. Use when you need to retrieve a paginated list of users in your Roam workspace via the SCIM 2.0 API for identity provider integration. Supports pagination via startIndex and count parameters, as well as filtering by user attributes using SCIM filter expressions. Endpoint: GET /scim/v2/Users\",\n input: RoamListRoamScimUsersInput,\n output: RoamListRoamScimUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACxJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iMAAiM,CAAC,CAAC,SAAS;CACxO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;AAClL,CAAC,CAAC,CAAC,SAAS,oLAAoL;AAChM,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO,EAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,QAAQA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,yDAAyD,8CAA8C,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,WAAWA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,6HAA6H;AAEzI,MAAa,wBAAwBC,eAAAA,OAAO,6BAA6B;CACvE,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-roam-scim-users.d.ts
4
+ declare const RoamListRoamScimUsersInput: z.ZodTypeAny;
5
+ declare const RoamListRoamScimUsersOutput: z.ZodTypeAny;
6
+ declare const roamListRoamScimUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListRoamScimUsers };
9
+ //# sourceMappingURL=list-roam-scim-users.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-roam-scim-users.d.cts","names":[],"sources":["../../src/actions/list-roam-scim-users.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIsJ;AAAA,cA+BpL,2BAAA,EAA6B,CAAA,CAAE,UAM8F;AAAA,cAE7H,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-roam-scim-users.d.ts
4
+ declare const RoamListRoamScimUsersInput: z.ZodTypeAny;
5
+ declare const RoamListRoamScimUsersOutput: z.ZodTypeAny;
6
+ declare const roamListRoamScimUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { roamListRoamScimUsers };
9
+ //# sourceMappingURL=list-roam-scim-users.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-roam-scim-users.d.mts","names":[],"sources":["../../src/actions/list-roam-scim-users.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIsJ;AAAA,cA+BpL,2BAAA,EAA6B,CAAA,CAAE,UAM8F;AAAA,cAE7H,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}