@linebundle-sdk/ts 0.3.0 → 1.0.0-rc.1

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 (3350) hide show
  1. package/esm/client/client.gen.d.ts +3 -0
  2. package/esm/client/client.gen.d.ts.map +1 -0
  3. package/esm/client/client.gen.js +236 -0
  4. package/esm/client/client.gen.js.map +1 -0
  5. package/esm/client/index.d.ts +9 -0
  6. package/esm/client/index.d.ts.map +1 -0
  7. package/esm/client/index.js +7 -0
  8. package/esm/client/index.js.map +1 -0
  9. package/esm/client/types.gen.d.ts +118 -0
  10. package/esm/client/types.gen.d.ts.map +1 -0
  11. package/esm/client/types.gen.js +3 -0
  12. package/esm/client/types.gen.js.map +1 -0
  13. package/esm/client/utils.gen.d.ts +34 -0
  14. package/esm/client/utils.gen.d.ts.map +1 -0
  15. package/esm/client/utils.gen.js +231 -0
  16. package/esm/client/utils.gen.js.map +1 -0
  17. package/esm/client.gen.d.ts +13 -0
  18. package/esm/client.gen.d.ts.map +1 -0
  19. package/esm/client.gen.js +4 -0
  20. package/esm/client.gen.js.map +1 -0
  21. package/esm/core/auth.gen.d.ts +19 -0
  22. package/esm/core/auth.gen.d.ts.map +1 -0
  23. package/esm/core/auth.gen.js +15 -0
  24. package/esm/core/auth.gen.js.map +1 -0
  25. package/esm/core/bodySerializer.gen.d.ts +26 -0
  26. package/esm/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/esm/core/bodySerializer.gen.js +58 -0
  28. package/esm/core/bodySerializer.gen.js.map +1 -0
  29. package/esm/core/params.gen.d.ts +44 -0
  30. package/esm/core/params.gen.d.ts.map +1 -0
  31. package/esm/core/params.gen.js +101 -0
  32. package/esm/core/params.gen.js.map +1 -0
  33. package/esm/core/pathSerializer.gen.d.ts +34 -0
  34. package/esm/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/esm/core/pathSerializer.gen.js +107 -0
  36. package/esm/core/pathSerializer.gen.js.map +1 -0
  37. package/esm/core/queryKeySerializer.gen.d.ts +19 -0
  38. package/esm/core/queryKeySerializer.gen.d.ts.map +1 -0
  39. package/esm/core/queryKeySerializer.gen.js +93 -0
  40. package/esm/core/queryKeySerializer.gen.js.map +1 -0
  41. package/esm/core/serverSentEvents.gen.d.ts +72 -0
  42. package/esm/core/serverSentEvents.gen.d.ts.map +1 -0
  43. package/esm/core/serverSentEvents.gen.js +134 -0
  44. package/esm/core/serverSentEvents.gen.js.map +1 -0
  45. package/esm/core/types.gen.d.ts +79 -0
  46. package/esm/core/types.gen.d.ts.map +1 -0
  47. package/esm/core/types.gen.js +3 -0
  48. package/esm/core/types.gen.js.map +1 -0
  49. package/esm/core/utils.gen.d.ts +20 -0
  50. package/esm/core/utils.gen.d.ts.map +1 -0
  51. package/esm/core/utils.gen.js +88 -0
  52. package/esm/core/utils.gen.js.map +1 -0
  53. package/esm/index.d.ts +2 -5
  54. package/esm/index.d.ts.map +1 -1
  55. package/esm/index.js +2 -7
  56. package/esm/index.js.map +1 -1
  57. package/esm/sdk.gen.d.ts +1854 -0
  58. package/esm/sdk.gen.d.ts.map +1 -0
  59. package/esm/sdk.gen.js +3875 -0
  60. package/esm/sdk.gen.js.map +1 -0
  61. package/esm/types.gen.d.ts +12463 -0
  62. package/esm/types.gen.d.ts.map +1 -0
  63. package/esm/types.gen.js +3 -0
  64. package/esm/types.gen.js.map +1 -0
  65. package/esm/zod.gen.d.ts +8634 -0
  66. package/esm/zod.gen.d.ts.map +1 -0
  67. package/esm/zod.gen.js +4430 -0
  68. package/esm/zod.gen.js.map +1 -0
  69. package/package.json +10 -28
  70. package/FUNCTIONS.md +0 -89
  71. package/README.md +0 -685
  72. package/RUNTIMES.md +0 -48
  73. package/esm/core.d.ts +0 -10
  74. package/esm/core.d.ts.map +0 -1
  75. package/esm/core.js +0 -13
  76. package/esm/core.js.map +0 -1
  77. package/esm/funcs/ai-agent-cancel-workflow.d.ts +0 -19
  78. package/esm/funcs/ai-agent-cancel-workflow.d.ts.map +0 -1
  79. package/esm/funcs/ai-agent-cancel-workflow.js +0 -89
  80. package/esm/funcs/ai-agent-cancel-workflow.js.map +0 -1
  81. package/esm/funcs/ai-agent-create-session.d.ts +0 -18
  82. package/esm/funcs/ai-agent-create-session.d.ts.map +0 -1
  83. package/esm/funcs/ai-agent-create-session.js +0 -82
  84. package/esm/funcs/ai-agent-create-session.js.map +0 -1
  85. package/esm/funcs/ai-agent-get-session-costs.d.ts +0 -19
  86. package/esm/funcs/ai-agent-get-session-costs.d.ts.map +0 -1
  87. package/esm/funcs/ai-agent-get-session-costs.js +0 -89
  88. package/esm/funcs/ai-agent-get-session-costs.js.map +0 -1
  89. package/esm/funcs/ai-agent-get-session.d.ts +0 -19
  90. package/esm/funcs/ai-agent-get-session.d.ts.map +0 -1
  91. package/esm/funcs/ai-agent-get-session.js +0 -88
  92. package/esm/funcs/ai-agent-get-session.js.map +0 -1
  93. package/esm/funcs/ai-agent-list-sessions.d.ts +0 -19
  94. package/esm/funcs/ai-agent-list-sessions.d.ts.map +0 -1
  95. package/esm/funcs/ai-agent-list-sessions.js +0 -89
  96. package/esm/funcs/ai-agent-list-sessions.js.map +0 -1
  97. package/esm/funcs/ai-agent-list-workflows.d.ts +0 -19
  98. package/esm/funcs/ai-agent-list-workflows.d.ts.map +0 -1
  99. package/esm/funcs/ai-agent-list-workflows.js +0 -90
  100. package/esm/funcs/ai-agent-list-workflows.js.map +0 -1
  101. package/esm/funcs/ai-agent-send-message.d.ts +0 -19
  102. package/esm/funcs/ai-agent-send-message.d.ts.map +0 -1
  103. package/esm/funcs/ai-agent-send-message.js +0 -90
  104. package/esm/funcs/ai-agent-send-message.js.map +0 -1
  105. package/esm/funcs/ai-agent-start-workflow-async.d.ts +0 -18
  106. package/esm/funcs/ai-agent-start-workflow-async.d.ts.map +0 -1
  107. package/esm/funcs/ai-agent-start-workflow-async.js +0 -82
  108. package/esm/funcs/ai-agent-start-workflow-async.js.map +0 -1
  109. package/esm/funcs/ai-agent-start-workflow.d.ts +0 -18
  110. package/esm/funcs/ai-agent-start-workflow.d.ts.map +0 -1
  111. package/esm/funcs/ai-agent-start-workflow.js +0 -82
  112. package/esm/funcs/ai-agent-start-workflow.js.map +0 -1
  113. package/esm/funcs/ai-agents-get-org-costs.d.ts +0 -19
  114. package/esm/funcs/ai-agents-get-org-costs.d.ts.map +0 -1
  115. package/esm/funcs/ai-agents-get-org-costs.js +0 -87
  116. package/esm/funcs/ai-agents-get-org-costs.js.map +0 -1
  117. package/esm/funcs/ai-delete-session.d.ts +0 -18
  118. package/esm/funcs/ai-delete-session.d.ts.map +0 -1
  119. package/esm/funcs/ai-delete-session.js +0 -88
  120. package/esm/funcs/ai-delete-session.js.map +0 -1
  121. package/esm/funcs/ai-workflows-get-execution-details.d.ts +0 -19
  122. package/esm/funcs/ai-workflows-get-execution-details.d.ts.map +0 -1
  123. package/esm/funcs/ai-workflows-get-execution-details.js +0 -89
  124. package/esm/funcs/ai-workflows-get-execution-details.js.map +0 -1
  125. package/esm/funcs/analytic-get-dashboard.d.ts +0 -14
  126. package/esm/funcs/analytic-get-dashboard.d.ts.map +0 -1
  127. package/esm/funcs/analytic-get-dashboard.js +0 -64
  128. package/esm/funcs/analytic-get-dashboard.js.map +0 -1
  129. package/esm/funcs/analytic-get-totals.d.ts +0 -14
  130. package/esm/funcs/analytic-get-totals.d.ts.map +0 -1
  131. package/esm/funcs/analytic-get-totals.js +0 -64
  132. package/esm/funcs/analytic-get-totals.js.map +0 -1
  133. package/esm/funcs/audit-logs-get-permission-stats.d.ts +0 -32
  134. package/esm/funcs/audit-logs-get-permission-stats.d.ts.map +0 -1
  135. package/esm/funcs/audit-logs-get-permission-stats.js +0 -102
  136. package/esm/funcs/audit-logs-get-permission-stats.js.map +0 -1
  137. package/esm/funcs/audit-logs-list-permissions.d.ts +0 -35
  138. package/esm/funcs/audit-logs-list-permissions.d.ts.map +0 -1
  139. package/esm/funcs/audit-logs-list-permissions.js +0 -108
  140. package/esm/funcs/audit-logs-list-permissions.js.map +0 -1
  141. package/esm/funcs/auth-contexts-get.d.ts +0 -20
  142. package/esm/funcs/auth-contexts-get.d.ts.map +0 -1
  143. package/esm/funcs/auth-contexts-get.js +0 -70
  144. package/esm/funcs/auth-contexts-get.js.map +0 -1
  145. package/esm/funcs/automation-cron-health-check.d.ts +0 -20
  146. package/esm/funcs/automation-cron-health-check.d.ts.map +0 -1
  147. package/esm/funcs/automation-cron-health-check.js +0 -71
  148. package/esm/funcs/automation-cron-health-check.js.map +0 -1
  149. package/esm/funcs/automation-cron-trigger-scheduled.d.ts +0 -44
  150. package/esm/funcs/automation-cron-trigger-scheduled.d.ts.map +0 -1
  151. package/esm/funcs/automation-cron-trigger-scheduled.js +0 -109
  152. package/esm/funcs/automation-cron-trigger-scheduled.js.map +0 -1
  153. package/esm/funcs/automation-metadata-get-actions.d.ts +0 -17
  154. package/esm/funcs/automation-metadata-get-actions.d.ts.map +0 -1
  155. package/esm/funcs/automation-metadata-get-actions.js +0 -68
  156. package/esm/funcs/automation-metadata-get-actions.js.map +0 -1
  157. package/esm/funcs/automation-metadata-get-task.d.ts +0 -19
  158. package/esm/funcs/automation-metadata-get-task.d.ts.map +0 -1
  159. package/esm/funcs/automation-metadata-get-task.js +0 -89
  160. package/esm/funcs/automation-metadata-get-task.js.map +0 -1
  161. package/esm/funcs/automation-metadata-get-tasks.d.ts +0 -19
  162. package/esm/funcs/automation-metadata-get-tasks.d.ts.map +0 -1
  163. package/esm/funcs/automation-metadata-get-tasks.js +0 -89
  164. package/esm/funcs/automation-metadata-get-tasks.js.map +0 -1
  165. package/esm/funcs/automation-metadata-get-triggers.d.ts +0 -17
  166. package/esm/funcs/automation-metadata-get-triggers.d.ts.map +0 -1
  167. package/esm/funcs/automation-metadata-get-triggers.js +0 -68
  168. package/esm/funcs/automation-metadata-get-triggers.js.map +0 -1
  169. package/esm/funcs/automation-rules-create.d.ts +0 -22
  170. package/esm/funcs/automation-rules-create.d.ts.map +0 -1
  171. package/esm/funcs/automation-rules-create.js +0 -86
  172. package/esm/funcs/automation-rules-create.js.map +0 -1
  173. package/esm/funcs/automation-rules-delete.d.ts +0 -18
  174. package/esm/funcs/automation-rules-delete.d.ts.map +0 -1
  175. package/esm/funcs/automation-rules-delete.js +0 -88
  176. package/esm/funcs/automation-rules-delete.js.map +0 -1
  177. package/esm/funcs/automation-rules-execute.d.ts +0 -19
  178. package/esm/funcs/automation-rules-execute.d.ts.map +0 -1
  179. package/esm/funcs/automation-rules-execute.js +0 -90
  180. package/esm/funcs/automation-rules-execute.js.map +0 -1
  181. package/esm/funcs/automation-rules-get-conditions.d.ts +0 -17
  182. package/esm/funcs/automation-rules-get-conditions.d.ts.map +0 -1
  183. package/esm/funcs/automation-rules-get-conditions.js +0 -68
  184. package/esm/funcs/automation-rules-get-conditions.js.map +0 -1
  185. package/esm/funcs/automation-rules-get-executions.d.ts +0 -21
  186. package/esm/funcs/automation-rules-get-executions.d.ts.map +0 -1
  187. package/esm/funcs/automation-rules-get-executions.js +0 -95
  188. package/esm/funcs/automation-rules-get-executions.js.map +0 -1
  189. package/esm/funcs/automation-rules-get-metadata.d.ts +0 -17
  190. package/esm/funcs/automation-rules-get-metadata.d.ts.map +0 -1
  191. package/esm/funcs/automation-rules-get-metadata.js +0 -67
  192. package/esm/funcs/automation-rules-get-metadata.js.map +0 -1
  193. package/esm/funcs/automation-rules-get.d.ts +0 -19
  194. package/esm/funcs/automation-rules-get.d.ts.map +0 -1
  195. package/esm/funcs/automation-rules-get.js +0 -88
  196. package/esm/funcs/automation-rules-get.js.map +0 -1
  197. package/esm/funcs/automation-rules-list.d.ts +0 -23
  198. package/esm/funcs/automation-rules-list.d.ts.map +0 -1
  199. package/esm/funcs/automation-rules-list.js +0 -92
  200. package/esm/funcs/automation-rules-list.js.map +0 -1
  201. package/esm/funcs/automation-rules-patch.d.ts +0 -19
  202. package/esm/funcs/automation-rules-patch.d.ts.map +0 -1
  203. package/esm/funcs/automation-rules-patch.js +0 -90
  204. package/esm/funcs/automation-rules-patch.js.map +0 -1
  205. package/esm/funcs/automation-rules-update.d.ts +0 -19
  206. package/esm/funcs/automation-rules-update.d.ts.map +0 -1
  207. package/esm/funcs/automation-rules-update.js +0 -90
  208. package/esm/funcs/automation-rules-update.js.map +0 -1
  209. package/esm/funcs/booking-create.d.ts +0 -18
  210. package/esm/funcs/booking-create.d.ts.map +0 -1
  211. package/esm/funcs/booking-create.js +0 -82
  212. package/esm/funcs/booking-create.js.map +0 -1
  213. package/esm/funcs/bookings-check-availability.d.ts +0 -18
  214. package/esm/funcs/bookings-check-availability.d.ts.map +0 -1
  215. package/esm/funcs/bookings-check-availability.js +0 -82
  216. package/esm/funcs/bookings-check-availability.js.map +0 -1
  217. package/esm/funcs/bookings-delete.d.ts +0 -18
  218. package/esm/funcs/bookings-delete.d.ts.map +0 -1
  219. package/esm/funcs/bookings-delete.js +0 -88
  220. package/esm/funcs/bookings-delete.js.map +0 -1
  221. package/esm/funcs/bookings-get-by-id.d.ts +0 -19
  222. package/esm/funcs/bookings-get-by-id.d.ts.map +0 -1
  223. package/esm/funcs/bookings-get-by-id.js +0 -88
  224. package/esm/funcs/bookings-get-by-id.js.map +0 -1
  225. package/esm/funcs/bookings-get-place-schedule.d.ts +0 -19
  226. package/esm/funcs/bookings-get-place-schedule.d.ts.map +0 -1
  227. package/esm/funcs/bookings-get-place-schedule.js +0 -94
  228. package/esm/funcs/bookings-get-place-schedule.js.map +0 -1
  229. package/esm/funcs/bookings-list.d.ts +0 -19
  230. package/esm/funcs/bookings-list.d.ts.map +0 -1
  231. package/esm/funcs/bookings-list.js +0 -91
  232. package/esm/funcs/bookings-list.js.map +0 -1
  233. package/esm/funcs/bookings-update.d.ts +0 -19
  234. package/esm/funcs/bookings-update.d.ts.map +0 -1
  235. package/esm/funcs/bookings-update.js +0 -89
  236. package/esm/funcs/bookings-update.js.map +0 -1
  237. package/esm/funcs/chat-messages-delete.d.ts +0 -15
  238. package/esm/funcs/chat-messages-delete.d.ts.map +0 -1
  239. package/esm/funcs/chat-messages-delete.js +0 -85
  240. package/esm/funcs/chat-messages-delete.js.map +0 -1
  241. package/esm/funcs/chat-messages-get-count.d.ts +0 -17
  242. package/esm/funcs/chat-messages-get-count.d.ts.map +0 -1
  243. package/esm/funcs/chat-messages-get-count.js +0 -85
  244. package/esm/funcs/chat-messages-get-count.js.map +0 -1
  245. package/esm/funcs/chat-messages-get-unread-count.d.ts +0 -17
  246. package/esm/funcs/chat-messages-get-unread-count.d.ts.map +0 -1
  247. package/esm/funcs/chat-messages-get-unread-count.js +0 -85
  248. package/esm/funcs/chat-messages-get-unread-count.js.map +0 -1
  249. package/esm/funcs/chat-messages-list.d.ts +0 -16
  250. package/esm/funcs/chat-messages-list.d.ts.map +0 -1
  251. package/esm/funcs/chat-messages-list.js +0 -90
  252. package/esm/funcs/chat-messages-list.js.map +0 -1
  253. package/esm/funcs/chat-messages-mark-read.d.ts +0 -15
  254. package/esm/funcs/chat-messages-mark-read.d.ts.map +0 -1
  255. package/esm/funcs/chat-messages-mark-read.js +0 -85
  256. package/esm/funcs/chat-messages-mark-read.js.map +0 -1
  257. package/esm/funcs/chat-messages-send.d.ts +0 -16
  258. package/esm/funcs/chat-messages-send.d.ts.map +0 -1
  259. package/esm/funcs/chat-messages-send.js +0 -86
  260. package/esm/funcs/chat-messages-send.js.map +0 -1
  261. package/esm/funcs/chat-rooms-add-member.d.ts +0 -16
  262. package/esm/funcs/chat-rooms-add-member.d.ts.map +0 -1
  263. package/esm/funcs/chat-rooms-add-member.js +0 -87
  264. package/esm/funcs/chat-rooms-add-member.js.map +0 -1
  265. package/esm/funcs/chat-rooms-create-direct.d.ts +0 -15
  266. package/esm/funcs/chat-rooms-create-direct.d.ts.map +0 -1
  267. package/esm/funcs/chat-rooms-create-direct.js +0 -79
  268. package/esm/funcs/chat-rooms-create-direct.js.map +0 -1
  269. package/esm/funcs/chat-rooms-create-group.d.ts +0 -15
  270. package/esm/funcs/chat-rooms-create-group.d.ts.map +0 -1
  271. package/esm/funcs/chat-rooms-create-group.js +0 -79
  272. package/esm/funcs/chat-rooms-create-group.js.map +0 -1
  273. package/esm/funcs/chat-rooms-get-by-id.d.ts +0 -16
  274. package/esm/funcs/chat-rooms-get-by-id.d.ts.map +0 -1
  275. package/esm/funcs/chat-rooms-get-by-id.js +0 -85
  276. package/esm/funcs/chat-rooms-get-by-id.js.map +0 -1
  277. package/esm/funcs/chat-rooms-list-members.d.ts +0 -16
  278. package/esm/funcs/chat-rooms-list-members.d.ts.map +0 -1
  279. package/esm/funcs/chat-rooms-list-members.js +0 -86
  280. package/esm/funcs/chat-rooms-list-members.js.map +0 -1
  281. package/esm/funcs/chat-rooms-list.d.ts +0 -16
  282. package/esm/funcs/chat-rooms-list.d.ts.map +0 -1
  283. package/esm/funcs/chat-rooms-list.js +0 -84
  284. package/esm/funcs/chat-rooms-list.js.map +0 -1
  285. package/esm/funcs/chat-rooms-remove-member.d.ts +0 -15
  286. package/esm/funcs/chat-rooms-remove-member.d.ts.map +0 -1
  287. package/esm/funcs/chat-rooms-remove-member.js +0 -89
  288. package/esm/funcs/chat-rooms-remove-member.js.map +0 -1
  289. package/esm/funcs/chat-rooms-update.d.ts +0 -16
  290. package/esm/funcs/chat-rooms-update.d.ts.map +0 -1
  291. package/esm/funcs/chat-rooms-update.js +0 -86
  292. package/esm/funcs/chat-rooms-update.js.map +0 -1
  293. package/esm/funcs/contacts-create.d.ts +0 -18
  294. package/esm/funcs/contacts-create.d.ts.map +0 -1
  295. package/esm/funcs/contacts-create.js +0 -82
  296. package/esm/funcs/contacts-create.js.map +0 -1
  297. package/esm/funcs/contacts-delete.d.ts +0 -18
  298. package/esm/funcs/contacts-delete.d.ts.map +0 -1
  299. package/esm/funcs/contacts-delete.js +0 -88
  300. package/esm/funcs/contacts-delete.js.map +0 -1
  301. package/esm/funcs/contacts-get.d.ts +0 -19
  302. package/esm/funcs/contacts-get.d.ts.map +0 -1
  303. package/esm/funcs/contacts-get.js +0 -88
  304. package/esm/funcs/contacts-get.js.map +0 -1
  305. package/esm/funcs/contacts-list.d.ts +0 -19
  306. package/esm/funcs/contacts-list.d.ts.map +0 -1
  307. package/esm/funcs/contacts-list.js +0 -90
  308. package/esm/funcs/contacts-list.js.map +0 -1
  309. package/esm/funcs/contacts-search.d.ts +0 -19
  310. package/esm/funcs/contacts-search.d.ts.map +0 -1
  311. package/esm/funcs/contacts-search.js +0 -88
  312. package/esm/funcs/contacts-search.js.map +0 -1
  313. package/esm/funcs/contacts-toggle-favorite.d.ts +0 -19
  314. package/esm/funcs/contacts-toggle-favorite.d.ts.map +0 -1
  315. package/esm/funcs/contacts-toggle-favorite.js +0 -90
  316. package/esm/funcs/contacts-toggle-favorite.js.map +0 -1
  317. package/esm/funcs/contacts-update.d.ts +0 -19
  318. package/esm/funcs/contacts-update.d.ts.map +0 -1
  319. package/esm/funcs/contacts-update.js +0 -89
  320. package/esm/funcs/contacts-update.js.map +0 -1
  321. package/esm/funcs/custom-roles-add-permission.d.ts +0 -18
  322. package/esm/funcs/custom-roles-add-permission.d.ts.map +0 -1
  323. package/esm/funcs/custom-roles-add-permission.js +0 -89
  324. package/esm/funcs/custom-roles-add-permission.js.map +0 -1
  325. package/esm/funcs/custom-roles-assign-to-user.d.ts +0 -18
  326. package/esm/funcs/custom-roles-assign-to-user.d.ts.map +0 -1
  327. package/esm/funcs/custom-roles-assign-to-user.js +0 -92
  328. package/esm/funcs/custom-roles-assign-to-user.js.map +0 -1
  329. package/esm/funcs/custom-roles-create.d.ts +0 -19
  330. package/esm/funcs/custom-roles-create.d.ts.map +0 -1
  331. package/esm/funcs/custom-roles-create.js +0 -87
  332. package/esm/funcs/custom-roles-create.js.map +0 -1
  333. package/esm/funcs/custom-roles-get-my-permissions.d.ts +0 -20
  334. package/esm/funcs/custom-roles-get-my-permissions.d.ts.map +0 -1
  335. package/esm/funcs/custom-roles-get-my-permissions.js +0 -71
  336. package/esm/funcs/custom-roles-get-my-permissions.js.map +0 -1
  337. package/esm/funcs/custom-roles-get.d.ts +0 -19
  338. package/esm/funcs/custom-roles-get.d.ts.map +0 -1
  339. package/esm/funcs/custom-roles-get.js +0 -88
  340. package/esm/funcs/custom-roles-get.js.map +0 -1
  341. package/esm/funcs/custom-roles-list.d.ts +0 -19
  342. package/esm/funcs/custom-roles-list.d.ts.map +0 -1
  343. package/esm/funcs/custom-roles-list.js +0 -87
  344. package/esm/funcs/custom-roles-list.js.map +0 -1
  345. package/esm/funcs/custom-roles-remove-permission.d.ts +0 -18
  346. package/esm/funcs/custom-roles-remove-permission.d.ts.map +0 -1
  347. package/esm/funcs/custom-roles-remove-permission.js +0 -92
  348. package/esm/funcs/custom-roles-remove-permission.js.map +0 -1
  349. package/esm/funcs/custom-roles-remove-user-role.d.ts +0 -18
  350. package/esm/funcs/custom-roles-remove-user-role.d.ts.map +0 -1
  351. package/esm/funcs/custom-roles-remove-user-role.js +0 -92
  352. package/esm/funcs/custom-roles-remove-user-role.js.map +0 -1
  353. package/esm/funcs/custom-roles-set-permissions.d.ts +0 -18
  354. package/esm/funcs/custom-roles-set-permissions.d.ts.map +0 -1
  355. package/esm/funcs/custom-roles-set-permissions.js +0 -89
  356. package/esm/funcs/custom-roles-set-permissions.js.map +0 -1
  357. package/esm/funcs/custom-roles-update.d.ts +0 -19
  358. package/esm/funcs/custom-roles-update.d.ts.map +0 -1
  359. package/esm/funcs/custom-roles-update.js +0 -89
  360. package/esm/funcs/custom-roles-update.js.map +0 -1
  361. package/esm/funcs/event-attendees-add-bulk.d.ts +0 -21
  362. package/esm/funcs/event-attendees-add-bulk.d.ts.map +0 -1
  363. package/esm/funcs/event-attendees-add-bulk.js +0 -96
  364. package/esm/funcs/event-attendees-add-bulk.js.map +0 -1
  365. package/esm/funcs/event-attendees-add.d.ts +0 -21
  366. package/esm/funcs/event-attendees-add.d.ts.map +0 -1
  367. package/esm/funcs/event-attendees-add.js +0 -92
  368. package/esm/funcs/event-attendees-add.js.map +0 -1
  369. package/esm/funcs/event-attendees-check-in.d.ts +0 -19
  370. package/esm/funcs/event-attendees-check-in.d.ts.map +0 -1
  371. package/esm/funcs/event-attendees-check-in.js +0 -93
  372. package/esm/funcs/event-attendees-check-in.js.map +0 -1
  373. package/esm/funcs/event-attendees-get.d.ts +0 -21
  374. package/esm/funcs/event-attendees-get.d.ts.map +0 -1
  375. package/esm/funcs/event-attendees-get.js +0 -98
  376. package/esm/funcs/event-attendees-get.js.map +0 -1
  377. package/esm/funcs/event-attendees-remove-bulk.d.ts +0 -20
  378. package/esm/funcs/event-attendees-remove-bulk.d.ts.map +0 -1
  379. package/esm/funcs/event-attendees-remove-bulk.js +0 -89
  380. package/esm/funcs/event-attendees-remove-bulk.js.map +0 -1
  381. package/esm/funcs/event-attendees-remove.d.ts +0 -18
  382. package/esm/funcs/event-attendees-remove.d.ts.map +0 -1
  383. package/esm/funcs/event-attendees-remove.js +0 -92
  384. package/esm/funcs/event-attendees-remove.js.map +0 -1
  385. package/esm/funcs/event-attendees-update-bulk-status.d.ts +0 -20
  386. package/esm/funcs/event-attendees-update-bulk-status.d.ts.map +0 -1
  387. package/esm/funcs/event-attendees-update-bulk-status.js +0 -93
  388. package/esm/funcs/event-attendees-update-bulk-status.js.map +0 -1
  389. package/esm/funcs/event-attendees-update.d.ts +0 -19
  390. package/esm/funcs/event-attendees-update.d.ts.map +0 -1
  391. package/esm/funcs/event-attendees-update.js +0 -94
  392. package/esm/funcs/event-attendees-update.js.map +0 -1
  393. package/esm/funcs/event-compare-versions.d.ts +0 -18
  394. package/esm/funcs/event-compare-versions.d.ts.map +0 -1
  395. package/esm/funcs/event-compare-versions.js +0 -93
  396. package/esm/funcs/event-compare-versions.js.map +0 -1
  397. package/esm/funcs/event-documents-add-document.d.ts +0 -18
  398. package/esm/funcs/event-documents-add-document.d.ts.map +0 -1
  399. package/esm/funcs/event-documents-add-document.js +0 -92
  400. package/esm/funcs/event-documents-add-document.js.map +0 -1
  401. package/esm/funcs/event-documents-get-documents.d.ts +0 -18
  402. package/esm/funcs/event-documents-get-documents.d.ts.map +0 -1
  403. package/esm/funcs/event-documents-get-documents.js +0 -89
  404. package/esm/funcs/event-documents-get-documents.js.map +0 -1
  405. package/esm/funcs/event-documents-remove.d.ts +0 -18
  406. package/esm/funcs/event-documents-remove.d.ts.map +0 -1
  407. package/esm/funcs/event-documents-remove.js +0 -92
  408. package/esm/funcs/event-documents-remove.js.map +0 -1
  409. package/esm/funcs/event-get-latest-version.d.ts +0 -19
  410. package/esm/funcs/event-get-latest-version.d.ts.map +0 -1
  411. package/esm/funcs/event-get-latest-version.js +0 -89
  412. package/esm/funcs/event-get-latest-version.js.map +0 -1
  413. package/esm/funcs/event-get-section-settings.d.ts +0 -16
  414. package/esm/funcs/event-get-section-settings.d.ts.map +0 -1
  415. package/esm/funcs/event-get-section-settings.js +0 -86
  416. package/esm/funcs/event-get-section-settings.js.map +0 -1
  417. package/esm/funcs/event-get-version.d.ts +0 -19
  418. package/esm/funcs/event-get-version.d.ts.map +0 -1
  419. package/esm/funcs/event-get-version.js +0 -93
  420. package/esm/funcs/event-get-version.js.map +0 -1
  421. package/esm/funcs/event-get.d.ts +0 -16
  422. package/esm/funcs/event-get.d.ts.map +0 -1
  423. package/esm/funcs/event-get.js +0 -85
  424. package/esm/funcs/event-get.js.map +0 -1
  425. package/esm/funcs/event-location-get.d.ts +0 -19
  426. package/esm/funcs/event-location-get.d.ts.map +0 -1
  427. package/esm/funcs/event-location-get.js +0 -89
  428. package/esm/funcs/event-location-get.js.map +0 -1
  429. package/esm/funcs/event-location-update.d.ts +0 -19
  430. package/esm/funcs/event-location-update.d.ts.map +0 -1
  431. package/esm/funcs/event-location-update.js +0 -90
  432. package/esm/funcs/event-location-update.js.map +0 -1
  433. package/esm/funcs/event-timeline-create-milestone.d.ts +0 -19
  434. package/esm/funcs/event-timeline-create-milestone.d.ts.map +0 -1
  435. package/esm/funcs/event-timeline-create-milestone.js +0 -113
  436. package/esm/funcs/event-timeline-create-milestone.js.map +0 -1
  437. package/esm/funcs/event-timeline-get-published.d.ts +0 -19
  438. package/esm/funcs/event-timeline-get-published.d.ts.map +0 -1
  439. package/esm/funcs/event-timeline-get-published.js +0 -89
  440. package/esm/funcs/event-timeline-get-published.js.map +0 -1
  441. package/esm/funcs/event-timeline-get.d.ts +0 -19
  442. package/esm/funcs/event-timeline-get.d.ts.map +0 -1
  443. package/esm/funcs/event-timeline-get.js +0 -85
  444. package/esm/funcs/event-timeline-get.js.map +0 -1
  445. package/esm/funcs/event-timeline-link-milestone.d.ts +0 -18
  446. package/esm/funcs/event-timeline-link-milestone.d.ts.map +0 -1
  447. package/esm/funcs/event-timeline-link-milestone.js +0 -89
  448. package/esm/funcs/event-timeline-link-milestone.js.map +0 -1
  449. package/esm/funcs/event-timeline-unlink.d.ts +0 -18
  450. package/esm/funcs/event-timeline-unlink.d.ts.map +0 -1
  451. package/esm/funcs/event-timeline-unlink.js +0 -85
  452. package/esm/funcs/event-timeline-unlink.js.map +0 -1
  453. package/esm/funcs/event-timezones-validate.d.ts +0 -29
  454. package/esm/funcs/event-timezones-validate.d.ts.map +0 -1
  455. package/esm/funcs/event-timezones-validate.js +0 -95
  456. package/esm/funcs/event-timezones-validate.js.map +0 -1
  457. package/esm/funcs/event-unpublish-version.d.ts +0 -18
  458. package/esm/funcs/event-unpublish-version.d.ts.map +0 -1
  459. package/esm/funcs/event-unpublish-version.js +0 -88
  460. package/esm/funcs/event-unpublish-version.js.map +0 -1
  461. package/esm/funcs/event-update.d.ts +0 -16
  462. package/esm/funcs/event-update.d.ts.map +0 -1
  463. package/esm/funcs/event-update.js +0 -86
  464. package/esm/funcs/event-update.js.map +0 -1
  465. package/esm/funcs/events-archive.d.ts +0 -15
  466. package/esm/funcs/events-archive.d.ts.map +0 -1
  467. package/esm/funcs/events-archive.js +0 -85
  468. package/esm/funcs/events-archive.js.map +0 -1
  469. package/esm/funcs/events-create.d.ts +0 -15
  470. package/esm/funcs/events-create.d.ts.map +0 -1
  471. package/esm/funcs/events-create.js +0 -106
  472. package/esm/funcs/events-create.js.map +0 -1
  473. package/esm/funcs/events-delete.d.ts +0 -15
  474. package/esm/funcs/events-delete.d.ts.map +0 -1
  475. package/esm/funcs/events-delete.js +0 -84
  476. package/esm/funcs/events-delete.js.map +0 -1
  477. package/esm/funcs/events-filter-advanced.d.ts +0 -21
  478. package/esm/funcs/events-filter-advanced.d.ts.map +0 -1
  479. package/esm/funcs/events-filter-advanced.js +0 -85
  480. package/esm/funcs/events-filter-advanced.js.map +0 -1
  481. package/esm/funcs/events-get-section-content.d.ts +0 -16
  482. package/esm/funcs/events-get-section-content.d.ts.map +0 -1
  483. package/esm/funcs/events-get-section-content.js +0 -86
  484. package/esm/funcs/events-get-section-content.js.map +0 -1
  485. package/esm/funcs/events-get-section-identification.d.ts +0 -16
  486. package/esm/funcs/events-get-section-identification.d.ts.map +0 -1
  487. package/esm/funcs/events-get-section-identification.js +0 -86
  488. package/esm/funcs/events-get-section-identification.js.map +0 -1
  489. package/esm/funcs/events-get-settings.d.ts +0 -19
  490. package/esm/funcs/events-get-settings.d.ts.map +0 -1
  491. package/esm/funcs/events-get-settings.js +0 -89
  492. package/esm/funcs/events-get-settings.js.map +0 -1
  493. package/esm/funcs/events-get-social-feed.d.ts +0 -23
  494. package/esm/funcs/events-get-social-feed.d.ts.map +0 -1
  495. package/esm/funcs/events-get-social-feed.js +0 -92
  496. package/esm/funcs/events-get-social-feed.js.map +0 -1
  497. package/esm/funcs/events-get-timezones.d.ts +0 -24
  498. package/esm/funcs/events-get-timezones.d.ts.map +0 -1
  499. package/esm/funcs/events-get-timezones.js +0 -73
  500. package/esm/funcs/events-get-timezones.js.map +0 -1
  501. package/esm/funcs/events-list-by-space.d.ts +0 -16
  502. package/esm/funcs/events-list-by-space.d.ts.map +0 -1
  503. package/esm/funcs/events-list-by-space.js +0 -96
  504. package/esm/funcs/events-list-by-space.js.map +0 -1
  505. package/esm/funcs/events-list-calendar.d.ts +0 -23
  506. package/esm/funcs/events-list-calendar.d.ts.map +0 -1
  507. package/esm/funcs/events-list-calendar.js +0 -109
  508. package/esm/funcs/events-list-calendar.js.map +0 -1
  509. package/esm/funcs/events-list-versions.d.ts +0 -18
  510. package/esm/funcs/events-list-versions.d.ts.map +0 -1
  511. package/esm/funcs/events-list-versions.js +0 -88
  512. package/esm/funcs/events-list-versions.js.map +0 -1
  513. package/esm/funcs/events-list.d.ts +0 -24
  514. package/esm/funcs/events-list.d.ts.map +0 -1
  515. package/esm/funcs/events-list.js +0 -112
  516. package/esm/funcs/events-list.js.map +0 -1
  517. package/esm/funcs/events-patch-content.d.ts +0 -19
  518. package/esm/funcs/events-patch-content.d.ts.map +0 -1
  519. package/esm/funcs/events-patch-content.js +0 -90
  520. package/esm/funcs/events-patch-content.js.map +0 -1
  521. package/esm/funcs/events-patch-identification.d.ts +0 -19
  522. package/esm/funcs/events-patch-identification.d.ts.map +0 -1
  523. package/esm/funcs/events-patch-identification.js +0 -90
  524. package/esm/funcs/events-patch-identification.js.map +0 -1
  525. package/esm/funcs/events-patch-settings.d.ts +0 -19
  526. package/esm/funcs/events-patch-settings.d.ts.map +0 -1
  527. package/esm/funcs/events-patch-settings.js +0 -90
  528. package/esm/funcs/events-patch-settings.js.map +0 -1
  529. package/esm/funcs/events-publish-version.d.ts +0 -18
  530. package/esm/funcs/events-publish-version.d.ts.map +0 -1
  531. package/esm/funcs/events-publish-version.js +0 -88
  532. package/esm/funcs/events-publish-version.js.map +0 -1
  533. package/esm/funcs/events-publish-with-notifications.d.ts +0 -15
  534. package/esm/funcs/events-publish-with-notifications.d.ts.map +0 -1
  535. package/esm/funcs/events-publish-with-notifications.js +0 -86
  536. package/esm/funcs/events-publish-with-notifications.js.map +0 -1
  537. package/esm/funcs/events-publish.d.ts +0 -15
  538. package/esm/funcs/events-publish.d.ts.map +0 -1
  539. package/esm/funcs/events-publish.js +0 -85
  540. package/esm/funcs/events-publish.js.map +0 -1
  541. package/esm/funcs/events-rollback-version.d.ts +0 -19
  542. package/esm/funcs/events-rollback-version.d.ts.map +0 -1
  543. package/esm/funcs/events-rollback-version.js +0 -93
  544. package/esm/funcs/events-rollback-version.js.map +0 -1
  545. package/esm/funcs/events-transfer.d.ts +0 -31
  546. package/esm/funcs/events-transfer.d.ts.map +0 -1
  547. package/esm/funcs/events-transfer.js +0 -100
  548. package/esm/funcs/events-transfer.js.map +0 -1
  549. package/esm/funcs/events-update-cover.d.ts +0 -16
  550. package/esm/funcs/events-update-cover.d.ts.map +0 -1
  551. package/esm/funcs/events-update-cover.js +0 -113
  552. package/esm/funcs/events-update-cover.js.map +0 -1
  553. package/esm/funcs/features-get.d.ts +0 -16
  554. package/esm/funcs/features-get.d.ts.map +0 -1
  555. package/esm/funcs/features-get.js +0 -67
  556. package/esm/funcs/features-get.js.map +0 -1
  557. package/esm/funcs/health-check-automation.d.ts +0 -22
  558. package/esm/funcs/health-check-automation.d.ts.map +0 -1
  559. package/esm/funcs/health-check-automation.js +0 -73
  560. package/esm/funcs/health-check-automation.js.map +0 -1
  561. package/esm/funcs/health-check.d.ts +0 -23
  562. package/esm/funcs/health-check.d.ts.map +0 -1
  563. package/esm/funcs/health-check.js +0 -91
  564. package/esm/funcs/health-check.js.map +0 -1
  565. package/esm/funcs/health-notifications-check.d.ts +0 -16
  566. package/esm/funcs/health-notifications-check.d.ts.map +0 -1
  567. package/esm/funcs/health-notifications-check.js +0 -67
  568. package/esm/funcs/health-notifications-check.js.map +0 -1
  569. package/esm/funcs/integration-handle-org-removed.d.ts +0 -17
  570. package/esm/funcs/integration-handle-org-removed.d.ts.map +0 -1
  571. package/esm/funcs/integration-handle-org-removed.js +0 -68
  572. package/esm/funcs/integration-handle-org-removed.js.map +0 -1
  573. package/esm/funcs/integration-user-handle-removed.d.ts +0 -17
  574. package/esm/funcs/integration-user-handle-removed.d.ts.map +0 -1
  575. package/esm/funcs/integration-user-handle-removed.js +0 -68
  576. package/esm/funcs/integration-user-handle-removed.js.map +0 -1
  577. package/esm/funcs/integrations-handle-org-created.d.ts +0 -17
  578. package/esm/funcs/integrations-handle-org-created.d.ts.map +0 -1
  579. package/esm/funcs/integrations-handle-org-created.js +0 -68
  580. package/esm/funcs/integrations-handle-org-created.js.map +0 -1
  581. package/esm/funcs/metrics-get.d.ts +0 -16
  582. package/esm/funcs/metrics-get.d.ts.map +0 -1
  583. package/esm/funcs/metrics-get.js +0 -67
  584. package/esm/funcs/metrics-get.js.map +0 -1
  585. package/esm/funcs/organizations-archive.d.ts +0 -18
  586. package/esm/funcs/organizations-archive.d.ts.map +0 -1
  587. package/esm/funcs/organizations-archive.js +0 -88
  588. package/esm/funcs/organizations-archive.js.map +0 -1
  589. package/esm/funcs/organizations-create-invite.d.ts +0 -19
  590. package/esm/funcs/organizations-create-invite.d.ts.map +0 -1
  591. package/esm/funcs/organizations-create-invite.js +0 -90
  592. package/esm/funcs/organizations-create-invite.js.map +0 -1
  593. package/esm/funcs/organizations-create.d.ts +0 -18
  594. package/esm/funcs/organizations-create.d.ts.map +0 -1
  595. package/esm/funcs/organizations-create.js +0 -82
  596. package/esm/funcs/organizations-create.js.map +0 -1
  597. package/esm/funcs/organizations-delete-invite.d.ts +0 -18
  598. package/esm/funcs/organizations-delete-invite.d.ts.map +0 -1
  599. package/esm/funcs/organizations-delete-invite.js +0 -92
  600. package/esm/funcs/organizations-delete-invite.js.map +0 -1
  601. package/esm/funcs/organizations-get-by-id.d.ts +0 -19
  602. package/esm/funcs/organizations-get-by-id.d.ts.map +0 -1
  603. package/esm/funcs/organizations-get-by-id.js +0 -89
  604. package/esm/funcs/organizations-get-by-id.js.map +0 -1
  605. package/esm/funcs/organizations-get-current.d.ts +0 -18
  606. package/esm/funcs/organizations-get-current.d.ts.map +0 -1
  607. package/esm/funcs/organizations-get-current.js +0 -68
  608. package/esm/funcs/organizations-get-current.js.map +0 -1
  609. package/esm/funcs/organizations-get-invites.d.ts +0 -19
  610. package/esm/funcs/organizations-get-invites.d.ts.map +0 -1
  611. package/esm/funcs/organizations-get-invites.js +0 -89
  612. package/esm/funcs/organizations-get-invites.js.map +0 -1
  613. package/esm/funcs/organizations-list.d.ts +0 -19
  614. package/esm/funcs/organizations-list.d.ts.map +0 -1
  615. package/esm/funcs/organizations-list.js +0 -88
  616. package/esm/funcs/organizations-list.js.map +0 -1
  617. package/esm/funcs/organizations-update.d.ts +0 -19
  618. package/esm/funcs/organizations-update.d.ts.map +0 -1
  619. package/esm/funcs/organizations-update.js +0 -90
  620. package/esm/funcs/organizations-update.js.map +0 -1
  621. package/esm/funcs/permissions-get.d.ts +0 -19
  622. package/esm/funcs/permissions-get.d.ts.map +0 -1
  623. package/esm/funcs/permissions-get.js +0 -89
  624. package/esm/funcs/permissions-get.js.map +0 -1
  625. package/esm/funcs/permissions-list.d.ts +0 -17
  626. package/esm/funcs/permissions-list.d.ts.map +0 -1
  627. package/esm/funcs/permissions-list.js +0 -68
  628. package/esm/funcs/permissions-list.js.map +0 -1
  629. package/esm/funcs/place-archive.d.ts +0 -15
  630. package/esm/funcs/place-archive.d.ts.map +0 -1
  631. package/esm/funcs/place-archive.js +0 -85
  632. package/esm/funcs/place-archive.js.map +0 -1
  633. package/esm/funcs/place-publish.d.ts +0 -15
  634. package/esm/funcs/place-publish.d.ts.map +0 -1
  635. package/esm/funcs/place-publish.js +0 -85
  636. package/esm/funcs/place-publish.js.map +0 -1
  637. package/esm/funcs/places-create.d.ts +0 -16
  638. package/esm/funcs/places-create.d.ts.map +0 -1
  639. package/esm/funcs/places-create.js +0 -80
  640. package/esm/funcs/places-create.js.map +0 -1
  641. package/esm/funcs/places-delete.d.ts +0 -15
  642. package/esm/funcs/places-delete.d.ts.map +0 -1
  643. package/esm/funcs/places-delete.js +0 -84
  644. package/esm/funcs/places-delete.js.map +0 -1
  645. package/esm/funcs/places-get.d.ts +0 -16
  646. package/esm/funcs/places-get.d.ts.map +0 -1
  647. package/esm/funcs/places-get.js +0 -85
  648. package/esm/funcs/places-get.js.map +0 -1
  649. package/esm/funcs/places-list.d.ts +0 -16
  650. package/esm/funcs/places-list.d.ts.map +0 -1
  651. package/esm/funcs/places-list.js +0 -84
  652. package/esm/funcs/places-list.js.map +0 -1
  653. package/esm/funcs/places-update.d.ts +0 -16
  654. package/esm/funcs/places-update.d.ts.map +0 -1
  655. package/esm/funcs/places-update.js +0 -86
  656. package/esm/funcs/places-update.js.map +0 -1
  657. package/esm/funcs/public-events-get-latest-version.d.ts +0 -19
  658. package/esm/funcs/public-events-get-latest-version.d.ts.map +0 -1
  659. package/esm/funcs/public-events-get-latest-version.js +0 -88
  660. package/esm/funcs/public-events-get-latest-version.js.map +0 -1
  661. package/esm/funcs/public-spaces-get-latest-version.d.ts +0 -20
  662. package/esm/funcs/public-spaces-get-latest-version.d.ts.map +0 -1
  663. package/esm/funcs/public-spaces-get-latest-version.js +0 -89
  664. package/esm/funcs/public-spaces-get-latest-version.js.map +0 -1
  665. package/esm/funcs/realtime-connect.d.ts +0 -18
  666. package/esm/funcs/realtime-connect.d.ts.map +0 -1
  667. package/esm/funcs/realtime-connect.js +0 -69
  668. package/esm/funcs/realtime-connect.js.map +0 -1
  669. package/esm/funcs/realtime-get-info.d.ts +0 -25
  670. package/esm/funcs/realtime-get-info.d.ts.map +0 -1
  671. package/esm/funcs/realtime-get-info.js +0 -76
  672. package/esm/funcs/realtime-get-info.js.map +0 -1
  673. package/esm/funcs/roles-delete.d.ts +0 -18
  674. package/esm/funcs/roles-delete.d.ts.map +0 -1
  675. package/esm/funcs/roles-delete.js +0 -88
  676. package/esm/funcs/roles-delete.js.map +0 -1
  677. package/esm/funcs/sentry-trigger-error.d.ts +0 -17
  678. package/esm/funcs/sentry-trigger-error.d.ts.map +0 -1
  679. package/esm/funcs/sentry-trigger-error.js +0 -68
  680. package/esm/funcs/sentry-trigger-error.js.map +0 -1
  681. package/esm/funcs/space-archive.d.ts +0 -15
  682. package/esm/funcs/space-archive.d.ts.map +0 -1
  683. package/esm/funcs/space-archive.js +0 -85
  684. package/esm/funcs/space-archive.js.map +0 -1
  685. package/esm/funcs/space-assign-user-to-role.d.ts +0 -20
  686. package/esm/funcs/space-assign-user-to-role.d.ts.map +0 -1
  687. package/esm/funcs/space-assign-user-to-role.js +0 -98
  688. package/esm/funcs/space-assign-user-to-role.js.map +0 -1
  689. package/esm/funcs/space-bulk-update-parent.d.ts +0 -18
  690. package/esm/funcs/space-bulk-update-parent.d.ts.map +0 -1
  691. package/esm/funcs/space-bulk-update-parent.js +0 -82
  692. package/esm/funcs/space-bulk-update-parent.js.map +0 -1
  693. package/esm/funcs/space-contacts-add-bulk.d.ts +0 -29
  694. package/esm/funcs/space-contacts-add-bulk.d.ts.map +0 -1
  695. package/esm/funcs/space-contacts-add-bulk.js +0 -100
  696. package/esm/funcs/space-contacts-add-bulk.js.map +0 -1
  697. package/esm/funcs/space-contacts-add.d.ts +0 -29
  698. package/esm/funcs/space-contacts-add.d.ts.map +0 -1
  699. package/esm/funcs/space-contacts-add.js +0 -100
  700. package/esm/funcs/space-contacts-add.js.map +0 -1
  701. package/esm/funcs/space-contacts-bulk-delete.d.ts +0 -30
  702. package/esm/funcs/space-contacts-bulk-delete.d.ts.map +0 -1
  703. package/esm/funcs/space-contacts-bulk-delete.js +0 -99
  704. package/esm/funcs/space-contacts-bulk-delete.js.map +0 -1
  705. package/esm/funcs/space-contacts-count.d.ts +0 -29
  706. package/esm/funcs/space-contacts-count.d.ts.map +0 -1
  707. package/esm/funcs/space-contacts-count.js +0 -97
  708. package/esm/funcs/space-contacts-count.js.map +0 -1
  709. package/esm/funcs/space-contacts-get-contacts-by-space.d.ts +0 -30
  710. package/esm/funcs/space-contacts-get-contacts-by-space.d.ts.map +0 -1
  711. package/esm/funcs/space-contacts-get-contacts-by-space.js +0 -105
  712. package/esm/funcs/space-contacts-get-contacts-by-space.js.map +0 -1
  713. package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts +0 -30
  714. package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts.map +0 -1
  715. package/esm/funcs/space-contacts-get-spaces-by-contact.js +0 -105
  716. package/esm/funcs/space-contacts-get-spaces-by-contact.js.map +0 -1
  717. package/esm/funcs/space-contacts-get.d.ts +0 -28
  718. package/esm/funcs/space-contacts-get.d.ts.map +0 -1
  719. package/esm/funcs/space-contacts-get.js +0 -95
  720. package/esm/funcs/space-contacts-get.js.map +0 -1
  721. package/esm/funcs/space-contacts-remove.d.ts +0 -29
  722. package/esm/funcs/space-contacts-remove.d.ts.map +0 -1
  723. package/esm/funcs/space-contacts-remove.js +0 -94
  724. package/esm/funcs/space-contacts-remove.js.map +0 -1
  725. package/esm/funcs/space-documents-add.d.ts +0 -18
  726. package/esm/funcs/space-documents-add.d.ts.map +0 -1
  727. package/esm/funcs/space-documents-add.js +0 -92
  728. package/esm/funcs/space-documents-add.js.map +0 -1
  729. package/esm/funcs/space-documents-get.d.ts +0 -18
  730. package/esm/funcs/space-documents-get.d.ts.map +0 -1
  731. package/esm/funcs/space-documents-get.js +0 -89
  732. package/esm/funcs/space-documents-get.js.map +0 -1
  733. package/esm/funcs/space-documents-remove.d.ts +0 -18
  734. package/esm/funcs/space-documents-remove.d.ts.map +0 -1
  735. package/esm/funcs/space-documents-remove.js +0 -92
  736. package/esm/funcs/space-documents-remove.js.map +0 -1
  737. package/esm/funcs/space-events-add.d.ts +0 -29
  738. package/esm/funcs/space-events-add.d.ts.map +0 -1
  739. package/esm/funcs/space-events-add.js +0 -100
  740. package/esm/funcs/space-events-add.js.map +0 -1
  741. package/esm/funcs/space-events-bulk-add.d.ts +0 -29
  742. package/esm/funcs/space-events-bulk-add.d.ts.map +0 -1
  743. package/esm/funcs/space-events-bulk-add.js +0 -100
  744. package/esm/funcs/space-events-bulk-add.js.map +0 -1
  745. package/esm/funcs/space-events-bulk-remove.d.ts +0 -30
  746. package/esm/funcs/space-events-bulk-remove.d.ts.map +0 -1
  747. package/esm/funcs/space-events-bulk-remove.js +0 -102
  748. package/esm/funcs/space-events-bulk-remove.js.map +0 -1
  749. package/esm/funcs/space-events-count.d.ts +0 -29
  750. package/esm/funcs/space-events-count.d.ts.map +0 -1
  751. package/esm/funcs/space-events-count.js +0 -97
  752. package/esm/funcs/space-events-count.js.map +0 -1
  753. package/esm/funcs/space-events-get-by-id.d.ts +0 -28
  754. package/esm/funcs/space-events-get-by-id.d.ts.map +0 -1
  755. package/esm/funcs/space-events-get-by-id.js +0 -98
  756. package/esm/funcs/space-events-get-by-id.js.map +0 -1
  757. package/esm/funcs/space-events-get-event-spaces.d.ts +0 -30
  758. package/esm/funcs/space-events-get-event-spaces.d.ts.map +0 -1
  759. package/esm/funcs/space-events-get-event-spaces.js +0 -105
  760. package/esm/funcs/space-events-get-event-spaces.js.map +0 -1
  761. package/esm/funcs/space-events-get.d.ts +0 -30
  762. package/esm/funcs/space-events-get.d.ts.map +0 -1
  763. package/esm/funcs/space-events-get.js +0 -105
  764. package/esm/funcs/space-events-get.js.map +0 -1
  765. package/esm/funcs/space-events-remove-event.d.ts +0 -29
  766. package/esm/funcs/space-events-remove-event.d.ts.map +0 -1
  767. package/esm/funcs/space-events-remove-event.js +0 -97
  768. package/esm/funcs/space-events-remove-event.js.map +0 -1
  769. package/esm/funcs/space-get-latest-version.d.ts +0 -19
  770. package/esm/funcs/space-get-latest-version.d.ts.map +0 -1
  771. package/esm/funcs/space-get-latest-version.js +0 -89
  772. package/esm/funcs/space-get-latest-version.js.map +0 -1
  773. package/esm/funcs/space-get-user-roles.d.ts +0 -22
  774. package/esm/funcs/space-get-user-roles.d.ts.map +0 -1
  775. package/esm/funcs/space-get-user-roles.js +0 -94
  776. package/esm/funcs/space-get-user-roles.js.map +0 -1
  777. package/esm/funcs/space-publish.d.ts +0 -15
  778. package/esm/funcs/space-publish.d.ts.map +0 -1
  779. package/esm/funcs/space-publish.js +0 -85
  780. package/esm/funcs/space-publish.js.map +0 -1
  781. package/esm/funcs/space-roles-assign-permission.d.ts +0 -20
  782. package/esm/funcs/space-roles-assign-permission.d.ts.map +0 -1
  783. package/esm/funcs/space-roles-assign-permission.js +0 -95
  784. package/esm/funcs/space-roles-assign-permission.js.map +0 -1
  785. package/esm/funcs/space-roles-create.d.ts +0 -21
  786. package/esm/funcs/space-roles-create.d.ts.map +0 -1
  787. package/esm/funcs/space-roles-create.js +0 -92
  788. package/esm/funcs/space-roles-create.js.map +0 -1
  789. package/esm/funcs/space-roles-delete.d.ts +0 -20
  790. package/esm/funcs/space-roles-delete.d.ts.map +0 -1
  791. package/esm/funcs/space-roles-delete.js +0 -94
  792. package/esm/funcs/space-roles-delete.js.map +0 -1
  793. package/esm/funcs/space-roles-get.d.ts +0 -21
  794. package/esm/funcs/space-roles-get.d.ts.map +0 -1
  795. package/esm/funcs/space-roles-get.js +0 -95
  796. package/esm/funcs/space-roles-get.js.map +0 -1
  797. package/esm/funcs/space-roles-list-roles.d.ts +0 -21
  798. package/esm/funcs/space-roles-list-roles.d.ts.map +0 -1
  799. package/esm/funcs/space-roles-list-roles.js +0 -91
  800. package/esm/funcs/space-roles-list-roles.js.map +0 -1
  801. package/esm/funcs/space-roles-remove-permission.d.ts +0 -20
  802. package/esm/funcs/space-roles-remove-permission.d.ts.map +0 -1
  803. package/esm/funcs/space-roles-remove-permission.js +0 -98
  804. package/esm/funcs/space-roles-remove-permission.js.map +0 -1
  805. package/esm/funcs/space-roles-update-role.d.ts +0 -21
  806. package/esm/funcs/space-roles-update-role.d.ts.map +0 -1
  807. package/esm/funcs/space-roles-update-role.js +0 -96
  808. package/esm/funcs/space-roles-update-role.js.map +0 -1
  809. package/esm/funcs/space-test-auth.d.ts +0 -16
  810. package/esm/funcs/space-test-auth.d.ts.map +0 -1
  811. package/esm/funcs/space-test-auth.js +0 -67
  812. package/esm/funcs/space-test-auth.js.map +0 -1
  813. package/esm/funcs/space-transfer.d.ts +0 -41
  814. package/esm/funcs/space-transfer.d.ts.map +0 -1
  815. package/esm/funcs/space-transfer.js +0 -112
  816. package/esm/funcs/space-transfer.js.map +0 -1
  817. package/esm/funcs/space-update-member-role.d.ts +0 -19
  818. package/esm/funcs/space-update-member-role.d.ts.map +0 -1
  819. package/esm/funcs/space-update-member-role.js +0 -94
  820. package/esm/funcs/space-update-member-role.js.map +0 -1
  821. package/esm/funcs/space-update.d.ts +0 -16
  822. package/esm/funcs/space-update.d.ts.map +0 -1
  823. package/esm/funcs/space-update.js +0 -86
  824. package/esm/funcs/space-update.js.map +0 -1
  825. package/esm/funcs/spaces-add-member.d.ts +0 -19
  826. package/esm/funcs/spaces-add-member.d.ts.map +0 -1
  827. package/esm/funcs/spaces-add-member.js +0 -90
  828. package/esm/funcs/spaces-add-member.js.map +0 -1
  829. package/esm/funcs/spaces-compare-versions.d.ts +0 -19
  830. package/esm/funcs/spaces-compare-versions.d.ts.map +0 -1
  831. package/esm/funcs/spaces-compare-versions.js +0 -94
  832. package/esm/funcs/spaces-compare-versions.js.map +0 -1
  833. package/esm/funcs/spaces-create-space.d.ts +0 -15
  834. package/esm/funcs/spaces-create-space.d.ts.map +0 -1
  835. package/esm/funcs/spaces-create-space.js +0 -79
  836. package/esm/funcs/spaces-create-space.js.map +0 -1
  837. package/esm/funcs/spaces-create-with-parent.d.ts +0 -18
  838. package/esm/funcs/spaces-create-with-parent.d.ts.map +0 -1
  839. package/esm/funcs/spaces-create-with-parent.js +0 -82
  840. package/esm/funcs/spaces-create-with-parent.js.map +0 -1
  841. package/esm/funcs/spaces-delete-by-id.d.ts +0 -15
  842. package/esm/funcs/spaces-delete-by-id.d.ts.map +0 -1
  843. package/esm/funcs/spaces-delete-by-id.js +0 -84
  844. package/esm/funcs/spaces-delete-by-id.js.map +0 -1
  845. package/esm/funcs/spaces-detach-parent.d.ts +0 -19
  846. package/esm/funcs/spaces-detach-parent.d.ts.map +0 -1
  847. package/esm/funcs/spaces-detach-parent.js +0 -89
  848. package/esm/funcs/spaces-detach-parent.js.map +0 -1
  849. package/esm/funcs/spaces-get-by-id.d.ts +0 -16
  850. package/esm/funcs/spaces-get-by-id.d.ts.map +0 -1
  851. package/esm/funcs/spaces-get-by-id.js +0 -85
  852. package/esm/funcs/spaces-get-by-id.js.map +0 -1
  853. package/esm/funcs/spaces-get-hierarchy.d.ts +0 -19
  854. package/esm/funcs/spaces-get-hierarchy.d.ts.map +0 -1
  855. package/esm/funcs/spaces-get-hierarchy.js +0 -89
  856. package/esm/funcs/spaces-get-hierarchy.js.map +0 -1
  857. package/esm/funcs/spaces-get-joinable-by-user.d.ts +0 -38
  858. package/esm/funcs/spaces-get-joinable-by-user.d.ts.map +0 -1
  859. package/esm/funcs/spaces-get-joinable-by-user.js +0 -115
  860. package/esm/funcs/spaces-get-joinable-by-user.js.map +0 -1
  861. package/esm/funcs/spaces-get-members.d.ts +0 -19
  862. package/esm/funcs/spaces-get-members.d.ts.map +0 -1
  863. package/esm/funcs/spaces-get-members.js +0 -89
  864. package/esm/funcs/spaces-get-members.js.map +0 -1
  865. package/esm/funcs/spaces-get-parent.d.ts +0 -19
  866. package/esm/funcs/spaces-get-parent.d.ts.map +0 -1
  867. package/esm/funcs/spaces-get-parent.js +0 -89
  868. package/esm/funcs/spaces-get-parent.js.map +0 -1
  869. package/esm/funcs/spaces-get-version.d.ts +0 -19
  870. package/esm/funcs/spaces-get-version.d.ts.map +0 -1
  871. package/esm/funcs/spaces-get-version.js +0 -93
  872. package/esm/funcs/spaces-get-version.js.map +0 -1
  873. package/esm/funcs/spaces-join.d.ts +0 -37
  874. package/esm/funcs/spaces-join.d.ts.map +0 -1
  875. package/esm/funcs/spaces-join.js +0 -106
  876. package/esm/funcs/spaces-join.js.map +0 -1
  877. package/esm/funcs/spaces-list-children.d.ts +0 -19
  878. package/esm/funcs/spaces-list-children.d.ts.map +0 -1
  879. package/esm/funcs/spaces-list-children.js +0 -89
  880. package/esm/funcs/spaces-list-children.js.map +0 -1
  881. package/esm/funcs/spaces-list-versions.d.ts +0 -19
  882. package/esm/funcs/spaces-list-versions.d.ts.map +0 -1
  883. package/esm/funcs/spaces-list-versions.js +0 -89
  884. package/esm/funcs/spaces-list-versions.js.map +0 -1
  885. package/esm/funcs/spaces-list.d.ts +0 -16
  886. package/esm/funcs/spaces-list.d.ts.map +0 -1
  887. package/esm/funcs/spaces-list.js +0 -86
  888. package/esm/funcs/spaces-list.js.map +0 -1
  889. package/esm/funcs/spaces-publish-version.d.ts +0 -19
  890. package/esm/funcs/spaces-publish-version.d.ts.map +0 -1
  891. package/esm/funcs/spaces-publish-version.js +0 -89
  892. package/esm/funcs/spaces-publish-version.js.map +0 -1
  893. package/esm/funcs/spaces-remove-member.d.ts +0 -18
  894. package/esm/funcs/spaces-remove-member.d.ts.map +0 -1
  895. package/esm/funcs/spaces-remove-member.js +0 -92
  896. package/esm/funcs/spaces-remove-member.js.map +0 -1
  897. package/esm/funcs/spaces-remove-user-from-role.d.ts +0 -20
  898. package/esm/funcs/spaces-remove-user-from-role.d.ts.map +0 -1
  899. package/esm/funcs/spaces-remove-user-from-role.js +0 -98
  900. package/esm/funcs/spaces-remove-user-from-role.js.map +0 -1
  901. package/esm/funcs/spaces-rollback.d.ts +0 -19
  902. package/esm/funcs/spaces-rollback.d.ts.map +0 -1
  903. package/esm/funcs/spaces-rollback.js +0 -90
  904. package/esm/funcs/spaces-rollback.js.map +0 -1
  905. package/esm/funcs/spaces-unpublish.d.ts +0 -18
  906. package/esm/funcs/spaces-unpublish.d.ts.map +0 -1
  907. package/esm/funcs/spaces-unpublish.js +0 -88
  908. package/esm/funcs/spaces-unpublish.js.map +0 -1
  909. package/esm/funcs/spaces-update-parent.d.ts +0 -19
  910. package/esm/funcs/spaces-update-parent.d.ts.map +0 -1
  911. package/esm/funcs/spaces-update-parent.js +0 -90
  912. package/esm/funcs/spaces-update-parent.js.map +0 -1
  913. package/esm/funcs/user-create-assistant.d.ts +0 -17
  914. package/esm/funcs/user-create-assistant.d.ts.map +0 -1
  915. package/esm/funcs/user-create-assistant.js +0 -67
  916. package/esm/funcs/user-create-assistant.js.map +0 -1
  917. package/esm/funcs/user-get-assistant.d.ts +0 -17
  918. package/esm/funcs/user-get-assistant.d.ts.map +0 -1
  919. package/esm/funcs/user-get-assistant.js +0 -67
  920. package/esm/funcs/user-get-assistant.js.map +0 -1
  921. package/esm/funcs/user-get-profile.d.ts +0 -31
  922. package/esm/funcs/user-get-profile.d.ts.map +0 -1
  923. package/esm/funcs/user-get-profile.js +0 -100
  924. package/esm/funcs/user-get-profile.js.map +0 -1
  925. package/esm/funcs/user-list.d.ts +0 -16
  926. package/esm/funcs/user-list.d.ts.map +0 -1
  927. package/esm/funcs/user-list.js +0 -80
  928. package/esm/funcs/user-list.js.map +0 -1
  929. package/esm/funcs/user-update-profile.d.ts +0 -18
  930. package/esm/funcs/user-update-profile.d.ts.map +0 -1
  931. package/esm/funcs/user-update-profile.js +0 -82
  932. package/esm/funcs/user-update-profile.js.map +0 -1
  933. package/esm/funcs/user-upload-avatar.d.ts +0 -18
  934. package/esm/funcs/user-upload-avatar.d.ts.map +0 -1
  935. package/esm/funcs/user-upload-avatar.js +0 -106
  936. package/esm/funcs/user-upload-avatar.js.map +0 -1
  937. package/esm/funcs/users-delete-avatar.d.ts +0 -17
  938. package/esm/funcs/users-delete-avatar.d.ts.map +0 -1
  939. package/esm/funcs/users-delete-avatar.js +0 -67
  940. package/esm/funcs/users-delete-avatar.js.map +0 -1
  941. package/esm/funcs/users-get-avatar-by-id.d.ts +0 -18
  942. package/esm/funcs/users-get-avatar-by-id.d.ts.map +0 -1
  943. package/esm/funcs/users-get-avatar-by-id.js +0 -87
  944. package/esm/funcs/users-get-avatar-by-id.js.map +0 -1
  945. package/esm/funcs/users-get-avatar.d.ts +0 -16
  946. package/esm/funcs/users-get-avatar.d.ts.map +0 -1
  947. package/esm/funcs/users-get-avatar.js +0 -67
  948. package/esm/funcs/users-get-avatar.js.map +0 -1
  949. package/esm/funcs/users-get-current-profile.d.ts +0 -17
  950. package/esm/funcs/users-get-current-profile.d.ts.map +0 -1
  951. package/esm/funcs/users-get-current-profile.js +0 -67
  952. package/esm/funcs/users-get-current-profile.js.map +0 -1
  953. package/esm/funcs/users-search.d.ts +0 -16
  954. package/esm/funcs/users-search.d.ts.map +0 -1
  955. package/esm/funcs/users-search.js +0 -86
  956. package/esm/funcs/users-search.js.map +0 -1
  957. package/esm/hooks/hooks.d.ts +0 -25
  958. package/esm/hooks/hooks.d.ts.map +0 -1
  959. package/esm/hooks/hooks.js +0 -82
  960. package/esm/hooks/hooks.js.map +0 -1
  961. package/esm/hooks/index.d.ts +0 -3
  962. package/esm/hooks/index.d.ts.map +0 -1
  963. package/esm/hooks/index.js +0 -6
  964. package/esm/hooks/index.js.map +0 -1
  965. package/esm/hooks/registration.d.ts +0 -3
  966. package/esm/hooks/registration.d.ts.map +0 -1
  967. package/esm/hooks/registration.js +0 -12
  968. package/esm/hooks/registration.js.map +0 -1
  969. package/esm/hooks/types.d.ts +0 -76
  970. package/esm/hooks/types.d.ts.map +0 -1
  971. package/esm/hooks/types.js +0 -5
  972. package/esm/hooks/types.js.map +0 -1
  973. package/esm/lib/base64.d.ts +0 -10
  974. package/esm/lib/base64.d.ts.map +0 -1
  975. package/esm/lib/base64.js +0 -31
  976. package/esm/lib/base64.js.map +0 -1
  977. package/esm/lib/config.d.ts +0 -42
  978. package/esm/lib/config.d.ts.map +0 -1
  979. package/esm/lib/config.js +0 -34
  980. package/esm/lib/config.js.map +0 -1
  981. package/esm/lib/dlv.d.ts +0 -14
  982. package/esm/lib/dlv.d.ts.map +0 -1
  983. package/esm/lib/dlv.js +0 -46
  984. package/esm/lib/dlv.js.map +0 -1
  985. package/esm/lib/encodings.d.ts +0 -53
  986. package/esm/lib/encodings.d.ts.map +0 -1
  987. package/esm/lib/encodings.js +0 -370
  988. package/esm/lib/encodings.js.map +0 -1
  989. package/esm/lib/files.d.ts +0 -13
  990. package/esm/lib/files.d.ts.map +0 -1
  991. package/esm/lib/files.js +0 -73
  992. package/esm/lib/files.js.map +0 -1
  993. package/esm/lib/http.d.ts +0 -67
  994. package/esm/lib/http.d.ts.map +0 -1
  995. package/esm/lib/http.js +0 -209
  996. package/esm/lib/http.js.map +0 -1
  997. package/esm/lib/is-plain-object.d.ts +0 -2
  998. package/esm/lib/is-plain-object.d.ts.map +0 -1
  999. package/esm/lib/is-plain-object.js +0 -38
  1000. package/esm/lib/is-plain-object.js.map +0 -1
  1001. package/esm/lib/logger.d.ts +0 -6
  1002. package/esm/lib/logger.d.ts.map +0 -1
  1003. package/esm/lib/logger.js +0 -5
  1004. package/esm/lib/logger.js.map +0 -1
  1005. package/esm/lib/matchers.d.ts +0 -59
  1006. package/esm/lib/matchers.d.ts.map +0 -1
  1007. package/esm/lib/matchers.js +0 -202
  1008. package/esm/lib/matchers.js.map +0 -1
  1009. package/esm/lib/primitives.d.ts +0 -26
  1010. package/esm/lib/primitives.d.ts.map +0 -1
  1011. package/esm/lib/primitives.js +0 -103
  1012. package/esm/lib/primitives.js.map +0 -1
  1013. package/esm/lib/retries.d.ts +0 -38
  1014. package/esm/lib/retries.d.ts.map +0 -1
  1015. package/esm/lib/retries.js +0 -150
  1016. package/esm/lib/retries.js.map +0 -1
  1017. package/esm/lib/schemas.d.ts +0 -21
  1018. package/esm/lib/schemas.d.ts.map +0 -1
  1019. package/esm/lib/schemas.js +0 -57
  1020. package/esm/lib/schemas.js.map +0 -1
  1021. package/esm/lib/sdks.d.ts +0 -63
  1022. package/esm/lib/sdks.d.ts.map +0 -1
  1023. package/esm/lib/sdks.js +0 -254
  1024. package/esm/lib/sdks.js.map +0 -1
  1025. package/esm/lib/security.d.ts +0 -83
  1026. package/esm/lib/security.d.ts.map +0 -1
  1027. package/esm/lib/security.js +0 -143
  1028. package/esm/lib/security.js.map +0 -1
  1029. package/esm/lib/url.d.ts +0 -5
  1030. package/esm/lib/url.d.ts.map +0 -1
  1031. package/esm/lib/url.js +0 -22
  1032. package/esm/lib/url.js.map +0 -1
  1033. package/esm/models/add-member-request.d.ts +0 -20
  1034. package/esm/models/add-member-request.d.ts.map +0 -1
  1035. package/esm/models/add-member-request.js +0 -18
  1036. package/esm/models/add-member-request.js.map +0 -1
  1037. package/esm/models/add-permission-request.d.ts +0 -15
  1038. package/esm/models/add-permission-request.d.ts.map +0 -1
  1039. package/esm/models/add-permission-request.js +0 -17
  1040. package/esm/models/add-permission-request.js.map +0 -1
  1041. package/esm/models/add-space-member-request.d.ts +0 -24
  1042. package/esm/models/add-space-member-request.d.ts.map +0 -1
  1043. package/esm/models/add-space-member-request.js +0 -14
  1044. package/esm/models/add-space-member-request.js.map +0 -1
  1045. package/esm/models/agent-type.d.ts +0 -22
  1046. package/esm/models/agent-type.d.ts.map +0 -1
  1047. package/esm/models/agent-type.js +0 -20
  1048. package/esm/models/agent-type.js.map +0 -1
  1049. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts +0 -20
  1050. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts.map +0 -1
  1051. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js +0 -13
  1052. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js.map +0 -1
  1053. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +0 -33
  1054. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +0 -1
  1055. package/esm/models/app-chat-adapter-input-schemas-message-message-response.js +0 -34
  1056. package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +0 -1
  1057. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +0 -35
  1058. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +0 -1
  1059. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js +0 -19
  1060. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +0 -1
  1061. package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts +0 -21
  1062. package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts.map +0 -1
  1063. package/esm/models/app-event-adapter-input-api-v1-response-space-info.js +0 -16
  1064. package/esm/models/app-event-adapter-input-api-v1-response-space-info.js.map +0 -1
  1065. package/esm/models/app-event-domain-entity-event-space-info.d.ts +0 -15
  1066. package/esm/models/app-event-domain-entity-event-space-info.d.ts.map +0 -1
  1067. package/esm/models/app-event-domain-entity-event-space-info.js +0 -16
  1068. package/esm/models/app-event-domain-entity-event-space-info.js.map +0 -1
  1069. package/esm/models/app-space-domain-entity-space-event-space-info.d.ts +0 -24
  1070. package/esm/models/app-space-domain-entity-space-event-space-info.d.ts.map +0 -1
  1071. package/esm/models/app-space-domain-entity-space-event-space-info.js +0 -16
  1072. package/esm/models/app-space-domain-entity-space-event-space-info.js.map +0 -1
  1073. package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts +0 -13
  1074. package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts.map +0 -1
  1075. package/esm/models/app-user-adapter-input-api-v1-response-message-response.js +0 -15
  1076. package/esm/models/app-user-adapter-input-api-v1-response-message-response.js.map +0 -1
  1077. package/esm/models/assistant-response.d.ts +0 -29
  1078. package/esm/models/assistant-response.d.ts.map +0 -1
  1079. package/esm/models/assistant-response.js +0 -25
  1080. package/esm/models/assistant-response.js.map +0 -1
  1081. package/esm/models/attendee-info.d.ts +0 -44
  1082. package/esm/models/attendee-info.d.ts.map +0 -1
  1083. package/esm/models/attendee-info.js +0 -30
  1084. package/esm/models/attendee-info.js.map +0 -1
  1085. package/esm/models/attendee-status.d.ts +0 -21
  1086. package/esm/models/attendee-status.d.ts.map +0 -1
  1087. package/esm/models/attendee-status.js +0 -19
  1088. package/esm/models/attendee-status.js.map +0 -1
  1089. package/esm/models/availability-response.d.ts +0 -28
  1090. package/esm/models/availability-response.d.ts.map +0 -1
  1091. package/esm/models/availability-response.js +0 -24
  1092. package/esm/models/availability-response.js.map +0 -1
  1093. package/esm/models/avatar-upload-response.d.ts +0 -17
  1094. package/esm/models/avatar-upload-response.d.ts.map +0 -1
  1095. package/esm/models/avatar-upload-response.js +0 -20
  1096. package/esm/models/avatar-upload-response.js.map +0 -1
  1097. package/esm/models/base-event-info.d.ts +0 -36
  1098. package/esm/models/base-event-info.d.ts.map +0 -1
  1099. package/esm/models/base-event-info.js +0 -25
  1100. package/esm/models/base-event-info.js.map +0 -1
  1101. package/esm/models/body-create-event-api-v1-event-post.d.ts +0 -32
  1102. package/esm/models/body-create-event-api-v1-event-post.d.ts.map +0 -1
  1103. package/esm/models/body-create-event-api-v1-event-post.js +0 -30
  1104. package/esm/models/body-create-event-api-v1-event-post.js.map +0 -1
  1105. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -32
  1106. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
  1107. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -32
  1108. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
  1109. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -29
  1110. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
  1111. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js +0 -30
  1112. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
  1113. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts +0 -24
  1114. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +0 -1
  1115. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js +0 -29
  1116. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js.map +0 -1
  1117. package/esm/models/booking-read.d.ts +0 -52
  1118. package/esm/models/booking-read.d.ts.map +0 -1
  1119. package/esm/models/booking-read.js +0 -34
  1120. package/esm/models/booking-read.js.map +0 -1
  1121. package/esm/models/bulk-update-parent-request.d.ts +0 -23
  1122. package/esm/models/bulk-update-parent-request.d.ts.map +0 -1
  1123. package/esm/models/bulk-update-parent-request.js +0 -19
  1124. package/esm/models/bulk-update-parent-request.js.map +0 -1
  1125. package/esm/models/check-availability-request.d.ts +0 -33
  1126. package/esm/models/check-availability-request.d.ts.map +0 -1
  1127. package/esm/models/check-availability-request.js +0 -23
  1128. package/esm/models/check-availability-request.js.map +0 -1
  1129. package/esm/models/combined-metadata-response.d.ts +0 -16
  1130. package/esm/models/combined-metadata-response.d.ts.map +0 -1
  1131. package/esm/models/combined-metadata-response.js +0 -16
  1132. package/esm/models/combined-metadata-response.js.map +0 -1
  1133. package/esm/models/contact-list-response.d.ts +0 -29
  1134. package/esm/models/contact-list-response.d.ts.map +0 -1
  1135. package/esm/models/contact-list-response.js +0 -18
  1136. package/esm/models/contact-list-response.js.map +0 -1
  1137. package/esm/models/contact-response.d.ts +0 -120
  1138. package/esm/models/contact-response.d.ts.map +0 -1
  1139. package/esm/models/contact-response.js +0 -62
  1140. package/esm/models/contact-response.js.map +0 -1
  1141. package/esm/models/contact-search-response.d.ts +0 -25
  1142. package/esm/models/contact-search-response.d.ts.map +0 -1
  1143. package/esm/models/contact-search-response.js +0 -17
  1144. package/esm/models/contact-search-response.js.map +0 -1
  1145. package/esm/models/create-booking-request.d.ts +0 -38
  1146. package/esm/models/create-booking-request.d.ts.map +0 -1
  1147. package/esm/models/create-booking-request.js +0 -23
  1148. package/esm/models/create-booking-request.js.map +0 -1
  1149. package/esm/models/create-contact-request.d.ts +0 -128
  1150. package/esm/models/create-contact-request.d.ts.map +0 -1
  1151. package/esm/models/create-contact-request.js +0 -53
  1152. package/esm/models/create-contact-request.js.map +0 -1
  1153. package/esm/models/create-direct-room-request.d.ts +0 -15
  1154. package/esm/models/create-direct-room-request.d.ts.map +0 -1
  1155. package/esm/models/create-direct-room-request.js +0 -17
  1156. package/esm/models/create-direct-room-request.js.map +0 -1
  1157. package/esm/models/create-event-request.d.ts +0 -104
  1158. package/esm/models/create-event-request.d.ts.map +0 -1
  1159. package/esm/models/create-event-request.js +0 -43
  1160. package/esm/models/create-event-request.js.map +0 -1
  1161. package/esm/models/create-group-room-request.d.ts +0 -25
  1162. package/esm/models/create-group-room-request.d.ts.map +0 -1
  1163. package/esm/models/create-group-room-request.js +0 -14
  1164. package/esm/models/create-group-room-request.js.map +0 -1
  1165. package/esm/models/create-invite-request.d.ts +0 -16
  1166. package/esm/models/create-invite-request.d.ts.map +0 -1
  1167. package/esm/models/create-invite-request.js +0 -19
  1168. package/esm/models/create-invite-request.js.map +0 -1
  1169. package/esm/models/create-online-meeting-request.d.ts +0 -40
  1170. package/esm/models/create-online-meeting-request.d.ts.map +0 -1
  1171. package/esm/models/create-online-meeting-request.js +0 -23
  1172. package/esm/models/create-online-meeting-request.js.map +0 -1
  1173. package/esm/models/create-organization-request.d.ts +0 -17
  1174. package/esm/models/create-organization-request.d.ts.map +0 -1
  1175. package/esm/models/create-organization-request.js +0 -18
  1176. package/esm/models/create-organization-request.js.map +0 -1
  1177. package/esm/models/create-place-response-dto.d.ts +0 -25
  1178. package/esm/models/create-place-response-dto.d.ts.map +0 -1
  1179. package/esm/models/create-place-response-dto.js +0 -17
  1180. package/esm/models/create-place-response-dto.js.map +0 -1
  1181. package/esm/models/create-role-request.d.ts +0 -20
  1182. package/esm/models/create-role-request.d.ts.map +0 -1
  1183. package/esm/models/create-role-request.js +0 -13
  1184. package/esm/models/create-role-request.js.map +0 -1
  1185. package/esm/models/create-room-request.d.ts +0 -50
  1186. package/esm/models/create-room-request.d.ts.map +0 -1
  1187. package/esm/models/create-room-request.js +0 -25
  1188. package/esm/models/create-room-request.js.map +0 -1
  1189. package/esm/models/create-rule-request.d.ts +0 -67
  1190. package/esm/models/create-rule-request.d.ts.map +0 -1
  1191. package/esm/models/create-rule-request.js +0 -27
  1192. package/esm/models/create-rule-request.js.map +0 -1
  1193. package/esm/models/create-session-request.d.ts +0 -36
  1194. package/esm/models/create-session-request.d.ts.map +0 -1
  1195. package/esm/models/create-session-request.js +0 -23
  1196. package/esm/models/create-session-request.js.map +0 -1
  1197. package/esm/models/create-session-response.d.ts +0 -67
  1198. package/esm/models/create-session-response.d.ts.map +0 -1
  1199. package/esm/models/create-session-response.js +0 -42
  1200. package/esm/models/create-session-response.js.map +0 -1
  1201. package/esm/models/create-space-request.d.ts +0 -30
  1202. package/esm/models/create-space-request.d.ts.map +0 -1
  1203. package/esm/models/create-space-request.js +0 -15
  1204. package/esm/models/create-space-request.js.map +0 -1
  1205. package/esm/models/create-space-response-dto.d.ts +0 -33
  1206. package/esm/models/create-space-response-dto.d.ts.map +0 -1
  1207. package/esm/models/create-space-response-dto.js +0 -24
  1208. package/esm/models/create-space-response-dto.js.map +0 -1
  1209. package/esm/models/create-space-with-parent-request.d.ts +0 -47
  1210. package/esm/models/create-space-with-parent-request.d.ts.map +0 -1
  1211. package/esm/models/create-space-with-parent-request.js +0 -23
  1212. package/esm/models/create-space-with-parent-request.js.map +0 -1
  1213. package/esm/models/dashboard-story-response.d.ts +0 -14
  1214. package/esm/models/dashboard-story-response.d.ts.map +0 -1
  1215. package/esm/models/dashboard-story-response.js +0 -23
  1216. package/esm/models/dashboard-story-response.js.map +0 -1
  1217. package/esm/models/errors/http-client-errors.d.ts +0 -44
  1218. package/esm/models/errors/http-client-errors.d.ts.map +0 -1
  1219. package/esm/models/errors/http-client-errors.js +0 -56
  1220. package/esm/models/errors/http-client-errors.js.map +0 -1
  1221. package/esm/models/errors/http-validation-error.d.ts +0 -19
  1222. package/esm/models/errors/http-validation-error.d.ts.map +0 -1
  1223. package/esm/models/errors/http-validation-error.js +0 -36
  1224. package/esm/models/errors/http-validation-error.js.map +0 -1
  1225. package/esm/models/errors/index.d.ts +0 -7
  1226. package/esm/models/errors/index.d.ts.map +0 -1
  1227. package/esm/models/errors/index.js +0 -10
  1228. package/esm/models/errors/index.js.map +0 -1
  1229. package/esm/models/errors/linebundle-default-error.d.ts +0 -10
  1230. package/esm/models/errors/linebundle-default-error.d.ts.map +0 -1
  1231. package/esm/models/errors/linebundle-default-error.js +0 -30
  1232. package/esm/models/errors/linebundle-default-error.js.map +0 -1
  1233. package/esm/models/errors/linebundle-error.d.ts +0 -19
  1234. package/esm/models/errors/linebundle-error.d.ts.map +0 -1
  1235. package/esm/models/errors/linebundle-error.js +0 -26
  1236. package/esm/models/errors/linebundle-error.js.map +0 -1
  1237. package/esm/models/errors/response-validation-error.d.ts +0 -26
  1238. package/esm/models/errors/response-validation-error.d.ts.map +0 -1
  1239. package/esm/models/errors/response-validation-error.js +0 -37
  1240. package/esm/models/errors/response-validation-error.js.map +0 -1
  1241. package/esm/models/errors/sdk-validation-error.d.ts +0 -21
  1242. package/esm/models/errors/sdk-validation-error.d.ts.map +0 -1
  1243. package/esm/models/errors/sdk-validation-error.js +0 -52
  1244. package/esm/models/errors/sdk-validation-error.js.map +0 -1
  1245. package/esm/models/event-advanced-filters.d.ts +0 -54
  1246. package/esm/models/event-advanced-filters.d.ts.map +0 -1
  1247. package/esm/models/event-advanced-filters.js +0 -35
  1248. package/esm/models/event-advanced-filters.js.map +0 -1
  1249. package/esm/models/event-analytic-total.d.ts +0 -10
  1250. package/esm/models/event-analytic-total.d.ts.map +0 -1
  1251. package/esm/models/event-analytic-total.js +0 -19
  1252. package/esm/models/event-analytic-total.js.map +0 -1
  1253. package/esm/models/event-attendee-create.d.ts +0 -29
  1254. package/esm/models/event-attendee-create.d.ts.map +0 -1
  1255. package/esm/models/event-attendee-create.js +0 -20
  1256. package/esm/models/event-attendee-create.js.map +0 -1
  1257. package/esm/models/event-attendee-list.d.ts +0 -21
  1258. package/esm/models/event-attendee-list.d.ts.map +0 -1
  1259. package/esm/models/event-attendee-list.js +0 -16
  1260. package/esm/models/event-attendee-list.js.map +0 -1
  1261. package/esm/models/event-attendee-read.d.ts +0 -62
  1262. package/esm/models/event-attendee-read.d.ts.map +0 -1
  1263. package/esm/models/event-attendee-read.js +0 -39
  1264. package/esm/models/event-attendee-read.js.map +0 -1
  1265. package/esm/models/event-attendee-update.d.ts +0 -24
  1266. package/esm/models/event-attendee-update.d.ts.map +0 -1
  1267. package/esm/models/event-attendee-update.js +0 -14
  1268. package/esm/models/event-attendee-update.js.map +0 -1
  1269. package/esm/models/event-date-filter.d.ts +0 -39
  1270. package/esm/models/event-date-filter.d.ts.map +0 -1
  1271. package/esm/models/event-date-filter.js +0 -26
  1272. package/esm/models/event-date-filter.js.map +0 -1
  1273. package/esm/models/event-filter-request.d.ts +0 -31
  1274. package/esm/models/event-filter-request.d.ts.map +0 -1
  1275. package/esm/models/event-filter-request.js +0 -17
  1276. package/esm/models/event-filter-request.js.map +0 -1
  1277. package/esm/models/event-location-filter.d.ts +0 -38
  1278. package/esm/models/event-location-filter.d.ts.map +0 -1
  1279. package/esm/models/event-location-filter.js +0 -23
  1280. package/esm/models/event-location-filter.js.map +0 -1
  1281. package/esm/models/event-pagination-options.d.ts +0 -23
  1282. package/esm/models/event-pagination-options.d.ts.map +0 -1
  1283. package/esm/models/event-pagination-options.js +0 -13
  1284. package/esm/models/event-pagination-options.js.map +0 -1
  1285. package/esm/models/event-preview-dto.d.ts +0 -18
  1286. package/esm/models/event-preview-dto.d.ts.map +0 -1
  1287. package/esm/models/event-preview-dto.js +0 -31
  1288. package/esm/models/event-preview-dto.js.map +0 -1
  1289. package/esm/models/event-read.d.ts +0 -70
  1290. package/esm/models/event-read.d.ts.map +0 -1
  1291. package/esm/models/event-read.js +0 -66
  1292. package/esm/models/event-read.js.map +0 -1
  1293. package/esm/models/event-relationship-filter.d.ts +0 -38
  1294. package/esm/models/event-relationship-filter.d.ts.map +0 -1
  1295. package/esm/models/event-relationship-filter.js +0 -25
  1296. package/esm/models/event-relationship-filter.js.map +0 -1
  1297. package/esm/models/event-repeat-filter.d.ts +0 -33
  1298. package/esm/models/event-repeat-filter.d.ts.map +0 -1
  1299. package/esm/models/event-repeat-filter.js +0 -23
  1300. package/esm/models/event-repeat-filter.js.map +0 -1
  1301. package/esm/models/event-sort-field-config.d.ts +0 -60
  1302. package/esm/models/event-sort-field-config.d.ts.map +0 -1
  1303. package/esm/models/event-sort-field-config.js +0 -41
  1304. package/esm/models/event-sort-field-config.js.map +0 -1
  1305. package/esm/models/event-sort-options.d.ts +0 -54
  1306. package/esm/models/event-sort-options.d.ts.map +0 -1
  1307. package/esm/models/event-sort-options.js +0 -43
  1308. package/esm/models/event-sort-options.js.map +0 -1
  1309. package/esm/models/event-status-filter.d.ts +0 -33
  1310. package/esm/models/event-status-filter.d.ts.map +0 -1
  1311. package/esm/models/event-status-filter.js +0 -22
  1312. package/esm/models/event-status-filter.js.map +0 -1
  1313. package/esm/models/event-text-filter.d.ts +0 -33
  1314. package/esm/models/event-text-filter.d.ts.map +0 -1
  1315. package/esm/models/event-text-filter.js +0 -15
  1316. package/esm/models/event-text-filter.js.map +0 -1
  1317. package/esm/models/event-version-read.d.ts +0 -41
  1318. package/esm/models/event-version-read.d.ts.map +0 -1
  1319. package/esm/models/event-version-read.js +0 -50
  1320. package/esm/models/event-version-read.js.map +0 -1
  1321. package/esm/models/execute-rule-request.d.ts +0 -21
  1322. package/esm/models/execute-rule-request.d.ts.map +0 -1
  1323. package/esm/models/execute-rule-request.js +0 -19
  1324. package/esm/models/execute-rule-request.js.map +0 -1
  1325. package/esm/models/execute-rule-response.d.ts +0 -23
  1326. package/esm/models/execute-rule-response.d.ts.map +0 -1
  1327. package/esm/models/execute-rule-response.js +0 -28
  1328. package/esm/models/execute-rule-response.js.map +0 -1
  1329. package/esm/models/execution-response.d.ts +0 -33
  1330. package/esm/models/execution-response.d.ts.map +0 -1
  1331. package/esm/models/execution-response.js +0 -45
  1332. package/esm/models/execution-response.js.map +0 -1
  1333. package/esm/models/filter-operator.d.ts +0 -30
  1334. package/esm/models/filter-operator.d.ts.map +0 -1
  1335. package/esm/models/filter-operator.js +0 -28
  1336. package/esm/models/filter-operator.js.map +0 -1
  1337. package/esm/models/get-analytic-totals-dto.d.ts +0 -15
  1338. package/esm/models/get-analytic-totals-dto.d.ts.map +0 -1
  1339. package/esm/models/get-analytic-totals-dto.js +0 -18
  1340. package/esm/models/get-analytic-totals-dto.js.map +0 -1
  1341. package/esm/models/get-event-list-response.d.ts +0 -93
  1342. package/esm/models/get-event-list-response.d.ts.map +0 -1
  1343. package/esm/models/get-event-list-response.js +0 -49
  1344. package/esm/models/get-event-list-response.js.map +0 -1
  1345. package/esm/models/get-place-list-response-dto.d.ts +0 -29
  1346. package/esm/models/get-place-list-response-dto.d.ts.map +0 -1
  1347. package/esm/models/get-place-list-response-dto.js +0 -18
  1348. package/esm/models/get-place-list-response-dto.js.map +0 -1
  1349. package/esm/models/get-space-list-response-dto.d.ts +0 -66
  1350. package/esm/models/get-space-list-response-dto.d.ts.map +0 -1
  1351. package/esm/models/get-space-list-response-dto.js +0 -43
  1352. package/esm/models/get-space-list-response-dto.js.map +0 -1
  1353. package/esm/models/get-user-list-response-dto.d.ts +0 -21
  1354. package/esm/models/get-user-list-response-dto.d.ts.map +0 -1
  1355. package/esm/models/get-user-list-response-dto.js +0 -16
  1356. package/esm/models/get-user-list-response-dto.js.map +0 -1
  1357. package/esm/models/index.d.ts +0 -169
  1358. package/esm/models/index.d.ts.map +0 -1
  1359. package/esm/models/index.js +0 -172
  1360. package/esm/models/index.js.map +0 -1
  1361. package/esm/models/invite-read.d.ts +0 -44
  1362. package/esm/models/invite-read.d.ts.map +0 -1
  1363. package/esm/models/invite-read.js +0 -30
  1364. package/esm/models/invite-read.js.map +0 -1
  1365. package/esm/models/location-response.d.ts +0 -12
  1366. package/esm/models/location-response.d.ts.map +0 -1
  1367. package/esm/models/location-response.js +0 -16
  1368. package/esm/models/location-response.js.map +0 -1
  1369. package/esm/models/location-update-schema.d.ts +0 -25
  1370. package/esm/models/location-update-schema.d.ts.map +0 -1
  1371. package/esm/models/location-update-schema.js +0 -14
  1372. package/esm/models/location-update-schema.js.map +0 -1
  1373. package/esm/models/member-response.d.ts +0 -15
  1374. package/esm/models/member-response.d.ts.map +0 -1
  1375. package/esm/models/member-response.js +0 -27
  1376. package/esm/models/member-response.js.map +0 -1
  1377. package/esm/models/members-list-response.d.ts +0 -18
  1378. package/esm/models/members-list-response.d.ts.map +0 -1
  1379. package/esm/models/members-list-response.js +0 -16
  1380. package/esm/models/members-list-response.js.map +0 -1
  1381. package/esm/models/metric-breakdown.d.ts +0 -12
  1382. package/esm/models/metric-breakdown.d.ts.map +0 -1
  1383. package/esm/models/metric-breakdown.js +0 -16
  1384. package/esm/models/metric-breakdown.js.map +0 -1
  1385. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +0 -15
  1386. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +0 -1
  1387. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +0 -19
  1388. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +0 -1
  1389. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +0 -14
  1390. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +0 -1
  1391. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +0 -20
  1392. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +0 -1
  1393. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +0 -14
  1394. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +0 -1
  1395. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +0 -20
  1396. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +0 -1
  1397. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +0 -15
  1398. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +0 -1
  1399. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js +0 -19
  1400. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js.map +0 -1
  1401. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +0 -20
  1402. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +0 -1
  1403. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +0 -21
  1404. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +0 -1
  1405. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +0 -15
  1406. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +0 -1
  1407. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js +0 -19
  1408. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js.map +0 -1
  1409. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +0 -15
  1410. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +0 -1
  1411. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +0 -19
  1412. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +0 -1
  1413. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts +0 -15
  1414. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
  1415. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js +0 -20
  1416. package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map +0 -1
  1417. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts +0 -15
  1418. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts.map +0 -1
  1419. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js +0 -19
  1420. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js.map +0 -1
  1421. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts +0 -12
  1422. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts.map +0 -1
  1423. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js +0 -17
  1424. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js.map +0 -1
  1425. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +0 -12
  1426. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +0 -1
  1427. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js +0 -18
  1428. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +0 -1
  1429. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts +0 -12
  1430. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts.map +0 -1
  1431. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js +0 -17
  1432. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js.map +0 -1
  1433. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts +0 -12
  1434. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts.map +0 -1
  1435. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js +0 -17
  1436. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js.map +0 -1
  1437. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +0 -17
  1438. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +0 -1
  1439. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +0 -22
  1440. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +0 -1
  1441. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts +0 -14
  1442. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
  1443. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js +0 -20
  1444. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js.map +0 -1
  1445. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +0 -16
  1446. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +0 -1
  1447. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +0 -22
  1448. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +0 -1
  1449. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +0 -14
  1450. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +0 -1
  1451. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +0 -19
  1452. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +0 -1
  1453. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +0 -14
  1454. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +0 -1
  1455. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +0 -19
  1456. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +0 -1
  1457. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +0 -14
  1458. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +0 -1
  1459. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +0 -19
  1460. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +0 -1
  1461. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +0 -14
  1462. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +0 -1
  1463. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +0 -20
  1464. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +0 -1
  1465. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +0 -12
  1466. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +0 -1
  1467. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +0 -18
  1468. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +0 -1
  1469. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +0 -14
  1470. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +0 -1
  1471. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +0 -20
  1472. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +0 -1
  1473. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +0 -22
  1474. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +0 -1
  1475. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js +0 -22
  1476. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +0 -1
  1477. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +0 -22
  1478. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +0 -1
  1479. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js +0 -22
  1480. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +0 -1
  1481. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +0 -12
  1482. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +0 -1
  1483. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +0 -18
  1484. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +0 -1
  1485. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +0 -12
  1486. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +0 -1
  1487. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js +0 -18
  1488. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js.map +0 -1
  1489. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +0 -15
  1490. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +0 -1
  1491. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +0 -20
  1492. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +0 -1
  1493. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -15
  1494. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
  1495. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -21
  1496. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
  1497. package/esm/models/operations/create-place-api-v1-place-post.d.ts +0 -9
  1498. package/esm/models/operations/create-place-api-v1-place-post.d.ts.map +0 -1
  1499. package/esm/models/operations/create-place-api-v1-place-post.js +0 -14
  1500. package/esm/models/operations/create-place-api-v1-place-post.js.map +0 -1
  1501. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts +0 -18
  1502. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts.map +0 -1
  1503. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js +0 -19
  1504. package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js.map +0 -1
  1505. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +0 -15
  1506. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +0 -1
  1507. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js +0 -19
  1508. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +0 -1
  1509. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts +0 -12
  1510. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts.map +0 -1
  1511. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js +0 -17
  1512. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js.map +0 -1
  1513. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts +0 -12
  1514. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +0 -1
  1515. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js +0 -17
  1516. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js.map +0 -1
  1517. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts +0 -12
  1518. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts.map +0 -1
  1519. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js +0 -17
  1520. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js.map +0 -1
  1521. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +0 -14
  1522. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +0 -1
  1523. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +0 -20
  1524. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +0 -1
  1525. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts +0 -12
  1526. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +0 -1
  1527. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js +0 -17
  1528. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js.map +0 -1
  1529. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts +0 -12
  1530. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts.map +0 -1
  1531. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js +0 -17
  1532. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js.map +0 -1
  1533. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts +0 -12
  1534. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts.map +0 -1
  1535. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js +0 -17
  1536. package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js.map +0 -1
  1537. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +0 -12
  1538. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +0 -1
  1539. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js +0 -17
  1540. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js.map +0 -1
  1541. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts +0 -12
  1542. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +0 -1
  1543. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js +0 -17
  1544. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js.map +0 -1
  1545. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts +0 -12
  1546. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts.map +0 -1
  1547. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js +0 -17
  1548. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js.map +0 -1
  1549. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +0 -14
  1550. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +0 -1
  1551. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +0 -20
  1552. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +0 -1
  1553. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +0 -12
  1554. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +0 -1
  1555. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js +0 -18
  1556. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +0 -1
  1557. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +0 -15
  1558. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +0 -1
  1559. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js +0 -20
  1560. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +0 -1
  1561. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +0 -25
  1562. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +0 -1
  1563. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js +0 -14
  1564. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +0 -1
  1565. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts +0 -12
  1566. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +0 -1
  1567. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js +0 -17
  1568. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js.map +0 -1
  1569. package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts +0 -40
  1570. package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts.map +0 -1
  1571. package/esm/models/operations/get-bookings-api-v1-booking-get.js +0 -25
  1572. package/esm/models/operations/get-bookings-api-v1-booking-get.js.map +0 -1
  1573. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts +0 -110
  1574. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts.map +0 -1
  1575. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js +0 -49
  1576. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js.map +0 -1
  1577. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts +0 -12
  1578. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts.map +0 -1
  1579. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js +0 -17
  1580. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js.map +0 -1
  1581. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +0 -16
  1582. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +0 -1
  1583. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +0 -19
  1584. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +0 -1
  1585. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +0 -33
  1586. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +0 -1
  1587. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js +0 -23
  1588. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js.map +0 -1
  1589. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts +0 -12
  1590. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts.map +0 -1
  1591. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js +0 -17
  1592. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js.map +0 -1
  1593. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts +0 -12
  1594. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +0 -1
  1595. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js +0 -17
  1596. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js.map +0 -1
  1597. package/esm/models/operations/get-event-list-api-v1-event-get.d.ts +0 -120
  1598. package/esm/models/operations/get-event-list-api-v1-event-get.d.ts.map +0 -1
  1599. package/esm/models/operations/get-event-list-api-v1-event-get.js +0 -51
  1600. package/esm/models/operations/get-event-list-api-v1-event-get.js.map +0 -1
  1601. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts +0 -12
  1602. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts.map +0 -1
  1603. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js +0 -17
  1604. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js.map +0 -1
  1605. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts +0 -12
  1606. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +0 -1
  1607. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js +0 -17
  1608. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js.map +0 -1
  1609. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +0 -16
  1610. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +0 -1
  1611. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js +0 -19
  1612. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js.map +0 -1
  1613. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +0 -14
  1614. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +0 -1
  1615. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +0 -20
  1616. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +0 -1
  1617. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts +0 -47
  1618. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +0 -1
  1619. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js +0 -28
  1620. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js.map +0 -1
  1621. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +0 -32
  1622. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +0 -1
  1623. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +0 -24
  1624. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +0 -1
  1625. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +0 -12
  1626. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +0 -1
  1627. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +0 -18
  1628. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +0 -1
  1629. package/esm/models/operations/get-latest-public-event-version.d.ts +0 -12
  1630. package/esm/models/operations/get-latest-public-event-version.d.ts.map +0 -1
  1631. package/esm/models/operations/get-latest-public-event-version.js +0 -17
  1632. package/esm/models/operations/get-latest-public-event-version.js.map +0 -1
  1633. package/esm/models/operations/get-latest-public-space-version.d.ts +0 -12
  1634. package/esm/models/operations/get-latest-public-space-version.d.ts.map +0 -1
  1635. package/esm/models/operations/get-latest-public-space-version.js +0 -17
  1636. package/esm/models/operations/get-latest-public-space-version.js.map +0 -1
  1637. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +0 -12
  1638. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +0 -1
  1639. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +0 -18
  1640. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +0 -1
  1641. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +0 -12
  1642. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +0 -1
  1643. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js +0 -17
  1644. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js.map +0 -1
  1645. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts +0 -20
  1646. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts.map +0 -1
  1647. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js +0 -19
  1648. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js.map +0 -1
  1649. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +0 -12
  1650. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +0 -1
  1651. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js +0 -18
  1652. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js.map +0 -1
  1653. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +0 -12
  1654. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +0 -1
  1655. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +0 -18
  1656. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +0 -1
  1657. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +0 -25
  1658. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +0 -1
  1659. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +0 -22
  1660. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +0 -1
  1661. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts +0 -12
  1662. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts.map +0 -1
  1663. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js +0 -18
  1664. package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js.map +0 -1
  1665. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts +0 -12
  1666. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts.map +0 -1
  1667. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js +0 -17
  1668. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js.map +0 -1
  1669. package/esm/models/operations/get-place-list-api-v1-place-get.d.ts +0 -20
  1670. package/esm/models/operations/get-place-list-api-v1-place-get.d.ts.map +0 -1
  1671. package/esm/models/operations/get-place-list-api-v1-place-get.js +0 -13
  1672. package/esm/models/operations/get-place-list-api-v1-place-get.js.map +0 -1
  1673. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +0 -22
  1674. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +0 -1
  1675. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +0 -22
  1676. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +0 -1
  1677. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +0 -12
  1678. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +0 -1
  1679. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js +0 -18
  1680. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +0 -1
  1681. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts +0 -12
  1682. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts.map +0 -1
  1683. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js +0 -17
  1684. package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js.map +0 -1
  1685. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +0 -12
  1686. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +0 -1
  1687. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js +0 -17
  1688. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +0 -1
  1689. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts +0 -12
  1690. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +0 -1
  1691. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js +0 -17
  1692. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js.map +0 -1
  1693. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +0 -14
  1694. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +0 -1
  1695. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +0 -19
  1696. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +0 -1
  1697. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts +0 -12
  1698. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +0 -1
  1699. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js +0 -18
  1700. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js.map +0 -1
  1701. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +0 -12
  1702. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +0 -1
  1703. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js +0 -18
  1704. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js.map +0 -1
  1705. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +0 -12
  1706. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +0 -1
  1707. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js +0 -18
  1708. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js.map +0 -1
  1709. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts +0 -12
  1710. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts.map +0 -1
  1711. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js +0 -17
  1712. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js.map +0 -1
  1713. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +0 -12
  1714. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +0 -1
  1715. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +0 -17
  1716. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +0 -1
  1717. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts +0 -25
  1718. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts.map +0 -1
  1719. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js +0 -19
  1720. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js.map +0 -1
  1721. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts +0 -12
  1722. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts.map +0 -1
  1723. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js +0 -17
  1724. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js.map +0 -1
  1725. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts +0 -12
  1726. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts.map +0 -1
  1727. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js +0 -17
  1728. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js.map +0 -1
  1729. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +0 -12
  1730. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +0 -1
  1731. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js +0 -18
  1732. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +0 -1
  1733. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +0 -16
  1734. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +0 -1
  1735. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js +0 -19
  1736. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +0 -1
  1737. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +0 -12
  1738. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +0 -1
  1739. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js +0 -17
  1740. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js.map +0 -1
  1741. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts +0 -12
  1742. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +0 -1
  1743. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js +0 -17
  1744. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js.map +0 -1
  1745. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts +0 -16
  1746. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +0 -1
  1747. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js +0 -19
  1748. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js.map +0 -1
  1749. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +0 -12
  1750. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +0 -1
  1751. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +0 -17
  1752. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +0 -1
  1753. package/esm/models/operations/get-space-list-api-v1-space-get.d.ts +0 -30
  1754. package/esm/models/operations/get-space-list-api-v1-space-get.d.ts.map +0 -1
  1755. package/esm/models/operations/get-space-list-api-v1-space-get.js +0 -15
  1756. package/esm/models/operations/get-space-list-api-v1-space-get.js.map +0 -1
  1757. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts +0 -12
  1758. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts.map +0 -1
  1759. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js +0 -17
  1760. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js.map +0 -1
  1761. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts +0 -12
  1762. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +0 -1
  1763. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js +0 -17
  1764. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js.map +0 -1
  1765. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +0 -14
  1766. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +0 -1
  1767. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +0 -20
  1768. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +0 -1
  1769. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +0 -14
  1770. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +0 -1
  1771. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js +0 -20
  1772. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +0 -1
  1773. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +0 -12
  1774. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +0 -1
  1775. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +0 -18
  1776. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +0 -1
  1777. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -12
  1778. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +0 -1
  1779. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +0 -17
  1780. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +0 -1
  1781. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +0 -12
  1782. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +0 -1
  1783. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js +0 -17
  1784. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +0 -1
  1785. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +0 -12
  1786. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +0 -1
  1787. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js +0 -17
  1788. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js.map +0 -1
  1789. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +0 -20
  1790. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +0 -1
  1791. package/esm/models/operations/get-user-list-api-v1-user-get.js +0 -13
  1792. package/esm/models/operations/get-user-list-api-v1-user-get.js.map +0 -1
  1793. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts +0 -12
  1794. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +0 -1
  1795. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js +0 -17
  1796. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js.map +0 -1
  1797. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +0 -14
  1798. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +0 -1
  1799. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +0 -20
  1800. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +0 -1
  1801. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +0 -12
  1802. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +0 -1
  1803. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +0 -18
  1804. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +0 -1
  1805. package/esm/models/operations/health-check-health-get.d.ts +0 -14
  1806. package/esm/models/operations/health-check-health-get.d.ts.map +0 -1
  1807. package/esm/models/operations/health-check-health-get.js +0 -13
  1808. package/esm/models/operations/health-check-health-get.js.map +0 -1
  1809. package/esm/models/operations/index.d.ts +0 -176
  1810. package/esm/models/operations/index.d.ts.map +0 -1
  1811. package/esm/models/operations/index.js +0 -179
  1812. package/esm/models/operations/index.js.map +0 -1
  1813. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts +0 -12
  1814. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts.map +0 -1
  1815. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js +0 -17
  1816. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js.map +0 -1
  1817. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -16
  1818. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +0 -1
  1819. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -20
  1820. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +0 -1
  1821. package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts +0 -35
  1822. package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts.map +0 -1
  1823. package/esm/models/operations/list-contacts-api-v1-contacts-get.js +0 -21
  1824. package/esm/models/operations/list-contacts-api-v1-contacts-get.js.map +0 -1
  1825. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts +0 -12
  1826. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +0 -1
  1827. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js +0 -17
  1828. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js.map +0 -1
  1829. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts +0 -22
  1830. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts.map +0 -1
  1831. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js +0 -20
  1832. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js.map +0 -1
  1833. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts +0 -14
  1834. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts.map +0 -1
  1835. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js +0 -13
  1836. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js.map +0 -1
  1837. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +0 -50
  1838. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +0 -1
  1839. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +0 -29
  1840. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +0 -1
  1841. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts +0 -20
  1842. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts.map +0 -1
  1843. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js +0 -18
  1844. package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js.map +0 -1
  1845. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +0 -12
  1846. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +0 -1
  1847. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js +0 -17
  1848. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +0 -1
  1849. package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts +0 -16
  1850. package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts.map +0 -1
  1851. package/esm/models/operations/list-rules-api-v1-automation-rules-get.js +0 -20
  1852. package/esm/models/operations/list-rules-api-v1-automation-rules-get.js.map +0 -1
  1853. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts +0 -31
  1854. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts.map +0 -1
  1855. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js +0 -21
  1856. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js.map +0 -1
  1857. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +0 -12
  1858. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +0 -1
  1859. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js +0 -17
  1860. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +0 -1
  1861. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts +0 -12
  1862. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +0 -1
  1863. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js +0 -17
  1864. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js.map +0 -1
  1865. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts +0 -20
  1866. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts.map +0 -1
  1867. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js +0 -13
  1868. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js.map +0 -1
  1869. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts +0 -31
  1870. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +0 -1
  1871. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js +0 -21
  1872. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js.map +0 -1
  1873. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +0 -12
  1874. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +0 -1
  1875. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js +0 -17
  1876. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +0 -1
  1877. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts +0 -15
  1878. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +0 -1
  1879. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js +0 -19
  1880. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js.map +0 -1
  1881. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +0 -15
  1882. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +0 -1
  1883. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js +0 -20
  1884. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js.map +0 -1
  1885. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +0 -15
  1886. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +0 -1
  1887. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js +0 -20
  1888. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js.map +0 -1
  1889. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +0 -15
  1890. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +0 -1
  1891. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js +0 -19
  1892. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js.map +0 -1
  1893. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts +0 -12
  1894. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts.map +0 -1
  1895. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js +0 -17
  1896. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js.map +0 -1
  1897. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +0 -12
  1898. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +0 -1
  1899. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js +0 -18
  1900. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +0 -1
  1901. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +0 -15
  1902. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +0 -1
  1903. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +0 -20
  1904. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +0 -1
  1905. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts +0 -12
  1906. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts.map +0 -1
  1907. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js +0 -17
  1908. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js.map +0 -1
  1909. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts +0 -12
  1910. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts.map +0 -1
  1911. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js +0 -17
  1912. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js.map +0 -1
  1913. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts +0 -12
  1914. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts.map +0 -1
  1915. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js +0 -17
  1916. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js.map +0 -1
  1917. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +0 -12
  1918. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +0 -1
  1919. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +0 -18
  1920. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +0 -1
  1921. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +0 -14
  1922. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +0 -1
  1923. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +0 -20
  1924. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +0 -1
  1925. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +0 -14
  1926. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +0 -1
  1927. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +0 -20
  1928. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +0 -1
  1929. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +0 -14
  1930. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +0 -1
  1931. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +0 -20
  1932. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +0 -1
  1933. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +0 -14
  1934. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +0 -1
  1935. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +0 -19
  1936. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +0 -1
  1937. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +0 -12
  1938. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +0 -1
  1939. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js +0 -18
  1940. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +0 -1
  1941. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +0 -14
  1942. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +0 -1
  1943. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +0 -20
  1944. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +0 -1
  1945. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -14
  1946. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
  1947. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -20
  1948. package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
  1949. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +0 -16
  1950. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts.map +0 -1
  1951. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +0 -22
  1952. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +0 -1
  1953. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -14
  1954. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
  1955. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -20
  1956. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
  1957. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +0 -14
  1958. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +0 -1
  1959. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js +0 -20
  1960. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +0 -1
  1961. package/esm/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts +0 -16
  1962. package/esm/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts.map +0 -1
  1963. package/esm/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +0 -22
  1964. package/esm/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js.map +0 -1
  1965. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +0 -17
  1966. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +0 -1
  1967. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +0 -20
  1968. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +0 -1
  1969. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts +0 -15
  1970. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +0 -1
  1971. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js +0 -19
  1972. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js.map +0 -1
  1973. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts +0 -25
  1974. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts.map +0 -1
  1975. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js +0 -14
  1976. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js.map +0 -1
  1977. package/esm/models/operations/search-users-api-v1-user-search-get.d.ts +0 -30
  1978. package/esm/models/operations/search-users-api-v1-user-search-get.d.ts.map +0 -1
  1979. package/esm/models/operations/search-users-api-v1-user-search-get.js +0 -20
  1980. package/esm/models/operations/search-users-api-v1-user-search-get.js.map +0 -1
  1981. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +0 -15
  1982. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +0 -1
  1983. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js +0 -20
  1984. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js.map +0 -1
  1985. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts +0 -15
  1986. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts.map +0 -1
  1987. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js +0 -20
  1988. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js.map +0 -1
  1989. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts +0 -15
  1990. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
  1991. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js +0 -20
  1992. package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js.map +0 -1
  1993. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +0 -15
  1994. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +0 -1
  1995. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +0 -20
  1996. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +0 -1
  1997. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts +0 -15
  1998. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +0 -1
  1999. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js +0 -19
  2000. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js.map +0 -1
  2001. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts +0 -15
  2002. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +0 -1
  2003. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js +0 -19
  2004. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js.map +0 -1
  2005. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +0 -12
  2006. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +0 -1
  2007. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +0 -18
  2008. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +0 -1
  2009. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -14
  2010. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +0 -1
  2011. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -20
  2012. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +0 -1
  2013. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +0 -12
  2014. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +0 -1
  2015. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +0 -18
  2016. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +0 -1
  2017. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +0 -12
  2018. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +0 -1
  2019. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js +0 -17
  2020. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js.map +0 -1
  2021. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +0 -20
  2022. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +0 -1
  2023. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +0 -21
  2024. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +0 -1
  2025. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts +0 -15
  2026. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts.map +0 -1
  2027. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js +0 -19
  2028. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js.map +0 -1
  2029. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts +0 -15
  2030. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts.map +0 -1
  2031. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js +0 -19
  2032. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js.map +0 -1
  2033. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -15
  2034. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
  2035. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js +0 -19
  2036. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
  2037. package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts +0 -15
  2038. package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts.map +0 -1
  2039. package/esm/models/operations/update-event-api-v1-event-event-id-put.js +0 -19
  2040. package/esm/models/operations/update-event-api-v1-event-event-id-put.js.map +0 -1
  2041. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +0 -17
  2042. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +0 -1
  2043. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +0 -22
  2044. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +0 -1
  2045. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts +0 -15
  2046. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts.map +0 -1
  2047. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js +0 -20
  2048. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js.map +0 -1
  2049. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +0 -15
  2050. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +0 -1
  2051. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js +0 -20
  2052. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js.map +0 -1
  2053. package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts +0 -15
  2054. package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts.map +0 -1
  2055. package/esm/models/operations/update-place-api-v1-place-place-id-put.js +0 -19
  2056. package/esm/models/operations/update-place-api-v1-place-place-id-put.js.map +0 -1
  2057. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts +0 -15
  2058. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts.map +0 -1
  2059. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js +0 -19
  2060. package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js.map +0 -1
  2061. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts +0 -15
  2062. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +0 -1
  2063. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js +0 -19
  2064. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js.map +0 -1
  2065. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts +0 -15
  2066. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +0 -1
  2067. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js +0 -19
  2068. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js.map +0 -1
  2069. package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts +0 -15
  2070. package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts.map +0 -1
  2071. package/esm/models/operations/update-space-api-v1-space-space-id-put.js +0 -19
  2072. package/esm/models/operations/update-space-api-v1-space-space-id-put.js.map +0 -1
  2073. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +0 -17
  2074. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +0 -1
  2075. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +0 -22
  2076. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +0 -1
  2077. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts +0 -15
  2078. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +0 -1
  2079. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js +0 -19
  2080. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js.map +0 -1
  2081. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +0 -17
  2082. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +0 -1
  2083. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +0 -22
  2084. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +0 -1
  2085. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts +0 -12
  2086. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +0 -1
  2087. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js +0 -12
  2088. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js.map +0 -1
  2089. package/esm/models/org-cost-detail-response.d.ts +0 -16
  2090. package/esm/models/org-cost-detail-response.d.ts.map +0 -1
  2091. package/esm/models/org-cost-detail-response.js +0 -21
  2092. package/esm/models/org-cost-detail-response.js.map +0 -1
  2093. package/esm/models/org-cost-summary.d.ts +0 -37
  2094. package/esm/models/org-cost-summary.d.ts.map +0 -1
  2095. package/esm/models/org-cost-summary.js +0 -31
  2096. package/esm/models/org-cost-summary.js.map +0 -1
  2097. package/esm/models/organization-read.d.ts +0 -14
  2098. package/esm/models/organization-read.d.ts.map +0 -1
  2099. package/esm/models/organization-read.js +0 -25
  2100. package/esm/models/organization-read.js.map +0 -1
  2101. package/esm/models/organization-response.d.ts +0 -14
  2102. package/esm/models/organization-response.d.ts.map +0 -1
  2103. package/esm/models/organization-response.js +0 -25
  2104. package/esm/models/organization-response.js.map +0 -1
  2105. package/esm/models/paginated-event-list-response.d.ts +0 -13
  2106. package/esm/models/paginated-event-list-response.d.ts.map +0 -1
  2107. package/esm/models/paginated-event-list-response.js +0 -16
  2108. package/esm/models/paginated-event-list-response.js.map +0 -1
  2109. package/esm/models/paginated-space-list-response-dto.d.ts +0 -37
  2110. package/esm/models/paginated-space-list-response-dto.d.ts.map +0 -1
  2111. package/esm/models/paginated-space-list-response-dto.js +0 -29
  2112. package/esm/models/paginated-space-list-response-dto.js.map +0 -1
  2113. package/esm/models/pagination-meta.d.ts +0 -33
  2114. package/esm/models/pagination-meta.d.ts.map +0 -1
  2115. package/esm/models/pagination-meta.js +0 -26
  2116. package/esm/models/pagination-meta.js.map +0 -1
  2117. package/esm/models/permission-audit-stats.d.ts +0 -27
  2118. package/esm/models/permission-audit-stats.d.ts.map +0 -1
  2119. package/esm/models/permission-audit-stats.js +0 -42
  2120. package/esm/models/permission-audit-stats.js.map +0 -1
  2121. package/esm/models/permission-response.d.ts +0 -17
  2122. package/esm/models/permission-response.d.ts.map +0 -1
  2123. package/esm/models/permission-response.js +0 -15
  2124. package/esm/models/permission-response.js.map +0 -1
  2125. package/esm/models/place-analytic-total.d.ts +0 -10
  2126. package/esm/models/place-analytic-total.d.ts.map +0 -1
  2127. package/esm/models/place-analytic-total.js +0 -19
  2128. package/esm/models/place-analytic-total.js.map +0 -1
  2129. package/esm/models/publish-event-with-notifications-request.d.ts +0 -20
  2130. package/esm/models/publish-event-with-notifications-request.d.ts.map +0 -1
  2131. package/esm/models/publish-event-with-notifications-request.js +0 -19
  2132. package/esm/models/publish-event-with-notifications-request.js.map +0 -1
  2133. package/esm/models/pulse-dto.d.ts +0 -17
  2134. package/esm/models/pulse-dto.d.ts.map +0 -1
  2135. package/esm/models/pulse-dto.js +0 -19
  2136. package/esm/models/pulse-dto.js.map +0 -1
  2137. package/esm/models/role-list-response.d.ts +0 -31
  2138. package/esm/models/role-list-response.d.ts.map +0 -1
  2139. package/esm/models/role-list-response.js +0 -28
  2140. package/esm/models/role-list-response.js.map +0 -1
  2141. package/esm/models/role-response.d.ts +0 -32
  2142. package/esm/models/role-response.d.ts.map +0 -1
  2143. package/esm/models/role-response.js +0 -28
  2144. package/esm/models/role-response.js.map +0 -1
  2145. package/esm/models/rollback-space-request.d.ts +0 -18
  2146. package/esm/models/rollback-space-request.d.ts.map +0 -1
  2147. package/esm/models/rollback-space-request.js +0 -17
  2148. package/esm/models/rollback-space-request.js.map +0 -1
  2149. package/esm/models/room-list-response.d.ts +0 -19
  2150. package/esm/models/room-list-response.d.ts.map +0 -1
  2151. package/esm/models/room-list-response.js +0 -23
  2152. package/esm/models/room-list-response.js.map +0 -1
  2153. package/esm/models/room-response.d.ts +0 -31
  2154. package/esm/models/room-response.d.ts.map +0 -1
  2155. package/esm/models/room-response.js +0 -34
  2156. package/esm/models/room-response.js.map +0 -1
  2157. package/esm/models/room-type.d.ts +0 -11
  2158. package/esm/models/room-type.d.ts.map +0 -1
  2159. package/esm/models/room-type.js +0 -12
  2160. package/esm/models/room-type.js.map +0 -1
  2161. package/esm/models/rule-list-response.d.ts +0 -15
  2162. package/esm/models/rule-list-response.d.ts.map +0 -1
  2163. package/esm/models/rule-list-response.js +0 -16
  2164. package/esm/models/rule-list-response.js.map +0 -1
  2165. package/esm/models/rule-response.d.ts +0 -40
  2166. package/esm/models/rule-response.d.ts.map +0 -1
  2167. package/esm/models/rule-response.js +0 -42
  2168. package/esm/models/rule-response.js.map +0 -1
  2169. package/esm/models/section-content-read.d.ts +0 -37
  2170. package/esm/models/section-content-read.d.ts.map +0 -1
  2171. package/esm/models/section-content-read.js +0 -23
  2172. package/esm/models/section-content-read.js.map +0 -1
  2173. package/esm/models/section-identification-read.d.ts +0 -27
  2174. package/esm/models/section-identification-read.d.ts.map +0 -1
  2175. package/esm/models/section-identification-read.js +0 -16
  2176. package/esm/models/section-identification-read.js.map +0 -1
  2177. package/esm/models/section-settings-read.d.ts +0 -43
  2178. package/esm/models/section-settings-read.d.ts.map +0 -1
  2179. package/esm/models/section-settings-read.js +0 -26
  2180. package/esm/models/section-settings-read.js.map +0 -1
  2181. package/esm/models/security.d.ts +0 -14
  2182. package/esm/models/security.d.ts.map +0 -1
  2183. package/esm/models/security.js +0 -19
  2184. package/esm/models/security.js.map +0 -1
  2185. package/esm/models/send-message-response.d.ts +0 -38
  2186. package/esm/models/send-message-response.d.ts.map +0 -1
  2187. package/esm/models/send-message-response.js +0 -30
  2188. package/esm/models/send-message-response.js.map +0 -1
  2189. package/esm/models/sender-profile.d.ts +0 -29
  2190. package/esm/models/sender-profile.d.ts.map +0 -1
  2191. package/esm/models/sender-profile.js +0 -25
  2192. package/esm/models/sender-profile.js.map +0 -1
  2193. package/esm/models/session-cost-breakdown.d.ts +0 -37
  2194. package/esm/models/session-cost-breakdown.d.ts.map +0 -1
  2195. package/esm/models/session-cost-breakdown.js +0 -30
  2196. package/esm/models/session-cost-breakdown.js.map +0 -1
  2197. package/esm/models/session-list-response.d.ts +0 -26
  2198. package/esm/models/session-list-response.d.ts.map +0 -1
  2199. package/esm/models/session-list-response.js +0 -18
  2200. package/esm/models/session-list-response.js.map +0 -1
  2201. package/esm/models/session-status.d.ts +0 -19
  2202. package/esm/models/session-status.d.ts.map +0 -1
  2203. package/esm/models/session-status.js +0 -17
  2204. package/esm/models/session-status.js.map +0 -1
  2205. package/esm/models/set-permissions-request.d.ts +0 -15
  2206. package/esm/models/set-permissions-request.d.ts.map +0 -1
  2207. package/esm/models/set-permissions-request.js +0 -17
  2208. package/esm/models/set-permissions-request.js.map +0 -1
  2209. package/esm/models/space-analytic-total.d.ts +0 -10
  2210. package/esm/models/space-analytic-total.d.ts.map +0 -1
  2211. package/esm/models/space-analytic-total.js +0 -19
  2212. package/esm/models/space-analytic-total.js.map +0 -1
  2213. package/esm/models/space-contact-create.d.ts +0 -18
  2214. package/esm/models/space-contact-create.d.ts.map +0 -1
  2215. package/esm/models/space-contact-create.js +0 -17
  2216. package/esm/models/space-contact-create.js.map +0 -1
  2217. package/esm/models/space-contact-info.d.ts +0 -44
  2218. package/esm/models/space-contact-info.d.ts.map +0 -1
  2219. package/esm/models/space-contact-info.js +0 -30
  2220. package/esm/models/space-contact-info.js.map +0 -1
  2221. package/esm/models/space-contact-list.d.ts +0 -21
  2222. package/esm/models/space-contact-list.d.ts.map +0 -1
  2223. package/esm/models/space-contact-list.js +0 -16
  2224. package/esm/models/space-contact-list.js.map +0 -1
  2225. package/esm/models/space-contact-read.d.ts +0 -37
  2226. package/esm/models/space-contact-read.d.ts.map +0 -1
  2227. package/esm/models/space-contact-read.js +0 -28
  2228. package/esm/models/space-contact-read.js.map +0 -1
  2229. package/esm/models/space-event-create.d.ts +0 -18
  2230. package/esm/models/space-event-create.d.ts.map +0 -1
  2231. package/esm/models/space-event-create.js +0 -17
  2232. package/esm/models/space-event-create.js.map +0 -1
  2233. package/esm/models/space-event-info.d.ts +0 -40
  2234. package/esm/models/space-event-info.d.ts.map +0 -1
  2235. package/esm/models/space-event-info.js +0 -26
  2236. package/esm/models/space-event-info.js.map +0 -1
  2237. package/esm/models/space-event-list.d.ts +0 -21
  2238. package/esm/models/space-event-list.d.ts.map +0 -1
  2239. package/esm/models/space-event-list.js +0 -16
  2240. package/esm/models/space-event-list.js.map +0 -1
  2241. package/esm/models/space-event-read.d.ts +0 -42
  2242. package/esm/models/space-event-read.d.ts.map +0 -1
  2243. package/esm/models/space-event-read.js +0 -30
  2244. package/esm/models/space-event-read.js.map +0 -1
  2245. package/esm/models/space-hierarchy-item.d.ts +0 -19
  2246. package/esm/models/space-hierarchy-item.d.ts.map +0 -1
  2247. package/esm/models/space-hierarchy-item.js +0 -26
  2248. package/esm/models/space-hierarchy-item.js.map +0 -1
  2249. package/esm/models/space-inheritance-settings.d.ts +0 -16
  2250. package/esm/models/space-inheritance-settings.d.ts.map +0 -1
  2251. package/esm/models/space-inheritance-settings.js +0 -25
  2252. package/esm/models/space-inheritance-settings.js.map +0 -1
  2253. package/esm/models/space-member-response.d.ts +0 -37
  2254. package/esm/models/space-member-response.d.ts.map +0 -1
  2255. package/esm/models/space-member-response.js +0 -27
  2256. package/esm/models/space-member-response.js.map +0 -1
  2257. package/esm/models/space-role-create.d.ts +0 -17
  2258. package/esm/models/space-role-create.d.ts.map +0 -1
  2259. package/esm/models/space-role-create.js +0 -13
  2260. package/esm/models/space-role-create.js.map +0 -1
  2261. package/esm/models/space-role-permission-assign.d.ts +0 -15
  2262. package/esm/models/space-role-permission-assign.d.ts.map +0 -1
  2263. package/esm/models/space-role-permission-assign.js +0 -17
  2264. package/esm/models/space-role-permission-assign.js.map +0 -1
  2265. package/esm/models/space-role-read.d.ts +0 -20
  2266. package/esm/models/space-role-read.d.ts.map +0 -1
  2267. package/esm/models/space-role-read.js +0 -29
  2268. package/esm/models/space-role-read.js.map +0 -1
  2269. package/esm/models/space-role-update.d.ts +0 -17
  2270. package/esm/models/space-role-update.d.ts.map +0 -1
  2271. package/esm/models/space-role-update.js +0 -13
  2272. package/esm/models/space-role-update.js.map +0 -1
  2273. package/esm/models/space-role.d.ts +0 -20
  2274. package/esm/models/space-role.d.ts.map +0 -1
  2275. package/esm/models/space-role.js +0 -18
  2276. package/esm/models/space-role.js.map +0 -1
  2277. package/esm/models/space-story-dto.d.ts +0 -23
  2278. package/esm/models/space-story-dto.d.ts.map +0 -1
  2279. package/esm/models/space-story-dto.js +0 -40
  2280. package/esm/models/space-story-dto.js.map +0 -1
  2281. package/esm/models/space-version-contact.d.ts +0 -13
  2282. package/esm/models/space-version-contact.d.ts.map +0 -1
  2283. package/esm/models/space-version-contact.js +0 -22
  2284. package/esm/models/space-version-contact.js.map +0 -1
  2285. package/esm/models/space-version-list-response.d.ts +0 -15
  2286. package/esm/models/space-version-list-response.d.ts.map +0 -1
  2287. package/esm/models/space-version-list-response.js +0 -16
  2288. package/esm/models/space-version-list-response.js.map +0 -1
  2289. package/esm/models/space-version-member.d.ts +0 -15
  2290. package/esm/models/space-version-member.d.ts.map +0 -1
  2291. package/esm/models/space-version-member.js +0 -26
  2292. package/esm/models/space-version-member.js.map +0 -1
  2293. package/esm/models/space-version-profile.d.ts +0 -14
  2294. package/esm/models/space-version-profile.d.ts.map +0 -1
  2295. package/esm/models/space-version-profile.js +0 -25
  2296. package/esm/models/space-version-profile.js.map +0 -1
  2297. package/esm/models/space-version-read.d.ts +0 -38
  2298. package/esm/models/space-version-read.d.ts.map +0 -1
  2299. package/esm/models/space-version-read.js +0 -50
  2300. package/esm/models/space-version-read.js.map +0 -1
  2301. package/esm/models/space-with-relationships-response.d.ts +0 -22
  2302. package/esm/models/space-with-relationships-response.d.ts.map +0 -1
  2303. package/esm/models/space-with-relationships-response.js +0 -30
  2304. package/esm/models/space-with-relationships-response.js.map +0 -1
  2305. package/esm/models/start-workflow-async-response.d.ts +0 -25
  2306. package/esm/models/start-workflow-async-response.d.ts.map +0 -1
  2307. package/esm/models/start-workflow-async-response.js +0 -23
  2308. package/esm/models/start-workflow-async-response.js.map +0 -1
  2309. package/esm/models/start-workflow-request.d.ts +0 -41
  2310. package/esm/models/start-workflow-request.d.ts.map +0 -1
  2311. package/esm/models/start-workflow-request.js +0 -27
  2312. package/esm/models/start-workflow-request.js.map +0 -1
  2313. package/esm/models/sub-space-display-data.d.ts +0 -18
  2314. package/esm/models/sub-space-display-data.d.ts.map +0 -1
  2315. package/esm/models/sub-space-display-data.js +0 -26
  2316. package/esm/models/sub-space-display-data.js.map +0 -1
  2317. package/esm/models/task-metadata.d.ts +0 -81
  2318. package/esm/models/task-metadata.d.ts.map +0 -1
  2319. package/esm/models/task-metadata.js +0 -45
  2320. package/esm/models/task-metadata.js.map +0 -1
  2321. package/esm/models/toggle-favorite-request.d.ts +0 -18
  2322. package/esm/models/toggle-favorite-request.d.ts.map +0 -1
  2323. package/esm/models/toggle-favorite-request.js +0 -17
  2324. package/esm/models/toggle-favorite-request.js.map +0 -1
  2325. package/esm/models/token-usage.d.ts +0 -21
  2326. package/esm/models/token-usage.d.ts.map +0 -1
  2327. package/esm/models/token-usage.js +0 -17
  2328. package/esm/models/token-usage.js.map +0 -1
  2329. package/esm/models/transfer-event-request.d.ts +0 -15
  2330. package/esm/models/transfer-event-request.d.ts.map +0 -1
  2331. package/esm/models/transfer-event-request.js +0 -17
  2332. package/esm/models/transfer-event-request.js.map +0 -1
  2333. package/esm/models/transfer-space-request.d.ts +0 -15
  2334. package/esm/models/transfer-space-request.d.ts.map +0 -1
  2335. package/esm/models/transfer-space-request.js +0 -17
  2336. package/esm/models/transfer-space-request.js.map +0 -1
  2337. package/esm/models/transfer-space-response.d.ts +0 -21
  2338. package/esm/models/transfer-space-response.d.ts.map +0 -1
  2339. package/esm/models/transfer-space-response.js +0 -22
  2340. package/esm/models/transfer-space-response.js.map +0 -1
  2341. package/esm/models/update-booking-request.d.ts +0 -38
  2342. package/esm/models/update-booking-request.d.ts.map +0 -1
  2343. package/esm/models/update-booking-request.js +0 -22
  2344. package/esm/models/update-booking-request.js.map +0 -1
  2345. package/esm/models/update-contact-request.d.ts +0 -128
  2346. package/esm/models/update-contact-request.d.ts.map +0 -1
  2347. package/esm/models/update-contact-request.js +0 -53
  2348. package/esm/models/update-contact-request.js.map +0 -1
  2349. package/esm/models/update-event-content-request.d.ts +0 -21
  2350. package/esm/models/update-event-content-request.d.ts.map +0 -1
  2351. package/esm/models/update-event-content-request.js +0 -18
  2352. package/esm/models/update-event-content-request.js.map +0 -1
  2353. package/esm/models/update-event-identification-request.d.ts +0 -20
  2354. package/esm/models/update-event-identification-request.d.ts.map +0 -1
  2355. package/esm/models/update-event-identification-request.js +0 -13
  2356. package/esm/models/update-event-identification-request.js.map +0 -1
  2357. package/esm/models/update-event-settings-request.d.ts +0 -18
  2358. package/esm/models/update-event-settings-request.d.ts.map +0 -1
  2359. package/esm/models/update-event-settings-request.js +0 -21
  2360. package/esm/models/update-event-settings-request.js.map +0 -1
  2361. package/esm/models/update-organization-request.d.ts +0 -17
  2362. package/esm/models/update-organization-request.d.ts.map +0 -1
  2363. package/esm/models/update-organization-request.js +0 -18
  2364. package/esm/models/update-organization-request.js.map +0 -1
  2365. package/esm/models/update-parent-request.d.ts +0 -18
  2366. package/esm/models/update-parent-request.d.ts.map +0 -1
  2367. package/esm/models/update-parent-request.js +0 -17
  2368. package/esm/models/update-parent-request.js.map +0 -1
  2369. package/esm/models/update-place-request.d.ts +0 -30
  2370. package/esm/models/update-place-request.d.ts.map +0 -1
  2371. package/esm/models/update-place-request.js +0 -15
  2372. package/esm/models/update-place-request.js.map +0 -1
  2373. package/esm/models/update-place-response-dto.d.ts +0 -29
  2374. package/esm/models/update-place-response-dto.d.ts.map +0 -1
  2375. package/esm/models/update-place-response-dto.js +0 -18
  2376. package/esm/models/update-place-response-dto.js.map +0 -1
  2377. package/esm/models/update-profile-request.d.ts +0 -26
  2378. package/esm/models/update-profile-request.d.ts.map +0 -1
  2379. package/esm/models/update-profile-request.js +0 -18
  2380. package/esm/models/update-profile-request.js.map +0 -1
  2381. package/esm/models/update-role-request.d.ts +0 -20
  2382. package/esm/models/update-role-request.d.ts.map +0 -1
  2383. package/esm/models/update-role-request.js +0 -13
  2384. package/esm/models/update-role-request.js.map +0 -1
  2385. package/esm/models/update-room-request.d.ts +0 -34
  2386. package/esm/models/update-room-request.d.ts.map +0 -1
  2387. package/esm/models/update-room-request.js +0 -15
  2388. package/esm/models/update-room-request.js.map +0 -1
  2389. package/esm/models/update-rule-request.d.ts +0 -51
  2390. package/esm/models/update-rule-request.d.ts.map +0 -1
  2391. package/esm/models/update-rule-request.js +0 -20
  2392. package/esm/models/update-rule-request.js.map +0 -1
  2393. package/esm/models/update-space-member-role-request.d.ts +0 -19
  2394. package/esm/models/update-space-member-role-request.d.ts.map +0 -1
  2395. package/esm/models/update-space-member-role-request.js +0 -13
  2396. package/esm/models/update-space-member-role-request.js.map +0 -1
  2397. package/esm/models/update-space-response-dto.d.ts +0 -33
  2398. package/esm/models/update-space-response-dto.d.ts.map +0 -1
  2399. package/esm/models/update-space-response-dto.js +0 -24
  2400. package/esm/models/update-space-response-dto.js.map +0 -1
  2401. package/esm/models/user-context-response.d.ts +0 -24
  2402. package/esm/models/user-context-response.d.ts.map +0 -1
  2403. package/esm/models/user-context-response.js +0 -25
  2404. package/esm/models/user-context-response.js.map +0 -1
  2405. package/esm/models/user-cost-breakdown.d.ts +0 -25
  2406. package/esm/models/user-cost-breakdown.d.ts.map +0 -1
  2407. package/esm/models/user-cost-breakdown.js +0 -25
  2408. package/esm/models/user-cost-breakdown.js.map +0 -1
  2409. package/esm/models/user-profile-response.d.ts +0 -37
  2410. package/esm/models/user-profile-response.d.ts.map +0 -1
  2411. package/esm/models/user-profile-response.js +0 -28
  2412. package/esm/models/user-profile-response.js.map +0 -1
  2413. package/esm/models/user-search-response-dto.d.ts +0 -33
  2414. package/esm/models/user-search-response-dto.d.ts.map +0 -1
  2415. package/esm/models/user-search-response-dto.js +0 -26
  2416. package/esm/models/user-search-response-dto.js.map +0 -1
  2417. package/esm/models/validation-error.d.ts +0 -16
  2418. package/esm/models/validation-error.d.ts.map +0 -1
  2419. package/esm/models/validation-error.js +0 -25
  2420. package/esm/models/validation-error.js.map +0 -1
  2421. package/esm/models/version-comparison-response.d.ts +0 -21
  2422. package/esm/models/version-comparison-response.d.ts.map +0 -1
  2423. package/esm/models/version-comparison-response.js +0 -24
  2424. package/esm/models/version-comparison-response.js.map +0 -1
  2425. package/esm/models/workflow-execution-list-response.d.ts +0 -26
  2426. package/esm/models/workflow-execution-list-response.d.ts.map +0 -1
  2427. package/esm/models/workflow-execution-list-response.js +0 -18
  2428. package/esm/models/workflow-execution-list-response.js.map +0 -1
  2429. package/esm/models/workflow-execution-response.d.ts +0 -71
  2430. package/esm/models/workflow-execution-response.d.ts.map +0 -1
  2431. package/esm/models/workflow-execution-response.js +0 -45
  2432. package/esm/models/workflow-execution-response.js.map +0 -1
  2433. package/esm/models/workflow-status.d.ts +0 -21
  2434. package/esm/models/workflow-status.d.ts.map +0 -1
  2435. package/esm/models/workflow-status.js +0 -19
  2436. package/esm/models/workflow-status.js.map +0 -1
  2437. package/esm/models/workflow-type.d.ts +0 -20
  2438. package/esm/models/workflow-type.d.ts.map +0 -1
  2439. package/esm/models/workflow-type.js +0 -18
  2440. package/esm/models/workflow-type.js.map +0 -1
  2441. package/esm/sdk/ai-agent.d.ts +0 -69
  2442. package/esm/sdk/ai-agent.d.ts.map +0 -1
  2443. package/esm/sdk/ai-agent.js +0 -98
  2444. package/esm/sdk/ai-agent.js.map +0 -1
  2445. package/esm/sdk/ai-agents.d.ts +0 -13
  2446. package/esm/sdk/ai-agents.d.ts.map +0 -1
  2447. package/esm/sdk/ai-agents.js +0 -18
  2448. package/esm/sdk/ai-agents.js.map +0 -1
  2449. package/esm/sdk/ai-workflows.d.ts +0 -13
  2450. package/esm/sdk/ai-workflows.d.ts.map +0 -1
  2451. package/esm/sdk/ai-workflows.js +0 -18
  2452. package/esm/sdk/ai-workflows.js.map +0 -1
  2453. package/esm/sdk/ai.d.ts +0 -12
  2454. package/esm/sdk/ai.d.ts.map +0 -1
  2455. package/esm/sdk/ai.js +0 -18
  2456. package/esm/sdk/ai.js.map +0 -1
  2457. package/esm/sdk/analytic.d.ts +0 -13
  2458. package/esm/sdk/analytic.d.ts.map +0 -1
  2459. package/esm/sdk/analytic.js +0 -22
  2460. package/esm/sdk/analytic.js.map +0 -1
  2461. package/esm/sdk/audit-logs.d.ts +0 -50
  2462. package/esm/sdk/audit-logs.d.ts.map +0 -1
  2463. package/esm/sdk/audit-logs.js +0 -56
  2464. package/esm/sdk/audit-logs.js.map +0 -1
  2465. package/esm/sdk/auth-contexts.d.ts +0 -15
  2466. package/esm/sdk/auth-contexts.d.ts.map +0 -1
  2467. package/esm/sdk/auth-contexts.js +0 -21
  2468. package/esm/sdk/auth-contexts.js.map +0 -1
  2469. package/esm/sdk/automation-cron.d.ts +0 -49
  2470. package/esm/sdk/automation-cron.d.ts.map +0 -1
  2471. package/esm/sdk/automation-cron.js +0 -58
  2472. package/esm/sdk/automation-cron.js.map +0 -1
  2473. package/esm/sdk/automation-metadata.d.ts +0 -34
  2474. package/esm/sdk/automation-metadata.d.ts.map +0 -1
  2475. package/esm/sdk/automation-metadata.js +0 -48
  2476. package/esm/sdk/automation-metadata.js.map +0 -1
  2477. package/esm/sdk/automation-rules.d.ts +0 -86
  2478. package/esm/sdk/automation-rules.d.ts.map +0 -1
  2479. package/esm/sdk/automation-rules.js +0 -118
  2480. package/esm/sdk/automation-rules.js.map +0 -1
  2481. package/esm/sdk/booking.d.ts +0 -12
  2482. package/esm/sdk/booking.d.ts.map +0 -1
  2483. package/esm/sdk/booking.js +0 -18
  2484. package/esm/sdk/booking.js.map +0 -1
  2485. package/esm/sdk/bookings.d.ts +0 -48
  2486. package/esm/sdk/bookings.d.ts.map +0 -1
  2487. package/esm/sdk/bookings.js +0 -68
  2488. package/esm/sdk/bookings.js.map +0 -1
  2489. package/esm/sdk/chat-messages.d.ts +0 -34
  2490. package/esm/sdk/chat-messages.d.ts.map +0 -1
  2491. package/esm/sdk/chat-messages.js +0 -50
  2492. package/esm/sdk/chat-messages.js.map +0 -1
  2493. package/esm/sdk/chat-rooms.d.ts +0 -38
  2494. package/esm/sdk/chat-rooms.d.ts.map +0 -1
  2495. package/esm/sdk/chat-rooms.js +0 -64
  2496. package/esm/sdk/chat-rooms.js.map +0 -1
  2497. package/esm/sdk/contacts.d.ts +0 -55
  2498. package/esm/sdk/contacts.d.ts.map +0 -1
  2499. package/esm/sdk/contacts.js +0 -78
  2500. package/esm/sdk/contacts.js.map +0 -1
  2501. package/esm/sdk/custom-roles.d.ts +0 -79
  2502. package/esm/sdk/custom-roles.d.ts.map +0 -1
  2503. package/esm/sdk/custom-roles.js +0 -111
  2504. package/esm/sdk/custom-roles.js.map +0 -1
  2505. package/esm/sdk/event-attendees.d.ts +0 -72
  2506. package/esm/sdk/event-attendees.d.ts.map +0 -1
  2507. package/esm/sdk/event-attendees.js +0 -94
  2508. package/esm/sdk/event-attendees.js.map +0 -1
  2509. package/esm/sdk/event-documents.d.ts +0 -26
  2510. package/esm/sdk/event-documents.d.ts.map +0 -1
  2511. package/esm/sdk/event-documents.js +0 -38
  2512. package/esm/sdk/event-documents.js.map +0 -1
  2513. package/esm/sdk/event-location.d.ts +0 -20
  2514. package/esm/sdk/event-location.d.ts.map +0 -1
  2515. package/esm/sdk/event-location.js +0 -28
  2516. package/esm/sdk/event-location.js.map +0 -1
  2517. package/esm/sdk/event-timeline.d.ts +0 -41
  2518. package/esm/sdk/event-timeline.d.ts.map +0 -1
  2519. package/esm/sdk/event-timeline.js +0 -58
  2520. package/esm/sdk/event-timeline.js.map +0 -1
  2521. package/esm/sdk/event-timezones.d.ts +0 -23
  2522. package/esm/sdk/event-timezones.d.ts.map +0 -1
  2523. package/esm/sdk/event-timezones.js +0 -27
  2524. package/esm/sdk/event-timezones.js.map +0 -1
  2525. package/esm/sdk/event.d.ts +0 -46
  2526. package/esm/sdk/event.d.ts.map +0 -1
  2527. package/esm/sdk/event.js +0 -69
  2528. package/esm/sdk/event.js.map +0 -1
  2529. package/esm/sdk/events.d.ts +0 -170
  2530. package/esm/sdk/events.d.ts.map +0 -1
  2531. package/esm/sdk/events.js +0 -234
  2532. package/esm/sdk/events.js.map +0 -1
  2533. package/esm/sdk/features.d.ts +0 -11
  2534. package/esm/sdk/features.d.ts.map +0 -1
  2535. package/esm/sdk/features.js +0 -18
  2536. package/esm/sdk/features.js.map +0 -1
  2537. package/esm/sdk/health-notifications.d.ts +0 -11
  2538. package/esm/sdk/health-notifications.d.ts.map +0 -1
  2539. package/esm/sdk/health-notifications.js +0 -18
  2540. package/esm/sdk/health-notifications.js.map +0 -1
  2541. package/esm/sdk/health.d.ts +0 -30
  2542. package/esm/sdk/health.d.ts.map +0 -1
  2543. package/esm/sdk/health.js +0 -39
  2544. package/esm/sdk/health.js.map +0 -1
  2545. package/esm/sdk/index.d.ts +0 -2
  2546. package/esm/sdk/index.d.ts.map +0 -1
  2547. package/esm/sdk/index.js +0 -5
  2548. package/esm/sdk/index.js.map +0 -1
  2549. package/esm/sdk/integration-user.d.ts +0 -12
  2550. package/esm/sdk/integration-user.d.ts.map +0 -1
  2551. package/esm/sdk/integration-user.js +0 -19
  2552. package/esm/sdk/integration-user.js.map +0 -1
  2553. package/esm/sdk/integration.d.ts +0 -12
  2554. package/esm/sdk/integration.d.ts.map +0 -1
  2555. package/esm/sdk/integration.js +0 -19
  2556. package/esm/sdk/integration.js.map +0 -1
  2557. package/esm/sdk/integrations.d.ts +0 -12
  2558. package/esm/sdk/integrations.d.ts.map +0 -1
  2559. package/esm/sdk/integrations.js +0 -19
  2560. package/esm/sdk/integrations.js.map +0 -1
  2561. package/esm/sdk/metrics.d.ts +0 -11
  2562. package/esm/sdk/metrics.d.ts.map +0 -1
  2563. package/esm/sdk/metrics.js +0 -18
  2564. package/esm/sdk/metrics.js.map +0 -1
  2565. package/esm/sdk/organizations.d.ts +0 -70
  2566. package/esm/sdk/organizations.d.ts.map +0 -1
  2567. package/esm/sdk/organizations.js +0 -99
  2568. package/esm/sdk/organizations.js.map +0 -1
  2569. package/esm/sdk/permissions.d.ts +0 -20
  2570. package/esm/sdk/permissions.d.ts.map +0 -1
  2571. package/esm/sdk/permissions.js +0 -28
  2572. package/esm/sdk/permissions.js.map +0 -1
  2573. package/esm/sdk/place.d.ts +0 -13
  2574. package/esm/sdk/place.d.ts.map +0 -1
  2575. package/esm/sdk/place.js +0 -22
  2576. package/esm/sdk/place.js.map +0 -1
  2577. package/esm/sdk/places.d.ts +0 -26
  2578. package/esm/sdk/places.d.ts.map +0 -1
  2579. package/esm/sdk/places.js +0 -43
  2580. package/esm/sdk/places.js.map +0 -1
  2581. package/esm/sdk/public-events.d.ts +0 -13
  2582. package/esm/sdk/public-events.d.ts.map +0 -1
  2583. package/esm/sdk/public-events.js +0 -18
  2584. package/esm/sdk/public-events.js.map +0 -1
  2585. package/esm/sdk/public-spaces.d.ts +0 -14
  2586. package/esm/sdk/public-spaces.d.ts.map +0 -1
  2587. package/esm/sdk/public-spaces.js +0 -19
  2588. package/esm/sdk/public-spaces.js.map +0 -1
  2589. package/esm/sdk/realtime.d.ts +0 -29
  2590. package/esm/sdk/realtime.d.ts.map +0 -1
  2591. package/esm/sdk/realtime.js +0 -39
  2592. package/esm/sdk/realtime.js.map +0 -1
  2593. package/esm/sdk/roles.d.ts +0 -12
  2594. package/esm/sdk/roles.d.ts.map +0 -1
  2595. package/esm/sdk/roles.js +0 -18
  2596. package/esm/sdk/roles.js.map +0 -1
  2597. package/esm/sdk/sdk.d.ts +0 -148
  2598. package/esm/sdk/sdk.d.ts.map +0 -1
  2599. package/esm/sdk/sdk.js +0 -247
  2600. package/esm/sdk/sdk.js.map +0 -1
  2601. package/esm/sdk/sentry.d.ts +0 -12
  2602. package/esm/sdk/sentry.d.ts.map +0 -1
  2603. package/esm/sdk/sentry.js +0 -19
  2604. package/esm/sdk/sentry.js.map +0 -1
  2605. package/esm/sdk/space-contacts.d.ts +0 -147
  2606. package/esm/sdk/space-contacts.d.ts.map +0 -1
  2607. package/esm/sdk/space-contacts.js +0 -167
  2608. package/esm/sdk/space-contacts.js.map +0 -1
  2609. package/esm/sdk/space-documents.d.ts +0 -26
  2610. package/esm/sdk/space-documents.d.ts.map +0 -1
  2611. package/esm/sdk/space-documents.js +0 -38
  2612. package/esm/sdk/space-documents.js.map +0 -1
  2613. package/esm/sdk/space-events.d.ts +0 -147
  2614. package/esm/sdk/space-events.d.ts.map +0 -1
  2615. package/esm/sdk/space-events.js +0 -167
  2616. package/esm/sdk/space-events.js.map +0 -1
  2617. package/esm/sdk/space-member-roles.d.ts +0 -25
  2618. package/esm/sdk/space-member-roles.d.ts.map +0 -1
  2619. package/esm/sdk/space-member-roles.js +0 -32
  2620. package/esm/sdk/space-member-roles.js.map +0 -1
  2621. package/esm/sdk/space-roles.d.ts +0 -69
  2622. package/esm/sdk/space-roles.d.ts.map +0 -1
  2623. package/esm/sdk/space-roles.js +0 -92
  2624. package/esm/sdk/space-roles.js.map +0 -1
  2625. package/esm/sdk/space.d.ts +0 -95
  2626. package/esm/sdk/space.d.ts.map +0 -1
  2627. package/esm/sdk/space.js +0 -125
  2628. package/esm/sdk/space.js.map +0 -1
  2629. package/esm/sdk/spaces.d.ts +0 -187
  2630. package/esm/sdk/spaces.d.ts.map +0 -1
  2631. package/esm/sdk/spaces.js +0 -255
  2632. package/esm/sdk/spaces.js.map +0 -1
  2633. package/esm/sdk/user.d.ts +0 -57
  2634. package/esm/sdk/user.d.ts.map +0 -1
  2635. package/esm/sdk/user.js +0 -77
  2636. package/esm/sdk/user.js.map +0 -1
  2637. package/esm/sdk/users.d.ts +0 -38
  2638. package/esm/sdk/users.d.ts.map +0 -1
  2639. package/esm/sdk/users.js +0 -55
  2640. package/esm/sdk/users.js.map +0 -1
  2641. package/esm/types/async.d.ts +0 -23
  2642. package/esm/types/async.d.ts.map +0 -1
  2643. package/esm/types/async.js +0 -28
  2644. package/esm/types/async.js.map +0 -1
  2645. package/esm/types/blobs.d.ts +0 -4
  2646. package/esm/types/blobs.d.ts.map +0 -1
  2647. package/esm/types/blobs.js +0 -25
  2648. package/esm/types/blobs.js.map +0 -1
  2649. package/esm/types/const-date-time.d.ts +0 -3
  2650. package/esm/types/const-date-time.d.ts.map +0 -1
  2651. package/esm/types/const-date-time.js +0 -10
  2652. package/esm/types/const-date-time.js.map +0 -1
  2653. package/esm/types/default-to-zero-value.d.ts +0 -12
  2654. package/esm/types/default-to-zero-value.d.ts.map +0 -1
  2655. package/esm/types/default-to-zero-value.js +0 -31
  2656. package/esm/types/default-to-zero-value.js.map +0 -1
  2657. package/esm/types/enums.d.ts +0 -9
  2658. package/esm/types/enums.d.ts.map +0 -1
  2659. package/esm/types/enums.js +0 -27
  2660. package/esm/types/enums.js.map +0 -1
  2661. package/esm/types/fp.d.ts +0 -31
  2662. package/esm/types/fp.d.ts.map +0 -1
  2663. package/esm/types/fp.js +0 -31
  2664. package/esm/types/fp.js.map +0 -1
  2665. package/esm/types/index.d.ts +0 -10
  2666. package/esm/types/index.d.ts.map +0 -1
  2667. package/esm/types/index.js +0 -10
  2668. package/esm/types/index.js.map +0 -1
  2669. package/esm/types/operations.d.ts +0 -27
  2670. package/esm/types/operations.d.ts.map +0 -1
  2671. package/esm/types/operations.js +0 -77
  2672. package/esm/types/operations.js.map +0 -1
  2673. package/esm/types/primitives.d.ts +0 -11
  2674. package/esm/types/primitives.d.ts.map +0 -1
  2675. package/esm/types/primitives.js +0 -132
  2676. package/esm/types/primitives.js.map +0 -1
  2677. package/esm/types/rfcdate.d.ts +0 -21
  2678. package/esm/types/rfcdate.d.ts.map +0 -1
  2679. package/esm/types/rfcdate.js +0 -43
  2680. package/esm/types/rfcdate.js.map +0 -1
  2681. package/esm/types/smart-union.d.ts +0 -7
  2682. package/esm/types/smart-union.d.ts.map +0 -1
  2683. package/esm/types/smart-union.js +0 -117
  2684. package/esm/types/smart-union.js.map +0 -1
  2685. package/esm/types/streams.d.ts +0 -2
  2686. package/esm/types/streams.d.ts.map +0 -1
  2687. package/esm/types/streams.js +0 -15
  2688. package/esm/types/streams.js.map +0 -1
  2689. package/esm/types/unrecognized.d.ts +0 -16
  2690. package/esm/types/unrecognized.d.ts.map +0 -1
  2691. package/esm/types/unrecognized.js +0 -31
  2692. package/esm/types/unrecognized.js.map +0 -1
  2693. package/examples/userGetAssistant.example.ts +0 -28
  2694. package/jsr.json +0 -27
  2695. package/src/core.ts +0 -13
  2696. package/src/funcs/ai-agent-cancel-workflow.ts +0 -186
  2697. package/src/funcs/ai-agent-create-session.ts +0 -169
  2698. package/src/funcs/ai-agent-get-session-costs.ts +0 -181
  2699. package/src/funcs/ai-agent-get-session.ts +0 -180
  2700. package/src/funcs/ai-agent-list-sessions.ts +0 -183
  2701. package/src/funcs/ai-agent-list-workflows.ts +0 -188
  2702. package/src/funcs/ai-agent-send-message.ts +0 -184
  2703. package/src/funcs/ai-agent-start-workflow-async.ts +0 -169
  2704. package/src/funcs/ai-agent-start-workflow.ts +0 -169
  2705. package/src/funcs/ai-agents-get-org-costs.ts +0 -179
  2706. package/src/funcs/ai-delete-session.ts +0 -180
  2707. package/src/funcs/ai-workflows-get-execution-details.ts +0 -182
  2708. package/src/funcs/analytic-get-dashboard.ts +0 -138
  2709. package/src/funcs/analytic-get-totals.ts +0 -138
  2710. package/src/funcs/audit-logs-get-permission-stats.ts +0 -201
  2711. package/src/funcs/audit-logs-list-permissions.ts +0 -206
  2712. package/src/funcs/auth-contexts-get.ts +0 -144
  2713. package/src/funcs/automation-cron-health-check.ts +0 -146
  2714. package/src/funcs/automation-cron-trigger-scheduled.ts +0 -209
  2715. package/src/funcs/automation-metadata-get-actions.ts +0 -142
  2716. package/src/funcs/automation-metadata-get-task.ts +0 -186
  2717. package/src/funcs/automation-metadata-get-tasks.ts +0 -187
  2718. package/src/funcs/automation-metadata-get-triggers.ts +0 -142
  2719. package/src/funcs/automation-rules-create.ts +0 -173
  2720. package/src/funcs/automation-rules-delete.ts +0 -180
  2721. package/src/funcs/automation-rules-execute.ts +0 -184
  2722. package/src/funcs/automation-rules-get-conditions.ts +0 -142
  2723. package/src/funcs/automation-rules-get-executions.ts +0 -193
  2724. package/src/funcs/automation-rules-get-metadata.ts +0 -141
  2725. package/src/funcs/automation-rules-get.ts +0 -180
  2726. package/src/funcs/automation-rules-list.ts +0 -186
  2727. package/src/funcs/automation-rules-patch.ts +0 -182
  2728. package/src/funcs/automation-rules-update.ts +0 -182
  2729. package/src/funcs/booking-create.ts +0 -169
  2730. package/src/funcs/bookings-check-availability.ts +0 -169
  2731. package/src/funcs/bookings-delete.ts +0 -180
  2732. package/src/funcs/bookings-get-by-id.ts +0 -180
  2733. package/src/funcs/bookings-get-place-schedule.ts +0 -192
  2734. package/src/funcs/bookings-list.ts +0 -183
  2735. package/src/funcs/bookings-update.ts +0 -181
  2736. package/src/funcs/chat-messages-delete.ts +0 -177
  2737. package/src/funcs/chat-messages-get-count.ts +0 -177
  2738. package/src/funcs/chat-messages-get-unread-count.ts +0 -177
  2739. package/src/funcs/chat-messages-list.ts +0 -188
  2740. package/src/funcs/chat-messages-mark-read.ts +0 -177
  2741. package/src/funcs/chat-messages-send.ts +0 -181
  2742. package/src/funcs/chat-rooms-add-member.ts +0 -179
  2743. package/src/funcs/chat-rooms-create-direct.ts +0 -166
  2744. package/src/funcs/chat-rooms-create-group.ts +0 -166
  2745. package/src/funcs/chat-rooms-get-by-id.ts +0 -177
  2746. package/src/funcs/chat-rooms-list-members.ts +0 -178
  2747. package/src/funcs/chat-rooms-list.ts +0 -178
  2748. package/src/funcs/chat-rooms-remove-member.ts +0 -186
  2749. package/src/funcs/chat-rooms-update.ts +0 -178
  2750. package/src/funcs/contacts-create.ts +0 -169
  2751. package/src/funcs/contacts-delete.ts +0 -180
  2752. package/src/funcs/contacts-get.ts +0 -180
  2753. package/src/funcs/contacts-list.ts +0 -184
  2754. package/src/funcs/contacts-search.ts +0 -180
  2755. package/src/funcs/contacts-toggle-favorite.ts +0 -182
  2756. package/src/funcs/contacts-update.ts +0 -181
  2757. package/src/funcs/custom-roles-add-permission.ts +0 -184
  2758. package/src/funcs/custom-roles-assign-to-user.ts +0 -188
  2759. package/src/funcs/custom-roles-create.ts +0 -179
  2760. package/src/funcs/custom-roles-get-my-permissions.ts +0 -145
  2761. package/src/funcs/custom-roles-get.ts +0 -180
  2762. package/src/funcs/custom-roles-list.ts +0 -181
  2763. package/src/funcs/custom-roles-remove-permission.ts +0 -189
  2764. package/src/funcs/custom-roles-remove-user-role.ts +0 -189
  2765. package/src/funcs/custom-roles-set-permissions.ts +0 -184
  2766. package/src/funcs/custom-roles-update.ts +0 -181
  2767. package/src/funcs/event-attendees-add-bulk.ts +0 -194
  2768. package/src/funcs/event-attendees-add.ts +0 -184
  2769. package/src/funcs/event-attendees-check-in.ts +0 -190
  2770. package/src/funcs/event-attendees-get.ts +0 -191
  2771. package/src/funcs/event-attendees-remove-bulk.ts +0 -186
  2772. package/src/funcs/event-attendees-remove.ts +0 -189
  2773. package/src/funcs/event-attendees-update-bulk-status.ts +0 -191
  2774. package/src/funcs/event-attendees-update.ts +0 -191
  2775. package/src/funcs/event-compare-versions.ts +0 -191
  2776. package/src/funcs/event-documents-add-document.ts +0 -189
  2777. package/src/funcs/event-documents-get-documents.ts +0 -181
  2778. package/src/funcs/event-documents-remove.ts +0 -189
  2779. package/src/funcs/event-get-latest-version.ts +0 -186
  2780. package/src/funcs/event-get-section-settings.ts +0 -183
  2781. package/src/funcs/event-get-version.ts +0 -190
  2782. package/src/funcs/event-get.ts +0 -177
  2783. package/src/funcs/event-location-get.ts +0 -181
  2784. package/src/funcs/event-location-update.ts +0 -182
  2785. package/src/funcs/event-timeline-create-milestone.ts +0 -222
  2786. package/src/funcs/event-timeline-get-published.ts +0 -186
  2787. package/src/funcs/event-timeline-get.ts +0 -176
  2788. package/src/funcs/event-timeline-link-milestone.ts +0 -181
  2789. package/src/funcs/event-timeline-unlink.ts +0 -185
  2790. package/src/funcs/event-timezones-validate.ts +0 -187
  2791. package/src/funcs/event-unpublish-version.ts +0 -185
  2792. package/src/funcs/event-update.ts +0 -178
  2793. package/src/funcs/events-archive.ts +0 -177
  2794. package/src/funcs/events-create.ts +0 -205
  2795. package/src/funcs/events-delete.ts +0 -176
  2796. package/src/funcs/events-filter-advanced.ts +0 -172
  2797. package/src/funcs/events-get-section-content.ts +0 -183
  2798. package/src/funcs/events-get-section-identification.ts +0 -183
  2799. package/src/funcs/events-get-settings.ts +0 -181
  2800. package/src/funcs/events-get-social-feed.ts +0 -186
  2801. package/src/funcs/events-get-timezones.ts +0 -147
  2802. package/src/funcs/events-list-by-space.ts +0 -189
  2803. package/src/funcs/events-list-calendar.ts +0 -201
  2804. package/src/funcs/events-list-versions.ts +0 -180
  2805. package/src/funcs/events-list.ts +0 -204
  2806. package/src/funcs/events-patch-content.ts +0 -182
  2807. package/src/funcs/events-patch-identification.ts +0 -187
  2808. package/src/funcs/events-patch-settings.ts +0 -182
  2809. package/src/funcs/events-publish-version.ts +0 -185
  2810. package/src/funcs/events-publish-with-notifications.ts +0 -183
  2811. package/src/funcs/events-publish.ts +0 -177
  2812. package/src/funcs/events-rollback-version.ts +0 -191
  2813. package/src/funcs/events-transfer.ts +0 -192
  2814. package/src/funcs/events-update-cover.ts +0 -216
  2815. package/src/funcs/features-get.ts +0 -141
  2816. package/src/funcs/health-check-automation.ts +0 -147
  2817. package/src/funcs/health-check.ts +0 -183
  2818. package/src/funcs/health-notifications-check.ts +0 -141
  2819. package/src/funcs/integration-handle-org-removed.ts +0 -142
  2820. package/src/funcs/integration-user-handle-removed.ts +0 -142
  2821. package/src/funcs/integrations-handle-org-created.ts +0 -142
  2822. package/src/funcs/metrics-get.ts +0 -141
  2823. package/src/funcs/organizations-archive.ts +0 -183
  2824. package/src/funcs/organizations-create-invite.ts +0 -185
  2825. package/src/funcs/organizations-create.ts +0 -169
  2826. package/src/funcs/organizations-delete-invite.ts +0 -189
  2827. package/src/funcs/organizations-get-by-id.ts +0 -181
  2828. package/src/funcs/organizations-get-current.ts +0 -143
  2829. package/src/funcs/organizations-get-invites.ts +0 -184
  2830. package/src/funcs/organizations-list.ts +0 -186
  2831. package/src/funcs/organizations-update.ts +0 -185
  2832. package/src/funcs/permissions-get.ts +0 -184
  2833. package/src/funcs/permissions-list.ts +0 -142
  2834. package/src/funcs/place-archive.ts +0 -177
  2835. package/src/funcs/place-publish.ts +0 -177
  2836. package/src/funcs/places-create.ts +0 -171
  2837. package/src/funcs/places-delete.ts +0 -176
  2838. package/src/funcs/places-get.ts +0 -177
  2839. package/src/funcs/places-list.ts +0 -176
  2840. package/src/funcs/places-update.ts +0 -178
  2841. package/src/funcs/public-events-get-latest-version.ts +0 -182
  2842. package/src/funcs/public-spaces-get-latest-version.ts +0 -183
  2843. package/src/funcs/realtime-connect.ts +0 -144
  2844. package/src/funcs/realtime-get-info.ts +0 -150
  2845. package/src/funcs/roles-delete.ts +0 -180
  2846. package/src/funcs/sentry-trigger-error.ts +0 -142
  2847. package/src/funcs/space-archive.ts +0 -177
  2848. package/src/funcs/space-assign-user-to-role.ts +0 -196
  2849. package/src/funcs/space-bulk-update-parent.ts +0 -169
  2850. package/src/funcs/space-contacts-add-bulk.ts +0 -197
  2851. package/src/funcs/space-contacts-add.ts +0 -192
  2852. package/src/funcs/space-contacts-bulk-delete.ts +0 -196
  2853. package/src/funcs/space-contacts-count.ts +0 -194
  2854. package/src/funcs/space-contacts-get-contacts-by-space.ts +0 -198
  2855. package/src/funcs/space-contacts-get-spaces-by-contact.ts +0 -198
  2856. package/src/funcs/space-contacts-get.ts +0 -194
  2857. package/src/funcs/space-contacts-remove.ts +0 -195
  2858. package/src/funcs/space-documents-add.ts +0 -189
  2859. package/src/funcs/space-documents-get.ts +0 -181
  2860. package/src/funcs/space-documents-remove.ts +0 -189
  2861. package/src/funcs/space-events-add.ts +0 -192
  2862. package/src/funcs/space-events-bulk-add.ts +0 -195
  2863. package/src/funcs/space-events-bulk-remove.ts +0 -198
  2864. package/src/funcs/space-events-count.ts +0 -189
  2865. package/src/funcs/space-events-get-by-id.ts +0 -190
  2866. package/src/funcs/space-events-get-event-spaces.ts +0 -198
  2867. package/src/funcs/space-events-get.ts +0 -198
  2868. package/src/funcs/space-events-remove-event.ts +0 -192
  2869. package/src/funcs/space-get-latest-version.ts +0 -186
  2870. package/src/funcs/space-get-user-roles.ts +0 -191
  2871. package/src/funcs/space-publish.ts +0 -177
  2872. package/src/funcs/space-roles-assign-permission.ts +0 -192
  2873. package/src/funcs/space-roles-create.ts +0 -184
  2874. package/src/funcs/space-roles-delete.ts +0 -191
  2875. package/src/funcs/space-roles-get.ts +0 -190
  2876. package/src/funcs/space-roles-list-roles.ts +0 -183
  2877. package/src/funcs/space-roles-remove-permission.ts +0 -195
  2878. package/src/funcs/space-roles-update-role.ts +0 -193
  2879. package/src/funcs/space-test-auth.ts +0 -141
  2880. package/src/funcs/space-transfer.ts +0 -204
  2881. package/src/funcs/space-update-member-role.ts +0 -191
  2882. package/src/funcs/space-update.ts +0 -178
  2883. package/src/funcs/spaces-add-member.ts +0 -182
  2884. package/src/funcs/spaces-compare-versions.ts +0 -192
  2885. package/src/funcs/spaces-create-space.ts +0 -166
  2886. package/src/funcs/spaces-create-with-parent.ts +0 -170
  2887. package/src/funcs/spaces-delete-by-id.ts +0 -176
  2888. package/src/funcs/spaces-detach-parent.ts +0 -182
  2889. package/src/funcs/spaces-get-by-id.ts +0 -177
  2890. package/src/funcs/spaces-get-hierarchy.ts +0 -181
  2891. package/src/funcs/spaces-get-joinable-by-user.ts +0 -213
  2892. package/src/funcs/spaces-get-members.ts +0 -181
  2893. package/src/funcs/spaces-get-parent.ts +0 -181
  2894. package/src/funcs/spaces-get-version.ts +0 -190
  2895. package/src/funcs/spaces-join.ts +0 -198
  2896. package/src/funcs/spaces-list-children.ts +0 -181
  2897. package/src/funcs/spaces-list-versions.ts +0 -181
  2898. package/src/funcs/spaces-list.ts +0 -178
  2899. package/src/funcs/spaces-publish-version.ts +0 -181
  2900. package/src/funcs/spaces-remove-member.ts +0 -189
  2901. package/src/funcs/spaces-remove-user-from-role.ts +0 -195
  2902. package/src/funcs/spaces-rollback.ts +0 -182
  2903. package/src/funcs/spaces-unpublish.ts +0 -180
  2904. package/src/funcs/spaces-update-parent.ts +0 -182
  2905. package/src/funcs/user-create-assistant.ts +0 -141
  2906. package/src/funcs/user-get-assistant.ts +0 -141
  2907. package/src/funcs/user-get-profile.ts +0 -192
  2908. package/src/funcs/user-list.ts +0 -171
  2909. package/src/funcs/user-update-profile.ts +0 -169
  2910. package/src/funcs/user-upload-avatar.ts +0 -208
  2911. package/src/funcs/users-delete-avatar.ts +0 -144
  2912. package/src/funcs/users-get-avatar-by-id.ts +0 -179
  2913. package/src/funcs/users-get-avatar.ts +0 -141
  2914. package/src/funcs/users-get-current-profile.ts +0 -141
  2915. package/src/funcs/users-search.ts +0 -180
  2916. package/src/hooks/hooks.ts +0 -132
  2917. package/src/hooks/index.ts +0 -6
  2918. package/src/hooks/registration.ts +0 -14
  2919. package/src/hooks/types.ts +0 -107
  2920. package/src/index.ts +0 -9
  2921. package/src/lib/base64.ts +0 -39
  2922. package/src/lib/config.ts +0 -71
  2923. package/src/lib/dlv.ts +0 -53
  2924. package/src/lib/encodings.ts +0 -501
  2925. package/src/lib/files.ts +0 -82
  2926. package/src/lib/http.ts +0 -323
  2927. package/src/lib/is-plain-object.ts +0 -43
  2928. package/src/lib/logger.ts +0 -9
  2929. package/src/lib/matchers.ts +0 -353
  2930. package/src/lib/primitives.ts +0 -150
  2931. package/src/lib/retries.ts +0 -218
  2932. package/src/lib/schemas.ts +0 -94
  2933. package/src/lib/sdks.ts +0 -402
  2934. package/src/lib/security.ts +0 -269
  2935. package/src/lib/url.ts +0 -33
  2936. package/src/models/add-member-request.ts +0 -47
  2937. package/src/models/add-permission-request.ts +0 -41
  2938. package/src/models/add-space-member-request.ts +0 -43
  2939. package/src/models/agent-type.ts +0 -30
  2940. package/src/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.ts +0 -43
  2941. package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +0 -81
  2942. package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +0 -63
  2943. package/src/models/app-event-adapter-input-api-v1-response-space-info.ts +0 -50
  2944. package/src/models/app-event-domain-entity-event-space-info.ts +0 -39
  2945. package/src/models/app-space-domain-entity-space-event-space-info.ts +0 -51
  2946. package/src/models/app-user-adapter-input-api-v1-response-message-response.ts +0 -39
  2947. package/src/models/assistant-response.ts +0 -64
  2948. package/src/models/attendee-info.ts +0 -82
  2949. package/src/models/attendee-status.ts +0 -33
  2950. package/src/models/availability-response.ts +0 -62
  2951. package/src/models/avatar-upload-response.ts +0 -47
  2952. package/src/models/base-event-info.ts +0 -71
  2953. package/src/models/body-create-event-api-v1-event-post.ts +0 -82
  2954. package/src/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -94
  2955. package/src/models/body-update-cover-api-v1-event-event-id-cover-patch.ts +0 -83
  2956. package/src/models/body-upload-avatar-api-v1-user-me-avatar-post.ts +0 -74
  2957. package/src/models/booking-read.ts +0 -93
  2958. package/src/models/bulk-update-parent-request.ts +0 -51
  2959. package/src/models/check-availability-request.ts +0 -65
  2960. package/src/models/combined-metadata-response.ts +0 -38
  2961. package/src/models/contact-list-response.ts +0 -56
  2962. package/src/models/contact-response.ts +0 -192
  2963. package/src/models/contact-search-response.ts +0 -51
  2964. package/src/models/create-booking-request.ts +0 -70
  2965. package/src/models/create-contact-request.ts +0 -190
  2966. package/src/models/create-direct-room-request.ts +0 -41
  2967. package/src/models/create-event-request.ts +0 -152
  2968. package/src/models/create-group-room-request.ts +0 -45
  2969. package/src/models/create-invite-request.ts +0 -44
  2970. package/src/models/create-online-meeting-request.ts +0 -72
  2971. package/src/models/create-organization-request.ts +0 -44
  2972. package/src/models/create-place-response-dto.ts +0 -49
  2973. package/src/models/create-role-request.ts +0 -39
  2974. package/src/models/create-room-request.ts +0 -84
  2975. package/src/models/create-rule-request.ts +0 -83
  2976. package/src/models/create-session-request.ts +0 -67
  2977. package/src/models/create-session-response.ts +0 -120
  2978. package/src/models/create-space-request.ts +0 -51
  2979. package/src/models/create-space-response-dto.ts +0 -67
  2980. package/src/models/create-space-with-parent-request.ts +0 -77
  2981. package/src/models/dashboard-story-response.ts +0 -48
  2982. package/src/models/errors/http-client-errors.ts +0 -62
  2983. package/src/models/errors/http-validation-error.ts +0 -53
  2984. package/src/models/errors/index.ts +0 -10
  2985. package/src/models/errors/linebundle-default-error.ts +0 -40
  2986. package/src/models/errors/linebundle-error.ts +0 -35
  2987. package/src/models/errors/response-validation-error.ts +0 -50
  2988. package/src/models/errors/sdk-validation-error.ts +0 -54
  2989. package/src/models/event-advanced-filters.ts +0 -118
  2990. package/src/models/event-analytic-total.ts +0 -39
  2991. package/src/models/event-attendee-create.ts +0 -60
  2992. package/src/models/event-attendee-list.ts +0 -46
  2993. package/src/models/event-attendee-read.ts +0 -112
  2994. package/src/models/event-attendee-update.ts +0 -46
  2995. package/src/models/event-date-filter.ts +0 -82
  2996. package/src/models/event-filter-request.ts +0 -63
  2997. package/src/models/event-location-filter.ts +0 -70
  2998. package/src/models/event-pagination-options.ts +0 -42
  2999. package/src/models/event-preview-dto.ts +0 -59
  3000. package/src/models/event-read.ts +0 -143
  3001. package/src/models/event-relationship-filter.ts +0 -72
  3002. package/src/models/event-repeat-filter.ts +0 -65
  3003. package/src/models/event-sort-field-config.ts +0 -83
  3004. package/src/models/event-sort-options.ts +0 -95
  3005. package/src/models/event-status-filter.ts +0 -64
  3006. package/src/models/event-text-filter.ts +0 -52
  3007. package/src/models/event-version-read.ts +0 -102
  3008. package/src/models/execute-rule-request.ts +0 -45
  3009. package/src/models/execute-rule-response.ts +0 -61
  3010. package/src/models/execution-response.ts +0 -82
  3011. package/src/models/filter-operator.ts +0 -37
  3012. package/src/models/get-analytic-totals-dto.ts +0 -46
  3013. package/src/models/get-event-list-response.ts +0 -156
  3014. package/src/models/get-place-list-response-dto.ts +0 -54
  3015. package/src/models/get-space-list-response-dto.ts +0 -117
  3016. package/src/models/get-user-list-response-dto.ts +0 -44
  3017. package/src/models/index.ts +0 -172
  3018. package/src/models/invite-read.ts +0 -81
  3019. package/src/models/location-response.ts +0 -35
  3020. package/src/models/location-update-schema.ts +0 -45
  3021. package/src/models/member-response.ts +0 -52
  3022. package/src/models/members-list-response.ts +0 -43
  3023. package/src/models/metric-breakdown.ts +0 -35
  3024. package/src/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -46
  3025. package/src/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -49
  3026. package/src/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -49
  3027. package/src/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -46
  3028. package/src/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -52
  3029. package/src/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -46
  3030. package/src/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -46
  3031. package/src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts +0 -46
  3032. package/src/models/operations/add-space-member-api-v1-space-space-id-members-post.ts +0 -46
  3033. package/src/models/operations/archive-event-api-v1-event-event-id-archive-patch.ts +0 -42
  3034. package/src/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -42
  3035. package/src/models/operations/archive-place-api-v1-place-place-id-archive-patch.ts +0 -42
  3036. package/src/models/operations/archive-space-api-v1-space-space-id-archive-patch.ts +0 -42
  3037. package/src/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -53
  3038. package/src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts +0 -46
  3039. package/src/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -53
  3040. package/src/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -45
  3041. package/src/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -45
  3042. package/src/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -48
  3043. package/src/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -49
  3044. package/src/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -42
  3045. package/src/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -49
  3046. package/src/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -56
  3047. package/src/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -56
  3048. package/src/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -42
  3049. package/src/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -41
  3050. package/src/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -46
  3051. package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -49
  3052. package/src/models/operations/create-place-api-v1-place-post.ts +0 -34
  3053. package/src/models/operations/create-role-endpoint-api-v1-roles-post.ts +0 -49
  3054. package/src/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -46
  3055. package/src/models/operations/delete-booking-api-v1-booking-booking-id-delete.ts +0 -42
  3056. package/src/models/operations/delete-contact-api-v1-contacts-contact-id-delete.ts +0 -42
  3057. package/src/models/operations/delete-event-api-v1-event-event-id-delete.ts +0 -42
  3058. package/src/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -49
  3059. package/src/models/operations/delete-message-api-v1-chat-messages-message-id-delete.ts +0 -42
  3060. package/src/models/operations/delete-place-api-v1-place-place-id-delete.ts +0 -42
  3061. package/src/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.ts +0 -42
  3062. package/src/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -42
  3063. package/src/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -42
  3064. package/src/models/operations/delete-space-api-v1-space-space-id-delete.ts +0 -42
  3065. package/src/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -46
  3066. package/src/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -42
  3067. package/src/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -45
  3068. package/src/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -49
  3069. package/src/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -42
  3070. package/src/models/operations/get-bookings-api-v1-booking-get.ts +0 -80
  3071. package/src/models/operations/get-calendar-events-api-v1-event-calendar-get.ts +0 -172
  3072. package/src/models/operations/get-contact-api-v1-contacts-contact-id-get.ts +0 -42
  3073. package/src/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -48
  3074. package/src/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -68
  3075. package/src/models/operations/get-event-by-id-api-v1-event-event-id-get.ts +0 -42
  3076. package/src/models/operations/get-event-documents-api-v1-events-event-id-documents-get.ts +0 -42
  3077. package/src/models/operations/get-event-list-api-v1-event-get.ts +0 -186
  3078. package/src/models/operations/get-event-location-api-v1-events-event-id-location-get.ts +0 -42
  3079. package/src/models/operations/get-event-settings-api-v1-event-event-id-settings-get.ts +0 -42
  3080. package/src/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -48
  3081. package/src/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -46
  3082. package/src/models/operations/get-events-by-space-api-v1-event-space-space-id-get.ts +0 -92
  3083. package/src/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -68
  3084. package/src/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -42
  3085. package/src/models/operations/get-latest-public-event-version.ts +0 -40
  3086. package/src/models/operations/get-latest-public-space-version.ts +0 -40
  3087. package/src/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -42
  3088. package/src/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -42
  3089. package/src/models/operations/get-org-costs-api-v1-ai-costs-get.ts +0 -50
  3090. package/src/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -42
  3091. package/src/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -45
  3092. package/src/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -63
  3093. package/src/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.ts +0 -42
  3094. package/src/models/operations/get-place-by-id-api-v1-place-place-id-get.ts +0 -42
  3095. package/src/models/operations/get-place-list-api-v1-place-get.ts +0 -41
  3096. package/src/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -56
  3097. package/src/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -42
  3098. package/src/models/operations/get-role-endpoint-api-v1-roles-role-id-get.ts +0 -42
  3099. package/src/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -42
  3100. package/src/models/operations/get-rule-api-v1-automation-rules-rule-id-get.ts +0 -42
  3101. package/src/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -45
  3102. package/src/models/operations/get-section-content-api-v1-event-event-id-section-content-get.ts +0 -42
  3103. package/src/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -45
  3104. package/src/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -42
  3105. package/src/models/operations/get-session-api-v1-ai-sessions-session-id-get.ts +0 -42
  3106. package/src/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -42
  3107. package/src/models/operations/get-social-feed-api-v1-event-social-feed-get.ts +0 -59
  3108. package/src/models/operations/get-space-by-id-api-v1-space-space-id-get.ts +0 -42
  3109. package/src/models/operations/get-space-children-api-v1-space-space-id-children-get.ts +0 -42
  3110. package/src/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -42
  3111. package/src/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -48
  3112. package/src/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -42
  3113. package/src/models/operations/get-space-event-api-v1-space-events-space-event-id-get.ts +0 -42
  3114. package/src/models/operations/get-space-events-api-v1-spaces-space-id-events-get.ts +0 -48
  3115. package/src/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -42
  3116. package/src/models/operations/get-space-list-api-v1-space-get.ts +0 -53
  3117. package/src/models/operations/get-space-members-api-v1-space-space-id-members-get.ts +0 -42
  3118. package/src/models/operations/get-space-parent-api-v1-space-space-id-parent-get.ts +0 -42
  3119. package/src/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -46
  3120. package/src/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -46
  3121. package/src/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -42
  3122. package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +0 -42
  3123. package/src/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -42
  3124. package/src/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -42
  3125. package/src/models/operations/get-user-list-api-v1-user-get.ts +0 -41
  3126. package/src/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -42
  3127. package/src/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -49
  3128. package/src/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -42
  3129. package/src/models/operations/health-check-health-get.ts +0 -35
  3130. package/src/models/operations/index.ts +0 -179
  3131. package/src/models/operations/join-space-api-v1-space-space-id-join-post.ts +0 -42
  3132. package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -49
  3133. package/src/models/operations/list-contacts-api-v1-contacts-get.ts +0 -67
  3134. package/src/models/operations/list-event-versions-api-v1-event-event-id-versions-get.ts +0 -42
  3135. package/src/models/operations/list-messages-api-v1-chat-room-id-messages-get.ts +0 -55
  3136. package/src/models/operations/list-organizations-endpoint-api-v1-organizations-get.ts +0 -37
  3137. package/src/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -95
  3138. package/src/models/operations/list-roles-endpoint-api-v1-roles-get.ts +0 -50
  3139. package/src/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -42
  3140. package/src/models/operations/list-rules-api-v1-automation-rules-get.ts +0 -49
  3141. package/src/models/operations/list-sessions-api-v1-ai-sessions-get.ts +0 -63
  3142. package/src/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -42
  3143. package/src/models/operations/list-space-versions-api-v1-space-space-id-versions-get.ts +0 -42
  3144. package/src/models/operations/list-user-rooms-api-v1-chat-rooms-get.ts +0 -42
  3145. package/src/models/operations/list-workflow-executions-api-v1-ai-workflows-get.ts +0 -64
  3146. package/src/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -42
  3147. package/src/models/operations/patch-event-content-api-v1-event-event-id-content-patch.ts +0 -46
  3148. package/src/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -49
  3149. package/src/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -45
  3150. package/src/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -46
  3151. package/src/models/operations/publish-event-api-v1-event-event-id-publish-patch.ts +0 -42
  3152. package/src/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -42
  3153. package/src/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -49
  3154. package/src/models/operations/publish-place-api-v1-place-place-id-publish-patch.ts +0 -42
  3155. package/src/models/operations/publish-space-api-v1-space-space-id-publish-patch.ts +0 -42
  3156. package/src/models/operations/publish-space-api-v1-space-space-id-publish-post.ts +0 -42
  3157. package/src/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -45
  3158. package/src/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -49
  3159. package/src/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -49
  3160. package/src/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -49
  3161. package/src/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -48
  3162. package/src/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -42
  3163. package/src/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -49
  3164. package/src/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -49
  3165. package/src/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +0 -53
  3166. package/src/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -49
  3167. package/src/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -46
  3168. package/src/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +0 -53
  3169. package/src/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -49
  3170. package/src/models/operations/rollback-space-api-v1-space-space-id-rollback-post.ts +0 -46
  3171. package/src/models/operations/search-contacts-api-v1-contacts-search-get.ts +0 -49
  3172. package/src/models/operations/search-users-api-v1-user-search-get.ts +0 -61
  3173. package/src/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -48
  3174. package/src/models/operations/send-message-api-v1-chat-room-id-messages-post.ts +0 -48
  3175. package/src/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.ts +0 -46
  3176. package/src/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -46
  3177. package/src/models/operations/transfer-event-api-v1-event-event-id-transfer-post.ts +0 -46
  3178. package/src/models/operations/transfer-space-api-v1-space-space-id-transfer-post.ts +0 -46
  3179. package/src/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -45
  3180. package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -49
  3181. package/src/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -45
  3182. package/src/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -42
  3183. package/src/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -55
  3184. package/src/models/operations/update-booking-api-v1-booking-booking-id-put.ts +0 -46
  3185. package/src/models/operations/update-contact-api-v1-contacts-contact-id-put.ts +0 -46
  3186. package/src/models/operations/update-cover-api-v1-event-event-id-cover-patch.ts +0 -46
  3187. package/src/models/operations/update-event-api-v1-event-event-id-put.ts +0 -46
  3188. package/src/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -53
  3189. package/src/models/operations/update-event-location-api-v1-events-event-id-location-put.ts +0 -45
  3190. package/src/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -46
  3191. package/src/models/operations/update-place-api-v1-place-place-id-put.ts +0 -46
  3192. package/src/models/operations/update-role-endpoint-api-v1-roles-role-id-put.ts +0 -46
  3193. package/src/models/operations/update-room-api-v1-chat-rooms-room-id-patch.ts +0 -46
  3194. package/src/models/operations/update-rule-api-v1-automation-rules-rule-id-put.ts +0 -46
  3195. package/src/models/operations/update-space-api-v1-space-space-id-put.ts +0 -46
  3196. package/src/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -50
  3197. package/src/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -46
  3198. package/src/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -50
  3199. package/src/models/operations/validate-timezone-api-v1-event-timezones-validate-get.ts +0 -34
  3200. package/src/models/org-cost-detail-response.ts +0 -51
  3201. package/src/models/org-cost-summary.ts +0 -78
  3202. package/src/models/organization-read.ts +0 -49
  3203. package/src/models/organization-response.ts +0 -49
  3204. package/src/models/paginated-event-list-response.ts +0 -40
  3205. package/src/models/paginated-space-list-response-dto.ts +0 -78
  3206. package/src/models/pagination-meta.ts +0 -69
  3207. package/src/models/permission-audit-stats.ts +0 -101
  3208. package/src/models/permission-response.ts +0 -39
  3209. package/src/models/place-analytic-total.ts +0 -39
  3210. package/src/models/publish-event-with-notifications-request.ts +0 -50
  3211. package/src/models/pulse-dto.ts +0 -42
  3212. package/src/models/role-list-response.ts +0 -69
  3213. package/src/models/role-response.ts +0 -70
  3214. package/src/models/rollback-space-request.ts +0 -44
  3215. package/src/models/room-list-response.ts +0 -51
  3216. package/src/models/room-response.ts +0 -70
  3217. package/src/models/room-type.ts +0 -18
  3218. package/src/models/rule-list-response.ts +0 -37
  3219. package/src/models/rule-response.ts +0 -80
  3220. package/src/models/section-content-read.ts +0 -68
  3221. package/src/models/section-identification-read.ts +0 -50
  3222. package/src/models/section-settings-read.ts +0 -79
  3223. package/src/models/security.ts +0 -38
  3224. package/src/models/send-message-response.ts +0 -77
  3225. package/src/models/sender-profile.ts +0 -64
  3226. package/src/models/session-cost-breakdown.ts +0 -77
  3227. package/src/models/session-list-response.ts +0 -53
  3228. package/src/models/session-status.ts +0 -31
  3229. package/src/models/set-permissions-request.ts +0 -41
  3230. package/src/models/space-analytic-total.ts +0 -39
  3231. package/src/models/space-contact-create.ts +0 -44
  3232. package/src/models/space-contact-info.ts +0 -84
  3233. package/src/models/space-contact-list.ts +0 -46
  3234. package/src/models/space-contact-read.ts +0 -77
  3235. package/src/models/space-event-create.ts +0 -44
  3236. package/src/models/space-event-info.ts +0 -76
  3237. package/src/models/space-event-list.ts +0 -46
  3238. package/src/models/space-event-read.ts +0 -88
  3239. package/src/models/space-hierarchy-item.ts +0 -57
  3240. package/src/models/space-inheritance-settings.ts +0 -51
  3241. package/src/models/space-member-response.ts +0 -73
  3242. package/src/models/space-role-create.ts +0 -34
  3243. package/src/models/space-role-permission-assign.ts +0 -41
  3244. package/src/models/space-role-read.ts +0 -59
  3245. package/src/models/space-role-update.ts +0 -34
  3246. package/src/models/space-role.ts +0 -28
  3247. package/src/models/space-story-dto.ts +0 -75
  3248. package/src/models/space-version-contact.ts +0 -47
  3249. package/src/models/space-version-list-response.ts +0 -40
  3250. package/src/models/space-version-member.ts +0 -53
  3251. package/src/models/space-version-profile.ts +0 -49
  3252. package/src/models/space-version-read.ts +0 -98
  3253. package/src/models/space-with-relationships-response.ts +0 -66
  3254. package/src/models/start-workflow-async-response.ts +0 -58
  3255. package/src/models/start-workflow-request.ts +0 -71
  3256. package/src/models/sub-space-display-data.ts +0 -54
  3257. package/src/models/task-metadata.ts +0 -121
  3258. package/src/models/toggle-favorite-request.ts +0 -44
  3259. package/src/models/token-usage.ts +0 -42
  3260. package/src/models/transfer-event-request.ts +0 -41
  3261. package/src/models/transfer-space-request.ts +0 -41
  3262. package/src/models/transfer-space-response.ts +0 -53
  3263. package/src/models/update-booking-request.ts +0 -69
  3264. package/src/models/update-contact-request.ts +0 -190
  3265. package/src/models/update-event-content-request.ts +0 -44
  3266. package/src/models/update-event-identification-request.ts +0 -41
  3267. package/src/models/update-event-settings-request.ts +0 -48
  3268. package/src/models/update-organization-request.ts +0 -44
  3269. package/src/models/update-parent-request.ts +0 -44
  3270. package/src/models/update-place-request.ts +0 -51
  3271. package/src/models/update-place-response-dto.ts +0 -54
  3272. package/src/models/update-profile-request.ts +0 -53
  3273. package/src/models/update-role-request.ts +0 -39
  3274. package/src/models/update-room-request.ts +0 -51
  3275. package/src/models/update-rule-request.ts +0 -57
  3276. package/src/models/update-space-member-role-request.ts +0 -39
  3277. package/src/models/update-space-response-dto.ts +0 -67
  3278. package/src/models/user-context-response.ts +0 -61
  3279. package/src/models/user-cost-breakdown.ts +0 -60
  3280. package/src/models/user-profile-response.ts +0 -75
  3281. package/src/models/user-search-response-dto.ts +0 -69
  3282. package/src/models/validation-error.ts +0 -54
  3283. package/src/models/version-comparison-response.ts +0 -53
  3284. package/src/models/workflow-execution-list-response.ts +0 -53
  3285. package/src/models/workflow-execution-response.ts +0 -123
  3286. package/src/models/workflow-status.ts +0 -33
  3287. package/src/models/workflow-type.ts +0 -28
  3288. package/src/sdk/ai-agent.ts +0 -175
  3289. package/src/sdk/ai-agents.ts +0 -28
  3290. package/src/sdk/ai-workflows.ts +0 -29
  3291. package/src/sdk/ai.ts +0 -27
  3292. package/src/sdk/analytic.ts +0 -35
  3293. package/src/sdk/audit-logs.ts +0 -78
  3294. package/src/sdk/auth-contexts.ts +0 -28
  3295. package/src/sdk/automation-cron.ts +0 -74
  3296. package/src/sdk/automation-metadata.ts +0 -81
  3297. package/src/sdk/automation-rules.ts +0 -197
  3298. package/src/sdk/booking.ts +0 -27
  3299. package/src/sdk/bookings.ts +0 -119
  3300. package/src/sdk/chat-messages.ts +0 -100
  3301. package/src/sdk/chat-rooms.ts +0 -131
  3302. package/src/sdk/contacts.ts +0 -137
  3303. package/src/sdk/custom-roles.ts +0 -196
  3304. package/src/sdk/event-attendees.ts +0 -166
  3305. package/src/sdk/event-documents.ts +0 -65
  3306. package/src/sdk/event-location.ts +0 -46
  3307. package/src/sdk/event-timeline.ts +0 -103
  3308. package/src/sdk/event-timezones.ts +0 -36
  3309. package/src/sdk/event.ts +0 -132
  3310. package/src/sdk/events.ts +0 -418
  3311. package/src/sdk/features.ts +0 -24
  3312. package/src/sdk/health-notifications.ts +0 -24
  3313. package/src/sdk/health.ts +0 -54
  3314. package/src/sdk/index.ts +0 -5
  3315. package/src/sdk/integration-user.ts +0 -25
  3316. package/src/sdk/integration.ts +0 -25
  3317. package/src/sdk/integrations.ts +0 -25
  3318. package/src/sdk/metrics.ts +0 -24
  3319. package/src/sdk/organizations.ts +0 -179
  3320. package/src/sdk/permissions.ts +0 -45
  3321. package/src/sdk/place.ts +0 -39
  3322. package/src/sdk/places.ts +0 -85
  3323. package/src/sdk/public-events.ts +0 -28
  3324. package/src/sdk/public-spaces.ts +0 -29
  3325. package/src/sdk/realtime.ts +0 -51
  3326. package/src/sdk/roles.ts +0 -27
  3327. package/src/sdk/sdk.ts +0 -297
  3328. package/src/sdk/sentry.ts +0 -25
  3329. package/src/sdk/space-contacts.ts +0 -238
  3330. package/src/sdk/space-documents.ts +0 -65
  3331. package/src/sdk/space-events.ts +0 -236
  3332. package/src/sdk/space-member-roles.ts +0 -51
  3333. package/src/sdk/space-roles.ts +0 -155
  3334. package/src/sdk/space.ts +0 -209
  3335. package/src/sdk/spaces.ts +0 -439
  3336. package/src/sdk/user.ts +0 -123
  3337. package/src/sdk/users.ts +0 -91
  3338. package/src/types/async.ts +0 -68
  3339. package/src/types/blobs.ts +0 -33
  3340. package/src/types/const-date-time.ts +0 -15
  3341. package/src/types/default-to-zero-value.ts +0 -33
  3342. package/src/types/enums.ts +0 -45
  3343. package/src/types/fp.ts +0 -50
  3344. package/src/types/index.ts +0 -13
  3345. package/src/types/operations.ts +0 -105
  3346. package/src/types/primitives.ts +0 -168
  3347. package/src/types/rfcdate.ts +0 -54
  3348. package/src/types/smart-union.ts +0 -153
  3349. package/src/types/streams.ts +0 -21
  3350. package/src/types/unrecognized.ts +0 -35
package/esm/sdk.gen.js ADDED
@@ -0,0 +1,3875 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ import { formDataBodySerializer } from './client';
3
+ import { client } from './client.gen';
4
+ import { zAiAgentCancelWorkflowData, zAiAgentCancelWorkflowResponse, zAiAgentCreateSessionData, zAiAgentCreateSessionResponse, zAiAgentGetSessionCostsData, zAiAgentGetSessionCostsResponse, zAiAgentGetSessionData, zAiAgentGetSessionResponse, zAiAgentListSessionsData, zAiAgentListSessionsResponse, zAiAgentListWorkflowsData, zAiAgentListWorkflowsResponse, zAiAgentSendMessage2Data, zAiAgentSendMessage2Response, zAiAgentSendMessageData, zAiAgentSendMessageResponse, zAiAgentsGetOrgCostsData, zAiAgentsGetOrgCostsResponse, zAiAgentStartWorkflowAsyncData, zAiAgentStartWorkflowAsyncResponse, zAiAgentStartWorkflowData, zAiAgentStartWorkflowResponse, zAIDeleteSessionData, zAIDeleteSessionResponse, zAiWorkflowsGetExecutionDetailsData, zAiWorkflowsGetExecutionDetailsResponse, zAnalyticGetDashboardData, zAnalyticGetDashboardResponse, zAnalyticGetTotalsData, zAnalyticGetTotalsResponse, zAuditLogsGetPermissionStatsData, zAuditLogsGetPermissionStatsResponse, zAuditLogsListPermissionsData, zAuditLogsListPermissionsResponse, zAuthContextsGetData, zAuthContextsGetResponse, zAutomationCronHealthCheckData, zAutomationCronTriggerScheduledData, zAutomationMetadataGetActionsData, zAutomationMetadataGetActionsResponse, zAutomationMetadataGetTaskData, zAutomationMetadataGetTaskResponse, zAutomationMetadataGetTasksData, zAutomationMetadataGetTasksResponse, zAutomationMetadataGetTriggersData, zAutomationMetadataGetTriggersResponse, zAutomationRulesCreateData, zAutomationRulesCreateResponse, zAutomationRulesDeleteData, zAutomationRulesDeleteResponse, zAutomationRulesExecuteData, zAutomationRulesExecuteResponse, zAutomationRulesGetConditionsData, zAutomationRulesGetConditionsResponse, zAutomationRulesGetData, zAutomationRulesGetExecutionsData, zAutomationRulesGetExecutionsResponse, zAutomationRulesGetMetadataData, zAutomationRulesGetMetadataResponse, zAutomationRulesGetResponse, zAutomationRulesListData, zAutomationRulesListResponse, zAutomationRulesPatchData, zAutomationRulesPatchResponse, zAutomationRulesUpdateData, zAutomationRulesUpdateResponse, zBookingCreateData, zBookingCreateResponse, zBookingsCheckAvailabilityData, zBookingsCheckAvailabilityResponse, zBookingsDeleteData, zBookingsDeleteResponse, zBookingsGetByIdData, zBookingsGetByIdResponse, zBookingsGetPlaceScheduleData, zBookingsGetPlaceScheduleResponse, zBookingsListData, zBookingsListResponse, zBookingsUpdateData, zBookingsUpdateResponse, zChatMessagesDeleteData, zChatMessagesDeleteResponse, zChatMessagesGetCountData, zChatMessagesGetCountResponse, zChatMessagesGetUnreadCountData, zChatMessagesGetUnreadCountResponse, zChatMessagesListData, zChatMessagesListResponse, zChatMessagesMarkReadData, zChatMessagesMarkReadResponse, zChatRoomsAddMemberData, zChatRoomsAddMemberResponse, zChatRoomsCreateDirectData, zChatRoomsCreateDirectResponse, zChatRoomsCreateGroupData, zChatRoomsCreateGroupResponse, zChatRoomsGetByIdData, zChatRoomsGetByIdResponse, zChatRoomsListData, zChatRoomsListMembersData, zChatRoomsListMembersResponse, zChatRoomsListResponse, zChatRoomsRemoveMemberData, zChatRoomsRemoveMemberResponse, zChatRoomsUpdateData, zChatRoomsUpdateResponse, zConnectWebSocketData, zContactsCreateData, zContactsCreateResponse, zContactsDeleteData, zContactsDeleteResponse, zContactsGetData, zContactsGetResponse, zContactsListData, zContactsListResponse, zContactsSearchData, zContactsSearchResponse, zContactsToggleFavoriteData, zContactsToggleFavoriteResponse, zContactsUpdateData, zContactsUpdateResponse, zCustomRolesAddPermissionData, zCustomRolesAssignToUserData, zCustomRolesCreateData, zCustomRolesCreateResponse, zCustomRolesGetData, zCustomRolesGetMyPermissionsData, zCustomRolesGetMyPermissionsResponse, zCustomRolesGetResponse, zCustomRolesListData, zCustomRolesListResponse, zCustomRolesRemovePermissionData, zCustomRolesRemovePermissionResponse, zCustomRolesRemoveUserRoleData, zCustomRolesRemoveUserRoleResponse, zCustomRolesSetPermissionsData, zCustomRolesUpdateData, zCustomRolesUpdateResponse, zEventAttendeesAddBulkData, zEventAttendeesAddBulkResponse, zEventAttendeesAddData, zEventAttendeesAddResponse, zEventAttendeesCheckInData, zEventAttendeesCheckInResponse, zEventAttendeesGetData, zEventAttendeesGetResponse, zEventAttendeesRemoveBulkData, zEventAttendeesRemoveBulkResponse, zEventAttendeesRemoveData, zEventAttendeesRemoveResponse, zEventAttendeesUpdateBulkStatusData, zEventAttendeesUpdateBulkStatusResponse, zEventAttendeesUpdateData, zEventAttendeesUpdateResponse, zEventCompareVersionsData, zEventDocumentsAddDocumentData, zEventDocumentsGetDocumentsData, zEventDocumentsGetDocumentsResponse, zEventDocumentsRemoveData, zEventDocumentsRemoveResponse, zEventGetData, zEventGetLatestVersionData, zEventGetLatestVersionResponse, zEventGetResponse, zEventGetSectionSettingsData, zEventGetSectionSettingsResponse, zEventGetVersionData, zEventGetVersionResponse, zEventLocationGetData, zEventLocationGetResponse, zEventLocationUpdateData, zEventLocationUpdateResponse, zEventsArchiveData, zEventsCreateData, zEventsCreateResponse, zEventsDeleteData, zEventsFilterAdvancedData, zEventsFilterAdvancedResponse, zEventsGetSectionContentData, zEventsGetSectionContentResponse, zEventsGetSectionIdentificationData, zEventsGetSectionIdentificationResponse, zEventsGetSettingsData, zEventsGetSettingsResponse, zEventsGetSocialFeedData, zEventsGetSocialFeedResponse, zEventsGetTimezonesData, zEventsGetTimezonesResponse, zEventsListBySpaceData, zEventsListBySpaceResponse, zEventsListCalendarData, zEventsListCalendarResponse, zEventsListData, zEventsListResponse, zEventsListVersionsData, zEventsPatchContentData, zEventsPatchContentResponse, zEventsPatchIdentificationData, zEventsPatchIdentificationResponse, zEventsPatchSettingsData, zEventsPatchSettingsResponse, zEventsPublishData, zEventsPublishVersionData, zEventsPublishWithNotificationsData, zEventsRollbackVersionData, zEventsRollbackVersionResponse, zEventsTransferData, zEventsTransferResponse, zEventsUpdateCoverData, zEventsUpdateCoverResponse, zEventTimelineCreateMilestoneData, zEventTimelineCreateMilestoneResponse, zEventTimelineGetData, zEventTimelineGetPublishedData, zEventTimelineGetPublishedResponse, zEventTimelineGetResponse, zEventTimelineLinkMilestoneData, zEventTimelineUnlinkData, zEventTimezonesValidateData, zEventTimezonesValidateResponse, zEventUnpublishVersionData, zEventUnpublishVersionResponse, zEventUpdateData, zEventUpdateResponse, zFeaturesGetData, zGetLatestPublicEventVersionData, zGetLatestPublicEventVersionResponse, zGetLatestPublicSpaceVersionData, zGetLatestPublicSpaceVersionResponse, zHandleUserCreatedApiV1IntegrationUserCreatedPostData, zHandleUserUpdatedApiV1IntegrationUserUpdatedPostData, zHealthCheckAutomationData, zHealthCheckData, zHealthNotificationsCheckData, zIntegrationHandleOrgRemovedData, zIntegrationUserHandleRemovedData, zMetricsGetData, zOrganizationsArchiveData, zOrganizationsArchiveResponse, zOrganizationsCreateData, zOrganizationsCreateInviteData, zOrganizationsCreateInviteResponse, zOrganizationsCreateResponse, zOrganizationsDeleteInviteData, zOrganizationsDeleteInviteResponse, zOrganizationsGetByIdData, zOrganizationsGetByIdResponse, zOrganizationsGetCurrentData, zOrganizationsGetCurrentResponse, zOrganizationsGetInvitesData, zOrganizationsGetInvitesResponse, zOrganizationsListData, zOrganizationsListResponse, zOrganizationsUpdateData, zOrganizationsUpdateResponse, zPermissionsGetData, zPermissionsGetResponse, zPermissionsListData, zPermissionsListResponse, zPlaceArchiveData, zPlacePublishData, zPlacesCreateData, zPlacesCreateResponse, zPlacesDeleteData, zPlacesGetData, zPlacesGetResponse, zPlacesListData, zPlacesListResponse, zPlacesUpdateData, zPlacesUpdateResponse, zRealtimeGetInfoData, zRolesDeleteData, zRolesDeleteResponse, zSentryTriggerErrorData, zSpaceArchiveData, zSpaceAssignUserToRoleData, zSpaceBulkUpdateParentData, zSpaceBulkUpdateParentResponse, zSpaceContactsAddBulkData, zSpaceContactsAddBulkResponse, zSpaceContactsAddData, zSpaceContactsAddResponse, zSpaceContactsBulkDeleteData, zSpaceContactsBulkDeleteResponse, zSpaceContactsCountData, zSpaceContactsCountResponse, zSpaceContactsGetContactsBySpaceData, zSpaceContactsGetContactsBySpaceResponse, zSpaceContactsGetData, zSpaceContactsGetResponse, zSpaceContactsGetSpacesByContactData, zSpaceContactsGetSpacesByContactResponse, zSpaceContactsRemoveData, zSpaceContactsRemoveResponse, zSpaceDocumentsAddData, zSpaceDocumentsGetData, zSpaceDocumentsGetResponse, zSpaceDocumentsRemoveData, zSpaceDocumentsRemoveResponse, zSpaceEventsAddData, zSpaceEventsAddResponse, zSpaceEventsBulkAddData, zSpaceEventsBulkAddResponse, zSpaceEventsBulkRemoveData, zSpaceEventsBulkRemoveResponse, zSpaceEventsCountData, zSpaceEventsCountResponse, zSpaceEventsGetByIdData, zSpaceEventsGetByIdResponse, zSpaceEventsGetData, zSpaceEventsGetEventSpacesData, zSpaceEventsGetEventSpacesResponse, zSpaceEventsGetResponse, zSpaceEventsRemoveEventData, zSpaceEventsRemoveEventResponse, zSpaceGetLatestVersionData, zSpaceGetLatestVersionResponse, zSpaceGetUserRolesData, zSpaceGetUserRolesResponse, zSpacePublishData, zSpaceRolesAssignPermissionData, zSpaceRolesCreateData, zSpaceRolesCreateResponse, zSpaceRolesDeleteData, zSpaceRolesDeleteResponse, zSpaceRolesGetData, zSpaceRolesGetResponse, zSpaceRolesListRolesData, zSpaceRolesListRolesResponse, zSpaceRolesRemovePermissionData, zSpaceRolesRemovePermissionResponse, zSpaceRolesUpdateRoleData, zSpaceRolesUpdateRoleResponse, zSpacesAddMemberData, zSpacesAddMemberResponse, zSpacesCompareVersionsData, zSpacesCompareVersionsResponse, zSpacesCreateSpaceData, zSpacesCreateSpaceResponse, zSpacesCreateWithParentData, zSpacesCreateWithParentResponse, zSpacesDeleteByIdData, zSpacesDetachParentData, zSpacesDetachParentResponse, zSpacesGetByIdData, zSpacesGetByIdResponse, zSpacesGetHierarchyData, zSpacesGetHierarchyResponse, zSpacesGetJoinableByUserData, zSpacesGetJoinableByUserResponse, zSpacesGetMembersData, zSpacesGetMembersResponse, zSpacesGetParentData, zSpacesGetParentResponse, zSpacesGetVersionData, zSpacesGetVersionResponse, zSpacesJoinData, zSpacesJoinResponse, zSpacesListChildrenData, zSpacesListChildrenResponse, zSpacesListData, zSpacesListResponse, zSpacesListVersionsData, zSpacesListVersionsResponse, zSpacesPublishVersionData, zSpacesPublishVersionResponse, zSpacesRemoveMemberData, zSpacesRemoveUserFromRoleData, zSpacesRemoveUserFromRoleResponse, zSpacesRollbackData, zSpacesRollbackResponse, zSpacesUnpublishData, zSpacesUnpublishResponse, zSpacesUpdateParentData, zSpacesUpdateParentResponse, zSpaceTestAuthData, zSpaceTransferData, zSpaceTransferResponse, zSpaceUpdateData, zSpaceUpdateMemberRoleData, zSpaceUpdateMemberRoleResponse, zSpaceUpdateResponse, zUserCreateAssistantData, zUserCreateAssistantResponse, zUserGetAssistantData, zUserGetAssistantResponse, zUserGetProfileData, zUserGetProfileResponse, zUserListData, zUserListResponse, zUsersDeleteAvatarData, zUsersDeleteAvatarResponse, zUsersGetAvatarByIdData, zUsersGetAvatarData, zUsersGetCurrentProfileData, zUsersGetCurrentProfileResponse, zUsersSearchData, zUsersSearchResponse, zUserUpdateProfileData, zUserUpdateProfileResponse, zUserUploadAvatarData, zUserUploadAvatarResponse } from './zod.gen';
5
+ class HeyApiClient {
6
+ constructor(args) {
7
+ this.client = args?.client ?? client;
8
+ }
9
+ }
10
+ class HeyApiRegistry {
11
+ constructor() {
12
+ this.defaultKey = 'default';
13
+ this.instances = new Map();
14
+ }
15
+ get(key) {
16
+ const instance = this.instances.get(key ?? this.defaultKey);
17
+ if (!instance) {
18
+ throw new Error(`No SDK client found. Create one with "new Linebundle()" to fix this error.`);
19
+ }
20
+ return instance;
21
+ }
22
+ set(value, key) {
23
+ this.instances.set(key ?? this.defaultKey, value);
24
+ }
25
+ }
26
+ export class User extends HeyApiClient {
27
+ /**
28
+ * Get Assistant
29
+ *
30
+ * Get the current user's AI assistant if it exists.
31
+ */
32
+ getAssistant(options) {
33
+ return (options?.client ?? this.client).get({
34
+ requestValidator: async (data) => await zUserGetAssistantData.parseAsync(data),
35
+ responseValidator: async (data) => await zUserGetAssistantResponse.parseAsync(data),
36
+ security: [{ scheme: 'bearer', type: 'http' }],
37
+ url: '/api/v1/user/assistant',
38
+ ...options
39
+ });
40
+ }
41
+ /**
42
+ * Create Assistant
43
+ *
44
+ * Create a personal AI assistant for the current user.
45
+ */
46
+ createAssistant(options) {
47
+ return (options?.client ?? this.client).post({
48
+ requestValidator: async (data) => await zUserCreateAssistantData.parseAsync(data),
49
+ responseValidator: async (data) => await zUserCreateAssistantResponse.parseAsync(data),
50
+ security: [{ scheme: 'bearer', type: 'http' }],
51
+ url: '/api/v1/user/assistant',
52
+ ...options
53
+ });
54
+ }
55
+ /**
56
+ * Get User List
57
+ */
58
+ list(options) {
59
+ return (options?.client ?? this.client).get({
60
+ requestValidator: async (data) => await zUserListData.parseAsync(data),
61
+ responseValidator: async (data) => await zUserListResponse.parseAsync(data),
62
+ url: '/api/v1/user',
63
+ ...options
64
+ });
65
+ }
66
+ /**
67
+ * Update Profile
68
+ *
69
+ * Update current user's profile.
70
+ */
71
+ updateProfile(options) {
72
+ return (options.client ?? this.client).put({
73
+ requestValidator: async (data) => await zUserUpdateProfileData.parseAsync(data),
74
+ responseValidator: async (data) => await zUserUpdateProfileResponse.parseAsync(data),
75
+ security: [{ scheme: 'bearer', type: 'http' }],
76
+ url: '/api/v1/user/me',
77
+ ...options,
78
+ headers: {
79
+ 'Content-Type': 'application/json',
80
+ ...options.headers
81
+ }
82
+ });
83
+ }
84
+ /**
85
+ * Get User Profile By Id
86
+ *
87
+ * Get public profile information for a specific user by ID.
88
+ *
89
+ * This endpoint allows authenticated users to view public profile information
90
+ * of any user in the system. Used for user discovery and profile viewing.
91
+ *
92
+ * Args:
93
+ * user_id: UUID string of the user whose profile to retrieve
94
+ *
95
+ * Returns:
96
+ * UserProfileResponse: Public profile information (excludes sensitive data like email)
97
+ *
98
+ * Raises:
99
+ * HTTPException: 400 for invalid UUID format, 404 for user not found, 500 for server errors
100
+ */
101
+ getProfile(options) {
102
+ return (options.client ?? this.client).get({
103
+ requestValidator: async (data) => await zUserGetProfileData.parseAsync(data),
104
+ responseValidator: async (data) => await zUserGetProfileResponse.parseAsync(data),
105
+ security: [{ scheme: 'bearer', type: 'http' }],
106
+ url: '/api/v1/user/{user_id}',
107
+ ...options
108
+ });
109
+ }
110
+ /**
111
+ * Upload Avatar
112
+ *
113
+ * Upload avatar for current user.
114
+ */
115
+ uploadAvatar(options) {
116
+ return (options.client ?? this.client).post({
117
+ ...formDataBodySerializer,
118
+ requestValidator: async (data) => await zUserUploadAvatarData.parseAsync(data),
119
+ responseValidator: async (data) => await zUserUploadAvatarResponse.parseAsync(data),
120
+ security: [{ scheme: 'bearer', type: 'http' }],
121
+ url: '/api/v1/user/me/avatar',
122
+ ...options,
123
+ headers: {
124
+ 'Content-Type': null,
125
+ ...options.headers
126
+ }
127
+ });
128
+ }
129
+ }
130
+ export class Users extends HeyApiClient {
131
+ /**
132
+ * Search Users
133
+ */
134
+ search(options) {
135
+ return (options?.client ?? this.client).get({
136
+ requestValidator: async (data) => await zUsersSearchData.parseAsync(data),
137
+ responseValidator: async (data) => await zUsersSearchResponse.parseAsync(data),
138
+ security: [{ scheme: 'bearer', type: 'http' }],
139
+ url: '/api/v1/user/search',
140
+ ...options
141
+ });
142
+ }
143
+ /**
144
+ * Get Current User Profile
145
+ *
146
+ * Get current user's profile information.
147
+ */
148
+ getCurrentProfile(options) {
149
+ return (options?.client ?? this.client).get({
150
+ requestValidator: async (data) => await zUsersGetCurrentProfileData.parseAsync(data),
151
+ responseValidator: async (data) => await zUsersGetCurrentProfileResponse.parseAsync(data),
152
+ security: [{ scheme: 'bearer', type: 'http' }],
153
+ url: '/api/v1/user/me',
154
+ ...options
155
+ });
156
+ }
157
+ /**
158
+ * Delete Avatar
159
+ *
160
+ * Delete current user's avatar.
161
+ */
162
+ deleteAvatar(options) {
163
+ return (options?.client ?? this.client).delete({
164
+ requestValidator: async (data) => await zUsersDeleteAvatarData.parseAsync(data),
165
+ responseValidator: async (data) => await zUsersDeleteAvatarResponse.parseAsync(data),
166
+ security: [{ scheme: 'bearer', type: 'http' }],
167
+ url: '/api/v1/user/me/avatar',
168
+ ...options
169
+ });
170
+ }
171
+ /**
172
+ * Get Avatar
173
+ *
174
+ * Get current user's avatar image.
175
+ */
176
+ getAvatar(options) {
177
+ return (options?.client ?? this.client).get({
178
+ requestValidator: async (data) => await zUsersGetAvatarData.parseAsync(data),
179
+ security: [{ scheme: 'bearer', type: 'http' }],
180
+ url: '/api/v1/user/me/avatar',
181
+ ...options
182
+ });
183
+ }
184
+ /**
185
+ * Get User Avatar
186
+ *
187
+ * Get user's avatar image (requires authentication).
188
+ */
189
+ getAvatarById(options) {
190
+ return (options.client ?? this.client).get({
191
+ requestValidator: async (data) => await zUsersGetAvatarByIdData.parseAsync(data),
192
+ security: [{ scheme: 'bearer', type: 'http' }],
193
+ url: '/api/v1/user/avatar/{user_id}',
194
+ ...options
195
+ });
196
+ }
197
+ }
198
+ export class AuthContexts extends HeyApiClient {
199
+ /**
200
+ * Get Auth Context
201
+ *
202
+ * Get the current authenticated user's context.
203
+ *
204
+ * Returns user profile information and a list of organizations they belong to.
205
+ * For M2M tokens (service accounts), returns minimal info with is_service_account=True.
206
+ */
207
+ get(options) {
208
+ return (options?.client ?? this.client).get({
209
+ requestValidator: async (data) => await zAuthContextsGetData.parseAsync(data),
210
+ responseValidator: async (data) => await zAuthContextsGetResponse.parseAsync(data),
211
+ security: [{ scheme: 'bearer', type: 'http' }],
212
+ url: '/api/v1/auth/context',
213
+ ...options
214
+ });
215
+ }
216
+ }
217
+ export class AuditLogs extends HeyApiClient {
218
+ /**
219
+ * List Permission Audit Logs
220
+ *
221
+ * List permission audit logs with filtering and pagination.
222
+ *
223
+ * Requires PERMISSION_READ permission.
224
+ *
225
+ * **Security**: Non-admin users can only view logs for their own organization.
226
+ * The org_id filter is automatically applied based on the user's permissions.
227
+ *
228
+ * **Query Parameters**:
229
+ * - user_id: Filter by specific user
230
+ * - org_id: Filter by organization (auto-scoped for non-admins)
231
+ * - permission_code: Filter by permission (e.g., "SPACE_MANAGE_MEMBERS")
232
+ * - result: Filter by result ("granted" or "denied")
233
+ * - start_date/end_date: Filter by date range
234
+ * - skip/limit: Pagination controls
235
+ *
236
+ * **Returns**: Paginated list of audit log entries with total count.
237
+ */
238
+ listPermissions(options) {
239
+ return (options?.client ?? this.client).get({
240
+ requestValidator: async (data) => await zAuditLogsListPermissionsData.parseAsync(data),
241
+ responseValidator: async (data) => await zAuditLogsListPermissionsResponse.parseAsync(data),
242
+ security: [{ scheme: 'bearer', type: 'http' }],
243
+ url: '/api/v1/audit-logs/permissions',
244
+ ...options
245
+ });
246
+ }
247
+ /**
248
+ * Get Permission Audit Stats
249
+ *
250
+ * Get aggregate statistics for permission audit logs.
251
+ *
252
+ * Requires PERMISSION_READ permission.
253
+ *
254
+ * **Security**: Non-admin users can only view stats for their own organization.
255
+ *
256
+ * **Returns**:
257
+ * - total_checks: Total number of permission checks
258
+ * - granted_count: Number of granted permissions
259
+ * - denied_count: Number of denied permissions
260
+ * - unique_users: Number of unique users who triggered checks
261
+ * - unique_permissions: Number of unique permissions checked
262
+ * - most_checked_permissions: Top 10 most frequently checked permissions
263
+ * - most_denied_permissions: Top 10 most frequently denied permissions
264
+ */
265
+ getPermissionStats(options) {
266
+ return (options?.client ?? this.client).get({
267
+ requestValidator: async (data) => await zAuditLogsGetPermissionStatsData.parseAsync(data),
268
+ responseValidator: async (data) => await zAuditLogsGetPermissionStatsResponse.parseAsync(data),
269
+ security: [{ scheme: 'bearer', type: 'http' }],
270
+ url: '/api/v1/audit-logs/permissions/stats',
271
+ ...options
272
+ });
273
+ }
274
+ }
275
+ export class Events extends HeyApiClient {
276
+ /**
277
+ * Get Event List
278
+ *
279
+ * Get events with advanced filtering capabilities.
280
+ *
281
+ * Supports multiple filtering strategies:
282
+ * - Legacy query parameters for backward compatibility
283
+ * - Individual advanced filter parameters
284
+ * - Complex JSON filter object for advanced use cases
285
+ */
286
+ list(options) {
287
+ return (options?.client ?? this.client).get({
288
+ requestValidator: async (data) => await zEventsListData.parseAsync(data),
289
+ responseValidator: async (data) => await zEventsListResponse.parseAsync(data),
290
+ security: [{ scheme: 'bearer', type: 'http' }],
291
+ url: '/api/v1/event',
292
+ ...options
293
+ });
294
+ }
295
+ /**
296
+ * Create Event
297
+ */
298
+ create(options) {
299
+ return (options.client ?? this.client).post({
300
+ ...formDataBodySerializer,
301
+ requestValidator: async (data) => await zEventsCreateData.parseAsync(data),
302
+ responseValidator: async (data) => await zEventsCreateResponse.parseAsync(data),
303
+ security: [{ scheme: 'bearer', type: 'http' }],
304
+ url: '/api/v1/event',
305
+ ...options,
306
+ headers: {
307
+ 'Content-Type': null,
308
+ ...options.headers
309
+ }
310
+ });
311
+ }
312
+ /**
313
+ * Get Calendar Events
314
+ *
315
+ * Get events for calendar view.
316
+ *
317
+ * Requires start_date and end_date.
318
+ * Returns all events in the range (high limit) to avoid missing data.
319
+ * Supports all standard event filters.
320
+ */
321
+ listCalendar(options) {
322
+ return (options.client ?? this.client).get({
323
+ requestValidator: async (data) => await zEventsListCalendarData.parseAsync(data),
324
+ responseValidator: async (data) => await zEventsListCalendarResponse.parseAsync(data),
325
+ security: [{ scheme: 'bearer', type: 'http' }],
326
+ url: '/api/v1/event/calendar',
327
+ ...options
328
+ });
329
+ }
330
+ /**
331
+ * Get Social Feed
332
+ *
333
+ * Get the social feed of events for the current user.
334
+ *
335
+ * Events are ranked by:
336
+ * 1. User relationship (personal events > owned spaces > member spaces > others)
337
+ * 2. Temporal proximity to user's current time (events happening soon rank higher)
338
+ */
339
+ getSocialFeed(options) {
340
+ return (options?.client ?? this.client).get({
341
+ requestValidator: async (data) => await zEventsGetSocialFeedData.parseAsync(data),
342
+ responseValidator: async (data) => await zEventsGetSocialFeedResponse.parseAsync(data),
343
+ security: [{ scheme: 'bearer', type: 'http' }],
344
+ url: '/api/v1/event/social/feed',
345
+ ...options
346
+ });
347
+ }
348
+ /**
349
+ * Filter Events Advanced
350
+ *
351
+ * Advanced event filtering using POST method for complex filter objects.
352
+ *
353
+ * This endpoint is useful for complex filtering scenarios that exceed
354
+ * URL length limits or require complex nested conditions.
355
+ */
356
+ filterAdvanced(options) {
357
+ return (options.client ?? this.client).post({
358
+ requestValidator: async (data) => await zEventsFilterAdvancedData.parseAsync(data),
359
+ responseValidator: async (data) => await zEventsFilterAdvancedResponse.parseAsync(data),
360
+ security: [{ scheme: 'bearer', type: 'http' }],
361
+ url: '/api/v1/event/filter',
362
+ ...options,
363
+ headers: {
364
+ 'Content-Type': 'application/json',
365
+ ...options.headers
366
+ }
367
+ });
368
+ }
369
+ /**
370
+ * Get Events By Space
371
+ */
372
+ listBySpace(options) {
373
+ return (options.client ?? this.client).get({
374
+ requestValidator: async (data) => await zEventsListBySpaceData.parseAsync(data),
375
+ responseValidator: async (data) => await zEventsListBySpaceResponse.parseAsync(data),
376
+ security: [{ scheme: 'bearer', type: 'http' }],
377
+ url: '/api/v1/event/space/{space_id}',
378
+ ...options
379
+ });
380
+ }
381
+ /**
382
+ * Delete Event
383
+ */
384
+ delete(options) {
385
+ return (options.client ?? this.client).delete({
386
+ requestValidator: async (data) => await zEventsDeleteData.parseAsync(data),
387
+ security: [{ scheme: 'bearer', type: 'http' }],
388
+ url: '/api/v1/event/{event_id}',
389
+ ...options
390
+ });
391
+ }
392
+ /**
393
+ * Patch Event Identification
394
+ *
395
+ * Update event title and status (Identification info). API renamed from /header.
396
+ */
397
+ patchIdentification(options) {
398
+ return (options.client ?? this.client).patch({
399
+ requestValidator: async (data) => await zEventsPatchIdentificationData.parseAsync(data),
400
+ responseValidator: async (data) => await zEventsPatchIdentificationResponse.parseAsync(data),
401
+ security: [{ scheme: 'bearer', type: 'http' }],
402
+ url: '/api/v1/event/{event_id}/identification',
403
+ ...options,
404
+ headers: {
405
+ 'Content-Type': 'application/json',
406
+ ...options.headers
407
+ }
408
+ });
409
+ }
410
+ /**
411
+ * Get Section Identification
412
+ */
413
+ getSectionIdentification(options) {
414
+ return (options.client ?? this.client).get({
415
+ requestValidator: async (data) => await zEventsGetSectionIdentificationData.parseAsync(data),
416
+ responseValidator: async (data) => await zEventsGetSectionIdentificationResponse.parseAsync(data),
417
+ security: [{ scheme: 'bearer', type: 'http' }],
418
+ url: '/api/v1/event/{event_id}/section/identification',
419
+ ...options
420
+ });
421
+ }
422
+ /**
423
+ * Get Section Content
424
+ */
425
+ getSectionContent(options) {
426
+ return (options.client ?? this.client).get({
427
+ requestValidator: async (data) => await zEventsGetSectionContentData.parseAsync(data),
428
+ responseValidator: async (data) => await zEventsGetSectionContentResponse.parseAsync(data),
429
+ security: [{ scheme: 'bearer', type: 'http' }],
430
+ url: '/api/v1/event/{event_id}/section/content',
431
+ ...options
432
+ });
433
+ }
434
+ /**
435
+ * Patch Event Content
436
+ *
437
+ * Update event content (Description, Metadata, Theme).
438
+ */
439
+ patchContent(options) {
440
+ return (options.client ?? this.client).patch({
441
+ requestValidator: async (data) => await zEventsPatchContentData.parseAsync(data),
442
+ responseValidator: async (data) => await zEventsPatchContentResponse.parseAsync(data),
443
+ security: [{ scheme: 'bearer', type: 'http' }],
444
+ url: '/api/v1/event/{event_id}/content',
445
+ ...options,
446
+ headers: {
447
+ 'Content-Type': 'application/json',
448
+ ...options.headers
449
+ }
450
+ });
451
+ }
452
+ /**
453
+ * Get Event Settings
454
+ *
455
+ * Get dedicated event settings.
456
+ */
457
+ getSettings(options) {
458
+ return (options.client ?? this.client).get({
459
+ requestValidator: async (data) => await zEventsGetSettingsData.parseAsync(data),
460
+ responseValidator: async (data) => await zEventsGetSettingsResponse.parseAsync(data),
461
+ security: [{ scheme: 'bearer', type: 'http' }],
462
+ url: '/api/v1/event/{event_id}/settings',
463
+ ...options
464
+ });
465
+ }
466
+ /**
467
+ * Patch Event Settings
468
+ *
469
+ * Update event settings (Visibility, Access).
470
+ */
471
+ patchSettings(options) {
472
+ return (options.client ?? this.client).patch({
473
+ requestValidator: async (data) => await zEventsPatchSettingsData.parseAsync(data),
474
+ responseValidator: async (data) => await zEventsPatchSettingsResponse.parseAsync(data),
475
+ security: [{ scheme: 'bearer', type: 'http' }],
476
+ url: '/api/v1/event/{event_id}/settings',
477
+ ...options,
478
+ headers: {
479
+ 'Content-Type': 'application/json',
480
+ ...options.headers
481
+ }
482
+ });
483
+ }
484
+ /**
485
+ * Update Cover
486
+ */
487
+ updateCover(options) {
488
+ return (options.client ?? this.client).patch({
489
+ ...formDataBodySerializer,
490
+ requestValidator: async (data) => await zEventsUpdateCoverData.parseAsync(data),
491
+ responseValidator: async (data) => await zEventsUpdateCoverResponse.parseAsync(data),
492
+ security: [{ scheme: 'bearer', type: 'http' }],
493
+ url: '/api/v1/event/{event_id}/cover',
494
+ ...options,
495
+ headers: {
496
+ 'Content-Type': null,
497
+ ...options.headers
498
+ }
499
+ });
500
+ }
501
+ /**
502
+ * Publish Event
503
+ */
504
+ publish(options) {
505
+ return (options.client ?? this.client).patch({
506
+ requestValidator: async (data) => await zEventsPublishData.parseAsync(data),
507
+ security: [{ scheme: 'bearer', type: 'http' }],
508
+ url: '/api/v1/event/{event_id}/publish',
509
+ ...options
510
+ });
511
+ }
512
+ /**
513
+ * Publish Event With Notifications
514
+ */
515
+ publishWithNotifications(options) {
516
+ return (options.client ?? this.client).post({
517
+ requestValidator: async (data) => await zEventsPublishWithNotificationsData.parseAsync(data),
518
+ security: [{ scheme: 'bearer', type: 'http' }],
519
+ url: '/api/v1/event/{event_id}/publish-with-notifications',
520
+ ...options,
521
+ headers: {
522
+ 'Content-Type': 'application/json',
523
+ ...options.headers
524
+ }
525
+ });
526
+ }
527
+ /**
528
+ * Archive Event
529
+ */
530
+ archive(options) {
531
+ return (options.client ?? this.client).patch({
532
+ requestValidator: async (data) => await zEventsArchiveData.parseAsync(data),
533
+ security: [{ scheme: 'bearer', type: 'http' }],
534
+ url: '/api/v1/event/{event_id}/archive',
535
+ ...options
536
+ });
537
+ }
538
+ /**
539
+ * Transfer Event
540
+ *
541
+ * Transfer a personal event to an organization.
542
+ *
543
+ * Requirements:
544
+ * - Event must be personal (org_id IS NULL)
545
+ * - Current user must be the creator
546
+ * - Current user must be owner or admin of target organization
547
+ *
548
+ * Returns:
549
+ * - 200: Transfer successful
550
+ * - 400: Validation error (event already org-scoped, etc.)
551
+ * - 403: Permission denied (not creator or not org admin)
552
+ * - 404: Event not found
553
+ */
554
+ transfer(options) {
555
+ return (options.client ?? this.client).post({
556
+ requestValidator: async (data) => await zEventsTransferData.parseAsync(data),
557
+ responseValidator: async (data) => await zEventsTransferResponse.parseAsync(data),
558
+ security: [{ scheme: 'bearer', type: 'http' }],
559
+ url: '/api/v1/event/{event_id}/transfer',
560
+ ...options,
561
+ headers: {
562
+ 'Content-Type': 'application/json',
563
+ ...options.headers
564
+ }
565
+ });
566
+ }
567
+ /**
568
+ * Publish Event Version
569
+ *
570
+ * Create an immutable published version of the event for recommendations
571
+ */
572
+ publishVersion(options) {
573
+ return (options.client ?? this.client).post({
574
+ requestValidator: async (data) => await zEventsPublishVersionData.parseAsync(data),
575
+ security: [{ scheme: 'bearer', type: 'http' }],
576
+ url: '/api/v1/event/{event_id}/versions/publish',
577
+ ...options
578
+ });
579
+ }
580
+ /**
581
+ * List Event Versions
582
+ *
583
+ * Get all published versions of an event
584
+ */
585
+ listVersions(options) {
586
+ return (options.client ?? this.client).get({
587
+ requestValidator: async (data) => await zEventsListVersionsData.parseAsync(data),
588
+ security: [{ scheme: 'bearer', type: 'http' }],
589
+ url: '/api/v1/event/{event_id}/versions',
590
+ ...options
591
+ });
592
+ }
593
+ /**
594
+ * Rollback Event to Version
595
+ *
596
+ * Restore event to a specific published version
597
+ */
598
+ rollbackVersion(options) {
599
+ return (options.client ?? this.client).post({
600
+ requestValidator: async (data) => await zEventsRollbackVersionData.parseAsync(data),
601
+ responseValidator: async (data) => await zEventsRollbackVersionResponse.parseAsync(data),
602
+ security: [{ scheme: 'bearer', type: 'http' }],
603
+ url: '/api/v1/event/{event_id}/versions/rollback',
604
+ ...options
605
+ });
606
+ }
607
+ /**
608
+ * Get Timezone Info
609
+ *
610
+ * Get timezone information for frontend validation and suggestions.
611
+ *
612
+ * Returns:
613
+ * Dictionary containing:
614
+ * - all_timezones: List of all valid IANA timezones
615
+ * - common_timezones: List of commonly used timezones for UI suggestions
616
+ * - count: Total number of supported timezones
617
+ */
618
+ getTimezones(options) {
619
+ return (options?.client ?? this.client).get({
620
+ requestValidator: async (data) => await zEventsGetTimezonesData.parseAsync(data),
621
+ responseValidator: async (data) => await zEventsGetTimezonesResponse.parseAsync(data),
622
+ security: [{ scheme: 'bearer', type: 'http' }],
623
+ url: '/api/v1/event/timezones/',
624
+ ...options
625
+ });
626
+ }
627
+ }
628
+ export class Event_ extends HeyApiClient {
629
+ /**
630
+ * Get Event By Id
631
+ */
632
+ get(options) {
633
+ return (options.client ?? this.client).get({
634
+ requestValidator: async (data) => await zEventGetData.parseAsync(data),
635
+ responseValidator: async (data) => await zEventGetResponse.parseAsync(data),
636
+ security: [{ scheme: 'bearer', type: 'http' }],
637
+ url: '/api/v1/event/{event_id}',
638
+ ...options
639
+ });
640
+ }
641
+ /**
642
+ * Update Event
643
+ */
644
+ update(options) {
645
+ return (options.client ?? this.client).put({
646
+ requestValidator: async (data) => await zEventUpdateData.parseAsync(data),
647
+ responseValidator: async (data) => await zEventUpdateResponse.parseAsync(data),
648
+ security: [{ scheme: 'bearer', type: 'http' }],
649
+ url: '/api/v1/event/{event_id}',
650
+ ...options,
651
+ headers: {
652
+ 'Content-Type': 'application/json',
653
+ ...options.headers
654
+ }
655
+ });
656
+ }
657
+ /**
658
+ * Get Section Settings
659
+ */
660
+ getSectionSettings(options) {
661
+ return (options.client ?? this.client).get({
662
+ requestValidator: async (data) => await zEventGetSectionSettingsData.parseAsync(data),
663
+ responseValidator: async (data) => await zEventGetSectionSettingsResponse.parseAsync(data),
664
+ security: [{ scheme: 'bearer', type: 'http' }],
665
+ url: '/api/v1/event/{event_id}/section/settings',
666
+ ...options
667
+ });
668
+ }
669
+ /**
670
+ * Unpublish Event (Mark as Draft)
671
+ *
672
+ * Mark event as draft (unpublished)
673
+ */
674
+ unpublishVersion(options) {
675
+ return (options.client ?? this.client).post({
676
+ requestValidator: async (data) => await zEventUnpublishVersionData.parseAsync(data),
677
+ responseValidator: async (data) => await zEventUnpublishVersionResponse.parseAsync(data),
678
+ security: [{ scheme: 'bearer', type: 'http' }],
679
+ url: '/api/v1/event/{event_id}/versions/unpublish',
680
+ ...options
681
+ });
682
+ }
683
+ /**
684
+ * Compare Event Versions
685
+ *
686
+ * Compare two versions and see what changed
687
+ */
688
+ compareVersions(options) {
689
+ return (options.client ?? this.client).get({
690
+ requestValidator: async (data) => await zEventCompareVersionsData.parseAsync(data),
691
+ security: [{ scheme: 'bearer', type: 'http' }],
692
+ url: '/api/v1/event/{event_id}/versions/compare',
693
+ ...options
694
+ });
695
+ }
696
+ /**
697
+ * Get Latest Event Version
698
+ *
699
+ * Get the most recent published version of an event
700
+ */
701
+ getLatestVersion(options) {
702
+ return (options.client ?? this.client).get({
703
+ requestValidator: async (data) => await zEventGetLatestVersionData.parseAsync(data),
704
+ responseValidator: async (data) => await zEventGetLatestVersionResponse.parseAsync(data),
705
+ security: [{ scheme: 'bearer', type: 'http' }],
706
+ url: '/api/v1/event/{event_id}/versions/latest',
707
+ ...options
708
+ });
709
+ }
710
+ /**
711
+ * Get Event Version
712
+ *
713
+ * Get specific published version of an event
714
+ */
715
+ getVersion(options) {
716
+ return (options.client ?? this.client).get({
717
+ requestValidator: async (data) => await zEventGetVersionData.parseAsync(data),
718
+ responseValidator: async (data) => await zEventGetVersionResponse.parseAsync(data),
719
+ security: [{ scheme: 'bearer', type: 'http' }],
720
+ url: '/api/v1/event/{event_id}/versions/{transaction_id}',
721
+ ...options
722
+ });
723
+ }
724
+ }
725
+ export class EventTimezones extends HeyApiClient {
726
+ /**
727
+ * Validate Timezone
728
+ *
729
+ * Validate a specific timezone string.
730
+ *
731
+ * Args:
732
+ * timezone: Timezone string to validate (query parameter)
733
+ *
734
+ * Returns:
735
+ * Dictionary containing:
736
+ * - valid: Boolean indicating if timezone is valid
737
+ * - timezone: The validated timezone string
738
+ * - suggestions: List of similar timezones if invalid (empty if valid)
739
+ */
740
+ validate(options) {
741
+ return (options.client ?? this.client).get({
742
+ requestValidator: async (data) => await zEventTimezonesValidateData.parseAsync(data),
743
+ responseValidator: async (data) => await zEventTimezonesValidateResponse.parseAsync(data),
744
+ security: [{ scheme: 'bearer', type: 'http' }],
745
+ url: '/api/v1/event/timezones/validate',
746
+ ...options
747
+ });
748
+ }
749
+ }
750
+ export class EventAttendees extends HeyApiClient {
751
+ /**
752
+ * Get Event Attendees
753
+ *
754
+ * Get all attendees for a specific event.
755
+ *
756
+ * Supports filtering by status and check-in status.
757
+ */
758
+ get(options) {
759
+ return (options.client ?? this.client).get({
760
+ requestValidator: async (data) => await zEventAttendeesGetData.parseAsync(data),
761
+ responseValidator: async (data) => await zEventAttendeesGetResponse.parseAsync(data),
762
+ security: [{ scheme: 'bearer', type: 'http' }],
763
+ url: '/api/v1/events/{event_id}/attendees',
764
+ ...options
765
+ });
766
+ }
767
+ /**
768
+ * Add Event Attendee
769
+ *
770
+ * Add a contact as an attendee to an event.
771
+ *
772
+ * The contact must belong to the user's contact list (personal or org).
773
+ */
774
+ add(options) {
775
+ return (options.client ?? this.client).post({
776
+ requestValidator: async (data) => await zEventAttendeesAddData.parseAsync(data),
777
+ responseValidator: async (data) => await zEventAttendeesAddResponse.parseAsync(data),
778
+ security: [{ scheme: 'bearer', type: 'http' }],
779
+ url: '/api/v1/events/{event_id}/attendees',
780
+ ...options,
781
+ headers: {
782
+ 'Content-Type': 'application/json',
783
+ ...options.headers
784
+ }
785
+ });
786
+ }
787
+ /**
788
+ * Remove Event Attendees Bulk
789
+ *
790
+ * Remove multiple attendees from an event.
791
+ */
792
+ removeBulk(options) {
793
+ return (options.client ?? this.client).delete({
794
+ requestValidator: async (data) => await zEventAttendeesRemoveBulkData.parseAsync(data),
795
+ responseValidator: async (data) => await zEventAttendeesRemoveBulkResponse.parseAsync(data),
796
+ security: [{ scheme: 'bearer', type: 'http' }],
797
+ url: '/api/v1/events/{event_id}/attendees/bulk',
798
+ ...options,
799
+ headers: {
800
+ 'Content-Type': 'application/json',
801
+ ...options.headers
802
+ }
803
+ });
804
+ }
805
+ /**
806
+ * Add Event Attendees Bulk
807
+ *
808
+ * Add multiple contacts as attendees to an event.
809
+ *
810
+ * All contacts must belong to the user's contact list.
811
+ */
812
+ addBulk(options) {
813
+ return (options.client ?? this.client).post({
814
+ requestValidator: async (data) => await zEventAttendeesAddBulkData.parseAsync(data),
815
+ responseValidator: async (data) => await zEventAttendeesAddBulkResponse.parseAsync(data),
816
+ security: [{ scheme: 'bearer', type: 'http' }],
817
+ url: '/api/v1/events/{event_id}/attendees/bulk',
818
+ ...options,
819
+ headers: {
820
+ 'Content-Type': 'application/json',
821
+ ...options.headers
822
+ }
823
+ });
824
+ }
825
+ /**
826
+ * Remove Event Attendee
827
+ *
828
+ * Remove an attendee from an event.
829
+ */
830
+ remove(options) {
831
+ return (options.client ?? this.client).delete({
832
+ requestValidator: async (data) => await zEventAttendeesRemoveData.parseAsync(data),
833
+ responseValidator: async (data) => await zEventAttendeesRemoveResponse.parseAsync(data),
834
+ security: [{ scheme: 'bearer', type: 'http' }],
835
+ url: '/api/v1/events/{event_id}/attendees/{attendee_id}',
836
+ ...options
837
+ });
838
+ }
839
+ /**
840
+ * Update Event Attendee
841
+ *
842
+ * Update an attendee's information (status, notes, check-in status).
843
+ */
844
+ update(options) {
845
+ return (options.client ?? this.client).put({
846
+ requestValidator: async (data) => await zEventAttendeesUpdateData.parseAsync(data),
847
+ responseValidator: async (data) => await zEventAttendeesUpdateResponse.parseAsync(data),
848
+ security: [{ scheme: 'bearer', type: 'http' }],
849
+ url: '/api/v1/events/{event_id}/attendees/{attendee_id}',
850
+ ...options,
851
+ headers: {
852
+ 'Content-Type': 'application/json',
853
+ ...options.headers
854
+ }
855
+ });
856
+ }
857
+ /**
858
+ * Check In Attendee
859
+ *
860
+ * Check in an attendee to the event.
861
+ */
862
+ checkIn(options) {
863
+ return (options.client ?? this.client).post({
864
+ requestValidator: async (data) => await zEventAttendeesCheckInData.parseAsync(data),
865
+ responseValidator: async (data) => await zEventAttendeesCheckInResponse.parseAsync(data),
866
+ security: [{ scheme: 'bearer', type: 'http' }],
867
+ url: '/api/v1/events/{event_id}/attendees/{attendee_id}/check-in',
868
+ ...options
869
+ });
870
+ }
871
+ /**
872
+ * Update Attendees Status Bulk
873
+ *
874
+ * Update status for multiple attendees at once.
875
+ */
876
+ updateBulkStatus(options) {
877
+ return (options.client ?? this.client).patch({
878
+ requestValidator: async (data) => await zEventAttendeesUpdateBulkStatusData.parseAsync(data),
879
+ responseValidator: async (data) => await zEventAttendeesUpdateBulkStatusResponse.parseAsync(data),
880
+ security: [{ scheme: 'bearer', type: 'http' }],
881
+ url: '/api/v1/events/{event_id}/attendees/bulk/status',
882
+ ...options,
883
+ headers: {
884
+ 'Content-Type': 'application/json',
885
+ ...options.headers
886
+ }
887
+ });
888
+ }
889
+ }
890
+ export class EventTimeline extends HeyApiClient {
891
+ /**
892
+ * Get event timeline
893
+ *
894
+ * Retrieve all milestones linked to a base event.
895
+ */
896
+ get(options) {
897
+ return (options.client ?? this.client).get({
898
+ requestValidator: async (data) => await zEventTimelineGetData.parseAsync(data),
899
+ responseValidator: async (data) => await zEventTimelineGetResponse.parseAsync(data),
900
+ url: '/api/v1/event/{event_id}/timeline',
901
+ ...options
902
+ });
903
+ }
904
+ /**
905
+ * Get published event timeline
906
+ *
907
+ * Retrieve published milestones for a base event's published version. Returns only milestones that were linked at publish time AND are themselves published.
908
+ */
909
+ getPublished(options) {
910
+ return (options.client ?? this.client).get({
911
+ requestValidator: async (data) => await zEventTimelineGetPublishedData.parseAsync(data),
912
+ responseValidator: async (data) => await zEventTimelineGetPublishedResponse.parseAsync(data),
913
+ security: [{ scheme: 'bearer', type: 'http' }],
914
+ url: '/api/v1/event/{event_id}/timeline/published',
915
+ ...options
916
+ });
917
+ }
918
+ /**
919
+ * Create and link milestone
920
+ *
921
+ * Create a new event and automatically link it as a milestone.
922
+ */
923
+ createMilestone(options) {
924
+ return (options.client ?? this.client).post({
925
+ ...formDataBodySerializer,
926
+ requestValidator: async (data) => await zEventTimelineCreateMilestoneData.parseAsync(data),
927
+ responseValidator: async (data) => await zEventTimelineCreateMilestoneResponse.parseAsync(data),
928
+ url: '/api/v1/event/{event_id}/timeline/milestones',
929
+ ...options,
930
+ headers: {
931
+ 'Content-Type': null,
932
+ ...options.headers
933
+ }
934
+ });
935
+ }
936
+ /**
937
+ * Link existing event
938
+ *
939
+ * Link an existing event as a milestone to a base event.
940
+ */
941
+ linkMilestone(options) {
942
+ return (options.client ?? this.client).post({
943
+ requestValidator: async (data) => await zEventTimelineLinkMilestoneData.parseAsync(data),
944
+ url: '/api/v1/event/{event_id}/timeline/link',
945
+ ...options
946
+ });
947
+ }
948
+ /**
949
+ * Unlink milestone
950
+ *
951
+ * Remove a milestone link without deleting the event.
952
+ */
953
+ unlink(options) {
954
+ return (options.client ?? this.client).delete({
955
+ requestValidator: async (data) => await zEventTimelineUnlinkData.parseAsync(data),
956
+ url: '/api/v1/event/{event_id}/timeline/{milestone_event_id}',
957
+ ...options
958
+ });
959
+ }
960
+ }
961
+ export class EventDocuments extends HeyApiClient {
962
+ /**
963
+ * Remove Document From Event
964
+ *
965
+ * Remove a document from an event.
966
+ */
967
+ remove(options) {
968
+ return (options.client ?? this.client).delete({
969
+ requestValidator: async (data) => await zEventDocumentsRemoveData.parseAsync(data),
970
+ responseValidator: async (data) => await zEventDocumentsRemoveResponse.parseAsync(data),
971
+ security: [{ scheme: 'bearer', type: 'http' }],
972
+ url: '/api/v1/events/{event_id}/documents/{document_id}',
973
+ ...options
974
+ });
975
+ }
976
+ /**
977
+ * Add Document To Event
978
+ *
979
+ * Associate a document with an event.
980
+ */
981
+ addDocument(options) {
982
+ return (options.client ?? this.client).post({
983
+ requestValidator: async (data) => await zEventDocumentsAddDocumentData.parseAsync(data),
984
+ security: [{ scheme: 'bearer', type: 'http' }],
985
+ url: '/api/v1/events/{event_id}/documents/{document_id}',
986
+ ...options
987
+ });
988
+ }
989
+ /**
990
+ * Get Event Documents
991
+ *
992
+ * Get all documents for an event.
993
+ */
994
+ getDocuments(options) {
995
+ return (options.client ?? this.client).get({
996
+ requestValidator: async (data) => await zEventDocumentsGetDocumentsData.parseAsync(data),
997
+ responseValidator: async (data) => await zEventDocumentsGetDocumentsResponse.parseAsync(data),
998
+ security: [{ scheme: 'bearer', type: 'http' }],
999
+ url: '/api/v1/events/{event_id}/documents',
1000
+ ...options
1001
+ });
1002
+ }
1003
+ }
1004
+ export class EventLocation extends HeyApiClient {
1005
+ /**
1006
+ * Get Event Location
1007
+ *
1008
+ * Get the location details for an event.
1009
+ */
1010
+ get(options) {
1011
+ return (options.client ?? this.client).get({
1012
+ requestValidator: async (data) => await zEventLocationGetData.parseAsync(data),
1013
+ responseValidator: async (data) => await zEventLocationGetResponse.parseAsync(data),
1014
+ security: [{ scheme: 'bearer', type: 'http' }],
1015
+ url: '/api/v1/events/{event_id}/location',
1016
+ ...options
1017
+ });
1018
+ }
1019
+ /**
1020
+ * Update Event Location
1021
+ *
1022
+ * Update the location details for an event.
1023
+ */
1024
+ update(options) {
1025
+ return (options.client ?? this.client).put({
1026
+ requestValidator: async (data) => await zEventLocationUpdateData.parseAsync(data),
1027
+ responseValidator: async (data) => await zEventLocationUpdateResponse.parseAsync(data),
1028
+ security: [{ scheme: 'bearer', type: 'http' }],
1029
+ url: '/api/v1/events/{event_id}/location',
1030
+ ...options,
1031
+ headers: {
1032
+ 'Content-Type': 'application/json',
1033
+ ...options.headers
1034
+ }
1035
+ });
1036
+ }
1037
+ }
1038
+ export class Space extends HeyApiClient {
1039
+ /**
1040
+ * Test Auth
1041
+ *
1042
+ * Test endpoint to verify authentication
1043
+ */
1044
+ testAuth(options) {
1045
+ return (options?.client ?? this.client).get({
1046
+ requestValidator: async (data) => await zSpaceTestAuthData.parseAsync(data),
1047
+ security: [{ scheme: 'bearer', type: 'http' }],
1048
+ url: '/api/v1/space/test-auth',
1049
+ ...options
1050
+ });
1051
+ }
1052
+ /**
1053
+ * Update Space
1054
+ */
1055
+ update(options) {
1056
+ return (options.client ?? this.client).put({
1057
+ requestValidator: async (data) => await zSpaceUpdateData.parseAsync(data),
1058
+ responseValidator: async (data) => await zSpaceUpdateResponse.parseAsync(data),
1059
+ security: [{ scheme: 'bearer', type: 'http' }],
1060
+ url: '/api/v1/space/{space_id}',
1061
+ ...options,
1062
+ headers: {
1063
+ 'Content-Type': 'application/json',
1064
+ ...options.headers
1065
+ }
1066
+ });
1067
+ }
1068
+ /**
1069
+ * Publish Space
1070
+ */
1071
+ publish(options) {
1072
+ return (options.client ?? this.client).patch({
1073
+ requestValidator: async (data) => await zSpacePublishData.parseAsync(data),
1074
+ security: [{ scheme: 'bearer', type: 'http' }],
1075
+ url: '/api/v1/space/{space_id}/publish',
1076
+ ...options
1077
+ });
1078
+ }
1079
+ /**
1080
+ * Archive Space
1081
+ */
1082
+ archive(options) {
1083
+ return (options.client ?? this.client).patch({
1084
+ requestValidator: async (data) => await zSpaceArchiveData.parseAsync(data),
1085
+ security: [{ scheme: 'bearer', type: 'http' }],
1086
+ url: '/api/v1/space/{space_id}/archive',
1087
+ ...options
1088
+ });
1089
+ }
1090
+ /**
1091
+ * Update Space Member Role
1092
+ *
1093
+ * Update a space member's role
1094
+ */
1095
+ updateMemberRole(options) {
1096
+ return (options.client ?? this.client).patch({
1097
+ requestValidator: async (data) => await zSpaceUpdateMemberRoleData.parseAsync(data),
1098
+ responseValidator: async (data) => await zSpaceUpdateMemberRoleResponse.parseAsync(data),
1099
+ security: [{ scheme: 'bearer', type: 'http' }],
1100
+ url: '/api/v1/space/{space_id}/members/{user_id}',
1101
+ ...options,
1102
+ headers: {
1103
+ 'Content-Type': 'application/json',
1104
+ ...options.headers
1105
+ }
1106
+ });
1107
+ }
1108
+ /**
1109
+ * Transfer Space
1110
+ *
1111
+ * Transfer a personal space to an organization.
1112
+ *
1113
+ * This endpoint allows the creator of a personal space to transfer ownership
1114
+ * to an organization they are a member of with owner or admin privileges.
1115
+ *
1116
+ * Requirements:
1117
+ * - Space must be personal (org_id IS NULL)
1118
+ * - Caller must be the space creator
1119
+ * - Caller must be owner or admin of the target organization
1120
+ *
1121
+ * Args:
1122
+ * space_id: ID of the space to transfer
1123
+ * request: Transfer request containing target_org_id
1124
+ *
1125
+ * Returns:
1126
+ * TransferSpaceResponse: Transfer status and metadata
1127
+ *
1128
+ * Raises:
1129
+ * HTTPException:
1130
+ * - 400: Invalid request (already org-scoped, not creator, etc.)
1131
+ * - 403: Permission denied (not org owner/admin)
1132
+ * - 404: Space or organization not found
1133
+ * - 500: Server error
1134
+ */
1135
+ transfer(options) {
1136
+ return (options.client ?? this.client).post({
1137
+ requestValidator: async (data) => await zSpaceTransferData.parseAsync(data),
1138
+ responseValidator: async (data) => await zSpaceTransferResponse.parseAsync(data),
1139
+ security: [{ scheme: 'bearer', type: 'http' }],
1140
+ url: '/api/v1/space/{space_id}/transfer',
1141
+ ...options,
1142
+ headers: {
1143
+ 'Content-Type': 'application/json',
1144
+ ...options.headers
1145
+ }
1146
+ });
1147
+ }
1148
+ /**
1149
+ * Bulk Update Space Parent
1150
+ *
1151
+ * Bulk update parent relationship for multiple spaces
1152
+ */
1153
+ bulkUpdateParent(options) {
1154
+ return (options.client ?? this.client).patch({
1155
+ requestValidator: async (data) => await zSpaceBulkUpdateParentData.parseAsync(data),
1156
+ responseValidator: async (data) => await zSpaceBulkUpdateParentResponse.parseAsync(data),
1157
+ security: [{ scheme: 'bearer', type: 'http' }],
1158
+ url: '/api/v1/space/bulk-parent',
1159
+ ...options,
1160
+ headers: {
1161
+ 'Content-Type': 'application/json',
1162
+ ...options.headers
1163
+ }
1164
+ });
1165
+ }
1166
+ /**
1167
+ * Get latest published space version
1168
+ *
1169
+ * Retrieve the most recent published version of a space
1170
+ */
1171
+ getLatestVersion(options) {
1172
+ return (options.client ?? this.client).get({
1173
+ requestValidator: async (data) => await zSpaceGetLatestVersionData.parseAsync(data),
1174
+ responseValidator: async (data) => await zSpaceGetLatestVersionResponse.parseAsync(data),
1175
+ security: [{ scheme: 'bearer', type: 'http' }],
1176
+ url: '/api/v1/space/{space_id}/versions/latest',
1177
+ ...options
1178
+ });
1179
+ }
1180
+ /**
1181
+ * Get User Space Roles
1182
+ *
1183
+ * Get all space roles for a user in a specific space.
1184
+ *
1185
+ * Requires space read permissions.
1186
+ */
1187
+ getUserRoles(options) {
1188
+ return (options.client ?? this.client).get({
1189
+ requestValidator: async (data) => await zSpaceGetUserRolesData.parseAsync(data),
1190
+ responseValidator: async (data) => await zSpaceGetUserRolesResponse.parseAsync(data),
1191
+ security: [{ scheme: 'bearer', type: 'http' }],
1192
+ url: '/api/v1/space/spaces/{space_id}/members/{user_id}/roles',
1193
+ ...options
1194
+ });
1195
+ }
1196
+ /**
1197
+ * Assign User To Space Role
1198
+ *
1199
+ * Assign a user to a space role.
1200
+ *
1201
+ * Requires space member management permissions.
1202
+ */
1203
+ assignUserToRole(options) {
1204
+ return (options.client ?? this.client).post({
1205
+ requestValidator: async (data) => await zSpaceAssignUserToRoleData.parseAsync(data),
1206
+ security: [{ scheme: 'bearer', type: 'http' }],
1207
+ url: '/api/v1/space/spaces/{space_id}/members/{user_id}/roles',
1208
+ ...options
1209
+ });
1210
+ }
1211
+ }
1212
+ export class Spaces extends HeyApiClient {
1213
+ /**
1214
+ * Get Space List
1215
+ */
1216
+ list(options) {
1217
+ return (options?.client ?? this.client).get({
1218
+ requestValidator: async (data) => await zSpacesListData.parseAsync(data),
1219
+ responseValidator: async (data) => await zSpacesListResponse.parseAsync(data),
1220
+ security: [{ scheme: 'bearer', type: 'http' }],
1221
+ url: '/api/v1/space/',
1222
+ ...options
1223
+ });
1224
+ }
1225
+ /**
1226
+ * Create Space
1227
+ */
1228
+ createSpace(options) {
1229
+ return (options.client ?? this.client).post({
1230
+ requestValidator: async (data) => await zSpacesCreateSpaceData.parseAsync(data),
1231
+ responseValidator: async (data) => await zSpacesCreateSpaceResponse.parseAsync(data),
1232
+ security: [{ scheme: 'bearer', type: 'http' }],
1233
+ url: '/api/v1/space/',
1234
+ ...options,
1235
+ headers: {
1236
+ 'Content-Type': 'application/json',
1237
+ ...options.headers
1238
+ }
1239
+ });
1240
+ }
1241
+ /**
1242
+ * Delete Space
1243
+ */
1244
+ deleteById(options) {
1245
+ return (options.client ?? this.client).delete({
1246
+ requestValidator: async (data) => await zSpacesDeleteByIdData.parseAsync(data),
1247
+ security: [{ scheme: 'bearer', type: 'http' }],
1248
+ url: '/api/v1/space/{space_id}',
1249
+ ...options
1250
+ });
1251
+ }
1252
+ /**
1253
+ * Get Space By Id
1254
+ */
1255
+ getById(options) {
1256
+ return (options.client ?? this.client).get({
1257
+ requestValidator: async (data) => await zSpacesGetByIdData.parseAsync(data),
1258
+ responseValidator: async (data) => await zSpacesGetByIdResponse.parseAsync(data),
1259
+ security: [{ scheme: 'bearer', type: 'http' }],
1260
+ url: '/api/v1/space/{space_id}',
1261
+ ...options
1262
+ });
1263
+ }
1264
+ /**
1265
+ * Create Space With Parent
1266
+ *
1267
+ * Create a space with parent relationship and inheritance settings
1268
+ */
1269
+ createWithParent(options) {
1270
+ return (options.client ?? this.client).post({
1271
+ requestValidator: async (data) => await zSpacesCreateWithParentData.parseAsync(data),
1272
+ responseValidator: async (data) => await zSpacesCreateWithParentResponse.parseAsync(data),
1273
+ security: [{ scheme: 'bearer', type: 'http' }],
1274
+ url: '/api/v1/space/with-parent',
1275
+ ...options,
1276
+ headers: {
1277
+ 'Content-Type': 'application/json',
1278
+ ...options.headers
1279
+ }
1280
+ });
1281
+ }
1282
+ /**
1283
+ * Publish space
1284
+ *
1285
+ * Publish current space state as immutable version for community discovery
1286
+ */
1287
+ publishVersion(options) {
1288
+ return (options.client ?? this.client).post({
1289
+ requestValidator: async (data) => await zSpacesPublishVersionData.parseAsync(data),
1290
+ responseValidator: async (data) => await zSpacesPublishVersionResponse.parseAsync(data),
1291
+ security: [{ scheme: 'bearer', type: 'http' }],
1292
+ url: '/api/v1/space/{space_id}/publish',
1293
+ ...options
1294
+ });
1295
+ }
1296
+ /**
1297
+ * Get Space Members
1298
+ *
1299
+ * Get all members of a space
1300
+ */
1301
+ getMembers(options) {
1302
+ return (options.client ?? this.client).get({
1303
+ requestValidator: async (data) => await zSpacesGetMembersData.parseAsync(data),
1304
+ responseValidator: async (data) => await zSpacesGetMembersResponse.parseAsync(data),
1305
+ security: [{ scheme: 'bearer', type: 'http' }],
1306
+ url: '/api/v1/space/{space_id}/members',
1307
+ ...options
1308
+ });
1309
+ }
1310
+ /**
1311
+ * Add Space Member
1312
+ *
1313
+ * Add a member to a space
1314
+ */
1315
+ addMember(options) {
1316
+ return (options.client ?? this.client).post({
1317
+ requestValidator: async (data) => await zSpacesAddMemberData.parseAsync(data),
1318
+ responseValidator: async (data) => await zSpacesAddMemberResponse.parseAsync(data),
1319
+ security: [{ scheme: 'bearer', type: 'http' }],
1320
+ url: '/api/v1/space/{space_id}/members',
1321
+ ...options,
1322
+ headers: {
1323
+ 'Content-Type': 'application/json',
1324
+ ...options.headers
1325
+ }
1326
+ });
1327
+ }
1328
+ /**
1329
+ * Remove Space Member
1330
+ *
1331
+ * Remove a member from a space
1332
+ */
1333
+ removeMember(options) {
1334
+ return (options.client ?? this.client).delete({
1335
+ requestValidator: async (data) => await zSpacesRemoveMemberData.parseAsync(data),
1336
+ security: [{ scheme: 'bearer', type: 'http' }],
1337
+ url: '/api/v1/space/{space_id}/members/{user_id}',
1338
+ ...options
1339
+ });
1340
+ }
1341
+ /**
1342
+ * Get Joinable Spaces By User
1343
+ *
1344
+ * Get spaces owned by a user that the current viewer can join.
1345
+ *
1346
+ * This endpoint returns spaces where the target user is an owner and the current
1347
+ * viewer has permission to join based on visibility rules:
1348
+ * - PUBLIC: Always visible to all users
1349
+ * - TENANT: Visible only to users in the same organization
1350
+ * - MEMBERS_ONLY: Excluded from joinable list (requires approval)
1351
+ *
1352
+ * Args:
1353
+ * user_id: UUID string of the user whose spaces to retrieve
1354
+ * limit: Maximum number of spaces to return (default: 10, max: 12)
1355
+ * prev: Previous ID for cursor-based pagination
1356
+ * sort_by: Field to sort by (default: "created_at")
1357
+ * sort_order: Sort order - "asc" or "desc" (default: "desc")
1358
+ *
1359
+ * Returns:
1360
+ * List[GetSpaceListResponseDTO]: List of joinable spaces
1361
+ *
1362
+ * Raises:
1363
+ * HTTPException: 401 for unauthorized access, 500 for server errors
1364
+ */
1365
+ getJoinableByUser(options) {
1366
+ return (options.client ?? this.client).get({
1367
+ requestValidator: async (data) => await zSpacesGetJoinableByUserData.parseAsync(data),
1368
+ responseValidator: async (data) => await zSpacesGetJoinableByUserResponse.parseAsync(data),
1369
+ security: [{ scheme: 'bearer', type: 'http' }],
1370
+ url: '/api/v1/space/by-user/{user_id}/joinable',
1371
+ ...options
1372
+ });
1373
+ }
1374
+ /**
1375
+ * Join Space
1376
+ *
1377
+ * Self-join the current user to a space if permitted.
1378
+ *
1379
+ * This endpoint allows the current user to join a space based on visibility rules:
1380
+ * - PUBLIC: Anyone can join
1381
+ * - TENANT: Only users in the same organization can join
1382
+ * - MEMBERS_ONLY: Requires approval (returns 403)
1383
+ *
1384
+ * Args:
1385
+ * space_id: ID of the space to join
1386
+ *
1387
+ * Returns:
1388
+ * SpaceMemberResponse: Membership information after successful join
1389
+ *
1390
+ * Raises:
1391
+ * HTTPException:
1392
+ * - 404: Space not found
1393
+ * - 403: Permission denied (wrong tenant or members-only space)
1394
+ * - 409: Already a member
1395
+ * - 500: Server error
1396
+ */
1397
+ join(options) {
1398
+ return (options.client ?? this.client).post({
1399
+ requestValidator: async (data) => await zSpacesJoinData.parseAsync(data),
1400
+ responseValidator: async (data) => await zSpacesJoinResponse.parseAsync(data),
1401
+ security: [{ scheme: 'bearer', type: 'http' }],
1402
+ url: '/api/v1/space/{space_id}/join',
1403
+ ...options
1404
+ });
1405
+ }
1406
+ /**
1407
+ * Get Space Children
1408
+ *
1409
+ * Get all child spaces of a given space
1410
+ */
1411
+ listChildren(options) {
1412
+ return (options.client ?? this.client).get({
1413
+ requestValidator: async (data) => await zSpacesListChildrenData.parseAsync(data),
1414
+ responseValidator: async (data) => await zSpacesListChildrenResponse.parseAsync(data),
1415
+ security: [{ scheme: 'bearer', type: 'http' }],
1416
+ url: '/api/v1/space/{space_id}/children',
1417
+ ...options
1418
+ });
1419
+ }
1420
+ /**
1421
+ * Detach Space From Parent
1422
+ *
1423
+ * Detach a space from its parent, making it standalone
1424
+ */
1425
+ detachParent(options) {
1426
+ return (options.client ?? this.client).delete({
1427
+ requestValidator: async (data) => await zSpacesDetachParentData.parseAsync(data),
1428
+ responseValidator: async (data) => await zSpacesDetachParentResponse.parseAsync(data),
1429
+ security: [{ scheme: 'bearer', type: 'http' }],
1430
+ url: '/api/v1/space/{space_id}/parent',
1431
+ ...options
1432
+ });
1433
+ }
1434
+ /**
1435
+ * Get Space Parent
1436
+ *
1437
+ * Get the parent space of a given space
1438
+ */
1439
+ getParent(options) {
1440
+ return (options.client ?? this.client).get({
1441
+ requestValidator: async (data) => await zSpacesGetParentData.parseAsync(data),
1442
+ responseValidator: async (data) => await zSpacesGetParentResponse.parseAsync(data),
1443
+ security: [{ scheme: 'bearer', type: 'http' }],
1444
+ url: '/api/v1/space/{space_id}/parent',
1445
+ ...options
1446
+ });
1447
+ }
1448
+ /**
1449
+ * Update Space Parent
1450
+ *
1451
+ * Update the parent relationship of a space
1452
+ */
1453
+ updateParent(options) {
1454
+ return (options.client ?? this.client).patch({
1455
+ requestValidator: async (data) => await zSpacesUpdateParentData.parseAsync(data),
1456
+ responseValidator: async (data) => await zSpacesUpdateParentResponse.parseAsync(data),
1457
+ security: [{ scheme: 'bearer', type: 'http' }],
1458
+ url: '/api/v1/space/{space_id}/parent',
1459
+ ...options,
1460
+ headers: {
1461
+ 'Content-Type': 'application/json',
1462
+ ...options.headers
1463
+ }
1464
+ });
1465
+ }
1466
+ /**
1467
+ * Get Space Hierarchy
1468
+ *
1469
+ * Get the full hierarchy tree starting from a given space
1470
+ */
1471
+ getHierarchy(options) {
1472
+ return (options.client ?? this.client).get({
1473
+ requestValidator: async (data) => await zSpacesGetHierarchyData.parseAsync(data),
1474
+ responseValidator: async (data) => await zSpacesGetHierarchyResponse.parseAsync(data),
1475
+ security: [{ scheme: 'bearer', type: 'http' }],
1476
+ url: '/api/v1/space/{space_id}/hierarchy',
1477
+ ...options
1478
+ });
1479
+ }
1480
+ /**
1481
+ * Unpublish space
1482
+ *
1483
+ * Mark space as draft (unpublished), preserving version history
1484
+ */
1485
+ unpublish(options) {
1486
+ return (options.client ?? this.client).post({
1487
+ requestValidator: async (data) => await zSpacesUnpublishData.parseAsync(data),
1488
+ responseValidator: async (data) => await zSpacesUnpublishResponse.parseAsync(data),
1489
+ security: [{ scheme: 'bearer', type: 'http' }],
1490
+ url: '/api/v1/space/{space_id}/unpublish',
1491
+ ...options
1492
+ });
1493
+ }
1494
+ /**
1495
+ * List space versions
1496
+ *
1497
+ * Get all published versions of a space
1498
+ */
1499
+ listVersions(options) {
1500
+ return (options.client ?? this.client).get({
1501
+ requestValidator: async (data) => await zSpacesListVersionsData.parseAsync(data),
1502
+ responseValidator: async (data) => await zSpacesListVersionsResponse.parseAsync(data),
1503
+ security: [{ scheme: 'bearer', type: 'http' }],
1504
+ url: '/api/v1/space/{space_id}/versions',
1505
+ ...options
1506
+ });
1507
+ }
1508
+ /**
1509
+ * Get specific space version
1510
+ *
1511
+ * Retrieve a specific published version of a space
1512
+ */
1513
+ getVersion(options) {
1514
+ return (options.client ?? this.client).get({
1515
+ requestValidator: async (data) => await zSpacesGetVersionData.parseAsync(data),
1516
+ responseValidator: async (data) => await zSpacesGetVersionResponse.parseAsync(data),
1517
+ security: [{ scheme: 'bearer', type: 'http' }],
1518
+ url: '/api/v1/space/{space_id}/versions/{version_number}',
1519
+ ...options
1520
+ });
1521
+ }
1522
+ /**
1523
+ * Compare space versions
1524
+ *
1525
+ * Compare two versions and see what changed
1526
+ */
1527
+ compareVersions(options) {
1528
+ return (options.client ?? this.client).get({
1529
+ requestValidator: async (data) => await zSpacesCompareVersionsData.parseAsync(data),
1530
+ responseValidator: async (data) => await zSpacesCompareVersionsResponse.parseAsync(data),
1531
+ security: [{ scheme: 'bearer', type: 'http' }],
1532
+ url: '/api/v1/space/{space_id}/versions/compare',
1533
+ ...options
1534
+ });
1535
+ }
1536
+ /**
1537
+ * Rollback space to version
1538
+ *
1539
+ * Restore space to a specific published version
1540
+ */
1541
+ rollback(options) {
1542
+ return (options.client ?? this.client).post({
1543
+ requestValidator: async (data) => await zSpacesRollbackData.parseAsync(data),
1544
+ responseValidator: async (data) => await zSpacesRollbackResponse.parseAsync(data),
1545
+ security: [{ scheme: 'bearer', type: 'http' }],
1546
+ url: '/api/v1/space/{space_id}/rollback',
1547
+ ...options,
1548
+ headers: {
1549
+ 'Content-Type': 'application/json',
1550
+ ...options.headers
1551
+ }
1552
+ });
1553
+ }
1554
+ /**
1555
+ * Remove User From Space Role
1556
+ *
1557
+ * Remove a user from a space role.
1558
+ *
1559
+ * Requires space member management permissions.
1560
+ */
1561
+ removeUserFromRole(options) {
1562
+ return (options.client ?? this.client).delete({
1563
+ requestValidator: async (data) => await zSpacesRemoveUserFromRoleData.parseAsync(data),
1564
+ responseValidator: async (data) => await zSpacesRemoveUserFromRoleResponse.parseAsync(data),
1565
+ security: [{ scheme: 'bearer', type: 'http' }],
1566
+ url: '/api/v1/space/spaces/{space_id}/members/{user_id}/roles/{space_role_id}',
1567
+ ...options
1568
+ });
1569
+ }
1570
+ }
1571
+ export class SpaceRoles extends HeyApiClient {
1572
+ /**
1573
+ * List Space Roles
1574
+ *
1575
+ * List all roles for a space.
1576
+ *
1577
+ * Requires space read permissions.
1578
+ */
1579
+ listRoles(options) {
1580
+ return (options.client ?? this.client).get({
1581
+ requestValidator: async (data) => await zSpaceRolesListRolesData.parseAsync(data),
1582
+ responseValidator: async (data) => await zSpaceRolesListRolesResponse.parseAsync(data),
1583
+ security: [{ scheme: 'bearer', type: 'http' }],
1584
+ url: '/api/v1/space/spaces/{space_id}/roles/',
1585
+ ...options
1586
+ });
1587
+ }
1588
+ /**
1589
+ * Create Space Role
1590
+ *
1591
+ * Create a new role for a space.
1592
+ *
1593
+ * Requires space management permissions.
1594
+ */
1595
+ create(options) {
1596
+ return (options.client ?? this.client).post({
1597
+ requestValidator: async (data) => await zSpaceRolesCreateData.parseAsync(data),
1598
+ responseValidator: async (data) => await zSpaceRolesCreateResponse.parseAsync(data),
1599
+ security: [{ scheme: 'bearer', type: 'http' }],
1600
+ url: '/api/v1/space/spaces/{space_id}/roles/',
1601
+ ...options,
1602
+ headers: {
1603
+ 'Content-Type': 'application/json',
1604
+ ...options.headers
1605
+ }
1606
+ });
1607
+ }
1608
+ /**
1609
+ * Delete Space Role
1610
+ *
1611
+ * Delete a space role.
1612
+ *
1613
+ * Requires space management permissions.
1614
+ */
1615
+ delete(options) {
1616
+ return (options.client ?? this.client).delete({
1617
+ requestValidator: async (data) => await zSpaceRolesDeleteData.parseAsync(data),
1618
+ responseValidator: async (data) => await zSpaceRolesDeleteResponse.parseAsync(data),
1619
+ security: [{ scheme: 'bearer', type: 'http' }],
1620
+ url: '/api/v1/space/spaces/{space_id}/roles/{role_id}',
1621
+ ...options
1622
+ });
1623
+ }
1624
+ /**
1625
+ * Get Space Role
1626
+ *
1627
+ * Get a specific space role by ID.
1628
+ *
1629
+ * Requires space read permissions.
1630
+ */
1631
+ get(options) {
1632
+ return (options.client ?? this.client).get({
1633
+ requestValidator: async (data) => await zSpaceRolesGetData.parseAsync(data),
1634
+ responseValidator: async (data) => await zSpaceRolesGetResponse.parseAsync(data),
1635
+ security: [{ scheme: 'bearer', type: 'http' }],
1636
+ url: '/api/v1/space/spaces/{space_id}/roles/{role_id}',
1637
+ ...options
1638
+ });
1639
+ }
1640
+ /**
1641
+ * Update Space Role
1642
+ *
1643
+ * Update a space role.
1644
+ *
1645
+ * Requires space management permissions.
1646
+ */
1647
+ updateRole(options) {
1648
+ return (options.client ?? this.client).put({
1649
+ requestValidator: async (data) => await zSpaceRolesUpdateRoleData.parseAsync(data),
1650
+ responseValidator: async (data) => await zSpaceRolesUpdateRoleResponse.parseAsync(data),
1651
+ security: [{ scheme: 'bearer', type: 'http' }],
1652
+ url: '/api/v1/space/spaces/{space_id}/roles/{role_id}',
1653
+ ...options,
1654
+ headers: {
1655
+ 'Content-Type': 'application/json',
1656
+ ...options.headers
1657
+ }
1658
+ });
1659
+ }
1660
+ /**
1661
+ * Assign Permission To Space Role
1662
+ *
1663
+ * Assign a permission to a space role.
1664
+ *
1665
+ * Requires space management permissions.
1666
+ */
1667
+ assignPermission(options) {
1668
+ return (options.client ?? this.client).post({
1669
+ requestValidator: async (data) => await zSpaceRolesAssignPermissionData.parseAsync(data),
1670
+ security: [{ scheme: 'bearer', type: 'http' }],
1671
+ url: '/api/v1/space/spaces/{space_id}/roles/{role_id}/permissions',
1672
+ ...options,
1673
+ headers: {
1674
+ 'Content-Type': 'application/json',
1675
+ ...options.headers
1676
+ }
1677
+ });
1678
+ }
1679
+ /**
1680
+ * Remove Permission From Space Role
1681
+ *
1682
+ * Remove a permission from a space role.
1683
+ *
1684
+ * Requires space management permissions.
1685
+ */
1686
+ removePermission(options) {
1687
+ return (options.client ?? this.client).delete({
1688
+ requestValidator: async (data) => await zSpaceRolesRemovePermissionData.parseAsync(data),
1689
+ responseValidator: async (data) => await zSpaceRolesRemovePermissionResponse.parseAsync(data),
1690
+ security: [{ scheme: 'bearer', type: 'http' }],
1691
+ url: '/api/v1/space/spaces/{space_id}/roles/{role_id}/permissions/{permission_id}',
1692
+ ...options
1693
+ });
1694
+ }
1695
+ }
1696
+ export class SpaceContacts extends HeyApiClient {
1697
+ /**
1698
+ * Get Space Contacts
1699
+ *
1700
+ * Get all contacts for a specific space.
1701
+ *
1702
+ * Args:
1703
+ * space_id: Space ID
1704
+ * limit: Maximum number of contacts to return
1705
+ * offset: Number of contacts to skip
1706
+ * current_user: Current authenticated user
1707
+ * tenant_ctx: Tenant context
1708
+ * service: Space contact service
1709
+ *
1710
+ * Returns:
1711
+ * List of space contacts with total count
1712
+ */
1713
+ getContactsBySpace(options) {
1714
+ return (options.client ?? this.client).get({
1715
+ requestValidator: async (data) => await zSpaceContactsGetContactsBySpaceData.parseAsync(data),
1716
+ responseValidator: async (data) => await zSpaceContactsGetContactsBySpaceResponse.parseAsync(data),
1717
+ security: [{ scheme: 'bearer', type: 'http' }],
1718
+ url: '/api/v1/spaces/{space_id}/contacts',
1719
+ ...options
1720
+ });
1721
+ }
1722
+ /**
1723
+ * Add Contact To Space
1724
+ *
1725
+ * Add a contact to a space.
1726
+ *
1727
+ * Args:
1728
+ * space_id: Space ID
1729
+ * request: Space contact creation request
1730
+ * current_user: Current authenticated user
1731
+ * tenant_ctx: Tenant context
1732
+ * service: Space contact service
1733
+ *
1734
+ * Returns:
1735
+ * Created space contact
1736
+ */
1737
+ add(options) {
1738
+ return (options.client ?? this.client).post({
1739
+ requestValidator: async (data) => await zSpaceContactsAddData.parseAsync(data),
1740
+ responseValidator: async (data) => await zSpaceContactsAddResponse.parseAsync(data),
1741
+ security: [{ scheme: 'bearer', type: 'http' }],
1742
+ url: '/api/v1/spaces/{space_id}/contacts',
1743
+ ...options,
1744
+ headers: {
1745
+ 'Content-Type': 'application/json',
1746
+ ...options.headers
1747
+ }
1748
+ });
1749
+ }
1750
+ /**
1751
+ * Get Contact Spaces
1752
+ *
1753
+ * Get all spaces for a specific contact.
1754
+ *
1755
+ * Args:
1756
+ * contact_id: Contact ID
1757
+ * limit: Maximum number of spaces to return
1758
+ * offset: Number of spaces to skip
1759
+ * current_user: Current authenticated user
1760
+ * tenant_ctx: Tenant context
1761
+ * service: Space contact service
1762
+ *
1763
+ * Returns:
1764
+ * List of space contacts
1765
+ */
1766
+ getSpacesByContact(options) {
1767
+ return (options.client ?? this.client).get({
1768
+ requestValidator: async (data) => await zSpaceContactsGetSpacesByContactData.parseAsync(data),
1769
+ responseValidator: async (data) => await zSpaceContactsGetSpacesByContactResponse.parseAsync(data),
1770
+ security: [{ scheme: 'bearer', type: 'http' }],
1771
+ url: '/api/v1/contacts/{contact_id}/spaces',
1772
+ ...options
1773
+ });
1774
+ }
1775
+ /**
1776
+ * Remove Contact From Space
1777
+ *
1778
+ * Remove a contact from a space.
1779
+ *
1780
+ * Args:
1781
+ * space_contact_id: Space contact relationship ID
1782
+ * current_user: Current authenticated user
1783
+ * tenant_ctx: Tenant context
1784
+ * service: Space contact service
1785
+ *
1786
+ * Returns:
1787
+ * Success message
1788
+ */
1789
+ remove(options) {
1790
+ return (options.client ?? this.client).delete({
1791
+ requestValidator: async (data) => await zSpaceContactsRemoveData.parseAsync(data),
1792
+ responseValidator: async (data) => await zSpaceContactsRemoveResponse.parseAsync(data),
1793
+ security: [{ scheme: 'bearer', type: 'http' }],
1794
+ url: '/api/v1/space-contacts/{space_contact_id}',
1795
+ ...options
1796
+ });
1797
+ }
1798
+ /**
1799
+ * Get Space Contact
1800
+ *
1801
+ * Get space contact by ID.
1802
+ *
1803
+ * Args:
1804
+ * space_contact_id: Space contact relationship ID
1805
+ * current_user: Current authenticated user
1806
+ * tenant_ctx: Tenant context
1807
+ * service: Space contact service
1808
+ *
1809
+ * Returns:
1810
+ * Space contact details
1811
+ */
1812
+ get(options) {
1813
+ return (options.client ?? this.client).get({
1814
+ requestValidator: async (data) => await zSpaceContactsGetData.parseAsync(data),
1815
+ responseValidator: async (data) => await zSpaceContactsGetResponse.parseAsync(data),
1816
+ security: [{ scheme: 'bearer', type: 'http' }],
1817
+ url: '/api/v1/space-contacts/{space_contact_id}',
1818
+ ...options
1819
+ });
1820
+ }
1821
+ /**
1822
+ * Bulk Remove Contacts From Space
1823
+ *
1824
+ * Bulk remove contacts from a space.
1825
+ *
1826
+ * Args:
1827
+ * space_id: Space ID
1828
+ * contact_ids: List of contact IDs to remove
1829
+ * current_user: Current authenticated user
1830
+ * tenant_ctx: Tenant context
1831
+ * service: Space contact service
1832
+ *
1833
+ * Returns:
1834
+ * Number of contacts removed
1835
+ */
1836
+ bulkDelete(options) {
1837
+ return (options.client ?? this.client).delete({
1838
+ requestValidator: async (data) => await zSpaceContactsBulkDeleteData.parseAsync(data),
1839
+ responseValidator: async (data) => await zSpaceContactsBulkDeleteResponse.parseAsync(data),
1840
+ security: [{ scheme: 'bearer', type: 'http' }],
1841
+ url: '/api/v1/spaces/{space_id}/contacts/bulk',
1842
+ ...options,
1843
+ headers: {
1844
+ 'Content-Type': 'application/json',
1845
+ ...options.headers
1846
+ }
1847
+ });
1848
+ }
1849
+ /**
1850
+ * Bulk Add Contacts To Space
1851
+ *
1852
+ * Add multiple contacts to a space.
1853
+ *
1854
+ * Args:
1855
+ * space_id: Space ID
1856
+ * contact_ids: List of contact IDs to add
1857
+ * current_user: Current authenticated user
1858
+ * tenant_ctx: Tenant context
1859
+ * service: Space contact service
1860
+ *
1861
+ * Returns:
1862
+ * List of created space contacts
1863
+ */
1864
+ addBulk(options) {
1865
+ return (options.client ?? this.client).post({
1866
+ requestValidator: async (data) => await zSpaceContactsAddBulkData.parseAsync(data),
1867
+ responseValidator: async (data) => await zSpaceContactsAddBulkResponse.parseAsync(data),
1868
+ security: [{ scheme: 'bearer', type: 'http' }],
1869
+ url: '/api/v1/spaces/{space_id}/contacts/bulk',
1870
+ ...options,
1871
+ headers: {
1872
+ 'Content-Type': 'application/json',
1873
+ ...options.headers
1874
+ }
1875
+ });
1876
+ }
1877
+ /**
1878
+ * Count Space Contacts
1879
+ *
1880
+ * Count contacts in a space.
1881
+ *
1882
+ * Args:
1883
+ * space_id: Space ID
1884
+ * current_user: Current authenticated user
1885
+ * tenant_ctx: Tenant context
1886
+ * service: Space contact service
1887
+ *
1888
+ * Returns:
1889
+ * Number of contacts in space
1890
+ */
1891
+ count(options) {
1892
+ return (options.client ?? this.client).get({
1893
+ requestValidator: async (data) => await zSpaceContactsCountData.parseAsync(data),
1894
+ responseValidator: async (data) => await zSpaceContactsCountResponse.parseAsync(data),
1895
+ security: [{ scheme: 'bearer', type: 'http' }],
1896
+ url: '/api/v1/spaces/{space_id}/contacts/count',
1897
+ ...options
1898
+ });
1899
+ }
1900
+ }
1901
+ export class SpaceEvents extends HeyApiClient {
1902
+ /**
1903
+ * Get Space Events
1904
+ *
1905
+ * Get all events for a specific space.
1906
+ *
1907
+ * Args:
1908
+ * space_id: Space ID
1909
+ * limit: Maximum number of events to return
1910
+ * offset: Number of events to skip
1911
+ * current_user: Current authenticated user
1912
+ * tenant_ctx: Tenant context
1913
+ * service: Space event service
1914
+ *
1915
+ * Returns:
1916
+ * List of space events with total count
1917
+ */
1918
+ get(options) {
1919
+ return (options.client ?? this.client).get({
1920
+ requestValidator: async (data) => await zSpaceEventsGetData.parseAsync(data),
1921
+ responseValidator: async (data) => await zSpaceEventsGetResponse.parseAsync(data),
1922
+ security: [{ scheme: 'bearer', type: 'http' }],
1923
+ url: '/api/v1/spaces/{space_id}/events',
1924
+ ...options
1925
+ });
1926
+ }
1927
+ /**
1928
+ * Add Event To Space
1929
+ *
1930
+ * Add an event to a space.
1931
+ *
1932
+ * Args:
1933
+ * space_id: Space ID
1934
+ * request: Space event creation request
1935
+ * current_user: Current authenticated user
1936
+ * tenant_ctx: Tenant context
1937
+ * service: Space event service
1938
+ *
1939
+ * Returns:
1940
+ * Created space event
1941
+ */
1942
+ add(options) {
1943
+ return (options.client ?? this.client).post({
1944
+ requestValidator: async (data) => await zSpaceEventsAddData.parseAsync(data),
1945
+ responseValidator: async (data) => await zSpaceEventsAddResponse.parseAsync(data),
1946
+ security: [{ scheme: 'bearer', type: 'http' }],
1947
+ url: '/api/v1/spaces/{space_id}/events',
1948
+ ...options,
1949
+ headers: {
1950
+ 'Content-Type': 'application/json',
1951
+ ...options.headers
1952
+ }
1953
+ });
1954
+ }
1955
+ /**
1956
+ * Get Event Spaces
1957
+ *
1958
+ * Get all spaces for a specific event.
1959
+ *
1960
+ * Args:
1961
+ * event_id: Event ID
1962
+ * limit: Maximum number of spaces to return
1963
+ * offset: Number of spaces to skip
1964
+ * current_user: Current authenticated user
1965
+ * tenant_ctx: Tenant context
1966
+ * service: Space event service
1967
+ *
1968
+ * Returns:
1969
+ * List of space events
1970
+ */
1971
+ getEventSpaces(options) {
1972
+ return (options.client ?? this.client).get({
1973
+ requestValidator: async (data) => await zSpaceEventsGetEventSpacesData.parseAsync(data),
1974
+ responseValidator: async (data) => await zSpaceEventsGetEventSpacesResponse.parseAsync(data),
1975
+ security: [{ scheme: 'bearer', type: 'http' }],
1976
+ url: '/api/v1/events/{event_id}/spaces',
1977
+ ...options
1978
+ });
1979
+ }
1980
+ /**
1981
+ * Remove Event From Space
1982
+ *
1983
+ * Remove an event from a space.
1984
+ *
1985
+ * Args:
1986
+ * space_event_id: Space event relationship ID
1987
+ * current_user: Current authenticated user
1988
+ * tenant_ctx: Tenant context
1989
+ * service: Space event service
1990
+ *
1991
+ * Returns:
1992
+ * Success message
1993
+ */
1994
+ removeEvent(options) {
1995
+ return (options.client ?? this.client).delete({
1996
+ requestValidator: async (data) => await zSpaceEventsRemoveEventData.parseAsync(data),
1997
+ responseValidator: async (data) => await zSpaceEventsRemoveEventResponse.parseAsync(data),
1998
+ security: [{ scheme: 'bearer', type: 'http' }],
1999
+ url: '/api/v1/space-events/{space_event_id}',
2000
+ ...options
2001
+ });
2002
+ }
2003
+ /**
2004
+ * Get Space Event
2005
+ *
2006
+ * Get space event by ID.
2007
+ *
2008
+ * Args:
2009
+ * space_event_id: Space event relationship ID
2010
+ * current_user: Current authenticated user
2011
+ * tenant_ctx: Tenant context
2012
+ * service: Space event service
2013
+ *
2014
+ * Returns:
2015
+ * Space event details
2016
+ */
2017
+ getById(options) {
2018
+ return (options.client ?? this.client).get({
2019
+ requestValidator: async (data) => await zSpaceEventsGetByIdData.parseAsync(data),
2020
+ responseValidator: async (data) => await zSpaceEventsGetByIdResponse.parseAsync(data),
2021
+ security: [{ scheme: 'bearer', type: 'http' }],
2022
+ url: '/api/v1/space-events/{space_event_id}',
2023
+ ...options
2024
+ });
2025
+ }
2026
+ /**
2027
+ * Bulk Remove Events From Space
2028
+ *
2029
+ * Bulk remove events from a space.
2030
+ *
2031
+ * Args:
2032
+ * space_id: Space ID
2033
+ * event_ids: List of event IDs to remove
2034
+ * current_user: Current authenticated user
2035
+ * tenant_ctx: Tenant context
2036
+ * service: Space event service
2037
+ *
2038
+ * Returns:
2039
+ * Number of events removed
2040
+ */
2041
+ bulkRemove(options) {
2042
+ return (options.client ?? this.client).delete({
2043
+ requestValidator: async (data) => await zSpaceEventsBulkRemoveData.parseAsync(data),
2044
+ responseValidator: async (data) => await zSpaceEventsBulkRemoveResponse.parseAsync(data),
2045
+ security: [{ scheme: 'bearer', type: 'http' }],
2046
+ url: '/api/v1/spaces/{space_id}/events/bulk',
2047
+ ...options
2048
+ });
2049
+ }
2050
+ /**
2051
+ * Bulk Add Events To Space
2052
+ *
2053
+ * Add multiple events to a space.
2054
+ *
2055
+ * Args:
2056
+ * space_id: Space ID
2057
+ * event_ids: List of event IDs to add
2058
+ * current_user: Current authenticated user
2059
+ * tenant_ctx: Tenant context
2060
+ * service: Space event service
2061
+ *
2062
+ * Returns:
2063
+ * List of created space events
2064
+ */
2065
+ bulkAdd(options) {
2066
+ return (options.client ?? this.client).post({
2067
+ requestValidator: async (data) => await zSpaceEventsBulkAddData.parseAsync(data),
2068
+ responseValidator: async (data) => await zSpaceEventsBulkAddResponse.parseAsync(data),
2069
+ security: [{ scheme: 'bearer', type: 'http' }],
2070
+ url: '/api/v1/spaces/{space_id}/events/bulk',
2071
+ ...options,
2072
+ headers: {
2073
+ 'Content-Type': 'application/json',
2074
+ ...options.headers
2075
+ }
2076
+ });
2077
+ }
2078
+ /**
2079
+ * Count Space Events
2080
+ *
2081
+ * Count events in a space.
2082
+ *
2083
+ * Args:
2084
+ * space_id: Space ID
2085
+ * current_user: Current authenticated user
2086
+ * tenant_ctx: Tenant context
2087
+ * service: Space event service
2088
+ *
2089
+ * Returns:
2090
+ * Number of events in space
2091
+ */
2092
+ count(options) {
2093
+ return (options.client ?? this.client).get({
2094
+ requestValidator: async (data) => await zSpaceEventsCountData.parseAsync(data),
2095
+ responseValidator: async (data) => await zSpaceEventsCountResponse.parseAsync(data),
2096
+ security: [{ scheme: 'bearer', type: 'http' }],
2097
+ url: '/api/v1/spaces/{space_id}/events/count',
2098
+ ...options
2099
+ });
2100
+ }
2101
+ }
2102
+ export class SpaceDocuments extends HeyApiClient {
2103
+ /**
2104
+ * Remove Document From Space
2105
+ *
2106
+ * Remove a document from a space.
2107
+ */
2108
+ remove(options) {
2109
+ return (options.client ?? this.client).delete({
2110
+ requestValidator: async (data) => await zSpaceDocumentsRemoveData.parseAsync(data),
2111
+ responseValidator: async (data) => await zSpaceDocumentsRemoveResponse.parseAsync(data),
2112
+ security: [{ scheme: 'bearer', type: 'http' }],
2113
+ url: '/api/v1/spaces/{space_id}/documents/{document_id}',
2114
+ ...options
2115
+ });
2116
+ }
2117
+ /**
2118
+ * Add Document To Space
2119
+ *
2120
+ * Associate a document with a space.
2121
+ */
2122
+ add(options) {
2123
+ return (options.client ?? this.client).post({
2124
+ requestValidator: async (data) => await zSpaceDocumentsAddData.parseAsync(data),
2125
+ security: [{ scheme: 'bearer', type: 'http' }],
2126
+ url: '/api/v1/spaces/{space_id}/documents/{document_id}',
2127
+ ...options
2128
+ });
2129
+ }
2130
+ /**
2131
+ * Get Space Documents
2132
+ *
2133
+ * Get all documents for a space.
2134
+ */
2135
+ get(options) {
2136
+ return (options.client ?? this.client).get({
2137
+ requestValidator: async (data) => await zSpaceDocumentsGetData.parseAsync(data),
2138
+ responseValidator: async (data) => await zSpaceDocumentsGetResponse.parseAsync(data),
2139
+ security: [{ scheme: 'bearer', type: 'http' }],
2140
+ url: '/api/v1/spaces/{space_id}/documents',
2141
+ ...options
2142
+ });
2143
+ }
2144
+ }
2145
+ export class Places extends HeyApiClient {
2146
+ /**
2147
+ * Get Place List
2148
+ */
2149
+ list(options) {
2150
+ return (options?.client ?? this.client).get({
2151
+ requestValidator: async (data) => await zPlacesListData.parseAsync(data),
2152
+ responseValidator: async (data) => await zPlacesListResponse.parseAsync(data),
2153
+ security: [{ scheme: 'bearer', type: 'http' }],
2154
+ url: '/api/v1/place',
2155
+ ...options
2156
+ });
2157
+ }
2158
+ /**
2159
+ * Create Place
2160
+ */
2161
+ create(options) {
2162
+ return (options.client ?? this.client).post({
2163
+ requestValidator: async (data) => await zPlacesCreateData.parseAsync(data),
2164
+ responseValidator: async (data) => await zPlacesCreateResponse.parseAsync(data),
2165
+ security: [{ scheme: 'bearer', type: 'http' }],
2166
+ url: '/api/v1/place',
2167
+ ...options,
2168
+ headers: {
2169
+ 'Content-Type': 'application/json',
2170
+ ...options.headers
2171
+ }
2172
+ });
2173
+ }
2174
+ /**
2175
+ * Delete Place
2176
+ */
2177
+ delete(options) {
2178
+ return (options.client ?? this.client).delete({
2179
+ requestValidator: async (data) => await zPlacesDeleteData.parseAsync(data),
2180
+ security: [{ scheme: 'bearer', type: 'http' }],
2181
+ url: '/api/v1/place/{place_id}',
2182
+ ...options
2183
+ });
2184
+ }
2185
+ /**
2186
+ * Get Place By Id
2187
+ */
2188
+ get(options) {
2189
+ return (options.client ?? this.client).get({
2190
+ requestValidator: async (data) => await zPlacesGetData.parseAsync(data),
2191
+ responseValidator: async (data) => await zPlacesGetResponse.parseAsync(data),
2192
+ security: [{ scheme: 'bearer', type: 'http' }],
2193
+ url: '/api/v1/place/{place_id}',
2194
+ ...options
2195
+ });
2196
+ }
2197
+ /**
2198
+ * Update Place
2199
+ */
2200
+ update(options) {
2201
+ return (options.client ?? this.client).put({
2202
+ requestValidator: async (data) => await zPlacesUpdateData.parseAsync(data),
2203
+ responseValidator: async (data) => await zPlacesUpdateResponse.parseAsync(data),
2204
+ security: [{ scheme: 'bearer', type: 'http' }],
2205
+ url: '/api/v1/place/{place_id}',
2206
+ ...options,
2207
+ headers: {
2208
+ 'Content-Type': 'application/json',
2209
+ ...options.headers
2210
+ }
2211
+ });
2212
+ }
2213
+ }
2214
+ export class Place extends HeyApiClient {
2215
+ /**
2216
+ * Publish Place
2217
+ */
2218
+ publish(options) {
2219
+ return (options.client ?? this.client).patch({
2220
+ requestValidator: async (data) => await zPlacePublishData.parseAsync(data),
2221
+ security: [{ scheme: 'bearer', type: 'http' }],
2222
+ url: '/api/v1/place/{place_id}/publish',
2223
+ ...options
2224
+ });
2225
+ }
2226
+ /**
2227
+ * Archive Place
2228
+ */
2229
+ archive(options) {
2230
+ return (options.client ?? this.client).patch({
2231
+ requestValidator: async (data) => await zPlaceArchiveData.parseAsync(data),
2232
+ security: [{ scheme: 'bearer', type: 'http' }],
2233
+ url: '/api/v1/place/{place_id}/archive',
2234
+ ...options
2235
+ });
2236
+ }
2237
+ }
2238
+ export class Analytic extends HeyApiClient {
2239
+ /**
2240
+ * Get Analytic Totals
2241
+ */
2242
+ getTotals(options) {
2243
+ return (options?.client ?? this.client).get({
2244
+ requestValidator: async (data) => await zAnalyticGetTotalsData.parseAsync(data),
2245
+ responseValidator: async (data) => await zAnalyticGetTotalsResponse.parseAsync(data),
2246
+ security: [{ scheme: 'bearer', type: 'http' }],
2247
+ url: '/api/v1/analytic/counts',
2248
+ ...options
2249
+ });
2250
+ }
2251
+ /**
2252
+ * Get Dashboard Analytics
2253
+ */
2254
+ getDashboard(options) {
2255
+ return (options?.client ?? this.client).get({
2256
+ requestValidator: async (data) => await zAnalyticGetDashboardData.parseAsync(data),
2257
+ responseValidator: async (data) => await zAnalyticGetDashboardResponse.parseAsync(data),
2258
+ security: [{ scheme: 'bearer', type: 'http' }],
2259
+ url: '/api/v1/analytic/dashboard',
2260
+ ...options
2261
+ });
2262
+ }
2263
+ }
2264
+ export class Organizations extends HeyApiClient {
2265
+ /**
2266
+ * List Organizations
2267
+ *
2268
+ * List all organizations the current user belongs to.
2269
+ */
2270
+ list(options) {
2271
+ return (options?.client ?? this.client).get({
2272
+ requestValidator: async (data) => await zOrganizationsListData.parseAsync(data),
2273
+ responseValidator: async (data) => await zOrganizationsListResponse.parseAsync(data),
2274
+ security: [{ scheme: 'bearer', type: 'http' }],
2275
+ url: '/api/v1/organizations',
2276
+ ...options
2277
+ });
2278
+ }
2279
+ /**
2280
+ * Create Organization
2281
+ *
2282
+ * Create a new organization.
2283
+ */
2284
+ create(options) {
2285
+ return (options.client ?? this.client).post({
2286
+ requestValidator: async (data) => await zOrganizationsCreateData.parseAsync(data),
2287
+ responseValidator: async (data) => await zOrganizationsCreateResponse.parseAsync(data),
2288
+ security: [{ scheme: 'bearer', type: 'http' }],
2289
+ url: '/api/v1/organizations',
2290
+ ...options,
2291
+ headers: {
2292
+ 'Content-Type': 'application/json',
2293
+ ...options.headers
2294
+ }
2295
+ });
2296
+ }
2297
+ /**
2298
+ * Get Current Organization
2299
+ *
2300
+ * Get the current organization from JWT claims.
2301
+ * Returns the org that the user is currently authenticated for.
2302
+ */
2303
+ getCurrent(options) {
2304
+ return (options?.client ?? this.client).get({
2305
+ requestValidator: async (data) => await zOrganizationsGetCurrentData.parseAsync(data),
2306
+ responseValidator: async (data) => await zOrganizationsGetCurrentResponse.parseAsync(data),
2307
+ security: [{ scheme: 'bearer', type: 'http' }],
2308
+ url: '/api/v1/organizations/me',
2309
+ ...options
2310
+ });
2311
+ }
2312
+ /**
2313
+ * Get Organization Invites Endpoint
2314
+ *
2315
+ * Get all pending invitations for an organization.
2316
+ */
2317
+ getInvites(options) {
2318
+ return (options.client ?? this.client).get({
2319
+ requestValidator: async (data) => await zOrganizationsGetInvitesData.parseAsync(data),
2320
+ responseValidator: async (data) => await zOrganizationsGetInvitesResponse.parseAsync(data),
2321
+ security: [{ scheme: 'bearer', type: 'http' }],
2322
+ url: '/api/v1/organizations/{org_id}/invites',
2323
+ ...options
2324
+ });
2325
+ }
2326
+ /**
2327
+ * Create Invite
2328
+ *
2329
+ * Create an invite to the organization. Requires owner or admin role.
2330
+ */
2331
+ createInvite(options) {
2332
+ return (options.client ?? this.client).post({
2333
+ requestValidator: async (data) => await zOrganizationsCreateInviteData.parseAsync(data),
2334
+ responseValidator: async (data) => await zOrganizationsCreateInviteResponse.parseAsync(data),
2335
+ security: [{ scheme: 'bearer', type: 'http' }],
2336
+ url: '/api/v1/organizations/{org_id}/invites',
2337
+ ...options,
2338
+ headers: {
2339
+ 'Content-Type': 'application/json',
2340
+ ...options.headers
2341
+ }
2342
+ });
2343
+ }
2344
+ /**
2345
+ * Delete Invite
2346
+ *
2347
+ * Delete/rescind an organization invite. Requires owner or admin role.
2348
+ */
2349
+ deleteInvite(options) {
2350
+ return (options.client ?? this.client).delete({
2351
+ requestValidator: async (data) => await zOrganizationsDeleteInviteData.parseAsync(data),
2352
+ responseValidator: async (data) => await zOrganizationsDeleteInviteResponse.parseAsync(data),
2353
+ security: [{ scheme: 'bearer', type: 'http' }],
2354
+ url: '/api/v1/organizations/{org_id}/invites/{invite_id}',
2355
+ ...options
2356
+ });
2357
+ }
2358
+ /**
2359
+ * Archive Organization Endpoint
2360
+ *
2361
+ * Archive an organization (soft delete). Requires owner role only.
2362
+ */
2363
+ archive(options) {
2364
+ return (options.client ?? this.client).delete({
2365
+ requestValidator: async (data) => await zOrganizationsArchiveData.parseAsync(data),
2366
+ responseValidator: async (data) => await zOrganizationsArchiveResponse.parseAsync(data),
2367
+ security: [{ scheme: 'bearer', type: 'http' }],
2368
+ url: '/api/v1/organizations/{org_id}',
2369
+ ...options
2370
+ });
2371
+ }
2372
+ /**
2373
+ * Get Organization By Id
2374
+ *
2375
+ * Get a single organization by ID.
2376
+ */
2377
+ getById(options) {
2378
+ return (options.client ?? this.client).get({
2379
+ requestValidator: async (data) => await zOrganizationsGetByIdData.parseAsync(data),
2380
+ responseValidator: async (data) => await zOrganizationsGetByIdResponse.parseAsync(data),
2381
+ security: [{ scheme: 'bearer', type: 'http' }],
2382
+ url: '/api/v1/organizations/{org_id}',
2383
+ ...options
2384
+ });
2385
+ }
2386
+ /**
2387
+ * Update Organization
2388
+ *
2389
+ * Update an organization. Requires owner or admin role.
2390
+ */
2391
+ update(options) {
2392
+ return (options.client ?? this.client).put({
2393
+ requestValidator: async (data) => await zOrganizationsUpdateData.parseAsync(data),
2394
+ responseValidator: async (data) => await zOrganizationsUpdateResponse.parseAsync(data),
2395
+ security: [{ scheme: 'bearer', type: 'http' }],
2396
+ url: '/api/v1/organizations/{org_id}',
2397
+ ...options,
2398
+ headers: {
2399
+ 'Content-Type': 'application/json',
2400
+ ...options.headers
2401
+ }
2402
+ });
2403
+ }
2404
+ }
2405
+ export class CustomRoles extends HeyApiClient {
2406
+ /**
2407
+ * List Roles Endpoint
2408
+ *
2409
+ * List all custom roles for an organization.
2410
+ */
2411
+ list(options) {
2412
+ return (options?.client ?? this.client).get({
2413
+ requestValidator: async (data) => await zCustomRolesListData.parseAsync(data),
2414
+ responseValidator: async (data) => await zCustomRolesListResponse.parseAsync(data),
2415
+ security: [{ scheme: 'bearer', type: 'http' }],
2416
+ url: '/api/v1/roles',
2417
+ ...options
2418
+ });
2419
+ }
2420
+ /**
2421
+ * Create Role Endpoint
2422
+ *
2423
+ * Create a new custom role.
2424
+ */
2425
+ create(options) {
2426
+ return (options.client ?? this.client).post({
2427
+ requestValidator: async (data) => await zCustomRolesCreateData.parseAsync(data),
2428
+ responseValidator: async (data) => await zCustomRolesCreateResponse.parseAsync(data),
2429
+ security: [{ scheme: 'bearer', type: 'http' }],
2430
+ url: '/api/v1/roles',
2431
+ ...options,
2432
+ headers: {
2433
+ 'Content-Type': 'application/json',
2434
+ ...options.headers
2435
+ }
2436
+ });
2437
+ }
2438
+ /**
2439
+ * Get Role Endpoint
2440
+ *
2441
+ * Get a single custom role by ID.
2442
+ */
2443
+ get(options) {
2444
+ return (options.client ?? this.client).get({
2445
+ requestValidator: async (data) => await zCustomRolesGetData.parseAsync(data),
2446
+ responseValidator: async (data) => await zCustomRolesGetResponse.parseAsync(data),
2447
+ security: [{ scheme: 'bearer', type: 'http' }],
2448
+ url: '/api/v1/roles/{role_id}',
2449
+ ...options
2450
+ });
2451
+ }
2452
+ /**
2453
+ * Update Role Endpoint
2454
+ *
2455
+ * Update an existing custom role.
2456
+ */
2457
+ update(options) {
2458
+ return (options.client ?? this.client).put({
2459
+ requestValidator: async (data) => await zCustomRolesUpdateData.parseAsync(data),
2460
+ responseValidator: async (data) => await zCustomRolesUpdateResponse.parseAsync(data),
2461
+ security: [{ scheme: 'bearer', type: 'http' }],
2462
+ url: '/api/v1/roles/{role_id}',
2463
+ ...options,
2464
+ headers: {
2465
+ 'Content-Type': 'application/json',
2466
+ ...options.headers
2467
+ }
2468
+ });
2469
+ }
2470
+ /**
2471
+ * Add Permission Endpoint
2472
+ *
2473
+ * Add a permission to a role.
2474
+ */
2475
+ addPermission(options) {
2476
+ return (options.client ?? this.client).post({
2477
+ requestValidator: async (data) => await zCustomRolesAddPermissionData.parseAsync(data),
2478
+ security: [{ scheme: 'bearer', type: 'http' }],
2479
+ url: '/api/v1/roles/{role_id}/permissions',
2480
+ ...options,
2481
+ headers: {
2482
+ 'Content-Type': 'application/json',
2483
+ ...options.headers
2484
+ }
2485
+ });
2486
+ }
2487
+ /**
2488
+ * Set Permissions Endpoint
2489
+ *
2490
+ * Set all permissions for a role (replaces existing).
2491
+ */
2492
+ setPermissions(options) {
2493
+ return (options.client ?? this.client).put({
2494
+ requestValidator: async (data) => await zCustomRolesSetPermissionsData.parseAsync(data),
2495
+ security: [{ scheme: 'bearer', type: 'http' }],
2496
+ url: '/api/v1/roles/{role_id}/permissions',
2497
+ ...options,
2498
+ headers: {
2499
+ 'Content-Type': 'application/json',
2500
+ ...options.headers
2501
+ }
2502
+ });
2503
+ }
2504
+ /**
2505
+ * Remove Permission Endpoint
2506
+ *
2507
+ * Remove a permission from a role.
2508
+ */
2509
+ removePermission(options) {
2510
+ return (options.client ?? this.client).delete({
2511
+ requestValidator: async (data) => await zCustomRolesRemovePermissionData.parseAsync(data),
2512
+ responseValidator: async (data) => await zCustomRolesRemovePermissionResponse.parseAsync(data),
2513
+ security: [{ scheme: 'bearer', type: 'http' }],
2514
+ url: '/api/v1/roles/{role_id}/permissions/{permission_code}',
2515
+ ...options
2516
+ });
2517
+ }
2518
+ /**
2519
+ * Get My Permissions Endpoint
2520
+ *
2521
+ * Get current user's effective permissions.
2522
+ *
2523
+ * This returns the permissions from the JWT token claims, augmented with
2524
+ * any custom role permissions from the database.
2525
+ */
2526
+ getMyPermissions(options) {
2527
+ return (options?.client ?? this.client).get({
2528
+ requestValidator: async (data) => await zCustomRolesGetMyPermissionsData.parseAsync(data),
2529
+ responseValidator: async (data) => await zCustomRolesGetMyPermissionsResponse.parseAsync(data),
2530
+ security: [{ scheme: 'bearer', type: 'http' }],
2531
+ url: '/api/v1/roles/me/permissions',
2532
+ ...options
2533
+ });
2534
+ }
2535
+ /**
2536
+ * Assign Role To User Endpoint
2537
+ *
2538
+ * Assign a role to a user.
2539
+ */
2540
+ assignToUser(options) {
2541
+ return (options.client ?? this.client).post({
2542
+ requestValidator: async (data) => await zCustomRolesAssignToUserData.parseAsync(data),
2543
+ security: [{ scheme: 'bearer', type: 'http' }],
2544
+ url: '/api/v1/roles/users/{user_id}/roles',
2545
+ ...options
2546
+ });
2547
+ }
2548
+ /**
2549
+ * Remove Role From User Endpoint
2550
+ *
2551
+ * Remove a role from a user.
2552
+ */
2553
+ removeUserRole(options) {
2554
+ return (options.client ?? this.client).delete({
2555
+ requestValidator: async (data) => await zCustomRolesRemoveUserRoleData.parseAsync(data),
2556
+ responseValidator: async (data) => await zCustomRolesRemoveUserRoleResponse.parseAsync(data),
2557
+ security: [{ scheme: 'bearer', type: 'http' }],
2558
+ url: '/api/v1/roles/users/{user_id}/roles/{role_id}',
2559
+ ...options
2560
+ });
2561
+ }
2562
+ }
2563
+ export class Roles extends HeyApiClient {
2564
+ /**
2565
+ * Delete Role Endpoint
2566
+ *
2567
+ * Delete a custom role.
2568
+ */
2569
+ delete(options) {
2570
+ return (options.client ?? this.client).delete({
2571
+ requestValidator: async (data) => await zRolesDeleteData.parseAsync(data),
2572
+ responseValidator: async (data) => await zRolesDeleteResponse.parseAsync(data),
2573
+ security: [{ scheme: 'bearer', type: 'http' }],
2574
+ url: '/api/v1/roles/{role_id}',
2575
+ ...options
2576
+ });
2577
+ }
2578
+ }
2579
+ export class Permissions extends HeyApiClient {
2580
+ /**
2581
+ * List Permissions Endpoint
2582
+ *
2583
+ * List all available permissions in the system.
2584
+ */
2585
+ list(options) {
2586
+ return (options?.client ?? this.client).get({
2587
+ requestValidator: async (data) => await zPermissionsListData.parseAsync(data),
2588
+ responseValidator: async (data) => await zPermissionsListResponse.parseAsync(data),
2589
+ security: [{ scheme: 'bearer', type: 'http' }],
2590
+ url: '/api/v1/permissions',
2591
+ ...options
2592
+ });
2593
+ }
2594
+ /**
2595
+ * Get Permission Endpoint
2596
+ *
2597
+ * Get a specific permission by code.
2598
+ */
2599
+ get(options) {
2600
+ return (options.client ?? this.client).get({
2601
+ requestValidator: async (data) => await zPermissionsGetData.parseAsync(data),
2602
+ responseValidator: async (data) => await zPermissionsGetResponse.parseAsync(data),
2603
+ security: [{ scheme: 'bearer', type: 'http' }],
2604
+ url: '/api/v1/permissions/{permission_code}',
2605
+ ...options
2606
+ });
2607
+ }
2608
+ }
2609
+ export class Bookings extends HeyApiClient {
2610
+ /**
2611
+ * Get Bookings
2612
+ *
2613
+ * Get bookings with optional filters
2614
+ */
2615
+ list(options) {
2616
+ return (options?.client ?? this.client).get({
2617
+ requestValidator: async (data) => await zBookingsListData.parseAsync(data),
2618
+ responseValidator: async (data) => await zBookingsListResponse.parseAsync(data),
2619
+ security: [{ scheme: 'bearer', type: 'http' }],
2620
+ url: '/api/v1/booking',
2621
+ ...options
2622
+ });
2623
+ }
2624
+ /**
2625
+ * Delete Booking
2626
+ *
2627
+ * Delete a booking
2628
+ */
2629
+ delete(options) {
2630
+ return (options.client ?? this.client).delete({
2631
+ requestValidator: async (data) => await zBookingsDeleteData.parseAsync(data),
2632
+ responseValidator: async (data) => await zBookingsDeleteResponse.parseAsync(data),
2633
+ security: [{ scheme: 'bearer', type: 'http' }],
2634
+ url: '/api/v1/booking/{booking_id}',
2635
+ ...options
2636
+ });
2637
+ }
2638
+ /**
2639
+ * Get Booking By Id
2640
+ *
2641
+ * Get booking by ID
2642
+ */
2643
+ getById(options) {
2644
+ return (options.client ?? this.client).get({
2645
+ requestValidator: async (data) => await zBookingsGetByIdData.parseAsync(data),
2646
+ responseValidator: async (data) => await zBookingsGetByIdResponse.parseAsync(data),
2647
+ security: [{ scheme: 'bearer', type: 'http' }],
2648
+ url: '/api/v1/booking/{booking_id}',
2649
+ ...options
2650
+ });
2651
+ }
2652
+ /**
2653
+ * Update Booking
2654
+ *
2655
+ * Update an existing booking
2656
+ */
2657
+ update(options) {
2658
+ return (options.client ?? this.client).put({
2659
+ requestValidator: async (data) => await zBookingsUpdateData.parseAsync(data),
2660
+ responseValidator: async (data) => await zBookingsUpdateResponse.parseAsync(data),
2661
+ security: [{ scheme: 'bearer', type: 'http' }],
2662
+ url: '/api/v1/booking/{booking_id}',
2663
+ ...options,
2664
+ headers: {
2665
+ 'Content-Type': 'application/json',
2666
+ ...options.headers
2667
+ }
2668
+ });
2669
+ }
2670
+ /**
2671
+ * Check Availability
2672
+ *
2673
+ * Check if a place is available for booking
2674
+ */
2675
+ checkAvailability(options) {
2676
+ return (options.client ?? this.client).post({
2677
+ requestValidator: async (data) => await zBookingsCheckAvailabilityData.parseAsync(data),
2678
+ responseValidator: async (data) => await zBookingsCheckAvailabilityResponse.parseAsync(data),
2679
+ security: [{ scheme: 'bearer', type: 'http' }],
2680
+ url: '/api/v1/booking/check-availability',
2681
+ ...options,
2682
+ headers: {
2683
+ 'Content-Type': 'application/json',
2684
+ ...options.headers
2685
+ }
2686
+ });
2687
+ }
2688
+ /**
2689
+ * Get Place Schedule
2690
+ *
2691
+ * Get the schedule of bookings for a place in a date range
2692
+ */
2693
+ getPlaceSchedule(options) {
2694
+ return (options.client ?? this.client).get({
2695
+ requestValidator: async (data) => await zBookingsGetPlaceScheduleData.parseAsync(data),
2696
+ responseValidator: async (data) => await zBookingsGetPlaceScheduleResponse.parseAsync(data),
2697
+ security: [{ scheme: 'bearer', type: 'http' }],
2698
+ url: '/api/v1/booking/places/{place_id}/schedule',
2699
+ ...options
2700
+ });
2701
+ }
2702
+ }
2703
+ export class Booking extends HeyApiClient {
2704
+ /**
2705
+ * Create Booking
2706
+ *
2707
+ * Create a new booking
2708
+ */
2709
+ create(options) {
2710
+ return (options.client ?? this.client).post({
2711
+ requestValidator: async (data) => await zBookingCreateData.parseAsync(data),
2712
+ responseValidator: async (data) => await zBookingCreateResponse.parseAsync(data),
2713
+ security: [{ scheme: 'bearer', type: 'http' }],
2714
+ url: '/api/v1/booking',
2715
+ ...options,
2716
+ headers: {
2717
+ 'Content-Type': 'application/json',
2718
+ ...options.headers
2719
+ }
2720
+ });
2721
+ }
2722
+ }
2723
+ export class ChatRooms extends HeyApiClient {
2724
+ /**
2725
+ * Create Direct Room
2726
+ */
2727
+ createDirect(options) {
2728
+ return (options.client ?? this.client).post({
2729
+ requestValidator: async (data) => await zChatRoomsCreateDirectData.parseAsync(data),
2730
+ responseValidator: async (data) => await zChatRoomsCreateDirectResponse.parseAsync(data),
2731
+ security: [{ scheme: 'bearer', type: 'http' }],
2732
+ url: '/api/v1/chat/rooms/direct',
2733
+ ...options,
2734
+ headers: {
2735
+ 'Content-Type': 'application/json',
2736
+ ...options.headers
2737
+ }
2738
+ });
2739
+ }
2740
+ /**
2741
+ * Create Group Room
2742
+ */
2743
+ createGroup(options) {
2744
+ return (options.client ?? this.client).post({
2745
+ requestValidator: async (data) => await zChatRoomsCreateGroupData.parseAsync(data),
2746
+ responseValidator: async (data) => await zChatRoomsCreateGroupResponse.parseAsync(data),
2747
+ security: [{ scheme: 'bearer', type: 'http' }],
2748
+ url: '/api/v1/chat/rooms/group',
2749
+ ...options,
2750
+ headers: {
2751
+ 'Content-Type': 'application/json',
2752
+ ...options.headers
2753
+ }
2754
+ });
2755
+ }
2756
+ /**
2757
+ * List User Rooms
2758
+ */
2759
+ list(options) {
2760
+ return (options?.client ?? this.client).get({
2761
+ requestValidator: async (data) => await zChatRoomsListData.parseAsync(data),
2762
+ responseValidator: async (data) => await zChatRoomsListResponse.parseAsync(data),
2763
+ security: [{ scheme: 'bearer', type: 'http' }],
2764
+ url: '/api/v1/chat/rooms/',
2765
+ ...options
2766
+ });
2767
+ }
2768
+ /**
2769
+ * Get Room By Id
2770
+ */
2771
+ getById(options) {
2772
+ return (options.client ?? this.client).get({
2773
+ requestValidator: async (data) => await zChatRoomsGetByIdData.parseAsync(data),
2774
+ responseValidator: async (data) => await zChatRoomsGetByIdResponse.parseAsync(data),
2775
+ security: [{ scheme: 'bearer', type: 'http' }],
2776
+ url: '/api/v1/chat/rooms/{room_id}',
2777
+ ...options
2778
+ });
2779
+ }
2780
+ /**
2781
+ * Update Room
2782
+ */
2783
+ update(options) {
2784
+ return (options.client ?? this.client).patch({
2785
+ requestValidator: async (data) => await zChatRoomsUpdateData.parseAsync(data),
2786
+ responseValidator: async (data) => await zChatRoomsUpdateResponse.parseAsync(data),
2787
+ security: [{ scheme: 'bearer', type: 'http' }],
2788
+ url: '/api/v1/chat/rooms/{room_id}',
2789
+ ...options,
2790
+ headers: {
2791
+ 'Content-Type': 'application/json',
2792
+ ...options.headers
2793
+ }
2794
+ });
2795
+ }
2796
+ /**
2797
+ * List Room Members
2798
+ */
2799
+ listMembers(options) {
2800
+ return (options.client ?? this.client).get({
2801
+ requestValidator: async (data) => await zChatRoomsListMembersData.parseAsync(data),
2802
+ responseValidator: async (data) => await zChatRoomsListMembersResponse.parseAsync(data),
2803
+ security: [{ scheme: 'bearer', type: 'http' }],
2804
+ url: '/api/v1/chat/rooms/{room_id}/members',
2805
+ ...options
2806
+ });
2807
+ }
2808
+ /**
2809
+ * Add Member To Room
2810
+ */
2811
+ addMember(options) {
2812
+ return (options.client ?? this.client).post({
2813
+ requestValidator: async (data) => await zChatRoomsAddMemberData.parseAsync(data),
2814
+ responseValidator: async (data) => await zChatRoomsAddMemberResponse.parseAsync(data),
2815
+ security: [{ scheme: 'bearer', type: 'http' }],
2816
+ url: '/api/v1/chat/rooms/{room_id}/members',
2817
+ ...options,
2818
+ headers: {
2819
+ 'Content-Type': 'application/json',
2820
+ ...options.headers
2821
+ }
2822
+ });
2823
+ }
2824
+ /**
2825
+ * Remove Member From Room
2826
+ */
2827
+ removeMember(options) {
2828
+ return (options.client ?? this.client).delete({
2829
+ requestValidator: async (data) => await zChatRoomsRemoveMemberData.parseAsync(data),
2830
+ responseValidator: async (data) => await zChatRoomsRemoveMemberResponse.parseAsync(data),
2831
+ security: [{ scheme: 'bearer', type: 'http' }],
2832
+ url: '/api/v1/chat/rooms/{room_id}/members/{user_id}',
2833
+ ...options
2834
+ });
2835
+ }
2836
+ }
2837
+ export class ChatMessages extends HeyApiClient {
2838
+ /**
2839
+ * List Messages
2840
+ */
2841
+ list(options) {
2842
+ return (options.client ?? this.client).get({
2843
+ requestValidator: async (data) => await zChatMessagesListData.parseAsync(data),
2844
+ responseValidator: async (data) => await zChatMessagesListResponse.parseAsync(data),
2845
+ security: [{ scheme: 'bearer', type: 'http' }],
2846
+ url: '/api/v1/chat/{room_id}/messages/',
2847
+ ...options
2848
+ });
2849
+ }
2850
+ /**
2851
+ * Delete Message
2852
+ */
2853
+ delete(options) {
2854
+ return (options.client ?? this.client).delete({
2855
+ requestValidator: async (data) => await zChatMessagesDeleteData.parseAsync(data),
2856
+ responseValidator: async (data) => await zChatMessagesDeleteResponse.parseAsync(data),
2857
+ security: [{ scheme: 'bearer', type: 'http' }],
2858
+ url: '/api/v1/chat/messages/{message_id}',
2859
+ ...options
2860
+ });
2861
+ }
2862
+ /**
2863
+ * Get Message Count
2864
+ */
2865
+ getCount(options) {
2866
+ return (options.client ?? this.client).get({
2867
+ requestValidator: async (data) => await zChatMessagesGetCountData.parseAsync(data),
2868
+ responseValidator: async (data) => await zChatMessagesGetCountResponse.parseAsync(data),
2869
+ security: [{ scheme: 'bearer', type: 'http' }],
2870
+ url: '/api/v1/chat/{room_id}/messages/count',
2871
+ ...options
2872
+ });
2873
+ }
2874
+ /**
2875
+ * Mark Messages As Read
2876
+ */
2877
+ markRead(options) {
2878
+ return (options.client ?? this.client).patch({
2879
+ requestValidator: async (data) => await zChatMessagesMarkReadData.parseAsync(data),
2880
+ responseValidator: async (data) => await zChatMessagesMarkReadResponse.parseAsync(data),
2881
+ security: [{ scheme: 'bearer', type: 'http' }],
2882
+ url: '/api/v1/chat/{room_id}/read',
2883
+ ...options
2884
+ });
2885
+ }
2886
+ /**
2887
+ * Get Unread Count
2888
+ */
2889
+ getUnreadCount(options) {
2890
+ return (options.client ?? this.client).get({
2891
+ requestValidator: async (data) => await zChatMessagesGetUnreadCountData.parseAsync(data),
2892
+ responseValidator: async (data) => await zChatMessagesGetUnreadCountResponse.parseAsync(data),
2893
+ security: [{ scheme: 'bearer', type: 'http' }],
2894
+ url: '/api/v1/chat/{room_id}/unread-count',
2895
+ ...options
2896
+ });
2897
+ }
2898
+ }
2899
+ export class AiAgent extends HeyApiClient {
2900
+ /**
2901
+ * Send Message
2902
+ */
2903
+ sendMessage(options) {
2904
+ return (options.client ?? this.client).post({
2905
+ requestValidator: async (data) => await zAiAgentSendMessageData.parseAsync(data),
2906
+ responseValidator: async (data) => await zAiAgentSendMessageResponse.parseAsync(data),
2907
+ security: [{ scheme: 'bearer', type: 'http' }],
2908
+ url: '/api/v1/chat/{room_id}/messages/',
2909
+ ...options,
2910
+ headers: {
2911
+ 'Content-Type': 'application/json',
2912
+ ...options.headers
2913
+ }
2914
+ });
2915
+ }
2916
+ /**
2917
+ * Create a new AI agent session
2918
+ *
2919
+ * Create a new conversation session with an AI agent. The session persists across multiple messages and maintains context.
2920
+ */
2921
+ createSession(options) {
2922
+ return (options.client ?? this.client).post({
2923
+ requestValidator: async (data) => await zAiAgentCreateSessionData.parseAsync(data),
2924
+ responseValidator: async (data) => await zAiAgentCreateSessionResponse.parseAsync(data),
2925
+ security: [{ scheme: 'bearer', type: 'http' }],
2926
+ url: '/api/v1/ai/sessions',
2927
+ ...options,
2928
+ headers: {
2929
+ 'Content-Type': 'application/json',
2930
+ ...options.headers
2931
+ }
2932
+ });
2933
+ }
2934
+ /**
2935
+ * Send a message to an AI agent session
2936
+ *
2937
+ * Send a user message to an existing AI agent session and receive a response. The conversation context is maintained across messages.
2938
+ */
2939
+ sendMessage2(options) {
2940
+ return (options.client ?? this.client).post({
2941
+ requestValidator: async (data) => await zAiAgentSendMessage2Data.parseAsync(data),
2942
+ responseValidator: async (data) => await zAiAgentSendMessage2Response.parseAsync(data),
2943
+ security: [{ scheme: 'bearer', type: 'http' }],
2944
+ url: '/api/v1/ai/sessions/{session_id}/messages',
2945
+ ...options,
2946
+ headers: {
2947
+ 'Content-Type': 'application/json',
2948
+ ...options.headers
2949
+ }
2950
+ });
2951
+ }
2952
+ }
2953
+ export class AiAgent2 extends HeyApiClient {
2954
+ /**
2955
+ * List AI agent sessions
2956
+ *
2957
+ * Retrieve a list of AI agent sessions for the current user. Supports filtering by agent type and status.
2958
+ */
2959
+ listSessions(options) {
2960
+ return (options?.client ?? this.client).get({
2961
+ requestValidator: async (data) => await zAiAgentListSessionsData.parseAsync(data),
2962
+ responseValidator: async (data) => await zAiAgentListSessionsResponse.parseAsync(data),
2963
+ security: [{ scheme: 'bearer', type: 'http' }],
2964
+ url: '/api/v1/ai/sessions',
2965
+ ...options
2966
+ });
2967
+ }
2968
+ /**
2969
+ * Get AI agent session details
2970
+ *
2971
+ * Retrieve detailed information about a specific AI agent session.
2972
+ */
2973
+ getSession(options) {
2974
+ return (options.client ?? this.client).get({
2975
+ requestValidator: async (data) => await zAiAgentGetSessionData.parseAsync(data),
2976
+ responseValidator: async (data) => await zAiAgentGetSessionResponse.parseAsync(data),
2977
+ security: [{ scheme: 'bearer', type: 'http' }],
2978
+ url: '/api/v1/ai/sessions/{session_id}',
2979
+ ...options
2980
+ });
2981
+ }
2982
+ /**
2983
+ * Get session cost breakdown
2984
+ *
2985
+ * Retrieve token usage and cost information for a specific AI agent session.
2986
+ */
2987
+ getSessionCosts(options) {
2988
+ return (options.client ?? this.client).get({
2989
+ requestValidator: async (data) => await zAiAgentGetSessionCostsData.parseAsync(data),
2990
+ responseValidator: async (data) => await zAiAgentGetSessionCostsResponse.parseAsync(data),
2991
+ security: [{ scheme: 'bearer', type: 'http' }],
2992
+ url: '/api/v1/ai/sessions/{session_id}/costs',
2993
+ ...options
2994
+ });
2995
+ }
2996
+ /**
2997
+ * List workflow executions
2998
+ *
2999
+ * Retrieve a list of workflow executions for the current user. Supports filtering by workflow type and status.
3000
+ */
3001
+ listWorkflows(options) {
3002
+ return (options?.client ?? this.client).get({
3003
+ requestValidator: async (data) => await zAiAgentListWorkflowsData.parseAsync(data),
3004
+ responseValidator: async (data) => await zAiAgentListWorkflowsResponse.parseAsync(data),
3005
+ security: [{ scheme: 'bearer', type: 'http' }],
3006
+ url: '/api/v1/ai/workflows',
3007
+ ...options
3008
+ });
3009
+ }
3010
+ /**
3011
+ * Start a multi-agent workflow
3012
+ *
3013
+ * Execute a multi-agent workflow with specified parameters. Returns immediately with execution status; poll for completion.
3014
+ */
3015
+ startWorkflow(options) {
3016
+ return (options.client ?? this.client).post({
3017
+ requestValidator: async (data) => await zAiAgentStartWorkflowData.parseAsync(data),
3018
+ responseValidator: async (data) => await zAiAgentStartWorkflowResponse.parseAsync(data),
3019
+ security: [{ scheme: 'bearer', type: 'http' }],
3020
+ url: '/api/v1/ai/workflows',
3021
+ ...options,
3022
+ headers: {
3023
+ 'Content-Type': 'application/json',
3024
+ ...options.headers
3025
+ }
3026
+ });
3027
+ }
3028
+ /**
3029
+ * Start a multi-agent workflow (async)
3030
+ *
3031
+ * Queue a multi-agent workflow for asynchronous execution. Returns immediately with execution_id and task_id. Poll GET /workflows/{execution_id} for status updates.
3032
+ */
3033
+ startWorkflowAsync(options) {
3034
+ return (options.client ?? this.client).post({
3035
+ requestValidator: async (data) => await zAiAgentStartWorkflowAsyncData.parseAsync(data),
3036
+ responseValidator: async (data) => await zAiAgentStartWorkflowAsyncResponse.parseAsync(data),
3037
+ security: [{ scheme: 'bearer', type: 'http' }],
3038
+ url: '/api/v1/ai/workflows/async',
3039
+ ...options,
3040
+ headers: {
3041
+ 'Content-Type': 'application/json',
3042
+ ...options.headers
3043
+ }
3044
+ });
3045
+ }
3046
+ /**
3047
+ * Cancel a running workflow
3048
+ *
3049
+ * Cancel a pending or running workflow execution. Cannot cancel completed, failed, or already cancelled workflows.
3050
+ */
3051
+ cancelWorkflow(options) {
3052
+ return (options.client ?? this.client).post({
3053
+ requestValidator: async (data) => await zAiAgentCancelWorkflowData.parseAsync(data),
3054
+ responseValidator: async (data) => await zAiAgentCancelWorkflowResponse.parseAsync(data),
3055
+ security: [{ scheme: 'bearer', type: 'http' }],
3056
+ url: '/api/v1/ai/workflows/{execution_id}/cancel',
3057
+ ...options
3058
+ });
3059
+ }
3060
+ }
3061
+ export class AI extends HeyApiClient {
3062
+ /**
3063
+ * Delete AI agent session
3064
+ *
3065
+ * Mark an AI agent session as deleted. The session and its conversation history will be soft-deleted.
3066
+ */
3067
+ deleteSession(options) {
3068
+ return (options.client ?? this.client).delete({
3069
+ requestValidator: async (data) => await zAIDeleteSessionData.parseAsync(data),
3070
+ responseValidator: async (data) => await zAIDeleteSessionResponse.parseAsync(data),
3071
+ security: [{ scheme: 'bearer', type: 'http' }],
3072
+ url: '/api/v1/ai/sessions/{session_id}',
3073
+ ...options
3074
+ });
3075
+ }
3076
+ }
3077
+ export class AiAgents extends HeyApiClient {
3078
+ /**
3079
+ * Get organization-wide cost summary
3080
+ *
3081
+ * Retrieve aggregated cost and token usage across all AI agent sessions for the current organization. Requires organization context (not available in personal mode).
3082
+ */
3083
+ getOrgCosts(options) {
3084
+ return (options?.client ?? this.client).get({
3085
+ requestValidator: async (data) => await zAiAgentsGetOrgCostsData.parseAsync(data),
3086
+ responseValidator: async (data) => await zAiAgentsGetOrgCostsResponse.parseAsync(data),
3087
+ security: [{ scheme: 'bearer', type: 'http' }],
3088
+ url: '/api/v1/ai/costs',
3089
+ ...options
3090
+ });
3091
+ }
3092
+ }
3093
+ export class AiWorkflows extends HeyApiClient {
3094
+ /**
3095
+ * Get workflow execution details
3096
+ *
3097
+ * Retrieve detailed information about a workflow execution, including status and results.
3098
+ */
3099
+ getExecutionDetails(options) {
3100
+ return (options.client ?? this.client).get({
3101
+ requestValidator: async (data) => await zAiWorkflowsGetExecutionDetailsData.parseAsync(data),
3102
+ responseValidator: async (data) => await zAiWorkflowsGetExecutionDetailsResponse.parseAsync(data),
3103
+ security: [{ scheme: 'bearer', type: 'http' }],
3104
+ url: '/api/v1/ai/workflows/{execution_id}',
3105
+ ...options
3106
+ });
3107
+ }
3108
+ }
3109
+ export class Contacts extends HeyApiClient {
3110
+ /**
3111
+ * List Contacts
3112
+ *
3113
+ * List all contacts for the current user with tenant isolation.
3114
+ */
3115
+ list(options) {
3116
+ return (options?.client ?? this.client).get({
3117
+ requestValidator: async (data) => await zContactsListData.parseAsync(data),
3118
+ responseValidator: async (data) => await zContactsListResponse.parseAsync(data),
3119
+ security: [{ scheme: 'bearer', type: 'http' }],
3120
+ url: '/api/v1/contacts',
3121
+ ...options
3122
+ });
3123
+ }
3124
+ /**
3125
+ * Create Contact
3126
+ *
3127
+ * Create a new contact.
3128
+ */
3129
+ create(options) {
3130
+ return (options.client ?? this.client).post({
3131
+ requestValidator: async (data) => await zContactsCreateData.parseAsync(data),
3132
+ responseValidator: async (data) => await zContactsCreateResponse.parseAsync(data),
3133
+ security: [{ scheme: 'bearer', type: 'http' }],
3134
+ url: '/api/v1/contacts',
3135
+ ...options,
3136
+ headers: {
3137
+ 'Content-Type': 'application/json',
3138
+ ...options.headers
3139
+ }
3140
+ });
3141
+ }
3142
+ /**
3143
+ * Search Contacts
3144
+ *
3145
+ * Search contacts by query string with tenant isolation.
3146
+ */
3147
+ search(options) {
3148
+ return (options.client ?? this.client).get({
3149
+ requestValidator: async (data) => await zContactsSearchData.parseAsync(data),
3150
+ responseValidator: async (data) => await zContactsSearchResponse.parseAsync(data),
3151
+ security: [{ scheme: 'bearer', type: 'http' }],
3152
+ url: '/api/v1/contacts/search',
3153
+ ...options
3154
+ });
3155
+ }
3156
+ /**
3157
+ * Delete Contact
3158
+ *
3159
+ * Delete a contact.
3160
+ */
3161
+ delete(options) {
3162
+ return (options.client ?? this.client).delete({
3163
+ requestValidator: async (data) => await zContactsDeleteData.parseAsync(data),
3164
+ responseValidator: async (data) => await zContactsDeleteResponse.parseAsync(data),
3165
+ security: [{ scheme: 'bearer', type: 'http' }],
3166
+ url: '/api/v1/contacts/{contact_id}',
3167
+ ...options
3168
+ });
3169
+ }
3170
+ /**
3171
+ * Get Contact
3172
+ *
3173
+ * Get a specific contact by ID.
3174
+ */
3175
+ get(options) {
3176
+ return (options.client ?? this.client).get({
3177
+ requestValidator: async (data) => await zContactsGetData.parseAsync(data),
3178
+ responseValidator: async (data) => await zContactsGetResponse.parseAsync(data),
3179
+ security: [{ scheme: 'bearer', type: 'http' }],
3180
+ url: '/api/v1/contacts/{contact_id}',
3181
+ ...options
3182
+ });
3183
+ }
3184
+ /**
3185
+ * Update Contact
3186
+ *
3187
+ * Update a contact.
3188
+ */
3189
+ update(options) {
3190
+ return (options.client ?? this.client).put({
3191
+ requestValidator: async (data) => await zContactsUpdateData.parseAsync(data),
3192
+ responseValidator: async (data) => await zContactsUpdateResponse.parseAsync(data),
3193
+ security: [{ scheme: 'bearer', type: 'http' }],
3194
+ url: '/api/v1/contacts/{contact_id}',
3195
+ ...options,
3196
+ headers: {
3197
+ 'Content-Type': 'application/json',
3198
+ ...options.headers
3199
+ }
3200
+ });
3201
+ }
3202
+ /**
3203
+ * Toggle Favorite
3204
+ *
3205
+ * Toggle contact favorite status.
3206
+ */
3207
+ toggleFavorite(options) {
3208
+ return (options.client ?? this.client).patch({
3209
+ requestValidator: async (data) => await zContactsToggleFavoriteData.parseAsync(data),
3210
+ responseValidator: async (data) => await zContactsToggleFavoriteResponse.parseAsync(data),
3211
+ security: [{ scheme: 'bearer', type: 'http' }],
3212
+ url: '/api/v1/contacts/{contact_id}/favorite',
3213
+ ...options,
3214
+ headers: {
3215
+ 'Content-Type': 'application/json',
3216
+ ...options.headers
3217
+ }
3218
+ });
3219
+ }
3220
+ }
3221
+ export class AutomationRules extends HeyApiClient {
3222
+ /**
3223
+ * Get all metadata
3224
+ *
3225
+ * Get combined metadata for triggers, conditions, and actions in a single request
3226
+ */
3227
+ getMetadata(options) {
3228
+ return (options?.client ?? this.client).get({
3229
+ requestValidator: async (data) => await zAutomationRulesGetMetadataData.parseAsync(data),
3230
+ responseValidator: async (data) => await zAutomationRulesGetMetadataResponse.parseAsync(data),
3231
+ security: [{ scheme: 'bearer', type: 'http' }],
3232
+ url: '/api/v1/automation/metadata',
3233
+ ...options
3234
+ });
3235
+ }
3236
+ /**
3237
+ * Get condition metadata
3238
+ *
3239
+ * Get metadata for all available condition types
3240
+ */
3241
+ getConditions(options) {
3242
+ return (options?.client ?? this.client).get({
3243
+ requestValidator: async (data) => await zAutomationRulesGetConditionsData.parseAsync(data),
3244
+ responseValidator: async (data) => await zAutomationRulesGetConditionsResponse.parseAsync(data),
3245
+ security: [{ scheme: 'bearer', type: 'http' }],
3246
+ url: '/api/v1/automation/metadata/conditions',
3247
+ ...options
3248
+ });
3249
+ }
3250
+ /**
3251
+ * List Rules
3252
+ *
3253
+ * List automation rules.
3254
+ *
3255
+ * RLS automatically filters:
3256
+ * - Personal mode: only user's own rules
3257
+ * - Organization mode: all org rules
3258
+ */
3259
+ list(options) {
3260
+ return (options?.client ?? this.client).get({
3261
+ requestValidator: async (data) => await zAutomationRulesListData.parseAsync(data),
3262
+ responseValidator: async (data) => await zAutomationRulesListResponse.parseAsync(data),
3263
+ security: [{ scheme: 'bearer', type: 'http' }],
3264
+ url: '/api/v1/automation/rules',
3265
+ ...options
3266
+ });
3267
+ }
3268
+ /**
3269
+ * Create Rule
3270
+ *
3271
+ * Create new automation rule.
3272
+ *
3273
+ * Supports dual-scope:
3274
+ * - Personal mode: org_id=None, creator_id=current_user.id
3275
+ * - Organization mode: org_id=tenant_ctx.org_id, creator_id=current_user.id
3276
+ */
3277
+ create(options) {
3278
+ return (options.client ?? this.client).post({
3279
+ requestValidator: async (data) => await zAutomationRulesCreateData.parseAsync(data),
3280
+ responseValidator: async (data) => await zAutomationRulesCreateResponse.parseAsync(data),
3281
+ security: [{ scheme: 'bearer', type: 'http' }],
3282
+ url: '/api/v1/automation/rules',
3283
+ ...options,
3284
+ headers: {
3285
+ 'Content-Type': 'application/json',
3286
+ ...options.headers
3287
+ }
3288
+ });
3289
+ }
3290
+ /**
3291
+ * Delete Rule
3292
+ *
3293
+ * Delete automation rule.
3294
+ */
3295
+ delete(options) {
3296
+ return (options.client ?? this.client).delete({
3297
+ requestValidator: async (data) => await zAutomationRulesDeleteData.parseAsync(data),
3298
+ responseValidator: async (data) => await zAutomationRulesDeleteResponse.parseAsync(data),
3299
+ security: [{ scheme: 'bearer', type: 'http' }],
3300
+ url: '/api/v1/automation/rules/{rule_id}',
3301
+ ...options
3302
+ });
3303
+ }
3304
+ /**
3305
+ * Get Rule
3306
+ *
3307
+ * Get automation rule by ID.
3308
+ */
3309
+ get(options) {
3310
+ return (options.client ?? this.client).get({
3311
+ requestValidator: async (data) => await zAutomationRulesGetData.parseAsync(data),
3312
+ responseValidator: async (data) => await zAutomationRulesGetResponse.parseAsync(data),
3313
+ security: [{ scheme: 'bearer', type: 'http' }],
3314
+ url: '/api/v1/automation/rules/{rule_id}',
3315
+ ...options
3316
+ });
3317
+ }
3318
+ /**
3319
+ * Patch Rule
3320
+ *
3321
+ * Partially update automation rule (PATCH).
3322
+ */
3323
+ patch(options) {
3324
+ return (options.client ?? this.client).patch({
3325
+ requestValidator: async (data) => await zAutomationRulesPatchData.parseAsync(data),
3326
+ responseValidator: async (data) => await zAutomationRulesPatchResponse.parseAsync(data),
3327
+ security: [{ scheme: 'bearer', type: 'http' }],
3328
+ url: '/api/v1/automation/rules/{rule_id}',
3329
+ ...options,
3330
+ headers: {
3331
+ 'Content-Type': 'application/json',
3332
+ ...options.headers
3333
+ }
3334
+ });
3335
+ }
3336
+ /**
3337
+ * Update Rule
3338
+ *
3339
+ * Update automation rule.
3340
+ */
3341
+ update(options) {
3342
+ return (options.client ?? this.client).put({
3343
+ requestValidator: async (data) => await zAutomationRulesUpdateData.parseAsync(data),
3344
+ responseValidator: async (data) => await zAutomationRulesUpdateResponse.parseAsync(data),
3345
+ security: [{ scheme: 'bearer', type: 'http' }],
3346
+ url: '/api/v1/automation/rules/{rule_id}',
3347
+ ...options,
3348
+ headers: {
3349
+ 'Content-Type': 'application/json',
3350
+ ...options.headers
3351
+ }
3352
+ });
3353
+ }
3354
+ /**
3355
+ * Execute Rule
3356
+ *
3357
+ * Manually execute automation rule.
3358
+ */
3359
+ execute(options) {
3360
+ return (options.client ?? this.client).post({
3361
+ requestValidator: async (data) => await zAutomationRulesExecuteData.parseAsync(data),
3362
+ responseValidator: async (data) => await zAutomationRulesExecuteResponse.parseAsync(data),
3363
+ security: [{ scheme: 'bearer', type: 'http' }],
3364
+ url: '/api/v1/automation/rules/{rule_id}/execute',
3365
+ ...options,
3366
+ headers: {
3367
+ 'Content-Type': 'application/json',
3368
+ ...options.headers
3369
+ }
3370
+ });
3371
+ }
3372
+ /**
3373
+ * Get Rule Executions
3374
+ *
3375
+ * Get execution history for a specific automation rule.
3376
+ *
3377
+ * Returns list of past executions with their status, results, and errors.
3378
+ */
3379
+ getExecutions(options) {
3380
+ return (options.client ?? this.client).get({
3381
+ requestValidator: async (data) => await zAutomationRulesGetExecutionsData.parseAsync(data),
3382
+ responseValidator: async (data) => await zAutomationRulesGetExecutionsResponse.parseAsync(data),
3383
+ security: [{ scheme: 'bearer', type: 'http' }],
3384
+ url: '/api/v1/automation/rules/{rule_id}/executions',
3385
+ ...options
3386
+ });
3387
+ }
3388
+ }
3389
+ export class AutomationMetadata extends HeyApiClient {
3390
+ /**
3391
+ * Get trigger metadata
3392
+ *
3393
+ * Get metadata for all available trigger types
3394
+ */
3395
+ getTriggers(options) {
3396
+ return (options?.client ?? this.client).get({
3397
+ requestValidator: async (data) => await zAutomationMetadataGetTriggersData.parseAsync(data),
3398
+ responseValidator: async (data) => await zAutomationMetadataGetTriggersResponse.parseAsync(data),
3399
+ security: [{ scheme: 'bearer', type: 'http' }],
3400
+ url: '/api/v1/automation/metadata/triggers',
3401
+ ...options
3402
+ });
3403
+ }
3404
+ /**
3405
+ * Get action metadata
3406
+ *
3407
+ * Get metadata for all available action types
3408
+ */
3409
+ getActions(options) {
3410
+ return (options?.client ?? this.client).get({
3411
+ requestValidator: async (data) => await zAutomationMetadataGetActionsData.parseAsync(data),
3412
+ responseValidator: async (data) => await zAutomationMetadataGetActionsResponse.parseAsync(data),
3413
+ security: [{ scheme: 'bearer', type: 'http' }],
3414
+ url: '/api/v1/automation/metadata/actions',
3415
+ ...options
3416
+ });
3417
+ }
3418
+ /**
3419
+ * Get task metadata
3420
+ *
3421
+ * Get metadata for a specific task type
3422
+ */
3423
+ getTask(options) {
3424
+ return (options.client ?? this.client).get({
3425
+ requestValidator: async (data) => await zAutomationMetadataGetTaskData.parseAsync(data),
3426
+ responseValidator: async (data) => await zAutomationMetadataGetTaskResponse.parseAsync(data),
3427
+ security: [{ scheme: 'bearer', type: 'http' }],
3428
+ url: '/api/v1/automation/metadata/tasks/{task_type}',
3429
+ ...options
3430
+ });
3431
+ }
3432
+ /**
3433
+ * Get all task metadata
3434
+ *
3435
+ * Get metadata for all registered tasks, optionally filtered by category or tags
3436
+ */
3437
+ getTasks(options) {
3438
+ return (options?.client ?? this.client).get({
3439
+ requestValidator: async (data) => await zAutomationMetadataGetTasksData.parseAsync(data),
3440
+ responseValidator: async (data) => await zAutomationMetadataGetTasksResponse.parseAsync(data),
3441
+ security: [{ scheme: 'bearer', type: 'http' }],
3442
+ url: '/api/v1/automation/metadata/tasks',
3443
+ ...options
3444
+ });
3445
+ }
3446
+ }
3447
+ export class AutomationCron extends HeyApiClient {
3448
+ /**
3449
+ * Trigger Scheduled Automation
3450
+ *
3451
+ * Trigger execution of all scheduled automation rules.
3452
+ *
3453
+ * This endpoint is designed to be called by external cron services like:
3454
+ * - cron-job.org (free tier)
3455
+ * - GitHub Actions (free for public repos)
3456
+ * - EasyCron
3457
+ * - Any service that can make HTTP POST requests on a schedule
3458
+ *
3459
+ * **Security:**
3460
+ * - Requires API key in X-Automation-Key header
3461
+ * - Set AUTOMATION_API_KEY in Railway environment variables
3462
+ *
3463
+ * **Setup:**
3464
+ * 1. Add AUTOMATION_API_KEY to Railway env vars (e.g., generate with: openssl rand -hex 32)
3465
+ * 2. Configure external cron to POST to this endpoint every 15 minutes
3466
+ * 3. Include X-Automation-Key: <your-key> header
3467
+ *
3468
+ * **Example cron-job.org setup:**
3469
+ * - URL: https://your-app.railway.app/api/v1/automation/cron/trigger-scheduled
3470
+ * - Method: POST
3471
+ * - Schedule: *15 * * * * (every 15 minutes)
3472
+ * - Custom Header: X-Automation-Key: your-secret-key-here
3473
+ *
3474
+ * **Returns:**
3475
+ * - 200 OK: Automation triggered successfully
3476
+ * - 401 Unauthorized: Invalid or missing API key
3477
+ * - 500 Internal Server Error: Execution failed
3478
+ */
3479
+ triggerScheduled(options) {
3480
+ return (options.client ?? this.client).post({
3481
+ requestValidator: async (data) => await zAutomationCronTriggerScheduledData.parseAsync(data),
3482
+ security: [{ scheme: 'bearer', type: 'http' }],
3483
+ url: '/api/v1/automation/api/v1/automation/cron/trigger-scheduled',
3484
+ ...options
3485
+ });
3486
+ }
3487
+ /**
3488
+ * Cron Health Check
3489
+ *
3490
+ * Health check endpoint for external cron services.
3491
+ *
3492
+ * Some cron services (like cron-job.org) verify the endpoint is reachable
3493
+ * before enabling the job. This endpoint confirms the automation cron
3494
+ * endpoint is accessible.
3495
+ */
3496
+ healthCheck(options) {
3497
+ return (options?.client ?? this.client).get({
3498
+ requestValidator: async (data) => await zAutomationCronHealthCheckData.parseAsync(data),
3499
+ security: [{ scheme: 'bearer', type: 'http' }],
3500
+ url: '/api/v1/automation/api/v1/automation/cron/health',
3501
+ ...options
3502
+ });
3503
+ }
3504
+ }
3505
+ export class Health extends HeyApiClient {
3506
+ /**
3507
+ * Automation Health Check
3508
+ *
3509
+ * Health check for automation system.
3510
+ *
3511
+ * Checks:
3512
+ * - API availability
3513
+ * - Prefect server connection
3514
+ * - Task registry
3515
+ * - Celery Beat (indirectly via task registry)
3516
+ */
3517
+ checkAutomation(options) {
3518
+ return (options?.client ?? this.client).get({
3519
+ requestValidator: async (data) => await zHealthCheckAutomationData.parseAsync(data),
3520
+ security: [{ scheme: 'bearer', type: 'http' }],
3521
+ url: '/api/v1/automation/health',
3522
+ ...options
3523
+ });
3524
+ }
3525
+ /**
3526
+ * Health Check
3527
+ *
3528
+ * Health endpoint.
3529
+ *
3530
+ * - Default (`/health` or `/health?shallow=true`) is **liveness**: fast, no external deps.
3531
+ * - Optional (`/health?deep=true` or `/health?shallow=false`) performs **readiness** checks.
3532
+ *
3533
+ * Readiness only treats DB + Redis as critical. Other checks are informational/skipped.
3534
+ */
3535
+ check(options) {
3536
+ return (options?.client ?? this.client).get({
3537
+ requestValidator: async (data) => await zHealthCheckData.parseAsync(data),
3538
+ security: [{ scheme: 'bearer', type: 'http' }],
3539
+ url: '/health',
3540
+ ...options
3541
+ });
3542
+ }
3543
+ }
3544
+ export class Integration extends HeyApiClient {
3545
+ /**
3546
+ * Webhook from Zitadel for organization removal
3547
+ *
3548
+ * Receives an authenticated JWT webhook payload from a Zitadel Action
3549
+ * when an organization is removed.
3550
+ */
3551
+ handleOrgRemoved(options) {
3552
+ return (options?.client ?? this.client).post({
3553
+ requestValidator: async (data) => await zIntegrationHandleOrgRemovedData.parseAsync(data),
3554
+ security: [{ scheme: 'bearer', type: 'http' }],
3555
+ url: '/api/v1/integration/org-removed',
3556
+ ...options
3557
+ });
3558
+ }
3559
+ }
3560
+ export class IntegrationUser extends HeyApiClient {
3561
+ /**
3562
+ * Webhook from Zitadel for user removal
3563
+ *
3564
+ * Receives an authenticated JWT webhook payload from a Zitadel Action
3565
+ * when a user is removed.
3566
+ */
3567
+ handleRemoved(options) {
3568
+ return (options?.client ?? this.client).post({
3569
+ requestValidator: async (data) => await zIntegrationUserHandleRemovedData.parseAsync(data),
3570
+ security: [{ scheme: 'bearer', type: 'http' }],
3571
+ url: '/api/v1/integration/user-removed',
3572
+ ...options
3573
+ });
3574
+ }
3575
+ }
3576
+ export class Sentry extends HeyApiClient {
3577
+ /**
3578
+ * Trigger Sentry Error
3579
+ *
3580
+ * Test endpoint to verify Sentry integration.
3581
+ * This endpoint intentionally raises an error to test error tracking.
3582
+ */
3583
+ triggerError(options) {
3584
+ return (options?.client ?? this.client).get({
3585
+ requestValidator: async (data) => await zSentryTriggerErrorData.parseAsync(data),
3586
+ security: [{ scheme: 'bearer', type: 'http' }],
3587
+ url: '/sentry-debug',
3588
+ ...options
3589
+ });
3590
+ }
3591
+ }
3592
+ export class HealthNotifications extends HeyApiClient {
3593
+ /**
3594
+ * Notification Health Check
3595
+ *
3596
+ * Health check endpoint for notification services configuration.
3597
+ */
3598
+ check(options) {
3599
+ return (options?.client ?? this.client).get({
3600
+ requestValidator: async (data) => await zHealthNotificationsCheckData.parseAsync(data),
3601
+ security: [{ scheme: 'bearer', type: 'http' }],
3602
+ url: '/health/notifications',
3603
+ ...options
3604
+ });
3605
+ }
3606
+ }
3607
+ export class Metrics extends HeyApiClient {
3608
+ /**
3609
+ * Metrics
3610
+ *
3611
+ * Prometheus metrics endpoint for monitoring.
3612
+ */
3613
+ get(options) {
3614
+ return (options?.client ?? this.client).get({
3615
+ requestValidator: async (data) => await zMetricsGetData.parseAsync(data),
3616
+ security: [{ scheme: 'bearer', type: 'http' }],
3617
+ url: '/metrics',
3618
+ ...options
3619
+ });
3620
+ }
3621
+ }
3622
+ export class Features extends HeyApiClient {
3623
+ /**
3624
+ * Get Feature Flags
3625
+ *
3626
+ * Get current feature flag status for frontend clients.
3627
+ */
3628
+ get(options) {
3629
+ return (options?.client ?? this.client).get({
3630
+ requestValidator: async (data) => await zFeaturesGetData.parseAsync(data),
3631
+ security: [{ scheme: 'bearer', type: 'http' }],
3632
+ url: '/config/features',
3633
+ ...options
3634
+ });
3635
+ }
3636
+ }
3637
+ export class Realtime extends HeyApiClient {
3638
+ /**
3639
+ * Realtime WebSocket protocol info
3640
+ *
3641
+ * Get WebSocket protocol information.
3642
+ *
3643
+ * Returns documentation about the WebSocket endpoint including:
3644
+ * - Connection endpoint
3645
+ * - Authentication requirements
3646
+ * - Protocol details
3647
+ * - ACK message format
3648
+ *
3649
+ * Returns:
3650
+ * dict: WebSocket protocol information
3651
+ */
3652
+ getInfo(options) {
3653
+ return (options?.client ?? this.client).get({
3654
+ requestValidator: async (data) => await zRealtimeGetInfoData.parseAsync(data),
3655
+ security: [{ scheme: 'bearer', type: 'http' }],
3656
+ url: '/realtime-info',
3657
+ ...options
3658
+ });
3659
+ }
3660
+ }
3661
+ export class Linebundle extends HeyApiClient {
3662
+ constructor(args) {
3663
+ super(args);
3664
+ Linebundle.__registry.set(this, args?.key);
3665
+ }
3666
+ /**
3667
+ * Webhook from Zitadel for user creation
3668
+ *
3669
+ * Receives an authenticated JWT webhook payload from a Zitadel Action
3670
+ * when a new human user is created (admin-created or self-registered).
3671
+ */
3672
+ handleUserCreatedApiV1IntegrationUserCreatedPost(options) {
3673
+ return (options?.client ?? this.client).post({
3674
+ requestValidator: async (data) => await zHandleUserCreatedApiV1IntegrationUserCreatedPostData.parseAsync(data),
3675
+ security: [{ scheme: 'bearer', type: 'http' }],
3676
+ url: '/api/v1/integration/user-created',
3677
+ ...options
3678
+ });
3679
+ }
3680
+ /**
3681
+ * Webhook from Zitadel for user profile update
3682
+ *
3683
+ * Receives an authenticated JWT webhook payload from a Zitadel Action
3684
+ * when a user's profile is updated (name, email, etc.).
3685
+ */
3686
+ handleUserUpdatedApiV1IntegrationUserUpdatedPost(options) {
3687
+ return (options?.client ?? this.client).post({
3688
+ requestValidator: async (data) => await zHandleUserUpdatedApiV1IntegrationUserUpdatedPostData.parseAsync(data),
3689
+ security: [{ scheme: 'bearer', type: 'http' }],
3690
+ url: '/api/v1/integration/user-updated',
3691
+ ...options
3692
+ });
3693
+ }
3694
+ /**
3695
+ * Get Latest Event Version (Public Access)
3696
+ *
3697
+ * Get the most recent published version of an event. Supports unauthenticated access for PUBLIC events.
3698
+ */
3699
+ getLatestPublicEventVersion(options) {
3700
+ return (options.client ?? this.client).get({
3701
+ requestValidator: async (data) => await zGetLatestPublicEventVersionData.parseAsync(data),
3702
+ responseValidator: async (data) => await zGetLatestPublicEventVersionResponse.parseAsync(data),
3703
+ security: [{ scheme: 'bearer', type: 'http' }],
3704
+ url: '/api/v1/public/event/{event_id}/versions/latest',
3705
+ ...options
3706
+ });
3707
+ }
3708
+ /**
3709
+ * Get Latest Published Version
3710
+ *
3711
+ * Get the latest published version of a space.
3712
+ * Public access permitted.
3713
+ */
3714
+ getLatestPublicSpaceVersion(options) {
3715
+ return (options.client ?? this.client).get({
3716
+ requestValidator: async (data) => await zGetLatestPublicSpaceVersionData.parseAsync(data),
3717
+ responseValidator: async (data) => await zGetLatestPublicSpaceVersionResponse.parseAsync(data),
3718
+ security: [{ scheme: 'bearer', type: 'http' }],
3719
+ url: '/api/v1/public/space/{space_id}/versions/latest',
3720
+ ...options
3721
+ });
3722
+ }
3723
+ /**
3724
+ * Establish realtime WebSocket connection (upgrade)
3725
+ *
3726
+ * Upgrades to WebSocket at this path (subprotocol: json).
3727
+ *
3728
+ * Requires valid authenticated user & tenant context. Server sends single ACK then may push events.
3729
+ */
3730
+ connectWebSocket(options) {
3731
+ return (options?.client ?? this.client).get({
3732
+ requestValidator: async (data) => await zConnectWebSocketData.parseAsync(data),
3733
+ security: [{ scheme: 'bearer', type: 'http' }],
3734
+ url: '/ws',
3735
+ ...options
3736
+ });
3737
+ }
3738
+ get user() {
3739
+ return this._user ?? (this._user = new User({ client: this.client }));
3740
+ }
3741
+ get users() {
3742
+ return this._users ?? (this._users = new Users({ client: this.client }));
3743
+ }
3744
+ get authContexts() {
3745
+ return this._authContexts ?? (this._authContexts = new AuthContexts({ client: this.client }));
3746
+ }
3747
+ get auditLogs() {
3748
+ return this._auditLogs ?? (this._auditLogs = new AuditLogs({ client: this.client }));
3749
+ }
3750
+ get events() {
3751
+ return this._events ?? (this._events = new Events({ client: this.client }));
3752
+ }
3753
+ get event() {
3754
+ return this._event ?? (this._event = new Event_({ client: this.client }));
3755
+ }
3756
+ get eventTimezones() {
3757
+ return this._eventTimezones ?? (this._eventTimezones = new EventTimezones({ client: this.client }));
3758
+ }
3759
+ get eventAttendees() {
3760
+ return this._eventAttendees ?? (this._eventAttendees = new EventAttendees({ client: this.client }));
3761
+ }
3762
+ get eventTimeline() {
3763
+ return this._eventTimeline ?? (this._eventTimeline = new EventTimeline({ client: this.client }));
3764
+ }
3765
+ get eventDocuments() {
3766
+ return this._eventDocuments ?? (this._eventDocuments = new EventDocuments({ client: this.client }));
3767
+ }
3768
+ get eventLocation() {
3769
+ return this._eventLocation ?? (this._eventLocation = new EventLocation({ client: this.client }));
3770
+ }
3771
+ get space() {
3772
+ return this._space ?? (this._space = new Space({ client: this.client }));
3773
+ }
3774
+ get spaces() {
3775
+ return this._spaces ?? (this._spaces = new Spaces({ client: this.client }));
3776
+ }
3777
+ get spaceRoles() {
3778
+ return this._spaceRoles ?? (this._spaceRoles = new SpaceRoles({ client: this.client }));
3779
+ }
3780
+ get spaceContacts() {
3781
+ return this._spaceContacts ?? (this._spaceContacts = new SpaceContacts({ client: this.client }));
3782
+ }
3783
+ get spaceEvents() {
3784
+ return this._spaceEvents ?? (this._spaceEvents = new SpaceEvents({ client: this.client }));
3785
+ }
3786
+ get spaceDocuments() {
3787
+ return this._spaceDocuments ?? (this._spaceDocuments = new SpaceDocuments({ client: this.client }));
3788
+ }
3789
+ get places() {
3790
+ return this._places ?? (this._places = new Places({ client: this.client }));
3791
+ }
3792
+ get place() {
3793
+ return this._place ?? (this._place = new Place({ client: this.client }));
3794
+ }
3795
+ get analytic() {
3796
+ return this._analytic ?? (this._analytic = new Analytic({ client: this.client }));
3797
+ }
3798
+ get organizations() {
3799
+ return this._organizations ?? (this._organizations = new Organizations({ client: this.client }));
3800
+ }
3801
+ get customRoles() {
3802
+ return this._customRoles ?? (this._customRoles = new CustomRoles({ client: this.client }));
3803
+ }
3804
+ get roles() {
3805
+ return this._roles ?? (this._roles = new Roles({ client: this.client }));
3806
+ }
3807
+ get permissions() {
3808
+ return this._permissions ?? (this._permissions = new Permissions({ client: this.client }));
3809
+ }
3810
+ get bookings() {
3811
+ return this._bookings ?? (this._bookings = new Bookings({ client: this.client }));
3812
+ }
3813
+ get booking() {
3814
+ return this._booking ?? (this._booking = new Booking({ client: this.client }));
3815
+ }
3816
+ get chatRooms() {
3817
+ return this._chatRooms ?? (this._chatRooms = new ChatRooms({ client: this.client }));
3818
+ }
3819
+ get chatMessages() {
3820
+ return this._chatMessages ?? (this._chatMessages = new ChatMessages({ client: this.client }));
3821
+ }
3822
+ get aiAgent() {
3823
+ return this._aiAgent ?? (this._aiAgent = new AiAgent({ client: this.client }));
3824
+ }
3825
+ get aiAgent2() {
3826
+ return this._aiAgent2 ?? (this._aiAgent2 = new AiAgent2({ client: this.client }));
3827
+ }
3828
+ get ai() {
3829
+ return this._ai ?? (this._ai = new AI({ client: this.client }));
3830
+ }
3831
+ get aiAgents() {
3832
+ return this._aiAgents ?? (this._aiAgents = new AiAgents({ client: this.client }));
3833
+ }
3834
+ get aiWorkflows() {
3835
+ return this._aiWorkflows ?? (this._aiWorkflows = new AiWorkflows({ client: this.client }));
3836
+ }
3837
+ get contacts() {
3838
+ return this._contacts ?? (this._contacts = new Contacts({ client: this.client }));
3839
+ }
3840
+ get automationRules() {
3841
+ return this._automationRules ?? (this._automationRules = new AutomationRules({ client: this.client }));
3842
+ }
3843
+ get automationMetadata() {
3844
+ return this._automationMetadata ?? (this._automationMetadata = new AutomationMetadata({ client: this.client }));
3845
+ }
3846
+ get automationCron() {
3847
+ return this._automationCron ?? (this._automationCron = new AutomationCron({ client: this.client }));
3848
+ }
3849
+ get health() {
3850
+ return this._health ?? (this._health = new Health({ client: this.client }));
3851
+ }
3852
+ get integration() {
3853
+ return this._integration ?? (this._integration = new Integration({ client: this.client }));
3854
+ }
3855
+ get integrationUser() {
3856
+ return this._integrationUser ?? (this._integrationUser = new IntegrationUser({ client: this.client }));
3857
+ }
3858
+ get sentry() {
3859
+ return this._sentry ?? (this._sentry = new Sentry({ client: this.client }));
3860
+ }
3861
+ get healthNotifications() {
3862
+ return this._healthNotifications ?? (this._healthNotifications = new HealthNotifications({ client: this.client }));
3863
+ }
3864
+ get metrics() {
3865
+ return this._metrics ?? (this._metrics = new Metrics({ client: this.client }));
3866
+ }
3867
+ get features() {
3868
+ return this._features ?? (this._features = new Features({ client: this.client }));
3869
+ }
3870
+ get realtime() {
3871
+ return this._realtime ?? (this._realtime = new Realtime({ client: this.client }));
3872
+ }
3873
+ }
3874
+ Linebundle.__registry = new HeyApiRegistry();
3875
+ //# sourceMappingURL=sdk.gen.js.map