@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.
- package/FUNCTIONS.md +90 -0
- package/README.md +711 -0
- package/RUNTIMES.md +48 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +19 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +1 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +89 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +1 -0
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +18 -0
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +1 -0
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +82 -0
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +1 -0
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +18 -0
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +1 -0
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +88 -0
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +1 -0
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +19 -0
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +87 -0
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +1 -0
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +88 -0
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +89 -0
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +1 -0
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +19 -0
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +89 -0
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +1 -0
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +19 -0
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +89 -0
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +1 -0
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +19 -0
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +90 -0
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +1 -0
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +19 -0
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +1 -0
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +90 -0
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +82 -0
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +82 -0
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +1 -0
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +14 -0
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +1 -0
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +64 -0
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +1 -0
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +14 -0
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +1 -0
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +64 -0
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +1 -0
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +32 -0
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +1 -0
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +102 -0
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +1 -0
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +35 -0
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +1 -0
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +108 -0
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +1 -0
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +20 -0
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +1 -0
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +70 -0
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +1 -0
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +22 -0
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +73 -0
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +1 -0
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +22 -0
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +1 -0
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +86 -0
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +1 -0
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +20 -0
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +71 -0
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +1 -0
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +18 -0
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +1 -0
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +88 -0
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +1 -0
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +19 -0
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +1 -0
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +90 -0
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +1 -0
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +17 -0
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +68 -0
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +17 -0
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +67 -0
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +19 -0
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +89 -0
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +17 -0
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +68 -0
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +19 -0
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +88 -0
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +21 -0
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +95 -0
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +19 -0
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +89 -0
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +1 -0
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +17 -0
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +68 -0
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +1 -0
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +23 -0
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +92 -0
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +1 -0
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +19 -0
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +1 -0
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +90 -0
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +1 -0
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +44 -0
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +1 -0
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +109 -0
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +1 -0
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +19 -0
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +1 -0
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +90 -0
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +1 -0
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +18 -0
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +1 -0
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +82 -0
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +1 -0
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +18 -0
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +1 -0
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js +82 -0
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +1 -0
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +18 -0
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +1 -0
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +88 -0
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +1 -0
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +19 -0
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +1 -0
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +88 -0
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +1 -0
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +19 -0
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +1 -0
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +91 -0
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +1 -0
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +19 -0
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +1 -0
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +94 -0
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +1 -0
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +19 -0
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +1 -0
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +89 -0
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +1 -0
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +15 -0
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +1 -0
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +85 -0
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +1 -0
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +17 -0
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +85 -0
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +17 -0
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +85 -0
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +1 -0
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +16 -0
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +1 -0
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +90 -0
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +1 -0
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +15 -0
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +1 -0
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +85 -0
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +1 -0
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +16 -0
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +1 -0
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +86 -0
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +1 -0
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +16 -0
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +87 -0
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +1 -0
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +79 -0
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +1 -0
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +79 -0
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +1 -0
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +16 -0
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +85 -0
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +1 -0
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +16 -0
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +86 -0
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +1 -0
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +16 -0
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +84 -0
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +1 -0
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +15 -0
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +89 -0
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +1 -0
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +16 -0
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +86 -0
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +1 -0
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +18 -0
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +1 -0
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +82 -0
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +1 -0
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +18 -0
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +1 -0
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +88 -0
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +1 -0
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +19 -0
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +1 -0
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +88 -0
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +1 -0
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +19 -0
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +1 -0
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +90 -0
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +1 -0
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +19 -0
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +1 -0
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +88 -0
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +1 -0
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +19 -0
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +1 -0
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +90 -0
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +1 -0
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +19 -0
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +1 -0
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +89 -0
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +1 -0
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +18 -0
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +89 -0
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +1 -0
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +18 -0
- 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
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +92 -0
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +1 -0
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +19 -0
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +1 -0
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +87 -0
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +1 -0
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +18 -0
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +1 -0
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +88 -0
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +20 -0
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +71 -0
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +1 -0
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +19 -0
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +89 -0
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +1 -0
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +19 -0
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +1 -0
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +87 -0
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +1 -0
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +18 -0
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +92 -0
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
- 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
- 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
- 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
- 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
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +18 -0
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +89 -0
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +1 -0
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +19 -0
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +1 -0
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +90 -0
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +1 -0
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +15 -0
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +1 -0
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +85 -0
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +1 -0
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +21 -0
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +92 -0
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +1 -0
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +21 -0
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +96 -0
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +1 -0
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +19 -0
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +1 -0
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +93 -0
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +1 -0
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +21 -0
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +1 -0
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +98 -0
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +1 -0
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +18 -0
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +92 -0
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +1 -0
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +20 -0
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +89 -0
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +1 -0
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +20 -0
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +93 -0
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +1 -0
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +19 -0
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +94 -0
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +1 -0
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +18 -0
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +1 -0
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +93 -0
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +1 -0
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts +15 -0
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +1 -0
- package/esm/funcs/event-create-event-api-v1-event-post.js +106 -0
- package/esm/funcs/event-create-event-api-v1-event-post.js.map +1 -0
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +15 -0
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +1 -0
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +84 -0
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +1 -0
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +18 -0
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +1 -0
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +92 -0
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +1 -0
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +18 -0
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +1 -0
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +89 -0
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +1 -0
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +18 -0
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +1 -0
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +92 -0
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +1 -0
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +21 -0
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +1 -0
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +85 -0
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +1 -0
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +23 -0
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +1 -0
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +109 -0
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +1 -0
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +16 -0
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +1 -0
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +85 -0
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +1 -0
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +24 -0
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +1 -0
- package/esm/funcs/event-get-event-list-api-v1-event-get.js +112 -0
- package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +1 -0
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +19 -0
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +1 -0
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +89 -0
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +1 -0
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +19 -0
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +1 -0
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +93 -0
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +1 -0
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +16 -0
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +1 -0
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +96 -0
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +1 -0
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +19 -0
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +1 -0
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +89 -0
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +1 -0
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +16 -0
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +1 -0
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +86 -0
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +1 -0
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +16 -0
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +1 -0
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +86 -0
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +1 -0
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +16 -0
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +1 -0
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +86 -0
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +1 -0
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +23 -0
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +1 -0
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +92 -0
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +1 -0
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +24 -0
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +1 -0
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +73 -0
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +1 -0
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +18 -0
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +1 -0
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +88 -0
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +1 -0
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +19 -0
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +1 -0
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +89 -0
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +1 -0
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +19 -0
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +1 -0
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +90 -0
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +1 -0
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +19 -0
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +1 -0
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +90 -0
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +1 -0
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +19 -0
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +1 -0
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +90 -0
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +1 -0
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +19 -0
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +1 -0
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +90 -0
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +1 -0
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +15 -0
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +1 -0
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +85 -0
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +1 -0
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +18 -0
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +1 -0
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +88 -0
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +1 -0
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +15 -0
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +1 -0
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +86 -0
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +1 -0
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +19 -0
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +1 -0
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +93 -0
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +1 -0
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +19 -0
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +122 -0
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +19 -0
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +89 -0
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +1 -0
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +19 -0
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +94 -0
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -0
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +18 -0
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -0
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +98 -0
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -0
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +18 -0
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -0
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +94 -0
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -0
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +31 -0
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +1 -0
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +100 -0
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +1 -0
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +18 -0
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +1 -0
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +88 -0
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +1 -0
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +16 -0
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +113 -0
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +16 -0
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +1 -0
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +86 -0
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +1 -0
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +29 -0
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +1 -0
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +95 -0
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +1 -0
- package/esm/funcs/get-feature-flags-config-features-get.d.ts +16 -0
- package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +1 -0
- package/esm/funcs/get-feature-flags-config-features-get.js +67 -0
- package/esm/funcs/get-feature-flags-config-features-get.js.map +1 -0
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +20 -0
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +1 -0
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +90 -0
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +1 -0
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +17 -0
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +1 -0
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +68 -0
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +1 -0
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +17 -0
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +1 -0
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +68 -0
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +1 -0
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +17 -0
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +1 -0
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +68 -0
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +1 -0
- package/esm/funcs/health-check-health-get.d.ts +23 -0
- package/esm/funcs/health-check-health-get.d.ts.map +1 -0
- package/esm/funcs/health-check-health-get.js +91 -0
- package/esm/funcs/health-check-health-get.js.map +1 -0
- package/esm/funcs/metrics-metrics-get.d.ts +16 -0
- package/esm/funcs/metrics-metrics-get.d.ts.map +1 -0
- package/esm/funcs/metrics-metrics-get.js +67 -0
- package/esm/funcs/metrics-metrics-get.js.map +1 -0
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts +16 -0
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +1 -0
- package/esm/funcs/notification-health-check-health-notifications-get.js +67 -0
- package/esm/funcs/notification-health-check-health-notifications-get.js.map +1 -0
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +18 -0
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +1 -0
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +88 -0
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +1 -0
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +19 -0
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +1 -0
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +90 -0
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +1 -0
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +18 -0
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +1 -0
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +82 -0
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +1 -0
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +18 -0
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +1 -0
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +92 -0
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +1 -0
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +18 -0
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +1 -0
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +68 -0
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +1 -0
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +19 -0
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +1 -0
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +89 -0
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +1 -0
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +19 -0
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +1 -0
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +89 -0
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +1 -0
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +19 -0
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +1 -0
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +88 -0
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +1 -0
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +19 -0
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +1 -0
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +90 -0
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +1 -0
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +19 -0
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +1 -0
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +89 -0
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +1 -0
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +17 -0
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +1 -0
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +68 -0
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +1 -0
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +15 -0
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +1 -0
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +85 -0
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +1 -0
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts +16 -0
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +1 -0
- package/esm/funcs/place-create-place-api-v1-place-post.js +80 -0
- package/esm/funcs/place-create-place-api-v1-place-post.js.map +1 -0
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +15 -0
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +1 -0
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +84 -0
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +1 -0
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +16 -0
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +1 -0
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +85 -0
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +1 -0
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +16 -0
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +1 -0
- package/esm/funcs/place-get-place-list-api-v1-place-get.js +84 -0
- package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +1 -0
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +15 -0
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +1 -0
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +85 -0
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +1 -0
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +16 -0
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +1 -0
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +86 -0
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +1 -0
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +19 -0
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +1 -0
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +89 -0
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +1 -0
- package/esm/funcs/realtime-get-ws.d.ts +18 -0
- package/esm/funcs/realtime-get-ws.d.ts.map +1 -0
- package/esm/funcs/realtime-get-ws.js +69 -0
- package/esm/funcs/realtime-get-ws.js.map +1 -0
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +25 -0
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +1 -0
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js +76 -0
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +1 -0
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +19 -0
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +1 -0
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +90 -0
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +1 -0
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +15 -0
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +1 -0
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +85 -0
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +1 -0
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +20 -0
- 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
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +95 -0
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +1 -0
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +20 -0
- 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
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +98 -0
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +1 -0
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +18 -0
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +1 -0
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +82 -0
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +1 -0
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +19 -0
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +1 -0
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +94 -0
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +1 -0
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +29 -0
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +1 -0
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +100 -0
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +1 -0
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +29 -0
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +1 -0
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +100 -0
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +1 -0
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +30 -0
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +1 -0
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +99 -0
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +1 -0
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +29 -0
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +97 -0
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +1 -0
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +30 -0
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +105 -0
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +1 -0
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +28 -0
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +95 -0
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +1 -0
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +30 -0
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +105 -0
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +1 -0
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +29 -0
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +94 -0
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +1 -0
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts +15 -0
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +1 -0
- package/esm/funcs/space-create-space-api-v1-space-post.js +79 -0
- package/esm/funcs/space-create-space-api-v1-space-post.js.map +1 -0
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +21 -0
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +1 -0
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +92 -0
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +1 -0
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +18 -0
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +1 -0
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +82 -0
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +1 -0
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +15 -0
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +84 -0
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +1 -0
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +20 -0
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +94 -0
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +1 -0
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +19 -0
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +1 -0
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +89 -0
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +1 -0
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +18 -0
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +1 -0
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +92 -0
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +1 -0
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +18 -0
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +1 -0
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +89 -0
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +1 -0
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +18 -0
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +92 -0
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +1 -0
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +29 -0
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +1 -0
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +100 -0
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +1 -0
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +29 -0
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +100 -0
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +1 -0
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +30 -0
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +102 -0
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +1 -0
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +29 -0
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +1 -0
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +97 -0
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +1 -0
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +30 -0
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +1 -0
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +105 -0
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +1 -0
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +28 -0
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +1 -0
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +98 -0
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +1 -0
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +30 -0
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +1 -0
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +105 -0
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +1 -0
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +29 -0
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +97 -0
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +1 -0
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +38 -0
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +1 -0
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +115 -0
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +1 -0
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +19 -0
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +1 -0
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +89 -0
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +1 -0
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +16 -0
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +85 -0
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +1 -0
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +19 -0
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +89 -0
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +1 -0
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +19 -0
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +89 -0
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +1 -0
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +16 -0
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-list-api-v1-space-get.js +86 -0
- package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +1 -0
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +19 -0
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +89 -0
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +1 -0
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +19 -0
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +89 -0
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +1 -0
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +21 -0
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +95 -0
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +1 -0
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +19 -0
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +1 -0
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +93 -0
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +1 -0
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +22 -0
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +1 -0
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +94 -0
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +1 -0
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +37 -0
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +1 -0
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +106 -0
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +1 -0
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +21 -0
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +1 -0
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +91 -0
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +1 -0
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +19 -0
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +1 -0
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +89 -0
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +1 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +15 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +1 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +85 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +1 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +19 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +1 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +89 -0
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +1 -0
- 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
- 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
- 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
- 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
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +18 -0
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +1 -0
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +92 -0
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +1 -0
- 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
- 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
- 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
- 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
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +19 -0
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +1 -0
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +90 -0
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +1 -0
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +16 -0
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +1 -0
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +67 -0
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +1 -0
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +41 -0
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +1 -0
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +112 -0
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +1 -0
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +18 -0
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +1 -0
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +88 -0
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +1 -0
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +16 -0
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +1 -0
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +86 -0
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +1 -0
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +19 -0
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +1 -0
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +94 -0
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +1 -0
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +19 -0
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +1 -0
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +90 -0
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +1 -0
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +21 -0
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +1 -0
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +96 -0
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +1 -0
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +17 -0
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +1 -0
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +68 -0
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +1 -0
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +17 -0
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +1 -0
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +67 -0
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +1 -0
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +17 -0
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +1 -0
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +67 -0
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +1 -0
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +17 -0
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +1 -0
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +67 -0
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +1 -0
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +16 -0
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +1 -0
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +67 -0
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +1 -0
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +17 -0
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +1 -0
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +67 -0
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +1 -0
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +18 -0
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +1 -0
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +87 -0
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +1 -0
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +16 -0
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +1 -0
- package/esm/funcs/user-get-user-list-api-v1-user-get.js +89 -0
- package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +1 -0
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +31 -0
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +1 -0
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +100 -0
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +1 -0
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +16 -0
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +1 -0
- package/esm/funcs/user-search-users-api-v1-user-search-get.js +86 -0
- package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +1 -0
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +18 -0
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +1 -0
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js +82 -0
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +1 -0
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +18 -0
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +1 -0
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +106 -0
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js.map +1 -0
- package/esm/hooks/hooks.d.ts +25 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +82 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/index.d.ts +3 -0
- package/esm/hooks/index.d.ts.map +1 -0
- package/esm/hooks/index.js +6 -0
- package/esm/hooks/index.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +76 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +8 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +31 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +34 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +21 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +53 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +370 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +13 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +73 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +209 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +59 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +202 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +26 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +103 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +150 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +21 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +57 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +63 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +254 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +83 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +143 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/add-member-request.d.ts +20 -0
- package/esm/models/add-member-request.d.ts.map +1 -0
- package/esm/models/add-member-request.js +18 -0
- package/esm/models/add-member-request.js.map +1 -0
- package/esm/models/add-permission-request.d.ts +15 -0
- package/esm/models/add-permission-request.d.ts.map +1 -0
- package/esm/models/add-permission-request.js +17 -0
- package/esm/models/add-permission-request.js.map +1 -0
- package/esm/models/add-space-member-request.d.ts +24 -0
- package/esm/models/add-space-member-request.d.ts.map +1 -0
- package/esm/models/add-space-member-request.js +14 -0
- package/esm/models/add-space-member-request.js.map +1 -0
- package/esm/models/agent-type.d.ts +22 -0
- package/esm/models/agent-type.d.ts.map +1 -0
- package/esm/models/agent-type.js +20 -0
- package/esm/models/agent-type.js.map +1 -0
- package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts +20 -0
- package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.d.ts.map +1 -0
- package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js +13 -0
- package/esm/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.js.map +1 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +24 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +1 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.js +34 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +1 -0
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +29 -0
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +1 -0
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js +19 -0
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +1 -0
- package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts +21 -0
- package/esm/models/app-event-adapter-input-api-v1-response-space-info.d.ts.map +1 -0
- package/esm/models/app-event-adapter-input-api-v1-response-space-info.js +16 -0
- package/esm/models/app-event-adapter-input-api-v1-response-space-info.js.map +1 -0
- package/esm/models/app-event-domain-entity-event-space-info.d.ts +15 -0
- package/esm/models/app-event-domain-entity-event-space-info.d.ts.map +1 -0
- package/esm/models/app-event-domain-entity-event-space-info.js +16 -0
- package/esm/models/app-event-domain-entity-event-space-info.js.map +1 -0
- package/esm/models/app-space-domain-entity-space-event-space-info.d.ts +24 -0
- package/esm/models/app-space-domain-entity-space-event-space-info.d.ts.map +1 -0
- package/esm/models/app-space-domain-entity-space-event-space-info.js +16 -0
- package/esm/models/app-space-domain-entity-space-event-space-info.js.map +1 -0
- package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts +13 -0
- package/esm/models/app-user-adapter-input-api-v1-response-message-response.d.ts.map +1 -0
- package/esm/models/app-user-adapter-input-api-v1-response-message-response.js +15 -0
- package/esm/models/app-user-adapter-input-api-v1-response-message-response.js.map +1 -0
- package/esm/models/assistant-response.d.ts +29 -0
- package/esm/models/assistant-response.d.ts.map +1 -0
- package/esm/models/assistant-response.js +25 -0
- package/esm/models/assistant-response.js.map +1 -0
- package/esm/models/attendee-info.d.ts +44 -0
- package/esm/models/attendee-info.d.ts.map +1 -0
- package/esm/models/attendee-info.js +30 -0
- package/esm/models/attendee-info.js.map +1 -0
- package/esm/models/attendee-status.d.ts +21 -0
- package/esm/models/attendee-status.d.ts.map +1 -0
- package/esm/models/attendee-status.js +19 -0
- package/esm/models/attendee-status.js.map +1 -0
- package/esm/models/availability-response.d.ts +28 -0
- package/esm/models/availability-response.d.ts.map +1 -0
- package/esm/models/availability-response.js +24 -0
- package/esm/models/availability-response.js.map +1 -0
- package/esm/models/avatar-upload-response.d.ts +17 -0
- package/esm/models/avatar-upload-response.d.ts.map +1 -0
- package/esm/models/avatar-upload-response.js +20 -0
- package/esm/models/avatar-upload-response.js.map +1 -0
- package/esm/models/base-event-info.d.ts +36 -0
- package/esm/models/base-event-info.d.ts.map +1 -0
- package/esm/models/base-event-info.js +25 -0
- package/esm/models/base-event-info.js.map +1 -0
- package/esm/models/body-create-event-api-v1-event-post.d.ts +32 -0
- package/esm/models/body-create-event-api-v1-event-post.d.ts.map +1 -0
- package/esm/models/body-create-event-api-v1-event-post.js +30 -0
- package/esm/models/body-create-event-api-v1-event-post.js.map +1 -0
- package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +32 -0
- package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
- package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +32 -0
- package/esm/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
- package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts +29 -0
- package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
- package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js +30 -0
- package/esm/models/body-update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
- package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts +24 -0
- package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +1 -0
- package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js +29 -0
- package/esm/models/body-upload-avatar-api-v1-user-me-avatar-post.js.map +1 -0
- package/esm/models/booking-read.d.ts +52 -0
- package/esm/models/booking-read.d.ts.map +1 -0
- package/esm/models/booking-read.js +34 -0
- package/esm/models/booking-read.js.map +1 -0
- package/esm/models/bulk-update-parent-request.d.ts +23 -0
- package/esm/models/bulk-update-parent-request.d.ts.map +1 -0
- package/esm/models/bulk-update-parent-request.js +19 -0
- package/esm/models/bulk-update-parent-request.js.map +1 -0
- package/esm/models/check-availability-request.d.ts +33 -0
- package/esm/models/check-availability-request.d.ts.map +1 -0
- package/esm/models/check-availability-request.js +23 -0
- package/esm/models/check-availability-request.js.map +1 -0
- package/esm/models/combined-metadata-response.d.ts +16 -0
- package/esm/models/combined-metadata-response.d.ts.map +1 -0
- package/esm/models/combined-metadata-response.js +16 -0
- package/esm/models/combined-metadata-response.js.map +1 -0
- package/esm/models/contact-list-response.d.ts +29 -0
- package/esm/models/contact-list-response.d.ts.map +1 -0
- package/esm/models/contact-list-response.js +18 -0
- package/esm/models/contact-list-response.js.map +1 -0
- package/esm/models/contact-response.d.ts +120 -0
- package/esm/models/contact-response.d.ts.map +1 -0
- package/esm/models/contact-response.js +62 -0
- package/esm/models/contact-response.js.map +1 -0
- package/esm/models/contact-search-response.d.ts +25 -0
- package/esm/models/contact-search-response.d.ts.map +1 -0
- package/esm/models/contact-search-response.js +17 -0
- package/esm/models/contact-search-response.js.map +1 -0
- package/esm/models/create-booking-request.d.ts +38 -0
- package/esm/models/create-booking-request.d.ts.map +1 -0
- package/esm/models/create-booking-request.js +23 -0
- package/esm/models/create-booking-request.js.map +1 -0
- package/esm/models/create-contact-request.d.ts +128 -0
- package/esm/models/create-contact-request.d.ts.map +1 -0
- package/esm/models/create-contact-request.js +53 -0
- package/esm/models/create-contact-request.js.map +1 -0
- package/esm/models/create-direct-room-request.d.ts +15 -0
- package/esm/models/create-direct-room-request.d.ts.map +1 -0
- package/esm/models/create-direct-room-request.js +17 -0
- package/esm/models/create-direct-room-request.js.map +1 -0
- package/esm/models/create-event-request.d.ts +104 -0
- package/esm/models/create-event-request.d.ts.map +1 -0
- package/esm/models/create-event-request.js +43 -0
- package/esm/models/create-event-request.js.map +1 -0
- package/esm/models/create-group-room-request.d.ts +25 -0
- package/esm/models/create-group-room-request.d.ts.map +1 -0
- package/esm/models/create-group-room-request.js +14 -0
- package/esm/models/create-group-room-request.js.map +1 -0
- package/esm/models/create-invite-request.d.ts +16 -0
- package/esm/models/create-invite-request.d.ts.map +1 -0
- package/esm/models/create-invite-request.js +19 -0
- package/esm/models/create-invite-request.js.map +1 -0
- package/esm/models/create-online-meeting-request.d.ts +40 -0
- package/esm/models/create-online-meeting-request.d.ts.map +1 -0
- package/esm/models/create-online-meeting-request.js +23 -0
- package/esm/models/create-online-meeting-request.js.map +1 -0
- package/esm/models/create-organization-request.d.ts +17 -0
- package/esm/models/create-organization-request.d.ts.map +1 -0
- package/esm/models/create-organization-request.js +18 -0
- package/esm/models/create-organization-request.js.map +1 -0
- package/esm/models/create-place-response-dto.d.ts +25 -0
- package/esm/models/create-place-response-dto.d.ts.map +1 -0
- package/esm/models/create-place-response-dto.js +17 -0
- package/esm/models/create-place-response-dto.js.map +1 -0
- package/esm/models/create-role-request.d.ts +20 -0
- package/esm/models/create-role-request.d.ts.map +1 -0
- package/esm/models/create-role-request.js +13 -0
- package/esm/models/create-role-request.js.map +1 -0
- package/esm/models/create-room-request.d.ts +50 -0
- package/esm/models/create-room-request.d.ts.map +1 -0
- package/esm/models/create-room-request.js +25 -0
- package/esm/models/create-room-request.js.map +1 -0
- package/esm/models/create-rule-request.d.ts +67 -0
- package/esm/models/create-rule-request.d.ts.map +1 -0
- package/esm/models/create-rule-request.js +27 -0
- package/esm/models/create-rule-request.js.map +1 -0
- package/esm/models/create-session-request.d.ts +36 -0
- package/esm/models/create-session-request.d.ts.map +1 -0
- package/esm/models/create-session-request.js +23 -0
- package/esm/models/create-session-request.js.map +1 -0
- package/esm/models/create-session-response.d.ts +67 -0
- package/esm/models/create-session-response.d.ts.map +1 -0
- package/esm/models/create-session-response.js +42 -0
- package/esm/models/create-session-response.js.map +1 -0
- package/esm/models/create-space-request.d.ts +30 -0
- package/esm/models/create-space-request.d.ts.map +1 -0
- package/esm/models/create-space-request.js +15 -0
- package/esm/models/create-space-request.js.map +1 -0
- package/esm/models/create-space-response-dto.d.ts +33 -0
- package/esm/models/create-space-response-dto.d.ts.map +1 -0
- package/esm/models/create-space-response-dto.js +24 -0
- package/esm/models/create-space-response-dto.js.map +1 -0
- package/esm/models/create-space-with-parent-request.d.ts +47 -0
- package/esm/models/create-space-with-parent-request.d.ts.map +1 -0
- package/esm/models/create-space-with-parent-request.js +23 -0
- package/esm/models/create-space-with-parent-request.js.map +1 -0
- package/esm/models/dashboard-story-response.d.ts +14 -0
- package/esm/models/dashboard-story-response.d.ts.map +1 -0
- package/esm/models/dashboard-story-response.js +23 -0
- package/esm/models/dashboard-story-response.js.map +1 -0
- package/esm/models/errors/http-client-errors.d.ts +44 -0
- package/esm/models/errors/http-client-errors.d.ts.map +1 -0
- package/esm/models/errors/http-client-errors.js +56 -0
- package/esm/models/errors/http-client-errors.js.map +1 -0
- package/esm/models/errors/http-validation-error.d.ts +19 -0
- package/esm/models/errors/http-validation-error.d.ts.map +1 -0
- package/esm/models/errors/http-validation-error.js +36 -0
- package/esm/models/errors/http-validation-error.js.map +1 -0
- package/esm/models/errors/index.d.ts +7 -0
- package/esm/models/errors/index.d.ts.map +1 -0
- package/esm/models/errors/index.js +10 -0
- package/esm/models/errors/index.js.map +1 -0
- package/esm/models/errors/response-validation-error.d.ts +26 -0
- package/esm/models/errors/response-validation-error.d.ts.map +1 -0
- package/esm/models/errors/response-validation-error.js +37 -0
- package/esm/models/errors/response-validation-error.js.map +1 -0
- package/esm/models/errors/sdk-default-error.d.ts +10 -0
- package/esm/models/errors/sdk-default-error.d.ts.map +1 -0
- package/esm/models/errors/sdk-default-error.js +30 -0
- package/esm/models/errors/sdk-default-error.js.map +1 -0
- package/esm/models/errors/sdk-error.d.ts +19 -0
- package/esm/models/errors/sdk-error.d.ts.map +1 -0
- package/esm/models/errors/sdk-error.js +26 -0
- package/esm/models/errors/sdk-error.js.map +1 -0
- package/esm/models/errors/sdk-validation-error.d.ts +21 -0
- package/esm/models/errors/sdk-validation-error.d.ts.map +1 -0
- package/esm/models/errors/sdk-validation-error.js +52 -0
- package/esm/models/errors/sdk-validation-error.js.map +1 -0
- package/esm/models/event-advanced-filters.d.ts +54 -0
- package/esm/models/event-advanced-filters.d.ts.map +1 -0
- package/esm/models/event-advanced-filters.js +35 -0
- package/esm/models/event-advanced-filters.js.map +1 -0
- package/esm/models/event-analytic-total.d.ts +10 -0
- package/esm/models/event-analytic-total.d.ts.map +1 -0
- package/esm/models/event-analytic-total.js +19 -0
- package/esm/models/event-analytic-total.js.map +1 -0
- package/esm/models/event-attendee-create.d.ts +29 -0
- package/esm/models/event-attendee-create.d.ts.map +1 -0
- package/esm/models/event-attendee-create.js +20 -0
- package/esm/models/event-attendee-create.js.map +1 -0
- package/esm/models/event-attendee-list.d.ts +21 -0
- package/esm/models/event-attendee-list.d.ts.map +1 -0
- package/esm/models/event-attendee-list.js +16 -0
- package/esm/models/event-attendee-list.js.map +1 -0
- package/esm/models/event-attendee-read.d.ts +62 -0
- package/esm/models/event-attendee-read.d.ts.map +1 -0
- package/esm/models/event-attendee-read.js +39 -0
- package/esm/models/event-attendee-read.js.map +1 -0
- package/esm/models/event-attendee-update.d.ts +24 -0
- package/esm/models/event-attendee-update.d.ts.map +1 -0
- package/esm/models/event-attendee-update.js +14 -0
- package/esm/models/event-attendee-update.js.map +1 -0
- package/esm/models/event-date-filter.d.ts +39 -0
- package/esm/models/event-date-filter.d.ts.map +1 -0
- package/esm/models/event-date-filter.js +26 -0
- package/esm/models/event-date-filter.js.map +1 -0
- package/esm/models/event-filter-request.d.ts +31 -0
- package/esm/models/event-filter-request.d.ts.map +1 -0
- package/esm/models/event-filter-request.js +17 -0
- package/esm/models/event-filter-request.js.map +1 -0
- package/esm/models/event-location-filter.d.ts +38 -0
- package/esm/models/event-location-filter.d.ts.map +1 -0
- package/esm/models/event-location-filter.js +23 -0
- package/esm/models/event-location-filter.js.map +1 -0
- package/esm/models/event-pagination-options.d.ts +23 -0
- package/esm/models/event-pagination-options.d.ts.map +1 -0
- package/esm/models/event-pagination-options.js +13 -0
- package/esm/models/event-pagination-options.js.map +1 -0
- package/esm/models/event-preview-dto.d.ts +18 -0
- package/esm/models/event-preview-dto.d.ts.map +1 -0
- package/esm/models/event-preview-dto.js +31 -0
- package/esm/models/event-preview-dto.js.map +1 -0
- package/esm/models/event-read.d.ts +70 -0
- package/esm/models/event-read.d.ts.map +1 -0
- package/esm/models/event-read.js +66 -0
- package/esm/models/event-read.js.map +1 -0
- package/esm/models/event-relationship-filter.d.ts +38 -0
- package/esm/models/event-relationship-filter.d.ts.map +1 -0
- package/esm/models/event-relationship-filter.js +25 -0
- package/esm/models/event-relationship-filter.js.map +1 -0
- package/esm/models/event-repeat-filter.d.ts +33 -0
- package/esm/models/event-repeat-filter.d.ts.map +1 -0
- package/esm/models/event-repeat-filter.js +23 -0
- package/esm/models/event-repeat-filter.js.map +1 -0
- package/esm/models/event-sort-field-config.d.ts +60 -0
- package/esm/models/event-sort-field-config.d.ts.map +1 -0
- package/esm/models/event-sort-field-config.js +41 -0
- package/esm/models/event-sort-field-config.js.map +1 -0
- package/esm/models/event-sort-options.d.ts +54 -0
- package/esm/models/event-sort-options.d.ts.map +1 -0
- package/esm/models/event-sort-options.js +43 -0
- package/esm/models/event-sort-options.js.map +1 -0
- package/esm/models/event-status-filter.d.ts +33 -0
- package/esm/models/event-status-filter.d.ts.map +1 -0
- package/esm/models/event-status-filter.js +22 -0
- package/esm/models/event-status-filter.js.map +1 -0
- package/esm/models/event-text-filter.d.ts +33 -0
- package/esm/models/event-text-filter.d.ts.map +1 -0
- package/esm/models/event-text-filter.js +15 -0
- package/esm/models/event-text-filter.js.map +1 -0
- package/esm/models/event-version-read.d.ts +41 -0
- package/esm/models/event-version-read.d.ts.map +1 -0
- package/esm/models/event-version-read.js +50 -0
- package/esm/models/event-version-read.js.map +1 -0
- package/esm/models/execute-rule-request.d.ts +21 -0
- package/esm/models/execute-rule-request.d.ts.map +1 -0
- package/esm/models/execute-rule-request.js +19 -0
- package/esm/models/execute-rule-request.js.map +1 -0
- package/esm/models/execute-rule-response.d.ts +23 -0
- package/esm/models/execute-rule-response.d.ts.map +1 -0
- package/esm/models/execute-rule-response.js +28 -0
- package/esm/models/execute-rule-response.js.map +1 -0
- package/esm/models/execution-response.d.ts +33 -0
- package/esm/models/execution-response.d.ts.map +1 -0
- package/esm/models/execution-response.js +45 -0
- package/esm/models/execution-response.js.map +1 -0
- package/esm/models/filter-operator.d.ts +30 -0
- package/esm/models/filter-operator.d.ts.map +1 -0
- package/esm/models/filter-operator.js +28 -0
- package/esm/models/filter-operator.js.map +1 -0
- package/esm/models/get-analytic-totals-dto.d.ts +15 -0
- package/esm/models/get-analytic-totals-dto.d.ts.map +1 -0
- package/esm/models/get-analytic-totals-dto.js +18 -0
- package/esm/models/get-analytic-totals-dto.js.map +1 -0
- package/esm/models/get-event-list-response.d.ts +93 -0
- package/esm/models/get-event-list-response.d.ts.map +1 -0
- package/esm/models/get-event-list-response.js +49 -0
- package/esm/models/get-event-list-response.js.map +1 -0
- package/esm/models/get-place-list-response-dto.d.ts +29 -0
- package/esm/models/get-place-list-response-dto.d.ts.map +1 -0
- package/esm/models/get-place-list-response-dto.js +18 -0
- package/esm/models/get-place-list-response-dto.js.map +1 -0
- package/esm/models/get-space-list-response-dto.d.ts +66 -0
- package/esm/models/get-space-list-response-dto.d.ts.map +1 -0
- package/esm/models/get-space-list-response-dto.js +43 -0
- package/esm/models/get-space-list-response-dto.js.map +1 -0
- package/esm/models/get-user-list-response-dto.d.ts +21 -0
- package/esm/models/get-user-list-response-dto.d.ts.map +1 -0
- package/esm/models/get-user-list-response-dto.js +16 -0
- package/esm/models/get-user-list-response-dto.js.map +1 -0
- package/esm/models/index.d.ts +169 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +172 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/invite-read.d.ts +44 -0
- package/esm/models/invite-read.d.ts.map +1 -0
- package/esm/models/invite-read.js +30 -0
- package/esm/models/invite-read.js.map +1 -0
- package/esm/models/location-response.d.ts +12 -0
- package/esm/models/location-response.d.ts.map +1 -0
- package/esm/models/location-response.js +16 -0
- package/esm/models/location-response.js.map +1 -0
- package/esm/models/location-update-schema.d.ts +25 -0
- package/esm/models/location-update-schema.d.ts.map +1 -0
- package/esm/models/location-update-schema.js +14 -0
- package/esm/models/location-update-schema.js.map +1 -0
- package/esm/models/member-response.d.ts +15 -0
- package/esm/models/member-response.d.ts.map +1 -0
- package/esm/models/member-response.js +27 -0
- package/esm/models/member-response.js.map +1 -0
- package/esm/models/members-list-response.d.ts +18 -0
- package/esm/models/members-list-response.d.ts.map +1 -0
- package/esm/models/members-list-response.js +16 -0
- package/esm/models/members-list-response.js.map +1 -0
- package/esm/models/metric-breakdown.d.ts +12 -0
- package/esm/models/metric-breakdown.d.ts.map +1 -0
- package/esm/models/metric-breakdown.js +16 -0
- package/esm/models/metric-breakdown.js.map +1 -0
- package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +15 -0
- package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +1 -0
- package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +19 -0
- package/esm/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +1 -0
- package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +14 -0
- package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +1 -0
- package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +20 -0
- package/esm/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +1 -0
- package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +14 -0
- package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +1 -0
- package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +20 -0
- package/esm/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +1 -0
- package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +15 -0
- package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +1 -0
- package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js +19 -0
- package/esm/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.js.map +1 -0
- package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +20 -0
- package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +1 -0
- package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +21 -0
- package/esm/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +1 -0
- package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +15 -0
- package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +1 -0
- package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js +19 -0
- package/esm/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.js.map +1 -0
- package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +15 -0
- package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +1 -0
- package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +19 -0
- package/esm/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +1 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +15 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +20 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +1 -0
- package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts +15 -0
- package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.d.ts.map +1 -0
- package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js +19 -0
- package/esm/models/operations/add-space-member-api-v1-space-space-id-members-post.js.map +1 -0
- package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts +12 -0
- package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.d.ts.map +1 -0
- package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js +17 -0
- package/esm/models/operations/archive-event-api-v1-event-event-id-archive-patch.js.map +1 -0
- package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +12 -0
- package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +1 -0
- package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js +18 -0
- package/esm/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +1 -0
- package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts +12 -0
- package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.d.ts.map +1 -0
- package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js +17 -0
- package/esm/models/operations/archive-place-api-v1-place-place-id-archive-patch.js.map +1 -0
- package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts +12 -0
- package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.d.ts.map +1 -0
- package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js +17 -0
- package/esm/models/operations/archive-space-api-v1-space-space-id-archive-patch.js.map +1 -0
- package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +17 -0
- 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
- package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +22 -0
- package/esm/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +14 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +20 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +1 -0
- package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +16 -0
- 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
- package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +22 -0
- package/esm/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +1 -0
- package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +14 -0
- package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +1 -0
- package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +19 -0
- package/esm/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +1 -0
- package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +14 -0
- package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +1 -0
- package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +19 -0
- package/esm/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +1 -0
- package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +14 -0
- package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +1 -0
- package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +19 -0
- package/esm/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +1 -0
- package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +14 -0
- package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +1 -0
- package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +20 -0
- package/esm/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +1 -0
- package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +12 -0
- package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +1 -0
- package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +18 -0
- package/esm/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +1 -0
- package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +14 -0
- package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +1 -0
- package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +20 -0
- package/esm/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +1 -0
- package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +22 -0
- package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +1 -0
- package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js +22 -0
- package/esm/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +1 -0
- package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +22 -0
- package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +1 -0
- package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js +22 -0
- package/esm/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +1 -0
- package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +12 -0
- package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +1 -0
- package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +18 -0
- package/esm/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +1 -0
- package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +12 -0
- package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +1 -0
- package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js +18 -0
- package/esm/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.js.map +1 -0
- package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +15 -0
- package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +1 -0
- package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +20 -0
- package/esm/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +1 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +25 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +33 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -0
- package/esm/models/operations/create-place-api-v1-place-post.d.ts +9 -0
- package/esm/models/operations/create-place-api-v1-place-post.d.ts.map +1 -0
- package/esm/models/operations/create-place-api-v1-place-post.js +14 -0
- package/esm/models/operations/create-place-api-v1-place-post.js.map +1 -0
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts +18 -0
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +1 -0
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +19 -0
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js.map +1 -0
- package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +15 -0
- package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +1 -0
- package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js +19 -0
- package/esm/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +1 -0
- package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js +17 -0
- package/esm/models/operations/delete-booking-api-v1-booking-booking-id-delete.js.map +1 -0
- package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js +17 -0
- package/esm/models/operations/delete-contact-api-v1-contacts-contact-id-delete.js.map +1 -0
- package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-event-api-v1-event-event-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js +17 -0
- package/esm/models/operations/delete-event-api-v1-event-event-id-delete.js.map +1 -0
- package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +14 -0
- package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +20 -0
- package/esm/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +1 -0
- package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js +17 -0
- package/esm/models/operations/delete-message-api-v1-chat-messages-message-id-delete.js.map +1 -0
- package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-place-api-v1-place-place-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js +17 -0
- package/esm/models/operations/delete-place-api-v1-place-place-id-delete.js.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +17 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js +17 -0
- package/esm/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.js.map +1 -0
- package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js +17 -0
- package/esm/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.js.map +1 -0
- package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-space-api-v1-space-space-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js +17 -0
- package/esm/models/operations/delete-space-api-v1-space-space-id-delete.js.map +1 -0
- package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +14 -0
- package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +20 -0
- package/esm/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +12 -0
- package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +1 -0
- package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js +18 -0
- package/esm/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +1 -0
- package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +15 -0
- package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +1 -0
- package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js +20 -0
- package/esm/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +1 -0
- package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +25 -0
- package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +1 -0
- package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js +14 -0
- package/esm/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +1 -0
- package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts +12 -0
- package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js +17 -0
- package/esm/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.js.map +1 -0
- package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts +40 -0
- package/esm/models/operations/get-bookings-api-v1-booking-get.d.ts.map +1 -0
- package/esm/models/operations/get-bookings-api-v1-booking-get.js +25 -0
- package/esm/models/operations/get-bookings-api-v1-booking-get.js.map +1 -0
- package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts +110 -0
- package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.d.ts.map +1 -0
- package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js +49 -0
- package/esm/models/operations/get-calendar-events-api-v1-event-calendar-get.js.map +1 -0
- package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts +12 -0
- package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js +17 -0
- package/esm/models/operations/get-contact-api-v1-contacts-contact-id-get.js.map +1 -0
- package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +16 -0
- package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +1 -0
- package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +19 -0
- package/esm/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +1 -0
- package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +33 -0
- package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js +23 -0
- package/esm/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.js.map +1 -0
- package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts +12 -0
- package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js +17 -0
- package/esm/models/operations/get-event-by-id-api-v1-event-event-id-get.js.map +1 -0
- package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts +12 -0
- package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js +17 -0
- package/esm/models/operations/get-event-documents-api-v1-events-event-id-documents-get.js.map +1 -0
- package/esm/models/operations/get-event-list-api-v1-event-get.d.ts +120 -0
- package/esm/models/operations/get-event-list-api-v1-event-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-list-api-v1-event-get.js +51 -0
- package/esm/models/operations/get-event-list-api-v1-event-get.js.map +1 -0
- package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts +12 -0
- package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js +17 -0
- package/esm/models/operations/get-event-location-api-v1-events-event-id-location-get.js.map +1 -0
- package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts +12 -0
- package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js +17 -0
- package/esm/models/operations/get-event-settings-api-v1-event-event-id-settings-get.js.map +1 -0
- package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +16 -0
- package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js +19 -0
- package/esm/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.js.map +1 -0
- package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +14 -0
- package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +20 -0
- package/esm/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +1 -0
- package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts +47 -0
- package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js +28 -0
- package/esm/models/operations/get-events-by-space-api-v1-event-space-space-id-get.js.map +1 -0
- package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +32 -0
- package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +1 -0
- package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +24 -0
- package/esm/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +1 -0
- package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +12 -0
- package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +1 -0
- package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +18 -0
- package/esm/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +1 -0
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +12 -0
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +1 -0
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +18 -0
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +1 -0
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +12 -0
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +1 -0
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +18 -0
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +1 -0
- package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +12 -0
- package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +1 -0
- package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +18 -0
- package/esm/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +1 -0
- package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +12 -0
- package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +1 -0
- package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js +17 -0
- package/esm/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.js.map +1 -0
- package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts +20 -0
- package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.d.ts.map +1 -0
- package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js +19 -0
- package/esm/models/operations/get-org-costs-api-v1-ai-costs-get.js.map +1 -0
- package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +12 -0
- package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js +18 -0
- package/esm/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.js.map +1 -0
- package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +12 -0
- package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +1 -0
- package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +18 -0
- package/esm/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +1 -0
- package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +25 -0
- package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +1 -0
- package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +22 -0
- package/esm/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +12 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +18 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +1 -0
- package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts +12 -0
- package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js +17 -0
- package/esm/models/operations/get-place-by-id-api-v1-place-place-id-get.js.map +1 -0
- package/esm/models/operations/get-place-list-api-v1-place-get.d.ts +20 -0
- package/esm/models/operations/get-place-list-api-v1-place-get.d.ts.map +1 -0
- package/esm/models/operations/get-place-list-api-v1-place-get.js +13 -0
- package/esm/models/operations/get-place-list-api-v1-place-get.js.map +1 -0
- package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +22 -0
- package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +1 -0
- package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +22 -0
- package/esm/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +1 -0
- package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +12 -0
- package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +1 -0
- package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js +18 -0
- package/esm/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +12 -0
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +17 -0
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +1 -0
- package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +12 -0
- package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js +17 -0
- package/esm/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +1 -0
- package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts +12 -0
- package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js +17 -0
- package/esm/models/operations/get-rule-api-v1-automation-rules-rule-id-get.js.map +1 -0
- package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +14 -0
- package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +1 -0
- package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +19 -0
- package/esm/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +1 -0
- package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts +12 -0
- package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +1 -0
- package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js +18 -0
- package/esm/models/operations/get-section-content-api-v1-event-event-id-section-content-get.js.map +1 -0
- package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +12 -0
- package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +1 -0
- package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js +18 -0
- package/esm/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.js.map +1 -0
- package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +12 -0
- package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +1 -0
- package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js +18 -0
- package/esm/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.js.map +1 -0
- package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts +12 -0
- package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js +17 -0
- package/esm/models/operations/get-session-api-v1-ai-sessions-session-id-get.js.map +1 -0
- package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +12 -0
- package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +1 -0
- package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +17 -0
- package/esm/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +1 -0
- package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts +25 -0
- package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.d.ts.map +1 -0
- package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js +19 -0
- package/esm/models/operations/get-social-feed-api-v1-event-social-feed-get.js.map +1 -0
- package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts +12 -0
- package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js +17 -0
- package/esm/models/operations/get-space-by-id-api-v1-space-space-id-get.js.map +1 -0
- package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts +12 -0
- package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js +17 -0
- package/esm/models/operations/get-space-children-api-v1-space-space-id-children-get.js.map +1 -0
- package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +12 -0
- package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js +18 -0
- package/esm/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +1 -0
- package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +16 -0
- package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js +19 -0
- package/esm/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +1 -0
- package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +12 -0
- package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js +17 -0
- package/esm/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.js.map +1 -0
- package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts +12 -0
- package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js +17 -0
- package/esm/models/operations/get-space-event-api-v1-space-events-space-event-id-get.js.map +1 -0
- package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts +16 -0
- package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js +19 -0
- package/esm/models/operations/get-space-events-api-v1-spaces-space-id-events-get.js.map +1 -0
- package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +12 -0
- package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +17 -0
- package/esm/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +1 -0
- package/esm/models/operations/get-space-list-api-v1-space-get.d.ts +30 -0
- package/esm/models/operations/get-space-list-api-v1-space-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-list-api-v1-space-get.js +15 -0
- package/esm/models/operations/get-space-list-api-v1-space-get.js.map +1 -0
- package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts +12 -0
- package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js +17 -0
- package/esm/models/operations/get-space-members-api-v1-space-space-id-members-get.js.map +1 -0
- package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts +12 -0
- package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js +17 -0
- package/esm/models/operations/get-space-parent-api-v1-space-space-id-parent-get.js.map +1 -0
- package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +14 -0
- package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +20 -0
- package/esm/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +1 -0
- package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +14 -0
- package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +1 -0
- package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js +20 -0
- package/esm/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +1 -0
- package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +12 -0
- package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +1 -0
- package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +18 -0
- package/esm/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +1 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +22 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +28 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -0
- package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +12 -0
- package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +1 -0
- package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js +17 -0
- package/esm/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +1 -0
- package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +12 -0
- package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js +17 -0
- package/esm/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.js.map +1 -0
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +30 -0
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +1 -0
- package/esm/models/operations/get-user-list-api-v1-user-get.js +25 -0
- package/esm/models/operations/get-user-list-api-v1-user-get.js.map +1 -0
- package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts +12 -0
- package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js +17 -0
- package/esm/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.js.map +1 -0
- package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +14 -0
- package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +1 -0
- package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +20 -0
- package/esm/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +1 -0
- package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +12 -0
- package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +18 -0
- package/esm/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +1 -0
- package/esm/models/operations/health-check-health-get.d.ts +14 -0
- package/esm/models/operations/health-check-health-get.d.ts.map +1 -0
- package/esm/models/operations/health-check-health-get.js +13 -0
- package/esm/models/operations/health-check-health-get.js.map +1 -0
- package/esm/models/operations/index.d.ts +176 -0
- package/esm/models/operations/index.d.ts.map +1 -0
- package/esm/models/operations/index.js +179 -0
- package/esm/models/operations/index.js.map +1 -0
- package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts +12 -0
- package/esm/models/operations/join-space-api-v1-space-space-id-join-post.d.ts.map +1 -0
- package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js +17 -0
- package/esm/models/operations/join-space-api-v1-space-space-id-join-post.js.map +1 -0
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +26 -0
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -0
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +31 -0
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -0
- package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts +35 -0
- package/esm/models/operations/list-contacts-api-v1-contacts-get.d.ts.map +1 -0
- package/esm/models/operations/list-contacts-api-v1-contacts-get.js +21 -0
- package/esm/models/operations/list-contacts-api-v1-contacts-get.js.map +1 -0
- package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts +12 -0
- package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +1 -0
- package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js +17 -0
- package/esm/models/operations/list-event-versions-api-v1-event-event-id-versions-get.js.map +1 -0
- package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts +22 -0
- package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.d.ts.map +1 -0
- package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js +20 -0
- package/esm/models/operations/list-messages-api-v1-chat-room-id-messages-get.js.map +1 -0
- package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts +14 -0
- package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.d.ts.map +1 -0
- package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js +13 -0
- package/esm/models/operations/list-organizations-endpoint-api-v1-organizations-get.js.map +1 -0
- package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +50 -0
- package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +1 -0
- package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +29 -0
- package/esm/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +1 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +20 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +1 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +18 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js.map +1 -0
- package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +12 -0
- package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +1 -0
- package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js +17 -0
- package/esm/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +1 -0
- package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts +16 -0
- package/esm/models/operations/list-rules-api-v1-automation-rules-get.d.ts.map +1 -0
- package/esm/models/operations/list-rules-api-v1-automation-rules-get.js +20 -0
- package/esm/models/operations/list-rules-api-v1-automation-rules-get.js.map +1 -0
- package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts +31 -0
- package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.d.ts.map +1 -0
- package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js +21 -0
- package/esm/models/operations/list-sessions-api-v1-ai-sessions-get.js.map +1 -0
- package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +12 -0
- package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +1 -0
- package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js +17 -0
- package/esm/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +1 -0
- package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts +12 -0
- package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +1 -0
- package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js +17 -0
- package/esm/models/operations/list-space-versions-api-v1-space-space-id-versions-get.js.map +1 -0
- package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts +20 -0
- package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.d.ts.map +1 -0
- package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js +13 -0
- package/esm/models/operations/list-user-rooms-api-v1-chat-rooms-get.js.map +1 -0
- package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts +31 -0
- package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +1 -0
- package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js +21 -0
- package/esm/models/operations/list-workflow-executions-api-v1-ai-workflows-get.js.map +1 -0
- package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +12 -0
- package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +1 -0
- package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js +17 -0
- package/esm/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +1 -0
- package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts +15 -0
- package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +1 -0
- package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js +19 -0
- package/esm/models/operations/patch-event-content-api-v1-event-event-id-content-patch.js.map +1 -0
- package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +15 -0
- package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +1 -0
- package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js +20 -0
- package/esm/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.js.map +1 -0
- package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +15 -0
- package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +1 -0
- package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js +20 -0
- package/esm/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.js.map +1 -0
- package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +15 -0
- package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +1 -0
- package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js +19 -0
- package/esm/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.js.map +1 -0
- package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts +12 -0
- package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.d.ts.map +1 -0
- package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js +17 -0
- package/esm/models/operations/publish-event-api-v1-event-event-id-publish-patch.js.map +1 -0
- package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +12 -0
- package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +1 -0
- package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js +18 -0
- package/esm/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +1 -0
- package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +15 -0
- package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +1 -0
- package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +20 -0
- package/esm/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +1 -0
- package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts +12 -0
- package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.d.ts.map +1 -0
- package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js +17 -0
- package/esm/models/operations/publish-place-api-v1-place-place-id-publish-patch.js.map +1 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts +12 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.d.ts.map +1 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js +17 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-patch.js.map +1 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts +12 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.d.ts.map +1 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js +17 -0
- package/esm/models/operations/publish-space-api-v1-space-space-id-publish-post.js.map +1 -0
- package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +12 -0
- package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +18 -0
- package/esm/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +1 -0
- package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +20 -0
- package/esm/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +1 -0
- package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +20 -0
- package/esm/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +1 -0
- package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +20 -0
- package/esm/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +1 -0
- package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +14 -0
- package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +19 -0
- package/esm/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +1 -0
- package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +12 -0
- package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js +18 -0
- package/esm/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +1 -0
- package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +20 -0
- package/esm/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +14 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +20 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +20 -0
- 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
- package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js +20 -0
- package/esm/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +1 -0
- 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
- 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
- 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
- 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
- package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +17 -0
- package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +1 -0
- package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +20 -0
- package/esm/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +1 -0
- package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts +15 -0
- package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +1 -0
- package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js +19 -0
- package/esm/models/operations/rollback-space-api-v1-space-space-id-rollback-post.js.map +1 -0
- package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts +25 -0
- package/esm/models/operations/search-contacts-api-v1-contacts-search-get.d.ts.map +1 -0
- package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js +14 -0
- package/esm/models/operations/search-contacts-api-v1-contacts-search-get.js.map +1 -0
- package/esm/models/operations/search-users-api-v1-user-search-get.d.ts +30 -0
- package/esm/models/operations/search-users-api-v1-user-search-get.d.ts.map +1 -0
- package/esm/models/operations/search-users-api-v1-user-search-get.js +20 -0
- package/esm/models/operations/search-users-api-v1-user-search-get.js.map +1 -0
- package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +15 -0
- package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +1 -0
- package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js +20 -0
- package/esm/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.js.map +1 -0
- package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts +15 -0
- package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.d.ts.map +1 -0
- package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js +20 -0
- package/esm/models/operations/send-message-api-v1-chat-room-id-messages-post.js.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +15 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +20 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +1 -0
- package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +15 -0
- package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +1 -0
- package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +20 -0
- package/esm/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +1 -0
- package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts +15 -0
- package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +1 -0
- package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js +19 -0
- package/esm/models/operations/transfer-event-api-v1-event-event-id-transfer-post.js.map +1 -0
- package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts +15 -0
- package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +1 -0
- package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js +19 -0
- package/esm/models/operations/transfer-space-api-v1-space-space-id-transfer-post.js.map +1 -0
- package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +12 -0
- package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +1 -0
- package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +18 -0
- package/esm/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +1 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +24 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +32 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -0
- package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +12 -0
- package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +1 -0
- package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +18 -0
- package/esm/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +1 -0
- package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +12 -0
- package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +1 -0
- package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js +17 -0
- package/esm/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.js.map +1 -0
- package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +20 -0
- package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +1 -0
- package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +21 -0
- package/esm/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +1 -0
- package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts +15 -0
- package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js +19 -0
- package/esm/models/operations/update-booking-api-v1-booking-booking-id-put.js.map +1 -0
- package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts +15 -0
- package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js +19 -0
- package/esm/models/operations/update-contact-api-v1-contacts-contact-id-put.js.map +1 -0
- package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts +15 -0
- package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.d.ts.map +1 -0
- package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js +19 -0
- package/esm/models/operations/update-cover-api-v1-event-event-id-cover-patch.js.map +1 -0
- package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts +15 -0
- package/esm/models/operations/update-event-api-v1-event-event-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-event-api-v1-event-event-id-put.js +19 -0
- package/esm/models/operations/update-event-api-v1-event-event-id-put.js.map +1 -0
- package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +17 -0
- package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +22 -0
- package/esm/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +1 -0
- package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts +15 -0
- package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.d.ts.map +1 -0
- package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js +20 -0
- package/esm/models/operations/update-event-location-api-v1-events-event-id-location-put.js.map +1 -0
- package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +15 -0
- package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js +20 -0
- package/esm/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.js.map +1 -0
- package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts +15 -0
- package/esm/models/operations/update-place-api-v1-place-place-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-place-api-v1-place-place-id-put.js +19 -0
- package/esm/models/operations/update-place-api-v1-place-place-id-put.js.map +1 -0
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +15 -0
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +19 -0
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +1 -0
- package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts +15 -0
- package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +1 -0
- package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js +19 -0
- package/esm/models/operations/update-room-api-v1-chat-rooms-room-id-patch.js.map +1 -0
- package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts +15 -0
- package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js +19 -0
- package/esm/models/operations/update-rule-api-v1-automation-rules-rule-id-put.js.map +1 -0
- package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts +15 -0
- package/esm/models/operations/update-space-api-v1-space-space-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-space-api-v1-space-space-id-put.js +19 -0
- package/esm/models/operations/update-space-api-v1-space-space-id-put.js.map +1 -0
- package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +17 -0
- package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +1 -0
- package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +22 -0
- package/esm/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +1 -0
- package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts +15 -0
- package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +1 -0
- package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js +19 -0
- package/esm/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.js.map +1 -0
- package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +17 -0
- package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +22 -0
- package/esm/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +1 -0
- package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts +12 -0
- package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +1 -0
- package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js +12 -0
- package/esm/models/operations/validate-timezone-api-v1-event-timezones-validate-get.js.map +1 -0
- package/esm/models/org-cost-detail-response.d.ts +16 -0
- package/esm/models/org-cost-detail-response.d.ts.map +1 -0
- package/esm/models/org-cost-detail-response.js +21 -0
- package/esm/models/org-cost-detail-response.js.map +1 -0
- package/esm/models/org-cost-summary.d.ts +37 -0
- package/esm/models/org-cost-summary.d.ts.map +1 -0
- package/esm/models/org-cost-summary.js +31 -0
- package/esm/models/org-cost-summary.js.map +1 -0
- package/esm/models/organization-read.d.ts +14 -0
- package/esm/models/organization-read.d.ts.map +1 -0
- package/esm/models/organization-read.js +25 -0
- package/esm/models/organization-read.js.map +1 -0
- package/esm/models/organization-response.d.ts +14 -0
- package/esm/models/organization-response.d.ts.map +1 -0
- package/esm/models/organization-response.js +25 -0
- package/esm/models/organization-response.js.map +1 -0
- package/esm/models/paginated-event-list-response.d.ts +13 -0
- package/esm/models/paginated-event-list-response.d.ts.map +1 -0
- package/esm/models/paginated-event-list-response.js +16 -0
- package/esm/models/paginated-event-list-response.js.map +1 -0
- package/esm/models/paginated-space-list-response-dto.d.ts +37 -0
- package/esm/models/paginated-space-list-response-dto.d.ts.map +1 -0
- package/esm/models/paginated-space-list-response-dto.js +29 -0
- package/esm/models/paginated-space-list-response-dto.js.map +1 -0
- package/esm/models/pagination-meta.d.ts +33 -0
- package/esm/models/pagination-meta.d.ts.map +1 -0
- package/esm/models/pagination-meta.js +26 -0
- package/esm/models/pagination-meta.js.map +1 -0
- package/esm/models/permission-audit-stats.d.ts +27 -0
- package/esm/models/permission-audit-stats.d.ts.map +1 -0
- package/esm/models/permission-audit-stats.js +42 -0
- package/esm/models/permission-audit-stats.js.map +1 -0
- package/esm/models/permission-response.d.ts +17 -0
- package/esm/models/permission-response.d.ts.map +1 -0
- package/esm/models/permission-response.js +15 -0
- package/esm/models/permission-response.js.map +1 -0
- package/esm/models/place-analytic-total.d.ts +10 -0
- package/esm/models/place-analytic-total.d.ts.map +1 -0
- package/esm/models/place-analytic-total.js +19 -0
- package/esm/models/place-analytic-total.js.map +1 -0
- package/esm/models/publish-event-with-notifications-request.d.ts +20 -0
- package/esm/models/publish-event-with-notifications-request.d.ts.map +1 -0
- package/esm/models/publish-event-with-notifications-request.js +19 -0
- package/esm/models/publish-event-with-notifications-request.js.map +1 -0
- package/esm/models/pulse-dto.d.ts +17 -0
- package/esm/models/pulse-dto.d.ts.map +1 -0
- package/esm/models/pulse-dto.js +19 -0
- package/esm/models/pulse-dto.js.map +1 -0
- package/esm/models/role-list-response.d.ts +31 -0
- package/esm/models/role-list-response.d.ts.map +1 -0
- package/esm/models/role-list-response.js +28 -0
- package/esm/models/role-list-response.js.map +1 -0
- package/esm/models/role-response.d.ts +32 -0
- package/esm/models/role-response.d.ts.map +1 -0
- package/esm/models/role-response.js +28 -0
- package/esm/models/role-response.js.map +1 -0
- package/esm/models/rollback-space-request.d.ts +18 -0
- package/esm/models/rollback-space-request.d.ts.map +1 -0
- package/esm/models/rollback-space-request.js +17 -0
- package/esm/models/rollback-space-request.js.map +1 -0
- package/esm/models/room-list-response.d.ts +19 -0
- package/esm/models/room-list-response.d.ts.map +1 -0
- package/esm/models/room-list-response.js +23 -0
- package/esm/models/room-list-response.js.map +1 -0
- package/esm/models/room-response.d.ts +22 -0
- package/esm/models/room-response.d.ts.map +1 -0
- package/esm/models/room-response.js +34 -0
- package/esm/models/room-response.js.map +1 -0
- package/esm/models/room-type.d.ts +11 -0
- package/esm/models/room-type.d.ts.map +1 -0
- package/esm/models/room-type.js +12 -0
- package/esm/models/room-type.js.map +1 -0
- package/esm/models/rule-list-response.d.ts +15 -0
- package/esm/models/rule-list-response.d.ts.map +1 -0
- package/esm/models/rule-list-response.js +16 -0
- package/esm/models/rule-list-response.js.map +1 -0
- package/esm/models/rule-response.d.ts +40 -0
- package/esm/models/rule-response.d.ts.map +1 -0
- package/esm/models/rule-response.js +42 -0
- package/esm/models/rule-response.js.map +1 -0
- package/esm/models/section-content-read.d.ts +37 -0
- package/esm/models/section-content-read.d.ts.map +1 -0
- package/esm/models/section-content-read.js +23 -0
- package/esm/models/section-content-read.js.map +1 -0
- package/esm/models/section-identification-read.d.ts +27 -0
- package/esm/models/section-identification-read.d.ts.map +1 -0
- package/esm/models/section-identification-read.js +16 -0
- package/esm/models/section-identification-read.js.map +1 -0
- package/esm/models/section-settings-read.d.ts +43 -0
- package/esm/models/section-settings-read.d.ts.map +1 -0
- package/esm/models/section-settings-read.js +26 -0
- package/esm/models/section-settings-read.js.map +1 -0
- package/esm/models/security.d.ts +14 -0
- package/esm/models/security.d.ts.map +1 -0
- package/esm/models/security.js +19 -0
- package/esm/models/security.js.map +1 -0
- package/esm/models/send-message-response.d.ts +38 -0
- package/esm/models/send-message-response.d.ts.map +1 -0
- package/esm/models/send-message-response.js +30 -0
- package/esm/models/send-message-response.js.map +1 -0
- package/esm/models/sender-profile.d.ts +29 -0
- package/esm/models/sender-profile.d.ts.map +1 -0
- package/esm/models/sender-profile.js +25 -0
- package/esm/models/sender-profile.js.map +1 -0
- package/esm/models/session-cost-breakdown.d.ts +37 -0
- package/esm/models/session-cost-breakdown.d.ts.map +1 -0
- package/esm/models/session-cost-breakdown.js +30 -0
- package/esm/models/session-cost-breakdown.js.map +1 -0
- package/esm/models/session-list-response.d.ts +26 -0
- package/esm/models/session-list-response.d.ts.map +1 -0
- package/esm/models/session-list-response.js +18 -0
- package/esm/models/session-list-response.js.map +1 -0
- package/esm/models/session-status.d.ts +19 -0
- package/esm/models/session-status.d.ts.map +1 -0
- package/esm/models/session-status.js +17 -0
- package/esm/models/session-status.js.map +1 -0
- package/esm/models/set-permissions-request.d.ts +15 -0
- package/esm/models/set-permissions-request.d.ts.map +1 -0
- package/esm/models/set-permissions-request.js +17 -0
- package/esm/models/set-permissions-request.js.map +1 -0
- package/esm/models/space-analytic-total.d.ts +10 -0
- package/esm/models/space-analytic-total.d.ts.map +1 -0
- package/esm/models/space-analytic-total.js +19 -0
- package/esm/models/space-analytic-total.js.map +1 -0
- package/esm/models/space-contact-create.d.ts +18 -0
- package/esm/models/space-contact-create.d.ts.map +1 -0
- package/esm/models/space-contact-create.js +17 -0
- package/esm/models/space-contact-create.js.map +1 -0
- package/esm/models/space-contact-info.d.ts +44 -0
- package/esm/models/space-contact-info.d.ts.map +1 -0
- package/esm/models/space-contact-info.js +30 -0
- package/esm/models/space-contact-info.js.map +1 -0
- package/esm/models/space-contact-list.d.ts +21 -0
- package/esm/models/space-contact-list.d.ts.map +1 -0
- package/esm/models/space-contact-list.js +16 -0
- package/esm/models/space-contact-list.js.map +1 -0
- package/esm/models/space-contact-read.d.ts +37 -0
- package/esm/models/space-contact-read.d.ts.map +1 -0
- package/esm/models/space-contact-read.js +28 -0
- package/esm/models/space-contact-read.js.map +1 -0
- package/esm/models/space-event-create.d.ts +18 -0
- package/esm/models/space-event-create.d.ts.map +1 -0
- package/esm/models/space-event-create.js +17 -0
- package/esm/models/space-event-create.js.map +1 -0
- package/esm/models/space-event-info.d.ts +40 -0
- package/esm/models/space-event-info.d.ts.map +1 -0
- package/esm/models/space-event-info.js +26 -0
- package/esm/models/space-event-info.js.map +1 -0
- package/esm/models/space-event-list.d.ts +21 -0
- package/esm/models/space-event-list.d.ts.map +1 -0
- package/esm/models/space-event-list.js +16 -0
- package/esm/models/space-event-list.js.map +1 -0
- package/esm/models/space-event-read.d.ts +42 -0
- package/esm/models/space-event-read.d.ts.map +1 -0
- package/esm/models/space-event-read.js +30 -0
- package/esm/models/space-event-read.js.map +1 -0
- package/esm/models/space-hierarchy-item.d.ts +19 -0
- package/esm/models/space-hierarchy-item.d.ts.map +1 -0
- package/esm/models/space-hierarchy-item.js +26 -0
- package/esm/models/space-hierarchy-item.js.map +1 -0
- package/esm/models/space-inheritance-settings.d.ts +16 -0
- package/esm/models/space-inheritance-settings.d.ts.map +1 -0
- package/esm/models/space-inheritance-settings.js +25 -0
- package/esm/models/space-inheritance-settings.js.map +1 -0
- package/esm/models/space-member-response.d.ts +37 -0
- package/esm/models/space-member-response.d.ts.map +1 -0
- package/esm/models/space-member-response.js +27 -0
- package/esm/models/space-member-response.js.map +1 -0
- package/esm/models/space-role-create.d.ts +17 -0
- package/esm/models/space-role-create.d.ts.map +1 -0
- package/esm/models/space-role-create.js +13 -0
- package/esm/models/space-role-create.js.map +1 -0
- package/esm/models/space-role-permission-assign.d.ts +15 -0
- package/esm/models/space-role-permission-assign.d.ts.map +1 -0
- package/esm/models/space-role-permission-assign.js +17 -0
- package/esm/models/space-role-permission-assign.js.map +1 -0
- package/esm/models/space-role-read.d.ts +20 -0
- package/esm/models/space-role-read.d.ts.map +1 -0
- package/esm/models/space-role-read.js +29 -0
- package/esm/models/space-role-read.js.map +1 -0
- package/esm/models/space-role-update.d.ts +17 -0
- package/esm/models/space-role-update.d.ts.map +1 -0
- package/esm/models/space-role-update.js +13 -0
- package/esm/models/space-role-update.js.map +1 -0
- package/esm/models/space-role.d.ts +20 -0
- package/esm/models/space-role.d.ts.map +1 -0
- package/esm/models/space-role.js +18 -0
- package/esm/models/space-role.js.map +1 -0
- package/esm/models/space-story-dto.d.ts +23 -0
- package/esm/models/space-story-dto.d.ts.map +1 -0
- package/esm/models/space-story-dto.js +40 -0
- package/esm/models/space-story-dto.js.map +1 -0
- package/esm/models/space-version-contact.d.ts +13 -0
- package/esm/models/space-version-contact.d.ts.map +1 -0
- package/esm/models/space-version-contact.js +22 -0
- package/esm/models/space-version-contact.js.map +1 -0
- package/esm/models/space-version-list-response.d.ts +15 -0
- package/esm/models/space-version-list-response.d.ts.map +1 -0
- package/esm/models/space-version-list-response.js +16 -0
- package/esm/models/space-version-list-response.js.map +1 -0
- package/esm/models/space-version-member.d.ts +15 -0
- package/esm/models/space-version-member.d.ts.map +1 -0
- package/esm/models/space-version-member.js +26 -0
- package/esm/models/space-version-member.js.map +1 -0
- package/esm/models/space-version-profile.d.ts +14 -0
- package/esm/models/space-version-profile.d.ts.map +1 -0
- package/esm/models/space-version-profile.js +25 -0
- package/esm/models/space-version-profile.js.map +1 -0
- package/esm/models/space-version-read.d.ts +38 -0
- package/esm/models/space-version-read.d.ts.map +1 -0
- package/esm/models/space-version-read.js +50 -0
- package/esm/models/space-version-read.js.map +1 -0
- package/esm/models/space-with-relationships-response.d.ts +22 -0
- package/esm/models/space-with-relationships-response.d.ts.map +1 -0
- package/esm/models/space-with-relationships-response.js +30 -0
- package/esm/models/space-with-relationships-response.js.map +1 -0
- package/esm/models/start-workflow-async-response.d.ts +25 -0
- package/esm/models/start-workflow-async-response.d.ts.map +1 -0
- package/esm/models/start-workflow-async-response.js +23 -0
- package/esm/models/start-workflow-async-response.js.map +1 -0
- package/esm/models/start-workflow-request.d.ts +41 -0
- package/esm/models/start-workflow-request.d.ts.map +1 -0
- package/esm/models/start-workflow-request.js +27 -0
- package/esm/models/start-workflow-request.js.map +1 -0
- package/esm/models/sub-space-display-data.d.ts +18 -0
- package/esm/models/sub-space-display-data.d.ts.map +1 -0
- package/esm/models/sub-space-display-data.js +26 -0
- package/esm/models/sub-space-display-data.js.map +1 -0
- package/esm/models/task-metadata.d.ts +81 -0
- package/esm/models/task-metadata.d.ts.map +1 -0
- package/esm/models/task-metadata.js +45 -0
- package/esm/models/task-metadata.js.map +1 -0
- package/esm/models/toggle-favorite-request.d.ts +18 -0
- package/esm/models/toggle-favorite-request.d.ts.map +1 -0
- package/esm/models/toggle-favorite-request.js +17 -0
- package/esm/models/toggle-favorite-request.js.map +1 -0
- package/esm/models/token-usage.d.ts +21 -0
- package/esm/models/token-usage.d.ts.map +1 -0
- package/esm/models/token-usage.js +17 -0
- package/esm/models/token-usage.js.map +1 -0
- package/esm/models/transfer-event-request.d.ts +15 -0
- package/esm/models/transfer-event-request.d.ts.map +1 -0
- package/esm/models/transfer-event-request.js +17 -0
- package/esm/models/transfer-event-request.js.map +1 -0
- package/esm/models/transfer-space-request.d.ts +15 -0
- package/esm/models/transfer-space-request.d.ts.map +1 -0
- package/esm/models/transfer-space-request.js +17 -0
- package/esm/models/transfer-space-request.js.map +1 -0
- package/esm/models/transfer-space-response.d.ts +21 -0
- package/esm/models/transfer-space-response.d.ts.map +1 -0
- package/esm/models/transfer-space-response.js +22 -0
- package/esm/models/transfer-space-response.js.map +1 -0
- package/esm/models/update-booking-request.d.ts +38 -0
- package/esm/models/update-booking-request.d.ts.map +1 -0
- package/esm/models/update-booking-request.js +22 -0
- package/esm/models/update-booking-request.js.map +1 -0
- package/esm/models/update-contact-request.d.ts +128 -0
- package/esm/models/update-contact-request.d.ts.map +1 -0
- package/esm/models/update-contact-request.js +53 -0
- package/esm/models/update-contact-request.js.map +1 -0
- package/esm/models/update-event-content-request.d.ts +21 -0
- package/esm/models/update-event-content-request.d.ts.map +1 -0
- package/esm/models/update-event-content-request.js +18 -0
- package/esm/models/update-event-content-request.js.map +1 -0
- package/esm/models/update-event-identification-request.d.ts +20 -0
- package/esm/models/update-event-identification-request.d.ts.map +1 -0
- package/esm/models/update-event-identification-request.js +13 -0
- package/esm/models/update-event-identification-request.js.map +1 -0
- package/esm/models/update-event-settings-request.d.ts +18 -0
- package/esm/models/update-event-settings-request.d.ts.map +1 -0
- package/esm/models/update-event-settings-request.js +21 -0
- package/esm/models/update-event-settings-request.js.map +1 -0
- package/esm/models/update-organization-request.d.ts +17 -0
- package/esm/models/update-organization-request.d.ts.map +1 -0
- package/esm/models/update-organization-request.js +18 -0
- package/esm/models/update-organization-request.js.map +1 -0
- package/esm/models/update-parent-request.d.ts +18 -0
- package/esm/models/update-parent-request.d.ts.map +1 -0
- package/esm/models/update-parent-request.js +17 -0
- package/esm/models/update-parent-request.js.map +1 -0
- package/esm/models/update-place-request.d.ts +30 -0
- package/esm/models/update-place-request.d.ts.map +1 -0
- package/esm/models/update-place-request.js +15 -0
- package/esm/models/update-place-request.js.map +1 -0
- package/esm/models/update-place-response-dto.d.ts +29 -0
- package/esm/models/update-place-response-dto.d.ts.map +1 -0
- package/esm/models/update-place-response-dto.js +18 -0
- package/esm/models/update-place-response-dto.js.map +1 -0
- package/esm/models/update-profile-request.d.ts +26 -0
- package/esm/models/update-profile-request.d.ts.map +1 -0
- package/esm/models/update-profile-request.js +18 -0
- package/esm/models/update-profile-request.js.map +1 -0
- package/esm/models/update-role-request.d.ts +20 -0
- package/esm/models/update-role-request.d.ts.map +1 -0
- package/esm/models/update-role-request.js +13 -0
- package/esm/models/update-role-request.js.map +1 -0
- package/esm/models/update-room-request.d.ts +34 -0
- package/esm/models/update-room-request.d.ts.map +1 -0
- package/esm/models/update-room-request.js +15 -0
- package/esm/models/update-room-request.js.map +1 -0
- package/esm/models/update-rule-request.d.ts +51 -0
- package/esm/models/update-rule-request.d.ts.map +1 -0
- package/esm/models/update-rule-request.js +20 -0
- package/esm/models/update-rule-request.js.map +1 -0
- package/esm/models/update-space-member-role-request.d.ts +19 -0
- package/esm/models/update-space-member-role-request.d.ts.map +1 -0
- package/esm/models/update-space-member-role-request.js +13 -0
- package/esm/models/update-space-member-role-request.js.map +1 -0
- package/esm/models/update-space-response-dto.d.ts +33 -0
- package/esm/models/update-space-response-dto.d.ts.map +1 -0
- package/esm/models/update-space-response-dto.js +24 -0
- package/esm/models/update-space-response-dto.js.map +1 -0
- package/esm/models/user-context-response.d.ts +24 -0
- package/esm/models/user-context-response.d.ts.map +1 -0
- package/esm/models/user-context-response.js +25 -0
- package/esm/models/user-context-response.js.map +1 -0
- package/esm/models/user-cost-breakdown.d.ts +25 -0
- package/esm/models/user-cost-breakdown.d.ts.map +1 -0
- package/esm/models/user-cost-breakdown.js +25 -0
- package/esm/models/user-cost-breakdown.js.map +1 -0
- package/esm/models/user-profile-response.d.ts +37 -0
- package/esm/models/user-profile-response.d.ts.map +1 -0
- package/esm/models/user-profile-response.js +28 -0
- package/esm/models/user-profile-response.js.map +1 -0
- package/esm/models/user-search-response-dto.d.ts +33 -0
- package/esm/models/user-search-response-dto.d.ts.map +1 -0
- package/esm/models/user-search-response-dto.js +26 -0
- package/esm/models/user-search-response-dto.js.map +1 -0
- package/esm/models/validation-error.d.ts +16 -0
- package/esm/models/validation-error.d.ts.map +1 -0
- package/esm/models/validation-error.js +25 -0
- package/esm/models/validation-error.js.map +1 -0
- package/esm/models/version-comparison-response.d.ts +21 -0
- package/esm/models/version-comparison-response.d.ts.map +1 -0
- package/esm/models/version-comparison-response.js +24 -0
- package/esm/models/version-comparison-response.js.map +1 -0
- package/esm/models/workflow-execution-list-response.d.ts +26 -0
- package/esm/models/workflow-execution-list-response.d.ts.map +1 -0
- package/esm/models/workflow-execution-list-response.js +18 -0
- package/esm/models/workflow-execution-list-response.js.map +1 -0
- package/esm/models/workflow-execution-response.d.ts +71 -0
- package/esm/models/workflow-execution-response.d.ts.map +1 -0
- package/esm/models/workflow-execution-response.js +45 -0
- package/esm/models/workflow-execution-response.js.map +1 -0
- package/esm/models/workflow-status.d.ts +21 -0
- package/esm/models/workflow-status.d.ts.map +1 -0
- package/esm/models/workflow-status.js +19 -0
- package/esm/models/workflow-status.js.map +1 -0
- package/esm/models/workflow-type.d.ts +20 -0
- package/esm/models/workflow-type.d.ts.map +1 -0
- package/esm/models/workflow-type.js +18 -0
- package/esm/models/workflow-type.js.map +1 -0
- package/esm/sdk/ai-agent.d.ts +90 -0
- package/esm/sdk/ai-agent.d.ts.map +1 -0
- package/esm/sdk/ai-agent.js +128 -0
- package/esm/sdk/ai-agent.js.map +1 -0
- package/esm/sdk/analytic.d.ts +13 -0
- package/esm/sdk/analytic.d.ts.map +1 -0
- package/esm/sdk/analytic.js +22 -0
- package/esm/sdk/analytic.js.map +1 -0
- package/esm/sdk/audit-logs.d.ts +50 -0
- package/esm/sdk/audit-logs.d.ts.map +1 -0
- package/esm/sdk/audit-logs.js +56 -0
- package/esm/sdk/audit-logs.js.map +1 -0
- package/esm/sdk/auth-context.d.ts +15 -0
- package/esm/sdk/auth-context.d.ts.map +1 -0
- package/esm/sdk/auth-context.js +21 -0
- package/esm/sdk/auth-context.js.map +1 -0
- package/esm/sdk/automation-cron.d.ts +49 -0
- package/esm/sdk/automation-cron.d.ts.map +1 -0
- package/esm/sdk/automation-cron.js +58 -0
- package/esm/sdk/automation-cron.js.map +1 -0
- package/esm/sdk/automation-metadata.d.ts +48 -0
- package/esm/sdk/automation-metadata.d.ts.map +1 -0
- package/esm/sdk/automation-metadata.js +68 -0
- package/esm/sdk/automation-metadata.js.map +1 -0
- package/esm/sdk/automation-rules.d.ts +171 -0
- package/esm/sdk/automation-rules.d.ts.map +1 -0
- package/esm/sdk/automation-rules.js +224 -0
- package/esm/sdk/automation-rules.js.map +1 -0
- package/esm/sdk/booking.d.ts +55 -0
- package/esm/sdk/booking.d.ts.map +1 -0
- package/esm/sdk/booking.js +78 -0
- package/esm/sdk/booking.js.map +1 -0
- package/esm/sdk/chat-messages.d.ts +34 -0
- package/esm/sdk/chat-messages.d.ts.map +1 -0
- package/esm/sdk/chat-messages.js +50 -0
- package/esm/sdk/chat-messages.js.map +1 -0
- package/esm/sdk/chat-rooms.d.ts +38 -0
- package/esm/sdk/chat-rooms.d.ts.map +1 -0
- package/esm/sdk/chat-rooms.js +64 -0
- package/esm/sdk/chat-rooms.js.map +1 -0
- package/esm/sdk/contacts.d.ts +55 -0
- package/esm/sdk/contacts.d.ts.map +1 -0
- package/esm/sdk/contacts.js +78 -0
- package/esm/sdk/contacts.js.map +1 -0
- package/esm/sdk/custom-roles.d.ts +86 -0
- package/esm/sdk/custom-roles.d.ts.map +1 -0
- package/esm/sdk/custom-roles.js +121 -0
- package/esm/sdk/custom-roles.js.map +1 -0
- package/esm/sdk/event-attendees.d.ts +72 -0
- package/esm/sdk/event-attendees.d.ts.map +1 -0
- package/esm/sdk/event-attendees.js +94 -0
- package/esm/sdk/event-attendees.js.map +1 -0
- package/esm/sdk/event-documents.d.ts +26 -0
- package/esm/sdk/event-documents.d.ts.map +1 -0
- package/esm/sdk/event-documents.js +38 -0
- package/esm/sdk/event-documents.js.map +1 -0
- package/esm/sdk/event-location.d.ts +20 -0
- package/esm/sdk/event-location.d.ts.map +1 -0
- package/esm/sdk/event-location.js +28 -0
- package/esm/sdk/event-location.js.map +1 -0
- package/esm/sdk/event-timeline.d.ts +41 -0
- package/esm/sdk/event-timeline.d.ts.map +1 -0
- package/esm/sdk/event-timeline.js +58 -0
- package/esm/sdk/event-timeline.js.map +1 -0
- package/esm/sdk/event.d.ts +228 -0
- package/esm/sdk/event.d.ts.map +1 -0
- package/esm/sdk/event.js +314 -0
- package/esm/sdk/event.js.map +1 -0
- package/esm/sdk/health.d.ts +17 -0
- package/esm/sdk/health.d.ts.map +1 -0
- package/esm/sdk/health.js +24 -0
- package/esm/sdk/health.js.map +1 -0
- package/esm/sdk/index.d.ts +2 -0
- package/esm/sdk/index.d.ts.map +1 -0
- package/esm/sdk/index.js +5 -0
- package/esm/sdk/index.js.map +1 -0
- package/esm/sdk/organizations.d.ts +70 -0
- package/esm/sdk/organizations.d.ts.map +1 -0
- package/esm/sdk/organizations.js +99 -0
- package/esm/sdk/organizations.js.map +1 -0
- package/esm/sdk/permissions.d.ts +20 -0
- package/esm/sdk/permissions.d.ts.map +1 -0
- package/esm/sdk/permissions.js +28 -0
- package/esm/sdk/permissions.js.map +1 -0
- package/esm/sdk/place.d.ts +34 -0
- package/esm/sdk/place.d.ts.map +1 -0
- package/esm/sdk/place.js +57 -0
- package/esm/sdk/place.js.map +1 -0
- package/esm/sdk/public-events.d.ts +13 -0
- package/esm/sdk/public-events.d.ts.map +1 -0
- package/esm/sdk/public-events.js +18 -0
- package/esm/sdk/public-events.js.map +1 -0
- package/esm/sdk/realtime.d.ts +29 -0
- package/esm/sdk/realtime.d.ts.map +1 -0
- package/esm/sdk/realtime.js +39 -0
- package/esm/sdk/realtime.js.map +1 -0
- package/esm/sdk/sdk.d.ts +172 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +263 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/sdk/space-contacts.d.ts +147 -0
- package/esm/sdk/space-contacts.d.ts.map +1 -0
- package/esm/sdk/space-contacts.js +167 -0
- package/esm/sdk/space-contacts.js.map +1 -0
- package/esm/sdk/space-documents.d.ts +26 -0
- package/esm/sdk/space-documents.d.ts.map +1 -0
- package/esm/sdk/space-documents.js +38 -0
- package/esm/sdk/space-documents.js.map +1 -0
- package/esm/sdk/space-events.d.ts +147 -0
- package/esm/sdk/space-events.d.ts.map +1 -0
- package/esm/sdk/space-events.js +167 -0
- package/esm/sdk/space-events.js.map +1 -0
- package/esm/sdk/space-member-roles.d.ts +34 -0
- package/esm/sdk/space-member-roles.d.ts.map +1 -0
- package/esm/sdk/space-member-roles.js +44 -0
- package/esm/sdk/space-member-roles.js.map +1 -0
- package/esm/sdk/space-roles.d.ts +69 -0
- package/esm/sdk/space-roles.d.ts.map +1 -0
- package/esm/sdk/space-roles.js +92 -0
- package/esm/sdk/space-roles.js.map +1 -0
- package/esm/sdk/space.d.ts +339 -0
- package/esm/sdk/space.d.ts.map +1 -0
- package/esm/sdk/space.js +456 -0
- package/esm/sdk/space.js.map +1 -0
- package/esm/sdk/timezones.d.ts +38 -0
- package/esm/sdk/timezones.d.ts.map +1 -0
- package/esm/sdk/timezones.js +43 -0
- package/esm/sdk/timezones.js.map +1 -0
- package/esm/sdk/user.d.ts +89 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js +124 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/types/async.d.ts +23 -0
- package/esm/types/async.d.ts.map +1 -0
- package/esm/types/async.js +28 -0
- package/esm/types/async.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/const-date-time.d.ts +3 -0
- package/esm/types/const-date-time.d.ts.map +1 -0
- package/esm/types/const-date-time.js +10 -0
- package/esm/types/const-date-time.js.map +1 -0
- package/esm/types/default-to-zero-value.d.ts +12 -0
- package/esm/types/default-to-zero-value.d.ts.map +1 -0
- package/esm/types/default-to-zero-value.js +31 -0
- package/esm/types/default-to-zero-value.js.map +1 -0
- package/esm/types/enums.d.ts +9 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +27 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/index.d.ts +10 -0
- package/esm/types/index.d.ts.map +1 -0
- package/esm/types/index.js +10 -0
- package/esm/types/index.js.map +1 -0
- package/esm/types/operations.d.ts +27 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +77 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/primitives.d.ts +11 -0
- package/esm/types/primitives.d.ts.map +1 -0
- package/esm/types/primitives.js +132 -0
- package/esm/types/primitives.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +43 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/smart-union.d.ts +7 -0
- package/esm/types/smart-union.d.ts.map +1 -0
- package/esm/types/smart-union.js +117 -0
- package/esm/types/smart-union.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/esm/types/unrecognized.d.ts +16 -0
- package/esm/types/unrecognized.d.ts.map +1 -0
- package/esm/types/unrecognized.js +31 -0
- package/esm/types/unrecognized.js.map +1 -0
- package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +29 -0
- package/jsr.json +27 -0
- package/package.json +64 -0
- package/src/core.ts +13 -0
- package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +186 -0
- package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +169 -0
- package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +180 -0
- package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +179 -0
- package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +180 -0
- package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +181 -0
- package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +182 -0
- package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +183 -0
- package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +188 -0
- package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +184 -0
- package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +169 -0
- package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +169 -0
- package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +138 -0
- package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +138 -0
- package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +201 -0
- package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +206 -0
- package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +144 -0
- package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +147 -0
- package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +173 -0
- package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +146 -0
- package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +180 -0
- package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +184 -0
- package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +142 -0
- package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +141 -0
- package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +187 -0
- package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +142 -0
- package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +180 -0
- package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +193 -0
- package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +186 -0
- package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +142 -0
- package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +186 -0
- package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +182 -0
- package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +209 -0
- package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +182 -0
- package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +169 -0
- package/src/funcs/booking-create-booking-api-v1-booking-post.ts +169 -0
- package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +180 -0
- package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +180 -0
- package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +183 -0
- package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +192 -0
- package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +181 -0
- package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +177 -0
- package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +177 -0
- package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +177 -0
- package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +188 -0
- package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +177 -0
- package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +181 -0
- package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +179 -0
- package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +166 -0
- package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +166 -0
- package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +177 -0
- package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +178 -0
- package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +178 -0
- package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +186 -0
- package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +178 -0
- package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +169 -0
- package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +180 -0
- package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +180 -0
- package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +184 -0
- package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +180 -0
- package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +182 -0
- package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +181 -0
- package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +186 -0
- package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +190 -0
- package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +179 -0
- package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +180 -0
- package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +146 -0
- package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +181 -0
- package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +181 -0
- package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +189 -0
- 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
- package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +186 -0
- package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +182 -0
- package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +177 -0
- package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +184 -0
- package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +194 -0
- package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +190 -0
- package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +191 -0
- package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +189 -0
- package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +186 -0
- package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +191 -0
- package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +191 -0
- package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +191 -0
- package/src/funcs/event-create-event-api-v1-event-post.ts +205 -0
- package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +176 -0
- package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +189 -0
- package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +181 -0
- package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +189 -0
- package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +172 -0
- package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +201 -0
- package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +177 -0
- package/src/funcs/event-get-event-list-api-v1-event-get.ts +204 -0
- package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +181 -0
- package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +190 -0
- package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +189 -0
- package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +186 -0
- package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +183 -0
- package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +183 -0
- package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +183 -0
- package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +186 -0
- package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +147 -0
- package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +180 -0
- package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +181 -0
- package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +182 -0
- package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +182 -0
- package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +187 -0
- package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +182 -0
- package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +177 -0
- package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +185 -0
- package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +183 -0
- package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +191 -0
- package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +239 -0
- package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +186 -0
- package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +191 -0
- package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +196 -0
- package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +202 -0
- package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +192 -0
- package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +185 -0
- package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +216 -0
- package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +178 -0
- package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +187 -0
- package/src/funcs/get-feature-flags-config-features-get.ts +141 -0
- package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +187 -0
- package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +142 -0
- package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +142 -0
- package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +142 -0
- package/src/funcs/health-check-health-get.ts +183 -0
- package/src/funcs/metrics-metrics-get.ts +141 -0
- package/src/funcs/notification-health-check-health-notifications-get.ts +141 -0
- package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +183 -0
- package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +185 -0
- package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +169 -0
- package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +189 -0
- package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +143 -0
- package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +181 -0
- package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +184 -0
- package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +186 -0
- package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +185 -0
- package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +186 -0
- package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +142 -0
- package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +177 -0
- package/src/funcs/place-create-place-api-v1-place-post.ts +171 -0
- package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +176 -0
- package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +177 -0
- package/src/funcs/place-get-place-list-api-v1-place-get.ts +176 -0
- package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +177 -0
- package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +178 -0
- package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +186 -0
- package/src/funcs/realtime-get-ws.ts +144 -0
- package/src/funcs/realtime-realtime-info-realtime-info-get.ts +150 -0
- package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +182 -0
- package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +177 -0
- package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +192 -0
- package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +196 -0
- package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +169 -0
- package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +192 -0
- package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +192 -0
- package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +197 -0
- package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +196 -0
- package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +194 -0
- package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +198 -0
- package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +194 -0
- package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +198 -0
- package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +195 -0
- package/src/funcs/space-create-space-api-v1-space-post.ts +166 -0
- package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +184 -0
- package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +170 -0
- package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +176 -0
- package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +191 -0
- package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +182 -0
- package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +189 -0
- package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +181 -0
- package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +189 -0
- package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +192 -0
- package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +195 -0
- package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +198 -0
- package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +189 -0
- package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +198 -0
- package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +190 -0
- package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +198 -0
- package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +192 -0
- package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +213 -0
- package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +186 -0
- package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +177 -0
- package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +181 -0
- package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +181 -0
- package/src/funcs/space-get-space-list-api-v1-space-get.ts +178 -0
- package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +181 -0
- package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +181 -0
- package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +190 -0
- package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +190 -0
- package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +191 -0
- package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +198 -0
- package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +183 -0
- package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +181 -0
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +177 -0
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +181 -0
- 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
- package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +189 -0
- 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
- package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +182 -0
- package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +141 -0
- package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +204 -0
- package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +180 -0
- package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +178 -0
- package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +191 -0
- package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +182 -0
- package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +193 -0
- package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +142 -0
- package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +141 -0
- package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +144 -0
- package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +141 -0
- package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +141 -0
- package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +141 -0
- package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +179 -0
- package/src/funcs/user-get-user-list-api-v1-user-get.ts +186 -0
- package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +192 -0
- package/src/funcs/user-search-users-api-v1-user-search-get.ts +180 -0
- package/src/funcs/user-update-profile-api-v1-user-me-put.ts +169 -0
- package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +208 -0
- package/src/hooks/hooks.ts +132 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +107 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +39 -0
- package/src/lib/config.ts +53 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +501 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +353 -0
- package/src/lib/primitives.ts +150 -0
- package/src/lib/retries.ts +218 -0
- package/src/lib/schemas.ts +94 -0
- package/src/lib/sdks.ts +402 -0
- package/src/lib/security.ts +269 -0
- package/src/lib/url.ts +33 -0
- package/src/models/add-member-request.ts +47 -0
- package/src/models/add-permission-request.ts +41 -0
- package/src/models/add-space-member-request.ts +43 -0
- package/src/models/agent-type.ts +30 -0
- package/src/models/app-ai-agent-adapter-input-api-v1-schemas-send-message-request.ts +43 -0
- package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +72 -0
- package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +57 -0
- package/src/models/app-event-adapter-input-api-v1-response-space-info.ts +50 -0
- package/src/models/app-event-domain-entity-event-space-info.ts +39 -0
- package/src/models/app-space-domain-entity-space-event-space-info.ts +51 -0
- package/src/models/app-user-adapter-input-api-v1-response-message-response.ts +39 -0
- package/src/models/assistant-response.ts +64 -0
- package/src/models/attendee-info.ts +82 -0
- package/src/models/attendee-status.ts +33 -0
- package/src/models/availability-response.ts +62 -0
- package/src/models/avatar-upload-response.ts +47 -0
- package/src/models/base-event-info.ts +71 -0
- package/src/models/body-create-event-api-v1-event-post.ts +82 -0
- package/src/models/body-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +94 -0
- package/src/models/body-update-cover-api-v1-event-event-id-cover-patch.ts +83 -0
- package/src/models/body-upload-avatar-api-v1-user-me-avatar-post.ts +74 -0
- package/src/models/booking-read.ts +93 -0
- package/src/models/bulk-update-parent-request.ts +51 -0
- package/src/models/check-availability-request.ts +65 -0
- package/src/models/combined-metadata-response.ts +38 -0
- package/src/models/contact-list-response.ts +56 -0
- package/src/models/contact-response.ts +192 -0
- package/src/models/contact-search-response.ts +51 -0
- package/src/models/create-booking-request.ts +70 -0
- package/src/models/create-contact-request.ts +190 -0
- package/src/models/create-direct-room-request.ts +41 -0
- package/src/models/create-event-request.ts +152 -0
- package/src/models/create-group-room-request.ts +45 -0
- package/src/models/create-invite-request.ts +44 -0
- package/src/models/create-online-meeting-request.ts +72 -0
- package/src/models/create-organization-request.ts +44 -0
- package/src/models/create-place-response-dto.ts +49 -0
- package/src/models/create-role-request.ts +39 -0
- package/src/models/create-room-request.ts +84 -0
- package/src/models/create-rule-request.ts +83 -0
- package/src/models/create-session-request.ts +67 -0
- package/src/models/create-session-response.ts +120 -0
- package/src/models/create-space-request.ts +51 -0
- package/src/models/create-space-response-dto.ts +67 -0
- package/src/models/create-space-with-parent-request.ts +77 -0
- package/src/models/dashboard-story-response.ts +48 -0
- package/src/models/errors/http-client-errors.ts +62 -0
- package/src/models/errors/http-validation-error.ts +53 -0
- package/src/models/errors/index.ts +10 -0
- package/src/models/errors/response-validation-error.ts +50 -0
- package/src/models/errors/sdk-default-error.ts +40 -0
- package/src/models/errors/sdk-error.ts +35 -0
- package/src/models/errors/sdk-validation-error.ts +54 -0
- package/src/models/event-advanced-filters.ts +118 -0
- package/src/models/event-analytic-total.ts +39 -0
- package/src/models/event-attendee-create.ts +60 -0
- package/src/models/event-attendee-list.ts +46 -0
- package/src/models/event-attendee-read.ts +112 -0
- package/src/models/event-attendee-update.ts +46 -0
- package/src/models/event-date-filter.ts +82 -0
- package/src/models/event-filter-request.ts +63 -0
- package/src/models/event-location-filter.ts +70 -0
- package/src/models/event-pagination-options.ts +42 -0
- package/src/models/event-preview-dto.ts +59 -0
- package/src/models/event-read.ts +143 -0
- package/src/models/event-relationship-filter.ts +72 -0
- package/src/models/event-repeat-filter.ts +65 -0
- package/src/models/event-sort-field-config.ts +83 -0
- package/src/models/event-sort-options.ts +95 -0
- package/src/models/event-status-filter.ts +64 -0
- package/src/models/event-text-filter.ts +52 -0
- package/src/models/event-version-read.ts +102 -0
- package/src/models/execute-rule-request.ts +45 -0
- package/src/models/execute-rule-response.ts +61 -0
- package/src/models/execution-response.ts +82 -0
- package/src/models/filter-operator.ts +37 -0
- package/src/models/get-analytic-totals-dto.ts +46 -0
- package/src/models/get-event-list-response.ts +156 -0
- package/src/models/get-place-list-response-dto.ts +54 -0
- package/src/models/get-space-list-response-dto.ts +117 -0
- package/src/models/get-user-list-response-dto.ts +44 -0
- package/src/models/index.ts +172 -0
- package/src/models/invite-read.ts +81 -0
- package/src/models/location-response.ts +35 -0
- package/src/models/location-update-schema.ts +45 -0
- package/src/models/member-response.ts +52 -0
- package/src/models/members-list-response.ts +43 -0
- package/src/models/metric-breakdown.ts +35 -0
- package/src/models/operations/add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +46 -0
- package/src/models/operations/add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +49 -0
- package/src/models/operations/add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +49 -0
- package/src/models/operations/add-event-attendee-api-v1-events-event-id-attendees-post.ts +46 -0
- package/src/models/operations/add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +52 -0
- package/src/models/operations/add-event-to-space-api-v1-spaces-space-id-events-post.ts +46 -0
- package/src/models/operations/add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +46 -0
- package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +46 -0
- package/src/models/operations/add-space-member-api-v1-space-space-id-members-post.ts +46 -0
- package/src/models/operations/archive-event-api-v1-event-event-id-archive-patch.ts +42 -0
- package/src/models/operations/archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +42 -0
- package/src/models/operations/archive-place-api-v1-place-place-id-archive-patch.ts +42 -0
- package/src/models/operations/archive-space-api-v1-space-space-id-archive-patch.ts +42 -0
- package/src/models/operations/assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +53 -0
- package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +49 -0
- package/src/models/operations/assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +53 -0
- package/src/models/operations/bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +45 -0
- package/src/models/operations/bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +45 -0
- package/src/models/operations/bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +48 -0
- package/src/models/operations/bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +49 -0
- package/src/models/operations/cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +42 -0
- package/src/models/operations/check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +49 -0
- package/src/models/operations/compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +56 -0
- package/src/models/operations/compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +56 -0
- package/src/models/operations/count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +42 -0
- package/src/models/operations/count-space-events-api-v1-spaces-space-id-events-count-get.ts +41 -0
- package/src/models/operations/create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +46 -0
- package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +85 -0
- package/src/models/operations/create-place-api-v1-place-post.ts +34 -0
- package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +49 -0
- package/src/models/operations/create-space-role-api-v1-space-spaces-space-id-roles-post.ts +46 -0
- package/src/models/operations/delete-booking-api-v1-booking-booking-id-delete.ts +42 -0
- package/src/models/operations/delete-contact-api-v1-contacts-contact-id-delete.ts +42 -0
- package/src/models/operations/delete-event-api-v1-event-event-id-delete.ts +42 -0
- package/src/models/operations/delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +49 -0
- package/src/models/operations/delete-message-api-v1-chat-messages-message-id-delete.ts +42 -0
- package/src/models/operations/delete-place-api-v1-place-place-id-delete.ts +42 -0
- package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +42 -0
- package/src/models/operations/delete-rule-api-v1-automation-rules-rule-id-delete.ts +42 -0
- package/src/models/operations/delete-session-api-v1-ai-sessions-session-id-delete.ts +42 -0
- package/src/models/operations/delete-space-api-v1-space-space-id-delete.ts +42 -0
- package/src/models/operations/delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +46 -0
- package/src/models/operations/detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +42 -0
- package/src/models/operations/execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +45 -0
- package/src/models/operations/get-all-tasks-api-v1-automation-metadata-tasks-get.ts +49 -0
- package/src/models/operations/get-booking-by-id-api-v1-booking-booking-id-get.ts +42 -0
- package/src/models/operations/get-bookings-api-v1-booking-get.ts +80 -0
- package/src/models/operations/get-calendar-events-api-v1-event-calendar-get.ts +172 -0
- package/src/models/operations/get-contact-api-v1-contacts-contact-id-get.ts +42 -0
- package/src/models/operations/get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +48 -0
- package/src/models/operations/get-event-attendees-api-v1-events-event-id-attendees-get.ts +68 -0
- package/src/models/operations/get-event-by-id-api-v1-event-event-id-get.ts +42 -0
- package/src/models/operations/get-event-documents-api-v1-events-event-id-documents-get.ts +42 -0
- package/src/models/operations/get-event-list-api-v1-event-get.ts +186 -0
- package/src/models/operations/get-event-location-api-v1-events-event-id-location-get.ts +42 -0
- package/src/models/operations/get-event-settings-api-v1-event-event-id-settings-get.ts +42 -0
- package/src/models/operations/get-event-spaces-api-v1-events-event-id-spaces-get.ts +48 -0
- package/src/models/operations/get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +46 -0
- package/src/models/operations/get-events-by-space-api-v1-event-space-space-id-get.ts +92 -0
- package/src/models/operations/get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +68 -0
- package/src/models/operations/get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +42 -0
- package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +45 -0
- package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +45 -0
- package/src/models/operations/get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +42 -0
- package/src/models/operations/get-message-count-api-v1-chat-room-id-messages-count-get.ts +42 -0
- package/src/models/operations/get-org-costs-api-v1-ai-costs-get.ts +50 -0
- package/src/models/operations/get-organization-endpoint-api-v1-organizations-org-id-get.ts +42 -0
- package/src/models/operations/get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +45 -0
- package/src/models/operations/get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +63 -0
- package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +45 -0
- package/src/models/operations/get-place-by-id-api-v1-place-place-id-get.ts +42 -0
- package/src/models/operations/get-place-list-api-v1-place-get.ts +41 -0
- package/src/models/operations/get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +56 -0
- package/src/models/operations/get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +42 -0
- package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +42 -0
- package/src/models/operations/get-room-by-id-api-v1-chat-rooms-room-id-get.ts +42 -0
- package/src/models/operations/get-rule-api-v1-automation-rules-rule-id-get.ts +42 -0
- package/src/models/operations/get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +45 -0
- package/src/models/operations/get-section-content-api-v1-event-event-id-section-content-get.ts +42 -0
- package/src/models/operations/get-section-identification-api-v1-event-event-id-section-identification-get.ts +45 -0
- package/src/models/operations/get-section-settings-api-v1-event-event-id-section-settings-get.ts +42 -0
- package/src/models/operations/get-session-api-v1-ai-sessions-session-id-get.ts +42 -0
- package/src/models/operations/get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +42 -0
- package/src/models/operations/get-social-feed-api-v1-event-social-feed-get.ts +59 -0
- package/src/models/operations/get-space-by-id-api-v1-space-space-id-get.ts +42 -0
- package/src/models/operations/get-space-children-api-v1-space-space-id-children-get.ts +42 -0
- package/src/models/operations/get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +42 -0
- package/src/models/operations/get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +48 -0
- package/src/models/operations/get-space-documents-api-v1-spaces-space-id-documents-get.ts +42 -0
- package/src/models/operations/get-space-event-api-v1-space-events-space-event-id-get.ts +42 -0
- package/src/models/operations/get-space-events-api-v1-spaces-space-id-events-get.ts +48 -0
- package/src/models/operations/get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +42 -0
- package/src/models/operations/get-space-list-api-v1-space-get.ts +53 -0
- package/src/models/operations/get-space-members-api-v1-space-space-id-members-get.ts +42 -0
- package/src/models/operations/get-space-parent-api-v1-space-space-id-parent-get.ts +42 -0
- package/src/models/operations/get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +46 -0
- package/src/models/operations/get-space-version-api-v1-space-space-id-versions-version-number-get.ts +46 -0
- package/src/models/operations/get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +42 -0
- package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +78 -0
- package/src/models/operations/get-unread-count-api-v1-chat-room-id-unread-count-get.ts +42 -0
- package/src/models/operations/get-user-avatar-api-v1-user-avatar-user-id-get.ts +42 -0
- package/src/models/operations/get-user-list-api-v1-user-get.ts +76 -0
- package/src/models/operations/get-user-profile-by-id-api-v1-user-user-id-get.ts +42 -0
- package/src/models/operations/get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +49 -0
- package/src/models/operations/get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +42 -0
- package/src/models/operations/health-check-health-get.ts +35 -0
- package/src/models/operations/index.ts +179 -0
- package/src/models/operations/join-space-api-v1-space-space-id-join-post.ts +42 -0
- package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +85 -0
- package/src/models/operations/list-contacts-api-v1-contacts-get.ts +67 -0
- package/src/models/operations/list-event-versions-api-v1-event-event-id-versions-get.ts +42 -0
- package/src/models/operations/list-messages-api-v1-chat-room-id-messages-get.ts +55 -0
- package/src/models/operations/list-organizations-endpoint-api-v1-organizations-get.ts +37 -0
- package/src/models/operations/list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +95 -0
- package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +51 -0
- package/src/models/operations/list-room-members-api-v1-chat-rooms-room-id-members-get.ts +42 -0
- package/src/models/operations/list-rules-api-v1-automation-rules-get.ts +49 -0
- package/src/models/operations/list-sessions-api-v1-ai-sessions-get.ts +63 -0
- package/src/models/operations/list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +42 -0
- package/src/models/operations/list-space-versions-api-v1-space-space-id-versions-get.ts +42 -0
- package/src/models/operations/list-user-rooms-api-v1-chat-rooms-get.ts +42 -0
- package/src/models/operations/list-workflow-executions-api-v1-ai-workflows-get.ts +64 -0
- package/src/models/operations/mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +42 -0
- package/src/models/operations/patch-event-content-api-v1-event-event-id-content-patch.ts +46 -0
- package/src/models/operations/patch-event-identification-api-v1-event-event-id-identification-patch.ts +49 -0
- package/src/models/operations/patch-event-settings-api-v1-event-event-id-settings-patch.ts +45 -0
- package/src/models/operations/patch-rule-api-v1-automation-rules-rule-id-patch.ts +46 -0
- package/src/models/operations/publish-event-api-v1-event-event-id-publish-patch.ts +42 -0
- package/src/models/operations/publish-event-version-api-v1-event-event-id-versions-publish-post.ts +42 -0
- package/src/models/operations/publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +49 -0
- package/src/models/operations/publish-place-api-v1-place-place-id-publish-patch.ts +42 -0
- package/src/models/operations/publish-space-api-v1-space-space-id-publish-patch.ts +42 -0
- package/src/models/operations/publish-space-api-v1-space-space-id-publish-post.ts +42 -0
- package/src/models/operations/remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +45 -0
- package/src/models/operations/remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +49 -0
- package/src/models/operations/remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +49 -0
- package/src/models/operations/remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +49 -0
- package/src/models/operations/remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +48 -0
- package/src/models/operations/remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +42 -0
- package/src/models/operations/remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +49 -0
- package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +49 -0
- 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
- package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +49 -0
- package/src/models/operations/remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +46 -0
- 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
- package/src/models/operations/rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +49 -0
- package/src/models/operations/rollback-space-api-v1-space-space-id-rollback-post.ts +46 -0
- package/src/models/operations/search-contacts-api-v1-contacts-search-get.ts +49 -0
- package/src/models/operations/search-users-api-v1-user-search-get.ts +61 -0
- package/src/models/operations/send-message-api-v1-ai-sessions-session-id-messages-post.ts +48 -0
- package/src/models/operations/send-message-api-v1-chat-room-id-messages-post.ts +48 -0
- package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +46 -0
- package/src/models/operations/toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +46 -0
- package/src/models/operations/transfer-event-api-v1-event-event-id-transfer-post.ts +46 -0
- package/src/models/operations/transfer-space-api-v1-space-space-id-transfer-post.ts +46 -0
- package/src/models/operations/trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +45 -0
- package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +88 -0
- package/src/models/operations/unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +45 -0
- package/src/models/operations/unpublish-space-api-v1-space-space-id-unpublish-post.ts +42 -0
- package/src/models/operations/update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +55 -0
- package/src/models/operations/update-booking-api-v1-booking-booking-id-put.ts +46 -0
- package/src/models/operations/update-contact-api-v1-contacts-contact-id-put.ts +46 -0
- package/src/models/operations/update-cover-api-v1-event-event-id-cover-patch.ts +46 -0
- package/src/models/operations/update-event-api-v1-event-event-id-put.ts +46 -0
- package/src/models/operations/update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +53 -0
- package/src/models/operations/update-event-location-api-v1-events-event-id-location-put.ts +45 -0
- package/src/models/operations/update-organization-endpoint-api-v1-organizations-org-id-put.ts +46 -0
- package/src/models/operations/update-place-api-v1-place-place-id-put.ts +46 -0
- package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +46 -0
- package/src/models/operations/update-room-api-v1-chat-rooms-room-id-patch.ts +46 -0
- package/src/models/operations/update-rule-api-v1-automation-rules-rule-id-put.ts +46 -0
- package/src/models/operations/update-space-api-v1-space-space-id-put.ts +46 -0
- package/src/models/operations/update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +50 -0
- package/src/models/operations/update-space-parent-api-v1-space-space-id-parent-patch.ts +46 -0
- package/src/models/operations/update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +50 -0
- package/src/models/operations/validate-timezone-api-v1-event-timezones-validate-get.ts +34 -0
- package/src/models/org-cost-detail-response.ts +51 -0
- package/src/models/org-cost-summary.ts +78 -0
- package/src/models/organization-read.ts +49 -0
- package/src/models/organization-response.ts +49 -0
- package/src/models/paginated-event-list-response.ts +40 -0
- package/src/models/paginated-space-list-response-dto.ts +78 -0
- package/src/models/pagination-meta.ts +69 -0
- package/src/models/permission-audit-stats.ts +101 -0
- package/src/models/permission-response.ts +39 -0
- package/src/models/place-analytic-total.ts +39 -0
- package/src/models/publish-event-with-notifications-request.ts +50 -0
- package/src/models/pulse-dto.ts +42 -0
- package/src/models/role-list-response.ts +69 -0
- package/src/models/role-response.ts +70 -0
- package/src/models/rollback-space-request.ts +44 -0
- package/src/models/room-list-response.ts +51 -0
- package/src/models/room-response.ts +61 -0
- package/src/models/room-type.ts +18 -0
- package/src/models/rule-list-response.ts +37 -0
- package/src/models/rule-response.ts +80 -0
- package/src/models/section-content-read.ts +68 -0
- package/src/models/section-identification-read.ts +50 -0
- package/src/models/section-settings-read.ts +79 -0
- package/src/models/security.ts +38 -0
- package/src/models/send-message-response.ts +77 -0
- package/src/models/sender-profile.ts +64 -0
- package/src/models/session-cost-breakdown.ts +77 -0
- package/src/models/session-list-response.ts +53 -0
- package/src/models/session-status.ts +31 -0
- package/src/models/set-permissions-request.ts +41 -0
- package/src/models/space-analytic-total.ts +39 -0
- package/src/models/space-contact-create.ts +44 -0
- package/src/models/space-contact-info.ts +84 -0
- package/src/models/space-contact-list.ts +46 -0
- package/src/models/space-contact-read.ts +77 -0
- package/src/models/space-event-create.ts +44 -0
- package/src/models/space-event-info.ts +76 -0
- package/src/models/space-event-list.ts +46 -0
- package/src/models/space-event-read.ts +88 -0
- package/src/models/space-hierarchy-item.ts +57 -0
- package/src/models/space-inheritance-settings.ts +51 -0
- package/src/models/space-member-response.ts +73 -0
- package/src/models/space-role-create.ts +34 -0
- package/src/models/space-role-permission-assign.ts +41 -0
- package/src/models/space-role-read.ts +59 -0
- package/src/models/space-role-update.ts +34 -0
- package/src/models/space-role.ts +28 -0
- package/src/models/space-story-dto.ts +75 -0
- package/src/models/space-version-contact.ts +47 -0
- package/src/models/space-version-list-response.ts +40 -0
- package/src/models/space-version-member.ts +53 -0
- package/src/models/space-version-profile.ts +49 -0
- package/src/models/space-version-read.ts +98 -0
- package/src/models/space-with-relationships-response.ts +66 -0
- package/src/models/start-workflow-async-response.ts +58 -0
- package/src/models/start-workflow-request.ts +71 -0
- package/src/models/sub-space-display-data.ts +54 -0
- package/src/models/task-metadata.ts +121 -0
- package/src/models/toggle-favorite-request.ts +44 -0
- package/src/models/token-usage.ts +42 -0
- package/src/models/transfer-event-request.ts +41 -0
- package/src/models/transfer-space-request.ts +41 -0
- package/src/models/transfer-space-response.ts +53 -0
- package/src/models/update-booking-request.ts +69 -0
- package/src/models/update-contact-request.ts +190 -0
- package/src/models/update-event-content-request.ts +44 -0
- package/src/models/update-event-identification-request.ts +41 -0
- package/src/models/update-event-settings-request.ts +48 -0
- package/src/models/update-organization-request.ts +44 -0
- package/src/models/update-parent-request.ts +44 -0
- package/src/models/update-place-request.ts +51 -0
- package/src/models/update-place-response-dto.ts +54 -0
- package/src/models/update-profile-request.ts +53 -0
- package/src/models/update-role-request.ts +39 -0
- package/src/models/update-room-request.ts +51 -0
- package/src/models/update-rule-request.ts +57 -0
- package/src/models/update-space-member-role-request.ts +39 -0
- package/src/models/update-space-response-dto.ts +67 -0
- package/src/models/user-context-response.ts +61 -0
- package/src/models/user-cost-breakdown.ts +60 -0
- package/src/models/user-profile-response.ts +75 -0
- package/src/models/user-search-response-dto.ts +69 -0
- package/src/models/validation-error.ts +54 -0
- package/src/models/version-comparison-response.ts +53 -0
- package/src/models/workflow-execution-list-response.ts +53 -0
- package/src/models/workflow-execution-response.ts +123 -0
- package/src/models/workflow-status.ts +33 -0
- package/src/models/workflow-type.ts +28 -0
- package/src/sdk/ai-agent.ts +234 -0
- package/src/sdk/analytic.ts +35 -0
- package/src/sdk/audit-logs.ts +82 -0
- package/src/sdk/auth-context.ts +28 -0
- package/src/sdk/automation-cron.ts +80 -0
- package/src/sdk/automation-metadata.ts +123 -0
- package/src/sdk/automation-rules.ts +379 -0
- package/src/sdk/booking.ts +141 -0
- package/src/sdk/chat-messages.ts +104 -0
- package/src/sdk/chat-rooms.ts +133 -0
- package/src/sdk/contacts.ts +139 -0
- package/src/sdk/custom-roles.ts +228 -0
- package/src/sdk/event-attendees.ts +184 -0
- package/src/sdk/event-documents.ts +71 -0
- package/src/sdk/event-location.ts +50 -0
- package/src/sdk/event-timeline.ts +121 -0
- package/src/sdk/event.ts +587 -0
- package/src/sdk/health.ts +32 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/organizations.ts +197 -0
- package/src/sdk/permissions.ts +49 -0
- package/src/sdk/place.ts +115 -0
- package/src/sdk/public-events.ts +31 -0
- package/src/sdk/realtime.ts +51 -0
- package/src/sdk/sdk.ts +357 -0
- package/src/sdk/space-contacts.ts +254 -0
- package/src/sdk/space-documents.ts +71 -0
- package/src/sdk/space-events.ts +244 -0
- package/src/sdk/space-member-roles.ts +80 -0
- package/src/sdk/space-roles.ts +167 -0
- package/src/sdk/space.ts +815 -0
- package/src/sdk/timezones.ts +58 -0
- package/src/sdk/user.ts +206 -0
- package/src/types/async.ts +68 -0
- package/src/types/blobs.ts +33 -0
- package/src/types/const-date-time.ts +15 -0
- package/src/types/default-to-zero-value.ts +33 -0
- package/src/types/enums.ts +45 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +13 -0
- package/src/types/operations.ts +105 -0
- package/src/types/primitives.ts +168 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/smart-union.ts +153 -0
- package/src/types/streams.ts +21 -0
- package/src/types/unrecognized.ts +35 -0
package/src/sdk/sdk.ts
ADDED
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { getFeatureFlagsConfigFeaturesGet } from "../funcs/get-feature-flags-config-features-get.js";
|
|
6
|
+
import { getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet } from "../funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js";
|
|
7
|
+
import { handleOrgCreatedApiV1IntegrationOrgCreatedPost } from "../funcs/handle-org-created-api-v1-integration-org-created-post.js";
|
|
8
|
+
import { handleOrgRemovedApiV1IntegrationOrgRemovedPost } from "../funcs/handle-org-removed-api-v1-integration-org-removed-post.js";
|
|
9
|
+
import { handleUserRemovedApiV1IntegrationUserRemovedPost } from "../funcs/handle-user-removed-api-v1-integration-user-removed-post.js";
|
|
10
|
+
import { healthCheckHealthGet } from "../funcs/health-check-health-get.js";
|
|
11
|
+
import { metricsMetricsGet } from "../funcs/metrics-metrics-get.js";
|
|
12
|
+
import { notificationHealthCheckHealthNotificationsGet } from "../funcs/notification-health-check-health-notifications-get.js";
|
|
13
|
+
import { triggerSentryErrorSentryDebugGet } from "../funcs/trigger-sentry-error-sentry-debug-get.js";
|
|
14
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
15
|
+
import * as models from "../models/index.js";
|
|
16
|
+
import * as operations from "../models/operations/index.js";
|
|
17
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
18
|
+
import { AiAgent } from "./ai-agent.js";
|
|
19
|
+
import { Analytic } from "./analytic.js";
|
|
20
|
+
import { AuditLogs } from "./audit-logs.js";
|
|
21
|
+
import { AuthContext } from "./auth-context.js";
|
|
22
|
+
import { AutomationCron } from "./automation-cron.js";
|
|
23
|
+
import { AutomationMetadata } from "./automation-metadata.js";
|
|
24
|
+
import { AutomationRules } from "./automation-rules.js";
|
|
25
|
+
import { Booking } from "./booking.js";
|
|
26
|
+
import { ChatMessages } from "./chat-messages.js";
|
|
27
|
+
import { ChatRooms } from "./chat-rooms.js";
|
|
28
|
+
import { Contacts } from "./contacts.js";
|
|
29
|
+
import { CustomRoles } from "./custom-roles.js";
|
|
30
|
+
import { EventAttendees } from "./event-attendees.js";
|
|
31
|
+
import { EventDocuments } from "./event-documents.js";
|
|
32
|
+
import { EventLocation } from "./event-location.js";
|
|
33
|
+
import { EventTimeline } from "./event-timeline.js";
|
|
34
|
+
import { Event } from "./event.js";
|
|
35
|
+
import { Health } from "./health.js";
|
|
36
|
+
import { Organizations } from "./organizations.js";
|
|
37
|
+
import { Permissions } from "./permissions.js";
|
|
38
|
+
import { Place } from "./place.js";
|
|
39
|
+
import { PublicEvents } from "./public-events.js";
|
|
40
|
+
import { Realtime } from "./realtime.js";
|
|
41
|
+
import { SpaceContacts } from "./space-contacts.js";
|
|
42
|
+
import { SpaceDocuments } from "./space-documents.js";
|
|
43
|
+
import { SpaceEvents } from "./space-events.js";
|
|
44
|
+
import { SpaceMemberRoles } from "./space-member-roles.js";
|
|
45
|
+
import { SpaceRoles } from "./space-roles.js";
|
|
46
|
+
import { Space } from "./space.js";
|
|
47
|
+
import { Timezones } from "./timezones.js";
|
|
48
|
+
import { User } from "./user.js";
|
|
49
|
+
|
|
50
|
+
export class SDK extends ClientSDK {
|
|
51
|
+
private _user?: User;
|
|
52
|
+
get user(): User {
|
|
53
|
+
return (this._user ??= new User(this._options));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
private _authContext?: AuthContext;
|
|
57
|
+
get authContext(): AuthContext {
|
|
58
|
+
return (this._authContext ??= new AuthContext(this._options));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
private _auditLogs?: AuditLogs;
|
|
62
|
+
get auditLogs(): AuditLogs {
|
|
63
|
+
return (this._auditLogs ??= new AuditLogs(this._options));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
private _event?: Event;
|
|
67
|
+
get event(): Event {
|
|
68
|
+
return (this._event ??= new Event(this._options));
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
private _timezones?: Timezones;
|
|
72
|
+
get timezones(): Timezones {
|
|
73
|
+
return (this._timezones ??= new Timezones(this._options));
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
private _eventAttendees?: EventAttendees;
|
|
77
|
+
get eventAttendees(): EventAttendees {
|
|
78
|
+
return (this._eventAttendees ??= new EventAttendees(this._options));
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
private _eventTimeline?: EventTimeline;
|
|
82
|
+
get eventTimeline(): EventTimeline {
|
|
83
|
+
return (this._eventTimeline ??= new EventTimeline(this._options));
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
private _eventDocuments?: EventDocuments;
|
|
87
|
+
get eventDocuments(): EventDocuments {
|
|
88
|
+
return (this._eventDocuments ??= new EventDocuments(this._options));
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
private _eventLocation?: EventLocation;
|
|
92
|
+
get eventLocation(): EventLocation {
|
|
93
|
+
return (this._eventLocation ??= new EventLocation(this._options));
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
private _space?: Space;
|
|
97
|
+
get space(): Space {
|
|
98
|
+
return (this._space ??= new Space(this._options));
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
private _spaceRoles?: SpaceRoles;
|
|
102
|
+
get spaceRoles(): SpaceRoles {
|
|
103
|
+
return (this._spaceRoles ??= new SpaceRoles(this._options));
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
private _spaceMemberRoles?: SpaceMemberRoles;
|
|
107
|
+
get spaceMemberRoles(): SpaceMemberRoles {
|
|
108
|
+
return (this._spaceMemberRoles ??= new SpaceMemberRoles(this._options));
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
private _spaceContacts?: SpaceContacts;
|
|
112
|
+
get spaceContacts(): SpaceContacts {
|
|
113
|
+
return (this._spaceContacts ??= new SpaceContacts(this._options));
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
private _spaceEvents?: SpaceEvents;
|
|
117
|
+
get spaceEvents(): SpaceEvents {
|
|
118
|
+
return (this._spaceEvents ??= new SpaceEvents(this._options));
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
private _spaceDocuments?: SpaceDocuments;
|
|
122
|
+
get spaceDocuments(): SpaceDocuments {
|
|
123
|
+
return (this._spaceDocuments ??= new SpaceDocuments(this._options));
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
private _place?: Place;
|
|
127
|
+
get place(): Place {
|
|
128
|
+
return (this._place ??= new Place(this._options));
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
private _analytic?: Analytic;
|
|
132
|
+
get analytic(): Analytic {
|
|
133
|
+
return (this._analytic ??= new Analytic(this._options));
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
private _organizations?: Organizations;
|
|
137
|
+
get organizations(): Organizations {
|
|
138
|
+
return (this._organizations ??= new Organizations(this._options));
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
private _customRoles?: CustomRoles;
|
|
142
|
+
get customRoles(): CustomRoles {
|
|
143
|
+
return (this._customRoles ??= new CustomRoles(this._options));
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
private _permissions?: Permissions;
|
|
147
|
+
get permissions(): Permissions {
|
|
148
|
+
return (this._permissions ??= new Permissions(this._options));
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
private _booking?: Booking;
|
|
152
|
+
get booking(): Booking {
|
|
153
|
+
return (this._booking ??= new Booking(this._options));
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
private _chatRooms?: ChatRooms;
|
|
157
|
+
get chatRooms(): ChatRooms {
|
|
158
|
+
return (this._chatRooms ??= new ChatRooms(this._options));
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
private _chatMessages?: ChatMessages;
|
|
162
|
+
get chatMessages(): ChatMessages {
|
|
163
|
+
return (this._chatMessages ??= new ChatMessages(this._options));
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
private _aiAgent?: AiAgent;
|
|
167
|
+
get aiAgent(): AiAgent {
|
|
168
|
+
return (this._aiAgent ??= new AiAgent(this._options));
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
private _contacts?: Contacts;
|
|
172
|
+
get contacts(): Contacts {
|
|
173
|
+
return (this._contacts ??= new Contacts(this._options));
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
private _automationRules?: AutomationRules;
|
|
177
|
+
get automationRules(): AutomationRules {
|
|
178
|
+
return (this._automationRules ??= new AutomationRules(this._options));
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
private _automationMetadata?: AutomationMetadata;
|
|
182
|
+
get automationMetadata(): AutomationMetadata {
|
|
183
|
+
return (this._automationMetadata ??= new AutomationMetadata(this._options));
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
private _automationCron?: AutomationCron;
|
|
187
|
+
get automationCron(): AutomationCron {
|
|
188
|
+
return (this._automationCron ??= new AutomationCron(this._options));
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
private _health?: Health;
|
|
192
|
+
get health(): Health {
|
|
193
|
+
return (this._health ??= new Health(this._options));
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
private _publicEvents?: PublicEvents;
|
|
197
|
+
get publicEvents(): PublicEvents {
|
|
198
|
+
return (this._publicEvents ??= new PublicEvents(this._options));
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
private _realtime?: Realtime;
|
|
202
|
+
get realtime(): Realtime {
|
|
203
|
+
return (this._realtime ??= new Realtime(this._options));
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Webhook from Zitadel for organization creation
|
|
208
|
+
*
|
|
209
|
+
* @remarks
|
|
210
|
+
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
211
|
+
* when a new organization is created.
|
|
212
|
+
*/
|
|
213
|
+
async handleOrgCreatedApiV1IntegrationOrgCreatedPost(
|
|
214
|
+
options?: RequestOptions,
|
|
215
|
+
): Promise<any> {
|
|
216
|
+
return unwrapAsync(handleOrgCreatedApiV1IntegrationOrgCreatedPost(
|
|
217
|
+
this,
|
|
218
|
+
options,
|
|
219
|
+
));
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Webhook from Zitadel for organization removal
|
|
224
|
+
*
|
|
225
|
+
* @remarks
|
|
226
|
+
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
227
|
+
* when an organization is removed.
|
|
228
|
+
*/
|
|
229
|
+
async handleOrgRemovedApiV1IntegrationOrgRemovedPost(
|
|
230
|
+
options?: RequestOptions,
|
|
231
|
+
): Promise<any> {
|
|
232
|
+
return unwrapAsync(handleOrgRemovedApiV1IntegrationOrgRemovedPost(
|
|
233
|
+
this,
|
|
234
|
+
options,
|
|
235
|
+
));
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Webhook from Zitadel for user removal
|
|
240
|
+
*
|
|
241
|
+
* @remarks
|
|
242
|
+
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
243
|
+
* when a user is removed.
|
|
244
|
+
*/
|
|
245
|
+
async handleUserRemovedApiV1IntegrationUserRemovedPost(
|
|
246
|
+
options?: RequestOptions,
|
|
247
|
+
): Promise<any> {
|
|
248
|
+
return unwrapAsync(handleUserRemovedApiV1IntegrationUserRemovedPost(
|
|
249
|
+
this,
|
|
250
|
+
options,
|
|
251
|
+
));
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Get Latest Published Version
|
|
256
|
+
*
|
|
257
|
+
* @remarks
|
|
258
|
+
* Get the latest published version of a space.
|
|
259
|
+
* Public access permitted.
|
|
260
|
+
*/
|
|
261
|
+
async getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet(
|
|
262
|
+
request:
|
|
263
|
+
operations.GetLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGetRequest,
|
|
264
|
+
options?: RequestOptions,
|
|
265
|
+
): Promise<models.SpaceVersionRead> {
|
|
266
|
+
return unwrapAsync(
|
|
267
|
+
getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet(
|
|
268
|
+
this,
|
|
269
|
+
request,
|
|
270
|
+
options,
|
|
271
|
+
),
|
|
272
|
+
);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* Health Check
|
|
277
|
+
*
|
|
278
|
+
* @remarks
|
|
279
|
+
* Health endpoint.
|
|
280
|
+
*
|
|
281
|
+
* - Default (`/health` or `/health?shallow=true`) is **liveness**: fast, no external deps.
|
|
282
|
+
* - Optional (`/health?deep=true` or `/health?shallow=false`) performs **readiness** checks.
|
|
283
|
+
*
|
|
284
|
+
* Readiness only treats DB + Redis as critical. Other checks are informational/skipped.
|
|
285
|
+
*/
|
|
286
|
+
async healthCheckHealthGet(
|
|
287
|
+
request?: operations.HealthCheckHealthGetRequest | undefined,
|
|
288
|
+
options?: RequestOptions,
|
|
289
|
+
): Promise<any> {
|
|
290
|
+
return unwrapAsync(healthCheckHealthGet(
|
|
291
|
+
this,
|
|
292
|
+
request,
|
|
293
|
+
options,
|
|
294
|
+
));
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Trigger Sentry Error
|
|
299
|
+
*
|
|
300
|
+
* @remarks
|
|
301
|
+
* Test endpoint to verify Sentry integration.
|
|
302
|
+
* This endpoint intentionally raises an error to test error tracking.
|
|
303
|
+
*/
|
|
304
|
+
async triggerSentryErrorSentryDebugGet(
|
|
305
|
+
options?: RequestOptions,
|
|
306
|
+
): Promise<any> {
|
|
307
|
+
return unwrapAsync(triggerSentryErrorSentryDebugGet(
|
|
308
|
+
this,
|
|
309
|
+
options,
|
|
310
|
+
));
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Notification Health Check
|
|
315
|
+
*
|
|
316
|
+
* @remarks
|
|
317
|
+
* Health check endpoint for notification services configuration.
|
|
318
|
+
*/
|
|
319
|
+
async notificationHealthCheckHealthNotificationsGet(
|
|
320
|
+
options?: RequestOptions,
|
|
321
|
+
): Promise<any> {
|
|
322
|
+
return unwrapAsync(notificationHealthCheckHealthNotificationsGet(
|
|
323
|
+
this,
|
|
324
|
+
options,
|
|
325
|
+
));
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Metrics
|
|
330
|
+
*
|
|
331
|
+
* @remarks
|
|
332
|
+
* Prometheus metrics endpoint for monitoring.
|
|
333
|
+
*/
|
|
334
|
+
async metricsMetricsGet(
|
|
335
|
+
options?: RequestOptions,
|
|
336
|
+
): Promise<any> {
|
|
337
|
+
return unwrapAsync(metricsMetricsGet(
|
|
338
|
+
this,
|
|
339
|
+
options,
|
|
340
|
+
));
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* Get Feature Flags
|
|
345
|
+
*
|
|
346
|
+
* @remarks
|
|
347
|
+
* Get current feature flag status for frontend clients.
|
|
348
|
+
*/
|
|
349
|
+
async getFeatureFlagsConfigFeaturesGet(
|
|
350
|
+
options?: RequestOptions,
|
|
351
|
+
): Promise<any> {
|
|
352
|
+
return unwrapAsync(getFeatureFlagsConfigFeaturesGet(
|
|
353
|
+
this,
|
|
354
|
+
options,
|
|
355
|
+
));
|
|
356
|
+
}
|
|
357
|
+
}
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { spaceContactsAddContactToSpaceApiV1SpacesSpaceIdContactsPost } from "../funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js";
|
|
6
|
+
import { spaceContactsBulkAddContactsToSpaceApiV1SpacesSpaceIdContactsBulkPost } from "../funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js";
|
|
7
|
+
import { spaceContactsBulkRemoveContactsFromSpaceApiV1SpacesSpaceIdContactsBulkDelete } from "../funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js";
|
|
8
|
+
import { spaceContactsCountSpaceContactsApiV1SpacesSpaceIdContactsCountGet } from "../funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js";
|
|
9
|
+
import { spaceContactsGetContactSpacesApiV1ContactsContactIdSpacesGet } from "../funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js";
|
|
10
|
+
import { spaceContactsGetSpaceContactApiV1SpaceContactsSpaceContactIdGet } from "../funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js";
|
|
11
|
+
import { spaceContactsGetSpaceContactsApiV1SpacesSpaceIdContactsGet } from "../funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js";
|
|
12
|
+
import { spaceContactsRemoveContactFromSpaceApiV1SpaceContactsSpaceContactIdDelete } from "../funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js";
|
|
13
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
14
|
+
import * as models from "../models/index.js";
|
|
15
|
+
import * as operations from "../models/operations/index.js";
|
|
16
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
17
|
+
|
|
18
|
+
export class SpaceContacts extends ClientSDK {
|
|
19
|
+
/**
|
|
20
|
+
* Get Space Contacts
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Get all contacts for a specific space.
|
|
24
|
+
*
|
|
25
|
+
* Args:
|
|
26
|
+
* space_id: Space ID
|
|
27
|
+
* limit: Maximum number of contacts to return
|
|
28
|
+
* offset: Number of contacts to skip
|
|
29
|
+
* current_user: Current authenticated user
|
|
30
|
+
* tenant_ctx: Tenant context
|
|
31
|
+
* service: Space contact service
|
|
32
|
+
*
|
|
33
|
+
* Returns:
|
|
34
|
+
* List of space contacts with total count
|
|
35
|
+
*/
|
|
36
|
+
async getSpaceContactsApiV1SpacesSpaceIdContactsGet(
|
|
37
|
+
request: operations.GetSpaceContactsApiV1SpacesSpaceIdContactsGetRequest,
|
|
38
|
+
options?: RequestOptions,
|
|
39
|
+
): Promise<models.SpaceContactList> {
|
|
40
|
+
return unwrapAsync(
|
|
41
|
+
spaceContactsGetSpaceContactsApiV1SpacesSpaceIdContactsGet(
|
|
42
|
+
this,
|
|
43
|
+
request,
|
|
44
|
+
options,
|
|
45
|
+
),
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Add Contact To Space
|
|
51
|
+
*
|
|
52
|
+
* @remarks
|
|
53
|
+
* Add a contact to a space.
|
|
54
|
+
*
|
|
55
|
+
* Args:
|
|
56
|
+
* space_id: Space ID
|
|
57
|
+
* request: Space contact creation request
|
|
58
|
+
* current_user: Current authenticated user
|
|
59
|
+
* tenant_ctx: Tenant context
|
|
60
|
+
* service: Space contact service
|
|
61
|
+
*
|
|
62
|
+
* Returns:
|
|
63
|
+
* Created space contact
|
|
64
|
+
*/
|
|
65
|
+
async addContactToSpaceApiV1SpacesSpaceIdContactsPost(
|
|
66
|
+
request: operations.AddContactToSpaceApiV1SpacesSpaceIdContactsPostRequest,
|
|
67
|
+
options?: RequestOptions,
|
|
68
|
+
): Promise<models.SpaceContactRead> {
|
|
69
|
+
return unwrapAsync(
|
|
70
|
+
spaceContactsAddContactToSpaceApiV1SpacesSpaceIdContactsPost(
|
|
71
|
+
this,
|
|
72
|
+
request,
|
|
73
|
+
options,
|
|
74
|
+
),
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Get Contact Spaces
|
|
80
|
+
*
|
|
81
|
+
* @remarks
|
|
82
|
+
* Get all spaces for a specific contact.
|
|
83
|
+
*
|
|
84
|
+
* Args:
|
|
85
|
+
* contact_id: Contact ID
|
|
86
|
+
* limit: Maximum number of spaces to return
|
|
87
|
+
* offset: Number of spaces to skip
|
|
88
|
+
* current_user: Current authenticated user
|
|
89
|
+
* tenant_ctx: Tenant context
|
|
90
|
+
* service: Space contact service
|
|
91
|
+
*
|
|
92
|
+
* Returns:
|
|
93
|
+
* List of space contacts
|
|
94
|
+
*/
|
|
95
|
+
async getContactSpacesApiV1ContactsContactIdSpacesGet(
|
|
96
|
+
request: operations.GetContactSpacesApiV1ContactsContactIdSpacesGetRequest,
|
|
97
|
+
options?: RequestOptions,
|
|
98
|
+
): Promise<Array<models.SpaceContactRead>> {
|
|
99
|
+
return unwrapAsync(
|
|
100
|
+
spaceContactsGetContactSpacesApiV1ContactsContactIdSpacesGet(
|
|
101
|
+
this,
|
|
102
|
+
request,
|
|
103
|
+
options,
|
|
104
|
+
),
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Get Space Contact
|
|
110
|
+
*
|
|
111
|
+
* @remarks
|
|
112
|
+
* Get space contact by ID.
|
|
113
|
+
*
|
|
114
|
+
* Args:
|
|
115
|
+
* space_contact_id: Space contact relationship ID
|
|
116
|
+
* current_user: Current authenticated user
|
|
117
|
+
* tenant_ctx: Tenant context
|
|
118
|
+
* service: Space contact service
|
|
119
|
+
*
|
|
120
|
+
* Returns:
|
|
121
|
+
* Space contact details
|
|
122
|
+
*/
|
|
123
|
+
async getSpaceContactApiV1SpaceContactsSpaceContactIdGet(
|
|
124
|
+
request:
|
|
125
|
+
operations.GetSpaceContactApiV1SpaceContactsSpaceContactIdGetRequest,
|
|
126
|
+
options?: RequestOptions,
|
|
127
|
+
): Promise<models.SpaceContactRead> {
|
|
128
|
+
return unwrapAsync(
|
|
129
|
+
spaceContactsGetSpaceContactApiV1SpaceContactsSpaceContactIdGet(
|
|
130
|
+
this,
|
|
131
|
+
request,
|
|
132
|
+
options,
|
|
133
|
+
),
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Remove Contact From Space
|
|
139
|
+
*
|
|
140
|
+
* @remarks
|
|
141
|
+
* Remove a contact from a space.
|
|
142
|
+
*
|
|
143
|
+
* Args:
|
|
144
|
+
* space_contact_id: Space contact relationship ID
|
|
145
|
+
* current_user: Current authenticated user
|
|
146
|
+
* tenant_ctx: Tenant context
|
|
147
|
+
* service: Space contact service
|
|
148
|
+
*
|
|
149
|
+
* Returns:
|
|
150
|
+
* Success message
|
|
151
|
+
*/
|
|
152
|
+
async removeContactFromSpaceApiV1SpaceContactsSpaceContactIdDelete(
|
|
153
|
+
request:
|
|
154
|
+
operations.RemoveContactFromSpaceApiV1SpaceContactsSpaceContactIdDeleteRequest,
|
|
155
|
+
options?: RequestOptions,
|
|
156
|
+
): Promise<{ [k: string]: any }> {
|
|
157
|
+
return unwrapAsync(
|
|
158
|
+
spaceContactsRemoveContactFromSpaceApiV1SpaceContactsSpaceContactIdDelete(
|
|
159
|
+
this,
|
|
160
|
+
request,
|
|
161
|
+
options,
|
|
162
|
+
),
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Bulk Add Contacts To Space
|
|
168
|
+
*
|
|
169
|
+
* @remarks
|
|
170
|
+
* Add multiple contacts to a space.
|
|
171
|
+
*
|
|
172
|
+
* Args:
|
|
173
|
+
* space_id: Space ID
|
|
174
|
+
* contact_ids: List of contact IDs to add
|
|
175
|
+
* current_user: Current authenticated user
|
|
176
|
+
* tenant_ctx: Tenant context
|
|
177
|
+
* service: Space contact service
|
|
178
|
+
*
|
|
179
|
+
* Returns:
|
|
180
|
+
* List of created space contacts
|
|
181
|
+
*/
|
|
182
|
+
async bulkAddContactsToSpaceApiV1SpacesSpaceIdContactsBulkPost(
|
|
183
|
+
request:
|
|
184
|
+
operations.BulkAddContactsToSpaceApiV1SpacesSpaceIdContactsBulkPostRequest,
|
|
185
|
+
options?: RequestOptions,
|
|
186
|
+
): Promise<Array<models.SpaceContactRead>> {
|
|
187
|
+
return unwrapAsync(
|
|
188
|
+
spaceContactsBulkAddContactsToSpaceApiV1SpacesSpaceIdContactsBulkPost(
|
|
189
|
+
this,
|
|
190
|
+
request,
|
|
191
|
+
options,
|
|
192
|
+
),
|
|
193
|
+
);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Bulk Remove Contacts From Space
|
|
198
|
+
*
|
|
199
|
+
* @remarks
|
|
200
|
+
* Bulk remove contacts from a space.
|
|
201
|
+
*
|
|
202
|
+
* Args:
|
|
203
|
+
* space_id: Space ID
|
|
204
|
+
* contact_ids: List of contact IDs to remove
|
|
205
|
+
* current_user: Current authenticated user
|
|
206
|
+
* tenant_ctx: Tenant context
|
|
207
|
+
* service: Space contact service
|
|
208
|
+
*
|
|
209
|
+
* Returns:
|
|
210
|
+
* Number of contacts removed
|
|
211
|
+
*/
|
|
212
|
+
async bulkRemoveContactsFromSpaceApiV1SpacesSpaceIdContactsBulkDelete(
|
|
213
|
+
request:
|
|
214
|
+
operations.BulkRemoveContactsFromSpaceApiV1SpacesSpaceIdContactsBulkDeleteRequest,
|
|
215
|
+
options?: RequestOptions,
|
|
216
|
+
): Promise<{ [k: string]: any }> {
|
|
217
|
+
return unwrapAsync(
|
|
218
|
+
spaceContactsBulkRemoveContactsFromSpaceApiV1SpacesSpaceIdContactsBulkDelete(
|
|
219
|
+
this,
|
|
220
|
+
request,
|
|
221
|
+
options,
|
|
222
|
+
),
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Count Space Contacts
|
|
228
|
+
*
|
|
229
|
+
* @remarks
|
|
230
|
+
* Count contacts in a space.
|
|
231
|
+
*
|
|
232
|
+
* Args:
|
|
233
|
+
* space_id: Space ID
|
|
234
|
+
* current_user: Current authenticated user
|
|
235
|
+
* tenant_ctx: Tenant context
|
|
236
|
+
* service: Space contact service
|
|
237
|
+
*
|
|
238
|
+
* Returns:
|
|
239
|
+
* Number of contacts in space
|
|
240
|
+
*/
|
|
241
|
+
async countSpaceContactsApiV1SpacesSpaceIdContactsCountGet(
|
|
242
|
+
request:
|
|
243
|
+
operations.CountSpaceContactsApiV1SpacesSpaceIdContactsCountGetRequest,
|
|
244
|
+
options?: RequestOptions,
|
|
245
|
+
): Promise<{ [k: string]: any }> {
|
|
246
|
+
return unwrapAsync(
|
|
247
|
+
spaceContactsCountSpaceContactsApiV1SpacesSpaceIdContactsCountGet(
|
|
248
|
+
this,
|
|
249
|
+
request,
|
|
250
|
+
options,
|
|
251
|
+
),
|
|
252
|
+
);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { spaceDocumentsAddDocumentToSpaceApiV1SpacesSpaceIdDocumentsDocumentIdPost } from "../funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js";
|
|
6
|
+
import { spaceDocumentsGetSpaceDocumentsApiV1SpacesSpaceIdDocumentsGet } from "../funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js";
|
|
7
|
+
import { spaceDocumentsRemoveDocumentFromSpaceApiV1SpacesSpaceIdDocumentsDocumentIdDelete } from "../funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js";
|
|
8
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
9
|
+
import * as operations from "../models/operations/index.js";
|
|
10
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
11
|
+
|
|
12
|
+
export class SpaceDocuments extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Add Document To Space
|
|
15
|
+
*
|
|
16
|
+
* @remarks
|
|
17
|
+
* Associate a document with a space.
|
|
18
|
+
*/
|
|
19
|
+
async addDocumentToSpaceApiV1SpacesSpaceIdDocumentsDocumentIdPost(
|
|
20
|
+
request:
|
|
21
|
+
operations.AddDocumentToSpaceApiV1SpacesSpaceIdDocumentsDocumentIdPostRequest,
|
|
22
|
+
options?: RequestOptions,
|
|
23
|
+
): Promise<any> {
|
|
24
|
+
return unwrapAsync(
|
|
25
|
+
spaceDocumentsAddDocumentToSpaceApiV1SpacesSpaceIdDocumentsDocumentIdPost(
|
|
26
|
+
this,
|
|
27
|
+
request,
|
|
28
|
+
options,
|
|
29
|
+
),
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Remove Document From Space
|
|
35
|
+
*
|
|
36
|
+
* @remarks
|
|
37
|
+
* Remove a document from a space.
|
|
38
|
+
*/
|
|
39
|
+
async removeDocumentFromSpaceApiV1SpacesSpaceIdDocumentsDocumentIdDelete(
|
|
40
|
+
request:
|
|
41
|
+
operations.RemoveDocumentFromSpaceApiV1SpacesSpaceIdDocumentsDocumentIdDeleteRequest,
|
|
42
|
+
options?: RequestOptions,
|
|
43
|
+
): Promise<void> {
|
|
44
|
+
return unwrapAsync(
|
|
45
|
+
spaceDocumentsRemoveDocumentFromSpaceApiV1SpacesSpaceIdDocumentsDocumentIdDelete(
|
|
46
|
+
this,
|
|
47
|
+
request,
|
|
48
|
+
options,
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Get Space Documents
|
|
55
|
+
*
|
|
56
|
+
* @remarks
|
|
57
|
+
* Get all documents for a space.
|
|
58
|
+
*/
|
|
59
|
+
async getSpaceDocumentsApiV1SpacesSpaceIdDocumentsGet(
|
|
60
|
+
request: operations.GetSpaceDocumentsApiV1SpacesSpaceIdDocumentsGetRequest,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<Array<string>> {
|
|
63
|
+
return unwrapAsync(
|
|
64
|
+
spaceDocumentsGetSpaceDocumentsApiV1SpacesSpaceIdDocumentsGet(
|
|
65
|
+
this,
|
|
66
|
+
request,
|
|
67
|
+
options,
|
|
68
|
+
),
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
}
|