@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
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type TransferEventApiV1EventEventIdTransferPostRequest = {
|
|
10
|
+
eventId: number;
|
|
11
|
+
body: models.TransferEventRequest;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type TransferEventApiV1EventEventIdTransferPostRequest$Outbound = {
|
|
16
|
+
event_id: number;
|
|
17
|
+
body: models.TransferEventRequest$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const TransferEventApiV1EventEventIdTransferPostRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
TransferEventApiV1EventEventIdTransferPostRequest$Outbound,
|
|
24
|
+
TransferEventApiV1EventEventIdTransferPostRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
eventId: z.int(),
|
|
28
|
+
body: models.TransferEventRequest$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
eventId: "event_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function transferEventApiV1EventEventIdTransferPostRequestToJSON(
|
|
38
|
+
transferEventApiV1EventEventIdTransferPostRequest:
|
|
39
|
+
TransferEventApiV1EventEventIdTransferPostRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
TransferEventApiV1EventEventIdTransferPostRequest$outboundSchema.parse(
|
|
43
|
+
transferEventApiV1EventEventIdTransferPostRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type TransferSpaceApiV1SpaceSpaceIdTransferPostRequest = {
|
|
10
|
+
spaceId: number;
|
|
11
|
+
body: models.TransferSpaceRequest;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type TransferSpaceApiV1SpaceSpaceIdTransferPostRequest$Outbound = {
|
|
16
|
+
space_id: number;
|
|
17
|
+
body: models.TransferSpaceRequest$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const TransferSpaceApiV1SpaceSpaceIdTransferPostRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
TransferSpaceApiV1SpaceSpaceIdTransferPostRequest$Outbound,
|
|
24
|
+
TransferSpaceApiV1SpaceSpaceIdTransferPostRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
spaceId: z.int(),
|
|
28
|
+
body: models.TransferSpaceRequest$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
spaceId: "space_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function transferSpaceApiV1SpaceSpaceIdTransferPostRequestToJSON(
|
|
38
|
+
transferSpaceApiV1SpaceSpaceIdTransferPostRequest:
|
|
39
|
+
TransferSpaceApiV1SpaceSpaceIdTransferPostRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
TransferSpaceApiV1SpaceSpaceIdTransferPostRequest$outboundSchema.parse(
|
|
43
|
+
transferSpaceApiV1SpaceSpaceIdTransferPostRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest =
|
|
9
|
+
{
|
|
10
|
+
xAutomationKey: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
/** @internal */
|
|
14
|
+
export type TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest$Outbound =
|
|
15
|
+
{
|
|
16
|
+
"X-Automation-Key": string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest$outboundSchema:
|
|
21
|
+
z.ZodMiniType<
|
|
22
|
+
TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest$Outbound,
|
|
23
|
+
TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest
|
|
24
|
+
> = z.pipe(
|
|
25
|
+
z.object({
|
|
26
|
+
xAutomationKey: z.string(),
|
|
27
|
+
}),
|
|
28
|
+
z.transform((v) => {
|
|
29
|
+
return remap$(v, {
|
|
30
|
+
xAutomationKey: "X-Automation-Key",
|
|
31
|
+
});
|
|
32
|
+
}),
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
export function triggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequestToJSON(
|
|
36
|
+
triggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest:
|
|
37
|
+
TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest,
|
|
38
|
+
): string {
|
|
39
|
+
return JSON.stringify(
|
|
40
|
+
TriggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest$outboundSchema
|
|
41
|
+
.parse(
|
|
42
|
+
triggerScheduledAutomationApiV1AutomationApiV1AutomationCronTriggerScheduledPostRequest,
|
|
43
|
+
),
|
|
44
|
+
);
|
|
45
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity =
|
|
9
|
+
{
|
|
10
|
+
permissionDependency: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest =
|
|
14
|
+
{
|
|
15
|
+
eventId: number;
|
|
16
|
+
milestoneEventId: number;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity$Outbound =
|
|
21
|
+
{
|
|
22
|
+
PermissionDependency: string;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity$outboundSchema:
|
|
27
|
+
z.ZodMiniType<
|
|
28
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity$Outbound,
|
|
29
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity
|
|
30
|
+
> = z.pipe(
|
|
31
|
+
z.object({
|
|
32
|
+
permissionDependency: z.string(),
|
|
33
|
+
}),
|
|
34
|
+
z.transform((v) => {
|
|
35
|
+
return remap$(v, {
|
|
36
|
+
permissionDependency: "PermissionDependency",
|
|
37
|
+
});
|
|
38
|
+
}),
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
export function unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurityToJSON(
|
|
42
|
+
unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity:
|
|
43
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity,
|
|
44
|
+
): string {
|
|
45
|
+
return JSON.stringify(
|
|
46
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity$outboundSchema
|
|
47
|
+
.parse(
|
|
48
|
+
unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteSecurity,
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/** @internal */
|
|
54
|
+
export type UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest$Outbound =
|
|
55
|
+
{
|
|
56
|
+
event_id: number;
|
|
57
|
+
milestone_event_id: number;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/** @internal */
|
|
61
|
+
export const UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest$outboundSchema:
|
|
62
|
+
z.ZodMiniType<
|
|
63
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest$Outbound,
|
|
64
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest
|
|
65
|
+
> = z.pipe(
|
|
66
|
+
z.object({
|
|
67
|
+
eventId: z.int(),
|
|
68
|
+
milestoneEventId: z.int(),
|
|
69
|
+
}),
|
|
70
|
+
z.transform((v) => {
|
|
71
|
+
return remap$(v, {
|
|
72
|
+
eventId: "event_id",
|
|
73
|
+
milestoneEventId: "milestone_event_id",
|
|
74
|
+
});
|
|
75
|
+
}),
|
|
76
|
+
);
|
|
77
|
+
|
|
78
|
+
export function unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequestToJSON(
|
|
79
|
+
unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest:
|
|
80
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest,
|
|
81
|
+
): string {
|
|
82
|
+
return JSON.stringify(
|
|
83
|
+
UnlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest$outboundSchema
|
|
84
|
+
.parse(
|
|
85
|
+
unlinkMilestoneApiV1EventEventIdTimelineMilestoneEventIdDeleteRequest,
|
|
86
|
+
),
|
|
87
|
+
);
|
|
88
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest =
|
|
9
|
+
{
|
|
10
|
+
eventId: number;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
/** @internal */
|
|
14
|
+
export type UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest$Outbound =
|
|
15
|
+
{
|
|
16
|
+
event_id: number;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest$outboundSchema:
|
|
21
|
+
z.ZodMiniType<
|
|
22
|
+
UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest$Outbound,
|
|
23
|
+
UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest
|
|
24
|
+
> = z.pipe(
|
|
25
|
+
z.object({
|
|
26
|
+
eventId: z.int(),
|
|
27
|
+
}),
|
|
28
|
+
z.transform((v) => {
|
|
29
|
+
return remap$(v, {
|
|
30
|
+
eventId: "event_id",
|
|
31
|
+
});
|
|
32
|
+
}),
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
export function unpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequestToJSON(
|
|
36
|
+
unpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest:
|
|
37
|
+
UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest,
|
|
38
|
+
): string {
|
|
39
|
+
return JSON.stringify(
|
|
40
|
+
UnpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest$outboundSchema
|
|
41
|
+
.parse(
|
|
42
|
+
unpublishEventVersionApiV1EventEventIdVersionsUnpublishPostRequest,
|
|
43
|
+
),
|
|
44
|
+
);
|
|
45
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
|
|
8
|
+
export type UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest = {
|
|
9
|
+
spaceId: number;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest$Outbound = {
|
|
14
|
+
space_id: number;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
/** @internal */
|
|
18
|
+
export const UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest$outboundSchema:
|
|
19
|
+
z.ZodMiniType<
|
|
20
|
+
UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest$Outbound,
|
|
21
|
+
UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest
|
|
22
|
+
> = z.pipe(
|
|
23
|
+
z.object({
|
|
24
|
+
spaceId: z.int(),
|
|
25
|
+
}),
|
|
26
|
+
z.transform((v) => {
|
|
27
|
+
return remap$(v, {
|
|
28
|
+
spaceId: "space_id",
|
|
29
|
+
});
|
|
30
|
+
}),
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
export function unpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequestToJSON(
|
|
34
|
+
unpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest:
|
|
35
|
+
UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest,
|
|
36
|
+
): string {
|
|
37
|
+
return JSON.stringify(
|
|
38
|
+
UnpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest$outboundSchema.parse(
|
|
39
|
+
unpublishSpaceApiV1SpaceSpaceIdUnpublishPostRequest,
|
|
40
|
+
),
|
|
41
|
+
);
|
|
42
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest =
|
|
10
|
+
{
|
|
11
|
+
eventId: number;
|
|
12
|
+
/**
|
|
13
|
+
* Attendee status enumeration.
|
|
14
|
+
*/
|
|
15
|
+
status: models.AttendeeStatus;
|
|
16
|
+
body: Array<string>;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest$Outbound =
|
|
21
|
+
{
|
|
22
|
+
event_id: number;
|
|
23
|
+
status: string;
|
|
24
|
+
body: Array<string>;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest$outboundSchema:
|
|
29
|
+
z.ZodMiniType<
|
|
30
|
+
UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest$Outbound,
|
|
31
|
+
UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest
|
|
32
|
+
> = z.pipe(
|
|
33
|
+
z.object({
|
|
34
|
+
eventId: z.int(),
|
|
35
|
+
status: models.AttendeeStatus$outboundSchema,
|
|
36
|
+
body: z.array(z.string()),
|
|
37
|
+
}),
|
|
38
|
+
z.transform((v) => {
|
|
39
|
+
return remap$(v, {
|
|
40
|
+
eventId: "event_id",
|
|
41
|
+
});
|
|
42
|
+
}),
|
|
43
|
+
);
|
|
44
|
+
|
|
45
|
+
export function updateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequestToJSON(
|
|
46
|
+
updateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest:
|
|
47
|
+
UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest,
|
|
48
|
+
): string {
|
|
49
|
+
return JSON.stringify(
|
|
50
|
+
UpdateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest$outboundSchema
|
|
51
|
+
.parse(
|
|
52
|
+
updateAttendeesStatusBulkApiV1EventsEventIdAttendeesBulkStatusPatchRequest,
|
|
53
|
+
),
|
|
54
|
+
);
|
|
55
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateBookingApiV1BookingBookingIdPutRequest = {
|
|
10
|
+
bookingId: number;
|
|
11
|
+
body: models.UpdateBookingRequest;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type UpdateBookingApiV1BookingBookingIdPutRequest$Outbound = {
|
|
16
|
+
booking_id: number;
|
|
17
|
+
body: models.UpdateBookingRequest$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const UpdateBookingApiV1BookingBookingIdPutRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
UpdateBookingApiV1BookingBookingIdPutRequest$Outbound,
|
|
24
|
+
UpdateBookingApiV1BookingBookingIdPutRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
bookingId: z.int(),
|
|
28
|
+
body: models.UpdateBookingRequest$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
bookingId: "booking_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function updateBookingApiV1BookingBookingIdPutRequestToJSON(
|
|
38
|
+
updateBookingApiV1BookingBookingIdPutRequest:
|
|
39
|
+
UpdateBookingApiV1BookingBookingIdPutRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
UpdateBookingApiV1BookingBookingIdPutRequest$outboundSchema.parse(
|
|
43
|
+
updateBookingApiV1BookingBookingIdPutRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateContactApiV1ContactsContactIdPutRequest = {
|
|
10
|
+
contactId: string;
|
|
11
|
+
body: models.UpdateContactRequest;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type UpdateContactApiV1ContactsContactIdPutRequest$Outbound = {
|
|
16
|
+
contact_id: string;
|
|
17
|
+
body: models.UpdateContactRequest$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const UpdateContactApiV1ContactsContactIdPutRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
UpdateContactApiV1ContactsContactIdPutRequest$Outbound,
|
|
24
|
+
UpdateContactApiV1ContactsContactIdPutRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
contactId: z.string(),
|
|
28
|
+
body: models.UpdateContactRequest$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
contactId: "contact_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function updateContactApiV1ContactsContactIdPutRequestToJSON(
|
|
38
|
+
updateContactApiV1ContactsContactIdPutRequest:
|
|
39
|
+
UpdateContactApiV1ContactsContactIdPutRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
UpdateContactApiV1ContactsContactIdPutRequest$outboundSchema.parse(
|
|
43
|
+
updateContactApiV1ContactsContactIdPutRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateCoverApiV1EventEventIdCoverPatchRequest = {
|
|
10
|
+
eventId: number;
|
|
11
|
+
body: models.BodyUpdateCoverApiV1EventEventIdCoverPatch;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type UpdateCoverApiV1EventEventIdCoverPatchRequest$Outbound = {
|
|
16
|
+
event_id: number;
|
|
17
|
+
body: models.BodyUpdateCoverApiV1EventEventIdCoverPatch$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const UpdateCoverApiV1EventEventIdCoverPatchRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
UpdateCoverApiV1EventEventIdCoverPatchRequest$Outbound,
|
|
24
|
+
UpdateCoverApiV1EventEventIdCoverPatchRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
eventId: z.int(),
|
|
28
|
+
body: models.BodyUpdateCoverApiV1EventEventIdCoverPatch$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
eventId: "event_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function updateCoverApiV1EventEventIdCoverPatchRequestToJSON(
|
|
38
|
+
updateCoverApiV1EventEventIdCoverPatchRequest:
|
|
39
|
+
UpdateCoverApiV1EventEventIdCoverPatchRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
UpdateCoverApiV1EventEventIdCoverPatchRequest$outboundSchema.parse(
|
|
43
|
+
updateCoverApiV1EventEventIdCoverPatchRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateEventApiV1EventEventIdPutRequest = {
|
|
10
|
+
eventId: number;
|
|
11
|
+
body: models.CreateEventRequest;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type UpdateEventApiV1EventEventIdPutRequest$Outbound = {
|
|
16
|
+
event_id: number;
|
|
17
|
+
body: models.CreateEventRequest$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const UpdateEventApiV1EventEventIdPutRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
UpdateEventApiV1EventEventIdPutRequest$Outbound,
|
|
24
|
+
UpdateEventApiV1EventEventIdPutRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
eventId: z.int(),
|
|
28
|
+
body: models.CreateEventRequest$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
eventId: "event_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function updateEventApiV1EventEventIdPutRequestToJSON(
|
|
38
|
+
updateEventApiV1EventEventIdPutRequest:
|
|
39
|
+
UpdateEventApiV1EventEventIdPutRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
UpdateEventApiV1EventEventIdPutRequest$outboundSchema.parse(
|
|
43
|
+
updateEventApiV1EventEventIdPutRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest =
|
|
10
|
+
{
|
|
11
|
+
eventId: number;
|
|
12
|
+
attendeeId: number;
|
|
13
|
+
body: models.EventAttendeeUpdate;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
/** @internal */
|
|
17
|
+
export type UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest$Outbound =
|
|
18
|
+
{
|
|
19
|
+
event_id: number;
|
|
20
|
+
attendee_id: number;
|
|
21
|
+
body: models.EventAttendeeUpdate$Outbound;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
/** @internal */
|
|
25
|
+
export const UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest$outboundSchema:
|
|
26
|
+
z.ZodMiniType<
|
|
27
|
+
UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest$Outbound,
|
|
28
|
+
UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest
|
|
29
|
+
> = z.pipe(
|
|
30
|
+
z.object({
|
|
31
|
+
eventId: z.int(),
|
|
32
|
+
attendeeId: z.int(),
|
|
33
|
+
body: models.EventAttendeeUpdate$outboundSchema,
|
|
34
|
+
}),
|
|
35
|
+
z.transform((v) => {
|
|
36
|
+
return remap$(v, {
|
|
37
|
+
eventId: "event_id",
|
|
38
|
+
attendeeId: "attendee_id",
|
|
39
|
+
});
|
|
40
|
+
}),
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
export function updateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequestToJSON(
|
|
44
|
+
updateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest:
|
|
45
|
+
UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest,
|
|
46
|
+
): string {
|
|
47
|
+
return JSON.stringify(
|
|
48
|
+
UpdateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest$outboundSchema
|
|
49
|
+
.parse(
|
|
50
|
+
updateEventAttendeeApiV1EventsEventIdAttendeesAttendeeIdPutRequest,
|
|
51
|
+
),
|
|
52
|
+
);
|
|
53
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
|
|
9
|
+
export type UpdateEventLocationApiV1EventsEventIdLocationPutRequest = {
|
|
10
|
+
eventId: number;
|
|
11
|
+
body: models.LocationUpdateSchema;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type UpdateEventLocationApiV1EventsEventIdLocationPutRequest$Outbound = {
|
|
16
|
+
event_id: number;
|
|
17
|
+
body: models.LocationUpdateSchema$Outbound;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const UpdateEventLocationApiV1EventsEventIdLocationPutRequest$outboundSchema:
|
|
22
|
+
z.ZodMiniType<
|
|
23
|
+
UpdateEventLocationApiV1EventsEventIdLocationPutRequest$Outbound,
|
|
24
|
+
UpdateEventLocationApiV1EventsEventIdLocationPutRequest
|
|
25
|
+
> = z.pipe(
|
|
26
|
+
z.object({
|
|
27
|
+
eventId: z.int(),
|
|
28
|
+
body: models.LocationUpdateSchema$outboundSchema,
|
|
29
|
+
}),
|
|
30
|
+
z.transform((v) => {
|
|
31
|
+
return remap$(v, {
|
|
32
|
+
eventId: "event_id",
|
|
33
|
+
});
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export function updateEventLocationApiV1EventsEventIdLocationPutRequestToJSON(
|
|
38
|
+
updateEventLocationApiV1EventsEventIdLocationPutRequest:
|
|
39
|
+
UpdateEventLocationApiV1EventsEventIdLocationPutRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
UpdateEventLocationApiV1EventsEventIdLocationPutRequest$outboundSchema
|
|
43
|
+
.parse(updateEventLocationApiV1EventsEventIdLocationPutRequest),
|
|
44
|
+
);
|
|
45
|
+
}
|