@keystrokehq/outline 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (842) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/activate-user.cjs +37 -0
  7. package/dist/actions/activate-user.cjs.map +1 -0
  8. package/dist/actions/activate-user.d.cts +9 -0
  9. package/dist/actions/activate-user.d.cts.map +1 -0
  10. package/dist/actions/activate-user.d.mts +9 -0
  11. package/dist/actions/activate-user.d.mts.map +1 -0
  12. package/dist/actions/activate-user.mjs +36 -0
  13. package/dist/actions/activate-user.mjs.map +1 -0
  14. package/dist/actions/add-collection-group.cjs +29 -0
  15. package/dist/actions/add-collection-group.cjs.map +1 -0
  16. package/dist/actions/add-collection-group.d.cts +9 -0
  17. package/dist/actions/add-collection-group.d.cts.map +1 -0
  18. package/dist/actions/add-collection-group.d.mts +9 -0
  19. package/dist/actions/add-collection-group.d.mts.map +1 -0
  20. package/dist/actions/add-collection-group.mjs +28 -0
  21. package/dist/actions/add-collection-group.mjs.map +1 -0
  22. package/dist/actions/add-document-user.cjs +46 -0
  23. package/dist/actions/add-document-user.cjs.map +1 -0
  24. package/dist/actions/add-document-user.d.cts +9 -0
  25. package/dist/actions/add-document-user.d.cts.map +1 -0
  26. package/dist/actions/add-document-user.d.mts +9 -0
  27. package/dist/actions/add-document-user.d.mts.map +1 -0
  28. package/dist/actions/add-document-user.mjs +45 -0
  29. package/dist/actions/add-document-user.mjs.map +1 -0
  30. package/dist/actions/add-group-to-document.cjs +27 -0
  31. package/dist/actions/add-group-to-document.cjs.map +1 -0
  32. package/dist/actions/add-group-to-document.d.cts +9 -0
  33. package/dist/actions/add-group-to-document.d.cts.map +1 -0
  34. package/dist/actions/add-group-to-document.d.mts +9 -0
  35. package/dist/actions/add-group-to-document.d.mts.map +1 -0
  36. package/dist/actions/add-group-to-document.mjs +26 -0
  37. package/dist/actions/add-group-to-document.mjs.map +1 -0
  38. package/dist/actions/add-group-user.cjs +42 -0
  39. package/dist/actions/add-group-user.cjs.map +1 -0
  40. package/dist/actions/add-group-user.d.cts +9 -0
  41. package/dist/actions/add-group-user.d.cts.map +1 -0
  42. package/dist/actions/add-group-user.d.mts +9 -0
  43. package/dist/actions/add-group-user.d.mts.map +1 -0
  44. package/dist/actions/add-group-user.mjs +41 -0
  45. package/dist/actions/add-group-user.mjs.map +1 -0
  46. package/dist/actions/add-user-to-collection.cjs +44 -0
  47. package/dist/actions/add-user-to-collection.cjs.map +1 -0
  48. package/dist/actions/add-user-to-collection.d.cts +9 -0
  49. package/dist/actions/add-user-to-collection.d.cts.map +1 -0
  50. package/dist/actions/add-user-to-collection.d.mts +9 -0
  51. package/dist/actions/add-user-to-collection.d.mts.map +1 -0
  52. package/dist/actions/add-user-to-collection.mjs +43 -0
  53. package/dist/actions/add-user-to-collection.mjs.map +1 -0
  54. package/dist/actions/archive-document.cjs +51 -0
  55. package/dist/actions/archive-document.cjs.map +1 -0
  56. package/dist/actions/archive-document.d.cts +9 -0
  57. package/dist/actions/archive-document.d.cts.map +1 -0
  58. package/dist/actions/archive-document.d.mts +9 -0
  59. package/dist/actions/archive-document.d.mts.map +1 -0
  60. package/dist/actions/archive-document.mjs +50 -0
  61. package/dist/actions/archive-document.mjs.map +1 -0
  62. package/dist/actions/create-attachment.cjs +36 -0
  63. package/dist/actions/create-attachment.cjs.map +1 -0
  64. package/dist/actions/create-attachment.d.cts +9 -0
  65. package/dist/actions/create-attachment.d.cts.map +1 -0
  66. package/dist/actions/create-attachment.d.mts +9 -0
  67. package/dist/actions/create-attachment.d.mts.map +1 -0
  68. package/dist/actions/create-attachment.mjs +35 -0
  69. package/dist/actions/create-attachment.mjs.map +1 -0
  70. package/dist/actions/create-collection.cjs +41 -0
  71. package/dist/actions/create-collection.cjs.map +1 -0
  72. package/dist/actions/create-collection.d.cts +9 -0
  73. package/dist/actions/create-collection.d.cts.map +1 -0
  74. package/dist/actions/create-collection.d.mts +9 -0
  75. package/dist/actions/create-collection.d.mts.map +1 -0
  76. package/dist/actions/create-collection.mjs +40 -0
  77. package/dist/actions/create-collection.mjs.map +1 -0
  78. package/dist/actions/create-comment.cjs +37 -0
  79. package/dist/actions/create-comment.cjs.map +1 -0
  80. package/dist/actions/create-comment.d.cts +9 -0
  81. package/dist/actions/create-comment.d.cts.map +1 -0
  82. package/dist/actions/create-comment.d.mts +9 -0
  83. package/dist/actions/create-comment.d.mts.map +1 -0
  84. package/dist/actions/create-comment.mjs +36 -0
  85. package/dist/actions/create-comment.mjs.map +1 -0
  86. package/dist/actions/create-document.cjs +92 -0
  87. package/dist/actions/create-document.cjs.map +1 -0
  88. package/dist/actions/create-document.d.cts +9 -0
  89. package/dist/actions/create-document.d.cts.map +1 -0
  90. package/dist/actions/create-document.d.mts +9 -0
  91. package/dist/actions/create-document.d.mts.map +1 -0
  92. package/dist/actions/create-document.mjs +91 -0
  93. package/dist/actions/create-document.mjs.map +1 -0
  94. package/dist/actions/create-group.cjs +30 -0
  95. package/dist/actions/create-group.cjs.map +1 -0
  96. package/dist/actions/create-group.d.cts +9 -0
  97. package/dist/actions/create-group.d.cts.map +1 -0
  98. package/dist/actions/create-group.d.mts +9 -0
  99. package/dist/actions/create-group.d.mts.map +1 -0
  100. package/dist/actions/create-group.mjs +29 -0
  101. package/dist/actions/create-group.mjs.map +1 -0
  102. package/dist/actions/create-o-auth-client.cjs +45 -0
  103. package/dist/actions/create-o-auth-client.cjs.map +1 -0
  104. package/dist/actions/create-o-auth-client.d.cts +9 -0
  105. package/dist/actions/create-o-auth-client.d.cts.map +1 -0
  106. package/dist/actions/create-o-auth-client.d.mts +9 -0
  107. package/dist/actions/create-o-auth-client.d.mts.map +1 -0
  108. package/dist/actions/create-o-auth-client.mjs +44 -0
  109. package/dist/actions/create-o-auth-client.mjs.map +1 -0
  110. package/dist/actions/create-share.cjs +55 -0
  111. package/dist/actions/create-share.cjs.map +1 -0
  112. package/dist/actions/create-share.d.cts +9 -0
  113. package/dist/actions/create-share.d.cts.map +1 -0
  114. package/dist/actions/create-share.d.mts +9 -0
  115. package/dist/actions/create-share.d.mts.map +1 -0
  116. package/dist/actions/create-share.mjs +54 -0
  117. package/dist/actions/create-share.mjs.map +1 -0
  118. package/dist/actions/create-star.cjs +28 -0
  119. package/dist/actions/create-star.cjs.map +1 -0
  120. package/dist/actions/create-star.d.cts +9 -0
  121. package/dist/actions/create-star.d.cts.map +1 -0
  122. package/dist/actions/create-star.d.mts +9 -0
  123. package/dist/actions/create-star.d.mts.map +1 -0
  124. package/dist/actions/create-star.mjs +27 -0
  125. package/dist/actions/create-star.mjs.map +1 -0
  126. package/dist/actions/create-template.cjs +61 -0
  127. package/dist/actions/create-template.cjs.map +1 -0
  128. package/dist/actions/create-template.d.cts +9 -0
  129. package/dist/actions/create-template.d.cts.map +1 -0
  130. package/dist/actions/create-template.d.mts +9 -0
  131. package/dist/actions/create-template.d.mts.map +1 -0
  132. package/dist/actions/create-template.mjs +60 -0
  133. package/dist/actions/create-template.mjs.map +1 -0
  134. package/dist/actions/create-view.cjs +23 -0
  135. package/dist/actions/create-view.cjs.map +1 -0
  136. package/dist/actions/create-view.d.cts +9 -0
  137. package/dist/actions/create-view.d.cts.map +1 -0
  138. package/dist/actions/create-view.d.mts +9 -0
  139. package/dist/actions/create-view.d.mts.map +1 -0
  140. package/dist/actions/create-view.mjs +22 -0
  141. package/dist/actions/create-view.mjs.map +1 -0
  142. package/dist/actions/delete-attachment.cjs +16 -0
  143. package/dist/actions/delete-attachment.cjs.map +1 -0
  144. package/dist/actions/delete-attachment.d.cts +9 -0
  145. package/dist/actions/delete-attachment.d.cts.map +1 -0
  146. package/dist/actions/delete-attachment.d.mts +9 -0
  147. package/dist/actions/delete-attachment.d.mts.map +1 -0
  148. package/dist/actions/delete-attachment.mjs +13 -0
  149. package/dist/actions/delete-attachment.mjs.map +1 -0
  150. package/dist/actions/delete-collection.cjs +16 -0
  151. package/dist/actions/delete-collection.cjs.map +1 -0
  152. package/dist/actions/delete-collection.d.cts +9 -0
  153. package/dist/actions/delete-collection.d.cts.map +1 -0
  154. package/dist/actions/delete-collection.d.mts +9 -0
  155. package/dist/actions/delete-collection.d.mts.map +1 -0
  156. package/dist/actions/delete-collection.mjs +13 -0
  157. package/dist/actions/delete-collection.mjs.map +1 -0
  158. package/dist/actions/delete-comment.cjs +16 -0
  159. package/dist/actions/delete-comment.cjs.map +1 -0
  160. package/dist/actions/delete-comment.d.cts +9 -0
  161. package/dist/actions/delete-comment.d.cts.map +1 -0
  162. package/dist/actions/delete-comment.d.mts +9 -0
  163. package/dist/actions/delete-comment.d.mts.map +1 -0
  164. package/dist/actions/delete-comment.mjs +13 -0
  165. package/dist/actions/delete-comment.mjs.map +1 -0
  166. package/dist/actions/delete-document.cjs +19 -0
  167. package/dist/actions/delete-document.cjs.map +1 -0
  168. package/dist/actions/delete-document.d.cts +9 -0
  169. package/dist/actions/delete-document.d.cts.map +1 -0
  170. package/dist/actions/delete-document.d.mts +9 -0
  171. package/dist/actions/delete-document.d.mts.map +1 -0
  172. package/dist/actions/delete-document.mjs +16 -0
  173. package/dist/actions/delete-document.mjs.map +1 -0
  174. package/dist/actions/delete-file-operation.cjs +16 -0
  175. package/dist/actions/delete-file-operation.cjs.map +1 -0
  176. package/dist/actions/delete-file-operation.d.cts +9 -0
  177. package/dist/actions/delete-file-operation.d.cts.map +1 -0
  178. package/dist/actions/delete-file-operation.d.mts +9 -0
  179. package/dist/actions/delete-file-operation.d.mts.map +1 -0
  180. package/dist/actions/delete-file-operation.mjs +13 -0
  181. package/dist/actions/delete-file-operation.mjs.map +1 -0
  182. package/dist/actions/delete-group.cjs +16 -0
  183. package/dist/actions/delete-group.cjs.map +1 -0
  184. package/dist/actions/delete-group.d.cts +9 -0
  185. package/dist/actions/delete-group.d.cts.map +1 -0
  186. package/dist/actions/delete-group.d.mts +9 -0
  187. package/dist/actions/delete-group.d.mts.map +1 -0
  188. package/dist/actions/delete-group.mjs +13 -0
  189. package/dist/actions/delete-group.mjs.map +1 -0
  190. package/dist/actions/delete-oauth-authentication.cjs +19 -0
  191. package/dist/actions/delete-oauth-authentication.cjs.map +1 -0
  192. package/dist/actions/delete-oauth-authentication.d.cts +9 -0
  193. package/dist/actions/delete-oauth-authentication.d.cts.map +1 -0
  194. package/dist/actions/delete-oauth-authentication.d.mts +9 -0
  195. package/dist/actions/delete-oauth-authentication.d.mts.map +1 -0
  196. package/dist/actions/delete-oauth-authentication.mjs +16 -0
  197. package/dist/actions/delete-oauth-authentication.mjs.map +1 -0
  198. package/dist/actions/delete-oauth-client.cjs +16 -0
  199. package/dist/actions/delete-oauth-client.cjs.map +1 -0
  200. package/dist/actions/delete-oauth-client.d.cts +9 -0
  201. package/dist/actions/delete-oauth-client.d.cts.map +1 -0
  202. package/dist/actions/delete-oauth-client.d.mts +9 -0
  203. package/dist/actions/delete-oauth-client.d.mts.map +1 -0
  204. package/dist/actions/delete-oauth-client.mjs +13 -0
  205. package/dist/actions/delete-oauth-client.mjs.map +1 -0
  206. package/dist/actions/delete-star.cjs +16 -0
  207. package/dist/actions/delete-star.cjs.map +1 -0
  208. package/dist/actions/delete-star.d.cts +9 -0
  209. package/dist/actions/delete-star.d.cts.map +1 -0
  210. package/dist/actions/delete-star.d.mts +9 -0
  211. package/dist/actions/delete-star.d.mts.map +1 -0
  212. package/dist/actions/delete-star.mjs +13 -0
  213. package/dist/actions/delete-star.mjs.map +1 -0
  214. package/dist/actions/delete-template.cjs +16 -0
  215. package/dist/actions/delete-template.cjs.map +1 -0
  216. package/dist/actions/delete-template.d.cts +9 -0
  217. package/dist/actions/delete-template.d.cts.map +1 -0
  218. package/dist/actions/delete-template.d.mts +9 -0
  219. package/dist/actions/delete-template.d.mts.map +1 -0
  220. package/dist/actions/delete-template.mjs +13 -0
  221. package/dist/actions/delete-template.mjs.map +1 -0
  222. package/dist/actions/delete-user.cjs +16 -0
  223. package/dist/actions/delete-user.cjs.map +1 -0
  224. package/dist/actions/delete-user.d.cts +9 -0
  225. package/dist/actions/delete-user.d.cts.map +1 -0
  226. package/dist/actions/delete-user.d.mts +9 -0
  227. package/dist/actions/delete-user.d.mts.map +1 -0
  228. package/dist/actions/delete-user.mjs +13 -0
  229. package/dist/actions/delete-user.mjs.map +1 -0
  230. package/dist/actions/duplicate-document.cjs +51 -0
  231. package/dist/actions/duplicate-document.cjs.map +1 -0
  232. package/dist/actions/duplicate-document.d.cts +9 -0
  233. package/dist/actions/duplicate-document.d.cts.map +1 -0
  234. package/dist/actions/duplicate-document.d.mts +9 -0
  235. package/dist/actions/duplicate-document.d.mts.map +1 -0
  236. package/dist/actions/duplicate-document.mjs +50 -0
  237. package/dist/actions/duplicate-document.mjs.map +1 -0
  238. package/dist/actions/duplicate-template.cjs +58 -0
  239. package/dist/actions/duplicate-template.cjs.map +1 -0
  240. package/dist/actions/duplicate-template.d.cts +9 -0
  241. package/dist/actions/duplicate-template.d.cts.map +1 -0
  242. package/dist/actions/duplicate-template.d.mts +9 -0
  243. package/dist/actions/duplicate-template.d.mts.map +1 -0
  244. package/dist/actions/duplicate-template.mjs +57 -0
  245. package/dist/actions/duplicate-template.mjs.map +1 -0
  246. package/dist/actions/empty-documents-trash.cjs +16 -0
  247. package/dist/actions/empty-documents-trash.cjs.map +1 -0
  248. package/dist/actions/empty-documents-trash.d.cts +9 -0
  249. package/dist/actions/empty-documents-trash.d.cts.map +1 -0
  250. package/dist/actions/empty-documents-trash.d.mts +9 -0
  251. package/dist/actions/empty-documents-trash.d.mts.map +1 -0
  252. package/dist/actions/empty-documents-trash.mjs +13 -0
  253. package/dist/actions/empty-documents-trash.mjs.map +1 -0
  254. package/dist/actions/export-all-collections.cjs +24 -0
  255. package/dist/actions/export-all-collections.cjs.map +1 -0
  256. package/dist/actions/export-all-collections.d.cts +9 -0
  257. package/dist/actions/export-all-collections.d.cts.map +1 -0
  258. package/dist/actions/export-all-collections.d.mts +9 -0
  259. package/dist/actions/export-all-collections.d.mts.map +1 -0
  260. package/dist/actions/export-all-collections.mjs +21 -0
  261. package/dist/actions/export-all-collections.mjs.map +1 -0
  262. package/dist/actions/export-collection.cjs +23 -0
  263. package/dist/actions/export-collection.cjs.map +1 -0
  264. package/dist/actions/export-collection.d.cts +9 -0
  265. package/dist/actions/export-collection.d.cts.map +1 -0
  266. package/dist/actions/export-collection.d.mts +9 -0
  267. package/dist/actions/export-collection.d.mts.map +1 -0
  268. package/dist/actions/export-collection.mjs +20 -0
  269. package/dist/actions/export-collection.mjs.map +1 -0
  270. package/dist/actions/export-document.cjs +26 -0
  271. package/dist/actions/export-document.cjs.map +1 -0
  272. package/dist/actions/export-document.d.cts +9 -0
  273. package/dist/actions/export-document.d.cts.map +1 -0
  274. package/dist/actions/export-document.d.mts +9 -0
  275. package/dist/actions/export-document.d.mts.map +1 -0
  276. package/dist/actions/export-document.mjs +25 -0
  277. package/dist/actions/export-document.mjs.map +1 -0
  278. package/dist/actions/get-attachment-redirect.cjs +19 -0
  279. package/dist/actions/get-attachment-redirect.cjs.map +1 -0
  280. package/dist/actions/get-attachment-redirect.d.cts +9 -0
  281. package/dist/actions/get-attachment-redirect.d.cts.map +1 -0
  282. package/dist/actions/get-attachment-redirect.d.mts +9 -0
  283. package/dist/actions/get-attachment-redirect.d.mts.map +1 -0
  284. package/dist/actions/get-attachment-redirect.mjs +16 -0
  285. package/dist/actions/get-attachment-redirect.mjs.map +1 -0
  286. package/dist/actions/get-auth-config.cjs +26 -0
  287. package/dist/actions/get-auth-config.cjs.map +1 -0
  288. package/dist/actions/get-auth-config.d.cts +9 -0
  289. package/dist/actions/get-auth-config.d.cts.map +1 -0
  290. package/dist/actions/get-auth-config.d.mts +9 -0
  291. package/dist/actions/get-auth-config.d.mts.map +1 -0
  292. package/dist/actions/get-auth-config.mjs +25 -0
  293. package/dist/actions/get-auth-config.mjs.map +1 -0
  294. package/dist/actions/get-collection-documents.cjs +45 -0
  295. package/dist/actions/get-collection-documents.cjs.map +1 -0
  296. package/dist/actions/get-collection-documents.d.cts +9 -0
  297. package/dist/actions/get-collection-documents.d.cts.map +1 -0
  298. package/dist/actions/get-collection-documents.d.mts +9 -0
  299. package/dist/actions/get-collection-documents.d.mts.map +1 -0
  300. package/dist/actions/get-collection-documents.mjs +44 -0
  301. package/dist/actions/get-collection-documents.mjs.map +1 -0
  302. package/dist/actions/get-collection.cjs +64 -0
  303. package/dist/actions/get-collection.cjs.map +1 -0
  304. package/dist/actions/get-collection.d.cts +9 -0
  305. package/dist/actions/get-collection.d.cts.map +1 -0
  306. package/dist/actions/get-collection.d.mts +9 -0
  307. package/dist/actions/get-collection.d.mts.map +1 -0
  308. package/dist/actions/get-collection.mjs +63 -0
  309. package/dist/actions/get-collection.mjs.map +1 -0
  310. package/dist/actions/get-comment.cjs +57 -0
  311. package/dist/actions/get-comment.cjs.map +1 -0
  312. package/dist/actions/get-comment.d.cts +9 -0
  313. package/dist/actions/get-comment.d.cts.map +1 -0
  314. package/dist/actions/get-comment.d.mts +9 -0
  315. package/dist/actions/get-comment.d.mts.map +1 -0
  316. package/dist/actions/get-comment.mjs +56 -0
  317. package/dist/actions/get-comment.mjs.map +1 -0
  318. package/dist/actions/get-document-info.cjs +54 -0
  319. package/dist/actions/get-document-info.cjs.map +1 -0
  320. package/dist/actions/get-document-info.d.cts +9 -0
  321. package/dist/actions/get-document-info.d.cts.map +1 -0
  322. package/dist/actions/get-document-info.d.mts +9 -0
  323. package/dist/actions/get-document-info.d.mts.map +1 -0
  324. package/dist/actions/get-document-info.mjs +53 -0
  325. package/dist/actions/get-document-info.mjs.map +1 -0
  326. package/dist/actions/get-documents-documents.cjs +16 -0
  327. package/dist/actions/get-documents-documents.cjs.map +1 -0
  328. package/dist/actions/get-documents-documents.d.cts +9 -0
  329. package/dist/actions/get-documents-documents.d.cts.map +1 -0
  330. package/dist/actions/get-documents-documents.d.mts +9 -0
  331. package/dist/actions/get-documents-documents.d.mts.map +1 -0
  332. package/dist/actions/get-documents-documents.mjs +13 -0
  333. package/dist/actions/get-documents-documents.mjs.map +1 -0
  334. package/dist/actions/get-file-operation-info.cjs +36 -0
  335. package/dist/actions/get-file-operation-info.cjs.map +1 -0
  336. package/dist/actions/get-file-operation-info.d.cts +9 -0
  337. package/dist/actions/get-file-operation-info.d.cts.map +1 -0
  338. package/dist/actions/get-file-operation-info.d.mts +9 -0
  339. package/dist/actions/get-file-operation-info.d.mts.map +1 -0
  340. package/dist/actions/get-file-operation-info.mjs +35 -0
  341. package/dist/actions/get-file-operation-info.mjs.map +1 -0
  342. package/dist/actions/get-group-info.cjs +30 -0
  343. package/dist/actions/get-group-info.cjs.map +1 -0
  344. package/dist/actions/get-group-info.d.cts +9 -0
  345. package/dist/actions/get-group-info.d.cts.map +1 -0
  346. package/dist/actions/get-group-info.d.mts +9 -0
  347. package/dist/actions/get-group-info.d.mts.map +1 -0
  348. package/dist/actions/get-group-info.mjs +29 -0
  349. package/dist/actions/get-group-info.mjs.map +1 -0
  350. package/dist/actions/get-oauth-client-info.cjs +36 -0
  351. package/dist/actions/get-oauth-client-info.cjs.map +1 -0
  352. package/dist/actions/get-oauth-client-info.d.cts +9 -0
  353. package/dist/actions/get-oauth-client-info.d.cts.map +1 -0
  354. package/dist/actions/get-oauth-client-info.d.mts +9 -0
  355. package/dist/actions/get-oauth-client-info.d.mts.map +1 -0
  356. package/dist/actions/get-oauth-client-info.mjs +35 -0
  357. package/dist/actions/get-oauth-client-info.mjs.map +1 -0
  358. package/dist/actions/get-revision-info.cjs +37 -0
  359. package/dist/actions/get-revision-info.cjs.map +1 -0
  360. package/dist/actions/get-revision-info.d.cts +9 -0
  361. package/dist/actions/get-revision-info.d.cts.map +1 -0
  362. package/dist/actions/get-revision-info.d.mts +9 -0
  363. package/dist/actions/get-revision-info.d.mts.map +1 -0
  364. package/dist/actions/get-revision-info.mjs +36 -0
  365. package/dist/actions/get-revision-info.mjs.map +1 -0
  366. package/dist/actions/get-share-info.cjs +67 -0
  367. package/dist/actions/get-share-info.cjs.map +1 -0
  368. package/dist/actions/get-share-info.d.cts +9 -0
  369. package/dist/actions/get-share-info.d.cts.map +1 -0
  370. package/dist/actions/get-share-info.d.mts +9 -0
  371. package/dist/actions/get-share-info.d.mts.map +1 -0
  372. package/dist/actions/get-share-info.mjs +66 -0
  373. package/dist/actions/get-share-info.mjs.map +1 -0
  374. package/dist/actions/get-template-info.cjs +54 -0
  375. package/dist/actions/get-template-info.cjs.map +1 -0
  376. package/dist/actions/get-template-info.d.cts +9 -0
  377. package/dist/actions/get-template-info.d.cts.map +1 -0
  378. package/dist/actions/get-template-info.d.mts +9 -0
  379. package/dist/actions/get-template-info.d.mts.map +1 -0
  380. package/dist/actions/get-template-info.mjs +53 -0
  381. package/dist/actions/get-template-info.mjs.map +1 -0
  382. package/dist/actions/get-user-info.cjs +36 -0
  383. package/dist/actions/get-user-info.cjs.map +1 -0
  384. package/dist/actions/get-user-info.d.cts +9 -0
  385. package/dist/actions/get-user-info.d.cts.map +1 -0
  386. package/dist/actions/get-user-info.d.mts +9 -0
  387. package/dist/actions/get-user-info.d.mts.map +1 -0
  388. package/dist/actions/get-user-info.mjs +35 -0
  389. package/dist/actions/get-user-info.mjs.map +1 -0
  390. package/dist/actions/index.cjs +203 -0
  391. package/dist/actions/index.d.cts +102 -0
  392. package/dist/actions/index.d.mts +102 -0
  393. package/dist/actions/index.mjs +102 -0
  394. package/dist/actions/invite-users.cjs +42 -0
  395. package/dist/actions/invite-users.cjs.map +1 -0
  396. package/dist/actions/invite-users.d.cts +9 -0
  397. package/dist/actions/invite-users.d.cts.map +1 -0
  398. package/dist/actions/invite-users.d.mts +9 -0
  399. package/dist/actions/invite-users.d.mts.map +1 -0
  400. package/dist/actions/invite-users.mjs +41 -0
  401. package/dist/actions/invite-users.mjs.map +1 -0
  402. package/dist/actions/list-archived-documents.cjs +63 -0
  403. package/dist/actions/list-archived-documents.cjs.map +1 -0
  404. package/dist/actions/list-archived-documents.d.cts +9 -0
  405. package/dist/actions/list-archived-documents.d.cts.map +1 -0
  406. package/dist/actions/list-archived-documents.d.mts +9 -0
  407. package/dist/actions/list-archived-documents.d.mts.map +1 -0
  408. package/dist/actions/list-archived-documents.mjs +62 -0
  409. package/dist/actions/list-archived-documents.mjs.map +1 -0
  410. package/dist/actions/list-collection-group-memberships.cjs +49 -0
  411. package/dist/actions/list-collection-group-memberships.cjs.map +1 -0
  412. package/dist/actions/list-collection-group-memberships.d.cts +9 -0
  413. package/dist/actions/list-collection-group-memberships.d.cts.map +1 -0
  414. package/dist/actions/list-collection-group-memberships.d.mts +9 -0
  415. package/dist/actions/list-collection-group-memberships.d.mts.map +1 -0
  416. package/dist/actions/list-collection-group-memberships.mjs +48 -0
  417. package/dist/actions/list-collection-group-memberships.mjs.map +1 -0
  418. package/dist/actions/list-collection-memberships.cjs +54 -0
  419. package/dist/actions/list-collection-memberships.cjs.map +1 -0
  420. package/dist/actions/list-collection-memberships.d.cts +9 -0
  421. package/dist/actions/list-collection-memberships.d.cts.map +1 -0
  422. package/dist/actions/list-collection-memberships.d.mts +9 -0
  423. package/dist/actions/list-collection-memberships.d.mts.map +1 -0
  424. package/dist/actions/list-collection-memberships.mjs +53 -0
  425. package/dist/actions/list-collection-memberships.mjs.map +1 -0
  426. package/dist/actions/list-collections.cjs +56 -0
  427. package/dist/actions/list-collections.cjs.map +1 -0
  428. package/dist/actions/list-collections.d.cts +9 -0
  429. package/dist/actions/list-collections.d.cts.map +1 -0
  430. package/dist/actions/list-collections.d.mts +9 -0
  431. package/dist/actions/list-collections.d.mts.map +1 -0
  432. package/dist/actions/list-collections.mjs +55 -0
  433. package/dist/actions/list-collections.mjs.map +1 -0
  434. package/dist/actions/list-comments.cjs +71 -0
  435. package/dist/actions/list-comments.cjs.map +1 -0
  436. package/dist/actions/list-comments.d.cts +9 -0
  437. package/dist/actions/list-comments.d.cts.map +1 -0
  438. package/dist/actions/list-comments.d.mts +9 -0
  439. package/dist/actions/list-comments.d.mts.map +1 -0
  440. package/dist/actions/list-comments.mjs +70 -0
  441. package/dist/actions/list-comments.mjs.map +1 -0
  442. package/dist/actions/list-data-attributes.cjs +53 -0
  443. package/dist/actions/list-data-attributes.cjs.map +1 -0
  444. package/dist/actions/list-data-attributes.d.cts +9 -0
  445. package/dist/actions/list-data-attributes.d.cts.map +1 -0
  446. package/dist/actions/list-data-attributes.d.mts +9 -0
  447. package/dist/actions/list-data-attributes.d.mts.map +1 -0
  448. package/dist/actions/list-data-attributes.mjs +52 -0
  449. package/dist/actions/list-data-attributes.mjs.map +1 -0
  450. package/dist/actions/list-deleted-documents.cjs +75 -0
  451. package/dist/actions/list-deleted-documents.cjs.map +1 -0
  452. package/dist/actions/list-deleted-documents.d.cts +9 -0
  453. package/dist/actions/list-deleted-documents.d.cts.map +1 -0
  454. package/dist/actions/list-deleted-documents.d.mts +9 -0
  455. package/dist/actions/list-deleted-documents.d.mts.map +1 -0
  456. package/dist/actions/list-deleted-documents.mjs +74 -0
  457. package/dist/actions/list-deleted-documents.mjs.map +1 -0
  458. package/dist/actions/list-document-group-memberships.cjs +48 -0
  459. package/dist/actions/list-document-group-memberships.cjs.map +1 -0
  460. package/dist/actions/list-document-group-memberships.d.cts +9 -0
  461. package/dist/actions/list-document-group-memberships.d.cts.map +1 -0
  462. package/dist/actions/list-document-group-memberships.d.mts +9 -0
  463. package/dist/actions/list-document-group-memberships.d.mts.map +1 -0
  464. package/dist/actions/list-document-group-memberships.mjs +47 -0
  465. package/dist/actions/list-document-group-memberships.mjs.map +1 -0
  466. package/dist/actions/list-document-memberships.cjs +54 -0
  467. package/dist/actions/list-document-memberships.cjs.map +1 -0
  468. package/dist/actions/list-document-memberships.d.cts +9 -0
  469. package/dist/actions/list-document-memberships.d.cts.map +1 -0
  470. package/dist/actions/list-document-memberships.d.mts +9 -0
  471. package/dist/actions/list-document-memberships.d.mts.map +1 -0
  472. package/dist/actions/list-document-memberships.mjs +53 -0
  473. package/dist/actions/list-document-memberships.mjs.map +1 -0
  474. package/dist/actions/list-document-users.cjs +47 -0
  475. package/dist/actions/list-document-users.cjs.map +1 -0
  476. package/dist/actions/list-document-users.d.cts +9 -0
  477. package/dist/actions/list-document-users.d.cts.map +1 -0
  478. package/dist/actions/list-document-users.d.mts +9 -0
  479. package/dist/actions/list-document-users.d.mts.map +1 -0
  480. package/dist/actions/list-document-users.mjs +46 -0
  481. package/dist/actions/list-document-users.mjs.map +1 -0
  482. package/dist/actions/list-documents.cjs +67 -0
  483. package/dist/actions/list-documents.cjs.map +1 -0
  484. package/dist/actions/list-documents.d.cts +9 -0
  485. package/dist/actions/list-documents.d.cts.map +1 -0
  486. package/dist/actions/list-documents.d.mts +9 -0
  487. package/dist/actions/list-documents.d.mts.map +1 -0
  488. package/dist/actions/list-documents.mjs +66 -0
  489. package/dist/actions/list-documents.mjs.map +1 -0
  490. package/dist/actions/list-draft-documents.cjs +77 -0
  491. package/dist/actions/list-draft-documents.cjs.map +1 -0
  492. package/dist/actions/list-draft-documents.d.cts +9 -0
  493. package/dist/actions/list-draft-documents.d.cts.map +1 -0
  494. package/dist/actions/list-draft-documents.d.mts +9 -0
  495. package/dist/actions/list-draft-documents.d.mts.map +1 -0
  496. package/dist/actions/list-draft-documents.mjs +76 -0
  497. package/dist/actions/list-draft-documents.mjs.map +1 -0
  498. package/dist/actions/list-events.cjs +57 -0
  499. package/dist/actions/list-events.cjs.map +1 -0
  500. package/dist/actions/list-events.d.cts +9 -0
  501. package/dist/actions/list-events.d.cts.map +1 -0
  502. package/dist/actions/list-events.d.mts +9 -0
  503. package/dist/actions/list-events.d.mts.map +1 -0
  504. package/dist/actions/list-events.mjs +56 -0
  505. package/dist/actions/list-events.mjs.map +1 -0
  506. package/dist/actions/list-file-operations.cjs +48 -0
  507. package/dist/actions/list-file-operations.cjs.map +1 -0
  508. package/dist/actions/list-file-operations.d.cts +9 -0
  509. package/dist/actions/list-file-operations.d.cts.map +1 -0
  510. package/dist/actions/list-file-operations.d.mts +9 -0
  511. package/dist/actions/list-file-operations.d.mts.map +1 -0
  512. package/dist/actions/list-file-operations.mjs +47 -0
  513. package/dist/actions/list-file-operations.mjs.map +1 -0
  514. package/dist/actions/list-group-memberships.cjs +57 -0
  515. package/dist/actions/list-group-memberships.cjs.map +1 -0
  516. package/dist/actions/list-group-memberships.d.cts +9 -0
  517. package/dist/actions/list-group-memberships.d.cts.map +1 -0
  518. package/dist/actions/list-group-memberships.d.mts +9 -0
  519. package/dist/actions/list-group-memberships.d.mts.map +1 -0
  520. package/dist/actions/list-group-memberships.mjs +56 -0
  521. package/dist/actions/list-group-memberships.mjs.map +1 -0
  522. package/dist/actions/list-groups.cjs +64 -0
  523. package/dist/actions/list-groups.cjs.map +1 -0
  524. package/dist/actions/list-groups.d.cts +9 -0
  525. package/dist/actions/list-groups.d.cts.map +1 -0
  526. package/dist/actions/list-groups.d.mts +9 -0
  527. package/dist/actions/list-groups.d.mts.map +1 -0
  528. package/dist/actions/list-groups.mjs +63 -0
  529. package/dist/actions/list-groups.mjs.map +1 -0
  530. package/dist/actions/list-o-auth-authentications.cjs +39 -0
  531. package/dist/actions/list-o-auth-authentications.cjs.map +1 -0
  532. package/dist/actions/list-o-auth-authentications.d.cts +9 -0
  533. package/dist/actions/list-o-auth-authentications.d.cts.map +1 -0
  534. package/dist/actions/list-o-auth-authentications.d.mts +9 -0
  535. package/dist/actions/list-o-auth-authentications.d.mts.map +1 -0
  536. package/dist/actions/list-o-auth-authentications.mjs +38 -0
  537. package/dist/actions/list-o-auth-authentications.mjs.map +1 -0
  538. package/dist/actions/list-oauth-clients.cjs +44 -0
  539. package/dist/actions/list-oauth-clients.cjs.map +1 -0
  540. package/dist/actions/list-oauth-clients.d.cts +9 -0
  541. package/dist/actions/list-oauth-clients.d.cts.map +1 -0
  542. package/dist/actions/list-oauth-clients.d.mts +9 -0
  543. package/dist/actions/list-oauth-clients.d.mts.map +1 -0
  544. package/dist/actions/list-oauth-clients.mjs +43 -0
  545. package/dist/actions/list-oauth-clients.mjs.map +1 -0
  546. package/dist/actions/list-recently-viewed-documents.cjs +62 -0
  547. package/dist/actions/list-recently-viewed-documents.cjs.map +1 -0
  548. package/dist/actions/list-recently-viewed-documents.d.cts +9 -0
  549. package/dist/actions/list-recently-viewed-documents.d.cts.map +1 -0
  550. package/dist/actions/list-recently-viewed-documents.d.mts +9 -0
  551. package/dist/actions/list-recently-viewed-documents.d.mts.map +1 -0
  552. package/dist/actions/list-recently-viewed-documents.mjs +61 -0
  553. package/dist/actions/list-recently-viewed-documents.mjs.map +1 -0
  554. package/dist/actions/list-revisions.cjs +44 -0
  555. package/dist/actions/list-revisions.cjs.map +1 -0
  556. package/dist/actions/list-revisions.d.cts +9 -0
  557. package/dist/actions/list-revisions.d.cts.map +1 -0
  558. package/dist/actions/list-revisions.d.mts +9 -0
  559. package/dist/actions/list-revisions.d.mts.map +1 -0
  560. package/dist/actions/list-revisions.mjs +43 -0
  561. package/dist/actions/list-revisions.mjs.map +1 -0
  562. package/dist/actions/list-shares.cjs +57 -0
  563. package/dist/actions/list-shares.cjs.map +1 -0
  564. package/dist/actions/list-shares.d.cts +9 -0
  565. package/dist/actions/list-shares.d.cts.map +1 -0
  566. package/dist/actions/list-shares.d.mts +9 -0
  567. package/dist/actions/list-shares.d.mts.map +1 -0
  568. package/dist/actions/list-shares.mjs +56 -0
  569. package/dist/actions/list-shares.mjs.map +1 -0
  570. package/dist/actions/list-stars.cjs +53 -0
  571. package/dist/actions/list-stars.cjs.map +1 -0
  572. package/dist/actions/list-stars.d.cts +9 -0
  573. package/dist/actions/list-stars.d.cts.map +1 -0
  574. package/dist/actions/list-stars.d.mts +9 -0
  575. package/dist/actions/list-stars.d.mts.map +1 -0
  576. package/dist/actions/list-stars.mjs +52 -0
  577. package/dist/actions/list-stars.mjs.map +1 -0
  578. package/dist/actions/list-templates.cjs +67 -0
  579. package/dist/actions/list-templates.cjs.map +1 -0
  580. package/dist/actions/list-templates.d.cts +9 -0
  581. package/dist/actions/list-templates.d.cts.map +1 -0
  582. package/dist/actions/list-templates.d.mts +9 -0
  583. package/dist/actions/list-templates.d.mts.map +1 -0
  584. package/dist/actions/list-templates.mjs +66 -0
  585. package/dist/actions/list-templates.mjs.map +1 -0
  586. package/dist/actions/list-users.cjs +53 -0
  587. package/dist/actions/list-users.cjs.map +1 -0
  588. package/dist/actions/list-users.d.cts +9 -0
  589. package/dist/actions/list-users.d.cts.map +1 -0
  590. package/dist/actions/list-users.d.mts +9 -0
  591. package/dist/actions/list-users.d.mts.map +1 -0
  592. package/dist/actions/list-users.mjs +52 -0
  593. package/dist/actions/list-users.mjs.map +1 -0
  594. package/dist/actions/list-views.cjs +53 -0
  595. package/dist/actions/list-views.cjs.map +1 -0
  596. package/dist/actions/list-views.d.cts +9 -0
  597. package/dist/actions/list-views.d.cts.map +1 -0
  598. package/dist/actions/list-views.d.mts +9 -0
  599. package/dist/actions/list-views.d.mts.map +1 -0
  600. package/dist/actions/list-views.mjs +52 -0
  601. package/dist/actions/list-views.mjs.map +1 -0
  602. package/dist/actions/move-document.cjs +49 -0
  603. package/dist/actions/move-document.cjs.map +1 -0
  604. package/dist/actions/move-document.d.cts +9 -0
  605. package/dist/actions/move-document.d.cts.map +1 -0
  606. package/dist/actions/move-document.d.mts +9 -0
  607. package/dist/actions/move-document.d.mts.map +1 -0
  608. package/dist/actions/move-document.mjs +48 -0
  609. package/dist/actions/move-document.mjs.map +1 -0
  610. package/dist/actions/redirect-file-operation.cjs +19 -0
  611. package/dist/actions/redirect-file-operation.cjs.map +1 -0
  612. package/dist/actions/redirect-file-operation.d.cts +9 -0
  613. package/dist/actions/redirect-file-operation.d.cts.map +1 -0
  614. package/dist/actions/redirect-file-operation.d.mts +9 -0
  615. package/dist/actions/redirect-file-operation.d.mts.map +1 -0
  616. package/dist/actions/redirect-file-operation.mjs +16 -0
  617. package/dist/actions/redirect-file-operation.mjs.map +1 -0
  618. package/dist/actions/remove-collection-group.cjs +19 -0
  619. package/dist/actions/remove-collection-group.cjs.map +1 -0
  620. package/dist/actions/remove-collection-group.d.cts +9 -0
  621. package/dist/actions/remove-collection-group.d.cts.map +1 -0
  622. package/dist/actions/remove-collection-group.d.mts +9 -0
  623. package/dist/actions/remove-collection-group.d.mts.map +1 -0
  624. package/dist/actions/remove-collection-group.mjs +16 -0
  625. package/dist/actions/remove-collection-group.mjs.map +1 -0
  626. package/dist/actions/remove-collection-user.cjs +19 -0
  627. package/dist/actions/remove-collection-user.cjs.map +1 -0
  628. package/dist/actions/remove-collection-user.d.cts +9 -0
  629. package/dist/actions/remove-collection-user.d.cts.map +1 -0
  630. package/dist/actions/remove-collection-user.d.mts +9 -0
  631. package/dist/actions/remove-collection-user.d.mts.map +1 -0
  632. package/dist/actions/remove-collection-user.mjs +16 -0
  633. package/dist/actions/remove-collection-user.mjs.map +1 -0
  634. package/dist/actions/remove-document-user.cjs +19 -0
  635. package/dist/actions/remove-document-user.cjs.map +1 -0
  636. package/dist/actions/remove-document-user.d.cts +9 -0
  637. package/dist/actions/remove-document-user.d.cts.map +1 -0
  638. package/dist/actions/remove-document-user.d.mts +9 -0
  639. package/dist/actions/remove-document-user.d.mts.map +1 -0
  640. package/dist/actions/remove-document-user.mjs +16 -0
  641. package/dist/actions/remove-document-user.mjs.map +1 -0
  642. package/dist/actions/remove-group-from-document.cjs +19 -0
  643. package/dist/actions/remove-group-from-document.cjs.map +1 -0
  644. package/dist/actions/remove-group-from-document.d.cts +9 -0
  645. package/dist/actions/remove-group-from-document.d.cts.map +1 -0
  646. package/dist/actions/remove-group-from-document.d.mts +9 -0
  647. package/dist/actions/remove-group-from-document.d.mts.map +1 -0
  648. package/dist/actions/remove-group-from-document.mjs +16 -0
  649. package/dist/actions/remove-group-from-document.mjs.map +1 -0
  650. package/dist/actions/remove-group-user.cjs +19 -0
  651. package/dist/actions/remove-group-user.cjs.map +1 -0
  652. package/dist/actions/remove-group-user.d.cts +9 -0
  653. package/dist/actions/remove-group-user.d.cts.map +1 -0
  654. package/dist/actions/remove-group-user.d.mts +9 -0
  655. package/dist/actions/remove-group-user.d.mts.map +1 -0
  656. package/dist/actions/remove-group-user.mjs +16 -0
  657. package/dist/actions/remove-group-user.mjs.map +1 -0
  658. package/dist/actions/restore-document.cjs +54 -0
  659. package/dist/actions/restore-document.cjs.map +1 -0
  660. package/dist/actions/restore-document.d.cts +9 -0
  661. package/dist/actions/restore-document.d.cts.map +1 -0
  662. package/dist/actions/restore-document.d.mts +9 -0
  663. package/dist/actions/restore-document.d.mts.map +1 -0
  664. package/dist/actions/restore-document.mjs +53 -0
  665. package/dist/actions/restore-document.mjs.map +1 -0
  666. package/dist/actions/restore-template.cjs +47 -0
  667. package/dist/actions/restore-template.cjs.map +1 -0
  668. package/dist/actions/restore-template.d.cts +9 -0
  669. package/dist/actions/restore-template.d.cts.map +1 -0
  670. package/dist/actions/restore-template.d.mts +9 -0
  671. package/dist/actions/restore-template.d.mts.map +1 -0
  672. package/dist/actions/restore-template.mjs +46 -0
  673. package/dist/actions/restore-template.mjs.map +1 -0
  674. package/dist/actions/retrieve-auth-info.cjs +40 -0
  675. package/dist/actions/retrieve-auth-info.cjs.map +1 -0
  676. package/dist/actions/retrieve-auth-info.d.cts +9 -0
  677. package/dist/actions/retrieve-auth-info.d.cts.map +1 -0
  678. package/dist/actions/retrieve-auth-info.d.mts +9 -0
  679. package/dist/actions/retrieve-auth-info.d.mts.map +1 -0
  680. package/dist/actions/retrieve-auth-info.mjs +39 -0
  681. package/dist/actions/retrieve-auth-info.mjs.map +1 -0
  682. package/dist/actions/revoke-share.cjs +16 -0
  683. package/dist/actions/revoke-share.cjs.map +1 -0
  684. package/dist/actions/revoke-share.d.cts +9 -0
  685. package/dist/actions/revoke-share.d.cts.map +1 -0
  686. package/dist/actions/revoke-share.d.mts +9 -0
  687. package/dist/actions/revoke-share.d.mts.map +1 -0
  688. package/dist/actions/revoke-share.mjs +13 -0
  689. package/dist/actions/revoke-share.mjs.map +1 -0
  690. package/dist/actions/rotate-oauth-client-secret.cjs +25 -0
  691. package/dist/actions/rotate-oauth-client-secret.cjs.map +1 -0
  692. package/dist/actions/rotate-oauth-client-secret.d.cts +9 -0
  693. package/dist/actions/rotate-oauth-client-secret.d.cts.map +1 -0
  694. package/dist/actions/rotate-oauth-client-secret.d.mts +9 -0
  695. package/dist/actions/rotate-oauth-client-secret.d.mts.map +1 -0
  696. package/dist/actions/rotate-oauth-client-secret.mjs +24 -0
  697. package/dist/actions/rotate-oauth-client-secret.mjs.map +1 -0
  698. package/dist/actions/search-document-titles.cjs +83 -0
  699. package/dist/actions/search-document-titles.cjs.map +1 -0
  700. package/dist/actions/search-document-titles.d.cts +9 -0
  701. package/dist/actions/search-document-titles.d.cts.map +1 -0
  702. package/dist/actions/search-document-titles.d.mts +9 -0
  703. package/dist/actions/search-document-titles.d.mts.map +1 -0
  704. package/dist/actions/search-document-titles.mjs +82 -0
  705. package/dist/actions/search-document-titles.mjs.map +1 -0
  706. package/dist/actions/search-documents.cjs +74 -0
  707. package/dist/actions/search-documents.cjs.map +1 -0
  708. package/dist/actions/search-documents.d.cts +9 -0
  709. package/dist/actions/search-documents.d.cts.map +1 -0
  710. package/dist/actions/search-documents.d.mts +9 -0
  711. package/dist/actions/search-documents.d.mts.map +1 -0
  712. package/dist/actions/search-documents.mjs +73 -0
  713. package/dist/actions/search-documents.mjs.map +1 -0
  714. package/dist/actions/suspend-user.cjs +36 -0
  715. package/dist/actions/suspend-user.cjs.map +1 -0
  716. package/dist/actions/suspend-user.d.cts +9 -0
  717. package/dist/actions/suspend-user.d.cts.map +1 -0
  718. package/dist/actions/suspend-user.d.mts +9 -0
  719. package/dist/actions/suspend-user.d.mts.map +1 -0
  720. package/dist/actions/suspend-user.mjs +35 -0
  721. package/dist/actions/suspend-user.mjs.map +1 -0
  722. package/dist/actions/templatize-document.cjs +58 -0
  723. package/dist/actions/templatize-document.cjs.map +1 -0
  724. package/dist/actions/templatize-document.d.cts +9 -0
  725. package/dist/actions/templatize-document.d.cts.map +1 -0
  726. package/dist/actions/templatize-document.d.mts +9 -0
  727. package/dist/actions/templatize-document.d.mts.map +1 -0
  728. package/dist/actions/templatize-document.mjs +57 -0
  729. package/dist/actions/templatize-document.mjs.map +1 -0
  730. package/dist/actions/unpublish-document.cjs +19 -0
  731. package/dist/actions/unpublish-document.cjs.map +1 -0
  732. package/dist/actions/unpublish-document.d.cts +9 -0
  733. package/dist/actions/unpublish-document.d.cts.map +1 -0
  734. package/dist/actions/unpublish-document.d.mts +9 -0
  735. package/dist/actions/unpublish-document.d.mts.map +1 -0
  736. package/dist/actions/unpublish-document.mjs +16 -0
  737. package/dist/actions/unpublish-document.mjs.map +1 -0
  738. package/dist/actions/update-collection.cjs +51 -0
  739. package/dist/actions/update-collection.cjs.map +1 -0
  740. package/dist/actions/update-collection.d.cts +9 -0
  741. package/dist/actions/update-collection.d.cts.map +1 -0
  742. package/dist/actions/update-collection.d.mts +9 -0
  743. package/dist/actions/update-collection.d.mts.map +1 -0
  744. package/dist/actions/update-collection.mjs +50 -0
  745. package/dist/actions/update-collection.mjs.map +1 -0
  746. package/dist/actions/update-comment.cjs +22 -0
  747. package/dist/actions/update-comment.cjs.map +1 -0
  748. package/dist/actions/update-comment.d.cts +9 -0
  749. package/dist/actions/update-comment.d.cts.map +1 -0
  750. package/dist/actions/update-comment.d.mts +9 -0
  751. package/dist/actions/update-comment.d.mts.map +1 -0
  752. package/dist/actions/update-comment.mjs +19 -0
  753. package/dist/actions/update-comment.mjs.map +1 -0
  754. package/dist/actions/update-document.cjs +67 -0
  755. package/dist/actions/update-document.cjs.map +1 -0
  756. package/dist/actions/update-document.d.cts +9 -0
  757. package/dist/actions/update-document.d.cts.map +1 -0
  758. package/dist/actions/update-document.d.mts +9 -0
  759. package/dist/actions/update-document.d.mts.map +1 -0
  760. package/dist/actions/update-document.mjs +66 -0
  761. package/dist/actions/update-document.mjs.map +1 -0
  762. package/dist/actions/update-group.cjs +32 -0
  763. package/dist/actions/update-group.cjs.map +1 -0
  764. package/dist/actions/update-group.d.cts +9 -0
  765. package/dist/actions/update-group.d.cts.map +1 -0
  766. package/dist/actions/update-group.d.mts +9 -0
  767. package/dist/actions/update-group.d.mts.map +1 -0
  768. package/dist/actions/update-group.mjs +31 -0
  769. package/dist/actions/update-group.mjs.map +1 -0
  770. package/dist/actions/update-o-auth-client.cjs +46 -0
  771. package/dist/actions/update-o-auth-client.cjs.map +1 -0
  772. package/dist/actions/update-o-auth-client.d.cts +9 -0
  773. package/dist/actions/update-o-auth-client.d.cts.map +1 -0
  774. package/dist/actions/update-o-auth-client.d.mts +9 -0
  775. package/dist/actions/update-o-auth-client.d.mts.map +1 -0
  776. package/dist/actions/update-o-auth-client.mjs +45 -0
  777. package/dist/actions/update-o-auth-client.mjs.map +1 -0
  778. package/dist/actions/update-share.cjs +44 -0
  779. package/dist/actions/update-share.cjs.map +1 -0
  780. package/dist/actions/update-share.d.cts +9 -0
  781. package/dist/actions/update-share.d.cts.map +1 -0
  782. package/dist/actions/update-share.d.mts +9 -0
  783. package/dist/actions/update-share.d.mts.map +1 -0
  784. package/dist/actions/update-share.mjs +43 -0
  785. package/dist/actions/update-share.mjs.map +1 -0
  786. package/dist/actions/update-star.cjs +35 -0
  787. package/dist/actions/update-star.cjs.map +1 -0
  788. package/dist/actions/update-star.d.cts +9 -0
  789. package/dist/actions/update-star.d.cts.map +1 -0
  790. package/dist/actions/update-star.d.mts +9 -0
  791. package/dist/actions/update-star.d.mts.map +1 -0
  792. package/dist/actions/update-star.mjs +34 -0
  793. package/dist/actions/update-star.mjs.map +1 -0
  794. package/dist/actions/update-template.cjs +62 -0
  795. package/dist/actions/update-template.cjs.map +1 -0
  796. package/dist/actions/update-template.d.cts +9 -0
  797. package/dist/actions/update-template.d.cts.map +1 -0
  798. package/dist/actions/update-template.d.mts +9 -0
  799. package/dist/actions/update-template.d.mts.map +1 -0
  800. package/dist/actions/update-template.mjs +61 -0
  801. package/dist/actions/update-template.mjs.map +1 -0
  802. package/dist/actions/update-user-role.cjs +34 -0
  803. package/dist/actions/update-user-role.cjs.map +1 -0
  804. package/dist/actions/update-user-role.d.cts +9 -0
  805. package/dist/actions/update-user-role.d.cts.map +1 -0
  806. package/dist/actions/update-user-role.d.mts +9 -0
  807. package/dist/actions/update-user-role.d.mts.map +1 -0
  808. package/dist/actions/update-user-role.mjs +33 -0
  809. package/dist/actions/update-user-role.mjs.map +1 -0
  810. package/dist/actions/update-user.cjs +41 -0
  811. package/dist/actions/update-user.cjs.map +1 -0
  812. package/dist/actions/update-user.d.cts +9 -0
  813. package/dist/actions/update-user.d.cts.map +1 -0
  814. package/dist/actions/update-user.d.mts +9 -0
  815. package/dist/actions/update-user.d.mts.map +1 -0
  816. package/dist/actions/update-user.mjs +40 -0
  817. package/dist/actions/update-user.mjs.map +1 -0
  818. package/dist/app.cjs +9 -0
  819. package/dist/app.cjs.map +1 -0
  820. package/dist/app.d.cts +5 -0
  821. package/dist/app.d.cts.map +1 -0
  822. package/dist/app.d.mts +5 -0
  823. package/dist/app.d.mts.map +1 -0
  824. package/dist/app.mjs +10 -0
  825. package/dist/app.mjs.map +1 -0
  826. package/dist/catalog.cjs +15 -0
  827. package/dist/catalog.cjs.map +1 -0
  828. package/dist/catalog.d.cts +14 -0
  829. package/dist/catalog.d.cts.map +1 -0
  830. package/dist/catalog.d.mts +14 -0
  831. package/dist/catalog.d.mts.map +1 -0
  832. package/dist/catalog.mjs +15 -0
  833. package/dist/catalog.mjs.map +1 -0
  834. package/dist/execute.cjs +18 -0
  835. package/dist/execute.cjs.map +1 -0
  836. package/dist/execute.mjs +18 -0
  837. package/dist/execute.mjs.map +1 -0
  838. package/dist/index.cjs +208 -0
  839. package/dist/index.d.cts +104 -0
  840. package/dist/index.d.mts +104 -0
  841. package/dist/index.mjs +105 -0
  842. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group-info.cjs","names":["z","action"],"sources":["../../src/actions/get-group-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetGroupInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the group (UUID format).\"),\n}).describe(\"Request model for retrieving a group by its unique identifier.\");\nconst OutlineGetGroupInfo_GroupDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the group\"),\n name: z.string().describe(\"Name of the group\"),\n createdAt: z.string().describe(\"Timestamp when the group was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the group was last updated\").nullable().optional(),\n memberCount: z.number().describe(\"Number of users that are members of the group\").nullable().optional(),\n}).describe(\"Detailed information about a group.\");\nconst OutlineGetGroupInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related resource\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform\"),\n}).describe(\"Policy object describing authorized actions for the group.\");\nexport const OutlineGetGroupInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetGroupInfo_GroupDataSchema.nullable(),\n policies: z.array(OutlineGetGroupInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving group information. Contains detailed group data\\nand associated permissions/policies.\");\n\nexport const outlineGetGroupInfo = action(\"OUTLINE_GET_GROUP_INFO\", {\n slug: \"outline-get-group-info\",\n name: \"Get Group Info\",\n description: \"Tool to retrieve a group by its unique identifier. Returns group details including name and member count. Use when you need to fetch information about a specific group.\",\n input: OutlineGetGroupInfoInput,\n output: OutlineGetGroupInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAC9F,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAM,oCAAoC,SAAS;CACnD,UAAUA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5I,CAAC,CAAC,CAAC,SAAS,qHAAqH;AAEjI,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-group-info.d.ts
4
+ declare const OutlineGetGroupInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetGroupInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetGroupInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetGroupInfo };
9
+ //# sourceMappingURL=get-group-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group-info.d.cts","names":[],"sources":["../../src/actions/get-group-info.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEoC;AAAA,cAYhE,yBAAA,EAA2B,CAAA,CAAE,UAGwF;AAAA,cAErH,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-group-info.d.ts
4
+ declare const OutlineGetGroupInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetGroupInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetGroupInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetGroupInfo };
9
+ //# sourceMappingURL=get-group-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group-info.d.mts","names":[],"sources":["../../src/actions/get-group-info.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEoC;AAAA,cAYhE,yBAAA,EAA2B,CAAA,CAAE,UAGwF;AAAA,cAErH,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-group-info.ts
4
+ const OutlineGetGroupInfoInput = z.object({ id: z.string().describe("Unique identifier for the group (UUID format).") }).describe("Request model for retrieving a group by its unique identifier.");
5
+ const OutlineGetGroupInfo_GroupDataSchema = z.object({
6
+ id: z.string().describe("Unique identifier for the group"),
7
+ name: z.string().describe("Name of the group"),
8
+ createdAt: z.string().describe("Timestamp when the group was created").nullable().optional(),
9
+ updatedAt: z.string().describe("Timestamp when the group was last updated").nullable().optional(),
10
+ memberCount: z.number().describe("Number of users that are members of the group").nullable().optional()
11
+ }).describe("Detailed information about a group.");
12
+ const OutlineGetGroupInfo_PolicySchema = z.object({
13
+ id: z.string().describe("Identifier identical to the related resource"),
14
+ abilities: z.object({}).describe("Object describing authorized actions the user can perform")
15
+ }).describe("Policy object describing authorized actions for the group.");
16
+ const outlineGetGroupInfo = action("OUTLINE_GET_GROUP_INFO", {
17
+ slug: "outline-get-group-info",
18
+ name: "Get Group Info",
19
+ description: "Tool to retrieve a group by its unique identifier. Returns group details including name and member count. Use when you need to fetch information about a specific group.",
20
+ input: OutlineGetGroupInfoInput,
21
+ output: z.object({
22
+ data: OutlineGetGroupInfo_GroupDataSchema.nullable(),
23
+ policies: z.array(OutlineGetGroupInfo_PolicySchema).describe("Array of policy objects describing authorized actions").nullable().optional()
24
+ }).describe("Response model for retrieving group information. Contains detailed group data\nand associated permissions/policies.")
25
+ });
26
+ //#endregion
27
+ export { outlineGetGroupInfo };
28
+
29
+ //# sourceMappingURL=get-group-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-group-info.mjs","names":[],"sources":["../../src/actions/get-group-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetGroupInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the group (UUID format).\"),\n}).describe(\"Request model for retrieving a group by its unique identifier.\");\nconst OutlineGetGroupInfo_GroupDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the group\"),\n name: z.string().describe(\"Name of the group\"),\n createdAt: z.string().describe(\"Timestamp when the group was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the group was last updated\").nullable().optional(),\n memberCount: z.number().describe(\"Number of users that are members of the group\").nullable().optional(),\n}).describe(\"Detailed information about a group.\");\nconst OutlineGetGroupInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related resource\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform\"),\n}).describe(\"Policy object describing authorized actions for the group.\");\nexport const OutlineGetGroupInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetGroupInfo_GroupDataSchema.nullable(),\n policies: z.array(OutlineGetGroupInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving group information. Contains detailed group data\\nand associated permissions/policies.\");\n\nexport const outlineGetGroupInfo = action(\"OUTLINE_GET_GROUP_INFO\", {\n slug: \"outline-get-group-info\",\n name: \"Get Group Info\",\n description: \"Tool to retrieve a group by its unique identifier. Returns group details including name and member count. Use when you need to fetch information about a specific group.\",\n input: OutlineGetGroupInfoInput,\n output: OutlineGetGroupInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAC9F,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAMxE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,MAAM,oCAAoC,SAAS;EACnD,UAAU,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,CAAC,CAAC,CAAC,SAAS,qHAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-oauth-client-info.ts
4
+ const OutlineGetOauthClientInfoInput = zod.z.object({
5
+ id: zod.z.string().describe("Unique identifier for the OAuth client. At least one of id or clientId must be provided.").optional(),
6
+ clientId: zod.z.string().describe("Public identifier for the OAuth client. At least one of id or clientId must be provided.").optional()
7
+ }).describe("Request model for retrieving an OAuth client.\n\nAt least one of id or clientId must be provided.");
8
+ const OutlineGetOauthClientInfo_OAuthClientSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier for the OAuth client (UUID)"),
10
+ name: zod.z.string().describe("Name of the OAuth client application"),
11
+ scopes: zod.z.array(zod.z.string()).describe("List of OAuth scopes granted to this client").nullable().optional(),
12
+ clientId: zod.z.string().describe("Public identifier for the OAuth client"),
13
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the OAuth client was created").nullable().optional(),
14
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the OAuth client was last updated").nullable().optional(),
15
+ clientSecret: zod.z.string().describe("Client secret for OAuth authentication").nullable().optional(),
16
+ redirectUris: zod.z.array(zod.z.string()).describe("List of allowed redirect URIs for OAuth flow").nullable().optional()
17
+ }).describe("OAuth client object with configuration details.");
18
+ const OutlineGetOauthClientInfo_PolicySchema = zod.z.object({
19
+ id: zod.z.string().describe("Identifier identical to the related OAuth client resource"),
20
+ abilities: zod.z.object({}).describe("Object describing authorized actions the user can perform on this OAuth client")
21
+ }).describe("Authorization policy for the OAuth client resource.");
22
+ const OutlineGetOauthClientInfoOutput = zod.z.object({
23
+ data: OutlineGetOauthClientInfo_OAuthClientSchema.nullable(),
24
+ policies: zod.z.array(OutlineGetOauthClientInfo_PolicySchema).describe("Array of policy objects describing authorized actions for this OAuth client").nullable().optional()
25
+ }).describe("Response model for retrieving OAuth client information.");
26
+ const outlineGetOauthClientInfo = require_action.action("OUTLINE_GET_OAUTH_CLIENT_INFO", {
27
+ slug: "outline-get-oauth-client-info",
28
+ name: "Get OAuth Client Info",
29
+ description: "Tool to retrieve an OAuth client from Outline by its id or clientId. Returns complete OAuth client configuration including name, scopes, and redirect URIs. Use when you need to fetch OAuth client details.",
30
+ input: OutlineGetOauthClientInfoInput,
31
+ output: OutlineGetOauthClientInfoOutput
32
+ });
33
+ //#endregion
34
+ exports.outlineGetOauthClientInfo = outlineGetOauthClientInfo;
35
+
36
+ //# sourceMappingURL=get-oauth-client-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oauth-client-info.cjs","names":["z","action"],"sources":["../../src/actions/get-oauth-client-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetOauthClientInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the OAuth client. At least one of id or clientId must be provided.\").optional(),\n clientId: z.string().describe(\"Public identifier for the OAuth client. At least one of id or clientId must be provided.\").optional(),\n}).describe(\"Request model for retrieving an OAuth client.\\n\\nAt least one of id or clientId must be provided.\");\nconst OutlineGetOauthClientInfo_OAuthClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the OAuth client (UUID)\"),\n name: z.string().describe(\"Name of the OAuth client application\"),\n scopes: z.array(z.string()).describe(\"List of OAuth scopes granted to this client\").nullable().optional(),\n clientId: z.string().describe(\"Public identifier for the OAuth client\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the OAuth client was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the OAuth client was last updated\").nullable().optional(),\n clientSecret: z.string().describe(\"Client secret for OAuth authentication\").nullable().optional(),\n redirectUris: z.array(z.string()).describe(\"List of allowed redirect URIs for OAuth flow\").nullable().optional(),\n}).describe(\"OAuth client object with configuration details.\");\nconst OutlineGetOauthClientInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related OAuth client resource\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform on this OAuth client\"),\n}).describe(\"Authorization policy for the OAuth client resource.\");\nexport const OutlineGetOauthClientInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetOauthClientInfo_OAuthClientSchema.nullable(),\n policies: z.array(OutlineGetOauthClientInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions for this OAuth client\").nullable().optional(),\n}).describe(\"Response model for retrieving OAuth client information.\");\n\nexport const outlineGetOauthClientInfo = action(\"OUTLINE_GET_OAUTH_CLIENT_INFO\", {\n slug: \"outline-get-oauth-client-info\",\n name: \"Get OAuth Client Info\",\n description: \"Tool to retrieve an OAuth client from Outline by its id or clientId. Returns complete OAuth client configuration including name, scopes, and redirect URIs. Use when you need to fetch OAuth client details.\",\n input: OutlineGetOauthClientInfoInput,\n output: OutlineGetOauthClientInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC7H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAC/G,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AACnH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAM,4CAA4C,SAAS;CAC3D,UAAUA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-oauth-client-info.d.ts
4
+ declare const OutlineGetOauthClientInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetOauthClientInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetOauthClientInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetOauthClientInfo };
9
+ //# sourceMappingURL=get-oauth-client-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oauth-client-info.d.cts","names":[],"sources":["../../src/actions/get-oauth-client-info.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGiE;AAAA,cAenG,+BAAA,EAAiC,CAAA,CAAE,UAGsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-oauth-client-info.d.ts
4
+ declare const OutlineGetOauthClientInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetOauthClientInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetOauthClientInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetOauthClientInfo };
9
+ //# sourceMappingURL=get-oauth-client-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oauth-client-info.d.mts","names":[],"sources":["../../src/actions/get-oauth-client-info.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGiE;AAAA,cAenG,+BAAA,EAAiC,CAAA,CAAE,UAGsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-oauth-client-info.ts
4
+ const OutlineGetOauthClientInfoInput = z.object({
5
+ id: z.string().describe("Unique identifier for the OAuth client. At least one of id or clientId must be provided.").optional(),
6
+ clientId: z.string().describe("Public identifier for the OAuth client. At least one of id or clientId must be provided.").optional()
7
+ }).describe("Request model for retrieving an OAuth client.\n\nAt least one of id or clientId must be provided.");
8
+ const OutlineGetOauthClientInfo_OAuthClientSchema = z.object({
9
+ id: z.string().describe("Unique identifier for the OAuth client (UUID)"),
10
+ name: z.string().describe("Name of the OAuth client application"),
11
+ scopes: z.array(z.string()).describe("List of OAuth scopes granted to this client").nullable().optional(),
12
+ clientId: z.string().describe("Public identifier for the OAuth client"),
13
+ createdAt: z.string().describe("ISO 8601 timestamp when the OAuth client was created").nullable().optional(),
14
+ updatedAt: z.string().describe("ISO 8601 timestamp when the OAuth client was last updated").nullable().optional(),
15
+ clientSecret: z.string().describe("Client secret for OAuth authentication").nullable().optional(),
16
+ redirectUris: z.array(z.string()).describe("List of allowed redirect URIs for OAuth flow").nullable().optional()
17
+ }).describe("OAuth client object with configuration details.");
18
+ const OutlineGetOauthClientInfo_PolicySchema = z.object({
19
+ id: z.string().describe("Identifier identical to the related OAuth client resource"),
20
+ abilities: z.object({}).describe("Object describing authorized actions the user can perform on this OAuth client")
21
+ }).describe("Authorization policy for the OAuth client resource.");
22
+ const outlineGetOauthClientInfo = action("OUTLINE_GET_OAUTH_CLIENT_INFO", {
23
+ slug: "outline-get-oauth-client-info",
24
+ name: "Get OAuth Client Info",
25
+ description: "Tool to retrieve an OAuth client from Outline by its id or clientId. Returns complete OAuth client configuration including name, scopes, and redirect URIs. Use when you need to fetch OAuth client details.",
26
+ input: OutlineGetOauthClientInfoInput,
27
+ output: z.object({
28
+ data: OutlineGetOauthClientInfo_OAuthClientSchema.nullable(),
29
+ policies: z.array(OutlineGetOauthClientInfo_PolicySchema).describe("Array of policy objects describing authorized actions for this OAuth client").nullable().optional()
30
+ }).describe("Response model for retrieving OAuth client information.")
31
+ });
32
+ //#endregion
33
+ export { outlineGetOauthClientInfo };
34
+
35
+ //# sourceMappingURL=get-oauth-client-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oauth-client-info.mjs","names":[],"sources":["../../src/actions/get-oauth-client-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetOauthClientInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the OAuth client. At least one of id or clientId must be provided.\").optional(),\n clientId: z.string().describe(\"Public identifier for the OAuth client. At least one of id or clientId must be provided.\").optional(),\n}).describe(\"Request model for retrieving an OAuth client.\\n\\nAt least one of id or clientId must be provided.\");\nconst OutlineGetOauthClientInfo_OAuthClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the OAuth client (UUID)\"),\n name: z.string().describe(\"Name of the OAuth client application\"),\n scopes: z.array(z.string()).describe(\"List of OAuth scopes granted to this client\").nullable().optional(),\n clientId: z.string().describe(\"Public identifier for the OAuth client\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the OAuth client was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the OAuth client was last updated\").nullable().optional(),\n clientSecret: z.string().describe(\"Client secret for OAuth authentication\").nullable().optional(),\n redirectUris: z.array(z.string()).describe(\"List of allowed redirect URIs for OAuth flow\").nullable().optional(),\n}).describe(\"OAuth client object with configuration details.\");\nconst OutlineGetOauthClientInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related OAuth client resource\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform on this OAuth client\"),\n}).describe(\"Authorization policy for the OAuth client resource.\");\nexport const OutlineGetOauthClientInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetOauthClientInfo_OAuthClientSchema.nullable(),\n policies: z.array(OutlineGetOauthClientInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions for this OAuth client\").nullable().optional(),\n}).describe(\"Response model for retrieving OAuth client information.\");\n\nexport const outlineGetOauthClientInfo = action(\"OUTLINE_GET_OAUTH_CLIENT_INFO\", {\n slug: \"outline-get-oauth-client-info\",\n name: \"Get OAuth Client Info\",\n description: \"Tool to retrieve an OAuth client from Outline by its id or clientId. Returns complete OAuth client configuration including name, scopes, and redirect URIs. Use when you need to fetch OAuth client details.\",\n input: OutlineGetOauthClientInfoInput,\n output: OutlineGetOauthClientInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC7H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAC/G,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AACnH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,4CAA4C,SAAS;EAC3D,UAAU,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxK,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-revision-info.ts
4
+ const OutlineGetRevisionInfoInput = zod.z.object({ id: zod.z.string().describe("Unique identifier for the revision.") }).describe("Request model for retrieving a revision by its ID.");
5
+ const OutlineGetRevisionInfo_RevisionCreatedBySchema = zod.z.object({
6
+ id: zod.z.string().describe("User ID").nullable().optional(),
7
+ name: zod.z.string().describe("User's name").nullable().optional(),
8
+ email: zod.z.string().describe("User's email address").nullable().optional(),
9
+ avatarUrl: zod.z.string().describe("URL to user's avatar image").nullable().optional()
10
+ }).describe("Information about the user who created the revision.");
11
+ const OutlineGetRevisionInfo_RevisionSchema = zod.z.object({
12
+ id: zod.z.string().describe("Unique identifier for the revision (UUID)"),
13
+ text: zod.z.string().describe("Document content in markdown format at this revision"),
14
+ title: zod.z.string().describe("Document title at the time of this revision"),
15
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the revision was created"),
16
+ createdBy: OutlineGetRevisionInfo_RevisionCreatedBySchema.nullable(),
17
+ documentId: zod.z.string().describe("ID of the document this revision belongs to (UUID)")
18
+ }).describe("Representation of a revision object - a snapshot of a document at a point in time.");
19
+ const OutlineGetRevisionInfo_PolicySchema = zod.z.object({
20
+ id: zod.z.string().describe("Resource identifier"),
21
+ abilities: zod.z.object({}).describe("Map of action names to boolean authorization status")
22
+ }).describe("Policy object describing authorized actions on the revision.");
23
+ const OutlineGetRevisionInfoOutput = zod.z.object({
24
+ data: OutlineGetRevisionInfo_RevisionSchema.nullable(),
25
+ policies: zod.z.array(OutlineGetRevisionInfo_PolicySchema).describe("Array of policy objects describing authorized actions").nullable().optional()
26
+ }).describe("Response model for retrieving a revision.");
27
+ const outlineGetRevisionInfo = require_action.action("OUTLINE_GET_REVISION_INFO", {
28
+ slug: "outline-get-revision-info",
29
+ name: "Get Revision Info",
30
+ description: "Tool to retrieve a revision by its ID from Outline. A revision is a snapshot of a document at a specific point in time. Use when you need to fetch historical document content or view editing history.",
31
+ input: OutlineGetRevisionInfoInput,
32
+ output: OutlineGetRevisionInfoOutput
33
+ });
34
+ //#endregion
35
+ exports.outlineGetRevisionInfo = outlineGetRevisionInfo;
36
+
37
+ //# sourceMappingURL=get-revision-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-revision-info.cjs","names":["z","action"],"sources":["../../src/actions/get-revision-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetRevisionInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the revision.\"),\n}).describe(\"Request model for retrieving a revision by its ID.\");\nconst OutlineGetRevisionInfo_RevisionCreatedBySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID\").nullable().optional(),\n name: z.string().describe(\"User's name\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to user's avatar image\").nullable().optional(),\n}).describe(\"Information about the user who created the revision.\");\nconst OutlineGetRevisionInfo_RevisionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the revision (UUID)\"),\n text: z.string().describe(\"Document content in markdown format at this revision\"),\n title: z.string().describe(\"Document title at the time of this revision\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the revision was created\"),\n createdBy: OutlineGetRevisionInfo_RevisionCreatedBySchema.nullable(),\n documentId: z.string().describe(\"ID of the document this revision belongs to (UUID)\"),\n}).describe(\"Representation of a revision object - a snapshot of a document at a point in time.\");\nconst OutlineGetRevisionInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Resource identifier\"),\n abilities: z.object({}).describe(\"Map of action names to boolean authorization status\"),\n}).describe(\"Policy object describing authorized actions on the revision.\");\nexport const OutlineGetRevisionInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetRevisionInfo_RevisionSchema.nullable(),\n policies: z.array(OutlineGetRevisionInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving a revision.\");\n\nexport const outlineGetRevisionInfo = action(\"OUTLINE_GET_REVISION_INFO\", {\n slug: \"outline-get-revision-info\",\n name: \"Get Revision Info\",\n description: \"Tool to retrieve a revision by its ID from Outline. A revision is a snapshot of a document at a specific point in time. Use when you need to fetch historical document content or view editing history.\",\n input: OutlineGetRevisionInfoInput,\n output: OutlineGetRevisionInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAW,+CAA+C,SAAS;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC7C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAM,sCAAsC,SAAS;CACrD,UAAUA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/I,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-revision-info.d.ts
4
+ declare const OutlineGetRevisionInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetRevisionInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetRevisionInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetRevisionInfo };
9
+ //# sourceMappingURL=get-revision-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-revision-info.d.cts","names":[],"sources":["../../src/actions/get-revision-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEqB;AAAA,cAmBpD,4BAAA,EAA8B,CAAA,CAAE,UAGW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-revision-info.d.ts
4
+ declare const OutlineGetRevisionInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetRevisionInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetRevisionInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetRevisionInfo };
9
+ //# sourceMappingURL=get-revision-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-revision-info.d.mts","names":[],"sources":["../../src/actions/get-revision-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEqB;AAAA,cAmBpD,4BAAA,EAA8B,CAAA,CAAE,UAGW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-revision-info.ts
4
+ const OutlineGetRevisionInfoInput = z.object({ id: z.string().describe("Unique identifier for the revision.") }).describe("Request model for retrieving a revision by its ID.");
5
+ const OutlineGetRevisionInfo_RevisionCreatedBySchema = z.object({
6
+ id: z.string().describe("User ID").nullable().optional(),
7
+ name: z.string().describe("User's name").nullable().optional(),
8
+ email: z.string().describe("User's email address").nullable().optional(),
9
+ avatarUrl: z.string().describe("URL to user's avatar image").nullable().optional()
10
+ }).describe("Information about the user who created the revision.");
11
+ const OutlineGetRevisionInfo_RevisionSchema = z.object({
12
+ id: z.string().describe("Unique identifier for the revision (UUID)"),
13
+ text: z.string().describe("Document content in markdown format at this revision"),
14
+ title: z.string().describe("Document title at the time of this revision"),
15
+ createdAt: z.string().describe("ISO 8601 timestamp when the revision was created"),
16
+ createdBy: OutlineGetRevisionInfo_RevisionCreatedBySchema.nullable(),
17
+ documentId: z.string().describe("ID of the document this revision belongs to (UUID)")
18
+ }).describe("Representation of a revision object - a snapshot of a document at a point in time.");
19
+ const OutlineGetRevisionInfo_PolicySchema = z.object({
20
+ id: z.string().describe("Resource identifier"),
21
+ abilities: z.object({}).describe("Map of action names to boolean authorization status")
22
+ }).describe("Policy object describing authorized actions on the revision.");
23
+ const outlineGetRevisionInfo = action("OUTLINE_GET_REVISION_INFO", {
24
+ slug: "outline-get-revision-info",
25
+ name: "Get Revision Info",
26
+ description: "Tool to retrieve a revision by its ID from Outline. A revision is a snapshot of a document at a specific point in time. Use when you need to fetch historical document content or view editing history.",
27
+ input: OutlineGetRevisionInfoInput,
28
+ output: z.object({
29
+ data: OutlineGetRevisionInfo_RevisionSchema.nullable(),
30
+ policies: z.array(OutlineGetRevisionInfo_PolicySchema).describe("Array of policy objects describing authorized actions").nullable().optional()
31
+ }).describe("Response model for retrieving a revision.")
32
+ });
33
+ //#endregion
34
+ export { outlineGetRevisionInfo };
35
+
36
+ //# sourceMappingURL=get-revision-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-revision-info.mjs","names":[],"sources":["../../src/actions/get-revision-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetRevisionInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the revision.\"),\n}).describe(\"Request model for retrieving a revision by its ID.\");\nconst OutlineGetRevisionInfo_RevisionCreatedBySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID\").nullable().optional(),\n name: z.string().describe(\"User's name\").nullable().optional(),\n email: z.string().describe(\"User's email address\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to user's avatar image\").nullable().optional(),\n}).describe(\"Information about the user who created the revision.\");\nconst OutlineGetRevisionInfo_RevisionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the revision (UUID)\"),\n text: z.string().describe(\"Document content in markdown format at this revision\"),\n title: z.string().describe(\"Document title at the time of this revision\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the revision was created\"),\n createdBy: OutlineGetRevisionInfo_RevisionCreatedBySchema.nullable(),\n documentId: z.string().describe(\"ID of the document this revision belongs to (UUID)\"),\n}).describe(\"Representation of a revision object - a snapshot of a document at a point in time.\");\nconst OutlineGetRevisionInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Resource identifier\"),\n abilities: z.object({}).describe(\"Map of action names to boolean authorization status\"),\n}).describe(\"Policy object describing authorized actions on the revision.\");\nexport const OutlineGetRevisionInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetRevisionInfo_RevisionSchema.nullable(),\n policies: z.array(OutlineGetRevisionInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving a revision.\");\n\nexport const outlineGetRevisionInfo = action(\"OUTLINE_GET_REVISION_INFO\", {\n slug: \"outline-get-revision-info\",\n name: \"Get Revision Info\",\n description: \"Tool to retrieve a revision by its ID from Outline. A revision is a snapshot of a document at a specific point in time. Use when you need to fetch historical document content or view editing history.\",\n input: OutlineGetRevisionInfoInput,\n output: OutlineGetRevisionInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,EAC/D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAW,+CAA+C,SAAS;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC7C,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAM1E,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwD,EAAE,OAAO;EACjE,MAAM,sCAAsC,SAAS;EACrD,UAAU,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,67 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-share-info.ts
4
+ const OutlineGetShareInfoInput = zod.z.object({
5
+ id: zod.z.string().describe("Unique identifier for the share. At least one of id or documentId must be provided.").optional(),
6
+ documentId: zod.z.string().describe("Unique identifier for a document. Retrieves the share for this document. At least one of id or documentId must be provided.").optional()
7
+ }).describe("Request model for retrieving a share object from Outline.\nAt least one of id or documentId must be provided.");
8
+ const OutlineGetShareInfo_UserSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier for the user (UUID)"),
10
+ name: zod.z.string().describe("Full name of the user"),
11
+ role: zod.z.string().describe("User's role in the workspace (e.g., admin, member, viewer)").nullable().optional(),
12
+ color: zod.z.string().describe("User's assigned color (hex code)").nullable().optional(),
13
+ email: zod.z.string().describe("Email address of the user").nullable().optional(),
14
+ isAdmin: zod.z.boolean().describe("Whether the user has admin privileges").nullable().optional(),
15
+ isGuest: zod.z.boolean().describe("Whether the user is a guest").nullable().optional(),
16
+ isViewer: zod.z.boolean().describe("Whether the user has viewer-only permissions").nullable().optional(),
17
+ language: zod.z.string().describe("User's language preference").nullable().optional(),
18
+ timezone: zod.z.string().describe("User's timezone").nullable().optional(),
19
+ avatarUrl: zod.z.string().describe("URL to the user's avatar image").nullable().optional(),
20
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the user signed in or was invited").nullable().optional(),
21
+ deletedAt: zod.z.string().describe("ISO 8601 timestamp when the user was deleted (if applicable)").nullable().optional(),
22
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the user was last updated").nullable().optional(),
23
+ isSuspended: zod.z.boolean().describe("Whether the user account is suspended").nullable().optional(),
24
+ lastActiveAt: zod.z.string().describe("ISO 8601 timestamp of user's last activity").nullable().optional()
25
+ }).describe("User object representing the creator of the share.");
26
+ const OutlineGetShareInfo_ShareSchema = zod.z.object({
27
+ id: zod.z.string().describe("Unique identifier for the share (UUID)"),
28
+ url: zod.z.string().describe("Public URL for accessing the shared document (canonical URL)"),
29
+ urlId: zod.z.string().describe("URL-friendly identifier (alphanumeric with dashes)").nullable().optional(),
30
+ views: zod.z.number().int().describe("Number of times the share has been accessed").nullable().optional(),
31
+ domain: zod.z.string().describe("Custom domain for the share (FQDN format)").nullable().optional(),
32
+ showTOC: zod.z.boolean().describe("Whether to show the table of contents on the shared page").nullable().optional(),
33
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the share was created"),
34
+ createdBy: OutlineGetShareInfo_UserSchema.nullable(),
35
+ published: zod.z.boolean().describe("If true, the share can be loaded without user authentication"),
36
+ revokedAt: zod.z.string().describe("ISO 8601 timestamp when the share was revoked (null if active)").nullable().optional(),
37
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the share was last updated"),
38
+ documentId: zod.z.string().describe("ID of the document being shared (UUID)"),
39
+ sourcePath: zod.z.string().describe("Path to the source").nullable().optional(),
40
+ documentUrl: zod.z.string().describe("URL of the original document in the workspace"),
41
+ sourceTitle: zod.z.string().describe("Title of the source (collection or document)").nullable().optional(),
42
+ collectionId: zod.z.string().describe("ID of the collection if a collection is shared (UUID)").nullable().optional(),
43
+ allowIndexing: zod.z.boolean().describe("Whether search engines can index the shared content").nullable().optional(),
44
+ documentTitle: zod.z.string().describe("Title of the shared document"),
45
+ lastAccessedAt: zod.z.string().describe("ISO 8601 timestamp when the share was last viewed (admin-only field)").nullable().optional(),
46
+ showLastUpdated: zod.z.boolean().describe("Whether to show the last updated timestamp on the shared page").nullable().optional(),
47
+ includeChildDocuments: zod.z.boolean().describe("If true, gives permission to view documents nested beneath this one")
48
+ }).describe("Complete share object with all metadata.\nRepresents authorization to view a document without being a workspace member.");
49
+ const OutlineGetShareInfo_PolicySchema = zod.z.object({
50
+ id: zod.z.string().describe("Identifier identical to the related resource (UUID)"),
51
+ abilities: zod.z.object({}).describe("Object describing authorized actions the user can perform")
52
+ }).describe("Policy object describing authorized actions for the share.");
53
+ const OutlineGetShareInfoOutput = zod.z.object({
54
+ data: OutlineGetShareInfo_ShareSchema.nullable(),
55
+ policies: zod.z.array(OutlineGetShareInfo_PolicySchema).describe("Array of policy objects describing authorized actions").nullable().optional()
56
+ }).describe("Response model for retrieving share information.\nContains the complete share data and access policies.");
57
+ const outlineGetShareInfo = require_action.action("OUTLINE_GET_SHARE_INFO", {
58
+ slug: "outline-get-share-info",
59
+ name: "Get Share Info",
60
+ description: "Tool to retrieve a share object by its unique identifier or by the associated document ID. Returns complete share information including URL, visibility settings, access permissions, and view statistics. Use when you need to fetch details about a shared document.",
61
+ input: OutlineGetShareInfoInput,
62
+ output: OutlineGetShareInfoOutput
63
+ });
64
+ //#endregion
65
+ exports.outlineGetShareInfo = outlineGetShareInfo;
66
+
67
+ //# sourceMappingURL=get-share-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-share-info.cjs","names":["z","action"],"sources":["../../src/actions/get-share-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetShareInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the share. At least one of id or documentId must be provided.\").optional(),\n documentId: z.string().describe(\"Unique identifier for a document. Retrieves the share for this document. At least one of id or documentId must be provided.\").optional(),\n}).describe(\"Request model for retrieving a share object from Outline.\\nAt least one of id or documentId must be provided.\");\nconst OutlineGetShareInfo_UserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user (UUID)\"),\n name: z.string().describe(\"Full name of the user\"),\n role: z.string().describe(\"User's role in the workspace (e.g., admin, member, viewer)\").nullable().optional(),\n color: z.string().describe(\"User's assigned color (hex code)\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Whether the user has admin privileges\").nullable().optional(),\n isGuest: z.boolean().describe(\"Whether the user is a guest\").nullable().optional(),\n isViewer: z.boolean().describe(\"Whether the user has viewer-only permissions\").nullable().optional(),\n language: z.string().describe(\"User's language preference\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the user signed in or was invited\").nullable().optional(),\n deletedAt: z.string().describe(\"ISO 8601 timestamp when the user was deleted (if applicable)\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the user was last updated\").nullable().optional(),\n isSuspended: z.boolean().describe(\"Whether the user account is suspended\").nullable().optional(),\n lastActiveAt: z.string().describe(\"ISO 8601 timestamp of user's last activity\").nullable().optional(),\n}).describe(\"User object representing the creator of the share.\");\nconst OutlineGetShareInfo_ShareSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the share (UUID)\"),\n url: z.string().describe(\"Public URL for accessing the shared document (canonical URL)\"),\n urlId: z.string().describe(\"URL-friendly identifier (alphanumeric with dashes)\").nullable().optional(),\n views: z.number().int().describe(\"Number of times the share has been accessed\").nullable().optional(),\n domain: z.string().describe(\"Custom domain for the share (FQDN format)\").nullable().optional(),\n showTOC: z.boolean().describe(\"Whether to show the table of contents on the shared page\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the share was created\"),\n createdBy: OutlineGetShareInfo_UserSchema.nullable(),\n published: z.boolean().describe(\"If true, the share can be loaded without user authentication\"),\n revokedAt: z.string().describe(\"ISO 8601 timestamp when the share was revoked (null if active)\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the share was last updated\"),\n documentId: z.string().describe(\"ID of the document being shared (UUID)\"),\n sourcePath: z.string().describe(\"Path to the source\").nullable().optional(),\n documentUrl: z.string().describe(\"URL of the original document in the workspace\"),\n sourceTitle: z.string().describe(\"Title of the source (collection or document)\").nullable().optional(),\n collectionId: z.string().describe(\"ID of the collection if a collection is shared (UUID)\").nullable().optional(),\n allowIndexing: z.boolean().describe(\"Whether search engines can index the shared content\").nullable().optional(),\n documentTitle: z.string().describe(\"Title of the shared document\"),\n lastAccessedAt: z.string().describe(\"ISO 8601 timestamp when the share was last viewed (admin-only field)\").nullable().optional(),\n showLastUpdated: z.boolean().describe(\"Whether to show the last updated timestamp on the shared page\").nullable().optional(),\n includeChildDocuments: z.boolean().describe(\"If true, gives permission to view documents nested beneath this one\"),\n}).describe(\"Complete share object with all metadata.\\nRepresents authorization to view a document without being a workspace member.\");\nconst OutlineGetShareInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related resource (UUID)\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform\"),\n}).describe(\"Policy object describing authorized actions for the share.\");\nexport const OutlineGetShareInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetShareInfo_ShareSchema.nullable(),\n policies: z.array(OutlineGetShareInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving share information.\\nContains the complete share data and access policies.\");\n\nexport const outlineGetShareInfo = action(\"OUTLINE_GET_SHARE_INFO\", {\n slug: \"outline-get-share-info\",\n name: \"Get Share Info\",\n description: \"Tool to retrieve a share object by its unique identifier or by the associated document ID. Returns complete share information including URL, visibility settings, access permissions, and view statistics. Use when you need to fetch details about a shared document.\",\n input: OutlineGetShareInfoInput,\n output: OutlineGetShareInfoOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-share-info.d.ts
4
+ declare const OutlineGetShareInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetShareInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetShareInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetShareInfo };
9
+ //# sourceMappingURL=get-share-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-share-info.d.cts","names":[],"sources":["../../src/actions/get-share-info.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGmF;AAAA,cA8C/G,yBAAA,EAA2B,CAAA,CAAE,UAG4E;AAAA,cAEzG,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-share-info.d.ts
4
+ declare const OutlineGetShareInfoInput: z.ZodTypeAny;
5
+ declare const OutlineGetShareInfoOutput: z.ZodTypeAny;
6
+ declare const outlineGetShareInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { outlineGetShareInfo };
9
+ //# sourceMappingURL=get-share-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-share-info.d.mts","names":[],"sources":["../../src/actions/get-share-info.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAGmF;AAAA,cA8C/G,yBAAA,EAA2B,CAAA,CAAE,UAG4E;AAAA,cAEzG,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,66 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-share-info.ts
4
+ const OutlineGetShareInfoInput = z.object({
5
+ id: z.string().describe("Unique identifier for the share. At least one of id or documentId must be provided.").optional(),
6
+ documentId: z.string().describe("Unique identifier for a document. Retrieves the share for this document. At least one of id or documentId must be provided.").optional()
7
+ }).describe("Request model for retrieving a share object from Outline.\nAt least one of id or documentId must be provided.");
8
+ const OutlineGetShareInfo_UserSchema = z.object({
9
+ id: z.string().describe("Unique identifier for the user (UUID)"),
10
+ name: z.string().describe("Full name of the user"),
11
+ role: z.string().describe("User's role in the workspace (e.g., admin, member, viewer)").nullable().optional(),
12
+ color: z.string().describe("User's assigned color (hex code)").nullable().optional(),
13
+ email: z.string().describe("Email address of the user").nullable().optional(),
14
+ isAdmin: z.boolean().describe("Whether the user has admin privileges").nullable().optional(),
15
+ isGuest: z.boolean().describe("Whether the user is a guest").nullable().optional(),
16
+ isViewer: z.boolean().describe("Whether the user has viewer-only permissions").nullable().optional(),
17
+ language: z.string().describe("User's language preference").nullable().optional(),
18
+ timezone: z.string().describe("User's timezone").nullable().optional(),
19
+ avatarUrl: z.string().describe("URL to the user's avatar image").nullable().optional(),
20
+ createdAt: z.string().describe("ISO 8601 timestamp when the user signed in or was invited").nullable().optional(),
21
+ deletedAt: z.string().describe("ISO 8601 timestamp when the user was deleted (if applicable)").nullable().optional(),
22
+ updatedAt: z.string().describe("ISO 8601 timestamp when the user was last updated").nullable().optional(),
23
+ isSuspended: z.boolean().describe("Whether the user account is suspended").nullable().optional(),
24
+ lastActiveAt: z.string().describe("ISO 8601 timestamp of user's last activity").nullable().optional()
25
+ }).describe("User object representing the creator of the share.");
26
+ const OutlineGetShareInfo_ShareSchema = z.object({
27
+ id: z.string().describe("Unique identifier for the share (UUID)"),
28
+ url: z.string().describe("Public URL for accessing the shared document (canonical URL)"),
29
+ urlId: z.string().describe("URL-friendly identifier (alphanumeric with dashes)").nullable().optional(),
30
+ views: z.number().int().describe("Number of times the share has been accessed").nullable().optional(),
31
+ domain: z.string().describe("Custom domain for the share (FQDN format)").nullable().optional(),
32
+ showTOC: z.boolean().describe("Whether to show the table of contents on the shared page").nullable().optional(),
33
+ createdAt: z.string().describe("ISO 8601 timestamp when the share was created"),
34
+ createdBy: OutlineGetShareInfo_UserSchema.nullable(),
35
+ published: z.boolean().describe("If true, the share can be loaded without user authentication"),
36
+ revokedAt: z.string().describe("ISO 8601 timestamp when the share was revoked (null if active)").nullable().optional(),
37
+ updatedAt: z.string().describe("ISO 8601 timestamp when the share was last updated"),
38
+ documentId: z.string().describe("ID of the document being shared (UUID)"),
39
+ sourcePath: z.string().describe("Path to the source").nullable().optional(),
40
+ documentUrl: z.string().describe("URL of the original document in the workspace"),
41
+ sourceTitle: z.string().describe("Title of the source (collection or document)").nullable().optional(),
42
+ collectionId: z.string().describe("ID of the collection if a collection is shared (UUID)").nullable().optional(),
43
+ allowIndexing: z.boolean().describe("Whether search engines can index the shared content").nullable().optional(),
44
+ documentTitle: z.string().describe("Title of the shared document"),
45
+ lastAccessedAt: z.string().describe("ISO 8601 timestamp when the share was last viewed (admin-only field)").nullable().optional(),
46
+ showLastUpdated: z.boolean().describe("Whether to show the last updated timestamp on the shared page").nullable().optional(),
47
+ includeChildDocuments: z.boolean().describe("If true, gives permission to view documents nested beneath this one")
48
+ }).describe("Complete share object with all metadata.\nRepresents authorization to view a document without being a workspace member.");
49
+ const OutlineGetShareInfo_PolicySchema = z.object({
50
+ id: z.string().describe("Identifier identical to the related resource (UUID)"),
51
+ abilities: z.object({}).describe("Object describing authorized actions the user can perform")
52
+ }).describe("Policy object describing authorized actions for the share.");
53
+ const outlineGetShareInfo = action("OUTLINE_GET_SHARE_INFO", {
54
+ slug: "outline-get-share-info",
55
+ name: "Get Share Info",
56
+ description: "Tool to retrieve a share object by its unique identifier or by the associated document ID. Returns complete share information including URL, visibility settings, access permissions, and view statistics. Use when you need to fetch details about a shared document.",
57
+ input: OutlineGetShareInfoInput,
58
+ output: z.object({
59
+ data: OutlineGetShareInfo_ShareSchema.nullable(),
60
+ policies: z.array(OutlineGetShareInfo_PolicySchema).describe("Array of policy objects describing authorized actions").nullable().optional()
61
+ }).describe("Response model for retrieving share information.\nContains the complete share data and access policies.")
62
+ });
63
+ //#endregion
64
+ export { outlineGetShareInfo };
65
+
66
+ //# sourceMappingURL=get-share-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-share-info.mjs","names":[],"sources":["../../src/actions/get-share-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OutlineGetShareInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the share. At least one of id or documentId must be provided.\").optional(),\n documentId: z.string().describe(\"Unique identifier for a document. Retrieves the share for this document. At least one of id or documentId must be provided.\").optional(),\n}).describe(\"Request model for retrieving a share object from Outline.\\nAt least one of id or documentId must be provided.\");\nconst OutlineGetShareInfo_UserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user (UUID)\"),\n name: z.string().describe(\"Full name of the user\"),\n role: z.string().describe(\"User's role in the workspace (e.g., admin, member, viewer)\").nullable().optional(),\n color: z.string().describe(\"User's assigned color (hex code)\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Whether the user has admin privileges\").nullable().optional(),\n isGuest: z.boolean().describe(\"Whether the user is a guest\").nullable().optional(),\n isViewer: z.boolean().describe(\"Whether the user has viewer-only permissions\").nullable().optional(),\n language: z.string().describe(\"User's language preference\").nullable().optional(),\n timezone: z.string().describe(\"User's timezone\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the user signed in or was invited\").nullable().optional(),\n deletedAt: z.string().describe(\"ISO 8601 timestamp when the user was deleted (if applicable)\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the user was last updated\").nullable().optional(),\n isSuspended: z.boolean().describe(\"Whether the user account is suspended\").nullable().optional(),\n lastActiveAt: z.string().describe(\"ISO 8601 timestamp of user's last activity\").nullable().optional(),\n}).describe(\"User object representing the creator of the share.\");\nconst OutlineGetShareInfo_ShareSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the share (UUID)\"),\n url: z.string().describe(\"Public URL for accessing the shared document (canonical URL)\"),\n urlId: z.string().describe(\"URL-friendly identifier (alphanumeric with dashes)\").nullable().optional(),\n views: z.number().int().describe(\"Number of times the share has been accessed\").nullable().optional(),\n domain: z.string().describe(\"Custom domain for the share (FQDN format)\").nullable().optional(),\n showTOC: z.boolean().describe(\"Whether to show the table of contents on the shared page\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the share was created\"),\n createdBy: OutlineGetShareInfo_UserSchema.nullable(),\n published: z.boolean().describe(\"If true, the share can be loaded without user authentication\"),\n revokedAt: z.string().describe(\"ISO 8601 timestamp when the share was revoked (null if active)\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the share was last updated\"),\n documentId: z.string().describe(\"ID of the document being shared (UUID)\"),\n sourcePath: z.string().describe(\"Path to the source\").nullable().optional(),\n documentUrl: z.string().describe(\"URL of the original document in the workspace\"),\n sourceTitle: z.string().describe(\"Title of the source (collection or document)\").nullable().optional(),\n collectionId: z.string().describe(\"ID of the collection if a collection is shared (UUID)\").nullable().optional(),\n allowIndexing: z.boolean().describe(\"Whether search engines can index the shared content\").nullable().optional(),\n documentTitle: z.string().describe(\"Title of the shared document\"),\n lastAccessedAt: z.string().describe(\"ISO 8601 timestamp when the share was last viewed (admin-only field)\").nullable().optional(),\n showLastUpdated: z.boolean().describe(\"Whether to show the last updated timestamp on the shared page\").nullable().optional(),\n includeChildDocuments: z.boolean().describe(\"If true, gives permission to view documents nested beneath this one\"),\n}).describe(\"Complete share object with all metadata.\\nRepresents authorization to view a document without being a workspace member.\");\nconst OutlineGetShareInfo_PolicySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier identical to the related resource (UUID)\"),\n abilities: z.object({}).describe(\"Object describing authorized actions the user can perform\"),\n}).describe(\"Policy object describing authorized actions for the share.\");\nexport const OutlineGetShareInfoOutput: z.ZodTypeAny = z.object({\n data: OutlineGetShareInfo_ShareSchema.nullable(),\n policies: z.array(OutlineGetShareInfo_PolicySchema).describe(\"Array of policy objects describing authorized actions\").nullable().optional(),\n}).describe(\"Response model for retrieving share information.\\nContains the complete share data and access policies.\");\n\nexport const outlineGetShareInfo = action(\"OUTLINE_GET_SHARE_INFO\", {\n slug: \"outline-get-share-info\",\n name: \"Get Share Info\",\n description: \"Tool to retrieve a share object by its unique identifier or by the associated document ID. Returns complete share information including URL, visibility settings, access permissions, and view statistics. Use when you need to fetch details about a shared document.\",\n input: OutlineGetShareInfoInput,\n output: OutlineGetShareInfoOutput,\n});\n"],"mappings":"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"}