@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
package/esm/lib/sdks.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdks.d.ts","sourceRoot":"","sources":["../../src/lib/sdks.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAW,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAgB,UAAU,EAAwB,MAAM,aAAa,CAAC;AAW7E,OAAO,EAAS,WAAW,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACzB;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;CACrD,GAAG,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;AAEzC,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,QAAQ,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAWF,qBAAa,SAAS;;IAIpB,SAAgB,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrC,SAAgB,QAAQ,EAAE,UAAU,GAAG;QAAE,KAAK,CAAC,EAAE,QAAQ,CAAA;KAAE,CAAC;IAE5D,YAAY,OAAO,
|
|
1
|
+
{"version":3,"file":"sdks.d.ts","sourceRoot":"","sources":["../../src/lib/sdks.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAW,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAgB,UAAU,EAAwB,MAAM,aAAa,CAAC;AAW7E,OAAO,EAAS,WAAW,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACzB;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;CACrD,GAAG,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;AAEzC,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,QAAQ,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAWF,qBAAa,SAAS;;IAIpB,SAAgB,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrC,SAAgB,QAAQ,EAAE,UAAU,GAAG;QAAE,KAAK,CAAC,EAAE,QAAQ,CAAA;KAAE,CAAC;IAE5D,YAAY,OAAO,GAAE,UAAe,EA0BnC;IAEM,cAAc,CACnB,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,aAAa,EACnB,OAAO,CAAC,EAAE,cAAc,GACvB,MAAM,CAAC,OAAO,EAAE,mBAAmB,GAAG,qBAAqB,CAAC,CAyG9D;IAEY,GAAG,CACd,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE;QACP,OAAO,EAAE,WAAW,CAAC;QACrB,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;QAClD,WAAW,EAAE,WAAW,CAAC;QACzB,UAAU,EAAE,MAAM,EAAE,CAAC;KACtB,GACA,OAAO,CACR,MAAM,CACJ,QAAQ,EACN,mBAAmB,GACnB,mBAAmB,GACnB,eAAe,GACf,qBAAqB,CACxB,CACF,CA6DA;CACF"}
|
package/esm/lib/sdks.js
CHANGED
package/esm/lib/sdks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdks.js","sourceRoot":"","sources":["../../src/lib/sdks.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sdks.js","sourceRoot":"","sources":["../../src/lib/sdks.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,6 +12,15 @@ export type AppChatAdapterInputSchemasMessageMessageResponse = {
|
|
|
12
12
|
sender?: SenderProfile | null | undefined;
|
|
13
13
|
messageType: string;
|
|
14
14
|
content: string;
|
|
15
|
+
/**
|
|
16
|
+
* Named schema for arbitrary key-value metadata on chat rooms and messages.
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
*
|
|
20
|
+
* Using ``RootModel`` instead of an inline ``dict[str, Any]`` ensures FastAPI/Pydantic
|
|
21
|
+
* emits a single named ``ChatMetadata`` component (``$ref``) in the OpenAPI spec,
|
|
22
|
+
* preventing Speakeasy from flagging duplicate anonymous schemas.
|
|
23
|
+
*/
|
|
15
24
|
metadata: {
|
|
16
25
|
[k: string]: any;
|
|
17
26
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-chat-adapter-input-schemas-message-message-response.d.ts","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-message-response.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EACL,aAAa,EAEd,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,gDAAgD,GAAG;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAC/B,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8DAA8D,EACzE,CAAC,CAAC,WAAW,CAAC,gDAAgD,EAAE,OAAO,CAuBpE,CAAC;AAEN,wBAAgB,wDAAwD,CACtE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,gDAAgD,EAChD,kBAAkB,CACnB,CASA"}
|
|
1
|
+
{"version":3,"file":"app-chat-adapter-input-schemas-message-message-response.d.ts","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-message-response.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EACL,aAAa,EAEd,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,gDAAgD,GAAG;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;;;;OAQG;IACH,QAAQ,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAC/B,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8DAA8D,EACzE,CAAC,CAAC,WAAW,CAAC,gDAAgD,EAAE,OAAO,CAuBpE,CAAC;AAEN,wBAAgB,wDAAwD,CACtE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,gDAAgD,EAChD,kBAAkB,CACnB,CASA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-chat-adapter-input-schemas-message-message-response.js","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-message-response.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAEhD,OAAO,EAEL,2BAA2B,GAC5B,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"app-chat-adapter-input-schemas-message-message-response.js","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-message-response.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAEhD,OAAO,EAEL,2BAA2B,GAC5B,MAAM,qBAAqB,CAAC;AA0B7B,gBAAgB;AAChB,MAAM,CAAC,MAAM,8DAA8D,GACE,CAAC;KACzE,IAAI,CACH,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE;IACvB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACzC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,2BAA2B,CAAC,CAAC;IAC3D,YAAY,EAAE,KAAK,CAAC,MAAM,EAAE;IAC5B,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;IACxC,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;CACzB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,SAAS,EAAE,QAAQ;QACnB,WAAW,EAAE,UAAU;QACvB,cAAc,EAAE,aAAa;QAC7B,WAAW,EAAE,UAAU;QACvB,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEN,MAAM,UAAU,wDAAwD,CACtE,UAAkB,EAIlB;IACA,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8DAA8D,CAAC,KAAK,CAClE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,8EAA8E,CAC/E,CAAC;AAAA,CACH"}
|
|
@@ -9,7 +9,13 @@ export type AppChatAdapterInputSchemasMessageSendMessageRequest = {
|
|
|
9
9
|
*/
|
|
10
10
|
messageType?: string | undefined;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Named schema for arbitrary key-value metadata on chat rooms and messages.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
*
|
|
16
|
+
* Using ``RootModel`` instead of an inline ``dict[str, Any]`` ensures FastAPI/Pydantic
|
|
17
|
+
* emits a single named ``ChatMetadata`` component (``$ref``) in the OpenAPI spec,
|
|
18
|
+
* preventing Speakeasy from flagging duplicate anonymous schemas.
|
|
13
19
|
*/
|
|
14
20
|
metadata?: {
|
|
15
21
|
[k: string]: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-chat-adapter-input-schemas-message-send-message-request.d.ts","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-send-message-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,mDAAmD,GAAG;IAChE;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC
|
|
1
|
+
{"version":3,"file":"app-chat-adapter-input-schemas-message-send-message-request.d.ts","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-send-message-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,mDAAmD,GAAG;IAChE;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4DAA4D,GAAG;IACzE,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kEAAkE,EAC7E,CAAC,CAAC,WAAW,CACX,4DAA4D,EAC5D,mDAAmD,CAYpD,CAAC;AAEJ,wBAAgB,yDAAyD,CACvE,mDAAmD,EACjD,mDAAmD,GACpD,MAAM,CAMR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-chat-adapter-input-schemas-message-send-message-request.js","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-send-message-request.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"app-chat-adapter-input-schemas-message-send-message-request.js","sourceRoot":"","sources":["../../src/models/app-chat-adapter-input-schemas-message-send-message-request.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AA8BvD,gBAAgB;AAChB,MAAM,CAAC,MAAM,kEAAkE,GAIzE,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,MAAM,CAAC;IAC3C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;CACpD,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;KAC5B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEJ,MAAM,UAAU,yDAAyD,CACvE,mDACqD,EAC7C;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,kEAAkE,CAAC,KAAK,CACtE,mDAAmD,CACpD,CACF,CAAC;AAAA,CACH"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as z from "zod/v4-mini";
|
|
2
2
|
import * as models from "../index.js";
|
|
3
|
-
import {
|
|
3
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
4
4
|
export type HTTPValidationErrorData = {
|
|
5
5
|
detail?: Array<models.ValidationError> | undefined;
|
|
6
6
|
};
|
|
7
|
-
export declare class HTTPValidationError extends
|
|
7
|
+
export declare class HTTPValidationError extends LinebundleError {
|
|
8
8
|
detail?: Array<models.ValidationError> | undefined;
|
|
9
9
|
/** The original data that was passed to this error instance. */
|
|
10
10
|
data$: HTTPValidationErrorData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-validation-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/http-validation-error.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"http-validation-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/http-validation-error.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;CACpD,CAAC;AAEF,qBAAa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;IAEnD,gEAAgE;IAChE,KAAK,EAAE,uBAAuB,CAAC;IAE/B,YACE,GAAG,EAAE,uBAAuB,EAC5B,QAAQ,EAAE;QAAE,QAAQ,EAAE,QAAQ,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAUjE;CACF;AAED,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,WAAW,CAC3D,mBAAmB,EACnB,OAAO,CAeR,CAAC"}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
import * as z from "zod/v4-mini";
|
|
5
5
|
import * as types from "../../types/primitives.js";
|
|
6
6
|
import * as models from "../index.js";
|
|
7
|
-
import {
|
|
8
|
-
export class HTTPValidationError extends
|
|
7
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
8
|
+
export class HTTPValidationError extends LinebundleError {
|
|
9
9
|
detail;
|
|
10
10
|
/** The original data that was passed to this error instance. */
|
|
11
11
|
data$;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-validation-error.js","sourceRoot":"","sources":["../../../src/models/errors/http-validation-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"http-validation-error.js","sourceRoot":"","sources":["../../../src/models/errors/http-validation-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAMxD,MAAM,OAAO,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAA6C;IAEnD,gEAAgE;IAChE,KAAK,CAA0B;IAE/B,YACE,GAA4B,EAC5B,QAAgE,EAChE;QACA,MAAM,OAAO,GAAG,SAAS,IAAI,GAAG,IAAI,OAAO,GAAG,CAAC,OAAO,KAAK,QAAQ;YACjE,CAAC,CAAC,GAAG,CAAC,OAAO;YACb,CAAC,CAAC,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QACjD,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC;IAAA,CACnC;CACF;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAG1C,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;IACrE,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC,EAAE,CAAC,CAAC,YAAY,OAAO,CAAC;IACtD,SAAS,EAAE,CAAC,CAAC,MAAM,CAAW,CAAC,CAAC,EAAE,CAAC,CAAC,YAAY,QAAQ,CAAC;IACzD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,IAAI,mBAAmB,CAAC,CAAC,EAAE;QAChC,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from "./http-client-errors.js";
|
|
2
2
|
export * from "./http-validation-error.js";
|
|
3
|
+
export * from "./linebundle-default-error.js";
|
|
4
|
+
export * from "./linebundle-error.js";
|
|
3
5
|
export * from "./response-validation-error.js";
|
|
4
|
-
export * from "./sdk-default-error.js";
|
|
5
|
-
export * from "./sdk-error.js";
|
|
6
6
|
export * from "./sdk-validation-error.js";
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/errors/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/errors/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC"}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export * from "./http-client-errors.js";
|
|
5
5
|
export * from "./http-validation-error.js";
|
|
6
|
+
export * from "./linebundle-default-error.js";
|
|
7
|
+
export * from "./linebundle-error.js";
|
|
6
8
|
export * from "./response-validation-error.js";
|
|
7
|
-
export * from "./sdk-default-error.js";
|
|
8
|
-
export * from "./sdk-error.js";
|
|
9
9
|
export * from "./sdk-validation-error.js";
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/errors/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/errors/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
2
|
+
/** The fallback error class if no more specific error class is matched */
|
|
3
|
+
export declare class LinebundleDefaultError extends LinebundleError {
|
|
4
|
+
constructor(message: string, httpMeta: {
|
|
5
|
+
response: Response;
|
|
6
|
+
request: Request;
|
|
7
|
+
body: string;
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=linebundle-default-error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linebundle-default-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/linebundle-default-error.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,0EAA0E;AAC1E,qBAAa,sBAAuB,SAAQ,eAAe;IACzD,YACE,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE;QACR,QAAQ,EAAE,QAAQ,CAAC;QACnB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;KACd,EAwBF;CACF"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
5
|
+
/** The fallback error class if no more specific error class is matched */
|
|
6
|
+
export class LinebundleDefaultError extends LinebundleError {
|
|
7
|
+
constructor(message, httpMeta) {
|
|
8
|
+
if (message) {
|
|
9
|
+
message += `: `;
|
|
10
|
+
}
|
|
11
|
+
message += `Status ${httpMeta.response.status}`;
|
|
12
|
+
const contentType = httpMeta.response.headers.get("content-type") || `""`;
|
|
13
|
+
if (contentType !== "application/json") {
|
|
14
|
+
message += ` Content-Type ${contentType.includes(" ") ? `"${contentType}"` : contentType}`;
|
|
15
|
+
}
|
|
16
|
+
const body = httpMeta.body || `""`;
|
|
17
|
+
message += body.length > 100 ? "\n" : ". ";
|
|
18
|
+
let bodyDisplay = body;
|
|
19
|
+
if (body.length > 10000) {
|
|
20
|
+
const truncated = body.substring(0, 10000);
|
|
21
|
+
const remaining = body.length - 10000;
|
|
22
|
+
bodyDisplay = `${truncated}...and ${remaining} more chars`;
|
|
23
|
+
}
|
|
24
|
+
message += `Body: ${bodyDisplay}`;
|
|
25
|
+
message = message.trim();
|
|
26
|
+
super(message, httpMeta);
|
|
27
|
+
this.name = "LinebundleDefaultError";
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=linebundle-default-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linebundle-default-error.js","sourceRoot":"","sources":["../../../src/models/errors/linebundle-default-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,0EAA0E;AAC1E,MAAM,OAAO,sBAAuB,SAAQ,eAAe;IACzD,YACE,OAAe,EACf,QAIC,EACD;QACA,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO,IAAI,IAAI,CAAC;QAClB,CAAC;QACD,OAAO,IAAI,UAAU,QAAQ,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;QAChD,MAAM,WAAW,GAAG,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC;QAC1E,IAAI,WAAW,KAAK,kBAAkB,EAAE,CAAC;YACvC,OAAO,IAAI,iBACT,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,WAAW,GAAG,CAAC,CAAC,CAAC,WACnD,EAAE,CAAC;QACL,CAAC;QACD,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;QACnC,OAAO,IAAI,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;QAC3C,IAAI,WAAW,GAAG,IAAI,CAAC;QACvB,IAAI,IAAI,CAAC,MAAM,GAAG,KAAK,EAAE,CAAC;YACxB,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;YAC3C,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;YACtC,WAAW,GAAG,GAAG,SAAS,UAAU,SAAS,aAAa,CAAC;QAC7D,CAAC;QACD,OAAO,IAAI,SAAS,WAAW,EAAE,CAAC;QAClC,OAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;QACzB,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,wBAAwB,CAAC;IAAA,CACtC;CACF"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** The base class for all HTTP error responses */
|
|
2
|
+
export declare class LinebundleError extends Error {
|
|
3
|
+
/** HTTP status code */
|
|
4
|
+
readonly statusCode: number;
|
|
5
|
+
/** HTTP body */
|
|
6
|
+
readonly body: string;
|
|
7
|
+
/** HTTP headers */
|
|
8
|
+
readonly headers: Headers;
|
|
9
|
+
/** HTTP content type */
|
|
10
|
+
readonly contentType: string;
|
|
11
|
+
/** Raw response */
|
|
12
|
+
readonly rawResponse: Response;
|
|
13
|
+
constructor(message: string, httpMeta: {
|
|
14
|
+
response: Response;
|
|
15
|
+
request: Request;
|
|
16
|
+
body: string;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=linebundle-error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linebundle-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/linebundle-error.ts"],"names":[],"mappings":"AAIA,kDAAkD;AAClD,qBAAa,eAAgB,SAAQ,KAAK;IACxC,uBAAuB;IACvB,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,gBAAgB;IAChB,SAAgB,IAAI,EAAE,MAAM,CAAC;IAC7B,mBAAmB;IACnB,SAAgB,OAAO,EAAE,OAAO,CAAC;IACjC,wBAAwB;IACxB,SAAgB,WAAW,EAAE,MAAM,CAAC;IACpC,mBAAmB;IACnB,SAAgB,WAAW,EAAE,QAAQ,CAAC;IAEtC,YACE,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE;QACR,QAAQ,EAAE,QAAQ,CAAC;QACnB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;KACd,EAUF;CACF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
/** The base class for all HTTP error responses */
|
|
5
|
+
export class LinebundleError extends Error {
|
|
6
|
+
/** HTTP status code */
|
|
7
|
+
statusCode;
|
|
8
|
+
/** HTTP body */
|
|
9
|
+
body;
|
|
10
|
+
/** HTTP headers */
|
|
11
|
+
headers;
|
|
12
|
+
/** HTTP content type */
|
|
13
|
+
contentType;
|
|
14
|
+
/** Raw response */
|
|
15
|
+
rawResponse;
|
|
16
|
+
constructor(message, httpMeta) {
|
|
17
|
+
super(message);
|
|
18
|
+
this.statusCode = httpMeta.response.status;
|
|
19
|
+
this.body = httpMeta.body;
|
|
20
|
+
this.headers = httpMeta.response.headers;
|
|
21
|
+
this.contentType = httpMeta.response.headers.get("content-type") || "";
|
|
22
|
+
this.rawResponse = httpMeta.response;
|
|
23
|
+
this.name = "LinebundleError";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=linebundle-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linebundle-error.js","sourceRoot":"","sources":["../../../src/models/errors/linebundle-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,kDAAkD;AAClD,MAAM,OAAO,eAAgB,SAAQ,KAAK;IACxC,uBAAuB;IACP,UAAU,CAAS;IACnC,gBAAgB;IACA,IAAI,CAAS;IAC7B,mBAAmB;IACH,OAAO,CAAU;IACjC,wBAAwB;IACR,WAAW,CAAS;IACpC,mBAAmB;IACH,WAAW,CAAW;IAEtC,YACE,OAAe,EACf,QAIC,EACD;QACA,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;QAC1B,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC;QACzC,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC;QACvE,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC,QAAQ,CAAC;QAErC,IAAI,CAAC,IAAI,GAAG,iBAAiB,CAAC;IAAA,CAC/B;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class ResponseValidationError extends
|
|
1
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
2
|
+
export declare class ResponseValidationError extends LinebundleError {
|
|
3
3
|
/**
|
|
4
4
|
* The raw value that failed validation.
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response-validation-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/response-validation-error.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"response-validation-error.d.ts","sourceRoot":"","sources":["../../../src/models/errors/response-validation-error.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,qBAAa,uBAAwB,SAAQ,eAAe;IAC1D;;OAEG;IACH,SAAgB,QAAQ,EAAE,OAAO,CAAC;IAElC;;OAEG;IACH,SAAgB,UAAU,EAAE,OAAO,CAAC;IAEpC,YACE,OAAO,EAAE,MAAM,EACf,KAAK,EAAE;QACL,QAAQ,EAAE,QAAQ,CAAC;QACnB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,OAAO,CAAC;QACf,QAAQ,EAAE,OAAO,CAAC;QAClB,UAAU,EAAE,OAAO,CAAC;KACrB,EAOF;IAED;;;;OAIG;IACI,MAAM,IAAI,MAAM,CAMtB;CACF"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod/v4/core";
|
|
5
|
-
import {
|
|
5
|
+
import { LinebundleError } from "./linebundle-error.js";
|
|
6
6
|
import { formatZodError } from "./sdk-validation-error.js";
|
|
7
|
-
export class ResponseValidationError extends
|
|
7
|
+
export class ResponseValidationError extends LinebundleError {
|
|
8
8
|
/**
|
|
9
9
|
* The raw value that failed validation.
|
|
10
10
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response-validation-error.js","sourceRoot":"","sources":["../../../src/models/errors/response-validation-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"response-validation-error.js","sourceRoot":"","sources":["../../../src/models/errors/response-validation-error.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,MAAM,OAAO,uBAAwB,SAAQ,eAAe;IAC1D;;OAEG;IACa,QAAQ,CAAU;IAElC;;OAEG;IACa,UAAU,CAAU;IAEpC,YACE,OAAe,EACf,KAOC,EACD;QACA,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,GAAG,yBAAyB,CAAC;QACtC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC;IAAA,CACpC;IAED;;;;OAIG;IACI,MAAM,GAAW;QACtB,IAAI,IAAI,CAAC,KAAK,YAAY,CAAC,CAAC,SAAS,EAAE,CAAC;YACtC,OAAO,GAAG,IAAI,CAAC,UAAU,KAAK,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC7D,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC;QACzB,CAAC;IAAA,CACF;CACF"}
|
package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import * as models from "../index.js";
|
|
3
|
+
export type AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest = {
|
|
4
|
+
roleId: string;
|
|
5
|
+
body: models.AddPermissionRequest;
|
|
6
|
+
};
|
|
7
|
+
/** @internal */
|
|
8
|
+
export type AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest$Outbound = {
|
|
9
|
+
role_id: string;
|
|
10
|
+
body: models.AddPermissionRequest$Outbound;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest$outboundSchema: z.ZodMiniType<AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest$Outbound, AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest>;
|
|
14
|
+
export declare function addPermissionEndpointApiV1RolesRoleIdPermissionsPostRequestToJSON(addPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest: AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest): string;
|
|
15
|
+
//# sourceMappingURL=add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map
|
package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,2DAA2D,GAAG;IACxE,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC,oBAAoB,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oEAAoE,GAC9E;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC,6BAA6B,CAAC;CAC5C,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,0EAA0E,EACrF,CAAC,CAAC,WAAW,CACX,oEAAoE,EACpE,2DAA2D,CAW5D,CAAC;AAEJ,wBAAgB,iEAAiE,CAC/E,2DAA2D,EACzD,2DAA2D,GAC5D,MAAM,CAKR"}
|
package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
import * as models from "../index.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest$outboundSchema = z.pipe(z.object({
|
|
9
|
+
roleId: z.string(),
|
|
10
|
+
body: models.AddPermissionRequest$outboundSchema,
|
|
11
|
+
}), z.transform((v) => {
|
|
12
|
+
return remap$(v, {
|
|
13
|
+
roleId: "role_id",
|
|
14
|
+
});
|
|
15
|
+
}));
|
|
16
|
+
export function addPermissionEndpointApiV1RolesRoleIdPermissionsPostRequestToJSON(addPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest) {
|
|
17
|
+
return JSON.stringify(AddPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest$outboundSchema
|
|
18
|
+
.parse(addPermissionEndpointApiV1RolesRoleIdPermissionsPostRequest));
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map
|
package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-permission-endpoint-api-v1-roles-role-id-permissions-post.js","sourceRoot":"","sources":["../../../src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AActC,gBAAgB;AAChB,MAAM,CAAC,MAAM,0EAA0E,GAIjF,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,MAAM,CAAC,mCAAmC;CACjD,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,MAAM,EAAE,SAAS;KAClB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEJ,MAAM,UAAU,iEAAiE,CAC/E,2DAC6D,EACrD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,0EAA0E;SACvE,KAAK,CAAC,2DAA2D,CAAC,CACtE,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest = {
|
|
3
|
+
userId: string;
|
|
4
|
+
roleId: string;
|
|
5
|
+
};
|
|
6
|
+
/** @internal */
|
|
7
|
+
export type AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest$Outbound = {
|
|
8
|
+
user_id: string;
|
|
9
|
+
role_id: string;
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest$outboundSchema: z.ZodMiniType<AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest$Outbound, AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest>;
|
|
13
|
+
export declare function assignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequestToJSON(assignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest: AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest): string;
|
|
14
|
+
//# sourceMappingURL=assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,6DAA6D,GAAG;IAC1E,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,sEAAsE,GAChF;IACE,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,4EAA4E,EACvF,CAAC,CAAC,WAAW,CACX,sEAAsE,EACtE,6DAA6D,CAY9D,CAAC;AAEJ,wBAAgB,mEAAmE,CACjF,6DAA6D,EAC3D,6DAA6D,GAC9D,MAAM,CAKR"}
|
package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export const AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest$outboundSchema = z.pipe(z.object({
|
|
8
|
+
userId: z.string(),
|
|
9
|
+
roleId: z.string(),
|
|
10
|
+
}), z.transform((v) => {
|
|
11
|
+
return remap$(v, {
|
|
12
|
+
userId: "user_id",
|
|
13
|
+
roleId: "role_id",
|
|
14
|
+
});
|
|
15
|
+
}));
|
|
16
|
+
export function assignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequestToJSON(assignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest) {
|
|
17
|
+
return JSON.stringify(AssignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest$outboundSchema
|
|
18
|
+
.parse(assignRoleToUserEndpointApiV1RolesUsersUserIdRolesPostRequest));
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js","sourceRoot":"","sources":["../../../src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAc1D,gBAAgB;AAChB,MAAM,CAAC,MAAM,4EAA4E,GAInF,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;CACnB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,MAAM,EAAE,SAAS;QACjB,MAAM,EAAE,SAAS;KAClB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEJ,MAAM,UAAU,mEAAmE,CACjF,6DAC+D,EACvD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,4EAA4E;SACzE,KAAK,CAAC,6DAA6D,CAAC,CACxE,CAAC;AAAA,CACH"}
|
package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import * as z from "zod/v4-mini";
|
|
2
2
|
import * as models from "../index.js";
|
|
3
|
-
export type CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity = {
|
|
4
|
-
permissionDependency: string;
|
|
5
|
-
};
|
|
6
3
|
export type CreateMilestoneApiV1EventEventIdTimelineMilestonesPostRequest = {
|
|
7
4
|
eventId: number;
|
|
8
5
|
body: models.BodyCreateMilestoneApiV1EventEventIdTimelineMilestonesPost;
|
|
9
6
|
};
|
|
10
7
|
/** @internal */
|
|
11
|
-
export type CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity$Outbound = {
|
|
12
|
-
PermissionDependency: string;
|
|
13
|
-
};
|
|
14
|
-
/** @internal */
|
|
15
|
-
export declare const CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity$outboundSchema: z.ZodMiniType<CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity$Outbound, CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity>;
|
|
16
|
-
export declare function createMilestoneApiV1EventEventIdTimelineMilestonesPostSecurityToJSON(createMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity: CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity): string;
|
|
17
|
-
/** @internal */
|
|
18
8
|
export type CreateMilestoneApiV1EventEventIdTimelineMilestonesPostRequest$Outbound = {
|
|
19
9
|
event_id: number;
|
|
20
10
|
body: models.BodyCreateMilestoneApiV1EventEventIdTimelineMilestonesPost$Outbound;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,6DAA6D,GAAG;IAC1E,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC,0DAA0D,CAAC;CACzE,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,sEAAsE,GAChF;IACE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EACF,MAAM,CAAC,mEAAmE,CAAC;CAC9E,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,4EAA4E,EACvF,CAAC,CAAC,WAAW,CACX,sEAAsE,EACtE,6DAA6D,CAa9D,CAAC;AAEJ,wBAAgB,mEAAmE,CACjF,6DAA6D,EAC3D,6DAA6D,GAC9D,MAAM,CAKR"}
|
package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js
CHANGED
|
@@ -5,18 +5,6 @@ import * as z from "zod/v4-mini";
|
|
|
5
5
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
6
|
import * as models from "../index.js";
|
|
7
7
|
/** @internal */
|
|
8
|
-
export const CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity$outboundSchema = z.pipe(z.object({
|
|
9
|
-
permissionDependency: z.string(),
|
|
10
|
-
}), z.transform((v) => {
|
|
11
|
-
return remap$(v, {
|
|
12
|
-
permissionDependency: "PermissionDependency",
|
|
13
|
-
});
|
|
14
|
-
}));
|
|
15
|
-
export function createMilestoneApiV1EventEventIdTimelineMilestonesPostSecurityToJSON(createMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity) {
|
|
16
|
-
return JSON.stringify(CreateMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity$outboundSchema
|
|
17
|
-
.parse(createMilestoneApiV1EventEventIdTimelineMilestonesPostSecurity));
|
|
18
|
-
}
|
|
19
|
-
/** @internal */
|
|
20
8
|
export const CreateMilestoneApiV1EventEventIdTimelineMilestonesPostRequest$outboundSchema = z.pipe(z.object({
|
|
21
9
|
eventId: z.int(),
|
|
22
10
|
body: models
|
package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-milestone-api-v1-event-event-id-timeline-milestones-post.js","sourceRoot":"","sources":["../../../src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"create-milestone-api-v1-event-event-id-timeline-milestones-post.js","sourceRoot":"","sources":["../../../src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAetC,gBAAgB;AAChB,MAAM,CAAC,MAAM,4EAA4E,GAInF,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE;IAChB,IAAI,EACF,MAAM;SACH,yEAAyE;CAC/E,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;KACpB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEJ,MAAM,UAAU,mEAAmE,CACjF,6DAC+D,EACvD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,4EAA4E;SACzE,KAAK,CAAC,6DAA6D,CAAC,CACxE,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import * as models from "../index.js";
|
|
3
|
+
export type CreateRoleEndpointApiV1RolesPostRequest = {
|
|
4
|
+
/**
|
|
5
|
+
* Organization ID (uses current org if not provided)
|
|
6
|
+
*/
|
|
7
|
+
orgId?: string | null | undefined;
|
|
8
|
+
body: models.CreateRoleRequest;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type CreateRoleEndpointApiV1RolesPostRequest$Outbound = {
|
|
12
|
+
org_id?: string | null | undefined;
|
|
13
|
+
body: models.CreateRoleRequest$Outbound;
|
|
14
|
+
};
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const CreateRoleEndpointApiV1RolesPostRequest$outboundSchema: z.ZodMiniType<CreateRoleEndpointApiV1RolesPostRequest$Outbound, CreateRoleEndpointApiV1RolesPostRequest>;
|
|
17
|
+
export declare function createRoleEndpointApiV1RolesPostRequestToJSON(createRoleEndpointApiV1RolesPostRequest: CreateRoleEndpointApiV1RolesPostRequest): string;
|
|
18
|
+
//# sourceMappingURL=create-role-endpoint-api-v1-roles-post.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-role-endpoint-api-v1-roles-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/create-role-endpoint-api-v1-roles-post.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,uCAAuC,GAAG;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC,iBAAiB,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GAAG;IAC7D,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC,0BAA0B,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EACjE,CAAC,CAAC,WAAW,CACX,gDAAgD,EAChD,uCAAuC,CAWxC,CAAC;AAEJ,wBAAgB,6CAA6C,CAC3D,uCAAuC,EACrC,uCAAuC,GACxC,MAAM,CAMR"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
import * as models from "../index.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const CreateRoleEndpointApiV1RolesPostRequest$outboundSchema = z.pipe(z.object({
|
|
9
|
+
orgId: z.optional(z.nullable(z.string())),
|
|
10
|
+
body: models.CreateRoleRequest$outboundSchema,
|
|
11
|
+
}), z.transform((v) => {
|
|
12
|
+
return remap$(v, {
|
|
13
|
+
orgId: "org_id",
|
|
14
|
+
});
|
|
15
|
+
}));
|
|
16
|
+
export function createRoleEndpointApiV1RolesPostRequestToJSON(createRoleEndpointApiV1RolesPostRequest) {
|
|
17
|
+
return JSON.stringify(CreateRoleEndpointApiV1RolesPostRequest$outboundSchema.parse(createRoleEndpointApiV1RolesPostRequest));
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=create-role-endpoint-api-v1-roles-post.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-role-endpoint-api-v1-roles-post.js","sourceRoot":"","sources":["../../../src/models/operations/create-role-endpoint-api-v1-roles-post.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAgBtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,sDAAsD,GAI7D,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,IAAI,EAAE,MAAM,CAAC,gCAAgC;CAC9C,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;KAChB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEJ,MAAM,UAAU,6CAA6C,CAC3D,uCACyC,EACjC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,sDAAsD,CAAC,KAAK,CAC1D,uCAAuC,CACxC,CACF,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest = {
|
|
3
|
+
roleId: string;
|
|
4
|
+
};
|
|
5
|
+
/** @internal */
|
|
6
|
+
export type DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest$Outbound = {
|
|
7
|
+
role_id: string;
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest$outboundSchema: z.ZodMiniType<DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest$Outbound, DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest>;
|
|
11
|
+
export declare function deleteRoleEndpointApiV1RolesRoleIdDeleteRequestToJSON(deleteRoleEndpointApiV1RolesRoleIdDeleteRequest: DeleteRoleEndpointApiV1RolesRoleIdDeleteRequest): string;
|
|
12
|
+
//# sourceMappingURL=delete-role-endpoint-api-v1-roles-role-id-delete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-role-endpoint-api-v1-roles-role-id-delete.d.ts","sourceRoot":"","sources":["../../../src/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,+CAA+C,GAAG;IAC5D,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,wDAAwD,GAAG;IACrE,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8DAA8D,EACzE,CAAC,CAAC,WAAW,CACX,wDAAwD,EACxD,+CAA+C,CAUhD,CAAC;AAEJ,wBAAgB,qDAAqD,CACnE,+CAA+C,EAC7C,+CAA+C,GAChD,MAAM,CAMR"}
|