@linebundle-sdk/ts 0.1.21 → 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 (3265) 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 -90
  71. package/README.md +0 -711
  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-api-v1-ai-workflows-execution-id-cancel-post.d.ts +0 -19
  78. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +0 -1
  79. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +0 -89
  80. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +0 -1
  81. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +0 -18
  82. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +0 -1
  83. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +0 -82
  84. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +0 -1
  85. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +0 -18
  86. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +0 -1
  87. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +0 -88
  88. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +0 -1
  89. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +0 -19
  90. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +0 -1
  91. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +0 -87
  92. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +0 -1
  93. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +0 -19
  94. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +0 -1
  95. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +0 -88
  96. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +0 -1
  97. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +0 -19
  98. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +0 -1
  99. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +0 -89
  100. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +0 -1
  101. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +0 -19
  102. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +0 -1
  103. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +0 -89
  104. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +0 -1
  105. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +0 -19
  106. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +0 -1
  107. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +0 -89
  108. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +0 -1
  109. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +0 -19
  110. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +0 -1
  111. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +0 -90
  112. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +0 -1
  113. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +0 -19
  114. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +0 -1
  115. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +0 -90
  116. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +0 -1
  117. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +0 -18
  118. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +0 -1
  119. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +0 -82
  120. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +0 -1
  121. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +0 -18
  122. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +0 -1
  123. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +0 -82
  124. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +0 -1
  125. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +0 -14
  126. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +0 -1
  127. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +0 -64
  128. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +0 -1
  129. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +0 -14
  130. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +0 -1
  131. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +0 -64
  132. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +0 -1
  133. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +0 -32
  134. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +0 -1
  135. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +0 -102
  136. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +0 -1
  137. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +0 -35
  138. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +0 -1
  139. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +0 -108
  140. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +0 -1
  141. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +0 -20
  142. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +0 -1
  143. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +0 -70
  144. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +0 -1
  145. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +0 -22
  146. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +0 -1
  147. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +0 -73
  148. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +0 -1
  149. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +0 -22
  150. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +0 -1
  151. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +0 -86
  152. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +0 -1
  153. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +0 -20
  154. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +0 -1
  155. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +0 -71
  156. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +0 -1
  157. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +0 -18
  158. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +0 -1
  159. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +0 -88
  160. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +0 -1
  161. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +0 -19
  162. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +0 -1
  163. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +0 -90
  164. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +0 -1
  165. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +0 -17
  166. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +0 -1
  167. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +0 -68
  168. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +0 -1
  169. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +0 -17
  170. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +0 -1
  171. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +0 -67
  172. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +0 -1
  173. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +0 -19
  174. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +0 -1
  175. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +0 -89
  176. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +0 -1
  177. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +0 -17
  178. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +0 -1
  179. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +0 -68
  180. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +0 -1
  181. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +0 -19
  182. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +0 -1
  183. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +0 -88
  184. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +0 -1
  185. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +0 -21
  186. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +0 -1
  187. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +0 -95
  188. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +0 -1
  189. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +0 -19
  190. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +0 -1
  191. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +0 -89
  192. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +0 -1
  193. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +0 -17
  194. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +0 -1
  195. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +0 -68
  196. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +0 -1
  197. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +0 -23
  198. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +0 -1
  199. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +0 -92
  200. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +0 -1
  201. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +0 -19
  202. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +0 -1
  203. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +0 -90
  204. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +0 -1
  205. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +0 -44
  206. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +0 -1
  207. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +0 -109
  208. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +0 -1
  209. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +0 -19
  210. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +0 -1
  211. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +0 -90
  212. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +0 -1
  213. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +0 -18
  214. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +0 -1
  215. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +0 -82
  216. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +0 -1
  217. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +0 -18
  218. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +0 -1
  219. package/esm/funcs/booking-create-booking-api-v1-booking-post.js +0 -82
  220. package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +0 -1
  221. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +0 -18
  222. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +0 -1
  223. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +0 -88
  224. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +0 -1
  225. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +0 -19
  226. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +0 -1
  227. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +0 -88
  228. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +0 -1
  229. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +0 -19
  230. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +0 -1
  231. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +0 -91
  232. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +0 -1
  233. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +0 -19
  234. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +0 -1
  235. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +0 -94
  236. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +0 -1
  237. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +0 -19
  238. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +0 -1
  239. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +0 -89
  240. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +0 -1
  241. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +0 -15
  242. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +0 -1
  243. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +0 -85
  244. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +0 -1
  245. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +0 -17
  246. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +0 -1
  247. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +0 -85
  248. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +0 -1
  249. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +0 -17
  250. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +0 -1
  251. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +0 -85
  252. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +0 -1
  253. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +0 -16
  254. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +0 -1
  255. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +0 -90
  256. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +0 -1
  257. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +0 -15
  258. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +0 -1
  259. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +0 -85
  260. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +0 -1
  261. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +0 -16
  262. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +0 -1
  263. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +0 -86
  264. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +0 -1
  265. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +0 -16
  266. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +0 -1
  267. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +0 -87
  268. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +0 -1
  269. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +0 -15
  270. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +0 -1
  271. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +0 -79
  272. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +0 -1
  273. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +0 -15
  274. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +0 -1
  275. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +0 -79
  276. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +0 -1
  277. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +0 -16
  278. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +0 -1
  279. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +0 -85
  280. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +0 -1
  281. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +0 -16
  282. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +0 -1
  283. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +0 -86
  284. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +0 -1
  285. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +0 -16
  286. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +0 -1
  287. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +0 -84
  288. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +0 -1
  289. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +0 -15
  290. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +0 -1
  291. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +0 -89
  292. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +0 -1
  293. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +0 -16
  294. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +0 -1
  295. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +0 -86
  296. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +0 -1
  297. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +0 -18
  298. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +0 -1
  299. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +0 -82
  300. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +0 -1
  301. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +0 -18
  302. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +0 -1
  303. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +0 -88
  304. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +0 -1
  305. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +0 -19
  306. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +0 -1
  307. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +0 -88
  308. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +0 -1
  309. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +0 -19
  310. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +0 -1
  311. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +0 -90
  312. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +0 -1
  313. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +0 -19
  314. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +0 -1
  315. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +0 -88
  316. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +0 -1
  317. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +0 -19
  318. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +0 -1
  319. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +0 -90
  320. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +0 -1
  321. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +0 -19
  322. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +0 -1
  323. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +0 -89
  324. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +0 -1
  325. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -18
  326. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
  327. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -89
  328. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
  329. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -18
  330. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
  331. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -92
  332. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
  333. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -19
  334. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
  335. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +0 -87
  336. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
  337. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -18
  338. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
  339. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -88
  340. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
  341. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +0 -20
  342. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +0 -1
  343. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +0 -71
  344. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +0 -1
  345. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -19
  346. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
  347. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -89
  348. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
  349. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -19
  350. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
  351. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -87
  352. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
  353. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -18
  354. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
  355. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -92
  356. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
  357. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -18
  358. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
  359. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -92
  360. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
  361. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -18
  362. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
  363. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -89
  364. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
  365. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -19
  366. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
  367. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -90
  368. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
  369. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +0 -15
  370. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +0 -1
  371. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +0 -85
  372. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +0 -1
  373. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +0 -21
  374. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +0 -1
  375. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +0 -92
  376. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +0 -1
  377. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +0 -21
  378. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +0 -1
  379. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +0 -96
  380. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +0 -1
  381. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +0 -19
  382. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +0 -1
  383. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +0 -93
  384. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +0 -1
  385. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +0 -21
  386. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +0 -1
  387. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +0 -98
  388. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +0 -1
  389. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +0 -18
  390. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +0 -1
  391. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +0 -92
  392. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +0 -1
  393. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +0 -20
  394. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +0 -1
  395. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +0 -89
  396. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +0 -1
  397. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +0 -20
  398. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +0 -1
  399. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +0 -93
  400. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +0 -1
  401. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +0 -19
  402. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +0 -1
  403. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +0 -94
  404. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +0 -1
  405. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +0 -18
  406. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +0 -1
  407. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +0 -93
  408. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +0 -1
  409. package/esm/funcs/event-create-event-api-v1-event-post.d.ts +0 -15
  410. package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +0 -1
  411. package/esm/funcs/event-create-event-api-v1-event-post.js +0 -106
  412. package/esm/funcs/event-create-event-api-v1-event-post.js.map +0 -1
  413. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +0 -15
  414. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +0 -1
  415. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +0 -84
  416. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +0 -1
  417. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +0 -18
  418. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +0 -1
  419. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +0 -92
  420. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +0 -1
  421. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +0 -18
  422. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +0 -1
  423. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +0 -89
  424. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +0 -1
  425. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +0 -18
  426. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +0 -1
  427. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +0 -92
  428. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +0 -1
  429. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +0 -21
  430. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +0 -1
  431. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +0 -85
  432. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +0 -1
  433. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +0 -23
  434. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +0 -1
  435. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +0 -109
  436. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +0 -1
  437. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +0 -16
  438. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +0 -1
  439. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +0 -85
  440. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +0 -1
  441. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +0 -24
  442. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +0 -1
  443. package/esm/funcs/event-get-event-list-api-v1-event-get.js +0 -112
  444. package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +0 -1
  445. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +0 -19
  446. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +0 -1
  447. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +0 -89
  448. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +0 -1
  449. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +0 -19
  450. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +0 -1
  451. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +0 -93
  452. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +0 -1
  453. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +0 -16
  454. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +0 -1
  455. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +0 -96
  456. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +0 -1
  457. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +0 -19
  458. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +0 -1
  459. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +0 -89
  460. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +0 -1
  461. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +0 -16
  462. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +0 -1
  463. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +0 -86
  464. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +0 -1
  465. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +0 -16
  466. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +0 -1
  467. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +0 -86
  468. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +0 -1
  469. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +0 -16
  470. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +0 -1
  471. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +0 -86
  472. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +0 -1
  473. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +0 -23
  474. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +0 -1
  475. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +0 -92
  476. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +0 -1
  477. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +0 -24
  478. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +0 -1
  479. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +0 -73
  480. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +0 -1
  481. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +0 -18
  482. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +0 -1
  483. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +0 -88
  484. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +0 -1
  485. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +0 -19
  486. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +0 -1
  487. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +0 -89
  488. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +0 -1
  489. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +0 -19
  490. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +0 -1
  491. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +0 -90
  492. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +0 -1
  493. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +0 -19
  494. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +0 -1
  495. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +0 -90
  496. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +0 -1
  497. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +0 -19
  498. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +0 -1
  499. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +0 -90
  500. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +0 -1
  501. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +0 -19
  502. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +0 -1
  503. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +0 -90
  504. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +0 -1
  505. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +0 -15
  506. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +0 -1
  507. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +0 -85
  508. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +0 -1
  509. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +0 -18
  510. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +0 -1
  511. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +0 -88
  512. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +0 -1
  513. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +0 -15
  514. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +0 -1
  515. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +0 -86
  516. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +0 -1
  517. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +0 -19
  518. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +0 -1
  519. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +0 -93
  520. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +0 -1
  521. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -19
  522. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
  523. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -122
  524. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
  525. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +0 -19
  526. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +0 -1
  527. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +0 -89
  528. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +0 -1
  529. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -19
  530. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +0 -1
  531. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +0 -94
  532. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +0 -1
  533. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -18
  534. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +0 -1
  535. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -98
  536. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +0 -1
  537. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -18
  538. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +0 -1
  539. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -94
  540. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +0 -1
  541. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +0 -31
  542. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +0 -1
  543. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +0 -100
  544. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +0 -1
  545. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +0 -18
  546. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +0 -1
  547. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +0 -88
  548. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +0 -1
  549. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -16
  550. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
  551. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +0 -113
  552. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
  553. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +0 -16
  554. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +0 -1
  555. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +0 -86
  556. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +0 -1
  557. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +0 -29
  558. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +0 -1
  559. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +0 -95
  560. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +0 -1
  561. package/esm/funcs/get-feature-flags-config-features-get.d.ts +0 -16
  562. package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +0 -1
  563. package/esm/funcs/get-feature-flags-config-features-get.js +0 -67
  564. package/esm/funcs/get-feature-flags-config-features-get.js.map +0 -1
  565. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -20
  566. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
  567. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -90
  568. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
  569. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +0 -17
  570. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +0 -1
  571. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +0 -68
  572. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +0 -1
  573. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +0 -17
  574. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +0 -1
  575. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +0 -68
  576. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +0 -1
  577. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +0 -17
  578. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +0 -1
  579. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +0 -68
  580. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +0 -1
  581. package/esm/funcs/health-check-health-get.d.ts +0 -23
  582. package/esm/funcs/health-check-health-get.d.ts.map +0 -1
  583. package/esm/funcs/health-check-health-get.js +0 -91
  584. package/esm/funcs/health-check-health-get.js.map +0 -1
  585. package/esm/funcs/metrics-metrics-get.d.ts +0 -16
  586. package/esm/funcs/metrics-metrics-get.d.ts.map +0 -1
  587. package/esm/funcs/metrics-metrics-get.js +0 -67
  588. package/esm/funcs/metrics-metrics-get.js.map +0 -1
  589. package/esm/funcs/notification-health-check-health-notifications-get.d.ts +0 -16
  590. package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +0 -1
  591. package/esm/funcs/notification-health-check-health-notifications-get.js +0 -67
  592. package/esm/funcs/notification-health-check-health-notifications-get.js.map +0 -1
  593. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +0 -18
  594. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +0 -1
  595. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +0 -88
  596. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +0 -1
  597. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +0 -19
  598. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +0 -1
  599. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +0 -90
  600. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +0 -1
  601. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +0 -18
  602. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +0 -1
  603. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +0 -82
  604. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +0 -1
  605. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +0 -18
  606. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +0 -1
  607. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +0 -92
  608. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +0 -1
  609. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +0 -18
  610. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +0 -1
  611. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +0 -68
  612. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +0 -1
  613. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +0 -19
  614. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +0 -1
  615. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +0 -89
  616. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +0 -1
  617. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +0 -19
  618. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +0 -1
  619. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +0 -89
  620. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +0 -1
  621. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +0 -19
  622. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +0 -1
  623. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +0 -88
  624. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +0 -1
  625. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +0 -19
  626. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +0 -1
  627. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +0 -90
  628. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +0 -1
  629. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -19
  630. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
  631. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -89
  632. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
  633. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +0 -17
  634. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +0 -1
  635. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +0 -68
  636. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +0 -1
  637. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +0 -15
  638. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +0 -1
  639. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +0 -85
  640. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +0 -1
  641. package/esm/funcs/place-create-place-api-v1-place-post.d.ts +0 -16
  642. package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +0 -1
  643. package/esm/funcs/place-create-place-api-v1-place-post.js +0 -80
  644. package/esm/funcs/place-create-place-api-v1-place-post.js.map +0 -1
  645. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +0 -15
  646. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +0 -1
  647. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +0 -84
  648. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +0 -1
  649. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +0 -16
  650. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +0 -1
  651. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +0 -85
  652. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +0 -1
  653. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +0 -16
  654. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +0 -1
  655. package/esm/funcs/place-get-place-list-api-v1-place-get.js +0 -84
  656. package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +0 -1
  657. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +0 -15
  658. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +0 -1
  659. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +0 -85
  660. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +0 -1
  661. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +0 -16
  662. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +0 -1
  663. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +0 -86
  664. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +0 -1
  665. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -19
  666. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
  667. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -89
  668. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
  669. package/esm/funcs/realtime-get-ws.d.ts +0 -18
  670. package/esm/funcs/realtime-get-ws.d.ts.map +0 -1
  671. package/esm/funcs/realtime-get-ws.js +0 -69
  672. package/esm/funcs/realtime-get-ws.js.map +0 -1
  673. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +0 -25
  674. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +0 -1
  675. package/esm/funcs/realtime-realtime-info-realtime-info-get.js +0 -76
  676. package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +0 -1
  677. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +0 -19
  678. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +0 -1
  679. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +0 -90
  680. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +0 -1
  681. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +0 -15
  682. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +0 -1
  683. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +0 -85
  684. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +0 -1
  685. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +0 -20
  686. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +0 -1
  687. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +0 -95
  688. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +0 -1
  689. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +0 -20
  690. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +0 -1
  691. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +0 -98
  692. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +0 -1
  693. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +0 -18
  694. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +0 -1
  695. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +0 -82
  696. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +0 -1
  697. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +0 -19
  698. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +0 -1
  699. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +0 -94
  700. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +0 -1
  701. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +0 -29
  702. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +0 -1
  703. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +0 -100
  704. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +0 -1
  705. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +0 -29
  706. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +0 -1
  707. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +0 -100
  708. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +0 -1
  709. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +0 -30
  710. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +0 -1
  711. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +0 -99
  712. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +0 -1
  713. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +0 -29
  714. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +0 -1
  715. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +0 -97
  716. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +0 -1
  717. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +0 -30
  718. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +0 -1
  719. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +0 -105
  720. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +0 -1
  721. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +0 -28
  722. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +0 -1
  723. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +0 -95
  724. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +0 -1
  725. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +0 -30
  726. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +0 -1
  727. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +0 -105
  728. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +0 -1
  729. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +0 -29
  730. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +0 -1
  731. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +0 -94
  732. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +0 -1
  733. package/esm/funcs/space-create-space-api-v1-space-post.d.ts +0 -15
  734. package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +0 -1
  735. package/esm/funcs/space-create-space-api-v1-space-post.js +0 -79
  736. package/esm/funcs/space-create-space-api-v1-space-post.js.map +0 -1
  737. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +0 -21
  738. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +0 -1
  739. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +0 -92
  740. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +0 -1
  741. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +0 -18
  742. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +0 -1
  743. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +0 -82
  744. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +0 -1
  745. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +0 -15
  746. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +0 -1
  747. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +0 -84
  748. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +0 -1
  749. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +0 -20
  750. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +0 -1
  751. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +0 -94
  752. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +0 -1
  753. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +0 -19
  754. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +0 -1
  755. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +0 -89
  756. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +0 -1
  757. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +0 -18
  758. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +0 -1
  759. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +0 -92
  760. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +0 -1
  761. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +0 -18
  762. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +0 -1
  763. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +0 -89
  764. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +0 -1
  765. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +0 -18
  766. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +0 -1
  767. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +0 -92
  768. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +0 -1
  769. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +0 -29
  770. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +0 -1
  771. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +0 -100
  772. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +0 -1
  773. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +0 -29
  774. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +0 -1
  775. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +0 -100
  776. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +0 -1
  777. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +0 -30
  778. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +0 -1
  779. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +0 -102
  780. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +0 -1
  781. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +0 -29
  782. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +0 -1
  783. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +0 -97
  784. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +0 -1
  785. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +0 -30
  786. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +0 -1
  787. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +0 -105
  788. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +0 -1
  789. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +0 -28
  790. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +0 -1
  791. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +0 -98
  792. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +0 -1
  793. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +0 -30
  794. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +0 -1
  795. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +0 -105
  796. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +0 -1
  797. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +0 -29
  798. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +0 -1
  799. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +0 -97
  800. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +0 -1
  801. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +0 -38
  802. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +0 -1
  803. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +0 -115
  804. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +0 -1
  805. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +0 -19
  806. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +0 -1
  807. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +0 -89
  808. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +0 -1
  809. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +0 -16
  810. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +0 -1
  811. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +0 -85
  812. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +0 -1
  813. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +0 -19
  814. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +0 -1
  815. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +0 -89
  816. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +0 -1
  817. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +0 -19
  818. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +0 -1
  819. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +0 -89
  820. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +0 -1
  821. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +0 -16
  822. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +0 -1
  823. package/esm/funcs/space-get-space-list-api-v1-space-get.js +0 -86
  824. package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +0 -1
  825. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +0 -19
  826. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +0 -1
  827. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +0 -89
  828. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +0 -1
  829. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +0 -19
  830. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +0 -1
  831. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +0 -89
  832. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +0 -1
  833. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +0 -21
  834. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +0 -1
  835. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +0 -95
  836. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +0 -1
  837. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +0 -19
  838. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +0 -1
  839. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +0 -93
  840. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +0 -1
  841. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +0 -22
  842. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +0 -1
  843. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +0 -94
  844. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +0 -1
  845. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +0 -37
  846. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +0 -1
  847. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +0 -106
  848. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +0 -1
  849. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +0 -21
  850. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +0 -1
  851. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +0 -91
  852. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +0 -1
  853. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +0 -19
  854. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +0 -1
  855. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +0 -89
  856. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +0 -1
  857. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +0 -15
  858. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +0 -1
  859. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +0 -85
  860. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +0 -1
  861. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +0 -19
  862. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +0 -1
  863. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +0 -89
  864. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +0 -1
  865. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +0 -20
  866. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts.map +0 -1
  867. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +0 -98
  868. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +0 -1
  869. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +0 -18
  870. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +0 -1
  871. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +0 -92
  872. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +0 -1
  873. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts +0 -20
  874. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts.map +0 -1
  875. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +0 -98
  876. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js.map +0 -1
  877. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +0 -19
  878. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +0 -1
  879. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +0 -90
  880. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +0 -1
  881. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +0 -16
  882. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +0 -1
  883. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +0 -67
  884. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +0 -1
  885. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +0 -41
  886. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +0 -1
  887. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +0 -112
  888. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +0 -1
  889. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +0 -18
  890. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +0 -1
  891. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +0 -88
  892. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +0 -1
  893. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +0 -16
  894. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +0 -1
  895. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +0 -86
  896. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +0 -1
  897. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +0 -19
  898. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +0 -1
  899. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +0 -94
  900. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +0 -1
  901. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +0 -19
  902. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +0 -1
  903. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +0 -90
  904. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +0 -1
  905. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +0 -21
  906. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +0 -1
  907. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +0 -96
  908. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +0 -1
  909. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +0 -17
  910. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +0 -1
  911. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +0 -68
  912. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +0 -1
  913. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +0 -17
  914. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +0 -1
  915. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +0 -67
  916. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +0 -1
  917. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +0 -17
  918. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +0 -1
  919. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +0 -67
  920. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +0 -1
  921. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +0 -17
  922. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +0 -1
  923. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +0 -67
  924. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +0 -1
  925. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +0 -16
  926. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +0 -1
  927. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +0 -67
  928. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +0 -1
  929. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +0 -17
  930. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +0 -1
  931. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +0 -67
  932. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +0 -1
  933. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +0 -18
  934. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +0 -1
  935. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +0 -87
  936. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +0 -1
  937. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +0 -16
  938. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +0 -1
  939. package/esm/funcs/user-get-user-list-api-v1-user-get.js +0 -89
  940. package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +0 -1
  941. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +0 -31
  942. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +0 -1
  943. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +0 -100
  944. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +0 -1
  945. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +0 -16
  946. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +0 -1
  947. package/esm/funcs/user-search-users-api-v1-user-search-get.js +0 -86
  948. package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +0 -1
  949. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +0 -18
  950. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +0 -1
  951. package/esm/funcs/user-update-profile-api-v1-user-me-put.js +0 -82
  952. package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +0 -1
  953. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +0 -18
  954. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +0 -1
  955. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +0 -106
  956. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.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 -34
  978. package/esm/lib/config.d.ts.map +0 -1
  979. package/esm/lib/config.js +0 -21
  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 -24
  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 -29
  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/response-validation-error.d.ts +0 -26
  1230. package/esm/models/errors/response-validation-error.d.ts.map +0 -1
  1231. package/esm/models/errors/response-validation-error.js +0 -37
  1232. package/esm/models/errors/response-validation-error.js.map +0 -1
  1233. package/esm/models/errors/sdk-default-error.d.ts +0 -10
  1234. package/esm/models/errors/sdk-default-error.d.ts.map +0 -1
  1235. package/esm/models/errors/sdk-default-error.js +0 -30
  1236. package/esm/models/errors/sdk-default-error.js.map +0 -1
  1237. package/esm/models/errors/sdk-error.d.ts +0 -19
  1238. package/esm/models/errors/sdk-error.d.ts.map +0 -1
  1239. package/esm/models/errors/sdk-error.js +0 -26
  1240. package/esm/models/errors/sdk-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-api-v1-roles-role-id-permissions-post.d.ts +0 -15
  1414. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
  1415. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -20
  1416. package/esm/models/operations/add-permission-endpoint-api-v1-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-api-v1-roles-users-user-id-roles-post.d.ts +0 -14
  1442. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-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-api-v1-roles-users-user-id-roles-post.js +0 -20
  1444. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-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 -25
  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 -33
  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-api-v1-roles-post.d.ts +0 -18
  1502. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
  1503. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +0 -19
  1504. package/esm/models/operations/create-role-endpoint-api-v1-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-api-v1-roles-role-id-delete.d.ts +0 -12
  1534. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
  1535. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -17
  1536. package/esm/models/operations/delete-role-endpoint-api-v1-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-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -12
  1630. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
  1631. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -18
  1632. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
  1633. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -12
  1634. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
  1635. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -18
  1636. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.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-api-v1-permissions-permission-code-get.d.ts +0 -12
  1662. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
  1663. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -18
  1664. package/esm/models/operations/get-permission-endpoint-api-v1-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-api-v1-roles-role-id-get.d.ts +0 -12
  1682. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
  1683. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -17
  1684. package/esm/models/operations/get-role-endpoint-api-v1-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 -22
  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 -28
  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 -30
  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 -25
  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 -26
  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 -31
  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-api-v1-roles-get.d.ts +0 -20
  1842. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
  1843. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -18
  1844. package/esm/models/operations/list-roles-endpoint-api-v1-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-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -14
  1946. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
  1947. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -20
  1948. package/esm/models/operations/remove-permission-endpoint-api-v1-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-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-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-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-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-api-v1-roles-role-id-permissions-put.d.ts +0 -15
  1990. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
  1991. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -20
  1992. package/esm/models/operations/set-permissions-endpoint-api-v1-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 -24
  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 -32
  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-api-v1-roles-role-id-put.d.ts +0 -15
  2058. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
  2059. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -19
  2060. package/esm/models/operations/update-role-endpoint-api-v1-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 -22
  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 -90
  2442. package/esm/sdk/ai-agent.d.ts.map +0 -1
  2443. package/esm/sdk/ai-agent.js +0 -128
  2444. package/esm/sdk/ai-agent.js.map +0 -1
  2445. package/esm/sdk/analytic.d.ts +0 -13
  2446. package/esm/sdk/analytic.d.ts.map +0 -1
  2447. package/esm/sdk/analytic.js +0 -22
  2448. package/esm/sdk/analytic.js.map +0 -1
  2449. package/esm/sdk/audit-logs.d.ts +0 -50
  2450. package/esm/sdk/audit-logs.d.ts.map +0 -1
  2451. package/esm/sdk/audit-logs.js +0 -56
  2452. package/esm/sdk/audit-logs.js.map +0 -1
  2453. package/esm/sdk/auth-context.d.ts +0 -15
  2454. package/esm/sdk/auth-context.d.ts.map +0 -1
  2455. package/esm/sdk/auth-context.js +0 -21
  2456. package/esm/sdk/auth-context.js.map +0 -1
  2457. package/esm/sdk/automation-cron.d.ts +0 -49
  2458. package/esm/sdk/automation-cron.d.ts.map +0 -1
  2459. package/esm/sdk/automation-cron.js +0 -58
  2460. package/esm/sdk/automation-cron.js.map +0 -1
  2461. package/esm/sdk/automation-metadata.d.ts +0 -48
  2462. package/esm/sdk/automation-metadata.d.ts.map +0 -1
  2463. package/esm/sdk/automation-metadata.js +0 -68
  2464. package/esm/sdk/automation-metadata.js.map +0 -1
  2465. package/esm/sdk/automation-rules.d.ts +0 -171
  2466. package/esm/sdk/automation-rules.d.ts.map +0 -1
  2467. package/esm/sdk/automation-rules.js +0 -224
  2468. package/esm/sdk/automation-rules.js.map +0 -1
  2469. package/esm/sdk/booking.d.ts +0 -55
  2470. package/esm/sdk/booking.d.ts.map +0 -1
  2471. package/esm/sdk/booking.js +0 -78
  2472. package/esm/sdk/booking.js.map +0 -1
  2473. package/esm/sdk/chat-messages.d.ts +0 -34
  2474. package/esm/sdk/chat-messages.d.ts.map +0 -1
  2475. package/esm/sdk/chat-messages.js +0 -50
  2476. package/esm/sdk/chat-messages.js.map +0 -1
  2477. package/esm/sdk/chat-rooms.d.ts +0 -38
  2478. package/esm/sdk/chat-rooms.d.ts.map +0 -1
  2479. package/esm/sdk/chat-rooms.js +0 -64
  2480. package/esm/sdk/chat-rooms.js.map +0 -1
  2481. package/esm/sdk/contacts.d.ts +0 -55
  2482. package/esm/sdk/contacts.d.ts.map +0 -1
  2483. package/esm/sdk/contacts.js +0 -78
  2484. package/esm/sdk/contacts.js.map +0 -1
  2485. package/esm/sdk/custom-roles.d.ts +0 -86
  2486. package/esm/sdk/custom-roles.d.ts.map +0 -1
  2487. package/esm/sdk/custom-roles.js +0 -121
  2488. package/esm/sdk/custom-roles.js.map +0 -1
  2489. package/esm/sdk/event-attendees.d.ts +0 -72
  2490. package/esm/sdk/event-attendees.d.ts.map +0 -1
  2491. package/esm/sdk/event-attendees.js +0 -94
  2492. package/esm/sdk/event-attendees.js.map +0 -1
  2493. package/esm/sdk/event-documents.d.ts +0 -26
  2494. package/esm/sdk/event-documents.d.ts.map +0 -1
  2495. package/esm/sdk/event-documents.js +0 -38
  2496. package/esm/sdk/event-documents.js.map +0 -1
  2497. package/esm/sdk/event-location.d.ts +0 -20
  2498. package/esm/sdk/event-location.d.ts.map +0 -1
  2499. package/esm/sdk/event-location.js +0 -28
  2500. package/esm/sdk/event-location.js.map +0 -1
  2501. package/esm/sdk/event-timeline.d.ts +0 -41
  2502. package/esm/sdk/event-timeline.d.ts.map +0 -1
  2503. package/esm/sdk/event-timeline.js +0 -58
  2504. package/esm/sdk/event-timeline.js.map +0 -1
  2505. package/esm/sdk/event.d.ts +0 -228
  2506. package/esm/sdk/event.d.ts.map +0 -1
  2507. package/esm/sdk/event.js +0 -314
  2508. package/esm/sdk/event.js.map +0 -1
  2509. package/esm/sdk/health.d.ts +0 -17
  2510. package/esm/sdk/health.d.ts.map +0 -1
  2511. package/esm/sdk/health.js +0 -24
  2512. package/esm/sdk/health.js.map +0 -1
  2513. package/esm/sdk/index.d.ts +0 -2
  2514. package/esm/sdk/index.d.ts.map +0 -1
  2515. package/esm/sdk/index.js +0 -5
  2516. package/esm/sdk/index.js.map +0 -1
  2517. package/esm/sdk/organizations.d.ts +0 -70
  2518. package/esm/sdk/organizations.d.ts.map +0 -1
  2519. package/esm/sdk/organizations.js +0 -99
  2520. package/esm/sdk/organizations.js.map +0 -1
  2521. package/esm/sdk/permissions.d.ts +0 -20
  2522. package/esm/sdk/permissions.d.ts.map +0 -1
  2523. package/esm/sdk/permissions.js +0 -28
  2524. package/esm/sdk/permissions.js.map +0 -1
  2525. package/esm/sdk/place.d.ts +0 -34
  2526. package/esm/sdk/place.d.ts.map +0 -1
  2527. package/esm/sdk/place.js +0 -57
  2528. package/esm/sdk/place.js.map +0 -1
  2529. package/esm/sdk/public-events.d.ts +0 -13
  2530. package/esm/sdk/public-events.d.ts.map +0 -1
  2531. package/esm/sdk/public-events.js +0 -18
  2532. package/esm/sdk/public-events.js.map +0 -1
  2533. package/esm/sdk/realtime.d.ts +0 -29
  2534. package/esm/sdk/realtime.d.ts.map +0 -1
  2535. package/esm/sdk/realtime.js +0 -39
  2536. package/esm/sdk/realtime.js.map +0 -1
  2537. package/esm/sdk/sdk.d.ts +0 -172
  2538. package/esm/sdk/sdk.d.ts.map +0 -1
  2539. package/esm/sdk/sdk.js +0 -263
  2540. package/esm/sdk/sdk.js.map +0 -1
  2541. package/esm/sdk/space-contacts.d.ts +0 -147
  2542. package/esm/sdk/space-contacts.d.ts.map +0 -1
  2543. package/esm/sdk/space-contacts.js +0 -167
  2544. package/esm/sdk/space-contacts.js.map +0 -1
  2545. package/esm/sdk/space-documents.d.ts +0 -26
  2546. package/esm/sdk/space-documents.d.ts.map +0 -1
  2547. package/esm/sdk/space-documents.js +0 -38
  2548. package/esm/sdk/space-documents.js.map +0 -1
  2549. package/esm/sdk/space-events.d.ts +0 -147
  2550. package/esm/sdk/space-events.d.ts.map +0 -1
  2551. package/esm/sdk/space-events.js +0 -167
  2552. package/esm/sdk/space-events.js.map +0 -1
  2553. package/esm/sdk/space-member-roles.d.ts +0 -34
  2554. package/esm/sdk/space-member-roles.d.ts.map +0 -1
  2555. package/esm/sdk/space-member-roles.js +0 -44
  2556. package/esm/sdk/space-member-roles.js.map +0 -1
  2557. package/esm/sdk/space-roles.d.ts +0 -69
  2558. package/esm/sdk/space-roles.d.ts.map +0 -1
  2559. package/esm/sdk/space-roles.js +0 -92
  2560. package/esm/sdk/space-roles.js.map +0 -1
  2561. package/esm/sdk/space.d.ts +0 -339
  2562. package/esm/sdk/space.d.ts.map +0 -1
  2563. package/esm/sdk/space.js +0 -456
  2564. package/esm/sdk/space.js.map +0 -1
  2565. package/esm/sdk/timezones.d.ts +0 -38
  2566. package/esm/sdk/timezones.d.ts.map +0 -1
  2567. package/esm/sdk/timezones.js +0 -43
  2568. package/esm/sdk/timezones.js.map +0 -1
  2569. package/esm/sdk/user.d.ts +0 -89
  2570. package/esm/sdk/user.d.ts.map +0 -1
  2571. package/esm/sdk/user.js +0 -124
  2572. package/esm/sdk/user.js.map +0 -1
  2573. package/esm/types/async.d.ts +0 -23
  2574. package/esm/types/async.d.ts.map +0 -1
  2575. package/esm/types/async.js +0 -28
  2576. package/esm/types/async.js.map +0 -1
  2577. package/esm/types/blobs.d.ts +0 -4
  2578. package/esm/types/blobs.d.ts.map +0 -1
  2579. package/esm/types/blobs.js +0 -25
  2580. package/esm/types/blobs.js.map +0 -1
  2581. package/esm/types/const-date-time.d.ts +0 -3
  2582. package/esm/types/const-date-time.d.ts.map +0 -1
  2583. package/esm/types/const-date-time.js +0 -10
  2584. package/esm/types/const-date-time.js.map +0 -1
  2585. package/esm/types/default-to-zero-value.d.ts +0 -12
  2586. package/esm/types/default-to-zero-value.d.ts.map +0 -1
  2587. package/esm/types/default-to-zero-value.js +0 -31
  2588. package/esm/types/default-to-zero-value.js.map +0 -1
  2589. package/esm/types/enums.d.ts +0 -9
  2590. package/esm/types/enums.d.ts.map +0 -1
  2591. package/esm/types/enums.js +0 -27
  2592. package/esm/types/enums.js.map +0 -1
  2593. package/esm/types/fp.d.ts +0 -31
  2594. package/esm/types/fp.d.ts.map +0 -1
  2595. package/esm/types/fp.js +0 -31
  2596. package/esm/types/fp.js.map +0 -1
  2597. package/esm/types/index.d.ts +0 -10
  2598. package/esm/types/index.d.ts.map +0 -1
  2599. package/esm/types/index.js +0 -10
  2600. package/esm/types/index.js.map +0 -1
  2601. package/esm/types/operations.d.ts +0 -27
  2602. package/esm/types/operations.d.ts.map +0 -1
  2603. package/esm/types/operations.js +0 -77
  2604. package/esm/types/operations.js.map +0 -1
  2605. package/esm/types/primitives.d.ts +0 -11
  2606. package/esm/types/primitives.d.ts.map +0 -1
  2607. package/esm/types/primitives.js +0 -132
  2608. package/esm/types/primitives.js.map +0 -1
  2609. package/esm/types/rfcdate.d.ts +0 -21
  2610. package/esm/types/rfcdate.d.ts.map +0 -1
  2611. package/esm/types/rfcdate.js +0 -43
  2612. package/esm/types/rfcdate.js.map +0 -1
  2613. package/esm/types/smart-union.d.ts +0 -7
  2614. package/esm/types/smart-union.d.ts.map +0 -1
  2615. package/esm/types/smart-union.js +0 -117
  2616. package/esm/types/smart-union.js.map +0 -1
  2617. package/esm/types/streams.d.ts +0 -2
  2618. package/esm/types/streams.d.ts.map +0 -1
  2619. package/esm/types/streams.js +0 -15
  2620. package/esm/types/streams.js.map +0 -1
  2621. package/esm/types/unrecognized.d.ts +0 -16
  2622. package/esm/types/unrecognized.d.ts.map +0 -1
  2623. package/esm/types/unrecognized.js +0 -31
  2624. package/esm/types/unrecognized.js.map +0 -1
  2625. package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +0 -29
  2626. package/jsr.json +0 -27
  2627. package/src/core.ts +0 -13
  2628. package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -186
  2629. package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +0 -169
  2630. package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -180
  2631. package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +0 -179
  2632. package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +0 -180
  2633. package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -181
  2634. package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -182
  2635. package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +0 -183
  2636. package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +0 -188
  2637. package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -184
  2638. package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +0 -169
  2639. package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +0 -169
  2640. package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +0 -138
  2641. package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +0 -138
  2642. package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -201
  2643. package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -206
  2644. package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +0 -144
  2645. package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +0 -147
  2646. package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +0 -173
  2647. package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +0 -146
  2648. package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -180
  2649. package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -184
  2650. package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +0 -142
  2651. package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +0 -141
  2652. package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -187
  2653. package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +0 -142
  2654. package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +0 -180
  2655. package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -193
  2656. package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -186
  2657. package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +0 -142
  2658. package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +0 -186
  2659. package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -182
  2660. package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -209
  2661. package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +0 -182
  2662. package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +0 -169
  2663. package/src/funcs/booking-create-booking-api-v1-booking-post.ts +0 -169
  2664. package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +0 -180
  2665. package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -180
  2666. package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +0 -183
  2667. package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -192
  2668. package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +0 -181
  2669. package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +0 -177
  2670. package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -177
  2671. package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -177
  2672. package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +0 -188
  2673. package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -177
  2674. package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +0 -181
  2675. package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -179
  2676. package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +0 -166
  2677. package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +0 -166
  2678. package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -177
  2679. package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -178
  2680. package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +0 -178
  2681. package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -186
  2682. package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +0 -178
  2683. package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +0 -169
  2684. package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +0 -180
  2685. package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +0 -180
  2686. package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +0 -184
  2687. package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +0 -180
  2688. package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -182
  2689. package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +0 -181
  2690. package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -186
  2691. package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -190
  2692. package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -179
  2693. package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -180
  2694. package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +0 -146
  2695. package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -181
  2696. package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -181
  2697. package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -189
  2698. package/src/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -189
  2699. package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -186
  2700. package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -182
  2701. package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +0 -177
  2702. package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -184
  2703. package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -194
  2704. package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -190
  2705. package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -191
  2706. package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -189
  2707. package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -186
  2708. package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -191
  2709. package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -191
  2710. package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -191
  2711. package/src/funcs/event-create-event-api-v1-event-post.ts +0 -205
  2712. package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +0 -176
  2713. package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -189
  2714. package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +0 -181
  2715. package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -189
  2716. package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +0 -172
  2717. package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +0 -201
  2718. package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +0 -177
  2719. package/src/funcs/event-get-event-list-api-v1-event-get.ts +0 -204
  2720. package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +0 -181
  2721. package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -190
  2722. package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +0 -189
  2723. package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -186
  2724. package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +0 -183
  2725. package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -183
  2726. package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -183
  2727. package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +0 -186
  2728. package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +0 -147
  2729. package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +0 -180
  2730. package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +0 -181
  2731. package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +0 -182
  2732. package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +0 -182
  2733. package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -187
  2734. package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -182
  2735. package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +0 -177
  2736. package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -185
  2737. package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -183
  2738. package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -191
  2739. package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -239
  2740. package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -186
  2741. package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +0 -191
  2742. package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -196
  2743. package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -202
  2744. package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +0 -192
  2745. package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -185
  2746. package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +0 -216
  2747. package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +0 -178
  2748. package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +0 -187
  2749. package/src/funcs/get-feature-flags-config-features-get.ts +0 -141
  2750. package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -187
  2751. package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +0 -142
  2752. package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +0 -142
  2753. package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +0 -142
  2754. package/src/funcs/health-check-health-get.ts +0 -183
  2755. package/src/funcs/metrics-metrics-get.ts +0 -141
  2756. package/src/funcs/notification-health-check-health-notifications-get.ts +0 -141
  2757. package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -183
  2758. package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -185
  2759. package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +0 -169
  2760. package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -189
  2761. package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +0 -143
  2762. package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -181
  2763. package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -184
  2764. package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +0 -186
  2765. package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -185
  2766. package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -186
  2767. package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +0 -142
  2768. package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +0 -177
  2769. package/src/funcs/place-create-place-api-v1-place-post.ts +0 -171
  2770. package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +0 -176
  2771. package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +0 -177
  2772. package/src/funcs/place-get-place-list-api-v1-place-get.ts +0 -176
  2773. package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +0 -177
  2774. package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +0 -178
  2775. package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -186
  2776. package/src/funcs/realtime-get-ws.ts +0 -144
  2777. package/src/funcs/realtime-realtime-info-realtime-info-get.ts +0 -150
  2778. package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +0 -182
  2779. package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +0 -177
  2780. package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -192
  2781. package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -196
  2782. package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +0 -169
  2783. package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -192
  2784. package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -192
  2785. package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -197
  2786. package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -196
  2787. package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -194
  2788. package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -198
  2789. package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -194
  2790. package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -198
  2791. package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -195
  2792. package/src/funcs/space-create-space-api-v1-space-post.ts +0 -166
  2793. package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -184
  2794. package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +0 -170
  2795. package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +0 -176
  2796. package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -191
  2797. package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -182
  2798. package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -189
  2799. package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -181
  2800. package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -189
  2801. package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -192
  2802. package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -195
  2803. package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -198
  2804. package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -189
  2805. package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -198
  2806. package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +0 -190
  2807. package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +0 -198
  2808. package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -192
  2809. package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -213
  2810. package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -186
  2811. package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +0 -177
  2812. package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +0 -181
  2813. package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -181
  2814. package/src/funcs/space-get-space-list-api-v1-space-get.ts +0 -178
  2815. package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +0 -181
  2816. package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +0 -181
  2817. package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -190
  2818. package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -190
  2819. package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -191
  2820. package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +0 -198
  2821. package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -183
  2822. package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +0 -181
  2823. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +0 -177
  2824. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +0 -181
  2825. package/src/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +0 -195
  2826. package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -189
  2827. package/src/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +0 -195
  2828. package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +0 -182
  2829. package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +0 -141
  2830. package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +0 -204
  2831. package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -180
  2832. package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +0 -178
  2833. package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -191
  2834. package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -182
  2835. package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -193
  2836. package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +0 -142
  2837. package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +0 -141
  2838. package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +0 -144
  2839. package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +0 -141
  2840. package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +0 -141
  2841. package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +0 -141
  2842. package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -179
  2843. package/src/funcs/user-get-user-list-api-v1-user-get.ts +0 -186
  2844. package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -192
  2845. package/src/funcs/user-search-users-api-v1-user-search-get.ts +0 -180
  2846. package/src/funcs/user-update-profile-api-v1-user-me-put.ts +0 -169
  2847. package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +0 -208
  2848. package/src/hooks/hooks.ts +0 -132
  2849. package/src/hooks/index.ts +0 -6
  2850. package/src/hooks/registration.ts +0 -14
  2851. package/src/hooks/types.ts +0 -107
  2852. package/src/index.ts +0 -9
  2853. package/src/lib/base64.ts +0 -39
  2854. package/src/lib/config.ts +0 -53
  2855. package/src/lib/dlv.ts +0 -53
  2856. package/src/lib/encodings.ts +0 -501
  2857. package/src/lib/files.ts +0 -82
  2858. package/src/lib/http.ts +0 -323
  2859. package/src/lib/is-plain-object.ts +0 -43
  2860. package/src/lib/logger.ts +0 -9
  2861. package/src/lib/matchers.ts +0 -353
  2862. package/src/lib/primitives.ts +0 -150
  2863. package/src/lib/retries.ts +0 -218
  2864. package/src/lib/schemas.ts +0 -94
  2865. package/src/lib/sdks.ts +0 -402
  2866. package/src/lib/security.ts +0 -269
  2867. package/src/lib/url.ts +0 -33
  2868. package/src/models/add-member-request.ts +0 -47
  2869. package/src/models/add-permission-request.ts +0 -41
  2870. package/src/models/add-space-member-request.ts +0 -43
  2871. package/src/models/agent-type.ts +0 -30
  2872. package/src/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.ts +0 -43
  2873. package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +0 -72
  2874. package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +0 -57
  2875. package/src/models/app-event-adapter-input-api-v1-response-space-info.ts +0 -50
  2876. package/src/models/app-event-domain-entity-event-space-info.ts +0 -39
  2877. package/src/models/app-space-domain-entity-space-event-space-info.ts +0 -51
  2878. package/src/models/app-user-adapter-input-api-v1-response-message-response.ts +0 -39
  2879. package/src/models/assistant-response.ts +0 -64
  2880. package/src/models/attendee-info.ts +0 -82
  2881. package/src/models/attendee-status.ts +0 -33
  2882. package/src/models/availability-response.ts +0 -62
  2883. package/src/models/avatar-upload-response.ts +0 -47
  2884. package/src/models/base-event-info.ts +0 -71
  2885. package/src/models/body-create-event-api-v1-event-post.ts +0 -82
  2886. package/src/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -94
  2887. package/src/models/body-update-cover-api-v1-event-event-id-cover-patch.ts +0 -83
  2888. package/src/models/body-upload-avatar-api-v1-user-me-avatar-post.ts +0 -74
  2889. package/src/models/booking-read.ts +0 -93
  2890. package/src/models/bulk-update-parent-request.ts +0 -51
  2891. package/src/models/check-availability-request.ts +0 -65
  2892. package/src/models/combined-metadata-response.ts +0 -38
  2893. package/src/models/contact-list-response.ts +0 -56
  2894. package/src/models/contact-response.ts +0 -192
  2895. package/src/models/contact-search-response.ts +0 -51
  2896. package/src/models/create-booking-request.ts +0 -70
  2897. package/src/models/create-contact-request.ts +0 -190
  2898. package/src/models/create-direct-room-request.ts +0 -41
  2899. package/src/models/create-event-request.ts +0 -152
  2900. package/src/models/create-group-room-request.ts +0 -45
  2901. package/src/models/create-invite-request.ts +0 -44
  2902. package/src/models/create-online-meeting-request.ts +0 -72
  2903. package/src/models/create-organization-request.ts +0 -44
  2904. package/src/models/create-place-response-dto.ts +0 -49
  2905. package/src/models/create-role-request.ts +0 -39
  2906. package/src/models/create-room-request.ts +0 -84
  2907. package/src/models/create-rule-request.ts +0 -83
  2908. package/src/models/create-session-request.ts +0 -67
  2909. package/src/models/create-session-response.ts +0 -120
  2910. package/src/models/create-space-request.ts +0 -51
  2911. package/src/models/create-space-response-dto.ts +0 -67
  2912. package/src/models/create-space-with-parent-request.ts +0 -77
  2913. package/src/models/dashboard-story-response.ts +0 -48
  2914. package/src/models/errors/http-client-errors.ts +0 -62
  2915. package/src/models/errors/http-validation-error.ts +0 -53
  2916. package/src/models/errors/index.ts +0 -10
  2917. package/src/models/errors/response-validation-error.ts +0 -50
  2918. package/src/models/errors/sdk-default-error.ts +0 -40
  2919. package/src/models/errors/sdk-error.ts +0 -35
  2920. package/src/models/errors/sdk-validation-error.ts +0 -54
  2921. package/src/models/event-advanced-filters.ts +0 -118
  2922. package/src/models/event-analytic-total.ts +0 -39
  2923. package/src/models/event-attendee-create.ts +0 -60
  2924. package/src/models/event-attendee-list.ts +0 -46
  2925. package/src/models/event-attendee-read.ts +0 -112
  2926. package/src/models/event-attendee-update.ts +0 -46
  2927. package/src/models/event-date-filter.ts +0 -82
  2928. package/src/models/event-filter-request.ts +0 -63
  2929. package/src/models/event-location-filter.ts +0 -70
  2930. package/src/models/event-pagination-options.ts +0 -42
  2931. package/src/models/event-preview-dto.ts +0 -59
  2932. package/src/models/event-read.ts +0 -143
  2933. package/src/models/event-relationship-filter.ts +0 -72
  2934. package/src/models/event-repeat-filter.ts +0 -65
  2935. package/src/models/event-sort-field-config.ts +0 -83
  2936. package/src/models/event-sort-options.ts +0 -95
  2937. package/src/models/event-status-filter.ts +0 -64
  2938. package/src/models/event-text-filter.ts +0 -52
  2939. package/src/models/event-version-read.ts +0 -102
  2940. package/src/models/execute-rule-request.ts +0 -45
  2941. package/src/models/execute-rule-response.ts +0 -61
  2942. package/src/models/execution-response.ts +0 -82
  2943. package/src/models/filter-operator.ts +0 -37
  2944. package/src/models/get-analytic-totals-dto.ts +0 -46
  2945. package/src/models/get-event-list-response.ts +0 -156
  2946. package/src/models/get-place-list-response-dto.ts +0 -54
  2947. package/src/models/get-space-list-response-dto.ts +0 -117
  2948. package/src/models/get-user-list-response-dto.ts +0 -44
  2949. package/src/models/index.ts +0 -172
  2950. package/src/models/invite-read.ts +0 -81
  2951. package/src/models/location-response.ts +0 -35
  2952. package/src/models/location-update-schema.ts +0 -45
  2953. package/src/models/member-response.ts +0 -52
  2954. package/src/models/members-list-response.ts +0 -43
  2955. package/src/models/metric-breakdown.ts +0 -35
  2956. package/src/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -46
  2957. package/src/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -49
  2958. package/src/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -49
  2959. package/src/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -46
  2960. package/src/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -52
  2961. package/src/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -46
  2962. package/src/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -46
  2963. package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -46
  2964. package/src/models/operations/add-space-member-api-v1-space-space-id-members-post.ts +0 -46
  2965. package/src/models/operations/archive-event-api-v1-event-event-id-archive-patch.ts +0 -42
  2966. package/src/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -42
  2967. package/src/models/operations/archive-place-api-v1-place-place-id-archive-patch.ts +0 -42
  2968. package/src/models/operations/archive-space-api-v1-space-space-id-archive-patch.ts +0 -42
  2969. package/src/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -53
  2970. package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -49
  2971. package/src/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -53
  2972. package/src/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -45
  2973. package/src/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -45
  2974. package/src/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -48
  2975. package/src/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -49
  2976. package/src/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -42
  2977. package/src/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -49
  2978. package/src/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -56
  2979. package/src/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -56
  2980. package/src/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -42
  2981. package/src/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -41
  2982. package/src/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -46
  2983. package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -85
  2984. package/src/models/operations/create-place-api-v1-place-post.ts +0 -34
  2985. package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -49
  2986. package/src/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -46
  2987. package/src/models/operations/delete-booking-api-v1-booking-booking-id-delete.ts +0 -42
  2988. package/src/models/operations/delete-contact-api-v1-contacts-contact-id-delete.ts +0 -42
  2989. package/src/models/operations/delete-event-api-v1-event-event-id-delete.ts +0 -42
  2990. package/src/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -49
  2991. package/src/models/operations/delete-message-api-v1-chat-messages-message-id-delete.ts +0 -42
  2992. package/src/models/operations/delete-place-api-v1-place-place-id-delete.ts +0 -42
  2993. package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -42
  2994. package/src/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -42
  2995. package/src/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -42
  2996. package/src/models/operations/delete-space-api-v1-space-space-id-delete.ts +0 -42
  2997. package/src/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -46
  2998. package/src/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -42
  2999. package/src/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -45
  3000. package/src/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -49
  3001. package/src/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -42
  3002. package/src/models/operations/get-bookings-api-v1-booking-get.ts +0 -80
  3003. package/src/models/operations/get-calendar-events-api-v1-event-calendar-get.ts +0 -172
  3004. package/src/models/operations/get-contact-api-v1-contacts-contact-id-get.ts +0 -42
  3005. package/src/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -48
  3006. package/src/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -68
  3007. package/src/models/operations/get-event-by-id-api-v1-event-event-id-get.ts +0 -42
  3008. package/src/models/operations/get-event-documents-api-v1-events-event-id-documents-get.ts +0 -42
  3009. package/src/models/operations/get-event-list-api-v1-event-get.ts +0 -186
  3010. package/src/models/operations/get-event-location-api-v1-events-event-id-location-get.ts +0 -42
  3011. package/src/models/operations/get-event-settings-api-v1-event-event-id-settings-get.ts +0 -42
  3012. package/src/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -48
  3013. package/src/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -46
  3014. package/src/models/operations/get-events-by-space-api-v1-event-space-space-id-get.ts +0 -92
  3015. package/src/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -68
  3016. package/src/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -42
  3017. package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -45
  3018. package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -45
  3019. package/src/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -42
  3020. package/src/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -42
  3021. package/src/models/operations/get-org-costs-api-v1-ai-costs-get.ts +0 -50
  3022. package/src/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -42
  3023. package/src/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -45
  3024. package/src/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -63
  3025. package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -45
  3026. package/src/models/operations/get-place-by-id-api-v1-place-place-id-get.ts +0 -42
  3027. package/src/models/operations/get-place-list-api-v1-place-get.ts +0 -41
  3028. package/src/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -56
  3029. package/src/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -42
  3030. package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -42
  3031. package/src/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -42
  3032. package/src/models/operations/get-rule-api-v1-automation-rules-rule-id-get.ts +0 -42
  3033. package/src/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -45
  3034. package/src/models/operations/get-section-content-api-v1-event-event-id-section-content-get.ts +0 -42
  3035. package/src/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -45
  3036. package/src/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -42
  3037. package/src/models/operations/get-session-api-v1-ai-sessions-session-id-get.ts +0 -42
  3038. package/src/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -42
  3039. package/src/models/operations/get-social-feed-api-v1-event-social-feed-get.ts +0 -59
  3040. package/src/models/operations/get-space-by-id-api-v1-space-space-id-get.ts +0 -42
  3041. package/src/models/operations/get-space-children-api-v1-space-space-id-children-get.ts +0 -42
  3042. package/src/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -42
  3043. package/src/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -48
  3044. package/src/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -42
  3045. package/src/models/operations/get-space-event-api-v1-space-events-space-event-id-get.ts +0 -42
  3046. package/src/models/operations/get-space-events-api-v1-spaces-space-id-events-get.ts +0 -48
  3047. package/src/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -42
  3048. package/src/models/operations/get-space-list-api-v1-space-get.ts +0 -53
  3049. package/src/models/operations/get-space-members-api-v1-space-space-id-members-get.ts +0 -42
  3050. package/src/models/operations/get-space-parent-api-v1-space-space-id-parent-get.ts +0 -42
  3051. package/src/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -46
  3052. package/src/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -46
  3053. package/src/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -42
  3054. package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +0 -78
  3055. package/src/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -42
  3056. package/src/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -42
  3057. package/src/models/operations/get-user-list-api-v1-user-get.ts +0 -76
  3058. package/src/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -42
  3059. package/src/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -49
  3060. package/src/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -42
  3061. package/src/models/operations/health-check-health-get.ts +0 -35
  3062. package/src/models/operations/index.ts +0 -179
  3063. package/src/models/operations/join-space-api-v1-space-space-id-join-post.ts +0 -42
  3064. package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -85
  3065. package/src/models/operations/list-contacts-api-v1-contacts-get.ts +0 -67
  3066. package/src/models/operations/list-event-versions-api-v1-event-event-id-versions-get.ts +0 -42
  3067. package/src/models/operations/list-messages-api-v1-chat-room-id-messages-get.ts +0 -55
  3068. package/src/models/operations/list-organizations-endpoint-api-v1-organizations-get.ts +0 -37
  3069. package/src/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -95
  3070. package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -51
  3071. package/src/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -42
  3072. package/src/models/operations/list-rules-api-v1-automation-rules-get.ts +0 -49
  3073. package/src/models/operations/list-sessions-api-v1-ai-sessions-get.ts +0 -63
  3074. package/src/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -42
  3075. package/src/models/operations/list-space-versions-api-v1-space-space-id-versions-get.ts +0 -42
  3076. package/src/models/operations/list-user-rooms-api-v1-chat-rooms-get.ts +0 -42
  3077. package/src/models/operations/list-workflow-executions-api-v1-ai-workflows-get.ts +0 -64
  3078. package/src/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -42
  3079. package/src/models/operations/patch-event-content-api-v1-event-event-id-content-patch.ts +0 -46
  3080. package/src/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -49
  3081. package/src/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -45
  3082. package/src/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -46
  3083. package/src/models/operations/publish-event-api-v1-event-event-id-publish-patch.ts +0 -42
  3084. package/src/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -42
  3085. package/src/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -49
  3086. package/src/models/operations/publish-place-api-v1-place-place-id-publish-patch.ts +0 -42
  3087. package/src/models/operations/publish-space-api-v1-space-space-id-publish-patch.ts +0 -42
  3088. package/src/models/operations/publish-space-api-v1-space-space-id-publish-post.ts +0 -42
  3089. package/src/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -45
  3090. package/src/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -49
  3091. package/src/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -49
  3092. package/src/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -49
  3093. package/src/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -48
  3094. package/src/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -42
  3095. package/src/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -49
  3096. package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -49
  3097. 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
  3098. package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -49
  3099. package/src/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -46
  3100. 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
  3101. package/src/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -49
  3102. package/src/models/operations/rollback-space-api-v1-space-space-id-rollback-post.ts +0 -46
  3103. package/src/models/operations/search-contacts-api-v1-contacts-search-get.ts +0 -49
  3104. package/src/models/operations/search-users-api-v1-user-search-get.ts +0 -61
  3105. package/src/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -48
  3106. package/src/models/operations/send-message-api-v1-chat-room-id-messages-post.ts +0 -48
  3107. package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -46
  3108. package/src/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -46
  3109. package/src/models/operations/transfer-event-api-v1-event-event-id-transfer-post.ts +0 -46
  3110. package/src/models/operations/transfer-space-api-v1-space-space-id-transfer-post.ts +0 -46
  3111. package/src/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -45
  3112. package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -88
  3113. package/src/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -45
  3114. package/src/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -42
  3115. package/src/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -55
  3116. package/src/models/operations/update-booking-api-v1-booking-booking-id-put.ts +0 -46
  3117. package/src/models/operations/update-contact-api-v1-contacts-contact-id-put.ts +0 -46
  3118. package/src/models/operations/update-cover-api-v1-event-event-id-cover-patch.ts +0 -46
  3119. package/src/models/operations/update-event-api-v1-event-event-id-put.ts +0 -46
  3120. package/src/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -53
  3121. package/src/models/operations/update-event-location-api-v1-events-event-id-location-put.ts +0 -45
  3122. package/src/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -46
  3123. package/src/models/operations/update-place-api-v1-place-place-id-put.ts +0 -46
  3124. package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -46
  3125. package/src/models/operations/update-room-api-v1-chat-rooms-room-id-patch.ts +0 -46
  3126. package/src/models/operations/update-rule-api-v1-automation-rules-rule-id-put.ts +0 -46
  3127. package/src/models/operations/update-space-api-v1-space-space-id-put.ts +0 -46
  3128. package/src/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -50
  3129. package/src/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -46
  3130. package/src/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -50
  3131. package/src/models/operations/validate-timezone-api-v1-event-timezones-validate-get.ts +0 -34
  3132. package/src/models/org-cost-detail-response.ts +0 -51
  3133. package/src/models/org-cost-summary.ts +0 -78
  3134. package/src/models/organization-read.ts +0 -49
  3135. package/src/models/organization-response.ts +0 -49
  3136. package/src/models/paginated-event-list-response.ts +0 -40
  3137. package/src/models/paginated-space-list-response-dto.ts +0 -78
  3138. package/src/models/pagination-meta.ts +0 -69
  3139. package/src/models/permission-audit-stats.ts +0 -101
  3140. package/src/models/permission-response.ts +0 -39
  3141. package/src/models/place-analytic-total.ts +0 -39
  3142. package/src/models/publish-event-with-notifications-request.ts +0 -50
  3143. package/src/models/pulse-dto.ts +0 -42
  3144. package/src/models/role-list-response.ts +0 -69
  3145. package/src/models/role-response.ts +0 -70
  3146. package/src/models/rollback-space-request.ts +0 -44
  3147. package/src/models/room-list-response.ts +0 -51
  3148. package/src/models/room-response.ts +0 -61
  3149. package/src/models/room-type.ts +0 -18
  3150. package/src/models/rule-list-response.ts +0 -37
  3151. package/src/models/rule-response.ts +0 -80
  3152. package/src/models/section-content-read.ts +0 -68
  3153. package/src/models/section-identification-read.ts +0 -50
  3154. package/src/models/section-settings-read.ts +0 -79
  3155. package/src/models/security.ts +0 -38
  3156. package/src/models/send-message-response.ts +0 -77
  3157. package/src/models/sender-profile.ts +0 -64
  3158. package/src/models/session-cost-breakdown.ts +0 -77
  3159. package/src/models/session-list-response.ts +0 -53
  3160. package/src/models/session-status.ts +0 -31
  3161. package/src/models/set-permissions-request.ts +0 -41
  3162. package/src/models/space-analytic-total.ts +0 -39
  3163. package/src/models/space-contact-create.ts +0 -44
  3164. package/src/models/space-contact-info.ts +0 -84
  3165. package/src/models/space-contact-list.ts +0 -46
  3166. package/src/models/space-contact-read.ts +0 -77
  3167. package/src/models/space-event-create.ts +0 -44
  3168. package/src/models/space-event-info.ts +0 -76
  3169. package/src/models/space-event-list.ts +0 -46
  3170. package/src/models/space-event-read.ts +0 -88
  3171. package/src/models/space-hierarchy-item.ts +0 -57
  3172. package/src/models/space-inheritance-settings.ts +0 -51
  3173. package/src/models/space-member-response.ts +0 -73
  3174. package/src/models/space-role-create.ts +0 -34
  3175. package/src/models/space-role-permission-assign.ts +0 -41
  3176. package/src/models/space-role-read.ts +0 -59
  3177. package/src/models/space-role-update.ts +0 -34
  3178. package/src/models/space-role.ts +0 -28
  3179. package/src/models/space-story-dto.ts +0 -75
  3180. package/src/models/space-version-contact.ts +0 -47
  3181. package/src/models/space-version-list-response.ts +0 -40
  3182. package/src/models/space-version-member.ts +0 -53
  3183. package/src/models/space-version-profile.ts +0 -49
  3184. package/src/models/space-version-read.ts +0 -98
  3185. package/src/models/space-with-relationships-response.ts +0 -66
  3186. package/src/models/start-workflow-async-response.ts +0 -58
  3187. package/src/models/start-workflow-request.ts +0 -71
  3188. package/src/models/sub-space-display-data.ts +0 -54
  3189. package/src/models/task-metadata.ts +0 -121
  3190. package/src/models/toggle-favorite-request.ts +0 -44
  3191. package/src/models/token-usage.ts +0 -42
  3192. package/src/models/transfer-event-request.ts +0 -41
  3193. package/src/models/transfer-space-request.ts +0 -41
  3194. package/src/models/transfer-space-response.ts +0 -53
  3195. package/src/models/update-booking-request.ts +0 -69
  3196. package/src/models/update-contact-request.ts +0 -190
  3197. package/src/models/update-event-content-request.ts +0 -44
  3198. package/src/models/update-event-identification-request.ts +0 -41
  3199. package/src/models/update-event-settings-request.ts +0 -48
  3200. package/src/models/update-organization-request.ts +0 -44
  3201. package/src/models/update-parent-request.ts +0 -44
  3202. package/src/models/update-place-request.ts +0 -51
  3203. package/src/models/update-place-response-dto.ts +0 -54
  3204. package/src/models/update-profile-request.ts +0 -53
  3205. package/src/models/update-role-request.ts +0 -39
  3206. package/src/models/update-room-request.ts +0 -51
  3207. package/src/models/update-rule-request.ts +0 -57
  3208. package/src/models/update-space-member-role-request.ts +0 -39
  3209. package/src/models/update-space-response-dto.ts +0 -67
  3210. package/src/models/user-context-response.ts +0 -61
  3211. package/src/models/user-cost-breakdown.ts +0 -60
  3212. package/src/models/user-profile-response.ts +0 -75
  3213. package/src/models/user-search-response-dto.ts +0 -69
  3214. package/src/models/validation-error.ts +0 -54
  3215. package/src/models/version-comparison-response.ts +0 -53
  3216. package/src/models/workflow-execution-list-response.ts +0 -53
  3217. package/src/models/workflow-execution-response.ts +0 -123
  3218. package/src/models/workflow-status.ts +0 -33
  3219. package/src/models/workflow-type.ts +0 -28
  3220. package/src/sdk/ai-agent.ts +0 -234
  3221. package/src/sdk/analytic.ts +0 -35
  3222. package/src/sdk/audit-logs.ts +0 -82
  3223. package/src/sdk/auth-context.ts +0 -28
  3224. package/src/sdk/automation-cron.ts +0 -80
  3225. package/src/sdk/automation-metadata.ts +0 -123
  3226. package/src/sdk/automation-rules.ts +0 -379
  3227. package/src/sdk/booking.ts +0 -141
  3228. package/src/sdk/chat-messages.ts +0 -104
  3229. package/src/sdk/chat-rooms.ts +0 -133
  3230. package/src/sdk/contacts.ts +0 -139
  3231. package/src/sdk/custom-roles.ts +0 -228
  3232. package/src/sdk/event-attendees.ts +0 -184
  3233. package/src/sdk/event-documents.ts +0 -71
  3234. package/src/sdk/event-location.ts +0 -50
  3235. package/src/sdk/event-timeline.ts +0 -121
  3236. package/src/sdk/event.ts +0 -587
  3237. package/src/sdk/health.ts +0 -32
  3238. package/src/sdk/index.ts +0 -5
  3239. package/src/sdk/organizations.ts +0 -197
  3240. package/src/sdk/permissions.ts +0 -49
  3241. package/src/sdk/place.ts +0 -115
  3242. package/src/sdk/public-events.ts +0 -31
  3243. package/src/sdk/realtime.ts +0 -51
  3244. package/src/sdk/sdk.ts +0 -357
  3245. package/src/sdk/space-contacts.ts +0 -254
  3246. package/src/sdk/space-documents.ts +0 -71
  3247. package/src/sdk/space-events.ts +0 -244
  3248. package/src/sdk/space-member-roles.ts +0 -80
  3249. package/src/sdk/space-roles.ts +0 -167
  3250. package/src/sdk/space.ts +0 -815
  3251. package/src/sdk/timezones.ts +0 -58
  3252. package/src/sdk/user.ts +0 -206
  3253. package/src/types/async.ts +0 -68
  3254. package/src/types/blobs.ts +0 -33
  3255. package/src/types/const-date-time.ts +0 -15
  3256. package/src/types/default-to-zero-value.ts +0 -33
  3257. package/src/types/enums.ts +0 -45
  3258. package/src/types/fp.ts +0 -50
  3259. package/src/types/index.ts +0 -13
  3260. package/src/types/operations.ts +0 -105
  3261. package/src/types/primitives.ts +0 -168
  3262. package/src/types/rfcdate.ts +0 -54
  3263. package/src/types/smart-union.ts +0 -153
  3264. package/src/types/streams.ts +0 -21
  3265. package/src/types/unrecognized.ts +0 -35
package/esm/zod.gen.js ADDED
@@ -0,0 +1,4430 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ import * as z from 'zod';
3
+ /**
4
+ * AddMemberRequest
5
+ */
6
+ export const zAddMemberRequest = z.object({
7
+ user_id: z.uuid(),
8
+ role: z.string().optional().default('member')
9
+ });
10
+ /**
11
+ * AddPermissionRequest
12
+ */
13
+ export const zAddPermissionRequest = z.object({
14
+ permission_code: z.string().min(1).max(255)
15
+ });
16
+ /**
17
+ * AgentType
18
+ *
19
+ * Enum representing different types of AI agents.
20
+ */
21
+ export const zAgentType = z.enum([
22
+ 'general',
23
+ 'event_planner',
24
+ 'content_writer',
25
+ 'data_analyst',
26
+ 'space_manager',
27
+ 'moderator'
28
+ ]);
29
+ /**
30
+ * AssistantResponse
31
+ */
32
+ export const zAssistantResponse = z.object({
33
+ id: z.string(),
34
+ username: z.string(),
35
+ is_ai_assistant: z.boolean(),
36
+ owner_id: z.string(),
37
+ room_id: z.string().nullish()
38
+ });
39
+ /**
40
+ * AttendeeInfo
41
+ *
42
+ * Attendee information for API responses.
43
+ */
44
+ export const zAttendeeInfo = z.object({
45
+ id: z.uuid(),
46
+ first_name: z.string().nullish(),
47
+ last_name: z.string().nullish(),
48
+ email: z.string().nullish(),
49
+ phone_primary: z.string().nullish(),
50
+ company: z.string().nullish(),
51
+ job_title: z.string().nullish(),
52
+ avatar_url: z.string().nullish()
53
+ });
54
+ /**
55
+ * AttendeeStatus
56
+ *
57
+ * Attendee status enumeration.
58
+ */
59
+ export const zAttendeeStatus = z.enum([
60
+ 'invited',
61
+ 'confirmed',
62
+ 'declined',
63
+ 'tentative',
64
+ 'checked_in'
65
+ ]);
66
+ /**
67
+ * AvailabilityResponse
68
+ *
69
+ * Response schema for availability checks
70
+ */
71
+ export const zAvailabilityResponse = z.object({
72
+ available: z.boolean(),
73
+ place_id: z.int(),
74
+ start_dt: z.iso.datetime(),
75
+ end_dt: z.iso.datetime()
76
+ });
77
+ /**
78
+ * AvatarUploadResponse
79
+ */
80
+ export const zAvatarUploadResponse = z.object({
81
+ avatar_url: z.string(),
82
+ message: z.string()
83
+ });
84
+ /**
85
+ * BaseEventInfo
86
+ *
87
+ * Basic info about a base event when the current event is a milestone.
88
+ */
89
+ export const zBaseEventInfo = z.object({
90
+ id: z.int(),
91
+ title: z.string(),
92
+ description: z.string().nullish(),
93
+ start_dt: z.string(),
94
+ end_dt: z.string(),
95
+ timezone: z.string()
96
+ });
97
+ /**
98
+ * Body_eventTimeline.createMilestone
99
+ */
100
+ export const zBodyEventTimelineCreateMilestone = z.object({
101
+ request: z.string(),
102
+ file: z.string().nullish()
103
+ });
104
+ /**
105
+ * Body_events.create
106
+ */
107
+ export const zBodyEventsCreate = z.object({
108
+ request: z.string(),
109
+ file: z.string().nullish()
110
+ });
111
+ /**
112
+ * Body_events.updateCover
113
+ */
114
+ export const zBodyEventsUpdateCover = z.object({
115
+ file: z.string(),
116
+ theme: z.string().nullish()
117
+ });
118
+ /**
119
+ * Body_user.uploadAvatar
120
+ */
121
+ export const zBodyUserUploadAvatar = z.object({
122
+ file: z.string()
123
+ });
124
+ /**
125
+ * BookingRead
126
+ *
127
+ * Response schema for booking data
128
+ */
129
+ export const zBookingRead = z.object({
130
+ id: z.int(),
131
+ place_id: z.int(),
132
+ user_id: z.uuid(),
133
+ title: z.string(),
134
+ description: z.string().nullish(),
135
+ start_dt: z.string(),
136
+ end_dt: z.string(),
137
+ status: z.string(),
138
+ created_at: z.string(),
139
+ updated_at: z.string()
140
+ });
141
+ /**
142
+ * BulkUpdateParentRequest
143
+ *
144
+ * Request to update parent for multiple spaces
145
+ */
146
+ export const zBulkUpdateParentRequest = z.object({
147
+ space_ids: z.array(z.int()),
148
+ parent_id: z.int().nullish()
149
+ });
150
+ /**
151
+ * ChatMetadata
152
+ *
153
+ * Named schema for arbitrary key-value metadata on chat rooms and messages.
154
+ *
155
+ * Using ``RootModel`` instead of an inline ``dict[str, Any]`` ensures FastAPI/Pydantic
156
+ * emits a single named ``ChatMetadata`` component (``$ref``) in the OpenAPI spec,
157
+ * preventing Speakeasy from flagging duplicate anonymous schemas.
158
+ */
159
+ export const zChatMetadata = z.record(z.string(), z.unknown()).default({});
160
+ /**
161
+ * CheckAvailabilityRequest
162
+ *
163
+ * Request schema for checking place availability
164
+ */
165
+ export const zCheckAvailabilityRequest = z.object({
166
+ place_id: z.int(),
167
+ start_dt: z.iso.datetime(),
168
+ end_dt: z.iso.datetime(),
169
+ exclude_booking_id: z.int().nullish()
170
+ });
171
+ /**
172
+ * ContactResponse
173
+ *
174
+ * Response model for a single contact.
175
+ */
176
+ export const zContactResponse = z.object({
177
+ id: z.uuid(),
178
+ owner_id: z.uuid(),
179
+ org_id: z.uuid().nullish(),
180
+ first_name: z.string().nullish(),
181
+ last_name: z.string().nullish(),
182
+ middle_name: z.string().nullish(),
183
+ nickname: z.string().nullish(),
184
+ email: z.string().nullish(),
185
+ phone_primary: z.string().nullish(),
186
+ phone_secondary: z.string().nullish(),
187
+ phone_work: z.string().nullish(),
188
+ address_line1: z.string().nullish(),
189
+ address_line2: z.string().nullish(),
190
+ city: z.string().nullish(),
191
+ state_province: z.string().nullish(),
192
+ postal_code: z.string().nullish(),
193
+ country: z.string().nullish(),
194
+ company: z.string().nullish(),
195
+ job_title: z.string().nullish(),
196
+ website: z.string().nullish(),
197
+ notes: z.string().nullish(),
198
+ avatar_url: z.string().nullish(),
199
+ linked_user_id: z.uuid().nullish(),
200
+ is_favorite: z.boolean(),
201
+ tags: z.array(z.string()).nullish(),
202
+ created_at: z.iso.datetime(),
203
+ updated_at: z.iso.datetime()
204
+ });
205
+ /**
206
+ * ContactListResponse
207
+ *
208
+ * Response model for a list of contacts.
209
+ */
210
+ export const zContactListResponse = z.object({
211
+ contacts: z.array(zContactResponse),
212
+ total: z.int(),
213
+ limit: z.int(),
214
+ offset: z.int()
215
+ });
216
+ /**
217
+ * ContactSearchResponse
218
+ *
219
+ * Response model for contact search results.
220
+ */
221
+ export const zContactSearchResponse = z.object({
222
+ contacts: z.array(zContactResponse),
223
+ query: z.string(),
224
+ total: z.int()
225
+ });
226
+ /**
227
+ * CreateBookingRequest
228
+ *
229
+ * Request schema for creating a booking
230
+ */
231
+ export const zCreateBookingRequest = z.object({
232
+ place_id: z.int(),
233
+ title: z.string(),
234
+ description: z.string().nullish(),
235
+ start_dt: z.iso.datetime(),
236
+ end_dt: z.iso.datetime()
237
+ });
238
+ /**
239
+ * CreateContactRequest
240
+ *
241
+ * Request model for creating a new contact.
242
+ */
243
+ export const zCreateContactRequest = z.object({
244
+ org_id: z.uuid().nullish(),
245
+ first_name: z.string().max(255).nullish(),
246
+ last_name: z.string().max(255).nullish(),
247
+ middle_name: z.string().max(255).nullish(),
248
+ nickname: z.string().max(255).nullish(),
249
+ email: z.email().max(255).nullish(),
250
+ phone_primary: z.string().max(50).nullish(),
251
+ phone_secondary: z.string().max(50).nullish(),
252
+ phone_work: z.string().max(50).nullish(),
253
+ address_line1: z.string().max(255).nullish(),
254
+ address_line2: z.string().max(255).nullish(),
255
+ city: z.string().max(100).nullish(),
256
+ state_province: z.string().max(100).nullish(),
257
+ postal_code: z.string().max(20).nullish(),
258
+ country: z.string().max(100).nullish(),
259
+ company: z.string().max(255).nullish(),
260
+ job_title: z.string().max(255).nullish(),
261
+ website: z.string().max(255).nullish(),
262
+ notes: z.string().nullish(),
263
+ avatar_url: z.string().max(500).nullish(),
264
+ linked_user_id: z.string().nullish(),
265
+ is_favorite: z.boolean().optional().default(false),
266
+ tags: z.array(z.string()).nullish()
267
+ });
268
+ /**
269
+ * CreateDirectRoomRequest
270
+ */
271
+ export const zCreateDirectRoomRequest = z.object({
272
+ other_user_id: z.uuid()
273
+ });
274
+ /**
275
+ * CreateEventRequest
276
+ */
277
+ export const zCreateEventRequest = z.object({
278
+ title: z.string(),
279
+ description: z.string().nullish(),
280
+ start_dt: z.string(),
281
+ start_tm: z.string(),
282
+ end_dt: z.string(),
283
+ end_tm: z.string(),
284
+ timezone: z.string(),
285
+ visibility: z.int().nullish(),
286
+ keywords: z.array(z.string()).nullish(),
287
+ space_ids: z.array(z.int()).nullish(),
288
+ document_ids: z.array(z.uuid()).nullish(),
289
+ repeat_days: z.array(z.int()).nullish(),
290
+ repeat_presets: z.string().nullish(),
291
+ timeline_preset: z.string().nullish(),
292
+ latitude: z.number().gte(-90).lte(90).nullish(),
293
+ longitude: z.number().gte(-180).lte(180).nullish(),
294
+ address: z.string().nullish(),
295
+ event_metadata: z.record(z.string(), z.unknown()).nullish()
296
+ });
297
+ /**
298
+ * CreateGroupRoomRequest
299
+ */
300
+ export const zCreateGroupRoomRequest = z.object({
301
+ name: z.string(),
302
+ description: z.string().nullish(),
303
+ visibility: z.int().optional().default(20)
304
+ });
305
+ /**
306
+ * CreateInviteRequest
307
+ */
308
+ export const zCreateInviteRequest = z.object({
309
+ email: z.email(),
310
+ role: z.string().max(20).optional().default('member'),
311
+ expires_in_days: z.int().gte(1).lte(30).optional().default(7)
312
+ });
313
+ /**
314
+ * CreateOnlineMeetingRequest
315
+ */
316
+ export const zCreateOnlineMeetingRequest = z.object({
317
+ title: z.string(),
318
+ description: z.string(),
319
+ visibility: z.int(),
320
+ keywords: z.array(z.string()).optional().default([]),
321
+ place_type: z.literal('online_meeting').optional().default('online_meeting'),
322
+ meeting_url: z.string()
323
+ });
324
+ /**
325
+ * CreateOrganizationRequest
326
+ */
327
+ export const zCreateOrganizationRequest = z.object({
328
+ name: z.string().min(1).max(255),
329
+ plan: z.string().max(50).optional().default('free'),
330
+ allow_public_visibility: z.boolean().optional().default(true)
331
+ });
332
+ /**
333
+ * CreatePlaceResponseDTO
334
+ */
335
+ export const zCreatePlaceResponseDto = z.object({
336
+ title: z.string(),
337
+ description: z.string(),
338
+ visibility: z.int(),
339
+ keywords: z.array(z.string())
340
+ });
341
+ /**
342
+ * CreateRoleRequest
343
+ */
344
+ export const zCreateRoleRequest = z.object({
345
+ name: z.string().min(1).max(255),
346
+ description: z.string().max(500).nullish()
347
+ });
348
+ /**
349
+ * CreateRoomRequest
350
+ */
351
+ export const zCreateRoomRequest = z.object({
352
+ title: z.string(),
353
+ description: z.string(),
354
+ visibility: z.int(),
355
+ keywords: z.array(z.string()).optional().default([]),
356
+ place_type: z.literal('room').optional().default('room'),
357
+ location_description: z.string(),
358
+ capacity: z.int().gte(1),
359
+ amenities: z.array(z.string()).optional().default([])
360
+ });
361
+ /**
362
+ * CreateRuleRequest
363
+ *
364
+ * Request to create automation rule.
365
+ */
366
+ export const zCreateRuleRequest = z.object({
367
+ name: z.string().min(1).max(255),
368
+ description: z.string().nullish(),
369
+ scope: z.string(),
370
+ scope_id: z.uuid().nullish(),
371
+ enabled: z.boolean().optional().default(true),
372
+ priority: z.int().gte(0).lte(100).optional().default(0),
373
+ conditions: z.record(z.string(), z.unknown()),
374
+ actions: z.array(z.record(z.string(), z.unknown())).min(1),
375
+ schedule: z.record(z.string(), z.unknown()),
376
+ constraints: z.record(z.string(), z.unknown()).nullish(),
377
+ metadata: z.record(z.string(), z.unknown()).nullish()
378
+ });
379
+ /**
380
+ * CreateSessionRequest
381
+ */
382
+ export const zCreateSessionRequest = z.object({
383
+ agent_type: zAgentType.optional().default('general'),
384
+ title: z.string().nullish(),
385
+ model: z.string().optional().default('gpt-4o'),
386
+ temperature: z.number().gte(0).lte(2).optional().default(0.7),
387
+ system_prompt: z.string().nullish()
388
+ });
389
+ /**
390
+ * CreateSpaceRequest
391
+ */
392
+ export const zCreateSpaceRequest = z.object({
393
+ title: z.string(),
394
+ description: z.string(),
395
+ timezone: z.string(),
396
+ visibility: z.int()
397
+ });
398
+ /**
399
+ * CreateSpaceResponseDTO
400
+ */
401
+ export const zCreateSpaceResponseDto = z.object({
402
+ id: z.int(),
403
+ title: z.string(),
404
+ description: z.string(),
405
+ timezone: z.string(),
406
+ visibility: z.int().nullish(),
407
+ creator_id: z.string().nullish()
408
+ });
409
+ /**
410
+ * CreateSpaceWithParentRequest
411
+ *
412
+ * Request to create a space with parent relationship
413
+ */
414
+ export const zCreateSpaceWithParentRequest = z.object({
415
+ title: z.string().min(1).max(255),
416
+ description: z.string().optional().default(''),
417
+ timezone: z.string().optional().default('UTC'),
418
+ visibility: z.int().optional().default(10),
419
+ parent_id: z.int().nullish(),
420
+ inheritance_settings: z.record(z.string(), z.unknown()).nullish().default({
421
+ inherit_visibility: true,
422
+ inherit_members: true,
423
+ inherit_permissions: true,
424
+ inherit_timezone: true
425
+ })
426
+ });
427
+ /**
428
+ * EventAnalyticTotal
429
+ */
430
+ export const zEventAnalyticTotal = z.object({
431
+ total_count: z.int()
432
+ });
433
+ /**
434
+ * EventAttendeeCreate
435
+ *
436
+ * Pydantic model for creating a new event attendee.
437
+ */
438
+ export const zEventAttendeeCreate = z.object({
439
+ status: zAttendeeStatus.optional().default('invited'),
440
+ notes: z.string().max(1000).nullish(),
441
+ contact_id: z.uuid()
442
+ });
443
+ /**
444
+ * EventAttendeeRead
445
+ *
446
+ * Pydantic model for reading event attendee data.
447
+ */
448
+ export const zEventAttendeeRead = z.object({
449
+ status: zAttendeeStatus.optional().default('invited'),
450
+ notes: z.string().max(1000).nullish(),
451
+ id: z.int(),
452
+ event_id: z.int(),
453
+ contact_id: z.uuid(),
454
+ is_checked_in: z.boolean(),
455
+ checked_in_at: z.iso.datetime().nullish(),
456
+ invited_at: z.iso.datetime().nullish(),
457
+ responded_at: z.iso.datetime().nullish(),
458
+ created_at: z.iso.datetime(),
459
+ updated_at: z.iso.datetime(),
460
+ contact: zAttendeeInfo.nullish()
461
+ });
462
+ /**
463
+ * EventAttendeeList
464
+ *
465
+ * Model for list of attendees with contact info.
466
+ */
467
+ export const zEventAttendeeList = z.object({
468
+ attendees: z.array(zEventAttendeeRead).optional(),
469
+ total: z.int()
470
+ });
471
+ /**
472
+ * EventAttendeeUpdate
473
+ *
474
+ * Pydantic model for updating an existing event attendee.
475
+ */
476
+ export const zEventAttendeeUpdate = z.object({
477
+ status: zAttendeeStatus.optional().default('invited'),
478
+ notes: z.string().max(1000).nullish()
479
+ });
480
+ /**
481
+ * EventLocationFilter
482
+ *
483
+ * Location-based filtering options for events.
484
+ */
485
+ export const zEventLocationFilter = z.object({
486
+ latitude: z.number().gte(-90).lte(90).nullish(),
487
+ longitude: z.number().gte(-180).lte(180).nullish(),
488
+ radius_km: z.number().gte(0).lte(20037).nullish(),
489
+ has_location: z.boolean().nullish(),
490
+ address_contains: z.string().nullish()
491
+ });
492
+ /**
493
+ * EventPaginationOptions
494
+ *
495
+ * Pagination options for event queries.
496
+ */
497
+ export const zEventPaginationOptions = z.object({
498
+ limit: z.int().gte(1).lte(1000).optional().default(10),
499
+ offset: z.int().gte(0).optional().default(0)
500
+ });
501
+ /**
502
+ * EventPreviewDTO
503
+ */
504
+ export const zEventPreviewDto = z.object({
505
+ id: z.int(),
506
+ title: z.string(),
507
+ start_dt: z.string().nullish(),
508
+ end_dt: z.string().nullish(),
509
+ next_milestone: z.string().nullish(),
510
+ next_milestone_date: z.string().nullish(),
511
+ status: z.string(),
512
+ health: z.string().optional().default('healthy'),
513
+ attendee_count: z.int().optional().default(0)
514
+ });
515
+ /**
516
+ * EventRead
517
+ *
518
+ * Schema for reading Event data.
519
+ *
520
+ * This model represents the public API response for an event, including
521
+ * calculated fields like attendee counts and formatted timestamps.
522
+ */
523
+ export const zEventRead = z.object({
524
+ id: z.int(),
525
+ title: z.string(),
526
+ description: z.string().nullish(),
527
+ is_deleted: z.boolean(),
528
+ is_locked: z.boolean(),
529
+ creator_id: z.uuid(),
530
+ org_id: z.uuid().nullish(),
531
+ created_dt: z.string(),
532
+ start_dt: z.string(),
533
+ end_dt: z.string(),
534
+ timezone: z.string(),
535
+ visibility: z.int().nullish(),
536
+ keywords: z.array(z.string()).nullish(),
537
+ url_shortcut: z.string().nullish(),
538
+ own_map_url: z.string(),
539
+ subcontrib_speakers_can_submit: z.boolean(),
540
+ repeat_days: z.array(z.int()).nullish(),
541
+ repeat_presets: z.string().nullish(),
542
+ timeline_preset: z.string().nullish(),
543
+ attendee_count: z.int().optional().default(0),
544
+ latitude: z.number().nullish(),
545
+ longitude: z.number().nullish(),
546
+ address: z.string().nullish(),
547
+ event_metadata: z.record(z.string(), z.unknown()).nullish(),
548
+ dependencies: z.array(z.unknown()).optional(),
549
+ documents: z.array(z.string()).optional(),
550
+ created_at: z.string(),
551
+ updated_at: z.string(),
552
+ base_events: z.array(zBaseEventInfo).optional()
553
+ });
554
+ /**
555
+ * EventRelationshipFilter
556
+ *
557
+ * Relationship-based filtering options for events.
558
+ */
559
+ export const zEventRelationshipFilter = z.object({
560
+ space_ids: z.array(z.int()).nullish(),
561
+ document_ids: z.array(z.uuid()).nullish(),
562
+ has_documents: z.boolean().nullish(),
563
+ has_spaces: z.boolean().nullish(),
564
+ has_timelines: z.boolean().nullish()
565
+ });
566
+ /**
567
+ * EventRepeatFilter
568
+ *
569
+ * Recurrence/repeat-based filtering options for events.
570
+ */
571
+ export const zEventRepeatFilter = z.object({
572
+ repeat_days: z.array(z.int()).nullish(),
573
+ repeat_presets: z.array(z.string()).nullish(),
574
+ is_recurring: z.boolean().nullish(),
575
+ timeline_preset: z.array(z.string()).nullish()
576
+ });
577
+ /**
578
+ * EventSortFieldConfig
579
+ *
580
+ * Individual sort field configuration.
581
+ */
582
+ export const zEventSortFieldConfig = z.object({
583
+ field: z.enum([
584
+ 'id',
585
+ 'title',
586
+ 'description',
587
+ 'created_dt',
588
+ 'start_dt',
589
+ 'end_dt',
590
+ 'visibility',
591
+ 'creator_id',
592
+ 'is_deleted',
593
+ 'is_locked',
594
+ 'latitude',
595
+ 'longitude'
596
+ ]),
597
+ order: z.enum(['asc', 'desc']).optional()
598
+ });
599
+ /**
600
+ * EventSortOptions
601
+ *
602
+ * Sorting options for event queries - supports multiple sort fields.
603
+ */
604
+ export const zEventSortOptions = z.object({
605
+ sort_by: z.enum([
606
+ 'id',
607
+ 'title',
608
+ 'description',
609
+ 'created_dt',
610
+ 'start_dt',
611
+ 'end_dt',
612
+ 'visibility',
613
+ 'creator_id',
614
+ 'is_deleted',
615
+ 'is_locked',
616
+ 'latitude',
617
+ 'longitude'
618
+ ]).nullish(),
619
+ sort_order: z.enum(['asc', 'desc']).nullish(),
620
+ sorts: z.array(zEventSortFieldConfig).nullish()
621
+ });
622
+ /**
623
+ * EventStatusFilter
624
+ *
625
+ * Status-based filtering options for events.
626
+ */
627
+ export const zEventStatusFilter = z.object({
628
+ visibility: z.array(z.int()).nullish(),
629
+ is_deleted: z.boolean().nullish(),
630
+ is_locked: z.boolean().nullish(),
631
+ creator_ids: z.array(z.string()).nullish()
632
+ });
633
+ /**
634
+ * EventTextFilter
635
+ *
636
+ * Text-based filtering options for events.
637
+ */
638
+ export const zEventTextFilter = z.object({
639
+ search: z.string().nullish(),
640
+ title: z.string().nullish(),
641
+ description: z.string().nullish(),
642
+ keywords: z.array(z.string()).nullish()
643
+ });
644
+ /**
645
+ * ExecuteRuleRequest
646
+ *
647
+ * Request to manually execute a rule.
648
+ */
649
+ export const zExecuteRuleRequest = z.object({
650
+ trigger_type: z.string().optional().default('MANUAL'),
651
+ trigger_context: z.record(z.string(), z.unknown()).optional()
652
+ });
653
+ /**
654
+ * ExecuteRuleResponse
655
+ *
656
+ * Response from rule execution.
657
+ */
658
+ export const zExecuteRuleResponse = z.object({
659
+ execution_id: z.uuid(),
660
+ status: z.string(),
661
+ conditions_met: z.boolean().nullish(),
662
+ condition_results: z.array(z.record(z.string(), z.unknown())).nullish(),
663
+ action_results: z.array(z.record(z.string(), z.unknown())).nullish(),
664
+ error: z.string().nullish(),
665
+ cached: z.boolean().optional().default(false)
666
+ });
667
+ /**
668
+ * ExecutionResponse
669
+ *
670
+ * Rule execution response.
671
+ */
672
+ export const zExecutionResponse = z.object({
673
+ id: z.uuid(),
674
+ rule_id: z.uuid(),
675
+ org_id: z.uuid().nullable(),
676
+ creator_id: z.string(),
677
+ execution_key: z.string(),
678
+ trigger_type: z.string(),
679
+ trigger_context: z.record(z.string(), z.unknown()).nullable(),
680
+ status: z.string(),
681
+ started_at: z.iso.datetime().nullable(),
682
+ completed_at: z.iso.datetime().nullable(),
683
+ condition_results: z.record(z.string(), z.unknown()).nullable(),
684
+ action_results: z.record(z.string(), z.unknown()).nullable(),
685
+ error_message: z.string().nullable(),
686
+ retry_count: z.int(),
687
+ created_at: z.iso.datetime()
688
+ });
689
+ /**
690
+ * FilterOperator
691
+ *
692
+ * Supported filter operators for building query conditions.
693
+ */
694
+ export const zFilterOperator = z.enum([
695
+ 'eq',
696
+ 'ne',
697
+ 'gt',
698
+ 'gte',
699
+ 'lt',
700
+ 'lte',
701
+ 'contains',
702
+ 'icontains',
703
+ 'startswith',
704
+ 'endswith',
705
+ 'in',
706
+ 'not_in',
707
+ 'is_null',
708
+ 'is_not_null',
709
+ 'between',
710
+ 'regex'
711
+ ]);
712
+ /**
713
+ * EventDateFilter
714
+ *
715
+ * Date-based filtering options for events.
716
+ */
717
+ export const zEventDateFilter = z.object({
718
+ start_date: z.iso.datetime().nullish(),
719
+ end_date: z.iso.datetime().nullish(),
720
+ created_after: z.iso.datetime().nullish(),
721
+ created_before: z.iso.datetime().nullish(),
722
+ date_operator: zFilterOperator.optional().default('between')
723
+ });
724
+ /**
725
+ * EventAdvancedFilters
726
+ *
727
+ * Complete advanced filtering options for events.
728
+ */
729
+ export const zEventAdvancedFilters = z.object({
730
+ date_filters: zEventDateFilter.nullish(),
731
+ text_filters: zEventTextFilter.nullish(),
732
+ status_filters: zEventStatusFilter.nullish(),
733
+ relationship_filters: zEventRelationshipFilter.nullish(),
734
+ repeat_filters: zEventRepeatFilter.nullish(),
735
+ location_filters: zEventLocationFilter.nullish(),
736
+ custom_conditions: z.string().nullish()
737
+ });
738
+ /**
739
+ * EventFilterRequest
740
+ *
741
+ * Complete filter request for POST endpoint.
742
+ */
743
+ export const zEventFilterRequest = z.object({
744
+ filters: zEventAdvancedFilters.nullish(),
745
+ sort: zEventSortOptions.nullish(),
746
+ pagination: zEventPaginationOptions.nullish()
747
+ });
748
+ /**
749
+ * GetPlaceListResponseDTO
750
+ */
751
+ export const zGetPlaceListResponseDto = z.object({
752
+ id: z.int(),
753
+ title: z.string(),
754
+ description: z.string(),
755
+ visibility: z.int(),
756
+ keywords: z.array(z.string())
757
+ });
758
+ /**
759
+ * GetSpaceListResponseDTO
760
+ */
761
+ export const zGetSpaceListResponseDto = z.object({
762
+ id: z.int(),
763
+ title: z.string(),
764
+ description: z.string(),
765
+ created_at: z.string(),
766
+ updated_at: z.string(),
767
+ timezone: z.string(),
768
+ visibility: z.int().nullish(),
769
+ creator_id: z.string().nullish(),
770
+ org_id: z.string().nullish(),
771
+ parent_id: z.int().nullish(),
772
+ children: z.array(z.int()).optional().default([]),
773
+ inheritance_settings: z.record(z.string(), z.unknown()).nullish(),
774
+ member_count: z.int().optional().default(0),
775
+ event_count: z.int().optional().default(0),
776
+ is_member: z.boolean().optional().default(false),
777
+ user_role: z.string().nullish()
778
+ });
779
+ /**
780
+ * GetUserListResponseDTO
781
+ */
782
+ export const zGetUserListResponseDto = z.object({
783
+ id: z.string(),
784
+ email: z.string(),
785
+ username: z.string().nullish()
786
+ });
787
+ /**
788
+ * InviteRead
789
+ *
790
+ * Schema representing an organization invitation.
791
+ */
792
+ export const zInviteRead = z.object({
793
+ id: z.string(),
794
+ org_id: z.string(),
795
+ email: z.string(),
796
+ role: z.string().optional().default('member'),
797
+ status: z.string().optional().default('pending'),
798
+ inviter_id: z.string(),
799
+ expires_at: z.iso.datetime().nullish(),
800
+ created_at: z.iso.datetime().nullish()
801
+ });
802
+ /**
803
+ * LocationResponse
804
+ */
805
+ export const zLocationResponse = z.object({
806
+ latitude: z.number().nullish(),
807
+ longitude: z.number().nullish(),
808
+ address: z.string().nullish()
809
+ });
810
+ /**
811
+ * LocationUpdateSchema
812
+ */
813
+ export const zLocationUpdateSchema = z.object({
814
+ latitude: z.number().nullish(),
815
+ longitude: z.number().nullish(),
816
+ address: z.string().nullish()
817
+ });
818
+ /**
819
+ * MemberResponse
820
+ */
821
+ export const zMemberResponse = z.object({
822
+ id: z.uuid(),
823
+ room_id: z.uuid(),
824
+ user_id: z.uuid(),
825
+ role: z.string(),
826
+ created_at: z.iso.datetime(),
827
+ updated_at: z.iso.datetime()
828
+ });
829
+ /**
830
+ * MembersListResponse
831
+ */
832
+ export const zMembersListResponse = z.object({
833
+ members: z.array(zMemberResponse),
834
+ total: z.int()
835
+ });
836
+ /**
837
+ * MetricBreakdown
838
+ */
839
+ export const zMetricBreakdown = z.object({
840
+ total: z.int().optional().default(0),
841
+ assigned: z.int().optional().default(0),
842
+ unassigned: z.int().optional().default(0)
843
+ });
844
+ /**
845
+ * OrgCostSummary
846
+ */
847
+ export const zOrgCostSummary = z.object({
848
+ org_id: z.uuid(),
849
+ total_cost_usd: z.number(),
850
+ total_tokens: z.int(),
851
+ session_count: z.int(),
852
+ user_count: z.int(),
853
+ start_date: z.iso.datetime().nullish(),
854
+ end_date: z.iso.datetime().nullish()
855
+ });
856
+ /**
857
+ * OrganizationRead
858
+ */
859
+ export const zOrganizationRead = z.object({
860
+ id: z.uuid(),
861
+ name: z.string(),
862
+ zitadel_org_id: z.string(),
863
+ plan: z.string(),
864
+ allow_public_visibility: z.boolean().optional().default(false),
865
+ created_at: z.iso.datetime(),
866
+ updated_at: z.iso.datetime()
867
+ });
868
+ /**
869
+ * OrganizationResponse
870
+ */
871
+ export const zOrganizationResponse = z.object({
872
+ id: z.uuid(),
873
+ name: z.string(),
874
+ zitadel_org_id: z.string(),
875
+ plan: z.string(),
876
+ allow_public_visibility: z.boolean(),
877
+ created_at: z.iso.datetime(),
878
+ updated_at: z.iso.datetime()
879
+ });
880
+ /**
881
+ * PaginatedSpaceListResponseDTO
882
+ *
883
+ * Paginated response for space list to support infinite scrolling
884
+ */
885
+ export const zPaginatedSpaceListResponseDto = z.object({
886
+ items: z.array(zGetSpaceListResponseDto),
887
+ has_next: z.boolean(),
888
+ has_prev: z.boolean(),
889
+ total_count: z.int(),
890
+ next_cursor: z.int().nullish(),
891
+ prev_cursor: z.int().nullish()
892
+ });
893
+ /**
894
+ * PaginationMeta
895
+ */
896
+ export const zPaginationMeta = z.object({
897
+ total: z.int().nullish(),
898
+ limit: z.int(),
899
+ offset: z.int(),
900
+ has_next: z.boolean(),
901
+ has_prev: z.boolean(),
902
+ next_cursor: z.string().nullish()
903
+ });
904
+ /**
905
+ * PermissionAuditStats
906
+ *
907
+ * Response schema for permission audit statistics.
908
+ */
909
+ export const zPermissionAuditStats = z.object({
910
+ total_checks: z.int(),
911
+ granted_count: z.int(),
912
+ denied_count: z.int(),
913
+ unique_users: z.int(),
914
+ unique_permissions: z.int(),
915
+ most_checked_permissions: z.array(z.tuple([z.string(), z.int()])),
916
+ most_denied_permissions: z.array(z.tuple([z.string(), z.int()]))
917
+ });
918
+ /**
919
+ * PermissionResponse
920
+ */
921
+ export const zPermissionResponse = z.object({
922
+ code: z.string(),
923
+ description: z.string().nullish()
924
+ });
925
+ /**
926
+ * PlaceAnalyticTotal
927
+ */
928
+ export const zPlaceAnalyticTotal = z.object({
929
+ total_count: z.int()
930
+ });
931
+ /**
932
+ * PublishEventWithNotificationsRequest
933
+ */
934
+ export const zPublishEventWithNotificationsRequest = z.object({
935
+ notify_attendees: z.boolean().optional().default(false),
936
+ notification_channels: z.array(z.string()).nullish()
937
+ });
938
+ /**
939
+ * PulseDTO
940
+ */
941
+ export const zPulseDto = z.object({
942
+ members: zMetricBreakdown,
943
+ events: zMetricBreakdown,
944
+ materials: zMetricBreakdown,
945
+ velocity: z.string().optional().default('stable')
946
+ });
947
+ /**
948
+ * RoleListResponse
949
+ */
950
+ export const zRoleListResponse = z.object({
951
+ id: z.uuid(),
952
+ org_id: z.uuid(),
953
+ name: z.string(),
954
+ description: z.string().nullish(),
955
+ permission_count: z.int().optional().default(0),
956
+ created_at: z.iso.datetime(),
957
+ updated_at: z.iso.datetime()
958
+ });
959
+ /**
960
+ * RoleResponse
961
+ */
962
+ export const zRoleResponse = z.object({
963
+ id: z.uuid(),
964
+ org_id: z.uuid(),
965
+ name: z.string(),
966
+ description: z.string().nullish(),
967
+ permissions: z.array(zPermissionResponse).optional(),
968
+ created_at: z.iso.datetime(),
969
+ updated_at: z.iso.datetime()
970
+ });
971
+ /**
972
+ * RollbackSpaceRequest
973
+ *
974
+ * Request to rollback space to a specific version.
975
+ */
976
+ export const zRollbackSpaceRequest = z.object({
977
+ version_number: z.int().gt(0)
978
+ });
979
+ /**
980
+ * RoomType
981
+ */
982
+ export const zRoomType = z.enum([
983
+ 'direct',
984
+ 'group',
985
+ 'channel'
986
+ ]);
987
+ /**
988
+ * RoomResponse
989
+ */
990
+ export const zRoomResponse = z.object({
991
+ id: z.uuid(),
992
+ org_id: z.uuid().nullish(),
993
+ room_type: zRoomType,
994
+ name: z.string().nullable(),
995
+ description: z.string().nullable(),
996
+ visibility: z.int(),
997
+ metadata_: zChatMetadata.optional(),
998
+ creator_id: z.uuid(),
999
+ created_at: z.iso.datetime(),
1000
+ updated_at: z.iso.datetime()
1001
+ });
1002
+ /**
1003
+ * RoomListResponse
1004
+ */
1005
+ export const zRoomListResponse = z.object({
1006
+ rooms: z.array(zRoomResponse),
1007
+ next_cursor: z.string().nullish(),
1008
+ has_more: z.boolean().optional().default(false)
1009
+ });
1010
+ /**
1011
+ * RuleResponse
1012
+ *
1013
+ * Automation rule response.
1014
+ */
1015
+ export const zRuleResponse = z.object({
1016
+ id: z.uuid(),
1017
+ org_id: z.uuid().nullable(),
1018
+ creator_id: z.string(),
1019
+ name: z.string(),
1020
+ description: z.string().nullable(),
1021
+ scope: z.string(),
1022
+ scope_id: z.uuid().nullable(),
1023
+ enabled: z.boolean(),
1024
+ priority: z.int(),
1025
+ conditions: z.record(z.string(), z.unknown()),
1026
+ actions: z.array(z.record(z.string(), z.unknown())),
1027
+ schedule: z.record(z.string(), z.unknown()),
1028
+ constraints: z.record(z.string(), z.unknown()).nullable(),
1029
+ rule_metadata: z.record(z.string(), z.unknown()).nullable(),
1030
+ version: z.int(),
1031
+ created_at: z.iso.datetime(),
1032
+ updated_at: z.iso.datetime(),
1033
+ scope_mode: z.string().nullish()
1034
+ });
1035
+ /**
1036
+ * RuleListResponse
1037
+ *
1038
+ * List of automation rules.
1039
+ */
1040
+ export const zRuleListResponse = z.object({
1041
+ rules: z.array(zRuleResponse),
1042
+ total: z.int()
1043
+ });
1044
+ /**
1045
+ * SectionContentRead
1046
+ *
1047
+ * Partial response model for Content (Description, Metadata, Label).
1048
+ * Used by `PATCH /content` and `GET /section/content`.
1049
+ */
1050
+ export const zSectionContentRead = z.object({
1051
+ id: z.int(),
1052
+ title: z.string(),
1053
+ status: z.string().nullish(),
1054
+ description: z.string().nullish(),
1055
+ event_metadata: z.record(z.string(), z.unknown()).nullish()
1056
+ });
1057
+ /**
1058
+ * SectionIdentificationRead
1059
+ *
1060
+ * Partial response model for Identification (Title, Status).
1061
+ * Used by `PATCH /identification` and `GET /section/identification`.
1062
+ */
1063
+ export const zSectionIdentificationRead = z.object({
1064
+ id: z.int(),
1065
+ title: z.string(),
1066
+ status: z.string().nullish()
1067
+ });
1068
+ /**
1069
+ * SectionSettingsRead
1070
+ *
1071
+ * Partial response model for Settings (Visibility, Access Control).
1072
+ * Used by `PATCH /settings` and `GET /section/settings`.
1073
+ */
1074
+ export const zSectionSettingsRead = z.object({
1075
+ id: z.int(),
1076
+ title: z.string(),
1077
+ status: z.string().nullish(),
1078
+ visibility: z.int().nullish(),
1079
+ keywords: z.array(z.string()).nullish(),
1080
+ is_locked: z.boolean().optional().default(false),
1081
+ subcontrib_speakers_can_submit: z.boolean().optional().default(true)
1082
+ });
1083
+ /**
1084
+ * SenderProfile
1085
+ */
1086
+ export const zSenderProfile = z.object({
1087
+ id: z.string(),
1088
+ username: z.string().nullish(),
1089
+ first_name: z.string().nullish(),
1090
+ last_name: z.string().nullish(),
1091
+ avatar_url: z.string().nullish()
1092
+ });
1093
+ /**
1094
+ * SessionCostBreakdown
1095
+ */
1096
+ export const zSessionCostBreakdown = z.object({
1097
+ total_cost_usd: z.number(),
1098
+ total_tokens: z.int(),
1099
+ total_input_tokens: z.int(),
1100
+ total_output_tokens: z.int(),
1101
+ message_count: z.int(),
1102
+ model: z.string(),
1103
+ last_message_cost_usd: z.number().nullish()
1104
+ });
1105
+ /**
1106
+ * SessionStatus
1107
+ *
1108
+ * Enum representing AI agent session status.
1109
+ */
1110
+ export const zSessionStatus = z.enum([
1111
+ 'active',
1112
+ 'archived',
1113
+ 'deleted'
1114
+ ]);
1115
+ /**
1116
+ * CreateSessionResponse
1117
+ */
1118
+ export const zCreateSessionResponse = z.object({
1119
+ id: z.uuid(),
1120
+ org_id: z.uuid().nullable(),
1121
+ creator_id: z.uuid(),
1122
+ title: z.string(),
1123
+ thread_id: z.string(),
1124
+ agent_type: zAgentType,
1125
+ model: z.string(),
1126
+ temperature: z.number(),
1127
+ system_prompt: z.string().nullable(),
1128
+ status: zSessionStatus,
1129
+ message_count: z.int(),
1130
+ created_at: z.iso.datetime(),
1131
+ updated_at: z.iso.datetime(),
1132
+ last_message_at: z.iso.datetime().nullable()
1133
+ });
1134
+ /**
1135
+ * SessionListResponse
1136
+ */
1137
+ export const zSessionListResponse = z.object({
1138
+ sessions: z.array(zCreateSessionResponse),
1139
+ total: z.int(),
1140
+ limit: z.int(),
1141
+ offset: z.int()
1142
+ });
1143
+ /**
1144
+ * SetPermissionsRequest
1145
+ */
1146
+ export const zSetPermissionsRequest = z.object({
1147
+ permission_codes: z.array(z.string())
1148
+ });
1149
+ /**
1150
+ * SpaceAnalyticTotal
1151
+ */
1152
+ export const zSpaceAnalyticTotal = z.object({
1153
+ total_count: z.int()
1154
+ });
1155
+ /**
1156
+ * GetAnalyticTotalsDto
1157
+ */
1158
+ export const zGetAnalyticTotalsDto = z.object({
1159
+ event: zEventAnalyticTotal,
1160
+ place: zPlaceAnalyticTotal,
1161
+ space: zSpaceAnalyticTotal
1162
+ });
1163
+ /**
1164
+ * SpaceContactCreate
1165
+ *
1166
+ * Pydantic model for creating a new space contact.
1167
+ */
1168
+ export const zSpaceContactCreate = z.object({
1169
+ contact_id: z.uuid()
1170
+ });
1171
+ /**
1172
+ * SpaceContactInfo
1173
+ *
1174
+ * Space contact information for API responses.
1175
+ */
1176
+ export const zSpaceContactInfo = z.object({
1177
+ id: z.uuid(),
1178
+ first_name: z.string().nullish(),
1179
+ last_name: z.string().nullish(),
1180
+ email: z.string().nullish(),
1181
+ phone_primary: z.string().nullish(),
1182
+ company: z.string().nullish(),
1183
+ job_title: z.string().nullish(),
1184
+ avatar_url: z.string().nullish()
1185
+ });
1186
+ /**
1187
+ * SpaceContactRead
1188
+ *
1189
+ * Pydantic model for reading space contact data.
1190
+ */
1191
+ export const zSpaceContactRead = z.object({
1192
+ id: z.int(),
1193
+ space_id: z.int(),
1194
+ contact_id: z.uuid(),
1195
+ created_at: z.string(),
1196
+ updated_at: z.string(),
1197
+ contact: zSpaceContactInfo.nullish()
1198
+ });
1199
+ /**
1200
+ * SpaceContactList
1201
+ *
1202
+ * Model for list of space contacts with contact info.
1203
+ */
1204
+ export const zSpaceContactList = z.object({
1205
+ contacts: z.array(zSpaceContactRead).optional(),
1206
+ total: z.int()
1207
+ });
1208
+ /**
1209
+ * SpaceEventCreate
1210
+ *
1211
+ * Pydantic model for creating a new space event association.
1212
+ */
1213
+ export const zSpaceEventCreate = z.object({
1214
+ event_id: z.int()
1215
+ });
1216
+ /**
1217
+ * SpaceEventInfo
1218
+ *
1219
+ * Space event information for API responses.
1220
+ */
1221
+ export const zSpaceEventInfo = z.object({
1222
+ id: z.int(),
1223
+ title: z.string(),
1224
+ description: z.string().nullish(),
1225
+ start_time: z.string().nullish(),
1226
+ end_time: z.string().nullish(),
1227
+ location: z.string().nullish(),
1228
+ status: z.string().nullish()
1229
+ });
1230
+ /**
1231
+ * SpaceHierarchyItem
1232
+ *
1233
+ * Space hierarchy item for tree display
1234
+ */
1235
+ export const zSpaceHierarchyItem = z.object({
1236
+ id: z.int(),
1237
+ title: z.string(),
1238
+ description: z.string(),
1239
+ parent_id: z.int().nullable(),
1240
+ children: z.array(z.lazy(() => zSpaceHierarchyItem)).optional().default([]),
1241
+ level: z.int().optional().default(0),
1242
+ is_inherited: z.boolean().optional().default(true)
1243
+ });
1244
+ /**
1245
+ * SpaceInheritanceSettings
1246
+ *
1247
+ * Space inheritance configuration
1248
+ */
1249
+ export const zSpaceInheritanceSettings = z.object({
1250
+ inherit_visibility: z.boolean().optional().default(true),
1251
+ inherit_members: z.boolean().optional().default(true),
1252
+ inherit_permissions: z.boolean().optional().default(true),
1253
+ inherit_timezone: z.boolean().optional().default(true)
1254
+ });
1255
+ /**
1256
+ * SpaceRole
1257
+ *
1258
+ * Space roles with hierarchical permissions
1259
+ */
1260
+ export const zSpaceRole = z.enum([
1261
+ 'space_owner',
1262
+ 'space_admin',
1263
+ 'space_member',
1264
+ 'space_viewer'
1265
+ ]);
1266
+ /**
1267
+ * AddSpaceMemberRequest
1268
+ *
1269
+ * Request model for adding a member to a space
1270
+ */
1271
+ export const zAddSpaceMemberRequest = z.object({
1272
+ email: z.string(),
1273
+ role: zSpaceRole.optional().default('space_member')
1274
+ });
1275
+ /**
1276
+ * SpaceMemberResponse
1277
+ *
1278
+ * Response model for space member information
1279
+ */
1280
+ export const zSpaceMemberResponse = z.object({
1281
+ user_id: z.string(),
1282
+ email: z.string(),
1283
+ name: z.string().nullish(),
1284
+ role: zSpaceRole,
1285
+ joined_at: z.string(),
1286
+ avatar_url: z.string().nullish()
1287
+ });
1288
+ /**
1289
+ * SpaceRoleCreate
1290
+ *
1291
+ * Space role creation model
1292
+ */
1293
+ export const zSpaceRoleCreate = z.object({
1294
+ name: z.string().min(1).max(255),
1295
+ description: z.string().max(500).nullish()
1296
+ });
1297
+ /**
1298
+ * SpaceRolePermissionAssign
1299
+ *
1300
+ * Model for assigning permissions to space roles
1301
+ */
1302
+ export const zSpaceRolePermissionAssign = z.object({
1303
+ permission_id: z.uuid()
1304
+ });
1305
+ /**
1306
+ * SpaceRoleRead
1307
+ *
1308
+ * Space role read model for API responses
1309
+ */
1310
+ export const zSpaceRoleRead = z.object({
1311
+ id: z.uuid(),
1312
+ space_id: z.int(),
1313
+ name: z.string(),
1314
+ description: z.string().nullish(),
1315
+ org_id: z.uuid(),
1316
+ permissions: z.array(z.unknown()).optional(),
1317
+ created_at: z.iso.datetime(),
1318
+ updated_at: z.iso.datetime()
1319
+ });
1320
+ /**
1321
+ * SpaceRoleUpdate
1322
+ *
1323
+ * Space role update model
1324
+ */
1325
+ export const zSpaceRoleUpdate = z.object({
1326
+ name: z.string().min(1).max(255).nullish(),
1327
+ description: z.string().max(500).nullish()
1328
+ });
1329
+ /**
1330
+ * SpaceStoryDTO
1331
+ */
1332
+ export const zSpaceStoryDto = z.object({
1333
+ id: z.int(),
1334
+ name: z.string(),
1335
+ role: z.string(),
1336
+ member_count: z.int(),
1337
+ member_growth: z.int(),
1338
+ active_events: z.array(zEventPreviewDto).optional().default([]),
1339
+ ongoing_events_count: z.int().optional().default(0),
1340
+ upcoming_events_count: z.int().optional().default(0),
1341
+ remaining_events_count: z.int().optional().default(0),
1342
+ material_count: z.int().optional().default(0),
1343
+ subspace_count: z.int().optional().default(0),
1344
+ parent_space_name: z.string().nullish(),
1345
+ visibility: z.int().optional().default(0)
1346
+ });
1347
+ /**
1348
+ * DashboardStoryResponse
1349
+ */
1350
+ export const zDashboardStoryResponse = z.object({
1351
+ pulse: zPulseDto,
1352
+ spaces: z.array(zSpaceStoryDto),
1353
+ total_spaces: z.int().optional().default(0)
1354
+ });
1355
+ /**
1356
+ * SpaceVersionContact
1357
+ */
1358
+ export const zSpaceVersionContact = z.object({
1359
+ id: z.int(),
1360
+ contact_id: z.int(),
1361
+ contact: zContactResponse.nullable()
1362
+ });
1363
+ /**
1364
+ * SpaceVersionProfile
1365
+ */
1366
+ export const zSpaceVersionProfile = z.object({
1367
+ id: z.uuid(),
1368
+ email: z.string().nullable(),
1369
+ first_name: z.string().nullable(),
1370
+ last_name: z.string().nullable(),
1371
+ avatar_url: z.string().nullable()
1372
+ });
1373
+ /**
1374
+ * SpaceVersionMember
1375
+ */
1376
+ export const zSpaceVersionMember = z.object({
1377
+ user_id: z.uuid(),
1378
+ role: z.string(),
1379
+ is_active: z.boolean(),
1380
+ joined_at: z.iso.datetime().nullish(),
1381
+ profile: zSpaceVersionProfile.nullable()
1382
+ });
1383
+ /**
1384
+ * SpaceVersionRead
1385
+ *
1386
+ * Published space version response.
1387
+ */
1388
+ export const zSpaceVersionRead = z.object({
1389
+ id: z.int(),
1390
+ space_id: z.int(),
1391
+ version_number: z.int(),
1392
+ status: z.string(),
1393
+ title: z.string(),
1394
+ description: z.string().nullable(),
1395
+ timezone: z.string(),
1396
+ visibility: z.int().nullable(),
1397
+ event_creation_mode: z.int(),
1398
+ suggestions_disabled: z.boolean(),
1399
+ notify_managers: z.boolean(),
1400
+ icon_metadata: z.record(z.string(), z.unknown()).nullable(),
1401
+ logo_metadata: z.record(z.string(), z.unknown()).nullable(),
1402
+ published_at: z.iso.datetime(),
1403
+ published_by: z.uuid().nullable(),
1404
+ created_at: z.iso.datetime(),
1405
+ updated_at: z.iso.datetime(),
1406
+ members: z.array(zSpaceVersionMember).optional().default([]),
1407
+ contacts: z.array(zSpaceVersionContact).optional().default([]),
1408
+ documents: z.array(z.string()).optional().default([])
1409
+ });
1410
+ /**
1411
+ * SpaceVersionListResponse
1412
+ *
1413
+ * List of space versions.
1414
+ */
1415
+ export const zSpaceVersionListResponse = z.object({
1416
+ versions: z.array(zSpaceVersionRead),
1417
+ total: z.int()
1418
+ });
1419
+ /**
1420
+ * SpaceWithRelationshipsResponse
1421
+ *
1422
+ * Extended space response with relationship fields
1423
+ */
1424
+ export const zSpaceWithRelationshipsResponse = z.object({
1425
+ id: z.int(),
1426
+ title: z.string(),
1427
+ description: z.string(),
1428
+ timezone: z.string(),
1429
+ visibility: z.int().nullable(),
1430
+ creator_id: z.string().nullable(),
1431
+ parent_id: z.int().nullable(),
1432
+ children: z.array(z.int()).optional().default([]),
1433
+ inheritance_settings: zSpaceInheritanceSettings.nullish()
1434
+ });
1435
+ /**
1436
+ * StartWorkflowAsyncResponse
1437
+ */
1438
+ export const zStartWorkflowAsyncResponse = z.object({
1439
+ execution_id: z.uuid(),
1440
+ task_id: z.string(),
1441
+ status: z.string(),
1442
+ message: z.string().optional().default('Workflow execution queued')
1443
+ });
1444
+ /**
1445
+ * SubSpaceDisplayData
1446
+ *
1447
+ * Display data for sub-space in list
1448
+ */
1449
+ export const zSubSpaceDisplayData = z.object({
1450
+ id: z.int(),
1451
+ title: z.string(),
1452
+ description: z.string(),
1453
+ event_count: z.int().optional().default(0),
1454
+ member_count: z.int().optional().default(0),
1455
+ is_inherited: z.boolean().optional().default(true)
1456
+ });
1457
+ /**
1458
+ * TaskMetadata
1459
+ *
1460
+ * Metadata describing an automation task (trigger, condition, or action).
1461
+ */
1462
+ export const zTaskMetadata = z.object({
1463
+ task_type: z.string(),
1464
+ category: z.enum([
1465
+ 'trigger',
1466
+ 'condition',
1467
+ 'action'
1468
+ ]),
1469
+ name: z.string(),
1470
+ description: z.string(),
1471
+ icon: z.string().nullish(),
1472
+ tags: z.array(z.string()).optional(),
1473
+ config_schema: z.record(z.string(), z.unknown()),
1474
+ ui_config: z.record(z.string(), z.unknown()).nullish(),
1475
+ examples: z.array(z.record(z.string(), z.unknown())).optional(),
1476
+ requires_org_context: z.boolean().optional().default(false),
1477
+ requires_event_scope: z.boolean().optional().default(false),
1478
+ version: z.string().optional().default('1.0.0')
1479
+ });
1480
+ /**
1481
+ * CombinedMetadataResponse
1482
+ *
1483
+ * Combined response with all metadata types.
1484
+ */
1485
+ export const zCombinedMetadataResponse = z.object({
1486
+ triggers: z.array(zTaskMetadata),
1487
+ conditions: z.array(zTaskMetadata),
1488
+ actions: z.array(zTaskMetadata)
1489
+ });
1490
+ /**
1491
+ * ToggleFavoriteRequest
1492
+ *
1493
+ * Request model for toggling contact favorite status.
1494
+ */
1495
+ export const zToggleFavoriteRequest = z.object({
1496
+ is_favorite: z.boolean().nullish()
1497
+ });
1498
+ /**
1499
+ * TokenUsage
1500
+ */
1501
+ export const zTokenUsage = z.object({
1502
+ input: z.int(),
1503
+ output: z.int(),
1504
+ total: z.int()
1505
+ });
1506
+ /**
1507
+ * SendMessageResponse
1508
+ */
1509
+ export const zSendMessageResponse = z.object({
1510
+ session_id: z.uuid(),
1511
+ thread_id: z.string(),
1512
+ message: z.string(),
1513
+ message_count: z.int(),
1514
+ timestamp: z.iso.datetime(),
1515
+ tokens_used: zTokenUsage.nullish(),
1516
+ cost_usd: z.number().nullish()
1517
+ });
1518
+ /**
1519
+ * TransferEventRequest
1520
+ */
1521
+ export const zTransferEventRequest = z.object({
1522
+ target_org_id: z.uuid()
1523
+ });
1524
+ /**
1525
+ * TransferSpaceRequest
1526
+ */
1527
+ export const zTransferSpaceRequest = z.object({
1528
+ target_org_id: z.uuid()
1529
+ });
1530
+ /**
1531
+ * TransferSpaceResponse
1532
+ */
1533
+ export const zTransferSpaceResponse = z.object({
1534
+ status: z.string(),
1535
+ space_id: z.int(),
1536
+ target_org_id: z.string()
1537
+ });
1538
+ /**
1539
+ * UpdateBookingRequest
1540
+ *
1541
+ * Request schema for updating a booking
1542
+ */
1543
+ export const zUpdateBookingRequest = z.object({
1544
+ title: z.string(),
1545
+ description: z.string().nullish(),
1546
+ start_dt: z.iso.datetime(),
1547
+ end_dt: z.iso.datetime(),
1548
+ status: z.string().optional().default('confirmed')
1549
+ });
1550
+ /**
1551
+ * UpdateContactRequest
1552
+ *
1553
+ * Request model for updating an existing contact.
1554
+ */
1555
+ export const zUpdateContactRequest = z.object({
1556
+ org_id: z.uuid().nullish(),
1557
+ first_name: z.string().max(255).nullish(),
1558
+ last_name: z.string().max(255).nullish(),
1559
+ middle_name: z.string().max(255).nullish(),
1560
+ nickname: z.string().max(255).nullish(),
1561
+ email: z.email().max(255).nullish(),
1562
+ phone_primary: z.string().max(50).nullish(),
1563
+ phone_secondary: z.string().max(50).nullish(),
1564
+ phone_work: z.string().max(50).nullish(),
1565
+ address_line1: z.string().max(255).nullish(),
1566
+ address_line2: z.string().max(255).nullish(),
1567
+ city: z.string().max(100).nullish(),
1568
+ state_province: z.string().max(100).nullish(),
1569
+ postal_code: z.string().max(20).nullish(),
1570
+ country: z.string().max(100).nullish(),
1571
+ company: z.string().max(255).nullish(),
1572
+ job_title: z.string().max(255).nullish(),
1573
+ website: z.string().max(255).nullish(),
1574
+ notes: z.string().nullish(),
1575
+ avatar_url: z.string().max(500).nullish(),
1576
+ linked_user_id: z.string().nullish(),
1577
+ is_favorite: z.boolean().nullish(),
1578
+ tags: z.array(z.string()).nullish()
1579
+ });
1580
+ /**
1581
+ * UpdateEventContentRequest
1582
+ */
1583
+ export const zUpdateEventContentRequest = z.object({
1584
+ description: z.string().nullish(),
1585
+ event_metadata: z.record(z.string(), z.unknown()).nullish()
1586
+ });
1587
+ /**
1588
+ * UpdateEventIdentificationRequest
1589
+ */
1590
+ export const zUpdateEventIdentificationRequest = z.object({
1591
+ title: z.string(),
1592
+ status: z.string().nullish()
1593
+ });
1594
+ /**
1595
+ * UpdateEventSettingsRequest
1596
+ */
1597
+ export const zUpdateEventSettingsRequest = z.object({
1598
+ visibility: z.int().nullish(),
1599
+ keywords: z.array(z.string()).nullish(),
1600
+ is_locked: z.boolean().nullish(),
1601
+ subcontrib_speakers_can_submit: z.boolean().nullish()
1602
+ });
1603
+ /**
1604
+ * UpdateOrganizationRequest
1605
+ */
1606
+ export const zUpdateOrganizationRequest = z.object({
1607
+ name: z.string().min(1).max(255).nullish(),
1608
+ plan: z.string().max(50).nullish(),
1609
+ allow_public_visibility: z.boolean().nullish()
1610
+ });
1611
+ /**
1612
+ * UpdateParentRequest
1613
+ *
1614
+ * Request to update space parent
1615
+ */
1616
+ export const zUpdateParentRequest = z.object({
1617
+ parent_id: z.int().nullish()
1618
+ });
1619
+ /**
1620
+ * UpdatePlaceRequest
1621
+ */
1622
+ export const zUpdatePlaceRequest = z.object({
1623
+ title: z.string(),
1624
+ description: z.string(),
1625
+ visibility: z.int(),
1626
+ keywords: z.array(z.string()).optional().default([])
1627
+ });
1628
+ /**
1629
+ * UpdatePlaceResponseDTO
1630
+ */
1631
+ export const zUpdatePlaceResponseDto = z.object({
1632
+ id: z.int(),
1633
+ title: z.string(),
1634
+ description: z.string(),
1635
+ visibility: z.int(),
1636
+ keywords: z.array(z.string())
1637
+ });
1638
+ /**
1639
+ * UpdateProfileRequest
1640
+ *
1641
+ * Profile update - only avatar and username can be changed locally.
1642
+ * Note: first_name and last_name are managed by external auth (Zitadel).
1643
+ */
1644
+ export const zUpdateProfileRequest = z.object({
1645
+ username: z.string().nullish(),
1646
+ avatar_url: z.string().nullish()
1647
+ });
1648
+ /**
1649
+ * UpdateRoleRequest
1650
+ */
1651
+ export const zUpdateRoleRequest = z.object({
1652
+ name: z.string().min(1).max(255).nullish(),
1653
+ description: z.string().max(500).nullish()
1654
+ });
1655
+ /**
1656
+ * UpdateRoomRequest
1657
+ */
1658
+ export const zUpdateRoomRequest = z.object({
1659
+ name: z.string().nullish(),
1660
+ description: z.string().nullish(),
1661
+ visibility: z.int().nullish(),
1662
+ metadata: zChatMetadata.nullish()
1663
+ });
1664
+ /**
1665
+ * UpdateRuleRequest
1666
+ *
1667
+ * Request to update automation rule.
1668
+ */
1669
+ export const zUpdateRuleRequest = z.object({
1670
+ name: z.string().min(1).max(255).nullish(),
1671
+ description: z.string().nullish(),
1672
+ enabled: z.boolean().nullish(),
1673
+ priority: z.int().gte(0).lte(100).nullish(),
1674
+ conditions: z.record(z.string(), z.unknown()).nullish(),
1675
+ actions: z.array(z.record(z.string(), z.unknown())).nullish(),
1676
+ schedule: z.record(z.string(), z.unknown()).nullish(),
1677
+ constraints: z.record(z.string(), z.unknown()).nullish(),
1678
+ metadata: z.record(z.string(), z.unknown()).nullish()
1679
+ });
1680
+ /**
1681
+ * UpdateSpaceMemberRoleRequest
1682
+ *
1683
+ * Request model for updating a space member's role
1684
+ */
1685
+ export const zUpdateSpaceMemberRoleRequest = z.object({
1686
+ role: zSpaceRole
1687
+ });
1688
+ /**
1689
+ * UpdateSpaceResponseDTO
1690
+ */
1691
+ export const zUpdateSpaceResponseDto = z.object({
1692
+ id: z.int(),
1693
+ title: z.string(),
1694
+ description: z.string(),
1695
+ timezone: z.string(),
1696
+ visibility: z.int().nullish(),
1697
+ creator_id: z.string().nullish()
1698
+ });
1699
+ /**
1700
+ * UserContextResponse
1701
+ *
1702
+ * Response schema for auth context endpoint.
1703
+ */
1704
+ export const zUserContextResponse = z.object({
1705
+ user_id: z.string(),
1706
+ email: z.string().nullish(),
1707
+ username: z.string().nullish(),
1708
+ is_service_account: z.boolean().optional().default(false),
1709
+ organizations: z.array(zOrganizationRead).optional()
1710
+ });
1711
+ /**
1712
+ * UserCostBreakdown
1713
+ */
1714
+ export const zUserCostBreakdown = z.object({
1715
+ user_id: z.uuid(),
1716
+ total_cost_usd: z.number(),
1717
+ total_tokens: z.int(),
1718
+ session_count: z.int()
1719
+ });
1720
+ /**
1721
+ * OrgCostDetailResponse
1722
+ */
1723
+ export const zOrgCostDetailResponse = z.object({
1724
+ summary: zOrgCostSummary,
1725
+ by_user: z.array(zUserCostBreakdown)
1726
+ });
1727
+ /**
1728
+ * UserProfileResponse
1729
+ */
1730
+ export const zUserProfileResponse = z.object({
1731
+ id: z.string(),
1732
+ email: z.string(),
1733
+ external_auth_id: z.string().nullish(),
1734
+ username: z.string().nullish(),
1735
+ avatar_url: z.string().nullish(),
1736
+ created_at: z.iso.datetime(),
1737
+ updated_at: z.iso.datetime()
1738
+ });
1739
+ /**
1740
+ * UserSearchResponseDTO
1741
+ */
1742
+ export const zUserSearchResponseDto = z.object({
1743
+ id: z.string(),
1744
+ username: z.string().nullish(),
1745
+ email: z.string().nullish(),
1746
+ avatar_url: z.string().nullish(),
1747
+ created_at: z.string(),
1748
+ updated_at: z.string()
1749
+ });
1750
+ /**
1751
+ * ValidationError
1752
+ */
1753
+ export const zValidationError = z.object({
1754
+ loc: z.array(z.union([z.string(), z.int()])),
1755
+ msg: z.string(),
1756
+ type: z.string()
1757
+ });
1758
+ /**
1759
+ * HTTPValidationError
1760
+ */
1761
+ export const zHttpValidationError = z.object({
1762
+ detail: z.array(zValidationError).optional()
1763
+ });
1764
+ /**
1765
+ * VersionComparisonResponse
1766
+ *
1767
+ * Response showing differences between two versions.
1768
+ */
1769
+ export const zVersionComparisonResponse = z.object({
1770
+ space_id: z.int(),
1771
+ version_a: z.int(),
1772
+ version_b: z.int(),
1773
+ differences: z.record(z.string(), z.unknown())
1774
+ });
1775
+ /**
1776
+ * WorkflowStatus
1777
+ *
1778
+ * Enum representing workflow execution status.
1779
+ */
1780
+ export const zWorkflowStatus = z.enum([
1781
+ 'pending',
1782
+ 'running',
1783
+ 'completed',
1784
+ 'failed',
1785
+ 'cancelled'
1786
+ ]);
1787
+ /**
1788
+ * WorkflowType
1789
+ *
1790
+ * Enum representing different workflow types.
1791
+ */
1792
+ export const zWorkflowType = z.enum([
1793
+ 'supervisor',
1794
+ 'parallel',
1795
+ 'sequential',
1796
+ 'evaluator_optimizer'
1797
+ ]);
1798
+ /**
1799
+ * StartWorkflowRequest
1800
+ */
1801
+ export const zStartWorkflowRequest = z.object({
1802
+ workflow_type: zWorkflowType,
1803
+ workflow_name: z.string().nullish(),
1804
+ input_data: z.record(z.string(), z.unknown()),
1805
+ session_id: z.uuid().nullish(),
1806
+ agent_types: z.array(zAgentType).nullish()
1807
+ });
1808
+ /**
1809
+ * WorkflowExecutionResponse
1810
+ */
1811
+ export const zWorkflowExecutionResponse = z.object({
1812
+ id: z.uuid(),
1813
+ org_id: z.uuid().nullable(),
1814
+ creator_id: z.uuid(),
1815
+ session_id: z.uuid().nullable(),
1816
+ workflow_type: zWorkflowType,
1817
+ workflow_name: z.string(),
1818
+ input_data: z.record(z.string(), z.unknown()),
1819
+ output_data: z.record(z.string(), z.unknown()).nullable(),
1820
+ status: zWorkflowStatus,
1821
+ error_message: z.string().nullable(),
1822
+ agents_involved: z.array(z.string()).nullable(),
1823
+ execution_time_ms: z.int().nullable(),
1824
+ started_at: z.iso.datetime(),
1825
+ completed_at: z.iso.datetime().nullable()
1826
+ });
1827
+ /**
1828
+ * WorkflowExecutionListResponse
1829
+ */
1830
+ export const zWorkflowExecutionListResponse = z.object({
1831
+ executions: z.array(zWorkflowExecutionResponse),
1832
+ total: z.int(),
1833
+ limit: z.int(),
1834
+ offset: z.int()
1835
+ });
1836
+ /**
1837
+ * SendMessageRequest
1838
+ */
1839
+ export const zAppAiAgentAdapterInputApiV1SchemasSendMessageRequest = z.object({
1840
+ message: z.string().min(1).max(10000),
1841
+ stream: z.boolean().optional().default(false)
1842
+ });
1843
+ /**
1844
+ * MessageResponse
1845
+ */
1846
+ export const zAppChatAdapterInputSchemasMessageMessageResponse = z.object({
1847
+ id: z.uuid(),
1848
+ room_id: z.uuid(),
1849
+ sender_id: z.uuid().nullable(),
1850
+ sender: zSenderProfile.nullish(),
1851
+ message_type: z.string(),
1852
+ content: z.string(),
1853
+ metadata_: zChatMetadata,
1854
+ created_at: z.iso.datetime(),
1855
+ updated_at: z.iso.datetime()
1856
+ });
1857
+ /**
1858
+ * SendMessageRequest
1859
+ */
1860
+ export const zAppChatAdapterInputSchemasMessageSendMessageRequest = z.object({
1861
+ content: z.string(),
1862
+ message_type: z.string().optional().default('text'),
1863
+ metadata: zChatMetadata.optional()
1864
+ });
1865
+ /**
1866
+ * SpaceInfo
1867
+ */
1868
+ export const zAppEventAdapterInputApiV1ResponseSpaceInfo = z.object({
1869
+ id: z.int(),
1870
+ title: z.string(),
1871
+ description: z.string()
1872
+ });
1873
+ /**
1874
+ * GetEventListResponse
1875
+ */
1876
+ export const zGetEventListResponse = z.object({
1877
+ id: z.int(),
1878
+ org_id: z.string().nullish(),
1879
+ title: z.string(),
1880
+ description: z.string(),
1881
+ start_dt: z.string(),
1882
+ end_dt: z.string(),
1883
+ timezone: z.string(),
1884
+ visibility: z.int(),
1885
+ keywords: z.array(z.string()),
1886
+ spaces: z.array(zAppEventAdapterInputApiV1ResponseSpaceInfo).optional(),
1887
+ repeat_days: z.array(z.int()).nullish(),
1888
+ repeat_presets: z.string().nullish(),
1889
+ timeline_preset: z.string().nullish(),
1890
+ created_at: z.string(),
1891
+ updated_at: z.string(),
1892
+ latitude: z.number().nullish(),
1893
+ longitude: z.number().nullish(),
1894
+ address: z.string().nullish(),
1895
+ event_metadata: z.record(z.string(), z.unknown()).nullish(),
1896
+ base_events: z.array(zBaseEventInfo).optional()
1897
+ });
1898
+ /**
1899
+ * PaginatedEventListResponse
1900
+ */
1901
+ export const zPaginatedEventListResponse = z.object({
1902
+ items: z.array(zGetEventListResponse),
1903
+ meta: zPaginationMeta
1904
+ });
1905
+ /**
1906
+ * SpaceInfo
1907
+ *
1908
+ * Comparison model for Space information.
1909
+ */
1910
+ export const zAppEventDomainEntityEventSpaceInfo = z.object({
1911
+ id: z.int(),
1912
+ title: z.string(),
1913
+ description: z.string()
1914
+ });
1915
+ /**
1916
+ * EventVersionRead
1917
+ *
1918
+ * Published event version response.
1919
+ */
1920
+ export const zEventVersionRead = z.object({
1921
+ id: z.int(),
1922
+ event_id: z.int(),
1923
+ transaction_id: z.int(),
1924
+ status: z.string(),
1925
+ title: z.string(),
1926
+ description: z.string().nullish(),
1927
+ start_dt: z.iso.datetime(),
1928
+ end_dt: z.iso.datetime(),
1929
+ timezone: z.string(),
1930
+ visibility: z.int().nullable(),
1931
+ keywords: z.array(z.string()),
1932
+ latitude: z.number().nullable(),
1933
+ longitude: z.number().nullable(),
1934
+ address: z.string().nullish(),
1935
+ event_metadata: z.record(z.string(), z.unknown()).nullish(),
1936
+ published_at: z.iso.datetime(),
1937
+ published_by: z.uuid(),
1938
+ spaces: z.array(zAppEventDomainEntityEventSpaceInfo).optional(),
1939
+ documents: z.array(z.string()).optional(),
1940
+ timeline: z.array(zEventRead).optional(),
1941
+ created_at: z.iso.datetime(),
1942
+ updated_at: z.iso.datetime()
1943
+ });
1944
+ /**
1945
+ * SpaceInfo
1946
+ *
1947
+ * Space information for API responses.
1948
+ */
1949
+ export const zAppSpaceDomainEntitySpaceEventSpaceInfo = z.object({
1950
+ id: z.int(),
1951
+ title: z.string(),
1952
+ description: z.string().nullish()
1953
+ });
1954
+ /**
1955
+ * SpaceEventRead
1956
+ *
1957
+ * Pydantic model for reading space event data.
1958
+ */
1959
+ export const zSpaceEventRead = z.object({
1960
+ id: z.int(),
1961
+ space_id: z.int(),
1962
+ event_id: z.int(),
1963
+ created_at: z.string(),
1964
+ updated_at: z.string(),
1965
+ event: zSpaceEventInfo.nullish(),
1966
+ space: zAppSpaceDomainEntitySpaceEventSpaceInfo.nullish()
1967
+ });
1968
+ /**
1969
+ * SpaceEventList
1970
+ *
1971
+ * Model for list of space events with event info.
1972
+ */
1973
+ export const zSpaceEventList = z.object({
1974
+ events: z.array(zSpaceEventRead).optional(),
1975
+ total: z.int()
1976
+ });
1977
+ /**
1978
+ * MessageResponse
1979
+ */
1980
+ export const zAppUserAdapterInputApiV1ResponseMessageResponse = z.object({
1981
+ message: z.string()
1982
+ });
1983
+ export const zUserGetAssistantData = z.object({
1984
+ body: z.never().optional(),
1985
+ path: z.never().optional(),
1986
+ query: z.never().optional()
1987
+ });
1988
+ /**
1989
+ * Response User.Getassistant
1990
+ *
1991
+ * Successful Response
1992
+ */
1993
+ export const zUserGetAssistantResponse = zAssistantResponse.nullable();
1994
+ export const zUserCreateAssistantData = z.object({
1995
+ body: z.never().optional(),
1996
+ path: z.never().optional(),
1997
+ query: z.never().optional()
1998
+ });
1999
+ /**
2000
+ * Successful Response
2001
+ */
2002
+ export const zUserCreateAssistantResponse = zAssistantResponse;
2003
+ export const zUserListData = z.object({
2004
+ body: z.never().optional(),
2005
+ path: z.never().optional(),
2006
+ query: z.object({
2007
+ limit: z.int().optional().default(10),
2008
+ prev: z.int().optional()
2009
+ }).optional()
2010
+ });
2011
+ /**
2012
+ * Response User.List
2013
+ *
2014
+ * Successful Response
2015
+ */
2016
+ export const zUserListResponse = z.array(zGetUserListResponseDto);
2017
+ export const zUsersSearchData = z.object({
2018
+ body: z.never().optional(),
2019
+ path: z.never().optional(),
2020
+ query: z.object({
2021
+ q: z.string().optional().default(''),
2022
+ limit: z.int().optional().default(10),
2023
+ prev: z.int().optional(),
2024
+ org_id: z.uuid().optional()
2025
+ }).optional()
2026
+ });
2027
+ /**
2028
+ * Response Users.Search
2029
+ *
2030
+ * Successful Response
2031
+ */
2032
+ export const zUsersSearchResponse = z.array(zUserSearchResponseDto);
2033
+ export const zUsersGetCurrentProfileData = z.object({
2034
+ body: z.never().optional(),
2035
+ path: z.never().optional(),
2036
+ query: z.never().optional()
2037
+ });
2038
+ /**
2039
+ * Successful Response
2040
+ */
2041
+ export const zUsersGetCurrentProfileResponse = zUserProfileResponse;
2042
+ export const zUserUpdateProfileData = z.object({
2043
+ body: zUpdateProfileRequest,
2044
+ path: z.never().optional(),
2045
+ query: z.never().optional()
2046
+ });
2047
+ /**
2048
+ * Successful Response
2049
+ */
2050
+ export const zUserUpdateProfileResponse = zUserProfileResponse;
2051
+ export const zUserGetProfileData = z.object({
2052
+ body: z.never().optional(),
2053
+ path: z.object({
2054
+ user_id: z.string()
2055
+ }),
2056
+ query: z.never().optional()
2057
+ });
2058
+ /**
2059
+ * Successful Response
2060
+ */
2061
+ export const zUserGetProfileResponse = zUserProfileResponse;
2062
+ export const zUsersDeleteAvatarData = z.object({
2063
+ body: z.never().optional(),
2064
+ path: z.never().optional(),
2065
+ query: z.never().optional()
2066
+ });
2067
+ /**
2068
+ * Successful Response
2069
+ */
2070
+ export const zUsersDeleteAvatarResponse = zAppUserAdapterInputApiV1ResponseMessageResponse;
2071
+ export const zUsersGetAvatarData = z.object({
2072
+ body: z.never().optional(),
2073
+ path: z.never().optional(),
2074
+ query: z.never().optional()
2075
+ });
2076
+ export const zUserUploadAvatarData = z.object({
2077
+ body: zBodyUserUploadAvatar,
2078
+ path: z.never().optional(),
2079
+ query: z.never().optional()
2080
+ });
2081
+ /**
2082
+ * Successful Response
2083
+ */
2084
+ export const zUserUploadAvatarResponse = zAvatarUploadResponse;
2085
+ export const zUsersGetAvatarByIdData = z.object({
2086
+ body: z.never().optional(),
2087
+ path: z.object({
2088
+ user_id: z.string()
2089
+ }),
2090
+ query: z.never().optional()
2091
+ });
2092
+ export const zAuthContextsGetData = z.object({
2093
+ body: z.never().optional(),
2094
+ path: z.never().optional(),
2095
+ query: z.never().optional()
2096
+ });
2097
+ /**
2098
+ * Successful Response
2099
+ */
2100
+ export const zAuthContextsGetResponse = zUserContextResponse;
2101
+ export const zAuditLogsListPermissionsData = z.object({
2102
+ body: z.never().optional(),
2103
+ path: z.never().optional(),
2104
+ query: z.object({
2105
+ user_id: z.uuid().nullish(),
2106
+ org_id: z.uuid().nullish(),
2107
+ permission_code: z.string().nullish(),
2108
+ result: z.string().nullish(),
2109
+ start_date: z.iso.datetime().nullish(),
2110
+ end_date: z.iso.datetime().nullish(),
2111
+ skip: z.int().gte(0).optional().default(0),
2112
+ limit: z.int().gte(1).lte(1000).optional().default(100)
2113
+ }).optional()
2114
+ });
2115
+ /**
2116
+ * Response Auditlogs.Listpermissions
2117
+ *
2118
+ * Successful Response
2119
+ */
2120
+ export const zAuditLogsListPermissionsResponse = z.record(z.string(), z.unknown());
2121
+ export const zAuditLogsGetPermissionStatsData = z.object({
2122
+ body: z.never().optional(),
2123
+ path: z.never().optional(),
2124
+ query: z.object({
2125
+ org_id: z.uuid().nullish(),
2126
+ start_date: z.iso.datetime().nullish(),
2127
+ end_date: z.iso.datetime().nullish()
2128
+ }).optional()
2129
+ });
2130
+ /**
2131
+ * Successful Response
2132
+ */
2133
+ export const zAuditLogsGetPermissionStatsResponse = zPermissionAuditStats;
2134
+ export const zEventsListData = z.object({
2135
+ body: z.never().optional(),
2136
+ path: z.never().optional(),
2137
+ query: z.object({
2138
+ limit: z.int().gte(1).lte(1000).optional().default(10),
2139
+ offset: z.int().gte(0).optional().default(0),
2140
+ sort_by: z.string().optional().default('created_dt'),
2141
+ sort_order: z.string().regex(/^(asc|desc)$/).optional().default('desc'),
2142
+ search: z.string().nullish(),
2143
+ start_dt: z.iso.datetime().nullish(),
2144
+ end_dt: z.iso.datetime().nullish(),
2145
+ visibility: z.array(z.int()).nullish(),
2146
+ creator_ids: z.array(z.string()).nullish(),
2147
+ is_deleted: z.boolean().nullish(),
2148
+ is_locked: z.boolean().nullish(),
2149
+ space_ids: z.array(z.int()).nullish(),
2150
+ document_ids: z.array(z.uuid()).nullish(),
2151
+ has_documents: z.boolean().nullish(),
2152
+ has_spaces: z.boolean().nullish(),
2153
+ title: z.string().nullish(),
2154
+ description: z.string().nullish(),
2155
+ keywords: z.array(z.string()).nullish(),
2156
+ is_recurring: z.boolean().nullish(),
2157
+ repeat_presets: z.array(z.string()).nullish(),
2158
+ repeat_days: z.array(z.int()).nullish(),
2159
+ filters: z.string().nullish()
2160
+ }).optional()
2161
+ });
2162
+ /**
2163
+ * Successful Response
2164
+ */
2165
+ export const zEventsListResponse = zPaginatedEventListResponse;
2166
+ export const zEventsCreateData = z.object({
2167
+ body: zBodyEventsCreate,
2168
+ path: z.never().optional(),
2169
+ query: z.never().optional()
2170
+ });
2171
+ /**
2172
+ * Successful Response
2173
+ */
2174
+ export const zEventsCreateResponse = zEventRead;
2175
+ export const zEventsListCalendarData = z.object({
2176
+ body: z.never().optional(),
2177
+ path: z.never().optional(),
2178
+ query: z.object({
2179
+ start_date: z.iso.datetime(),
2180
+ end_date: z.iso.datetime(),
2181
+ sort_by: z.string().optional().default('start_dt'),
2182
+ sort_order: z.string().regex(/^(asc|desc)$/).optional().default('asc'),
2183
+ search: z.string().nullish(),
2184
+ visibility: z.array(z.int()).nullish(),
2185
+ creator_ids: z.array(z.string()).nullish(),
2186
+ is_deleted: z.boolean().nullish(),
2187
+ is_locked: z.boolean().nullish(),
2188
+ space_ids: z.array(z.int()).nullish(),
2189
+ document_ids: z.array(z.uuid()).nullish(),
2190
+ has_documents: z.boolean().nullish(),
2191
+ has_spaces: z.boolean().nullish(),
2192
+ title: z.string().nullish(),
2193
+ description: z.string().nullish(),
2194
+ keywords: z.array(z.string()).nullish(),
2195
+ is_recurring: z.boolean().nullish(),
2196
+ repeat_presets: z.array(z.string()).nullish(),
2197
+ repeat_days: z.array(z.int()).nullish(),
2198
+ filters: z.string().nullish()
2199
+ })
2200
+ });
2201
+ /**
2202
+ * Successful Response
2203
+ */
2204
+ export const zEventsListCalendarResponse = zPaginatedEventListResponse;
2205
+ export const zEventsGetSocialFeedData = z.object({
2206
+ body: z.never().optional(),
2207
+ path: z.never().optional(),
2208
+ query: z.object({
2209
+ cursor: z.string().nullish(),
2210
+ limit: z.int().gte(1).lte(100).optional().default(20),
2211
+ current_time: z.iso.datetime().nullish()
2212
+ }).optional()
2213
+ });
2214
+ /**
2215
+ * Successful Response
2216
+ */
2217
+ export const zEventsGetSocialFeedResponse = zPaginatedEventListResponse;
2218
+ export const zEventsFilterAdvancedData = z.object({
2219
+ body: zEventFilterRequest,
2220
+ path: z.never().optional(),
2221
+ query: z.never().optional()
2222
+ });
2223
+ /**
2224
+ * Successful Response
2225
+ */
2226
+ export const zEventsFilterAdvancedResponse = zPaginatedEventListResponse;
2227
+ export const zEventsListBySpaceData = z.object({
2228
+ body: z.never().optional(),
2229
+ path: z.object({
2230
+ space_id: z.int()
2231
+ }),
2232
+ query: z.object({
2233
+ limit: z.int().optional().default(10),
2234
+ offset: z.int().optional().default(0),
2235
+ sort_by: z.string().optional().default('created_at'),
2236
+ sort_order: z.string().optional().default('desc'),
2237
+ search: z.string().optional(),
2238
+ start_dt: z.iso.datetime().nullish(),
2239
+ end_dt: z.iso.datetime().nullish()
2240
+ }).optional()
2241
+ });
2242
+ /**
2243
+ * Successful Response
2244
+ */
2245
+ export const zEventsListBySpaceResponse = zPaginatedEventListResponse;
2246
+ export const zEventsDeleteData = z.object({
2247
+ body: z.never().optional(),
2248
+ path: z.object({
2249
+ event_id: z.int()
2250
+ }),
2251
+ query: z.never().optional()
2252
+ });
2253
+ export const zEventGetData = z.object({
2254
+ body: z.never().optional(),
2255
+ path: z.object({
2256
+ event_id: z.int()
2257
+ }),
2258
+ query: z.never().optional()
2259
+ });
2260
+ /**
2261
+ * Successful Response
2262
+ */
2263
+ export const zEventGetResponse = zEventRead;
2264
+ export const zEventUpdateData = z.object({
2265
+ body: zCreateEventRequest,
2266
+ path: z.object({
2267
+ event_id: z.int()
2268
+ }),
2269
+ query: z.never().optional()
2270
+ });
2271
+ /**
2272
+ * Successful Response
2273
+ */
2274
+ export const zEventUpdateResponse = zEventRead;
2275
+ export const zEventsPatchIdentificationData = z.object({
2276
+ body: zUpdateEventIdentificationRequest,
2277
+ path: z.object({
2278
+ event_id: z.int()
2279
+ }),
2280
+ query: z.never().optional()
2281
+ });
2282
+ /**
2283
+ * Successful Response
2284
+ */
2285
+ export const zEventsPatchIdentificationResponse = zSectionIdentificationRead;
2286
+ export const zEventsGetSectionIdentificationData = z.object({
2287
+ body: z.never().optional(),
2288
+ path: z.object({
2289
+ event_id: z.int()
2290
+ }),
2291
+ query: z.never().optional()
2292
+ });
2293
+ /**
2294
+ * Successful Response
2295
+ */
2296
+ export const zEventsGetSectionIdentificationResponse = zSectionIdentificationRead;
2297
+ export const zEventsGetSectionContentData = z.object({
2298
+ body: z.never().optional(),
2299
+ path: z.object({
2300
+ event_id: z.int()
2301
+ }),
2302
+ query: z.never().optional()
2303
+ });
2304
+ /**
2305
+ * Successful Response
2306
+ */
2307
+ export const zEventsGetSectionContentResponse = zSectionContentRead;
2308
+ export const zEventGetSectionSettingsData = z.object({
2309
+ body: z.never().optional(),
2310
+ path: z.object({
2311
+ event_id: z.int()
2312
+ }),
2313
+ query: z.never().optional()
2314
+ });
2315
+ /**
2316
+ * Successful Response
2317
+ */
2318
+ export const zEventGetSectionSettingsResponse = zSectionSettingsRead;
2319
+ export const zEventsPatchContentData = z.object({
2320
+ body: zUpdateEventContentRequest,
2321
+ path: z.object({
2322
+ event_id: z.int()
2323
+ }),
2324
+ query: z.never().optional()
2325
+ });
2326
+ /**
2327
+ * Successful Response
2328
+ */
2329
+ export const zEventsPatchContentResponse = zSectionContentRead;
2330
+ export const zEventsGetSettingsData = z.object({
2331
+ body: z.never().optional(),
2332
+ path: z.object({
2333
+ event_id: z.int()
2334
+ }),
2335
+ query: z.never().optional()
2336
+ });
2337
+ /**
2338
+ * Successful Response
2339
+ */
2340
+ export const zEventsGetSettingsResponse = zSectionSettingsRead;
2341
+ export const zEventsPatchSettingsData = z.object({
2342
+ body: zUpdateEventSettingsRequest,
2343
+ path: z.object({
2344
+ event_id: z.int()
2345
+ }),
2346
+ query: z.never().optional()
2347
+ });
2348
+ /**
2349
+ * Successful Response
2350
+ */
2351
+ export const zEventsPatchSettingsResponse = zSectionSettingsRead;
2352
+ export const zEventsUpdateCoverData = z.object({
2353
+ body: zBodyEventsUpdateCover,
2354
+ path: z.object({
2355
+ event_id: z.int()
2356
+ }),
2357
+ query: z.never().optional()
2358
+ });
2359
+ /**
2360
+ * Successful Response
2361
+ */
2362
+ export const zEventsUpdateCoverResponse = zEventRead;
2363
+ export const zEventsPublishData = z.object({
2364
+ body: z.never().optional(),
2365
+ path: z.object({
2366
+ event_id: z.int()
2367
+ }),
2368
+ query: z.never().optional()
2369
+ });
2370
+ export const zEventsPublishWithNotificationsData = z.object({
2371
+ body: zPublishEventWithNotificationsRequest,
2372
+ path: z.object({
2373
+ event_id: z.int()
2374
+ }),
2375
+ query: z.never().optional()
2376
+ });
2377
+ export const zEventsArchiveData = z.object({
2378
+ body: z.never().optional(),
2379
+ path: z.object({
2380
+ event_id: z.int()
2381
+ }),
2382
+ query: z.never().optional()
2383
+ });
2384
+ export const zEventsTransferData = z.object({
2385
+ body: zTransferEventRequest,
2386
+ path: z.object({
2387
+ event_id: z.int()
2388
+ }),
2389
+ query: z.never().optional()
2390
+ });
2391
+ /**
2392
+ * Response Events.Transfer
2393
+ *
2394
+ * Successful Response
2395
+ */
2396
+ export const zEventsTransferResponse = z.record(z.string(), z.unknown());
2397
+ export const zEventsPublishVersionData = z.object({
2398
+ body: z.never().optional(),
2399
+ path: z.object({
2400
+ event_id: z.int()
2401
+ }),
2402
+ query: z.never().optional()
2403
+ });
2404
+ export const zEventUnpublishVersionData = z.object({
2405
+ body: z.never().optional(),
2406
+ path: z.object({
2407
+ event_id: z.int()
2408
+ }),
2409
+ query: z.never().optional()
2410
+ });
2411
+ /**
2412
+ * Successful Response
2413
+ */
2414
+ export const zEventUnpublishVersionResponse = z.void();
2415
+ export const zEventsListVersionsData = z.object({
2416
+ body: z.never().optional(),
2417
+ path: z.object({
2418
+ event_id: z.int()
2419
+ }),
2420
+ query: z.never().optional()
2421
+ });
2422
+ export const zEventsRollbackVersionData = z.object({
2423
+ body: z.never().optional(),
2424
+ path: z.object({
2425
+ event_id: z.int()
2426
+ }),
2427
+ query: z.object({
2428
+ transaction_id: z.int().gt(0)
2429
+ })
2430
+ });
2431
+ /**
2432
+ * Successful Response
2433
+ */
2434
+ export const zEventsRollbackVersionResponse = zEventRead;
2435
+ export const zEventCompareVersionsData = z.object({
2436
+ body: z.never().optional(),
2437
+ path: z.object({
2438
+ event_id: z.int()
2439
+ }),
2440
+ query: z.object({
2441
+ transaction_id_a: z.int().gt(0),
2442
+ transaction_id_b: z.int().gt(0)
2443
+ })
2444
+ });
2445
+ export const zEventGetLatestVersionData = z.object({
2446
+ body: z.never().optional(),
2447
+ path: z.object({
2448
+ event_id: z.int()
2449
+ }),
2450
+ query: z.never().optional()
2451
+ });
2452
+ /**
2453
+ * Successful Response
2454
+ */
2455
+ export const zEventGetLatestVersionResponse = zEventVersionRead;
2456
+ export const zEventGetVersionData = z.object({
2457
+ body: z.never().optional(),
2458
+ path: z.object({
2459
+ event_id: z.int(),
2460
+ transaction_id: z.int()
2461
+ }),
2462
+ query: z.never().optional()
2463
+ });
2464
+ /**
2465
+ * Successful Response
2466
+ */
2467
+ export const zEventGetVersionResponse = zEventVersionRead;
2468
+ export const zEventsGetTimezonesData = z.object({
2469
+ body: z.never().optional(),
2470
+ path: z.never().optional(),
2471
+ query: z.never().optional()
2472
+ });
2473
+ /**
2474
+ * Response Events.Gettimezones
2475
+ *
2476
+ * Successful Response
2477
+ */
2478
+ export const zEventsGetTimezonesResponse = z.record(z.string(), z.unknown());
2479
+ export const zEventTimezonesValidateData = z.object({
2480
+ body: z.never().optional(),
2481
+ path: z.never().optional(),
2482
+ query: z.object({
2483
+ timezone: z.string()
2484
+ })
2485
+ });
2486
+ /**
2487
+ * Response Eventtimezones.Validate
2488
+ *
2489
+ * Successful Response
2490
+ */
2491
+ export const zEventTimezonesValidateResponse = z.record(z.string(), z.unknown());
2492
+ export const zEventAttendeesGetData = z.object({
2493
+ body: z.never().optional(),
2494
+ path: z.object({
2495
+ event_id: z.int()
2496
+ }),
2497
+ query: z.object({
2498
+ limit: z.int().gte(1).lte(100).optional().default(50),
2499
+ offset: z.int().gte(0).optional().default(0),
2500
+ status: zAttendeeStatus.nullish(),
2501
+ is_checked_in: z.boolean().nullish()
2502
+ }).optional()
2503
+ });
2504
+ /**
2505
+ * Successful Response
2506
+ */
2507
+ export const zEventAttendeesGetResponse = zEventAttendeeList;
2508
+ export const zEventAttendeesAddData = z.object({
2509
+ body: zEventAttendeeCreate,
2510
+ path: z.object({
2511
+ event_id: z.int()
2512
+ }),
2513
+ query: z.never().optional()
2514
+ });
2515
+ /**
2516
+ * Successful Response
2517
+ */
2518
+ export const zEventAttendeesAddResponse = zEventAttendeeRead;
2519
+ export const zEventAttendeesRemoveBulkData = z.object({
2520
+ body: z.array(z.uuid()),
2521
+ path: z.object({
2522
+ event_id: z.int()
2523
+ }),
2524
+ query: z.never().optional()
2525
+ });
2526
+ /**
2527
+ * Response Eventattendees.Removebulk
2528
+ *
2529
+ * Successful Response
2530
+ */
2531
+ export const zEventAttendeesRemoveBulkResponse = z.record(z.string(), z.unknown());
2532
+ export const zEventAttendeesAddBulkData = z.object({
2533
+ body: z.array(z.uuid()),
2534
+ path: z.object({
2535
+ event_id: z.int()
2536
+ }),
2537
+ query: z.object({
2538
+ status: zAttendeeStatus.optional().default('invited')
2539
+ }).optional()
2540
+ });
2541
+ /**
2542
+ * Response Eventattendees.Addbulk
2543
+ *
2544
+ * Successful Response
2545
+ */
2546
+ export const zEventAttendeesAddBulkResponse = z.array(zEventAttendeeRead);
2547
+ export const zEventAttendeesRemoveData = z.object({
2548
+ body: z.never().optional(),
2549
+ path: z.object({
2550
+ event_id: z.int(),
2551
+ attendee_id: z.int()
2552
+ }),
2553
+ query: z.never().optional()
2554
+ });
2555
+ /**
2556
+ * Successful Response
2557
+ */
2558
+ export const zEventAttendeesRemoveResponse = z.void();
2559
+ export const zEventAttendeesUpdateData = z.object({
2560
+ body: zEventAttendeeUpdate,
2561
+ path: z.object({
2562
+ event_id: z.int(),
2563
+ attendee_id: z.int()
2564
+ }),
2565
+ query: z.never().optional()
2566
+ });
2567
+ /**
2568
+ * Successful Response
2569
+ */
2570
+ export const zEventAttendeesUpdateResponse = zEventAttendeeRead;
2571
+ export const zEventAttendeesCheckInData = z.object({
2572
+ body: z.never().optional(),
2573
+ path: z.object({
2574
+ event_id: z.int(),
2575
+ attendee_id: z.int()
2576
+ }),
2577
+ query: z.never().optional()
2578
+ });
2579
+ /**
2580
+ * Successful Response
2581
+ */
2582
+ export const zEventAttendeesCheckInResponse = zEventAttendeeRead;
2583
+ export const zEventAttendeesUpdateBulkStatusData = z.object({
2584
+ body: z.array(z.uuid()),
2585
+ path: z.object({
2586
+ event_id: z.int()
2587
+ }),
2588
+ query: z.object({
2589
+ status: zAttendeeStatus
2590
+ })
2591
+ });
2592
+ /**
2593
+ * Response Eventattendees.Updatebulkstatus
2594
+ *
2595
+ * Successful Response
2596
+ */
2597
+ export const zEventAttendeesUpdateBulkStatusResponse = z.record(z.string(), z.unknown());
2598
+ export const zEventTimelineGetData = z.object({
2599
+ body: z.never().optional(),
2600
+ path: z.object({
2601
+ event_id: z.int()
2602
+ }),
2603
+ query: z.never().optional()
2604
+ });
2605
+ /**
2606
+ * Response Eventtimeline.Get
2607
+ *
2608
+ * Successful Response
2609
+ */
2610
+ export const zEventTimelineGetResponse = z.array(zEventRead);
2611
+ export const zEventTimelineGetPublishedData = z.object({
2612
+ body: z.never().optional(),
2613
+ path: z.object({
2614
+ event_id: z.int()
2615
+ }),
2616
+ query: z.never().optional()
2617
+ });
2618
+ /**
2619
+ * Response Eventtimeline.Getpublished
2620
+ *
2621
+ * Successful Response
2622
+ */
2623
+ export const zEventTimelineGetPublishedResponse = z.array(zEventRead);
2624
+ export const zEventTimelineCreateMilestoneData = z.object({
2625
+ body: zBodyEventTimelineCreateMilestone,
2626
+ path: z.object({
2627
+ event_id: z.int()
2628
+ }),
2629
+ query: z.never().optional()
2630
+ });
2631
+ /**
2632
+ * Successful Response
2633
+ */
2634
+ export const zEventTimelineCreateMilestoneResponse = zEventRead;
2635
+ export const zEventTimelineLinkMilestoneData = z.object({
2636
+ body: z.never().optional(),
2637
+ path: z.object({
2638
+ event_id: z.int()
2639
+ }),
2640
+ query: z.object({
2641
+ milestone_event_id: z.int(),
2642
+ sequence: z.int().optional().default(0)
2643
+ })
2644
+ });
2645
+ export const zEventTimelineUnlinkData = z.object({
2646
+ body: z.never().optional(),
2647
+ path: z.object({
2648
+ event_id: z.int(),
2649
+ milestone_event_id: z.int()
2650
+ }),
2651
+ query: z.never().optional()
2652
+ });
2653
+ export const zEventDocumentsRemoveData = z.object({
2654
+ body: z.never().optional(),
2655
+ path: z.object({
2656
+ event_id: z.int(),
2657
+ document_id: z.uuid()
2658
+ }),
2659
+ query: z.never().optional()
2660
+ });
2661
+ /**
2662
+ * Successful Response
2663
+ */
2664
+ export const zEventDocumentsRemoveResponse = z.void();
2665
+ export const zEventDocumentsAddDocumentData = z.object({
2666
+ body: z.never().optional(),
2667
+ path: z.object({
2668
+ event_id: z.int(),
2669
+ document_id: z.uuid()
2670
+ }),
2671
+ query: z.never().optional()
2672
+ });
2673
+ export const zEventDocumentsGetDocumentsData = z.object({
2674
+ body: z.never().optional(),
2675
+ path: z.object({
2676
+ event_id: z.int()
2677
+ }),
2678
+ query: z.never().optional()
2679
+ });
2680
+ /**
2681
+ * Response Eventdocuments.Getdocuments
2682
+ *
2683
+ * Successful Response
2684
+ */
2685
+ export const zEventDocumentsGetDocumentsResponse = z.array(z.uuid());
2686
+ export const zEventLocationGetData = z.object({
2687
+ body: z.never().optional(),
2688
+ path: z.object({
2689
+ event_id: z.int()
2690
+ }),
2691
+ query: z.never().optional()
2692
+ });
2693
+ /**
2694
+ * Successful Response
2695
+ */
2696
+ export const zEventLocationGetResponse = zLocationResponse;
2697
+ export const zEventLocationUpdateData = z.object({
2698
+ body: zLocationUpdateSchema,
2699
+ path: z.object({
2700
+ event_id: z.int()
2701
+ }),
2702
+ query: z.never().optional()
2703
+ });
2704
+ /**
2705
+ * Successful Response
2706
+ */
2707
+ export const zEventLocationUpdateResponse = zLocationResponse;
2708
+ export const zSpaceTestAuthData = z.object({
2709
+ body: z.never().optional(),
2710
+ path: z.never().optional(),
2711
+ query: z.never().optional()
2712
+ });
2713
+ export const zSpacesListData = z.object({
2714
+ body: z.never().optional(),
2715
+ path: z.never().optional(),
2716
+ query: z.object({
2717
+ limit: z.int().optional().default(10),
2718
+ offset: z.int().optional().default(0),
2719
+ prev: z.int().optional(),
2720
+ search: z.string().optional()
2721
+ }).optional()
2722
+ });
2723
+ /**
2724
+ * Successful Response
2725
+ */
2726
+ export const zSpacesListResponse = zPaginatedSpaceListResponseDto;
2727
+ export const zSpacesCreateSpaceData = z.object({
2728
+ body: zCreateSpaceRequest,
2729
+ path: z.never().optional(),
2730
+ query: z.never().optional()
2731
+ });
2732
+ /**
2733
+ * Successful Response
2734
+ */
2735
+ export const zSpacesCreateSpaceResponse = zCreateSpaceResponseDto;
2736
+ export const zSpacesDeleteByIdData = z.object({
2737
+ body: z.never().optional(),
2738
+ path: z.object({
2739
+ space_id: z.int()
2740
+ }),
2741
+ query: z.never().optional()
2742
+ });
2743
+ export const zSpacesGetByIdData = z.object({
2744
+ body: z.never().optional(),
2745
+ path: z.object({
2746
+ space_id: z.int()
2747
+ }),
2748
+ query: z.never().optional()
2749
+ });
2750
+ /**
2751
+ * Successful Response
2752
+ */
2753
+ export const zSpacesGetByIdResponse = zGetSpaceListResponseDto;
2754
+ export const zSpaceUpdateData = z.object({
2755
+ body: zCreateSpaceRequest,
2756
+ path: z.object({
2757
+ space_id: z.int()
2758
+ }),
2759
+ query: z.never().optional()
2760
+ });
2761
+ /**
2762
+ * Successful Response
2763
+ */
2764
+ export const zSpaceUpdateResponse = zUpdateSpaceResponseDto;
2765
+ export const zSpacesCreateWithParentData = z.object({
2766
+ body: zCreateSpaceWithParentRequest,
2767
+ path: z.never().optional(),
2768
+ query: z.never().optional()
2769
+ });
2770
+ /**
2771
+ * Successful Response
2772
+ */
2773
+ export const zSpacesCreateWithParentResponse = zCreateSpaceResponseDto;
2774
+ export const zSpacePublishData = z.object({
2775
+ body: z.never().optional(),
2776
+ path: z.object({
2777
+ space_id: z.int()
2778
+ }),
2779
+ query: z.never().optional()
2780
+ });
2781
+ export const zSpacesPublishVersionData = z.object({
2782
+ body: z.never().optional(),
2783
+ path: z.object({
2784
+ space_id: z.int()
2785
+ }),
2786
+ query: z.never().optional()
2787
+ });
2788
+ /**
2789
+ * Successful Response
2790
+ */
2791
+ export const zSpacesPublishVersionResponse = zSpaceVersionRead;
2792
+ export const zSpaceArchiveData = z.object({
2793
+ body: z.never().optional(),
2794
+ path: z.object({
2795
+ space_id: z.int()
2796
+ }),
2797
+ query: z.never().optional()
2798
+ });
2799
+ export const zSpacesGetMembersData = z.object({
2800
+ body: z.never().optional(),
2801
+ path: z.object({
2802
+ space_id: z.int()
2803
+ }),
2804
+ query: z.never().optional()
2805
+ });
2806
+ /**
2807
+ * Response Spaces.Getmembers
2808
+ *
2809
+ * Successful Response
2810
+ */
2811
+ export const zSpacesGetMembersResponse = z.array(zSpaceMemberResponse);
2812
+ export const zSpacesAddMemberData = z.object({
2813
+ body: zAddSpaceMemberRequest,
2814
+ path: z.object({
2815
+ space_id: z.int()
2816
+ }),
2817
+ query: z.never().optional()
2818
+ });
2819
+ /**
2820
+ * Successful Response
2821
+ */
2822
+ export const zSpacesAddMemberResponse = zSpaceMemberResponse;
2823
+ export const zSpacesRemoveMemberData = z.object({
2824
+ body: z.never().optional(),
2825
+ path: z.object({
2826
+ space_id: z.int(),
2827
+ user_id: z.string()
2828
+ }),
2829
+ query: z.never().optional()
2830
+ });
2831
+ export const zSpaceUpdateMemberRoleData = z.object({
2832
+ body: zUpdateSpaceMemberRoleRequest,
2833
+ path: z.object({
2834
+ space_id: z.int(),
2835
+ user_id: z.string()
2836
+ }),
2837
+ query: z.never().optional()
2838
+ });
2839
+ /**
2840
+ * Successful Response
2841
+ */
2842
+ export const zSpaceUpdateMemberRoleResponse = zSpaceMemberResponse;
2843
+ export const zSpacesGetJoinableByUserData = z.object({
2844
+ body: z.never().optional(),
2845
+ path: z.object({
2846
+ user_id: z.string()
2847
+ }),
2848
+ query: z.object({
2849
+ limit: z.int().optional().default(10),
2850
+ prev: z.int().optional(),
2851
+ sort_by: z.string().optional().default('created_at'),
2852
+ sort_order: z.string().optional().default('desc')
2853
+ }).optional()
2854
+ });
2855
+ /**
2856
+ * Response Spaces.Getjoinablebyuser
2857
+ *
2858
+ * Successful Response
2859
+ */
2860
+ export const zSpacesGetJoinableByUserResponse = z.array(zGetSpaceListResponseDto);
2861
+ export const zSpacesJoinData = z.object({
2862
+ body: z.never().optional(),
2863
+ path: z.object({
2864
+ space_id: z.int()
2865
+ }),
2866
+ query: z.never().optional()
2867
+ });
2868
+ /**
2869
+ * Successful Response
2870
+ */
2871
+ export const zSpacesJoinResponse = zSpaceMemberResponse;
2872
+ export const zSpaceTransferData = z.object({
2873
+ body: zTransferSpaceRequest,
2874
+ path: z.object({
2875
+ space_id: z.int()
2876
+ }),
2877
+ query: z.never().optional()
2878
+ });
2879
+ /**
2880
+ * Successful Response
2881
+ */
2882
+ export const zSpaceTransferResponse = zTransferSpaceResponse;
2883
+ export const zSpacesListChildrenData = z.object({
2884
+ body: z.never().optional(),
2885
+ path: z.object({
2886
+ space_id: z.int()
2887
+ }),
2888
+ query: z.never().optional()
2889
+ });
2890
+ /**
2891
+ * Response Spaces.Listchildren
2892
+ *
2893
+ * Successful Response
2894
+ */
2895
+ export const zSpacesListChildrenResponse = z.array(zSubSpaceDisplayData);
2896
+ export const zSpacesDetachParentData = z.object({
2897
+ body: z.never().optional(),
2898
+ path: z.object({
2899
+ space_id: z.int()
2900
+ }),
2901
+ query: z.never().optional()
2902
+ });
2903
+ /**
2904
+ * Successful Response
2905
+ */
2906
+ export const zSpacesDetachParentResponse = zGetSpaceListResponseDto;
2907
+ export const zSpacesGetParentData = z.object({
2908
+ body: z.never().optional(),
2909
+ path: z.object({
2910
+ space_id: z.int()
2911
+ }),
2912
+ query: z.never().optional()
2913
+ });
2914
+ /**
2915
+ * Successful Response
2916
+ */
2917
+ export const zSpacesGetParentResponse = zGetSpaceListResponseDto;
2918
+ export const zSpacesUpdateParentData = z.object({
2919
+ body: zUpdateParentRequest,
2920
+ path: z.object({
2921
+ space_id: z.int()
2922
+ }),
2923
+ query: z.never().optional()
2924
+ });
2925
+ /**
2926
+ * Successful Response
2927
+ */
2928
+ export const zSpacesUpdateParentResponse = zSpaceWithRelationshipsResponse;
2929
+ export const zSpacesGetHierarchyData = z.object({
2930
+ body: z.never().optional(),
2931
+ path: z.object({
2932
+ space_id: z.int()
2933
+ }),
2934
+ query: z.never().optional()
2935
+ });
2936
+ /**
2937
+ * Successful Response
2938
+ */
2939
+ export const zSpacesGetHierarchyResponse = zSpaceHierarchyItem;
2940
+ export const zSpaceBulkUpdateParentData = z.object({
2941
+ body: zBulkUpdateParentRequest,
2942
+ path: z.never().optional(),
2943
+ query: z.never().optional()
2944
+ });
2945
+ /**
2946
+ * Response Space.Bulkupdateparent
2947
+ *
2948
+ * Successful Response
2949
+ */
2950
+ export const zSpaceBulkUpdateParentResponse = z.array(zSpaceWithRelationshipsResponse);
2951
+ export const zSpacesUnpublishData = z.object({
2952
+ body: z.never().optional(),
2953
+ path: z.object({
2954
+ space_id: z.int()
2955
+ }),
2956
+ query: z.never().optional()
2957
+ });
2958
+ /**
2959
+ * Successful Response
2960
+ */
2961
+ export const zSpacesUnpublishResponse = z.void();
2962
+ export const zSpacesListVersionsData = z.object({
2963
+ body: z.never().optional(),
2964
+ path: z.object({
2965
+ space_id: z.int()
2966
+ }),
2967
+ query: z.never().optional()
2968
+ });
2969
+ /**
2970
+ * Successful Response
2971
+ */
2972
+ export const zSpacesListVersionsResponse = zSpaceVersionListResponse;
2973
+ export const zSpaceGetLatestVersionData = z.object({
2974
+ body: z.never().optional(),
2975
+ path: z.object({
2976
+ space_id: z.int()
2977
+ }),
2978
+ query: z.never().optional()
2979
+ });
2980
+ /**
2981
+ * Successful Response
2982
+ */
2983
+ export const zSpaceGetLatestVersionResponse = zSpaceVersionRead;
2984
+ export const zSpacesGetVersionData = z.object({
2985
+ body: z.never().optional(),
2986
+ path: z.object({
2987
+ space_id: z.int(),
2988
+ version_number: z.int()
2989
+ }),
2990
+ query: z.never().optional()
2991
+ });
2992
+ /**
2993
+ * Successful Response
2994
+ */
2995
+ export const zSpacesGetVersionResponse = zSpaceVersionRead;
2996
+ export const zSpacesCompareVersionsData = z.object({
2997
+ body: z.never().optional(),
2998
+ path: z.object({
2999
+ space_id: z.int()
3000
+ }),
3001
+ query: z.object({
3002
+ version_a: z.int().gt(0),
3003
+ version_b: z.int().gt(0)
3004
+ })
3005
+ });
3006
+ /**
3007
+ * Successful Response
3008
+ */
3009
+ export const zSpacesCompareVersionsResponse = zVersionComparisonResponse;
3010
+ export const zSpacesRollbackData = z.object({
3011
+ body: zRollbackSpaceRequest,
3012
+ path: z.object({
3013
+ space_id: z.int()
3014
+ }),
3015
+ query: z.never().optional()
3016
+ });
3017
+ /**
3018
+ * Successful Response
3019
+ */
3020
+ export const zSpacesRollbackResponse = zGetSpaceListResponseDto;
3021
+ export const zSpaceRolesListRolesData = z.object({
3022
+ body: z.never().optional(),
3023
+ path: z.object({
3024
+ space_id: z.int()
3025
+ }),
3026
+ query: z.never().optional()
3027
+ });
3028
+ /**
3029
+ * Response Spaceroles.Listroles
3030
+ *
3031
+ * Successful Response
3032
+ */
3033
+ export const zSpaceRolesListRolesResponse = z.array(zSpaceRoleRead);
3034
+ export const zSpaceRolesCreateData = z.object({
3035
+ body: zSpaceRoleCreate,
3036
+ path: z.object({
3037
+ space_id: z.int()
3038
+ }),
3039
+ query: z.never().optional()
3040
+ });
3041
+ /**
3042
+ * Successful Response
3043
+ */
3044
+ export const zSpaceRolesCreateResponse = zSpaceRoleRead;
3045
+ export const zSpaceRolesDeleteData = z.object({
3046
+ body: z.never().optional(),
3047
+ path: z.object({
3048
+ space_id: z.int(),
3049
+ role_id: z.uuid()
3050
+ }),
3051
+ query: z.never().optional()
3052
+ });
3053
+ /**
3054
+ * Successful Response
3055
+ */
3056
+ export const zSpaceRolesDeleteResponse = z.void();
3057
+ export const zSpaceRolesGetData = z.object({
3058
+ body: z.never().optional(),
3059
+ path: z.object({
3060
+ space_id: z.int(),
3061
+ role_id: z.uuid()
3062
+ }),
3063
+ query: z.never().optional()
3064
+ });
3065
+ /**
3066
+ * Successful Response
3067
+ */
3068
+ export const zSpaceRolesGetResponse = zSpaceRoleRead;
3069
+ export const zSpaceRolesUpdateRoleData = z.object({
3070
+ body: zSpaceRoleUpdate,
3071
+ path: z.object({
3072
+ space_id: z.int(),
3073
+ role_id: z.uuid()
3074
+ }),
3075
+ query: z.never().optional()
3076
+ });
3077
+ /**
3078
+ * Successful Response
3079
+ */
3080
+ export const zSpaceRolesUpdateRoleResponse = zSpaceRoleRead;
3081
+ export const zSpaceRolesAssignPermissionData = z.object({
3082
+ body: zSpaceRolePermissionAssign,
3083
+ path: z.object({
3084
+ space_id: z.int(),
3085
+ role_id: z.uuid()
3086
+ }),
3087
+ query: z.never().optional()
3088
+ });
3089
+ export const zSpaceRolesRemovePermissionData = z.object({
3090
+ body: z.never().optional(),
3091
+ path: z.object({
3092
+ space_id: z.int(),
3093
+ role_id: z.uuid(),
3094
+ permission_id: z.uuid()
3095
+ }),
3096
+ query: z.never().optional()
3097
+ });
3098
+ /**
3099
+ * Successful Response
3100
+ */
3101
+ export const zSpaceRolesRemovePermissionResponse = z.void();
3102
+ export const zSpaceGetUserRolesData = z.object({
3103
+ body: z.never().optional(),
3104
+ path: z.object({
3105
+ space_id: z.int(),
3106
+ user_id: z.uuid()
3107
+ }),
3108
+ query: z.never().optional()
3109
+ });
3110
+ /**
3111
+ * Response Space.Getuserroles
3112
+ *
3113
+ * Successful Response
3114
+ */
3115
+ export const zSpaceGetUserRolesResponse = z.array(z.record(z.string(), z.unknown()));
3116
+ export const zSpaceAssignUserToRoleData = z.object({
3117
+ body: z.never().optional(),
3118
+ path: z.object({
3119
+ space_id: z.int(),
3120
+ user_id: z.uuid()
3121
+ }),
3122
+ query: z.object({
3123
+ space_role_id: z.uuid()
3124
+ })
3125
+ });
3126
+ export const zSpacesRemoveUserFromRoleData = z.object({
3127
+ body: z.never().optional(),
3128
+ path: z.object({
3129
+ space_id: z.int(),
3130
+ user_id: z.uuid(),
3131
+ space_role_id: z.uuid()
3132
+ }),
3133
+ query: z.never().optional()
3134
+ });
3135
+ /**
3136
+ * Successful Response
3137
+ */
3138
+ export const zSpacesRemoveUserFromRoleResponse = z.void();
3139
+ export const zSpaceContactsGetContactsBySpaceData = z.object({
3140
+ body: z.never().optional(),
3141
+ path: z.object({
3142
+ space_id: z.int()
3143
+ }),
3144
+ query: z.object({
3145
+ limit: z.int().gte(1).lte(100).optional().default(50),
3146
+ offset: z.int().gte(0).optional().default(0)
3147
+ }).optional()
3148
+ });
3149
+ /**
3150
+ * Successful Response
3151
+ */
3152
+ export const zSpaceContactsGetContactsBySpaceResponse = zSpaceContactList;
3153
+ export const zSpaceContactsAddData = z.object({
3154
+ body: zSpaceContactCreate,
3155
+ path: z.object({
3156
+ space_id: z.int()
3157
+ }),
3158
+ query: z.never().optional()
3159
+ });
3160
+ /**
3161
+ * Successful Response
3162
+ */
3163
+ export const zSpaceContactsAddResponse = zSpaceContactRead;
3164
+ export const zSpaceContactsGetSpacesByContactData = z.object({
3165
+ body: z.never().optional(),
3166
+ path: z.object({
3167
+ contact_id: z.uuid()
3168
+ }),
3169
+ query: z.object({
3170
+ limit: z.int().gte(1).lte(100).optional().default(50),
3171
+ offset: z.int().gte(0).optional().default(0)
3172
+ }).optional()
3173
+ });
3174
+ /**
3175
+ * Response Spacecontacts.Getspacesbycontact
3176
+ *
3177
+ * Successful Response
3178
+ */
3179
+ export const zSpaceContactsGetSpacesByContactResponse = z.array(zSpaceContactRead);
3180
+ export const zSpaceContactsRemoveData = z.object({
3181
+ body: z.never().optional(),
3182
+ path: z.object({
3183
+ space_contact_id: z.int()
3184
+ }),
3185
+ query: z.never().optional()
3186
+ });
3187
+ /**
3188
+ * Response Spacecontacts.Remove
3189
+ *
3190
+ * Successful Response
3191
+ */
3192
+ export const zSpaceContactsRemoveResponse = z.record(z.string(), z.unknown());
3193
+ export const zSpaceContactsGetData = z.object({
3194
+ body: z.never().optional(),
3195
+ path: z.object({
3196
+ space_contact_id: z.int()
3197
+ }),
3198
+ query: z.never().optional()
3199
+ });
3200
+ /**
3201
+ * Successful Response
3202
+ */
3203
+ export const zSpaceContactsGetResponse = zSpaceContactRead;
3204
+ export const zSpaceContactsBulkDeleteData = z.object({
3205
+ body: z.array(z.uuid()),
3206
+ path: z.object({
3207
+ space_id: z.int()
3208
+ }),
3209
+ query: z.never().optional()
3210
+ });
3211
+ /**
3212
+ * Response Spacecontacts.Bulkdelete
3213
+ *
3214
+ * Successful Response
3215
+ */
3216
+ export const zSpaceContactsBulkDeleteResponse = z.record(z.string(), z.unknown());
3217
+ export const zSpaceContactsAddBulkData = z.object({
3218
+ body: z.array(z.uuid()),
3219
+ path: z.object({
3220
+ space_id: z.int()
3221
+ }),
3222
+ query: z.never().optional()
3223
+ });
3224
+ /**
3225
+ * Response Spacecontacts.Addbulk
3226
+ *
3227
+ * Successful Response
3228
+ */
3229
+ export const zSpaceContactsAddBulkResponse = z.array(zSpaceContactRead);
3230
+ export const zSpaceContactsCountData = z.object({
3231
+ body: z.never().optional(),
3232
+ path: z.object({
3233
+ space_id: z.int()
3234
+ }),
3235
+ query: z.never().optional()
3236
+ });
3237
+ /**
3238
+ * Response Spacecontacts.Count
3239
+ *
3240
+ * Successful Response
3241
+ */
3242
+ export const zSpaceContactsCountResponse = z.record(z.string(), z.unknown());
3243
+ export const zSpaceEventsGetData = z.object({
3244
+ body: z.never().optional(),
3245
+ path: z.object({
3246
+ space_id: z.int()
3247
+ }),
3248
+ query: z.object({
3249
+ limit: z.int().gte(1).lte(100).optional().default(50),
3250
+ offset: z.int().gte(0).optional().default(0)
3251
+ }).optional()
3252
+ });
3253
+ /**
3254
+ * Successful Response
3255
+ */
3256
+ export const zSpaceEventsGetResponse = zSpaceEventList;
3257
+ export const zSpaceEventsAddData = z.object({
3258
+ body: zSpaceEventCreate,
3259
+ path: z.object({
3260
+ space_id: z.int()
3261
+ }),
3262
+ query: z.never().optional()
3263
+ });
3264
+ /**
3265
+ * Successful Response
3266
+ */
3267
+ export const zSpaceEventsAddResponse = zSpaceEventRead;
3268
+ export const zSpaceEventsGetEventSpacesData = z.object({
3269
+ body: z.never().optional(),
3270
+ path: z.object({
3271
+ event_id: z.int()
3272
+ }),
3273
+ query: z.object({
3274
+ limit: z.int().gte(1).lte(100).optional().default(50),
3275
+ offset: z.int().gte(0).optional().default(0)
3276
+ }).optional()
3277
+ });
3278
+ /**
3279
+ * Response Spaceevents.Geteventspaces
3280
+ *
3281
+ * Successful Response
3282
+ */
3283
+ export const zSpaceEventsGetEventSpacesResponse = z.array(zSpaceEventRead);
3284
+ export const zSpaceEventsRemoveEventData = z.object({
3285
+ body: z.never().optional(),
3286
+ path: z.object({
3287
+ space_event_id: z.int()
3288
+ }),
3289
+ query: z.never().optional()
3290
+ });
3291
+ /**
3292
+ * Response Spaceevents.Removeevent
3293
+ *
3294
+ * Successful Response
3295
+ */
3296
+ export const zSpaceEventsRemoveEventResponse = z.record(z.string(), z.unknown());
3297
+ export const zSpaceEventsGetByIdData = z.object({
3298
+ body: z.never().optional(),
3299
+ path: z.object({
3300
+ space_event_id: z.int()
3301
+ }),
3302
+ query: z.never().optional()
3303
+ });
3304
+ /**
3305
+ * Successful Response
3306
+ */
3307
+ export const zSpaceEventsGetByIdResponse = zSpaceEventRead;
3308
+ export const zSpaceEventsBulkRemoveData = z.object({
3309
+ body: z.never().optional(),
3310
+ path: z.object({
3311
+ space_id: z.int()
3312
+ }),
3313
+ query: z.object({
3314
+ event_ids: z.array(z.int())
3315
+ })
3316
+ });
3317
+ /**
3318
+ * Response Spaceevents.Bulkremove
3319
+ *
3320
+ * Successful Response
3321
+ */
3322
+ export const zSpaceEventsBulkRemoveResponse = z.record(z.string(), z.unknown());
3323
+ export const zSpaceEventsBulkAddData = z.object({
3324
+ body: z.array(z.int()),
3325
+ path: z.object({
3326
+ space_id: z.int()
3327
+ }),
3328
+ query: z.never().optional()
3329
+ });
3330
+ /**
3331
+ * Response Spaceevents.Bulkadd
3332
+ *
3333
+ * Successful Response
3334
+ */
3335
+ export const zSpaceEventsBulkAddResponse = z.array(zSpaceEventRead);
3336
+ export const zSpaceEventsCountData = z.object({
3337
+ body: z.never().optional(),
3338
+ path: z.object({
3339
+ space_id: z.int()
3340
+ }),
3341
+ query: z.never().optional()
3342
+ });
3343
+ /**
3344
+ * Response Spaceevents.Count
3345
+ *
3346
+ * Successful Response
3347
+ */
3348
+ export const zSpaceEventsCountResponse = z.record(z.string(), z.unknown());
3349
+ export const zSpaceDocumentsRemoveData = z.object({
3350
+ body: z.never().optional(),
3351
+ path: z.object({
3352
+ space_id: z.int(),
3353
+ document_id: z.uuid()
3354
+ }),
3355
+ query: z.never().optional()
3356
+ });
3357
+ /**
3358
+ * Successful Response
3359
+ */
3360
+ export const zSpaceDocumentsRemoveResponse = z.void();
3361
+ export const zSpaceDocumentsAddData = z.object({
3362
+ body: z.never().optional(),
3363
+ path: z.object({
3364
+ space_id: z.int(),
3365
+ document_id: z.uuid()
3366
+ }),
3367
+ query: z.never().optional()
3368
+ });
3369
+ export const zSpaceDocumentsGetData = z.object({
3370
+ body: z.never().optional(),
3371
+ path: z.object({
3372
+ space_id: z.int()
3373
+ }),
3374
+ query: z.never().optional()
3375
+ });
3376
+ /**
3377
+ * Response Spacedocuments.Get
3378
+ *
3379
+ * Successful Response
3380
+ */
3381
+ export const zSpaceDocumentsGetResponse = z.array(z.uuid());
3382
+ export const zPlacesListData = z.object({
3383
+ body: z.never().optional(),
3384
+ path: z.never().optional(),
3385
+ query: z.object({
3386
+ limit: z.int().optional().default(10),
3387
+ prev: z.int().optional()
3388
+ }).optional()
3389
+ });
3390
+ /**
3391
+ * Response Places.List
3392
+ *
3393
+ * Successful Response
3394
+ */
3395
+ export const zPlacesListResponse = z.array(zGetPlaceListResponseDto);
3396
+ export const zPlacesCreateData = z.object({
3397
+ body: z.union([
3398
+ z.object({
3399
+ place_type: z.literal('room')
3400
+ }).and(zCreateRoomRequest),
3401
+ z.object({
3402
+ place_type: z.literal('online_meeting')
3403
+ }).and(zCreateOnlineMeetingRequest)
3404
+ ]),
3405
+ path: z.never().optional(),
3406
+ query: z.never().optional()
3407
+ });
3408
+ /**
3409
+ * Successful Response
3410
+ */
3411
+ export const zPlacesCreateResponse = zCreatePlaceResponseDto;
3412
+ export const zPlacesDeleteData = z.object({
3413
+ body: z.never().optional(),
3414
+ path: z.object({
3415
+ place_id: z.int()
3416
+ }),
3417
+ query: z.never().optional()
3418
+ });
3419
+ export const zPlacesGetData = z.object({
3420
+ body: z.never().optional(),
3421
+ path: z.object({
3422
+ place_id: z.int()
3423
+ }),
3424
+ query: z.never().optional()
3425
+ });
3426
+ /**
3427
+ * Successful Response
3428
+ */
3429
+ export const zPlacesGetResponse = zGetPlaceListResponseDto;
3430
+ export const zPlacesUpdateData = z.object({
3431
+ body: zUpdatePlaceRequest,
3432
+ path: z.object({
3433
+ place_id: z.int()
3434
+ }),
3435
+ query: z.never().optional()
3436
+ });
3437
+ /**
3438
+ * Successful Response
3439
+ */
3440
+ export const zPlacesUpdateResponse = zUpdatePlaceResponseDto;
3441
+ export const zPlacePublishData = z.object({
3442
+ body: z.never().optional(),
3443
+ path: z.object({
3444
+ place_id: z.int()
3445
+ }),
3446
+ query: z.never().optional()
3447
+ });
3448
+ export const zPlaceArchiveData = z.object({
3449
+ body: z.never().optional(),
3450
+ path: z.object({
3451
+ place_id: z.int()
3452
+ }),
3453
+ query: z.never().optional()
3454
+ });
3455
+ export const zAnalyticGetTotalsData = z.object({
3456
+ body: z.never().optional(),
3457
+ path: z.never().optional(),
3458
+ query: z.never().optional()
3459
+ });
3460
+ /**
3461
+ * Successful Response
3462
+ */
3463
+ export const zAnalyticGetTotalsResponse = zGetAnalyticTotalsDto;
3464
+ export const zAnalyticGetDashboardData = z.object({
3465
+ body: z.never().optional(),
3466
+ path: z.never().optional(),
3467
+ query: z.never().optional()
3468
+ });
3469
+ /**
3470
+ * Successful Response
3471
+ */
3472
+ export const zAnalyticGetDashboardResponse = zDashboardStoryResponse;
3473
+ export const zOrganizationsListData = z.object({
3474
+ body: z.never().optional(),
3475
+ path: z.never().optional(),
3476
+ query: z.object({
3477
+ limit: z.int().optional().default(100),
3478
+ offset: z.int().optional().default(0)
3479
+ }).optional()
3480
+ });
3481
+ /**
3482
+ * Response Organizations.List
3483
+ *
3484
+ * Successful Response
3485
+ */
3486
+ export const zOrganizationsListResponse = z.array(zOrganizationResponse);
3487
+ export const zOrganizationsCreateData = z.object({
3488
+ body: zCreateOrganizationRequest,
3489
+ path: z.never().optional(),
3490
+ query: z.never().optional()
3491
+ });
3492
+ /**
3493
+ * Successful Response
3494
+ */
3495
+ export const zOrganizationsCreateResponse = zOrganizationResponse;
3496
+ export const zOrganizationsGetCurrentData = z.object({
3497
+ body: z.never().optional(),
3498
+ path: z.never().optional(),
3499
+ query: z.never().optional()
3500
+ });
3501
+ /**
3502
+ * Successful Response
3503
+ */
3504
+ export const zOrganizationsGetCurrentResponse = zOrganizationResponse;
3505
+ export const zOrganizationsGetInvitesData = z.object({
3506
+ body: z.never().optional(),
3507
+ path: z.object({
3508
+ org_id: z.string()
3509
+ }),
3510
+ query: z.never().optional()
3511
+ });
3512
+ /**
3513
+ * Response Organizations.Getinvites
3514
+ *
3515
+ * Successful Response
3516
+ */
3517
+ export const zOrganizationsGetInvitesResponse = z.array(zInviteRead);
3518
+ export const zOrganizationsCreateInviteData = z.object({
3519
+ body: zCreateInviteRequest,
3520
+ path: z.object({
3521
+ org_id: z.string()
3522
+ }),
3523
+ query: z.never().optional()
3524
+ });
3525
+ /**
3526
+ * Successful Response
3527
+ */
3528
+ export const zOrganizationsCreateInviteResponse = zInviteRead;
3529
+ export const zOrganizationsDeleteInviteData = z.object({
3530
+ body: z.never().optional(),
3531
+ path: z.object({
3532
+ org_id: z.string(),
3533
+ invite_id: z.string()
3534
+ }),
3535
+ query: z.never().optional()
3536
+ });
3537
+ /**
3538
+ * Successful Response
3539
+ */
3540
+ export const zOrganizationsDeleteInviteResponse = z.void();
3541
+ export const zOrganizationsArchiveData = z.object({
3542
+ body: z.never().optional(),
3543
+ path: z.object({
3544
+ org_id: z.string()
3545
+ }),
3546
+ query: z.never().optional()
3547
+ });
3548
+ /**
3549
+ * Successful Response
3550
+ */
3551
+ export const zOrganizationsArchiveResponse = z.void();
3552
+ export const zOrganizationsGetByIdData = z.object({
3553
+ body: z.never().optional(),
3554
+ path: z.object({
3555
+ org_id: z.string()
3556
+ }),
3557
+ query: z.never().optional()
3558
+ });
3559
+ /**
3560
+ * Successful Response
3561
+ */
3562
+ export const zOrganizationsGetByIdResponse = zOrganizationResponse;
3563
+ export const zOrganizationsUpdateData = z.object({
3564
+ body: zUpdateOrganizationRequest,
3565
+ path: z.object({
3566
+ org_id: z.string()
3567
+ }),
3568
+ query: z.never().optional()
3569
+ });
3570
+ /**
3571
+ * Successful Response
3572
+ */
3573
+ export const zOrganizationsUpdateResponse = zOrganizationResponse;
3574
+ export const zCustomRolesListData = z.object({
3575
+ body: z.never().optional(),
3576
+ path: z.never().optional(),
3577
+ query: z.object({
3578
+ org_id: z.string().nullish(),
3579
+ limit: z.int().gte(1).lte(100).optional().default(50)
3580
+ }).optional()
3581
+ });
3582
+ /**
3583
+ * Response Customroles.List
3584
+ *
3585
+ * Successful Response
3586
+ */
3587
+ export const zCustomRolesListResponse = z.array(zRoleListResponse);
3588
+ export const zCustomRolesCreateData = z.object({
3589
+ body: zCreateRoleRequest,
3590
+ path: z.never().optional(),
3591
+ query: z.object({
3592
+ org_id: z.string().nullish()
3593
+ }).optional()
3594
+ });
3595
+ /**
3596
+ * Successful Response
3597
+ */
3598
+ export const zCustomRolesCreateResponse = zRoleResponse;
3599
+ export const zRolesDeleteData = z.object({
3600
+ body: z.never().optional(),
3601
+ path: z.object({
3602
+ role_id: z.string()
3603
+ }),
3604
+ query: z.never().optional()
3605
+ });
3606
+ /**
3607
+ * Successful Response
3608
+ */
3609
+ export const zRolesDeleteResponse = z.void();
3610
+ export const zCustomRolesGetData = z.object({
3611
+ body: z.never().optional(),
3612
+ path: z.object({
3613
+ role_id: z.string()
3614
+ }),
3615
+ query: z.never().optional()
3616
+ });
3617
+ /**
3618
+ * Successful Response
3619
+ */
3620
+ export const zCustomRolesGetResponse = zRoleResponse;
3621
+ export const zCustomRolesUpdateData = z.object({
3622
+ body: zUpdateRoleRequest,
3623
+ path: z.object({
3624
+ role_id: z.string()
3625
+ }),
3626
+ query: z.never().optional()
3627
+ });
3628
+ /**
3629
+ * Successful Response
3630
+ */
3631
+ export const zCustomRolesUpdateResponse = zRoleResponse;
3632
+ export const zCustomRolesAddPermissionData = z.object({
3633
+ body: zAddPermissionRequest,
3634
+ path: z.object({
3635
+ role_id: z.string()
3636
+ }),
3637
+ query: z.never().optional()
3638
+ });
3639
+ export const zCustomRolesSetPermissionsData = z.object({
3640
+ body: zSetPermissionsRequest,
3641
+ path: z.object({
3642
+ role_id: z.string()
3643
+ }),
3644
+ query: z.never().optional()
3645
+ });
3646
+ export const zCustomRolesRemovePermissionData = z.object({
3647
+ body: z.never().optional(),
3648
+ path: z.object({
3649
+ role_id: z.string(),
3650
+ permission_code: z.string()
3651
+ }),
3652
+ query: z.never().optional()
3653
+ });
3654
+ /**
3655
+ * Successful Response
3656
+ */
3657
+ export const zCustomRolesRemovePermissionResponse = z.void();
3658
+ export const zCustomRolesGetMyPermissionsData = z.object({
3659
+ body: z.never().optional(),
3660
+ path: z.never().optional(),
3661
+ query: z.never().optional()
3662
+ });
3663
+ /**
3664
+ * Response Customroles.Getmypermissions
3665
+ *
3666
+ * Successful Response
3667
+ */
3668
+ export const zCustomRolesGetMyPermissionsResponse = z.array(zPermissionResponse);
3669
+ export const zCustomRolesAssignToUserData = z.object({
3670
+ body: z.never().optional(),
3671
+ path: z.object({
3672
+ user_id: z.string()
3673
+ }),
3674
+ query: z.object({
3675
+ role_id: z.string()
3676
+ })
3677
+ });
3678
+ export const zCustomRolesRemoveUserRoleData = z.object({
3679
+ body: z.never().optional(),
3680
+ path: z.object({
3681
+ user_id: z.string(),
3682
+ role_id: z.string()
3683
+ }),
3684
+ query: z.never().optional()
3685
+ });
3686
+ /**
3687
+ * Successful Response
3688
+ */
3689
+ export const zCustomRolesRemoveUserRoleResponse = z.void();
3690
+ export const zPermissionsListData = z.object({
3691
+ body: z.never().optional(),
3692
+ path: z.never().optional(),
3693
+ query: z.never().optional()
3694
+ });
3695
+ /**
3696
+ * Response Permissions.List
3697
+ *
3698
+ * Successful Response
3699
+ */
3700
+ export const zPermissionsListResponse = z.array(zPermissionResponse);
3701
+ export const zPermissionsGetData = z.object({
3702
+ body: z.never().optional(),
3703
+ path: z.object({
3704
+ permission_code: z.string()
3705
+ }),
3706
+ query: z.never().optional()
3707
+ });
3708
+ /**
3709
+ * Successful Response
3710
+ */
3711
+ export const zPermissionsGetResponse = zPermissionResponse;
3712
+ export const zBookingsListData = z.object({
3713
+ body: z.never().optional(),
3714
+ path: z.never().optional(),
3715
+ query: z.object({
3716
+ user_id: z.string().nullish(),
3717
+ place_id: z.int().nullish(),
3718
+ start_date: z.iso.datetime().nullish(),
3719
+ end_date: z.iso.datetime().nullish(),
3720
+ limit: z.int().gte(1).lte(100).optional().default(50),
3721
+ offset: z.int().gte(0).optional().default(0)
3722
+ }).optional()
3723
+ });
3724
+ /**
3725
+ * Response Bookings.List
3726
+ *
3727
+ * Successful Response
3728
+ */
3729
+ export const zBookingsListResponse = z.array(zBookingRead);
3730
+ export const zBookingCreateData = z.object({
3731
+ body: zCreateBookingRequest,
3732
+ path: z.never().optional(),
3733
+ query: z.never().optional()
3734
+ });
3735
+ /**
3736
+ * Successful Response
3737
+ */
3738
+ export const zBookingCreateResponse = zBookingRead;
3739
+ export const zBookingsDeleteData = z.object({
3740
+ body: z.never().optional(),
3741
+ path: z.object({
3742
+ booking_id: z.int()
3743
+ }),
3744
+ query: z.never().optional()
3745
+ });
3746
+ /**
3747
+ * Successful Response
3748
+ */
3749
+ export const zBookingsDeleteResponse = z.void();
3750
+ export const zBookingsGetByIdData = z.object({
3751
+ body: z.never().optional(),
3752
+ path: z.object({
3753
+ booking_id: z.int()
3754
+ }),
3755
+ query: z.never().optional()
3756
+ });
3757
+ /**
3758
+ * Successful Response
3759
+ */
3760
+ export const zBookingsGetByIdResponse = zBookingRead;
3761
+ export const zBookingsUpdateData = z.object({
3762
+ body: zUpdateBookingRequest,
3763
+ path: z.object({
3764
+ booking_id: z.int()
3765
+ }),
3766
+ query: z.never().optional()
3767
+ });
3768
+ /**
3769
+ * Successful Response
3770
+ */
3771
+ export const zBookingsUpdateResponse = zBookingRead;
3772
+ export const zBookingsCheckAvailabilityData = z.object({
3773
+ body: zCheckAvailabilityRequest,
3774
+ path: z.never().optional(),
3775
+ query: z.never().optional()
3776
+ });
3777
+ /**
3778
+ * Successful Response
3779
+ */
3780
+ export const zBookingsCheckAvailabilityResponse = zAvailabilityResponse;
3781
+ export const zBookingsGetPlaceScheduleData = z.object({
3782
+ body: z.never().optional(),
3783
+ path: z.object({
3784
+ place_id: z.int()
3785
+ }),
3786
+ query: z.object({
3787
+ start_date: z.iso.datetime(),
3788
+ end_date: z.iso.datetime()
3789
+ })
3790
+ });
3791
+ /**
3792
+ * Response Bookings.Getplaceschedule
3793
+ *
3794
+ * Successful Response
3795
+ */
3796
+ export const zBookingsGetPlaceScheduleResponse = z.array(zBookingRead);
3797
+ export const zChatRoomsCreateDirectData = z.object({
3798
+ body: zCreateDirectRoomRequest,
3799
+ path: z.never().optional(),
3800
+ query: z.never().optional()
3801
+ });
3802
+ /**
3803
+ * Successful Response
3804
+ */
3805
+ export const zChatRoomsCreateDirectResponse = zRoomResponse;
3806
+ export const zChatRoomsCreateGroupData = z.object({
3807
+ body: zCreateGroupRoomRequest,
3808
+ path: z.never().optional(),
3809
+ query: z.never().optional()
3810
+ });
3811
+ /**
3812
+ * Successful Response
3813
+ */
3814
+ export const zChatRoomsCreateGroupResponse = zRoomResponse;
3815
+ export const zChatRoomsListData = z.object({
3816
+ body: z.never().optional(),
3817
+ path: z.never().optional(),
3818
+ query: z.object({
3819
+ skip: z.int().gte(0).optional().default(0),
3820
+ limit: z.int().gte(1).lte(100).optional().default(50)
3821
+ }).optional()
3822
+ });
3823
+ /**
3824
+ * Successful Response
3825
+ */
3826
+ export const zChatRoomsListResponse = zRoomListResponse;
3827
+ export const zChatRoomsGetByIdData = z.object({
3828
+ body: z.never().optional(),
3829
+ path: z.object({
3830
+ room_id: z.uuid()
3831
+ }),
3832
+ query: z.never().optional()
3833
+ });
3834
+ /**
3835
+ * Successful Response
3836
+ */
3837
+ export const zChatRoomsGetByIdResponse = zRoomResponse;
3838
+ export const zChatRoomsUpdateData = z.object({
3839
+ body: zUpdateRoomRequest,
3840
+ path: z.object({
3841
+ room_id: z.uuid()
3842
+ }),
3843
+ query: z.never().optional()
3844
+ });
3845
+ /**
3846
+ * Successful Response
3847
+ */
3848
+ export const zChatRoomsUpdateResponse = zRoomResponse;
3849
+ export const zChatRoomsListMembersData = z.object({
3850
+ body: z.never().optional(),
3851
+ path: z.object({
3852
+ room_id: z.uuid()
3853
+ }),
3854
+ query: z.never().optional()
3855
+ });
3856
+ /**
3857
+ * Successful Response
3858
+ */
3859
+ export const zChatRoomsListMembersResponse = zMembersListResponse;
3860
+ export const zChatRoomsAddMemberData = z.object({
3861
+ body: zAddMemberRequest,
3862
+ path: z.object({
3863
+ room_id: z.uuid()
3864
+ }),
3865
+ query: z.never().optional()
3866
+ });
3867
+ /**
3868
+ * Successful Response
3869
+ */
3870
+ export const zChatRoomsAddMemberResponse = zMemberResponse;
3871
+ export const zChatRoomsRemoveMemberData = z.object({
3872
+ body: z.never().optional(),
3873
+ path: z.object({
3874
+ room_id: z.uuid(),
3875
+ user_id: z.uuid()
3876
+ }),
3877
+ query: z.never().optional()
3878
+ });
3879
+ /**
3880
+ * Successful Response
3881
+ */
3882
+ export const zChatRoomsRemoveMemberResponse = z.void();
3883
+ export const zChatMessagesListData = z.object({
3884
+ body: z.never().optional(),
3885
+ path: z.object({
3886
+ room_id: z.uuid()
3887
+ }),
3888
+ query: z.object({
3889
+ before_id: z.uuid().nullish(),
3890
+ limit: z.int().gte(1).lte(100).optional().default(50)
3891
+ }).optional()
3892
+ });
3893
+ /**
3894
+ * Response Chatmessages.List
3895
+ *
3896
+ * Successful Response
3897
+ */
3898
+ export const zChatMessagesListResponse = z.array(zAppChatAdapterInputSchemasMessageMessageResponse);
3899
+ export const zAiAgentSendMessageData = z.object({
3900
+ body: zAppChatAdapterInputSchemasMessageSendMessageRequest,
3901
+ path: z.object({
3902
+ room_id: z.uuid()
3903
+ }),
3904
+ query: z.never().optional()
3905
+ });
3906
+ /**
3907
+ * Successful Response
3908
+ */
3909
+ export const zAiAgentSendMessageResponse = zAppChatAdapterInputSchemasMessageMessageResponse;
3910
+ export const zChatMessagesDeleteData = z.object({
3911
+ body: z.never().optional(),
3912
+ path: z.object({
3913
+ message_id: z.uuid()
3914
+ }),
3915
+ query: z.never().optional()
3916
+ });
3917
+ /**
3918
+ * Successful Response
3919
+ */
3920
+ export const zChatMessagesDeleteResponse = z.void();
3921
+ export const zChatMessagesGetCountData = z.object({
3922
+ body: z.never().optional(),
3923
+ path: z.object({
3924
+ room_id: z.uuid()
3925
+ }),
3926
+ query: z.never().optional()
3927
+ });
3928
+ /**
3929
+ * Response Chatmessages.Getcount
3930
+ *
3931
+ * Successful Response
3932
+ */
3933
+ export const zChatMessagesGetCountResponse = z.record(z.string(), z.unknown());
3934
+ export const zChatMessagesMarkReadData = z.object({
3935
+ body: z.never().optional(),
3936
+ path: z.object({
3937
+ room_id: z.uuid()
3938
+ }),
3939
+ query: z.never().optional()
3940
+ });
3941
+ /**
3942
+ * Successful Response
3943
+ */
3944
+ export const zChatMessagesMarkReadResponse = z.void();
3945
+ export const zChatMessagesGetUnreadCountData = z.object({
3946
+ body: z.never().optional(),
3947
+ path: z.object({
3948
+ room_id: z.uuid()
3949
+ }),
3950
+ query: z.never().optional()
3951
+ });
3952
+ /**
3953
+ * Response Chatmessages.Getunreadcount
3954
+ *
3955
+ * Successful Response
3956
+ */
3957
+ export const zChatMessagesGetUnreadCountResponse = z.record(z.string(), z.unknown());
3958
+ export const zAiAgentListSessionsData = z.object({
3959
+ body: z.never().optional(),
3960
+ path: z.never().optional(),
3961
+ query: z.object({
3962
+ agent_type: zAgentType.nullish(),
3963
+ status: zSessionStatus.nullish(),
3964
+ limit: z.int().gte(1).lte(100).optional().default(50),
3965
+ offset: z.int().gte(0).optional().default(0)
3966
+ }).optional()
3967
+ });
3968
+ /**
3969
+ * Successful Response
3970
+ */
3971
+ export const zAiAgentListSessionsResponse = zSessionListResponse;
3972
+ export const zAiAgentCreateSessionData = z.object({
3973
+ body: zCreateSessionRequest,
3974
+ path: z.never().optional(),
3975
+ query: z.never().optional()
3976
+ });
3977
+ /**
3978
+ * Successful Response
3979
+ */
3980
+ export const zAiAgentCreateSessionResponse = zCreateSessionResponse;
3981
+ export const zAiAgentSendMessage2Data = z.object({
3982
+ body: zAppAiAgentAdapterInputApiV1SchemasSendMessageRequest,
3983
+ path: z.object({
3984
+ session_id: z.uuid()
3985
+ }),
3986
+ query: z.never().optional()
3987
+ });
3988
+ /**
3989
+ * Successful Response
3990
+ */
3991
+ export const zAiAgentSendMessage2Response = zSendMessageResponse;
3992
+ export const zAIDeleteSessionData = z.object({
3993
+ body: z.never().optional(),
3994
+ path: z.object({
3995
+ session_id: z.uuid()
3996
+ }),
3997
+ query: z.never().optional()
3998
+ });
3999
+ /**
4000
+ * Successful Response
4001
+ */
4002
+ export const zAIDeleteSessionResponse = z.void();
4003
+ export const zAiAgentGetSessionData = z.object({
4004
+ body: z.never().optional(),
4005
+ path: z.object({
4006
+ session_id: z.uuid()
4007
+ }),
4008
+ query: z.never().optional()
4009
+ });
4010
+ /**
4011
+ * Successful Response
4012
+ */
4013
+ export const zAiAgentGetSessionResponse = zCreateSessionResponse;
4014
+ export const zAiAgentGetSessionCostsData = z.object({
4015
+ body: z.never().optional(),
4016
+ path: z.object({
4017
+ session_id: z.uuid()
4018
+ }),
4019
+ query: z.never().optional()
4020
+ });
4021
+ /**
4022
+ * Successful Response
4023
+ */
4024
+ export const zAiAgentGetSessionCostsResponse = zSessionCostBreakdown;
4025
+ export const zAiAgentsGetOrgCostsData = z.object({
4026
+ body: z.never().optional(),
4027
+ path: z.never().optional(),
4028
+ query: z.object({
4029
+ start_date: z.string().nullish(),
4030
+ end_date: z.string().nullish()
4031
+ }).optional()
4032
+ });
4033
+ /**
4034
+ * Successful Response
4035
+ */
4036
+ export const zAiAgentsGetOrgCostsResponse = zOrgCostDetailResponse;
4037
+ export const zAiAgentListWorkflowsData = z.object({
4038
+ body: z.never().optional(),
4039
+ path: z.never().optional(),
4040
+ query: z.object({
4041
+ workflow_type: zWorkflowType.nullish(),
4042
+ status: zWorkflowStatus.nullish(),
4043
+ limit: z.int().gte(1).lte(100).optional().default(50),
4044
+ offset: z.int().gte(0).optional().default(0)
4045
+ }).optional()
4046
+ });
4047
+ /**
4048
+ * Successful Response
4049
+ */
4050
+ export const zAiAgentListWorkflowsResponse = zWorkflowExecutionListResponse;
4051
+ export const zAiAgentStartWorkflowData = z.object({
4052
+ body: zStartWorkflowRequest,
4053
+ path: z.never().optional(),
4054
+ query: z.never().optional()
4055
+ });
4056
+ /**
4057
+ * Successful Response
4058
+ */
4059
+ export const zAiAgentStartWorkflowResponse = zWorkflowExecutionResponse;
4060
+ export const zAiAgentStartWorkflowAsyncData = z.object({
4061
+ body: zStartWorkflowRequest,
4062
+ path: z.never().optional(),
4063
+ query: z.never().optional()
4064
+ });
4065
+ /**
4066
+ * Successful Response
4067
+ */
4068
+ export const zAiAgentStartWorkflowAsyncResponse = zStartWorkflowAsyncResponse;
4069
+ export const zAiWorkflowsGetExecutionDetailsData = z.object({
4070
+ body: z.never().optional(),
4071
+ path: z.object({
4072
+ execution_id: z.uuid()
4073
+ }),
4074
+ query: z.never().optional()
4075
+ });
4076
+ /**
4077
+ * Successful Response
4078
+ */
4079
+ export const zAiWorkflowsGetExecutionDetailsResponse = zWorkflowExecutionResponse;
4080
+ export const zAiAgentCancelWorkflowData = z.object({
4081
+ body: z.never().optional(),
4082
+ path: z.object({
4083
+ execution_id: z.uuid()
4084
+ }),
4085
+ query: z.never().optional()
4086
+ });
4087
+ /**
4088
+ * Successful Response
4089
+ */
4090
+ export const zAiAgentCancelWorkflowResponse = zWorkflowExecutionResponse;
4091
+ export const zContactsListData = z.object({
4092
+ body: z.never().optional(),
4093
+ path: z.never().optional(),
4094
+ query: z.object({
4095
+ limit: z.int().lte(100).optional().default(50),
4096
+ offset: z.int().gte(0).optional().default(0),
4097
+ search: z.string().nullish(),
4098
+ is_favorite: z.boolean().nullish(),
4099
+ tags: z.array(z.string()).nullish()
4100
+ }).optional()
4101
+ });
4102
+ /**
4103
+ * Successful Response
4104
+ */
4105
+ export const zContactsListResponse = zContactListResponse;
4106
+ export const zContactsCreateData = z.object({
4107
+ body: zCreateContactRequest,
4108
+ path: z.never().optional(),
4109
+ query: z.never().optional()
4110
+ });
4111
+ /**
4112
+ * Successful Response
4113
+ */
4114
+ export const zContactsCreateResponse = zContactResponse;
4115
+ export const zContactsSearchData = z.object({
4116
+ body: z.never().optional(),
4117
+ path: z.never().optional(),
4118
+ query: z.object({
4119
+ query: z.string(),
4120
+ limit: z.int().lte(100).optional().default(20),
4121
+ offset: z.int().gte(0).optional().default(0)
4122
+ })
4123
+ });
4124
+ /**
4125
+ * Successful Response
4126
+ */
4127
+ export const zContactsSearchResponse = zContactSearchResponse;
4128
+ export const zContactsDeleteData = z.object({
4129
+ body: z.never().optional(),
4130
+ path: z.object({
4131
+ contact_id: z.uuid()
4132
+ }),
4133
+ query: z.never().optional()
4134
+ });
4135
+ /**
4136
+ * Successful Response
4137
+ */
4138
+ export const zContactsDeleteResponse = z.void();
4139
+ export const zContactsGetData = z.object({
4140
+ body: z.never().optional(),
4141
+ path: z.object({
4142
+ contact_id: z.uuid()
4143
+ }),
4144
+ query: z.never().optional()
4145
+ });
4146
+ /**
4147
+ * Successful Response
4148
+ */
4149
+ export const zContactsGetResponse = zContactResponse;
4150
+ export const zContactsUpdateData = z.object({
4151
+ body: zUpdateContactRequest,
4152
+ path: z.object({
4153
+ contact_id: z.uuid()
4154
+ }),
4155
+ query: z.never().optional()
4156
+ });
4157
+ /**
4158
+ * Successful Response
4159
+ */
4160
+ export const zContactsUpdateResponse = zContactResponse;
4161
+ export const zContactsToggleFavoriteData = z.object({
4162
+ body: zToggleFavoriteRequest,
4163
+ path: z.object({
4164
+ contact_id: z.uuid()
4165
+ }),
4166
+ query: z.never().optional()
4167
+ });
4168
+ /**
4169
+ * Successful Response
4170
+ */
4171
+ export const zContactsToggleFavoriteResponse = zContactResponse;
4172
+ export const zAutomationRulesGetMetadataData = z.object({
4173
+ body: z.never().optional(),
4174
+ path: z.never().optional(),
4175
+ query: z.never().optional()
4176
+ });
4177
+ /**
4178
+ * Successful Response
4179
+ */
4180
+ export const zAutomationRulesGetMetadataResponse = zCombinedMetadataResponse;
4181
+ export const zAutomationMetadataGetTriggersData = z.object({
4182
+ body: z.never().optional(),
4183
+ path: z.never().optional(),
4184
+ query: z.never().optional()
4185
+ });
4186
+ /**
4187
+ * Response Automationmetadata.Gettriggers
4188
+ *
4189
+ * Successful Response
4190
+ */
4191
+ export const zAutomationMetadataGetTriggersResponse = z.array(zTaskMetadata);
4192
+ export const zAutomationRulesGetConditionsData = z.object({
4193
+ body: z.never().optional(),
4194
+ path: z.never().optional(),
4195
+ query: z.never().optional()
4196
+ });
4197
+ /**
4198
+ * Response Automationrules.Getconditions
4199
+ *
4200
+ * Successful Response
4201
+ */
4202
+ export const zAutomationRulesGetConditionsResponse = z.array(zTaskMetadata);
4203
+ export const zAutomationMetadataGetActionsData = z.object({
4204
+ body: z.never().optional(),
4205
+ path: z.never().optional(),
4206
+ query: z.never().optional()
4207
+ });
4208
+ /**
4209
+ * Response Automationmetadata.Getactions
4210
+ *
4211
+ * Successful Response
4212
+ */
4213
+ export const zAutomationMetadataGetActionsResponse = z.array(zTaskMetadata);
4214
+ export const zAutomationMetadataGetTaskData = z.object({
4215
+ body: z.never().optional(),
4216
+ path: z.object({
4217
+ task_type: z.string()
4218
+ }),
4219
+ query: z.never().optional()
4220
+ });
4221
+ /**
4222
+ * Successful Response
4223
+ */
4224
+ export const zAutomationMetadataGetTaskResponse = zTaskMetadata;
4225
+ export const zAutomationMetadataGetTasksData = z.object({
4226
+ body: z.never().optional(),
4227
+ path: z.never().optional(),
4228
+ query: z.object({
4229
+ category: z.string().nullish(),
4230
+ tags: z.array(z.string()).nullish(),
4231
+ search: z.string().nullish()
4232
+ }).optional()
4233
+ });
4234
+ /**
4235
+ * Response Automationmetadata.Gettasks
4236
+ *
4237
+ * Successful Response
4238
+ */
4239
+ export const zAutomationMetadataGetTasksResponse = z.array(zTaskMetadata);
4240
+ export const zAutomationCronTriggerScheduledData = z.object({
4241
+ body: z.never().optional(),
4242
+ path: z.never().optional(),
4243
+ query: z.never().optional(),
4244
+ headers: z.object({
4245
+ 'X-Automation-Key': z.string()
4246
+ })
4247
+ });
4248
+ export const zAutomationCronHealthCheckData = z.object({
4249
+ body: z.never().optional(),
4250
+ path: z.never().optional(),
4251
+ query: z.never().optional()
4252
+ });
4253
+ export const zAutomationRulesListData = z.object({
4254
+ body: z.never().optional(),
4255
+ path: z.never().optional(),
4256
+ query: z.object({
4257
+ enabled_only: z.boolean().optional().default(true),
4258
+ scope: z.string().nullish(),
4259
+ scope_id: z.string().nullish()
4260
+ }).optional()
4261
+ });
4262
+ /**
4263
+ * Successful Response
4264
+ */
4265
+ export const zAutomationRulesListResponse = zRuleListResponse;
4266
+ export const zAutomationRulesCreateData = z.object({
4267
+ body: zCreateRuleRequest,
4268
+ path: z.never().optional(),
4269
+ query: z.never().optional()
4270
+ });
4271
+ /**
4272
+ * Successful Response
4273
+ */
4274
+ export const zAutomationRulesCreateResponse = zRuleResponse;
4275
+ export const zAutomationRulesDeleteData = z.object({
4276
+ body: z.never().optional(),
4277
+ path: z.object({
4278
+ rule_id: z.uuid()
4279
+ }),
4280
+ query: z.never().optional()
4281
+ });
4282
+ /**
4283
+ * Successful Response
4284
+ */
4285
+ export const zAutomationRulesDeleteResponse = z.void();
4286
+ export const zAutomationRulesGetData = z.object({
4287
+ body: z.never().optional(),
4288
+ path: z.object({
4289
+ rule_id: z.uuid()
4290
+ }),
4291
+ query: z.never().optional()
4292
+ });
4293
+ /**
4294
+ * Successful Response
4295
+ */
4296
+ export const zAutomationRulesGetResponse = zRuleResponse;
4297
+ export const zAutomationRulesPatchData = z.object({
4298
+ body: zUpdateRuleRequest,
4299
+ path: z.object({
4300
+ rule_id: z.uuid()
4301
+ }),
4302
+ query: z.never().optional()
4303
+ });
4304
+ /**
4305
+ * Successful Response
4306
+ */
4307
+ export const zAutomationRulesPatchResponse = zRuleResponse;
4308
+ export const zAutomationRulesUpdateData = z.object({
4309
+ body: zUpdateRuleRequest,
4310
+ path: z.object({
4311
+ rule_id: z.uuid()
4312
+ }),
4313
+ query: z.never().optional()
4314
+ });
4315
+ /**
4316
+ * Successful Response
4317
+ */
4318
+ export const zAutomationRulesUpdateResponse = zRuleResponse;
4319
+ export const zAutomationRulesExecuteData = z.object({
4320
+ body: zExecuteRuleRequest,
4321
+ path: z.object({
4322
+ rule_id: z.uuid()
4323
+ }),
4324
+ query: z.never().optional()
4325
+ });
4326
+ /**
4327
+ * Successful Response
4328
+ */
4329
+ export const zAutomationRulesExecuteResponse = zExecuteRuleResponse;
4330
+ export const zAutomationRulesGetExecutionsData = z.object({
4331
+ body: z.never().optional(),
4332
+ path: z.object({
4333
+ rule_id: z.uuid()
4334
+ }),
4335
+ query: z.object({
4336
+ limit: z.int().optional().default(50)
4337
+ }).optional()
4338
+ });
4339
+ /**
4340
+ * Response Automationrules.Getexecutions
4341
+ *
4342
+ * Successful Response
4343
+ */
4344
+ export const zAutomationRulesGetExecutionsResponse = z.array(zExecutionResponse);
4345
+ export const zHealthCheckAutomationData = z.object({
4346
+ body: z.never().optional(),
4347
+ path: z.never().optional(),
4348
+ query: z.never().optional()
4349
+ });
4350
+ export const zIntegrationHandleOrgRemovedData = z.object({
4351
+ body: z.never().optional(),
4352
+ path: z.never().optional(),
4353
+ query: z.never().optional()
4354
+ });
4355
+ export const zIntegrationUserHandleRemovedData = z.object({
4356
+ body: z.never().optional(),
4357
+ path: z.never().optional(),
4358
+ query: z.never().optional()
4359
+ });
4360
+ export const zHandleUserCreatedApiV1IntegrationUserCreatedPostData = z.object({
4361
+ body: z.never().optional(),
4362
+ path: z.never().optional(),
4363
+ query: z.never().optional()
4364
+ });
4365
+ export const zHandleUserUpdatedApiV1IntegrationUserUpdatedPostData = z.object({
4366
+ body: z.never().optional(),
4367
+ path: z.never().optional(),
4368
+ query: z.never().optional()
4369
+ });
4370
+ export const zGetLatestPublicEventVersionData = z.object({
4371
+ body: z.never().optional(),
4372
+ path: z.object({
4373
+ event_id: z.int()
4374
+ }),
4375
+ query: z.never().optional()
4376
+ });
4377
+ /**
4378
+ * Successful Response
4379
+ */
4380
+ export const zGetLatestPublicEventVersionResponse = zEventVersionRead;
4381
+ export const zGetLatestPublicSpaceVersionData = z.object({
4382
+ body: z.never().optional(),
4383
+ path: z.object({
4384
+ space_id: z.int()
4385
+ }),
4386
+ query: z.never().optional()
4387
+ });
4388
+ /**
4389
+ * Successful Response
4390
+ */
4391
+ export const zGetLatestPublicSpaceVersionResponse = zSpaceVersionRead;
4392
+ export const zHealthCheckData = z.object({
4393
+ body: z.never().optional(),
4394
+ path: z.never().optional(),
4395
+ query: z.object({
4396
+ shallow: z.boolean().optional().default(true),
4397
+ deep: z.boolean().optional().default(false)
4398
+ }).optional()
4399
+ });
4400
+ export const zSentryTriggerErrorData = z.object({
4401
+ body: z.never().optional(),
4402
+ path: z.never().optional(),
4403
+ query: z.never().optional()
4404
+ });
4405
+ export const zHealthNotificationsCheckData = z.object({
4406
+ body: z.never().optional(),
4407
+ path: z.never().optional(),
4408
+ query: z.never().optional()
4409
+ });
4410
+ export const zMetricsGetData = z.object({
4411
+ body: z.never().optional(),
4412
+ path: z.never().optional(),
4413
+ query: z.never().optional()
4414
+ });
4415
+ export const zFeaturesGetData = z.object({
4416
+ body: z.never().optional(),
4417
+ path: z.never().optional(),
4418
+ query: z.never().optional()
4419
+ });
4420
+ export const zRealtimeGetInfoData = z.object({
4421
+ body: z.never().optional(),
4422
+ path: z.never().optional(),
4423
+ query: z.never().optional()
4424
+ });
4425
+ export const zConnectWebSocketData = z.object({
4426
+ body: z.never().optional(),
4427
+ path: z.never().optional(),
4428
+ query: z.never().optional()
4429
+ });
4430
+ //# sourceMappingURL=zod.gen.js.map