@linebundle-sdk/ts 0.1.20

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 (3201) hide show
  1. package/FUNCTIONS.md +90 -0
  2. package/README.md +711 -0
  3. package/RUNTIMES.md +48 -0
  4. package/esm/core.d.ts +10 -0
  5. package/esm/core.d.ts.map +1 -0
  6. package/esm/core.js +13 -0
  7. package/esm/core.js.map +1 -0
  8. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +19 -0
  9. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +1 -0
  10. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +89 -0
  11. package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +1 -0
  12. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +18 -0
  13. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +1 -0
  14. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +82 -0
  15. package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +1 -0
  16. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +18 -0
  17. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +1 -0
  18. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +88 -0
  19. package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +1 -0
  20. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +19 -0
  21. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +1 -0
  22. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +87 -0
  23. package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +1 -0
  24. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +19 -0
  25. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +1 -0
  26. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +88 -0
  27. package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +1 -0
  28. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +19 -0
  29. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +1 -0
  30. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +89 -0
  31. package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +1 -0
  32. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +19 -0
  33. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +1 -0
  34. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +89 -0
  35. package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +1 -0
  36. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +19 -0
  37. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +1 -0
  38. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +89 -0
  39. package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +1 -0
  40. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +19 -0
  41. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +1 -0
  42. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +90 -0
  43. package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +1 -0
  44. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +19 -0
  45. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +1 -0
  46. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +90 -0
  47. package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +1 -0
  48. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +18 -0
  49. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +1 -0
  50. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +82 -0
  51. package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +1 -0
  52. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +18 -0
  53. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +1 -0
  54. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +82 -0
  55. package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +1 -0
  56. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +14 -0
  57. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +1 -0
  58. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +64 -0
  59. package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +1 -0
  60. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +14 -0
  61. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +1 -0
  62. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +64 -0
  63. package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +1 -0
  64. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +32 -0
  65. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +1 -0
  66. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +102 -0
  67. package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +1 -0
  68. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +35 -0
  69. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +1 -0
  70. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +108 -0
  71. package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +1 -0
  72. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +20 -0
  73. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +1 -0
  74. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +70 -0
  75. package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +1 -0
  76. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +22 -0
  77. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +1 -0
  78. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +73 -0
  79. package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +1 -0
  80. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +22 -0
  81. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +1 -0
  82. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +86 -0
  83. package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +1 -0
  84. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +20 -0
  85. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +1 -0
  86. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +71 -0
  87. package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +1 -0
  88. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +18 -0
  89. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +1 -0
  90. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +88 -0
  91. package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +1 -0
  92. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +19 -0
  93. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +1 -0
  94. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +90 -0
  95. package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +1 -0
  96. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +17 -0
  97. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +1 -0
  98. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +68 -0
  99. package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +1 -0
  100. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +17 -0
  101. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +1 -0
  102. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +67 -0
  103. package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +1 -0
  104. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +19 -0
  105. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +1 -0
  106. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +89 -0
  107. package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +1 -0
  108. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +17 -0
  109. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +1 -0
  110. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +68 -0
  111. package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +1 -0
  112. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +19 -0
  113. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +1 -0
  114. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +88 -0
  115. package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +1 -0
  116. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +21 -0
  117. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +1 -0
  118. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +95 -0
  119. package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +1 -0
  120. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +19 -0
  121. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +1 -0
  122. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +89 -0
  123. package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +1 -0
  124. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +17 -0
  125. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +1 -0
  126. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +68 -0
  127. package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +1 -0
  128. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +23 -0
  129. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +1 -0
  130. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +92 -0
  131. package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +1 -0
  132. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +19 -0
  133. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +1 -0
  134. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +90 -0
  135. package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +1 -0
  136. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +44 -0
  137. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +1 -0
  138. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +109 -0
  139. package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +1 -0
  140. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +19 -0
  141. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +1 -0
  142. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +90 -0
  143. package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +1 -0
  144. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +18 -0
  145. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +1 -0
  146. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +82 -0
  147. package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +1 -0
  148. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +18 -0
  149. package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +1 -0
  150. package/esm/funcs/booking-create-booking-api-v1-booking-post.js +82 -0
  151. package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +1 -0
  152. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +18 -0
  153. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +1 -0
  154. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +88 -0
  155. package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +1 -0
  156. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +19 -0
  157. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +1 -0
  158. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +88 -0
  159. package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +1 -0
  160. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +19 -0
  161. package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +1 -0
  162. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +91 -0
  163. package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +1 -0
  164. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +19 -0
  165. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +1 -0
  166. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +94 -0
  167. package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +1 -0
  168. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +19 -0
  169. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +1 -0
  170. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +89 -0
  171. package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +1 -0
  172. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +15 -0
  173. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +1 -0
  174. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +85 -0
  175. package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +1 -0
  176. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +17 -0
  177. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +1 -0
  178. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +85 -0
  179. package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +1 -0
  180. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +17 -0
  181. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +1 -0
  182. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +85 -0
  183. package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +1 -0
  184. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +16 -0
  185. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +1 -0
  186. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +90 -0
  187. package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +1 -0
  188. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +15 -0
  189. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +1 -0
  190. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +85 -0
  191. package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +1 -0
  192. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +16 -0
  193. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +1 -0
  194. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +86 -0
  195. package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +1 -0
  196. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +16 -0
  197. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +1 -0
  198. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +87 -0
  199. package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +1 -0
  200. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +15 -0
  201. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +1 -0
  202. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +79 -0
  203. package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +1 -0
  204. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +15 -0
  205. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +1 -0
  206. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +79 -0
  207. package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +1 -0
  208. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +16 -0
  209. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +1 -0
  210. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +85 -0
  211. package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +1 -0
  212. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +16 -0
  213. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +1 -0
  214. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +86 -0
  215. package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +1 -0
  216. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +16 -0
  217. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +1 -0
  218. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +84 -0
  219. package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +1 -0
  220. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +15 -0
  221. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +1 -0
  222. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +89 -0
  223. package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +1 -0
  224. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +16 -0
  225. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +1 -0
  226. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +86 -0
  227. package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +1 -0
  228. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +18 -0
  229. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +1 -0
  230. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +82 -0
  231. package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +1 -0
  232. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +18 -0
  233. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +1 -0
  234. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +88 -0
  235. package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +1 -0
  236. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +19 -0
  237. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +1 -0
  238. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +88 -0
  239. package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +1 -0
  240. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +19 -0
  241. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +1 -0
  242. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +90 -0
  243. package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +1 -0
  244. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +19 -0
  245. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +1 -0
  246. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +88 -0
  247. package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +1 -0
  248. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +19 -0
  249. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +1 -0
  250. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +90 -0
  251. package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +1 -0
  252. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +19 -0
  253. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +1 -0
  254. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +89 -0
  255. package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +1 -0
  256. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +18 -0
  257. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
  258. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +89 -0
  259. package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +1 -0
  260. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +18 -0
  261. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
  262. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +92 -0
  263. package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +1 -0
  264. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +19 -0
  265. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +1 -0
  266. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +87 -0
  267. package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +1 -0
  268. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +18 -0
  269. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +1 -0
  270. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +88 -0
  271. package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +1 -0
  272. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +20 -0
  273. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +1 -0
  274. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +71 -0
  275. package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +1 -0
  276. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +19 -0
  277. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +1 -0
  278. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +89 -0
  279. package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +1 -0
  280. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +19 -0
  281. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +1 -0
  282. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +87 -0
  283. package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +1 -0
  284. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +18 -0
  285. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
  286. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +92 -0
  287. package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
  288. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +18 -0
  289. 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 +1 -0
  290. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +92 -0
  291. package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +1 -0
  292. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +18 -0
  293. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
  294. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +89 -0
  295. package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +1 -0
  296. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +19 -0
  297. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +1 -0
  298. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +90 -0
  299. package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +1 -0
  300. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +15 -0
  301. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +1 -0
  302. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +85 -0
  303. package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +1 -0
  304. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +21 -0
  305. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +1 -0
  306. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +92 -0
  307. package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +1 -0
  308. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +21 -0
  309. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +1 -0
  310. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +96 -0
  311. package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +1 -0
  312. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +19 -0
  313. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +1 -0
  314. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +93 -0
  315. package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +1 -0
  316. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +21 -0
  317. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +1 -0
  318. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +98 -0
  319. package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +1 -0
  320. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +18 -0
  321. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +1 -0
  322. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +92 -0
  323. package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +1 -0
  324. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +20 -0
  325. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +1 -0
  326. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +89 -0
  327. package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +1 -0
  328. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +20 -0
  329. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +1 -0
  330. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +93 -0
  331. package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +1 -0
  332. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +19 -0
  333. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +1 -0
  334. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +94 -0
  335. package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +1 -0
  336. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +18 -0
  337. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +1 -0
  338. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +93 -0
  339. package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +1 -0
  340. package/esm/funcs/event-create-event-api-v1-event-post.d.ts +15 -0
  341. package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +1 -0
  342. package/esm/funcs/event-create-event-api-v1-event-post.js +106 -0
  343. package/esm/funcs/event-create-event-api-v1-event-post.js.map +1 -0
  344. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +15 -0
  345. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +1 -0
  346. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +84 -0
  347. package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +1 -0
  348. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +18 -0
  349. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +1 -0
  350. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +92 -0
  351. package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +1 -0
  352. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +18 -0
  353. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +1 -0
  354. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +89 -0
  355. package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +1 -0
  356. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +18 -0
  357. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +1 -0
  358. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +92 -0
  359. package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +1 -0
  360. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +21 -0
  361. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +1 -0
  362. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +85 -0
  363. package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +1 -0
  364. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +23 -0
  365. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +1 -0
  366. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +109 -0
  367. package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +1 -0
  368. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +16 -0
  369. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +1 -0
  370. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +85 -0
  371. package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +1 -0
  372. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +24 -0
  373. package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +1 -0
  374. package/esm/funcs/event-get-event-list-api-v1-event-get.js +112 -0
  375. package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +1 -0
  376. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +19 -0
  377. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +1 -0
  378. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +89 -0
  379. package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +1 -0
  380. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +19 -0
  381. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +1 -0
  382. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +93 -0
  383. package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +1 -0
  384. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +16 -0
  385. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +1 -0
  386. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +96 -0
  387. package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +1 -0
  388. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +19 -0
  389. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +1 -0
  390. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +89 -0
  391. package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +1 -0
  392. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +16 -0
  393. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +1 -0
  394. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +86 -0
  395. package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +1 -0
  396. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +16 -0
  397. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +1 -0
  398. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +86 -0
  399. package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +1 -0
  400. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +16 -0
  401. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +1 -0
  402. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +86 -0
  403. package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +1 -0
  404. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +23 -0
  405. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +1 -0
  406. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +92 -0
  407. package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +1 -0
  408. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +24 -0
  409. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +1 -0
  410. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +73 -0
  411. package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +1 -0
  412. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +18 -0
  413. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +1 -0
  414. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +88 -0
  415. package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +1 -0
  416. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +19 -0
  417. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +1 -0
  418. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +89 -0
  419. package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +1 -0
  420. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +19 -0
  421. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +1 -0
  422. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +90 -0
  423. package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +1 -0
  424. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +19 -0
  425. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +1 -0
  426. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +90 -0
  427. package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +1 -0
  428. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +19 -0
  429. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +1 -0
  430. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +90 -0
  431. package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +1 -0
  432. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +19 -0
  433. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +1 -0
  434. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +90 -0
  435. package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +1 -0
  436. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +15 -0
  437. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +1 -0
  438. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +85 -0
  439. package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +1 -0
  440. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +18 -0
  441. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +1 -0
  442. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +88 -0
  443. package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +1 -0
  444. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +15 -0
  445. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +1 -0
  446. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +86 -0
  447. package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +1 -0
  448. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +19 -0
  449. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +1 -0
  450. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +93 -0
  451. package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +1 -0
  452. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +19 -0
  453. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
  454. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +122 -0
  455. package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
  456. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +19 -0
  457. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +1 -0
  458. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +89 -0
  459. package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +1 -0
  460. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +19 -0
  461. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -0
  462. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +94 -0
  463. package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -0
  464. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +18 -0
  465. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -0
  466. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +98 -0
  467. package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -0
  468. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +18 -0
  469. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -0
  470. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +94 -0
  471. package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -0
  472. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +31 -0
  473. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +1 -0
  474. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +100 -0
  475. package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +1 -0
  476. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +18 -0
  477. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +1 -0
  478. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +88 -0
  479. package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +1 -0
  480. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +16 -0
  481. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
  482. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +113 -0
  483. package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
  484. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +16 -0
  485. package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +1 -0
  486. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +86 -0
  487. package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +1 -0
  488. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +29 -0
  489. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +1 -0
  490. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +95 -0
  491. package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +1 -0
  492. package/esm/funcs/get-feature-flags-config-features-get.d.ts +16 -0
  493. package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +1 -0
  494. package/esm/funcs/get-feature-flags-config-features-get.js +67 -0
  495. package/esm/funcs/get-feature-flags-config-features-get.js.map +1 -0
  496. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +20 -0
  497. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +1 -0
  498. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +90 -0
  499. package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +1 -0
  500. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +17 -0
  501. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +1 -0
  502. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +68 -0
  503. package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +1 -0
  504. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +17 -0
  505. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +1 -0
  506. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +68 -0
  507. package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +1 -0
  508. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +17 -0
  509. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +1 -0
  510. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +68 -0
  511. package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +1 -0
  512. package/esm/funcs/health-check-health-get.d.ts +23 -0
  513. package/esm/funcs/health-check-health-get.d.ts.map +1 -0
  514. package/esm/funcs/health-check-health-get.js +91 -0
  515. package/esm/funcs/health-check-health-get.js.map +1 -0
  516. package/esm/funcs/metrics-metrics-get.d.ts +16 -0
  517. package/esm/funcs/metrics-metrics-get.d.ts.map +1 -0
  518. package/esm/funcs/metrics-metrics-get.js +67 -0
  519. package/esm/funcs/metrics-metrics-get.js.map +1 -0
  520. package/esm/funcs/notification-health-check-health-notifications-get.d.ts +16 -0
  521. package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +1 -0
  522. package/esm/funcs/notification-health-check-health-notifications-get.js +67 -0
  523. package/esm/funcs/notification-health-check-health-notifications-get.js.map +1 -0
  524. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +18 -0
  525. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +1 -0
  526. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +88 -0
  527. package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +1 -0
  528. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +19 -0
  529. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +1 -0
  530. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +90 -0
  531. package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +1 -0
  532. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +18 -0
  533. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +1 -0
  534. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +82 -0
  535. package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +1 -0
  536. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +18 -0
  537. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +1 -0
  538. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +92 -0
  539. package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +1 -0
  540. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +18 -0
  541. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +1 -0
  542. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +68 -0
  543. package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +1 -0
  544. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +19 -0
  545. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +1 -0
  546. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +89 -0
  547. package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +1 -0
  548. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +19 -0
  549. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +1 -0
  550. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +89 -0
  551. package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +1 -0
  552. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +19 -0
  553. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +1 -0
  554. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +88 -0
  555. package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +1 -0
  556. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +19 -0
  557. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +1 -0
  558. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +90 -0
  559. package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +1 -0
  560. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +19 -0
  561. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +1 -0
  562. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +89 -0
  563. package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +1 -0
  564. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +17 -0
  565. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +1 -0
  566. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +68 -0
  567. package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +1 -0
  568. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +15 -0
  569. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +1 -0
  570. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +85 -0
  571. package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +1 -0
  572. package/esm/funcs/place-create-place-api-v1-place-post.d.ts +16 -0
  573. package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +1 -0
  574. package/esm/funcs/place-create-place-api-v1-place-post.js +80 -0
  575. package/esm/funcs/place-create-place-api-v1-place-post.js.map +1 -0
  576. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +15 -0
  577. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +1 -0
  578. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +84 -0
  579. package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +1 -0
  580. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +16 -0
  581. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +1 -0
  582. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +85 -0
  583. package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +1 -0
  584. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +16 -0
  585. package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +1 -0
  586. package/esm/funcs/place-get-place-list-api-v1-place-get.js +84 -0
  587. package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +1 -0
  588. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +15 -0
  589. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +1 -0
  590. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +85 -0
  591. package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +1 -0
  592. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +16 -0
  593. package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +1 -0
  594. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +86 -0
  595. package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +1 -0
  596. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +19 -0
  597. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +1 -0
  598. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +89 -0
  599. package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +1 -0
  600. package/esm/funcs/realtime-get-ws.d.ts +18 -0
  601. package/esm/funcs/realtime-get-ws.d.ts.map +1 -0
  602. package/esm/funcs/realtime-get-ws.js +69 -0
  603. package/esm/funcs/realtime-get-ws.js.map +1 -0
  604. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +25 -0
  605. package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +1 -0
  606. package/esm/funcs/realtime-realtime-info-realtime-info-get.js +76 -0
  607. package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +1 -0
  608. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +19 -0
  609. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +1 -0
  610. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +90 -0
  611. package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +1 -0
  612. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +15 -0
  613. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +1 -0
  614. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +85 -0
  615. package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +1 -0
  616. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +20 -0
  617. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +1 -0
  618. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +95 -0
  619. package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +1 -0
  620. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +20 -0
  621. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +1 -0
  622. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +98 -0
  623. package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +1 -0
  624. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +18 -0
  625. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +1 -0
  626. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +82 -0
  627. package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +1 -0
  628. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +19 -0
  629. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +1 -0
  630. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +94 -0
  631. package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +1 -0
  632. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +29 -0
  633. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +1 -0
  634. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +100 -0
  635. package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +1 -0
  636. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +29 -0
  637. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +1 -0
  638. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +100 -0
  639. package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +1 -0
  640. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +30 -0
  641. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +1 -0
  642. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +99 -0
  643. package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +1 -0
  644. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +29 -0
  645. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +1 -0
  646. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +97 -0
  647. package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +1 -0
  648. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +30 -0
  649. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +1 -0
  650. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +105 -0
  651. package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +1 -0
  652. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +28 -0
  653. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +1 -0
  654. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +95 -0
  655. package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +1 -0
  656. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +30 -0
  657. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +1 -0
  658. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +105 -0
  659. package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +1 -0
  660. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +29 -0
  661. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +1 -0
  662. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +94 -0
  663. package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +1 -0
  664. package/esm/funcs/space-create-space-api-v1-space-post.d.ts +15 -0
  665. package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +1 -0
  666. package/esm/funcs/space-create-space-api-v1-space-post.js +79 -0
  667. package/esm/funcs/space-create-space-api-v1-space-post.js.map +1 -0
  668. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +21 -0
  669. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +1 -0
  670. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +92 -0
  671. package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +1 -0
  672. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +18 -0
  673. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +1 -0
  674. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +82 -0
  675. package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +1 -0
  676. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +15 -0
  677. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +1 -0
  678. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +84 -0
  679. package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +1 -0
  680. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +20 -0
  681. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +1 -0
  682. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +94 -0
  683. package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +1 -0
  684. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +19 -0
  685. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +1 -0
  686. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +89 -0
  687. package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +1 -0
  688. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +18 -0
  689. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +1 -0
  690. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +92 -0
  691. package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +1 -0
  692. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +18 -0
  693. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +1 -0
  694. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +89 -0
  695. package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +1 -0
  696. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +18 -0
  697. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +1 -0
  698. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +92 -0
  699. package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +1 -0
  700. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +29 -0
  701. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +1 -0
  702. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +100 -0
  703. package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +1 -0
  704. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +29 -0
  705. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +1 -0
  706. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +100 -0
  707. package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +1 -0
  708. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +30 -0
  709. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +1 -0
  710. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +102 -0
  711. package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +1 -0
  712. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +29 -0
  713. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +1 -0
  714. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +97 -0
  715. package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +1 -0
  716. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +30 -0
  717. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +1 -0
  718. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +105 -0
  719. package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +1 -0
  720. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +28 -0
  721. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +1 -0
  722. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +98 -0
  723. package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +1 -0
  724. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +30 -0
  725. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +1 -0
  726. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +105 -0
  727. package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +1 -0
  728. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +29 -0
  729. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +1 -0
  730. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +97 -0
  731. package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +1 -0
  732. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +38 -0
  733. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +1 -0
  734. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +115 -0
  735. package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +1 -0
  736. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +19 -0
  737. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +1 -0
  738. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +89 -0
  739. package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +1 -0
  740. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +16 -0
  741. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +1 -0
  742. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +85 -0
  743. package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +1 -0
  744. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +19 -0
  745. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +1 -0
  746. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +89 -0
  747. package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +1 -0
  748. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +19 -0
  749. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +1 -0
  750. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +89 -0
  751. package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +1 -0
  752. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +16 -0
  753. package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +1 -0
  754. package/esm/funcs/space-get-space-list-api-v1-space-get.js +86 -0
  755. package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +1 -0
  756. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +19 -0
  757. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +1 -0
  758. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +89 -0
  759. package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +1 -0
  760. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +19 -0
  761. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +1 -0
  762. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +89 -0
  763. package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +1 -0
  764. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +21 -0
  765. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +1 -0
  766. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +95 -0
  767. package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +1 -0
  768. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +19 -0
  769. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +1 -0
  770. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +93 -0
  771. package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +1 -0
  772. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +22 -0
  773. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +1 -0
  774. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +94 -0
  775. package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +1 -0
  776. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +37 -0
  777. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +1 -0
  778. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +106 -0
  779. package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +1 -0
  780. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +21 -0
  781. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +1 -0
  782. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +91 -0
  783. package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +1 -0
  784. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +19 -0
  785. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +1 -0
  786. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +89 -0
  787. package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +1 -0
  788. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +15 -0
  789. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +1 -0
  790. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +85 -0
  791. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +1 -0
  792. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +19 -0
  793. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +1 -0
  794. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +89 -0
  795. package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +1 -0
  796. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +20 -0
  797. 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 +1 -0
  798. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +98 -0
  799. package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +1 -0
  800. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +18 -0
  801. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +1 -0
  802. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +92 -0
  803. package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +1 -0
  804. 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 +20 -0
  805. 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 +1 -0
  806. package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +98 -0
  807. 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 +1 -0
  808. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +19 -0
  809. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +1 -0
  810. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +90 -0
  811. package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +1 -0
  812. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +16 -0
  813. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +1 -0
  814. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +67 -0
  815. package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +1 -0
  816. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +41 -0
  817. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +1 -0
  818. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +112 -0
  819. package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +1 -0
  820. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +18 -0
  821. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +1 -0
  822. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +88 -0
  823. package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +1 -0
  824. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +16 -0
  825. package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +1 -0
  826. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +86 -0
  827. package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +1 -0
  828. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +19 -0
  829. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +1 -0
  830. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +94 -0
  831. package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +1 -0
  832. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +19 -0
  833. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +1 -0
  834. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +90 -0
  835. package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +1 -0
  836. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +21 -0
  837. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +1 -0
  838. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +96 -0
  839. package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +1 -0
  840. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +17 -0
  841. package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +1 -0
  842. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +68 -0
  843. package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +1 -0
  844. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +17 -0
  845. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +1 -0
  846. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +67 -0
  847. package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +1 -0
  848. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +17 -0
  849. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +1 -0
  850. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +67 -0
  851. package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +1 -0
  852. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +17 -0
  853. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +1 -0
  854. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +67 -0
  855. package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +1 -0
  856. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +16 -0
  857. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +1 -0
  858. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +67 -0
  859. package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +1 -0
  860. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +17 -0
  861. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +1 -0
  862. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +67 -0
  863. package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +1 -0
  864. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +18 -0
  865. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +1 -0
  866. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +87 -0
  867. package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +1 -0
  868. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +16 -0
  869. package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +1 -0
  870. package/esm/funcs/user-get-user-list-api-v1-user-get.js +89 -0
  871. package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +1 -0
  872. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +31 -0
  873. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +1 -0
  874. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +100 -0
  875. package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +1 -0
  876. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +16 -0
  877. package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +1 -0
  878. package/esm/funcs/user-search-users-api-v1-user-search-get.js +86 -0
  879. package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +1 -0
  880. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +18 -0
  881. package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +1 -0
  882. package/esm/funcs/user-update-profile-api-v1-user-me-put.js +82 -0
  883. package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +1 -0
  884. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +18 -0
  885. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +1 -0
  886. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +106 -0
  887. package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js.map +1 -0
  888. package/esm/hooks/hooks.d.ts +25 -0
  889. package/esm/hooks/hooks.d.ts.map +1 -0
  890. package/esm/hooks/hooks.js +82 -0
  891. package/esm/hooks/hooks.js.map +1 -0
  892. package/esm/hooks/index.d.ts +3 -0
  893. package/esm/hooks/index.d.ts.map +1 -0
  894. package/esm/hooks/index.js +6 -0
  895. package/esm/hooks/index.js.map +1 -0
  896. package/esm/hooks/registration.d.ts +3 -0
  897. package/esm/hooks/registration.d.ts.map +1 -0
  898. package/esm/hooks/registration.js +12 -0
  899. package/esm/hooks/registration.js.map +1 -0
  900. package/esm/hooks/types.d.ts +76 -0
  901. package/esm/hooks/types.d.ts.map +1 -0
  902. package/esm/hooks/types.js +5 -0
  903. package/esm/hooks/types.js.map +1 -0
  904. package/esm/index.d.ts +6 -0
  905. package/esm/index.d.ts.map +1 -0
  906. package/esm/index.js +8 -0
  907. package/esm/index.js.map +1 -0
  908. package/esm/lib/base64.d.ts +10 -0
  909. package/esm/lib/base64.d.ts.map +1 -0
  910. package/esm/lib/base64.js +31 -0
  911. package/esm/lib/base64.js.map +1 -0
  912. package/esm/lib/config.d.ts +34 -0
  913. package/esm/lib/config.d.ts.map +1 -0
  914. package/esm/lib/config.js +21 -0
  915. package/esm/lib/config.js.map +1 -0
  916. package/esm/lib/dlv.d.ts +14 -0
  917. package/esm/lib/dlv.d.ts.map +1 -0
  918. package/esm/lib/dlv.js +46 -0
  919. package/esm/lib/dlv.js.map +1 -0
  920. package/esm/lib/encodings.d.ts +53 -0
  921. package/esm/lib/encodings.d.ts.map +1 -0
  922. package/esm/lib/encodings.js +370 -0
  923. package/esm/lib/encodings.js.map +1 -0
  924. package/esm/lib/files.d.ts +13 -0
  925. package/esm/lib/files.d.ts.map +1 -0
  926. package/esm/lib/files.js +73 -0
  927. package/esm/lib/files.js.map +1 -0
  928. package/esm/lib/http.d.ts +67 -0
  929. package/esm/lib/http.d.ts.map +1 -0
  930. package/esm/lib/http.js +209 -0
  931. package/esm/lib/http.js.map +1 -0
  932. package/esm/lib/is-plain-object.d.ts +2 -0
  933. package/esm/lib/is-plain-object.d.ts.map +1 -0
  934. package/esm/lib/is-plain-object.js +38 -0
  935. package/esm/lib/is-plain-object.js.map +1 -0
  936. package/esm/lib/logger.d.ts +6 -0
  937. package/esm/lib/logger.d.ts.map +1 -0
  938. package/esm/lib/logger.js +5 -0
  939. package/esm/lib/logger.js.map +1 -0
  940. package/esm/lib/matchers.d.ts +59 -0
  941. package/esm/lib/matchers.d.ts.map +1 -0
  942. package/esm/lib/matchers.js +202 -0
  943. package/esm/lib/matchers.js.map +1 -0
  944. package/esm/lib/primitives.d.ts +26 -0
  945. package/esm/lib/primitives.d.ts.map +1 -0
  946. package/esm/lib/primitives.js +103 -0
  947. package/esm/lib/primitives.js.map +1 -0
  948. package/esm/lib/retries.d.ts +38 -0
  949. package/esm/lib/retries.d.ts.map +1 -0
  950. package/esm/lib/retries.js +150 -0
  951. package/esm/lib/retries.js.map +1 -0
  952. package/esm/lib/schemas.d.ts +21 -0
  953. package/esm/lib/schemas.d.ts.map +1 -0
  954. package/esm/lib/schemas.js +57 -0
  955. package/esm/lib/schemas.js.map +1 -0
  956. package/esm/lib/sdks.d.ts +63 -0
  957. package/esm/lib/sdks.d.ts.map +1 -0
  958. package/esm/lib/sdks.js +254 -0
  959. package/esm/lib/sdks.js.map +1 -0
  960. package/esm/lib/security.d.ts +83 -0
  961. package/esm/lib/security.d.ts.map +1 -0
  962. package/esm/lib/security.js +143 -0
  963. package/esm/lib/security.js.map +1 -0
  964. package/esm/lib/url.d.ts +5 -0
  965. package/esm/lib/url.d.ts.map +1 -0
  966. package/esm/lib/url.js +22 -0
  967. package/esm/lib/url.js.map +1 -0
  968. package/esm/models/add-member-request.d.ts +20 -0
  969. package/esm/models/add-member-request.d.ts.map +1 -0
  970. package/esm/models/add-member-request.js +18 -0
  971. package/esm/models/add-member-request.js.map +1 -0
  972. package/esm/models/add-permission-request.d.ts +15 -0
  973. package/esm/models/add-permission-request.d.ts.map +1 -0
  974. package/esm/models/add-permission-request.js +17 -0
  975. package/esm/models/add-permission-request.js.map +1 -0
  976. package/esm/models/add-space-member-request.d.ts +24 -0
  977. package/esm/models/add-space-member-request.d.ts.map +1 -0
  978. package/esm/models/add-space-member-request.js +14 -0
  979. package/esm/models/add-space-member-request.js.map +1 -0
  980. package/esm/models/agent-type.d.ts +22 -0
  981. package/esm/models/agent-type.d.ts.map +1 -0
  982. package/esm/models/agent-type.js +20 -0
  983. package/esm/models/agent-type.js.map +1 -0
  984. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts +20 -0
  985. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts.map +1 -0
  986. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js +13 -0
  987. package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js.map +1 -0
  988. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +24 -0
  989. package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +1 -0
  990. package/esm/models/app-chat-adapter-input-schemas-message-message-response.js +34 -0
  991. package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +1 -0
  992. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +29 -0
  993. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +1 -0
  994. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js +19 -0
  995. package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +1 -0
  996. package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts +21 -0
  997. package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts.map +1 -0
  998. package/esm/models/app-event-adapter-input-api-v1-response-space-info.js +16 -0
  999. package/esm/models/app-event-adapter-input-api-v1-response-space-info.js.map +1 -0
  1000. package/esm/models/app-event-domain-entity-event-space-info.d.ts +15 -0
  1001. package/esm/models/app-event-domain-entity-event-space-info.d.ts.map +1 -0
  1002. package/esm/models/app-event-domain-entity-event-space-info.js +16 -0
  1003. package/esm/models/app-event-domain-entity-event-space-info.js.map +1 -0
  1004. package/esm/models/app-space-domain-entity-space-event-space-info.d.ts +24 -0
  1005. package/esm/models/app-space-domain-entity-space-event-space-info.d.ts.map +1 -0
  1006. package/esm/models/app-space-domain-entity-space-event-space-info.js +16 -0
  1007. package/esm/models/app-space-domain-entity-space-event-space-info.js.map +1 -0
  1008. package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts +13 -0
  1009. package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts.map +1 -0
  1010. package/esm/models/app-user-adapter-input-api-v1-response-message-response.js +15 -0
  1011. package/esm/models/app-user-adapter-input-api-v1-response-message-response.js.map +1 -0
  1012. package/esm/models/assistant-response.d.ts +29 -0
  1013. package/esm/models/assistant-response.d.ts.map +1 -0
  1014. package/esm/models/assistant-response.js +25 -0
  1015. package/esm/models/assistant-response.js.map +1 -0
  1016. package/esm/models/attendee-info.d.ts +44 -0
  1017. package/esm/models/attendee-info.d.ts.map +1 -0
  1018. package/esm/models/attendee-info.js +30 -0
  1019. package/esm/models/attendee-info.js.map +1 -0
  1020. package/esm/models/attendee-status.d.ts +21 -0
  1021. package/esm/models/attendee-status.d.ts.map +1 -0
  1022. package/esm/models/attendee-status.js +19 -0
  1023. package/esm/models/attendee-status.js.map +1 -0
  1024. package/esm/models/availability-response.d.ts +28 -0
  1025. package/esm/models/availability-response.d.ts.map +1 -0
  1026. package/esm/models/availability-response.js +24 -0
  1027. package/esm/models/availability-response.js.map +1 -0
  1028. package/esm/models/avatar-upload-response.d.ts +17 -0
  1029. package/esm/models/avatar-upload-response.d.ts.map +1 -0
  1030. package/esm/models/avatar-upload-response.js +20 -0
  1031. package/esm/models/avatar-upload-response.js.map +1 -0
  1032. package/esm/models/base-event-info.d.ts +36 -0
  1033. package/esm/models/base-event-info.d.ts.map +1 -0
  1034. package/esm/models/base-event-info.js +25 -0
  1035. package/esm/models/base-event-info.js.map +1 -0
  1036. package/esm/models/body-create-event-api-v1-event-post.d.ts +32 -0
  1037. package/esm/models/body-create-event-api-v1-event-post.d.ts.map +1 -0
  1038. package/esm/models/body-create-event-api-v1-event-post.js +30 -0
  1039. package/esm/models/body-create-event-api-v1-event-post.js.map +1 -0
  1040. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +32 -0
  1041. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
  1042. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +32 -0
  1043. package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
  1044. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts +29 -0
  1045. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
  1046. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js +30 -0
  1047. package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
  1048. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts +24 -0
  1049. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +1 -0
  1050. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js +29 -0
  1051. package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js.map +1 -0
  1052. package/esm/models/booking-read.d.ts +52 -0
  1053. package/esm/models/booking-read.d.ts.map +1 -0
  1054. package/esm/models/booking-read.js +34 -0
  1055. package/esm/models/booking-read.js.map +1 -0
  1056. package/esm/models/bulk-update-parent-request.d.ts +23 -0
  1057. package/esm/models/bulk-update-parent-request.d.ts.map +1 -0
  1058. package/esm/models/bulk-update-parent-request.js +19 -0
  1059. package/esm/models/bulk-update-parent-request.js.map +1 -0
  1060. package/esm/models/check-availability-request.d.ts +33 -0
  1061. package/esm/models/check-availability-request.d.ts.map +1 -0
  1062. package/esm/models/check-availability-request.js +23 -0
  1063. package/esm/models/check-availability-request.js.map +1 -0
  1064. package/esm/models/combined-metadata-response.d.ts +16 -0
  1065. package/esm/models/combined-metadata-response.d.ts.map +1 -0
  1066. package/esm/models/combined-metadata-response.js +16 -0
  1067. package/esm/models/combined-metadata-response.js.map +1 -0
  1068. package/esm/models/contact-list-response.d.ts +29 -0
  1069. package/esm/models/contact-list-response.d.ts.map +1 -0
  1070. package/esm/models/contact-list-response.js +18 -0
  1071. package/esm/models/contact-list-response.js.map +1 -0
  1072. package/esm/models/contact-response.d.ts +120 -0
  1073. package/esm/models/contact-response.d.ts.map +1 -0
  1074. package/esm/models/contact-response.js +62 -0
  1075. package/esm/models/contact-response.js.map +1 -0
  1076. package/esm/models/contact-search-response.d.ts +25 -0
  1077. package/esm/models/contact-search-response.d.ts.map +1 -0
  1078. package/esm/models/contact-search-response.js +17 -0
  1079. package/esm/models/contact-search-response.js.map +1 -0
  1080. package/esm/models/create-booking-request.d.ts +38 -0
  1081. package/esm/models/create-booking-request.d.ts.map +1 -0
  1082. package/esm/models/create-booking-request.js +23 -0
  1083. package/esm/models/create-booking-request.js.map +1 -0
  1084. package/esm/models/create-contact-request.d.ts +128 -0
  1085. package/esm/models/create-contact-request.d.ts.map +1 -0
  1086. package/esm/models/create-contact-request.js +53 -0
  1087. package/esm/models/create-contact-request.js.map +1 -0
  1088. package/esm/models/create-direct-room-request.d.ts +15 -0
  1089. package/esm/models/create-direct-room-request.d.ts.map +1 -0
  1090. package/esm/models/create-direct-room-request.js +17 -0
  1091. package/esm/models/create-direct-room-request.js.map +1 -0
  1092. package/esm/models/create-event-request.d.ts +104 -0
  1093. package/esm/models/create-event-request.d.ts.map +1 -0
  1094. package/esm/models/create-event-request.js +43 -0
  1095. package/esm/models/create-event-request.js.map +1 -0
  1096. package/esm/models/create-group-room-request.d.ts +25 -0
  1097. package/esm/models/create-group-room-request.d.ts.map +1 -0
  1098. package/esm/models/create-group-room-request.js +14 -0
  1099. package/esm/models/create-group-room-request.js.map +1 -0
  1100. package/esm/models/create-invite-request.d.ts +16 -0
  1101. package/esm/models/create-invite-request.d.ts.map +1 -0
  1102. package/esm/models/create-invite-request.js +19 -0
  1103. package/esm/models/create-invite-request.js.map +1 -0
  1104. package/esm/models/create-online-meeting-request.d.ts +40 -0
  1105. package/esm/models/create-online-meeting-request.d.ts.map +1 -0
  1106. package/esm/models/create-online-meeting-request.js +23 -0
  1107. package/esm/models/create-online-meeting-request.js.map +1 -0
  1108. package/esm/models/create-organization-request.d.ts +17 -0
  1109. package/esm/models/create-organization-request.d.ts.map +1 -0
  1110. package/esm/models/create-organization-request.js +18 -0
  1111. package/esm/models/create-organization-request.js.map +1 -0
  1112. package/esm/models/create-place-response-dto.d.ts +25 -0
  1113. package/esm/models/create-place-response-dto.d.ts.map +1 -0
  1114. package/esm/models/create-place-response-dto.js +17 -0
  1115. package/esm/models/create-place-response-dto.js.map +1 -0
  1116. package/esm/models/create-role-request.d.ts +20 -0
  1117. package/esm/models/create-role-request.d.ts.map +1 -0
  1118. package/esm/models/create-role-request.js +13 -0
  1119. package/esm/models/create-role-request.js.map +1 -0
  1120. package/esm/models/create-room-request.d.ts +50 -0
  1121. package/esm/models/create-room-request.d.ts.map +1 -0
  1122. package/esm/models/create-room-request.js +25 -0
  1123. package/esm/models/create-room-request.js.map +1 -0
  1124. package/esm/models/create-rule-request.d.ts +67 -0
  1125. package/esm/models/create-rule-request.d.ts.map +1 -0
  1126. package/esm/models/create-rule-request.js +27 -0
  1127. package/esm/models/create-rule-request.js.map +1 -0
  1128. package/esm/models/create-session-request.d.ts +36 -0
  1129. package/esm/models/create-session-request.d.ts.map +1 -0
  1130. package/esm/models/create-session-request.js +23 -0
  1131. package/esm/models/create-session-request.js.map +1 -0
  1132. package/esm/models/create-session-response.d.ts +67 -0
  1133. package/esm/models/create-session-response.d.ts.map +1 -0
  1134. package/esm/models/create-session-response.js +42 -0
  1135. package/esm/models/create-session-response.js.map +1 -0
  1136. package/esm/models/create-space-request.d.ts +30 -0
  1137. package/esm/models/create-space-request.d.ts.map +1 -0
  1138. package/esm/models/create-space-request.js +15 -0
  1139. package/esm/models/create-space-request.js.map +1 -0
  1140. package/esm/models/create-space-response-dto.d.ts +33 -0
  1141. package/esm/models/create-space-response-dto.d.ts.map +1 -0
  1142. package/esm/models/create-space-response-dto.js +24 -0
  1143. package/esm/models/create-space-response-dto.js.map +1 -0
  1144. package/esm/models/create-space-with-parent-request.d.ts +47 -0
  1145. package/esm/models/create-space-with-parent-request.d.ts.map +1 -0
  1146. package/esm/models/create-space-with-parent-request.js +23 -0
  1147. package/esm/models/create-space-with-parent-request.js.map +1 -0
  1148. package/esm/models/dashboard-story-response.d.ts +14 -0
  1149. package/esm/models/dashboard-story-response.d.ts.map +1 -0
  1150. package/esm/models/dashboard-story-response.js +23 -0
  1151. package/esm/models/dashboard-story-response.js.map +1 -0
  1152. package/esm/models/errors/http-client-errors.d.ts +44 -0
  1153. package/esm/models/errors/http-client-errors.d.ts.map +1 -0
  1154. package/esm/models/errors/http-client-errors.js +56 -0
  1155. package/esm/models/errors/http-client-errors.js.map +1 -0
  1156. package/esm/models/errors/http-validation-error.d.ts +19 -0
  1157. package/esm/models/errors/http-validation-error.d.ts.map +1 -0
  1158. package/esm/models/errors/http-validation-error.js +36 -0
  1159. package/esm/models/errors/http-validation-error.js.map +1 -0
  1160. package/esm/models/errors/index.d.ts +7 -0
  1161. package/esm/models/errors/index.d.ts.map +1 -0
  1162. package/esm/models/errors/index.js +10 -0
  1163. package/esm/models/errors/index.js.map +1 -0
  1164. package/esm/models/errors/response-validation-error.d.ts +26 -0
  1165. package/esm/models/errors/response-validation-error.d.ts.map +1 -0
  1166. package/esm/models/errors/response-validation-error.js +37 -0
  1167. package/esm/models/errors/response-validation-error.js.map +1 -0
  1168. package/esm/models/errors/sdk-default-error.d.ts +10 -0
  1169. package/esm/models/errors/sdk-default-error.d.ts.map +1 -0
  1170. package/esm/models/errors/sdk-default-error.js +30 -0
  1171. package/esm/models/errors/sdk-default-error.js.map +1 -0
  1172. package/esm/models/errors/sdk-error.d.ts +19 -0
  1173. package/esm/models/errors/sdk-error.d.ts.map +1 -0
  1174. package/esm/models/errors/sdk-error.js +26 -0
  1175. package/esm/models/errors/sdk-error.js.map +1 -0
  1176. package/esm/models/errors/sdk-validation-error.d.ts +21 -0
  1177. package/esm/models/errors/sdk-validation-error.d.ts.map +1 -0
  1178. package/esm/models/errors/sdk-validation-error.js +52 -0
  1179. package/esm/models/errors/sdk-validation-error.js.map +1 -0
  1180. package/esm/models/event-advanced-filters.d.ts +54 -0
  1181. package/esm/models/event-advanced-filters.d.ts.map +1 -0
  1182. package/esm/models/event-advanced-filters.js +35 -0
  1183. package/esm/models/event-advanced-filters.js.map +1 -0
  1184. package/esm/models/event-analytic-total.d.ts +10 -0
  1185. package/esm/models/event-analytic-total.d.ts.map +1 -0
  1186. package/esm/models/event-analytic-total.js +19 -0
  1187. package/esm/models/event-analytic-total.js.map +1 -0
  1188. package/esm/models/event-attendee-create.d.ts +29 -0
  1189. package/esm/models/event-attendee-create.d.ts.map +1 -0
  1190. package/esm/models/event-attendee-create.js +20 -0
  1191. package/esm/models/event-attendee-create.js.map +1 -0
  1192. package/esm/models/event-attendee-list.d.ts +21 -0
  1193. package/esm/models/event-attendee-list.d.ts.map +1 -0
  1194. package/esm/models/event-attendee-list.js +16 -0
  1195. package/esm/models/event-attendee-list.js.map +1 -0
  1196. package/esm/models/event-attendee-read.d.ts +62 -0
  1197. package/esm/models/event-attendee-read.d.ts.map +1 -0
  1198. package/esm/models/event-attendee-read.js +39 -0
  1199. package/esm/models/event-attendee-read.js.map +1 -0
  1200. package/esm/models/event-attendee-update.d.ts +24 -0
  1201. package/esm/models/event-attendee-update.d.ts.map +1 -0
  1202. package/esm/models/event-attendee-update.js +14 -0
  1203. package/esm/models/event-attendee-update.js.map +1 -0
  1204. package/esm/models/event-date-filter.d.ts +39 -0
  1205. package/esm/models/event-date-filter.d.ts.map +1 -0
  1206. package/esm/models/event-date-filter.js +26 -0
  1207. package/esm/models/event-date-filter.js.map +1 -0
  1208. package/esm/models/event-filter-request.d.ts +31 -0
  1209. package/esm/models/event-filter-request.d.ts.map +1 -0
  1210. package/esm/models/event-filter-request.js +17 -0
  1211. package/esm/models/event-filter-request.js.map +1 -0
  1212. package/esm/models/event-location-filter.d.ts +38 -0
  1213. package/esm/models/event-location-filter.d.ts.map +1 -0
  1214. package/esm/models/event-location-filter.js +23 -0
  1215. package/esm/models/event-location-filter.js.map +1 -0
  1216. package/esm/models/event-pagination-options.d.ts +23 -0
  1217. package/esm/models/event-pagination-options.d.ts.map +1 -0
  1218. package/esm/models/event-pagination-options.js +13 -0
  1219. package/esm/models/event-pagination-options.js.map +1 -0
  1220. package/esm/models/event-preview-dto.d.ts +18 -0
  1221. package/esm/models/event-preview-dto.d.ts.map +1 -0
  1222. package/esm/models/event-preview-dto.js +31 -0
  1223. package/esm/models/event-preview-dto.js.map +1 -0
  1224. package/esm/models/event-read.d.ts +70 -0
  1225. package/esm/models/event-read.d.ts.map +1 -0
  1226. package/esm/models/event-read.js +66 -0
  1227. package/esm/models/event-read.js.map +1 -0
  1228. package/esm/models/event-relationship-filter.d.ts +38 -0
  1229. package/esm/models/event-relationship-filter.d.ts.map +1 -0
  1230. package/esm/models/event-relationship-filter.js +25 -0
  1231. package/esm/models/event-relationship-filter.js.map +1 -0
  1232. package/esm/models/event-repeat-filter.d.ts +33 -0
  1233. package/esm/models/event-repeat-filter.d.ts.map +1 -0
  1234. package/esm/models/event-repeat-filter.js +23 -0
  1235. package/esm/models/event-repeat-filter.js.map +1 -0
  1236. package/esm/models/event-sort-field-config.d.ts +60 -0
  1237. package/esm/models/event-sort-field-config.d.ts.map +1 -0
  1238. package/esm/models/event-sort-field-config.js +41 -0
  1239. package/esm/models/event-sort-field-config.js.map +1 -0
  1240. package/esm/models/event-sort-options.d.ts +54 -0
  1241. package/esm/models/event-sort-options.d.ts.map +1 -0
  1242. package/esm/models/event-sort-options.js +43 -0
  1243. package/esm/models/event-sort-options.js.map +1 -0
  1244. package/esm/models/event-status-filter.d.ts +33 -0
  1245. package/esm/models/event-status-filter.d.ts.map +1 -0
  1246. package/esm/models/event-status-filter.js +22 -0
  1247. package/esm/models/event-status-filter.js.map +1 -0
  1248. package/esm/models/event-text-filter.d.ts +33 -0
  1249. package/esm/models/event-text-filter.d.ts.map +1 -0
  1250. package/esm/models/event-text-filter.js +15 -0
  1251. package/esm/models/event-text-filter.js.map +1 -0
  1252. package/esm/models/event-version-read.d.ts +41 -0
  1253. package/esm/models/event-version-read.d.ts.map +1 -0
  1254. package/esm/models/event-version-read.js +50 -0
  1255. package/esm/models/event-version-read.js.map +1 -0
  1256. package/esm/models/execute-rule-request.d.ts +21 -0
  1257. package/esm/models/execute-rule-request.d.ts.map +1 -0
  1258. package/esm/models/execute-rule-request.js +19 -0
  1259. package/esm/models/execute-rule-request.js.map +1 -0
  1260. package/esm/models/execute-rule-response.d.ts +23 -0
  1261. package/esm/models/execute-rule-response.d.ts.map +1 -0
  1262. package/esm/models/execute-rule-response.js +28 -0
  1263. package/esm/models/execute-rule-response.js.map +1 -0
  1264. package/esm/models/execution-response.d.ts +33 -0
  1265. package/esm/models/execution-response.d.ts.map +1 -0
  1266. package/esm/models/execution-response.js +45 -0
  1267. package/esm/models/execution-response.js.map +1 -0
  1268. package/esm/models/filter-operator.d.ts +30 -0
  1269. package/esm/models/filter-operator.d.ts.map +1 -0
  1270. package/esm/models/filter-operator.js +28 -0
  1271. package/esm/models/filter-operator.js.map +1 -0
  1272. package/esm/models/get-analytic-totals-dto.d.ts +15 -0
  1273. package/esm/models/get-analytic-totals-dto.d.ts.map +1 -0
  1274. package/esm/models/get-analytic-totals-dto.js +18 -0
  1275. package/esm/models/get-analytic-totals-dto.js.map +1 -0
  1276. package/esm/models/get-event-list-response.d.ts +93 -0
  1277. package/esm/models/get-event-list-response.d.ts.map +1 -0
  1278. package/esm/models/get-event-list-response.js +49 -0
  1279. package/esm/models/get-event-list-response.js.map +1 -0
  1280. package/esm/models/get-place-list-response-dto.d.ts +29 -0
  1281. package/esm/models/get-place-list-response-dto.d.ts.map +1 -0
  1282. package/esm/models/get-place-list-response-dto.js +18 -0
  1283. package/esm/models/get-place-list-response-dto.js.map +1 -0
  1284. package/esm/models/get-space-list-response-dto.d.ts +66 -0
  1285. package/esm/models/get-space-list-response-dto.d.ts.map +1 -0
  1286. package/esm/models/get-space-list-response-dto.js +43 -0
  1287. package/esm/models/get-space-list-response-dto.js.map +1 -0
  1288. package/esm/models/get-user-list-response-dto.d.ts +21 -0
  1289. package/esm/models/get-user-list-response-dto.d.ts.map +1 -0
  1290. package/esm/models/get-user-list-response-dto.js +16 -0
  1291. package/esm/models/get-user-list-response-dto.js.map +1 -0
  1292. package/esm/models/index.d.ts +169 -0
  1293. package/esm/models/index.d.ts.map +1 -0
  1294. package/esm/models/index.js +172 -0
  1295. package/esm/models/index.js.map +1 -0
  1296. package/esm/models/invite-read.d.ts +44 -0
  1297. package/esm/models/invite-read.d.ts.map +1 -0
  1298. package/esm/models/invite-read.js +30 -0
  1299. package/esm/models/invite-read.js.map +1 -0
  1300. package/esm/models/location-response.d.ts +12 -0
  1301. package/esm/models/location-response.d.ts.map +1 -0
  1302. package/esm/models/location-response.js +16 -0
  1303. package/esm/models/location-response.js.map +1 -0
  1304. package/esm/models/location-update-schema.d.ts +25 -0
  1305. package/esm/models/location-update-schema.d.ts.map +1 -0
  1306. package/esm/models/location-update-schema.js +14 -0
  1307. package/esm/models/location-update-schema.js.map +1 -0
  1308. package/esm/models/member-response.d.ts +15 -0
  1309. package/esm/models/member-response.d.ts.map +1 -0
  1310. package/esm/models/member-response.js +27 -0
  1311. package/esm/models/member-response.js.map +1 -0
  1312. package/esm/models/members-list-response.d.ts +18 -0
  1313. package/esm/models/members-list-response.d.ts.map +1 -0
  1314. package/esm/models/members-list-response.js +16 -0
  1315. package/esm/models/members-list-response.js.map +1 -0
  1316. package/esm/models/metric-breakdown.d.ts +12 -0
  1317. package/esm/models/metric-breakdown.d.ts.map +1 -0
  1318. package/esm/models/metric-breakdown.js +16 -0
  1319. package/esm/models/metric-breakdown.js.map +1 -0
  1320. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +15 -0
  1321. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +1 -0
  1322. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +19 -0
  1323. package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +1 -0
  1324. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +14 -0
  1325. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +1 -0
  1326. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +20 -0
  1327. package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +1 -0
  1328. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +14 -0
  1329. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +1 -0
  1330. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +20 -0
  1331. package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +1 -0
  1332. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +15 -0
  1333. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +1 -0
  1334. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js +19 -0
  1335. package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js.map +1 -0
  1336. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +20 -0
  1337. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +1 -0
  1338. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +21 -0
  1339. package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +1 -0
  1340. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +15 -0
  1341. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +1 -0
  1342. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js +19 -0
  1343. package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js.map +1 -0
  1344. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +15 -0
  1345. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +1 -0
  1346. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +19 -0
  1347. package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +1 -0
  1348. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +15 -0
  1349. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
  1350. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +20 -0
  1351. package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +1 -0
  1352. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts +15 -0
  1353. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts.map +1 -0
  1354. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js +19 -0
  1355. package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js.map +1 -0
  1356. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts +12 -0
  1357. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts.map +1 -0
  1358. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js +17 -0
  1359. package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js.map +1 -0
  1360. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +12 -0
  1361. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +1 -0
  1362. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js +18 -0
  1363. package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +1 -0
  1364. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts +12 -0
  1365. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts.map +1 -0
  1366. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js +17 -0
  1367. package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js.map +1 -0
  1368. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts +12 -0
  1369. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts.map +1 -0
  1370. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js +17 -0
  1371. package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js.map +1 -0
  1372. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +17 -0
  1373. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +1 -0
  1374. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +22 -0
  1375. package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +1 -0
  1376. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +14 -0
  1377. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
  1378. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +20 -0
  1379. package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +1 -0
  1380. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +16 -0
  1381. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +1 -0
  1382. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +22 -0
  1383. package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +1 -0
  1384. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +14 -0
  1385. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +1 -0
  1386. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +19 -0
  1387. package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +1 -0
  1388. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +14 -0
  1389. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +1 -0
  1390. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +19 -0
  1391. package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +1 -0
  1392. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +14 -0
  1393. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +1 -0
  1394. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +19 -0
  1395. package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +1 -0
  1396. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +14 -0
  1397. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +1 -0
  1398. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +20 -0
  1399. package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +1 -0
  1400. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +12 -0
  1401. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +1 -0
  1402. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +18 -0
  1403. package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +1 -0
  1404. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +14 -0
  1405. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +1 -0
  1406. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +20 -0
  1407. package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +1 -0
  1408. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +22 -0
  1409. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +1 -0
  1410. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js +22 -0
  1411. package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +1 -0
  1412. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +22 -0
  1413. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +1 -0
  1414. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js +22 -0
  1415. package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +1 -0
  1416. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +12 -0
  1417. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +1 -0
  1418. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +18 -0
  1419. package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +1 -0
  1420. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +12 -0
  1421. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +1 -0
  1422. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js +18 -0
  1423. package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js.map +1 -0
  1424. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +15 -0
  1425. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +1 -0
  1426. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +20 -0
  1427. package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +1 -0
  1428. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +25 -0
  1429. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
  1430. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +33 -0
  1431. package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
  1432. package/esm/models/operations/create-place-api-v1-place-post.d.ts +9 -0
  1433. package/esm/models/operations/create-place-api-v1-place-post.d.ts.map +1 -0
  1434. package/esm/models/operations/create-place-api-v1-place-post.js +14 -0
  1435. package/esm/models/operations/create-place-api-v1-place-post.js.map +1 -0
  1436. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts +18 -0
  1437. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +1 -0
  1438. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +19 -0
  1439. package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js.map +1 -0
  1440. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +15 -0
  1441. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +1 -0
  1442. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js +19 -0
  1443. package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +1 -0
  1444. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts +12 -0
  1445. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts.map +1 -0
  1446. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js +17 -0
  1447. package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js.map +1 -0
  1448. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts +12 -0
  1449. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +1 -0
  1450. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js +17 -0
  1451. package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js.map +1 -0
  1452. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts +12 -0
  1453. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts.map +1 -0
  1454. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js +17 -0
  1455. package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js.map +1 -0
  1456. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +14 -0
  1457. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +1 -0
  1458. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +20 -0
  1459. package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +1 -0
  1460. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts +12 -0
  1461. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +1 -0
  1462. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js +17 -0
  1463. package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js.map +1 -0
  1464. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts +12 -0
  1465. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts.map +1 -0
  1466. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js +17 -0
  1467. package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js.map +1 -0
  1468. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +12 -0
  1469. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +1 -0
  1470. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +17 -0
  1471. package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +1 -0
  1472. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +12 -0
  1473. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +1 -0
  1474. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js +17 -0
  1475. package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js.map +1 -0
  1476. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts +12 -0
  1477. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +1 -0
  1478. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js +17 -0
  1479. package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js.map +1 -0
  1480. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts +12 -0
  1481. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts.map +1 -0
  1482. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js +17 -0
  1483. package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js.map +1 -0
  1484. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +14 -0
  1485. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +1 -0
  1486. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +20 -0
  1487. package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +1 -0
  1488. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +12 -0
  1489. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +1 -0
  1490. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js +18 -0
  1491. package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +1 -0
  1492. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +15 -0
  1493. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +1 -0
  1494. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js +20 -0
  1495. package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +1 -0
  1496. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +25 -0
  1497. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +1 -0
  1498. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js +14 -0
  1499. package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +1 -0
  1500. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts +12 -0
  1501. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +1 -0
  1502. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js +17 -0
  1503. package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js.map +1 -0
  1504. package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts +40 -0
  1505. package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts.map +1 -0
  1506. package/esm/models/operations/get-bookings-api-v1-booking-get.js +25 -0
  1507. package/esm/models/operations/get-bookings-api-v1-booking-get.js.map +1 -0
  1508. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts +110 -0
  1509. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts.map +1 -0
  1510. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js +49 -0
  1511. package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js.map +1 -0
  1512. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts +12 -0
  1513. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts.map +1 -0
  1514. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js +17 -0
  1515. package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js.map +1 -0
  1516. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +16 -0
  1517. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +1 -0
  1518. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +19 -0
  1519. package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +1 -0
  1520. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +33 -0
  1521. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +1 -0
  1522. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js +23 -0
  1523. package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js.map +1 -0
  1524. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts +12 -0
  1525. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts.map +1 -0
  1526. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js +17 -0
  1527. package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js.map +1 -0
  1528. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts +12 -0
  1529. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +1 -0
  1530. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js +17 -0
  1531. package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js.map +1 -0
  1532. package/esm/models/operations/get-event-list-api-v1-event-get.d.ts +120 -0
  1533. package/esm/models/operations/get-event-list-api-v1-event-get.d.ts.map +1 -0
  1534. package/esm/models/operations/get-event-list-api-v1-event-get.js +51 -0
  1535. package/esm/models/operations/get-event-list-api-v1-event-get.js.map +1 -0
  1536. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts +12 -0
  1537. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts.map +1 -0
  1538. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js +17 -0
  1539. package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js.map +1 -0
  1540. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts +12 -0
  1541. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +1 -0
  1542. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js +17 -0
  1543. package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js.map +1 -0
  1544. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +16 -0
  1545. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +1 -0
  1546. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js +19 -0
  1547. package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js.map +1 -0
  1548. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +14 -0
  1549. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +1 -0
  1550. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +20 -0
  1551. package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +1 -0
  1552. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts +47 -0
  1553. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +1 -0
  1554. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js +28 -0
  1555. package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js.map +1 -0
  1556. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +32 -0
  1557. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +1 -0
  1558. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +24 -0
  1559. package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +1 -0
  1560. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +12 -0
  1561. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +1 -0
  1562. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +18 -0
  1563. package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +1 -0
  1564. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +12 -0
  1565. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +1 -0
  1566. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +18 -0
  1567. package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +1 -0
  1568. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +12 -0
  1569. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +1 -0
  1570. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +18 -0
  1571. package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +1 -0
  1572. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +12 -0
  1573. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +1 -0
  1574. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +18 -0
  1575. package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +1 -0
  1576. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +12 -0
  1577. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +1 -0
  1578. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js +17 -0
  1579. package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js.map +1 -0
  1580. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts +20 -0
  1581. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts.map +1 -0
  1582. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js +19 -0
  1583. package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js.map +1 -0
  1584. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +12 -0
  1585. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +1 -0
  1586. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js +18 -0
  1587. package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js.map +1 -0
  1588. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +12 -0
  1589. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +1 -0
  1590. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +18 -0
  1591. package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +1 -0
  1592. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +25 -0
  1593. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +1 -0
  1594. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +22 -0
  1595. package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +1 -0
  1596. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +12 -0
  1597. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +1 -0
  1598. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +18 -0
  1599. package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +1 -0
  1600. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts +12 -0
  1601. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts.map +1 -0
  1602. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js +17 -0
  1603. package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js.map +1 -0
  1604. package/esm/models/operations/get-place-list-api-v1-place-get.d.ts +20 -0
  1605. package/esm/models/operations/get-place-list-api-v1-place-get.d.ts.map +1 -0
  1606. package/esm/models/operations/get-place-list-api-v1-place-get.js +13 -0
  1607. package/esm/models/operations/get-place-list-api-v1-place-get.js.map +1 -0
  1608. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +22 -0
  1609. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +1 -0
  1610. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +22 -0
  1611. package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +1 -0
  1612. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +12 -0
  1613. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +1 -0
  1614. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js +18 -0
  1615. package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +1 -0
  1616. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +12 -0
  1617. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +1 -0
  1618. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +17 -0
  1619. package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +1 -0
  1620. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +12 -0
  1621. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +1 -0
  1622. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js +17 -0
  1623. package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +1 -0
  1624. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts +12 -0
  1625. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +1 -0
  1626. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js +17 -0
  1627. package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js.map +1 -0
  1628. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +14 -0
  1629. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +1 -0
  1630. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +19 -0
  1631. package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +1 -0
  1632. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts +12 -0
  1633. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +1 -0
  1634. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js +18 -0
  1635. package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js.map +1 -0
  1636. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +12 -0
  1637. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +1 -0
  1638. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js +18 -0
  1639. package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js.map +1 -0
  1640. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +12 -0
  1641. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +1 -0
  1642. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js +18 -0
  1643. package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js.map +1 -0
  1644. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts +12 -0
  1645. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts.map +1 -0
  1646. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js +17 -0
  1647. package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js.map +1 -0
  1648. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +12 -0
  1649. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +1 -0
  1650. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +17 -0
  1651. package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +1 -0
  1652. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts +25 -0
  1653. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts.map +1 -0
  1654. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js +19 -0
  1655. package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js.map +1 -0
  1656. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts +12 -0
  1657. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts.map +1 -0
  1658. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js +17 -0
  1659. package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js.map +1 -0
  1660. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts +12 -0
  1661. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts.map +1 -0
  1662. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js +17 -0
  1663. package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js.map +1 -0
  1664. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +12 -0
  1665. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +1 -0
  1666. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js +18 -0
  1667. package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +1 -0
  1668. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +16 -0
  1669. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +1 -0
  1670. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js +19 -0
  1671. package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +1 -0
  1672. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +12 -0
  1673. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +1 -0
  1674. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js +17 -0
  1675. package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js.map +1 -0
  1676. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts +12 -0
  1677. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +1 -0
  1678. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js +17 -0
  1679. package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js.map +1 -0
  1680. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts +16 -0
  1681. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +1 -0
  1682. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js +19 -0
  1683. package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js.map +1 -0
  1684. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +12 -0
  1685. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +1 -0
  1686. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +17 -0
  1687. package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +1 -0
  1688. package/esm/models/operations/get-space-list-api-v1-space-get.d.ts +30 -0
  1689. package/esm/models/operations/get-space-list-api-v1-space-get.d.ts.map +1 -0
  1690. package/esm/models/operations/get-space-list-api-v1-space-get.js +15 -0
  1691. package/esm/models/operations/get-space-list-api-v1-space-get.js.map +1 -0
  1692. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts +12 -0
  1693. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts.map +1 -0
  1694. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js +17 -0
  1695. package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js.map +1 -0
  1696. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts +12 -0
  1697. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +1 -0
  1698. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js +17 -0
  1699. package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js.map +1 -0
  1700. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +14 -0
  1701. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +1 -0
  1702. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +20 -0
  1703. package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +1 -0
  1704. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +14 -0
  1705. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +1 -0
  1706. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js +20 -0
  1707. package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +1 -0
  1708. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +12 -0
  1709. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +1 -0
  1710. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +18 -0
  1711. package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +1 -0
  1712. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +22 -0
  1713. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -0
  1714. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +28 -0
  1715. package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -0
  1716. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +12 -0
  1717. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +1 -0
  1718. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js +17 -0
  1719. package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +1 -0
  1720. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +12 -0
  1721. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +1 -0
  1722. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js +17 -0
  1723. package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js.map +1 -0
  1724. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +30 -0
  1725. package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +1 -0
  1726. package/esm/models/operations/get-user-list-api-v1-user-get.js +25 -0
  1727. package/esm/models/operations/get-user-list-api-v1-user-get.js.map +1 -0
  1728. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts +12 -0
  1729. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +1 -0
  1730. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js +17 -0
  1731. package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js.map +1 -0
  1732. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +14 -0
  1733. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +1 -0
  1734. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +20 -0
  1735. package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +1 -0
  1736. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +12 -0
  1737. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +1 -0
  1738. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +18 -0
  1739. package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +1 -0
  1740. package/esm/models/operations/health-check-health-get.d.ts +14 -0
  1741. package/esm/models/operations/health-check-health-get.d.ts.map +1 -0
  1742. package/esm/models/operations/health-check-health-get.js +13 -0
  1743. package/esm/models/operations/health-check-health-get.js.map +1 -0
  1744. package/esm/models/operations/index.d.ts +176 -0
  1745. package/esm/models/operations/index.d.ts.map +1 -0
  1746. package/esm/models/operations/index.js +179 -0
  1747. package/esm/models/operations/index.js.map +1 -0
  1748. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts +12 -0
  1749. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts.map +1 -0
  1750. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js +17 -0
  1751. package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js.map +1 -0
  1752. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +26 -0
  1753. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -0
  1754. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +31 -0
  1755. package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -0
  1756. package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts +35 -0
  1757. package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts.map +1 -0
  1758. package/esm/models/operations/list-contacts-api-v1-contacts-get.js +21 -0
  1759. package/esm/models/operations/list-contacts-api-v1-contacts-get.js.map +1 -0
  1760. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts +12 -0
  1761. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +1 -0
  1762. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js +17 -0
  1763. package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js.map +1 -0
  1764. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts +22 -0
  1765. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts.map +1 -0
  1766. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js +20 -0
  1767. package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js.map +1 -0
  1768. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts +14 -0
  1769. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts.map +1 -0
  1770. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js +13 -0
  1771. package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js.map +1 -0
  1772. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +50 -0
  1773. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +1 -0
  1774. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +29 -0
  1775. package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +1 -0
  1776. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +20 -0
  1777. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +1 -0
  1778. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +18 -0
  1779. package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js.map +1 -0
  1780. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +12 -0
  1781. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +1 -0
  1782. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js +17 -0
  1783. package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +1 -0
  1784. package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts +16 -0
  1785. package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts.map +1 -0
  1786. package/esm/models/operations/list-rules-api-v1-automation-rules-get.js +20 -0
  1787. package/esm/models/operations/list-rules-api-v1-automation-rules-get.js.map +1 -0
  1788. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts +31 -0
  1789. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts.map +1 -0
  1790. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js +21 -0
  1791. package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js.map +1 -0
  1792. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +12 -0
  1793. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +1 -0
  1794. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js +17 -0
  1795. package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +1 -0
  1796. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts +12 -0
  1797. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +1 -0
  1798. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js +17 -0
  1799. package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js.map +1 -0
  1800. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts +20 -0
  1801. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts.map +1 -0
  1802. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js +13 -0
  1803. package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js.map +1 -0
  1804. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts +31 -0
  1805. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +1 -0
  1806. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js +21 -0
  1807. package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js.map +1 -0
  1808. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +12 -0
  1809. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +1 -0
  1810. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js +17 -0
  1811. package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +1 -0
  1812. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts +15 -0
  1813. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +1 -0
  1814. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js +19 -0
  1815. package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js.map +1 -0
  1816. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +15 -0
  1817. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +1 -0
  1818. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js +20 -0
  1819. package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js.map +1 -0
  1820. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +15 -0
  1821. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +1 -0
  1822. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js +20 -0
  1823. package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js.map +1 -0
  1824. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +15 -0
  1825. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +1 -0
  1826. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js +19 -0
  1827. package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js.map +1 -0
  1828. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts +12 -0
  1829. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts.map +1 -0
  1830. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js +17 -0
  1831. package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js.map +1 -0
  1832. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +12 -0
  1833. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +1 -0
  1834. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js +18 -0
  1835. package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +1 -0
  1836. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +15 -0
  1837. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +1 -0
  1838. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +20 -0
  1839. package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +1 -0
  1840. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts +12 -0
  1841. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts.map +1 -0
  1842. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js +17 -0
  1843. package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js.map +1 -0
  1844. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts +12 -0
  1845. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts.map +1 -0
  1846. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js +17 -0
  1847. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js.map +1 -0
  1848. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts +12 -0
  1849. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts.map +1 -0
  1850. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js +17 -0
  1851. package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js.map +1 -0
  1852. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +12 -0
  1853. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +1 -0
  1854. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +18 -0
  1855. package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +1 -0
  1856. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +14 -0
  1857. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +1 -0
  1858. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +20 -0
  1859. package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +1 -0
  1860. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +14 -0
  1861. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +1 -0
  1862. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +20 -0
  1863. package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +1 -0
  1864. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +14 -0
  1865. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +1 -0
  1866. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +20 -0
  1867. package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +1 -0
  1868. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +14 -0
  1869. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +1 -0
  1870. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +19 -0
  1871. package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +1 -0
  1872. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +12 -0
  1873. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +1 -0
  1874. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js +18 -0
  1875. package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +1 -0
  1876. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +14 -0
  1877. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +1 -0
  1878. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +20 -0
  1879. package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +1 -0
  1880. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +14 -0
  1881. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
  1882. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +20 -0
  1883. package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
  1884. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +16 -0
  1885. 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 +1 -0
  1886. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +22 -0
  1887. package/esm/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +1 -0
  1888. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +14 -0
  1889. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +1 -0
  1890. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +20 -0
  1891. package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +1 -0
  1892. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +14 -0
  1893. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +1 -0
  1894. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js +20 -0
  1895. package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +1 -0
  1896. 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 +16 -0
  1897. 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 +1 -0
  1898. package/esm/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +22 -0
  1899. 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 +1 -0
  1900. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +17 -0
  1901. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +1 -0
  1902. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +20 -0
  1903. package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +1 -0
  1904. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts +15 -0
  1905. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +1 -0
  1906. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js +19 -0
  1907. package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js.map +1 -0
  1908. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts +25 -0
  1909. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts.map +1 -0
  1910. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js +14 -0
  1911. package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js.map +1 -0
  1912. package/esm/models/operations/search-users-api-v1-user-search-get.d.ts +30 -0
  1913. package/esm/models/operations/search-users-api-v1-user-search-get.d.ts.map +1 -0
  1914. package/esm/models/operations/search-users-api-v1-user-search-get.js +20 -0
  1915. package/esm/models/operations/search-users-api-v1-user-search-get.js.map +1 -0
  1916. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +15 -0
  1917. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +1 -0
  1918. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js +20 -0
  1919. package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js.map +1 -0
  1920. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts +15 -0
  1921. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts.map +1 -0
  1922. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js +20 -0
  1923. package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js.map +1 -0
  1924. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +15 -0
  1925. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
  1926. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +20 -0
  1927. package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +1 -0
  1928. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +15 -0
  1929. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +1 -0
  1930. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +20 -0
  1931. package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +1 -0
  1932. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts +15 -0
  1933. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +1 -0
  1934. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js +19 -0
  1935. package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js.map +1 -0
  1936. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts +15 -0
  1937. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +1 -0
  1938. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js +19 -0
  1939. package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js.map +1 -0
  1940. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +12 -0
  1941. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +1 -0
  1942. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +18 -0
  1943. package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +1 -0
  1944. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +24 -0
  1945. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -0
  1946. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +32 -0
  1947. package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -0
  1948. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +12 -0
  1949. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +1 -0
  1950. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +18 -0
  1951. package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +1 -0
  1952. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +12 -0
  1953. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +1 -0
  1954. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js +17 -0
  1955. package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js.map +1 -0
  1956. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +20 -0
  1957. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +1 -0
  1958. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +21 -0
  1959. package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +1 -0
  1960. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts +15 -0
  1961. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts.map +1 -0
  1962. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js +19 -0
  1963. package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js.map +1 -0
  1964. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts +15 -0
  1965. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts.map +1 -0
  1966. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js +19 -0
  1967. package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js.map +1 -0
  1968. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts +15 -0
  1969. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
  1970. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js +19 -0
  1971. package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
  1972. package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts +15 -0
  1973. package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts.map +1 -0
  1974. package/esm/models/operations/update-event-api-v1-event-event-id-put.js +19 -0
  1975. package/esm/models/operations/update-event-api-v1-event-event-id-put.js.map +1 -0
  1976. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +17 -0
  1977. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +1 -0
  1978. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +22 -0
  1979. package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +1 -0
  1980. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts +15 -0
  1981. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts.map +1 -0
  1982. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js +20 -0
  1983. package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js.map +1 -0
  1984. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +15 -0
  1985. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +1 -0
  1986. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js +20 -0
  1987. package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js.map +1 -0
  1988. package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts +15 -0
  1989. package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts.map +1 -0
  1990. package/esm/models/operations/update-place-api-v1-place-place-id-put.js +19 -0
  1991. package/esm/models/operations/update-place-api-v1-place-place-id-put.js.map +1 -0
  1992. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +15 -0
  1993. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +1 -0
  1994. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +19 -0
  1995. package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +1 -0
  1996. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts +15 -0
  1997. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +1 -0
  1998. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js +19 -0
  1999. package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js.map +1 -0
  2000. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts +15 -0
  2001. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +1 -0
  2002. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js +19 -0
  2003. package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js.map +1 -0
  2004. package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts +15 -0
  2005. package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts.map +1 -0
  2006. package/esm/models/operations/update-space-api-v1-space-space-id-put.js +19 -0
  2007. package/esm/models/operations/update-space-api-v1-space-space-id-put.js.map +1 -0
  2008. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +17 -0
  2009. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +1 -0
  2010. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +22 -0
  2011. package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +1 -0
  2012. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts +15 -0
  2013. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +1 -0
  2014. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js +19 -0
  2015. package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js.map +1 -0
  2016. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +17 -0
  2017. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +1 -0
  2018. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +22 -0
  2019. package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +1 -0
  2020. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts +12 -0
  2021. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +1 -0
  2022. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js +12 -0
  2023. package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js.map +1 -0
  2024. package/esm/models/org-cost-detail-response.d.ts +16 -0
  2025. package/esm/models/org-cost-detail-response.d.ts.map +1 -0
  2026. package/esm/models/org-cost-detail-response.js +21 -0
  2027. package/esm/models/org-cost-detail-response.js.map +1 -0
  2028. package/esm/models/org-cost-summary.d.ts +37 -0
  2029. package/esm/models/org-cost-summary.d.ts.map +1 -0
  2030. package/esm/models/org-cost-summary.js +31 -0
  2031. package/esm/models/org-cost-summary.js.map +1 -0
  2032. package/esm/models/organization-read.d.ts +14 -0
  2033. package/esm/models/organization-read.d.ts.map +1 -0
  2034. package/esm/models/organization-read.js +25 -0
  2035. package/esm/models/organization-read.js.map +1 -0
  2036. package/esm/models/organization-response.d.ts +14 -0
  2037. package/esm/models/organization-response.d.ts.map +1 -0
  2038. package/esm/models/organization-response.js +25 -0
  2039. package/esm/models/organization-response.js.map +1 -0
  2040. package/esm/models/paginated-event-list-response.d.ts +13 -0
  2041. package/esm/models/paginated-event-list-response.d.ts.map +1 -0
  2042. package/esm/models/paginated-event-list-response.js +16 -0
  2043. package/esm/models/paginated-event-list-response.js.map +1 -0
  2044. package/esm/models/paginated-space-list-response-dto.d.ts +37 -0
  2045. package/esm/models/paginated-space-list-response-dto.d.ts.map +1 -0
  2046. package/esm/models/paginated-space-list-response-dto.js +29 -0
  2047. package/esm/models/paginated-space-list-response-dto.js.map +1 -0
  2048. package/esm/models/pagination-meta.d.ts +33 -0
  2049. package/esm/models/pagination-meta.d.ts.map +1 -0
  2050. package/esm/models/pagination-meta.js +26 -0
  2051. package/esm/models/pagination-meta.js.map +1 -0
  2052. package/esm/models/permission-audit-stats.d.ts +27 -0
  2053. package/esm/models/permission-audit-stats.d.ts.map +1 -0
  2054. package/esm/models/permission-audit-stats.js +42 -0
  2055. package/esm/models/permission-audit-stats.js.map +1 -0
  2056. package/esm/models/permission-response.d.ts +17 -0
  2057. package/esm/models/permission-response.d.ts.map +1 -0
  2058. package/esm/models/permission-response.js +15 -0
  2059. package/esm/models/permission-response.js.map +1 -0
  2060. package/esm/models/place-analytic-total.d.ts +10 -0
  2061. package/esm/models/place-analytic-total.d.ts.map +1 -0
  2062. package/esm/models/place-analytic-total.js +19 -0
  2063. package/esm/models/place-analytic-total.js.map +1 -0
  2064. package/esm/models/publish-event-with-notifications-request.d.ts +20 -0
  2065. package/esm/models/publish-event-with-notifications-request.d.ts.map +1 -0
  2066. package/esm/models/publish-event-with-notifications-request.js +19 -0
  2067. package/esm/models/publish-event-with-notifications-request.js.map +1 -0
  2068. package/esm/models/pulse-dto.d.ts +17 -0
  2069. package/esm/models/pulse-dto.d.ts.map +1 -0
  2070. package/esm/models/pulse-dto.js +19 -0
  2071. package/esm/models/pulse-dto.js.map +1 -0
  2072. package/esm/models/role-list-response.d.ts +31 -0
  2073. package/esm/models/role-list-response.d.ts.map +1 -0
  2074. package/esm/models/role-list-response.js +28 -0
  2075. package/esm/models/role-list-response.js.map +1 -0
  2076. package/esm/models/role-response.d.ts +32 -0
  2077. package/esm/models/role-response.d.ts.map +1 -0
  2078. package/esm/models/role-response.js +28 -0
  2079. package/esm/models/role-response.js.map +1 -0
  2080. package/esm/models/rollback-space-request.d.ts +18 -0
  2081. package/esm/models/rollback-space-request.d.ts.map +1 -0
  2082. package/esm/models/rollback-space-request.js +17 -0
  2083. package/esm/models/rollback-space-request.js.map +1 -0
  2084. package/esm/models/room-list-response.d.ts +19 -0
  2085. package/esm/models/room-list-response.d.ts.map +1 -0
  2086. package/esm/models/room-list-response.js +23 -0
  2087. package/esm/models/room-list-response.js.map +1 -0
  2088. package/esm/models/room-response.d.ts +22 -0
  2089. package/esm/models/room-response.d.ts.map +1 -0
  2090. package/esm/models/room-response.js +34 -0
  2091. package/esm/models/room-response.js.map +1 -0
  2092. package/esm/models/room-type.d.ts +11 -0
  2093. package/esm/models/room-type.d.ts.map +1 -0
  2094. package/esm/models/room-type.js +12 -0
  2095. package/esm/models/room-type.js.map +1 -0
  2096. package/esm/models/rule-list-response.d.ts +15 -0
  2097. package/esm/models/rule-list-response.d.ts.map +1 -0
  2098. package/esm/models/rule-list-response.js +16 -0
  2099. package/esm/models/rule-list-response.js.map +1 -0
  2100. package/esm/models/rule-response.d.ts +40 -0
  2101. package/esm/models/rule-response.d.ts.map +1 -0
  2102. package/esm/models/rule-response.js +42 -0
  2103. package/esm/models/rule-response.js.map +1 -0
  2104. package/esm/models/section-content-read.d.ts +37 -0
  2105. package/esm/models/section-content-read.d.ts.map +1 -0
  2106. package/esm/models/section-content-read.js +23 -0
  2107. package/esm/models/section-content-read.js.map +1 -0
  2108. package/esm/models/section-identification-read.d.ts +27 -0
  2109. package/esm/models/section-identification-read.d.ts.map +1 -0
  2110. package/esm/models/section-identification-read.js +16 -0
  2111. package/esm/models/section-identification-read.js.map +1 -0
  2112. package/esm/models/section-settings-read.d.ts +43 -0
  2113. package/esm/models/section-settings-read.d.ts.map +1 -0
  2114. package/esm/models/section-settings-read.js +26 -0
  2115. package/esm/models/section-settings-read.js.map +1 -0
  2116. package/esm/models/security.d.ts +14 -0
  2117. package/esm/models/security.d.ts.map +1 -0
  2118. package/esm/models/security.js +19 -0
  2119. package/esm/models/security.js.map +1 -0
  2120. package/esm/models/send-message-response.d.ts +38 -0
  2121. package/esm/models/send-message-response.d.ts.map +1 -0
  2122. package/esm/models/send-message-response.js +30 -0
  2123. package/esm/models/send-message-response.js.map +1 -0
  2124. package/esm/models/sender-profile.d.ts +29 -0
  2125. package/esm/models/sender-profile.d.ts.map +1 -0
  2126. package/esm/models/sender-profile.js +25 -0
  2127. package/esm/models/sender-profile.js.map +1 -0
  2128. package/esm/models/session-cost-breakdown.d.ts +37 -0
  2129. package/esm/models/session-cost-breakdown.d.ts.map +1 -0
  2130. package/esm/models/session-cost-breakdown.js +30 -0
  2131. package/esm/models/session-cost-breakdown.js.map +1 -0
  2132. package/esm/models/session-list-response.d.ts +26 -0
  2133. package/esm/models/session-list-response.d.ts.map +1 -0
  2134. package/esm/models/session-list-response.js +18 -0
  2135. package/esm/models/session-list-response.js.map +1 -0
  2136. package/esm/models/session-status.d.ts +19 -0
  2137. package/esm/models/session-status.d.ts.map +1 -0
  2138. package/esm/models/session-status.js +17 -0
  2139. package/esm/models/session-status.js.map +1 -0
  2140. package/esm/models/set-permissions-request.d.ts +15 -0
  2141. package/esm/models/set-permissions-request.d.ts.map +1 -0
  2142. package/esm/models/set-permissions-request.js +17 -0
  2143. package/esm/models/set-permissions-request.js.map +1 -0
  2144. package/esm/models/space-analytic-total.d.ts +10 -0
  2145. package/esm/models/space-analytic-total.d.ts.map +1 -0
  2146. package/esm/models/space-analytic-total.js +19 -0
  2147. package/esm/models/space-analytic-total.js.map +1 -0
  2148. package/esm/models/space-contact-create.d.ts +18 -0
  2149. package/esm/models/space-contact-create.d.ts.map +1 -0
  2150. package/esm/models/space-contact-create.js +17 -0
  2151. package/esm/models/space-contact-create.js.map +1 -0
  2152. package/esm/models/space-contact-info.d.ts +44 -0
  2153. package/esm/models/space-contact-info.d.ts.map +1 -0
  2154. package/esm/models/space-contact-info.js +30 -0
  2155. package/esm/models/space-contact-info.js.map +1 -0
  2156. package/esm/models/space-contact-list.d.ts +21 -0
  2157. package/esm/models/space-contact-list.d.ts.map +1 -0
  2158. package/esm/models/space-contact-list.js +16 -0
  2159. package/esm/models/space-contact-list.js.map +1 -0
  2160. package/esm/models/space-contact-read.d.ts +37 -0
  2161. package/esm/models/space-contact-read.d.ts.map +1 -0
  2162. package/esm/models/space-contact-read.js +28 -0
  2163. package/esm/models/space-contact-read.js.map +1 -0
  2164. package/esm/models/space-event-create.d.ts +18 -0
  2165. package/esm/models/space-event-create.d.ts.map +1 -0
  2166. package/esm/models/space-event-create.js +17 -0
  2167. package/esm/models/space-event-create.js.map +1 -0
  2168. package/esm/models/space-event-info.d.ts +40 -0
  2169. package/esm/models/space-event-info.d.ts.map +1 -0
  2170. package/esm/models/space-event-info.js +26 -0
  2171. package/esm/models/space-event-info.js.map +1 -0
  2172. package/esm/models/space-event-list.d.ts +21 -0
  2173. package/esm/models/space-event-list.d.ts.map +1 -0
  2174. package/esm/models/space-event-list.js +16 -0
  2175. package/esm/models/space-event-list.js.map +1 -0
  2176. package/esm/models/space-event-read.d.ts +42 -0
  2177. package/esm/models/space-event-read.d.ts.map +1 -0
  2178. package/esm/models/space-event-read.js +30 -0
  2179. package/esm/models/space-event-read.js.map +1 -0
  2180. package/esm/models/space-hierarchy-item.d.ts +19 -0
  2181. package/esm/models/space-hierarchy-item.d.ts.map +1 -0
  2182. package/esm/models/space-hierarchy-item.js +26 -0
  2183. package/esm/models/space-hierarchy-item.js.map +1 -0
  2184. package/esm/models/space-inheritance-settings.d.ts +16 -0
  2185. package/esm/models/space-inheritance-settings.d.ts.map +1 -0
  2186. package/esm/models/space-inheritance-settings.js +25 -0
  2187. package/esm/models/space-inheritance-settings.js.map +1 -0
  2188. package/esm/models/space-member-response.d.ts +37 -0
  2189. package/esm/models/space-member-response.d.ts.map +1 -0
  2190. package/esm/models/space-member-response.js +27 -0
  2191. package/esm/models/space-member-response.js.map +1 -0
  2192. package/esm/models/space-role-create.d.ts +17 -0
  2193. package/esm/models/space-role-create.d.ts.map +1 -0
  2194. package/esm/models/space-role-create.js +13 -0
  2195. package/esm/models/space-role-create.js.map +1 -0
  2196. package/esm/models/space-role-permission-assign.d.ts +15 -0
  2197. package/esm/models/space-role-permission-assign.d.ts.map +1 -0
  2198. package/esm/models/space-role-permission-assign.js +17 -0
  2199. package/esm/models/space-role-permission-assign.js.map +1 -0
  2200. package/esm/models/space-role-read.d.ts +20 -0
  2201. package/esm/models/space-role-read.d.ts.map +1 -0
  2202. package/esm/models/space-role-read.js +29 -0
  2203. package/esm/models/space-role-read.js.map +1 -0
  2204. package/esm/models/space-role-update.d.ts +17 -0
  2205. package/esm/models/space-role-update.d.ts.map +1 -0
  2206. package/esm/models/space-role-update.js +13 -0
  2207. package/esm/models/space-role-update.js.map +1 -0
  2208. package/esm/models/space-role.d.ts +20 -0
  2209. package/esm/models/space-role.d.ts.map +1 -0
  2210. package/esm/models/space-role.js +18 -0
  2211. package/esm/models/space-role.js.map +1 -0
  2212. package/esm/models/space-story-dto.d.ts +23 -0
  2213. package/esm/models/space-story-dto.d.ts.map +1 -0
  2214. package/esm/models/space-story-dto.js +40 -0
  2215. package/esm/models/space-story-dto.js.map +1 -0
  2216. package/esm/models/space-version-contact.d.ts +13 -0
  2217. package/esm/models/space-version-contact.d.ts.map +1 -0
  2218. package/esm/models/space-version-contact.js +22 -0
  2219. package/esm/models/space-version-contact.js.map +1 -0
  2220. package/esm/models/space-version-list-response.d.ts +15 -0
  2221. package/esm/models/space-version-list-response.d.ts.map +1 -0
  2222. package/esm/models/space-version-list-response.js +16 -0
  2223. package/esm/models/space-version-list-response.js.map +1 -0
  2224. package/esm/models/space-version-member.d.ts +15 -0
  2225. package/esm/models/space-version-member.d.ts.map +1 -0
  2226. package/esm/models/space-version-member.js +26 -0
  2227. package/esm/models/space-version-member.js.map +1 -0
  2228. package/esm/models/space-version-profile.d.ts +14 -0
  2229. package/esm/models/space-version-profile.d.ts.map +1 -0
  2230. package/esm/models/space-version-profile.js +25 -0
  2231. package/esm/models/space-version-profile.js.map +1 -0
  2232. package/esm/models/space-version-read.d.ts +38 -0
  2233. package/esm/models/space-version-read.d.ts.map +1 -0
  2234. package/esm/models/space-version-read.js +50 -0
  2235. package/esm/models/space-version-read.js.map +1 -0
  2236. package/esm/models/space-with-relationships-response.d.ts +22 -0
  2237. package/esm/models/space-with-relationships-response.d.ts.map +1 -0
  2238. package/esm/models/space-with-relationships-response.js +30 -0
  2239. package/esm/models/space-with-relationships-response.js.map +1 -0
  2240. package/esm/models/start-workflow-async-response.d.ts +25 -0
  2241. package/esm/models/start-workflow-async-response.d.ts.map +1 -0
  2242. package/esm/models/start-workflow-async-response.js +23 -0
  2243. package/esm/models/start-workflow-async-response.js.map +1 -0
  2244. package/esm/models/start-workflow-request.d.ts +41 -0
  2245. package/esm/models/start-workflow-request.d.ts.map +1 -0
  2246. package/esm/models/start-workflow-request.js +27 -0
  2247. package/esm/models/start-workflow-request.js.map +1 -0
  2248. package/esm/models/sub-space-display-data.d.ts +18 -0
  2249. package/esm/models/sub-space-display-data.d.ts.map +1 -0
  2250. package/esm/models/sub-space-display-data.js +26 -0
  2251. package/esm/models/sub-space-display-data.js.map +1 -0
  2252. package/esm/models/task-metadata.d.ts +81 -0
  2253. package/esm/models/task-metadata.d.ts.map +1 -0
  2254. package/esm/models/task-metadata.js +45 -0
  2255. package/esm/models/task-metadata.js.map +1 -0
  2256. package/esm/models/toggle-favorite-request.d.ts +18 -0
  2257. package/esm/models/toggle-favorite-request.d.ts.map +1 -0
  2258. package/esm/models/toggle-favorite-request.js +17 -0
  2259. package/esm/models/toggle-favorite-request.js.map +1 -0
  2260. package/esm/models/token-usage.d.ts +21 -0
  2261. package/esm/models/token-usage.d.ts.map +1 -0
  2262. package/esm/models/token-usage.js +17 -0
  2263. package/esm/models/token-usage.js.map +1 -0
  2264. package/esm/models/transfer-event-request.d.ts +15 -0
  2265. package/esm/models/transfer-event-request.d.ts.map +1 -0
  2266. package/esm/models/transfer-event-request.js +17 -0
  2267. package/esm/models/transfer-event-request.js.map +1 -0
  2268. package/esm/models/transfer-space-request.d.ts +15 -0
  2269. package/esm/models/transfer-space-request.d.ts.map +1 -0
  2270. package/esm/models/transfer-space-request.js +17 -0
  2271. package/esm/models/transfer-space-request.js.map +1 -0
  2272. package/esm/models/transfer-space-response.d.ts +21 -0
  2273. package/esm/models/transfer-space-response.d.ts.map +1 -0
  2274. package/esm/models/transfer-space-response.js +22 -0
  2275. package/esm/models/transfer-space-response.js.map +1 -0
  2276. package/esm/models/update-booking-request.d.ts +38 -0
  2277. package/esm/models/update-booking-request.d.ts.map +1 -0
  2278. package/esm/models/update-booking-request.js +22 -0
  2279. package/esm/models/update-booking-request.js.map +1 -0
  2280. package/esm/models/update-contact-request.d.ts +128 -0
  2281. package/esm/models/update-contact-request.d.ts.map +1 -0
  2282. package/esm/models/update-contact-request.js +53 -0
  2283. package/esm/models/update-contact-request.js.map +1 -0
  2284. package/esm/models/update-event-content-request.d.ts +21 -0
  2285. package/esm/models/update-event-content-request.d.ts.map +1 -0
  2286. package/esm/models/update-event-content-request.js +18 -0
  2287. package/esm/models/update-event-content-request.js.map +1 -0
  2288. package/esm/models/update-event-identification-request.d.ts +20 -0
  2289. package/esm/models/update-event-identification-request.d.ts.map +1 -0
  2290. package/esm/models/update-event-identification-request.js +13 -0
  2291. package/esm/models/update-event-identification-request.js.map +1 -0
  2292. package/esm/models/update-event-settings-request.d.ts +18 -0
  2293. package/esm/models/update-event-settings-request.d.ts.map +1 -0
  2294. package/esm/models/update-event-settings-request.js +21 -0
  2295. package/esm/models/update-event-settings-request.js.map +1 -0
  2296. package/esm/models/update-organization-request.d.ts +17 -0
  2297. package/esm/models/update-organization-request.d.ts.map +1 -0
  2298. package/esm/models/update-organization-request.js +18 -0
  2299. package/esm/models/update-organization-request.js.map +1 -0
  2300. package/esm/models/update-parent-request.d.ts +18 -0
  2301. package/esm/models/update-parent-request.d.ts.map +1 -0
  2302. package/esm/models/update-parent-request.js +17 -0
  2303. package/esm/models/update-parent-request.js.map +1 -0
  2304. package/esm/models/update-place-request.d.ts +30 -0
  2305. package/esm/models/update-place-request.d.ts.map +1 -0
  2306. package/esm/models/update-place-request.js +15 -0
  2307. package/esm/models/update-place-request.js.map +1 -0
  2308. package/esm/models/update-place-response-dto.d.ts +29 -0
  2309. package/esm/models/update-place-response-dto.d.ts.map +1 -0
  2310. package/esm/models/update-place-response-dto.js +18 -0
  2311. package/esm/models/update-place-response-dto.js.map +1 -0
  2312. package/esm/models/update-profile-request.d.ts +26 -0
  2313. package/esm/models/update-profile-request.d.ts.map +1 -0
  2314. package/esm/models/update-profile-request.js +18 -0
  2315. package/esm/models/update-profile-request.js.map +1 -0
  2316. package/esm/models/update-role-request.d.ts +20 -0
  2317. package/esm/models/update-role-request.d.ts.map +1 -0
  2318. package/esm/models/update-role-request.js +13 -0
  2319. package/esm/models/update-role-request.js.map +1 -0
  2320. package/esm/models/update-room-request.d.ts +34 -0
  2321. package/esm/models/update-room-request.d.ts.map +1 -0
  2322. package/esm/models/update-room-request.js +15 -0
  2323. package/esm/models/update-room-request.js.map +1 -0
  2324. package/esm/models/update-rule-request.d.ts +51 -0
  2325. package/esm/models/update-rule-request.d.ts.map +1 -0
  2326. package/esm/models/update-rule-request.js +20 -0
  2327. package/esm/models/update-rule-request.js.map +1 -0
  2328. package/esm/models/update-space-member-role-request.d.ts +19 -0
  2329. package/esm/models/update-space-member-role-request.d.ts.map +1 -0
  2330. package/esm/models/update-space-member-role-request.js +13 -0
  2331. package/esm/models/update-space-member-role-request.js.map +1 -0
  2332. package/esm/models/update-space-response-dto.d.ts +33 -0
  2333. package/esm/models/update-space-response-dto.d.ts.map +1 -0
  2334. package/esm/models/update-space-response-dto.js +24 -0
  2335. package/esm/models/update-space-response-dto.js.map +1 -0
  2336. package/esm/models/user-context-response.d.ts +24 -0
  2337. package/esm/models/user-context-response.d.ts.map +1 -0
  2338. package/esm/models/user-context-response.js +25 -0
  2339. package/esm/models/user-context-response.js.map +1 -0
  2340. package/esm/models/user-cost-breakdown.d.ts +25 -0
  2341. package/esm/models/user-cost-breakdown.d.ts.map +1 -0
  2342. package/esm/models/user-cost-breakdown.js +25 -0
  2343. package/esm/models/user-cost-breakdown.js.map +1 -0
  2344. package/esm/models/user-profile-response.d.ts +37 -0
  2345. package/esm/models/user-profile-response.d.ts.map +1 -0
  2346. package/esm/models/user-profile-response.js +28 -0
  2347. package/esm/models/user-profile-response.js.map +1 -0
  2348. package/esm/models/user-search-response-dto.d.ts +33 -0
  2349. package/esm/models/user-search-response-dto.d.ts.map +1 -0
  2350. package/esm/models/user-search-response-dto.js +26 -0
  2351. package/esm/models/user-search-response-dto.js.map +1 -0
  2352. package/esm/models/validation-error.d.ts +16 -0
  2353. package/esm/models/validation-error.d.ts.map +1 -0
  2354. package/esm/models/validation-error.js +25 -0
  2355. package/esm/models/validation-error.js.map +1 -0
  2356. package/esm/models/version-comparison-response.d.ts +21 -0
  2357. package/esm/models/version-comparison-response.d.ts.map +1 -0
  2358. package/esm/models/version-comparison-response.js +24 -0
  2359. package/esm/models/version-comparison-response.js.map +1 -0
  2360. package/esm/models/workflow-execution-list-response.d.ts +26 -0
  2361. package/esm/models/workflow-execution-list-response.d.ts.map +1 -0
  2362. package/esm/models/workflow-execution-list-response.js +18 -0
  2363. package/esm/models/workflow-execution-list-response.js.map +1 -0
  2364. package/esm/models/workflow-execution-response.d.ts +71 -0
  2365. package/esm/models/workflow-execution-response.d.ts.map +1 -0
  2366. package/esm/models/workflow-execution-response.js +45 -0
  2367. package/esm/models/workflow-execution-response.js.map +1 -0
  2368. package/esm/models/workflow-status.d.ts +21 -0
  2369. package/esm/models/workflow-status.d.ts.map +1 -0
  2370. package/esm/models/workflow-status.js +19 -0
  2371. package/esm/models/workflow-status.js.map +1 -0
  2372. package/esm/models/workflow-type.d.ts +20 -0
  2373. package/esm/models/workflow-type.d.ts.map +1 -0
  2374. package/esm/models/workflow-type.js +18 -0
  2375. package/esm/models/workflow-type.js.map +1 -0
  2376. package/esm/sdk/ai-agent.d.ts +90 -0
  2377. package/esm/sdk/ai-agent.d.ts.map +1 -0
  2378. package/esm/sdk/ai-agent.js +128 -0
  2379. package/esm/sdk/ai-agent.js.map +1 -0
  2380. package/esm/sdk/analytic.d.ts +13 -0
  2381. package/esm/sdk/analytic.d.ts.map +1 -0
  2382. package/esm/sdk/analytic.js +22 -0
  2383. package/esm/sdk/analytic.js.map +1 -0
  2384. package/esm/sdk/audit-logs.d.ts +50 -0
  2385. package/esm/sdk/audit-logs.d.ts.map +1 -0
  2386. package/esm/sdk/audit-logs.js +56 -0
  2387. package/esm/sdk/audit-logs.js.map +1 -0
  2388. package/esm/sdk/auth-context.d.ts +15 -0
  2389. package/esm/sdk/auth-context.d.ts.map +1 -0
  2390. package/esm/sdk/auth-context.js +21 -0
  2391. package/esm/sdk/auth-context.js.map +1 -0
  2392. package/esm/sdk/automation-cron.d.ts +49 -0
  2393. package/esm/sdk/automation-cron.d.ts.map +1 -0
  2394. package/esm/sdk/automation-cron.js +58 -0
  2395. package/esm/sdk/automation-cron.js.map +1 -0
  2396. package/esm/sdk/automation-metadata.d.ts +48 -0
  2397. package/esm/sdk/automation-metadata.d.ts.map +1 -0
  2398. package/esm/sdk/automation-metadata.js +68 -0
  2399. package/esm/sdk/automation-metadata.js.map +1 -0
  2400. package/esm/sdk/automation-rules.d.ts +171 -0
  2401. package/esm/sdk/automation-rules.d.ts.map +1 -0
  2402. package/esm/sdk/automation-rules.js +224 -0
  2403. package/esm/sdk/automation-rules.js.map +1 -0
  2404. package/esm/sdk/booking.d.ts +55 -0
  2405. package/esm/sdk/booking.d.ts.map +1 -0
  2406. package/esm/sdk/booking.js +78 -0
  2407. package/esm/sdk/booking.js.map +1 -0
  2408. package/esm/sdk/chat-messages.d.ts +34 -0
  2409. package/esm/sdk/chat-messages.d.ts.map +1 -0
  2410. package/esm/sdk/chat-messages.js +50 -0
  2411. package/esm/sdk/chat-messages.js.map +1 -0
  2412. package/esm/sdk/chat-rooms.d.ts +38 -0
  2413. package/esm/sdk/chat-rooms.d.ts.map +1 -0
  2414. package/esm/sdk/chat-rooms.js +64 -0
  2415. package/esm/sdk/chat-rooms.js.map +1 -0
  2416. package/esm/sdk/contacts.d.ts +55 -0
  2417. package/esm/sdk/contacts.d.ts.map +1 -0
  2418. package/esm/sdk/contacts.js +78 -0
  2419. package/esm/sdk/contacts.js.map +1 -0
  2420. package/esm/sdk/custom-roles.d.ts +86 -0
  2421. package/esm/sdk/custom-roles.d.ts.map +1 -0
  2422. package/esm/sdk/custom-roles.js +121 -0
  2423. package/esm/sdk/custom-roles.js.map +1 -0
  2424. package/esm/sdk/event-attendees.d.ts +72 -0
  2425. package/esm/sdk/event-attendees.d.ts.map +1 -0
  2426. package/esm/sdk/event-attendees.js +94 -0
  2427. package/esm/sdk/event-attendees.js.map +1 -0
  2428. package/esm/sdk/event-documents.d.ts +26 -0
  2429. package/esm/sdk/event-documents.d.ts.map +1 -0
  2430. package/esm/sdk/event-documents.js +38 -0
  2431. package/esm/sdk/event-documents.js.map +1 -0
  2432. package/esm/sdk/event-location.d.ts +20 -0
  2433. package/esm/sdk/event-location.d.ts.map +1 -0
  2434. package/esm/sdk/event-location.js +28 -0
  2435. package/esm/sdk/event-location.js.map +1 -0
  2436. package/esm/sdk/event-timeline.d.ts +41 -0
  2437. package/esm/sdk/event-timeline.d.ts.map +1 -0
  2438. package/esm/sdk/event-timeline.js +58 -0
  2439. package/esm/sdk/event-timeline.js.map +1 -0
  2440. package/esm/sdk/event.d.ts +228 -0
  2441. package/esm/sdk/event.d.ts.map +1 -0
  2442. package/esm/sdk/event.js +314 -0
  2443. package/esm/sdk/event.js.map +1 -0
  2444. package/esm/sdk/health.d.ts +17 -0
  2445. package/esm/sdk/health.d.ts.map +1 -0
  2446. package/esm/sdk/health.js +24 -0
  2447. package/esm/sdk/health.js.map +1 -0
  2448. package/esm/sdk/index.d.ts +2 -0
  2449. package/esm/sdk/index.d.ts.map +1 -0
  2450. package/esm/sdk/index.js +5 -0
  2451. package/esm/sdk/index.js.map +1 -0
  2452. package/esm/sdk/organizations.d.ts +70 -0
  2453. package/esm/sdk/organizations.d.ts.map +1 -0
  2454. package/esm/sdk/organizations.js +99 -0
  2455. package/esm/sdk/organizations.js.map +1 -0
  2456. package/esm/sdk/permissions.d.ts +20 -0
  2457. package/esm/sdk/permissions.d.ts.map +1 -0
  2458. package/esm/sdk/permissions.js +28 -0
  2459. package/esm/sdk/permissions.js.map +1 -0
  2460. package/esm/sdk/place.d.ts +34 -0
  2461. package/esm/sdk/place.d.ts.map +1 -0
  2462. package/esm/sdk/place.js +57 -0
  2463. package/esm/sdk/place.js.map +1 -0
  2464. package/esm/sdk/public-events.d.ts +13 -0
  2465. package/esm/sdk/public-events.d.ts.map +1 -0
  2466. package/esm/sdk/public-events.js +18 -0
  2467. package/esm/sdk/public-events.js.map +1 -0
  2468. package/esm/sdk/realtime.d.ts +29 -0
  2469. package/esm/sdk/realtime.d.ts.map +1 -0
  2470. package/esm/sdk/realtime.js +39 -0
  2471. package/esm/sdk/realtime.js.map +1 -0
  2472. package/esm/sdk/sdk.d.ts +172 -0
  2473. package/esm/sdk/sdk.d.ts.map +1 -0
  2474. package/esm/sdk/sdk.js +263 -0
  2475. package/esm/sdk/sdk.js.map +1 -0
  2476. package/esm/sdk/space-contacts.d.ts +147 -0
  2477. package/esm/sdk/space-contacts.d.ts.map +1 -0
  2478. package/esm/sdk/space-contacts.js +167 -0
  2479. package/esm/sdk/space-contacts.js.map +1 -0
  2480. package/esm/sdk/space-documents.d.ts +26 -0
  2481. package/esm/sdk/space-documents.d.ts.map +1 -0
  2482. package/esm/sdk/space-documents.js +38 -0
  2483. package/esm/sdk/space-documents.js.map +1 -0
  2484. package/esm/sdk/space-events.d.ts +147 -0
  2485. package/esm/sdk/space-events.d.ts.map +1 -0
  2486. package/esm/sdk/space-events.js +167 -0
  2487. package/esm/sdk/space-events.js.map +1 -0
  2488. package/esm/sdk/space-member-roles.d.ts +34 -0
  2489. package/esm/sdk/space-member-roles.d.ts.map +1 -0
  2490. package/esm/sdk/space-member-roles.js +44 -0
  2491. package/esm/sdk/space-member-roles.js.map +1 -0
  2492. package/esm/sdk/space-roles.d.ts +69 -0
  2493. package/esm/sdk/space-roles.d.ts.map +1 -0
  2494. package/esm/sdk/space-roles.js +92 -0
  2495. package/esm/sdk/space-roles.js.map +1 -0
  2496. package/esm/sdk/space.d.ts +339 -0
  2497. package/esm/sdk/space.d.ts.map +1 -0
  2498. package/esm/sdk/space.js +456 -0
  2499. package/esm/sdk/space.js.map +1 -0
  2500. package/esm/sdk/timezones.d.ts +38 -0
  2501. package/esm/sdk/timezones.d.ts.map +1 -0
  2502. package/esm/sdk/timezones.js +43 -0
  2503. package/esm/sdk/timezones.js.map +1 -0
  2504. package/esm/sdk/user.d.ts +89 -0
  2505. package/esm/sdk/user.d.ts.map +1 -0
  2506. package/esm/sdk/user.js +124 -0
  2507. package/esm/sdk/user.js.map +1 -0
  2508. package/esm/types/async.d.ts +23 -0
  2509. package/esm/types/async.d.ts.map +1 -0
  2510. package/esm/types/async.js +28 -0
  2511. package/esm/types/async.js.map +1 -0
  2512. package/esm/types/blobs.d.ts +4 -0
  2513. package/esm/types/blobs.d.ts.map +1 -0
  2514. package/esm/types/blobs.js +25 -0
  2515. package/esm/types/blobs.js.map +1 -0
  2516. package/esm/types/const-date-time.d.ts +3 -0
  2517. package/esm/types/const-date-time.d.ts.map +1 -0
  2518. package/esm/types/const-date-time.js +10 -0
  2519. package/esm/types/const-date-time.js.map +1 -0
  2520. package/esm/types/default-to-zero-value.d.ts +12 -0
  2521. package/esm/types/default-to-zero-value.d.ts.map +1 -0
  2522. package/esm/types/default-to-zero-value.js +31 -0
  2523. package/esm/types/default-to-zero-value.js.map +1 -0
  2524. package/esm/types/enums.d.ts +9 -0
  2525. package/esm/types/enums.d.ts.map +1 -0
  2526. package/esm/types/enums.js +27 -0
  2527. package/esm/types/enums.js.map +1 -0
  2528. package/esm/types/fp.d.ts +31 -0
  2529. package/esm/types/fp.d.ts.map +1 -0
  2530. package/esm/types/fp.js +31 -0
  2531. package/esm/types/fp.js.map +1 -0
  2532. package/esm/types/index.d.ts +10 -0
  2533. package/esm/types/index.d.ts.map +1 -0
  2534. package/esm/types/index.js +10 -0
  2535. package/esm/types/index.js.map +1 -0
  2536. package/esm/types/operations.d.ts +27 -0
  2537. package/esm/types/operations.d.ts.map +1 -0
  2538. package/esm/types/operations.js +77 -0
  2539. package/esm/types/operations.js.map +1 -0
  2540. package/esm/types/primitives.d.ts +11 -0
  2541. package/esm/types/primitives.d.ts.map +1 -0
  2542. package/esm/types/primitives.js +132 -0
  2543. package/esm/types/primitives.js.map +1 -0
  2544. package/esm/types/rfcdate.d.ts +21 -0
  2545. package/esm/types/rfcdate.d.ts.map +1 -0
  2546. package/esm/types/rfcdate.js +43 -0
  2547. package/esm/types/rfcdate.js.map +1 -0
  2548. package/esm/types/smart-union.d.ts +7 -0
  2549. package/esm/types/smart-union.d.ts.map +1 -0
  2550. package/esm/types/smart-union.js +117 -0
  2551. package/esm/types/smart-union.js.map +1 -0
  2552. package/esm/types/streams.d.ts +2 -0
  2553. package/esm/types/streams.d.ts.map +1 -0
  2554. package/esm/types/streams.js +15 -0
  2555. package/esm/types/streams.js.map +1 -0
  2556. package/esm/types/unrecognized.d.ts +16 -0
  2557. package/esm/types/unrecognized.d.ts.map +1 -0
  2558. package/esm/types/unrecognized.js +31 -0
  2559. package/esm/types/unrecognized.js.map +1 -0
  2560. package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +29 -0
  2561. package/jsr.json +27 -0
  2562. package/package.json +64 -0
  2563. package/src/core.ts +13 -0
  2564. package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +186 -0
  2565. package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +169 -0
  2566. package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +180 -0
  2567. package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +179 -0
  2568. package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +180 -0
  2569. package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +181 -0
  2570. package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +182 -0
  2571. package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +183 -0
  2572. package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +188 -0
  2573. package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +184 -0
  2574. package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +169 -0
  2575. package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +169 -0
  2576. package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +138 -0
  2577. package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +138 -0
  2578. package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +201 -0
  2579. package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +206 -0
  2580. package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +144 -0
  2581. package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +147 -0
  2582. package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +173 -0
  2583. package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +146 -0
  2584. package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +180 -0
  2585. package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +184 -0
  2586. package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +142 -0
  2587. package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +141 -0
  2588. package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +187 -0
  2589. package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +142 -0
  2590. package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +180 -0
  2591. package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +193 -0
  2592. package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +186 -0
  2593. package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +142 -0
  2594. package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +186 -0
  2595. package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +182 -0
  2596. package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +209 -0
  2597. package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +182 -0
  2598. package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +169 -0
  2599. package/src/funcs/booking-create-booking-api-v1-booking-post.ts +169 -0
  2600. package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +180 -0
  2601. package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +180 -0
  2602. package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +183 -0
  2603. package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +192 -0
  2604. package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +181 -0
  2605. package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +177 -0
  2606. package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +177 -0
  2607. package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +177 -0
  2608. package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +188 -0
  2609. package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +177 -0
  2610. package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +181 -0
  2611. package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +179 -0
  2612. package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +166 -0
  2613. package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +166 -0
  2614. package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +177 -0
  2615. package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +178 -0
  2616. package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +178 -0
  2617. package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +186 -0
  2618. package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +178 -0
  2619. package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +169 -0
  2620. package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +180 -0
  2621. package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +180 -0
  2622. package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +184 -0
  2623. package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +180 -0
  2624. package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +182 -0
  2625. package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +181 -0
  2626. package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +186 -0
  2627. package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +190 -0
  2628. package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +179 -0
  2629. package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +180 -0
  2630. package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +146 -0
  2631. package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +181 -0
  2632. package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +181 -0
  2633. package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +189 -0
  2634. package/src/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +189 -0
  2635. package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +186 -0
  2636. package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +182 -0
  2637. package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +177 -0
  2638. package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +184 -0
  2639. package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +194 -0
  2640. package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +190 -0
  2641. package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +191 -0
  2642. package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +189 -0
  2643. package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +186 -0
  2644. package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +191 -0
  2645. package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +191 -0
  2646. package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +191 -0
  2647. package/src/funcs/event-create-event-api-v1-event-post.ts +205 -0
  2648. package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +176 -0
  2649. package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +189 -0
  2650. package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +181 -0
  2651. package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +189 -0
  2652. package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +172 -0
  2653. package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +201 -0
  2654. package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +177 -0
  2655. package/src/funcs/event-get-event-list-api-v1-event-get.ts +204 -0
  2656. package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +181 -0
  2657. package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +190 -0
  2658. package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +189 -0
  2659. package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +186 -0
  2660. package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +183 -0
  2661. package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +183 -0
  2662. package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +183 -0
  2663. package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +186 -0
  2664. package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +147 -0
  2665. package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +180 -0
  2666. package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +181 -0
  2667. package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +182 -0
  2668. package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +182 -0
  2669. package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +187 -0
  2670. package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +182 -0
  2671. package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +177 -0
  2672. package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +185 -0
  2673. package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +183 -0
  2674. package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +191 -0
  2675. package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +239 -0
  2676. package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +186 -0
  2677. package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +191 -0
  2678. package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +196 -0
  2679. package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +202 -0
  2680. package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +192 -0
  2681. package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +185 -0
  2682. package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +216 -0
  2683. package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +178 -0
  2684. package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +187 -0
  2685. package/src/funcs/get-feature-flags-config-features-get.ts +141 -0
  2686. package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +187 -0
  2687. package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +142 -0
  2688. package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +142 -0
  2689. package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +142 -0
  2690. package/src/funcs/health-check-health-get.ts +183 -0
  2691. package/src/funcs/metrics-metrics-get.ts +141 -0
  2692. package/src/funcs/notification-health-check-health-notifications-get.ts +141 -0
  2693. package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +183 -0
  2694. package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +185 -0
  2695. package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +169 -0
  2696. package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +189 -0
  2697. package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +143 -0
  2698. package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +181 -0
  2699. package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +184 -0
  2700. package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +186 -0
  2701. package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +185 -0
  2702. package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +186 -0
  2703. package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +142 -0
  2704. package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +177 -0
  2705. package/src/funcs/place-create-place-api-v1-place-post.ts +171 -0
  2706. package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +176 -0
  2707. package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +177 -0
  2708. package/src/funcs/place-get-place-list-api-v1-place-get.ts +176 -0
  2709. package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +177 -0
  2710. package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +178 -0
  2711. package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +186 -0
  2712. package/src/funcs/realtime-get-ws.ts +144 -0
  2713. package/src/funcs/realtime-realtime-info-realtime-info-get.ts +150 -0
  2714. package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +182 -0
  2715. package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +177 -0
  2716. package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +192 -0
  2717. package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +196 -0
  2718. package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +169 -0
  2719. package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +192 -0
  2720. package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +192 -0
  2721. package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +197 -0
  2722. package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +196 -0
  2723. package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +194 -0
  2724. package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +198 -0
  2725. package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +194 -0
  2726. package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +198 -0
  2727. package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +195 -0
  2728. package/src/funcs/space-create-space-api-v1-space-post.ts +166 -0
  2729. package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +184 -0
  2730. package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +170 -0
  2731. package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +176 -0
  2732. package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +191 -0
  2733. package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +182 -0
  2734. package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +189 -0
  2735. package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +181 -0
  2736. package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +189 -0
  2737. package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +192 -0
  2738. package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +195 -0
  2739. package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +198 -0
  2740. package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +189 -0
  2741. package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +198 -0
  2742. package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +190 -0
  2743. package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +198 -0
  2744. package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +192 -0
  2745. package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +213 -0
  2746. package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +186 -0
  2747. package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +177 -0
  2748. package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +181 -0
  2749. package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +181 -0
  2750. package/src/funcs/space-get-space-list-api-v1-space-get.ts +178 -0
  2751. package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +181 -0
  2752. package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +181 -0
  2753. package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +190 -0
  2754. package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +190 -0
  2755. package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +191 -0
  2756. package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +198 -0
  2757. package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +183 -0
  2758. package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +181 -0
  2759. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +177 -0
  2760. package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +181 -0
  2761. package/src/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +195 -0
  2762. package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +189 -0
  2763. package/src/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +195 -0
  2764. package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +182 -0
  2765. package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +141 -0
  2766. package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +204 -0
  2767. package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +180 -0
  2768. package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +178 -0
  2769. package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +191 -0
  2770. package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +182 -0
  2771. package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +193 -0
  2772. package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +142 -0
  2773. package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +141 -0
  2774. package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +144 -0
  2775. package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +141 -0
  2776. package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +141 -0
  2777. package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +141 -0
  2778. package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +179 -0
  2779. package/src/funcs/user-get-user-list-api-v1-user-get.ts +186 -0
  2780. package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +192 -0
  2781. package/src/funcs/user-search-users-api-v1-user-search-get.ts +180 -0
  2782. package/src/funcs/user-update-profile-api-v1-user-me-put.ts +169 -0
  2783. package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +208 -0
  2784. package/src/hooks/hooks.ts +132 -0
  2785. package/src/hooks/index.ts +6 -0
  2786. package/src/hooks/registration.ts +14 -0
  2787. package/src/hooks/types.ts +107 -0
  2788. package/src/index.ts +9 -0
  2789. package/src/lib/base64.ts +39 -0
  2790. package/src/lib/config.ts +53 -0
  2791. package/src/lib/dlv.ts +53 -0
  2792. package/src/lib/encodings.ts +501 -0
  2793. package/src/lib/files.ts +82 -0
  2794. package/src/lib/http.ts +323 -0
  2795. package/src/lib/is-plain-object.ts +43 -0
  2796. package/src/lib/logger.ts +9 -0
  2797. package/src/lib/matchers.ts +353 -0
  2798. package/src/lib/primitives.ts +150 -0
  2799. package/src/lib/retries.ts +218 -0
  2800. package/src/lib/schemas.ts +94 -0
  2801. package/src/lib/sdks.ts +402 -0
  2802. package/src/lib/security.ts +269 -0
  2803. package/src/lib/url.ts +33 -0
  2804. package/src/models/add-member-request.ts +47 -0
  2805. package/src/models/add-permission-request.ts +41 -0
  2806. package/src/models/add-space-member-request.ts +43 -0
  2807. package/src/models/agent-type.ts +30 -0
  2808. package/src/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.ts +43 -0
  2809. package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +72 -0
  2810. package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +57 -0
  2811. package/src/models/app-event-adapter-input-api-v1-response-space-info.ts +50 -0
  2812. package/src/models/app-event-domain-entity-event-space-info.ts +39 -0
  2813. package/src/models/app-space-domain-entity-space-event-space-info.ts +51 -0
  2814. package/src/models/app-user-adapter-input-api-v1-response-message-response.ts +39 -0
  2815. package/src/models/assistant-response.ts +64 -0
  2816. package/src/models/attendee-info.ts +82 -0
  2817. package/src/models/attendee-status.ts +33 -0
  2818. package/src/models/availability-response.ts +62 -0
  2819. package/src/models/avatar-upload-response.ts +47 -0
  2820. package/src/models/base-event-info.ts +71 -0
  2821. package/src/models/body-create-event-api-v1-event-post.ts +82 -0
  2822. package/src/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +94 -0
  2823. package/src/models/body-update-cover-api-v1-event-event-id-cover-patch.ts +83 -0
  2824. package/src/models/body-upload-avatar-api-v1-user-me-avatar-post.ts +74 -0
  2825. package/src/models/booking-read.ts +93 -0
  2826. package/src/models/bulk-update-parent-request.ts +51 -0
  2827. package/src/models/check-availability-request.ts +65 -0
  2828. package/src/models/combined-metadata-response.ts +38 -0
  2829. package/src/models/contact-list-response.ts +56 -0
  2830. package/src/models/contact-response.ts +192 -0
  2831. package/src/models/contact-search-response.ts +51 -0
  2832. package/src/models/create-booking-request.ts +70 -0
  2833. package/src/models/create-contact-request.ts +190 -0
  2834. package/src/models/create-direct-room-request.ts +41 -0
  2835. package/src/models/create-event-request.ts +152 -0
  2836. package/src/models/create-group-room-request.ts +45 -0
  2837. package/src/models/create-invite-request.ts +44 -0
  2838. package/src/models/create-online-meeting-request.ts +72 -0
  2839. package/src/models/create-organization-request.ts +44 -0
  2840. package/src/models/create-place-response-dto.ts +49 -0
  2841. package/src/models/create-role-request.ts +39 -0
  2842. package/src/models/create-room-request.ts +84 -0
  2843. package/src/models/create-rule-request.ts +83 -0
  2844. package/src/models/create-session-request.ts +67 -0
  2845. package/src/models/create-session-response.ts +120 -0
  2846. package/src/models/create-space-request.ts +51 -0
  2847. package/src/models/create-space-response-dto.ts +67 -0
  2848. package/src/models/create-space-with-parent-request.ts +77 -0
  2849. package/src/models/dashboard-story-response.ts +48 -0
  2850. package/src/models/errors/http-client-errors.ts +62 -0
  2851. package/src/models/errors/http-validation-error.ts +53 -0
  2852. package/src/models/errors/index.ts +10 -0
  2853. package/src/models/errors/response-validation-error.ts +50 -0
  2854. package/src/models/errors/sdk-default-error.ts +40 -0
  2855. package/src/models/errors/sdk-error.ts +35 -0
  2856. package/src/models/errors/sdk-validation-error.ts +54 -0
  2857. package/src/models/event-advanced-filters.ts +118 -0
  2858. package/src/models/event-analytic-total.ts +39 -0
  2859. package/src/models/event-attendee-create.ts +60 -0
  2860. package/src/models/event-attendee-list.ts +46 -0
  2861. package/src/models/event-attendee-read.ts +112 -0
  2862. package/src/models/event-attendee-update.ts +46 -0
  2863. package/src/models/event-date-filter.ts +82 -0
  2864. package/src/models/event-filter-request.ts +63 -0
  2865. package/src/models/event-location-filter.ts +70 -0
  2866. package/src/models/event-pagination-options.ts +42 -0
  2867. package/src/models/event-preview-dto.ts +59 -0
  2868. package/src/models/event-read.ts +143 -0
  2869. package/src/models/event-relationship-filter.ts +72 -0
  2870. package/src/models/event-repeat-filter.ts +65 -0
  2871. package/src/models/event-sort-field-config.ts +83 -0
  2872. package/src/models/event-sort-options.ts +95 -0
  2873. package/src/models/event-status-filter.ts +64 -0
  2874. package/src/models/event-text-filter.ts +52 -0
  2875. package/src/models/event-version-read.ts +102 -0
  2876. package/src/models/execute-rule-request.ts +45 -0
  2877. package/src/models/execute-rule-response.ts +61 -0
  2878. package/src/models/execution-response.ts +82 -0
  2879. package/src/models/filter-operator.ts +37 -0
  2880. package/src/models/get-analytic-totals-dto.ts +46 -0
  2881. package/src/models/get-event-list-response.ts +156 -0
  2882. package/src/models/get-place-list-response-dto.ts +54 -0
  2883. package/src/models/get-space-list-response-dto.ts +117 -0
  2884. package/src/models/get-user-list-response-dto.ts +44 -0
  2885. package/src/models/index.ts +172 -0
  2886. package/src/models/invite-read.ts +81 -0
  2887. package/src/models/location-response.ts +35 -0
  2888. package/src/models/location-update-schema.ts +45 -0
  2889. package/src/models/member-response.ts +52 -0
  2890. package/src/models/members-list-response.ts +43 -0
  2891. package/src/models/metric-breakdown.ts +35 -0
  2892. package/src/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +46 -0
  2893. package/src/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +49 -0
  2894. package/src/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +49 -0
  2895. package/src/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.ts +46 -0
  2896. package/src/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +52 -0
  2897. package/src/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.ts +46 -0
  2898. package/src/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +46 -0
  2899. package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +46 -0
  2900. package/src/models/operations/add-space-member-api-v1-space-space-id-members-post.ts +46 -0
  2901. package/src/models/operations/archive-event-api-v1-event-event-id-archive-patch.ts +42 -0
  2902. package/src/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +42 -0
  2903. package/src/models/operations/archive-place-api-v1-place-place-id-archive-patch.ts +42 -0
  2904. package/src/models/operations/archive-space-api-v1-space-space-id-archive-patch.ts +42 -0
  2905. package/src/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +53 -0
  2906. package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +49 -0
  2907. package/src/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +53 -0
  2908. package/src/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +45 -0
  2909. package/src/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +45 -0
  2910. package/src/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +48 -0
  2911. package/src/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +49 -0
  2912. package/src/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +42 -0
  2913. package/src/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +49 -0
  2914. package/src/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +56 -0
  2915. package/src/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +56 -0
  2916. package/src/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +42 -0
  2917. package/src/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.ts +41 -0
  2918. package/src/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +46 -0
  2919. package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +85 -0
  2920. package/src/models/operations/create-place-api-v1-place-post.ts +34 -0
  2921. package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +49 -0
  2922. package/src/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.ts +46 -0
  2923. package/src/models/operations/delete-booking-api-v1-booking-booking-id-delete.ts +42 -0
  2924. package/src/models/operations/delete-contact-api-v1-contacts-contact-id-delete.ts +42 -0
  2925. package/src/models/operations/delete-event-api-v1-event-event-id-delete.ts +42 -0
  2926. package/src/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +49 -0
  2927. package/src/models/operations/delete-message-api-v1-chat-messages-message-id-delete.ts +42 -0
  2928. package/src/models/operations/delete-place-api-v1-place-place-id-delete.ts +42 -0
  2929. package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +42 -0
  2930. package/src/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.ts +42 -0
  2931. package/src/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.ts +42 -0
  2932. package/src/models/operations/delete-space-api-v1-space-space-id-delete.ts +42 -0
  2933. package/src/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +46 -0
  2934. package/src/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +42 -0
  2935. package/src/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +45 -0
  2936. package/src/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.ts +49 -0
  2937. package/src/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.ts +42 -0
  2938. package/src/models/operations/get-bookings-api-v1-booking-get.ts +80 -0
  2939. package/src/models/operations/get-calendar-events-api-v1-event-calendar-get.ts +172 -0
  2940. package/src/models/operations/get-contact-api-v1-contacts-contact-id-get.ts +42 -0
  2941. package/src/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +48 -0
  2942. package/src/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.ts +68 -0
  2943. package/src/models/operations/get-event-by-id-api-v1-event-event-id-get.ts +42 -0
  2944. package/src/models/operations/get-event-documents-api-v1-events-event-id-documents-get.ts +42 -0
  2945. package/src/models/operations/get-event-list-api-v1-event-get.ts +186 -0
  2946. package/src/models/operations/get-event-location-api-v1-events-event-id-location-get.ts +42 -0
  2947. package/src/models/operations/get-event-settings-api-v1-event-event-id-settings-get.ts +42 -0
  2948. package/src/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.ts +48 -0
  2949. package/src/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +46 -0
  2950. package/src/models/operations/get-events-by-space-api-v1-event-space-space-id-get.ts +92 -0
  2951. package/src/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +68 -0
  2952. package/src/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +42 -0
  2953. package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +45 -0
  2954. package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +45 -0
  2955. package/src/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +42 -0
  2956. package/src/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.ts +42 -0
  2957. package/src/models/operations/get-org-costs-api-v1-ai-costs-get.ts +50 -0
  2958. package/src/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.ts +42 -0
  2959. package/src/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +45 -0
  2960. package/src/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +63 -0
  2961. package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +45 -0
  2962. package/src/models/operations/get-place-by-id-api-v1-place-place-id-get.ts +42 -0
  2963. package/src/models/operations/get-place-list-api-v1-place-get.ts +41 -0
  2964. package/src/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +56 -0
  2965. package/src/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +42 -0
  2966. package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +42 -0
  2967. package/src/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.ts +42 -0
  2968. package/src/models/operations/get-rule-api-v1-automation-rules-rule-id-get.ts +42 -0
  2969. package/src/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +45 -0
  2970. package/src/models/operations/get-section-content-api-v1-event-event-id-section-content-get.ts +42 -0
  2971. package/src/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.ts +45 -0
  2972. package/src/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.ts +42 -0
  2973. package/src/models/operations/get-session-api-v1-ai-sessions-session-id-get.ts +42 -0
  2974. package/src/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +42 -0
  2975. package/src/models/operations/get-social-feed-api-v1-event-social-feed-get.ts +59 -0
  2976. package/src/models/operations/get-space-by-id-api-v1-space-space-id-get.ts +42 -0
  2977. package/src/models/operations/get-space-children-api-v1-space-space-id-children-get.ts +42 -0
  2978. package/src/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +42 -0
  2979. package/src/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +48 -0
  2980. package/src/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.ts +42 -0
  2981. package/src/models/operations/get-space-event-api-v1-space-events-space-event-id-get.ts +42 -0
  2982. package/src/models/operations/get-space-events-api-v1-spaces-space-id-events-get.ts +48 -0
  2983. package/src/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +42 -0
  2984. package/src/models/operations/get-space-list-api-v1-space-get.ts +53 -0
  2985. package/src/models/operations/get-space-members-api-v1-space-space-id-members-get.ts +42 -0
  2986. package/src/models/operations/get-space-parent-api-v1-space-space-id-parent-get.ts +42 -0
  2987. package/src/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +46 -0
  2988. package/src/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.ts +46 -0
  2989. package/src/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +42 -0
  2990. package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +78 -0
  2991. package/src/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.ts +42 -0
  2992. package/src/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.ts +42 -0
  2993. package/src/models/operations/get-user-list-api-v1-user-get.ts +76 -0
  2994. package/src/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.ts +42 -0
  2995. package/src/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +49 -0
  2996. package/src/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +42 -0
  2997. package/src/models/operations/health-check-health-get.ts +35 -0
  2998. package/src/models/operations/index.ts +179 -0
  2999. package/src/models/operations/join-space-api-v1-space-space-id-join-post.ts +42 -0
  3000. package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +85 -0
  3001. package/src/models/operations/list-contacts-api-v1-contacts-get.ts +67 -0
  3002. package/src/models/operations/list-event-versions-api-v1-event-event-id-versions-get.ts +42 -0
  3003. package/src/models/operations/list-messages-api-v1-chat-room-id-messages-get.ts +55 -0
  3004. package/src/models/operations/list-organizations-endpoint-api-v1-organizations-get.ts +37 -0
  3005. package/src/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +95 -0
  3006. package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +51 -0
  3007. package/src/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.ts +42 -0
  3008. package/src/models/operations/list-rules-api-v1-automation-rules-get.ts +49 -0
  3009. package/src/models/operations/list-sessions-api-v1-ai-sessions-get.ts +63 -0
  3010. package/src/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +42 -0
  3011. package/src/models/operations/list-space-versions-api-v1-space-space-id-versions-get.ts +42 -0
  3012. package/src/models/operations/list-user-rooms-api-v1-chat-rooms-get.ts +42 -0
  3013. package/src/models/operations/list-workflow-executions-api-v1-ai-workflows-get.ts +64 -0
  3014. package/src/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +42 -0
  3015. package/src/models/operations/patch-event-content-api-v1-event-event-id-content-patch.ts +46 -0
  3016. package/src/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.ts +49 -0
  3017. package/src/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.ts +45 -0
  3018. package/src/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.ts +46 -0
  3019. package/src/models/operations/publish-event-api-v1-event-event-id-publish-patch.ts +42 -0
  3020. package/src/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.ts +42 -0
  3021. package/src/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +49 -0
  3022. package/src/models/operations/publish-place-api-v1-place-place-id-publish-patch.ts +42 -0
  3023. package/src/models/operations/publish-space-api-v1-space-space-id-publish-patch.ts +42 -0
  3024. package/src/models/operations/publish-space-api-v1-space-space-id-publish-post.ts +42 -0
  3025. package/src/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +45 -0
  3026. package/src/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +49 -0
  3027. package/src/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +49 -0
  3028. package/src/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +49 -0
  3029. package/src/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +48 -0
  3030. package/src/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +42 -0
  3031. package/src/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +49 -0
  3032. package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +49 -0
  3033. package/src/models/operations/remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +53 -0
  3034. package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +49 -0
  3035. package/src/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +46 -0
  3036. package/src/models/operations/remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +53 -0
  3037. package/src/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +49 -0
  3038. package/src/models/operations/rollback-space-api-v1-space-space-id-rollback-post.ts +46 -0
  3039. package/src/models/operations/search-contacts-api-v1-contacts-search-get.ts +49 -0
  3040. package/src/models/operations/search-users-api-v1-user-search-get.ts +61 -0
  3041. package/src/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.ts +48 -0
  3042. package/src/models/operations/send-message-api-v1-chat-room-id-messages-post.ts +48 -0
  3043. package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +46 -0
  3044. package/src/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +46 -0
  3045. package/src/models/operations/transfer-event-api-v1-event-event-id-transfer-post.ts +46 -0
  3046. package/src/models/operations/transfer-space-api-v1-space-space-id-transfer-post.ts +46 -0
  3047. package/src/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +45 -0
  3048. package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +88 -0
  3049. package/src/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +45 -0
  3050. package/src/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.ts +42 -0
  3051. package/src/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +55 -0
  3052. package/src/models/operations/update-booking-api-v1-booking-booking-id-put.ts +46 -0
  3053. package/src/models/operations/update-contact-api-v1-contacts-contact-id-put.ts +46 -0
  3054. package/src/models/operations/update-cover-api-v1-event-event-id-cover-patch.ts +46 -0
  3055. package/src/models/operations/update-event-api-v1-event-event-id-put.ts +46 -0
  3056. package/src/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +53 -0
  3057. package/src/models/operations/update-event-location-api-v1-events-event-id-location-put.ts +45 -0
  3058. package/src/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.ts +46 -0
  3059. package/src/models/operations/update-place-api-v1-place-place-id-put.ts +46 -0
  3060. package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +46 -0
  3061. package/src/models/operations/update-room-api-v1-chat-rooms-room-id-patch.ts +46 -0
  3062. package/src/models/operations/update-rule-api-v1-automation-rules-rule-id-put.ts +46 -0
  3063. package/src/models/operations/update-space-api-v1-space-space-id-put.ts +46 -0
  3064. package/src/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +50 -0
  3065. package/src/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.ts +46 -0
  3066. package/src/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +50 -0
  3067. package/src/models/operations/validate-timezone-api-v1-event-timezones-validate-get.ts +34 -0
  3068. package/src/models/org-cost-detail-response.ts +51 -0
  3069. package/src/models/org-cost-summary.ts +78 -0
  3070. package/src/models/organization-read.ts +49 -0
  3071. package/src/models/organization-response.ts +49 -0
  3072. package/src/models/paginated-event-list-response.ts +40 -0
  3073. package/src/models/paginated-space-list-response-dto.ts +78 -0
  3074. package/src/models/pagination-meta.ts +69 -0
  3075. package/src/models/permission-audit-stats.ts +101 -0
  3076. package/src/models/permission-response.ts +39 -0
  3077. package/src/models/place-analytic-total.ts +39 -0
  3078. package/src/models/publish-event-with-notifications-request.ts +50 -0
  3079. package/src/models/pulse-dto.ts +42 -0
  3080. package/src/models/role-list-response.ts +69 -0
  3081. package/src/models/role-response.ts +70 -0
  3082. package/src/models/rollback-space-request.ts +44 -0
  3083. package/src/models/room-list-response.ts +51 -0
  3084. package/src/models/room-response.ts +61 -0
  3085. package/src/models/room-type.ts +18 -0
  3086. package/src/models/rule-list-response.ts +37 -0
  3087. package/src/models/rule-response.ts +80 -0
  3088. package/src/models/section-content-read.ts +68 -0
  3089. package/src/models/section-identification-read.ts +50 -0
  3090. package/src/models/section-settings-read.ts +79 -0
  3091. package/src/models/security.ts +38 -0
  3092. package/src/models/send-message-response.ts +77 -0
  3093. package/src/models/sender-profile.ts +64 -0
  3094. package/src/models/session-cost-breakdown.ts +77 -0
  3095. package/src/models/session-list-response.ts +53 -0
  3096. package/src/models/session-status.ts +31 -0
  3097. package/src/models/set-permissions-request.ts +41 -0
  3098. package/src/models/space-analytic-total.ts +39 -0
  3099. package/src/models/space-contact-create.ts +44 -0
  3100. package/src/models/space-contact-info.ts +84 -0
  3101. package/src/models/space-contact-list.ts +46 -0
  3102. package/src/models/space-contact-read.ts +77 -0
  3103. package/src/models/space-event-create.ts +44 -0
  3104. package/src/models/space-event-info.ts +76 -0
  3105. package/src/models/space-event-list.ts +46 -0
  3106. package/src/models/space-event-read.ts +88 -0
  3107. package/src/models/space-hierarchy-item.ts +57 -0
  3108. package/src/models/space-inheritance-settings.ts +51 -0
  3109. package/src/models/space-member-response.ts +73 -0
  3110. package/src/models/space-role-create.ts +34 -0
  3111. package/src/models/space-role-permission-assign.ts +41 -0
  3112. package/src/models/space-role-read.ts +59 -0
  3113. package/src/models/space-role-update.ts +34 -0
  3114. package/src/models/space-role.ts +28 -0
  3115. package/src/models/space-story-dto.ts +75 -0
  3116. package/src/models/space-version-contact.ts +47 -0
  3117. package/src/models/space-version-list-response.ts +40 -0
  3118. package/src/models/space-version-member.ts +53 -0
  3119. package/src/models/space-version-profile.ts +49 -0
  3120. package/src/models/space-version-read.ts +98 -0
  3121. package/src/models/space-with-relationships-response.ts +66 -0
  3122. package/src/models/start-workflow-async-response.ts +58 -0
  3123. package/src/models/start-workflow-request.ts +71 -0
  3124. package/src/models/sub-space-display-data.ts +54 -0
  3125. package/src/models/task-metadata.ts +121 -0
  3126. package/src/models/toggle-favorite-request.ts +44 -0
  3127. package/src/models/token-usage.ts +42 -0
  3128. package/src/models/transfer-event-request.ts +41 -0
  3129. package/src/models/transfer-space-request.ts +41 -0
  3130. package/src/models/transfer-space-response.ts +53 -0
  3131. package/src/models/update-booking-request.ts +69 -0
  3132. package/src/models/update-contact-request.ts +190 -0
  3133. package/src/models/update-event-content-request.ts +44 -0
  3134. package/src/models/update-event-identification-request.ts +41 -0
  3135. package/src/models/update-event-settings-request.ts +48 -0
  3136. package/src/models/update-organization-request.ts +44 -0
  3137. package/src/models/update-parent-request.ts +44 -0
  3138. package/src/models/update-place-request.ts +51 -0
  3139. package/src/models/update-place-response-dto.ts +54 -0
  3140. package/src/models/update-profile-request.ts +53 -0
  3141. package/src/models/update-role-request.ts +39 -0
  3142. package/src/models/update-room-request.ts +51 -0
  3143. package/src/models/update-rule-request.ts +57 -0
  3144. package/src/models/update-space-member-role-request.ts +39 -0
  3145. package/src/models/update-space-response-dto.ts +67 -0
  3146. package/src/models/user-context-response.ts +61 -0
  3147. package/src/models/user-cost-breakdown.ts +60 -0
  3148. package/src/models/user-profile-response.ts +75 -0
  3149. package/src/models/user-search-response-dto.ts +69 -0
  3150. package/src/models/validation-error.ts +54 -0
  3151. package/src/models/version-comparison-response.ts +53 -0
  3152. package/src/models/workflow-execution-list-response.ts +53 -0
  3153. package/src/models/workflow-execution-response.ts +123 -0
  3154. package/src/models/workflow-status.ts +33 -0
  3155. package/src/models/workflow-type.ts +28 -0
  3156. package/src/sdk/ai-agent.ts +234 -0
  3157. package/src/sdk/analytic.ts +35 -0
  3158. package/src/sdk/audit-logs.ts +82 -0
  3159. package/src/sdk/auth-context.ts +28 -0
  3160. package/src/sdk/automation-cron.ts +80 -0
  3161. package/src/sdk/automation-metadata.ts +123 -0
  3162. package/src/sdk/automation-rules.ts +379 -0
  3163. package/src/sdk/booking.ts +141 -0
  3164. package/src/sdk/chat-messages.ts +104 -0
  3165. package/src/sdk/chat-rooms.ts +133 -0
  3166. package/src/sdk/contacts.ts +139 -0
  3167. package/src/sdk/custom-roles.ts +228 -0
  3168. package/src/sdk/event-attendees.ts +184 -0
  3169. package/src/sdk/event-documents.ts +71 -0
  3170. package/src/sdk/event-location.ts +50 -0
  3171. package/src/sdk/event-timeline.ts +121 -0
  3172. package/src/sdk/event.ts +587 -0
  3173. package/src/sdk/health.ts +32 -0
  3174. package/src/sdk/index.ts +5 -0
  3175. package/src/sdk/organizations.ts +197 -0
  3176. package/src/sdk/permissions.ts +49 -0
  3177. package/src/sdk/place.ts +115 -0
  3178. package/src/sdk/public-events.ts +31 -0
  3179. package/src/sdk/realtime.ts +51 -0
  3180. package/src/sdk/sdk.ts +357 -0
  3181. package/src/sdk/space-contacts.ts +254 -0
  3182. package/src/sdk/space-documents.ts +71 -0
  3183. package/src/sdk/space-events.ts +244 -0
  3184. package/src/sdk/space-member-roles.ts +80 -0
  3185. package/src/sdk/space-roles.ts +167 -0
  3186. package/src/sdk/space.ts +815 -0
  3187. package/src/sdk/timezones.ts +58 -0
  3188. package/src/sdk/user.ts +206 -0
  3189. package/src/types/async.ts +68 -0
  3190. package/src/types/blobs.ts +33 -0
  3191. package/src/types/const-date-time.ts +15 -0
  3192. package/src/types/default-to-zero-value.ts +33 -0
  3193. package/src/types/enums.ts +45 -0
  3194. package/src/types/fp.ts +50 -0
  3195. package/src/types/index.ts +13 -0
  3196. package/src/types/operations.ts +105 -0
  3197. package/src/types/primitives.ts +168 -0
  3198. package/src/types/rfcdate.ts +54 -0
  3199. package/src/types/smart-union.ts +153 -0
  3200. package/src/types/streams.ts +21 -0
  3201. package/src/types/unrecognized.ts +35 -0
@@ -0,0 +1,815 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import { spaceAddSpaceMemberApiV1SpaceSpaceIdMembersPost } from "../funcs/space-add-space-member-api-v1-space-space-id-members-post.js";
6
+ import { spaceArchiveSpaceApiV1SpaceSpaceIdArchivePatch } from "../funcs/space-archive-space-api-v1-space-space-id-archive-patch.js";
7
+ import {
8
+ spaceAssignPermissionToSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPost,
9
+ } from "../funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js";
10
+ import { spaceAssignUserToSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesPost } from "../funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js";
11
+ import { spaceBulkUpdateSpaceParentApiV1SpaceBulkParentPatch } from "../funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js";
12
+ import { spaceCompareSpaceVersionsApiV1SpaceSpaceIdVersionsCompareGet } from "../funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js";
13
+ import { spaceCreateSpaceApiV1SpacePost } from "../funcs/space-create-space-api-v1-space-post.js";
14
+ import { spaceCreateSpaceRoleApiV1SpaceSpacesSpaceIdRolesPost } from "../funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js";
15
+ import { spaceCreateSpaceWithParentApiV1SpaceWithParentPost } from "../funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js";
16
+ import { spaceDeleteSpaceApiV1SpaceSpaceIdDelete } from "../funcs/space-delete-space-api-v1-space-space-id-delete.js";
17
+ import { spaceDeleteSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdDelete } from "../funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js";
18
+ import { spaceDetachSpaceFromParentApiV1SpaceSpaceIdParentDelete } from "../funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js";
19
+ import { spaceGetJoinableSpacesByUserApiV1SpaceByUserUserIdJoinableGet } from "../funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js";
20
+ import { spaceGetLatestSpaceVersionApiV1SpaceSpaceIdVersionsLatestGet } from "../funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js";
21
+ import { spaceGetSpaceByIdApiV1SpaceSpaceIdGet } from "../funcs/space-get-space-by-id-api-v1-space-space-id-get.js";
22
+ import { spaceGetSpaceChildrenApiV1SpaceSpaceIdChildrenGet } from "../funcs/space-get-space-children-api-v1-space-space-id-children-get.js";
23
+ import { spaceGetSpaceHierarchyApiV1SpaceSpaceIdHierarchyGet } from "../funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js";
24
+ import { spaceGetSpaceListApiV1SpaceGet } from "../funcs/space-get-space-list-api-v1-space-get.js";
25
+ import { spaceGetSpaceMembersApiV1SpaceSpaceIdMembersGet } from "../funcs/space-get-space-members-api-v1-space-space-id-members-get.js";
26
+ import { spaceGetSpaceParentApiV1SpaceSpaceIdParentGet } from "../funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js";
27
+ import { spaceGetSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdGet } from "../funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js";
28
+ import { spaceGetSpaceVersionApiV1SpaceSpaceIdVersionsVersionNumberGet } from "../funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js";
29
+ import { spaceGetUserSpaceRolesApiV1SpaceSpacesSpaceIdMembersUserIdRolesGet } from "../funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js";
30
+ import { spaceJoinSpaceApiV1SpaceSpaceIdJoinPost } from "../funcs/space-join-space-api-v1-space-space-id-join-post.js";
31
+ import { spaceListSpaceRolesApiV1SpaceSpacesSpaceIdRolesGet } from "../funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js";
32
+ import { spaceListSpaceVersionsApiV1SpaceSpaceIdVersionsGet } from "../funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js";
33
+ import { spacePublishSpaceApiV1SpaceSpaceIdPublishPatch } from "../funcs/space-publish-space-api-v1-space-space-id-publish-patch.js";
34
+ import { spacePublishSpaceApiV1SpaceSpaceIdPublishPost } from "../funcs/space-publish-space-api-v1-space-space-id-publish-post.js";
35
+ import {
36
+ spaceRemovePermissionFromSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPermissionIdDelete,
37
+ } from "../funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js";
38
+ import { spaceRemoveSpaceMemberApiV1SpaceSpaceIdMembersUserIdDelete } from "../funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js";
39
+ import {
40
+ spaceRemoveUserFromSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesSpaceRoleIdDelete,
41
+ } from "../funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js";
42
+ import { spaceRollbackSpaceApiV1SpaceSpaceIdRollbackPost } from "../funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js";
43
+ import { spaceTestAuthApiV1SpaceTestAuthGet } from "../funcs/space-test-auth-api-v1-space-test-auth-get.js";
44
+ import { spaceTransferSpaceApiV1SpaceSpaceIdTransferPost } from "../funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js";
45
+ import { spaceUnpublishSpaceApiV1SpaceSpaceIdUnpublishPost } from "../funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js";
46
+ import { spaceUpdateSpaceApiV1SpaceSpaceIdPut } from "../funcs/space-update-space-api-v1-space-space-id-put.js";
47
+ import { spaceUpdateSpaceMemberRoleApiV1SpaceSpaceIdMembersUserIdPatch } from "../funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js";
48
+ import { spaceUpdateSpaceParentApiV1SpaceSpaceIdParentPatch } from "../funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js";
49
+ import { spaceUpdateSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPut } from "../funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js";
50
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
51
+ import * as models from "../models/index.js";
52
+ import * as operations from "../models/operations/index.js";
53
+ import { unwrapAsync } from "../types/fp.js";
54
+
55
+ export class Space extends ClientSDK {
56
+ /**
57
+ * Test Auth
58
+ *
59
+ * @remarks
60
+ * Test endpoint to verify authentication
61
+ */
62
+ async testAuthApiV1SpaceTestAuthGet(
63
+ options?: RequestOptions,
64
+ ): Promise<any> {
65
+ return unwrapAsync(spaceTestAuthApiV1SpaceTestAuthGet(
66
+ this,
67
+ options,
68
+ ));
69
+ }
70
+
71
+ /**
72
+ * Get Space List
73
+ */
74
+ async getSpaceListApiV1SpaceGet(
75
+ request?: operations.GetSpaceListApiV1SpaceGetRequest | undefined,
76
+ options?: RequestOptions,
77
+ ): Promise<models.PaginatedSpaceListResponseDTO> {
78
+ return unwrapAsync(spaceGetSpaceListApiV1SpaceGet(
79
+ this,
80
+ request,
81
+ options,
82
+ ));
83
+ }
84
+
85
+ /**
86
+ * Create Space
87
+ */
88
+ async createSpaceApiV1SpacePost(
89
+ request: models.CreateSpaceRequest,
90
+ options?: RequestOptions,
91
+ ): Promise<models.CreateSpaceResponseDTO> {
92
+ return unwrapAsync(spaceCreateSpaceApiV1SpacePost(
93
+ this,
94
+ request,
95
+ options,
96
+ ));
97
+ }
98
+
99
+ /**
100
+ * Get Space By Id
101
+ */
102
+ async getSpaceByIdApiV1SpaceSpaceIdGet(
103
+ request: operations.GetSpaceByIdApiV1SpaceSpaceIdGetRequest,
104
+ options?: RequestOptions,
105
+ ): Promise<models.GetSpaceListResponseDTO> {
106
+ return unwrapAsync(spaceGetSpaceByIdApiV1SpaceSpaceIdGet(
107
+ this,
108
+ request,
109
+ options,
110
+ ));
111
+ }
112
+
113
+ /**
114
+ * Update Space
115
+ */
116
+ async updateSpaceApiV1SpaceSpaceIdPut(
117
+ request: operations.UpdateSpaceApiV1SpaceSpaceIdPutRequest,
118
+ options?: RequestOptions,
119
+ ): Promise<models.UpdateSpaceResponseDTO> {
120
+ return unwrapAsync(spaceUpdateSpaceApiV1SpaceSpaceIdPut(
121
+ this,
122
+ request,
123
+ options,
124
+ ));
125
+ }
126
+
127
+ /**
128
+ * Delete Space
129
+ */
130
+ async deleteSpaceApiV1SpaceSpaceIdDelete(
131
+ request: operations.DeleteSpaceApiV1SpaceSpaceIdDeleteRequest,
132
+ options?: RequestOptions,
133
+ ): Promise<any> {
134
+ return unwrapAsync(spaceDeleteSpaceApiV1SpaceSpaceIdDelete(
135
+ this,
136
+ request,
137
+ options,
138
+ ));
139
+ }
140
+
141
+ /**
142
+ * Create Space With Parent
143
+ *
144
+ * @remarks
145
+ * Create a space with parent relationship and inheritance settings
146
+ */
147
+ async createSpaceWithParentApiV1SpaceWithParentPost(
148
+ request: models.CreateSpaceWithParentRequest,
149
+ options?: RequestOptions,
150
+ ): Promise<models.CreateSpaceResponseDTO> {
151
+ return unwrapAsync(spaceCreateSpaceWithParentApiV1SpaceWithParentPost(
152
+ this,
153
+ request,
154
+ options,
155
+ ));
156
+ }
157
+
158
+ /**
159
+ * Publish space
160
+ *
161
+ * @remarks
162
+ * Publish current space state as immutable version for community discovery
163
+ */
164
+ async publishSpaceApiV1SpaceSpaceIdPublishPost(
165
+ request: operations.PublishSpaceApiV1SpaceSpaceIdPublishPostRequest,
166
+ options?: RequestOptions,
167
+ ): Promise<models.SpaceVersionRead> {
168
+ return unwrapAsync(spacePublishSpaceApiV1SpaceSpaceIdPublishPost(
169
+ this,
170
+ request,
171
+ options,
172
+ ));
173
+ }
174
+
175
+ /**
176
+ * Publish Space
177
+ */
178
+ async publishSpaceApiV1SpaceSpaceIdPublishPatch(
179
+ request: operations.PublishSpaceApiV1SpaceSpaceIdPublishPatchRequest,
180
+ options?: RequestOptions,
181
+ ): Promise<any> {
182
+ return unwrapAsync(spacePublishSpaceApiV1SpaceSpaceIdPublishPatch(
183
+ this,
184
+ request,
185
+ options,
186
+ ));
187
+ }
188
+
189
+ /**
190
+ * Archive Space
191
+ */
192
+ async archiveSpaceApiV1SpaceSpaceIdArchivePatch(
193
+ request: operations.ArchiveSpaceApiV1SpaceSpaceIdArchivePatchRequest,
194
+ options?: RequestOptions,
195
+ ): Promise<any> {
196
+ return unwrapAsync(spaceArchiveSpaceApiV1SpaceSpaceIdArchivePatch(
197
+ this,
198
+ request,
199
+ options,
200
+ ));
201
+ }
202
+
203
+ /**
204
+ * Get Space Members
205
+ *
206
+ * @remarks
207
+ * Get all members of a space
208
+ */
209
+ async getSpaceMembersApiV1SpaceSpaceIdMembersGet(
210
+ request: operations.GetSpaceMembersApiV1SpaceSpaceIdMembersGetRequest,
211
+ options?: RequestOptions,
212
+ ): Promise<Array<models.SpaceMemberResponse>> {
213
+ return unwrapAsync(spaceGetSpaceMembersApiV1SpaceSpaceIdMembersGet(
214
+ this,
215
+ request,
216
+ options,
217
+ ));
218
+ }
219
+
220
+ /**
221
+ * Add Space Member
222
+ *
223
+ * @remarks
224
+ * Add a member to a space
225
+ */
226
+ async addSpaceMemberApiV1SpaceSpaceIdMembersPost(
227
+ request: operations.AddSpaceMemberApiV1SpaceSpaceIdMembersPostRequest,
228
+ options?: RequestOptions,
229
+ ): Promise<models.SpaceMemberResponse> {
230
+ return unwrapAsync(spaceAddSpaceMemberApiV1SpaceSpaceIdMembersPost(
231
+ this,
232
+ request,
233
+ options,
234
+ ));
235
+ }
236
+
237
+ /**
238
+ * Remove Space Member
239
+ *
240
+ * @remarks
241
+ * Remove a member from a space
242
+ */
243
+ async removeSpaceMemberApiV1SpaceSpaceIdMembersUserIdDelete(
244
+ request:
245
+ operations.RemoveSpaceMemberApiV1SpaceSpaceIdMembersUserIdDeleteRequest,
246
+ options?: RequestOptions,
247
+ ): Promise<any> {
248
+ return unwrapAsync(
249
+ spaceRemoveSpaceMemberApiV1SpaceSpaceIdMembersUserIdDelete(
250
+ this,
251
+ request,
252
+ options,
253
+ ),
254
+ );
255
+ }
256
+
257
+ /**
258
+ * Update Space Member Role
259
+ *
260
+ * @remarks
261
+ * Update a space member's role
262
+ */
263
+ async updateSpaceMemberRoleApiV1SpaceSpaceIdMembersUserIdPatch(
264
+ request:
265
+ operations.UpdateSpaceMemberRoleApiV1SpaceSpaceIdMembersUserIdPatchRequest,
266
+ options?: RequestOptions,
267
+ ): Promise<models.SpaceMemberResponse> {
268
+ return unwrapAsync(
269
+ spaceUpdateSpaceMemberRoleApiV1SpaceSpaceIdMembersUserIdPatch(
270
+ this,
271
+ request,
272
+ options,
273
+ ),
274
+ );
275
+ }
276
+
277
+ /**
278
+ * Get Joinable Spaces By User
279
+ *
280
+ * @remarks
281
+ * Get spaces owned by a user that the current viewer can join.
282
+ *
283
+ * This endpoint returns spaces where the target user is an owner and the current
284
+ * viewer has permission to join based on visibility rules:
285
+ * - PUBLIC: Always visible to all users
286
+ * - TENANT: Visible only to users in the same organization
287
+ * - MEMBERS_ONLY: Excluded from joinable list (requires approval)
288
+ *
289
+ * Args:
290
+ * user_id: UUID string of the user whose spaces to retrieve
291
+ * limit: Maximum number of spaces to return (default: 10, max: 12)
292
+ * prev: Previous ID for cursor-based pagination
293
+ * sort_by: Field to sort by (default: "created_at")
294
+ * sort_order: Sort order - "asc" or "desc" (default: "desc")
295
+ *
296
+ * Returns:
297
+ * List[GetSpaceListResponseDTO]: List of joinable spaces
298
+ *
299
+ * Raises:
300
+ * HTTPException: 401 for unauthorized access, 500 for server errors
301
+ */
302
+ async getJoinableSpacesByUserApiV1SpaceByUserUserIdJoinableGet(
303
+ request:
304
+ operations.GetJoinableSpacesByUserApiV1SpaceByUserUserIdJoinableGetRequest,
305
+ options?: RequestOptions,
306
+ ): Promise<Array<models.GetSpaceListResponseDTO>> {
307
+ return unwrapAsync(
308
+ spaceGetJoinableSpacesByUserApiV1SpaceByUserUserIdJoinableGet(
309
+ this,
310
+ request,
311
+ options,
312
+ ),
313
+ );
314
+ }
315
+
316
+ /**
317
+ * Join Space
318
+ *
319
+ * @remarks
320
+ * Self-join the current user to a space if permitted.
321
+ *
322
+ * This endpoint allows the current user to join a space based on visibility rules:
323
+ * - PUBLIC: Anyone can join
324
+ * - TENANT: Only users in the same organization can join
325
+ * - MEMBERS_ONLY: Requires approval (returns 403)
326
+ *
327
+ * Args:
328
+ * space_id: ID of the space to join
329
+ *
330
+ * Returns:
331
+ * SpaceMemberResponse: Membership information after successful join
332
+ *
333
+ * Raises:
334
+ * HTTPException:
335
+ * - 404: Space not found
336
+ * - 403: Permission denied (wrong tenant or members-only space)
337
+ * - 409: Already a member
338
+ * - 500: Server error
339
+ */
340
+ async joinSpaceApiV1SpaceSpaceIdJoinPost(
341
+ request: operations.JoinSpaceApiV1SpaceSpaceIdJoinPostRequest,
342
+ options?: RequestOptions,
343
+ ): Promise<models.SpaceMemberResponse> {
344
+ return unwrapAsync(spaceJoinSpaceApiV1SpaceSpaceIdJoinPost(
345
+ this,
346
+ request,
347
+ options,
348
+ ));
349
+ }
350
+
351
+ /**
352
+ * Transfer Space
353
+ *
354
+ * @remarks
355
+ * Transfer a personal space to an organization.
356
+ *
357
+ * This endpoint allows the creator of a personal space to transfer ownership
358
+ * to an organization they are a member of with owner or admin privileges.
359
+ *
360
+ * Requirements:
361
+ * - Space must be personal (org_id IS NULL)
362
+ * - Caller must be the space creator
363
+ * - Caller must be owner or admin of the target organization
364
+ *
365
+ * Args:
366
+ * space_id: ID of the space to transfer
367
+ * request: Transfer request containing target_org_id
368
+ *
369
+ * Returns:
370
+ * TransferSpaceResponse: Transfer status and metadata
371
+ *
372
+ * Raises:
373
+ * HTTPException:
374
+ * - 400: Invalid request (already org-scoped, not creator, etc.)
375
+ * - 403: Permission denied (not org owner/admin)
376
+ * - 404: Space or organization not found
377
+ * - 500: Server error
378
+ */
379
+ async transferSpaceApiV1SpaceSpaceIdTransferPost(
380
+ request: operations.TransferSpaceApiV1SpaceSpaceIdTransferPostRequest,
381
+ options?: RequestOptions,
382
+ ): Promise<models.TransferSpaceResponse> {
383
+ return unwrapAsync(spaceTransferSpaceApiV1SpaceSpaceIdTransferPost(
384
+ this,
385
+ request,
386
+ options,
387
+ ));
388
+ }
389
+
390
+ /**
391
+ * Get Space Children
392
+ *
393
+ * @remarks
394
+ * Get all child spaces of a given space
395
+ */
396
+ async getSpaceChildrenApiV1SpaceSpaceIdChildrenGet(
397
+ request: operations.GetSpaceChildrenApiV1SpaceSpaceIdChildrenGetRequest,
398
+ options?: RequestOptions,
399
+ ): Promise<Array<models.SubSpaceDisplayData>> {
400
+ return unwrapAsync(spaceGetSpaceChildrenApiV1SpaceSpaceIdChildrenGet(
401
+ this,
402
+ request,
403
+ options,
404
+ ));
405
+ }
406
+
407
+ /**
408
+ * Get Space Parent
409
+ *
410
+ * @remarks
411
+ * Get the parent space of a given space
412
+ */
413
+ async getSpaceParentApiV1SpaceSpaceIdParentGet(
414
+ request: operations.GetSpaceParentApiV1SpaceSpaceIdParentGetRequest,
415
+ options?: RequestOptions,
416
+ ): Promise<models.GetSpaceListResponseDTO> {
417
+ return unwrapAsync(spaceGetSpaceParentApiV1SpaceSpaceIdParentGet(
418
+ this,
419
+ request,
420
+ options,
421
+ ));
422
+ }
423
+
424
+ /**
425
+ * Detach Space From Parent
426
+ *
427
+ * @remarks
428
+ * Detach a space from its parent, making it standalone
429
+ */
430
+ async detachSpaceFromParentApiV1SpaceSpaceIdParentDelete(
431
+ request:
432
+ operations.DetachSpaceFromParentApiV1SpaceSpaceIdParentDeleteRequest,
433
+ options?: RequestOptions,
434
+ ): Promise<models.GetSpaceListResponseDTO> {
435
+ return unwrapAsync(spaceDetachSpaceFromParentApiV1SpaceSpaceIdParentDelete(
436
+ this,
437
+ request,
438
+ options,
439
+ ));
440
+ }
441
+
442
+ /**
443
+ * Update Space Parent
444
+ *
445
+ * @remarks
446
+ * Update the parent relationship of a space
447
+ */
448
+ async updateSpaceParentApiV1SpaceSpaceIdParentPatch(
449
+ request: operations.UpdateSpaceParentApiV1SpaceSpaceIdParentPatchRequest,
450
+ options?: RequestOptions,
451
+ ): Promise<models.SpaceWithRelationshipsResponse> {
452
+ return unwrapAsync(spaceUpdateSpaceParentApiV1SpaceSpaceIdParentPatch(
453
+ this,
454
+ request,
455
+ options,
456
+ ));
457
+ }
458
+
459
+ /**
460
+ * Get Space Hierarchy
461
+ *
462
+ * @remarks
463
+ * Get the full hierarchy tree starting from a given space
464
+ */
465
+ async getSpaceHierarchyApiV1SpaceSpaceIdHierarchyGet(
466
+ request: operations.GetSpaceHierarchyApiV1SpaceSpaceIdHierarchyGetRequest,
467
+ options?: RequestOptions,
468
+ ): Promise<models.SpaceHierarchyItem> {
469
+ return unwrapAsync(spaceGetSpaceHierarchyApiV1SpaceSpaceIdHierarchyGet(
470
+ this,
471
+ request,
472
+ options,
473
+ ));
474
+ }
475
+
476
+ /**
477
+ * Bulk Update Space Parent
478
+ *
479
+ * @remarks
480
+ * Bulk update parent relationship for multiple spaces
481
+ */
482
+ async bulkUpdateSpaceParentApiV1SpaceBulkParentPatch(
483
+ request: models.BulkUpdateParentRequest,
484
+ options?: RequestOptions,
485
+ ): Promise<Array<models.SpaceWithRelationshipsResponse>> {
486
+ return unwrapAsync(spaceBulkUpdateSpaceParentApiV1SpaceBulkParentPatch(
487
+ this,
488
+ request,
489
+ options,
490
+ ));
491
+ }
492
+
493
+ /**
494
+ * Unpublish space
495
+ *
496
+ * @remarks
497
+ * Mark space as draft (unpublished), preserving version history
498
+ */
499
+ async unpublishSpaceApiV1SpaceSpaceIdUnpublishPost(
500
+ request: operations.UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest,
501
+ options?: RequestOptions,
502
+ ): Promise<void> {
503
+ return unwrapAsync(spaceUnpublishSpaceApiV1SpaceSpaceIdUnpublishPost(
504
+ this,
505
+ request,
506
+ options,
507
+ ));
508
+ }
509
+
510
+ /**
511
+ * List space versions
512
+ *
513
+ * @remarks
514
+ * Get all published versions of a space
515
+ */
516
+ async listSpaceVersionsApiV1SpaceSpaceIdVersionsGet(
517
+ request: operations.ListSpaceVersionsApiV1SpaceSpaceIdVersionsGetRequest,
518
+ options?: RequestOptions,
519
+ ): Promise<models.SpaceVersionListResponse> {
520
+ return unwrapAsync(spaceListSpaceVersionsApiV1SpaceSpaceIdVersionsGet(
521
+ this,
522
+ request,
523
+ options,
524
+ ));
525
+ }
526
+
527
+ /**
528
+ * Get latest published space version
529
+ *
530
+ * @remarks
531
+ * Retrieve the most recent published version of a space
532
+ */
533
+ async getLatestSpaceVersionApiV1SpaceSpaceIdVersionsLatestGet(
534
+ request:
535
+ operations.GetLatestSpaceVersionApiV1SpaceSpaceIdVersionsLatestGetRequest,
536
+ options?: RequestOptions,
537
+ ): Promise<models.SpaceVersionRead> {
538
+ return unwrapAsync(
539
+ spaceGetLatestSpaceVersionApiV1SpaceSpaceIdVersionsLatestGet(
540
+ this,
541
+ request,
542
+ options,
543
+ ),
544
+ );
545
+ }
546
+
547
+ /**
548
+ * Get specific space version
549
+ *
550
+ * @remarks
551
+ * Retrieve a specific published version of a space
552
+ */
553
+ async getSpaceVersionApiV1SpaceSpaceIdVersionsVersionNumberGet(
554
+ request:
555
+ operations.GetSpaceVersionApiV1SpaceSpaceIdVersionsVersionNumberGetRequest,
556
+ options?: RequestOptions,
557
+ ): Promise<models.SpaceVersionRead> {
558
+ return unwrapAsync(
559
+ spaceGetSpaceVersionApiV1SpaceSpaceIdVersionsVersionNumberGet(
560
+ this,
561
+ request,
562
+ options,
563
+ ),
564
+ );
565
+ }
566
+
567
+ /**
568
+ * Compare space versions
569
+ *
570
+ * @remarks
571
+ * Compare two versions and see what changed
572
+ */
573
+ async compareSpaceVersionsApiV1SpaceSpaceIdVersionsCompareGet(
574
+ request:
575
+ operations.CompareSpaceVersionsApiV1SpaceSpaceIdVersionsCompareGetRequest,
576
+ options?: RequestOptions,
577
+ ): Promise<models.VersionComparisonResponse> {
578
+ return unwrapAsync(
579
+ spaceCompareSpaceVersionsApiV1SpaceSpaceIdVersionsCompareGet(
580
+ this,
581
+ request,
582
+ options,
583
+ ),
584
+ );
585
+ }
586
+
587
+ /**
588
+ * Rollback space to version
589
+ *
590
+ * @remarks
591
+ * Restore space to a specific published version
592
+ */
593
+ async rollbackSpaceApiV1SpaceSpaceIdRollbackPost(
594
+ request: operations.RollbackSpaceApiV1SpaceSpaceIdRollbackPostRequest,
595
+ options?: RequestOptions,
596
+ ): Promise<models.GetSpaceListResponseDTO> {
597
+ return unwrapAsync(spaceRollbackSpaceApiV1SpaceSpaceIdRollbackPost(
598
+ this,
599
+ request,
600
+ options,
601
+ ));
602
+ }
603
+
604
+ /**
605
+ * List Space Roles
606
+ *
607
+ * @remarks
608
+ * List all roles for a space.
609
+ *
610
+ * Requires space read permissions.
611
+ */
612
+ async listSpaceRolesApiV1SpaceSpacesSpaceIdRolesGet(
613
+ request: operations.ListSpaceRolesApiV1SpaceSpacesSpaceIdRolesGetRequest,
614
+ options?: RequestOptions,
615
+ ): Promise<Array<models.SpaceRoleRead>> {
616
+ return unwrapAsync(spaceListSpaceRolesApiV1SpaceSpacesSpaceIdRolesGet(
617
+ this,
618
+ request,
619
+ options,
620
+ ));
621
+ }
622
+
623
+ /**
624
+ * Create Space Role
625
+ *
626
+ * @remarks
627
+ * Create a new role for a space.
628
+ *
629
+ * Requires space management permissions.
630
+ */
631
+ async createSpaceRoleApiV1SpaceSpacesSpaceIdRolesPost(
632
+ request: operations.CreateSpaceRoleApiV1SpaceSpacesSpaceIdRolesPostRequest,
633
+ options?: RequestOptions,
634
+ ): Promise<models.SpaceRoleRead> {
635
+ return unwrapAsync(spaceCreateSpaceRoleApiV1SpaceSpacesSpaceIdRolesPost(
636
+ this,
637
+ request,
638
+ options,
639
+ ));
640
+ }
641
+
642
+ /**
643
+ * Get Space Role
644
+ *
645
+ * @remarks
646
+ * Get a specific space role by ID.
647
+ *
648
+ * Requires space read permissions.
649
+ */
650
+ async getSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdGet(
651
+ request:
652
+ operations.GetSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdGetRequest,
653
+ options?: RequestOptions,
654
+ ): Promise<models.SpaceRoleRead> {
655
+ return unwrapAsync(spaceGetSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdGet(
656
+ this,
657
+ request,
658
+ options,
659
+ ));
660
+ }
661
+
662
+ /**
663
+ * Update Space Role
664
+ *
665
+ * @remarks
666
+ * Update a space role.
667
+ *
668
+ * Requires space management permissions.
669
+ */
670
+ async updateSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPut(
671
+ request:
672
+ operations.UpdateSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPutRequest,
673
+ options?: RequestOptions,
674
+ ): Promise<models.SpaceRoleRead> {
675
+ return unwrapAsync(
676
+ spaceUpdateSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPut(
677
+ this,
678
+ request,
679
+ options,
680
+ ),
681
+ );
682
+ }
683
+
684
+ /**
685
+ * Delete Space Role
686
+ *
687
+ * @remarks
688
+ * Delete a space role.
689
+ *
690
+ * Requires space management permissions.
691
+ */
692
+ async deleteSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdDelete(
693
+ request:
694
+ operations.DeleteSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdDeleteRequest,
695
+ options?: RequestOptions,
696
+ ): Promise<void> {
697
+ return unwrapAsync(
698
+ spaceDeleteSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdDelete(
699
+ this,
700
+ request,
701
+ options,
702
+ ),
703
+ );
704
+ }
705
+
706
+ /**
707
+ * Assign Permission To Space Role
708
+ *
709
+ * @remarks
710
+ * Assign a permission to a space role.
711
+ *
712
+ * Requires space management permissions.
713
+ */
714
+ async assignPermissionToSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPost(
715
+ request:
716
+ operations.AssignPermissionToSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPostRequest,
717
+ options?: RequestOptions,
718
+ ): Promise<any> {
719
+ return unwrapAsync(
720
+ spaceAssignPermissionToSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPost(
721
+ this,
722
+ request,
723
+ options,
724
+ ),
725
+ );
726
+ }
727
+
728
+ /**
729
+ * Remove Permission From Space Role
730
+ *
731
+ * @remarks
732
+ * Remove a permission from a space role.
733
+ *
734
+ * Requires space management permissions.
735
+ */
736
+ async removePermissionFromSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPermissionIdDelete(
737
+ request:
738
+ operations.RemovePermissionFromSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPermissionIdDeleteRequest,
739
+ options?: RequestOptions,
740
+ ): Promise<void> {
741
+ return unwrapAsync(
742
+ spaceRemovePermissionFromSpaceRoleApiV1SpaceSpacesSpaceIdRolesRoleIdPermissionsPermissionIdDelete(
743
+ this,
744
+ request,
745
+ options,
746
+ ),
747
+ );
748
+ }
749
+
750
+ /**
751
+ * Get User Space Roles
752
+ *
753
+ * @remarks
754
+ * Get all space roles for a user in a specific space.
755
+ *
756
+ * Requires space read permissions.
757
+ */
758
+ async getUserSpaceRolesApiV1SpaceSpacesSpaceIdMembersUserIdRolesGet(
759
+ request:
760
+ operations.GetUserSpaceRolesApiV1SpaceSpacesSpaceIdMembersUserIdRolesGetRequest,
761
+ options?: RequestOptions,
762
+ ): Promise<Array<{ [k: string]: any }>> {
763
+ return unwrapAsync(
764
+ spaceGetUserSpaceRolesApiV1SpaceSpacesSpaceIdMembersUserIdRolesGet(
765
+ this,
766
+ request,
767
+ options,
768
+ ),
769
+ );
770
+ }
771
+
772
+ /**
773
+ * Assign User To Space Role
774
+ *
775
+ * @remarks
776
+ * Assign a user to a space role.
777
+ *
778
+ * Requires space member management permissions.
779
+ */
780
+ async assignUserToSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesPost(
781
+ request:
782
+ operations.AssignUserToSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesPostRequest,
783
+ options?: RequestOptions,
784
+ ): Promise<any> {
785
+ return unwrapAsync(
786
+ spaceAssignUserToSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesPost(
787
+ this,
788
+ request,
789
+ options,
790
+ ),
791
+ );
792
+ }
793
+
794
+ /**
795
+ * Remove User From Space Role
796
+ *
797
+ * @remarks
798
+ * Remove a user from a space role.
799
+ *
800
+ * Requires space member management permissions.
801
+ */
802
+ async removeUserFromSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesSpaceRoleIdDelete(
803
+ request:
804
+ operations.RemoveUserFromSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesSpaceRoleIdDeleteRequest,
805
+ options?: RequestOptions,
806
+ ): Promise<void> {
807
+ return unwrapAsync(
808
+ spaceRemoveUserFromSpaceRoleApiV1SpaceSpacesSpaceIdMembersUserIdRolesSpaceRoleIdDelete(
809
+ this,
810
+ request,
811
+ options,
812
+ ),
813
+ );
814
+ }
815
+ }