@linebundle-sdk/ts 0.1.21 → 0.3.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 (2688) hide show
  1. package/FUNCTIONS.md +6 -7
  2. package/README.md +284 -310
  3. package/esm/core.d.ts +1 -1
  4. package/esm/core.d.ts.map +1 -1
  5. package/esm/core.js +1 -1
  6. package/esm/core.js.map +1 -1
  7. package/esm/funcs/ai-agent-cancel-workflow.d.ts +19 -0
  8. package/esm/funcs/ai-agent-cancel-workflow.d.ts.map +1 -0
  9. package/esm/funcs/ai-agent-cancel-workflow.js +89 -0
  10. package/esm/funcs/ai-agent-cancel-workflow.js.map +1 -0
  11. package/esm/funcs/ai-agent-create-session.d.ts +18 -0
  12. package/esm/funcs/ai-agent-create-session.d.ts.map +1 -0
  13. package/esm/funcs/ai-agent-create-session.js +82 -0
  14. package/esm/funcs/ai-agent-create-session.js.map +1 -0
  15. package/esm/funcs/ai-agent-get-session-costs.d.ts +19 -0
  16. package/esm/funcs/ai-agent-get-session-costs.d.ts.map +1 -0
  17. package/esm/funcs/ai-agent-get-session-costs.js +89 -0
  18. package/esm/funcs/ai-agent-get-session-costs.js.map +1 -0
  19. package/esm/funcs/ai-agent-get-session.d.ts +19 -0
  20. package/esm/funcs/ai-agent-get-session.d.ts.map +1 -0
  21. package/esm/funcs/ai-agent-get-session.js +88 -0
  22. package/esm/funcs/ai-agent-get-session.js.map +1 -0
  23. package/esm/funcs/ai-agent-list-sessions.d.ts +19 -0
  24. package/esm/funcs/ai-agent-list-sessions.d.ts.map +1 -0
  25. package/esm/funcs/ai-agent-list-sessions.js +89 -0
  26. package/esm/funcs/ai-agent-list-sessions.js.map +1 -0
  27. package/esm/funcs/ai-agent-list-workflows.d.ts +19 -0
  28. package/esm/funcs/ai-agent-list-workflows.d.ts.map +1 -0
  29. package/esm/funcs/ai-agent-list-workflows.js +90 -0
  30. package/esm/funcs/ai-agent-list-workflows.js.map +1 -0
  31. package/esm/funcs/ai-agent-send-message.d.ts +19 -0
  32. package/esm/funcs/ai-agent-send-message.d.ts.map +1 -0
  33. package/esm/funcs/ai-agent-send-message.js +90 -0
  34. package/esm/funcs/ai-agent-send-message.js.map +1 -0
  35. package/esm/funcs/ai-agent-start-workflow-async.d.ts +18 -0
  36. package/esm/funcs/ai-agent-start-workflow-async.d.ts.map +1 -0
  37. package/esm/funcs/ai-agent-start-workflow-async.js +82 -0
  38. package/esm/funcs/ai-agent-start-workflow-async.js.map +1 -0
  39. package/esm/funcs/ai-agent-start-workflow.d.ts +18 -0
  40. package/esm/funcs/ai-agent-start-workflow.d.ts.map +1 -0
  41. package/esm/funcs/ai-agent-start-workflow.js +82 -0
  42. package/esm/funcs/ai-agent-start-workflow.js.map +1 -0
  43. package/esm/funcs/ai-agents-get-org-costs.d.ts +19 -0
  44. package/esm/funcs/ai-agents-get-org-costs.d.ts.map +1 -0
  45. package/esm/funcs/ai-agents-get-org-costs.js +87 -0
  46. package/esm/funcs/ai-agents-get-org-costs.js.map +1 -0
  47. package/esm/funcs/ai-delete-session.d.ts +18 -0
  48. package/esm/funcs/ai-delete-session.d.ts.map +1 -0
  49. package/esm/funcs/ai-delete-session.js +88 -0
  50. package/esm/funcs/ai-delete-session.js.map +1 -0
  51. package/esm/funcs/ai-workflows-get-execution-details.d.ts +19 -0
  52. package/esm/funcs/ai-workflows-get-execution-details.d.ts.map +1 -0
  53. package/esm/funcs/ai-workflows-get-execution-details.js +89 -0
  54. package/esm/funcs/ai-workflows-get-execution-details.js.map +1 -0
  55. package/esm/funcs/analytic-get-dashboard.d.ts +14 -0
  56. package/esm/funcs/analytic-get-dashboard.d.ts.map +1 -0
  57. package/esm/funcs/analytic-get-dashboard.js +64 -0
  58. package/esm/funcs/analytic-get-dashboard.js.map +1 -0
  59. package/esm/funcs/analytic-get-totals.d.ts +14 -0
  60. package/esm/funcs/analytic-get-totals.d.ts.map +1 -0
  61. package/esm/funcs/analytic-get-totals.js +64 -0
  62. package/esm/funcs/analytic-get-totals.js.map +1 -0
  63. package/esm/funcs/audit-logs-get-permission-stats.d.ts +32 -0
  64. package/esm/funcs/audit-logs-get-permission-stats.d.ts.map +1 -0
  65. package/esm/funcs/audit-logs-get-permission-stats.js +102 -0
  66. package/esm/funcs/audit-logs-get-permission-stats.js.map +1 -0
  67. package/esm/funcs/audit-logs-list-permissions.d.ts +35 -0
  68. package/esm/funcs/audit-logs-list-permissions.d.ts.map +1 -0
  69. package/esm/funcs/audit-logs-list-permissions.js +108 -0
  70. package/esm/funcs/audit-logs-list-permissions.js.map +1 -0
  71. package/esm/funcs/auth-contexts-get.d.ts +20 -0
  72. package/esm/funcs/auth-contexts-get.d.ts.map +1 -0
  73. package/esm/funcs/auth-contexts-get.js +70 -0
  74. package/esm/funcs/auth-contexts-get.js.map +1 -0
  75. package/esm/funcs/automation-cron-health-check.d.ts +20 -0
  76. package/esm/funcs/automation-cron-health-check.d.ts.map +1 -0
  77. package/esm/funcs/automation-cron-health-check.js +71 -0
  78. package/esm/funcs/automation-cron-health-check.js.map +1 -0
  79. package/esm/funcs/automation-cron-trigger-scheduled.d.ts +44 -0
  80. package/esm/funcs/automation-cron-trigger-scheduled.d.ts.map +1 -0
  81. package/esm/funcs/automation-cron-trigger-scheduled.js +109 -0
  82. package/esm/funcs/automation-cron-trigger-scheduled.js.map +1 -0
  83. package/esm/funcs/automation-metadata-get-actions.d.ts +17 -0
  84. package/esm/funcs/automation-metadata-get-actions.d.ts.map +1 -0
  85. package/esm/funcs/automation-metadata-get-actions.js +68 -0
  86. package/esm/funcs/automation-metadata-get-actions.js.map +1 -0
  87. package/esm/funcs/automation-metadata-get-task.d.ts +19 -0
  88. package/esm/funcs/automation-metadata-get-task.d.ts.map +1 -0
  89. package/esm/funcs/automation-metadata-get-task.js +89 -0
  90. package/esm/funcs/automation-metadata-get-task.js.map +1 -0
  91. package/esm/funcs/automation-metadata-get-tasks.d.ts +19 -0
  92. package/esm/funcs/automation-metadata-get-tasks.d.ts.map +1 -0
  93. package/esm/funcs/automation-metadata-get-tasks.js +89 -0
  94. package/esm/funcs/automation-metadata-get-tasks.js.map +1 -0
  95. package/esm/funcs/automation-metadata-get-triggers.d.ts +17 -0
  96. package/esm/funcs/automation-metadata-get-triggers.d.ts.map +1 -0
  97. package/esm/funcs/automation-metadata-get-triggers.js +68 -0
  98. package/esm/funcs/automation-metadata-get-triggers.js.map +1 -0
  99. package/esm/funcs/automation-rules-create.d.ts +22 -0
  100. package/esm/funcs/automation-rules-create.d.ts.map +1 -0
  101. package/esm/funcs/automation-rules-create.js +86 -0
  102. package/esm/funcs/automation-rules-create.js.map +1 -0
  103. package/esm/funcs/automation-rules-delete.d.ts +18 -0
  104. package/esm/funcs/automation-rules-delete.d.ts.map +1 -0
  105. package/esm/funcs/automation-rules-delete.js +88 -0
  106. package/esm/funcs/automation-rules-delete.js.map +1 -0
  107. package/esm/funcs/automation-rules-execute.d.ts +19 -0
  108. package/esm/funcs/automation-rules-execute.d.ts.map +1 -0
  109. package/esm/funcs/automation-rules-execute.js +90 -0
  110. package/esm/funcs/automation-rules-execute.js.map +1 -0
  111. package/esm/funcs/automation-rules-get-conditions.d.ts +17 -0
  112. package/esm/funcs/automation-rules-get-conditions.d.ts.map +1 -0
  113. package/esm/funcs/automation-rules-get-conditions.js +68 -0
  114. package/esm/funcs/automation-rules-get-conditions.js.map +1 -0
  115. package/esm/funcs/automation-rules-get-executions.d.ts +21 -0
  116. package/esm/funcs/automation-rules-get-executions.d.ts.map +1 -0
  117. package/esm/funcs/automation-rules-get-executions.js +95 -0
  118. package/esm/funcs/automation-rules-get-executions.js.map +1 -0
  119. package/esm/funcs/automation-rules-get-metadata.d.ts +17 -0
  120. package/esm/funcs/automation-rules-get-metadata.d.ts.map +1 -0
  121. package/esm/funcs/automation-rules-get-metadata.js +67 -0
  122. package/esm/funcs/automation-rules-get-metadata.js.map +1 -0
  123. package/esm/funcs/automation-rules-get.d.ts +19 -0
  124. package/esm/funcs/automation-rules-get.d.ts.map +1 -0
  125. package/esm/funcs/automation-rules-get.js +88 -0
  126. package/esm/funcs/automation-rules-get.js.map +1 -0
  127. package/esm/funcs/automation-rules-list.d.ts +23 -0
  128. package/esm/funcs/automation-rules-list.d.ts.map +1 -0
  129. package/esm/funcs/automation-rules-list.js +92 -0
  130. package/esm/funcs/automation-rules-list.js.map +1 -0
  131. package/esm/funcs/automation-rules-patch.d.ts +19 -0
  132. package/esm/funcs/automation-rules-patch.d.ts.map +1 -0
  133. package/esm/funcs/automation-rules-patch.js +90 -0
  134. package/esm/funcs/automation-rules-patch.js.map +1 -0
  135. package/esm/funcs/automation-rules-update.d.ts +19 -0
  136. package/esm/funcs/automation-rules-update.d.ts.map +1 -0
  137. package/esm/funcs/automation-rules-update.js +90 -0
  138. package/esm/funcs/automation-rules-update.js.map +1 -0
  139. package/esm/funcs/booking-create.d.ts +18 -0
  140. package/esm/funcs/booking-create.d.ts.map +1 -0
  141. package/esm/funcs/booking-create.js +82 -0
  142. package/esm/funcs/booking-create.js.map +1 -0
  143. package/esm/funcs/bookings-check-availability.d.ts +18 -0
  144. package/esm/funcs/bookings-check-availability.d.ts.map +1 -0
  145. package/esm/funcs/bookings-check-availability.js +82 -0
  146. package/esm/funcs/bookings-check-availability.js.map +1 -0
  147. package/esm/funcs/bookings-delete.d.ts +18 -0
  148. package/esm/funcs/bookings-delete.d.ts.map +1 -0
  149. package/esm/funcs/bookings-delete.js +88 -0
  150. package/esm/funcs/bookings-delete.js.map +1 -0
  151. package/esm/funcs/bookings-get-by-id.d.ts +19 -0
  152. package/esm/funcs/bookings-get-by-id.d.ts.map +1 -0
  153. package/esm/funcs/bookings-get-by-id.js +88 -0
  154. package/esm/funcs/bookings-get-by-id.js.map +1 -0
  155. package/esm/funcs/bookings-get-place-schedule.d.ts +19 -0
  156. package/esm/funcs/bookings-get-place-schedule.d.ts.map +1 -0
  157. package/esm/funcs/bookings-get-place-schedule.js +94 -0
  158. package/esm/funcs/bookings-get-place-schedule.js.map +1 -0
  159. package/esm/funcs/bookings-list.d.ts +19 -0
  160. package/esm/funcs/bookings-list.d.ts.map +1 -0
  161. package/esm/funcs/bookings-list.js +91 -0
  162. package/esm/funcs/bookings-list.js.map +1 -0
  163. package/esm/funcs/bookings-update.d.ts +19 -0
  164. package/esm/funcs/bookings-update.d.ts.map +1 -0
  165. package/esm/funcs/bookings-update.js +89 -0
  166. package/esm/funcs/bookings-update.js.map +1 -0
  167. package/esm/funcs/chat-messages-delete.d.ts +15 -0
  168. package/esm/funcs/chat-messages-delete.d.ts.map +1 -0
  169. package/esm/funcs/chat-messages-delete.js +85 -0
  170. package/esm/funcs/chat-messages-delete.js.map +1 -0
  171. package/esm/funcs/chat-messages-get-count.d.ts +17 -0
  172. package/esm/funcs/chat-messages-get-count.d.ts.map +1 -0
  173. package/esm/funcs/chat-messages-get-count.js +85 -0
  174. package/esm/funcs/chat-messages-get-count.js.map +1 -0
  175. package/esm/funcs/chat-messages-get-unread-count.d.ts +17 -0
  176. package/esm/funcs/chat-messages-get-unread-count.d.ts.map +1 -0
  177. package/esm/funcs/chat-messages-get-unread-count.js +85 -0
  178. package/esm/funcs/chat-messages-get-unread-count.js.map +1 -0
  179. package/esm/funcs/chat-messages-list.d.ts +16 -0
  180. package/esm/funcs/chat-messages-list.d.ts.map +1 -0
  181. package/esm/funcs/chat-messages-list.js +90 -0
  182. package/esm/funcs/chat-messages-list.js.map +1 -0
  183. package/esm/funcs/chat-messages-mark-read.d.ts +15 -0
  184. package/esm/funcs/chat-messages-mark-read.d.ts.map +1 -0
  185. package/esm/funcs/chat-messages-mark-read.js +85 -0
  186. package/esm/funcs/chat-messages-mark-read.js.map +1 -0
  187. package/esm/funcs/chat-messages-send.d.ts +16 -0
  188. package/esm/funcs/chat-messages-send.d.ts.map +1 -0
  189. package/esm/funcs/chat-messages-send.js +86 -0
  190. package/esm/funcs/chat-messages-send.js.map +1 -0
  191. package/esm/funcs/chat-rooms-add-member.d.ts +16 -0
  192. package/esm/funcs/chat-rooms-add-member.d.ts.map +1 -0
  193. package/esm/funcs/chat-rooms-add-member.js +87 -0
  194. package/esm/funcs/chat-rooms-add-member.js.map +1 -0
  195. package/esm/funcs/chat-rooms-create-direct.d.ts +15 -0
  196. package/esm/funcs/chat-rooms-create-direct.d.ts.map +1 -0
  197. package/esm/funcs/chat-rooms-create-direct.js +79 -0
  198. package/esm/funcs/chat-rooms-create-direct.js.map +1 -0
  199. package/esm/funcs/chat-rooms-create-group.d.ts +15 -0
  200. package/esm/funcs/chat-rooms-create-group.d.ts.map +1 -0
  201. package/esm/funcs/chat-rooms-create-group.js +79 -0
  202. package/esm/funcs/chat-rooms-create-group.js.map +1 -0
  203. package/esm/funcs/chat-rooms-get-by-id.d.ts +16 -0
  204. package/esm/funcs/chat-rooms-get-by-id.d.ts.map +1 -0
  205. package/esm/funcs/chat-rooms-get-by-id.js +85 -0
  206. package/esm/funcs/chat-rooms-get-by-id.js.map +1 -0
  207. package/esm/funcs/chat-rooms-list-members.d.ts +16 -0
  208. package/esm/funcs/chat-rooms-list-members.d.ts.map +1 -0
  209. package/esm/funcs/chat-rooms-list-members.js +86 -0
  210. package/esm/funcs/chat-rooms-list-members.js.map +1 -0
  211. package/esm/funcs/chat-rooms-list.d.ts +16 -0
  212. package/esm/funcs/chat-rooms-list.d.ts.map +1 -0
  213. package/esm/funcs/chat-rooms-list.js +84 -0
  214. package/esm/funcs/chat-rooms-list.js.map +1 -0
  215. package/esm/funcs/chat-rooms-remove-member.d.ts +15 -0
  216. package/esm/funcs/chat-rooms-remove-member.d.ts.map +1 -0
  217. package/esm/funcs/chat-rooms-remove-member.js +89 -0
  218. package/esm/funcs/chat-rooms-remove-member.js.map +1 -0
  219. package/esm/funcs/chat-rooms-update.d.ts +16 -0
  220. package/esm/funcs/chat-rooms-update.d.ts.map +1 -0
  221. package/esm/funcs/chat-rooms-update.js +86 -0
  222. package/esm/funcs/chat-rooms-update.js.map +1 -0
  223. package/esm/funcs/contacts-create.d.ts +18 -0
  224. package/esm/funcs/contacts-create.d.ts.map +1 -0
  225. package/esm/funcs/contacts-create.js +82 -0
  226. package/esm/funcs/contacts-create.js.map +1 -0
  227. package/esm/funcs/contacts-delete.d.ts +18 -0
  228. package/esm/funcs/contacts-delete.d.ts.map +1 -0
  229. package/esm/funcs/contacts-delete.js +88 -0
  230. package/esm/funcs/contacts-delete.js.map +1 -0
  231. package/esm/funcs/contacts-get.d.ts +19 -0
  232. package/esm/funcs/contacts-get.d.ts.map +1 -0
  233. package/esm/funcs/contacts-get.js +88 -0
  234. package/esm/funcs/contacts-get.js.map +1 -0
  235. package/esm/funcs/contacts-list.d.ts +19 -0
  236. package/esm/funcs/contacts-list.d.ts.map +1 -0
  237. package/esm/funcs/contacts-list.js +90 -0
  238. package/esm/funcs/contacts-list.js.map +1 -0
  239. package/esm/funcs/contacts-search.d.ts +19 -0
  240. package/esm/funcs/contacts-search.d.ts.map +1 -0
  241. package/esm/funcs/contacts-search.js +88 -0
  242. package/esm/funcs/contacts-search.js.map +1 -0
  243. package/esm/funcs/contacts-toggle-favorite.d.ts +19 -0
  244. package/esm/funcs/contacts-toggle-favorite.d.ts.map +1 -0
  245. package/esm/funcs/contacts-toggle-favorite.js +90 -0
  246. package/esm/funcs/contacts-toggle-favorite.js.map +1 -0
  247. package/esm/funcs/contacts-update.d.ts +19 -0
  248. package/esm/funcs/contacts-update.d.ts.map +1 -0
  249. package/esm/funcs/contacts-update.js +89 -0
  250. package/esm/funcs/contacts-update.js.map +1 -0
  251. package/esm/funcs/custom-roles-add-permission.d.ts +18 -0
  252. package/esm/funcs/custom-roles-add-permission.d.ts.map +1 -0
  253. package/esm/funcs/custom-roles-add-permission.js +89 -0
  254. package/esm/funcs/custom-roles-add-permission.js.map +1 -0
  255. package/esm/funcs/custom-roles-assign-to-user.d.ts +18 -0
  256. package/esm/funcs/custom-roles-assign-to-user.d.ts.map +1 -0
  257. package/esm/funcs/custom-roles-assign-to-user.js +92 -0
  258. package/esm/funcs/custom-roles-assign-to-user.js.map +1 -0
  259. package/esm/funcs/custom-roles-create.d.ts +19 -0
  260. package/esm/funcs/custom-roles-create.d.ts.map +1 -0
  261. package/esm/funcs/custom-roles-create.js +87 -0
  262. package/esm/funcs/custom-roles-create.js.map +1 -0
  263. package/esm/funcs/custom-roles-get-my-permissions.d.ts +20 -0
  264. package/esm/funcs/custom-roles-get-my-permissions.d.ts.map +1 -0
  265. package/esm/funcs/custom-roles-get-my-permissions.js +71 -0
  266. package/esm/funcs/custom-roles-get-my-permissions.js.map +1 -0
  267. package/esm/funcs/custom-roles-get.d.ts +19 -0
  268. package/esm/funcs/custom-roles-get.d.ts.map +1 -0
  269. package/esm/funcs/custom-roles-get.js +88 -0
  270. package/esm/funcs/custom-roles-get.js.map +1 -0
  271. package/esm/funcs/custom-roles-list.d.ts +19 -0
  272. package/esm/funcs/custom-roles-list.d.ts.map +1 -0
  273. package/esm/funcs/custom-roles-list.js +87 -0
  274. package/esm/funcs/custom-roles-list.js.map +1 -0
  275. package/esm/funcs/custom-roles-remove-permission.d.ts +18 -0
  276. package/esm/funcs/custom-roles-remove-permission.d.ts.map +1 -0
  277. package/esm/funcs/custom-roles-remove-permission.js +92 -0
  278. package/esm/funcs/custom-roles-remove-permission.js.map +1 -0
  279. package/esm/funcs/custom-roles-remove-user-role.d.ts +18 -0
  280. package/esm/funcs/custom-roles-remove-user-role.d.ts.map +1 -0
  281. package/esm/funcs/custom-roles-remove-user-role.js +92 -0
  282. package/esm/funcs/custom-roles-remove-user-role.js.map +1 -0
  283. package/esm/funcs/custom-roles-set-permissions.d.ts +18 -0
  284. package/esm/funcs/custom-roles-set-permissions.d.ts.map +1 -0
  285. package/esm/funcs/custom-roles-set-permissions.js +89 -0
  286. package/esm/funcs/custom-roles-set-permissions.js.map +1 -0
  287. package/esm/funcs/custom-roles-update.d.ts +19 -0
  288. package/esm/funcs/custom-roles-update.d.ts.map +1 -0
  289. package/esm/funcs/custom-roles-update.js +89 -0
  290. package/esm/funcs/custom-roles-update.js.map +1 -0
  291. package/esm/funcs/event-attendees-add-bulk.d.ts +21 -0
  292. package/esm/funcs/event-attendees-add-bulk.d.ts.map +1 -0
  293. package/esm/funcs/event-attendees-add-bulk.js +96 -0
  294. package/esm/funcs/event-attendees-add-bulk.js.map +1 -0
  295. package/esm/funcs/event-attendees-add.d.ts +21 -0
  296. package/esm/funcs/event-attendees-add.d.ts.map +1 -0
  297. package/esm/funcs/event-attendees-add.js +92 -0
  298. package/esm/funcs/event-attendees-add.js.map +1 -0
  299. package/esm/funcs/event-attendees-check-in.d.ts +19 -0
  300. package/esm/funcs/event-attendees-check-in.d.ts.map +1 -0
  301. package/esm/funcs/event-attendees-check-in.js +93 -0
  302. package/esm/funcs/event-attendees-check-in.js.map +1 -0
  303. package/esm/funcs/event-attendees-get.d.ts +21 -0
  304. package/esm/funcs/event-attendees-get.d.ts.map +1 -0
  305. package/esm/funcs/event-attendees-get.js +98 -0
  306. package/esm/funcs/event-attendees-get.js.map +1 -0
  307. package/esm/funcs/event-attendees-remove-bulk.d.ts +20 -0
  308. package/esm/funcs/event-attendees-remove-bulk.d.ts.map +1 -0
  309. package/esm/funcs/event-attendees-remove-bulk.js +89 -0
  310. package/esm/funcs/event-attendees-remove-bulk.js.map +1 -0
  311. package/esm/funcs/event-attendees-remove.d.ts +18 -0
  312. package/esm/funcs/event-attendees-remove.d.ts.map +1 -0
  313. package/esm/funcs/event-attendees-remove.js +92 -0
  314. package/esm/funcs/event-attendees-remove.js.map +1 -0
  315. package/esm/funcs/event-attendees-update-bulk-status.d.ts +20 -0
  316. package/esm/funcs/event-attendees-update-bulk-status.d.ts.map +1 -0
  317. package/esm/funcs/event-attendees-update-bulk-status.js +93 -0
  318. package/esm/funcs/event-attendees-update-bulk-status.js.map +1 -0
  319. package/esm/funcs/event-attendees-update.d.ts +19 -0
  320. package/esm/funcs/event-attendees-update.d.ts.map +1 -0
  321. package/esm/funcs/event-attendees-update.js +94 -0
  322. package/esm/funcs/event-attendees-update.js.map +1 -0
  323. package/esm/funcs/event-compare-versions.d.ts +18 -0
  324. package/esm/funcs/event-compare-versions.d.ts.map +1 -0
  325. package/esm/funcs/event-compare-versions.js +93 -0
  326. package/esm/funcs/event-compare-versions.js.map +1 -0
  327. package/esm/funcs/event-documents-add-document.d.ts +18 -0
  328. package/esm/funcs/event-documents-add-document.d.ts.map +1 -0
  329. package/esm/funcs/event-documents-add-document.js +92 -0
  330. package/esm/funcs/event-documents-add-document.js.map +1 -0
  331. package/esm/funcs/event-documents-get-documents.d.ts +18 -0
  332. package/esm/funcs/event-documents-get-documents.d.ts.map +1 -0
  333. package/esm/funcs/event-documents-get-documents.js +89 -0
  334. package/esm/funcs/event-documents-get-documents.js.map +1 -0
  335. package/esm/funcs/event-documents-remove.d.ts +18 -0
  336. package/esm/funcs/event-documents-remove.d.ts.map +1 -0
  337. package/esm/funcs/event-documents-remove.js +92 -0
  338. package/esm/funcs/event-documents-remove.js.map +1 -0
  339. package/esm/funcs/event-get-latest-version.d.ts +19 -0
  340. package/esm/funcs/event-get-latest-version.d.ts.map +1 -0
  341. package/esm/funcs/event-get-latest-version.js +89 -0
  342. package/esm/funcs/event-get-latest-version.js.map +1 -0
  343. package/esm/funcs/event-get-section-settings.d.ts +16 -0
  344. package/esm/funcs/event-get-section-settings.d.ts.map +1 -0
  345. package/esm/funcs/event-get-section-settings.js +86 -0
  346. package/esm/funcs/event-get-section-settings.js.map +1 -0
  347. package/esm/funcs/event-get-version.d.ts +19 -0
  348. package/esm/funcs/event-get-version.d.ts.map +1 -0
  349. package/esm/funcs/event-get-version.js +93 -0
  350. package/esm/funcs/event-get-version.js.map +1 -0
  351. package/esm/funcs/event-get.d.ts +16 -0
  352. package/esm/funcs/event-get.d.ts.map +1 -0
  353. package/esm/funcs/event-get.js +85 -0
  354. package/esm/funcs/event-get.js.map +1 -0
  355. package/esm/funcs/event-location-get.d.ts +19 -0
  356. package/esm/funcs/event-location-get.d.ts.map +1 -0
  357. package/esm/funcs/event-location-get.js +89 -0
  358. package/esm/funcs/event-location-get.js.map +1 -0
  359. package/esm/funcs/event-location-update.d.ts +19 -0
  360. package/esm/funcs/event-location-update.d.ts.map +1 -0
  361. package/esm/funcs/event-location-update.js +90 -0
  362. package/esm/funcs/event-location-update.js.map +1 -0
  363. package/esm/funcs/event-timeline-create-milestone.d.ts +19 -0
  364. package/esm/funcs/event-timeline-create-milestone.d.ts.map +1 -0
  365. package/esm/funcs/event-timeline-create-milestone.js +113 -0
  366. package/esm/funcs/event-timeline-create-milestone.js.map +1 -0
  367. package/esm/funcs/event-timeline-get-published.d.ts +19 -0
  368. package/esm/funcs/event-timeline-get-published.d.ts.map +1 -0
  369. package/esm/funcs/event-timeline-get-published.js +89 -0
  370. package/esm/funcs/event-timeline-get-published.js.map +1 -0
  371. package/esm/funcs/event-timeline-get.d.ts +19 -0
  372. package/esm/funcs/event-timeline-get.d.ts.map +1 -0
  373. package/esm/funcs/event-timeline-get.js +85 -0
  374. package/esm/funcs/event-timeline-get.js.map +1 -0
  375. package/esm/funcs/event-timeline-link-milestone.d.ts +18 -0
  376. package/esm/funcs/event-timeline-link-milestone.d.ts.map +1 -0
  377. package/esm/funcs/event-timeline-link-milestone.js +89 -0
  378. package/esm/funcs/event-timeline-link-milestone.js.map +1 -0
  379. package/esm/funcs/event-timeline-unlink.d.ts +18 -0
  380. package/esm/funcs/event-timeline-unlink.d.ts.map +1 -0
  381. package/esm/funcs/event-timeline-unlink.js +85 -0
  382. package/esm/funcs/event-timeline-unlink.js.map +1 -0
  383. package/esm/funcs/event-timezones-validate.d.ts +29 -0
  384. package/esm/funcs/event-timezones-validate.d.ts.map +1 -0
  385. package/esm/funcs/event-timezones-validate.js +95 -0
  386. package/esm/funcs/event-timezones-validate.js.map +1 -0
  387. package/esm/funcs/event-unpublish-version.d.ts +18 -0
  388. package/esm/funcs/event-unpublish-version.d.ts.map +1 -0
  389. package/esm/funcs/event-unpublish-version.js +88 -0
  390. package/esm/funcs/event-unpublish-version.js.map +1 -0
  391. package/esm/funcs/event-update.d.ts +16 -0
  392. package/esm/funcs/event-update.d.ts.map +1 -0
  393. package/esm/funcs/event-update.js +86 -0
  394. package/esm/funcs/event-update.js.map +1 -0
  395. package/esm/funcs/events-archive.d.ts +15 -0
  396. package/esm/funcs/events-archive.d.ts.map +1 -0
  397. package/esm/funcs/events-archive.js +85 -0
  398. package/esm/funcs/events-archive.js.map +1 -0
  399. package/esm/funcs/events-create.d.ts +15 -0
  400. package/esm/funcs/events-create.d.ts.map +1 -0
  401. package/esm/funcs/events-create.js +106 -0
  402. package/esm/funcs/events-create.js.map +1 -0
  403. package/esm/funcs/events-delete.d.ts +15 -0
  404. package/esm/funcs/events-delete.d.ts.map +1 -0
  405. package/esm/funcs/events-delete.js +84 -0
  406. package/esm/funcs/events-delete.js.map +1 -0
  407. package/esm/funcs/events-filter-advanced.d.ts +21 -0
  408. package/esm/funcs/events-filter-advanced.d.ts.map +1 -0
  409. package/esm/funcs/events-filter-advanced.js +85 -0
  410. package/esm/funcs/events-filter-advanced.js.map +1 -0
  411. package/esm/funcs/events-get-section-content.d.ts +16 -0
  412. package/esm/funcs/events-get-section-content.d.ts.map +1 -0
  413. package/esm/funcs/events-get-section-content.js +86 -0
  414. package/esm/funcs/events-get-section-content.js.map +1 -0
  415. package/esm/funcs/events-get-section-identification.d.ts +16 -0
  416. package/esm/funcs/events-get-section-identification.d.ts.map +1 -0
  417. package/esm/funcs/events-get-section-identification.js +86 -0
  418. package/esm/funcs/events-get-section-identification.js.map +1 -0
  419. package/esm/funcs/events-get-settings.d.ts +19 -0
  420. package/esm/funcs/events-get-settings.d.ts.map +1 -0
  421. package/esm/funcs/events-get-settings.js +89 -0
  422. package/esm/funcs/events-get-settings.js.map +1 -0
  423. package/esm/funcs/events-get-social-feed.d.ts +23 -0
  424. package/esm/funcs/events-get-social-feed.d.ts.map +1 -0
  425. package/esm/funcs/events-get-social-feed.js +92 -0
  426. package/esm/funcs/events-get-social-feed.js.map +1 -0
  427. package/esm/funcs/events-get-timezones.d.ts +24 -0
  428. package/esm/funcs/events-get-timezones.d.ts.map +1 -0
  429. package/esm/funcs/events-get-timezones.js +73 -0
  430. package/esm/funcs/events-get-timezones.js.map +1 -0
  431. package/esm/funcs/events-list-by-space.d.ts +16 -0
  432. package/esm/funcs/events-list-by-space.d.ts.map +1 -0
  433. package/esm/funcs/events-list-by-space.js +96 -0
  434. package/esm/funcs/events-list-by-space.js.map +1 -0
  435. package/esm/funcs/events-list-calendar.d.ts +23 -0
  436. package/esm/funcs/events-list-calendar.d.ts.map +1 -0
  437. package/esm/funcs/events-list-calendar.js +109 -0
  438. package/esm/funcs/events-list-calendar.js.map +1 -0
  439. package/esm/funcs/events-list-versions.d.ts +18 -0
  440. package/esm/funcs/events-list-versions.d.ts.map +1 -0
  441. package/esm/funcs/events-list-versions.js +88 -0
  442. package/esm/funcs/events-list-versions.js.map +1 -0
  443. package/esm/funcs/events-list.d.ts +24 -0
  444. package/esm/funcs/events-list.d.ts.map +1 -0
  445. package/esm/funcs/events-list.js +112 -0
  446. package/esm/funcs/events-list.js.map +1 -0
  447. package/esm/funcs/events-patch-content.d.ts +19 -0
  448. package/esm/funcs/events-patch-content.d.ts.map +1 -0
  449. package/esm/funcs/events-patch-content.js +90 -0
  450. package/esm/funcs/events-patch-content.js.map +1 -0
  451. package/esm/funcs/events-patch-identification.d.ts +19 -0
  452. package/esm/funcs/events-patch-identification.d.ts.map +1 -0
  453. package/esm/funcs/events-patch-identification.js +90 -0
  454. package/esm/funcs/events-patch-identification.js.map +1 -0
  455. package/esm/funcs/events-patch-settings.d.ts +19 -0
  456. package/esm/funcs/events-patch-settings.d.ts.map +1 -0
  457. package/esm/funcs/events-patch-settings.js +90 -0
  458. package/esm/funcs/events-patch-settings.js.map +1 -0
  459. package/esm/funcs/events-publish-version.d.ts +18 -0
  460. package/esm/funcs/events-publish-version.d.ts.map +1 -0
  461. package/esm/funcs/events-publish-version.js +88 -0
  462. package/esm/funcs/events-publish-version.js.map +1 -0
  463. package/esm/funcs/events-publish-with-notifications.d.ts +15 -0
  464. package/esm/funcs/events-publish-with-notifications.d.ts.map +1 -0
  465. package/esm/funcs/events-publish-with-notifications.js +86 -0
  466. package/esm/funcs/events-publish-with-notifications.js.map +1 -0
  467. package/esm/funcs/events-publish.d.ts +15 -0
  468. package/esm/funcs/events-publish.d.ts.map +1 -0
  469. package/esm/funcs/events-publish.js +85 -0
  470. package/esm/funcs/events-publish.js.map +1 -0
  471. package/esm/funcs/events-rollback-version.d.ts +19 -0
  472. package/esm/funcs/events-rollback-version.d.ts.map +1 -0
  473. package/esm/funcs/events-rollback-version.js +93 -0
  474. package/esm/funcs/events-rollback-version.js.map +1 -0
  475. package/esm/funcs/events-transfer.d.ts +31 -0
  476. package/esm/funcs/events-transfer.d.ts.map +1 -0
  477. package/esm/funcs/events-transfer.js +100 -0
  478. package/esm/funcs/events-transfer.js.map +1 -0
  479. package/esm/funcs/events-update-cover.d.ts +16 -0
  480. package/esm/funcs/events-update-cover.d.ts.map +1 -0
  481. package/esm/funcs/events-update-cover.js +113 -0
  482. package/esm/funcs/events-update-cover.js.map +1 -0
  483. package/esm/funcs/features-get.d.ts +16 -0
  484. package/esm/funcs/features-get.d.ts.map +1 -0
  485. package/esm/funcs/features-get.js +67 -0
  486. package/esm/funcs/features-get.js.map +1 -0
  487. package/esm/funcs/health-check-automation.d.ts +22 -0
  488. package/esm/funcs/health-check-automation.d.ts.map +1 -0
  489. package/esm/funcs/health-check-automation.js +73 -0
  490. package/esm/funcs/health-check-automation.js.map +1 -0
  491. package/esm/funcs/health-check.d.ts +23 -0
  492. package/esm/funcs/health-check.d.ts.map +1 -0
  493. package/esm/funcs/health-check.js +91 -0
  494. package/esm/funcs/health-check.js.map +1 -0
  495. package/esm/funcs/health-notifications-check.d.ts +16 -0
  496. package/esm/funcs/health-notifications-check.d.ts.map +1 -0
  497. package/esm/funcs/health-notifications-check.js +67 -0
  498. package/esm/funcs/health-notifications-check.js.map +1 -0
  499. package/esm/funcs/integration-handle-org-removed.d.ts +17 -0
  500. package/esm/funcs/integration-handle-org-removed.d.ts.map +1 -0
  501. package/esm/funcs/integration-handle-org-removed.js +68 -0
  502. package/esm/funcs/integration-handle-org-removed.js.map +1 -0
  503. package/esm/funcs/integration-user-handle-removed.d.ts +17 -0
  504. package/esm/funcs/integration-user-handle-removed.d.ts.map +1 -0
  505. package/esm/funcs/integration-user-handle-removed.js +68 -0
  506. package/esm/funcs/integration-user-handle-removed.js.map +1 -0
  507. package/esm/funcs/integrations-handle-org-created.d.ts +17 -0
  508. package/esm/funcs/integrations-handle-org-created.d.ts.map +1 -0
  509. package/esm/funcs/integrations-handle-org-created.js +68 -0
  510. package/esm/funcs/integrations-handle-org-created.js.map +1 -0
  511. package/esm/funcs/metrics-get.d.ts +16 -0
  512. package/esm/funcs/metrics-get.d.ts.map +1 -0
  513. package/esm/funcs/metrics-get.js +67 -0
  514. package/esm/funcs/metrics-get.js.map +1 -0
  515. package/esm/funcs/organizations-archive.d.ts +18 -0
  516. package/esm/funcs/organizations-archive.d.ts.map +1 -0
  517. package/esm/funcs/organizations-archive.js +88 -0
  518. package/esm/funcs/organizations-archive.js.map +1 -0
  519. package/esm/funcs/organizations-create-invite.d.ts +19 -0
  520. package/esm/funcs/organizations-create-invite.d.ts.map +1 -0
  521. package/esm/funcs/organizations-create-invite.js +90 -0
  522. package/esm/funcs/organizations-create-invite.js.map +1 -0
  523. package/esm/funcs/organizations-create.d.ts +18 -0
  524. package/esm/funcs/organizations-create.d.ts.map +1 -0
  525. package/esm/funcs/organizations-create.js +82 -0
  526. package/esm/funcs/organizations-create.js.map +1 -0
  527. package/esm/funcs/organizations-delete-invite.d.ts +18 -0
  528. package/esm/funcs/organizations-delete-invite.d.ts.map +1 -0
  529. package/esm/funcs/organizations-delete-invite.js +92 -0
  530. package/esm/funcs/organizations-delete-invite.js.map +1 -0
  531. package/esm/funcs/organizations-get-by-id.d.ts +19 -0
  532. package/esm/funcs/organizations-get-by-id.d.ts.map +1 -0
  533. package/esm/funcs/organizations-get-by-id.js +89 -0
  534. package/esm/funcs/organizations-get-by-id.js.map +1 -0
  535. package/esm/funcs/organizations-get-current.d.ts +18 -0
  536. package/esm/funcs/organizations-get-current.d.ts.map +1 -0
  537. package/esm/funcs/organizations-get-current.js +68 -0
  538. package/esm/funcs/organizations-get-current.js.map +1 -0
  539. package/esm/funcs/organizations-get-invites.d.ts +19 -0
  540. package/esm/funcs/organizations-get-invites.d.ts.map +1 -0
  541. package/esm/funcs/organizations-get-invites.js +89 -0
  542. package/esm/funcs/organizations-get-invites.js.map +1 -0
  543. package/esm/funcs/organizations-list.d.ts +19 -0
  544. package/esm/funcs/organizations-list.d.ts.map +1 -0
  545. package/esm/funcs/organizations-list.js +88 -0
  546. package/esm/funcs/organizations-list.js.map +1 -0
  547. package/esm/funcs/organizations-update.d.ts +19 -0
  548. package/esm/funcs/organizations-update.d.ts.map +1 -0
  549. package/esm/funcs/organizations-update.js +90 -0
  550. package/esm/funcs/organizations-update.js.map +1 -0
  551. package/esm/funcs/permissions-get.d.ts +19 -0
  552. package/esm/funcs/permissions-get.d.ts.map +1 -0
  553. package/esm/funcs/permissions-get.js +89 -0
  554. package/esm/funcs/permissions-get.js.map +1 -0
  555. package/esm/funcs/permissions-list.d.ts +17 -0
  556. package/esm/funcs/permissions-list.d.ts.map +1 -0
  557. package/esm/funcs/permissions-list.js +68 -0
  558. package/esm/funcs/permissions-list.js.map +1 -0
  559. package/esm/funcs/place-archive.d.ts +15 -0
  560. package/esm/funcs/place-archive.d.ts.map +1 -0
  561. package/esm/funcs/place-archive.js +85 -0
  562. package/esm/funcs/place-archive.js.map +1 -0
  563. package/esm/funcs/place-publish.d.ts +15 -0
  564. package/esm/funcs/place-publish.d.ts.map +1 -0
  565. package/esm/funcs/place-publish.js +85 -0
  566. package/esm/funcs/place-publish.js.map +1 -0
  567. package/esm/funcs/places-create.d.ts +16 -0
  568. package/esm/funcs/places-create.d.ts.map +1 -0
  569. package/esm/funcs/places-create.js +80 -0
  570. package/esm/funcs/places-create.js.map +1 -0
  571. package/esm/funcs/places-delete.d.ts +15 -0
  572. package/esm/funcs/places-delete.d.ts.map +1 -0
  573. package/esm/funcs/places-delete.js +84 -0
  574. package/esm/funcs/places-delete.js.map +1 -0
  575. package/esm/funcs/places-get.d.ts +16 -0
  576. package/esm/funcs/places-get.d.ts.map +1 -0
  577. package/esm/funcs/places-get.js +85 -0
  578. package/esm/funcs/places-get.js.map +1 -0
  579. package/esm/funcs/places-list.d.ts +16 -0
  580. package/esm/funcs/places-list.d.ts.map +1 -0
  581. package/esm/funcs/places-list.js +84 -0
  582. package/esm/funcs/places-list.js.map +1 -0
  583. package/esm/funcs/places-update.d.ts +16 -0
  584. package/esm/funcs/places-update.d.ts.map +1 -0
  585. package/esm/funcs/places-update.js +86 -0
  586. package/esm/funcs/places-update.js.map +1 -0
  587. package/esm/funcs/public-events-get-latest-version.d.ts +19 -0
  588. package/esm/funcs/public-events-get-latest-version.d.ts.map +1 -0
  589. package/esm/funcs/public-events-get-latest-version.js +88 -0
  590. package/esm/funcs/public-events-get-latest-version.js.map +1 -0
  591. package/esm/funcs/public-spaces-get-latest-version.d.ts +20 -0
  592. package/esm/funcs/public-spaces-get-latest-version.d.ts.map +1 -0
  593. package/esm/funcs/public-spaces-get-latest-version.js +89 -0
  594. package/esm/funcs/public-spaces-get-latest-version.js.map +1 -0
  595. package/esm/funcs/realtime-connect.d.ts +18 -0
  596. package/esm/funcs/realtime-connect.d.ts.map +1 -0
  597. package/esm/funcs/realtime-connect.js +69 -0
  598. package/esm/funcs/realtime-connect.js.map +1 -0
  599. package/esm/funcs/realtime-get-info.d.ts +25 -0
  600. package/esm/funcs/realtime-get-info.d.ts.map +1 -0
  601. package/esm/funcs/realtime-get-info.js +76 -0
  602. package/esm/funcs/realtime-get-info.js.map +1 -0
  603. package/esm/funcs/roles-delete.d.ts +18 -0
  604. package/esm/funcs/roles-delete.d.ts.map +1 -0
  605. package/esm/funcs/roles-delete.js +88 -0
  606. package/esm/funcs/roles-delete.js.map +1 -0
  607. package/esm/funcs/sentry-trigger-error.d.ts +17 -0
  608. package/esm/funcs/sentry-trigger-error.d.ts.map +1 -0
  609. package/esm/funcs/sentry-trigger-error.js +68 -0
  610. package/esm/funcs/sentry-trigger-error.js.map +1 -0
  611. package/esm/funcs/space-archive.d.ts +15 -0
  612. package/esm/funcs/space-archive.d.ts.map +1 -0
  613. package/esm/funcs/space-archive.js +85 -0
  614. package/esm/funcs/space-archive.js.map +1 -0
  615. package/esm/funcs/space-assign-user-to-role.d.ts +20 -0
  616. package/esm/funcs/space-assign-user-to-role.d.ts.map +1 -0
  617. package/esm/funcs/space-assign-user-to-role.js +98 -0
  618. package/esm/funcs/space-assign-user-to-role.js.map +1 -0
  619. package/esm/funcs/space-bulk-update-parent.d.ts +18 -0
  620. package/esm/funcs/space-bulk-update-parent.d.ts.map +1 -0
  621. package/esm/funcs/space-bulk-update-parent.js +82 -0
  622. package/esm/funcs/space-bulk-update-parent.js.map +1 -0
  623. package/esm/funcs/space-contacts-add-bulk.d.ts +29 -0
  624. package/esm/funcs/space-contacts-add-bulk.d.ts.map +1 -0
  625. package/esm/funcs/space-contacts-add-bulk.js +100 -0
  626. package/esm/funcs/space-contacts-add-bulk.js.map +1 -0
  627. package/esm/funcs/space-contacts-add.d.ts +29 -0
  628. package/esm/funcs/space-contacts-add.d.ts.map +1 -0
  629. package/esm/funcs/space-contacts-add.js +100 -0
  630. package/esm/funcs/space-contacts-add.js.map +1 -0
  631. package/esm/funcs/space-contacts-bulk-delete.d.ts +30 -0
  632. package/esm/funcs/space-contacts-bulk-delete.d.ts.map +1 -0
  633. package/esm/funcs/space-contacts-bulk-delete.js +99 -0
  634. package/esm/funcs/space-contacts-bulk-delete.js.map +1 -0
  635. package/esm/funcs/space-contacts-count.d.ts +29 -0
  636. package/esm/funcs/space-contacts-count.d.ts.map +1 -0
  637. package/esm/funcs/space-contacts-count.js +97 -0
  638. package/esm/funcs/space-contacts-count.js.map +1 -0
  639. package/esm/funcs/space-contacts-get-contacts-by-space.d.ts +30 -0
  640. package/esm/funcs/space-contacts-get-contacts-by-space.d.ts.map +1 -0
  641. package/esm/funcs/space-contacts-get-contacts-by-space.js +105 -0
  642. package/esm/funcs/space-contacts-get-contacts-by-space.js.map +1 -0
  643. package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts +30 -0
  644. package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts.map +1 -0
  645. package/esm/funcs/space-contacts-get-spaces-by-contact.js +105 -0
  646. package/esm/funcs/space-contacts-get-spaces-by-contact.js.map +1 -0
  647. package/esm/funcs/space-contacts-get.d.ts +28 -0
  648. package/esm/funcs/space-contacts-get.d.ts.map +1 -0
  649. package/esm/funcs/space-contacts-get.js +95 -0
  650. package/esm/funcs/space-contacts-get.js.map +1 -0
  651. package/esm/funcs/space-contacts-remove.d.ts +29 -0
  652. package/esm/funcs/space-contacts-remove.d.ts.map +1 -0
  653. package/esm/funcs/space-contacts-remove.js +94 -0
  654. package/esm/funcs/space-contacts-remove.js.map +1 -0
  655. package/esm/funcs/space-documents-add.d.ts +18 -0
  656. package/esm/funcs/space-documents-add.d.ts.map +1 -0
  657. package/esm/funcs/space-documents-add.js +92 -0
  658. package/esm/funcs/space-documents-add.js.map +1 -0
  659. package/esm/funcs/space-documents-get.d.ts +18 -0
  660. package/esm/funcs/space-documents-get.d.ts.map +1 -0
  661. package/esm/funcs/space-documents-get.js +89 -0
  662. package/esm/funcs/space-documents-get.js.map +1 -0
  663. package/esm/funcs/space-documents-remove.d.ts +18 -0
  664. package/esm/funcs/space-documents-remove.d.ts.map +1 -0
  665. package/esm/funcs/space-documents-remove.js +92 -0
  666. package/esm/funcs/space-documents-remove.js.map +1 -0
  667. package/esm/funcs/space-events-add.d.ts +29 -0
  668. package/esm/funcs/space-events-add.d.ts.map +1 -0
  669. package/esm/funcs/space-events-add.js +100 -0
  670. package/esm/funcs/space-events-add.js.map +1 -0
  671. package/esm/funcs/space-events-bulk-add.d.ts +29 -0
  672. package/esm/funcs/space-events-bulk-add.d.ts.map +1 -0
  673. package/esm/funcs/space-events-bulk-add.js +100 -0
  674. package/esm/funcs/space-events-bulk-add.js.map +1 -0
  675. package/esm/funcs/space-events-bulk-remove.d.ts +30 -0
  676. package/esm/funcs/space-events-bulk-remove.d.ts.map +1 -0
  677. package/esm/funcs/space-events-bulk-remove.js +102 -0
  678. package/esm/funcs/space-events-bulk-remove.js.map +1 -0
  679. package/esm/funcs/space-events-count.d.ts +29 -0
  680. package/esm/funcs/space-events-count.d.ts.map +1 -0
  681. package/esm/funcs/space-events-count.js +97 -0
  682. package/esm/funcs/space-events-count.js.map +1 -0
  683. package/esm/funcs/space-events-get-by-id.d.ts +28 -0
  684. package/esm/funcs/space-events-get-by-id.d.ts.map +1 -0
  685. package/esm/funcs/space-events-get-by-id.js +98 -0
  686. package/esm/funcs/space-events-get-by-id.js.map +1 -0
  687. package/esm/funcs/space-events-get-event-spaces.d.ts +30 -0
  688. package/esm/funcs/space-events-get-event-spaces.d.ts.map +1 -0
  689. package/esm/funcs/space-events-get-event-spaces.js +105 -0
  690. package/esm/funcs/space-events-get-event-spaces.js.map +1 -0
  691. package/esm/funcs/space-events-get.d.ts +30 -0
  692. package/esm/funcs/space-events-get.d.ts.map +1 -0
  693. package/esm/funcs/space-events-get.js +105 -0
  694. package/esm/funcs/space-events-get.js.map +1 -0
  695. package/esm/funcs/space-events-remove-event.d.ts +29 -0
  696. package/esm/funcs/space-events-remove-event.d.ts.map +1 -0
  697. package/esm/funcs/space-events-remove-event.js +97 -0
  698. package/esm/funcs/space-events-remove-event.js.map +1 -0
  699. package/esm/funcs/space-get-latest-version.d.ts +19 -0
  700. package/esm/funcs/space-get-latest-version.d.ts.map +1 -0
  701. package/esm/funcs/space-get-latest-version.js +89 -0
  702. package/esm/funcs/space-get-latest-version.js.map +1 -0
  703. package/esm/funcs/space-get-user-roles.d.ts +22 -0
  704. package/esm/funcs/space-get-user-roles.d.ts.map +1 -0
  705. package/esm/funcs/space-get-user-roles.js +94 -0
  706. package/esm/funcs/space-get-user-roles.js.map +1 -0
  707. package/esm/funcs/space-publish.d.ts +15 -0
  708. package/esm/funcs/space-publish.d.ts.map +1 -0
  709. package/esm/funcs/space-publish.js +85 -0
  710. package/esm/funcs/space-publish.js.map +1 -0
  711. package/esm/funcs/space-roles-assign-permission.d.ts +20 -0
  712. package/esm/funcs/space-roles-assign-permission.d.ts.map +1 -0
  713. package/esm/funcs/space-roles-assign-permission.js +95 -0
  714. package/esm/funcs/space-roles-assign-permission.js.map +1 -0
  715. package/esm/funcs/space-roles-create.d.ts +21 -0
  716. package/esm/funcs/space-roles-create.d.ts.map +1 -0
  717. package/esm/funcs/space-roles-create.js +92 -0
  718. package/esm/funcs/space-roles-create.js.map +1 -0
  719. package/esm/funcs/space-roles-delete.d.ts +20 -0
  720. package/esm/funcs/space-roles-delete.d.ts.map +1 -0
  721. package/esm/funcs/space-roles-delete.js +94 -0
  722. package/esm/funcs/space-roles-delete.js.map +1 -0
  723. package/esm/funcs/space-roles-get.d.ts +21 -0
  724. package/esm/funcs/space-roles-get.d.ts.map +1 -0
  725. package/esm/funcs/space-roles-get.js +95 -0
  726. package/esm/funcs/space-roles-get.js.map +1 -0
  727. package/esm/funcs/space-roles-list-roles.d.ts +21 -0
  728. package/esm/funcs/space-roles-list-roles.d.ts.map +1 -0
  729. package/esm/funcs/space-roles-list-roles.js +91 -0
  730. package/esm/funcs/space-roles-list-roles.js.map +1 -0
  731. package/esm/funcs/space-roles-remove-permission.d.ts +20 -0
  732. package/esm/funcs/space-roles-remove-permission.d.ts.map +1 -0
  733. package/esm/funcs/space-roles-remove-permission.js +98 -0
  734. package/esm/funcs/space-roles-remove-permission.js.map +1 -0
  735. package/esm/funcs/space-roles-update-role.d.ts +21 -0
  736. package/esm/funcs/space-roles-update-role.d.ts.map +1 -0
  737. package/esm/funcs/space-roles-update-role.js +96 -0
  738. package/esm/funcs/space-roles-update-role.js.map +1 -0
  739. package/esm/funcs/space-test-auth.d.ts +16 -0
  740. package/esm/funcs/space-test-auth.d.ts.map +1 -0
  741. package/esm/funcs/space-test-auth.js +67 -0
  742. package/esm/funcs/space-test-auth.js.map +1 -0
  743. package/esm/funcs/space-transfer.d.ts +41 -0
  744. package/esm/funcs/space-transfer.d.ts.map +1 -0
  745. package/esm/funcs/space-transfer.js +112 -0
  746. package/esm/funcs/space-transfer.js.map +1 -0
  747. package/esm/funcs/space-update-member-role.d.ts +19 -0
  748. package/esm/funcs/space-update-member-role.d.ts.map +1 -0
  749. package/esm/funcs/space-update-member-role.js +94 -0
  750. package/esm/funcs/space-update-member-role.js.map +1 -0
  751. package/esm/funcs/space-update.d.ts +16 -0
  752. package/esm/funcs/space-update.d.ts.map +1 -0
  753. package/esm/funcs/space-update.js +86 -0
  754. package/esm/funcs/space-update.js.map +1 -0
  755. package/esm/funcs/spaces-add-member.d.ts +19 -0
  756. package/esm/funcs/spaces-add-member.d.ts.map +1 -0
  757. package/esm/funcs/spaces-add-member.js +90 -0
  758. package/esm/funcs/spaces-add-member.js.map +1 -0
  759. package/esm/funcs/spaces-compare-versions.d.ts +19 -0
  760. package/esm/funcs/spaces-compare-versions.d.ts.map +1 -0
  761. package/esm/funcs/spaces-compare-versions.js +94 -0
  762. package/esm/funcs/spaces-compare-versions.js.map +1 -0
  763. package/esm/funcs/spaces-create-space.d.ts +15 -0
  764. package/esm/funcs/spaces-create-space.d.ts.map +1 -0
  765. package/esm/funcs/spaces-create-space.js +79 -0
  766. package/esm/funcs/spaces-create-space.js.map +1 -0
  767. package/esm/funcs/spaces-create-with-parent.d.ts +18 -0
  768. package/esm/funcs/spaces-create-with-parent.d.ts.map +1 -0
  769. package/esm/funcs/spaces-create-with-parent.js +82 -0
  770. package/esm/funcs/spaces-create-with-parent.js.map +1 -0
  771. package/esm/funcs/spaces-delete-by-id.d.ts +15 -0
  772. package/esm/funcs/spaces-delete-by-id.d.ts.map +1 -0
  773. package/esm/funcs/spaces-delete-by-id.js +84 -0
  774. package/esm/funcs/spaces-delete-by-id.js.map +1 -0
  775. package/esm/funcs/spaces-detach-parent.d.ts +19 -0
  776. package/esm/funcs/spaces-detach-parent.d.ts.map +1 -0
  777. package/esm/funcs/spaces-detach-parent.js +89 -0
  778. package/esm/funcs/spaces-detach-parent.js.map +1 -0
  779. package/esm/funcs/spaces-get-by-id.d.ts +16 -0
  780. package/esm/funcs/spaces-get-by-id.d.ts.map +1 -0
  781. package/esm/funcs/spaces-get-by-id.js +85 -0
  782. package/esm/funcs/spaces-get-by-id.js.map +1 -0
  783. package/esm/funcs/spaces-get-hierarchy.d.ts +19 -0
  784. package/esm/funcs/spaces-get-hierarchy.d.ts.map +1 -0
  785. package/esm/funcs/spaces-get-hierarchy.js +89 -0
  786. package/esm/funcs/spaces-get-hierarchy.js.map +1 -0
  787. package/esm/funcs/spaces-get-joinable-by-user.d.ts +38 -0
  788. package/esm/funcs/spaces-get-joinable-by-user.d.ts.map +1 -0
  789. package/esm/funcs/spaces-get-joinable-by-user.js +115 -0
  790. package/esm/funcs/spaces-get-joinable-by-user.js.map +1 -0
  791. package/esm/funcs/spaces-get-members.d.ts +19 -0
  792. package/esm/funcs/spaces-get-members.d.ts.map +1 -0
  793. package/esm/funcs/spaces-get-members.js +89 -0
  794. package/esm/funcs/spaces-get-members.js.map +1 -0
  795. package/esm/funcs/spaces-get-parent.d.ts +19 -0
  796. package/esm/funcs/spaces-get-parent.d.ts.map +1 -0
  797. package/esm/funcs/spaces-get-parent.js +89 -0
  798. package/esm/funcs/spaces-get-parent.js.map +1 -0
  799. package/esm/funcs/spaces-get-version.d.ts +19 -0
  800. package/esm/funcs/spaces-get-version.d.ts.map +1 -0
  801. package/esm/funcs/spaces-get-version.js +93 -0
  802. package/esm/funcs/spaces-get-version.js.map +1 -0
  803. package/esm/funcs/spaces-join.d.ts +37 -0
  804. package/esm/funcs/spaces-join.d.ts.map +1 -0
  805. package/esm/funcs/spaces-join.js +106 -0
  806. package/esm/funcs/spaces-join.js.map +1 -0
  807. package/esm/funcs/spaces-list-children.d.ts +19 -0
  808. package/esm/funcs/spaces-list-children.d.ts.map +1 -0
  809. package/esm/funcs/spaces-list-children.js +89 -0
  810. package/esm/funcs/spaces-list-children.js.map +1 -0
  811. package/esm/funcs/spaces-list-versions.d.ts +19 -0
  812. package/esm/funcs/spaces-list-versions.d.ts.map +1 -0
  813. package/esm/funcs/spaces-list-versions.js +89 -0
  814. package/esm/funcs/spaces-list-versions.js.map +1 -0
  815. package/esm/funcs/spaces-list.d.ts +16 -0
  816. package/esm/funcs/spaces-list.d.ts.map +1 -0
  817. package/esm/funcs/spaces-list.js +86 -0
  818. package/esm/funcs/spaces-list.js.map +1 -0
  819. package/esm/funcs/spaces-publish-version.d.ts +19 -0
  820. package/esm/funcs/spaces-publish-version.d.ts.map +1 -0
  821. package/esm/funcs/spaces-publish-version.js +89 -0
  822. package/esm/funcs/spaces-publish-version.js.map +1 -0
  823. package/esm/funcs/spaces-remove-member.d.ts +18 -0
  824. package/esm/funcs/spaces-remove-member.d.ts.map +1 -0
  825. package/esm/funcs/spaces-remove-member.js +92 -0
  826. package/esm/funcs/spaces-remove-member.js.map +1 -0
  827. package/esm/funcs/spaces-remove-user-from-role.d.ts +20 -0
  828. package/esm/funcs/spaces-remove-user-from-role.d.ts.map +1 -0
  829. package/esm/funcs/spaces-remove-user-from-role.js +98 -0
  830. package/esm/funcs/spaces-remove-user-from-role.js.map +1 -0
  831. package/esm/funcs/spaces-rollback.d.ts +19 -0
  832. package/esm/funcs/spaces-rollback.d.ts.map +1 -0
  833. package/esm/funcs/spaces-rollback.js +90 -0
  834. package/esm/funcs/spaces-rollback.js.map +1 -0
  835. package/esm/funcs/spaces-unpublish.d.ts +18 -0
  836. package/esm/funcs/spaces-unpublish.d.ts.map +1 -0
  837. package/esm/funcs/spaces-unpublish.js +88 -0
  838. package/esm/funcs/spaces-unpublish.js.map +1 -0
  839. package/esm/funcs/spaces-update-parent.d.ts +19 -0
  840. package/esm/funcs/spaces-update-parent.d.ts.map +1 -0
  841. package/esm/funcs/spaces-update-parent.js +90 -0
  842. package/esm/funcs/spaces-update-parent.js.map +1 -0
  843. package/esm/funcs/user-create-assistant.d.ts +17 -0
  844. package/esm/funcs/user-create-assistant.d.ts.map +1 -0
  845. package/esm/funcs/user-create-assistant.js +67 -0
  846. package/esm/funcs/user-create-assistant.js.map +1 -0
  847. package/esm/funcs/user-get-assistant.d.ts +17 -0
  848. package/esm/funcs/user-get-assistant.d.ts.map +1 -0
  849. package/esm/funcs/user-get-assistant.js +67 -0
  850. package/esm/funcs/user-get-assistant.js.map +1 -0
  851. package/esm/funcs/user-get-profile.d.ts +31 -0
  852. package/esm/funcs/user-get-profile.d.ts.map +1 -0
  853. package/esm/funcs/user-get-profile.js +100 -0
  854. package/esm/funcs/user-get-profile.js.map +1 -0
  855. package/esm/funcs/user-list.d.ts +16 -0
  856. package/esm/funcs/user-list.d.ts.map +1 -0
  857. package/esm/funcs/user-list.js +80 -0
  858. package/esm/funcs/user-list.js.map +1 -0
  859. package/esm/funcs/user-update-profile.d.ts +18 -0
  860. package/esm/funcs/user-update-profile.d.ts.map +1 -0
  861. package/esm/funcs/user-update-profile.js +82 -0
  862. package/esm/funcs/user-update-profile.js.map +1 -0
  863. package/esm/funcs/user-upload-avatar.d.ts +18 -0
  864. package/esm/funcs/user-upload-avatar.d.ts.map +1 -0
  865. package/esm/funcs/user-upload-avatar.js +106 -0
  866. package/esm/funcs/user-upload-avatar.js.map +1 -0
  867. package/esm/funcs/users-delete-avatar.d.ts +17 -0
  868. package/esm/funcs/users-delete-avatar.d.ts.map +1 -0
  869. package/esm/funcs/users-delete-avatar.js +67 -0
  870. package/esm/funcs/users-delete-avatar.js.map +1 -0
  871. package/esm/funcs/users-get-avatar-by-id.d.ts +18 -0
  872. package/esm/funcs/users-get-avatar-by-id.d.ts.map +1 -0
  873. package/esm/funcs/users-get-avatar-by-id.js +87 -0
  874. package/esm/funcs/users-get-avatar-by-id.js.map +1 -0
  875. package/esm/funcs/users-get-avatar.d.ts +16 -0
  876. package/esm/funcs/users-get-avatar.d.ts.map +1 -0
  877. package/esm/funcs/users-get-avatar.js +67 -0
  878. package/esm/funcs/users-get-avatar.js.map +1 -0
  879. package/esm/funcs/users-get-current-profile.d.ts +17 -0
  880. package/esm/funcs/users-get-current-profile.d.ts.map +1 -0
  881. package/esm/funcs/users-get-current-profile.js +67 -0
  882. package/esm/funcs/users-get-current-profile.js.map +1 -0
  883. package/esm/funcs/users-search.d.ts +16 -0
  884. package/esm/funcs/users-search.d.ts.map +1 -0
  885. package/esm/funcs/users-search.js +86 -0
  886. package/esm/funcs/users-search.js.map +1 -0
  887. package/esm/lib/config.d.ts +13 -5
  888. package/esm/lib/config.d.ts.map +1 -1
  889. package/esm/lib/config.js +19 -6
  890. package/esm/lib/config.js.map +1 -1
  891. package/esm/lib/matchers.d.ts +2 -2
  892. package/esm/lib/matchers.d.ts.map +1 -1
  893. package/esm/lib/matchers.js +3 -3
  894. package/esm/lib/matchers.js.map +1 -1
  895. package/esm/lib/sdks.d.ts +1 -1
  896. package/esm/lib/sdks.d.ts.map +1 -1
  897. package/esm/lib/sdks.js +1 -1
  898. package/esm/lib/sdks.js.map +1 -1
  899. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +9 -0
  900. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +1 -1
  901. package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +1 -1
  902. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +7 -1
  903. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +1 -1
  904. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +1 -1
  905. package/esm/models/errors/http-validation-error.d.ts +2 -2
  906. package/esm/models/errors/http-validation-error.d.ts.map +1 -1
  907. package/esm/models/errors/http-validation-error.js +2 -2
  908. package/esm/models/errors/http-validation-error.js.map +1 -1
  909. package/esm/models/errors/index.d.ts +2 -2
  910. package/esm/models/errors/index.d.ts.map +1 -1
  911. package/esm/models/errors/index.js +2 -2
  912. package/esm/models/errors/index.js.map +1 -1
  913. package/esm/models/errors/linebundle-default-error.d.ts +10 -0
  914. package/esm/models/errors/linebundle-default-error.d.ts.map +1 -0
  915. package/esm/models/errors/linebundle-default-error.js +30 -0
  916. package/esm/models/errors/linebundle-default-error.js.map +1 -0
  917. package/esm/models/errors/linebundle-error.d.ts +19 -0
  918. package/esm/models/errors/linebundle-error.d.ts.map +1 -0
  919. package/esm/models/errors/linebundle-error.js +26 -0
  920. package/esm/models/errors/linebundle-error.js.map +1 -0
  921. package/esm/models/errors/response-validation-error.d.ts +2 -2
  922. package/esm/models/errors/response-validation-error.d.ts.map +1 -1
  923. package/esm/models/errors/response-validation-error.js +2 -2
  924. package/esm/models/errors/response-validation-error.js.map +1 -1
  925. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts +15 -0
  926. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
  927. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js +20 -0
  928. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map +1 -0
  929. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts +14 -0
  930. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
  931. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js +20 -0
  932. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js.map +1 -0
  933. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -10
  934. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -1
  935. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -12
  936. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -1
  937. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts +18 -0
  938. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts.map +1 -0
  939. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js +19 -0
  940. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js.map +1 -0
  941. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts +12 -0
  942. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts.map +1 -0
  943. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js +17 -0
  944. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js.map +1 -0
  945. package/esm/models/operations/get-latest-public-event-version.d.ts +12 -0
  946. package/esm/models/operations/get-latest-public-event-version.d.ts.map +1 -0
  947. package/esm/models/operations/get-latest-public-event-version.js +17 -0
  948. package/esm/models/operations/get-latest-public-event-version.js.map +1 -0
  949. package/esm/models/operations/get-latest-public-space-version.d.ts +12 -0
  950. package/esm/models/operations/get-latest-public-space-version.d.ts.map +1 -0
  951. package/esm/models/operations/get-latest-public-space-version.js +17 -0
  952. package/esm/models/operations/get-latest-public-space-version.js.map +1 -0
  953. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts +12 -0
  954. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts.map +1 -0
  955. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js +18 -0
  956. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js.map +1 -0
  957. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts +12 -0
  958. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts.map +1 -0
  959. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js +17 -0
  960. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js.map +1 -0
  961. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -10
  962. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -1
  963. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +0 -11
  964. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -1
  965. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +0 -10
  966. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +1 -1
  967. package/esm/models/operations/get-user-list-api-v1-user-get.js +0 -12
  968. package/esm/models/operations/get-user-list-api-v1-user-get.js.map +1 -1
  969. package/esm/models/operations/index.d.ts +13 -13
  970. package/esm/models/operations/index.d.ts.map +1 -1
  971. package/esm/models/operations/index.js +13 -13
  972. package/esm/models/operations/index.js.map +1 -1
  973. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -10
  974. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -1
  975. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -11
  976. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -1
  977. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts +20 -0
  978. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts.map +1 -0
  979. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js +18 -0
  980. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js.map +1 -0
  981. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +14 -0
  982. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
  983. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js +20 -0
  984. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
  985. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +14 -0
  986. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +1 -0
  987. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js +20 -0
  988. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js.map +1 -0
  989. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts +15 -0
  990. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
  991. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js +20 -0
  992. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js.map +1 -0
  993. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -10
  994. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -1
  995. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -12
  996. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -1
  997. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts +15 -0
  998. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts.map +1 -0
  999. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js +19 -0
  1000. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js.map +1 -0
  1001. package/esm/models/room-response.d.ts +9 -0
  1002. package/esm/models/room-response.d.ts.map +1 -1
  1003. package/esm/models/room-response.js.map +1 -1
  1004. package/esm/sdk/ai-agent.d.ts +19 -40
  1005. package/esm/sdk/ai-agent.d.ts.map +1 -1
  1006. package/esm/sdk/ai-agent.js +38 -68
  1007. package/esm/sdk/ai-agent.js.map +1 -1
  1008. package/esm/sdk/ai-agents.d.ts +13 -0
  1009. package/esm/sdk/ai-agents.d.ts.map +1 -0
  1010. package/esm/sdk/ai-agents.js +18 -0
  1011. package/esm/sdk/ai-agents.js.map +1 -0
  1012. package/esm/sdk/ai-workflows.d.ts +13 -0
  1013. package/esm/sdk/ai-workflows.d.ts.map +1 -0
  1014. package/esm/sdk/ai-workflows.js +18 -0
  1015. package/esm/sdk/ai-workflows.js.map +1 -0
  1016. package/esm/sdk/ai.d.ts +12 -0
  1017. package/esm/sdk/ai.d.ts.map +1 -0
  1018. package/esm/sdk/ai.js +18 -0
  1019. package/esm/sdk/ai.js.map +1 -0
  1020. package/esm/sdk/analytic.d.ts +2 -2
  1021. package/esm/sdk/analytic.d.ts.map +1 -1
  1022. package/esm/sdk/analytic.js +6 -6
  1023. package/esm/sdk/analytic.js.map +1 -1
  1024. package/esm/sdk/audit-logs.d.ts +2 -2
  1025. package/esm/sdk/audit-logs.d.ts.map +1 -1
  1026. package/esm/sdk/audit-logs.js +6 -6
  1027. package/esm/sdk/audit-logs.js.map +1 -1
  1028. package/esm/sdk/auth-contexts.d.ts +15 -0
  1029. package/esm/sdk/auth-contexts.d.ts.map +1 -0
  1030. package/esm/sdk/auth-contexts.js +21 -0
  1031. package/esm/sdk/auth-contexts.js.map +1 -0
  1032. package/esm/sdk/automation-cron.d.ts +2 -2
  1033. package/esm/sdk/automation-cron.d.ts.map +1 -1
  1034. package/esm/sdk/automation-cron.js +6 -6
  1035. package/esm/sdk/automation-cron.js.map +1 -1
  1036. package/esm/sdk/automation-metadata.d.ts +4 -18
  1037. package/esm/sdk/automation-metadata.d.ts.map +1 -1
  1038. package/esm/sdk/automation-metadata.js +12 -32
  1039. package/esm/sdk/automation-metadata.js.map +1 -1
  1040. package/esm/sdk/automation-rules.d.ts +10 -95
  1041. package/esm/sdk/automation-rules.d.ts.map +1 -1
  1042. package/esm/sdk/automation-rules.js +30 -136
  1043. package/esm/sdk/automation-rules.js.map +1 -1
  1044. package/esm/sdk/booking.d.ts +1 -44
  1045. package/esm/sdk/booking.d.ts.map +1 -1
  1046. package/esm/sdk/booking.js +3 -63
  1047. package/esm/sdk/booking.js.map +1 -1
  1048. package/esm/sdk/bookings.d.ts +48 -0
  1049. package/esm/sdk/bookings.d.ts.map +1 -0
  1050. package/esm/sdk/bookings.js +68 -0
  1051. package/esm/sdk/bookings.js.map +1 -0
  1052. package/esm/sdk/chat-messages.d.ts +6 -6
  1053. package/esm/sdk/chat-messages.d.ts.map +1 -1
  1054. package/esm/sdk/chat-messages.js +18 -18
  1055. package/esm/sdk/chat-messages.js.map +1 -1
  1056. package/esm/sdk/chat-rooms.d.ts +8 -8
  1057. package/esm/sdk/chat-rooms.d.ts.map +1 -1
  1058. package/esm/sdk/chat-rooms.js +24 -24
  1059. package/esm/sdk/chat-rooms.js.map +1 -1
  1060. package/esm/sdk/contacts.d.ts +7 -7
  1061. package/esm/sdk/contacts.d.ts.map +1 -1
  1062. package/esm/sdk/contacts.js +21 -21
  1063. package/esm/sdk/contacts.js.map +1 -1
  1064. package/esm/sdk/custom-roles.d.ts +24 -31
  1065. package/esm/sdk/custom-roles.d.ts.map +1 -1
  1066. package/esm/sdk/custom-roles.js +45 -55
  1067. package/esm/sdk/custom-roles.js.map +1 -1
  1068. package/esm/sdk/event-attendees.d.ts +8 -8
  1069. package/esm/sdk/event-attendees.d.ts.map +1 -1
  1070. package/esm/sdk/event-attendees.js +24 -24
  1071. package/esm/sdk/event-attendees.js.map +1 -1
  1072. package/esm/sdk/event-documents.d.ts +3 -3
  1073. package/esm/sdk/event-documents.d.ts.map +1 -1
  1074. package/esm/sdk/event-documents.js +9 -9
  1075. package/esm/sdk/event-documents.js.map +1 -1
  1076. package/esm/sdk/event-location.d.ts +2 -2
  1077. package/esm/sdk/event-location.d.ts.map +1 -1
  1078. package/esm/sdk/event-location.js +6 -6
  1079. package/esm/sdk/event-location.js.map +1 -1
  1080. package/esm/sdk/event-timeline.d.ts +5 -5
  1081. package/esm/sdk/event-timeline.d.ts.map +1 -1
  1082. package/esm/sdk/event-timeline.js +15 -15
  1083. package/esm/sdk/event-timeline.js.map +1 -1
  1084. package/esm/sdk/event-timezones.d.ts +23 -0
  1085. package/esm/sdk/event-timezones.d.ts.map +1 -0
  1086. package/esm/sdk/event-timezones.js +27 -0
  1087. package/esm/sdk/event-timezones.js.map +1 -0
  1088. package/esm/sdk/event.d.ts +7 -189
  1089. package/esm/sdk/event.d.ts.map +1 -1
  1090. package/esm/sdk/event.js +21 -266
  1091. package/esm/sdk/event.js.map +1 -1
  1092. package/esm/sdk/events.d.ts +170 -0
  1093. package/esm/sdk/events.d.ts.map +1 -0
  1094. package/esm/sdk/events.js +234 -0
  1095. package/esm/sdk/events.js.map +1 -0
  1096. package/esm/sdk/features.d.ts +11 -0
  1097. package/esm/sdk/features.d.ts.map +1 -0
  1098. package/esm/sdk/features.js +18 -0
  1099. package/esm/sdk/features.js.map +1 -0
  1100. package/esm/sdk/health-notifications.d.ts +11 -0
  1101. package/esm/sdk/health-notifications.d.ts.map +1 -0
  1102. package/esm/sdk/health-notifications.js +18 -0
  1103. package/esm/sdk/health-notifications.js.map +1 -0
  1104. package/esm/sdk/health.d.ts +14 -1
  1105. package/esm/sdk/health.d.ts.map +1 -1
  1106. package/esm/sdk/health.js +18 -3
  1107. package/esm/sdk/health.js.map +1 -1
  1108. package/esm/sdk/integration-user.d.ts +12 -0
  1109. package/esm/sdk/integration-user.d.ts.map +1 -0
  1110. package/esm/sdk/integration-user.js +19 -0
  1111. package/esm/sdk/integration-user.js.map +1 -0
  1112. package/esm/sdk/integration.d.ts +12 -0
  1113. package/esm/sdk/integration.d.ts.map +1 -0
  1114. package/esm/sdk/integration.js +19 -0
  1115. package/esm/sdk/integration.js.map +1 -0
  1116. package/esm/sdk/integrations.d.ts +12 -0
  1117. package/esm/sdk/integrations.d.ts.map +1 -0
  1118. package/esm/sdk/integrations.js +19 -0
  1119. package/esm/sdk/integrations.js.map +1 -0
  1120. package/esm/sdk/metrics.d.ts +11 -0
  1121. package/esm/sdk/metrics.d.ts.map +1 -0
  1122. package/esm/sdk/metrics.js +18 -0
  1123. package/esm/sdk/metrics.js.map +1 -0
  1124. package/esm/sdk/organizations.d.ts +9 -9
  1125. package/esm/sdk/organizations.d.ts.map +1 -1
  1126. package/esm/sdk/organizations.js +27 -27
  1127. package/esm/sdk/organizations.js.map +1 -1
  1128. package/esm/sdk/permissions.d.ts +2 -2
  1129. package/esm/sdk/permissions.d.ts.map +1 -1
  1130. package/esm/sdk/permissions.js +6 -6
  1131. package/esm/sdk/permissions.js.map +1 -1
  1132. package/esm/sdk/place.d.ts +2 -23
  1133. package/esm/sdk/place.d.ts.map +1 -1
  1134. package/esm/sdk/place.js +6 -41
  1135. package/esm/sdk/place.js.map +1 -1
  1136. package/esm/sdk/places.d.ts +26 -0
  1137. package/esm/sdk/places.d.ts.map +1 -0
  1138. package/esm/sdk/places.js +43 -0
  1139. package/esm/sdk/places.js.map +1 -0
  1140. package/esm/sdk/public-events.d.ts +1 -1
  1141. package/esm/sdk/public-events.d.ts.map +1 -1
  1142. package/esm/sdk/public-events.js +3 -3
  1143. package/esm/sdk/public-events.js.map +1 -1
  1144. package/esm/sdk/public-spaces.d.ts +14 -0
  1145. package/esm/sdk/public-spaces.d.ts.map +1 -0
  1146. package/esm/sdk/public-spaces.js +19 -0
  1147. package/esm/sdk/public-spaces.js.map +1 -0
  1148. package/esm/sdk/realtime.d.ts +2 -2
  1149. package/esm/sdk/realtime.d.ts.map +1 -1
  1150. package/esm/sdk/realtime.js +6 -6
  1151. package/esm/sdk/realtime.js.map +1 -1
  1152. package/esm/sdk/roles.d.ts +12 -0
  1153. package/esm/sdk/roles.d.ts.map +1 -0
  1154. package/esm/sdk/roles.js +18 -0
  1155. package/esm/sdk/roles.js.map +1 -0
  1156. package/esm/sdk/sdk.d.ts +59 -83
  1157. package/esm/sdk/sdk.d.ts.map +1 -1
  1158. package/esm/sdk/sdk.js +94 -110
  1159. package/esm/sdk/sdk.js.map +1 -1
  1160. package/esm/sdk/sentry.d.ts +12 -0
  1161. package/esm/sdk/sentry.d.ts.map +1 -0
  1162. package/esm/sdk/sentry.js +19 -0
  1163. package/esm/sdk/sentry.js.map +1 -0
  1164. package/esm/sdk/space-contacts.d.ts +8 -8
  1165. package/esm/sdk/space-contacts.d.ts.map +1 -1
  1166. package/esm/sdk/space-contacts.js +24 -24
  1167. package/esm/sdk/space-contacts.js.map +1 -1
  1168. package/esm/sdk/space-documents.d.ts +3 -3
  1169. package/esm/sdk/space-documents.d.ts.map +1 -1
  1170. package/esm/sdk/space-documents.js +9 -9
  1171. package/esm/sdk/space-documents.js.map +1 -1
  1172. package/esm/sdk/space-events.d.ts +8 -8
  1173. package/esm/sdk/space-events.d.ts.map +1 -1
  1174. package/esm/sdk/space-events.js +24 -24
  1175. package/esm/sdk/space-events.js.map +1 -1
  1176. package/esm/sdk/space-member-roles.d.ts +2 -11
  1177. package/esm/sdk/space-member-roles.d.ts.map +1 -1
  1178. package/esm/sdk/space-member-roles.js +6 -18
  1179. package/esm/sdk/space-member-roles.js.map +1 -1
  1180. package/esm/sdk/space-roles.d.ts +11 -11
  1181. package/esm/sdk/space-roles.d.ts.map +1 -1
  1182. package/esm/sdk/space-roles.js +25 -25
  1183. package/esm/sdk/space-roles.js.map +1 -1
  1184. package/esm/sdk/space.d.ts +10 -254
  1185. package/esm/sdk/space.d.ts.map +1 -1
  1186. package/esm/sdk/space.js +30 -361
  1187. package/esm/sdk/space.js.map +1 -1
  1188. package/esm/sdk/spaces.d.ts +187 -0
  1189. package/esm/sdk/spaces.d.ts.map +1 -0
  1190. package/esm/sdk/spaces.js +255 -0
  1191. package/esm/sdk/spaces.js.map +1 -0
  1192. package/esm/sdk/user.d.ts +6 -38
  1193. package/esm/sdk/user.d.ts.map +1 -1
  1194. package/esm/sdk/user.js +18 -65
  1195. package/esm/sdk/user.js.map +1 -1
  1196. package/esm/sdk/users.d.ts +38 -0
  1197. package/esm/sdk/users.d.ts.map +1 -0
  1198. package/esm/sdk/users.js +55 -0
  1199. package/esm/sdk/users.js.map +1 -0
  1200. package/examples/userGetAssistant.example.ts +28 -0
  1201. package/jsr.json +2 -2
  1202. package/package.json +2 -2
  1203. package/src/core.ts +1 -1
  1204. package/src/funcs/ai-agent-cancel-workflow.ts +186 -0
  1205. package/src/funcs/ai-agent-create-session.ts +169 -0
  1206. package/src/funcs/ai-agent-get-session-costs.ts +181 -0
  1207. package/src/funcs/ai-agent-get-session.ts +180 -0
  1208. package/src/funcs/ai-agent-list-sessions.ts +183 -0
  1209. package/src/funcs/ai-agent-list-workflows.ts +188 -0
  1210. package/src/funcs/ai-agent-send-message.ts +184 -0
  1211. package/src/funcs/ai-agent-start-workflow-async.ts +169 -0
  1212. package/src/funcs/ai-agent-start-workflow.ts +169 -0
  1213. package/src/funcs/ai-agents-get-org-costs.ts +179 -0
  1214. package/src/funcs/ai-delete-session.ts +180 -0
  1215. package/src/funcs/ai-workflows-get-execution-details.ts +182 -0
  1216. package/src/funcs/analytic-get-dashboard.ts +138 -0
  1217. package/src/funcs/analytic-get-totals.ts +138 -0
  1218. package/src/funcs/audit-logs-get-permission-stats.ts +201 -0
  1219. package/src/funcs/audit-logs-list-permissions.ts +206 -0
  1220. package/src/funcs/auth-contexts-get.ts +144 -0
  1221. package/src/funcs/automation-cron-health-check.ts +146 -0
  1222. package/src/funcs/automation-cron-trigger-scheduled.ts +209 -0
  1223. package/src/funcs/automation-metadata-get-actions.ts +142 -0
  1224. package/src/funcs/automation-metadata-get-task.ts +186 -0
  1225. package/src/funcs/automation-metadata-get-tasks.ts +187 -0
  1226. package/src/funcs/automation-metadata-get-triggers.ts +142 -0
  1227. package/src/funcs/automation-rules-create.ts +173 -0
  1228. package/src/funcs/automation-rules-delete.ts +180 -0
  1229. package/src/funcs/automation-rules-execute.ts +184 -0
  1230. package/src/funcs/automation-rules-get-conditions.ts +142 -0
  1231. package/src/funcs/automation-rules-get-executions.ts +193 -0
  1232. package/src/funcs/automation-rules-get-metadata.ts +141 -0
  1233. package/src/funcs/automation-rules-get.ts +180 -0
  1234. package/src/funcs/automation-rules-list.ts +186 -0
  1235. package/src/funcs/automation-rules-patch.ts +182 -0
  1236. package/src/funcs/automation-rules-update.ts +182 -0
  1237. package/src/funcs/booking-create.ts +169 -0
  1238. package/src/funcs/bookings-check-availability.ts +169 -0
  1239. package/src/funcs/bookings-delete.ts +180 -0
  1240. package/src/funcs/bookings-get-by-id.ts +180 -0
  1241. package/src/funcs/bookings-get-place-schedule.ts +192 -0
  1242. package/src/funcs/bookings-list.ts +183 -0
  1243. package/src/funcs/bookings-update.ts +181 -0
  1244. package/src/funcs/chat-messages-delete.ts +177 -0
  1245. package/src/funcs/chat-messages-get-count.ts +177 -0
  1246. package/src/funcs/chat-messages-get-unread-count.ts +177 -0
  1247. package/src/funcs/chat-messages-list.ts +188 -0
  1248. package/src/funcs/chat-messages-mark-read.ts +177 -0
  1249. package/src/funcs/chat-messages-send.ts +181 -0
  1250. package/src/funcs/chat-rooms-add-member.ts +179 -0
  1251. package/src/funcs/chat-rooms-create-direct.ts +166 -0
  1252. package/src/funcs/chat-rooms-create-group.ts +166 -0
  1253. package/src/funcs/chat-rooms-get-by-id.ts +177 -0
  1254. package/src/funcs/chat-rooms-list-members.ts +178 -0
  1255. package/src/funcs/chat-rooms-list.ts +178 -0
  1256. package/src/funcs/chat-rooms-remove-member.ts +186 -0
  1257. package/src/funcs/chat-rooms-update.ts +178 -0
  1258. package/src/funcs/contacts-create.ts +169 -0
  1259. package/src/funcs/contacts-delete.ts +180 -0
  1260. package/src/funcs/contacts-get.ts +180 -0
  1261. package/src/funcs/contacts-list.ts +184 -0
  1262. package/src/funcs/contacts-search.ts +180 -0
  1263. package/src/funcs/contacts-toggle-favorite.ts +182 -0
  1264. package/src/funcs/contacts-update.ts +181 -0
  1265. package/src/funcs/custom-roles-add-permission.ts +184 -0
  1266. package/src/funcs/custom-roles-assign-to-user.ts +188 -0
  1267. package/src/funcs/custom-roles-create.ts +179 -0
  1268. package/src/funcs/custom-roles-get-my-permissions.ts +145 -0
  1269. package/src/funcs/custom-roles-get.ts +180 -0
  1270. package/src/funcs/custom-roles-list.ts +181 -0
  1271. package/src/funcs/custom-roles-remove-permission.ts +189 -0
  1272. package/src/funcs/custom-roles-remove-user-role.ts +189 -0
  1273. package/src/funcs/custom-roles-set-permissions.ts +184 -0
  1274. package/src/funcs/custom-roles-update.ts +181 -0
  1275. package/src/funcs/event-attendees-add-bulk.ts +194 -0
  1276. package/src/funcs/event-attendees-add.ts +184 -0
  1277. package/src/funcs/event-attendees-check-in.ts +190 -0
  1278. package/src/funcs/event-attendees-get.ts +191 -0
  1279. package/src/funcs/event-attendees-remove-bulk.ts +186 -0
  1280. package/src/funcs/event-attendees-remove.ts +189 -0
  1281. package/src/funcs/event-attendees-update-bulk-status.ts +191 -0
  1282. package/src/funcs/event-attendees-update.ts +191 -0
  1283. package/src/funcs/event-compare-versions.ts +191 -0
  1284. package/src/funcs/event-documents-add-document.ts +189 -0
  1285. package/src/funcs/event-documents-get-documents.ts +181 -0
  1286. package/src/funcs/event-documents-remove.ts +189 -0
  1287. package/src/funcs/event-get-latest-version.ts +186 -0
  1288. package/src/funcs/event-get-section-settings.ts +183 -0
  1289. package/src/funcs/event-get-version.ts +190 -0
  1290. package/src/funcs/event-get.ts +177 -0
  1291. package/src/funcs/event-location-get.ts +181 -0
  1292. package/src/funcs/event-location-update.ts +182 -0
  1293. package/src/funcs/event-timeline-create-milestone.ts +222 -0
  1294. package/src/funcs/event-timeline-get-published.ts +186 -0
  1295. package/src/funcs/event-timeline-get.ts +176 -0
  1296. package/src/funcs/event-timeline-link-milestone.ts +181 -0
  1297. package/src/funcs/event-timeline-unlink.ts +185 -0
  1298. package/src/funcs/event-timezones-validate.ts +187 -0
  1299. package/src/funcs/event-unpublish-version.ts +185 -0
  1300. package/src/funcs/event-update.ts +178 -0
  1301. package/src/funcs/events-archive.ts +177 -0
  1302. package/src/funcs/events-create.ts +205 -0
  1303. package/src/funcs/events-delete.ts +176 -0
  1304. package/src/funcs/events-filter-advanced.ts +172 -0
  1305. package/src/funcs/events-get-section-content.ts +183 -0
  1306. package/src/funcs/events-get-section-identification.ts +183 -0
  1307. package/src/funcs/events-get-settings.ts +181 -0
  1308. package/src/funcs/events-get-social-feed.ts +186 -0
  1309. package/src/funcs/events-get-timezones.ts +147 -0
  1310. package/src/funcs/events-list-by-space.ts +189 -0
  1311. package/src/funcs/events-list-calendar.ts +201 -0
  1312. package/src/funcs/events-list-versions.ts +180 -0
  1313. package/src/funcs/events-list.ts +204 -0
  1314. package/src/funcs/events-patch-content.ts +182 -0
  1315. package/src/funcs/events-patch-identification.ts +187 -0
  1316. package/src/funcs/events-patch-settings.ts +182 -0
  1317. package/src/funcs/events-publish-version.ts +185 -0
  1318. package/src/funcs/events-publish-with-notifications.ts +183 -0
  1319. package/src/funcs/events-publish.ts +177 -0
  1320. package/src/funcs/events-rollback-version.ts +191 -0
  1321. package/src/funcs/events-transfer.ts +192 -0
  1322. package/src/funcs/events-update-cover.ts +216 -0
  1323. package/src/funcs/features-get.ts +141 -0
  1324. package/src/funcs/health-check-automation.ts +147 -0
  1325. package/src/funcs/health-check.ts +183 -0
  1326. package/src/funcs/health-notifications-check.ts +141 -0
  1327. package/src/funcs/integration-handle-org-removed.ts +142 -0
  1328. package/src/funcs/integration-user-handle-removed.ts +142 -0
  1329. package/src/funcs/integrations-handle-org-created.ts +142 -0
  1330. package/src/funcs/metrics-get.ts +141 -0
  1331. package/src/funcs/organizations-archive.ts +183 -0
  1332. package/src/funcs/organizations-create-invite.ts +185 -0
  1333. package/src/funcs/organizations-create.ts +169 -0
  1334. package/src/funcs/organizations-delete-invite.ts +189 -0
  1335. package/src/funcs/organizations-get-by-id.ts +181 -0
  1336. package/src/funcs/organizations-get-current.ts +143 -0
  1337. package/src/funcs/organizations-get-invites.ts +184 -0
  1338. package/src/funcs/organizations-list.ts +186 -0
  1339. package/src/funcs/organizations-update.ts +185 -0
  1340. package/src/funcs/permissions-get.ts +184 -0
  1341. package/src/funcs/permissions-list.ts +142 -0
  1342. package/src/funcs/place-archive.ts +177 -0
  1343. package/src/funcs/place-publish.ts +177 -0
  1344. package/src/funcs/places-create.ts +171 -0
  1345. package/src/funcs/places-delete.ts +176 -0
  1346. package/src/funcs/places-get.ts +177 -0
  1347. package/src/funcs/places-list.ts +176 -0
  1348. package/src/funcs/places-update.ts +178 -0
  1349. package/src/funcs/public-events-get-latest-version.ts +182 -0
  1350. package/src/funcs/public-spaces-get-latest-version.ts +183 -0
  1351. package/src/funcs/realtime-connect.ts +144 -0
  1352. package/src/funcs/realtime-get-info.ts +150 -0
  1353. package/src/funcs/roles-delete.ts +180 -0
  1354. package/src/funcs/sentry-trigger-error.ts +142 -0
  1355. package/src/funcs/space-archive.ts +177 -0
  1356. package/src/funcs/space-assign-user-to-role.ts +196 -0
  1357. package/src/funcs/space-bulk-update-parent.ts +169 -0
  1358. package/src/funcs/space-contacts-add-bulk.ts +197 -0
  1359. package/src/funcs/space-contacts-add.ts +192 -0
  1360. package/src/funcs/space-contacts-bulk-delete.ts +196 -0
  1361. package/src/funcs/space-contacts-count.ts +194 -0
  1362. package/src/funcs/space-contacts-get-contacts-by-space.ts +198 -0
  1363. package/src/funcs/space-contacts-get-spaces-by-contact.ts +198 -0
  1364. package/src/funcs/space-contacts-get.ts +194 -0
  1365. package/src/funcs/space-contacts-remove.ts +195 -0
  1366. package/src/funcs/space-documents-add.ts +189 -0
  1367. package/src/funcs/space-documents-get.ts +181 -0
  1368. package/src/funcs/space-documents-remove.ts +189 -0
  1369. package/src/funcs/space-events-add.ts +192 -0
  1370. package/src/funcs/space-events-bulk-add.ts +195 -0
  1371. package/src/funcs/space-events-bulk-remove.ts +198 -0
  1372. package/src/funcs/space-events-count.ts +189 -0
  1373. package/src/funcs/space-events-get-by-id.ts +190 -0
  1374. package/src/funcs/space-events-get-event-spaces.ts +198 -0
  1375. package/src/funcs/space-events-get.ts +198 -0
  1376. package/src/funcs/space-events-remove-event.ts +192 -0
  1377. package/src/funcs/space-get-latest-version.ts +186 -0
  1378. package/src/funcs/space-get-user-roles.ts +191 -0
  1379. package/src/funcs/space-publish.ts +177 -0
  1380. package/src/funcs/space-roles-assign-permission.ts +192 -0
  1381. package/src/funcs/space-roles-create.ts +184 -0
  1382. package/src/funcs/space-roles-delete.ts +191 -0
  1383. package/src/funcs/space-roles-get.ts +190 -0
  1384. package/src/funcs/space-roles-list-roles.ts +183 -0
  1385. package/src/funcs/space-roles-remove-permission.ts +195 -0
  1386. package/src/funcs/space-roles-update-role.ts +193 -0
  1387. package/src/funcs/space-test-auth.ts +141 -0
  1388. package/src/funcs/space-transfer.ts +204 -0
  1389. package/src/funcs/space-update-member-role.ts +191 -0
  1390. package/src/funcs/space-update.ts +178 -0
  1391. package/src/funcs/spaces-add-member.ts +182 -0
  1392. package/src/funcs/spaces-compare-versions.ts +192 -0
  1393. package/src/funcs/spaces-create-space.ts +166 -0
  1394. package/src/funcs/spaces-create-with-parent.ts +170 -0
  1395. package/src/funcs/spaces-delete-by-id.ts +176 -0
  1396. package/src/funcs/spaces-detach-parent.ts +182 -0
  1397. package/src/funcs/spaces-get-by-id.ts +177 -0
  1398. package/src/funcs/spaces-get-hierarchy.ts +181 -0
  1399. package/src/funcs/spaces-get-joinable-by-user.ts +213 -0
  1400. package/src/funcs/spaces-get-members.ts +181 -0
  1401. package/src/funcs/spaces-get-parent.ts +181 -0
  1402. package/src/funcs/spaces-get-version.ts +190 -0
  1403. package/src/funcs/spaces-join.ts +198 -0
  1404. package/src/funcs/spaces-list-children.ts +181 -0
  1405. package/src/funcs/spaces-list-versions.ts +181 -0
  1406. package/src/funcs/spaces-list.ts +178 -0
  1407. package/src/funcs/spaces-publish-version.ts +181 -0
  1408. package/src/funcs/spaces-remove-member.ts +189 -0
  1409. package/src/funcs/spaces-remove-user-from-role.ts +195 -0
  1410. package/src/funcs/spaces-rollback.ts +182 -0
  1411. package/src/funcs/spaces-unpublish.ts +180 -0
  1412. package/src/funcs/spaces-update-parent.ts +182 -0
  1413. package/src/funcs/user-create-assistant.ts +141 -0
  1414. package/src/funcs/user-get-assistant.ts +141 -0
  1415. package/src/funcs/user-get-profile.ts +192 -0
  1416. package/src/funcs/user-list.ts +171 -0
  1417. package/src/funcs/user-update-profile.ts +169 -0
  1418. package/src/funcs/user-upload-avatar.ts +208 -0
  1419. package/src/funcs/users-delete-avatar.ts +144 -0
  1420. package/src/funcs/users-get-avatar-by-id.ts +179 -0
  1421. package/src/funcs/users-get-avatar.ts +141 -0
  1422. package/src/funcs/users-get-current-profile.ts +141 -0
  1423. package/src/funcs/users-search.ts +180 -0
  1424. package/src/lib/config.ts +28 -10
  1425. package/src/lib/matchers.ts +5 -5
  1426. package/src/lib/sdks.ts +1 -1
  1427. package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +9 -0
  1428. package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +7 -1
  1429. package/src/models/errors/http-validation-error.ts +2 -2
  1430. package/src/models/errors/index.ts +2 -2
  1431. package/src/models/errors/linebundle-default-error.ts +40 -0
  1432. package/src/models/errors/linebundle-error.ts +35 -0
  1433. package/src/models/errors/response-validation-error.ts +2 -2
  1434. package/src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts +46 -0
  1435. package/src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts +46 -0
  1436. package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -36
  1437. package/src/models/operations/create-role-endpoint-api-v1-roles-post.ts +49 -0
  1438. package/src/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.ts +42 -0
  1439. package/src/models/operations/get-latest-public-event-version.ts +40 -0
  1440. package/src/models/operations/get-latest-public-space-version.ts +40 -0
  1441. package/src/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.ts +42 -0
  1442. package/src/models/operations/get-role-endpoint-api-v1-roles-role-id-get.ts +42 -0
  1443. package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +0 -36
  1444. package/src/models/operations/get-user-list-api-v1-user-get.ts +0 -35
  1445. package/src/models/operations/index.ts +13 -13
  1446. package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -36
  1447. package/src/models/operations/list-roles-endpoint-api-v1-roles-get.ts +50 -0
  1448. package/src/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.ts +49 -0
  1449. package/src/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.ts +49 -0
  1450. package/src/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.ts +46 -0
  1451. package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -39
  1452. package/src/models/operations/update-role-endpoint-api-v1-roles-role-id-put.ts +46 -0
  1453. package/src/models/room-response.ts +9 -0
  1454. package/src/sdk/ai-agent.ts +57 -116
  1455. package/src/sdk/ai-agents.ts +28 -0
  1456. package/src/sdk/ai-workflows.ts +29 -0
  1457. package/src/sdk/ai.ts +27 -0
  1458. package/src/sdk/analytic.ts +6 -6
  1459. package/src/sdk/audit-logs.ts +14 -18
  1460. package/src/sdk/auth-contexts.ts +28 -0
  1461. package/src/sdk/automation-cron.ts +13 -19
  1462. package/src/sdk/automation-metadata.ts +26 -68
  1463. package/src/sdk/automation-rules.ts +45 -227
  1464. package/src/sdk/booking.ts +3 -117
  1465. package/src/sdk/bookings.ts +119 -0
  1466. package/src/sdk/chat-messages.ts +26 -30
  1467. package/src/sdk/chat-rooms.ts +28 -30
  1468. package/src/sdk/contacts.ts +25 -27
  1469. package/src/sdk/custom-roles.ts +81 -113
  1470. package/src/sdk/event-attendees.ts +56 -74
  1471. package/src/sdk/event-documents.ts +21 -27
  1472. package/src/sdk/event-location.ts +14 -18
  1473. package/src/sdk/event-timeline.ts +31 -49
  1474. package/src/sdk/event-timezones.ts +36 -0
  1475. package/src/sdk/event.ts +29 -484
  1476. package/src/sdk/events.ts +418 -0
  1477. package/src/sdk/features.ts +24 -0
  1478. package/src/sdk/health-notifications.ts +24 -0
  1479. package/src/sdk/health.ts +30 -8
  1480. package/src/sdk/integration-user.ts +25 -0
  1481. package/src/sdk/integration.ts +25 -0
  1482. package/src/sdk/integrations.ts +25 -0
  1483. package/src/sdk/metrics.ts +24 -0
  1484. package/src/sdk/organizations.ts +62 -80
  1485. package/src/sdk/permissions.ts +14 -18
  1486. package/src/sdk/place.ts +6 -82
  1487. package/src/sdk/places.ts +85 -0
  1488. package/src/sdk/public-events.ts +8 -11
  1489. package/src/sdk/public-spaces.ts +29 -0
  1490. package/src/sdk/realtime.ts +6 -6
  1491. package/src/sdk/roles.ts +27 -0
  1492. package/src/sdk/sdk.ts +103 -163
  1493. package/src/sdk/sentry.ts +25 -0
  1494. package/src/sdk/space-contacts.ts +56 -72
  1495. package/src/sdk/space-documents.ts +21 -27
  1496. package/src/sdk/space-events.ts +40 -48
  1497. package/src/sdk/space-member-roles.ts +14 -43
  1498. package/src/sdk/space-roles.ts +45 -57
  1499. package/src/sdk/space.ts +38 -644
  1500. package/src/sdk/spaces.ts +439 -0
  1501. package/src/sdk/user.ts +18 -101
  1502. package/src/sdk/users.ts +91 -0
  1503. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +0 -19
  1504. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +0 -1
  1505. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +0 -89
  1506. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +0 -1
  1507. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +0 -18
  1508. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +0 -1
  1509. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +0 -82
  1510. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +0 -1
  1511. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +0 -18
  1512. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +0 -1
  1513. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +0 -88
  1514. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +0 -1
  1515. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +0 -19
  1516. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +0 -1
  1517. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +0 -87
  1518. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +0 -1
  1519. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +0 -19
  1520. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +0 -1
  1521. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +0 -88
  1522. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +0 -1
  1523. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +0 -19
  1524. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +0 -1
  1525. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +0 -89
  1526. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +0 -1
  1527. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +0 -19
  1528. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +0 -1
  1529. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +0 -89
  1530. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +0 -1
  1531. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +0 -19
  1532. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +0 -1
  1533. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +0 -89
  1534. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +0 -1
  1535. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +0 -19
  1536. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +0 -1
  1537. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +0 -90
  1538. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +0 -1
  1539. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +0 -19
  1540. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +0 -1
  1541. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +0 -90
  1542. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +0 -1
  1543. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +0 -18
  1544. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +0 -1
  1545. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +0 -82
  1546. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +0 -1
  1547. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +0 -18
  1548. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +0 -1
  1549. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +0 -82
  1550. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +0 -1
  1551. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +0 -14
  1552. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +0 -1
  1553. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +0 -64
  1554. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +0 -1
  1555. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +0 -14
  1556. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +0 -1
  1557. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +0 -64
  1558. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +0 -1
  1559. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +0 -32
  1560. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +0 -1
  1561. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +0 -102
  1562. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +0 -1
  1563. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +0 -35
  1564. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +0 -1
  1565. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +0 -108
  1566. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +0 -1
  1567. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +0 -20
  1568. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +0 -1
  1569. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +0 -70
  1570. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +0 -1
  1571. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +0 -22
  1572. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +0 -1
  1573. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +0 -73
  1574. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +0 -1
  1575. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +0 -22
  1576. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +0 -1
  1577. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +0 -86
  1578. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +0 -1
  1579. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +0 -20
  1580. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +0 -1
  1581. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +0 -71
  1582. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +0 -1
  1583. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +0 -18
  1584. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +0 -1
  1585. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +0 -88
  1586. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +0 -1
  1587. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +0 -19
  1588. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +0 -1
  1589. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +0 -90
  1590. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +0 -1
  1591. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +0 -17
  1592. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +0 -1
  1593. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +0 -68
  1594. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +0 -1
  1595. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +0 -17
  1596. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +0 -1
  1597. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +0 -67
  1598. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +0 -1
  1599. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +0 -19
  1600. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +0 -1
  1601. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +0 -89
  1602. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +0 -1
  1603. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +0 -17
  1604. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +0 -1
  1605. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +0 -68
  1606. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +0 -1
  1607. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +0 -19
  1608. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +0 -1
  1609. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +0 -88
  1610. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +0 -1
  1611. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +0 -21
  1612. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +0 -1
  1613. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +0 -95
  1614. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +0 -1
  1615. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +0 -19
  1616. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +0 -1
  1617. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +0 -89
  1618. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +0 -1
  1619. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +0 -17
  1620. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +0 -1
  1621. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +0 -68
  1622. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +0 -1
  1623. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +0 -23
  1624. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +0 -1
  1625. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +0 -92
  1626. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +0 -1
  1627. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +0 -19
  1628. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +0 -1
  1629. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +0 -90
  1630. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +0 -1
  1631. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +0 -44
  1632. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +0 -1
  1633. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +0 -109
  1634. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +0 -1
  1635. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +0 -19
  1636. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +0 -1
  1637. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +0 -90
  1638. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +0 -1
  1639. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +0 -18
  1640. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +0 -1
  1641. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +0 -82
  1642. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +0 -1
  1643. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +0 -18
  1644. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +0 -1
  1645. package/esm/funcs/booking-create-booking-api-v1-booking-post.js +0 -82
  1646. package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +0 -1
  1647. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +0 -18
  1648. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +0 -1
  1649. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +0 -88
  1650. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +0 -1
  1651. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +0 -19
  1652. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +0 -1
  1653. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +0 -88
  1654. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +0 -1
  1655. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +0 -19
  1656. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +0 -1
  1657. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +0 -91
  1658. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +0 -1
  1659. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +0 -19
  1660. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +0 -1
  1661. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +0 -94
  1662. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +0 -1
  1663. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +0 -19
  1664. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +0 -1
  1665. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +0 -89
  1666. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +0 -1
  1667. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +0 -15
  1668. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +0 -1
  1669. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +0 -85
  1670. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +0 -1
  1671. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +0 -17
  1672. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +0 -1
  1673. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +0 -85
  1674. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +0 -1
  1675. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +0 -17
  1676. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +0 -1
  1677. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +0 -85
  1678. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +0 -1
  1679. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +0 -16
  1680. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +0 -1
  1681. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +0 -90
  1682. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +0 -1
  1683. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +0 -15
  1684. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +0 -1
  1685. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +0 -85
  1686. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +0 -1
  1687. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +0 -16
  1688. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +0 -1
  1689. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +0 -86
  1690. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +0 -1
  1691. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +0 -16
  1692. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +0 -1
  1693. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +0 -87
  1694. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +0 -1
  1695. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +0 -15
  1696. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +0 -1
  1697. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +0 -79
  1698. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +0 -1
  1699. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +0 -15
  1700. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +0 -1
  1701. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +0 -79
  1702. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +0 -1
  1703. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +0 -16
  1704. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +0 -1
  1705. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +0 -85
  1706. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +0 -1
  1707. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +0 -16
  1708. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +0 -1
  1709. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +0 -86
  1710. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +0 -1
  1711. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +0 -16
  1712. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +0 -1
  1713. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +0 -84
  1714. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +0 -1
  1715. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +0 -15
  1716. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +0 -1
  1717. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +0 -89
  1718. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +0 -1
  1719. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +0 -16
  1720. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +0 -1
  1721. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +0 -86
  1722. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +0 -1
  1723. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +0 -18
  1724. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +0 -1
  1725. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +0 -82
  1726. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +0 -1
  1727. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +0 -18
  1728. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +0 -1
  1729. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +0 -88
  1730. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +0 -1
  1731. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +0 -19
  1732. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +0 -1
  1733. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +0 -88
  1734. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +0 -1
  1735. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +0 -19
  1736. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +0 -1
  1737. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +0 -90
  1738. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +0 -1
  1739. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +0 -19
  1740. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +0 -1
  1741. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +0 -88
  1742. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +0 -1
  1743. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +0 -19
  1744. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +0 -1
  1745. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +0 -90
  1746. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +0 -1
  1747. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +0 -19
  1748. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +0 -1
  1749. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +0 -89
  1750. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +0 -1
  1751. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -18
  1752. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
  1753. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -89
  1754. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
  1755. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -18
  1756. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
  1757. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -92
  1758. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
  1759. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -19
  1760. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
  1761. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +0 -87
  1762. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
  1763. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -18
  1764. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
  1765. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -88
  1766. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
  1767. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +0 -20
  1768. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +0 -1
  1769. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +0 -71
  1770. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +0 -1
  1771. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -19
  1772. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
  1773. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -89
  1774. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
  1775. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -19
  1776. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
  1777. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -87
  1778. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
  1779. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -18
  1780. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
  1781. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -92
  1782. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
  1783. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -18
  1784. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
  1785. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -92
  1786. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
  1787. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -18
  1788. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
  1789. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -89
  1790. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
  1791. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -19
  1792. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
  1793. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -90
  1794. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
  1795. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +0 -15
  1796. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +0 -1
  1797. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +0 -85
  1798. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +0 -1
  1799. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +0 -21
  1800. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +0 -1
  1801. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +0 -92
  1802. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +0 -1
  1803. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +0 -21
  1804. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +0 -1
  1805. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +0 -96
  1806. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +0 -1
  1807. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +0 -19
  1808. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +0 -1
  1809. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +0 -93
  1810. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +0 -1
  1811. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +0 -21
  1812. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +0 -1
  1813. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +0 -98
  1814. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +0 -1
  1815. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +0 -18
  1816. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +0 -1
  1817. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +0 -92
  1818. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +0 -1
  1819. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +0 -20
  1820. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +0 -1
  1821. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +0 -89
  1822. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +0 -1
  1823. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +0 -20
  1824. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +0 -1
  1825. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +0 -93
  1826. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +0 -1
  1827. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +0 -19
  1828. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +0 -1
  1829. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +0 -94
  1830. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +0 -1
  1831. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +0 -18
  1832. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +0 -1
  1833. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +0 -93
  1834. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +0 -1
  1835. package/esm/funcs/event-create-event-api-v1-event-post.d.ts +0 -15
  1836. package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +0 -1
  1837. package/esm/funcs/event-create-event-api-v1-event-post.js +0 -106
  1838. package/esm/funcs/event-create-event-api-v1-event-post.js.map +0 -1
  1839. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +0 -15
  1840. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +0 -1
  1841. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +0 -84
  1842. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +0 -1
  1843. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +0 -18
  1844. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +0 -1
  1845. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +0 -92
  1846. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +0 -1
  1847. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +0 -18
  1848. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +0 -1
  1849. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +0 -89
  1850. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +0 -1
  1851. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +0 -18
  1852. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +0 -1
  1853. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +0 -92
  1854. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +0 -1
  1855. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +0 -21
  1856. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +0 -1
  1857. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +0 -85
  1858. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +0 -1
  1859. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +0 -23
  1860. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +0 -1
  1861. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +0 -109
  1862. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +0 -1
  1863. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +0 -16
  1864. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +0 -1
  1865. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +0 -85
  1866. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +0 -1
  1867. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +0 -24
  1868. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +0 -1
  1869. package/esm/funcs/event-get-event-list-api-v1-event-get.js +0 -112
  1870. package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +0 -1
  1871. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +0 -19
  1872. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +0 -1
  1873. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +0 -89
  1874. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +0 -1
  1875. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +0 -19
  1876. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +0 -1
  1877. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +0 -93
  1878. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +0 -1
  1879. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +0 -16
  1880. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +0 -1
  1881. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +0 -96
  1882. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +0 -1
  1883. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +0 -19
  1884. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +0 -1
  1885. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +0 -89
  1886. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +0 -1
  1887. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +0 -16
  1888. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +0 -1
  1889. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +0 -86
  1890. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +0 -1
  1891. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +0 -16
  1892. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +0 -1
  1893. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +0 -86
  1894. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +0 -1
  1895. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +0 -16
  1896. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +0 -1
  1897. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +0 -86
  1898. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +0 -1
  1899. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +0 -23
  1900. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +0 -1
  1901. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +0 -92
  1902. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +0 -1
  1903. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +0 -24
  1904. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +0 -1
  1905. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +0 -73
  1906. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +0 -1
  1907. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +0 -18
  1908. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +0 -1
  1909. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +0 -88
  1910. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +0 -1
  1911. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +0 -19
  1912. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +0 -1
  1913. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +0 -89
  1914. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +0 -1
  1915. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +0 -19
  1916. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +0 -1
  1917. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +0 -90
  1918. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +0 -1
  1919. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +0 -19
  1920. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +0 -1
  1921. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +0 -90
  1922. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +0 -1
  1923. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +0 -19
  1924. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +0 -1
  1925. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +0 -90
  1926. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +0 -1
  1927. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +0 -19
  1928. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +0 -1
  1929. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +0 -90
  1930. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +0 -1
  1931. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +0 -15
  1932. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +0 -1
  1933. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +0 -85
  1934. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +0 -1
  1935. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +0 -18
  1936. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +0 -1
  1937. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +0 -88
  1938. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +0 -1
  1939. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +0 -15
  1940. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +0 -1
  1941. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +0 -86
  1942. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +0 -1
  1943. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +0 -19
  1944. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +0 -1
  1945. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +0 -93
  1946. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +0 -1
  1947. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -19
  1948. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
  1949. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -122
  1950. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
  1951. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +0 -19
  1952. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +0 -1
  1953. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +0 -89
  1954. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +0 -1
  1955. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -19
  1956. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +0 -1
  1957. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +0 -94
  1958. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +0 -1
  1959. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -18
  1960. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +0 -1
  1961. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -98
  1962. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +0 -1
  1963. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -18
  1964. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +0 -1
  1965. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -94
  1966. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +0 -1
  1967. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +0 -31
  1968. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +0 -1
  1969. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +0 -100
  1970. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +0 -1
  1971. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +0 -18
  1972. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +0 -1
  1973. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +0 -88
  1974. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +0 -1
  1975. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -16
  1976. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
  1977. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +0 -113
  1978. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
  1979. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +0 -16
  1980. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +0 -1
  1981. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +0 -86
  1982. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +0 -1
  1983. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +0 -29
  1984. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +0 -1
  1985. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +0 -95
  1986. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +0 -1
  1987. package/esm/funcs/get-feature-flags-config-features-get.d.ts +0 -16
  1988. package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +0 -1
  1989. package/esm/funcs/get-feature-flags-config-features-get.js +0 -67
  1990. package/esm/funcs/get-feature-flags-config-features-get.js.map +0 -1
  1991. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -20
  1992. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
  1993. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -90
  1994. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
  1995. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +0 -17
  1996. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +0 -1
  1997. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +0 -68
  1998. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +0 -1
  1999. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +0 -17
  2000. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +0 -1
  2001. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +0 -68
  2002. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +0 -1
  2003. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +0 -17
  2004. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +0 -1
  2005. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +0 -68
  2006. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +0 -1
  2007. package/esm/funcs/health-check-health-get.d.ts +0 -23
  2008. package/esm/funcs/health-check-health-get.d.ts.map +0 -1
  2009. package/esm/funcs/health-check-health-get.js +0 -91
  2010. package/esm/funcs/health-check-health-get.js.map +0 -1
  2011. package/esm/funcs/metrics-metrics-get.d.ts +0 -16
  2012. package/esm/funcs/metrics-metrics-get.d.ts.map +0 -1
  2013. package/esm/funcs/metrics-metrics-get.js +0 -67
  2014. package/esm/funcs/metrics-metrics-get.js.map +0 -1
  2015. package/esm/funcs/notification-health-check-health-notifications-get.d.ts +0 -16
  2016. package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +0 -1
  2017. package/esm/funcs/notification-health-check-health-notifications-get.js +0 -67
  2018. package/esm/funcs/notification-health-check-health-notifications-get.js.map +0 -1
  2019. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +0 -18
  2020. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +0 -1
  2021. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +0 -88
  2022. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +0 -1
  2023. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +0 -19
  2024. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +0 -1
  2025. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +0 -90
  2026. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +0 -1
  2027. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +0 -18
  2028. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +0 -1
  2029. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +0 -82
  2030. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +0 -1
  2031. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +0 -18
  2032. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +0 -1
  2033. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +0 -92
  2034. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +0 -1
  2035. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +0 -18
  2036. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +0 -1
  2037. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +0 -68
  2038. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +0 -1
  2039. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +0 -19
  2040. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +0 -1
  2041. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +0 -89
  2042. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +0 -1
  2043. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +0 -19
  2044. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +0 -1
  2045. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +0 -89
  2046. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +0 -1
  2047. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +0 -19
  2048. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +0 -1
  2049. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +0 -88
  2050. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +0 -1
  2051. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +0 -19
  2052. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +0 -1
  2053. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +0 -90
  2054. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +0 -1
  2055. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -19
  2056. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
  2057. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -89
  2058. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
  2059. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +0 -17
  2060. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +0 -1
  2061. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +0 -68
  2062. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +0 -1
  2063. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +0 -15
  2064. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +0 -1
  2065. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +0 -85
  2066. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +0 -1
  2067. package/esm/funcs/place-create-place-api-v1-place-post.d.ts +0 -16
  2068. package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +0 -1
  2069. package/esm/funcs/place-create-place-api-v1-place-post.js +0 -80
  2070. package/esm/funcs/place-create-place-api-v1-place-post.js.map +0 -1
  2071. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +0 -15
  2072. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +0 -1
  2073. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +0 -84
  2074. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +0 -1
  2075. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +0 -16
  2076. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +0 -1
  2077. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +0 -85
  2078. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +0 -1
  2079. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +0 -16
  2080. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +0 -1
  2081. package/esm/funcs/place-get-place-list-api-v1-place-get.js +0 -84
  2082. package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +0 -1
  2083. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +0 -15
  2084. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +0 -1
  2085. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +0 -85
  2086. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +0 -1
  2087. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +0 -16
  2088. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +0 -1
  2089. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +0 -86
  2090. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +0 -1
  2091. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -19
  2092. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
  2093. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -89
  2094. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
  2095. package/esm/funcs/realtime-get-ws.d.ts +0 -18
  2096. package/esm/funcs/realtime-get-ws.d.ts.map +0 -1
  2097. package/esm/funcs/realtime-get-ws.js +0 -69
  2098. package/esm/funcs/realtime-get-ws.js.map +0 -1
  2099. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +0 -25
  2100. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +0 -1
  2101. package/esm/funcs/realtime-realtime-info-realtime-info-get.js +0 -76
  2102. package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +0 -1
  2103. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +0 -19
  2104. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +0 -1
  2105. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +0 -90
  2106. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +0 -1
  2107. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +0 -15
  2108. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +0 -1
  2109. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +0 -85
  2110. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +0 -1
  2111. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +0 -20
  2112. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +0 -1
  2113. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +0 -95
  2114. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +0 -1
  2115. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +0 -20
  2116. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +0 -1
  2117. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +0 -98
  2118. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +0 -1
  2119. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +0 -18
  2120. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +0 -1
  2121. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +0 -82
  2122. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +0 -1
  2123. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +0 -19
  2124. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +0 -1
  2125. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +0 -94
  2126. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +0 -1
  2127. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +0 -29
  2128. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +0 -1
  2129. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +0 -100
  2130. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +0 -1
  2131. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +0 -29
  2132. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +0 -1
  2133. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +0 -100
  2134. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +0 -1
  2135. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +0 -30
  2136. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +0 -1
  2137. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +0 -99
  2138. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +0 -1
  2139. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +0 -29
  2140. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +0 -1
  2141. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +0 -97
  2142. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +0 -1
  2143. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +0 -30
  2144. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +0 -1
  2145. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +0 -105
  2146. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +0 -1
  2147. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +0 -28
  2148. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +0 -1
  2149. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +0 -95
  2150. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +0 -1
  2151. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +0 -30
  2152. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +0 -1
  2153. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +0 -105
  2154. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +0 -1
  2155. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +0 -29
  2156. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +0 -1
  2157. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +0 -94
  2158. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +0 -1
  2159. package/esm/funcs/space-create-space-api-v1-space-post.d.ts +0 -15
  2160. package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +0 -1
  2161. package/esm/funcs/space-create-space-api-v1-space-post.js +0 -79
  2162. package/esm/funcs/space-create-space-api-v1-space-post.js.map +0 -1
  2163. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +0 -21
  2164. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +0 -1
  2165. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +0 -92
  2166. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +0 -1
  2167. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +0 -18
  2168. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +0 -1
  2169. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +0 -82
  2170. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +0 -1
  2171. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +0 -15
  2172. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +0 -1
  2173. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +0 -84
  2174. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +0 -1
  2175. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +0 -20
  2176. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +0 -1
  2177. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +0 -94
  2178. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +0 -1
  2179. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +0 -19
  2180. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +0 -1
  2181. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +0 -89
  2182. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +0 -1
  2183. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +0 -18
  2184. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +0 -1
  2185. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +0 -92
  2186. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +0 -1
  2187. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +0 -18
  2188. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +0 -1
  2189. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +0 -89
  2190. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +0 -1
  2191. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +0 -18
  2192. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +0 -1
  2193. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +0 -92
  2194. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +0 -1
  2195. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +0 -29
  2196. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +0 -1
  2197. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +0 -100
  2198. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +0 -1
  2199. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +0 -29
  2200. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +0 -1
  2201. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +0 -100
  2202. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +0 -1
  2203. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +0 -30
  2204. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +0 -1
  2205. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +0 -102
  2206. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +0 -1
  2207. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +0 -29
  2208. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +0 -1
  2209. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +0 -97
  2210. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +0 -1
  2211. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +0 -30
  2212. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +0 -1
  2213. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +0 -105
  2214. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +0 -1
  2215. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +0 -28
  2216. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +0 -1
  2217. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +0 -98
  2218. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +0 -1
  2219. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +0 -30
  2220. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +0 -1
  2221. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +0 -105
  2222. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +0 -1
  2223. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +0 -29
  2224. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +0 -1
  2225. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +0 -97
  2226. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +0 -1
  2227. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +0 -38
  2228. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +0 -1
  2229. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +0 -115
  2230. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +0 -1
  2231. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +0 -19
  2232. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +0 -1
  2233. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +0 -89
  2234. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +0 -1
  2235. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +0 -16
  2236. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +0 -1
  2237. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +0 -85
  2238. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +0 -1
  2239. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +0 -19
  2240. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +0 -1
  2241. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +0 -89
  2242. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +0 -1
  2243. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +0 -19
  2244. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +0 -1
  2245. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +0 -89
  2246. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +0 -1
  2247. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +0 -16
  2248. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +0 -1
  2249. package/esm/funcs/space-get-space-list-api-v1-space-get.js +0 -86
  2250. package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +0 -1
  2251. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +0 -19
  2252. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +0 -1
  2253. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +0 -89
  2254. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +0 -1
  2255. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +0 -19
  2256. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +0 -1
  2257. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +0 -89
  2258. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +0 -1
  2259. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +0 -21
  2260. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +0 -1
  2261. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +0 -95
  2262. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +0 -1
  2263. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +0 -19
  2264. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +0 -1
  2265. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +0 -93
  2266. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +0 -1
  2267. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +0 -22
  2268. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +0 -1
  2269. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +0 -94
  2270. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +0 -1
  2271. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +0 -37
  2272. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +0 -1
  2273. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +0 -106
  2274. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +0 -1
  2275. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +0 -21
  2276. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +0 -1
  2277. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +0 -91
  2278. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +0 -1
  2279. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +0 -19
  2280. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +0 -1
  2281. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +0 -89
  2282. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +0 -1
  2283. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +0 -15
  2284. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +0 -1
  2285. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +0 -85
  2286. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +0 -1
  2287. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +0 -19
  2288. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +0 -1
  2289. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +0 -89
  2290. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +0 -1
  2291. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +0 -20
  2292. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts.map +0 -1
  2293. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +0 -98
  2294. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +0 -1
  2295. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +0 -18
  2296. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +0 -1
  2297. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +0 -92
  2298. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +0 -1
  2299. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts +0 -20
  2300. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts.map +0 -1
  2301. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +0 -98
  2302. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js.map +0 -1
  2303. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +0 -19
  2304. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +0 -1
  2305. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +0 -90
  2306. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +0 -1
  2307. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +0 -16
  2308. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +0 -1
  2309. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +0 -67
  2310. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +0 -1
  2311. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +0 -41
  2312. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +0 -1
  2313. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +0 -112
  2314. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +0 -1
  2315. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +0 -18
  2316. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +0 -1
  2317. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +0 -88
  2318. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +0 -1
  2319. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +0 -16
  2320. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +0 -1
  2321. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +0 -86
  2322. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +0 -1
  2323. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +0 -19
  2324. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +0 -1
  2325. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +0 -94
  2326. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +0 -1
  2327. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +0 -19
  2328. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +0 -1
  2329. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +0 -90
  2330. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +0 -1
  2331. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +0 -21
  2332. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +0 -1
  2333. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +0 -96
  2334. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +0 -1
  2335. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +0 -17
  2336. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +0 -1
  2337. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +0 -68
  2338. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +0 -1
  2339. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +0 -17
  2340. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +0 -1
  2341. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +0 -67
  2342. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +0 -1
  2343. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +0 -17
  2344. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +0 -1
  2345. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +0 -67
  2346. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +0 -1
  2347. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +0 -17
  2348. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +0 -1
  2349. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +0 -67
  2350. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +0 -1
  2351. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +0 -16
  2352. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +0 -1
  2353. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +0 -67
  2354. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +0 -1
  2355. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +0 -17
  2356. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +0 -1
  2357. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +0 -67
  2358. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +0 -1
  2359. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +0 -18
  2360. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +0 -1
  2361. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +0 -87
  2362. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +0 -1
  2363. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +0 -16
  2364. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +0 -1
  2365. package/esm/funcs/user-get-user-list-api-v1-user-get.js +0 -89
  2366. package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +0 -1
  2367. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +0 -31
  2368. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +0 -1
  2369. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +0 -100
  2370. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +0 -1
  2371. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +0 -16
  2372. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +0 -1
  2373. package/esm/funcs/user-search-users-api-v1-user-search-get.js +0 -86
  2374. package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +0 -1
  2375. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +0 -18
  2376. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +0 -1
  2377. package/esm/funcs/user-update-profile-api-v1-user-me-put.js +0 -82
  2378. package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +0 -1
  2379. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +0 -18
  2380. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +0 -1
  2381. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +0 -106
  2382. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js.map +0 -1
  2383. package/esm/models/errors/sdk-default-error.d.ts +0 -10
  2384. package/esm/models/errors/sdk-default-error.d.ts.map +0 -1
  2385. package/esm/models/errors/sdk-default-error.js +0 -30
  2386. package/esm/models/errors/sdk-default-error.js.map +0 -1
  2387. package/esm/models/errors/sdk-error.d.ts +0 -19
  2388. package/esm/models/errors/sdk-error.d.ts.map +0 -1
  2389. package/esm/models/errors/sdk-error.js +0 -26
  2390. package/esm/models/errors/sdk-error.js.map +0 -1
  2391. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -15
  2392. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
  2393. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -20
  2394. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
  2395. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -14
  2396. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
  2397. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -20
  2398. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
  2399. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -18
  2400. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
  2401. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +0 -19
  2402. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
  2403. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -12
  2404. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
  2405. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -17
  2406. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
  2407. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -12
  2408. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
  2409. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -18
  2410. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
  2411. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -12
  2412. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
  2413. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -18
  2414. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
  2415. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -12
  2416. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
  2417. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -18
  2418. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
  2419. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -12
  2420. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
  2421. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -17
  2422. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
  2423. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -20
  2424. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
  2425. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -18
  2426. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
  2427. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -14
  2428. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
  2429. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -20
  2430. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
  2431. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -14
  2432. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
  2433. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -20
  2434. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
  2435. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -15
  2436. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
  2437. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -20
  2438. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
  2439. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -15
  2440. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
  2441. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -19
  2442. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
  2443. package/esm/sdk/auth-context.d.ts +0 -15
  2444. package/esm/sdk/auth-context.d.ts.map +0 -1
  2445. package/esm/sdk/auth-context.js +0 -21
  2446. package/esm/sdk/auth-context.js.map +0 -1
  2447. package/esm/sdk/timezones.d.ts +0 -38
  2448. package/esm/sdk/timezones.d.ts.map +0 -1
  2449. package/esm/sdk/timezones.js +0 -43
  2450. package/esm/sdk/timezones.js.map +0 -1
  2451. package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +0 -29
  2452. package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -186
  2453. package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +0 -169
  2454. package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -180
  2455. package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +0 -179
  2456. package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +0 -180
  2457. package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -181
  2458. package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -182
  2459. package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +0 -183
  2460. package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +0 -188
  2461. package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -184
  2462. package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +0 -169
  2463. package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +0 -169
  2464. package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +0 -138
  2465. package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +0 -138
  2466. package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -201
  2467. package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -206
  2468. package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +0 -144
  2469. package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +0 -147
  2470. package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +0 -173
  2471. package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +0 -146
  2472. package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -180
  2473. package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -184
  2474. package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +0 -142
  2475. package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +0 -141
  2476. package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -187
  2477. package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +0 -142
  2478. package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +0 -180
  2479. package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -193
  2480. package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -186
  2481. package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +0 -142
  2482. package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +0 -186
  2483. package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -182
  2484. package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -209
  2485. package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +0 -182
  2486. package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +0 -169
  2487. package/src/funcs/booking-create-booking-api-v1-booking-post.ts +0 -169
  2488. package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +0 -180
  2489. package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -180
  2490. package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +0 -183
  2491. package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -192
  2492. package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +0 -181
  2493. package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +0 -177
  2494. package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -177
  2495. package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -177
  2496. package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +0 -188
  2497. package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -177
  2498. package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +0 -181
  2499. package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -179
  2500. package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +0 -166
  2501. package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +0 -166
  2502. package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -177
  2503. package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -178
  2504. package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +0 -178
  2505. package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -186
  2506. package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +0 -178
  2507. package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +0 -169
  2508. package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +0 -180
  2509. package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +0 -180
  2510. package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +0 -184
  2511. package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +0 -180
  2512. package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -182
  2513. package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +0 -181
  2514. package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -186
  2515. package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -190
  2516. package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -179
  2517. package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -180
  2518. package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +0 -146
  2519. package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -181
  2520. package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -181
  2521. package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -189
  2522. package/src/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -189
  2523. package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -186
  2524. package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -182
  2525. package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +0 -177
  2526. package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -184
  2527. package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -194
  2528. package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -190
  2529. package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -191
  2530. package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -189
  2531. package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -186
  2532. package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -191
  2533. package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -191
  2534. package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -191
  2535. package/src/funcs/event-create-event-api-v1-event-post.ts +0 -205
  2536. package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +0 -176
  2537. package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -189
  2538. package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +0 -181
  2539. package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -189
  2540. package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +0 -172
  2541. package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +0 -201
  2542. package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +0 -177
  2543. package/src/funcs/event-get-event-list-api-v1-event-get.ts +0 -204
  2544. package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +0 -181
  2545. package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -190
  2546. package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +0 -189
  2547. package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -186
  2548. package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +0 -183
  2549. package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -183
  2550. package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -183
  2551. package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +0 -186
  2552. package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +0 -147
  2553. package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +0 -180
  2554. package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +0 -181
  2555. package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +0 -182
  2556. package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +0 -182
  2557. package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -187
  2558. package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -182
  2559. package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +0 -177
  2560. package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -185
  2561. package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -183
  2562. package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -191
  2563. package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -239
  2564. package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -186
  2565. package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +0 -191
  2566. package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -196
  2567. package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -202
  2568. package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +0 -192
  2569. package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -185
  2570. package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +0 -216
  2571. package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +0 -178
  2572. package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +0 -187
  2573. package/src/funcs/get-feature-flags-config-features-get.ts +0 -141
  2574. package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -187
  2575. package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +0 -142
  2576. package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +0 -142
  2577. package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +0 -142
  2578. package/src/funcs/health-check-health-get.ts +0 -183
  2579. package/src/funcs/metrics-metrics-get.ts +0 -141
  2580. package/src/funcs/notification-health-check-health-notifications-get.ts +0 -141
  2581. package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -183
  2582. package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -185
  2583. package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +0 -169
  2584. package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -189
  2585. package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +0 -143
  2586. package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -181
  2587. package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -184
  2588. package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +0 -186
  2589. package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -185
  2590. package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -186
  2591. package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +0 -142
  2592. package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +0 -177
  2593. package/src/funcs/place-create-place-api-v1-place-post.ts +0 -171
  2594. package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +0 -176
  2595. package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +0 -177
  2596. package/src/funcs/place-get-place-list-api-v1-place-get.ts +0 -176
  2597. package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +0 -177
  2598. package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +0 -178
  2599. package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -186
  2600. package/src/funcs/realtime-get-ws.ts +0 -144
  2601. package/src/funcs/realtime-realtime-info-realtime-info-get.ts +0 -150
  2602. package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +0 -182
  2603. package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +0 -177
  2604. package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -192
  2605. package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -196
  2606. package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +0 -169
  2607. package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -192
  2608. package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -192
  2609. package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -197
  2610. package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -196
  2611. package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -194
  2612. package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -198
  2613. package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -194
  2614. package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -198
  2615. package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -195
  2616. package/src/funcs/space-create-space-api-v1-space-post.ts +0 -166
  2617. package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -184
  2618. package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +0 -170
  2619. package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +0 -176
  2620. package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -191
  2621. package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -182
  2622. package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -189
  2623. package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -181
  2624. package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -189
  2625. package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -192
  2626. package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -195
  2627. package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -198
  2628. package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -189
  2629. package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -198
  2630. package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +0 -190
  2631. package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +0 -198
  2632. package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -192
  2633. package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -213
  2634. package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -186
  2635. package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +0 -177
  2636. package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +0 -181
  2637. package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -181
  2638. package/src/funcs/space-get-space-list-api-v1-space-get.ts +0 -178
  2639. package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +0 -181
  2640. package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +0 -181
  2641. package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -190
  2642. package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -190
  2643. package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -191
  2644. package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +0 -198
  2645. package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -183
  2646. package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +0 -181
  2647. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +0 -177
  2648. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +0 -181
  2649. package/src/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +0 -195
  2650. package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -189
  2651. package/src/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +0 -195
  2652. package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +0 -182
  2653. package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +0 -141
  2654. package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +0 -204
  2655. package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -180
  2656. package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +0 -178
  2657. package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -191
  2658. package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -182
  2659. package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -193
  2660. package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +0 -142
  2661. package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +0 -141
  2662. package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +0 -144
  2663. package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +0 -141
  2664. package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +0 -141
  2665. package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +0 -141
  2666. package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -179
  2667. package/src/funcs/user-get-user-list-api-v1-user-get.ts +0 -186
  2668. package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -192
  2669. package/src/funcs/user-search-users-api-v1-user-search-get.ts +0 -180
  2670. package/src/funcs/user-update-profile-api-v1-user-me-put.ts +0 -169
  2671. package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +0 -208
  2672. package/src/models/errors/sdk-default-error.ts +0 -40
  2673. package/src/models/errors/sdk-error.ts +0 -35
  2674. package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -46
  2675. package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -49
  2676. package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -49
  2677. package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -42
  2678. package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -45
  2679. package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -45
  2680. package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -45
  2681. package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -42
  2682. package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -51
  2683. package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -49
  2684. package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -49
  2685. package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -46
  2686. package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -46
  2687. package/src/sdk/auth-context.ts +0 -28
  2688. package/src/sdk/timezones.ts +0 -58
@@ -1,186 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v4-mini";
6
- import { SDKCore } from "../core.js";
7
- import { encodeSimple } from "../lib/encodings.js";
8
- import * as M from "../lib/matchers.js";
9
- import { compactMap } from "../lib/primitives.js";
10
- import { safeParse } from "../lib/schemas.js";
11
- import { RequestOptions } from "../lib/sdks.js";
12
- import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
13
- import { pathToFunc } from "../lib/url.js";
14
- import {
15
- ConnectionError,
16
- InvalidRequestError,
17
- RequestAbortedError,
18
- RequestTimeoutError,
19
- UnexpectedClientError,
20
- } from "../models/errors/http-client-errors.js";
21
- import * as errors from "../models/errors/index.js";
22
- import { ResponseValidationError } from "../models/errors/response-validation-error.js";
23
- import { SDKError } from "../models/errors/sdk-error.js";
24
- import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
25
- import * as models from "../models/index.js";
26
- import * as operations from "../models/operations/index.js";
27
- import { APICall, APIPromise } from "../types/async.js";
28
- import { Result } from "../types/fp.js";
29
-
30
- /**
31
- * Get task metadata
32
- *
33
- * @remarks
34
- * Get metadata for a specific task type
35
- */
36
- export function automationRulesGetTaskMetadataApiV1AutomationMetadataTasksTaskTypeGet(
37
- client: SDKCore,
38
- request:
39
- operations.GetTaskMetadataApiV1AutomationMetadataTasksTaskTypeGetRequest,
40
- options?: RequestOptions,
41
- ): APIPromise<
42
- Result<
43
- models.TaskMetadata,
44
- | errors.HTTPValidationError
45
- | SDKError
46
- | ResponseValidationError
47
- | ConnectionError
48
- | RequestAbortedError
49
- | RequestTimeoutError
50
- | InvalidRequestError
51
- | UnexpectedClientError
52
- | SDKValidationError
53
- >
54
- > {
55
- return new APIPromise($do(
56
- client,
57
- request,
58
- options,
59
- ));
60
- }
61
-
62
- async function $do(
63
- client: SDKCore,
64
- request:
65
- operations.GetTaskMetadataApiV1AutomationMetadataTasksTaskTypeGetRequest,
66
- options?: RequestOptions,
67
- ): Promise<
68
- [
69
- Result<
70
- models.TaskMetadata,
71
- | errors.HTTPValidationError
72
- | SDKError
73
- | ResponseValidationError
74
- | ConnectionError
75
- | RequestAbortedError
76
- | RequestTimeoutError
77
- | InvalidRequestError
78
- | UnexpectedClientError
79
- | SDKValidationError
80
- >,
81
- APICall,
82
- ]
83
- > {
84
- const parsed = safeParse(
85
- request,
86
- (value) =>
87
- z.parse(
88
- operations
89
- .GetTaskMetadataApiV1AutomationMetadataTasksTaskTypeGetRequest$outboundSchema,
90
- value,
91
- ),
92
- "Input validation failed",
93
- );
94
- if (!parsed.ok) {
95
- return [parsed, { status: "invalid" }];
96
- }
97
- const payload = parsed.value;
98
- const body = null;
99
-
100
- const pathParams = {
101
- task_type: encodeSimple("task_type", payload.task_type, {
102
- explode: false,
103
- charEncoding: "percent",
104
- }),
105
- };
106
-
107
- const path = pathToFunc("/api/v1/automation/metadata/tasks/{task_type}")(
108
- pathParams,
109
- );
110
-
111
- const headers = new Headers(compactMap({
112
- Accept: "application/json",
113
- }));
114
-
115
- const securityInput = await extractSecurity(client._options.security);
116
- const requestSecurity = resolveGlobalSecurity(securityInput);
117
-
118
- const context = {
119
- options: client._options,
120
- baseURL: options?.serverURL ?? client._baseURL ?? "",
121
- operationID:
122
- "get_task_metadata_api_v1_automation_metadata_tasks__task_type__get",
123
- oAuth2Scopes: null,
124
-
125
- resolvedSecurity: requestSecurity,
126
-
127
- securitySource: client._options.security,
128
- retryConfig: options?.retries
129
- || client._options.retryConfig
130
- || { strategy: "none" },
131
- retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
132
- };
133
-
134
- const requestRes = client._createRequest(context, {
135
- security: requestSecurity,
136
- method: "GET",
137
- baseURL: options?.serverURL,
138
- path: path,
139
- headers: headers,
140
- body: body,
141
- userAgent: client._options.userAgent,
142
- timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
143
- }, options);
144
- if (!requestRes.ok) {
145
- return [requestRes, { status: "invalid" }];
146
- }
147
- const req = requestRes.value;
148
-
149
- const doResult = await client._do(req, {
150
- context,
151
- errorCodes: ["422", "4XX", "5XX"],
152
- retryConfig: context.retryConfig,
153
- retryCodes: context.retryCodes,
154
- });
155
- if (!doResult.ok) {
156
- return [doResult, { status: "request-error", request: req }];
157
- }
158
- const response = doResult.value;
159
-
160
- const responseFields = {
161
- HttpMeta: { Response: response, Request: req },
162
- };
163
-
164
- const [result] = await M.match<
165
- models.TaskMetadata,
166
- | errors.HTTPValidationError
167
- | SDKError
168
- | ResponseValidationError
169
- | ConnectionError
170
- | RequestAbortedError
171
- | RequestTimeoutError
172
- | InvalidRequestError
173
- | UnexpectedClientError
174
- | SDKValidationError
175
- >(
176
- M.json(200, models.TaskMetadata$inboundSchema),
177
- M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
178
- M.fail("4XX"),
179
- M.fail("5XX"),
180
- )(response, req, { extraFields: responseFields });
181
- if (!result.ok) {
182
- return [result, { status: "complete", request: req, response }];
183
- }
184
-
185
- return [result, { status: "complete", request: req, response }];
186
- }
@@ -1,142 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v4-mini";
6
- import { SDKCore } from "../core.js";
7
- import * as M from "../lib/matchers.js";
8
- import { compactMap } from "../lib/primitives.js";
9
- import { RequestOptions } from "../lib/sdks.js";
10
- import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
11
- import { pathToFunc } from "../lib/url.js";
12
- import {
13
- ConnectionError,
14
- InvalidRequestError,
15
- RequestAbortedError,
16
- RequestTimeoutError,
17
- UnexpectedClientError,
18
- } from "../models/errors/http-client-errors.js";
19
- import { ResponseValidationError } from "../models/errors/response-validation-error.js";
20
- import { SDKError } from "../models/errors/sdk-error.js";
21
- import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
22
- import * as models from "../models/index.js";
23
- import { APICall, APIPromise } from "../types/async.js";
24
- import { Result } from "../types/fp.js";
25
-
26
- /**
27
- * Get trigger metadata
28
- *
29
- * @remarks
30
- * Get metadata for all available trigger types
31
- */
32
- export function automationRulesGetTriggersApiV1AutomationMetadataTriggersGet(
33
- client: SDKCore,
34
- options?: RequestOptions,
35
- ): APIPromise<
36
- Result<
37
- Array<models.TaskMetadata>,
38
- | SDKError
39
- | ResponseValidationError
40
- | ConnectionError
41
- | RequestAbortedError
42
- | RequestTimeoutError
43
- | InvalidRequestError
44
- | UnexpectedClientError
45
- | SDKValidationError
46
- >
47
- > {
48
- return new APIPromise($do(
49
- client,
50
- options,
51
- ));
52
- }
53
-
54
- async function $do(
55
- client: SDKCore,
56
- options?: RequestOptions,
57
- ): Promise<
58
- [
59
- Result<
60
- Array<models.TaskMetadata>,
61
- | SDKError
62
- | ResponseValidationError
63
- | ConnectionError
64
- | RequestAbortedError
65
- | RequestTimeoutError
66
- | InvalidRequestError
67
- | UnexpectedClientError
68
- | SDKValidationError
69
- >,
70
- APICall,
71
- ]
72
- > {
73
- const path = pathToFunc("/api/v1/automation/metadata/triggers")();
74
-
75
- const headers = new Headers(compactMap({
76
- Accept: "application/json",
77
- }));
78
-
79
- const securityInput = await extractSecurity(client._options.security);
80
- const requestSecurity = resolveGlobalSecurity(securityInput);
81
-
82
- const context = {
83
- options: client._options,
84
- baseURL: options?.serverURL ?? client._baseURL ?? "",
85
- operationID: "get_triggers_api_v1_automation_metadata_triggers_get",
86
- oAuth2Scopes: null,
87
-
88
- resolvedSecurity: requestSecurity,
89
-
90
- securitySource: client._options.security,
91
- retryConfig: options?.retries
92
- || client._options.retryConfig
93
- || { strategy: "none" },
94
- retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
95
- };
96
-
97
- const requestRes = client._createRequest(context, {
98
- security: requestSecurity,
99
- method: "GET",
100
- baseURL: options?.serverURL,
101
- path: path,
102
- headers: headers,
103
- userAgent: client._options.userAgent,
104
- timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
105
- }, options);
106
- if (!requestRes.ok) {
107
- return [requestRes, { status: "invalid" }];
108
- }
109
- const req = requestRes.value;
110
-
111
- const doResult = await client._do(req, {
112
- context,
113
- errorCodes: ["4XX", "5XX"],
114
- retryConfig: context.retryConfig,
115
- retryCodes: context.retryCodes,
116
- });
117
- if (!doResult.ok) {
118
- return [doResult, { status: "request-error", request: req }];
119
- }
120
- const response = doResult.value;
121
-
122
- const [result] = await M.match<
123
- Array<models.TaskMetadata>,
124
- | SDKError
125
- | ResponseValidationError
126
- | ConnectionError
127
- | RequestAbortedError
128
- | RequestTimeoutError
129
- | InvalidRequestError
130
- | UnexpectedClientError
131
- | SDKValidationError
132
- >(
133
- M.json(200, z.array(models.TaskMetadata$inboundSchema)),
134
- M.fail("4XX"),
135
- M.fail("5XX"),
136
- )(response, req);
137
- if (!result.ok) {
138
- return [result, { status: "complete", request: req, response }];
139
- }
140
-
141
- return [result, { status: "complete", request: req, response }];
142
- }
@@ -1,186 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v4-mini";
6
- import { SDKCore } from "../core.js";
7
- import { encodeFormQuery } from "../lib/encodings.js";
8
- import * as M from "../lib/matchers.js";
9
- import { compactMap } from "../lib/primitives.js";
10
- import { safeParse } from "../lib/schemas.js";
11
- import { RequestOptions } from "../lib/sdks.js";
12
- import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
13
- import { pathToFunc } from "../lib/url.js";
14
- import {
15
- ConnectionError,
16
- InvalidRequestError,
17
- RequestAbortedError,
18
- RequestTimeoutError,
19
- UnexpectedClientError,
20
- } from "../models/errors/http-client-errors.js";
21
- import * as errors from "../models/errors/index.js";
22
- import { ResponseValidationError } from "../models/errors/response-validation-error.js";
23
- import { SDKError } from "../models/errors/sdk-error.js";
24
- import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
25
- import * as models from "../models/index.js";
26
- import * as operations from "../models/operations/index.js";
27
- import { APICall, APIPromise } from "../types/async.js";
28
- import { Result } from "../types/fp.js";
29
-
30
- /**
31
- * List Rules
32
- *
33
- * @remarks
34
- * List automation rules.
35
- *
36
- * RLS automatically filters:
37
- * - Personal mode: only user's own rules
38
- * - Organization mode: all org rules
39
- */
40
- export function automationRulesListRulesApiV1AutomationRulesGet(
41
- client: SDKCore,
42
- request?: operations.ListRulesApiV1AutomationRulesGetRequest | undefined,
43
- options?: RequestOptions,
44
- ): APIPromise<
45
- Result<
46
- models.RuleListResponse,
47
- | errors.HTTPValidationError
48
- | SDKError
49
- | ResponseValidationError
50
- | ConnectionError
51
- | RequestAbortedError
52
- | RequestTimeoutError
53
- | InvalidRequestError
54
- | UnexpectedClientError
55
- | SDKValidationError
56
- >
57
- > {
58
- return new APIPromise($do(
59
- client,
60
- request,
61
- options,
62
- ));
63
- }
64
-
65
- async function $do(
66
- client: SDKCore,
67
- request?: operations.ListRulesApiV1AutomationRulesGetRequest | undefined,
68
- options?: RequestOptions,
69
- ): Promise<
70
- [
71
- Result<
72
- models.RuleListResponse,
73
- | errors.HTTPValidationError
74
- | SDKError
75
- | ResponseValidationError
76
- | ConnectionError
77
- | RequestAbortedError
78
- | RequestTimeoutError
79
- | InvalidRequestError
80
- | UnexpectedClientError
81
- | SDKValidationError
82
- >,
83
- APICall,
84
- ]
85
- > {
86
- const parsed = safeParse(
87
- request,
88
- (value) =>
89
- z.parse(
90
- z.optional(
91
- operations.ListRulesApiV1AutomationRulesGetRequest$outboundSchema,
92
- ),
93
- value,
94
- ),
95
- "Input validation failed",
96
- );
97
- if (!parsed.ok) {
98
- return [parsed, { status: "invalid" }];
99
- }
100
- const payload = parsed.value;
101
- const body = null;
102
-
103
- const path = pathToFunc("/api/v1/automation/rules")();
104
-
105
- const query = encodeFormQuery({
106
- "enabled_only": payload?.enabled_only,
107
- "scope": payload?.scope,
108
- "scope_id": payload?.scope_id,
109
- });
110
-
111
- const headers = new Headers(compactMap({
112
- Accept: "application/json",
113
- }));
114
-
115
- const securityInput = await extractSecurity(client._options.security);
116
- const requestSecurity = resolveGlobalSecurity(securityInput);
117
-
118
- const context = {
119
- options: client._options,
120
- baseURL: options?.serverURL ?? client._baseURL ?? "",
121
- operationID: "list_rules_api_v1_automation_rules_get",
122
- oAuth2Scopes: null,
123
-
124
- resolvedSecurity: requestSecurity,
125
-
126
- securitySource: client._options.security,
127
- retryConfig: options?.retries
128
- || client._options.retryConfig
129
- || { strategy: "none" },
130
- retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
131
- };
132
-
133
- const requestRes = client._createRequest(context, {
134
- security: requestSecurity,
135
- method: "GET",
136
- baseURL: options?.serverURL,
137
- path: path,
138
- headers: headers,
139
- query: query,
140
- body: body,
141
- userAgent: client._options.userAgent,
142
- timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
143
- }, options);
144
- if (!requestRes.ok) {
145
- return [requestRes, { status: "invalid" }];
146
- }
147
- const req = requestRes.value;
148
-
149
- const doResult = await client._do(req, {
150
- context,
151
- errorCodes: ["422", "4XX", "5XX"],
152
- retryConfig: context.retryConfig,
153
- retryCodes: context.retryCodes,
154
- });
155
- if (!doResult.ok) {
156
- return [doResult, { status: "request-error", request: req }];
157
- }
158
- const response = doResult.value;
159
-
160
- const responseFields = {
161
- HttpMeta: { Response: response, Request: req },
162
- };
163
-
164
- const [result] = await M.match<
165
- models.RuleListResponse,
166
- | errors.HTTPValidationError
167
- | SDKError
168
- | ResponseValidationError
169
- | ConnectionError
170
- | RequestAbortedError
171
- | RequestTimeoutError
172
- | InvalidRequestError
173
- | UnexpectedClientError
174
- | SDKValidationError
175
- >(
176
- M.json(200, models.RuleListResponse$inboundSchema),
177
- M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
178
- M.fail("4XX"),
179
- M.fail("5XX"),
180
- )(response, req, { extraFields: responseFields });
181
- if (!result.ok) {
182
- return [result, { status: "complete", request: req, response }];
183
- }
184
-
185
- return [result, { status: "complete", request: req, response }];
186
- }
@@ -1,182 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v4-mini";
6
- import { SDKCore } from "../core.js";
7
- import { encodeJSON, encodeSimple } from "../lib/encodings.js";
8
- import * as M from "../lib/matchers.js";
9
- import { compactMap } from "../lib/primitives.js";
10
- import { safeParse } from "../lib/schemas.js";
11
- import { RequestOptions } from "../lib/sdks.js";
12
- import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
13
- import { pathToFunc } from "../lib/url.js";
14
- import {
15
- ConnectionError,
16
- InvalidRequestError,
17
- RequestAbortedError,
18
- RequestTimeoutError,
19
- UnexpectedClientError,
20
- } from "../models/errors/http-client-errors.js";
21
- import * as errors from "../models/errors/index.js";
22
- import { ResponseValidationError } from "../models/errors/response-validation-error.js";
23
- import { SDKError } from "../models/errors/sdk-error.js";
24
- import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
25
- import * as models from "../models/index.js";
26
- import * as operations from "../models/operations/index.js";
27
- import { APICall, APIPromise } from "../types/async.js";
28
- import { Result } from "../types/fp.js";
29
-
30
- /**
31
- * Patch Rule
32
- *
33
- * @remarks
34
- * Partially update automation rule (PATCH).
35
- */
36
- export function automationRulesPatchRuleApiV1AutomationRulesRuleIdPatch(
37
- client: SDKCore,
38
- request: operations.PatchRuleApiV1AutomationRulesRuleIdPatchRequest,
39
- options?: RequestOptions,
40
- ): APIPromise<
41
- Result<
42
- models.RuleResponse,
43
- | errors.HTTPValidationError
44
- | SDKError
45
- | ResponseValidationError
46
- | ConnectionError
47
- | RequestAbortedError
48
- | RequestTimeoutError
49
- | InvalidRequestError
50
- | UnexpectedClientError
51
- | SDKValidationError
52
- >
53
- > {
54
- return new APIPromise($do(
55
- client,
56
- request,
57
- options,
58
- ));
59
- }
60
-
61
- async function $do(
62
- client: SDKCore,
63
- request: operations.PatchRuleApiV1AutomationRulesRuleIdPatchRequest,
64
- options?: RequestOptions,
65
- ): Promise<
66
- [
67
- Result<
68
- models.RuleResponse,
69
- | errors.HTTPValidationError
70
- | SDKError
71
- | ResponseValidationError
72
- | ConnectionError
73
- | RequestAbortedError
74
- | RequestTimeoutError
75
- | InvalidRequestError
76
- | UnexpectedClientError
77
- | SDKValidationError
78
- >,
79
- APICall,
80
- ]
81
- > {
82
- const parsed = safeParse(
83
- request,
84
- (value) =>
85
- z.parse(
86
- operations
87
- .PatchRuleApiV1AutomationRulesRuleIdPatchRequest$outboundSchema,
88
- value,
89
- ),
90
- "Input validation failed",
91
- );
92
- if (!parsed.ok) {
93
- return [parsed, { status: "invalid" }];
94
- }
95
- const payload = parsed.value;
96
- const body = encodeJSON("body", payload.body, { explode: true });
97
-
98
- const pathParams = {
99
- rule_id: encodeSimple("rule_id", payload.rule_id, {
100
- explode: false,
101
- charEncoding: "percent",
102
- }),
103
- };
104
-
105
- const path = pathToFunc("/api/v1/automation/rules/{rule_id}")(pathParams);
106
-
107
- const headers = new Headers(compactMap({
108
- "Content-Type": "application/json",
109
- Accept: "application/json",
110
- }));
111
-
112
- const securityInput = await extractSecurity(client._options.security);
113
- const requestSecurity = resolveGlobalSecurity(securityInput);
114
-
115
- const context = {
116
- options: client._options,
117
- baseURL: options?.serverURL ?? client._baseURL ?? "",
118
- operationID: "patch_rule_api_v1_automation_rules__rule_id__patch",
119
- oAuth2Scopes: null,
120
-
121
- resolvedSecurity: requestSecurity,
122
-
123
- securitySource: client._options.security,
124
- retryConfig: options?.retries
125
- || client._options.retryConfig
126
- || { strategy: "none" },
127
- retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
128
- };
129
-
130
- const requestRes = client._createRequest(context, {
131
- security: requestSecurity,
132
- method: "PATCH",
133
- baseURL: options?.serverURL,
134
- path: path,
135
- headers: headers,
136
- body: body,
137
- userAgent: client._options.userAgent,
138
- timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
139
- }, options);
140
- if (!requestRes.ok) {
141
- return [requestRes, { status: "invalid" }];
142
- }
143
- const req = requestRes.value;
144
-
145
- const doResult = await client._do(req, {
146
- context,
147
- errorCodes: ["422", "4XX", "5XX"],
148
- retryConfig: context.retryConfig,
149
- retryCodes: context.retryCodes,
150
- });
151
- if (!doResult.ok) {
152
- return [doResult, { status: "request-error", request: req }];
153
- }
154
- const response = doResult.value;
155
-
156
- const responseFields = {
157
- HttpMeta: { Response: response, Request: req },
158
- };
159
-
160
- const [result] = await M.match<
161
- models.RuleResponse,
162
- | errors.HTTPValidationError
163
- | SDKError
164
- | ResponseValidationError
165
- | ConnectionError
166
- | RequestAbortedError
167
- | RequestTimeoutError
168
- | InvalidRequestError
169
- | UnexpectedClientError
170
- | SDKValidationError
171
- >(
172
- M.json(200, models.RuleResponse$inboundSchema),
173
- M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
174
- M.fail("4XX"),
175
- M.fail("5XX"),
176
- )(response, req, { extraFields: responseFields });
177
- if (!result.ok) {
178
- return [result, { status: "complete", request: req, response }];
179
- }
180
-
181
- return [result, { status: "complete", request: req, response }];
182
- }