@keystrokehq/share_point 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 (794) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-attachment-to-list-item.cjs +33 -0
  7. package/dist/actions/add-attachment-to-list-item.cjs.map +1 -0
  8. package/dist/actions/add-attachment-to-list-item.d.cts +9 -0
  9. package/dist/actions/add-attachment-to-list-item.d.cts.map +1 -0
  10. package/dist/actions/add-attachment-to-list-item.d.mts +9 -0
  11. package/dist/actions/add-attachment-to-list-item.d.mts.map +1 -0
  12. package/dist/actions/add-attachment-to-list-item.mjs +30 -0
  13. package/dist/actions/add-attachment-to-list-item.mjs.map +1 -0
  14. package/dist/actions/add-field-link-to-content-type.cjs +30 -0
  15. package/dist/actions/add-field-link-to-content-type.cjs.map +1 -0
  16. package/dist/actions/add-field-link-to-content-type.d.cts +9 -0
  17. package/dist/actions/add-field-link-to-content-type.d.cts.map +1 -0
  18. package/dist/actions/add-field-link-to-content-type.d.mts +9 -0
  19. package/dist/actions/add-field-link-to-content-type.d.mts.map +1 -0
  20. package/dist/actions/add-field-link-to-content-type.mjs +29 -0
  21. package/dist/actions/add-field-link-to-content-type.mjs.map +1 -0
  22. package/dist/actions/add-role-assignment-to-item.cjs +28 -0
  23. package/dist/actions/add-role-assignment-to-item.cjs.map +1 -0
  24. package/dist/actions/add-role-assignment-to-item.d.cts +9 -0
  25. package/dist/actions/add-role-assignment-to-item.d.cts.map +1 -0
  26. package/dist/actions/add-role-assignment-to-item.d.mts +9 -0
  27. package/dist/actions/add-role-assignment-to-item.d.mts.map +1 -0
  28. package/dist/actions/add-role-assignment-to-item.mjs +25 -0
  29. package/dist/actions/add-role-assignment-to-item.mjs.map +1 -0
  30. package/dist/actions/add-role-assignment-to-list.cjs +24 -0
  31. package/dist/actions/add-role-assignment-to-list.cjs.map +1 -0
  32. package/dist/actions/add-role-assignment-to-list.d.cts +9 -0
  33. package/dist/actions/add-role-assignment-to-list.d.cts.map +1 -0
  34. package/dist/actions/add-role-assignment-to-list.d.mts +9 -0
  35. package/dist/actions/add-role-assignment-to-list.d.mts.map +1 -0
  36. package/dist/actions/add-role-assignment-to-list.mjs +21 -0
  37. package/dist/actions/add-role-assignment-to-list.mjs.map +1 -0
  38. package/dist/actions/break-role-inheritance-on-item.cjs +22 -0
  39. package/dist/actions/break-role-inheritance-on-item.cjs.map +1 -0
  40. package/dist/actions/break-role-inheritance-on-item.d.cts +9 -0
  41. package/dist/actions/break-role-inheritance-on-item.d.cts.map +1 -0
  42. package/dist/actions/break-role-inheritance-on-item.d.mts +9 -0
  43. package/dist/actions/break-role-inheritance-on-item.d.mts.map +1 -0
  44. package/dist/actions/break-role-inheritance-on-item.mjs +19 -0
  45. package/dist/actions/break-role-inheritance-on-item.mjs.map +1 -0
  46. package/dist/actions/break-role-inheritance-on-list.cjs +21 -0
  47. package/dist/actions/break-role-inheritance-on-list.cjs.map +1 -0
  48. package/dist/actions/break-role-inheritance-on-list.d.cts +9 -0
  49. package/dist/actions/break-role-inheritance-on-list.d.cts.map +1 -0
  50. package/dist/actions/break-role-inheritance-on-list.d.mts +9 -0
  51. package/dist/actions/break-role-inheritance-on-list.d.mts.map +1 -0
  52. package/dist/actions/break-role-inheritance-on-list.mjs +18 -0
  53. package/dist/actions/break-role-inheritance-on-list.mjs.map +1 -0
  54. package/dist/actions/check-in-file.cjs +29 -0
  55. package/dist/actions/check-in-file.cjs.map +1 -0
  56. package/dist/actions/check-in-file.d.cts +9 -0
  57. package/dist/actions/check-in-file.d.cts.map +1 -0
  58. package/dist/actions/check-in-file.d.mts +9 -0
  59. package/dist/actions/check-in-file.d.mts.map +1 -0
  60. package/dist/actions/check-in-file.mjs +26 -0
  61. package/dist/actions/check-in-file.mjs.map +1 -0
  62. package/dist/actions/create-content-type.cjs +32 -0
  63. package/dist/actions/create-content-type.cjs.map +1 -0
  64. package/dist/actions/create-content-type.d.cts +9 -0
  65. package/dist/actions/create-content-type.d.cts.map +1 -0
  66. package/dist/actions/create-content-type.d.mts +9 -0
  67. package/dist/actions/create-content-type.d.mts.map +1 -0
  68. package/dist/actions/create-content-type.mjs +31 -0
  69. package/dist/actions/create-content-type.mjs.map +1 -0
  70. package/dist/actions/create-drive-item-sharing-link.cjs +51 -0
  71. package/dist/actions/create-drive-item-sharing-link.cjs.map +1 -0
  72. package/dist/actions/create-drive-item-sharing-link.d.cts +9 -0
  73. package/dist/actions/create-drive-item-sharing-link.d.cts.map +1 -0
  74. package/dist/actions/create-drive-item-sharing-link.d.mts +9 -0
  75. package/dist/actions/create-drive-item-sharing-link.d.mts.map +1 -0
  76. package/dist/actions/create-drive-item-sharing-link.mjs +50 -0
  77. package/dist/actions/create-drive-item-sharing-link.mjs.map +1 -0
  78. package/dist/actions/create-list-field.cjs +31 -0
  79. package/dist/actions/create-list-field.cjs.map +1 -0
  80. package/dist/actions/create-list-field.d.cts +9 -0
  81. package/dist/actions/create-list-field.d.cts.map +1 -0
  82. package/dist/actions/create-list-field.d.mts +9 -0
  83. package/dist/actions/create-list-field.d.mts.map +1 -0
  84. package/dist/actions/create-list-field.mjs +28 -0
  85. package/dist/actions/create-list-field.mjs.map +1 -0
  86. package/dist/actions/create-list-item-by-id.cjs +27 -0
  87. package/dist/actions/create-list-item-by-id.cjs.map +1 -0
  88. package/dist/actions/create-list-item-by-id.d.cts +9 -0
  89. package/dist/actions/create-list-item-by-id.d.cts.map +1 -0
  90. package/dist/actions/create-list-item-by-id.d.mts +9 -0
  91. package/dist/actions/create-list-item-by-id.d.mts.map +1 -0
  92. package/dist/actions/create-list-item-by-id.mjs +24 -0
  93. package/dist/actions/create-list-item-by-id.mjs.map +1 -0
  94. package/dist/actions/create-list-item-in-folder.cjs +33 -0
  95. package/dist/actions/create-list-item-in-folder.cjs.map +1 -0
  96. package/dist/actions/create-list-item-in-folder.d.cts +9 -0
  97. package/dist/actions/create-list-item-in-folder.d.cts.map +1 -0
  98. package/dist/actions/create-list-item-in-folder.d.mts +9 -0
  99. package/dist/actions/create-list-item-in-folder.d.mts.map +1 -0
  100. package/dist/actions/create-list-item-in-folder.mjs +32 -0
  101. package/dist/actions/create-list-item-in-folder.mjs.map +1 -0
  102. package/dist/actions/create-web.cjs +33 -0
  103. package/dist/actions/create-web.cjs.map +1 -0
  104. package/dist/actions/create-web.d.cts +9 -0
  105. package/dist/actions/create-web.d.cts.map +1 -0
  106. package/dist/actions/create-web.d.mts +9 -0
  107. package/dist/actions/create-web.d.mts.map +1 -0
  108. package/dist/actions/create-web.mjs +30 -0
  109. package/dist/actions/create-web.mjs.map +1 -0
  110. package/dist/actions/delete-drive-item-version-content.cjs +25 -0
  111. package/dist/actions/delete-drive-item-version-content.cjs.map +1 -0
  112. package/dist/actions/delete-drive-item-version-content.d.cts +9 -0
  113. package/dist/actions/delete-drive-item-version-content.d.cts.map +1 -0
  114. package/dist/actions/delete-drive-item-version-content.d.mts +9 -0
  115. package/dist/actions/delete-drive-item-version-content.d.mts.map +1 -0
  116. package/dist/actions/delete-drive-item-version-content.mjs +22 -0
  117. package/dist/actions/delete-drive-item-version-content.mjs.map +1 -0
  118. package/dist/actions/delete-file-item.cjs +23 -0
  119. package/dist/actions/delete-file-item.cjs.map +1 -0
  120. package/dist/actions/delete-file-item.d.cts +9 -0
  121. package/dist/actions/delete-file-item.d.cts.map +1 -0
  122. package/dist/actions/delete-file-item.d.mts +9 -0
  123. package/dist/actions/delete-file-item.d.mts.map +1 -0
  124. package/dist/actions/delete-file-item.mjs +20 -0
  125. package/dist/actions/delete-file-item.mjs.map +1 -0
  126. package/dist/actions/delete-folder.cjs +23 -0
  127. package/dist/actions/delete-folder.cjs.map +1 -0
  128. package/dist/actions/delete-folder.d.cts +9 -0
  129. package/dist/actions/delete-folder.d.cts.map +1 -0
  130. package/dist/actions/delete-folder.d.mts +9 -0
  131. package/dist/actions/delete-folder.d.mts.map +1 -0
  132. package/dist/actions/delete-folder.mjs +20 -0
  133. package/dist/actions/delete-folder.mjs.map +1 -0
  134. package/dist/actions/delete-list-by-title.cjs +20 -0
  135. package/dist/actions/delete-list-by-title.cjs.map +1 -0
  136. package/dist/actions/delete-list-by-title.d.cts +9 -0
  137. package/dist/actions/delete-list-by-title.d.cts.map +1 -0
  138. package/dist/actions/delete-list-by-title.d.mts +9 -0
  139. package/dist/actions/delete-list-by-title.d.mts.map +1 -0
  140. package/dist/actions/delete-list-by-title.mjs +17 -0
  141. package/dist/actions/delete-list-by-title.mjs.map +1 -0
  142. package/dist/actions/delete-list-item.cjs +21 -0
  143. package/dist/actions/delete-list-item.cjs.map +1 -0
  144. package/dist/actions/delete-list-item.d.cts +9 -0
  145. package/dist/actions/delete-list-item.d.cts.map +1 -0
  146. package/dist/actions/delete-list-item.d.mts +9 -0
  147. package/dist/actions/delete-list-item.d.mts.map +1 -0
  148. package/dist/actions/delete-list-item.mjs +18 -0
  149. package/dist/actions/delete-list-item.mjs.map +1 -0
  150. package/dist/actions/delete-list-items.cjs +31 -0
  151. package/dist/actions/delete-list-items.cjs.map +1 -0
  152. package/dist/actions/delete-list-items.d.cts +9 -0
  153. package/dist/actions/delete-list-items.d.cts.map +1 -0
  154. package/dist/actions/delete-list-items.d.mts +9 -0
  155. package/dist/actions/delete-list-items.d.mts.map +1 -0
  156. package/dist/actions/delete-list-items.mjs +30 -0
  157. package/dist/actions/delete-list-items.mjs.map +1 -0
  158. package/dist/actions/delete-list.cjs +20 -0
  159. package/dist/actions/delete-list.cjs.map +1 -0
  160. package/dist/actions/delete-list.d.cts +9 -0
  161. package/dist/actions/delete-list.d.cts.map +1 -0
  162. package/dist/actions/delete-list.d.mts +9 -0
  163. package/dist/actions/delete-list.d.mts.map +1 -0
  164. package/dist/actions/delete-list.mjs +17 -0
  165. package/dist/actions/delete-list.mjs.map +1 -0
  166. package/dist/actions/delete-recycle-bin-item-permanent.cjs +19 -0
  167. package/dist/actions/delete-recycle-bin-item-permanent.cjs.map +1 -0
  168. package/dist/actions/delete-recycle-bin-item-permanent.d.cts +9 -0
  169. package/dist/actions/delete-recycle-bin-item-permanent.d.cts.map +1 -0
  170. package/dist/actions/delete-recycle-bin-item-permanent.d.mts +9 -0
  171. package/dist/actions/delete-recycle-bin-item-permanent.d.mts.map +1 -0
  172. package/dist/actions/delete-recycle-bin-item-permanent.mjs +16 -0
  173. package/dist/actions/delete-recycle-bin-item-permanent.mjs.map +1 -0
  174. package/dist/actions/download-file-by-server-relative-url.cjs +24 -0
  175. package/dist/actions/download-file-by-server-relative-url.cjs.map +1 -0
  176. package/dist/actions/download-file-by-server-relative-url.d.cts +9 -0
  177. package/dist/actions/download-file-by-server-relative-url.d.cts.map +1 -0
  178. package/dist/actions/download-file-by-server-relative-url.d.mts +9 -0
  179. package/dist/actions/download-file-by-server-relative-url.d.mts.map +1 -0
  180. package/dist/actions/download-file-by-server-relative-url.mjs +23 -0
  181. package/dist/actions/download-file-by-server-relative-url.mjs.map +1 -0
  182. package/dist/actions/ensure-user.cjs +36 -0
  183. package/dist/actions/ensure-user.cjs.map +1 -0
  184. package/dist/actions/ensure-user.d.cts +9 -0
  185. package/dist/actions/ensure-user.d.cts.map +1 -0
  186. package/dist/actions/ensure-user.d.mts +9 -0
  187. package/dist/actions/ensure-user.d.mts.map +1 -0
  188. package/dist/actions/ensure-user.mjs +35 -0
  189. package/dist/actions/ensure-user.mjs.map +1 -0
  190. package/dist/actions/follow.cjs +32 -0
  191. package/dist/actions/follow.cjs.map +1 -0
  192. package/dist/actions/follow.d.cts +9 -0
  193. package/dist/actions/follow.d.cts.map +1 -0
  194. package/dist/actions/follow.d.mts +9 -0
  195. package/dist/actions/follow.d.mts.map +1 -0
  196. package/dist/actions/follow.mjs +29 -0
  197. package/dist/actions/follow.mjs.map +1 -0
  198. package/dist/actions/get-all-folders.cjs +34 -0
  199. package/dist/actions/get-all-folders.cjs.map +1 -0
  200. package/dist/actions/get-all-folders.d.cts +9 -0
  201. package/dist/actions/get-all-folders.d.cts.map +1 -0
  202. package/dist/actions/get-all-folders.d.mts +9 -0
  203. package/dist/actions/get-all-folders.d.mts.map +1 -0
  204. package/dist/actions/get-all-folders.mjs +33 -0
  205. package/dist/actions/get-all-folders.mjs.map +1 -0
  206. package/dist/actions/get-changes.cjs +70 -0
  207. package/dist/actions/get-changes.cjs.map +1 -0
  208. package/dist/actions/get-changes.d.cts +9 -0
  209. package/dist/actions/get-changes.d.cts.map +1 -0
  210. package/dist/actions/get-changes.d.mts +9 -0
  211. package/dist/actions/get-changes.d.mts.map +1 -0
  212. package/dist/actions/get-changes.mjs +69 -0
  213. package/dist/actions/get-changes.mjs.map +1 -0
  214. package/dist/actions/get-content-type.cjs +43 -0
  215. package/dist/actions/get-content-type.cjs.map +1 -0
  216. package/dist/actions/get-content-type.d.cts +9 -0
  217. package/dist/actions/get-content-type.d.cts.map +1 -0
  218. package/dist/actions/get-content-type.d.mts +9 -0
  219. package/dist/actions/get-content-type.d.mts.map +1 -0
  220. package/dist/actions/get-content-type.mjs +42 -0
  221. package/dist/actions/get-content-type.mjs.map +1 -0
  222. package/dist/actions/get-content-types-for-list.cjs +30 -0
  223. package/dist/actions/get-content-types-for-list.cjs.map +1 -0
  224. package/dist/actions/get-content-types-for-list.d.cts +9 -0
  225. package/dist/actions/get-content-types-for-list.d.cts.map +1 -0
  226. package/dist/actions/get-content-types-for-list.d.mts +9 -0
  227. package/dist/actions/get-content-types-for-list.d.mts.map +1 -0
  228. package/dist/actions/get-content-types-for-list.mjs +29 -0
  229. package/dist/actions/get-content-types-for-list.mjs.map +1 -0
  230. package/dist/actions/get-content-types.cjs +35 -0
  231. package/dist/actions/get-content-types.cjs.map +1 -0
  232. package/dist/actions/get-content-types.d.cts +9 -0
  233. package/dist/actions/get-content-types.d.cts.map +1 -0
  234. package/dist/actions/get-content-types.d.mts +9 -0
  235. package/dist/actions/get-content-types.d.mts.map +1 -0
  236. package/dist/actions/get-content-types.mjs +34 -0
  237. package/dist/actions/get-content-types.mjs.map +1 -0
  238. package/dist/actions/get-context-info.cjs +24 -0
  239. package/dist/actions/get-context-info.cjs.map +1 -0
  240. package/dist/actions/get-context-info.d.cts +9 -0
  241. package/dist/actions/get-context-info.d.cts.map +1 -0
  242. package/dist/actions/get-context-info.d.mts +9 -0
  243. package/dist/actions/get-context-info.d.mts.map +1 -0
  244. package/dist/actions/get-context-info.mjs +23 -0
  245. package/dist/actions/get-context-info.mjs.map +1 -0
  246. package/dist/actions/get-current-user.cjs +37 -0
  247. package/dist/actions/get-current-user.cjs.map +1 -0
  248. package/dist/actions/get-current-user.d.cts +9 -0
  249. package/dist/actions/get-current-user.d.cts.map +1 -0
  250. package/dist/actions/get-current-user.d.mts +9 -0
  251. package/dist/actions/get-current-user.d.mts.map +1 -0
  252. package/dist/actions/get-current-user.mjs +36 -0
  253. package/dist/actions/get-current-user.mjs.map +1 -0
  254. package/dist/actions/get-drive-item-analytics.cjs +39 -0
  255. package/dist/actions/get-drive-item-analytics.cjs.map +1 -0
  256. package/dist/actions/get-drive-item-analytics.d.cts +9 -0
  257. package/dist/actions/get-drive-item-analytics.d.cts.map +1 -0
  258. package/dist/actions/get-drive-item-analytics.d.mts +9 -0
  259. package/dist/actions/get-drive-item-analytics.d.mts.map +1 -0
  260. package/dist/actions/get-drive-item-analytics.mjs +38 -0
  261. package/dist/actions/get-drive-item-analytics.mjs.map +1 -0
  262. package/dist/actions/get-group-users-by-id.cjs +55 -0
  263. package/dist/actions/get-group-users-by-id.cjs.map +1 -0
  264. package/dist/actions/get-group-users-by-id.d.cts +9 -0
  265. package/dist/actions/get-group-users-by-id.d.cts.map +1 -0
  266. package/dist/actions/get-group-users-by-id.d.mts +9 -0
  267. package/dist/actions/get-group-users-by-id.d.mts.map +1 -0
  268. package/dist/actions/get-group-users-by-id.mjs +54 -0
  269. package/dist/actions/get-group-users-by-id.mjs.map +1 -0
  270. package/dist/actions/get-group-users.cjs +55 -0
  271. package/dist/actions/get-group-users.cjs.map +1 -0
  272. package/dist/actions/get-group-users.d.cts +9 -0
  273. package/dist/actions/get-group-users.d.cts.map +1 -0
  274. package/dist/actions/get-group-users.d.mts +9 -0
  275. package/dist/actions/get-group-users.d.mts.map +1 -0
  276. package/dist/actions/get-group-users.mjs +54 -0
  277. package/dist/actions/get-group-users.mjs.map +1 -0
  278. package/dist/actions/get-item-attachment-content.cjs +26 -0
  279. package/dist/actions/get-item-attachment-content.cjs.map +1 -0
  280. package/dist/actions/get-item-attachment-content.d.cts +9 -0
  281. package/dist/actions/get-item-attachment-content.d.cts.map +1 -0
  282. package/dist/actions/get-item-attachment-content.d.mts +9 -0
  283. package/dist/actions/get-item-attachment-content.d.mts.map +1 -0
  284. package/dist/actions/get-item-attachment-content.mjs +25 -0
  285. package/dist/actions/get-item-attachment-content.mjs.map +1 -0
  286. package/dist/actions/get-list-by-guid.cjs +59 -0
  287. package/dist/actions/get-list-by-guid.cjs.map +1 -0
  288. package/dist/actions/get-list-by-guid.d.cts +9 -0
  289. package/dist/actions/get-list-by-guid.d.cts.map +1 -0
  290. package/dist/actions/get-list-by-guid.d.mts +9 -0
  291. package/dist/actions/get-list-by-guid.d.mts.map +1 -0
  292. package/dist/actions/get-list-by-guid.mjs +56 -0
  293. package/dist/actions/get-list-by-guid.mjs.map +1 -0
  294. package/dist/actions/get-list-by-title.cjs +59 -0
  295. package/dist/actions/get-list-by-title.cjs.map +1 -0
  296. package/dist/actions/get-list-by-title.d.cts +9 -0
  297. package/dist/actions/get-list-by-title.d.cts.map +1 -0
  298. package/dist/actions/get-list-by-title.d.mts +9 -0
  299. package/dist/actions/get-list-by-title.d.mts.map +1 -0
  300. package/dist/actions/get-list-by-title.mjs +56 -0
  301. package/dist/actions/get-list-by-title.mjs.map +1 -0
  302. package/dist/actions/get-list-content-type-by-id.cjs +40 -0
  303. package/dist/actions/get-list-content-type-by-id.cjs.map +1 -0
  304. package/dist/actions/get-list-content-type-by-id.d.cts +9 -0
  305. package/dist/actions/get-list-content-type-by-id.d.cts.map +1 -0
  306. package/dist/actions/get-list-content-type-by-id.d.mts +9 -0
  307. package/dist/actions/get-list-content-type-by-id.d.mts.map +1 -0
  308. package/dist/actions/get-list-content-type-by-id.mjs +39 -0
  309. package/dist/actions/get-list-content-type-by-id.mjs.map +1 -0
  310. package/dist/actions/get-list-item-by-id.cjs +34 -0
  311. package/dist/actions/get-list-item-by-id.cjs.map +1 -0
  312. package/dist/actions/get-list-item-by-id.d.cts +9 -0
  313. package/dist/actions/get-list-item-by-id.d.cts.map +1 -0
  314. package/dist/actions/get-list-item-by-id.d.mts +9 -0
  315. package/dist/actions/get-list-item-by-id.d.mts.map +1 -0
  316. package/dist/actions/get-list-item-by-id.mjs +31 -0
  317. package/dist/actions/get-list-item-by-id.mjs.map +1 -0
  318. package/dist/actions/get-list-item-version.cjs +28 -0
  319. package/dist/actions/get-list-item-version.cjs.map +1 -0
  320. package/dist/actions/get-list-item-version.d.cts +9 -0
  321. package/dist/actions/get-list-item-version.d.cts.map +1 -0
  322. package/dist/actions/get-list-item-version.d.mts +9 -0
  323. package/dist/actions/get-list-item-version.d.mts.map +1 -0
  324. package/dist/actions/get-list-item-version.mjs +25 -0
  325. package/dist/actions/get-list-item-version.mjs.map +1 -0
  326. package/dist/actions/get-list-items-by-guid.cjs +25 -0
  327. package/dist/actions/get-list-items-by-guid.cjs.map +1 -0
  328. package/dist/actions/get-list-items-by-guid.d.cts +9 -0
  329. package/dist/actions/get-list-items-by-guid.d.cts.map +1 -0
  330. package/dist/actions/get-list-items-by-guid.d.mts +9 -0
  331. package/dist/actions/get-list-items-by-guid.d.mts.map +1 -0
  332. package/dist/actions/get-list-items-by-guid.mjs +22 -0
  333. package/dist/actions/get-list-items-by-guid.mjs.map +1 -0
  334. package/dist/actions/get-list-items.cjs +56 -0
  335. package/dist/actions/get-list-items.cjs.map +1 -0
  336. package/dist/actions/get-list-items.d.cts +9 -0
  337. package/dist/actions/get-list-items.d.cts.map +1 -0
  338. package/dist/actions/get-list-items.d.mts +9 -0
  339. package/dist/actions/get-list-items.d.mts.map +1 -0
  340. package/dist/actions/get-list-items.mjs +55 -0
  341. package/dist/actions/get-list-items.mjs.map +1 -0
  342. package/dist/actions/get-my-followed.cjs +38 -0
  343. package/dist/actions/get-my-followed.cjs.map +1 -0
  344. package/dist/actions/get-my-followed.d.cts +9 -0
  345. package/dist/actions/get-my-followed.d.cts.map +1 -0
  346. package/dist/actions/get-my-followed.d.mts +9 -0
  347. package/dist/actions/get-my-followed.d.mts.map +1 -0
  348. package/dist/actions/get-my-followed.mjs +37 -0
  349. package/dist/actions/get-my-followed.mjs.map +1 -0
  350. package/dist/actions/get-my-followers.cjs +36 -0
  351. package/dist/actions/get-my-followers.cjs.map +1 -0
  352. package/dist/actions/get-my-followers.d.cts +9 -0
  353. package/dist/actions/get-my-followers.d.cts.map +1 -0
  354. package/dist/actions/get-my-followers.d.mts +9 -0
  355. package/dist/actions/get-my-followers.d.mts.map +1 -0
  356. package/dist/actions/get-my-followers.mjs +35 -0
  357. package/dist/actions/get-my-followers.mjs.map +1 -0
  358. package/dist/actions/get-role-definitions.cjs +33 -0
  359. package/dist/actions/get-role-definitions.cjs.map +1 -0
  360. package/dist/actions/get-role-definitions.d.cts +9 -0
  361. package/dist/actions/get-role-definitions.d.cts.map +1 -0
  362. package/dist/actions/get-role-definitions.d.mts +9 -0
  363. package/dist/actions/get-role-definitions.d.mts.map +1 -0
  364. package/dist/actions/get-role-definitions.mjs +32 -0
  365. package/dist/actions/get-role-definitions.mjs.map +1 -0
  366. package/dist/actions/get-site-by-hostname.cjs +33 -0
  367. package/dist/actions/get-site-by-hostname.cjs.map +1 -0
  368. package/dist/actions/get-site-by-hostname.d.cts +9 -0
  369. package/dist/actions/get-site-by-hostname.d.cts.map +1 -0
  370. package/dist/actions/get-site-by-hostname.d.mts +9 -0
  371. package/dist/actions/get-site-by-hostname.d.mts.map +1 -0
  372. package/dist/actions/get-site-by-hostname.mjs +32 -0
  373. package/dist/actions/get-site-by-hostname.mjs.map +1 -0
  374. package/dist/actions/get-site-by-id.cjs +54 -0
  375. package/dist/actions/get-site-by-id.cjs.map +1 -0
  376. package/dist/actions/get-site-by-id.d.cts +9 -0
  377. package/dist/actions/get-site-by-id.d.cts.map +1 -0
  378. package/dist/actions/get-site-by-id.d.mts +9 -0
  379. package/dist/actions/get-site-by-id.d.mts.map +1 -0
  380. package/dist/actions/get-site-by-id.mjs +53 -0
  381. package/dist/actions/get-site-by-id.mjs.map +1 -0
  382. package/dist/actions/get-site-collection-info.cjs +36 -0
  383. package/dist/actions/get-site-collection-info.cjs.map +1 -0
  384. package/dist/actions/get-site-collection-info.d.cts +9 -0
  385. package/dist/actions/get-site-collection-info.d.cts.map +1 -0
  386. package/dist/actions/get-site-collection-info.d.mts +9 -0
  387. package/dist/actions/get-site-collection-info.d.mts.map +1 -0
  388. package/dist/actions/get-site-collection-info.mjs +35 -0
  389. package/dist/actions/get-site-collection-info.mjs.map +1 -0
  390. package/dist/actions/get-site-drive-item-by-path.cjs +83 -0
  391. package/dist/actions/get-site-drive-item-by-path.cjs.map +1 -0
  392. package/dist/actions/get-site-drive-item-by-path.d.cts +9 -0
  393. package/dist/actions/get-site-drive-item-by-path.d.cts.map +1 -0
  394. package/dist/actions/get-site-drive-item-by-path.d.mts +9 -0
  395. package/dist/actions/get-site-drive-item-by-path.d.mts.map +1 -0
  396. package/dist/actions/get-site-drive-item-by-path.mjs +82 -0
  397. package/dist/actions/get-site-drive-item-by-path.mjs.map +1 -0
  398. package/dist/actions/get-site-page-content.cjs +32 -0
  399. package/dist/actions/get-site-page-content.cjs.map +1 -0
  400. package/dist/actions/get-site-page-content.d.cts +9 -0
  401. package/dist/actions/get-site-page-content.d.cts.map +1 -0
  402. package/dist/actions/get-site-page-content.d.mts +9 -0
  403. package/dist/actions/get-site-page-content.d.mts.map +1 -0
  404. package/dist/actions/get-site-page-content.mjs +29 -0
  405. package/dist/actions/get-site-page-content.mjs.map +1 -0
  406. package/dist/actions/get-site-root.cjs +53 -0
  407. package/dist/actions/get-site-root.cjs.map +1 -0
  408. package/dist/actions/get-site-root.d.cts +9 -0
  409. package/dist/actions/get-site-root.d.cts.map +1 -0
  410. package/dist/actions/get-site-root.d.mts +9 -0
  411. package/dist/actions/get-site-root.d.mts.map +1 -0
  412. package/dist/actions/get-site-root.mjs +52 -0
  413. package/dist/actions/get-site-root.mjs.map +1 -0
  414. package/dist/actions/get-user-effective-permissions-on-web.cjs +22 -0
  415. package/dist/actions/get-user-effective-permissions-on-web.cjs.map +1 -0
  416. package/dist/actions/get-user-effective-permissions-on-web.d.cts +9 -0
  417. package/dist/actions/get-user-effective-permissions-on-web.d.cts.map +1 -0
  418. package/dist/actions/get-user-effective-permissions-on-web.d.mts +9 -0
  419. package/dist/actions/get-user-effective-permissions-on-web.d.mts.map +1 -0
  420. package/dist/actions/get-user-effective-permissions-on-web.mjs +19 -0
  421. package/dist/actions/get-user-effective-permissions-on-web.mjs.map +1 -0
  422. package/dist/actions/get-web-info.cjs +54 -0
  423. package/dist/actions/get-web-info.cjs.map +1 -0
  424. package/dist/actions/get-web-info.d.cts +9 -0
  425. package/dist/actions/get-web-info.d.cts.map +1 -0
  426. package/dist/actions/get-web-info.d.mts +9 -0
  427. package/dist/actions/get-web-info.d.mts.map +1 -0
  428. package/dist/actions/get-web-info.mjs +53 -0
  429. package/dist/actions/get-web-info.mjs.map +1 -0
  430. package/dist/actions/get-webhook-subscription.cjs +26 -0
  431. package/dist/actions/get-webhook-subscription.cjs.map +1 -0
  432. package/dist/actions/get-webhook-subscription.d.cts +9 -0
  433. package/dist/actions/get-webhook-subscription.d.cts.map +1 -0
  434. package/dist/actions/get-webhook-subscription.d.mts +9 -0
  435. package/dist/actions/get-webhook-subscription.d.mts.map +1 -0
  436. package/dist/actions/get-webhook-subscription.mjs +23 -0
  437. package/dist/actions/get-webhook-subscription.mjs.map +1 -0
  438. package/dist/actions/get-webhook-subscriptions.cjs +26 -0
  439. package/dist/actions/get-webhook-subscriptions.cjs.map +1 -0
  440. package/dist/actions/get-webhook-subscriptions.d.cts +9 -0
  441. package/dist/actions/get-webhook-subscriptions.d.cts.map +1 -0
  442. package/dist/actions/get-webhook-subscriptions.d.mts +9 -0
  443. package/dist/actions/get-webhook-subscriptions.d.mts.map +1 -0
  444. package/dist/actions/get-webhook-subscriptions.mjs +25 -0
  445. package/dist/actions/get-webhook-subscriptions.mjs.map +1 -0
  446. package/dist/actions/index.cjs +191 -0
  447. package/dist/actions/index.d.cts +96 -0
  448. package/dist/actions/index.d.mts +96 -0
  449. package/dist/actions/index.mjs +96 -0
  450. package/dist/actions/is-followed.cjs +27 -0
  451. package/dist/actions/is-followed.cjs.map +1 -0
  452. package/dist/actions/is-followed.d.cts +9 -0
  453. package/dist/actions/is-followed.d.cts.map +1 -0
  454. package/dist/actions/is-followed.d.mts +9 -0
  455. package/dist/actions/is-followed.d.mts.map +1 -0
  456. package/dist/actions/is-followed.mjs +24 -0
  457. package/dist/actions/is-followed.mjs.map +1 -0
  458. package/dist/actions/list-all-lists.cjs +33 -0
  459. package/dist/actions/list-all-lists.cjs.map +1 -0
  460. package/dist/actions/list-all-lists.d.cts +9 -0
  461. package/dist/actions/list-all-lists.d.cts.map +1 -0
  462. package/dist/actions/list-all-lists.d.mts +9 -0
  463. package/dist/actions/list-all-lists.d.mts.map +1 -0
  464. package/dist/actions/list-all-lists.mjs +32 -0
  465. package/dist/actions/list-all-lists.mjs.map +1 -0
  466. package/dist/actions/list-drive-children.cjs +68 -0
  467. package/dist/actions/list-drive-children.cjs.map +1 -0
  468. package/dist/actions/list-drive-children.d.cts +9 -0
  469. package/dist/actions/list-drive-children.d.cts.map +1 -0
  470. package/dist/actions/list-drive-children.d.mts +9 -0
  471. package/dist/actions/list-drive-children.d.mts.map +1 -0
  472. package/dist/actions/list-drive-children.mjs +67 -0
  473. package/dist/actions/list-drive-children.mjs.map +1 -0
  474. package/dist/actions/list-drive-recent-items.cjs +72 -0
  475. package/dist/actions/list-drive-recent-items.cjs.map +1 -0
  476. package/dist/actions/list-drive-recent-items.d.cts +9 -0
  477. package/dist/actions/list-drive-recent-items.d.cts.map +1 -0
  478. package/dist/actions/list-drive-recent-items.d.mts +9 -0
  479. package/dist/actions/list-drive-recent-items.d.mts.map +1 -0
  480. package/dist/actions/list-drive-recent-items.mjs +71 -0
  481. package/dist/actions/list-drive-recent-items.mjs.map +1 -0
  482. package/dist/actions/list-drives-rest-api.cjs +47 -0
  483. package/dist/actions/list-drives-rest-api.cjs.map +1 -0
  484. package/dist/actions/list-drives-rest-api.d.cts +9 -0
  485. package/dist/actions/list-drives-rest-api.d.cts.map +1 -0
  486. package/dist/actions/list-drives-rest-api.d.mts +9 -0
  487. package/dist/actions/list-drives-rest-api.d.mts.map +1 -0
  488. package/dist/actions/list-drives-rest-api.mjs +46 -0
  489. package/dist/actions/list-drives-rest-api.mjs.map +1 -0
  490. package/dist/actions/list-files-in-folder.cjs +35 -0
  491. package/dist/actions/list-files-in-folder.cjs.map +1 -0
  492. package/dist/actions/list-files-in-folder.d.cts +9 -0
  493. package/dist/actions/list-files-in-folder.d.cts.map +1 -0
  494. package/dist/actions/list-files-in-folder.d.mts +9 -0
  495. package/dist/actions/list-files-in-folder.d.mts.map +1 -0
  496. package/dist/actions/list-files-in-folder.mjs +34 -0
  497. package/dist/actions/list-files-in-folder.mjs.map +1 -0
  498. package/dist/actions/list-item-attachments.cjs +24 -0
  499. package/dist/actions/list-item-attachments.cjs.map +1 -0
  500. package/dist/actions/list-item-attachments.d.cts +9 -0
  501. package/dist/actions/list-item-attachments.d.cts.map +1 -0
  502. package/dist/actions/list-item-attachments.d.mts +9 -0
  503. package/dist/actions/list-item-attachments.d.mts.map +1 -0
  504. package/dist/actions/list-item-attachments.mjs +23 -0
  505. package/dist/actions/list-item-attachments.mjs.map +1 -0
  506. package/dist/actions/list-list-columns.cjs +39 -0
  507. package/dist/actions/list-list-columns.cjs.map +1 -0
  508. package/dist/actions/list-list-columns.d.cts +9 -0
  509. package/dist/actions/list-list-columns.d.cts.map +1 -0
  510. package/dist/actions/list-list-columns.d.mts +9 -0
  511. package/dist/actions/list-list-columns.d.mts.map +1 -0
  512. package/dist/actions/list-list-columns.mjs +38 -0
  513. package/dist/actions/list-list-columns.mjs.map +1 -0
  514. package/dist/actions/list-recycle-bin-items.cjs +39 -0
  515. package/dist/actions/list-recycle-bin-items.cjs.map +1 -0
  516. package/dist/actions/list-recycle-bin-items.d.cts +9 -0
  517. package/dist/actions/list-recycle-bin-items.d.cts.map +1 -0
  518. package/dist/actions/list-recycle-bin-items.d.mts +9 -0
  519. package/dist/actions/list-recycle-bin-items.d.mts.map +1 -0
  520. package/dist/actions/list-recycle-bin-items.mjs +38 -0
  521. package/dist/actions/list-recycle-bin-items.mjs.map +1 -0
  522. package/dist/actions/list-site-drives.cjs +45 -0
  523. package/dist/actions/list-site-drives.cjs.map +1 -0
  524. package/dist/actions/list-site-drives.d.cts +9 -0
  525. package/dist/actions/list-site-drives.d.cts.map +1 -0
  526. package/dist/actions/list-site-drives.d.mts +9 -0
  527. package/dist/actions/list-site-drives.d.mts.map +1 -0
  528. package/dist/actions/list-site-drives.mjs +44 -0
  529. package/dist/actions/list-site-drives.mjs.map +1 -0
  530. package/dist/actions/list-site-groups.cjs +61 -0
  531. package/dist/actions/list-site-groups.cjs.map +1 -0
  532. package/dist/actions/list-site-groups.d.cts +9 -0
  533. package/dist/actions/list-site-groups.d.cts.map +1 -0
  534. package/dist/actions/list-site-groups.d.mts +9 -0
  535. package/dist/actions/list-site-groups.d.mts.map +1 -0
  536. package/dist/actions/list-site-groups.mjs +60 -0
  537. package/dist/actions/list-site-groups.mjs.map +1 -0
  538. package/dist/actions/list-site-users.cjs +70 -0
  539. package/dist/actions/list-site-users.cjs.map +1 -0
  540. package/dist/actions/list-site-users.d.cts +9 -0
  541. package/dist/actions/list-site-users.d.cts.map +1 -0
  542. package/dist/actions/list-site-users.d.mts +9 -0
  543. package/dist/actions/list-site-users.d.mts.map +1 -0
  544. package/dist/actions/list-site-users.mjs +69 -0
  545. package/dist/actions/list-site-users.mjs.map +1 -0
  546. package/dist/actions/list-sites.cjs +29 -0
  547. package/dist/actions/list-sites.cjs.map +1 -0
  548. package/dist/actions/list-sites.d.cts +9 -0
  549. package/dist/actions/list-sites.d.cts.map +1 -0
  550. package/dist/actions/list-sites.d.mts +9 -0
  551. package/dist/actions/list-sites.d.mts.map +1 -0
  552. package/dist/actions/list-sites.mjs +28 -0
  553. package/dist/actions/list-sites.mjs.map +1 -0
  554. package/dist/actions/list-subfolders-in-folder.cjs +32 -0
  555. package/dist/actions/list-subfolders-in-folder.cjs.map +1 -0
  556. package/dist/actions/list-subfolders-in-folder.d.cts +9 -0
  557. package/dist/actions/list-subfolders-in-folder.d.cts.map +1 -0
  558. package/dist/actions/list-subfolders-in-folder.d.mts +9 -0
  559. package/dist/actions/list-subfolders-in-folder.d.mts.map +1 -0
  560. package/dist/actions/list-subfolders-in-folder.mjs +31 -0
  561. package/dist/actions/list-subfolders-in-folder.mjs.map +1 -0
  562. package/dist/actions/log-event.cjs +23 -0
  563. package/dist/actions/log-event.cjs.map +1 -0
  564. package/dist/actions/log-event.d.cts +9 -0
  565. package/dist/actions/log-event.d.cts.map +1 -0
  566. package/dist/actions/log-event.d.mts +9 -0
  567. package/dist/actions/log-event.d.mts.map +1 -0
  568. package/dist/actions/log-event.mjs +20 -0
  569. package/dist/actions/log-event.mjs.map +1 -0
  570. package/dist/actions/recycle-file.cjs +20 -0
  571. package/dist/actions/recycle-file.cjs.map +1 -0
  572. package/dist/actions/recycle-file.d.cts +9 -0
  573. package/dist/actions/recycle-file.d.cts.map +1 -0
  574. package/dist/actions/recycle-file.d.mts +9 -0
  575. package/dist/actions/recycle-file.d.mts.map +1 -0
  576. package/dist/actions/recycle-file.mjs +17 -0
  577. package/dist/actions/recycle-file.mjs.map +1 -0
  578. package/dist/actions/recycle-list-item.cjs +20 -0
  579. package/dist/actions/recycle-list-item.cjs.map +1 -0
  580. package/dist/actions/recycle-list-item.d.cts +9 -0
  581. package/dist/actions/recycle-list-item.d.cts.map +1 -0
  582. package/dist/actions/recycle-list-item.d.mts +9 -0
  583. package/dist/actions/recycle-list-item.d.mts.map +1 -0
  584. package/dist/actions/recycle-list-item.mjs +17 -0
  585. package/dist/actions/recycle-list-item.mjs.map +1 -0
  586. package/dist/actions/rename-folder.cjs +26 -0
  587. package/dist/actions/rename-folder.cjs.map +1 -0
  588. package/dist/actions/rename-folder.d.cts +9 -0
  589. package/dist/actions/rename-folder.d.cts.map +1 -0
  590. package/dist/actions/rename-folder.d.mts +9 -0
  591. package/dist/actions/rename-folder.d.mts.map +1 -0
  592. package/dist/actions/rename-folder.mjs +23 -0
  593. package/dist/actions/rename-folder.mjs.map +1 -0
  594. package/dist/actions/render-list-data-as-stream.cjs +61 -0
  595. package/dist/actions/render-list-data-as-stream.cjs.map +1 -0
  596. package/dist/actions/render-list-data-as-stream.d.cts +9 -0
  597. package/dist/actions/render-list-data-as-stream.d.cts.map +1 -0
  598. package/dist/actions/render-list-data-as-stream.d.mts +9 -0
  599. package/dist/actions/render-list-data-as-stream.d.mts.map +1 -0
  600. package/dist/actions/render-list-data-as-stream.mjs +58 -0
  601. package/dist/actions/render-list-data-as-stream.mjs.map +1 -0
  602. package/dist/actions/restore-drive-item-version.cjs +25 -0
  603. package/dist/actions/restore-drive-item-version.cjs.map +1 -0
  604. package/dist/actions/restore-drive-item-version.d.cts +9 -0
  605. package/dist/actions/restore-drive-item-version.d.cts.map +1 -0
  606. package/dist/actions/restore-drive-item-version.d.mts +9 -0
  607. package/dist/actions/restore-drive-item-version.d.mts.map +1 -0
  608. package/dist/actions/restore-drive-item-version.mjs +22 -0
  609. package/dist/actions/restore-drive-item-version.mjs.map +1 -0
  610. package/dist/actions/restore-recycle-bin-item.cjs +19 -0
  611. package/dist/actions/restore-recycle-bin-item.cjs.map +1 -0
  612. package/dist/actions/restore-recycle-bin-item.d.cts +9 -0
  613. package/dist/actions/restore-recycle-bin-item.d.cts.map +1 -0
  614. package/dist/actions/restore-recycle-bin-item.d.mts +9 -0
  615. package/dist/actions/restore-recycle-bin-item.d.mts.map +1 -0
  616. package/dist/actions/restore-recycle-bin-item.mjs +16 -0
  617. package/dist/actions/restore-recycle-bin-item.mjs.map +1 -0
  618. package/dist/actions/search-files.cjs +87 -0
  619. package/dist/actions/search-files.cjs.map +1 -0
  620. package/dist/actions/search-files.d.cts +9 -0
  621. package/dist/actions/search-files.d.cts.map +1 -0
  622. package/dist/actions/search-files.d.mts +9 -0
  623. package/dist/actions/search-files.d.mts.map +1 -0
  624. package/dist/actions/search-files.mjs +86 -0
  625. package/dist/actions/search-files.mjs.map +1 -0
  626. package/dist/actions/search-query.cjs +73 -0
  627. package/dist/actions/search-query.cjs.map +1 -0
  628. package/dist/actions/search-query.d.cts +9 -0
  629. package/dist/actions/search-query.d.cts.map +1 -0
  630. package/dist/actions/search-query.d.mts +9 -0
  631. package/dist/actions/search-query.d.mts.map +1 -0
  632. package/dist/actions/search-query.mjs +72 -0
  633. package/dist/actions/search-query.mjs.map +1 -0
  634. package/dist/actions/search-suggest.cjs +32 -0
  635. package/dist/actions/search-suggest.cjs.map +1 -0
  636. package/dist/actions/search-suggest.d.cts +9 -0
  637. package/dist/actions/search-suggest.d.cts.map +1 -0
  638. package/dist/actions/search-suggest.d.mts +9 -0
  639. package/dist/actions/search-suggest.d.mts.map +1 -0
  640. package/dist/actions/search-suggest.mjs +29 -0
  641. package/dist/actions/search-suggest.mjs.map +1 -0
  642. package/dist/actions/sharepoint-check-out-file.cjs +22 -0
  643. package/dist/actions/sharepoint-check-out-file.cjs.map +1 -0
  644. package/dist/actions/sharepoint-check-out-file.d.cts +9 -0
  645. package/dist/actions/sharepoint-check-out-file.d.cts.map +1 -0
  646. package/dist/actions/sharepoint-check-out-file.d.mts +9 -0
  647. package/dist/actions/sharepoint-check-out-file.d.mts.map +1 -0
  648. package/dist/actions/sharepoint-check-out-file.mjs +19 -0
  649. package/dist/actions/sharepoint-check-out-file.mjs.map +1 -0
  650. package/dist/actions/sharepoint-create-folder.cjs +26 -0
  651. package/dist/actions/sharepoint-create-folder.cjs.map +1 -0
  652. package/dist/actions/sharepoint-create-folder.d.cts +9 -0
  653. package/dist/actions/sharepoint-create-folder.d.cts.map +1 -0
  654. package/dist/actions/sharepoint-create-folder.d.mts +9 -0
  655. package/dist/actions/sharepoint-create-folder.d.mts.map +1 -0
  656. package/dist/actions/sharepoint-create-folder.mjs +23 -0
  657. package/dist/actions/sharepoint-create-folder.mjs.map +1 -0
  658. package/dist/actions/sharepoint-create-list-item.cjs +25 -0
  659. package/dist/actions/sharepoint-create-list-item.cjs.map +1 -0
  660. package/dist/actions/sharepoint-create-list-item.d.cts +9 -0
  661. package/dist/actions/sharepoint-create-list-item.d.cts.map +1 -0
  662. package/dist/actions/sharepoint-create-list-item.d.mts +9 -0
  663. package/dist/actions/sharepoint-create-list-item.d.mts.map +1 -0
  664. package/dist/actions/sharepoint-create-list-item.mjs +22 -0
  665. package/dist/actions/sharepoint-create-list-item.mjs.map +1 -0
  666. package/dist/actions/sharepoint-create-list.cjs +26 -0
  667. package/dist/actions/sharepoint-create-list.cjs.map +1 -0
  668. package/dist/actions/sharepoint-create-list.d.cts +9 -0
  669. package/dist/actions/sharepoint-create-list.d.cts.map +1 -0
  670. package/dist/actions/sharepoint-create-list.d.mts +9 -0
  671. package/dist/actions/sharepoint-create-list.d.mts.map +1 -0
  672. package/dist/actions/sharepoint-create-list.mjs +23 -0
  673. package/dist/actions/sharepoint-create-list.mjs.map +1 -0
  674. package/dist/actions/sharepoint-find-user.cjs +32 -0
  675. package/dist/actions/sharepoint-find-user.cjs.map +1 -0
  676. package/dist/actions/sharepoint-find-user.d.cts +9 -0
  677. package/dist/actions/sharepoint-find-user.d.cts.map +1 -0
  678. package/dist/actions/sharepoint-find-user.d.mts +9 -0
  679. package/dist/actions/sharepoint-find-user.d.mts.map +1 -0
  680. package/dist/actions/sharepoint-find-user.mjs +31 -0
  681. package/dist/actions/sharepoint-find-user.mjs.map +1 -0
  682. package/dist/actions/sharepoint-remove-user.cjs +23 -0
  683. package/dist/actions/sharepoint-remove-user.cjs.map +1 -0
  684. package/dist/actions/sharepoint-remove-user.d.cts +9 -0
  685. package/dist/actions/sharepoint-remove-user.d.cts.map +1 -0
  686. package/dist/actions/sharepoint-remove-user.d.mts +9 -0
  687. package/dist/actions/sharepoint-remove-user.d.mts.map +1 -0
  688. package/dist/actions/sharepoint-remove-user.mjs +20 -0
  689. package/dist/actions/sharepoint-remove-user.mjs.map +1 -0
  690. package/dist/actions/undo-checkout-file.cjs +23 -0
  691. package/dist/actions/undo-checkout-file.cjs.map +1 -0
  692. package/dist/actions/undo-checkout-file.d.cts +9 -0
  693. package/dist/actions/undo-checkout-file.d.cts.map +1 -0
  694. package/dist/actions/undo-checkout-file.d.mts +9 -0
  695. package/dist/actions/undo-checkout-file.d.mts.map +1 -0
  696. package/dist/actions/undo-checkout-file.mjs +20 -0
  697. package/dist/actions/undo-checkout-file.mjs.map +1 -0
  698. package/dist/actions/update-content-type.cjs +53 -0
  699. package/dist/actions/update-content-type.cjs.map +1 -0
  700. package/dist/actions/update-content-type.d.cts +9 -0
  701. package/dist/actions/update-content-type.d.cts.map +1 -0
  702. package/dist/actions/update-content-type.d.mts +9 -0
  703. package/dist/actions/update-content-type.d.mts.map +1 -0
  704. package/dist/actions/update-content-type.mjs +52 -0
  705. package/dist/actions/update-content-type.mjs.map +1 -0
  706. package/dist/actions/update-drive-item.cjs +34 -0
  707. package/dist/actions/update-drive-item.cjs.map +1 -0
  708. package/dist/actions/update-drive-item.d.cts +9 -0
  709. package/dist/actions/update-drive-item.d.cts.map +1 -0
  710. package/dist/actions/update-drive-item.d.mts +9 -0
  711. package/dist/actions/update-drive-item.d.mts.map +1 -0
  712. package/dist/actions/update-drive-item.mjs +31 -0
  713. package/dist/actions/update-drive-item.mjs.map +1 -0
  714. package/dist/actions/update-file-item.cjs +27 -0
  715. package/dist/actions/update-file-item.cjs.map +1 -0
  716. package/dist/actions/update-file-item.d.cts +9 -0
  717. package/dist/actions/update-file-item.d.cts.map +1 -0
  718. package/dist/actions/update-file-item.d.mts +9 -0
  719. package/dist/actions/update-file-item.d.mts.map +1 -0
  720. package/dist/actions/update-file-item.mjs +24 -0
  721. package/dist/actions/update-file-item.mjs.map +1 -0
  722. package/dist/actions/update-list-item.cjs +28 -0
  723. package/dist/actions/update-list-item.cjs.map +1 -0
  724. package/dist/actions/update-list-item.d.cts +9 -0
  725. package/dist/actions/update-list-item.d.cts.map +1 -0
  726. package/dist/actions/update-list-item.d.mts +9 -0
  727. package/dist/actions/update-list-item.d.mts.map +1 -0
  728. package/dist/actions/update-list-item.mjs +25 -0
  729. package/dist/actions/update-list-item.mjs.map +1 -0
  730. package/dist/actions/update-list.cjs +29 -0
  731. package/dist/actions/update-list.cjs.map +1 -0
  732. package/dist/actions/update-list.d.cts +9 -0
  733. package/dist/actions/update-list.d.cts.map +1 -0
  734. package/dist/actions/update-list.d.mts +9 -0
  735. package/dist/actions/update-list.d.mts.map +1 -0
  736. package/dist/actions/update-list.mjs +26 -0
  737. package/dist/actions/update-list.mjs.map +1 -0
  738. package/dist/actions/update-site.cjs +27 -0
  739. package/dist/actions/update-site.cjs.map +1 -0
  740. package/dist/actions/update-site.d.cts +9 -0
  741. package/dist/actions/update-site.d.cts.map +1 -0
  742. package/dist/actions/update-site.d.mts +9 -0
  743. package/dist/actions/update-site.d.mts.map +1 -0
  744. package/dist/actions/update-site.mjs +24 -0
  745. package/dist/actions/update-site.mjs.map +1 -0
  746. package/dist/actions/upload-file.cjs +31 -0
  747. package/dist/actions/upload-file.cjs.map +1 -0
  748. package/dist/actions/upload-file.d.cts +9 -0
  749. package/dist/actions/upload-file.d.cts.map +1 -0
  750. package/dist/actions/upload-file.d.mts +9 -0
  751. package/dist/actions/upload-file.d.mts.map +1 -0
  752. package/dist/actions/upload-file.mjs +28 -0
  753. package/dist/actions/upload-file.mjs.map +1 -0
  754. package/dist/actions/upload-from-url.cjs +37 -0
  755. package/dist/actions/upload-from-url.cjs.map +1 -0
  756. package/dist/actions/upload-from-url.d.cts +9 -0
  757. package/dist/actions/upload-from-url.d.cts.map +1 -0
  758. package/dist/actions/upload-from-url.d.mts +9 -0
  759. package/dist/actions/upload-from-url.d.mts.map +1 -0
  760. package/dist/actions/upload-from-url.mjs +34 -0
  761. package/dist/actions/upload-from-url.mjs.map +1 -0
  762. package/dist/actions/validate-credential.cjs +21 -0
  763. package/dist/actions/validate-credential.cjs.map +1 -0
  764. package/dist/actions/validate-credential.d.cts +9 -0
  765. package/dist/actions/validate-credential.d.cts.map +1 -0
  766. package/dist/actions/validate-credential.d.mts +9 -0
  767. package/dist/actions/validate-credential.d.mts.map +1 -0
  768. package/dist/actions/validate-credential.mjs +18 -0
  769. package/dist/actions/validate-credential.mjs.map +1 -0
  770. package/dist/app.cjs +9 -0
  771. package/dist/app.cjs.map +1 -0
  772. package/dist/app.d.cts +5 -0
  773. package/dist/app.d.cts.map +1 -0
  774. package/dist/app.d.mts +5 -0
  775. package/dist/app.d.mts.map +1 -0
  776. package/dist/app.mjs +10 -0
  777. package/dist/app.mjs.map +1 -0
  778. package/dist/catalog.cjs +15 -0
  779. package/dist/catalog.cjs.map +1 -0
  780. package/dist/catalog.d.cts +14 -0
  781. package/dist/catalog.d.cts.map +1 -0
  782. package/dist/catalog.d.mts +14 -0
  783. package/dist/catalog.d.mts.map +1 -0
  784. package/dist/catalog.mjs +15 -0
  785. package/dist/catalog.mjs.map +1 -0
  786. package/dist/execute.cjs +18 -0
  787. package/dist/execute.cjs.map +1 -0
  788. package/dist/execute.mjs +18 -0
  789. package/dist/execute.mjs.map +1 -0
  790. package/dist/index.cjs +196 -0
  791. package/dist/index.d.cts +98 -0
  792. package/dist/index.d.mts +98 -0
  793. package/dist/index.mjs +99 -0
  794. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-content-type.d.cts","names":[],"sources":["../../src/actions/update-content-type.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UA2BmB;AAAA,cAIvD,iCAAA,EAAmC,CAAA,CAAE,UASS;AAAA,cAE9C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-content-type.d.ts
4
+ declare const SharePointUpdateContentTypeInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateContentTypeOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateContentType: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateContentType };
9
+ //# sourceMappingURL=update-content-type.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-content-type.d.mts","names":[],"sources":["../../src/actions/update-content-type.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UA2BmB;AAAA,cAIvD,iCAAA,EAAmC,CAAA,CAAE,UASS;AAAA,cAE9C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,52 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-content-type.ts
4
+ const SharePointUpdateContentTypeInput = z.object({
5
+ name: z.string().describe("The name of the content type. Use this to rename the content type.").optional(),
6
+ group: z.string().describe("The group name that this content type belongs to. Use this to change the group classification.").optional(),
7
+ hidden: z.boolean().describe("Indicates whether the content type is hidden in the list's New menu. Set to true to hide the content type.").optional(),
8
+ site_name: z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
9
+ description: z.string().describe("The descriptive text for the content type. Use this to update the content type description.").optional(),
10
+ document_set: z.object({
11
+ sharedColumns: z.array(z.object({
12
+ id: z.string().describe("The ID of the shared column.").optional(),
13
+ name: z.string().describe("The name of the shared column.").optional()
14
+ }).describe("Model for document set shared columns.")).describe("List of shared columns in the document set.").optional(),
15
+ defaultContents: z.array(z.object({
16
+ fileName: z.string().describe("The file name for the default content.").optional(),
17
+ folderName: z.string().describe("The folder path for the default content.").optional(),
18
+ contentTypeName: z.string().describe("The name of the content type for the default content.").optional()
19
+ }).describe("Model for document set default contents.")).describe("List of default contents for the document set.").optional(),
20
+ welcomePageColumns: z.array(z.object({
21
+ id: z.string().describe("The ID of the welcome page column.").optional(),
22
+ name: z.string().describe("The name of the welcome page column.").optional()
23
+ }).describe("Model for document set welcome page columns.")).describe("List of welcome page columns in the document set.").optional(),
24
+ allowedContentTypes: z.array(z.object({
25
+ id: z.string().describe("The content type ID.").optional(),
26
+ name: z.string().describe("The content type name.").optional()
27
+ }).describe("Model for document set allowed content types.")).describe("List of content types allowed in the document set.").optional(),
28
+ shouldPrefixNameToFile: z.boolean().describe("Whether to prefix the document set name to files.").optional()
29
+ }).describe("Model for document set metadata.").optional(),
30
+ content_type_id: z.string().describe("The unique identifier of the content type to update. This can be the content type ID (e.g., '0x01' for Item) or the string ID from the Id.StringValue property.")
31
+ }).describe("Request model for updating a SharePoint content type.");
32
+ const SharePointUpdateContentType_ContentTypeIdObjectSchema = z.object({ StringValue: z.string().describe("String representation of the content type ID.").nullable().optional() }).describe("Model for content type ID object.");
33
+ const sharePointUpdateContentType = action("SHARE_POINT_UPDATE_CONTENT_TYPE", {
34
+ slug: "share_point-update-content-type",
35
+ name: "Update SharePoint Content Type",
36
+ description: "Tool to update a SharePoint content type's properties such as name, description, group, or hidden status. Use when you need to modify content type metadata.",
37
+ input: SharePointUpdateContentTypeInput,
38
+ output: z.object({
39
+ Id: SharePointUpdateContentType_ContentTypeIdObjectSchema.nullable().optional(),
40
+ Name: z.string().describe("Name of the content type.").nullable().optional(),
41
+ Group: z.string().describe("Content type group.").nullable().optional(),
42
+ Hidden: z.boolean().describe("Whether the content type is hidden.").nullable().optional(),
43
+ Sealed: z.boolean().describe("Whether the content type is sealed.").nullable().optional(),
44
+ ReadOnly: z.boolean().describe("Whether the content type is read-only.").nullable().optional(),
45
+ StringId: z.string().describe("String representation of the content type ID.").nullable().optional(),
46
+ Description: z.string().describe("Description of the content type.").nullable().optional()
47
+ }).describe("Response model for the updated content type.")
48
+ });
49
+ //#endregion
50
+ export { sharePointUpdateContentType };
51
+
52
+ //# sourceMappingURL=update-content-type.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-content-type.mjs","names":[],"sources":["../../src/actions/update-content-type.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateContentTypeInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the content type. Use this to rename the content type.\").optional(),\n group: z.string().describe(\"The group name that this content type belongs to. Use this to change the group classification.\").optional(),\n hidden: z.boolean().describe(\"Indicates whether the content type is hidden in the list's New menu. Set to true to hide the content type.\").optional(),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n description: z.string().describe(\"The descriptive text for the content type. Use this to update the content type description.\").optional(),\n document_set: z.object({\n sharedColumns: z.array(z.object({\n id: z.string().describe(\"The ID of the shared column.\").optional(),\n name: z.string().describe(\"The name of the shared column.\").optional(),\n}).describe(\"Model for document set shared columns.\")).describe(\"List of shared columns in the document set.\").optional(),\n defaultContents: z.array(z.object({\n fileName: z.string().describe(\"The file name for the default content.\").optional(),\n folderName: z.string().describe(\"The folder path for the default content.\").optional(),\n contentTypeName: z.string().describe(\"The name of the content type for the default content.\").optional(),\n}).describe(\"Model for document set default contents.\")).describe(\"List of default contents for the document set.\").optional(),\n welcomePageColumns: z.array(z.object({\n id: z.string().describe(\"The ID of the welcome page column.\").optional(),\n name: z.string().describe(\"The name of the welcome page column.\").optional(),\n}).describe(\"Model for document set welcome page columns.\")).describe(\"List of welcome page columns in the document set.\").optional(),\n allowedContentTypes: z.array(z.object({\n id: z.string().describe(\"The content type ID.\").optional(),\n name: z.string().describe(\"The content type name.\").optional(),\n}).describe(\"Model for document set allowed content types.\")).describe(\"List of content types allowed in the document set.\").optional(),\n shouldPrefixNameToFile: z.boolean().describe(\"Whether to prefix the document set name to files.\").optional(),\n}).describe(\"Model for document set metadata.\").optional(),\n content_type_id: z.string().describe(\"The unique identifier of the content type to update. This can be the content type ID (e.g., '0x01' for Item) or the string ID from the Id.StringValue property.\"),\n}).describe(\"Request model for updating a SharePoint content type.\");\nconst SharePointUpdateContentType_ContentTypeIdObjectSchema: z.ZodTypeAny = z.object({\n StringValue: z.string().describe(\"String representation of the content type ID.\").nullable().optional(),\n}).describe(\"Model for content type ID object.\");\nexport const SharePointUpdateContentTypeOutput: z.ZodTypeAny = z.object({\n Id: SharePointUpdateContentType_ContentTypeIdObjectSchema.nullable().optional(),\n Name: z.string().describe(\"Name of the content type.\").nullable().optional(),\n Group: z.string().describe(\"Content type group.\").nullable().optional(),\n Hidden: z.boolean().describe(\"Whether the content type is hidden.\").nullable().optional(),\n Sealed: z.boolean().describe(\"Whether the content type is sealed.\").nullable().optional(),\n ReadOnly: z.boolean().describe(\"Whether the content type is read-only.\").nullable().optional(),\n StringId: z.string().describe(\"String representation of the content type ID.\").nullable().optional(),\n Description: z.string().describe(\"Description of the content type.\").nullable().optional(),\n}).describe(\"Response model for the updated content type.\");\n\nexport const sharePointUpdateContentType = action(\"SHARE_POINT_UPDATE_CONTENT_TYPE\", {\n slug: \"share_point-update-content-type\",\n name: \"Update SharePoint Content Type\",\n description: \"Tool to update a SharePoint content type's properties such as name, description, group, or hidden status. Use when you need to modify content type metadata.\",\n input: SharePointUpdateContentTypeInput,\n output: SharePointUpdateContentTypeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACzG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACtI,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CACpJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CACtO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACzI,cAAc,EAAE,OAAO;EACvB,eAAe,EAAE,MAAM,EAAE,OAAO;GAChC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;GACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACvE,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACtH,iBAAiB,EAAE,MAAM,EAAE,OAAO;GAClC,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;GACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;GACrF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EACzG,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EAC3H,oBAAoB,EAAE,MAAM,EAAE,OAAO;GACrC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;GACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC7E,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAClI,qBAAqB,EAAE,MAAM,EAAE,OAAO;GACtC,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;GACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC/D,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EACpI,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvD,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK;AACxM,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,wDAAsE,EAAE,OAAO,EACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAY/C,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhB6D,EAAE,OAAO;EACtE,IAAI,sDAAsD,SAAS,CAAC,CAAC,SAAS;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-drive-item.ts
4
+ const SharePointUpdateDriveItemInput = zod.z.object({
5
+ name: zod.z.string().describe("The new name for the item (filename with extension for files, folder name for folders). Use to rename the file or folder.").optional(),
6
+ title: zod.z.string().describe("The new title for the item. This updates the Title field of the list item.").optional(),
7
+ site_name: zod.z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
8
+ server_relative_url: zod.z.string().describe("The server-relative URL of the file or folder to update (e.g., '/Shared Documents/file.docx' or '/sites/mysite/Shared Documents/folder').")
9
+ }).describe("Request parameters for updating a drive item's (file or folder) properties via SharePoint REST API.");
10
+ const SharePointUpdateDriveItemOutput = zod.z.object({
11
+ Id: zod.z.number().int().describe("The list item ID.").nullable().optional(),
12
+ Title: zod.z.string().describe("The title of the item.").nullable().optional(),
13
+ Created: zod.z.string().describe("Date and time of item creation.").nullable().optional(),
14
+ FileRef: zod.z.string().describe("The server-relative URL of the item.").nullable().optional(),
15
+ Modified: zod.z.string().describe("Date and time the item was last modified.").nullable().optional(),
16
+ "odata.id": zod.z.string().describe("OData ID of the resource.").nullable().optional(),
17
+ "odata.etag": zod.z.string().describe("OData etag of the resource.").nullable().optional(),
18
+ "odata.type": zod.z.string().describe("OData type of the resource.").nullable().optional(),
19
+ FileLeafRef: zod.z.string().describe("The name of the file or folder.").nullable().optional(),
20
+ ContentTypeId: zod.z.string().describe("Content type ID.").nullable().optional(),
21
+ "odata.editLink": zod.z.string().describe("OData edit link.").nullable().optional(),
22
+ File_x0020_Type: zod.z.string().describe("The file extension (for files).").nullable().optional()
23
+ }).passthrough().describe("Response model containing the updated drive item details.");
24
+ const sharePointUpdateDriveItem = require_action.action("SHARE_POINT_UPDATE_DRIVE_ITEM", {
25
+ slug: "share_point-update-drive-item",
26
+ name: "Update Drive Item",
27
+ description: "Tool to update the properties of a drive item (file or folder) in SharePoint using SharePoint REST API. Use when you need to rename files/folders or update their title property.",
28
+ input: SharePointUpdateDriveItemInput,
29
+ output: SharePointUpdateDriveItemOutput
30
+ });
31
+ //#endregion
32
+ exports.sharePointUpdateDriveItem = sharePointUpdateDriveItem;
33
+
34
+ //# sourceMappingURL=update-drive-item.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-drive-item.cjs","names":["z","action"],"sources":["../../src/actions/update-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateDriveItemInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the item (filename with extension for files, folder name for folders). Use to rename the file or folder.\").optional(),\n title: z.string().describe(\"The new title for the item. This updates the Title field of the list item.\").optional(),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n server_relative_url: z.string().describe(\"The server-relative URL of the file or folder to update (e.g., '/Shared Documents/file.docx' or '/sites/mysite/Shared Documents/folder').\"),\n}).describe(\"Request parameters for updating a drive item's (file or folder) properties via SharePoint REST API.\");\nexport const SharePointUpdateDriveItemOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The list item ID.\").nullable().optional(),\n Title: z.string().describe(\"The title of the item.\").nullable().optional(),\n Created: z.string().describe(\"Date and time of item creation.\").nullable().optional(),\n FileRef: z.string().describe(\"The server-relative URL of the item.\").nullable().optional(),\n Modified: z.string().describe(\"Date and time the item was last modified.\").nullable().optional(),\n \"odata.id\": z.string().describe(\"OData ID of the resource.\").nullable().optional(),\n \"odata.etag\": z.string().describe(\"OData etag of the resource.\").nullable().optional(),\n \"odata.type\": z.string().describe(\"OData type of the resource.\").nullable().optional(),\n FileLeafRef: z.string().describe(\"The name of the file or folder.\").nullable().optional(),\n ContentTypeId: z.string().describe(\"Content type ID.\").nullable().optional(),\n \"odata.editLink\": z.string().describe(\"OData edit link.\").nullable().optional(),\n File_x0020_Type: z.string().describe(\"The file extension (for files).\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the updated drive item details.\");\n\nexport const sharePointUpdateDriveItem = action(\"SHARE_POINT_UPDATE_DRIVE_ITEM\", {\n slug: \"share_point-update-drive-item\",\n name: \"Update Drive Item\",\n description: \"Tool to update the properties of a drive item (file or folder) in SharePoint using SharePoint REST API. Use when you need to rename files/folders or update their title property.\",\n input: SharePointUpdateDriveItemInput,\n output: SharePointUpdateDriveItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CAChK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAClH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CACtO,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;AACtL,CAAC,CAAC,CAAC,SAAS,qGAAqG;AACjH,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,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/update-drive-item.d.ts
4
+ declare const SharePointUpdateDriveItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateDriveItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateDriveItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateDriveItem };
9
+ //# sourceMappingURL=update-drive-item.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-drive-item.d.cts","names":[],"sources":["../../src/actions/update-drive-item.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKmE;AAAA,cACrG,+BAAA,EAAiC,CAAA,CAAE,UAasC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-drive-item.d.ts
4
+ declare const SharePointUpdateDriveItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateDriveItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateDriveItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateDriveItem };
9
+ //# sourceMappingURL=update-drive-item.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-drive-item.d.mts","names":[],"sources":["../../src/actions/update-drive-item.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKmE;AAAA,cACrG,+BAAA,EAAiC,CAAA,CAAE,UAasC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const sharePointUpdateDriveItem = action("SHARE_POINT_UPDATE_DRIVE_ITEM", {
4
+ slug: "share_point-update-drive-item",
5
+ name: "Update Drive Item",
6
+ description: "Tool to update the properties of a drive item (file or folder) in SharePoint using SharePoint REST API. Use when you need to rename files/folders or update their title property.",
7
+ input: z.object({
8
+ name: z.string().describe("The new name for the item (filename with extension for files, folder name for folders). Use to rename the file or folder.").optional(),
9
+ title: z.string().describe("The new title for the item. This updates the Title field of the list item.").optional(),
10
+ site_name: z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
11
+ server_relative_url: z.string().describe("The server-relative URL of the file or folder to update (e.g., '/Shared Documents/file.docx' or '/sites/mysite/Shared Documents/folder').")
12
+ }).describe("Request parameters for updating a drive item's (file or folder) properties via SharePoint REST API."),
13
+ output: z.object({
14
+ Id: z.number().int().describe("The list item ID.").nullable().optional(),
15
+ Title: z.string().describe("The title of the item.").nullable().optional(),
16
+ Created: z.string().describe("Date and time of item creation.").nullable().optional(),
17
+ FileRef: z.string().describe("The server-relative URL of the item.").nullable().optional(),
18
+ Modified: z.string().describe("Date and time the item was last modified.").nullable().optional(),
19
+ "odata.id": z.string().describe("OData ID of the resource.").nullable().optional(),
20
+ "odata.etag": z.string().describe("OData etag of the resource.").nullable().optional(),
21
+ "odata.type": z.string().describe("OData type of the resource.").nullable().optional(),
22
+ FileLeafRef: z.string().describe("The name of the file or folder.").nullable().optional(),
23
+ ContentTypeId: z.string().describe("Content type ID.").nullable().optional(),
24
+ "odata.editLink": z.string().describe("OData edit link.").nullable().optional(),
25
+ File_x0020_Type: z.string().describe("The file extension (for files).").nullable().optional()
26
+ }).passthrough().describe("Response model containing the updated drive item details.")
27
+ });
28
+ //#endregion
29
+ export { sharePointUpdateDriveItem };
30
+
31
+ //# sourceMappingURL=update-drive-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-drive-item.mjs","names":[],"sources":["../../src/actions/update-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateDriveItemInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the item (filename with extension for files, folder name for folders). Use to rename the file or folder.\").optional(),\n title: z.string().describe(\"The new title for the item. This updates the Title field of the list item.\").optional(),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n server_relative_url: z.string().describe(\"The server-relative URL of the file or folder to update (e.g., '/Shared Documents/file.docx' or '/sites/mysite/Shared Documents/folder').\"),\n}).describe(\"Request parameters for updating a drive item's (file or folder) properties via SharePoint REST API.\");\nexport const SharePointUpdateDriveItemOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The list item ID.\").nullable().optional(),\n Title: z.string().describe(\"The title of the item.\").nullable().optional(),\n Created: z.string().describe(\"Date and time of item creation.\").nullable().optional(),\n FileRef: z.string().describe(\"The server-relative URL of the item.\").nullable().optional(),\n Modified: z.string().describe(\"Date and time the item was last modified.\").nullable().optional(),\n \"odata.id\": z.string().describe(\"OData ID of the resource.\").nullable().optional(),\n \"odata.etag\": z.string().describe(\"OData etag of the resource.\").nullable().optional(),\n \"odata.type\": z.string().describe(\"OData type of the resource.\").nullable().optional(),\n FileLeafRef: z.string().describe(\"The name of the file or folder.\").nullable().optional(),\n ContentTypeId: z.string().describe(\"Content type ID.\").nullable().optional(),\n \"odata.editLink\": z.string().describe(\"OData edit link.\").nullable().optional(),\n File_x0020_Type: z.string().describe(\"The file extension (for files).\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the updated drive item details.\");\n\nexport const sharePointUpdateDriveItem = action(\"SHARE_POINT_UPDATE_DRIVE_ITEM\", {\n slug: \"share_point-update-drive-item\",\n name: \"Update Drive Item\",\n description: \"Tool to update the properties of a drive item (file or folder) in SharePoint using SharePoint REST API. Use when you need to rename files/folders or update their title property.\",\n input: SharePointUpdateDriveItemInput,\n output: SharePointUpdateDriveItemOutput,\n});\n"],"mappings":";;AAyBA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzB0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EAChK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EAClH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;EACtO,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACtL,CAAC,CAAC,CAAC,SAAS,qGAoBH;CACP,QApB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAOhB;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-file-item.ts
4
+ const SharePointUpdateFileItemInput = zod.z.object({
5
+ etag: zod.z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates. Format: '\"guid,version\"' like '\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\"'.").optional(),
6
+ fields: zod.z.object({}).describe("Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item')."),
7
+ site_name: zod.z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
8
+ server_relative_url: zod.z.string().describe("Server-relative URL of the file to update, starting with '/'. E.g., '/Shared Documents/report.pdf' or '/sites/Finance/Documents/W-9.pdf'."),
9
+ entity_type_full_name: zod.z.string().describe("The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.Shared_x0020_DocumentsItem'.").optional()
10
+ }).describe("Request model for updating a SharePoint file item's metadata fields.");
11
+ const SharePointUpdateFileItemOutput = zod.z.object({
12
+ etag: zod.z.string().describe("The ETag of the updated item, if returned by the server.").nullable().optional(),
13
+ message: zod.z.string().describe("Success message describing the update result."),
14
+ success: zod.z.boolean().describe("Indicates whether the update operation succeeded."),
15
+ server_relative_url: zod.z.string().describe("The server-relative URL of the updated file.")
16
+ }).describe("Response model for a successful file item update.");
17
+ const sharePointUpdateFileItem = require_action.action("SHARE_POINT_UPDATE_FILE_ITEM", {
18
+ slug: "share_point-update-file-item",
19
+ name: "Update File Item Metadata",
20
+ description: "Tool to update metadata fields on a SharePoint file item via its ListItemAllFields. Use this action when you need to modify document properties, custom columns, or metadata without changing the file content itself. This operates on the list item behind the file, allowing you to set Title, Status, Owner, Categories, or any other library column.",
21
+ input: SharePointUpdateFileItemInput,
22
+ output: SharePointUpdateFileItemOutput
23
+ });
24
+ //#endregion
25
+ exports.sharePointUpdateFileItem = sharePointUpdateFileItem;
26
+
27
+ //# sourceMappingURL=update-file-item.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-file-item.cjs","names":["z","action"],"sources":["../../src/actions/update-file-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateFileItemInput: z.ZodTypeAny = z.object({\n etag: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates. Format: '\\\"guid,version\\\"' like '\\\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\\\"'.\").optional(),\n fields: z.object({}).describe(\"Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item').\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n server_relative_url: z.string().describe(\"Server-relative URL of the file to update, starting with '/'. E.g., '/Shared Documents/report.pdf' or '/sites/Finance/Documents/W-9.pdf'.\"),\n entity_type_full_name: z.string().describe(\"The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.Shared_x0020_DocumentsItem'.\").optional(),\n}).describe(\"Request model for updating a SharePoint file item's metadata fields.\");\nexport const SharePointUpdateFileItemOutput: z.ZodTypeAny = z.object({\n etag: z.string().describe(\"The ETag of the updated item, if returned by the server.\").nullable().optional(),\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n server_relative_url: z.string().describe(\"The server-relative URL of the updated file.\"),\n}).describe(\"Response model for a successful file item update.\");\n\nexport const sharePointUpdateFileItem = action(\"SHARE_POINT_UPDATE_FILE_ITEM\", {\n slug: \"share_point-update-file-item\",\n name: \"Update File Item Metadata\",\n description: \"Tool to update metadata fields on a SharePoint file item via its ListItemAllFields. Use this action when you need to modify document properties, custom columns, or metadata without changing the file content itself. This operates on the list item behind the file, allowing you to set Title, Status, Owner, Categories, or any other library column.\",\n input: SharePointUpdateFileItemInput,\n output: SharePointUpdateFileItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,6NAA6N,CAAC,CAAC,SAAS;CAC/Q,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0bAA0b;CACxd,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CACtO,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACpL,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS;AAC7Q,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACjF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AACzF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-file-item.d.ts
4
+ declare const SharePointUpdateFileItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateFileItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateFileItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateFileItem };
9
+ //# sourceMappingURL=update-file-item.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-file-item.d.cts","names":[],"sources":["../../src/actions/update-file-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAMqC;AAAA,cACtE,8BAAA,EAAgC,CAAA,CAAE,UAKiB;AAAA,cAEnD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-file-item.d.ts
4
+ declare const SharePointUpdateFileItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateFileItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateFileItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateFileItem };
9
+ //# sourceMappingURL=update-file-item.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-file-item.d.mts","names":[],"sources":["../../src/actions/update-file-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAMqC;AAAA,cACtE,8BAAA,EAAgC,CAAA,CAAE,UAKiB;AAAA,cAEnD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const sharePointUpdateFileItem = action("SHARE_POINT_UPDATE_FILE_ITEM", {
4
+ slug: "share_point-update-file-item",
5
+ name: "Update File Item Metadata",
6
+ description: "Tool to update metadata fields on a SharePoint file item via its ListItemAllFields. Use this action when you need to modify document properties, custom columns, or metadata without changing the file content itself. This operates on the list item behind the file, allowing you to set Title, Status, Owner, Categories, or any other library column.",
7
+ input: z.object({
8
+ etag: z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates. Format: '\"guid,version\"' like '\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\"'.").optional(),
9
+ fields: z.object({}).describe("Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item')."),
10
+ site_name: z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
11
+ server_relative_url: z.string().describe("Server-relative URL of the file to update, starting with '/'. E.g., '/Shared Documents/report.pdf' or '/sites/Finance/Documents/W-9.pdf'."),
12
+ entity_type_full_name: z.string().describe("The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.Shared_x0020_DocumentsItem'.").optional()
13
+ }).describe("Request model for updating a SharePoint file item's metadata fields."),
14
+ output: z.object({
15
+ etag: z.string().describe("The ETag of the updated item, if returned by the server.").nullable().optional(),
16
+ message: z.string().describe("Success message describing the update result."),
17
+ success: z.boolean().describe("Indicates whether the update operation succeeded."),
18
+ server_relative_url: z.string().describe("The server-relative URL of the updated file.")
19
+ }).describe("Response model for a successful file item update.")
20
+ });
21
+ //#endregion
22
+ export { sharePointUpdateFileItem };
23
+
24
+ //# sourceMappingURL=update-file-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-file-item.mjs","names":[],"sources":["../../src/actions/update-file-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateFileItemInput: z.ZodTypeAny = z.object({\n etag: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates. Format: '\\\"guid,version\\\"' like '\\\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\\\"'.\").optional(),\n fields: z.object({}).describe(\"Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item').\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n server_relative_url: z.string().describe(\"Server-relative URL of the file to update, starting with '/'. E.g., '/Shared Documents/report.pdf' or '/sites/Finance/Documents/W-9.pdf'.\"),\n entity_type_full_name: z.string().describe(\"The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.Shared_x0020_DocumentsItem'.\").optional(),\n}).describe(\"Request model for updating a SharePoint file item's metadata fields.\");\nexport const SharePointUpdateFileItemOutput: z.ZodTypeAny = z.object({\n etag: z.string().describe(\"The ETag of the updated item, if returned by the server.\").nullable().optional(),\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n server_relative_url: z.string().describe(\"The server-relative URL of the updated file.\"),\n}).describe(\"Response model for a successful file item update.\");\n\nexport const sharePointUpdateFileItem = action(\"SHARE_POINT_UPDATE_FILE_ITEM\", {\n slug: \"share_point-update-file-item\",\n name: \"Update File Item Metadata\",\n description: \"Tool to update metadata fields on a SharePoint file item via its ListItemAllFields. Use this action when you need to modify document properties, custom columns, or metadata without changing the file content itself. This operates on the list item behind the file, allowing you to set Title, Status, Owner, Categories, or any other library column.\",\n input: SharePointUpdateFileItemInput,\n output: SharePointUpdateFileItemOutput,\n});\n"],"mappings":";;AAkBA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlByD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,6NAA6N,CAAC,CAAC,SAAS;EAC/Q,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0bAA0b;EACxd,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;EACtO,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;EACpL,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS;CAC7Q,CAAC,CAAC,CAAC,SAAS,sEAYH;CACP,QAZ0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACjF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACzF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-list-item.ts
4
+ const SharePointUpdateListItemInput = zod.z.object({
5
+ etag: zod.z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag (from GET_LIST_ITEM_ETAG tool) to ensure safe concurrent updates. Format: '\"guid,version\"' like '\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\"'.").optional(),
6
+ fields: zod.z.object({}).describe("Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item')."),
7
+ item_id: zod.z.number().int().describe("Numeric ID of the list item to update."),
8
+ site_name: zod.z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
9
+ list_title: zod.z.string().describe("The exact title of the SharePoint list containing the item to update."),
10
+ entity_type_full_name: zod.z.string().describe("The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically using GET_LIST_ITEM_ENTITY_TYPE_FULL_NAME. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.TasksListItem'.").optional()
11
+ }).describe("Request model for updating a SharePoint list item.");
12
+ const SharePointUpdateListItemOutput = zod.z.object({
13
+ etag: zod.z.string().describe("The ETag of the updated item, if returned by the server.").nullable().optional(),
14
+ item_id: zod.z.number().int().describe("The ID of the updated list item."),
15
+ message: zod.z.string().describe("Success message describing the update result."),
16
+ success: zod.z.boolean().describe("Indicates whether the update operation succeeded.")
17
+ }).describe("Response model for a successful list item update.");
18
+ const sharePointUpdateListItem = require_action.action("SHARE_POINT_UPDATE_LIST_ITEM", {
19
+ slug: "share_point-update-list-item",
20
+ name: "Update SharePoint List Item",
21
+ description: "Tool to update fields on an existing SharePoint list item. Use when you need to modify an item's properties with proper ETag concurrency control via MERGE.",
22
+ input: SharePointUpdateListItemInput,
23
+ output: SharePointUpdateListItemOutput
24
+ });
25
+ //#endregion
26
+ exports.sharePointUpdateListItem = sharePointUpdateListItem;
27
+
28
+ //# sourceMappingURL=update-list-item.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list-item.cjs","names":["z","action"],"sources":["../../src/actions/update-list-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateListItemInput: z.ZodTypeAny = z.object({\n etag: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag (from GET_LIST_ITEM_ETAG tool) to ensure safe concurrent updates. Format: '\\\"guid,version\\\"' like '\\\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\\\"'.\").optional(),\n fields: z.object({}).describe(\"Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item').\"),\n item_id: z.number().int().describe(\"Numeric ID of the list item to update.\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n list_title: z.string().describe(\"The exact title of the SharePoint list containing the item to update.\"),\n entity_type_full_name: z.string().describe(\"The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically using GET_LIST_ITEM_ENTITY_TYPE_FULL_NAME. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.TasksListItem'.\").optional(),\n}).describe(\"Request model for updating a SharePoint list item.\");\nexport const SharePointUpdateListItemOutput: z.ZodTypeAny = z.object({\n etag: z.string().describe(\"The ETag of the updated item, if returned by the server.\").nullable().optional(),\n item_id: z.number().int().describe(\"The ID of the updated list item.\"),\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n}).describe(\"Response model for a successful list item update.\");\n\nexport const sharePointUpdateListItem = action(\"SHARE_POINT_UPDATE_LIST_ITEM\", {\n slug: \"share_point-update-list-item\",\n name: \"Update SharePoint List Item\",\n description: \"Tool to update fields on an existing SharePoint list item. Use when you need to modify an item's properties with proper ETag concurrency control via MERGE.\",\n input: SharePointUpdateListItemInput,\n output: SharePointUpdateListItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,4PAA4P,CAAC,CAAC,SAAS;CAC9S,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0bAA0b;CACxd,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CACtO,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACvG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kPAAkP,CAAC,CAAC,SAAS;AAC1S,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;AACnF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-list-item.d.ts
4
+ declare const SharePointUpdateListItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateListItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateListItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateListItem };
9
+ //# sourceMappingURL=update-list-item.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list-item.d.cts","names":[],"sources":["../../src/actions/update-list-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAOmB;AAAA,cACpD,8BAAA,EAAgC,CAAA,CAAE,UAKiB;AAAA,cAEnD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-list-item.d.ts
4
+ declare const SharePointUpdateListItemInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateListItemOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateListItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateListItem };
9
+ //# sourceMappingURL=update-list-item.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list-item.d.mts","names":[],"sources":["../../src/actions/update-list-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAOmB;AAAA,cACpD,8BAAA,EAAgC,CAAA,CAAE,UAKiB;AAAA,cAEnD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const sharePointUpdateListItem = action("SHARE_POINT_UPDATE_LIST_ITEM", {
4
+ slug: "share_point-update-list-item",
5
+ name: "Update SharePoint List Item",
6
+ description: "Tool to update fields on an existing SharePoint list item. Use when you need to modify an item's properties with proper ETag concurrency control via MERGE.",
7
+ input: z.object({
8
+ etag: z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag (from GET_LIST_ITEM_ETAG tool) to ensure safe concurrent updates. Format: '\"guid,version\"' like '\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\"'.").optional(),
9
+ fields: z.object({}).describe("Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item')."),
10
+ item_id: z.number().int().describe("Numeric ID of the list item to update."),
11
+ site_name: z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
12
+ list_title: z.string().describe("The exact title of the SharePoint list containing the item to update."),
13
+ entity_type_full_name: z.string().describe("The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically using GET_LIST_ITEM_ENTITY_TYPE_FULL_NAME. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.TasksListItem'.").optional()
14
+ }).describe("Request model for updating a SharePoint list item."),
15
+ output: z.object({
16
+ etag: z.string().describe("The ETag of the updated item, if returned by the server.").nullable().optional(),
17
+ item_id: z.number().int().describe("The ID of the updated list item."),
18
+ message: z.string().describe("Success message describing the update result."),
19
+ success: z.boolean().describe("Indicates whether the update operation succeeded.")
20
+ }).describe("Response model for a successful list item update.")
21
+ });
22
+ //#endregion
23
+ export { sharePointUpdateListItem };
24
+
25
+ //# sourceMappingURL=update-list-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list-item.mjs","names":[],"sources":["../../src/actions/update-list-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateListItemInput: z.ZodTypeAny = z.object({\n etag: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag (from GET_LIST_ITEM_ETAG tool) to ensure safe concurrent updates. Format: '\\\"guid,version\\\"' like '\\\"c7a93369-bda8-4da1-b1a3-3d87d2e207fc,1\\\"'.\").optional(),\n fields: z.object({}).describe(\"Dictionary mapping internal field names to their new values. Supports text, numbers, booleans, dates, and complex types for lookup/person fields. For lookup and person/group fields, append 'Id' to the field name and provide the ID as an integer (single-value) or {'results': [id1, id2, ...]} for multi-value (OData verbose format). Internal field names with spaces are encoded with '_x0020_' (e.g., 'Related_x0020_Item' for 'Related Item').\"),\n item_id: z.number().int().describe(\"Numeric ID of the list item to update.\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n list_title: z.string().describe(\"The exact title of the SharePoint list containing the item to update.\"),\n entity_type_full_name: z.string().describe(\"The ListItemEntityTypeFullName required for __metadata.type in the request body. If not provided, it will be fetched automatically using GET_LIST_ITEM_ENTITY_TYPE_FULL_NAME. Format: 'SP.Data.{ListName}ListItem' like 'SP.Data.TasksListItem'.\").optional(),\n}).describe(\"Request model for updating a SharePoint list item.\");\nexport const SharePointUpdateListItemOutput: z.ZodTypeAny = z.object({\n etag: z.string().describe(\"The ETag of the updated item, if returned by the server.\").nullable().optional(),\n item_id: z.number().int().describe(\"The ID of the updated list item.\"),\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n}).describe(\"Response model for a successful list item update.\");\n\nexport const sharePointUpdateListItem = action(\"SHARE_POINT_UPDATE_LIST_ITEM\", {\n slug: \"share_point-update-list-item\",\n name: \"Update SharePoint List Item\",\n description: \"Tool to update fields on an existing SharePoint list item. Use when you need to modify an item's properties with proper ETag concurrency control via MERGE.\",\n input: SharePointUpdateListItemInput,\n output: SharePointUpdateListItemOutput,\n});\n"],"mappings":";;AAmBA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnByD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,4PAA4P,CAAC,CAAC,SAAS;EAC9S,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0bAA0b;EACxd,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;EACtO,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACvG,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,kPAAkP,CAAC,CAAC,SAAS;CAC1S,CAAC,CAAC,CAAC,SAAS,oDAYH;CACP,QAZ0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACnF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-list.ts
4
+ const SharePointUpdateListInput = zod.z.object({
5
+ title: zod.z.string().describe("New title for the list. Provide this to rename the list.").optional(),
6
+ if_match: zod.z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates.").optional(),
7
+ list_guid: zod.z.string().describe("GUID of the SharePoint list to update, in canonical format (e.g., 'a12e3d6e-9414-462d-bd53-cf06f3982ad3')."),
8
+ site_name: zod.z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
9
+ description: zod.z.string().describe("New description for the list. Provide this to update the list description.").optional(),
10
+ enable_versioning: zod.z.boolean().describe("Whether versioning is enabled for the list. Set to true to enable, false to disable.").optional(),
11
+ enable_attachments: zod.z.boolean().describe("Whether attachments are enabled for list items. Set to true to enable, false to disable.").optional(),
12
+ content_types_enabled: zod.z.boolean().describe("Whether content types are enabled for the list. Set to true to enable, false to disable.").optional()
13
+ }).describe("Request model for updating a SharePoint list.");
14
+ const SharePointUpdateListOutput = zod.z.object({
15
+ message: zod.z.string().describe("Success message describing the update result."),
16
+ success: zod.z.boolean().describe("Indicates whether the update operation succeeded."),
17
+ list_guid: zod.z.string().describe("The GUID of the updated list.")
18
+ }).describe("Response model for a successful list update.");
19
+ const sharePointUpdateList = require_action.action("SHARE_POINT_UPDATE_LIST", {
20
+ slug: "share_point-update-list",
21
+ name: "Update SharePoint List",
22
+ description: "Tool to update properties of an existing SharePoint list. Use when you need to modify list metadata such as title, description, or settings like versioning and attachments.",
23
+ input: SharePointUpdateListInput,
24
+ output: SharePointUpdateListOutput
25
+ });
26
+ //#endregion
27
+ exports.sharePointUpdateList = sharePointUpdateList;
28
+
29
+ //# sourceMappingURL=update-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list.cjs","names":["z","action"],"sources":["../../src/actions/update-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateListInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"New title for the list. Provide this to rename the list.\").optional(),\n if_match: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates.\").optional(),\n list_guid: z.string().describe(\"GUID of the SharePoint list to update, in canonical format (e.g., 'a12e3d6e-9414-462d-bd53-cf06f3982ad3').\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n description: z.string().describe(\"New description for the list. Provide this to update the list description.\").optional(),\n enable_versioning: z.boolean().describe(\"Whether versioning is enabled for the list. Set to true to enable, false to disable.\").optional(),\n enable_attachments: z.boolean().describe(\"Whether attachments are enabled for list items. Set to true to enable, false to disable.\").optional(),\n content_types_enabled: z.boolean().describe(\"Whether content types are enabled for the list. Set to true to enable, false to disable.\").optional(),\n}).describe(\"Request model for updating a SharePoint list.\");\nexport const SharePointUpdateListOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n list_guid: z.string().describe(\"The GUID of the updated list.\"),\n}).describe(\"Response model for a successful list update.\");\n\nexport const sharePointUpdateList = action(\"SHARE_POINT_UPDATE_LIST\", {\n slug: \"share_point-update-list\",\n name: \"Update SharePoint List\",\n description: \"Tool to update properties of an existing SharePoint list. Use when you need to modify list metadata such as title, description, or settings like versioning and attachments.\",\n input: SharePointUpdateListInput,\n output: SharePointUpdateListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;CACrM,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G;CAC3I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CACtO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACxH,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACzI,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC9I,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AACnJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAChE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/update-list.d.ts
4
+ declare const SharePointUpdateListInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateListOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateList };
9
+ //# sourceMappingURL=update-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list.d.cts","names":[],"sources":["../../src/actions/update-list.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UASkB;AAAA,cAC/C,0BAAA,EAA4B,CAAA,CAAE,UAIgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-list.d.ts
4
+ declare const SharePointUpdateListInput: z.ZodTypeAny;
5
+ declare const SharePointUpdateListOutput: z.ZodTypeAny;
6
+ declare const sharePointUpdateList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sharePointUpdateList };
9
+ //# sourceMappingURL=update-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list.d.mts","names":[],"sources":["../../src/actions/update-list.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UASkB;AAAA,cAC/C,0BAAA,EAA4B,CAAA,CAAE,UAIgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const sharePointUpdateList = action("SHARE_POINT_UPDATE_LIST", {
4
+ slug: "share_point-update-list",
5
+ name: "Update SharePoint List",
6
+ description: "Tool to update properties of an existing SharePoint list. Use when you need to modify list metadata such as title, description, or settings like versioning and attachments.",
7
+ input: z.object({
8
+ title: z.string().describe("New title for the list. Provide this to rename the list.").optional(),
9
+ if_match: z.string().default("*").describe("ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates.").optional(),
10
+ list_guid: z.string().describe("GUID of the SharePoint list to update, in canonical format (e.g., 'a12e3d6e-9414-462d-bd53-cf06f3982ad3')."),
11
+ site_name: z.string().describe("The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.").optional(),
12
+ description: z.string().describe("New description for the list. Provide this to update the list description.").optional(),
13
+ enable_versioning: z.boolean().describe("Whether versioning is enabled for the list. Set to true to enable, false to disable.").optional(),
14
+ enable_attachments: z.boolean().describe("Whether attachments are enabled for list items. Set to true to enable, false to disable.").optional(),
15
+ content_types_enabled: z.boolean().describe("Whether content types are enabled for the list. Set to true to enable, false to disable.").optional()
16
+ }).describe("Request model for updating a SharePoint list."),
17
+ output: z.object({
18
+ message: z.string().describe("Success message describing the update result."),
19
+ success: z.boolean().describe("Indicates whether the update operation succeeded."),
20
+ list_guid: z.string().describe("The GUID of the updated list.")
21
+ }).describe("Response model for a successful list update.")
22
+ });
23
+ //#endregion
24
+ export { sharePointUpdateList };
25
+
26
+ //# sourceMappingURL=update-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-list.mjs","names":[],"sources":["../../src/actions/update-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateListInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"New title for the list. Provide this to rename the list.\").optional(),\n if_match: z.string().default(\"*\").describe(\"ETag value for concurrency control. Use '*' to force update regardless of version. Provide a specific ETag to ensure safe concurrent updates.\").optional(),\n list_guid: z.string().describe(\"GUID of the SharePoint list to update, in canonical format (e.g., 'a12e3d6e-9414-462d-bd53-cf06f3982ad3').\"),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., 'composio-test'). If omitted, the root site is used. When provided, the API base URL becomes https://{tenant}.sharepoint.com/sites/{site}.\").optional(),\n description: z.string().describe(\"New description for the list. Provide this to update the list description.\").optional(),\n enable_versioning: z.boolean().describe(\"Whether versioning is enabled for the list. Set to true to enable, false to disable.\").optional(),\n enable_attachments: z.boolean().describe(\"Whether attachments are enabled for list items. Set to true to enable, false to disable.\").optional(),\n content_types_enabled: z.boolean().describe(\"Whether content types are enabled for the list. Set to true to enable, false to disable.\").optional(),\n}).describe(\"Request model for updating a SharePoint list.\");\nexport const SharePointUpdateListOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n list_guid: z.string().describe(\"The GUID of the updated list.\"),\n}).describe(\"Response model for a successful list update.\");\n\nexport const sharePointUpdateList = action(\"SHARE_POINT_UPDATE_LIST\", {\n slug: \"share_point-update-list\",\n name: \"Update SharePoint List\",\n description: \"Tool to update properties of an existing SharePoint list. Use when you need to modify list metadata such as title, description, or settings like versioning and attachments.\",\n input: SharePointUpdateListInput,\n output: SharePointUpdateListOutput,\n});\n"],"mappings":";;AAoBA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBqD,EAAE,OAAO;EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAChG,UAAU,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;EACrM,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G;EAC3I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;EACtO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EACxH,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EACzI,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EAC9I,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACnJ,CAAC,CAAC,CAAC,SAAS,+CAWH;CACP,QAXsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-site.ts
4
+ const SharePointUpdateSiteInput = zod.z.object({
5
+ title: zod.z.string().describe("The new title for the site. If not provided, the title will not be updated.").optional(),
6
+ site_name: zod.z.string().describe("The subsite name to scope the request to (e.g., `composio-test`). If omitted, the root site is used. When provided, the API base URL becomes `https://{tenant}.sharepoint.com/sites/{site}`.").optional(),
7
+ description: zod.z.string().describe("The new description for the site. If not provided, the description will not be updated.").optional(),
8
+ tree_view_enabled: zod.z.boolean().describe("Whether the tree view is enabled on the site.").optional(),
9
+ quick_launch_enabled: zod.z.boolean().describe("Whether the Quick Launch navigation is enabled on the site.").optional(),
10
+ enable_minimal_download: zod.z.boolean().describe("Whether to enable minimal download strategy for the site.").optional(),
11
+ save_site_as_template_enabled: zod.z.boolean().describe("Whether the 'Save Site as Template' feature is enabled.").optional()
12
+ }).describe("Request model for updating a SharePoint site (web).");
13
+ const SharePointUpdateSiteOutput = zod.z.object({
14
+ message: zod.z.string().describe("Success message describing the update result."),
15
+ success: zod.z.boolean().describe("Indicates whether the update operation succeeded.")
16
+ }).describe("Response model for a successful site update.");
17
+ const sharePointUpdateSite = require_action.action("SHARE_POINT_UPDATE_SITE", {
18
+ slug: "share_point-update-site",
19
+ name: "Update SharePoint Site",
20
+ description: "Tool to update properties of the current SharePoint site (web). Use when you need to modify site title, description, or other SP.Web properties via MERGE.",
21
+ input: SharePointUpdateSiteInput,
22
+ output: SharePointUpdateSiteOutput
23
+ });
24
+ //#endregion
25
+ exports.sharePointUpdateSite = sharePointUpdateSite;
26
+
27
+ //# sourceMappingURL=update-site.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-site.cjs","names":["z","action"],"sources":["../../src/actions/update-site.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharePointUpdateSiteInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The new title for the site. If not provided, the title will not be updated.\").optional(),\n site_name: z.string().describe(\"The subsite name to scope the request to (e.g., `composio-test`). If omitted, the root site is used. When provided, the API base URL becomes `https://{tenant}.sharepoint.com/sites/{site}`.\").optional(),\n description: z.string().describe(\"The new description for the site. If not provided, the description will not be updated.\").optional(),\n tree_view_enabled: z.boolean().describe(\"Whether the tree view is enabled on the site.\").optional(),\n quick_launch_enabled: z.boolean().describe(\"Whether the Quick Launch navigation is enabled on the site.\").optional(),\n enable_minimal_download: z.boolean().describe(\"Whether to enable minimal download strategy for the site.\").optional(),\n save_site_as_template_enabled: z.boolean().describe(\"Whether the 'Save Site as Template' feature is enabled.\").optional(),\n}).describe(\"Request model for updating a SharePoint site (web).\");\nexport const SharePointUpdateSiteOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Success message describing the update result.\"),\n success: z.boolean().describe(\"Indicates whether the update operation succeeded.\"),\n}).describe(\"Response model for a successful site update.\");\n\nexport const sharePointUpdateSite = action(\"SHARE_POINT_UPDATE_SITE\", {\n slug: \"share_point-update-site\",\n name: \"Update SharePoint Site\",\n description: \"Tool to update properties of the current SharePoint site (web). Use when you need to modify site title, description, or other SP.Web properties via MERGE.\",\n input: SharePointUpdateSiteInput,\n output: SharePointUpdateSiteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACnH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;CACxO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACrI,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAClG,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACnH,yBAAyBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACpH,+BAA+BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;AACnF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}