@linebundle-sdk/ts 0.1.21 → 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
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { LinebundleCore } from "../core.js";
|
|
7
|
+
import { encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
8
|
+
import * as M from "../lib/matchers.js";
|
|
9
|
+
import { compactMap } from "../lib/primitives.js";
|
|
10
|
+
import { safeParse } from "../lib/schemas.js";
|
|
11
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
12
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
13
|
+
import { pathToFunc } from "../lib/url.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/http-client-errors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
23
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
27
|
+
import { Result } from "../types/fp.js";
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Set Permissions Endpoint
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* Set all permissions for a role (replaces existing).
|
|
34
|
+
*/
|
|
35
|
+
export function customRolesSetPermissions(
|
|
36
|
+
client: LinebundleCore,
|
|
37
|
+
request:
|
|
38
|
+
operations.SetPermissionsEndpointApiV1RolesRoleIdPermissionsPutRequest,
|
|
39
|
+
options?: RequestOptions,
|
|
40
|
+
): APIPromise<
|
|
41
|
+
Result<
|
|
42
|
+
any,
|
|
43
|
+
| errors.HTTPValidationError
|
|
44
|
+
| LinebundleError
|
|
45
|
+
| ResponseValidationError
|
|
46
|
+
| ConnectionError
|
|
47
|
+
| RequestAbortedError
|
|
48
|
+
| RequestTimeoutError
|
|
49
|
+
| InvalidRequestError
|
|
50
|
+
| UnexpectedClientError
|
|
51
|
+
| SDKValidationError
|
|
52
|
+
>
|
|
53
|
+
> {
|
|
54
|
+
return new APIPromise($do(
|
|
55
|
+
client,
|
|
56
|
+
request,
|
|
57
|
+
options,
|
|
58
|
+
));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
async function $do(
|
|
62
|
+
client: LinebundleCore,
|
|
63
|
+
request:
|
|
64
|
+
operations.SetPermissionsEndpointApiV1RolesRoleIdPermissionsPutRequest,
|
|
65
|
+
options?: RequestOptions,
|
|
66
|
+
): Promise<
|
|
67
|
+
[
|
|
68
|
+
Result<
|
|
69
|
+
any,
|
|
70
|
+
| errors.HTTPValidationError
|
|
71
|
+
| LinebundleError
|
|
72
|
+
| ResponseValidationError
|
|
73
|
+
| ConnectionError
|
|
74
|
+
| RequestAbortedError
|
|
75
|
+
| RequestTimeoutError
|
|
76
|
+
| InvalidRequestError
|
|
77
|
+
| UnexpectedClientError
|
|
78
|
+
| SDKValidationError
|
|
79
|
+
>,
|
|
80
|
+
APICall,
|
|
81
|
+
]
|
|
82
|
+
> {
|
|
83
|
+
const parsed = safeParse(
|
|
84
|
+
request,
|
|
85
|
+
(value) =>
|
|
86
|
+
z.parse(
|
|
87
|
+
operations
|
|
88
|
+
.SetPermissionsEndpointApiV1RolesRoleIdPermissionsPutRequest$outboundSchema,
|
|
89
|
+
value,
|
|
90
|
+
),
|
|
91
|
+
"Input validation failed",
|
|
92
|
+
);
|
|
93
|
+
if (!parsed.ok) {
|
|
94
|
+
return [parsed, { status: "invalid" }];
|
|
95
|
+
}
|
|
96
|
+
const payload = parsed.value;
|
|
97
|
+
const body = encodeJSON("body", payload.body, { explode: true });
|
|
98
|
+
|
|
99
|
+
const pathParams = {
|
|
100
|
+
role_id: encodeSimple("role_id", payload.role_id, {
|
|
101
|
+
explode: false,
|
|
102
|
+
charEncoding: "percent",
|
|
103
|
+
}),
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
const path = pathToFunc("/api/v1/roles/{role_id}/permissions")(pathParams);
|
|
107
|
+
|
|
108
|
+
const headers = new Headers(compactMap({
|
|
109
|
+
"Content-Type": "application/json",
|
|
110
|
+
Accept: "application/json",
|
|
111
|
+
}));
|
|
112
|
+
|
|
113
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
114
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
115
|
+
|
|
116
|
+
const context = {
|
|
117
|
+
options: client._options,
|
|
118
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
119
|
+
operationID:
|
|
120
|
+
"set_permissions_endpoint_api_v1_roles__role_id__permissions_put",
|
|
121
|
+
oAuth2Scopes: null,
|
|
122
|
+
|
|
123
|
+
resolvedSecurity: requestSecurity,
|
|
124
|
+
|
|
125
|
+
securitySource: client._options.security,
|
|
126
|
+
retryConfig: options?.retries
|
|
127
|
+
|| client._options.retryConfig
|
|
128
|
+
|| { strategy: "none" },
|
|
129
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
const requestRes = client._createRequest(context, {
|
|
133
|
+
security: requestSecurity,
|
|
134
|
+
method: "PUT",
|
|
135
|
+
baseURL: options?.serverURL,
|
|
136
|
+
path: path,
|
|
137
|
+
headers: headers,
|
|
138
|
+
body: body,
|
|
139
|
+
userAgent: client._options.userAgent,
|
|
140
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
141
|
+
}, options);
|
|
142
|
+
if (!requestRes.ok) {
|
|
143
|
+
return [requestRes, { status: "invalid" }];
|
|
144
|
+
}
|
|
145
|
+
const req = requestRes.value;
|
|
146
|
+
|
|
147
|
+
const doResult = await client._do(req, {
|
|
148
|
+
context,
|
|
149
|
+
errorCodes: ["422", "4XX", "5XX"],
|
|
150
|
+
retryConfig: context.retryConfig,
|
|
151
|
+
retryCodes: context.retryCodes,
|
|
152
|
+
});
|
|
153
|
+
if (!doResult.ok) {
|
|
154
|
+
return [doResult, { status: "request-error", request: req }];
|
|
155
|
+
}
|
|
156
|
+
const response = doResult.value;
|
|
157
|
+
|
|
158
|
+
const responseFields = {
|
|
159
|
+
HttpMeta: { Response: response, Request: req },
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
const [result] = await M.match<
|
|
163
|
+
any,
|
|
164
|
+
| errors.HTTPValidationError
|
|
165
|
+
| LinebundleError
|
|
166
|
+
| ResponseValidationError
|
|
167
|
+
| ConnectionError
|
|
168
|
+
| RequestAbortedError
|
|
169
|
+
| RequestTimeoutError
|
|
170
|
+
| InvalidRequestError
|
|
171
|
+
| UnexpectedClientError
|
|
172
|
+
| SDKValidationError
|
|
173
|
+
>(
|
|
174
|
+
M.json(200, z.any()),
|
|
175
|
+
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
176
|
+
M.fail("4XX"),
|
|
177
|
+
M.fail("5XX"),
|
|
178
|
+
)(response, req, { extraFields: responseFields });
|
|
179
|
+
if (!result.ok) {
|
|
180
|
+
return [result, { status: "complete", request: req, response }];
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
return [result, { status: "complete", request: req, response }];
|
|
184
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { LinebundleCore } from "../core.js";
|
|
7
|
+
import { encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
8
|
+
import * as M from "../lib/matchers.js";
|
|
9
|
+
import { compactMap } from "../lib/primitives.js";
|
|
10
|
+
import { safeParse } from "../lib/schemas.js";
|
|
11
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
12
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
13
|
+
import { pathToFunc } from "../lib/url.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/http-client-errors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
23
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
25
|
+
import * as models from "../models/index.js";
|
|
26
|
+
import * as operations from "../models/operations/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Update Role Endpoint
|
|
32
|
+
*
|
|
33
|
+
* @remarks
|
|
34
|
+
* Update an existing custom role.
|
|
35
|
+
*/
|
|
36
|
+
export function customRolesUpdate(
|
|
37
|
+
client: LinebundleCore,
|
|
38
|
+
request: operations.UpdateRoleEndpointApiV1RolesRoleIdPutRequest,
|
|
39
|
+
options?: RequestOptions,
|
|
40
|
+
): APIPromise<
|
|
41
|
+
Result<
|
|
42
|
+
models.RoleResponse,
|
|
43
|
+
| errors.HTTPValidationError
|
|
44
|
+
| LinebundleError
|
|
45
|
+
| ResponseValidationError
|
|
46
|
+
| ConnectionError
|
|
47
|
+
| RequestAbortedError
|
|
48
|
+
| RequestTimeoutError
|
|
49
|
+
| InvalidRequestError
|
|
50
|
+
| UnexpectedClientError
|
|
51
|
+
| SDKValidationError
|
|
52
|
+
>
|
|
53
|
+
> {
|
|
54
|
+
return new APIPromise($do(
|
|
55
|
+
client,
|
|
56
|
+
request,
|
|
57
|
+
options,
|
|
58
|
+
));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
async function $do(
|
|
62
|
+
client: LinebundleCore,
|
|
63
|
+
request: operations.UpdateRoleEndpointApiV1RolesRoleIdPutRequest,
|
|
64
|
+
options?: RequestOptions,
|
|
65
|
+
): Promise<
|
|
66
|
+
[
|
|
67
|
+
Result<
|
|
68
|
+
models.RoleResponse,
|
|
69
|
+
| errors.HTTPValidationError
|
|
70
|
+
| LinebundleError
|
|
71
|
+
| ResponseValidationError
|
|
72
|
+
| ConnectionError
|
|
73
|
+
| RequestAbortedError
|
|
74
|
+
| RequestTimeoutError
|
|
75
|
+
| InvalidRequestError
|
|
76
|
+
| UnexpectedClientError
|
|
77
|
+
| SDKValidationError
|
|
78
|
+
>,
|
|
79
|
+
APICall,
|
|
80
|
+
]
|
|
81
|
+
> {
|
|
82
|
+
const parsed = safeParse(
|
|
83
|
+
request,
|
|
84
|
+
(value) =>
|
|
85
|
+
z.parse(
|
|
86
|
+
operations.UpdateRoleEndpointApiV1RolesRoleIdPutRequest$outboundSchema,
|
|
87
|
+
value,
|
|
88
|
+
),
|
|
89
|
+
"Input validation failed",
|
|
90
|
+
);
|
|
91
|
+
if (!parsed.ok) {
|
|
92
|
+
return [parsed, { status: "invalid" }];
|
|
93
|
+
}
|
|
94
|
+
const payload = parsed.value;
|
|
95
|
+
const body = encodeJSON("body", payload.body, { explode: true });
|
|
96
|
+
|
|
97
|
+
const pathParams = {
|
|
98
|
+
role_id: encodeSimple("role_id", payload.role_id, {
|
|
99
|
+
explode: false,
|
|
100
|
+
charEncoding: "percent",
|
|
101
|
+
}),
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
const path = pathToFunc("/api/v1/roles/{role_id}")(pathParams);
|
|
105
|
+
|
|
106
|
+
const headers = new Headers(compactMap({
|
|
107
|
+
"Content-Type": "application/json",
|
|
108
|
+
Accept: "application/json",
|
|
109
|
+
}));
|
|
110
|
+
|
|
111
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
112
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
113
|
+
|
|
114
|
+
const context = {
|
|
115
|
+
options: client._options,
|
|
116
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
117
|
+
operationID: "update_role_endpoint_api_v1_roles__role_id__put",
|
|
118
|
+
oAuth2Scopes: null,
|
|
119
|
+
|
|
120
|
+
resolvedSecurity: requestSecurity,
|
|
121
|
+
|
|
122
|
+
securitySource: client._options.security,
|
|
123
|
+
retryConfig: options?.retries
|
|
124
|
+
|| client._options.retryConfig
|
|
125
|
+
|| { strategy: "none" },
|
|
126
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
const requestRes = client._createRequest(context, {
|
|
130
|
+
security: requestSecurity,
|
|
131
|
+
method: "PUT",
|
|
132
|
+
baseURL: options?.serverURL,
|
|
133
|
+
path: path,
|
|
134
|
+
headers: headers,
|
|
135
|
+
body: body,
|
|
136
|
+
userAgent: client._options.userAgent,
|
|
137
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
138
|
+
}, options);
|
|
139
|
+
if (!requestRes.ok) {
|
|
140
|
+
return [requestRes, { status: "invalid" }];
|
|
141
|
+
}
|
|
142
|
+
const req = requestRes.value;
|
|
143
|
+
|
|
144
|
+
const doResult = await client._do(req, {
|
|
145
|
+
context,
|
|
146
|
+
errorCodes: ["422", "4XX", "5XX"],
|
|
147
|
+
retryConfig: context.retryConfig,
|
|
148
|
+
retryCodes: context.retryCodes,
|
|
149
|
+
});
|
|
150
|
+
if (!doResult.ok) {
|
|
151
|
+
return [doResult, { status: "request-error", request: req }];
|
|
152
|
+
}
|
|
153
|
+
const response = doResult.value;
|
|
154
|
+
|
|
155
|
+
const responseFields = {
|
|
156
|
+
HttpMeta: { Response: response, Request: req },
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
const [result] = await M.match<
|
|
160
|
+
models.RoleResponse,
|
|
161
|
+
| errors.HTTPValidationError
|
|
162
|
+
| LinebundleError
|
|
163
|
+
| ResponseValidationError
|
|
164
|
+
| ConnectionError
|
|
165
|
+
| RequestAbortedError
|
|
166
|
+
| RequestTimeoutError
|
|
167
|
+
| InvalidRequestError
|
|
168
|
+
| UnexpectedClientError
|
|
169
|
+
| SDKValidationError
|
|
170
|
+
>(
|
|
171
|
+
M.json(200, models.RoleResponse$inboundSchema),
|
|
172
|
+
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
173
|
+
M.fail("4XX"),
|
|
174
|
+
M.fail("5XX"),
|
|
175
|
+
)(response, req, { extraFields: responseFields });
|
|
176
|
+
if (!result.ok) {
|
|
177
|
+
return [result, { status: "complete", request: req, response }];
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
return [result, { status: "complete", request: req, response }];
|
|
181
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { LinebundleCore } from "../core.js";
|
|
7
|
+
import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
8
|
+
import * as M from "../lib/matchers.js";
|
|
9
|
+
import { compactMap } from "../lib/primitives.js";
|
|
10
|
+
import { safeParse } from "../lib/schemas.js";
|
|
11
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
12
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
13
|
+
import { pathToFunc } from "../lib/url.js";
|
|
14
|
+
import {
|
|
15
|
+
ConnectionError,
|
|
16
|
+
InvalidRequestError,
|
|
17
|
+
RequestAbortedError,
|
|
18
|
+
RequestTimeoutError,
|
|
19
|
+
UnexpectedClientError,
|
|
20
|
+
} from "../models/errors/http-client-errors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
22
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
23
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
25
|
+
import * as models from "../models/index.js";
|
|
26
|
+
import * as operations from "../models/operations/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Add Event Attendees Bulk
|
|
32
|
+
*
|
|
33
|
+
* @remarks
|
|
34
|
+
* Add multiple contacts as attendees to an event.
|
|
35
|
+
*
|
|
36
|
+
* All contacts must belong to the user's contact list.
|
|
37
|
+
*/
|
|
38
|
+
export function eventAttendeesAddBulk(
|
|
39
|
+
client: LinebundleCore,
|
|
40
|
+
request:
|
|
41
|
+
operations.AddEventAttendeesBulkApiV1EventsEventIdAttendeesBulkPostRequest,
|
|
42
|
+
options?: RequestOptions,
|
|
43
|
+
): APIPromise<
|
|
44
|
+
Result<
|
|
45
|
+
Array<models.EventAttendeeRead>,
|
|
46
|
+
| errors.HTTPValidationError
|
|
47
|
+
| LinebundleError
|
|
48
|
+
| ResponseValidationError
|
|
49
|
+
| ConnectionError
|
|
50
|
+
| RequestAbortedError
|
|
51
|
+
| RequestTimeoutError
|
|
52
|
+
| InvalidRequestError
|
|
53
|
+
| UnexpectedClientError
|
|
54
|
+
| SDKValidationError
|
|
55
|
+
>
|
|
56
|
+
> {
|
|
57
|
+
return new APIPromise($do(
|
|
58
|
+
client,
|
|
59
|
+
request,
|
|
60
|
+
options,
|
|
61
|
+
));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
async function $do(
|
|
65
|
+
client: LinebundleCore,
|
|
66
|
+
request:
|
|
67
|
+
operations.AddEventAttendeesBulkApiV1EventsEventIdAttendeesBulkPostRequest,
|
|
68
|
+
options?: RequestOptions,
|
|
69
|
+
): Promise<
|
|
70
|
+
[
|
|
71
|
+
Result<
|
|
72
|
+
Array<models.EventAttendeeRead>,
|
|
73
|
+
| errors.HTTPValidationError
|
|
74
|
+
| LinebundleError
|
|
75
|
+
| ResponseValidationError
|
|
76
|
+
| ConnectionError
|
|
77
|
+
| RequestAbortedError
|
|
78
|
+
| RequestTimeoutError
|
|
79
|
+
| InvalidRequestError
|
|
80
|
+
| UnexpectedClientError
|
|
81
|
+
| SDKValidationError
|
|
82
|
+
>,
|
|
83
|
+
APICall,
|
|
84
|
+
]
|
|
85
|
+
> {
|
|
86
|
+
const parsed = safeParse(
|
|
87
|
+
request,
|
|
88
|
+
(value) =>
|
|
89
|
+
z.parse(
|
|
90
|
+
operations
|
|
91
|
+
.AddEventAttendeesBulkApiV1EventsEventIdAttendeesBulkPostRequest$outboundSchema,
|
|
92
|
+
value,
|
|
93
|
+
),
|
|
94
|
+
"Input validation failed",
|
|
95
|
+
);
|
|
96
|
+
if (!parsed.ok) {
|
|
97
|
+
return [parsed, { status: "invalid" }];
|
|
98
|
+
}
|
|
99
|
+
const payload = parsed.value;
|
|
100
|
+
const body = encodeJSON("body", payload.body, { explode: true });
|
|
101
|
+
|
|
102
|
+
const pathParams = {
|
|
103
|
+
event_id: encodeSimple("event_id", payload.event_id, {
|
|
104
|
+
explode: false,
|
|
105
|
+
charEncoding: "percent",
|
|
106
|
+
}),
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
const path = pathToFunc("/api/v1/events/{event_id}/attendees/bulk")(
|
|
110
|
+
pathParams,
|
|
111
|
+
);
|
|
112
|
+
|
|
113
|
+
const query = encodeFormQuery({
|
|
114
|
+
"status": payload.status,
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
const headers = new Headers(compactMap({
|
|
118
|
+
"Content-Type": "application/json",
|
|
119
|
+
Accept: "application/json",
|
|
120
|
+
}));
|
|
121
|
+
|
|
122
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
123
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
124
|
+
|
|
125
|
+
const context = {
|
|
126
|
+
options: client._options,
|
|
127
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
128
|
+
operationID:
|
|
129
|
+
"add_event_attendees_bulk_api_v1_events__event_id__attendees_bulk_post",
|
|
130
|
+
oAuth2Scopes: null,
|
|
131
|
+
|
|
132
|
+
resolvedSecurity: requestSecurity,
|
|
133
|
+
|
|
134
|
+
securitySource: client._options.security,
|
|
135
|
+
retryConfig: options?.retries
|
|
136
|
+
|| client._options.retryConfig
|
|
137
|
+
|| { strategy: "none" },
|
|
138
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
const requestRes = client._createRequest(context, {
|
|
142
|
+
security: requestSecurity,
|
|
143
|
+
method: "POST",
|
|
144
|
+
baseURL: options?.serverURL,
|
|
145
|
+
path: path,
|
|
146
|
+
headers: headers,
|
|
147
|
+
query: query,
|
|
148
|
+
body: body,
|
|
149
|
+
userAgent: client._options.userAgent,
|
|
150
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
151
|
+
}, options);
|
|
152
|
+
if (!requestRes.ok) {
|
|
153
|
+
return [requestRes, { status: "invalid" }];
|
|
154
|
+
}
|
|
155
|
+
const req = requestRes.value;
|
|
156
|
+
|
|
157
|
+
const doResult = await client._do(req, {
|
|
158
|
+
context,
|
|
159
|
+
errorCodes: ["422", "4XX", "5XX"],
|
|
160
|
+
retryConfig: context.retryConfig,
|
|
161
|
+
retryCodes: context.retryCodes,
|
|
162
|
+
});
|
|
163
|
+
if (!doResult.ok) {
|
|
164
|
+
return [doResult, { status: "request-error", request: req }];
|
|
165
|
+
}
|
|
166
|
+
const response = doResult.value;
|
|
167
|
+
|
|
168
|
+
const responseFields = {
|
|
169
|
+
HttpMeta: { Response: response, Request: req },
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
const [result] = await M.match<
|
|
173
|
+
Array<models.EventAttendeeRead>,
|
|
174
|
+
| errors.HTTPValidationError
|
|
175
|
+
| LinebundleError
|
|
176
|
+
| ResponseValidationError
|
|
177
|
+
| ConnectionError
|
|
178
|
+
| RequestAbortedError
|
|
179
|
+
| RequestTimeoutError
|
|
180
|
+
| InvalidRequestError
|
|
181
|
+
| UnexpectedClientError
|
|
182
|
+
| SDKValidationError
|
|
183
|
+
>(
|
|
184
|
+
M.json(201, z.array(models.EventAttendeeRead$inboundSchema)),
|
|
185
|
+
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
186
|
+
M.fail("4XX"),
|
|
187
|
+
M.fail("5XX"),
|
|
188
|
+
)(response, req, { extraFields: responseFields });
|
|
189
|
+
if (!result.ok) {
|
|
190
|
+
return [result, { status: "complete", request: req, response }];
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
return [result, { status: "complete", request: req, response }];
|
|
194
|
+
}
|