@linebundle-sdk/ts 0.1.20 → 0.3.0
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 +6 -7
- package/README.md +284 -310
- package/esm/core.d.ts +1 -1
- package/esm/core.d.ts.map +1 -1
- package/esm/core.js +1 -1
- package/esm/core.js.map +1 -1
- package/esm/funcs/ai-agent-cancel-workflow.d.ts +19 -0
- package/esm/funcs/ai-agent-cancel-workflow.d.ts.map +1 -0
- package/esm/funcs/ai-agent-cancel-workflow.js +89 -0
- package/esm/funcs/ai-agent-cancel-workflow.js.map +1 -0
- package/esm/funcs/ai-agent-create-session.d.ts +18 -0
- package/esm/funcs/ai-agent-create-session.d.ts.map +1 -0
- package/esm/funcs/ai-agent-create-session.js +82 -0
- package/esm/funcs/ai-agent-create-session.js.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session-costs.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs.js +89 -0
- package/esm/funcs/ai-agent-get-session-costs.js.map +1 -0
- package/esm/funcs/ai-agent-get-session.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session.js +88 -0
- package/esm/funcs/ai-agent-get-session.js.map +1 -0
- package/esm/funcs/ai-agent-list-sessions.d.ts +19 -0
- package/esm/funcs/ai-agent-list-sessions.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-sessions.js +89 -0
- package/esm/funcs/ai-agent-list-sessions.js.map +1 -0
- package/esm/funcs/ai-agent-list-workflows.d.ts +19 -0
- package/esm/funcs/ai-agent-list-workflows.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-workflows.js +90 -0
- package/esm/funcs/ai-agent-list-workflows.js.map +1 -0
- package/esm/funcs/ai-agent-send-message.d.ts +19 -0
- package/esm/funcs/ai-agent-send-message.d.ts.map +1 -0
- package/esm/funcs/ai-agent-send-message.js +90 -0
- package/esm/funcs/ai-agent-send-message.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow-async.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async.js +82 -0
- package/esm/funcs/ai-agent-start-workflow-async.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow.js +82 -0
- package/esm/funcs/ai-agent-start-workflow.js.map +1 -0
- package/esm/funcs/ai-agents-get-org-costs.d.ts +19 -0
- package/esm/funcs/ai-agents-get-org-costs.d.ts.map +1 -0
- package/esm/funcs/ai-agents-get-org-costs.js +87 -0
- package/esm/funcs/ai-agents-get-org-costs.js.map +1 -0
- package/esm/funcs/ai-delete-session.d.ts +18 -0
- package/esm/funcs/ai-delete-session.d.ts.map +1 -0
- package/esm/funcs/ai-delete-session.js +88 -0
- package/esm/funcs/ai-delete-session.js.map +1 -0
- package/esm/funcs/ai-workflows-get-execution-details.d.ts +19 -0
- package/esm/funcs/ai-workflows-get-execution-details.d.ts.map +1 -0
- package/esm/funcs/ai-workflows-get-execution-details.js +89 -0
- package/esm/funcs/ai-workflows-get-execution-details.js.map +1 -0
- package/esm/funcs/analytic-get-dashboard.d.ts +14 -0
- package/esm/funcs/analytic-get-dashboard.d.ts.map +1 -0
- package/esm/funcs/analytic-get-dashboard.js +64 -0
- package/esm/funcs/analytic-get-dashboard.js.map +1 -0
- package/esm/funcs/analytic-get-totals.d.ts +14 -0
- package/esm/funcs/analytic-get-totals.d.ts.map +1 -0
- package/esm/funcs/analytic-get-totals.js +64 -0
- package/esm/funcs/analytic-get-totals.js.map +1 -0
- package/esm/funcs/audit-logs-get-permission-stats.d.ts +32 -0
- package/esm/funcs/audit-logs-get-permission-stats.d.ts.map +1 -0
- package/esm/funcs/audit-logs-get-permission-stats.js +102 -0
- package/esm/funcs/audit-logs-get-permission-stats.js.map +1 -0
- package/esm/funcs/audit-logs-list-permissions.d.ts +35 -0
- package/esm/funcs/audit-logs-list-permissions.d.ts.map +1 -0
- package/esm/funcs/audit-logs-list-permissions.js +108 -0
- package/esm/funcs/audit-logs-list-permissions.js.map +1 -0
- package/esm/funcs/auth-contexts-get.d.ts +20 -0
- package/esm/funcs/auth-contexts-get.d.ts.map +1 -0
- package/esm/funcs/auth-contexts-get.js +70 -0
- package/esm/funcs/auth-contexts-get.js.map +1 -0
- package/esm/funcs/automation-cron-health-check.d.ts +20 -0
- package/esm/funcs/automation-cron-health-check.d.ts.map +1 -0
- package/esm/funcs/automation-cron-health-check.js +71 -0
- package/esm/funcs/automation-cron-health-check.js.map +1 -0
- package/esm/funcs/automation-cron-trigger-scheduled.d.ts +44 -0
- package/esm/funcs/automation-cron-trigger-scheduled.d.ts.map +1 -0
- package/esm/funcs/automation-cron-trigger-scheduled.js +109 -0
- package/esm/funcs/automation-cron-trigger-scheduled.js.map +1 -0
- package/esm/funcs/automation-metadata-get-actions.d.ts +17 -0
- package/esm/funcs/automation-metadata-get-actions.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-actions.js +68 -0
- package/esm/funcs/automation-metadata-get-actions.js.map +1 -0
- package/esm/funcs/automation-metadata-get-task.d.ts +19 -0
- package/esm/funcs/automation-metadata-get-task.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-task.js +89 -0
- package/esm/funcs/automation-metadata-get-task.js.map +1 -0
- package/esm/funcs/automation-metadata-get-tasks.d.ts +19 -0
- package/esm/funcs/automation-metadata-get-tasks.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-tasks.js +89 -0
- package/esm/funcs/automation-metadata-get-tasks.js.map +1 -0
- package/esm/funcs/automation-metadata-get-triggers.d.ts +17 -0
- package/esm/funcs/automation-metadata-get-triggers.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-triggers.js +68 -0
- package/esm/funcs/automation-metadata-get-triggers.js.map +1 -0
- package/esm/funcs/automation-rules-create.d.ts +22 -0
- package/esm/funcs/automation-rules-create.d.ts.map +1 -0
- package/esm/funcs/automation-rules-create.js +86 -0
- package/esm/funcs/automation-rules-create.js.map +1 -0
- package/esm/funcs/automation-rules-delete.d.ts +18 -0
- package/esm/funcs/automation-rules-delete.d.ts.map +1 -0
- package/esm/funcs/automation-rules-delete.js +88 -0
- package/esm/funcs/automation-rules-delete.js.map +1 -0
- package/esm/funcs/automation-rules-execute.d.ts +19 -0
- package/esm/funcs/automation-rules-execute.d.ts.map +1 -0
- package/esm/funcs/automation-rules-execute.js +90 -0
- package/esm/funcs/automation-rules-execute.js.map +1 -0
- package/esm/funcs/automation-rules-get-conditions.d.ts +17 -0
- package/esm/funcs/automation-rules-get-conditions.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-conditions.js +68 -0
- package/esm/funcs/automation-rules-get-conditions.js.map +1 -0
- package/esm/funcs/automation-rules-get-executions.d.ts +21 -0
- package/esm/funcs/automation-rules-get-executions.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-executions.js +95 -0
- package/esm/funcs/automation-rules-get-executions.js.map +1 -0
- package/esm/funcs/automation-rules-get-metadata.d.ts +17 -0
- package/esm/funcs/automation-rules-get-metadata.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-metadata.js +67 -0
- package/esm/funcs/automation-rules-get-metadata.js.map +1 -0
- package/esm/funcs/automation-rules-get.d.ts +19 -0
- package/esm/funcs/automation-rules-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get.js +88 -0
- package/esm/funcs/automation-rules-get.js.map +1 -0
- package/esm/funcs/automation-rules-list.d.ts +23 -0
- package/esm/funcs/automation-rules-list.d.ts.map +1 -0
- package/esm/funcs/automation-rules-list.js +92 -0
- package/esm/funcs/automation-rules-list.js.map +1 -0
- package/esm/funcs/automation-rules-patch.d.ts +19 -0
- package/esm/funcs/automation-rules-patch.d.ts.map +1 -0
- package/esm/funcs/automation-rules-patch.js +90 -0
- package/esm/funcs/automation-rules-patch.js.map +1 -0
- package/esm/funcs/automation-rules-update.d.ts +19 -0
- package/esm/funcs/automation-rules-update.d.ts.map +1 -0
- package/esm/funcs/automation-rules-update.js +90 -0
- package/esm/funcs/automation-rules-update.js.map +1 -0
- package/esm/funcs/booking-create.d.ts +18 -0
- package/esm/funcs/booking-create.d.ts.map +1 -0
- package/esm/funcs/booking-create.js +82 -0
- package/esm/funcs/booking-create.js.map +1 -0
- package/esm/funcs/bookings-check-availability.d.ts +18 -0
- package/esm/funcs/bookings-check-availability.d.ts.map +1 -0
- package/esm/funcs/bookings-check-availability.js +82 -0
- package/esm/funcs/bookings-check-availability.js.map +1 -0
- package/esm/funcs/bookings-delete.d.ts +18 -0
- package/esm/funcs/bookings-delete.d.ts.map +1 -0
- package/esm/funcs/bookings-delete.js +88 -0
- package/esm/funcs/bookings-delete.js.map +1 -0
- package/esm/funcs/bookings-get-by-id.d.ts +19 -0
- package/esm/funcs/bookings-get-by-id.d.ts.map +1 -0
- package/esm/funcs/bookings-get-by-id.js +88 -0
- package/esm/funcs/bookings-get-by-id.js.map +1 -0
- package/esm/funcs/bookings-get-place-schedule.d.ts +19 -0
- package/esm/funcs/bookings-get-place-schedule.d.ts.map +1 -0
- package/esm/funcs/bookings-get-place-schedule.js +94 -0
- package/esm/funcs/bookings-get-place-schedule.js.map +1 -0
- package/esm/funcs/bookings-list.d.ts +19 -0
- package/esm/funcs/bookings-list.d.ts.map +1 -0
- package/esm/funcs/bookings-list.js +91 -0
- package/esm/funcs/bookings-list.js.map +1 -0
- package/esm/funcs/bookings-update.d.ts +19 -0
- package/esm/funcs/bookings-update.d.ts.map +1 -0
- package/esm/funcs/bookings-update.js +89 -0
- package/esm/funcs/bookings-update.js.map +1 -0
- package/esm/funcs/chat-messages-delete.d.ts +15 -0
- package/esm/funcs/chat-messages-delete.d.ts.map +1 -0
- package/esm/funcs/chat-messages-delete.js +85 -0
- package/esm/funcs/chat-messages-delete.js.map +1 -0
- package/esm/funcs/chat-messages-get-count.d.ts +17 -0
- package/esm/funcs/chat-messages-get-count.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-count.js +85 -0
- package/esm/funcs/chat-messages-get-count.js.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count.d.ts +17 -0
- package/esm/funcs/chat-messages-get-unread-count.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count.js +85 -0
- package/esm/funcs/chat-messages-get-unread-count.js.map +1 -0
- package/esm/funcs/chat-messages-list.d.ts +16 -0
- package/esm/funcs/chat-messages-list.d.ts.map +1 -0
- package/esm/funcs/chat-messages-list.js +90 -0
- package/esm/funcs/chat-messages-list.js.map +1 -0
- package/esm/funcs/chat-messages-mark-read.d.ts +15 -0
- package/esm/funcs/chat-messages-mark-read.d.ts.map +1 -0
- package/esm/funcs/chat-messages-mark-read.js +85 -0
- package/esm/funcs/chat-messages-mark-read.js.map +1 -0
- package/esm/funcs/chat-messages-send.d.ts +16 -0
- package/esm/funcs/chat-messages-send.d.ts.map +1 -0
- package/esm/funcs/chat-messages-send.js +86 -0
- package/esm/funcs/chat-messages-send.js.map +1 -0
- package/esm/funcs/chat-rooms-add-member.d.ts +16 -0
- package/esm/funcs/chat-rooms-add-member.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-add-member.js +87 -0
- package/esm/funcs/chat-rooms-add-member.js.map +1 -0
- package/esm/funcs/chat-rooms-create-direct.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-direct.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-direct.js +79 -0
- package/esm/funcs/chat-rooms-create-direct.js.map +1 -0
- package/esm/funcs/chat-rooms-create-group.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-group.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-group.js +79 -0
- package/esm/funcs/chat-rooms-create-group.js.map +1 -0
- package/esm/funcs/chat-rooms-get-by-id.d.ts +16 -0
- package/esm/funcs/chat-rooms-get-by-id.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-get-by-id.js +85 -0
- package/esm/funcs/chat-rooms-get-by-id.js.map +1 -0
- package/esm/funcs/chat-rooms-list-members.d.ts +16 -0
- package/esm/funcs/chat-rooms-list-members.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list-members.js +86 -0
- package/esm/funcs/chat-rooms-list-members.js.map +1 -0
- package/esm/funcs/chat-rooms-list.d.ts +16 -0
- package/esm/funcs/chat-rooms-list.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list.js +84 -0
- package/esm/funcs/chat-rooms-list.js.map +1 -0
- package/esm/funcs/chat-rooms-remove-member.d.ts +15 -0
- package/esm/funcs/chat-rooms-remove-member.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-remove-member.js +89 -0
- package/esm/funcs/chat-rooms-remove-member.js.map +1 -0
- package/esm/funcs/chat-rooms-update.d.ts +16 -0
- package/esm/funcs/chat-rooms-update.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-update.js +86 -0
- package/esm/funcs/chat-rooms-update.js.map +1 -0
- package/esm/funcs/contacts-create.d.ts +18 -0
- package/esm/funcs/contacts-create.d.ts.map +1 -0
- package/esm/funcs/contacts-create.js +82 -0
- package/esm/funcs/contacts-create.js.map +1 -0
- package/esm/funcs/contacts-delete.d.ts +18 -0
- package/esm/funcs/contacts-delete.d.ts.map +1 -0
- package/esm/funcs/contacts-delete.js +88 -0
- package/esm/funcs/contacts-delete.js.map +1 -0
- package/esm/funcs/contacts-get.d.ts +19 -0
- package/esm/funcs/contacts-get.d.ts.map +1 -0
- package/esm/funcs/contacts-get.js +88 -0
- package/esm/funcs/contacts-get.js.map +1 -0
- package/esm/funcs/contacts-list.d.ts +19 -0
- package/esm/funcs/contacts-list.d.ts.map +1 -0
- package/esm/funcs/contacts-list.js +90 -0
- package/esm/funcs/contacts-list.js.map +1 -0
- package/esm/funcs/contacts-search.d.ts +19 -0
- package/esm/funcs/contacts-search.d.ts.map +1 -0
- package/esm/funcs/contacts-search.js +88 -0
- package/esm/funcs/contacts-search.js.map +1 -0
- package/esm/funcs/contacts-toggle-favorite.d.ts +19 -0
- package/esm/funcs/contacts-toggle-favorite.d.ts.map +1 -0
- package/esm/funcs/contacts-toggle-favorite.js +90 -0
- package/esm/funcs/contacts-toggle-favorite.js.map +1 -0
- package/esm/funcs/contacts-update.d.ts +19 -0
- package/esm/funcs/contacts-update.d.ts.map +1 -0
- package/esm/funcs/contacts-update.js +89 -0
- package/esm/funcs/contacts-update.js.map +1 -0
- package/esm/funcs/custom-roles-add-permission.d.ts +18 -0
- package/esm/funcs/custom-roles-add-permission.d.ts.map +1 -0
- package/esm/funcs/custom-roles-add-permission.js +89 -0
- package/esm/funcs/custom-roles-add-permission.js.map +1 -0
- package/esm/funcs/custom-roles-assign-to-user.d.ts +18 -0
- package/esm/funcs/custom-roles-assign-to-user.d.ts.map +1 -0
- package/esm/funcs/custom-roles-assign-to-user.js +92 -0
- package/esm/funcs/custom-roles-assign-to-user.js.map +1 -0
- package/esm/funcs/custom-roles-create.d.ts +19 -0
- package/esm/funcs/custom-roles-create.d.ts.map +1 -0
- package/esm/funcs/custom-roles-create.js +87 -0
- package/esm/funcs/custom-roles-create.js.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions.d.ts +20 -0
- package/esm/funcs/custom-roles-get-my-permissions.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions.js +71 -0
- package/esm/funcs/custom-roles-get-my-permissions.js.map +1 -0
- package/esm/funcs/custom-roles-get.d.ts +19 -0
- package/esm/funcs/custom-roles-get.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get.js +88 -0
- package/esm/funcs/custom-roles-get.js.map +1 -0
- package/esm/funcs/custom-roles-list.d.ts +19 -0
- package/esm/funcs/custom-roles-list.d.ts.map +1 -0
- package/esm/funcs/custom-roles-list.js +87 -0
- package/esm/funcs/custom-roles-list.js.map +1 -0
- package/esm/funcs/custom-roles-remove-permission.d.ts +18 -0
- package/esm/funcs/custom-roles-remove-permission.d.ts.map +1 -0
- package/esm/funcs/custom-roles-remove-permission.js +92 -0
- package/esm/funcs/custom-roles-remove-permission.js.map +1 -0
- package/esm/funcs/custom-roles-remove-user-role.d.ts +18 -0
- package/esm/funcs/custom-roles-remove-user-role.d.ts.map +1 -0
- package/esm/funcs/custom-roles-remove-user-role.js +92 -0
- package/esm/funcs/custom-roles-remove-user-role.js.map +1 -0
- package/esm/funcs/custom-roles-set-permissions.d.ts +18 -0
- package/esm/funcs/custom-roles-set-permissions.d.ts.map +1 -0
- package/esm/funcs/custom-roles-set-permissions.js +89 -0
- package/esm/funcs/custom-roles-set-permissions.js.map +1 -0
- package/esm/funcs/custom-roles-update.d.ts +19 -0
- package/esm/funcs/custom-roles-update.d.ts.map +1 -0
- package/esm/funcs/custom-roles-update.js +89 -0
- package/esm/funcs/custom-roles-update.js.map +1 -0
- package/esm/funcs/event-attendees-add-bulk.d.ts +21 -0
- package/esm/funcs/event-attendees-add-bulk.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add-bulk.js +96 -0
- package/esm/funcs/event-attendees-add-bulk.js.map +1 -0
- package/esm/funcs/event-attendees-add.d.ts +21 -0
- package/esm/funcs/event-attendees-add.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add.js +92 -0
- package/esm/funcs/event-attendees-add.js.map +1 -0
- package/esm/funcs/event-attendees-check-in.d.ts +19 -0
- package/esm/funcs/event-attendees-check-in.d.ts.map +1 -0
- package/esm/funcs/event-attendees-check-in.js +93 -0
- package/esm/funcs/event-attendees-check-in.js.map +1 -0
- package/esm/funcs/event-attendees-get.d.ts +21 -0
- package/esm/funcs/event-attendees-get.d.ts.map +1 -0
- package/esm/funcs/event-attendees-get.js +98 -0
- package/esm/funcs/event-attendees-get.js.map +1 -0
- package/esm/funcs/event-attendees-remove-bulk.d.ts +20 -0
- package/esm/funcs/event-attendees-remove-bulk.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove-bulk.js +89 -0
- package/esm/funcs/event-attendees-remove-bulk.js.map +1 -0
- package/esm/funcs/event-attendees-remove.d.ts +18 -0
- package/esm/funcs/event-attendees-remove.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove.js +92 -0
- package/esm/funcs/event-attendees-remove.js.map +1 -0
- package/esm/funcs/event-attendees-update-bulk-status.d.ts +20 -0
- package/esm/funcs/event-attendees-update-bulk-status.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update-bulk-status.js +93 -0
- package/esm/funcs/event-attendees-update-bulk-status.js.map +1 -0
- package/esm/funcs/event-attendees-update.d.ts +19 -0
- package/esm/funcs/event-attendees-update.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update.js +94 -0
- package/esm/funcs/event-attendees-update.js.map +1 -0
- package/esm/funcs/event-compare-versions.d.ts +18 -0
- package/esm/funcs/event-compare-versions.d.ts.map +1 -0
- package/esm/funcs/event-compare-versions.js +93 -0
- package/esm/funcs/event-compare-versions.js.map +1 -0
- package/esm/funcs/event-documents-add-document.d.ts +18 -0
- package/esm/funcs/event-documents-add-document.d.ts.map +1 -0
- package/esm/funcs/event-documents-add-document.js +92 -0
- package/esm/funcs/event-documents-add-document.js.map +1 -0
- package/esm/funcs/event-documents-get-documents.d.ts +18 -0
- package/esm/funcs/event-documents-get-documents.d.ts.map +1 -0
- package/esm/funcs/event-documents-get-documents.js +89 -0
- package/esm/funcs/event-documents-get-documents.js.map +1 -0
- package/esm/funcs/event-documents-remove.d.ts +18 -0
- package/esm/funcs/event-documents-remove.d.ts.map +1 -0
- package/esm/funcs/event-documents-remove.js +92 -0
- package/esm/funcs/event-documents-remove.js.map +1 -0
- package/esm/funcs/event-get-latest-version.d.ts +19 -0
- package/esm/funcs/event-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/event-get-latest-version.js +89 -0
- package/esm/funcs/event-get-latest-version.js.map +1 -0
- package/esm/funcs/event-get-section-settings.d.ts +16 -0
- package/esm/funcs/event-get-section-settings.d.ts.map +1 -0
- package/esm/funcs/event-get-section-settings.js +86 -0
- package/esm/funcs/event-get-section-settings.js.map +1 -0
- package/esm/funcs/event-get-version.d.ts +19 -0
- package/esm/funcs/event-get-version.d.ts.map +1 -0
- package/esm/funcs/event-get-version.js +93 -0
- package/esm/funcs/event-get-version.js.map +1 -0
- package/esm/funcs/event-get.d.ts +16 -0
- package/esm/funcs/event-get.d.ts.map +1 -0
- package/esm/funcs/event-get.js +85 -0
- package/esm/funcs/event-get.js.map +1 -0
- package/esm/funcs/event-location-get.d.ts +19 -0
- package/esm/funcs/event-location-get.d.ts.map +1 -0
- package/esm/funcs/event-location-get.js +89 -0
- package/esm/funcs/event-location-get.js.map +1 -0
- package/esm/funcs/event-location-update.d.ts +19 -0
- package/esm/funcs/event-location-update.d.ts.map +1 -0
- package/esm/funcs/event-location-update.js +90 -0
- package/esm/funcs/event-location-update.js.map +1 -0
- package/esm/funcs/event-timeline-create-milestone.d.ts +19 -0
- package/esm/funcs/event-timeline-create-milestone.d.ts.map +1 -0
- package/esm/funcs/event-timeline-create-milestone.js +113 -0
- package/esm/funcs/event-timeline-create-milestone.js.map +1 -0
- package/esm/funcs/event-timeline-get-published.d.ts +19 -0
- package/esm/funcs/event-timeline-get-published.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get-published.js +89 -0
- package/esm/funcs/event-timeline-get-published.js.map +1 -0
- package/esm/funcs/event-timeline-get.d.ts +19 -0
- package/esm/funcs/event-timeline-get.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get.js +85 -0
- package/esm/funcs/event-timeline-get.js.map +1 -0
- package/esm/funcs/event-timeline-link-milestone.d.ts +18 -0
- package/esm/funcs/event-timeline-link-milestone.d.ts.map +1 -0
- package/esm/funcs/event-timeline-link-milestone.js +89 -0
- package/esm/funcs/event-timeline-link-milestone.js.map +1 -0
- package/esm/funcs/event-timeline-unlink.d.ts +18 -0
- package/esm/funcs/event-timeline-unlink.d.ts.map +1 -0
- package/esm/funcs/event-timeline-unlink.js +85 -0
- package/esm/funcs/event-timeline-unlink.js.map +1 -0
- package/esm/funcs/event-timezones-validate.d.ts +29 -0
- package/esm/funcs/event-timezones-validate.d.ts.map +1 -0
- package/esm/funcs/event-timezones-validate.js +95 -0
- package/esm/funcs/event-timezones-validate.js.map +1 -0
- package/esm/funcs/event-unpublish-version.d.ts +18 -0
- package/esm/funcs/event-unpublish-version.d.ts.map +1 -0
- package/esm/funcs/event-unpublish-version.js +88 -0
- package/esm/funcs/event-unpublish-version.js.map +1 -0
- package/esm/funcs/event-update.d.ts +16 -0
- package/esm/funcs/event-update.d.ts.map +1 -0
- package/esm/funcs/event-update.js +86 -0
- package/esm/funcs/event-update.js.map +1 -0
- package/esm/funcs/events-archive.d.ts +15 -0
- package/esm/funcs/events-archive.d.ts.map +1 -0
- package/esm/funcs/events-archive.js +85 -0
- package/esm/funcs/events-archive.js.map +1 -0
- package/esm/funcs/events-create.d.ts +15 -0
- package/esm/funcs/events-create.d.ts.map +1 -0
- package/esm/funcs/events-create.js +106 -0
- package/esm/funcs/events-create.js.map +1 -0
- package/esm/funcs/events-delete.d.ts +15 -0
- package/esm/funcs/events-delete.d.ts.map +1 -0
- package/esm/funcs/events-delete.js +84 -0
- package/esm/funcs/events-delete.js.map +1 -0
- package/esm/funcs/events-filter-advanced.d.ts +21 -0
- package/esm/funcs/events-filter-advanced.d.ts.map +1 -0
- package/esm/funcs/events-filter-advanced.js +85 -0
- package/esm/funcs/events-filter-advanced.js.map +1 -0
- package/esm/funcs/events-get-section-content.d.ts +16 -0
- package/esm/funcs/events-get-section-content.d.ts.map +1 -0
- package/esm/funcs/events-get-section-content.js +86 -0
- package/esm/funcs/events-get-section-content.js.map +1 -0
- package/esm/funcs/events-get-section-identification.d.ts +16 -0
- package/esm/funcs/events-get-section-identification.d.ts.map +1 -0
- package/esm/funcs/events-get-section-identification.js +86 -0
- package/esm/funcs/events-get-section-identification.js.map +1 -0
- package/esm/funcs/events-get-settings.d.ts +19 -0
- package/esm/funcs/events-get-settings.d.ts.map +1 -0
- package/esm/funcs/events-get-settings.js +89 -0
- package/esm/funcs/events-get-settings.js.map +1 -0
- package/esm/funcs/events-get-social-feed.d.ts +23 -0
- package/esm/funcs/events-get-social-feed.d.ts.map +1 -0
- package/esm/funcs/events-get-social-feed.js +92 -0
- package/esm/funcs/events-get-social-feed.js.map +1 -0
- package/esm/funcs/events-get-timezones.d.ts +24 -0
- package/esm/funcs/events-get-timezones.d.ts.map +1 -0
- package/esm/funcs/events-get-timezones.js +73 -0
- package/esm/funcs/events-get-timezones.js.map +1 -0
- package/esm/funcs/events-list-by-space.d.ts +16 -0
- package/esm/funcs/events-list-by-space.d.ts.map +1 -0
- package/esm/funcs/events-list-by-space.js +96 -0
- package/esm/funcs/events-list-by-space.js.map +1 -0
- package/esm/funcs/events-list-calendar.d.ts +23 -0
- package/esm/funcs/events-list-calendar.d.ts.map +1 -0
- package/esm/funcs/events-list-calendar.js +109 -0
- package/esm/funcs/events-list-calendar.js.map +1 -0
- package/esm/funcs/events-list-versions.d.ts +18 -0
- package/esm/funcs/events-list-versions.d.ts.map +1 -0
- package/esm/funcs/events-list-versions.js +88 -0
- package/esm/funcs/events-list-versions.js.map +1 -0
- package/esm/funcs/events-list.d.ts +24 -0
- package/esm/funcs/events-list.d.ts.map +1 -0
- package/esm/funcs/events-list.js +112 -0
- package/esm/funcs/events-list.js.map +1 -0
- package/esm/funcs/events-patch-content.d.ts +19 -0
- package/esm/funcs/events-patch-content.d.ts.map +1 -0
- package/esm/funcs/events-patch-content.js +90 -0
- package/esm/funcs/events-patch-content.js.map +1 -0
- package/esm/funcs/events-patch-identification.d.ts +19 -0
- package/esm/funcs/events-patch-identification.d.ts.map +1 -0
- package/esm/funcs/events-patch-identification.js +90 -0
- package/esm/funcs/events-patch-identification.js.map +1 -0
- package/esm/funcs/events-patch-settings.d.ts +19 -0
- package/esm/funcs/events-patch-settings.d.ts.map +1 -0
- package/esm/funcs/events-patch-settings.js +90 -0
- package/esm/funcs/events-patch-settings.js.map +1 -0
- package/esm/funcs/events-publish-version.d.ts +18 -0
- package/esm/funcs/events-publish-version.d.ts.map +1 -0
- package/esm/funcs/events-publish-version.js +88 -0
- package/esm/funcs/events-publish-version.js.map +1 -0
- package/esm/funcs/events-publish-with-notifications.d.ts +15 -0
- package/esm/funcs/events-publish-with-notifications.d.ts.map +1 -0
- package/esm/funcs/events-publish-with-notifications.js +86 -0
- package/esm/funcs/events-publish-with-notifications.js.map +1 -0
- package/esm/funcs/events-publish.d.ts +15 -0
- package/esm/funcs/events-publish.d.ts.map +1 -0
- package/esm/funcs/events-publish.js +85 -0
- package/esm/funcs/events-publish.js.map +1 -0
- package/esm/funcs/events-rollback-version.d.ts +19 -0
- package/esm/funcs/events-rollback-version.d.ts.map +1 -0
- package/esm/funcs/events-rollback-version.js +93 -0
- package/esm/funcs/events-rollback-version.js.map +1 -0
- package/esm/funcs/events-transfer.d.ts +31 -0
- package/esm/funcs/events-transfer.d.ts.map +1 -0
- package/esm/funcs/events-transfer.js +100 -0
- package/esm/funcs/events-transfer.js.map +1 -0
- package/esm/funcs/events-update-cover.d.ts +16 -0
- package/esm/funcs/events-update-cover.d.ts.map +1 -0
- package/esm/funcs/events-update-cover.js +113 -0
- package/esm/funcs/events-update-cover.js.map +1 -0
- package/esm/funcs/features-get.d.ts +16 -0
- package/esm/funcs/features-get.d.ts.map +1 -0
- package/esm/funcs/features-get.js +67 -0
- package/esm/funcs/features-get.js.map +1 -0
- package/esm/funcs/health-check-automation.d.ts +22 -0
- package/esm/funcs/health-check-automation.d.ts.map +1 -0
- package/esm/funcs/health-check-automation.js +73 -0
- package/esm/funcs/health-check-automation.js.map +1 -0
- package/esm/funcs/health-check.d.ts +23 -0
- package/esm/funcs/health-check.d.ts.map +1 -0
- package/esm/funcs/health-check.js +91 -0
- package/esm/funcs/health-check.js.map +1 -0
- package/esm/funcs/health-notifications-check.d.ts +16 -0
- package/esm/funcs/health-notifications-check.d.ts.map +1 -0
- package/esm/funcs/health-notifications-check.js +67 -0
- package/esm/funcs/health-notifications-check.js.map +1 -0
- package/esm/funcs/integration-handle-org-removed.d.ts +17 -0
- package/esm/funcs/integration-handle-org-removed.d.ts.map +1 -0
- package/esm/funcs/integration-handle-org-removed.js +68 -0
- package/esm/funcs/integration-handle-org-removed.js.map +1 -0
- package/esm/funcs/integration-user-handle-removed.d.ts +17 -0
- package/esm/funcs/integration-user-handle-removed.d.ts.map +1 -0
- package/esm/funcs/integration-user-handle-removed.js +68 -0
- package/esm/funcs/integration-user-handle-removed.js.map +1 -0
- package/esm/funcs/integrations-handle-org-created.d.ts +17 -0
- package/esm/funcs/integrations-handle-org-created.d.ts.map +1 -0
- package/esm/funcs/integrations-handle-org-created.js +68 -0
- package/esm/funcs/integrations-handle-org-created.js.map +1 -0
- package/esm/funcs/metrics-get.d.ts +16 -0
- package/esm/funcs/metrics-get.d.ts.map +1 -0
- package/esm/funcs/metrics-get.js +67 -0
- package/esm/funcs/metrics-get.js.map +1 -0
- package/esm/funcs/organizations-archive.d.ts +18 -0
- package/esm/funcs/organizations-archive.d.ts.map +1 -0
- package/esm/funcs/organizations-archive.js +88 -0
- package/esm/funcs/organizations-archive.js.map +1 -0
- package/esm/funcs/organizations-create-invite.d.ts +19 -0
- package/esm/funcs/organizations-create-invite.d.ts.map +1 -0
- package/esm/funcs/organizations-create-invite.js +90 -0
- package/esm/funcs/organizations-create-invite.js.map +1 -0
- package/esm/funcs/organizations-create.d.ts +18 -0
- package/esm/funcs/organizations-create.d.ts.map +1 -0
- package/esm/funcs/organizations-create.js +82 -0
- package/esm/funcs/organizations-create.js.map +1 -0
- package/esm/funcs/organizations-delete-invite.d.ts +18 -0
- package/esm/funcs/organizations-delete-invite.d.ts.map +1 -0
- package/esm/funcs/organizations-delete-invite.js +92 -0
- package/esm/funcs/organizations-delete-invite.js.map +1 -0
- package/esm/funcs/organizations-get-by-id.d.ts +19 -0
- package/esm/funcs/organizations-get-by-id.d.ts.map +1 -0
- package/esm/funcs/organizations-get-by-id.js +89 -0
- package/esm/funcs/organizations-get-by-id.js.map +1 -0
- package/esm/funcs/organizations-get-current.d.ts +18 -0
- package/esm/funcs/organizations-get-current.d.ts.map +1 -0
- package/esm/funcs/organizations-get-current.js +68 -0
- package/esm/funcs/organizations-get-current.js.map +1 -0
- package/esm/funcs/organizations-get-invites.d.ts +19 -0
- package/esm/funcs/organizations-get-invites.d.ts.map +1 -0
- package/esm/funcs/organizations-get-invites.js +89 -0
- package/esm/funcs/organizations-get-invites.js.map +1 -0
- package/esm/funcs/organizations-list.d.ts +19 -0
- package/esm/funcs/organizations-list.d.ts.map +1 -0
- package/esm/funcs/organizations-list.js +88 -0
- package/esm/funcs/organizations-list.js.map +1 -0
- package/esm/funcs/organizations-update.d.ts +19 -0
- package/esm/funcs/organizations-update.d.ts.map +1 -0
- package/esm/funcs/organizations-update.js +90 -0
- package/esm/funcs/organizations-update.js.map +1 -0
- package/esm/funcs/permissions-get.d.ts +19 -0
- package/esm/funcs/permissions-get.d.ts.map +1 -0
- package/esm/funcs/permissions-get.js +89 -0
- package/esm/funcs/permissions-get.js.map +1 -0
- package/esm/funcs/permissions-list.d.ts +17 -0
- package/esm/funcs/permissions-list.d.ts.map +1 -0
- package/esm/funcs/permissions-list.js +68 -0
- package/esm/funcs/permissions-list.js.map +1 -0
- package/esm/funcs/place-archive.d.ts +15 -0
- package/esm/funcs/place-archive.d.ts.map +1 -0
- package/esm/funcs/place-archive.js +85 -0
- package/esm/funcs/place-archive.js.map +1 -0
- package/esm/funcs/place-publish.d.ts +15 -0
- package/esm/funcs/place-publish.d.ts.map +1 -0
- package/esm/funcs/place-publish.js +85 -0
- package/esm/funcs/place-publish.js.map +1 -0
- package/esm/funcs/places-create.d.ts +16 -0
- package/esm/funcs/places-create.d.ts.map +1 -0
- package/esm/funcs/places-create.js +80 -0
- package/esm/funcs/places-create.js.map +1 -0
- package/esm/funcs/places-delete.d.ts +15 -0
- package/esm/funcs/places-delete.d.ts.map +1 -0
- package/esm/funcs/places-delete.js +84 -0
- package/esm/funcs/places-delete.js.map +1 -0
- package/esm/funcs/places-get.d.ts +16 -0
- package/esm/funcs/places-get.d.ts.map +1 -0
- package/esm/funcs/places-get.js +85 -0
- package/esm/funcs/places-get.js.map +1 -0
- package/esm/funcs/places-list.d.ts +16 -0
- package/esm/funcs/places-list.d.ts.map +1 -0
- package/esm/funcs/places-list.js +84 -0
- package/esm/funcs/places-list.js.map +1 -0
- package/esm/funcs/places-update.d.ts +16 -0
- package/esm/funcs/places-update.d.ts.map +1 -0
- package/esm/funcs/places-update.js +86 -0
- package/esm/funcs/places-update.js.map +1 -0
- package/esm/funcs/public-events-get-latest-version.d.ts +19 -0
- package/esm/funcs/public-events-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/public-events-get-latest-version.js +88 -0
- package/esm/funcs/public-events-get-latest-version.js.map +1 -0
- package/esm/funcs/public-spaces-get-latest-version.d.ts +20 -0
- package/esm/funcs/public-spaces-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/public-spaces-get-latest-version.js +89 -0
- package/esm/funcs/public-spaces-get-latest-version.js.map +1 -0
- package/esm/funcs/realtime-connect.d.ts +18 -0
- package/esm/funcs/realtime-connect.d.ts.map +1 -0
- package/esm/funcs/realtime-connect.js +69 -0
- package/esm/funcs/realtime-connect.js.map +1 -0
- package/esm/funcs/realtime-get-info.d.ts +25 -0
- package/esm/funcs/realtime-get-info.d.ts.map +1 -0
- package/esm/funcs/realtime-get-info.js +76 -0
- package/esm/funcs/realtime-get-info.js.map +1 -0
- package/esm/funcs/roles-delete.d.ts +18 -0
- package/esm/funcs/roles-delete.d.ts.map +1 -0
- package/esm/funcs/roles-delete.js +88 -0
- package/esm/funcs/roles-delete.js.map +1 -0
- package/esm/funcs/sentry-trigger-error.d.ts +17 -0
- package/esm/funcs/sentry-trigger-error.d.ts.map +1 -0
- package/esm/funcs/sentry-trigger-error.js +68 -0
- package/esm/funcs/sentry-trigger-error.js.map +1 -0
- package/esm/funcs/space-archive.d.ts +15 -0
- package/esm/funcs/space-archive.d.ts.map +1 -0
- package/esm/funcs/space-archive.js +85 -0
- package/esm/funcs/space-archive.js.map +1 -0
- package/esm/funcs/space-assign-user-to-role.d.ts +20 -0
- package/esm/funcs/space-assign-user-to-role.d.ts.map +1 -0
- package/esm/funcs/space-assign-user-to-role.js +98 -0
- package/esm/funcs/space-assign-user-to-role.js.map +1 -0
- package/esm/funcs/space-bulk-update-parent.d.ts +18 -0
- package/esm/funcs/space-bulk-update-parent.d.ts.map +1 -0
- package/esm/funcs/space-bulk-update-parent.js +82 -0
- package/esm/funcs/space-bulk-update-parent.js.map +1 -0
- package/esm/funcs/space-contacts-add-bulk.d.ts +29 -0
- package/esm/funcs/space-contacts-add-bulk.d.ts.map +1 -0
- package/esm/funcs/space-contacts-add-bulk.js +100 -0
- package/esm/funcs/space-contacts-add-bulk.js.map +1 -0
- package/esm/funcs/space-contacts-add.d.ts +29 -0
- package/esm/funcs/space-contacts-add.d.ts.map +1 -0
- package/esm/funcs/space-contacts-add.js +100 -0
- package/esm/funcs/space-contacts-add.js.map +1 -0
- package/esm/funcs/space-contacts-bulk-delete.d.ts +30 -0
- package/esm/funcs/space-contacts-bulk-delete.d.ts.map +1 -0
- package/esm/funcs/space-contacts-bulk-delete.js +99 -0
- package/esm/funcs/space-contacts-bulk-delete.js.map +1 -0
- package/esm/funcs/space-contacts-count.d.ts +29 -0
- package/esm/funcs/space-contacts-count.d.ts.map +1 -0
- package/esm/funcs/space-contacts-count.js +97 -0
- package/esm/funcs/space-contacts-count.js.map +1 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.d.ts +30 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.js +105 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.js.map +1 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts +30 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.js +105 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.js.map +1 -0
- package/esm/funcs/space-contacts-get.d.ts +28 -0
- package/esm/funcs/space-contacts-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get.js +95 -0
- package/esm/funcs/space-contacts-get.js.map +1 -0
- package/esm/funcs/space-contacts-remove.d.ts +29 -0
- package/esm/funcs/space-contacts-remove.d.ts.map +1 -0
- package/esm/funcs/space-contacts-remove.js +94 -0
- package/esm/funcs/space-contacts-remove.js.map +1 -0
- package/esm/funcs/space-documents-add.d.ts +18 -0
- package/esm/funcs/space-documents-add.d.ts.map +1 -0
- package/esm/funcs/space-documents-add.js +92 -0
- package/esm/funcs/space-documents-add.js.map +1 -0
- package/esm/funcs/space-documents-get.d.ts +18 -0
- package/esm/funcs/space-documents-get.d.ts.map +1 -0
- package/esm/funcs/space-documents-get.js +89 -0
- package/esm/funcs/space-documents-get.js.map +1 -0
- package/esm/funcs/space-documents-remove.d.ts +18 -0
- package/esm/funcs/space-documents-remove.d.ts.map +1 -0
- package/esm/funcs/space-documents-remove.js +92 -0
- package/esm/funcs/space-documents-remove.js.map +1 -0
- package/esm/funcs/space-events-add.d.ts +29 -0
- package/esm/funcs/space-events-add.d.ts.map +1 -0
- package/esm/funcs/space-events-add.js +100 -0
- package/esm/funcs/space-events-add.js.map +1 -0
- package/esm/funcs/space-events-bulk-add.d.ts +29 -0
- package/esm/funcs/space-events-bulk-add.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-add.js +100 -0
- package/esm/funcs/space-events-bulk-add.js.map +1 -0
- package/esm/funcs/space-events-bulk-remove.d.ts +30 -0
- package/esm/funcs/space-events-bulk-remove.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-remove.js +102 -0
- package/esm/funcs/space-events-bulk-remove.js.map +1 -0
- package/esm/funcs/space-events-count.d.ts +29 -0
- package/esm/funcs/space-events-count.d.ts.map +1 -0
- package/esm/funcs/space-events-count.js +97 -0
- package/esm/funcs/space-events-count.js.map +1 -0
- package/esm/funcs/space-events-get-by-id.d.ts +28 -0
- package/esm/funcs/space-events-get-by-id.d.ts.map +1 -0
- package/esm/funcs/space-events-get-by-id.js +98 -0
- package/esm/funcs/space-events-get-by-id.js.map +1 -0
- package/esm/funcs/space-events-get-event-spaces.d.ts +30 -0
- package/esm/funcs/space-events-get-event-spaces.d.ts.map +1 -0
- package/esm/funcs/space-events-get-event-spaces.js +105 -0
- package/esm/funcs/space-events-get-event-spaces.js.map +1 -0
- package/esm/funcs/space-events-get.d.ts +30 -0
- package/esm/funcs/space-events-get.d.ts.map +1 -0
- package/esm/funcs/space-events-get.js +105 -0
- package/esm/funcs/space-events-get.js.map +1 -0
- package/esm/funcs/space-events-remove-event.d.ts +29 -0
- package/esm/funcs/space-events-remove-event.d.ts.map +1 -0
- package/esm/funcs/space-events-remove-event.js +97 -0
- package/esm/funcs/space-events-remove-event.js.map +1 -0
- package/esm/funcs/space-get-latest-version.d.ts +19 -0
- package/esm/funcs/space-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/space-get-latest-version.js +89 -0
- package/esm/funcs/space-get-latest-version.js.map +1 -0
- package/esm/funcs/space-get-user-roles.d.ts +22 -0
- package/esm/funcs/space-get-user-roles.d.ts.map +1 -0
- package/esm/funcs/space-get-user-roles.js +94 -0
- package/esm/funcs/space-get-user-roles.js.map +1 -0
- package/esm/funcs/space-publish.d.ts +15 -0
- package/esm/funcs/space-publish.d.ts.map +1 -0
- package/esm/funcs/space-publish.js +85 -0
- package/esm/funcs/space-publish.js.map +1 -0
- package/esm/funcs/space-roles-assign-permission.d.ts +20 -0
- package/esm/funcs/space-roles-assign-permission.d.ts.map +1 -0
- package/esm/funcs/space-roles-assign-permission.js +95 -0
- package/esm/funcs/space-roles-assign-permission.js.map +1 -0
- package/esm/funcs/space-roles-create.d.ts +21 -0
- package/esm/funcs/space-roles-create.d.ts.map +1 -0
- package/esm/funcs/space-roles-create.js +92 -0
- package/esm/funcs/space-roles-create.js.map +1 -0
- package/esm/funcs/space-roles-delete.d.ts +20 -0
- package/esm/funcs/space-roles-delete.d.ts.map +1 -0
- package/esm/funcs/space-roles-delete.js +94 -0
- package/esm/funcs/space-roles-delete.js.map +1 -0
- package/esm/funcs/space-roles-get.d.ts +21 -0
- package/esm/funcs/space-roles-get.d.ts.map +1 -0
- package/esm/funcs/space-roles-get.js +95 -0
- package/esm/funcs/space-roles-get.js.map +1 -0
- package/esm/funcs/space-roles-list-roles.d.ts +21 -0
- package/esm/funcs/space-roles-list-roles.d.ts.map +1 -0
- package/esm/funcs/space-roles-list-roles.js +91 -0
- package/esm/funcs/space-roles-list-roles.js.map +1 -0
- package/esm/funcs/space-roles-remove-permission.d.ts +20 -0
- package/esm/funcs/space-roles-remove-permission.d.ts.map +1 -0
- package/esm/funcs/space-roles-remove-permission.js +98 -0
- package/esm/funcs/space-roles-remove-permission.js.map +1 -0
- package/esm/funcs/space-roles-update-role.d.ts +21 -0
- package/esm/funcs/space-roles-update-role.d.ts.map +1 -0
- package/esm/funcs/space-roles-update-role.js +96 -0
- package/esm/funcs/space-roles-update-role.js.map +1 -0
- package/esm/funcs/space-test-auth.d.ts +16 -0
- package/esm/funcs/space-test-auth.d.ts.map +1 -0
- package/esm/funcs/space-test-auth.js +67 -0
- package/esm/funcs/space-test-auth.js.map +1 -0
- package/esm/funcs/space-transfer.d.ts +41 -0
- package/esm/funcs/space-transfer.d.ts.map +1 -0
- package/esm/funcs/space-transfer.js +112 -0
- package/esm/funcs/space-transfer.js.map +1 -0
- package/esm/funcs/space-update-member-role.d.ts +19 -0
- package/esm/funcs/space-update-member-role.d.ts.map +1 -0
- package/esm/funcs/space-update-member-role.js +94 -0
- package/esm/funcs/space-update-member-role.js.map +1 -0
- package/esm/funcs/space-update.d.ts +16 -0
- package/esm/funcs/space-update.d.ts.map +1 -0
- package/esm/funcs/space-update.js +86 -0
- package/esm/funcs/space-update.js.map +1 -0
- package/esm/funcs/spaces-add-member.d.ts +19 -0
- package/esm/funcs/spaces-add-member.d.ts.map +1 -0
- package/esm/funcs/spaces-add-member.js +90 -0
- package/esm/funcs/spaces-add-member.js.map +1 -0
- package/esm/funcs/spaces-compare-versions.d.ts +19 -0
- package/esm/funcs/spaces-compare-versions.d.ts.map +1 -0
- package/esm/funcs/spaces-compare-versions.js +94 -0
- package/esm/funcs/spaces-compare-versions.js.map +1 -0
- package/esm/funcs/spaces-create-space.d.ts +15 -0
- package/esm/funcs/spaces-create-space.d.ts.map +1 -0
- package/esm/funcs/spaces-create-space.js +79 -0
- package/esm/funcs/spaces-create-space.js.map +1 -0
- package/esm/funcs/spaces-create-with-parent.d.ts +18 -0
- package/esm/funcs/spaces-create-with-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-create-with-parent.js +82 -0
- package/esm/funcs/spaces-create-with-parent.js.map +1 -0
- package/esm/funcs/spaces-delete-by-id.d.ts +15 -0
- package/esm/funcs/spaces-delete-by-id.d.ts.map +1 -0
- package/esm/funcs/spaces-delete-by-id.js +84 -0
- package/esm/funcs/spaces-delete-by-id.js.map +1 -0
- package/esm/funcs/spaces-detach-parent.d.ts +19 -0
- package/esm/funcs/spaces-detach-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-detach-parent.js +89 -0
- package/esm/funcs/spaces-detach-parent.js.map +1 -0
- package/esm/funcs/spaces-get-by-id.d.ts +16 -0
- package/esm/funcs/spaces-get-by-id.d.ts.map +1 -0
- package/esm/funcs/spaces-get-by-id.js +85 -0
- package/esm/funcs/spaces-get-by-id.js.map +1 -0
- package/esm/funcs/spaces-get-hierarchy.d.ts +19 -0
- package/esm/funcs/spaces-get-hierarchy.d.ts.map +1 -0
- package/esm/funcs/spaces-get-hierarchy.js +89 -0
- package/esm/funcs/spaces-get-hierarchy.js.map +1 -0
- package/esm/funcs/spaces-get-joinable-by-user.d.ts +38 -0
- package/esm/funcs/spaces-get-joinable-by-user.d.ts.map +1 -0
- package/esm/funcs/spaces-get-joinable-by-user.js +115 -0
- package/esm/funcs/spaces-get-joinable-by-user.js.map +1 -0
- package/esm/funcs/spaces-get-members.d.ts +19 -0
- package/esm/funcs/spaces-get-members.d.ts.map +1 -0
- package/esm/funcs/spaces-get-members.js +89 -0
- package/esm/funcs/spaces-get-members.js.map +1 -0
- package/esm/funcs/spaces-get-parent.d.ts +19 -0
- package/esm/funcs/spaces-get-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-get-parent.js +89 -0
- package/esm/funcs/spaces-get-parent.js.map +1 -0
- package/esm/funcs/spaces-get-version.d.ts +19 -0
- package/esm/funcs/spaces-get-version.d.ts.map +1 -0
- package/esm/funcs/spaces-get-version.js +93 -0
- package/esm/funcs/spaces-get-version.js.map +1 -0
- package/esm/funcs/spaces-join.d.ts +37 -0
- package/esm/funcs/spaces-join.d.ts.map +1 -0
- package/esm/funcs/spaces-join.js +106 -0
- package/esm/funcs/spaces-join.js.map +1 -0
- package/esm/funcs/spaces-list-children.d.ts +19 -0
- package/esm/funcs/spaces-list-children.d.ts.map +1 -0
- package/esm/funcs/spaces-list-children.js +89 -0
- package/esm/funcs/spaces-list-children.js.map +1 -0
- package/esm/funcs/spaces-list-versions.d.ts +19 -0
- package/esm/funcs/spaces-list-versions.d.ts.map +1 -0
- package/esm/funcs/spaces-list-versions.js +89 -0
- package/esm/funcs/spaces-list-versions.js.map +1 -0
- package/esm/funcs/spaces-list.d.ts +16 -0
- package/esm/funcs/spaces-list.d.ts.map +1 -0
- package/esm/funcs/spaces-list.js +86 -0
- package/esm/funcs/spaces-list.js.map +1 -0
- package/esm/funcs/spaces-publish-version.d.ts +19 -0
- package/esm/funcs/spaces-publish-version.d.ts.map +1 -0
- package/esm/funcs/spaces-publish-version.js +89 -0
- package/esm/funcs/spaces-publish-version.js.map +1 -0
- package/esm/funcs/spaces-remove-member.d.ts +18 -0
- package/esm/funcs/spaces-remove-member.d.ts.map +1 -0
- package/esm/funcs/spaces-remove-member.js +92 -0
- package/esm/funcs/spaces-remove-member.js.map +1 -0
- package/esm/funcs/spaces-remove-user-from-role.d.ts +20 -0
- package/esm/funcs/spaces-remove-user-from-role.d.ts.map +1 -0
- package/esm/funcs/spaces-remove-user-from-role.js +98 -0
- package/esm/funcs/spaces-remove-user-from-role.js.map +1 -0
- package/esm/funcs/spaces-rollback.d.ts +19 -0
- package/esm/funcs/spaces-rollback.d.ts.map +1 -0
- package/esm/funcs/spaces-rollback.js +90 -0
- package/esm/funcs/spaces-rollback.js.map +1 -0
- package/esm/funcs/spaces-unpublish.d.ts +18 -0
- package/esm/funcs/spaces-unpublish.d.ts.map +1 -0
- package/esm/funcs/spaces-unpublish.js +88 -0
- package/esm/funcs/spaces-unpublish.js.map +1 -0
- package/esm/funcs/spaces-update-parent.d.ts +19 -0
- package/esm/funcs/spaces-update-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-update-parent.js +90 -0
- package/esm/funcs/spaces-update-parent.js.map +1 -0
- package/esm/funcs/user-create-assistant.d.ts +17 -0
- package/esm/funcs/user-create-assistant.d.ts.map +1 -0
- package/esm/funcs/user-create-assistant.js +67 -0
- package/esm/funcs/user-create-assistant.js.map +1 -0
- package/esm/funcs/user-get-assistant.d.ts +17 -0
- package/esm/funcs/user-get-assistant.d.ts.map +1 -0
- package/esm/funcs/user-get-assistant.js +67 -0
- package/esm/funcs/user-get-assistant.js.map +1 -0
- package/esm/funcs/user-get-profile.d.ts +31 -0
- package/esm/funcs/user-get-profile.d.ts.map +1 -0
- package/esm/funcs/user-get-profile.js +100 -0
- package/esm/funcs/user-get-profile.js.map +1 -0
- package/esm/funcs/user-list.d.ts +16 -0
- package/esm/funcs/user-list.d.ts.map +1 -0
- package/esm/funcs/user-list.js +80 -0
- package/esm/funcs/user-list.js.map +1 -0
- package/esm/funcs/user-update-profile.d.ts +18 -0
- package/esm/funcs/user-update-profile.d.ts.map +1 -0
- package/esm/funcs/user-update-profile.js +82 -0
- package/esm/funcs/user-update-profile.js.map +1 -0
- package/esm/funcs/user-upload-avatar.d.ts +18 -0
- package/esm/funcs/user-upload-avatar.d.ts.map +1 -0
- package/esm/funcs/user-upload-avatar.js +106 -0
- package/esm/funcs/user-upload-avatar.js.map +1 -0
- package/esm/funcs/users-delete-avatar.d.ts +17 -0
- package/esm/funcs/users-delete-avatar.d.ts.map +1 -0
- package/esm/funcs/users-delete-avatar.js +67 -0
- package/esm/funcs/users-delete-avatar.js.map +1 -0
- package/esm/funcs/users-get-avatar-by-id.d.ts +18 -0
- package/esm/funcs/users-get-avatar-by-id.d.ts.map +1 -0
- package/esm/funcs/users-get-avatar-by-id.js +87 -0
- package/esm/funcs/users-get-avatar-by-id.js.map +1 -0
- package/esm/funcs/users-get-avatar.d.ts +16 -0
- package/esm/funcs/users-get-avatar.d.ts.map +1 -0
- package/esm/funcs/users-get-avatar.js +67 -0
- package/esm/funcs/users-get-avatar.js.map +1 -0
- package/esm/funcs/users-get-current-profile.d.ts +17 -0
- package/esm/funcs/users-get-current-profile.d.ts.map +1 -0
- package/esm/funcs/users-get-current-profile.js +67 -0
- package/esm/funcs/users-get-current-profile.js.map +1 -0
- package/esm/funcs/users-search.d.ts +16 -0
- package/esm/funcs/users-search.d.ts.map +1 -0
- package/esm/funcs/users-search.js +86 -0
- package/esm/funcs/users-search.js.map +1 -0
- package/esm/lib/config.d.ts +13 -5
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +19 -6
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/matchers.d.ts +2 -2
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +3 -3
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.d.ts +1 -1
- package/esm/lib/sdks.d.ts.map +1 -1
- package/esm/lib/sdks.js +1 -1
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +9 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +7 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +1 -1
- package/esm/models/errors/http-validation-error.d.ts +2 -2
- package/esm/models/errors/http-validation-error.d.ts.map +1 -1
- package/esm/models/errors/http-validation-error.js +2 -2
- package/esm/models/errors/http-validation-error.js.map +1 -1
- package/esm/models/errors/index.d.ts +2 -2
- package/esm/models/errors/index.d.ts.map +1 -1
- package/esm/models/errors/index.js +2 -2
- package/esm/models/errors/index.js.map +1 -1
- package/esm/models/errors/linebundle-default-error.d.ts +10 -0
- package/esm/models/errors/linebundle-default-error.d.ts.map +1 -0
- package/esm/models/errors/linebundle-default-error.js +30 -0
- package/esm/models/errors/linebundle-default-error.js.map +1 -0
- package/esm/models/errors/linebundle-error.d.ts +19 -0
- package/esm/models/errors/linebundle-error.d.ts.map +1 -0
- package/esm/models/errors/linebundle-error.js +26 -0
- package/esm/models/errors/linebundle-error.js.map +1 -0
- package/esm/models/errors/response-validation-error.d.ts +2 -2
- package/esm/models/errors/response-validation-error.d.ts.map +1 -1
- package/esm/models/errors/response-validation-error.js +2 -2
- package/esm/models/errors/response-validation-error.js.map +1 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts +15 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js +20 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts +14 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js +20 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js.map +1 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -10
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -1
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -12
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -1
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts +18 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts.map +1 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js +19 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js +17 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/get-latest-public-event-version.d.ts +12 -0
- package/esm/models/operations/get-latest-public-event-version.d.ts.map +1 -0
- package/esm/models/operations/get-latest-public-event-version.js +17 -0
- package/esm/models/operations/get-latest-public-event-version.js.map +1 -0
- package/esm/models/operations/get-latest-public-space-version.d.ts +12 -0
- package/esm/models/operations/get-latest-public-space-version.d.ts.map +1 -0
- package/esm/models/operations/get-latest-public-space-version.js +17 -0
- package/esm/models/operations/get-latest-public-space-version.js.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts +12 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js +18 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts +12 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js +17 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js.map +1 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -10
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -1
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +0 -11
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -1
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +0 -10
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +1 -1
- package/esm/models/operations/get-user-list-api-v1-user-get.js +0 -12
- package/esm/models/operations/get-user-list-api-v1-user-get.js.map +1 -1
- package/esm/models/operations/index.d.ts +13 -13
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +13 -13
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -10
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -1
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -11
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts +20 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts.map +1 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js +18 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +14 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js +20 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
- package/esm/models/operations/remove-role-from-user-endpoint-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-roles-users-user-id-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js +20 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts +15 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js +20 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js.map +1 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -10
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -1
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -12
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -1
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts +15 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js +19 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js.map +1 -0
- package/esm/models/room-response.d.ts +9 -0
- package/esm/models/room-response.d.ts.map +1 -1
- package/esm/models/room-response.js.map +1 -1
- package/esm/sdk/ai-agent.d.ts +19 -40
- package/esm/sdk/ai-agent.d.ts.map +1 -1
- package/esm/sdk/ai-agent.js +38 -68
- package/esm/sdk/ai-agent.js.map +1 -1
- package/esm/sdk/ai-agents.d.ts +13 -0
- package/esm/sdk/ai-agents.d.ts.map +1 -0
- package/esm/sdk/ai-agents.js +18 -0
- package/esm/sdk/ai-agents.js.map +1 -0
- package/esm/sdk/ai-workflows.d.ts +13 -0
- package/esm/sdk/ai-workflows.d.ts.map +1 -0
- package/esm/sdk/ai-workflows.js +18 -0
- package/esm/sdk/ai-workflows.js.map +1 -0
- package/esm/sdk/ai.d.ts +12 -0
- package/esm/sdk/ai.d.ts.map +1 -0
- package/esm/sdk/ai.js +18 -0
- package/esm/sdk/ai.js.map +1 -0
- package/esm/sdk/analytic.d.ts +2 -2
- package/esm/sdk/analytic.d.ts.map +1 -1
- package/esm/sdk/analytic.js +6 -6
- package/esm/sdk/analytic.js.map +1 -1
- package/esm/sdk/audit-logs.d.ts +2 -2
- package/esm/sdk/audit-logs.d.ts.map +1 -1
- package/esm/sdk/audit-logs.js +6 -6
- package/esm/sdk/audit-logs.js.map +1 -1
- package/esm/sdk/auth-contexts.d.ts +15 -0
- package/esm/sdk/auth-contexts.d.ts.map +1 -0
- package/esm/sdk/auth-contexts.js +21 -0
- package/esm/sdk/auth-contexts.js.map +1 -0
- package/esm/sdk/automation-cron.d.ts +2 -2
- package/esm/sdk/automation-cron.d.ts.map +1 -1
- package/esm/sdk/automation-cron.js +6 -6
- package/esm/sdk/automation-cron.js.map +1 -1
- package/esm/sdk/automation-metadata.d.ts +4 -18
- package/esm/sdk/automation-metadata.d.ts.map +1 -1
- package/esm/sdk/automation-metadata.js +12 -32
- package/esm/sdk/automation-metadata.js.map +1 -1
- package/esm/sdk/automation-rules.d.ts +10 -95
- package/esm/sdk/automation-rules.d.ts.map +1 -1
- package/esm/sdk/automation-rules.js +30 -136
- package/esm/sdk/automation-rules.js.map +1 -1
- package/esm/sdk/booking.d.ts +1 -44
- package/esm/sdk/booking.d.ts.map +1 -1
- package/esm/sdk/booking.js +3 -63
- package/esm/sdk/booking.js.map +1 -1
- package/esm/sdk/bookings.d.ts +48 -0
- package/esm/sdk/bookings.d.ts.map +1 -0
- package/esm/sdk/bookings.js +68 -0
- package/esm/sdk/bookings.js.map +1 -0
- package/esm/sdk/chat-messages.d.ts +6 -6
- package/esm/sdk/chat-messages.d.ts.map +1 -1
- package/esm/sdk/chat-messages.js +18 -18
- package/esm/sdk/chat-messages.js.map +1 -1
- package/esm/sdk/chat-rooms.d.ts +8 -8
- package/esm/sdk/chat-rooms.d.ts.map +1 -1
- package/esm/sdk/chat-rooms.js +24 -24
- package/esm/sdk/chat-rooms.js.map +1 -1
- package/esm/sdk/contacts.d.ts +7 -7
- package/esm/sdk/contacts.d.ts.map +1 -1
- package/esm/sdk/contacts.js +21 -21
- package/esm/sdk/contacts.js.map +1 -1
- package/esm/sdk/custom-roles.d.ts +24 -31
- package/esm/sdk/custom-roles.d.ts.map +1 -1
- package/esm/sdk/custom-roles.js +45 -55
- package/esm/sdk/custom-roles.js.map +1 -1
- package/esm/sdk/event-attendees.d.ts +8 -8
- package/esm/sdk/event-attendees.d.ts.map +1 -1
- package/esm/sdk/event-attendees.js +24 -24
- package/esm/sdk/event-attendees.js.map +1 -1
- package/esm/sdk/event-documents.d.ts +3 -3
- package/esm/sdk/event-documents.d.ts.map +1 -1
- package/esm/sdk/event-documents.js +9 -9
- package/esm/sdk/event-documents.js.map +1 -1
- package/esm/sdk/event-location.d.ts +2 -2
- package/esm/sdk/event-location.d.ts.map +1 -1
- package/esm/sdk/event-location.js +6 -6
- package/esm/sdk/event-location.js.map +1 -1
- package/esm/sdk/event-timeline.d.ts +5 -5
- package/esm/sdk/event-timeline.d.ts.map +1 -1
- package/esm/sdk/event-timeline.js +15 -15
- package/esm/sdk/event-timeline.js.map +1 -1
- package/esm/sdk/event-timezones.d.ts +23 -0
- package/esm/sdk/event-timezones.d.ts.map +1 -0
- package/esm/sdk/event-timezones.js +27 -0
- package/esm/sdk/event-timezones.js.map +1 -0
- package/esm/sdk/event.d.ts +7 -189
- package/esm/sdk/event.d.ts.map +1 -1
- package/esm/sdk/event.js +21 -266
- package/esm/sdk/event.js.map +1 -1
- package/esm/sdk/events.d.ts +170 -0
- package/esm/sdk/events.d.ts.map +1 -0
- package/esm/sdk/events.js +234 -0
- package/esm/sdk/events.js.map +1 -0
- package/esm/sdk/features.d.ts +11 -0
- package/esm/sdk/features.d.ts.map +1 -0
- package/esm/sdk/features.js +18 -0
- package/esm/sdk/features.js.map +1 -0
- package/esm/sdk/health-notifications.d.ts +11 -0
- package/esm/sdk/health-notifications.d.ts.map +1 -0
- package/esm/sdk/health-notifications.js +18 -0
- package/esm/sdk/health-notifications.js.map +1 -0
- package/esm/sdk/health.d.ts +14 -1
- package/esm/sdk/health.d.ts.map +1 -1
- package/esm/sdk/health.js +18 -3
- package/esm/sdk/health.js.map +1 -1
- package/esm/sdk/integration-user.d.ts +12 -0
- package/esm/sdk/integration-user.d.ts.map +1 -0
- package/esm/sdk/integration-user.js +19 -0
- package/esm/sdk/integration-user.js.map +1 -0
- package/esm/sdk/integration.d.ts +12 -0
- package/esm/sdk/integration.d.ts.map +1 -0
- package/esm/sdk/integration.js +19 -0
- package/esm/sdk/integration.js.map +1 -0
- package/esm/sdk/integrations.d.ts +12 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +19 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/metrics.d.ts +11 -0
- package/esm/sdk/metrics.d.ts.map +1 -0
- package/esm/sdk/metrics.js +18 -0
- package/esm/sdk/metrics.js.map +1 -0
- package/esm/sdk/organizations.d.ts +9 -9
- package/esm/sdk/organizations.d.ts.map +1 -1
- package/esm/sdk/organizations.js +27 -27
- package/esm/sdk/organizations.js.map +1 -1
- package/esm/sdk/permissions.d.ts +2 -2
- package/esm/sdk/permissions.d.ts.map +1 -1
- package/esm/sdk/permissions.js +6 -6
- package/esm/sdk/permissions.js.map +1 -1
- package/esm/sdk/place.d.ts +2 -23
- package/esm/sdk/place.d.ts.map +1 -1
- package/esm/sdk/place.js +6 -41
- package/esm/sdk/place.js.map +1 -1
- package/esm/sdk/places.d.ts +26 -0
- package/esm/sdk/places.d.ts.map +1 -0
- package/esm/sdk/places.js +43 -0
- package/esm/sdk/places.js.map +1 -0
- package/esm/sdk/public-events.d.ts +1 -1
- package/esm/sdk/public-events.d.ts.map +1 -1
- package/esm/sdk/public-events.js +3 -3
- package/esm/sdk/public-events.js.map +1 -1
- package/esm/sdk/public-spaces.d.ts +14 -0
- package/esm/sdk/public-spaces.d.ts.map +1 -0
- package/esm/sdk/public-spaces.js +19 -0
- package/esm/sdk/public-spaces.js.map +1 -0
- package/esm/sdk/realtime.d.ts +2 -2
- package/esm/sdk/realtime.d.ts.map +1 -1
- package/esm/sdk/realtime.js +6 -6
- package/esm/sdk/realtime.js.map +1 -1
- package/esm/sdk/roles.d.ts +12 -0
- package/esm/sdk/roles.d.ts.map +1 -0
- package/esm/sdk/roles.js +18 -0
- package/esm/sdk/roles.js.map +1 -0
- package/esm/sdk/sdk.d.ts +59 -83
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +94 -110
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sentry.d.ts +12 -0
- package/esm/sdk/sentry.d.ts.map +1 -0
- package/esm/sdk/sentry.js +19 -0
- package/esm/sdk/sentry.js.map +1 -0
- package/esm/sdk/space-contacts.d.ts +8 -8
- package/esm/sdk/space-contacts.d.ts.map +1 -1
- package/esm/sdk/space-contacts.js +24 -24
- package/esm/sdk/space-contacts.js.map +1 -1
- package/esm/sdk/space-documents.d.ts +3 -3
- package/esm/sdk/space-documents.d.ts.map +1 -1
- package/esm/sdk/space-documents.js +9 -9
- package/esm/sdk/space-documents.js.map +1 -1
- package/esm/sdk/space-events.d.ts +8 -8
- package/esm/sdk/space-events.d.ts.map +1 -1
- package/esm/sdk/space-events.js +24 -24
- package/esm/sdk/space-events.js.map +1 -1
- package/esm/sdk/space-member-roles.d.ts +2 -11
- package/esm/sdk/space-member-roles.d.ts.map +1 -1
- package/esm/sdk/space-member-roles.js +6 -18
- package/esm/sdk/space-member-roles.js.map +1 -1
- package/esm/sdk/space-roles.d.ts +11 -11
- package/esm/sdk/space-roles.d.ts.map +1 -1
- package/esm/sdk/space-roles.js +25 -25
- package/esm/sdk/space-roles.js.map +1 -1
- package/esm/sdk/space.d.ts +10 -254
- package/esm/sdk/space.d.ts.map +1 -1
- package/esm/sdk/space.js +30 -361
- package/esm/sdk/space.js.map +1 -1
- package/esm/sdk/spaces.d.ts +187 -0
- package/esm/sdk/spaces.d.ts.map +1 -0
- package/esm/sdk/spaces.js +255 -0
- package/esm/sdk/spaces.js.map +1 -0
- package/esm/sdk/user.d.ts +6 -38
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +18 -65
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/users.d.ts +38 -0
- package/esm/sdk/users.d.ts.map +1 -0
- package/esm/sdk/users.js +55 -0
- package/esm/sdk/users.js.map +1 -0
- package/examples/userGetAssistant.example.ts +28 -0
- package/jsr.json +2 -2
- package/package.json +2 -2
- package/src/core.ts +1 -1
- package/src/funcs/ai-agent-cancel-workflow.ts +186 -0
- package/src/funcs/ai-agent-create-session.ts +169 -0
- package/src/funcs/ai-agent-get-session-costs.ts +181 -0
- package/src/funcs/ai-agent-get-session.ts +180 -0
- package/src/funcs/ai-agent-list-sessions.ts +183 -0
- package/src/funcs/ai-agent-list-workflows.ts +188 -0
- package/src/funcs/ai-agent-send-message.ts +184 -0
- package/src/funcs/ai-agent-start-workflow-async.ts +169 -0
- package/src/funcs/ai-agent-start-workflow.ts +169 -0
- package/src/funcs/ai-agents-get-org-costs.ts +179 -0
- package/src/funcs/ai-delete-session.ts +180 -0
- package/src/funcs/ai-workflows-get-execution-details.ts +182 -0
- package/src/funcs/analytic-get-dashboard.ts +138 -0
- package/src/funcs/analytic-get-totals.ts +138 -0
- package/src/funcs/audit-logs-get-permission-stats.ts +201 -0
- package/src/funcs/audit-logs-list-permissions.ts +206 -0
- package/src/funcs/auth-contexts-get.ts +144 -0
- package/src/funcs/automation-cron-health-check.ts +146 -0
- package/src/funcs/automation-cron-trigger-scheduled.ts +209 -0
- package/src/funcs/automation-metadata-get-actions.ts +142 -0
- package/src/funcs/automation-metadata-get-task.ts +186 -0
- package/src/funcs/automation-metadata-get-tasks.ts +187 -0
- package/src/funcs/automation-metadata-get-triggers.ts +142 -0
- package/src/funcs/automation-rules-create.ts +173 -0
- package/src/funcs/automation-rules-delete.ts +180 -0
- package/src/funcs/automation-rules-execute.ts +184 -0
- package/src/funcs/automation-rules-get-conditions.ts +142 -0
- package/src/funcs/automation-rules-get-executions.ts +193 -0
- package/src/funcs/automation-rules-get-metadata.ts +141 -0
- package/src/funcs/automation-rules-get.ts +180 -0
- package/src/funcs/automation-rules-list.ts +186 -0
- package/src/funcs/automation-rules-patch.ts +182 -0
- package/src/funcs/automation-rules-update.ts +182 -0
- package/src/funcs/booking-create.ts +169 -0
- package/src/funcs/bookings-check-availability.ts +169 -0
- package/src/funcs/bookings-delete.ts +180 -0
- package/src/funcs/bookings-get-by-id.ts +180 -0
- package/src/funcs/bookings-get-place-schedule.ts +192 -0
- package/src/funcs/bookings-list.ts +183 -0
- package/src/funcs/bookings-update.ts +181 -0
- package/src/funcs/chat-messages-delete.ts +177 -0
- package/src/funcs/chat-messages-get-count.ts +177 -0
- package/src/funcs/chat-messages-get-unread-count.ts +177 -0
- package/src/funcs/chat-messages-list.ts +188 -0
- package/src/funcs/chat-messages-mark-read.ts +177 -0
- package/src/funcs/chat-messages-send.ts +181 -0
- package/src/funcs/chat-rooms-add-member.ts +179 -0
- package/src/funcs/chat-rooms-create-direct.ts +166 -0
- package/src/funcs/chat-rooms-create-group.ts +166 -0
- package/src/funcs/chat-rooms-get-by-id.ts +177 -0
- package/src/funcs/chat-rooms-list-members.ts +178 -0
- package/src/funcs/chat-rooms-list.ts +178 -0
- package/src/funcs/chat-rooms-remove-member.ts +186 -0
- package/src/funcs/chat-rooms-update.ts +178 -0
- package/src/funcs/contacts-create.ts +169 -0
- package/src/funcs/contacts-delete.ts +180 -0
- package/src/funcs/contacts-get.ts +180 -0
- package/src/funcs/contacts-list.ts +184 -0
- package/src/funcs/contacts-search.ts +180 -0
- package/src/funcs/contacts-toggle-favorite.ts +182 -0
- package/src/funcs/contacts-update.ts +181 -0
- package/src/funcs/custom-roles-add-permission.ts +184 -0
- package/src/funcs/custom-roles-assign-to-user.ts +188 -0
- package/src/funcs/custom-roles-create.ts +179 -0
- package/src/funcs/custom-roles-get-my-permissions.ts +145 -0
- package/src/funcs/custom-roles-get.ts +180 -0
- package/src/funcs/custom-roles-list.ts +181 -0
- package/src/funcs/custom-roles-remove-permission.ts +189 -0
- package/src/funcs/custom-roles-remove-user-role.ts +189 -0
- package/src/funcs/custom-roles-set-permissions.ts +184 -0
- package/src/funcs/custom-roles-update.ts +181 -0
- package/src/funcs/event-attendees-add-bulk.ts +194 -0
- package/src/funcs/event-attendees-add.ts +184 -0
- package/src/funcs/event-attendees-check-in.ts +190 -0
- package/src/funcs/event-attendees-get.ts +191 -0
- package/src/funcs/event-attendees-remove-bulk.ts +186 -0
- package/src/funcs/event-attendees-remove.ts +189 -0
- package/src/funcs/event-attendees-update-bulk-status.ts +191 -0
- package/src/funcs/event-attendees-update.ts +191 -0
- package/src/funcs/event-compare-versions.ts +191 -0
- package/src/funcs/event-documents-add-document.ts +189 -0
- package/src/funcs/event-documents-get-documents.ts +181 -0
- package/src/funcs/event-documents-remove.ts +189 -0
- package/src/funcs/event-get-latest-version.ts +186 -0
- package/src/funcs/event-get-section-settings.ts +183 -0
- package/src/funcs/event-get-version.ts +190 -0
- package/src/funcs/event-get.ts +177 -0
- package/src/funcs/event-location-get.ts +181 -0
- package/src/funcs/event-location-update.ts +182 -0
- package/src/funcs/event-timeline-create-milestone.ts +222 -0
- package/src/funcs/event-timeline-get-published.ts +186 -0
- package/src/funcs/event-timeline-get.ts +176 -0
- package/src/funcs/event-timeline-link-milestone.ts +181 -0
- package/src/funcs/event-timeline-unlink.ts +185 -0
- package/src/funcs/event-timezones-validate.ts +187 -0
- package/src/funcs/event-unpublish-version.ts +185 -0
- package/src/funcs/event-update.ts +178 -0
- package/src/funcs/events-archive.ts +177 -0
- package/src/funcs/events-create.ts +205 -0
- package/src/funcs/events-delete.ts +176 -0
- package/src/funcs/events-filter-advanced.ts +172 -0
- package/src/funcs/events-get-section-content.ts +183 -0
- package/src/funcs/events-get-section-identification.ts +183 -0
- package/src/funcs/events-get-settings.ts +181 -0
- package/src/funcs/events-get-social-feed.ts +186 -0
- package/src/funcs/events-get-timezones.ts +147 -0
- package/src/funcs/events-list-by-space.ts +189 -0
- package/src/funcs/events-list-calendar.ts +201 -0
- package/src/funcs/events-list-versions.ts +180 -0
- package/src/funcs/events-list.ts +204 -0
- package/src/funcs/events-patch-content.ts +182 -0
- package/src/funcs/events-patch-identification.ts +187 -0
- package/src/funcs/events-patch-settings.ts +182 -0
- package/src/funcs/events-publish-version.ts +185 -0
- package/src/funcs/events-publish-with-notifications.ts +183 -0
- package/src/funcs/events-publish.ts +177 -0
- package/src/funcs/events-rollback-version.ts +191 -0
- package/src/funcs/events-transfer.ts +192 -0
- package/src/funcs/events-update-cover.ts +216 -0
- package/src/funcs/features-get.ts +141 -0
- package/src/funcs/health-check-automation.ts +147 -0
- package/src/funcs/health-check.ts +183 -0
- package/src/funcs/health-notifications-check.ts +141 -0
- package/src/funcs/integration-handle-org-removed.ts +142 -0
- package/src/funcs/integration-user-handle-removed.ts +142 -0
- package/src/funcs/integrations-handle-org-created.ts +142 -0
- package/src/funcs/metrics-get.ts +141 -0
- package/src/funcs/organizations-archive.ts +183 -0
- package/src/funcs/organizations-create-invite.ts +185 -0
- package/src/funcs/organizations-create.ts +169 -0
- package/src/funcs/organizations-delete-invite.ts +189 -0
- package/src/funcs/organizations-get-by-id.ts +181 -0
- package/src/funcs/organizations-get-current.ts +143 -0
- package/src/funcs/organizations-get-invites.ts +184 -0
- package/src/funcs/organizations-list.ts +186 -0
- package/src/funcs/organizations-update.ts +185 -0
- package/src/funcs/permissions-get.ts +184 -0
- package/src/funcs/permissions-list.ts +142 -0
- package/src/funcs/place-archive.ts +177 -0
- package/src/funcs/place-publish.ts +177 -0
- package/src/funcs/places-create.ts +171 -0
- package/src/funcs/places-delete.ts +176 -0
- package/src/funcs/places-get.ts +177 -0
- package/src/funcs/places-list.ts +176 -0
- package/src/funcs/places-update.ts +178 -0
- package/src/funcs/public-events-get-latest-version.ts +182 -0
- package/src/funcs/public-spaces-get-latest-version.ts +183 -0
- package/src/funcs/realtime-connect.ts +144 -0
- package/src/funcs/realtime-get-info.ts +150 -0
- package/src/funcs/roles-delete.ts +180 -0
- package/src/funcs/sentry-trigger-error.ts +142 -0
- package/src/funcs/space-archive.ts +177 -0
- package/src/funcs/space-assign-user-to-role.ts +196 -0
- package/src/funcs/space-bulk-update-parent.ts +169 -0
- package/src/funcs/space-contacts-add-bulk.ts +197 -0
- package/src/funcs/space-contacts-add.ts +192 -0
- package/src/funcs/space-contacts-bulk-delete.ts +196 -0
- package/src/funcs/space-contacts-count.ts +194 -0
- package/src/funcs/space-contacts-get-contacts-by-space.ts +198 -0
- package/src/funcs/space-contacts-get-spaces-by-contact.ts +198 -0
- package/src/funcs/space-contacts-get.ts +194 -0
- package/src/funcs/space-contacts-remove.ts +195 -0
- package/src/funcs/space-documents-add.ts +189 -0
- package/src/funcs/space-documents-get.ts +181 -0
- package/src/funcs/space-documents-remove.ts +189 -0
- package/src/funcs/space-events-add.ts +192 -0
- package/src/funcs/space-events-bulk-add.ts +195 -0
- package/src/funcs/space-events-bulk-remove.ts +198 -0
- package/src/funcs/space-events-count.ts +189 -0
- package/src/funcs/space-events-get-by-id.ts +190 -0
- package/src/funcs/space-events-get-event-spaces.ts +198 -0
- package/src/funcs/space-events-get.ts +198 -0
- package/src/funcs/space-events-remove-event.ts +192 -0
- package/src/funcs/space-get-latest-version.ts +186 -0
- package/src/funcs/space-get-user-roles.ts +191 -0
- package/src/funcs/space-publish.ts +177 -0
- package/src/funcs/space-roles-assign-permission.ts +192 -0
- package/src/funcs/space-roles-create.ts +184 -0
- package/src/funcs/space-roles-delete.ts +191 -0
- package/src/funcs/space-roles-get.ts +190 -0
- package/src/funcs/space-roles-list-roles.ts +183 -0
- package/src/funcs/space-roles-remove-permission.ts +195 -0
- package/src/funcs/space-roles-update-role.ts +193 -0
- package/src/funcs/space-test-auth.ts +141 -0
- package/src/funcs/space-transfer.ts +204 -0
- package/src/funcs/space-update-member-role.ts +191 -0
- package/src/funcs/space-update.ts +178 -0
- package/src/funcs/spaces-add-member.ts +182 -0
- package/src/funcs/spaces-compare-versions.ts +192 -0
- package/src/funcs/spaces-create-space.ts +166 -0
- package/src/funcs/spaces-create-with-parent.ts +170 -0
- package/src/funcs/spaces-delete-by-id.ts +176 -0
- package/src/funcs/spaces-detach-parent.ts +182 -0
- package/src/funcs/spaces-get-by-id.ts +177 -0
- package/src/funcs/spaces-get-hierarchy.ts +181 -0
- package/src/funcs/spaces-get-joinable-by-user.ts +213 -0
- package/src/funcs/spaces-get-members.ts +181 -0
- package/src/funcs/spaces-get-parent.ts +181 -0
- package/src/funcs/spaces-get-version.ts +190 -0
- package/src/funcs/spaces-join.ts +198 -0
- package/src/funcs/spaces-list-children.ts +181 -0
- package/src/funcs/spaces-list-versions.ts +181 -0
- package/src/funcs/spaces-list.ts +178 -0
- package/src/funcs/spaces-publish-version.ts +181 -0
- package/src/funcs/spaces-remove-member.ts +189 -0
- package/src/funcs/spaces-remove-user-from-role.ts +195 -0
- package/src/funcs/spaces-rollback.ts +182 -0
- package/src/funcs/spaces-unpublish.ts +180 -0
- package/src/funcs/spaces-update-parent.ts +182 -0
- package/src/funcs/user-create-assistant.ts +141 -0
- package/src/funcs/user-get-assistant.ts +141 -0
- package/src/funcs/user-get-profile.ts +192 -0
- package/src/funcs/user-list.ts +171 -0
- package/src/funcs/user-update-profile.ts +169 -0
- package/src/funcs/user-upload-avatar.ts +208 -0
- package/src/funcs/users-delete-avatar.ts +144 -0
- package/src/funcs/users-get-avatar-by-id.ts +179 -0
- package/src/funcs/users-get-avatar.ts +141 -0
- package/src/funcs/users-get-current-profile.ts +141 -0
- package/src/funcs/users-search.ts +180 -0
- package/src/lib/config.ts +28 -10
- package/src/lib/matchers.ts +5 -5
- package/src/lib/sdks.ts +1 -1
- package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +9 -0
- package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +7 -1
- package/src/models/errors/http-validation-error.ts +2 -2
- package/src/models/errors/index.ts +2 -2
- package/src/models/errors/linebundle-default-error.ts +40 -0
- package/src/models/errors/linebundle-error.ts +35 -0
- package/src/models/errors/response-validation-error.ts +2 -2
- package/src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts +46 -0
- package/src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts +46 -0
- package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -36
- package/src/models/operations/create-role-endpoint-api-v1-roles-post.ts +49 -0
- package/src/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.ts +42 -0
- package/src/models/operations/get-latest-public-event-version.ts +40 -0
- package/src/models/operations/get-latest-public-space-version.ts +40 -0
- package/src/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.ts +42 -0
- package/src/models/operations/get-role-endpoint-api-v1-roles-role-id-get.ts +42 -0
- package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +0 -36
- package/src/models/operations/get-user-list-api-v1-user-get.ts +0 -35
- package/src/models/operations/index.ts +13 -13
- package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -36
- package/src/models/operations/list-roles-endpoint-api-v1-roles-get.ts +50 -0
- package/src/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.ts +49 -0
- package/src/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.ts +49 -0
- package/src/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.ts +46 -0
- package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -39
- package/src/models/operations/update-role-endpoint-api-v1-roles-role-id-put.ts +46 -0
- package/src/models/room-response.ts +9 -0
- package/src/sdk/ai-agent.ts +57 -116
- package/src/sdk/ai-agents.ts +28 -0
- package/src/sdk/ai-workflows.ts +29 -0
- package/src/sdk/ai.ts +27 -0
- package/src/sdk/analytic.ts +6 -6
- package/src/sdk/audit-logs.ts +14 -18
- package/src/sdk/auth-contexts.ts +28 -0
- package/src/sdk/automation-cron.ts +13 -19
- package/src/sdk/automation-metadata.ts +26 -68
- package/src/sdk/automation-rules.ts +45 -227
- package/src/sdk/booking.ts +3 -117
- package/src/sdk/bookings.ts +119 -0
- package/src/sdk/chat-messages.ts +26 -30
- package/src/sdk/chat-rooms.ts +28 -30
- package/src/sdk/contacts.ts +25 -27
- package/src/sdk/custom-roles.ts +81 -113
- package/src/sdk/event-attendees.ts +56 -74
- package/src/sdk/event-documents.ts +21 -27
- package/src/sdk/event-location.ts +14 -18
- package/src/sdk/event-timeline.ts +31 -49
- package/src/sdk/event-timezones.ts +36 -0
- package/src/sdk/event.ts +29 -484
- package/src/sdk/events.ts +418 -0
- package/src/sdk/features.ts +24 -0
- package/src/sdk/health-notifications.ts +24 -0
- package/src/sdk/health.ts +30 -8
- package/src/sdk/integration-user.ts +25 -0
- package/src/sdk/integration.ts +25 -0
- package/src/sdk/integrations.ts +25 -0
- package/src/sdk/metrics.ts +24 -0
- package/src/sdk/organizations.ts +62 -80
- package/src/sdk/permissions.ts +14 -18
- package/src/sdk/place.ts +6 -82
- package/src/sdk/places.ts +85 -0
- package/src/sdk/public-events.ts +8 -11
- package/src/sdk/public-spaces.ts +29 -0
- package/src/sdk/realtime.ts +6 -6
- package/src/sdk/roles.ts +27 -0
- package/src/sdk/sdk.ts +103 -163
- package/src/sdk/sentry.ts +25 -0
- package/src/sdk/space-contacts.ts +56 -72
- package/src/sdk/space-documents.ts +21 -27
- package/src/sdk/space-events.ts +40 -48
- package/src/sdk/space-member-roles.ts +14 -43
- package/src/sdk/space-roles.ts +45 -57
- package/src/sdk/space.ts +38 -644
- package/src/sdk/spaces.ts +439 -0
- package/src/sdk/user.ts +18 -101
- package/src/sdk/users.ts +91 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +0 -19
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +0 -89
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +0 -1
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +0 -18
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +0 -82
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +0 -1
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +0 -18
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +0 -1
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +0 -88
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +0 -1
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +0 -87
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +0 -88
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +0 -89
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +0 -89
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +0 -1
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +0 -19
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +0 -89
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +0 -1
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +0 -19
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +0 -90
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +0 -1
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +0 -19
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +0 -90
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +0 -18
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +0 -82
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +0 -18
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +0 -82
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +0 -1
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +0 -14
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +0 -1
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +0 -64
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +0 -1
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +0 -14
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +0 -1
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +0 -64
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +0 -1
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +0 -32
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +0 -1
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +0 -102
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +0 -1
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +0 -35
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +0 -1
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +0 -108
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +0 -1
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +0 -20
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +0 -1
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +0 -70
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +0 -1
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +0 -22
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +0 -73
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +0 -1
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +0 -22
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +0 -86
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +0 -1
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +0 -20
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +0 -71
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +0 -1
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +0 -18
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +0 -1
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +0 -88
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +0 -1
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +0 -19
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +0 -90
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +0 -1
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +0 -68
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +0 -67
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +0 -89
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +0 -68
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +0 -88
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +0 -21
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +0 -95
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +0 -89
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +0 -68
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +0 -1
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +0 -23
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +0 -92
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +0 -1
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +0 -19
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +0 -1
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +0 -90
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +0 -1
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +0 -44
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +0 -109
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +0 -1
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +0 -19
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +0 -1
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +0 -90
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +0 -1
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +0 -18
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +0 -1
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +0 -82
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +0 -1
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +0 -18
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +0 -1
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js +0 -82
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +0 -1
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +0 -18
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +0 -1
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +0 -88
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +0 -1
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +0 -19
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +0 -88
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +0 -1
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +0 -19
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +0 -91
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +0 -1
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +0 -19
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +0 -94
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +0 -1
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +0 -19
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +0 -1
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +0 -89
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +0 -1
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +0 -15
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +0 -1
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +0 -85
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +0 -1
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +0 -17
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +0 -85
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +0 -1
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +0 -17
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +0 -85
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +0 -1
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +0 -16
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +0 -90
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +0 -1
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +0 -15
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +0 -1
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +0 -85
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +0 -1
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +0 -16
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +0 -1
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +0 -86
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +0 -1
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +0 -16
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +0 -87
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +0 -1
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +0 -15
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +0 -79
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +0 -1
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +0 -15
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +0 -79
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +0 -1
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +0 -85
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +0 -1
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +0 -86
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +0 -1
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +0 -84
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +0 -1
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +0 -15
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +0 -89
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +0 -1
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +0 -16
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +0 -86
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +0 -1
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +0 -18
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +0 -1
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +0 -82
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +0 -1
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +0 -18
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +0 -1
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +0 -88
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +0 -1
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +0 -19
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +0 -1
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +0 -88
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +0 -1
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +0 -19
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +0 -1
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +0 -90
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +0 -1
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +0 -19
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +0 -1
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +0 -88
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +0 -1
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +0 -19
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +0 -1
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +0 -90
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +0 -1
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +0 -19
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +0 -1
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +0 -89
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +0 -1
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -18
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -89
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -18
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -92
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -19
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +0 -87
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -88
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +0 -20
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +0 -71
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +0 -1
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -19
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -89
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -19
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -87
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -92
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -92
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -18
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -89
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -19
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -90
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +0 -15
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +0 -85
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +0 -21
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +0 -92
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +0 -21
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +0 -96
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +0 -1
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +0 -19
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +0 -93
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +0 -1
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +0 -21
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +0 -1
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +0 -98
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +0 -18
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +0 -92
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +0 -20
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +0 -89
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +0 -1
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +0 -20
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +0 -1
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +0 -93
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +0 -1
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +0 -19
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +0 -1
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +0 -94
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +0 -1
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +0 -18
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +0 -1
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +0 -93
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +0 -1
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts +0 -15
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +0 -1
- package/esm/funcs/event-create-event-api-v1-event-post.js +0 -106
- package/esm/funcs/event-create-event-api-v1-event-post.js.map +0 -1
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +0 -15
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +0 -84
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +0 -1
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +0 -18
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +0 -1
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +0 -92
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +0 -1
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +0 -18
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +0 -1
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +0 -89
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +0 -1
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +0 -18
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +0 -92
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +0 -1
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +0 -21
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +0 -1
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +0 -85
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +0 -1
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +0 -23
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +0 -1
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +0 -109
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +0 -1
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +0 -16
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +0 -85
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +0 -1
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +0 -24
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-list-api-v1-event-get.js +0 -112
- package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +0 -1
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +0 -19
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +0 -89
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +0 -1
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +0 -19
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +0 -93
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +0 -1
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +0 -16
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +0 -96
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +0 -1
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +0 -89
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +0 -16
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +0 -86
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +0 -1
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +0 -16
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +0 -86
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +0 -1
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +0 -16
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +0 -86
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +0 -1
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +0 -23
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +0 -1
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +0 -92
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +0 -1
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +0 -24
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +0 -1
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +0 -73
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +0 -1
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +0 -18
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +0 -1
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +0 -88
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +0 -1
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +0 -19
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +0 -1
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +0 -89
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +0 -1
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +0 -19
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +0 -1
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +0 -90
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +0 -1
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +0 -90
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +0 -1
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +0 -90
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +0 -1
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +0 -90
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +0 -1
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +0 -15
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +0 -85
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +0 -1
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +0 -18
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +0 -88
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +0 -1
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +0 -15
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +0 -86
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +0 -1
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +0 -19
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +0 -1
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +0 -93
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +0 -1
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -19
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -122
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +0 -19
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +0 -1
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +0 -89
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +0 -1
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -19
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +0 -1
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +0 -94
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +0 -1
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -18
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +0 -1
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -98
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +0 -1
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -18
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -94
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +0 -1
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +0 -31
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +0 -1
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +0 -100
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +0 -1
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +0 -18
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +0 -1
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +0 -88
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +0 -1
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -16
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +0 -113
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +0 -16
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +0 -1
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +0 -86
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +0 -1
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +0 -29
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +0 -1
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +0 -95
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +0 -1
- package/esm/funcs/get-feature-flags-config-features-get.d.ts +0 -16
- package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +0 -1
- package/esm/funcs/get-feature-flags-config-features-get.js +0 -67
- package/esm/funcs/get-feature-flags-config-features-get.js.map +0 -1
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -20
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -90
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +0 -17
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +0 -1
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +0 -68
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +0 -1
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +0 -17
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +0 -1
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +0 -68
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +0 -1
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +0 -17
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +0 -1
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +0 -68
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +0 -1
- package/esm/funcs/health-check-health-get.d.ts +0 -23
- package/esm/funcs/health-check-health-get.d.ts.map +0 -1
- package/esm/funcs/health-check-health-get.js +0 -91
- package/esm/funcs/health-check-health-get.js.map +0 -1
- package/esm/funcs/metrics-metrics-get.d.ts +0 -16
- package/esm/funcs/metrics-metrics-get.d.ts.map +0 -1
- package/esm/funcs/metrics-metrics-get.js +0 -67
- package/esm/funcs/metrics-metrics-get.js.map +0 -1
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts +0 -16
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +0 -1
- package/esm/funcs/notification-health-check-health-notifications-get.js +0 -67
- package/esm/funcs/notification-health-check-health-notifications-get.js.map +0 -1
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +0 -18
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +0 -1
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +0 -88
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +0 -1
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +0 -19
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +0 -1
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +0 -90
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +0 -1
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +0 -18
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +0 -1
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +0 -82
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +0 -1
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +0 -18
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +0 -1
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +0 -92
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +0 -1
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +0 -18
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +0 -68
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +0 -1
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +0 -19
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +0 -89
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +0 -1
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +0 -19
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +0 -89
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +0 -1
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +0 -19
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +0 -1
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +0 -88
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +0 -1
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +0 -19
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +0 -1
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +0 -90
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +0 -1
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -19
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -89
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +0 -17
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +0 -1
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +0 -68
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +0 -1
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +0 -15
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +0 -85
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +0 -1
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts +0 -16
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +0 -1
- package/esm/funcs/place-create-place-api-v1-place-post.js +0 -80
- package/esm/funcs/place-create-place-api-v1-place-post.js.map +0 -1
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +0 -15
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +0 -1
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +0 -84
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +0 -1
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +0 -16
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +0 -1
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +0 -85
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +0 -1
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +0 -16
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +0 -1
- package/esm/funcs/place-get-place-list-api-v1-place-get.js +0 -84
- package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +0 -1
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +0 -15
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +0 -85
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +0 -1
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +0 -16
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +0 -1
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +0 -86
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +0 -1
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -89
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/realtime-get-ws.d.ts +0 -18
- package/esm/funcs/realtime-get-ws.d.ts.map +0 -1
- package/esm/funcs/realtime-get-ws.js +0 -69
- package/esm/funcs/realtime-get-ws.js.map +0 -1
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +0 -25
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +0 -1
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js +0 -76
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +0 -1
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +0 -19
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +0 -1
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +0 -90
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +0 -1
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +0 -15
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +0 -85
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +0 -1
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +0 -20
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +0 -95
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +0 -1
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +0 -20
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +0 -98
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +0 -1
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +0 -18
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +0 -1
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +0 -82
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +0 -1
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +0 -19
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +0 -1
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +0 -94
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +0 -1
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +0 -29
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +0 -1
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +0 -100
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +0 -1
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +0 -29
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +0 -1
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +0 -100
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +0 -1
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +0 -30
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +0 -99
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +0 -1
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +0 -29
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +0 -97
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +0 -30
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +0 -105
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +0 -28
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +0 -95
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +0 -30
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +0 -105
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +0 -1
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +0 -29
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +0 -94
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +0 -1
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts +0 -15
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-api-v1-space-post.js +0 -79
- package/esm/funcs/space-create-space-api-v1-space-post.js.map +0 -1
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +0 -21
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +0 -92
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +0 -1
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +0 -18
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +0 -82
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +0 -1
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +0 -15
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +0 -84
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +0 -1
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +0 -20
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +0 -94
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +0 -19
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +0 -1
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +0 -89
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +0 -1
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +0 -18
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +0 -1
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +0 -92
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +0 -1
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +0 -18
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +0 -1
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +0 -89
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +0 -1
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +0 -18
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +0 -92
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +0 -1
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +0 -29
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +0 -1
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +0 -100
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +0 -1
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +0 -29
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +0 -1
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +0 -100
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +0 -1
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +0 -30
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +0 -102
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +0 -1
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +0 -29
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +0 -1
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +0 -97
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +0 -1
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +0 -30
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +0 -105
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +0 -1
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +0 -28
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +0 -98
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +0 -1
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +0 -30
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +0 -105
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +0 -1
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +0 -29
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +0 -97
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +0 -1
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +0 -38
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +0 -1
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +0 -115
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +0 -1
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +0 -89
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +0 -16
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +0 -85
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +0 -1
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +0 -19
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +0 -89
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +0 -1
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +0 -19
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +0 -89
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +0 -1
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +0 -16
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-list-api-v1-space-get.js +0 -86
- package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +0 -1
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +0 -19
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +0 -89
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +0 -1
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +0 -19
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +0 -89
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +0 -1
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +0 -21
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +0 -95
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +0 -1
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +0 -19
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +0 -93
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +0 -1
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +0 -22
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +0 -1
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +0 -94
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +0 -1
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +0 -37
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +0 -1
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +0 -106
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +0 -1
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +0 -21
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +0 -1
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +0 -91
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +0 -1
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +0 -19
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +0 -1
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +0 -89
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +0 -15
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +0 -85
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +0 -19
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +0 -89
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +0 -1
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +0 -20
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +0 -98
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +0 -1
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +0 -18
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +0 -92
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +0 -1
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts +0 -20
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +0 -98
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js.map +0 -1
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +0 -19
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +0 -1
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +0 -90
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +0 -1
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +0 -16
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +0 -1
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +0 -67
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +0 -1
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +0 -41
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +0 -1
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +0 -112
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +0 -1
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +0 -18
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +0 -1
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +0 -88
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +0 -1
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +0 -16
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +0 -1
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +0 -86
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +0 -1
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +0 -19
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +0 -1
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +0 -94
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +0 -1
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +0 -19
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +0 -1
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +0 -90
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +0 -1
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +0 -21
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +0 -1
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +0 -96
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +0 -1
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +0 -17
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +0 -1
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +0 -68
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +0 -1
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +0 -17
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +0 -1
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +0 -67
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +0 -1
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +0 -17
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +0 -1
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +0 -67
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +0 -1
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +0 -17
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +0 -1
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +0 -67
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +0 -1
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +0 -16
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +0 -1
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +0 -67
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +0 -1
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +0 -17
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +0 -1
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +0 -67
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +0 -1
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +0 -18
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +0 -87
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +0 -1
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +0 -16
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-list-api-v1-user-get.js +0 -89
- package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +0 -1
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +0 -31
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +0 -100
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +0 -1
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +0 -16
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +0 -1
- package/esm/funcs/user-search-users-api-v1-user-search-get.js +0 -86
- package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +0 -1
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +0 -18
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +0 -1
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js +0 -82
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +0 -1
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +0 -18
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +0 -1
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +0 -106
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js.map +0 -1
- package/esm/models/errors/sdk-default-error.d.ts +0 -10
- package/esm/models/errors/sdk-default-error.d.ts.map +0 -1
- package/esm/models/errors/sdk-default-error.js +0 -30
- package/esm/models/errors/sdk-default-error.js.map +0 -1
- package/esm/models/errors/sdk-error.d.ts +0 -19
- package/esm/models/errors/sdk-error.d.ts.map +0 -1
- package/esm/models/errors/sdk-error.js +0 -26
- package/esm/models/errors/sdk-error.js.map +0 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -15
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -20
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -14
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -20
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -18
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +0 -19
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -12
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -17
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -12
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -18
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -12
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -18
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -12
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -18
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -12
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -17
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -20
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -18
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -14
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -20
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -14
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -20
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -15
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -20
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -15
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -19
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
- package/esm/sdk/auth-context.d.ts +0 -15
- package/esm/sdk/auth-context.d.ts.map +0 -1
- package/esm/sdk/auth-context.js +0 -21
- package/esm/sdk/auth-context.js.map +0 -1
- package/esm/sdk/timezones.d.ts +0 -38
- package/esm/sdk/timezones.d.ts.map +0 -1
- package/esm/sdk/timezones.js +0 -43
- package/esm/sdk/timezones.js.map +0 -1
- package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +0 -29
- package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -186
- package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +0 -169
- package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -180
- package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +0 -179
- package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +0 -180
- package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -181
- package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -182
- package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +0 -183
- package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +0 -188
- package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -184
- package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +0 -169
- package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +0 -169
- package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +0 -138
- package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +0 -138
- package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -201
- package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -206
- package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +0 -144
- package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +0 -147
- package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +0 -173
- package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +0 -146
- package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -180
- package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -184
- package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +0 -142
- package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +0 -141
- package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -187
- package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +0 -142
- package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +0 -180
- package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -193
- package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -186
- package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +0 -142
- package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +0 -186
- package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -182
- package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -209
- package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +0 -182
- package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +0 -169
- package/src/funcs/booking-create-booking-api-v1-booking-post.ts +0 -169
- package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +0 -180
- package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -180
- package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +0 -183
- package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -192
- package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +0 -181
- package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +0 -177
- package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -177
- package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -177
- package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +0 -188
- package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -177
- package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +0 -181
- package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -179
- package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +0 -166
- package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +0 -166
- package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -177
- package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -178
- package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +0 -178
- package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -186
- package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +0 -178
- package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +0 -169
- package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +0 -180
- package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +0 -180
- package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +0 -184
- package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +0 -180
- package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -182
- package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +0 -181
- package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -186
- package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -190
- package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -179
- package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -180
- package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +0 -146
- package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -181
- package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -181
- package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -189
- package/src/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -189
- package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -186
- package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -182
- package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +0 -177
- package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -184
- package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -194
- package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -190
- package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -191
- package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -189
- package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -186
- package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -191
- package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -191
- package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -191
- package/src/funcs/event-create-event-api-v1-event-post.ts +0 -205
- package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +0 -176
- package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -189
- package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +0 -181
- package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -189
- package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +0 -172
- package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +0 -201
- package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +0 -177
- package/src/funcs/event-get-event-list-api-v1-event-get.ts +0 -204
- package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +0 -181
- package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -190
- package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +0 -189
- package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -186
- package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +0 -183
- package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -183
- package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -183
- package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +0 -186
- package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +0 -147
- package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +0 -180
- package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +0 -181
- package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +0 -182
- package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +0 -182
- package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -187
- package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -182
- package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +0 -177
- package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -185
- package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -183
- package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -191
- package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -239
- package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -186
- package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +0 -191
- package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -196
- package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -202
- package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +0 -192
- package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -185
- package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +0 -216
- package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +0 -178
- package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +0 -187
- package/src/funcs/get-feature-flags-config-features-get.ts +0 -141
- package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -187
- package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +0 -142
- package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +0 -142
- package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +0 -142
- package/src/funcs/health-check-health-get.ts +0 -183
- package/src/funcs/metrics-metrics-get.ts +0 -141
- package/src/funcs/notification-health-check-health-notifications-get.ts +0 -141
- package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -183
- package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -185
- package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +0 -169
- package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -189
- package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +0 -143
- package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -181
- package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -184
- package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +0 -186
- package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -185
- package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -186
- package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +0 -142
- package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +0 -177
- package/src/funcs/place-create-place-api-v1-place-post.ts +0 -171
- package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +0 -176
- package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +0 -177
- package/src/funcs/place-get-place-list-api-v1-place-get.ts +0 -176
- package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +0 -177
- package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +0 -178
- package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -186
- package/src/funcs/realtime-get-ws.ts +0 -144
- package/src/funcs/realtime-realtime-info-realtime-info-get.ts +0 -150
- package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +0 -182
- package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +0 -177
- package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -192
- package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -196
- package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +0 -169
- package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -192
- package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -192
- package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -197
- package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -196
- package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -194
- package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -198
- package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -194
- package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -198
- package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -195
- package/src/funcs/space-create-space-api-v1-space-post.ts +0 -166
- package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -184
- package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +0 -170
- package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +0 -176
- package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -191
- package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -182
- package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -189
- package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -181
- package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -189
- package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -192
- package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -195
- package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -198
- package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -189
- package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -198
- package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +0 -190
- package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +0 -198
- package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -192
- package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -213
- package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -186
- package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +0 -177
- package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +0 -181
- package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -181
- package/src/funcs/space-get-space-list-api-v1-space-get.ts +0 -178
- package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +0 -181
- package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +0 -181
- package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -190
- package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -190
- package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -191
- package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +0 -198
- package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -183
- package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +0 -181
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +0 -177
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +0 -181
- package/src/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +0 -195
- package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -189
- package/src/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +0 -195
- package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +0 -182
- package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +0 -141
- package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +0 -204
- package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -180
- package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +0 -178
- package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -191
- package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -182
- package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -193
- package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +0 -142
- package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +0 -141
- package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +0 -144
- package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +0 -141
- package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +0 -141
- package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +0 -141
- package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -179
- package/src/funcs/user-get-user-list-api-v1-user-get.ts +0 -186
- package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -192
- package/src/funcs/user-search-users-api-v1-user-search-get.ts +0 -180
- package/src/funcs/user-update-profile-api-v1-user-me-put.ts +0 -169
- package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +0 -208
- package/src/models/errors/sdk-default-error.ts +0 -40
- package/src/models/errors/sdk-error.ts +0 -35
- package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -46
- package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -49
- package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -49
- package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -42
- package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -45
- package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -45
- package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -45
- package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -42
- package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -51
- package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -49
- package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -49
- package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -46
- package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -46
- package/src/sdk/auth-context.ts +0 -28
- package/src/sdk/timezones.ts +0 -58
package/esm/sdk/sdk.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { ClientSDK
|
|
2
|
-
import * as models from "../models/index.js";
|
|
3
|
-
import * as operations from "../models/operations/index.js";
|
|
1
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
4
2
|
import { AiAgent } from "./ai-agent.js";
|
|
3
|
+
import { AiAgents } from "./ai-agents.js";
|
|
4
|
+
import { AiWorkflows } from "./ai-workflows.js";
|
|
5
|
+
import { Ai } from "./ai.js";
|
|
5
6
|
import { Analytic } from "./analytic.js";
|
|
6
7
|
import { AuditLogs } from "./audit-logs.js";
|
|
7
|
-
import {
|
|
8
|
+
import { AuthContexts } from "./auth-contexts.js";
|
|
8
9
|
import { AutomationCron } from "./automation-cron.js";
|
|
9
10
|
import { AutomationMetadata } from "./automation-metadata.js";
|
|
10
11
|
import { AutomationRules } from "./automation-rules.js";
|
|
11
12
|
import { Booking } from "./booking.js";
|
|
13
|
+
import { Bookings } from "./bookings.js";
|
|
12
14
|
import { ChatMessages } from "./chat-messages.js";
|
|
13
15
|
import { ChatRooms } from "./chat-rooms.js";
|
|
14
16
|
import { Contacts } from "./contacts.js";
|
|
@@ -17,32 +19,49 @@ import { EventAttendees } from "./event-attendees.js";
|
|
|
17
19
|
import { EventDocuments } from "./event-documents.js";
|
|
18
20
|
import { EventLocation } from "./event-location.js";
|
|
19
21
|
import { EventTimeline } from "./event-timeline.js";
|
|
22
|
+
import { EventTimezones } from "./event-timezones.js";
|
|
20
23
|
import { Event } from "./event.js";
|
|
24
|
+
import { Events } from "./events.js";
|
|
25
|
+
import { Features } from "./features.js";
|
|
26
|
+
import { HealthNotifications } from "./health-notifications.js";
|
|
21
27
|
import { Health } from "./health.js";
|
|
28
|
+
import { IntegrationUser } from "./integration-user.js";
|
|
29
|
+
import { Integration } from "./integration.js";
|
|
30
|
+
import { Integrations } from "./integrations.js";
|
|
31
|
+
import { Metrics } from "./metrics.js";
|
|
22
32
|
import { Organizations } from "./organizations.js";
|
|
23
33
|
import { Permissions } from "./permissions.js";
|
|
24
34
|
import { Place } from "./place.js";
|
|
35
|
+
import { Places } from "./places.js";
|
|
25
36
|
import { PublicEvents } from "./public-events.js";
|
|
37
|
+
import { PublicSpaces } from "./public-spaces.js";
|
|
26
38
|
import { Realtime } from "./realtime.js";
|
|
39
|
+
import { Roles } from "./roles.js";
|
|
40
|
+
import { Sentry } from "./sentry.js";
|
|
27
41
|
import { SpaceContacts } from "./space-contacts.js";
|
|
28
42
|
import { SpaceDocuments } from "./space-documents.js";
|
|
29
43
|
import { SpaceEvents } from "./space-events.js";
|
|
30
44
|
import { SpaceMemberRoles } from "./space-member-roles.js";
|
|
31
45
|
import { SpaceRoles } from "./space-roles.js";
|
|
32
46
|
import { Space } from "./space.js";
|
|
33
|
-
import {
|
|
47
|
+
import { Spaces } from "./spaces.js";
|
|
34
48
|
import { User } from "./user.js";
|
|
35
|
-
|
|
49
|
+
import { Users } from "./users.js";
|
|
50
|
+
export declare class Linebundle extends ClientSDK {
|
|
36
51
|
private _user?;
|
|
37
52
|
get user(): User;
|
|
38
|
-
private
|
|
39
|
-
get
|
|
53
|
+
private _users?;
|
|
54
|
+
get users(): Users;
|
|
55
|
+
private _authContexts?;
|
|
56
|
+
get authContexts(): AuthContexts;
|
|
40
57
|
private _auditLogs?;
|
|
41
58
|
get auditLogs(): AuditLogs;
|
|
59
|
+
private _events?;
|
|
60
|
+
get events(): Events;
|
|
42
61
|
private _event?;
|
|
43
62
|
get event(): Event;
|
|
44
|
-
private
|
|
45
|
-
get
|
|
63
|
+
private _eventTimezones?;
|
|
64
|
+
get eventTimezones(): EventTimezones;
|
|
46
65
|
private _eventAttendees?;
|
|
47
66
|
get eventAttendees(): EventAttendees;
|
|
48
67
|
private _eventTimeline?;
|
|
@@ -53,6 +72,8 @@ export declare class SDK extends ClientSDK {
|
|
|
53
72
|
get eventLocation(): EventLocation;
|
|
54
73
|
private _space?;
|
|
55
74
|
get space(): Space;
|
|
75
|
+
private _spaces?;
|
|
76
|
+
get spaces(): Spaces;
|
|
56
77
|
private _spaceRoles?;
|
|
57
78
|
get spaceRoles(): SpaceRoles;
|
|
58
79
|
private _spaceMemberRoles?;
|
|
@@ -63,6 +84,8 @@ export declare class SDK extends ClientSDK {
|
|
|
63
84
|
get spaceEvents(): SpaceEvents;
|
|
64
85
|
private _spaceDocuments?;
|
|
65
86
|
get spaceDocuments(): SpaceDocuments;
|
|
87
|
+
private _places?;
|
|
88
|
+
get places(): Places;
|
|
66
89
|
private _place?;
|
|
67
90
|
get place(): Place;
|
|
68
91
|
private _analytic?;
|
|
@@ -71,8 +94,12 @@ export declare class SDK extends ClientSDK {
|
|
|
71
94
|
get organizations(): Organizations;
|
|
72
95
|
private _customRoles?;
|
|
73
96
|
get customRoles(): CustomRoles;
|
|
97
|
+
private _roles?;
|
|
98
|
+
get roles(): Roles;
|
|
74
99
|
private _permissions?;
|
|
75
100
|
get permissions(): Permissions;
|
|
101
|
+
private _bookings?;
|
|
102
|
+
get bookings(): Bookings;
|
|
76
103
|
private _booking?;
|
|
77
104
|
get booking(): Booking;
|
|
78
105
|
private _chatRooms?;
|
|
@@ -81,6 +108,12 @@ export declare class SDK extends ClientSDK {
|
|
|
81
108
|
get chatMessages(): ChatMessages;
|
|
82
109
|
private _aiAgent?;
|
|
83
110
|
get aiAgent(): AiAgent;
|
|
111
|
+
private _ai?;
|
|
112
|
+
get ai(): Ai;
|
|
113
|
+
private _aiAgents?;
|
|
114
|
+
get aiAgents(): AiAgents;
|
|
115
|
+
private _aiWorkflows?;
|
|
116
|
+
get aiWorkflows(): AiWorkflows;
|
|
84
117
|
private _contacts?;
|
|
85
118
|
get contacts(): Contacts;
|
|
86
119
|
private _automationRules?;
|
|
@@ -91,82 +124,25 @@ export declare class SDK extends ClientSDK {
|
|
|
91
124
|
get automationCron(): AutomationCron;
|
|
92
125
|
private _health?;
|
|
93
126
|
get health(): Health;
|
|
127
|
+
private _integrations?;
|
|
128
|
+
get integrations(): Integrations;
|
|
129
|
+
private _integration?;
|
|
130
|
+
get integration(): Integration;
|
|
131
|
+
private _integrationUser?;
|
|
132
|
+
get integrationUser(): IntegrationUser;
|
|
94
133
|
private _publicEvents?;
|
|
95
134
|
get publicEvents(): PublicEvents;
|
|
135
|
+
private _publicSpaces?;
|
|
136
|
+
get publicSpaces(): PublicSpaces;
|
|
137
|
+
private _sentry?;
|
|
138
|
+
get sentry(): Sentry;
|
|
139
|
+
private _healthNotifications?;
|
|
140
|
+
get healthNotifications(): HealthNotifications;
|
|
141
|
+
private _metrics?;
|
|
142
|
+
get metrics(): Metrics;
|
|
143
|
+
private _features?;
|
|
144
|
+
get features(): Features;
|
|
96
145
|
private _realtime?;
|
|
97
146
|
get realtime(): Realtime;
|
|
98
|
-
/**
|
|
99
|
-
* Webhook from Zitadel for organization creation
|
|
100
|
-
*
|
|
101
|
-
* @remarks
|
|
102
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
103
|
-
* when a new organization is created.
|
|
104
|
-
*/
|
|
105
|
-
handleOrgCreatedApiV1IntegrationOrgCreatedPost(options?: RequestOptions): Promise<any>;
|
|
106
|
-
/**
|
|
107
|
-
* Webhook from Zitadel for organization removal
|
|
108
|
-
*
|
|
109
|
-
* @remarks
|
|
110
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
111
|
-
* when an organization is removed.
|
|
112
|
-
*/
|
|
113
|
-
handleOrgRemovedApiV1IntegrationOrgRemovedPost(options?: RequestOptions): Promise<any>;
|
|
114
|
-
/**
|
|
115
|
-
* Webhook from Zitadel for user removal
|
|
116
|
-
*
|
|
117
|
-
* @remarks
|
|
118
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
119
|
-
* when a user is removed.
|
|
120
|
-
*/
|
|
121
|
-
handleUserRemovedApiV1IntegrationUserRemovedPost(options?: RequestOptions): Promise<any>;
|
|
122
|
-
/**
|
|
123
|
-
* Get Latest Published Version
|
|
124
|
-
*
|
|
125
|
-
* @remarks
|
|
126
|
-
* Get the latest published version of a space.
|
|
127
|
-
* Public access permitted.
|
|
128
|
-
*/
|
|
129
|
-
getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet(request: operations.GetLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGetRequest, options?: RequestOptions): Promise<models.SpaceVersionRead>;
|
|
130
|
-
/**
|
|
131
|
-
* Health Check
|
|
132
|
-
*
|
|
133
|
-
* @remarks
|
|
134
|
-
* Health endpoint.
|
|
135
|
-
*
|
|
136
|
-
* - Default (`/health` or `/health?shallow=true`) is **liveness**: fast, no external deps.
|
|
137
|
-
* - Optional (`/health?deep=true` or `/health?shallow=false`) performs **readiness** checks.
|
|
138
|
-
*
|
|
139
|
-
* Readiness only treats DB + Redis as critical. Other checks are informational/skipped.
|
|
140
|
-
*/
|
|
141
|
-
healthCheckHealthGet(request?: operations.HealthCheckHealthGetRequest | undefined, options?: RequestOptions): Promise<any>;
|
|
142
|
-
/**
|
|
143
|
-
* Trigger Sentry Error
|
|
144
|
-
*
|
|
145
|
-
* @remarks
|
|
146
|
-
* Test endpoint to verify Sentry integration.
|
|
147
|
-
* This endpoint intentionally raises an error to test error tracking.
|
|
148
|
-
*/
|
|
149
|
-
triggerSentryErrorSentryDebugGet(options?: RequestOptions): Promise<any>;
|
|
150
|
-
/**
|
|
151
|
-
* Notification Health Check
|
|
152
|
-
*
|
|
153
|
-
* @remarks
|
|
154
|
-
* Health check endpoint for notification services configuration.
|
|
155
|
-
*/
|
|
156
|
-
notificationHealthCheckHealthNotificationsGet(options?: RequestOptions): Promise<any>;
|
|
157
|
-
/**
|
|
158
|
-
* Metrics
|
|
159
|
-
*
|
|
160
|
-
* @remarks
|
|
161
|
-
* Prometheus metrics endpoint for monitoring.
|
|
162
|
-
*/
|
|
163
|
-
metricsMetricsGet(options?: RequestOptions): Promise<any>;
|
|
164
|
-
/**
|
|
165
|
-
* Get Feature Flags
|
|
166
|
-
*
|
|
167
|
-
* @remarks
|
|
168
|
-
* Get current feature flag status for frontend clients.
|
|
169
|
-
*/
|
|
170
|
-
getFeatureFlagsConfigFeaturesGet(options?: RequestOptions): Promise<any>;
|
|
171
147
|
}
|
|
172
148
|
//# sourceMappingURL=sdk.d.ts.map
|
package/esm/sdk/sdk.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"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"}
|
package/esm/sdk/sdk.js
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import { getFeatureFlagsConfigFeaturesGet } from "../funcs/get-feature-flags-config-features-get.js";
|
|
5
|
-
import { getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet } from "../funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js";
|
|
6
|
-
import { handleOrgCreatedApiV1IntegrationOrgCreatedPost } from "../funcs/handle-org-created-api-v1-integration-org-created-post.js";
|
|
7
|
-
import { handleOrgRemovedApiV1IntegrationOrgRemovedPost } from "../funcs/handle-org-removed-api-v1-integration-org-removed-post.js";
|
|
8
|
-
import { handleUserRemovedApiV1IntegrationUserRemovedPost } from "../funcs/handle-user-removed-api-v1-integration-user-removed-post.js";
|
|
9
|
-
import { healthCheckHealthGet } from "../funcs/health-check-health-get.js";
|
|
10
|
-
import { metricsMetricsGet } from "../funcs/metrics-metrics-get.js";
|
|
11
|
-
import { notificationHealthCheckHealthNotificationsGet } from "../funcs/notification-health-check-health-notifications-get.js";
|
|
12
|
-
import { triggerSentryErrorSentryDebugGet } from "../funcs/trigger-sentry-error-sentry-debug-get.js";
|
|
13
4
|
import { ClientSDK } from "../lib/sdks.js";
|
|
14
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
15
5
|
import { AiAgent } from "./ai-agent.js";
|
|
6
|
+
import { AiAgents } from "./ai-agents.js";
|
|
7
|
+
import { AiWorkflows } from "./ai-workflows.js";
|
|
8
|
+
import { Ai } from "./ai.js";
|
|
16
9
|
import { Analytic } from "./analytic.js";
|
|
17
10
|
import { AuditLogs } from "./audit-logs.js";
|
|
18
|
-
import {
|
|
11
|
+
import { AuthContexts } from "./auth-contexts.js";
|
|
19
12
|
import { AutomationCron } from "./automation-cron.js";
|
|
20
13
|
import { AutomationMetadata } from "./automation-metadata.js";
|
|
21
14
|
import { AutomationRules } from "./automation-rules.js";
|
|
22
15
|
import { Booking } from "./booking.js";
|
|
16
|
+
import { Bookings } from "./bookings.js";
|
|
23
17
|
import { ChatMessages } from "./chat-messages.js";
|
|
24
18
|
import { ChatRooms } from "./chat-rooms.js";
|
|
25
19
|
import { Contacts } from "./contacts.js";
|
|
@@ -28,41 +22,62 @@ import { EventAttendees } from "./event-attendees.js";
|
|
|
28
22
|
import { EventDocuments } from "./event-documents.js";
|
|
29
23
|
import { EventLocation } from "./event-location.js";
|
|
30
24
|
import { EventTimeline } from "./event-timeline.js";
|
|
25
|
+
import { EventTimezones } from "./event-timezones.js";
|
|
31
26
|
import { Event } from "./event.js";
|
|
27
|
+
import { Events } from "./events.js";
|
|
28
|
+
import { Features } from "./features.js";
|
|
29
|
+
import { HealthNotifications } from "./health-notifications.js";
|
|
32
30
|
import { Health } from "./health.js";
|
|
31
|
+
import { IntegrationUser } from "./integration-user.js";
|
|
32
|
+
import { Integration } from "./integration.js";
|
|
33
|
+
import { Integrations } from "./integrations.js";
|
|
34
|
+
import { Metrics } from "./metrics.js";
|
|
33
35
|
import { Organizations } from "./organizations.js";
|
|
34
36
|
import { Permissions } from "./permissions.js";
|
|
35
37
|
import { Place } from "./place.js";
|
|
38
|
+
import { Places } from "./places.js";
|
|
36
39
|
import { PublicEvents } from "./public-events.js";
|
|
40
|
+
import { PublicSpaces } from "./public-spaces.js";
|
|
37
41
|
import { Realtime } from "./realtime.js";
|
|
42
|
+
import { Roles } from "./roles.js";
|
|
43
|
+
import { Sentry } from "./sentry.js";
|
|
38
44
|
import { SpaceContacts } from "./space-contacts.js";
|
|
39
45
|
import { SpaceDocuments } from "./space-documents.js";
|
|
40
46
|
import { SpaceEvents } from "./space-events.js";
|
|
41
47
|
import { SpaceMemberRoles } from "./space-member-roles.js";
|
|
42
48
|
import { SpaceRoles } from "./space-roles.js";
|
|
43
49
|
import { Space } from "./space.js";
|
|
44
|
-
import {
|
|
50
|
+
import { Spaces } from "./spaces.js";
|
|
45
51
|
import { User } from "./user.js";
|
|
46
|
-
|
|
52
|
+
import { Users } from "./users.js";
|
|
53
|
+
export class Linebundle extends ClientSDK {
|
|
47
54
|
_user;
|
|
48
55
|
get user() {
|
|
49
56
|
return (this._user ?? (this._user = new User(this._options)));
|
|
50
57
|
}
|
|
51
|
-
|
|
52
|
-
get
|
|
53
|
-
return (this.
|
|
58
|
+
_users;
|
|
59
|
+
get users() {
|
|
60
|
+
return (this._users ?? (this._users = new Users(this._options)));
|
|
61
|
+
}
|
|
62
|
+
_authContexts;
|
|
63
|
+
get authContexts() {
|
|
64
|
+
return (this._authContexts ?? (this._authContexts = new AuthContexts(this._options)));
|
|
54
65
|
}
|
|
55
66
|
_auditLogs;
|
|
56
67
|
get auditLogs() {
|
|
57
68
|
return (this._auditLogs ?? (this._auditLogs = new AuditLogs(this._options)));
|
|
58
69
|
}
|
|
70
|
+
_events;
|
|
71
|
+
get events() {
|
|
72
|
+
return (this._events ?? (this._events = new Events(this._options)));
|
|
73
|
+
}
|
|
59
74
|
_event;
|
|
60
75
|
get event() {
|
|
61
76
|
return (this._event ?? (this._event = new Event(this._options)));
|
|
62
77
|
}
|
|
63
|
-
|
|
64
|
-
get
|
|
65
|
-
return (this.
|
|
78
|
+
_eventTimezones;
|
|
79
|
+
get eventTimezones() {
|
|
80
|
+
return (this._eventTimezones ?? (this._eventTimezones = new EventTimezones(this._options)));
|
|
66
81
|
}
|
|
67
82
|
_eventAttendees;
|
|
68
83
|
get eventAttendees() {
|
|
@@ -84,6 +99,10 @@ export class SDK extends ClientSDK {
|
|
|
84
99
|
get space() {
|
|
85
100
|
return (this._space ?? (this._space = new Space(this._options)));
|
|
86
101
|
}
|
|
102
|
+
_spaces;
|
|
103
|
+
get spaces() {
|
|
104
|
+
return (this._spaces ?? (this._spaces = new Spaces(this._options)));
|
|
105
|
+
}
|
|
87
106
|
_spaceRoles;
|
|
88
107
|
get spaceRoles() {
|
|
89
108
|
return (this._spaceRoles ?? (this._spaceRoles = new SpaceRoles(this._options)));
|
|
@@ -104,6 +123,10 @@ export class SDK extends ClientSDK {
|
|
|
104
123
|
get spaceDocuments() {
|
|
105
124
|
return (this._spaceDocuments ?? (this._spaceDocuments = new SpaceDocuments(this._options)));
|
|
106
125
|
}
|
|
126
|
+
_places;
|
|
127
|
+
get places() {
|
|
128
|
+
return (this._places ?? (this._places = new Places(this._options)));
|
|
129
|
+
}
|
|
107
130
|
_place;
|
|
108
131
|
get place() {
|
|
109
132
|
return (this._place ?? (this._place = new Place(this._options)));
|
|
@@ -120,10 +143,18 @@ export class SDK extends ClientSDK {
|
|
|
120
143
|
get customRoles() {
|
|
121
144
|
return (this._customRoles ?? (this._customRoles = new CustomRoles(this._options)));
|
|
122
145
|
}
|
|
146
|
+
_roles;
|
|
147
|
+
get roles() {
|
|
148
|
+
return (this._roles ?? (this._roles = new Roles(this._options)));
|
|
149
|
+
}
|
|
123
150
|
_permissions;
|
|
124
151
|
get permissions() {
|
|
125
152
|
return (this._permissions ?? (this._permissions = new Permissions(this._options)));
|
|
126
153
|
}
|
|
154
|
+
_bookings;
|
|
155
|
+
get bookings() {
|
|
156
|
+
return (this._bookings ?? (this._bookings = new Bookings(this._options)));
|
|
157
|
+
}
|
|
127
158
|
_booking;
|
|
128
159
|
get booking() {
|
|
129
160
|
return (this._booking ?? (this._booking = new Booking(this._options)));
|
|
@@ -140,6 +171,18 @@ export class SDK extends ClientSDK {
|
|
|
140
171
|
get aiAgent() {
|
|
141
172
|
return (this._aiAgent ?? (this._aiAgent = new AiAgent(this._options)));
|
|
142
173
|
}
|
|
174
|
+
_ai;
|
|
175
|
+
get ai() {
|
|
176
|
+
return (this._ai ?? (this._ai = new Ai(this._options)));
|
|
177
|
+
}
|
|
178
|
+
_aiAgents;
|
|
179
|
+
get aiAgents() {
|
|
180
|
+
return (this._aiAgents ?? (this._aiAgents = new AiAgents(this._options)));
|
|
181
|
+
}
|
|
182
|
+
_aiWorkflows;
|
|
183
|
+
get aiWorkflows() {
|
|
184
|
+
return (this._aiWorkflows ?? (this._aiWorkflows = new AiWorkflows(this._options)));
|
|
185
|
+
}
|
|
143
186
|
_contacts;
|
|
144
187
|
get contacts() {
|
|
145
188
|
return (this._contacts ?? (this._contacts = new Contacts(this._options)));
|
|
@@ -160,104 +203,45 @@ export class SDK extends ClientSDK {
|
|
|
160
203
|
get health() {
|
|
161
204
|
return (this._health ?? (this._health = new Health(this._options)));
|
|
162
205
|
}
|
|
206
|
+
_integrations;
|
|
207
|
+
get integrations() {
|
|
208
|
+
return (this._integrations ?? (this._integrations = new Integrations(this._options)));
|
|
209
|
+
}
|
|
210
|
+
_integration;
|
|
211
|
+
get integration() {
|
|
212
|
+
return (this._integration ?? (this._integration = new Integration(this._options)));
|
|
213
|
+
}
|
|
214
|
+
_integrationUser;
|
|
215
|
+
get integrationUser() {
|
|
216
|
+
return (this._integrationUser ?? (this._integrationUser = new IntegrationUser(this._options)));
|
|
217
|
+
}
|
|
163
218
|
_publicEvents;
|
|
164
219
|
get publicEvents() {
|
|
165
220
|
return (this._publicEvents ?? (this._publicEvents = new PublicEvents(this._options)));
|
|
166
221
|
}
|
|
222
|
+
_publicSpaces;
|
|
223
|
+
get publicSpaces() {
|
|
224
|
+
return (this._publicSpaces ?? (this._publicSpaces = new PublicSpaces(this._options)));
|
|
225
|
+
}
|
|
226
|
+
_sentry;
|
|
227
|
+
get sentry() {
|
|
228
|
+
return (this._sentry ?? (this._sentry = new Sentry(this._options)));
|
|
229
|
+
}
|
|
230
|
+
_healthNotifications;
|
|
231
|
+
get healthNotifications() {
|
|
232
|
+
return (this._healthNotifications ?? (this._healthNotifications = new HealthNotifications(this._options)));
|
|
233
|
+
}
|
|
234
|
+
_metrics;
|
|
235
|
+
get metrics() {
|
|
236
|
+
return (this._metrics ?? (this._metrics = new Metrics(this._options)));
|
|
237
|
+
}
|
|
238
|
+
_features;
|
|
239
|
+
get features() {
|
|
240
|
+
return (this._features ?? (this._features = new Features(this._options)));
|
|
241
|
+
}
|
|
167
242
|
_realtime;
|
|
168
243
|
get realtime() {
|
|
169
244
|
return (this._realtime ?? (this._realtime = new Realtime(this._options)));
|
|
170
245
|
}
|
|
171
|
-
/**
|
|
172
|
-
* Webhook from Zitadel for organization creation
|
|
173
|
-
*
|
|
174
|
-
* @remarks
|
|
175
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
176
|
-
* when a new organization is created.
|
|
177
|
-
*/
|
|
178
|
-
async handleOrgCreatedApiV1IntegrationOrgCreatedPost(options) {
|
|
179
|
-
return unwrapAsync(handleOrgCreatedApiV1IntegrationOrgCreatedPost(this, options));
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Webhook from Zitadel for organization removal
|
|
183
|
-
*
|
|
184
|
-
* @remarks
|
|
185
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
186
|
-
* when an organization is removed.
|
|
187
|
-
*/
|
|
188
|
-
async handleOrgRemovedApiV1IntegrationOrgRemovedPost(options) {
|
|
189
|
-
return unwrapAsync(handleOrgRemovedApiV1IntegrationOrgRemovedPost(this, options));
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* Webhook from Zitadel for user removal
|
|
193
|
-
*
|
|
194
|
-
* @remarks
|
|
195
|
-
* Receives an authenticated JWT webhook payload from a Zitadel Action
|
|
196
|
-
* when a user is removed.
|
|
197
|
-
*/
|
|
198
|
-
async handleUserRemovedApiV1IntegrationUserRemovedPost(options) {
|
|
199
|
-
return unwrapAsync(handleUserRemovedApiV1IntegrationUserRemovedPost(this, options));
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* Get Latest Published Version
|
|
203
|
-
*
|
|
204
|
-
* @remarks
|
|
205
|
-
* Get the latest published version of a space.
|
|
206
|
-
* Public access permitted.
|
|
207
|
-
*/
|
|
208
|
-
async getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet(request, options) {
|
|
209
|
-
return unwrapAsync(getLatestPublishedVersionApiV1PublicSpaceSpaceIdVersionsLatestGet(this, request, options));
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* Health Check
|
|
213
|
-
*
|
|
214
|
-
* @remarks
|
|
215
|
-
* Health endpoint.
|
|
216
|
-
*
|
|
217
|
-
* - Default (`/health` or `/health?shallow=true`) is **liveness**: fast, no external deps.
|
|
218
|
-
* - Optional (`/health?deep=true` or `/health?shallow=false`) performs **readiness** checks.
|
|
219
|
-
*
|
|
220
|
-
* Readiness only treats DB + Redis as critical. Other checks are informational/skipped.
|
|
221
|
-
*/
|
|
222
|
-
async healthCheckHealthGet(request, options) {
|
|
223
|
-
return unwrapAsync(healthCheckHealthGet(this, request, options));
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* Trigger Sentry Error
|
|
227
|
-
*
|
|
228
|
-
* @remarks
|
|
229
|
-
* Test endpoint to verify Sentry integration.
|
|
230
|
-
* This endpoint intentionally raises an error to test error tracking.
|
|
231
|
-
*/
|
|
232
|
-
async triggerSentryErrorSentryDebugGet(options) {
|
|
233
|
-
return unwrapAsync(triggerSentryErrorSentryDebugGet(this, options));
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* Notification Health Check
|
|
237
|
-
*
|
|
238
|
-
* @remarks
|
|
239
|
-
* Health check endpoint for notification services configuration.
|
|
240
|
-
*/
|
|
241
|
-
async notificationHealthCheckHealthNotificationsGet(options) {
|
|
242
|
-
return unwrapAsync(notificationHealthCheckHealthNotificationsGet(this, options));
|
|
243
|
-
}
|
|
244
|
-
/**
|
|
245
|
-
* Metrics
|
|
246
|
-
*
|
|
247
|
-
* @remarks
|
|
248
|
-
* Prometheus metrics endpoint for monitoring.
|
|
249
|
-
*/
|
|
250
|
-
async metricsMetricsGet(options) {
|
|
251
|
-
return unwrapAsync(metricsMetricsGet(this, options));
|
|
252
|
-
}
|
|
253
|
-
/**
|
|
254
|
-
* Get Feature Flags
|
|
255
|
-
*
|
|
256
|
-
* @remarks
|
|
257
|
-
* Get current feature flag status for frontend clients.
|
|
258
|
-
*/
|
|
259
|
-
async getFeatureFlagsConfigFeaturesGet(options) {
|
|
260
|
-
return unwrapAsync(getFeatureFlagsConfigFeaturesGet(this, options));
|
|
261
|
-
}
|
|
262
246
|
}
|
|
263
247
|
//# sourceMappingURL=sdk.js.map
|
package/esm/sdk/sdk.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
export declare class Sentry extends ClientSDK {
|
|
3
|
+
/**
|
|
4
|
+
* Trigger Sentry Error
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* Test endpoint to verify Sentry integration.
|
|
8
|
+
* This endpoint intentionally raises an error to test error tracking.
|
|
9
|
+
*/
|
|
10
|
+
triggerError(options?: RequestOptions): Promise<any>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=sentry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sentry.d.ts","sourceRoot":"","sources":["../../src/sdk/sentry.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAG3D,qBAAa,MAAO,SAAQ,SAAS;IACnC;;;;;;OAMG;IACG,YAAY,CAChB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC,CAKd;CACF"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { sentryTriggerError } from "../funcs/sentry-trigger-error.js";
|
|
5
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
6
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
+
export class Sentry extends ClientSDK {
|
|
8
|
+
/**
|
|
9
|
+
* Trigger Sentry Error
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* Test endpoint to verify Sentry integration.
|
|
13
|
+
* This endpoint intentionally raises an error to test error tracking.
|
|
14
|
+
*/
|
|
15
|
+
async triggerError(options) {
|
|
16
|
+
return unwrapAsync(sentryTriggerError(this, options));
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=sentry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sentry.js","sourceRoot":"","sources":["../../src/sdk/sentry.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,MAAO,SAAQ,SAAS;IACnC;;;;;;OAMG;IACH,KAAK,CAAC,YAAY,CAChB,OAAwB,EACV;QACd,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|