@keystrokehq/roam 0.1.0 → 0.1.2

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 (288) hide show
  1. package/README.md +1 -1
  2. package/dist/action.cjs.map +1 -1
  3. package/dist/action.mjs.map +1 -1
  4. package/dist/actions/add-group-members.cjs.map +1 -1
  5. package/dist/actions/add-group-members.d.cts +13 -3
  6. package/dist/actions/add-group-members.d.cts.map +1 -1
  7. package/dist/actions/add-group-members.d.mts +13 -3
  8. package/dist/actions/add-group-members.d.mts.map +1 -1
  9. package/dist/actions/add-group-members.mjs.map +1 -1
  10. package/dist/actions/add-reaction.cjs.map +1 -1
  11. package/dist/actions/add-reaction.d.cts +20 -3
  12. package/dist/actions/add-reaction.d.cts.map +1 -1
  13. package/dist/actions/add-reaction.d.mts +20 -3
  14. package/dist/actions/add-reaction.d.mts.map +1 -1
  15. package/dist/actions/add-reaction.mjs.map +1 -1
  16. package/dist/actions/create-group.cjs +4 -4
  17. package/dist/actions/create-group.cjs.map +1 -1
  18. package/dist/actions/create-group.d.cts +22 -3
  19. package/dist/actions/create-group.d.cts.map +1 -1
  20. package/dist/actions/create-group.d.mts +22 -3
  21. package/dist/actions/create-group.d.mts.map +1 -1
  22. package/dist/actions/create-group.mjs +4 -4
  23. package/dist/actions/create-group.mjs.map +1 -1
  24. package/dist/actions/create-roam-scim-group.cjs +2 -2
  25. package/dist/actions/create-roam-scim-group.cjs.map +1 -1
  26. package/dist/actions/create-roam-scim-group.d.cts +17 -3
  27. package/dist/actions/create-roam-scim-group.d.cts.map +1 -1
  28. package/dist/actions/create-roam-scim-group.d.mts +17 -3
  29. package/dist/actions/create-roam-scim-group.d.mts.map +1 -1
  30. package/dist/actions/create-roam-scim-group.mjs +2 -2
  31. package/dist/actions/create-roam-scim-group.mjs.map +1 -1
  32. package/dist/actions/create-user.cjs +1 -1
  33. package/dist/actions/create-user.cjs.map +1 -1
  34. package/dist/actions/create-user.d.cts +56 -3
  35. package/dist/actions/create-user.d.cts.map +1 -1
  36. package/dist/actions/create-user.d.mts +56 -3
  37. package/dist/actions/create-user.d.mts.map +1 -1
  38. package/dist/actions/create-user.mjs +1 -1
  39. package/dist/actions/create-user.mjs.map +1 -1
  40. package/dist/actions/delete-group.cjs +2 -2
  41. package/dist/actions/delete-group.cjs.map +1 -1
  42. package/dist/actions/delete-group.d.cts +10 -3
  43. package/dist/actions/delete-group.d.cts.map +1 -1
  44. package/dist/actions/delete-group.d.mts +10 -3
  45. package/dist/actions/delete-group.d.mts.map +1 -1
  46. package/dist/actions/delete-group.mjs +2 -2
  47. package/dist/actions/delete-group.mjs.map +1 -1
  48. package/dist/actions/delete-user.cjs +2 -2
  49. package/dist/actions/delete-user.cjs.map +1 -1
  50. package/dist/actions/delete-user.d.cts +10 -3
  51. package/dist/actions/delete-user.d.cts.map +1 -1
  52. package/dist/actions/delete-user.d.mts +10 -3
  53. package/dist/actions/delete-user.d.mts.map +1 -1
  54. package/dist/actions/delete-user.mjs +2 -2
  55. package/dist/actions/delete-user.mjs.map +1 -1
  56. package/dist/actions/get-address-info.cjs.map +1 -1
  57. package/dist/actions/get-address-info.d.cts +18 -3
  58. package/dist/actions/get-address-info.d.cts.map +1 -1
  59. package/dist/actions/get-address-info.d.mts +18 -3
  60. package/dist/actions/get-address-info.d.mts.map +1 -1
  61. package/dist/actions/get-address-info.mjs.map +1 -1
  62. package/dist/actions/get-chat-history.cjs +7 -7
  63. package/dist/actions/get-chat-history.cjs.map +1 -1
  64. package/dist/actions/get-chat-history.d.cts +28 -3
  65. package/dist/actions/get-chat-history.d.cts.map +1 -1
  66. package/dist/actions/get-chat-history.d.mts +28 -3
  67. package/dist/actions/get-chat-history.d.mts.map +1 -1
  68. package/dist/actions/get-chat-history.mjs +7 -7
  69. package/dist/actions/get-chat-history.mjs.map +1 -1
  70. package/dist/actions/get-meeting-link.cjs +4 -4
  71. package/dist/actions/get-meeting-link.cjs.map +1 -1
  72. package/dist/actions/get-meeting-link.d.cts +14 -3
  73. package/dist/actions/get-meeting-link.d.cts.map +1 -1
  74. package/dist/actions/get-meeting-link.d.mts +14 -3
  75. package/dist/actions/get-meeting-link.d.mts.map +1 -1
  76. package/dist/actions/get-meeting-link.mjs +4 -4
  77. package/dist/actions/get-meeting-link.mjs.map +1 -1
  78. package/dist/actions/get-resource-types.cjs +6 -6
  79. package/dist/actions/get-resource-types.cjs.map +1 -1
  80. package/dist/actions/get-resource-types.d.cts +13 -3
  81. package/dist/actions/get-resource-types.d.cts.map +1 -1
  82. package/dist/actions/get-resource-types.d.mts +13 -3
  83. package/dist/actions/get-resource-types.d.mts.map +1 -1
  84. package/dist/actions/get-resource-types.mjs +6 -6
  85. package/dist/actions/get-resource-types.mjs.map +1 -1
  86. package/dist/actions/get-roam-scim-config.cjs.map +1 -1
  87. package/dist/actions/get-roam-scim-config.d.cts +38 -3
  88. package/dist/actions/get-roam-scim-config.d.cts.map +1 -1
  89. package/dist/actions/get-roam-scim-config.d.mts +38 -3
  90. package/dist/actions/get-roam-scim-config.d.mts.map +1 -1
  91. package/dist/actions/get-roam-scim-config.mjs.map +1 -1
  92. package/dist/actions/get-scim-schema.cjs.map +1 -1
  93. package/dist/actions/get-scim-schema.d.cts +14 -3
  94. package/dist/actions/get-scim-schema.d.cts.map +1 -1
  95. package/dist/actions/get-scim-schema.d.mts +14 -3
  96. package/dist/actions/get-scim-schema.d.mts.map +1 -1
  97. package/dist/actions/get-scim-schema.mjs.map +1 -1
  98. package/dist/actions/get-scim-user.cjs.map +1 -1
  99. package/dist/actions/get-scim-user.d.cts +32 -3
  100. package/dist/actions/get-scim-user.d.cts.map +1 -1
  101. package/dist/actions/get-scim-user.d.mts +32 -3
  102. package/dist/actions/get-scim-user.d.mts.map +1 -1
  103. package/dist/actions/get-scim-user.mjs.map +1 -1
  104. package/dist/actions/get-test.cjs.map +1 -1
  105. package/dist/actions/get-test.d.cts +5 -3
  106. package/dist/actions/get-test.d.cts.map +1 -1
  107. package/dist/actions/get-test.d.mts +5 -3
  108. package/dist/actions/get-test.d.mts.map +1 -1
  109. package/dist/actions/get-test.mjs.map +1 -1
  110. package/dist/actions/get-token-info.cjs +3 -3
  111. package/dist/actions/get-token-info.cjs.map +1 -1
  112. package/dist/actions/get-token-info.d.cts +12 -3
  113. package/dist/actions/get-token-info.d.cts.map +1 -1
  114. package/dist/actions/get-token-info.d.mts +12 -3
  115. package/dist/actions/get-token-info.d.mts.map +1 -1
  116. package/dist/actions/get-token-info.mjs +3 -3
  117. package/dist/actions/get-token-info.mjs.map +1 -1
  118. package/dist/actions/get-user-info.cjs +3 -3
  119. package/dist/actions/get-user-info.cjs.map +1 -1
  120. package/dist/actions/get-user-info.d.cts +17 -3
  121. package/dist/actions/get-user-info.d.cts.map +1 -1
  122. package/dist/actions/get-user-info.d.mts +17 -3
  123. package/dist/actions/get-user-info.d.mts.map +1 -1
  124. package/dist/actions/get-user-info.mjs +3 -3
  125. package/dist/actions/get-user-info.mjs.map +1 -1
  126. package/dist/actions/list-chats.cjs +3 -3
  127. package/dist/actions/list-chats.cjs.map +1 -1
  128. package/dist/actions/list-chats.d.cts +17 -3
  129. package/dist/actions/list-chats.d.cts.map +1 -1
  130. package/dist/actions/list-chats.d.mts +17 -3
  131. package/dist/actions/list-chats.d.mts.map +1 -1
  132. package/dist/actions/list-chats.mjs +3 -3
  133. package/dist/actions/list-chats.mjs.map +1 -1
  134. package/dist/actions/list-group-members.cjs +2 -2
  135. package/dist/actions/list-group-members.cjs.map +1 -1
  136. package/dist/actions/list-group-members.d.cts +17 -3
  137. package/dist/actions/list-group-members.d.cts.map +1 -1
  138. package/dist/actions/list-group-members.d.mts +17 -3
  139. package/dist/actions/list-group-members.d.mts.map +1 -1
  140. package/dist/actions/list-group-members.mjs +2 -2
  141. package/dist/actions/list-group-members.mjs.map +1 -1
  142. package/dist/actions/list-groups.cjs +8 -8
  143. package/dist/actions/list-groups.cjs.map +1 -1
  144. package/dist/actions/list-groups.d.cts +28 -3
  145. package/dist/actions/list-groups.d.cts.map +1 -1
  146. package/dist/actions/list-groups.d.mts +28 -3
  147. package/dist/actions/list-groups.d.mts.map +1 -1
  148. package/dist/actions/list-groups.mjs +8 -8
  149. package/dist/actions/list-groups.mjs.map +1 -1
  150. package/dist/actions/list-lobbies.cjs +5 -5
  151. package/dist/actions/list-lobbies.cjs.map +1 -1
  152. package/dist/actions/list-lobbies.d.cts +16 -3
  153. package/dist/actions/list-lobbies.d.cts.map +1 -1
  154. package/dist/actions/list-lobbies.d.mts +16 -3
  155. package/dist/actions/list-lobbies.d.mts.map +1 -1
  156. package/dist/actions/list-lobbies.mjs +5 -5
  157. package/dist/actions/list-lobbies.mjs.map +1 -1
  158. package/dist/actions/list-meetings.cjs +3 -3
  159. package/dist/actions/list-meetings.cjs.map +1 -1
  160. package/dist/actions/list-meetings.d.cts +28 -3
  161. package/dist/actions/list-meetings.d.cts.map +1 -1
  162. package/dist/actions/list-meetings.d.mts +28 -3
  163. package/dist/actions/list-meetings.d.mts.map +1 -1
  164. package/dist/actions/list-meetings.mjs +3 -3
  165. package/dist/actions/list-meetings.mjs.map +1 -1
  166. package/dist/actions/list-recordings.cjs.map +1 -1
  167. package/dist/actions/list-recordings.d.cts +22 -3
  168. package/dist/actions/list-recordings.d.cts.map +1 -1
  169. package/dist/actions/list-recordings.d.mts +22 -3
  170. package/dist/actions/list-recordings.d.mts.map +1 -1
  171. package/dist/actions/list-recordings.mjs.map +1 -1
  172. package/dist/actions/list-roam-scim-users.cjs.map +1 -1
  173. package/dist/actions/list-roam-scim-users.d.cts +42 -3
  174. package/dist/actions/list-roam-scim-users.d.cts.map +1 -1
  175. package/dist/actions/list-roam-scim-users.d.mts +42 -3
  176. package/dist/actions/list-roam-scim-users.d.mts.map +1 -1
  177. package/dist/actions/list-roam-scim-users.mjs.map +1 -1
  178. package/dist/actions/list-schemas.cjs +6 -6
  179. package/dist/actions/list-schemas.cjs.map +1 -1
  180. package/dist/actions/list-schemas.d.cts +13 -3
  181. package/dist/actions/list-schemas.d.cts.map +1 -1
  182. package/dist/actions/list-schemas.d.mts +13 -3
  183. package/dist/actions/list-schemas.d.mts.map +1 -1
  184. package/dist/actions/list-schemas.mjs +6 -6
  185. package/dist/actions/list-schemas.mjs.map +1 -1
  186. package/dist/actions/list-transcripts.cjs +4 -4
  187. package/dist/actions/list-transcripts.cjs.map +1 -1
  188. package/dist/actions/list-transcripts.d.cts +26 -3
  189. package/dist/actions/list-transcripts.d.cts.map +1 -1
  190. package/dist/actions/list-transcripts.d.mts +26 -3
  191. package/dist/actions/list-transcripts.d.mts.map +1 -1
  192. package/dist/actions/list-transcripts.mjs +4 -4
  193. package/dist/actions/list-transcripts.mjs.map +1 -1
  194. package/dist/actions/list-user-audit-log.cjs.map +1 -1
  195. package/dist/actions/list-user-audit-log.d.cts +25 -3
  196. package/dist/actions/list-user-audit-log.d.cts.map +1 -1
  197. package/dist/actions/list-user-audit-log.d.mts +25 -3
  198. package/dist/actions/list-user-audit-log.d.mts.map +1 -1
  199. package/dist/actions/list-user-audit-log.mjs.map +1 -1
  200. package/dist/actions/list-users.cjs.map +1 -1
  201. package/dist/actions/list-users.d.cts +21 -3
  202. package/dist/actions/list-users.d.cts.map +1 -1
  203. package/dist/actions/list-users.d.mts +21 -3
  204. package/dist/actions/list-users.d.mts.map +1 -1
  205. package/dist/actions/list-users.mjs.map +1 -1
  206. package/dist/actions/lookup-user.cjs +2 -2
  207. package/dist/actions/lookup-user.cjs.map +1 -1
  208. package/dist/actions/lookup-user.d.cts +15 -3
  209. package/dist/actions/lookup-user.d.cts.map +1 -1
  210. package/dist/actions/lookup-user.d.mts +15 -3
  211. package/dist/actions/lookup-user.d.mts.map +1 -1
  212. package/dist/actions/lookup-user.mjs +2 -2
  213. package/dist/actions/lookup-user.mjs.map +1 -1
  214. package/dist/actions/patch-group.cjs +1 -1
  215. package/dist/actions/patch-group.cjs.map +1 -1
  216. package/dist/actions/patch-group.d.cts +36 -3
  217. package/dist/actions/patch-group.d.cts.map +1 -1
  218. package/dist/actions/patch-group.d.mts +36 -3
  219. package/dist/actions/patch-group.d.mts.map +1 -1
  220. package/dist/actions/patch-group.mjs +1 -1
  221. package/dist/actions/patch-group.mjs.map +1 -1
  222. package/dist/actions/patch-user.cjs.map +1 -1
  223. package/dist/actions/patch-user.d.cts +50 -3
  224. package/dist/actions/patch-user.d.cts.map +1 -1
  225. package/dist/actions/patch-user.d.mts +50 -3
  226. package/dist/actions/patch-user.d.mts.map +1 -1
  227. package/dist/actions/patch-user.mjs.map +1 -1
  228. package/dist/actions/post-chat.cjs.map +1 -1
  229. package/dist/actions/post-chat.d.cts +27 -3
  230. package/dist/actions/post-chat.d.cts.map +1 -1
  231. package/dist/actions/post-chat.d.mts +27 -3
  232. package/dist/actions/post-chat.d.mts.map +1 -1
  233. package/dist/actions/post-chat.mjs.map +1 -1
  234. package/dist/actions/remove-group-members.cjs.map +1 -1
  235. package/dist/actions/remove-group-members.d.cts +11 -3
  236. package/dist/actions/remove-group-members.d.cts.map +1 -1
  237. package/dist/actions/remove-group-members.d.mts +11 -3
  238. package/dist/actions/remove-group-members.d.mts.map +1 -1
  239. package/dist/actions/remove-group-members.mjs.map +1 -1
  240. package/dist/actions/replace-group.cjs +2 -2
  241. package/dist/actions/replace-group.cjs.map +1 -1
  242. package/dist/actions/replace-group.d.cts +26 -3
  243. package/dist/actions/replace-group.d.cts.map +1 -1
  244. package/dist/actions/replace-group.d.mts +26 -3
  245. package/dist/actions/replace-group.d.mts.map +1 -1
  246. package/dist/actions/replace-group.mjs +2 -2
  247. package/dist/actions/replace-group.mjs.map +1 -1
  248. package/dist/actions/replace-user.cjs +1 -1
  249. package/dist/actions/replace-user.cjs.map +1 -1
  250. package/dist/actions/replace-user.d.cts +58 -3
  251. package/dist/actions/replace-user.d.cts.map +1 -1
  252. package/dist/actions/replace-user.d.mts +58 -3
  253. package/dist/actions/replace-user.d.mts.map +1 -1
  254. package/dist/actions/replace-user.mjs +1 -1
  255. package/dist/actions/replace-user.mjs.map +1 -1
  256. package/dist/actions/send-message.cjs.map +1 -1
  257. package/dist/actions/send-message.d.cts +24 -3
  258. package/dist/actions/send-message.d.cts.map +1 -1
  259. package/dist/actions/send-message.d.mts +24 -3
  260. package/dist/actions/send-message.d.mts.map +1 -1
  261. package/dist/actions/send-message.mjs.map +1 -1
  262. package/dist/actions/send-typing.cjs +2 -2
  263. package/dist/actions/send-typing.cjs.map +1 -1
  264. package/dist/actions/send-typing.d.cts +10 -3
  265. package/dist/actions/send-typing.d.cts.map +1 -1
  266. package/dist/actions/send-typing.d.mts +10 -3
  267. package/dist/actions/send-typing.d.mts.map +1 -1
  268. package/dist/actions/send-typing.mjs +2 -2
  269. package/dist/actions/send-typing.mjs.map +1 -1
  270. package/dist/actions/update-meeting-link.cjs.map +1 -1
  271. package/dist/actions/update-meeting-link.d.cts +15 -3
  272. package/dist/actions/update-meeting-link.d.cts.map +1 -1
  273. package/dist/actions/update-meeting-link.d.mts +15 -3
  274. package/dist/actions/update-meeting-link.d.mts.map +1 -1
  275. package/dist/actions/update-meeting-link.mjs.map +1 -1
  276. package/dist/actions/upload-item.cjs +1 -1
  277. package/dist/actions/upload-item.cjs.map +1 -1
  278. package/dist/actions/upload-item.d.cts +27 -3
  279. package/dist/actions/upload-item.d.cts.map +1 -1
  280. package/dist/actions/upload-item.d.mts +27 -3
  281. package/dist/actions/upload-item.d.mts.map +1 -1
  282. package/dist/actions/upload-item.mjs +1 -1
  283. package/dist/actions/upload-item.mjs.map +1 -1
  284. package/dist/execute.cjs +1 -1
  285. package/dist/execute.cjs.map +1 -1
  286. package/dist/execute.mjs +1 -1
  287. package/dist/execute.mjs.map +1 -1
  288. package/package.json +2 -2
@@ -1,9 +1,34 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-chat-history.d.ts
4
- declare const RoamGetChatHistoryInput: z.ZodTypeAny;
5
- declare const RoamGetChatHistoryOutput: z.ZodTypeAny;
6
- declare const roamGetChatHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetChatHistoryInput: z.ZodObject<{
5
+ chat: z.ZodString;
6
+ after: z.ZodOptional<z.ZodString>;
7
+ limit: z.ZodOptional<z.ZodNumber>;
8
+ before: z.ZodOptional<z.ZodString>;
9
+ cursor: z.ZodOptional<z.ZodString>;
10
+ thread_timestamp: z.ZodOptional<z.ZodNumber>;
11
+ }, z.core.$strip>;
12
+ declare const RoamGetChatHistoryOutput: z.ZodObject<{
13
+ chatId: z.ZodNullable<z.ZodString>;
14
+ messages: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
15
+ text: z.ZodNullable<z.ZodString>;
16
+ type: z.ZodNullable<z.ZodString>;
17
+ chatId: z.ZodNullable<z.ZodString>;
18
+ userId: z.ZodNullable<z.ZodString>;
19
+ timestamp: z.ZodNullable<z.ZodNumber>;
20
+ contentType: z.ZodNullable<z.ZodString>;
21
+ }, z.core.$strip>>>>;
22
+ nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ }, z.core.$strip>;
24
+ declare const roamGetChatHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
25
+ chat: string;
26
+ after?: string | undefined;
27
+ limit?: number | undefined;
28
+ before?: string | undefined;
29
+ cursor?: string | undefined;
30
+ thread_timestamp?: number | undefined;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
32
  //#endregion
8
33
  export { roamGetChatHistory };
9
34
  //# sourceMappingURL=get-chat-history.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-chat-history.d.mts","names":[],"sources":["../../src/actions/get-chat-history.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAOkC;AAAA,cAS7D,wBAAA,EAA0B,CAAA,CAAE,UAIc;AAAA,cAE1C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-chat-history.d.mts","names":[],"sources":["../../src/actions/get-chat-history.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;cAgBvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAMxB,kBAAA,gCAAkB,wBAAA"}
@@ -10,12 +10,12 @@ const RoamGetChatHistoryInput = z.object({
10
10
  thread_timestamp: z.number().int().describe("Read replies of the message with this timestamp. Use to fetch replies to a specific message.").optional()
11
11
  }).describe("Request model for retrieving chat history from a Roam chat.");
12
12
  const RoamGetChatHistory_ChatMessageSchema = z.object({
13
- text: z.string().describe("The message content/text body"),
14
- type: z.string().describe("Message type (e.g., 'message')"),
15
- chatId: z.string().describe("The chat ID where the message was posted"),
16
- userId: z.string().describe("The user ID who sent the message"),
17
- timestamp: z.number().int().describe("Unique identifying timestamp of the message"),
18
- contentType: z.string().describe("Content type (e.g., 'text')")
13
+ text: z.string().describe("The message content/text body").nullable(),
14
+ type: z.string().describe("Message type (e.g., 'message')").nullable(),
15
+ chatId: z.string().describe("The chat ID where the message was posted").nullable(),
16
+ userId: z.string().describe("The user ID who sent the message").nullable(),
17
+ timestamp: z.number().int().describe("Unique identifying timestamp of the message").nullable(),
18
+ contentType: z.string().describe("Content type (e.g., 'text')").nullable()
19
19
  }).describe("A single message in a chat.");
20
20
  const roamGetChatHistory = action("ROAM_GET_CHAT_HISTORY", {
21
21
  slug: "roam-get-chat-history",
@@ -23,7 +23,7 @@ const roamGetChatHistory = action("ROAM_GET_CHAT_HISTORY", {
23
23
  description: "Lists messages in a chat, filtered by date range (after/before). The ordering of results depends on the filter specified: - If no parameters provided: returns most recent messages, sorted in reverse chronological order. - If 'after' is specified: results sorted in forward chronological order. In Personal mode, only chats where the authenticated user is a participant are accessible. Use this action to retrieve message history from a specific chat.",
24
24
  input: RoamGetChatHistoryInput,
25
25
  output: z.object({
26
- chatId: z.string().describe("The chat address"),
26
+ chatId: z.string().describe("The chat address").nullable(),
27
27
  messages: z.array(RoamGetChatHistory_ChatMessageSchema).describe("List of messages in the chat").nullable().optional(),
28
28
  nextCursor: z.string().describe("Cursor for fetching the next page of results").nullable().optional()
29
29
  }).describe("Response model containing chat messages.")
@@ -1 +1 @@
1
- {"version":3,"file":"get-chat-history.mjs","names":[],"sources":["../../src/actions/get-chat-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetChatHistoryInput: z.ZodTypeAny = z.object({\n chat: z.string().describe(\"The chat address (UUID) to fetch messages from.\"),\n after: z.string().describe(\"The datetime to begin listing messages (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. If specified, results are sorted in forward chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of messages to return. Default is 10, maximum is 200.\").optional(),\n before: z.string().describe(\"The datetime until which to list messages (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to 'now' if not specified.\").optional(),\n cursor: z.string().describe(\"Opaque pagination cursor from a previous response's nextCursor. Do not construct cursors manually.\").optional(),\n thread_timestamp: z.number().int().describe(\"Read replies of the message with this timestamp. Use to fetch replies to a specific message.\").optional(),\n}).describe(\"Request model for retrieving chat history from a Roam chat.\");\nconst RoamGetChatHistory_ChatMessageSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"The message content/text body\"),\n type: z.string().describe(\"Message type (e.g., 'message')\"),\n chatId: z.string().describe(\"The chat ID where the message was posted\"),\n userId: z.string().describe(\"The user ID who sent the message\"),\n timestamp: z.number().int().describe(\"Unique identifying timestamp of the message\"),\n contentType: z.string().describe(\"Content type (e.g., 'text')\"),\n}).describe(\"A single message in a chat.\");\nexport const RoamGetChatHistoryOutput: z.ZodTypeAny = z.object({\n chatId: z.string().describe(\"The chat address\"),\n messages: z.array(RoamGetChatHistory_ChatMessageSchema).describe(\"List of messages in the chat\").nullable().optional(),\n nextCursor: z.string().describe(\"Cursor for fetching the next page of results\").nullable().optional(),\n}).describe(\"Response model containing chat messages.\");\n\nexport const roamGetChatHistory = action(\"ROAM_GET_CHAT_HISTORY\", {\n slug: \"roam-get-chat-history\",\n name: \"Get chat history\",\n description: \"Lists messages in a chat, filtered by date range (after/before). The ordering of results depends on the filter specified: - If no parameters provided: returns most recent messages, sorted in reverse chronological order. - If 'after' is specified: results sorted in forward chronological order. In Personal mode, only chats where the authenticated user is a participant are accessible. Use this action to retrieve message history from a specific chat.\",\n input: RoamGetChatHistoryInput,\n output: RoamGetChatHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC/L,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACtK,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC3I,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AAChE,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAOzC,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXoD,EAAE,OAAO;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;EAC9C,UAAU,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-chat-history.mjs","names":[],"sources":["../../src/actions/get-chat-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetChatHistoryInput = z.object({\n chat: z.string().describe(\"The chat address (UUID) to fetch messages from.\"),\n after: z.string().describe(\"The datetime to begin listing messages (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. If specified, results are sorted in forward chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of messages to return. Default is 10, maximum is 200.\").optional(),\n before: z.string().describe(\"The datetime until which to list messages (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to 'now' if not specified.\").optional(),\n cursor: z.string().describe(\"Opaque pagination cursor from a previous response's nextCursor. Do not construct cursors manually.\").optional(),\n thread_timestamp: z.number().int().describe(\"Read replies of the message with this timestamp. Use to fetch replies to a specific message.\").optional(),\n}).describe(\"Request model for retrieving chat history from a Roam chat.\");\nconst RoamGetChatHistory_ChatMessageSchema = z.object({\n text: z.string().describe(\"The message content/text body\").nullable(),\n type: z.string().describe(\"Message type (e.g., 'message')\").nullable(),\n chatId: z.string().describe(\"The chat ID where the message was posted\").nullable(),\n userId: z.string().describe(\"The user ID who sent the message\").nullable(),\n timestamp: z.number().int().describe(\"Unique identifying timestamp of the message\").nullable(),\n contentType: z.string().describe(\"Content type (e.g., 'text')\").nullable(),\n}).describe(\"A single message in a chat.\");\nexport const RoamGetChatHistoryOutput = z.object({\n chatId: z.string().describe(\"The chat address\").nullable(),\n messages: z.array(RoamGetChatHistory_ChatMessageSchema).describe(\"List of messages in the chat\").nullable().optional(),\n nextCursor: z.string().describe(\"Cursor for fetching the next page of results\").nullable().optional(),\n}).describe(\"Response model containing chat messages.\");\n\nexport const roamGetChatHistory = action(\"ROAM_GET_CHAT_HISTORY\", {\n slug: \"roam-get-chat-history\",\n name: \"Get chat history\",\n description: \"Lists messages in a chat, filtered by date range (after/before). The ordering of results depends on the filter specified: - If no parameters provided: returns most recent messages, sorted in reverse chronological order. - If 'after' is specified: results sorted in forward chronological order. In Personal mode, only chats where the authenticated user is a participant are accessible. Use this action to retrieve message history from a specific chat.\",\n input: RoamGetChatHistoryInput,\n output: RoamGetChatHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yJAAyJ,CAAC,CAAC,SAAS;CAC/L,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACtK,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC3I,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uCAAuC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAOzC,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsC,EAAE,OAAO;EAC/C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;EACzD,UAAU,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -3,11 +3,11 @@ let zod = require("zod");
3
3
  //#region src/actions/get-meeting-link.ts
4
4
  const RoamGetMeetingLinkInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (UUID) of the meeting link to retrieve.") }).describe("Request model for retrieving meeting link information.");
5
5
  const RoamGetMeetingLinkOutput = zod.z.object({
6
- id: zod.z.string().describe("The unique identifier (UUID) of the meeting link."),
6
+ id: zod.z.string().describe("The unique identifier (UUID) of the meeting link.").nullable(),
7
7
  end: zod.z.string().describe("The meeting end time in RFC3339 format.").nullable().optional(),
8
- url: zod.z.string().describe("The meeting link URL."),
9
- host: zod.z.string().describe("The email address of the meeting host."),
10
- name: zod.z.string().describe("The name of the meeting."),
8
+ url: zod.z.string().describe("The meeting link URL.").nullable(),
9
+ host: zod.z.string().describe("The email address of the meeting host.").nullable(),
10
+ name: zod.z.string().describe("The name of the meeting.").nullable(),
11
11
  start: zod.z.string().describe("The meeting start time in RFC3339 format.").nullable().optional()
12
12
  }).describe("Response model containing meeting link information.");
13
13
  const roamGetMeetingLink = require_action.action("ROAM_GET_MEETING_LINK", {
@@ -1 +1 @@
1
- {"version":3,"file":"get-meeting-link.cjs","names":["z","action"],"sources":["../../src/actions/get-meeting-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetMeetingLinkInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link to retrieve.\"),\n}).describe(\"Request model for retrieving meeting link information.\");\nexport const RoamGetMeetingLinkOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link.\"),\n end: z.string().describe(\"The meeting end time in RFC3339 format.\").nullable().optional(),\n url: z.string().describe(\"The meeting link URL.\"),\n host: z.string().describe(\"The email address of the meeting host.\"),\n name: z.string().describe(\"The name of the meeting.\"),\n start: z.string().describe(\"The meeting start time in RFC3339 format.\").nullable().optional(),\n}).describe(\"Response model containing meeting link information.\");\n\nexport const roamGetMeetingLink = action(\"ROAM_GET_MEETING_LINK\", {\n slug: \"roam-get-meeting-link\",\n name: \"Get meeting link\",\n description: \"Tool to get a meeting link. Use when you need to retrieve information about a specific meeting link by its ID. Requires the 'meetinglink:read' scope.\",\n input: RoamGetMeetingLinkInput,\n output: RoamGetMeetingLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-meeting-link.cjs","names":["z","action"],"sources":["../../src/actions/get-meeting-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetMeetingLinkInput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link to retrieve.\"),\n}).describe(\"Request model for retrieving meeting link information.\");\nexport const RoamGetMeetingLinkOutput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link.\").nullable(),\n end: z.string().describe(\"The meeting end time in RFC3339 format.\").nullable().optional(),\n url: z.string().describe(\"The meeting link URL.\").nullable(),\n host: z.string().describe(\"The email address of the meeting host.\").nullable(),\n name: z.string().describe(\"The name of the meeting.\").nullable(),\n start: z.string().describe(\"The meeting start time in RFC3339 format.\").nullable().optional(),\n}).describe(\"Response model containing meeting link information.\");\n\nexport const roamGetMeetingLink = action(\"ROAM_GET_MEETING_LINK\", {\n slug: \"roam-get-meeting-link\",\n name: \"Get meeting link\",\n description: \"Tool to get a meeting link. Use when you need to retrieve information about a specific meeting link by its ID. Requires the 'meetinglink:read' scope.\",\n input: RoamGetMeetingLinkInput,\n output: RoamGetMeetingLinkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACtF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-meeting-link.d.ts
4
- declare const RoamGetMeetingLinkInput: z.ZodTypeAny;
5
- declare const RoamGetMeetingLinkOutput: z.ZodTypeAny;
6
- declare const roamGetMeetingLink: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetMeetingLinkInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RoamGetMeetingLinkOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ end: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ url: z.ZodNullable<z.ZodString>;
11
+ host: z.ZodNullable<z.ZodString>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>;
15
+ declare const roamGetMeetingLink: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { roamGetMeetingLink };
9
20
  //# sourceMappingURL=get-meeting-link.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-meeting-link.d.cts","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE6B;AAAA,cACxD,wBAAA,EAA0B,CAAA,CAAE,UAOyB;AAAA,cAErD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-meeting-link.d.cts","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAGvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;cASxB,kBAAA,gCAAkB,wBAAA"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-meeting-link.d.ts
4
- declare const RoamGetMeetingLinkInput: z.ZodTypeAny;
5
- declare const RoamGetMeetingLinkOutput: z.ZodTypeAny;
6
- declare const roamGetMeetingLink: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetMeetingLinkInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RoamGetMeetingLinkOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ end: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ url: z.ZodNullable<z.ZodString>;
11
+ host: z.ZodNullable<z.ZodString>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>;
15
+ declare const roamGetMeetingLink: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { roamGetMeetingLink };
9
20
  //# sourceMappingURL=get-meeting-link.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-meeting-link.d.mts","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE6B;AAAA,cACxD,wBAAA,EAA0B,CAAA,CAAE,UAOyB;AAAA,cAErD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-meeting-link.d.mts","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAGvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;cASxB,kBAAA,gCAAkB,wBAAA"}
@@ -6,11 +6,11 @@ const roamGetMeetingLink = action("ROAM_GET_MEETING_LINK", {
6
6
  description: "Tool to get a meeting link. Use when you need to retrieve information about a specific meeting link by its ID. Requires the 'meetinglink:read' scope.",
7
7
  input: z.object({ id: z.string().describe("The unique identifier (UUID) of the meeting link to retrieve.") }).describe("Request model for retrieving meeting link information."),
8
8
  output: z.object({
9
- id: z.string().describe("The unique identifier (UUID) of the meeting link."),
9
+ id: z.string().describe("The unique identifier (UUID) of the meeting link.").nullable(),
10
10
  end: z.string().describe("The meeting end time in RFC3339 format.").nullable().optional(),
11
- url: z.string().describe("The meeting link URL."),
12
- host: z.string().describe("The email address of the meeting host."),
13
- name: z.string().describe("The name of the meeting."),
11
+ url: z.string().describe("The meeting link URL.").nullable(),
12
+ host: z.string().describe("The email address of the meeting host.").nullable(),
13
+ name: z.string().describe("The name of the meeting.").nullable(),
14
14
  start: z.string().describe("The meeting start time in RFC3339 format.").nullable().optional()
15
15
  }).describe("Response model containing meeting link information.")
16
16
  });
@@ -1 +1 @@
1
- {"version":3,"file":"get-meeting-link.mjs","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetMeetingLinkInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link to retrieve.\"),\n}).describe(\"Request model for retrieving meeting link information.\");\nexport const RoamGetMeetingLinkOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link.\"),\n end: z.string().describe(\"The meeting end time in RFC3339 format.\").nullable().optional(),\n url: z.string().describe(\"The meeting link URL.\"),\n host: z.string().describe(\"The email address of the meeting host.\"),\n name: z.string().describe(\"The name of the meeting.\"),\n start: z.string().describe(\"The meeting start time in RFC3339 format.\").nullable().optional(),\n}).describe(\"Response model containing meeting link information.\");\n\nexport const roamGetMeetingLink = action(\"ROAM_GET_MEETING_LINK\", {\n slug: \"roam-get-meeting-link\",\n name: \"Get meeting link\",\n description: \"Tool to get a meeting link. Use when you need to retrieve information about a specific meeting link by its ID. Requires the 'meetinglink:read' scope.\",\n input: RoamGetMeetingLinkInput,\n output: RoamGetMeetingLinkOutput,\n});\n"],"mappings":";;AAgBA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBmD,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wDAcH;CACP,QAdoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-meeting-link.mjs","names":[],"sources":["../../src/actions/get-meeting-link.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetMeetingLinkInput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link to retrieve.\"),\n}).describe(\"Request model for retrieving meeting link information.\");\nexport const RoamGetMeetingLinkOutput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the meeting link.\").nullable(),\n end: z.string().describe(\"The meeting end time in RFC3339 format.\").nullable().optional(),\n url: z.string().describe(\"The meeting link URL.\").nullable(),\n host: z.string().describe(\"The email address of the meeting host.\").nullable(),\n name: z.string().describe(\"The name of the meeting.\").nullable(),\n start: z.string().describe(\"The meeting start time in RFC3339 format.\").nullable().optional(),\n}).describe(\"Response model containing meeting link information.\");\n\nexport const roamGetMeetingLink = action(\"ROAM_GET_MEETING_LINK\", {\n slug: \"roam-get-meeting-link\",\n name: \"Get meeting link\",\n description: \"Tool to get a meeting link. Use when you need to retrieve information about a specific meeting link by its ID. Requires the 'meetinglink:read' scope.\",\n input: RoamGetMeetingLinkInput,\n output: RoamGetMeetingLinkOutput,\n});\n"],"mappings":";;AAgBA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBqC,EAAE,OAAO,EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC,CAAC,CAAC,SAAS,wDAcH;CACP,QAdsC,EAAE,OAAO;EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACtF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -3,16 +3,16 @@ let zod = require("zod");
3
3
  //#region src/actions/get-resource-types.ts
4
4
  const RoamGetResourceTypesInput = zod.z.object({}).describe("No request parameters required for this endpoint.");
5
5
  const RoamGetResourceTypes_ResourceTypeSchema = zod.z.object({
6
- id: zod.z.string().describe("The resource type identifier (e.g., 'User', 'Group')"),
7
- name: zod.z.string().describe("The human-readable name of the resource type"),
8
- description: zod.z.string().describe("Description of the resource type")
6
+ id: zod.z.string().describe("The resource type identifier (e.g., 'User', 'Group')").nullable(),
7
+ name: zod.z.string().describe("The human-readable name of the resource type").nullable(),
8
+ description: zod.z.string().describe("Description of the resource type").nullable()
9
9
  }).describe("Represents a SCIM resource type.");
10
10
  const RoamGetResourceTypesOutput = zod.z.object({
11
11
  schemas: zod.z.array(zod.z.string()).describe("SCIM schema identifiers").nullable().optional(),
12
12
  Resources: zod.z.array(RoamGetResourceTypes_ResourceTypeSchema).describe("Array of ResourceType objects representing supported resource types (e.g., User, Group)").nullable().optional(),
13
- startIndex: zod.z.number().int().describe("1-based index for pagination"),
14
- itemsPerPage: zod.z.number().int().describe("Number of items returned per page"),
15
- totalResults: zod.z.number().int().describe("Total number of resource types available")
13
+ startIndex: zod.z.number().int().describe("1-based index for pagination").nullable(),
14
+ itemsPerPage: zod.z.number().int().describe("Number of items returned per page").nullable(),
15
+ totalResults: zod.z.number().int().describe("Total number of resource types available").nullable()
16
16
  }).describe("Response model for the GetResourceTypes endpoint.");
17
17
  const roamGetResourceTypes = require_action.action("ROAM_GET_RESOURCE_TYPES", {
18
18
  slug: "roam-get-resource-types",
@@ -1 +1 @@
1
- {"version":3,"file":"get-resource-types.cjs","names":["z","action"],"sources":["../../src/actions/get-resource-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetResourceTypesInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters required for this endpoint.\");\nconst RoamGetResourceTypes_ResourceTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The resource type identifier (e.g., 'User', 'Group')\"),\n name: z.string().describe(\"The human-readable name of the resource type\"),\n description: z.string().describe(\"Description of the resource type\"),\n}).describe(\"Represents a SCIM resource type.\");\nexport const RoamGetResourceTypesOutput: z.ZodTypeAny = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema identifiers\").nullable().optional(),\n Resources: z.array(RoamGetResourceTypes_ResourceTypeSchema).describe(\"Array of ResourceType objects representing supported resource types (e.g., User, Group)\").nullable().optional(),\n startIndex: z.number().int().describe(\"1-based index for pagination\"),\n itemsPerPage: z.number().int().describe(\"Number of items returned per page\"),\n totalResults: z.number().int().describe(\"Total number of resource types available\"),\n}).describe(\"Response model for the GetResourceTypes endpoint.\");\n\nexport const roamGetResourceTypes = action(\"ROAM_GET_RESOURCE_TYPES\", {\n slug: \"roam-get-resource-types\",\n name: \"Get Roam SCIM Resource Types\",\n description: \"Returns the list of SCIM 2.0 resource types supported by Roam. Use this action to discover what resource types are available in the Roam SCIM API. Currently returns User and Group resource types. This endpoint requires no parameters.\",\n input: RoamGetResourceTypesInput,\n output: RoamGetResourceTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAChI,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACrE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpL,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACpE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;AACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-resource-types.cjs","names":["z","action"],"sources":["../../src/actions/get-resource-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetResourceTypesInput = z.object({}).describe(\"No request parameters required for this endpoint.\");\nconst RoamGetResourceTypes_ResourceTypeSchema = z.object({\n id: z.string().describe(\"The resource type identifier (e.g., 'User', 'Group')\").nullable(),\n name: z.string().describe(\"The human-readable name of the resource type\").nullable(),\n description: z.string().describe(\"Description of the resource type\").nullable(),\n}).describe(\"Represents a SCIM resource type.\");\nexport const RoamGetResourceTypesOutput = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema identifiers\").nullable().optional(),\n Resources: z.array(RoamGetResourceTypes_ResourceTypeSchema).describe(\"Array of ResourceType objects representing supported resource types (e.g., User, Group)\").nullable().optional(),\n startIndex: z.number().int().describe(\"1-based index for pagination\").nullable(),\n itemsPerPage: z.number().int().describe(\"Number of items returned per page\").nullable(),\n totalResults: z.number().int().describe(\"Total number of resource types available\").nullable(),\n}).describe(\"Response model for the GetResourceTypes endpoint.\");\n\nexport const roamGetResourceTypes = action(\"ROAM_GET_RESOURCE_TYPES\", {\n slug: \"roam-get-resource-types\",\n name: \"Get Roam SCIM Resource Types\",\n description: \"Returns the list of SCIM 2.0 resource types supported by Roam. Use this action to discover what resource types are available in the Roam SCIM API. Currently returns User and Group resource types. This endpoint requires no parameters.\",\n input: RoamGetResourceTypesInput,\n output: RoamGetResourceTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAClH,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpL,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC/E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-resource-types.d.ts
4
- declare const RoamGetResourceTypesInput: z.ZodTypeAny;
5
- declare const RoamGetResourceTypesOutput: z.ZodTypeAny;
6
- declare const roamGetResourceTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetResourceTypesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RoamGetResourceTypesOutput: z.ZodObject<{
6
+ schemas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7
+ Resources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ description: z.ZodNullable<z.ZodString>;
11
+ }, z.core.$strip>>>>;
12
+ startIndex: z.ZodNullable<z.ZodNumber>;
13
+ itemsPerPage: z.ZodNullable<z.ZodNumber>;
14
+ totalResults: z.ZodNullable<z.ZodNumber>;
15
+ }, z.core.$strip>;
16
+ declare const roamGetResourceTypes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { roamGetResourceTypes };
9
19
  //# sourceMappingURL=get-resource-types.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-resource-types.d.cts","names":[],"sources":["../../src/actions/get-resource-types.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAuF;AAAA,cAMpH,0BAAA,EAA4B,CAAA,CAAE,UAMqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-resource-types.d.cts","names":[],"sources":["../../src/actions/get-resource-types.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;cAQ1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-resource-types.d.ts
4
- declare const RoamGetResourceTypesInput: z.ZodTypeAny;
5
- declare const RoamGetResourceTypesOutput: z.ZodTypeAny;
6
- declare const roamGetResourceTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetResourceTypesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RoamGetResourceTypesOutput: z.ZodObject<{
6
+ schemas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7
+ Resources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ description: z.ZodNullable<z.ZodString>;
11
+ }, z.core.$strip>>>>;
12
+ startIndex: z.ZodNullable<z.ZodNumber>;
13
+ itemsPerPage: z.ZodNullable<z.ZodNumber>;
14
+ totalResults: z.ZodNullable<z.ZodNumber>;
15
+ }, z.core.$strip>;
16
+ declare const roamGetResourceTypes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { roamGetResourceTypes };
9
19
  //# sourceMappingURL=get-resource-types.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-resource-types.d.mts","names":[],"sources":["../../src/actions/get-resource-types.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAuF;AAAA,cAMpH,0BAAA,EAA4B,CAAA,CAAE,UAMqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-resource-types.d.mts","names":[],"sources":["../../src/actions/get-resource-types.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;cAQ1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/get-resource-types.ts
4
4
  const RoamGetResourceTypesInput = z.object({}).describe("No request parameters required for this endpoint.");
5
5
  const RoamGetResourceTypes_ResourceTypeSchema = z.object({
6
- id: z.string().describe("The resource type identifier (e.g., 'User', 'Group')"),
7
- name: z.string().describe("The human-readable name of the resource type"),
8
- description: z.string().describe("Description of the resource type")
6
+ id: z.string().describe("The resource type identifier (e.g., 'User', 'Group')").nullable(),
7
+ name: z.string().describe("The human-readable name of the resource type").nullable(),
8
+ description: z.string().describe("Description of the resource type").nullable()
9
9
  }).describe("Represents a SCIM resource type.");
10
10
  const roamGetResourceTypes = action("ROAM_GET_RESOURCE_TYPES", {
11
11
  slug: "roam-get-resource-types",
@@ -15,9 +15,9 @@ const roamGetResourceTypes = action("ROAM_GET_RESOURCE_TYPES", {
15
15
  output: z.object({
16
16
  schemas: z.array(z.string()).describe("SCIM schema identifiers").nullable().optional(),
17
17
  Resources: z.array(RoamGetResourceTypes_ResourceTypeSchema).describe("Array of ResourceType objects representing supported resource types (e.g., User, Group)").nullable().optional(),
18
- startIndex: z.number().int().describe("1-based index for pagination"),
19
- itemsPerPage: z.number().int().describe("Number of items returned per page"),
20
- totalResults: z.number().int().describe("Total number of resource types available")
18
+ startIndex: z.number().int().describe("1-based index for pagination").nullable(),
19
+ itemsPerPage: z.number().int().describe("Number of items returned per page").nullable(),
20
+ totalResults: z.number().int().describe("Total number of resource types available").nullable()
21
21
  }).describe("Response model for the GetResourceTypes endpoint.")
22
22
  });
23
23
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"get-resource-types.mjs","names":[],"sources":["../../src/actions/get-resource-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetResourceTypesInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters required for this endpoint.\");\nconst RoamGetResourceTypes_ResourceTypeSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The resource type identifier (e.g., 'User', 'Group')\"),\n name: z.string().describe(\"The human-readable name of the resource type\"),\n description: z.string().describe(\"Description of the resource type\"),\n}).describe(\"Represents a SCIM resource type.\");\nexport const RoamGetResourceTypesOutput: z.ZodTypeAny = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema identifiers\").nullable().optional(),\n Resources: z.array(RoamGetResourceTypes_ResourceTypeSchema).describe(\"Array of ResourceType objects representing supported resource types (e.g., User, Group)\").nullable().optional(),\n startIndex: z.number().int().describe(\"1-based index for pagination\"),\n itemsPerPage: z.number().int().describe(\"Number of items returned per page\"),\n totalResults: z.number().int().describe(\"Total number of resource types available\"),\n}).describe(\"Response model for the GetResourceTypes endpoint.\");\n\nexport const roamGetResourceTypes = action(\"ROAM_GET_RESOURCE_TYPES\", {\n slug: \"roam-get-resource-types\",\n name: \"Get Roam SCIM Resource Types\",\n description: \"Returns the list of SCIM 2.0 resource types supported by Roam. Use this action to discover what resource types are available in the Roam SCIM API. Currently returns User and Group resource types. This endpoint requires no parameters.\",\n input: RoamGetResourceTypesInput,\n output: RoamGetResourceTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAChI,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACrE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAS9C,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbsD,EAAE,OAAO;EAC/D,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpL,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;EACpE,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;EAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACpF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-resource-types.mjs","names":[],"sources":["../../src/actions/get-resource-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetResourceTypesInput = z.object({}).describe(\"No request parameters required for this endpoint.\");\nconst RoamGetResourceTypes_ResourceTypeSchema = z.object({\n id: z.string().describe(\"The resource type identifier (e.g., 'User', 'Group')\").nullable(),\n name: z.string().describe(\"The human-readable name of the resource type\").nullable(),\n description: z.string().describe(\"Description of the resource type\").nullable(),\n}).describe(\"Represents a SCIM resource type.\");\nexport const RoamGetResourceTypesOutput = z.object({\n schemas: z.array(z.string()).describe(\"SCIM schema identifiers\").nullable().optional(),\n Resources: z.array(RoamGetResourceTypes_ResourceTypeSchema).describe(\"Array of ResourceType objects representing supported resource types (e.g., User, Group)\").nullable().optional(),\n startIndex: z.number().int().describe(\"1-based index for pagination\").nullable(),\n itemsPerPage: z.number().int().describe(\"Number of items returned per page\").nullable(),\n totalResults: z.number().int().describe(\"Total number of resource types available\").nullable(),\n}).describe(\"Response model for the GetResourceTypes endpoint.\");\n\nexport const roamGetResourceTypes = action(\"ROAM_GET_RESOURCE_TYPES\", {\n slug: \"roam-get-resource-types\",\n name: \"Get Roam SCIM Resource Types\",\n description: \"Returns the list of SCIM 2.0 resource types supported by Roam. Use this action to discover what resource types are available in the Roam SCIM API. Currently returns User and Group resource types. This endpoint requires no parameters.\",\n input: RoamGetResourceTypesInput,\n output: RoamGetResourceTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAClH,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAS9C,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbwC,EAAE,OAAO;EACjD,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpL,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC/E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-roam-scim-config.cjs","names":["z","action"],"sources":["../../src/actions/get-roam-scim-config.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetRoamScimConfigInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetRoamScimConfig`. No parameters required.\");\nconst RoamGetRoamScimConfig_BulkConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether bulk operations are supported.\").nullable().optional(),\n maxOperations: z.number().int().describe(\"Maximum number of operations supported in a single bulk request.\").nullable().optional(),\n maxPayloadSize: z.number().int().describe(\"Maximum payload size in bytes for bulk operations.\").nullable().optional(),\n}).describe(\"Configuration for bulk operations support.\");\nconst RoamGetRoamScimConfig_EtagConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether ETags are supported.\").nullable().optional(),\n}).describe(\"Configuration for ETag support.\");\nconst RoamGetRoamScimConfig_MetaSchema: z.ZodTypeAny = z.object({\n resourceType: z.string().describe(\"The type of resource (ServiceProviderConfig).\").nullable().optional(),\n}).describe(\"Metadata about the service provider config resource.\");\nconst RoamGetRoamScimConfig_SortConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether sorting is supported.\").nullable().optional(),\n}).describe(\"Configuration for sorting support.\");\nconst RoamGetRoamScimConfig_PatchConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether PATCH operations are supported.\").nullable().optional(),\n}).describe(\"Configuration for PATCH operation support.\");\nconst RoamGetRoamScimConfig_FilterConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether filtering is supported.\").nullable().optional(),\n maxResults: z.number().int().describe(\"Maximum number of resources returned in a single query.\").nullable().optional(),\n}).describe(\"Configuration for filter query support.\");\nconst RoamGetRoamScimConfig_ChangePasswordConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether changing passwords is supported.\").nullable().optional(),\n}).describe(\"Configuration for password change support.\");\nconst RoamGetRoamScimConfig_AuthenticationSchemeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The common authentication scheme name (e.g., 'OAuth Bearer Token', 'HTTP Basic').\").nullable().optional(),\n type: z.string().describe(\"The authentication scheme type (e.g., 'oauthbearertoken', 'httpbasic').\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates whether this is the primary authentication scheme.\").nullable().optional(),\n specUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's specification.\").nullable().optional(),\n description: z.string().describe(\"A description of the authentication scheme.\").nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's usage documentation.\").nullable().optional(),\n}).describe(\"Authentication scheme supported by the SCIM service provider.\");\nexport const RoamGetRoamScimConfigOutput: z.ZodTypeAny = z.object({\n bulk: RoamGetRoamScimConfig_BulkConfigSchema.nullable().optional(),\n etag: RoamGetRoamScimConfig_EtagConfigSchema.nullable().optional(),\n meta: RoamGetRoamScimConfig_MetaSchema.nullable().optional(),\n sort: RoamGetRoamScimConfig_SortConfigSchema.nullable().optional(),\n patch: RoamGetRoamScimConfig_PatchConfigSchema.nullable().optional(),\n filter: RoamGetRoamScimConfig_FilterConfigSchema.nullable().optional(),\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs supported by this configuration endpoint.\").nullable().optional(),\n changePassword: RoamGetRoamScimConfig_ChangePasswordConfigSchema.nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the service provider's documentation.\").nullable().optional(),\n authenticationSchemes: z.array(RoamGetRoamScimConfig_AuthenticationSchemeSchema).describe(\"List of authentication schemes supported by the service provider.\").nullable().optional(),\n}).describe(\"Response schema for `GetRoamScimConfig` containing SCIM service provider configuration.\");\n\nexport const roamGetRoamScimConfig = action(\"ROAM_GET_ROAM_SCIM_CONFIG\", {\n slug: \"roam-get-roam-scim-config\",\n name: \"Get SCIM service provider config\",\n description: \"Tool to retrieve Roam's SCIM service provider configuration. Use when you need to discover Roam's SCIM API capabilities including supported authentication schemes, bulk operations, filtering, and other service provider features. This endpoint returns the SCIM 2.0 ServiceProviderConfig resource which describes the supported features.\",\n input: RoamGetRoamScimConfigInput,\n output: RoamGetRoamScimConfigOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-roam-scim-config.cjs","names":["z","action"],"sources":["../../src/actions/get-roam-scim-config.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetRoamScimConfigInput = z.object({}).describe(\"Request schema for `GetRoamScimConfig`. No parameters required.\");\nconst RoamGetRoamScimConfig_BulkConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether bulk operations are supported.\").nullable().optional(),\n maxOperations: z.number().int().describe(\"Maximum number of operations supported in a single bulk request.\").nullable().optional(),\n maxPayloadSize: z.number().int().describe(\"Maximum payload size in bytes for bulk operations.\").nullable().optional(),\n}).describe(\"Configuration for bulk operations support.\");\nconst RoamGetRoamScimConfig_EtagConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether ETags are supported.\").nullable().optional(),\n}).describe(\"Configuration for ETag support.\");\nconst RoamGetRoamScimConfig_MetaSchema = z.object({\n resourceType: z.string().describe(\"The type of resource (ServiceProviderConfig).\").nullable().optional(),\n}).describe(\"Metadata about the service provider config resource.\");\nconst RoamGetRoamScimConfig_SortConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether sorting is supported.\").nullable().optional(),\n}).describe(\"Configuration for sorting support.\");\nconst RoamGetRoamScimConfig_PatchConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether PATCH operations are supported.\").nullable().optional(),\n}).describe(\"Configuration for PATCH operation support.\");\nconst RoamGetRoamScimConfig_FilterConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether filtering is supported.\").nullable().optional(),\n maxResults: z.number().int().describe(\"Maximum number of resources returned in a single query.\").nullable().optional(),\n}).describe(\"Configuration for filter query support.\");\nconst RoamGetRoamScimConfig_ChangePasswordConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether changing passwords is supported.\").nullable().optional(),\n}).describe(\"Configuration for password change support.\");\nconst RoamGetRoamScimConfig_AuthenticationSchemeSchema = z.object({\n name: z.string().describe(\"The common authentication scheme name (e.g., 'OAuth Bearer Token', 'HTTP Basic').\").nullable().optional(),\n type: z.string().describe(\"The authentication scheme type (e.g., 'oauthbearertoken', 'httpbasic').\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates whether this is the primary authentication scheme.\").nullable().optional(),\n specUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's specification.\").nullable().optional(),\n description: z.string().describe(\"A description of the authentication scheme.\").nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's usage documentation.\").nullable().optional(),\n}).describe(\"Authentication scheme supported by the SCIM service provider.\");\nexport const RoamGetRoamScimConfigOutput = z.object({\n bulk: RoamGetRoamScimConfig_BulkConfigSchema.nullable().optional(),\n etag: RoamGetRoamScimConfig_EtagConfigSchema.nullable().optional(),\n meta: RoamGetRoamScimConfig_MetaSchema.nullable().optional(),\n sort: RoamGetRoamScimConfig_SortConfigSchema.nullable().optional(),\n patch: RoamGetRoamScimConfig_PatchConfigSchema.nullable().optional(),\n filter: RoamGetRoamScimConfig_FilterConfigSchema.nullable().optional(),\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs supported by this configuration endpoint.\").nullable().optional(),\n changePassword: RoamGetRoamScimConfig_ChangePasswordConfigSchema.nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the service provider's documentation.\").nullable().optional(),\n authenticationSchemes: z.array(RoamGetRoamScimConfig_AuthenticationSchemeSchema).describe(\"List of authentication schemes supported by the service provider.\").nullable().optional(),\n}).describe(\"Response schema for `GetRoamScimConfig` containing SCIM service provider configuration.\");\n\nexport const roamGetRoamScimConfig = action(\"ROAM_GET_ROAM_SCIM_CONFIG\", {\n slug: \"roam-get-roam-scim-config\",\n name: \"Get SCIM service provider config\",\n description: \"Tool to retrieve Roam's SCIM service provider configuration. Use when you need to discover Roam's SCIM API capabilities including supported authentication schemes, bulk operations, filtering, and other service provider features. This endpoint returns the SCIM 2.0 ServiceProviderConfig resource which describes the supported features.\",\n input: RoamGetRoamScimConfigInput,\n output: RoamGetRoamScimConfigOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,44 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-roam-scim-config.d.ts
4
- declare const RoamGetRoamScimConfigInput: z.ZodTypeAny;
5
- declare const RoamGetRoamScimConfigOutput: z.ZodTypeAny;
6
- declare const roamGetRoamScimConfig: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetRoamScimConfigInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RoamGetRoamScimConfigOutput: z.ZodObject<{
6
+ bulk: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8
+ maxOperations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9
+ maxPayloadSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10
+ }, z.core.$strip>>>;
11
+ etag: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
13
+ }, z.core.$strip>>>;
14
+ meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15
+ resourceType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$strip>>>;
17
+ sort: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
19
+ }, z.core.$strip>>>;
20
+ patch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
22
+ }, z.core.$strip>>>;
23
+ filter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
25
+ maxResults: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
26
+ }, z.core.$strip>>>;
27
+ schemas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
28
+ changePassword: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
30
+ }, z.core.$strip>>>;
31
+ documentationUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ authenticationSchemes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
33
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
36
+ specUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ documentationUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ }, z.core.$strip>>>>;
40
+ }, z.core.$strip>;
41
+ declare const roamGetRoamScimConfig: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
42
  //#endregion
8
43
  export { roamGetRoamScimConfig };
9
44
  //# sourceMappingURL=get-roam-scim-config.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-roam-scim-config.d.cts","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAAqG;AAAA,cAiCnI,2BAAA,EAA6B,CAAA,CAAE,UAW0D;AAAA,cAEzF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-roam-scim-config.d.cts","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAa3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,44 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-roam-scim-config.d.ts
4
- declare const RoamGetRoamScimConfigInput: z.ZodTypeAny;
5
- declare const RoamGetRoamScimConfigOutput: z.ZodTypeAny;
6
- declare const roamGetRoamScimConfig: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RoamGetRoamScimConfigInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RoamGetRoamScimConfigOutput: z.ZodObject<{
6
+ bulk: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8
+ maxOperations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9
+ maxPayloadSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10
+ }, z.core.$strip>>>;
11
+ etag: z.ZodOptional<z.ZodNullable<z.ZodObject<{
12
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
13
+ }, z.core.$strip>>>;
14
+ meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
15
+ resourceType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$strip>>>;
17
+ sort: z.ZodOptional<z.ZodNullable<z.ZodObject<{
18
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
19
+ }, z.core.$strip>>>;
20
+ patch: z.ZodOptional<z.ZodNullable<z.ZodObject<{
21
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
22
+ }, z.core.$strip>>>;
23
+ filter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
25
+ maxResults: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
26
+ }, z.core.$strip>>>;
27
+ schemas: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
28
+ changePassword: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
+ supported: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
30
+ }, z.core.$strip>>>;
31
+ documentationUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ authenticationSchemes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
33
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
36
+ specUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ documentationUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ }, z.core.$strip>>>>;
40
+ }, z.core.$strip>;
41
+ declare const roamGetRoamScimConfig: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
42
  //#endregion
8
43
  export { roamGetRoamScimConfig };
9
44
  //# sourceMappingURL=get-roam-scim-config.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-roam-scim-config.d.mts","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAAqG;AAAA,cAiCnI,2BAAA,EAA6B,CAAA,CAAE,UAW0D;AAAA,cAEzF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-roam-scim-config.d.mts","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAa3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-roam-scim-config.mjs","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetRoamScimConfigInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetRoamScimConfig`. No parameters required.\");\nconst RoamGetRoamScimConfig_BulkConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether bulk operations are supported.\").nullable().optional(),\n maxOperations: z.number().int().describe(\"Maximum number of operations supported in a single bulk request.\").nullable().optional(),\n maxPayloadSize: z.number().int().describe(\"Maximum payload size in bytes for bulk operations.\").nullable().optional(),\n}).describe(\"Configuration for bulk operations support.\");\nconst RoamGetRoamScimConfig_EtagConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether ETags are supported.\").nullable().optional(),\n}).describe(\"Configuration for ETag support.\");\nconst RoamGetRoamScimConfig_MetaSchema: z.ZodTypeAny = z.object({\n resourceType: z.string().describe(\"The type of resource (ServiceProviderConfig).\").nullable().optional(),\n}).describe(\"Metadata about the service provider config resource.\");\nconst RoamGetRoamScimConfig_SortConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether sorting is supported.\").nullable().optional(),\n}).describe(\"Configuration for sorting support.\");\nconst RoamGetRoamScimConfig_PatchConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether PATCH operations are supported.\").nullable().optional(),\n}).describe(\"Configuration for PATCH operation support.\");\nconst RoamGetRoamScimConfig_FilterConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether filtering is supported.\").nullable().optional(),\n maxResults: z.number().int().describe(\"Maximum number of resources returned in a single query.\").nullable().optional(),\n}).describe(\"Configuration for filter query support.\");\nconst RoamGetRoamScimConfig_ChangePasswordConfigSchema: z.ZodTypeAny = z.object({\n supported: z.boolean().describe(\"Indicates whether changing passwords is supported.\").nullable().optional(),\n}).describe(\"Configuration for password change support.\");\nconst RoamGetRoamScimConfig_AuthenticationSchemeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The common authentication scheme name (e.g., 'OAuth Bearer Token', 'HTTP Basic').\").nullable().optional(),\n type: z.string().describe(\"The authentication scheme type (e.g., 'oauthbearertoken', 'httpbasic').\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates whether this is the primary authentication scheme.\").nullable().optional(),\n specUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's specification.\").nullable().optional(),\n description: z.string().describe(\"A description of the authentication scheme.\").nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's usage documentation.\").nullable().optional(),\n}).describe(\"Authentication scheme supported by the SCIM service provider.\");\nexport const RoamGetRoamScimConfigOutput: z.ZodTypeAny = z.object({\n bulk: RoamGetRoamScimConfig_BulkConfigSchema.nullable().optional(),\n etag: RoamGetRoamScimConfig_EtagConfigSchema.nullable().optional(),\n meta: RoamGetRoamScimConfig_MetaSchema.nullable().optional(),\n sort: RoamGetRoamScimConfig_SortConfigSchema.nullable().optional(),\n patch: RoamGetRoamScimConfig_PatchConfigSchema.nullable().optional(),\n filter: RoamGetRoamScimConfig_FilterConfigSchema.nullable().optional(),\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs supported by this configuration endpoint.\").nullable().optional(),\n changePassword: RoamGetRoamScimConfig_ChangePasswordConfigSchema.nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the service provider's documentation.\").nullable().optional(),\n authenticationSchemes: z.array(RoamGetRoamScimConfig_AuthenticationSchemeSchema).describe(\"List of authentication schemes supported by the service provider.\").nullable().optional(),\n}).describe(\"Response schema for `GetRoamScimConfig` containing SCIM service provider configuration.\");\n\nexport const roamGetRoamScimConfig = action(\"ROAM_GET_ROAM_SCIM_CONFIG\", {\n slug: \"roam-get-roam-scim-config\",\n name: \"Get SCIM service provider config\",\n description: \"Tool to retrieve Roam's SCIM service provider configuration. Use when you need to discover Roam's SCIM API capabilities including supported authentication schemes, bulk operations, filtering, and other service provider features. This endpoint returns the SCIM 2.0 ServiceProviderConfig resource which describes the supported features.\",\n input: RoamGetRoamScimConfigInput,\n output: RoamGetRoamScimConfigOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-roam-scim-config.mjs","names":[],"sources":["../../src/actions/get-roam-scim-config.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetRoamScimConfigInput = z.object({}).describe(\"Request schema for `GetRoamScimConfig`. No parameters required.\");\nconst RoamGetRoamScimConfig_BulkConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether bulk operations are supported.\").nullable().optional(),\n maxOperations: z.number().int().describe(\"Maximum number of operations supported in a single bulk request.\").nullable().optional(),\n maxPayloadSize: z.number().int().describe(\"Maximum payload size in bytes for bulk operations.\").nullable().optional(),\n}).describe(\"Configuration for bulk operations support.\");\nconst RoamGetRoamScimConfig_EtagConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether ETags are supported.\").nullable().optional(),\n}).describe(\"Configuration for ETag support.\");\nconst RoamGetRoamScimConfig_MetaSchema = z.object({\n resourceType: z.string().describe(\"The type of resource (ServiceProviderConfig).\").nullable().optional(),\n}).describe(\"Metadata about the service provider config resource.\");\nconst RoamGetRoamScimConfig_SortConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether sorting is supported.\").nullable().optional(),\n}).describe(\"Configuration for sorting support.\");\nconst RoamGetRoamScimConfig_PatchConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether PATCH operations are supported.\").nullable().optional(),\n}).describe(\"Configuration for PATCH operation support.\");\nconst RoamGetRoamScimConfig_FilterConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether filtering is supported.\").nullable().optional(),\n maxResults: z.number().int().describe(\"Maximum number of resources returned in a single query.\").nullable().optional(),\n}).describe(\"Configuration for filter query support.\");\nconst RoamGetRoamScimConfig_ChangePasswordConfigSchema = z.object({\n supported: z.boolean().describe(\"Indicates whether changing passwords is supported.\").nullable().optional(),\n}).describe(\"Configuration for password change support.\");\nconst RoamGetRoamScimConfig_AuthenticationSchemeSchema = z.object({\n name: z.string().describe(\"The common authentication scheme name (e.g., 'OAuth Bearer Token', 'HTTP Basic').\").nullable().optional(),\n type: z.string().describe(\"The authentication scheme type (e.g., 'oauthbearertoken', 'httpbasic').\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates whether this is the primary authentication scheme.\").nullable().optional(),\n specUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's specification.\").nullable().optional(),\n description: z.string().describe(\"A description of the authentication scheme.\").nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the authentication scheme's usage documentation.\").nullable().optional(),\n}).describe(\"Authentication scheme supported by the SCIM service provider.\");\nexport const RoamGetRoamScimConfigOutput = z.object({\n bulk: RoamGetRoamScimConfig_BulkConfigSchema.nullable().optional(),\n etag: RoamGetRoamScimConfig_EtagConfigSchema.nullable().optional(),\n meta: RoamGetRoamScimConfig_MetaSchema.nullable().optional(),\n sort: RoamGetRoamScimConfig_SortConfigSchema.nullable().optional(),\n patch: RoamGetRoamScimConfig_PatchConfigSchema.nullable().optional(),\n filter: RoamGetRoamScimConfig_FilterConfigSchema.nullable().optional(),\n schemas: z.array(z.string()).describe(\"List of SCIM schema URIs supported by this configuration endpoint.\").nullable().optional(),\n changePassword: RoamGetRoamScimConfig_ChangePasswordConfigSchema.nullable().optional(),\n documentationUri: z.string().describe(\"HTTP-addressable URL pointing to the service provider's documentation.\").nullable().optional(),\n authenticationSchemes: z.array(RoamGetRoamScimConfig_AuthenticationSchemeSchema).describe(\"List of authentication schemes supported by the service provider.\").nullable().optional(),\n}).describe(\"Response schema for `GetRoamScimConfig` containing SCIM service provider configuration.\");\n\nexport const roamGetRoamScimConfig = action(\"ROAM_GET_ROAM_SCIM_CONFIG\", {\n slug: \"roam-get-roam-scim-config\",\n name: \"Get SCIM service provider config\",\n description: \"Tool to retrieve Roam's SCIM service provider configuration. Use when you need to discover Roam's SCIM API capabilities including supported authentication schemes, bulk operations, filtering, and other service provider features. This endpoint returns the SCIM 2.0 ServiceProviderConfig resource which describes the supported features.\",\n input: RoamGetRoamScimConfigInput,\n output: RoamGetRoamScimConfigOutput,\n});\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-scim-schema.cjs","names":["z","action"],"sources":["../../src/actions/get-scim-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetScimSchemaInput: z.ZodTypeAny = z.object({\n schemaId: z.string().describe(\"The unique identifier of the SCIM schema to retrieve. Common values: 'urn:ietf:params:scim:schemas:core:2.0:User' for User schema, 'urn:ietf:params:scim:schemas:core:2.0:Group' for Group schema.\"),\n}).describe(\"Request schema for `GetScimSchema`\");\nexport const RoamGetScimSchemaOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The schema ID (URN).\").nullable().optional(),\n meta: z.record(z.string(), z.unknown()).describe(\"Metadata about the schema including resourceType and location.\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the schema.\").nullable().optional(),\n schemas: z.array(z.string()).describe(\"The list of schemas for this response.\").nullable().optional(),\n attributes: z.array(z.unknown()).describe(\"List of attributes defined in this schema.\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the schema.\").nullable().optional(),\n}).describe(\"Response schema for `GetScimSchema`\");\n\nexport const roamGetScimSchema = action(\"ROAM_GET_SCIM_SCHEMA\", {\n slug: \"roam-get-scim-schema\",\n name: \"Get SCIM schema\",\n description: \"Retrieves the definition of a specific SCIM 2.0 schema by its unique identifier (URN). This endpoint returns the complete schema definition including all attributes, their types, mutability, and other properties. Common schemas include: - urn:ietf:params:scim:schemas:core:2.0:User (User resource schema) - urn:ietf:params:scim:schemas:core:2.0:Group (Group resource schema) - urn:ietf:params:scim:schemas:extension:enterprise:2.0:User (Enterprise User extension) Use this to understand the structure of SCIM resources and what attributes are available.\",\n input: RoamGetScimSchemaInput,\n output: RoamGetScimSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oMAAoM,EACpO,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-scim-schema.cjs","names":["z","action"],"sources":["../../src/actions/get-scim-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RoamGetScimSchemaInput = z.object({\n schemaId: z.string().describe(\"The unique identifier of the SCIM schema to retrieve. Common values: 'urn:ietf:params:scim:schemas:core:2.0:User' for User schema, 'urn:ietf:params:scim:schemas:core:2.0:Group' for Group schema.\"),\n}).describe(\"Request schema for `GetScimSchema`\");\nexport const RoamGetScimSchemaOutput = z.object({\n id: z.string().describe(\"The schema ID (URN).\").nullable().optional(),\n meta: z.record(z.string(), z.unknown()).describe(\"Metadata about the schema including resourceType and location.\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the schema.\").nullable().optional(),\n schemas: z.array(z.string()).describe(\"The list of schemas for this response.\").nullable().optional(),\n attributes: z.array(z.unknown()).describe(\"List of attributes defined in this schema.\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the schema.\").nullable().optional(),\n}).describe(\"Response schema for `GetScimSchema`\");\n\nexport const roamGetScimSchema = action(\"ROAM_GET_SCIM_SCHEMA\", {\n slug: \"roam-get-scim-schema\",\n name: \"Get SCIM schema\",\n description: \"Retrieves the definition of a specific SCIM 2.0 schema by its unique identifier (URN). This endpoint returns the complete schema definition including all attributes, their types, mutability, and other properties. Common schemas include: - urn:ietf:params:scim:schemas:core:2.0:User (User resource schema) - urn:ietf:params:scim:schemas:core:2.0:Group (Group resource schema) - urn:ietf:params:scim:schemas:extension:enterprise:2.0:User (Enterprise User extension) Use this to understand the structure of SCIM resources and what attributes are available.\",\n input: RoamGetScimSchemaInput,\n output: RoamGetScimSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oMAAoM,EACpO,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}