@linebundle-sdk/ts 0.1.20 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +6 -7
- package/README.md +284 -310
- package/esm/core.d.ts +1 -1
- package/esm/core.d.ts.map +1 -1
- package/esm/core.js +1 -1
- package/esm/core.js.map +1 -1
- package/esm/funcs/ai-agent-cancel-workflow.d.ts +19 -0
- package/esm/funcs/ai-agent-cancel-workflow.d.ts.map +1 -0
- package/esm/funcs/ai-agent-cancel-workflow.js +89 -0
- package/esm/funcs/ai-agent-cancel-workflow.js.map +1 -0
- package/esm/funcs/ai-agent-create-session.d.ts +18 -0
- package/esm/funcs/ai-agent-create-session.d.ts.map +1 -0
- package/esm/funcs/ai-agent-create-session.js +82 -0
- package/esm/funcs/ai-agent-create-session.js.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session-costs.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session-costs.js +89 -0
- package/esm/funcs/ai-agent-get-session-costs.js.map +1 -0
- package/esm/funcs/ai-agent-get-session.d.ts +19 -0
- package/esm/funcs/ai-agent-get-session.d.ts.map +1 -0
- package/esm/funcs/ai-agent-get-session.js +88 -0
- package/esm/funcs/ai-agent-get-session.js.map +1 -0
- package/esm/funcs/ai-agent-list-sessions.d.ts +19 -0
- package/esm/funcs/ai-agent-list-sessions.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-sessions.js +89 -0
- package/esm/funcs/ai-agent-list-sessions.js.map +1 -0
- package/esm/funcs/ai-agent-list-workflows.d.ts +19 -0
- package/esm/funcs/ai-agent-list-workflows.d.ts.map +1 -0
- package/esm/funcs/ai-agent-list-workflows.js +90 -0
- package/esm/funcs/ai-agent-list-workflows.js.map +1 -0
- package/esm/funcs/ai-agent-send-message.d.ts +19 -0
- package/esm/funcs/ai-agent-send-message.d.ts.map +1 -0
- package/esm/funcs/ai-agent-send-message.js +90 -0
- package/esm/funcs/ai-agent-send-message.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow-async.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow-async.js +82 -0
- package/esm/funcs/ai-agent-start-workflow-async.js.map +1 -0
- package/esm/funcs/ai-agent-start-workflow.d.ts +18 -0
- package/esm/funcs/ai-agent-start-workflow.d.ts.map +1 -0
- package/esm/funcs/ai-agent-start-workflow.js +82 -0
- package/esm/funcs/ai-agent-start-workflow.js.map +1 -0
- package/esm/funcs/ai-agents-get-org-costs.d.ts +19 -0
- package/esm/funcs/ai-agents-get-org-costs.d.ts.map +1 -0
- package/esm/funcs/ai-agents-get-org-costs.js +87 -0
- package/esm/funcs/ai-agents-get-org-costs.js.map +1 -0
- package/esm/funcs/ai-delete-session.d.ts +18 -0
- package/esm/funcs/ai-delete-session.d.ts.map +1 -0
- package/esm/funcs/ai-delete-session.js +88 -0
- package/esm/funcs/ai-delete-session.js.map +1 -0
- package/esm/funcs/ai-workflows-get-execution-details.d.ts +19 -0
- package/esm/funcs/ai-workflows-get-execution-details.d.ts.map +1 -0
- package/esm/funcs/ai-workflows-get-execution-details.js +89 -0
- package/esm/funcs/ai-workflows-get-execution-details.js.map +1 -0
- package/esm/funcs/analytic-get-dashboard.d.ts +14 -0
- package/esm/funcs/analytic-get-dashboard.d.ts.map +1 -0
- package/esm/funcs/analytic-get-dashboard.js +64 -0
- package/esm/funcs/analytic-get-dashboard.js.map +1 -0
- package/esm/funcs/analytic-get-totals.d.ts +14 -0
- package/esm/funcs/analytic-get-totals.d.ts.map +1 -0
- package/esm/funcs/analytic-get-totals.js +64 -0
- package/esm/funcs/analytic-get-totals.js.map +1 -0
- package/esm/funcs/audit-logs-get-permission-stats.d.ts +32 -0
- package/esm/funcs/audit-logs-get-permission-stats.d.ts.map +1 -0
- package/esm/funcs/audit-logs-get-permission-stats.js +102 -0
- package/esm/funcs/audit-logs-get-permission-stats.js.map +1 -0
- package/esm/funcs/audit-logs-list-permissions.d.ts +35 -0
- package/esm/funcs/audit-logs-list-permissions.d.ts.map +1 -0
- package/esm/funcs/audit-logs-list-permissions.js +108 -0
- package/esm/funcs/audit-logs-list-permissions.js.map +1 -0
- package/esm/funcs/auth-contexts-get.d.ts +20 -0
- package/esm/funcs/auth-contexts-get.d.ts.map +1 -0
- package/esm/funcs/auth-contexts-get.js +70 -0
- package/esm/funcs/auth-contexts-get.js.map +1 -0
- package/esm/funcs/automation-cron-health-check.d.ts +20 -0
- package/esm/funcs/automation-cron-health-check.d.ts.map +1 -0
- package/esm/funcs/automation-cron-health-check.js +71 -0
- package/esm/funcs/automation-cron-health-check.js.map +1 -0
- package/esm/funcs/automation-cron-trigger-scheduled.d.ts +44 -0
- package/esm/funcs/automation-cron-trigger-scheduled.d.ts.map +1 -0
- package/esm/funcs/automation-cron-trigger-scheduled.js +109 -0
- package/esm/funcs/automation-cron-trigger-scheduled.js.map +1 -0
- package/esm/funcs/automation-metadata-get-actions.d.ts +17 -0
- package/esm/funcs/automation-metadata-get-actions.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-actions.js +68 -0
- package/esm/funcs/automation-metadata-get-actions.js.map +1 -0
- package/esm/funcs/automation-metadata-get-task.d.ts +19 -0
- package/esm/funcs/automation-metadata-get-task.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-task.js +89 -0
- package/esm/funcs/automation-metadata-get-task.js.map +1 -0
- package/esm/funcs/automation-metadata-get-tasks.d.ts +19 -0
- package/esm/funcs/automation-metadata-get-tasks.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-tasks.js +89 -0
- package/esm/funcs/automation-metadata-get-tasks.js.map +1 -0
- package/esm/funcs/automation-metadata-get-triggers.d.ts +17 -0
- package/esm/funcs/automation-metadata-get-triggers.d.ts.map +1 -0
- package/esm/funcs/automation-metadata-get-triggers.js +68 -0
- package/esm/funcs/automation-metadata-get-triggers.js.map +1 -0
- package/esm/funcs/automation-rules-create.d.ts +22 -0
- package/esm/funcs/automation-rules-create.d.ts.map +1 -0
- package/esm/funcs/automation-rules-create.js +86 -0
- package/esm/funcs/automation-rules-create.js.map +1 -0
- package/esm/funcs/automation-rules-delete.d.ts +18 -0
- package/esm/funcs/automation-rules-delete.d.ts.map +1 -0
- package/esm/funcs/automation-rules-delete.js +88 -0
- package/esm/funcs/automation-rules-delete.js.map +1 -0
- package/esm/funcs/automation-rules-execute.d.ts +19 -0
- package/esm/funcs/automation-rules-execute.d.ts.map +1 -0
- package/esm/funcs/automation-rules-execute.js +90 -0
- package/esm/funcs/automation-rules-execute.js.map +1 -0
- package/esm/funcs/automation-rules-get-conditions.d.ts +17 -0
- package/esm/funcs/automation-rules-get-conditions.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-conditions.js +68 -0
- package/esm/funcs/automation-rules-get-conditions.js.map +1 -0
- package/esm/funcs/automation-rules-get-executions.d.ts +21 -0
- package/esm/funcs/automation-rules-get-executions.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-executions.js +95 -0
- package/esm/funcs/automation-rules-get-executions.js.map +1 -0
- package/esm/funcs/automation-rules-get-metadata.d.ts +17 -0
- package/esm/funcs/automation-rules-get-metadata.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get-metadata.js +67 -0
- package/esm/funcs/automation-rules-get-metadata.js.map +1 -0
- package/esm/funcs/automation-rules-get.d.ts +19 -0
- package/esm/funcs/automation-rules-get.d.ts.map +1 -0
- package/esm/funcs/automation-rules-get.js +88 -0
- package/esm/funcs/automation-rules-get.js.map +1 -0
- package/esm/funcs/automation-rules-list.d.ts +23 -0
- package/esm/funcs/automation-rules-list.d.ts.map +1 -0
- package/esm/funcs/automation-rules-list.js +92 -0
- package/esm/funcs/automation-rules-list.js.map +1 -0
- package/esm/funcs/automation-rules-patch.d.ts +19 -0
- package/esm/funcs/automation-rules-patch.d.ts.map +1 -0
- package/esm/funcs/automation-rules-patch.js +90 -0
- package/esm/funcs/automation-rules-patch.js.map +1 -0
- package/esm/funcs/automation-rules-update.d.ts +19 -0
- package/esm/funcs/automation-rules-update.d.ts.map +1 -0
- package/esm/funcs/automation-rules-update.js +90 -0
- package/esm/funcs/automation-rules-update.js.map +1 -0
- package/esm/funcs/booking-create.d.ts +18 -0
- package/esm/funcs/booking-create.d.ts.map +1 -0
- package/esm/funcs/booking-create.js +82 -0
- package/esm/funcs/booking-create.js.map +1 -0
- package/esm/funcs/bookings-check-availability.d.ts +18 -0
- package/esm/funcs/bookings-check-availability.d.ts.map +1 -0
- package/esm/funcs/bookings-check-availability.js +82 -0
- package/esm/funcs/bookings-check-availability.js.map +1 -0
- package/esm/funcs/bookings-delete.d.ts +18 -0
- package/esm/funcs/bookings-delete.d.ts.map +1 -0
- package/esm/funcs/bookings-delete.js +88 -0
- package/esm/funcs/bookings-delete.js.map +1 -0
- package/esm/funcs/bookings-get-by-id.d.ts +19 -0
- package/esm/funcs/bookings-get-by-id.d.ts.map +1 -0
- package/esm/funcs/bookings-get-by-id.js +88 -0
- package/esm/funcs/bookings-get-by-id.js.map +1 -0
- package/esm/funcs/bookings-get-place-schedule.d.ts +19 -0
- package/esm/funcs/bookings-get-place-schedule.d.ts.map +1 -0
- package/esm/funcs/bookings-get-place-schedule.js +94 -0
- package/esm/funcs/bookings-get-place-schedule.js.map +1 -0
- package/esm/funcs/bookings-list.d.ts +19 -0
- package/esm/funcs/bookings-list.d.ts.map +1 -0
- package/esm/funcs/bookings-list.js +91 -0
- package/esm/funcs/bookings-list.js.map +1 -0
- package/esm/funcs/bookings-update.d.ts +19 -0
- package/esm/funcs/bookings-update.d.ts.map +1 -0
- package/esm/funcs/bookings-update.js +89 -0
- package/esm/funcs/bookings-update.js.map +1 -0
- package/esm/funcs/chat-messages-delete.d.ts +15 -0
- package/esm/funcs/chat-messages-delete.d.ts.map +1 -0
- package/esm/funcs/chat-messages-delete.js +85 -0
- package/esm/funcs/chat-messages-delete.js.map +1 -0
- package/esm/funcs/chat-messages-get-count.d.ts +17 -0
- package/esm/funcs/chat-messages-get-count.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-count.js +85 -0
- package/esm/funcs/chat-messages-get-count.js.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count.d.ts +17 -0
- package/esm/funcs/chat-messages-get-unread-count.d.ts.map +1 -0
- package/esm/funcs/chat-messages-get-unread-count.js +85 -0
- package/esm/funcs/chat-messages-get-unread-count.js.map +1 -0
- package/esm/funcs/chat-messages-list.d.ts +16 -0
- package/esm/funcs/chat-messages-list.d.ts.map +1 -0
- package/esm/funcs/chat-messages-list.js +90 -0
- package/esm/funcs/chat-messages-list.js.map +1 -0
- package/esm/funcs/chat-messages-mark-read.d.ts +15 -0
- package/esm/funcs/chat-messages-mark-read.d.ts.map +1 -0
- package/esm/funcs/chat-messages-mark-read.js +85 -0
- package/esm/funcs/chat-messages-mark-read.js.map +1 -0
- package/esm/funcs/chat-messages-send.d.ts +16 -0
- package/esm/funcs/chat-messages-send.d.ts.map +1 -0
- package/esm/funcs/chat-messages-send.js +86 -0
- package/esm/funcs/chat-messages-send.js.map +1 -0
- package/esm/funcs/chat-rooms-add-member.d.ts +16 -0
- package/esm/funcs/chat-rooms-add-member.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-add-member.js +87 -0
- package/esm/funcs/chat-rooms-add-member.js.map +1 -0
- package/esm/funcs/chat-rooms-create-direct.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-direct.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-direct.js +79 -0
- package/esm/funcs/chat-rooms-create-direct.js.map +1 -0
- package/esm/funcs/chat-rooms-create-group.d.ts +15 -0
- package/esm/funcs/chat-rooms-create-group.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-create-group.js +79 -0
- package/esm/funcs/chat-rooms-create-group.js.map +1 -0
- package/esm/funcs/chat-rooms-get-by-id.d.ts +16 -0
- package/esm/funcs/chat-rooms-get-by-id.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-get-by-id.js +85 -0
- package/esm/funcs/chat-rooms-get-by-id.js.map +1 -0
- package/esm/funcs/chat-rooms-list-members.d.ts +16 -0
- package/esm/funcs/chat-rooms-list-members.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list-members.js +86 -0
- package/esm/funcs/chat-rooms-list-members.js.map +1 -0
- package/esm/funcs/chat-rooms-list.d.ts +16 -0
- package/esm/funcs/chat-rooms-list.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-list.js +84 -0
- package/esm/funcs/chat-rooms-list.js.map +1 -0
- package/esm/funcs/chat-rooms-remove-member.d.ts +15 -0
- package/esm/funcs/chat-rooms-remove-member.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-remove-member.js +89 -0
- package/esm/funcs/chat-rooms-remove-member.js.map +1 -0
- package/esm/funcs/chat-rooms-update.d.ts +16 -0
- package/esm/funcs/chat-rooms-update.d.ts.map +1 -0
- package/esm/funcs/chat-rooms-update.js +86 -0
- package/esm/funcs/chat-rooms-update.js.map +1 -0
- package/esm/funcs/contacts-create.d.ts +18 -0
- package/esm/funcs/contacts-create.d.ts.map +1 -0
- package/esm/funcs/contacts-create.js +82 -0
- package/esm/funcs/contacts-create.js.map +1 -0
- package/esm/funcs/contacts-delete.d.ts +18 -0
- package/esm/funcs/contacts-delete.d.ts.map +1 -0
- package/esm/funcs/contacts-delete.js +88 -0
- package/esm/funcs/contacts-delete.js.map +1 -0
- package/esm/funcs/contacts-get.d.ts +19 -0
- package/esm/funcs/contacts-get.d.ts.map +1 -0
- package/esm/funcs/contacts-get.js +88 -0
- package/esm/funcs/contacts-get.js.map +1 -0
- package/esm/funcs/contacts-list.d.ts +19 -0
- package/esm/funcs/contacts-list.d.ts.map +1 -0
- package/esm/funcs/contacts-list.js +90 -0
- package/esm/funcs/contacts-list.js.map +1 -0
- package/esm/funcs/contacts-search.d.ts +19 -0
- package/esm/funcs/contacts-search.d.ts.map +1 -0
- package/esm/funcs/contacts-search.js +88 -0
- package/esm/funcs/contacts-search.js.map +1 -0
- package/esm/funcs/contacts-toggle-favorite.d.ts +19 -0
- package/esm/funcs/contacts-toggle-favorite.d.ts.map +1 -0
- package/esm/funcs/contacts-toggle-favorite.js +90 -0
- package/esm/funcs/contacts-toggle-favorite.js.map +1 -0
- package/esm/funcs/contacts-update.d.ts +19 -0
- package/esm/funcs/contacts-update.d.ts.map +1 -0
- package/esm/funcs/contacts-update.js +89 -0
- package/esm/funcs/contacts-update.js.map +1 -0
- package/esm/funcs/custom-roles-add-permission.d.ts +18 -0
- package/esm/funcs/custom-roles-add-permission.d.ts.map +1 -0
- package/esm/funcs/custom-roles-add-permission.js +89 -0
- package/esm/funcs/custom-roles-add-permission.js.map +1 -0
- package/esm/funcs/custom-roles-assign-to-user.d.ts +18 -0
- package/esm/funcs/custom-roles-assign-to-user.d.ts.map +1 -0
- package/esm/funcs/custom-roles-assign-to-user.js +92 -0
- package/esm/funcs/custom-roles-assign-to-user.js.map +1 -0
- package/esm/funcs/custom-roles-create.d.ts +19 -0
- package/esm/funcs/custom-roles-create.d.ts.map +1 -0
- package/esm/funcs/custom-roles-create.js +87 -0
- package/esm/funcs/custom-roles-create.js.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions.d.ts +20 -0
- package/esm/funcs/custom-roles-get-my-permissions.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get-my-permissions.js +71 -0
- package/esm/funcs/custom-roles-get-my-permissions.js.map +1 -0
- package/esm/funcs/custom-roles-get.d.ts +19 -0
- package/esm/funcs/custom-roles-get.d.ts.map +1 -0
- package/esm/funcs/custom-roles-get.js +88 -0
- package/esm/funcs/custom-roles-get.js.map +1 -0
- package/esm/funcs/custom-roles-list.d.ts +19 -0
- package/esm/funcs/custom-roles-list.d.ts.map +1 -0
- package/esm/funcs/custom-roles-list.js +87 -0
- package/esm/funcs/custom-roles-list.js.map +1 -0
- package/esm/funcs/custom-roles-remove-permission.d.ts +18 -0
- package/esm/funcs/custom-roles-remove-permission.d.ts.map +1 -0
- package/esm/funcs/custom-roles-remove-permission.js +92 -0
- package/esm/funcs/custom-roles-remove-permission.js.map +1 -0
- package/esm/funcs/custom-roles-remove-user-role.d.ts +18 -0
- package/esm/funcs/custom-roles-remove-user-role.d.ts.map +1 -0
- package/esm/funcs/custom-roles-remove-user-role.js +92 -0
- package/esm/funcs/custom-roles-remove-user-role.js.map +1 -0
- package/esm/funcs/custom-roles-set-permissions.d.ts +18 -0
- package/esm/funcs/custom-roles-set-permissions.d.ts.map +1 -0
- package/esm/funcs/custom-roles-set-permissions.js +89 -0
- package/esm/funcs/custom-roles-set-permissions.js.map +1 -0
- package/esm/funcs/custom-roles-update.d.ts +19 -0
- package/esm/funcs/custom-roles-update.d.ts.map +1 -0
- package/esm/funcs/custom-roles-update.js +89 -0
- package/esm/funcs/custom-roles-update.js.map +1 -0
- package/esm/funcs/event-attendees-add-bulk.d.ts +21 -0
- package/esm/funcs/event-attendees-add-bulk.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add-bulk.js +96 -0
- package/esm/funcs/event-attendees-add-bulk.js.map +1 -0
- package/esm/funcs/event-attendees-add.d.ts +21 -0
- package/esm/funcs/event-attendees-add.d.ts.map +1 -0
- package/esm/funcs/event-attendees-add.js +92 -0
- package/esm/funcs/event-attendees-add.js.map +1 -0
- package/esm/funcs/event-attendees-check-in.d.ts +19 -0
- package/esm/funcs/event-attendees-check-in.d.ts.map +1 -0
- package/esm/funcs/event-attendees-check-in.js +93 -0
- package/esm/funcs/event-attendees-check-in.js.map +1 -0
- package/esm/funcs/event-attendees-get.d.ts +21 -0
- package/esm/funcs/event-attendees-get.d.ts.map +1 -0
- package/esm/funcs/event-attendees-get.js +98 -0
- package/esm/funcs/event-attendees-get.js.map +1 -0
- package/esm/funcs/event-attendees-remove-bulk.d.ts +20 -0
- package/esm/funcs/event-attendees-remove-bulk.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove-bulk.js +89 -0
- package/esm/funcs/event-attendees-remove-bulk.js.map +1 -0
- package/esm/funcs/event-attendees-remove.d.ts +18 -0
- package/esm/funcs/event-attendees-remove.d.ts.map +1 -0
- package/esm/funcs/event-attendees-remove.js +92 -0
- package/esm/funcs/event-attendees-remove.js.map +1 -0
- package/esm/funcs/event-attendees-update-bulk-status.d.ts +20 -0
- package/esm/funcs/event-attendees-update-bulk-status.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update-bulk-status.js +93 -0
- package/esm/funcs/event-attendees-update-bulk-status.js.map +1 -0
- package/esm/funcs/event-attendees-update.d.ts +19 -0
- package/esm/funcs/event-attendees-update.d.ts.map +1 -0
- package/esm/funcs/event-attendees-update.js +94 -0
- package/esm/funcs/event-attendees-update.js.map +1 -0
- package/esm/funcs/event-compare-versions.d.ts +18 -0
- package/esm/funcs/event-compare-versions.d.ts.map +1 -0
- package/esm/funcs/event-compare-versions.js +93 -0
- package/esm/funcs/event-compare-versions.js.map +1 -0
- package/esm/funcs/event-documents-add-document.d.ts +18 -0
- package/esm/funcs/event-documents-add-document.d.ts.map +1 -0
- package/esm/funcs/event-documents-add-document.js +92 -0
- package/esm/funcs/event-documents-add-document.js.map +1 -0
- package/esm/funcs/event-documents-get-documents.d.ts +18 -0
- package/esm/funcs/event-documents-get-documents.d.ts.map +1 -0
- package/esm/funcs/event-documents-get-documents.js +89 -0
- package/esm/funcs/event-documents-get-documents.js.map +1 -0
- package/esm/funcs/event-documents-remove.d.ts +18 -0
- package/esm/funcs/event-documents-remove.d.ts.map +1 -0
- package/esm/funcs/event-documents-remove.js +92 -0
- package/esm/funcs/event-documents-remove.js.map +1 -0
- package/esm/funcs/event-get-latest-version.d.ts +19 -0
- package/esm/funcs/event-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/event-get-latest-version.js +89 -0
- package/esm/funcs/event-get-latest-version.js.map +1 -0
- package/esm/funcs/event-get-section-settings.d.ts +16 -0
- package/esm/funcs/event-get-section-settings.d.ts.map +1 -0
- package/esm/funcs/event-get-section-settings.js +86 -0
- package/esm/funcs/event-get-section-settings.js.map +1 -0
- package/esm/funcs/event-get-version.d.ts +19 -0
- package/esm/funcs/event-get-version.d.ts.map +1 -0
- package/esm/funcs/event-get-version.js +93 -0
- package/esm/funcs/event-get-version.js.map +1 -0
- package/esm/funcs/event-get.d.ts +16 -0
- package/esm/funcs/event-get.d.ts.map +1 -0
- package/esm/funcs/event-get.js +85 -0
- package/esm/funcs/event-get.js.map +1 -0
- package/esm/funcs/event-location-get.d.ts +19 -0
- package/esm/funcs/event-location-get.d.ts.map +1 -0
- package/esm/funcs/event-location-get.js +89 -0
- package/esm/funcs/event-location-get.js.map +1 -0
- package/esm/funcs/event-location-update.d.ts +19 -0
- package/esm/funcs/event-location-update.d.ts.map +1 -0
- package/esm/funcs/event-location-update.js +90 -0
- package/esm/funcs/event-location-update.js.map +1 -0
- package/esm/funcs/event-timeline-create-milestone.d.ts +19 -0
- package/esm/funcs/event-timeline-create-milestone.d.ts.map +1 -0
- package/esm/funcs/event-timeline-create-milestone.js +113 -0
- package/esm/funcs/event-timeline-create-milestone.js.map +1 -0
- package/esm/funcs/event-timeline-get-published.d.ts +19 -0
- package/esm/funcs/event-timeline-get-published.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get-published.js +89 -0
- package/esm/funcs/event-timeline-get-published.js.map +1 -0
- package/esm/funcs/event-timeline-get.d.ts +19 -0
- package/esm/funcs/event-timeline-get.d.ts.map +1 -0
- package/esm/funcs/event-timeline-get.js +85 -0
- package/esm/funcs/event-timeline-get.js.map +1 -0
- package/esm/funcs/event-timeline-link-milestone.d.ts +18 -0
- package/esm/funcs/event-timeline-link-milestone.d.ts.map +1 -0
- package/esm/funcs/event-timeline-link-milestone.js +89 -0
- package/esm/funcs/event-timeline-link-milestone.js.map +1 -0
- package/esm/funcs/event-timeline-unlink.d.ts +18 -0
- package/esm/funcs/event-timeline-unlink.d.ts.map +1 -0
- package/esm/funcs/event-timeline-unlink.js +85 -0
- package/esm/funcs/event-timeline-unlink.js.map +1 -0
- package/esm/funcs/event-timezones-validate.d.ts +29 -0
- package/esm/funcs/event-timezones-validate.d.ts.map +1 -0
- package/esm/funcs/event-timezones-validate.js +95 -0
- package/esm/funcs/event-timezones-validate.js.map +1 -0
- package/esm/funcs/event-unpublish-version.d.ts +18 -0
- package/esm/funcs/event-unpublish-version.d.ts.map +1 -0
- package/esm/funcs/event-unpublish-version.js +88 -0
- package/esm/funcs/event-unpublish-version.js.map +1 -0
- package/esm/funcs/event-update.d.ts +16 -0
- package/esm/funcs/event-update.d.ts.map +1 -0
- package/esm/funcs/event-update.js +86 -0
- package/esm/funcs/event-update.js.map +1 -0
- package/esm/funcs/events-archive.d.ts +15 -0
- package/esm/funcs/events-archive.d.ts.map +1 -0
- package/esm/funcs/events-archive.js +85 -0
- package/esm/funcs/events-archive.js.map +1 -0
- package/esm/funcs/events-create.d.ts +15 -0
- package/esm/funcs/events-create.d.ts.map +1 -0
- package/esm/funcs/events-create.js +106 -0
- package/esm/funcs/events-create.js.map +1 -0
- package/esm/funcs/events-delete.d.ts +15 -0
- package/esm/funcs/events-delete.d.ts.map +1 -0
- package/esm/funcs/events-delete.js +84 -0
- package/esm/funcs/events-delete.js.map +1 -0
- package/esm/funcs/events-filter-advanced.d.ts +21 -0
- package/esm/funcs/events-filter-advanced.d.ts.map +1 -0
- package/esm/funcs/events-filter-advanced.js +85 -0
- package/esm/funcs/events-filter-advanced.js.map +1 -0
- package/esm/funcs/events-get-section-content.d.ts +16 -0
- package/esm/funcs/events-get-section-content.d.ts.map +1 -0
- package/esm/funcs/events-get-section-content.js +86 -0
- package/esm/funcs/events-get-section-content.js.map +1 -0
- package/esm/funcs/events-get-section-identification.d.ts +16 -0
- package/esm/funcs/events-get-section-identification.d.ts.map +1 -0
- package/esm/funcs/events-get-section-identification.js +86 -0
- package/esm/funcs/events-get-section-identification.js.map +1 -0
- package/esm/funcs/events-get-settings.d.ts +19 -0
- package/esm/funcs/events-get-settings.d.ts.map +1 -0
- package/esm/funcs/events-get-settings.js +89 -0
- package/esm/funcs/events-get-settings.js.map +1 -0
- package/esm/funcs/events-get-social-feed.d.ts +23 -0
- package/esm/funcs/events-get-social-feed.d.ts.map +1 -0
- package/esm/funcs/events-get-social-feed.js +92 -0
- package/esm/funcs/events-get-social-feed.js.map +1 -0
- package/esm/funcs/events-get-timezones.d.ts +24 -0
- package/esm/funcs/events-get-timezones.d.ts.map +1 -0
- package/esm/funcs/events-get-timezones.js +73 -0
- package/esm/funcs/events-get-timezones.js.map +1 -0
- package/esm/funcs/events-list-by-space.d.ts +16 -0
- package/esm/funcs/events-list-by-space.d.ts.map +1 -0
- package/esm/funcs/events-list-by-space.js +96 -0
- package/esm/funcs/events-list-by-space.js.map +1 -0
- package/esm/funcs/events-list-calendar.d.ts +23 -0
- package/esm/funcs/events-list-calendar.d.ts.map +1 -0
- package/esm/funcs/events-list-calendar.js +109 -0
- package/esm/funcs/events-list-calendar.js.map +1 -0
- package/esm/funcs/events-list-versions.d.ts +18 -0
- package/esm/funcs/events-list-versions.d.ts.map +1 -0
- package/esm/funcs/events-list-versions.js +88 -0
- package/esm/funcs/events-list-versions.js.map +1 -0
- package/esm/funcs/events-list.d.ts +24 -0
- package/esm/funcs/events-list.d.ts.map +1 -0
- package/esm/funcs/events-list.js +112 -0
- package/esm/funcs/events-list.js.map +1 -0
- package/esm/funcs/events-patch-content.d.ts +19 -0
- package/esm/funcs/events-patch-content.d.ts.map +1 -0
- package/esm/funcs/events-patch-content.js +90 -0
- package/esm/funcs/events-patch-content.js.map +1 -0
- package/esm/funcs/events-patch-identification.d.ts +19 -0
- package/esm/funcs/events-patch-identification.d.ts.map +1 -0
- package/esm/funcs/events-patch-identification.js +90 -0
- package/esm/funcs/events-patch-identification.js.map +1 -0
- package/esm/funcs/events-patch-settings.d.ts +19 -0
- package/esm/funcs/events-patch-settings.d.ts.map +1 -0
- package/esm/funcs/events-patch-settings.js +90 -0
- package/esm/funcs/events-patch-settings.js.map +1 -0
- package/esm/funcs/events-publish-version.d.ts +18 -0
- package/esm/funcs/events-publish-version.d.ts.map +1 -0
- package/esm/funcs/events-publish-version.js +88 -0
- package/esm/funcs/events-publish-version.js.map +1 -0
- package/esm/funcs/events-publish-with-notifications.d.ts +15 -0
- package/esm/funcs/events-publish-with-notifications.d.ts.map +1 -0
- package/esm/funcs/events-publish-with-notifications.js +86 -0
- package/esm/funcs/events-publish-with-notifications.js.map +1 -0
- package/esm/funcs/events-publish.d.ts +15 -0
- package/esm/funcs/events-publish.d.ts.map +1 -0
- package/esm/funcs/events-publish.js +85 -0
- package/esm/funcs/events-publish.js.map +1 -0
- package/esm/funcs/events-rollback-version.d.ts +19 -0
- package/esm/funcs/events-rollback-version.d.ts.map +1 -0
- package/esm/funcs/events-rollback-version.js +93 -0
- package/esm/funcs/events-rollback-version.js.map +1 -0
- package/esm/funcs/events-transfer.d.ts +31 -0
- package/esm/funcs/events-transfer.d.ts.map +1 -0
- package/esm/funcs/events-transfer.js +100 -0
- package/esm/funcs/events-transfer.js.map +1 -0
- package/esm/funcs/events-update-cover.d.ts +16 -0
- package/esm/funcs/events-update-cover.d.ts.map +1 -0
- package/esm/funcs/events-update-cover.js +113 -0
- package/esm/funcs/events-update-cover.js.map +1 -0
- package/esm/funcs/features-get.d.ts +16 -0
- package/esm/funcs/features-get.d.ts.map +1 -0
- package/esm/funcs/features-get.js +67 -0
- package/esm/funcs/features-get.js.map +1 -0
- package/esm/funcs/health-check-automation.d.ts +22 -0
- package/esm/funcs/health-check-automation.d.ts.map +1 -0
- package/esm/funcs/health-check-automation.js +73 -0
- package/esm/funcs/health-check-automation.js.map +1 -0
- package/esm/funcs/health-check.d.ts +23 -0
- package/esm/funcs/health-check.d.ts.map +1 -0
- package/esm/funcs/health-check.js +91 -0
- package/esm/funcs/health-check.js.map +1 -0
- package/esm/funcs/health-notifications-check.d.ts +16 -0
- package/esm/funcs/health-notifications-check.d.ts.map +1 -0
- package/esm/funcs/health-notifications-check.js +67 -0
- package/esm/funcs/health-notifications-check.js.map +1 -0
- package/esm/funcs/integration-handle-org-removed.d.ts +17 -0
- package/esm/funcs/integration-handle-org-removed.d.ts.map +1 -0
- package/esm/funcs/integration-handle-org-removed.js +68 -0
- package/esm/funcs/integration-handle-org-removed.js.map +1 -0
- package/esm/funcs/integration-user-handle-removed.d.ts +17 -0
- package/esm/funcs/integration-user-handle-removed.d.ts.map +1 -0
- package/esm/funcs/integration-user-handle-removed.js +68 -0
- package/esm/funcs/integration-user-handle-removed.js.map +1 -0
- package/esm/funcs/integrations-handle-org-created.d.ts +17 -0
- package/esm/funcs/integrations-handle-org-created.d.ts.map +1 -0
- package/esm/funcs/integrations-handle-org-created.js +68 -0
- package/esm/funcs/integrations-handle-org-created.js.map +1 -0
- package/esm/funcs/metrics-get.d.ts +16 -0
- package/esm/funcs/metrics-get.d.ts.map +1 -0
- package/esm/funcs/metrics-get.js +67 -0
- package/esm/funcs/metrics-get.js.map +1 -0
- package/esm/funcs/organizations-archive.d.ts +18 -0
- package/esm/funcs/organizations-archive.d.ts.map +1 -0
- package/esm/funcs/organizations-archive.js +88 -0
- package/esm/funcs/organizations-archive.js.map +1 -0
- package/esm/funcs/organizations-create-invite.d.ts +19 -0
- package/esm/funcs/organizations-create-invite.d.ts.map +1 -0
- package/esm/funcs/organizations-create-invite.js +90 -0
- package/esm/funcs/organizations-create-invite.js.map +1 -0
- package/esm/funcs/organizations-create.d.ts +18 -0
- package/esm/funcs/organizations-create.d.ts.map +1 -0
- package/esm/funcs/organizations-create.js +82 -0
- package/esm/funcs/organizations-create.js.map +1 -0
- package/esm/funcs/organizations-delete-invite.d.ts +18 -0
- package/esm/funcs/organizations-delete-invite.d.ts.map +1 -0
- package/esm/funcs/organizations-delete-invite.js +92 -0
- package/esm/funcs/organizations-delete-invite.js.map +1 -0
- package/esm/funcs/organizations-get-by-id.d.ts +19 -0
- package/esm/funcs/organizations-get-by-id.d.ts.map +1 -0
- package/esm/funcs/organizations-get-by-id.js +89 -0
- package/esm/funcs/organizations-get-by-id.js.map +1 -0
- package/esm/funcs/organizations-get-current.d.ts +18 -0
- package/esm/funcs/organizations-get-current.d.ts.map +1 -0
- package/esm/funcs/organizations-get-current.js +68 -0
- package/esm/funcs/organizations-get-current.js.map +1 -0
- package/esm/funcs/organizations-get-invites.d.ts +19 -0
- package/esm/funcs/organizations-get-invites.d.ts.map +1 -0
- package/esm/funcs/organizations-get-invites.js +89 -0
- package/esm/funcs/organizations-get-invites.js.map +1 -0
- package/esm/funcs/organizations-list.d.ts +19 -0
- package/esm/funcs/organizations-list.d.ts.map +1 -0
- package/esm/funcs/organizations-list.js +88 -0
- package/esm/funcs/organizations-list.js.map +1 -0
- package/esm/funcs/organizations-update.d.ts +19 -0
- package/esm/funcs/organizations-update.d.ts.map +1 -0
- package/esm/funcs/organizations-update.js +90 -0
- package/esm/funcs/organizations-update.js.map +1 -0
- package/esm/funcs/permissions-get.d.ts +19 -0
- package/esm/funcs/permissions-get.d.ts.map +1 -0
- package/esm/funcs/permissions-get.js +89 -0
- package/esm/funcs/permissions-get.js.map +1 -0
- package/esm/funcs/permissions-list.d.ts +17 -0
- package/esm/funcs/permissions-list.d.ts.map +1 -0
- package/esm/funcs/permissions-list.js +68 -0
- package/esm/funcs/permissions-list.js.map +1 -0
- package/esm/funcs/place-archive.d.ts +15 -0
- package/esm/funcs/place-archive.d.ts.map +1 -0
- package/esm/funcs/place-archive.js +85 -0
- package/esm/funcs/place-archive.js.map +1 -0
- package/esm/funcs/place-publish.d.ts +15 -0
- package/esm/funcs/place-publish.d.ts.map +1 -0
- package/esm/funcs/place-publish.js +85 -0
- package/esm/funcs/place-publish.js.map +1 -0
- package/esm/funcs/places-create.d.ts +16 -0
- package/esm/funcs/places-create.d.ts.map +1 -0
- package/esm/funcs/places-create.js +80 -0
- package/esm/funcs/places-create.js.map +1 -0
- package/esm/funcs/places-delete.d.ts +15 -0
- package/esm/funcs/places-delete.d.ts.map +1 -0
- package/esm/funcs/places-delete.js +84 -0
- package/esm/funcs/places-delete.js.map +1 -0
- package/esm/funcs/places-get.d.ts +16 -0
- package/esm/funcs/places-get.d.ts.map +1 -0
- package/esm/funcs/places-get.js +85 -0
- package/esm/funcs/places-get.js.map +1 -0
- package/esm/funcs/places-list.d.ts +16 -0
- package/esm/funcs/places-list.d.ts.map +1 -0
- package/esm/funcs/places-list.js +84 -0
- package/esm/funcs/places-list.js.map +1 -0
- package/esm/funcs/places-update.d.ts +16 -0
- package/esm/funcs/places-update.d.ts.map +1 -0
- package/esm/funcs/places-update.js +86 -0
- package/esm/funcs/places-update.js.map +1 -0
- package/esm/funcs/public-events-get-latest-version.d.ts +19 -0
- package/esm/funcs/public-events-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/public-events-get-latest-version.js +88 -0
- package/esm/funcs/public-events-get-latest-version.js.map +1 -0
- package/esm/funcs/public-spaces-get-latest-version.d.ts +20 -0
- package/esm/funcs/public-spaces-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/public-spaces-get-latest-version.js +89 -0
- package/esm/funcs/public-spaces-get-latest-version.js.map +1 -0
- package/esm/funcs/realtime-connect.d.ts +18 -0
- package/esm/funcs/realtime-connect.d.ts.map +1 -0
- package/esm/funcs/realtime-connect.js +69 -0
- package/esm/funcs/realtime-connect.js.map +1 -0
- package/esm/funcs/realtime-get-info.d.ts +25 -0
- package/esm/funcs/realtime-get-info.d.ts.map +1 -0
- package/esm/funcs/realtime-get-info.js +76 -0
- package/esm/funcs/realtime-get-info.js.map +1 -0
- package/esm/funcs/roles-delete.d.ts +18 -0
- package/esm/funcs/roles-delete.d.ts.map +1 -0
- package/esm/funcs/roles-delete.js +88 -0
- package/esm/funcs/roles-delete.js.map +1 -0
- package/esm/funcs/sentry-trigger-error.d.ts +17 -0
- package/esm/funcs/sentry-trigger-error.d.ts.map +1 -0
- package/esm/funcs/sentry-trigger-error.js +68 -0
- package/esm/funcs/sentry-trigger-error.js.map +1 -0
- package/esm/funcs/space-archive.d.ts +15 -0
- package/esm/funcs/space-archive.d.ts.map +1 -0
- package/esm/funcs/space-archive.js +85 -0
- package/esm/funcs/space-archive.js.map +1 -0
- package/esm/funcs/space-assign-user-to-role.d.ts +20 -0
- package/esm/funcs/space-assign-user-to-role.d.ts.map +1 -0
- package/esm/funcs/space-assign-user-to-role.js +98 -0
- package/esm/funcs/space-assign-user-to-role.js.map +1 -0
- package/esm/funcs/space-bulk-update-parent.d.ts +18 -0
- package/esm/funcs/space-bulk-update-parent.d.ts.map +1 -0
- package/esm/funcs/space-bulk-update-parent.js +82 -0
- package/esm/funcs/space-bulk-update-parent.js.map +1 -0
- package/esm/funcs/space-contacts-add-bulk.d.ts +29 -0
- package/esm/funcs/space-contacts-add-bulk.d.ts.map +1 -0
- package/esm/funcs/space-contacts-add-bulk.js +100 -0
- package/esm/funcs/space-contacts-add-bulk.js.map +1 -0
- package/esm/funcs/space-contacts-add.d.ts +29 -0
- package/esm/funcs/space-contacts-add.d.ts.map +1 -0
- package/esm/funcs/space-contacts-add.js +100 -0
- package/esm/funcs/space-contacts-add.js.map +1 -0
- package/esm/funcs/space-contacts-bulk-delete.d.ts +30 -0
- package/esm/funcs/space-contacts-bulk-delete.d.ts.map +1 -0
- package/esm/funcs/space-contacts-bulk-delete.js +99 -0
- package/esm/funcs/space-contacts-bulk-delete.js.map +1 -0
- package/esm/funcs/space-contacts-count.d.ts +29 -0
- package/esm/funcs/space-contacts-count.d.ts.map +1 -0
- package/esm/funcs/space-contacts-count.js +97 -0
- package/esm/funcs/space-contacts-count.js.map +1 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.d.ts +30 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.js +105 -0
- package/esm/funcs/space-contacts-get-contacts-by-space.js.map +1 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts +30 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.js +105 -0
- package/esm/funcs/space-contacts-get-spaces-by-contact.js.map +1 -0
- package/esm/funcs/space-contacts-get.d.ts +28 -0
- package/esm/funcs/space-contacts-get.d.ts.map +1 -0
- package/esm/funcs/space-contacts-get.js +95 -0
- package/esm/funcs/space-contacts-get.js.map +1 -0
- package/esm/funcs/space-contacts-remove.d.ts +29 -0
- package/esm/funcs/space-contacts-remove.d.ts.map +1 -0
- package/esm/funcs/space-contacts-remove.js +94 -0
- package/esm/funcs/space-contacts-remove.js.map +1 -0
- package/esm/funcs/space-documents-add.d.ts +18 -0
- package/esm/funcs/space-documents-add.d.ts.map +1 -0
- package/esm/funcs/space-documents-add.js +92 -0
- package/esm/funcs/space-documents-add.js.map +1 -0
- package/esm/funcs/space-documents-get.d.ts +18 -0
- package/esm/funcs/space-documents-get.d.ts.map +1 -0
- package/esm/funcs/space-documents-get.js +89 -0
- package/esm/funcs/space-documents-get.js.map +1 -0
- package/esm/funcs/space-documents-remove.d.ts +18 -0
- package/esm/funcs/space-documents-remove.d.ts.map +1 -0
- package/esm/funcs/space-documents-remove.js +92 -0
- package/esm/funcs/space-documents-remove.js.map +1 -0
- package/esm/funcs/space-events-add.d.ts +29 -0
- package/esm/funcs/space-events-add.d.ts.map +1 -0
- package/esm/funcs/space-events-add.js +100 -0
- package/esm/funcs/space-events-add.js.map +1 -0
- package/esm/funcs/space-events-bulk-add.d.ts +29 -0
- package/esm/funcs/space-events-bulk-add.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-add.js +100 -0
- package/esm/funcs/space-events-bulk-add.js.map +1 -0
- package/esm/funcs/space-events-bulk-remove.d.ts +30 -0
- package/esm/funcs/space-events-bulk-remove.d.ts.map +1 -0
- package/esm/funcs/space-events-bulk-remove.js +102 -0
- package/esm/funcs/space-events-bulk-remove.js.map +1 -0
- package/esm/funcs/space-events-count.d.ts +29 -0
- package/esm/funcs/space-events-count.d.ts.map +1 -0
- package/esm/funcs/space-events-count.js +97 -0
- package/esm/funcs/space-events-count.js.map +1 -0
- package/esm/funcs/space-events-get-by-id.d.ts +28 -0
- package/esm/funcs/space-events-get-by-id.d.ts.map +1 -0
- package/esm/funcs/space-events-get-by-id.js +98 -0
- package/esm/funcs/space-events-get-by-id.js.map +1 -0
- package/esm/funcs/space-events-get-event-spaces.d.ts +30 -0
- package/esm/funcs/space-events-get-event-spaces.d.ts.map +1 -0
- package/esm/funcs/space-events-get-event-spaces.js +105 -0
- package/esm/funcs/space-events-get-event-spaces.js.map +1 -0
- package/esm/funcs/space-events-get.d.ts +30 -0
- package/esm/funcs/space-events-get.d.ts.map +1 -0
- package/esm/funcs/space-events-get.js +105 -0
- package/esm/funcs/space-events-get.js.map +1 -0
- package/esm/funcs/space-events-remove-event.d.ts +29 -0
- package/esm/funcs/space-events-remove-event.d.ts.map +1 -0
- package/esm/funcs/space-events-remove-event.js +97 -0
- package/esm/funcs/space-events-remove-event.js.map +1 -0
- package/esm/funcs/space-get-latest-version.d.ts +19 -0
- package/esm/funcs/space-get-latest-version.d.ts.map +1 -0
- package/esm/funcs/space-get-latest-version.js +89 -0
- package/esm/funcs/space-get-latest-version.js.map +1 -0
- package/esm/funcs/space-get-user-roles.d.ts +22 -0
- package/esm/funcs/space-get-user-roles.d.ts.map +1 -0
- package/esm/funcs/space-get-user-roles.js +94 -0
- package/esm/funcs/space-get-user-roles.js.map +1 -0
- package/esm/funcs/space-publish.d.ts +15 -0
- package/esm/funcs/space-publish.d.ts.map +1 -0
- package/esm/funcs/space-publish.js +85 -0
- package/esm/funcs/space-publish.js.map +1 -0
- package/esm/funcs/space-roles-assign-permission.d.ts +20 -0
- package/esm/funcs/space-roles-assign-permission.d.ts.map +1 -0
- package/esm/funcs/space-roles-assign-permission.js +95 -0
- package/esm/funcs/space-roles-assign-permission.js.map +1 -0
- package/esm/funcs/space-roles-create.d.ts +21 -0
- package/esm/funcs/space-roles-create.d.ts.map +1 -0
- package/esm/funcs/space-roles-create.js +92 -0
- package/esm/funcs/space-roles-create.js.map +1 -0
- package/esm/funcs/space-roles-delete.d.ts +20 -0
- package/esm/funcs/space-roles-delete.d.ts.map +1 -0
- package/esm/funcs/space-roles-delete.js +94 -0
- package/esm/funcs/space-roles-delete.js.map +1 -0
- package/esm/funcs/space-roles-get.d.ts +21 -0
- package/esm/funcs/space-roles-get.d.ts.map +1 -0
- package/esm/funcs/space-roles-get.js +95 -0
- package/esm/funcs/space-roles-get.js.map +1 -0
- package/esm/funcs/space-roles-list-roles.d.ts +21 -0
- package/esm/funcs/space-roles-list-roles.d.ts.map +1 -0
- package/esm/funcs/space-roles-list-roles.js +91 -0
- package/esm/funcs/space-roles-list-roles.js.map +1 -0
- package/esm/funcs/space-roles-remove-permission.d.ts +20 -0
- package/esm/funcs/space-roles-remove-permission.d.ts.map +1 -0
- package/esm/funcs/space-roles-remove-permission.js +98 -0
- package/esm/funcs/space-roles-remove-permission.js.map +1 -0
- package/esm/funcs/space-roles-update-role.d.ts +21 -0
- package/esm/funcs/space-roles-update-role.d.ts.map +1 -0
- package/esm/funcs/space-roles-update-role.js +96 -0
- package/esm/funcs/space-roles-update-role.js.map +1 -0
- package/esm/funcs/space-test-auth.d.ts +16 -0
- package/esm/funcs/space-test-auth.d.ts.map +1 -0
- package/esm/funcs/space-test-auth.js +67 -0
- package/esm/funcs/space-test-auth.js.map +1 -0
- package/esm/funcs/space-transfer.d.ts +41 -0
- package/esm/funcs/space-transfer.d.ts.map +1 -0
- package/esm/funcs/space-transfer.js +112 -0
- package/esm/funcs/space-transfer.js.map +1 -0
- package/esm/funcs/space-update-member-role.d.ts +19 -0
- package/esm/funcs/space-update-member-role.d.ts.map +1 -0
- package/esm/funcs/space-update-member-role.js +94 -0
- package/esm/funcs/space-update-member-role.js.map +1 -0
- package/esm/funcs/space-update.d.ts +16 -0
- package/esm/funcs/space-update.d.ts.map +1 -0
- package/esm/funcs/space-update.js +86 -0
- package/esm/funcs/space-update.js.map +1 -0
- package/esm/funcs/spaces-add-member.d.ts +19 -0
- package/esm/funcs/spaces-add-member.d.ts.map +1 -0
- package/esm/funcs/spaces-add-member.js +90 -0
- package/esm/funcs/spaces-add-member.js.map +1 -0
- package/esm/funcs/spaces-compare-versions.d.ts +19 -0
- package/esm/funcs/spaces-compare-versions.d.ts.map +1 -0
- package/esm/funcs/spaces-compare-versions.js +94 -0
- package/esm/funcs/spaces-compare-versions.js.map +1 -0
- package/esm/funcs/spaces-create-space.d.ts +15 -0
- package/esm/funcs/spaces-create-space.d.ts.map +1 -0
- package/esm/funcs/spaces-create-space.js +79 -0
- package/esm/funcs/spaces-create-space.js.map +1 -0
- package/esm/funcs/spaces-create-with-parent.d.ts +18 -0
- package/esm/funcs/spaces-create-with-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-create-with-parent.js +82 -0
- package/esm/funcs/spaces-create-with-parent.js.map +1 -0
- package/esm/funcs/spaces-delete-by-id.d.ts +15 -0
- package/esm/funcs/spaces-delete-by-id.d.ts.map +1 -0
- package/esm/funcs/spaces-delete-by-id.js +84 -0
- package/esm/funcs/spaces-delete-by-id.js.map +1 -0
- package/esm/funcs/spaces-detach-parent.d.ts +19 -0
- package/esm/funcs/spaces-detach-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-detach-parent.js +89 -0
- package/esm/funcs/spaces-detach-parent.js.map +1 -0
- package/esm/funcs/spaces-get-by-id.d.ts +16 -0
- package/esm/funcs/spaces-get-by-id.d.ts.map +1 -0
- package/esm/funcs/spaces-get-by-id.js +85 -0
- package/esm/funcs/spaces-get-by-id.js.map +1 -0
- package/esm/funcs/spaces-get-hierarchy.d.ts +19 -0
- package/esm/funcs/spaces-get-hierarchy.d.ts.map +1 -0
- package/esm/funcs/spaces-get-hierarchy.js +89 -0
- package/esm/funcs/spaces-get-hierarchy.js.map +1 -0
- package/esm/funcs/spaces-get-joinable-by-user.d.ts +38 -0
- package/esm/funcs/spaces-get-joinable-by-user.d.ts.map +1 -0
- package/esm/funcs/spaces-get-joinable-by-user.js +115 -0
- package/esm/funcs/spaces-get-joinable-by-user.js.map +1 -0
- package/esm/funcs/spaces-get-members.d.ts +19 -0
- package/esm/funcs/spaces-get-members.d.ts.map +1 -0
- package/esm/funcs/spaces-get-members.js +89 -0
- package/esm/funcs/spaces-get-members.js.map +1 -0
- package/esm/funcs/spaces-get-parent.d.ts +19 -0
- package/esm/funcs/spaces-get-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-get-parent.js +89 -0
- package/esm/funcs/spaces-get-parent.js.map +1 -0
- package/esm/funcs/spaces-get-version.d.ts +19 -0
- package/esm/funcs/spaces-get-version.d.ts.map +1 -0
- package/esm/funcs/spaces-get-version.js +93 -0
- package/esm/funcs/spaces-get-version.js.map +1 -0
- package/esm/funcs/spaces-join.d.ts +37 -0
- package/esm/funcs/spaces-join.d.ts.map +1 -0
- package/esm/funcs/spaces-join.js +106 -0
- package/esm/funcs/spaces-join.js.map +1 -0
- package/esm/funcs/spaces-list-children.d.ts +19 -0
- package/esm/funcs/spaces-list-children.d.ts.map +1 -0
- package/esm/funcs/spaces-list-children.js +89 -0
- package/esm/funcs/spaces-list-children.js.map +1 -0
- package/esm/funcs/spaces-list-versions.d.ts +19 -0
- package/esm/funcs/spaces-list-versions.d.ts.map +1 -0
- package/esm/funcs/spaces-list-versions.js +89 -0
- package/esm/funcs/spaces-list-versions.js.map +1 -0
- package/esm/funcs/spaces-list.d.ts +16 -0
- package/esm/funcs/spaces-list.d.ts.map +1 -0
- package/esm/funcs/spaces-list.js +86 -0
- package/esm/funcs/spaces-list.js.map +1 -0
- package/esm/funcs/spaces-publish-version.d.ts +19 -0
- package/esm/funcs/spaces-publish-version.d.ts.map +1 -0
- package/esm/funcs/spaces-publish-version.js +89 -0
- package/esm/funcs/spaces-publish-version.js.map +1 -0
- package/esm/funcs/spaces-remove-member.d.ts +18 -0
- package/esm/funcs/spaces-remove-member.d.ts.map +1 -0
- package/esm/funcs/spaces-remove-member.js +92 -0
- package/esm/funcs/spaces-remove-member.js.map +1 -0
- package/esm/funcs/spaces-remove-user-from-role.d.ts +20 -0
- package/esm/funcs/spaces-remove-user-from-role.d.ts.map +1 -0
- package/esm/funcs/spaces-remove-user-from-role.js +98 -0
- package/esm/funcs/spaces-remove-user-from-role.js.map +1 -0
- package/esm/funcs/spaces-rollback.d.ts +19 -0
- package/esm/funcs/spaces-rollback.d.ts.map +1 -0
- package/esm/funcs/spaces-rollback.js +90 -0
- package/esm/funcs/spaces-rollback.js.map +1 -0
- package/esm/funcs/spaces-unpublish.d.ts +18 -0
- package/esm/funcs/spaces-unpublish.d.ts.map +1 -0
- package/esm/funcs/spaces-unpublish.js +88 -0
- package/esm/funcs/spaces-unpublish.js.map +1 -0
- package/esm/funcs/spaces-update-parent.d.ts +19 -0
- package/esm/funcs/spaces-update-parent.d.ts.map +1 -0
- package/esm/funcs/spaces-update-parent.js +90 -0
- package/esm/funcs/spaces-update-parent.js.map +1 -0
- package/esm/funcs/user-create-assistant.d.ts +17 -0
- package/esm/funcs/user-create-assistant.d.ts.map +1 -0
- package/esm/funcs/user-create-assistant.js +67 -0
- package/esm/funcs/user-create-assistant.js.map +1 -0
- package/esm/funcs/user-get-assistant.d.ts +17 -0
- package/esm/funcs/user-get-assistant.d.ts.map +1 -0
- package/esm/funcs/user-get-assistant.js +67 -0
- package/esm/funcs/user-get-assistant.js.map +1 -0
- package/esm/funcs/user-get-profile.d.ts +31 -0
- package/esm/funcs/user-get-profile.d.ts.map +1 -0
- package/esm/funcs/user-get-profile.js +100 -0
- package/esm/funcs/user-get-profile.js.map +1 -0
- package/esm/funcs/user-list.d.ts +16 -0
- package/esm/funcs/user-list.d.ts.map +1 -0
- package/esm/funcs/user-list.js +80 -0
- package/esm/funcs/user-list.js.map +1 -0
- package/esm/funcs/user-update-profile.d.ts +18 -0
- package/esm/funcs/user-update-profile.d.ts.map +1 -0
- package/esm/funcs/user-update-profile.js +82 -0
- package/esm/funcs/user-update-profile.js.map +1 -0
- package/esm/funcs/user-upload-avatar.d.ts +18 -0
- package/esm/funcs/user-upload-avatar.d.ts.map +1 -0
- package/esm/funcs/user-upload-avatar.js +106 -0
- package/esm/funcs/user-upload-avatar.js.map +1 -0
- package/esm/funcs/users-delete-avatar.d.ts +17 -0
- package/esm/funcs/users-delete-avatar.d.ts.map +1 -0
- package/esm/funcs/users-delete-avatar.js +67 -0
- package/esm/funcs/users-delete-avatar.js.map +1 -0
- package/esm/funcs/users-get-avatar-by-id.d.ts +18 -0
- package/esm/funcs/users-get-avatar-by-id.d.ts.map +1 -0
- package/esm/funcs/users-get-avatar-by-id.js +87 -0
- package/esm/funcs/users-get-avatar-by-id.js.map +1 -0
- package/esm/funcs/users-get-avatar.d.ts +16 -0
- package/esm/funcs/users-get-avatar.d.ts.map +1 -0
- package/esm/funcs/users-get-avatar.js +67 -0
- package/esm/funcs/users-get-avatar.js.map +1 -0
- package/esm/funcs/users-get-current-profile.d.ts +17 -0
- package/esm/funcs/users-get-current-profile.d.ts.map +1 -0
- package/esm/funcs/users-get-current-profile.js +67 -0
- package/esm/funcs/users-get-current-profile.js.map +1 -0
- package/esm/funcs/users-search.d.ts +16 -0
- package/esm/funcs/users-search.d.ts.map +1 -0
- package/esm/funcs/users-search.js +86 -0
- package/esm/funcs/users-search.js.map +1 -0
- package/esm/lib/config.d.ts +13 -5
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +19 -6
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/matchers.d.ts +2 -2
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +3 -3
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.d.ts +1 -1
- package/esm/lib/sdks.d.ts.map +1 -1
- package/esm/lib/sdks.js +1 -1
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts +9 -0
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.d.ts.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-message-response.js.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts +7 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.d.ts.map +1 -1
- package/esm/models/app-chat-adapter-input-schemas-message-send-message-request.js.map +1 -1
- package/esm/models/errors/http-validation-error.d.ts +2 -2
- package/esm/models/errors/http-validation-error.d.ts.map +1 -1
- package/esm/models/errors/http-validation-error.js +2 -2
- package/esm/models/errors/http-validation-error.js.map +1 -1
- package/esm/models/errors/index.d.ts +2 -2
- package/esm/models/errors/index.d.ts.map +1 -1
- package/esm/models/errors/index.js +2 -2
- package/esm/models/errors/index.js.map +1 -1
- package/esm/models/errors/linebundle-default-error.d.ts +10 -0
- package/esm/models/errors/linebundle-default-error.d.ts.map +1 -0
- package/esm/models/errors/linebundle-default-error.js +30 -0
- package/esm/models/errors/linebundle-default-error.js.map +1 -0
- package/esm/models/errors/linebundle-error.d.ts +19 -0
- package/esm/models/errors/linebundle-error.d.ts.map +1 -0
- package/esm/models/errors/linebundle-error.js +26 -0
- package/esm/models/errors/linebundle-error.js.map +1 -0
- package/esm/models/errors/response-validation-error.d.ts +2 -2
- package/esm/models/errors/response-validation-error.d.ts.map +1 -1
- package/esm/models/errors/response-validation-error.js +2 -2
- package/esm/models/errors/response-validation-error.js.map +1 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts +15 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.d.ts.map +1 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js +20 -0
- package/esm/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.js.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts +14 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.d.ts.map +1 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js +20 -0
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.js.map +1 -0
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -10
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +1 -1
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -12
- package/esm/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +1 -1
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts +18 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.d.ts.map +1 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js +19 -0
- package/esm/models/operations/create-role-endpoint-api-v1-roles-post.js.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts +12 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js +17 -0
- package/esm/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/get-latest-public-event-version.d.ts +12 -0
- package/esm/models/operations/get-latest-public-event-version.d.ts.map +1 -0
- package/esm/models/operations/get-latest-public-event-version.js +17 -0
- package/esm/models/operations/get-latest-public-event-version.js.map +1 -0
- package/esm/models/operations/get-latest-public-space-version.d.ts +12 -0
- package/esm/models/operations/get-latest-public-space-version.d.ts.map +1 -0
- package/esm/models/operations/get-latest-public-space-version.js +17 -0
- package/esm/models/operations/get-latest-public-space-version.js.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts +12 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.d.ts.map +1 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js +18 -0
- package/esm/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.js.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts +12 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.d.ts.map +1 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js +17 -0
- package/esm/models/operations/get-role-endpoint-api-v1-roles-role-id-get.js.map +1 -0
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -10
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +1 -1
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js +0 -11
- package/esm/models/operations/get-timeline-api-v1-event-event-id-timeline-get.js.map +1 -1
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts +0 -10
- package/esm/models/operations/get-user-list-api-v1-user-get.d.ts.map +1 -1
- package/esm/models/operations/get-user-list-api-v1-user-get.js +0 -12
- package/esm/models/operations/get-user-list-api-v1-user-get.js.map +1 -1
- package/esm/models/operations/index.d.ts +13 -13
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +13 -13
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -10
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +1 -1
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -11
- package/esm/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.js.map +1 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts +20 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.d.ts.map +1 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js +18 -0
- package/esm/models/operations/list-roles-endpoint-api-v1-roles-get.js.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +14 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js +20 -0
- package/esm/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.js.map +1 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +14 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +1 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js +20 -0
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.js.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts +15 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.d.ts.map +1 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js +20 -0
- package/esm/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.js.map +1 -0
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -10
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +1 -1
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -12
- package/esm/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +1 -1
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts +15 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.d.ts.map +1 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js +19 -0
- package/esm/models/operations/update-role-endpoint-api-v1-roles-role-id-put.js.map +1 -0
- package/esm/models/room-response.d.ts +9 -0
- package/esm/models/room-response.d.ts.map +1 -1
- package/esm/models/room-response.js.map +1 -1
- package/esm/sdk/ai-agent.d.ts +19 -40
- package/esm/sdk/ai-agent.d.ts.map +1 -1
- package/esm/sdk/ai-agent.js +38 -68
- package/esm/sdk/ai-agent.js.map +1 -1
- package/esm/sdk/ai-agents.d.ts +13 -0
- package/esm/sdk/ai-agents.d.ts.map +1 -0
- package/esm/sdk/ai-agents.js +18 -0
- package/esm/sdk/ai-agents.js.map +1 -0
- package/esm/sdk/ai-workflows.d.ts +13 -0
- package/esm/sdk/ai-workflows.d.ts.map +1 -0
- package/esm/sdk/ai-workflows.js +18 -0
- package/esm/sdk/ai-workflows.js.map +1 -0
- package/esm/sdk/ai.d.ts +12 -0
- package/esm/sdk/ai.d.ts.map +1 -0
- package/esm/sdk/ai.js +18 -0
- package/esm/sdk/ai.js.map +1 -0
- package/esm/sdk/analytic.d.ts +2 -2
- package/esm/sdk/analytic.d.ts.map +1 -1
- package/esm/sdk/analytic.js +6 -6
- package/esm/sdk/analytic.js.map +1 -1
- package/esm/sdk/audit-logs.d.ts +2 -2
- package/esm/sdk/audit-logs.d.ts.map +1 -1
- package/esm/sdk/audit-logs.js +6 -6
- package/esm/sdk/audit-logs.js.map +1 -1
- package/esm/sdk/auth-contexts.d.ts +15 -0
- package/esm/sdk/auth-contexts.d.ts.map +1 -0
- package/esm/sdk/auth-contexts.js +21 -0
- package/esm/sdk/auth-contexts.js.map +1 -0
- package/esm/sdk/automation-cron.d.ts +2 -2
- package/esm/sdk/automation-cron.d.ts.map +1 -1
- package/esm/sdk/automation-cron.js +6 -6
- package/esm/sdk/automation-cron.js.map +1 -1
- package/esm/sdk/automation-metadata.d.ts +4 -18
- package/esm/sdk/automation-metadata.d.ts.map +1 -1
- package/esm/sdk/automation-metadata.js +12 -32
- package/esm/sdk/automation-metadata.js.map +1 -1
- package/esm/sdk/automation-rules.d.ts +10 -95
- package/esm/sdk/automation-rules.d.ts.map +1 -1
- package/esm/sdk/automation-rules.js +30 -136
- package/esm/sdk/automation-rules.js.map +1 -1
- package/esm/sdk/booking.d.ts +1 -44
- package/esm/sdk/booking.d.ts.map +1 -1
- package/esm/sdk/booking.js +3 -63
- package/esm/sdk/booking.js.map +1 -1
- package/esm/sdk/bookings.d.ts +48 -0
- package/esm/sdk/bookings.d.ts.map +1 -0
- package/esm/sdk/bookings.js +68 -0
- package/esm/sdk/bookings.js.map +1 -0
- package/esm/sdk/chat-messages.d.ts +6 -6
- package/esm/sdk/chat-messages.d.ts.map +1 -1
- package/esm/sdk/chat-messages.js +18 -18
- package/esm/sdk/chat-messages.js.map +1 -1
- package/esm/sdk/chat-rooms.d.ts +8 -8
- package/esm/sdk/chat-rooms.d.ts.map +1 -1
- package/esm/sdk/chat-rooms.js +24 -24
- package/esm/sdk/chat-rooms.js.map +1 -1
- package/esm/sdk/contacts.d.ts +7 -7
- package/esm/sdk/contacts.d.ts.map +1 -1
- package/esm/sdk/contacts.js +21 -21
- package/esm/sdk/contacts.js.map +1 -1
- package/esm/sdk/custom-roles.d.ts +24 -31
- package/esm/sdk/custom-roles.d.ts.map +1 -1
- package/esm/sdk/custom-roles.js +45 -55
- package/esm/sdk/custom-roles.js.map +1 -1
- package/esm/sdk/event-attendees.d.ts +8 -8
- package/esm/sdk/event-attendees.d.ts.map +1 -1
- package/esm/sdk/event-attendees.js +24 -24
- package/esm/sdk/event-attendees.js.map +1 -1
- package/esm/sdk/event-documents.d.ts +3 -3
- package/esm/sdk/event-documents.d.ts.map +1 -1
- package/esm/sdk/event-documents.js +9 -9
- package/esm/sdk/event-documents.js.map +1 -1
- package/esm/sdk/event-location.d.ts +2 -2
- package/esm/sdk/event-location.d.ts.map +1 -1
- package/esm/sdk/event-location.js +6 -6
- package/esm/sdk/event-location.js.map +1 -1
- package/esm/sdk/event-timeline.d.ts +5 -5
- package/esm/sdk/event-timeline.d.ts.map +1 -1
- package/esm/sdk/event-timeline.js +15 -15
- package/esm/sdk/event-timeline.js.map +1 -1
- package/esm/sdk/event-timezones.d.ts +23 -0
- package/esm/sdk/event-timezones.d.ts.map +1 -0
- package/esm/sdk/event-timezones.js +27 -0
- package/esm/sdk/event-timezones.js.map +1 -0
- package/esm/sdk/event.d.ts +7 -189
- package/esm/sdk/event.d.ts.map +1 -1
- package/esm/sdk/event.js +21 -266
- package/esm/sdk/event.js.map +1 -1
- package/esm/sdk/events.d.ts +170 -0
- package/esm/sdk/events.d.ts.map +1 -0
- package/esm/sdk/events.js +234 -0
- package/esm/sdk/events.js.map +1 -0
- package/esm/sdk/features.d.ts +11 -0
- package/esm/sdk/features.d.ts.map +1 -0
- package/esm/sdk/features.js +18 -0
- package/esm/sdk/features.js.map +1 -0
- package/esm/sdk/health-notifications.d.ts +11 -0
- package/esm/sdk/health-notifications.d.ts.map +1 -0
- package/esm/sdk/health-notifications.js +18 -0
- package/esm/sdk/health-notifications.js.map +1 -0
- package/esm/sdk/health.d.ts +14 -1
- package/esm/sdk/health.d.ts.map +1 -1
- package/esm/sdk/health.js +18 -3
- package/esm/sdk/health.js.map +1 -1
- package/esm/sdk/integration-user.d.ts +12 -0
- package/esm/sdk/integration-user.d.ts.map +1 -0
- package/esm/sdk/integration-user.js +19 -0
- package/esm/sdk/integration-user.js.map +1 -0
- package/esm/sdk/integration.d.ts +12 -0
- package/esm/sdk/integration.d.ts.map +1 -0
- package/esm/sdk/integration.js +19 -0
- package/esm/sdk/integration.js.map +1 -0
- package/esm/sdk/integrations.d.ts +12 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +19 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/metrics.d.ts +11 -0
- package/esm/sdk/metrics.d.ts.map +1 -0
- package/esm/sdk/metrics.js +18 -0
- package/esm/sdk/metrics.js.map +1 -0
- package/esm/sdk/organizations.d.ts +9 -9
- package/esm/sdk/organizations.d.ts.map +1 -1
- package/esm/sdk/organizations.js +27 -27
- package/esm/sdk/organizations.js.map +1 -1
- package/esm/sdk/permissions.d.ts +2 -2
- package/esm/sdk/permissions.d.ts.map +1 -1
- package/esm/sdk/permissions.js +6 -6
- package/esm/sdk/permissions.js.map +1 -1
- package/esm/sdk/place.d.ts +2 -23
- package/esm/sdk/place.d.ts.map +1 -1
- package/esm/sdk/place.js +6 -41
- package/esm/sdk/place.js.map +1 -1
- package/esm/sdk/places.d.ts +26 -0
- package/esm/sdk/places.d.ts.map +1 -0
- package/esm/sdk/places.js +43 -0
- package/esm/sdk/places.js.map +1 -0
- package/esm/sdk/public-events.d.ts +1 -1
- package/esm/sdk/public-events.d.ts.map +1 -1
- package/esm/sdk/public-events.js +3 -3
- package/esm/sdk/public-events.js.map +1 -1
- package/esm/sdk/public-spaces.d.ts +14 -0
- package/esm/sdk/public-spaces.d.ts.map +1 -0
- package/esm/sdk/public-spaces.js +19 -0
- package/esm/sdk/public-spaces.js.map +1 -0
- package/esm/sdk/realtime.d.ts +2 -2
- package/esm/sdk/realtime.d.ts.map +1 -1
- package/esm/sdk/realtime.js +6 -6
- package/esm/sdk/realtime.js.map +1 -1
- package/esm/sdk/roles.d.ts +12 -0
- package/esm/sdk/roles.d.ts.map +1 -0
- package/esm/sdk/roles.js +18 -0
- package/esm/sdk/roles.js.map +1 -0
- package/esm/sdk/sdk.d.ts +59 -83
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +94 -110
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sentry.d.ts +12 -0
- package/esm/sdk/sentry.d.ts.map +1 -0
- package/esm/sdk/sentry.js +19 -0
- package/esm/sdk/sentry.js.map +1 -0
- package/esm/sdk/space-contacts.d.ts +8 -8
- package/esm/sdk/space-contacts.d.ts.map +1 -1
- package/esm/sdk/space-contacts.js +24 -24
- package/esm/sdk/space-contacts.js.map +1 -1
- package/esm/sdk/space-documents.d.ts +3 -3
- package/esm/sdk/space-documents.d.ts.map +1 -1
- package/esm/sdk/space-documents.js +9 -9
- package/esm/sdk/space-documents.js.map +1 -1
- package/esm/sdk/space-events.d.ts +8 -8
- package/esm/sdk/space-events.d.ts.map +1 -1
- package/esm/sdk/space-events.js +24 -24
- package/esm/sdk/space-events.js.map +1 -1
- package/esm/sdk/space-member-roles.d.ts +2 -11
- package/esm/sdk/space-member-roles.d.ts.map +1 -1
- package/esm/sdk/space-member-roles.js +6 -18
- package/esm/sdk/space-member-roles.js.map +1 -1
- package/esm/sdk/space-roles.d.ts +11 -11
- package/esm/sdk/space-roles.d.ts.map +1 -1
- package/esm/sdk/space-roles.js +25 -25
- package/esm/sdk/space-roles.js.map +1 -1
- package/esm/sdk/space.d.ts +10 -254
- package/esm/sdk/space.d.ts.map +1 -1
- package/esm/sdk/space.js +30 -361
- package/esm/sdk/space.js.map +1 -1
- package/esm/sdk/spaces.d.ts +187 -0
- package/esm/sdk/spaces.d.ts.map +1 -0
- package/esm/sdk/spaces.js +255 -0
- package/esm/sdk/spaces.js.map +1 -0
- package/esm/sdk/user.d.ts +6 -38
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +18 -65
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/users.d.ts +38 -0
- package/esm/sdk/users.d.ts.map +1 -0
- package/esm/sdk/users.js +55 -0
- package/esm/sdk/users.js.map +1 -0
- package/examples/userGetAssistant.example.ts +28 -0
- package/jsr.json +2 -2
- package/package.json +2 -2
- package/src/core.ts +1 -1
- package/src/funcs/ai-agent-cancel-workflow.ts +186 -0
- package/src/funcs/ai-agent-create-session.ts +169 -0
- package/src/funcs/ai-agent-get-session-costs.ts +181 -0
- package/src/funcs/ai-agent-get-session.ts +180 -0
- package/src/funcs/ai-agent-list-sessions.ts +183 -0
- package/src/funcs/ai-agent-list-workflows.ts +188 -0
- package/src/funcs/ai-agent-send-message.ts +184 -0
- package/src/funcs/ai-agent-start-workflow-async.ts +169 -0
- package/src/funcs/ai-agent-start-workflow.ts +169 -0
- package/src/funcs/ai-agents-get-org-costs.ts +179 -0
- package/src/funcs/ai-delete-session.ts +180 -0
- package/src/funcs/ai-workflows-get-execution-details.ts +182 -0
- package/src/funcs/analytic-get-dashboard.ts +138 -0
- package/src/funcs/analytic-get-totals.ts +138 -0
- package/src/funcs/audit-logs-get-permission-stats.ts +201 -0
- package/src/funcs/audit-logs-list-permissions.ts +206 -0
- package/src/funcs/auth-contexts-get.ts +144 -0
- package/src/funcs/automation-cron-health-check.ts +146 -0
- package/src/funcs/automation-cron-trigger-scheduled.ts +209 -0
- package/src/funcs/automation-metadata-get-actions.ts +142 -0
- package/src/funcs/automation-metadata-get-task.ts +186 -0
- package/src/funcs/automation-metadata-get-tasks.ts +187 -0
- package/src/funcs/automation-metadata-get-triggers.ts +142 -0
- package/src/funcs/automation-rules-create.ts +173 -0
- package/src/funcs/automation-rules-delete.ts +180 -0
- package/src/funcs/automation-rules-execute.ts +184 -0
- package/src/funcs/automation-rules-get-conditions.ts +142 -0
- package/src/funcs/automation-rules-get-executions.ts +193 -0
- package/src/funcs/automation-rules-get-metadata.ts +141 -0
- package/src/funcs/automation-rules-get.ts +180 -0
- package/src/funcs/automation-rules-list.ts +186 -0
- package/src/funcs/automation-rules-patch.ts +182 -0
- package/src/funcs/automation-rules-update.ts +182 -0
- package/src/funcs/booking-create.ts +169 -0
- package/src/funcs/bookings-check-availability.ts +169 -0
- package/src/funcs/bookings-delete.ts +180 -0
- package/src/funcs/bookings-get-by-id.ts +180 -0
- package/src/funcs/bookings-get-place-schedule.ts +192 -0
- package/src/funcs/bookings-list.ts +183 -0
- package/src/funcs/bookings-update.ts +181 -0
- package/src/funcs/chat-messages-delete.ts +177 -0
- package/src/funcs/chat-messages-get-count.ts +177 -0
- package/src/funcs/chat-messages-get-unread-count.ts +177 -0
- package/src/funcs/chat-messages-list.ts +188 -0
- package/src/funcs/chat-messages-mark-read.ts +177 -0
- package/src/funcs/chat-messages-send.ts +181 -0
- package/src/funcs/chat-rooms-add-member.ts +179 -0
- package/src/funcs/chat-rooms-create-direct.ts +166 -0
- package/src/funcs/chat-rooms-create-group.ts +166 -0
- package/src/funcs/chat-rooms-get-by-id.ts +177 -0
- package/src/funcs/chat-rooms-list-members.ts +178 -0
- package/src/funcs/chat-rooms-list.ts +178 -0
- package/src/funcs/chat-rooms-remove-member.ts +186 -0
- package/src/funcs/chat-rooms-update.ts +178 -0
- package/src/funcs/contacts-create.ts +169 -0
- package/src/funcs/contacts-delete.ts +180 -0
- package/src/funcs/contacts-get.ts +180 -0
- package/src/funcs/contacts-list.ts +184 -0
- package/src/funcs/contacts-search.ts +180 -0
- package/src/funcs/contacts-toggle-favorite.ts +182 -0
- package/src/funcs/contacts-update.ts +181 -0
- package/src/funcs/custom-roles-add-permission.ts +184 -0
- package/src/funcs/custom-roles-assign-to-user.ts +188 -0
- package/src/funcs/custom-roles-create.ts +179 -0
- package/src/funcs/custom-roles-get-my-permissions.ts +145 -0
- package/src/funcs/custom-roles-get.ts +180 -0
- package/src/funcs/custom-roles-list.ts +181 -0
- package/src/funcs/custom-roles-remove-permission.ts +189 -0
- package/src/funcs/custom-roles-remove-user-role.ts +189 -0
- package/src/funcs/custom-roles-set-permissions.ts +184 -0
- package/src/funcs/custom-roles-update.ts +181 -0
- package/src/funcs/event-attendees-add-bulk.ts +194 -0
- package/src/funcs/event-attendees-add.ts +184 -0
- package/src/funcs/event-attendees-check-in.ts +190 -0
- package/src/funcs/event-attendees-get.ts +191 -0
- package/src/funcs/event-attendees-remove-bulk.ts +186 -0
- package/src/funcs/event-attendees-remove.ts +189 -0
- package/src/funcs/event-attendees-update-bulk-status.ts +191 -0
- package/src/funcs/event-attendees-update.ts +191 -0
- package/src/funcs/event-compare-versions.ts +191 -0
- package/src/funcs/event-documents-add-document.ts +189 -0
- package/src/funcs/event-documents-get-documents.ts +181 -0
- package/src/funcs/event-documents-remove.ts +189 -0
- package/src/funcs/event-get-latest-version.ts +186 -0
- package/src/funcs/event-get-section-settings.ts +183 -0
- package/src/funcs/event-get-version.ts +190 -0
- package/src/funcs/event-get.ts +177 -0
- package/src/funcs/event-location-get.ts +181 -0
- package/src/funcs/event-location-update.ts +182 -0
- package/src/funcs/event-timeline-create-milestone.ts +222 -0
- package/src/funcs/event-timeline-get-published.ts +186 -0
- package/src/funcs/event-timeline-get.ts +176 -0
- package/src/funcs/event-timeline-link-milestone.ts +181 -0
- package/src/funcs/event-timeline-unlink.ts +185 -0
- package/src/funcs/event-timezones-validate.ts +187 -0
- package/src/funcs/event-unpublish-version.ts +185 -0
- package/src/funcs/event-update.ts +178 -0
- package/src/funcs/events-archive.ts +177 -0
- package/src/funcs/events-create.ts +205 -0
- package/src/funcs/events-delete.ts +176 -0
- package/src/funcs/events-filter-advanced.ts +172 -0
- package/src/funcs/events-get-section-content.ts +183 -0
- package/src/funcs/events-get-section-identification.ts +183 -0
- package/src/funcs/events-get-settings.ts +181 -0
- package/src/funcs/events-get-social-feed.ts +186 -0
- package/src/funcs/events-get-timezones.ts +147 -0
- package/src/funcs/events-list-by-space.ts +189 -0
- package/src/funcs/events-list-calendar.ts +201 -0
- package/src/funcs/events-list-versions.ts +180 -0
- package/src/funcs/events-list.ts +204 -0
- package/src/funcs/events-patch-content.ts +182 -0
- package/src/funcs/events-patch-identification.ts +187 -0
- package/src/funcs/events-patch-settings.ts +182 -0
- package/src/funcs/events-publish-version.ts +185 -0
- package/src/funcs/events-publish-with-notifications.ts +183 -0
- package/src/funcs/events-publish.ts +177 -0
- package/src/funcs/events-rollback-version.ts +191 -0
- package/src/funcs/events-transfer.ts +192 -0
- package/src/funcs/events-update-cover.ts +216 -0
- package/src/funcs/features-get.ts +141 -0
- package/src/funcs/health-check-automation.ts +147 -0
- package/src/funcs/health-check.ts +183 -0
- package/src/funcs/health-notifications-check.ts +141 -0
- package/src/funcs/integration-handle-org-removed.ts +142 -0
- package/src/funcs/integration-user-handle-removed.ts +142 -0
- package/src/funcs/integrations-handle-org-created.ts +142 -0
- package/src/funcs/metrics-get.ts +141 -0
- package/src/funcs/organizations-archive.ts +183 -0
- package/src/funcs/organizations-create-invite.ts +185 -0
- package/src/funcs/organizations-create.ts +169 -0
- package/src/funcs/organizations-delete-invite.ts +189 -0
- package/src/funcs/organizations-get-by-id.ts +181 -0
- package/src/funcs/organizations-get-current.ts +143 -0
- package/src/funcs/organizations-get-invites.ts +184 -0
- package/src/funcs/organizations-list.ts +186 -0
- package/src/funcs/organizations-update.ts +185 -0
- package/src/funcs/permissions-get.ts +184 -0
- package/src/funcs/permissions-list.ts +142 -0
- package/src/funcs/place-archive.ts +177 -0
- package/src/funcs/place-publish.ts +177 -0
- package/src/funcs/places-create.ts +171 -0
- package/src/funcs/places-delete.ts +176 -0
- package/src/funcs/places-get.ts +177 -0
- package/src/funcs/places-list.ts +176 -0
- package/src/funcs/places-update.ts +178 -0
- package/src/funcs/public-events-get-latest-version.ts +182 -0
- package/src/funcs/public-spaces-get-latest-version.ts +183 -0
- package/src/funcs/realtime-connect.ts +144 -0
- package/src/funcs/realtime-get-info.ts +150 -0
- package/src/funcs/roles-delete.ts +180 -0
- package/src/funcs/sentry-trigger-error.ts +142 -0
- package/src/funcs/space-archive.ts +177 -0
- package/src/funcs/space-assign-user-to-role.ts +196 -0
- package/src/funcs/space-bulk-update-parent.ts +169 -0
- package/src/funcs/space-contacts-add-bulk.ts +197 -0
- package/src/funcs/space-contacts-add.ts +192 -0
- package/src/funcs/space-contacts-bulk-delete.ts +196 -0
- package/src/funcs/space-contacts-count.ts +194 -0
- package/src/funcs/space-contacts-get-contacts-by-space.ts +198 -0
- package/src/funcs/space-contacts-get-spaces-by-contact.ts +198 -0
- package/src/funcs/space-contacts-get.ts +194 -0
- package/src/funcs/space-contacts-remove.ts +195 -0
- package/src/funcs/space-documents-add.ts +189 -0
- package/src/funcs/space-documents-get.ts +181 -0
- package/src/funcs/space-documents-remove.ts +189 -0
- package/src/funcs/space-events-add.ts +192 -0
- package/src/funcs/space-events-bulk-add.ts +195 -0
- package/src/funcs/space-events-bulk-remove.ts +198 -0
- package/src/funcs/space-events-count.ts +189 -0
- package/src/funcs/space-events-get-by-id.ts +190 -0
- package/src/funcs/space-events-get-event-spaces.ts +198 -0
- package/src/funcs/space-events-get.ts +198 -0
- package/src/funcs/space-events-remove-event.ts +192 -0
- package/src/funcs/space-get-latest-version.ts +186 -0
- package/src/funcs/space-get-user-roles.ts +191 -0
- package/src/funcs/space-publish.ts +177 -0
- package/src/funcs/space-roles-assign-permission.ts +192 -0
- package/src/funcs/space-roles-create.ts +184 -0
- package/src/funcs/space-roles-delete.ts +191 -0
- package/src/funcs/space-roles-get.ts +190 -0
- package/src/funcs/space-roles-list-roles.ts +183 -0
- package/src/funcs/space-roles-remove-permission.ts +195 -0
- package/src/funcs/space-roles-update-role.ts +193 -0
- package/src/funcs/space-test-auth.ts +141 -0
- package/src/funcs/space-transfer.ts +204 -0
- package/src/funcs/space-update-member-role.ts +191 -0
- package/src/funcs/space-update.ts +178 -0
- package/src/funcs/spaces-add-member.ts +182 -0
- package/src/funcs/spaces-compare-versions.ts +192 -0
- package/src/funcs/spaces-create-space.ts +166 -0
- package/src/funcs/spaces-create-with-parent.ts +170 -0
- package/src/funcs/spaces-delete-by-id.ts +176 -0
- package/src/funcs/spaces-detach-parent.ts +182 -0
- package/src/funcs/spaces-get-by-id.ts +177 -0
- package/src/funcs/spaces-get-hierarchy.ts +181 -0
- package/src/funcs/spaces-get-joinable-by-user.ts +213 -0
- package/src/funcs/spaces-get-members.ts +181 -0
- package/src/funcs/spaces-get-parent.ts +181 -0
- package/src/funcs/spaces-get-version.ts +190 -0
- package/src/funcs/spaces-join.ts +198 -0
- package/src/funcs/spaces-list-children.ts +181 -0
- package/src/funcs/spaces-list-versions.ts +181 -0
- package/src/funcs/spaces-list.ts +178 -0
- package/src/funcs/spaces-publish-version.ts +181 -0
- package/src/funcs/spaces-remove-member.ts +189 -0
- package/src/funcs/spaces-remove-user-from-role.ts +195 -0
- package/src/funcs/spaces-rollback.ts +182 -0
- package/src/funcs/spaces-unpublish.ts +180 -0
- package/src/funcs/spaces-update-parent.ts +182 -0
- package/src/funcs/user-create-assistant.ts +141 -0
- package/src/funcs/user-get-assistant.ts +141 -0
- package/src/funcs/user-get-profile.ts +192 -0
- package/src/funcs/user-list.ts +171 -0
- package/src/funcs/user-update-profile.ts +169 -0
- package/src/funcs/user-upload-avatar.ts +208 -0
- package/src/funcs/users-delete-avatar.ts +144 -0
- package/src/funcs/users-get-avatar-by-id.ts +179 -0
- package/src/funcs/users-get-avatar.ts +141 -0
- package/src/funcs/users-get-current-profile.ts +141 -0
- package/src/funcs/users-search.ts +180 -0
- package/src/lib/config.ts +28 -10
- package/src/lib/matchers.ts +5 -5
- package/src/lib/sdks.ts +1 -1
- package/src/models/app-chat-adapter-input-schemas-message-message-response.ts +9 -0
- package/src/models/app-chat-adapter-input-schemas-message-send-message-request.ts +7 -1
- package/src/models/errors/http-validation-error.ts +2 -2
- package/src/models/errors/index.ts +2 -2
- package/src/models/errors/linebundle-default-error.ts +40 -0
- package/src/models/errors/linebundle-error.ts +35 -0
- package/src/models/errors/response-validation-error.ts +2 -2
- package/src/models/operations/add-permission-endpoint-api-v1-roles-role-id-permissions-post.ts +46 -0
- package/src/models/operations/assign-role-to-user-endpoint-api-v1-roles-users-user-id-roles-post.ts +46 -0
- package/src/models/operations/create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -36
- package/src/models/operations/create-role-endpoint-api-v1-roles-post.ts +49 -0
- package/src/models/operations/delete-role-endpoint-api-v1-roles-role-id-delete.ts +42 -0
- package/src/models/operations/get-latest-public-event-version.ts +40 -0
- package/src/models/operations/get-latest-public-space-version.ts +40 -0
- package/src/models/operations/get-permission-endpoint-api-v1-permissions-permission-code-get.ts +42 -0
- package/src/models/operations/get-role-endpoint-api-v1-roles-role-id-get.ts +42 -0
- package/src/models/operations/get-timeline-api-v1-event-event-id-timeline-get.ts +0 -36
- package/src/models/operations/get-user-list-api-v1-user-get.ts +0 -35
- package/src/models/operations/index.ts +13 -13
- package/src/models/operations/link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -36
- package/src/models/operations/list-roles-endpoint-api-v1-roles-get.ts +50 -0
- package/src/models/operations/remove-permission-endpoint-api-v1-roles-role-id-permissions-permission-code-delete.ts +49 -0
- package/src/models/operations/remove-role-from-user-endpoint-api-v1-roles-users-user-id-roles-role-id-delete.ts +49 -0
- package/src/models/operations/set-permissions-endpoint-api-v1-roles-role-id-permissions-put.ts +46 -0
- package/src/models/operations/unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -39
- package/src/models/operations/update-role-endpoint-api-v1-roles-role-id-put.ts +46 -0
- package/src/models/room-response.ts +9 -0
- package/src/sdk/ai-agent.ts +57 -116
- package/src/sdk/ai-agents.ts +28 -0
- package/src/sdk/ai-workflows.ts +29 -0
- package/src/sdk/ai.ts +27 -0
- package/src/sdk/analytic.ts +6 -6
- package/src/sdk/audit-logs.ts +14 -18
- package/src/sdk/auth-contexts.ts +28 -0
- package/src/sdk/automation-cron.ts +13 -19
- package/src/sdk/automation-metadata.ts +26 -68
- package/src/sdk/automation-rules.ts +45 -227
- package/src/sdk/booking.ts +3 -117
- package/src/sdk/bookings.ts +119 -0
- package/src/sdk/chat-messages.ts +26 -30
- package/src/sdk/chat-rooms.ts +28 -30
- package/src/sdk/contacts.ts +25 -27
- package/src/sdk/custom-roles.ts +81 -113
- package/src/sdk/event-attendees.ts +56 -74
- package/src/sdk/event-documents.ts +21 -27
- package/src/sdk/event-location.ts +14 -18
- package/src/sdk/event-timeline.ts +31 -49
- package/src/sdk/event-timezones.ts +36 -0
- package/src/sdk/event.ts +29 -484
- package/src/sdk/events.ts +418 -0
- package/src/sdk/features.ts +24 -0
- package/src/sdk/health-notifications.ts +24 -0
- package/src/sdk/health.ts +30 -8
- package/src/sdk/integration-user.ts +25 -0
- package/src/sdk/integration.ts +25 -0
- package/src/sdk/integrations.ts +25 -0
- package/src/sdk/metrics.ts +24 -0
- package/src/sdk/organizations.ts +62 -80
- package/src/sdk/permissions.ts +14 -18
- package/src/sdk/place.ts +6 -82
- package/src/sdk/places.ts +85 -0
- package/src/sdk/public-events.ts +8 -11
- package/src/sdk/public-spaces.ts +29 -0
- package/src/sdk/realtime.ts +6 -6
- package/src/sdk/roles.ts +27 -0
- package/src/sdk/sdk.ts +103 -163
- package/src/sdk/sentry.ts +25 -0
- package/src/sdk/space-contacts.ts +56 -72
- package/src/sdk/space-documents.ts +21 -27
- package/src/sdk/space-events.ts +40 -48
- package/src/sdk/space-member-roles.ts +14 -43
- package/src/sdk/space-roles.ts +45 -57
- package/src/sdk/space.ts +38 -644
- package/src/sdk/spaces.ts +439 -0
- package/src/sdk/user.ts +18 -101
- package/src/sdk/users.ts +91 -0
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts +0 -19
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js +0 -89
- package/esm/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.js.map +0 -1
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts +0 -18
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js +0 -82
- package/esm/funcs/ai-agent-create-session-api-v1-ai-sessions-post.js.map +0 -1
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts +0 -18
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.d.ts.map +0 -1
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js +0 -88
- package/esm/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.js.map +0 -1
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js +0 -87
- package/esm/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js +0 -88
- package/esm/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js +0 -89
- package/esm/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.js.map +0 -1
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts +0 -19
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js +0 -89
- package/esm/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.js.map +0 -1
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts +0 -19
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js +0 -89
- package/esm/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.js.map +0 -1
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts +0 -19
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.d.ts.map +0 -1
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js +0 -90
- package/esm/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.js.map +0 -1
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts +0 -19
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js +0 -90
- package/esm/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.js.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts +0 -18
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js +0 -82
- package/esm/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.js.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts +0 -18
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.d.ts.map +0 -1
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js +0 -82
- package/esm/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.js.map +0 -1
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts +0 -14
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.d.ts.map +0 -1
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js +0 -64
- package/esm/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.js.map +0 -1
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts +0 -14
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.d.ts.map +0 -1
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js +0 -64
- package/esm/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.js.map +0 -1
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts +0 -32
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.d.ts.map +0 -1
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js +0 -102
- package/esm/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.js.map +0 -1
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts +0 -35
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.d.ts.map +0 -1
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js +0 -108
- package/esm/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.js.map +0 -1
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts +0 -20
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.d.ts.map +0 -1
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js +0 -70
- package/esm/funcs/auth-context-get-auth-context-api-v1-auth-context-get.js.map +0 -1
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts +0 -22
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js +0 -73
- package/esm/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.js.map +0 -1
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts +0 -22
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js +0 -86
- package/esm/funcs/automation-rules-create-rule-api-v1-automation-rules-post.js.map +0 -1
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts +0 -20
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js +0 -71
- package/esm/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.js.map +0 -1
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts +0 -18
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.d.ts.map +0 -1
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js +0 -88
- package/esm/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.js.map +0 -1
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts +0 -19
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js +0 -90
- package/esm/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.js.map +0 -1
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js +0 -68
- package/esm/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js +0 -67
- package/esm/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js +0 -89
- package/esm/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js +0 -68
- package/esm/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js +0 -88
- package/esm/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts +0 -21
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js +0 -95
- package/esm/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts +0 -19
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js +0 -89
- package/esm/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.js.map +0 -1
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts +0 -17
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js +0 -68
- package/esm/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.js.map +0 -1
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts +0 -23
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.d.ts.map +0 -1
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js +0 -92
- package/esm/funcs/automation-rules-list-rules-api-v1-automation-rules-get.js.map +0 -1
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts +0 -19
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.d.ts.map +0 -1
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js +0 -90
- package/esm/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.js.map +0 -1
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts +0 -44
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.d.ts.map +0 -1
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js +0 -109
- package/esm/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.js.map +0 -1
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts +0 -19
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.d.ts.map +0 -1
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js +0 -90
- package/esm/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.js.map +0 -1
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts +0 -18
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.d.ts.map +0 -1
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js +0 -82
- package/esm/funcs/booking-check-availability-api-v1-booking-check-availability-post.js.map +0 -1
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts +0 -18
- package/esm/funcs/booking-create-booking-api-v1-booking-post.d.ts.map +0 -1
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js +0 -82
- package/esm/funcs/booking-create-booking-api-v1-booking-post.js.map +0 -1
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts +0 -18
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.d.ts.map +0 -1
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js +0 -88
- package/esm/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.js.map +0 -1
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts +0 -19
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js +0 -88
- package/esm/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.js.map +0 -1
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts +0 -19
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js +0 -91
- package/esm/funcs/booking-get-bookings-api-v1-booking-get.js.map +0 -1
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts +0 -19
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.d.ts.map +0 -1
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js +0 -94
- package/esm/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.js.map +0 -1
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts +0 -19
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.d.ts.map +0 -1
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js +0 -89
- package/esm/funcs/booking-update-booking-api-v1-booking-booking-id-put.js.map +0 -1
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts +0 -15
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.d.ts.map +0 -1
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js +0 -85
- package/esm/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.js.map +0 -1
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts +0 -17
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js +0 -85
- package/esm/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.js.map +0 -1
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts +0 -17
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js +0 -85
- package/esm/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.js.map +0 -1
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts +0 -16
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.d.ts.map +0 -1
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js +0 -90
- package/esm/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.js.map +0 -1
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts +0 -15
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.d.ts.map +0 -1
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js +0 -85
- package/esm/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.js.map +0 -1
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts +0 -16
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.d.ts.map +0 -1
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js +0 -86
- package/esm/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.js.map +0 -1
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts +0 -16
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js +0 -87
- package/esm/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.js.map +0 -1
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts +0 -15
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js +0 -79
- package/esm/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.js.map +0 -1
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts +0 -15
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js +0 -79
- package/esm/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.js.map +0 -1
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js +0 -85
- package/esm/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.js.map +0 -1
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js +0 -86
- package/esm/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.js.map +0 -1
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts +0 -16
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js +0 -84
- package/esm/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.js.map +0 -1
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts +0 -15
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js +0 -89
- package/esm/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.js.map +0 -1
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts +0 -16
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.d.ts.map +0 -1
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js +0 -86
- package/esm/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.js.map +0 -1
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts +0 -18
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.d.ts.map +0 -1
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js +0 -82
- package/esm/funcs/contacts-create-contact-api-v1-contacts-post.js.map +0 -1
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts +0 -18
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.d.ts.map +0 -1
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js +0 -88
- package/esm/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.js.map +0 -1
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts +0 -19
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.d.ts.map +0 -1
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js +0 -88
- package/esm/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.js.map +0 -1
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts +0 -19
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.d.ts.map +0 -1
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js +0 -90
- package/esm/funcs/contacts-list-contacts-api-v1-contacts-get.js.map +0 -1
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts +0 -19
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.d.ts.map +0 -1
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js +0 -88
- package/esm/funcs/contacts-search-contacts-api-v1-contacts-search-get.js.map +0 -1
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts +0 -19
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.d.ts.map +0 -1
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js +0 -90
- package/esm/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.js.map +0 -1
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts +0 -19
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.d.ts.map +0 -1
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js +0 -89
- package/esm/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.js.map +0 -1
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -18
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -89
- package/esm/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -18
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -92
- package/esm/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -19
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js +0 -87
- package/esm/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -88
- package/esm/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts +0 -20
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js +0 -71
- package/esm/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.js.map +0 -1
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -19
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -89
- package/esm/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -19
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -87
- package/esm/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -92
- package/esm/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -18
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -92
- package/esm/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -18
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -89
- package/esm/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -19
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -90
- package/esm/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts +0 -15
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js +0 -85
- package/esm/funcs/event-archive-event-api-v1-event-event-id-archive-patch.js.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts +0 -21
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js +0 -92
- package/esm/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.js.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts +0 -21
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js +0 -96
- package/esm/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.js.map +0 -1
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts +0 -19
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.d.ts.map +0 -1
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js +0 -93
- package/esm/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.js.map +0 -1
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts +0 -21
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.d.ts.map +0 -1
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js +0 -98
- package/esm/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.js.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts +0 -18
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js +0 -92
- package/esm/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.js.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts +0 -20
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js +0 -89
- package/esm/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.js.map +0 -1
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts +0 -20
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.d.ts.map +0 -1
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js +0 -93
- package/esm/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.js.map +0 -1
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts +0 -19
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.d.ts.map +0 -1
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js +0 -94
- package/esm/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.js.map +0 -1
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts +0 -18
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.d.ts.map +0 -1
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js +0 -93
- package/esm/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.js.map +0 -1
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts +0 -15
- package/esm/funcs/event-create-event-api-v1-event-post.d.ts.map +0 -1
- package/esm/funcs/event-create-event-api-v1-event-post.js +0 -106
- package/esm/funcs/event-create-event-api-v1-event-post.js.map +0 -1
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts +0 -15
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js +0 -84
- package/esm/funcs/event-delete-event-api-v1-event-event-id-delete.js.map +0 -1
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts +0 -18
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.d.ts.map +0 -1
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js +0 -92
- package/esm/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.js.map +0 -1
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts +0 -18
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.d.ts.map +0 -1
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js +0 -89
- package/esm/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.js.map +0 -1
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts +0 -18
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js +0 -92
- package/esm/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.js.map +0 -1
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts +0 -21
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.d.ts.map +0 -1
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js +0 -85
- package/esm/funcs/event-filter-events-advanced-api-v1-event-filter-post.js.map +0 -1
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts +0 -23
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.d.ts.map +0 -1
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js +0 -109
- package/esm/funcs/event-get-calendar-events-api-v1-event-calendar-get.js.map +0 -1
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts +0 -16
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js +0 -85
- package/esm/funcs/event-get-event-by-id-api-v1-event-event-id-get.js.map +0 -1
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts +0 -24
- package/esm/funcs/event-get-event-list-api-v1-event-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-list-api-v1-event-get.js +0 -112
- package/esm/funcs/event-get-event-list-api-v1-event-get.js.map +0 -1
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts +0 -19
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js +0 -89
- package/esm/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.js.map +0 -1
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts +0 -19
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js +0 -93
- package/esm/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.js.map +0 -1
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts +0 -16
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.d.ts.map +0 -1
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js +0 -96
- package/esm/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.js.map +0 -1
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js +0 -89
- package/esm/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts +0 -16
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js +0 -86
- package/esm/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.js.map +0 -1
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts +0 -16
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js +0 -86
- package/esm/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.js.map +0 -1
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts +0 -16
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.d.ts.map +0 -1
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js +0 -86
- package/esm/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.js.map +0 -1
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts +0 -23
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.d.ts.map +0 -1
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js +0 -92
- package/esm/funcs/event-get-social-feed-api-v1-event-social-feed-get.js.map +0 -1
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts +0 -24
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.d.ts.map +0 -1
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js +0 -73
- package/esm/funcs/event-get-timezone-info-api-v1-event-timezones-get.js.map +0 -1
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts +0 -18
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.d.ts.map +0 -1
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js +0 -88
- package/esm/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.js.map +0 -1
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts +0 -19
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.d.ts.map +0 -1
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js +0 -89
- package/esm/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.js.map +0 -1
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts +0 -19
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.d.ts.map +0 -1
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js +0 -90
- package/esm/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.js.map +0 -1
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js +0 -90
- package/esm/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.js.map +0 -1
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js +0 -90
- package/esm/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.js.map +0 -1
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts +0 -19
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.d.ts.map +0 -1
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js +0 -90
- package/esm/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.js.map +0 -1
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts +0 -15
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js +0 -85
- package/esm/funcs/event-publish-event-api-v1-event-event-id-publish-patch.js.map +0 -1
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts +0 -18
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js +0 -88
- package/esm/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.js.map +0 -1
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts +0 -15
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.d.ts.map +0 -1
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js +0 -86
- package/esm/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.js.map +0 -1
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts +0 -19
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.d.ts.map +0 -1
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js +0 -93
- package/esm/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.js.map +0 -1
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts +0 -19
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.d.ts.map +0 -1
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js +0 -122
- package/esm/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.js.map +0 -1
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts +0 -19
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.d.ts.map +0 -1
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js +0 -89
- package/esm/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.js.map +0 -1
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts +0 -19
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.d.ts.map +0 -1
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js +0 -94
- package/esm/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.js.map +0 -1
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts +0 -18
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.d.ts.map +0 -1
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js +0 -98
- package/esm/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.js.map +0 -1
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts +0 -18
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js +0 -94
- package/esm/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.js.map +0 -1
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts +0 -31
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.d.ts.map +0 -1
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js +0 -100
- package/esm/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.js.map +0 -1
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts +0 -18
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.d.ts.map +0 -1
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js +0 -88
- package/esm/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.js.map +0 -1
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts +0 -16
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.d.ts.map +0 -1
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js +0 -113
- package/esm/funcs/event-update-cover-api-v1-event-event-id-cover-patch.js.map +0 -1
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts +0 -16
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.d.ts.map +0 -1
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js +0 -86
- package/esm/funcs/event-update-event-api-v1-event-event-id-put.js.map +0 -1
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts +0 -29
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.d.ts.map +0 -1
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js +0 -95
- package/esm/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.js.map +0 -1
- package/esm/funcs/get-feature-flags-config-features-get.d.ts +0 -16
- package/esm/funcs/get-feature-flags-config-features-get.d.ts.map +0 -1
- package/esm/funcs/get-feature-flags-config-features-get.js +0 -67
- package/esm/funcs/get-feature-flags-config-features-get.js.map +0 -1
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -20
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -90
- package/esm/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts +0 -17
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.d.ts.map +0 -1
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js +0 -68
- package/esm/funcs/handle-org-created-api-v1-integration-org-created-post.js.map +0 -1
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts +0 -17
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.d.ts.map +0 -1
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js +0 -68
- package/esm/funcs/handle-org-removed-api-v1-integration-org-removed-post.js.map +0 -1
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts +0 -17
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.d.ts.map +0 -1
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js +0 -68
- package/esm/funcs/handle-user-removed-api-v1-integration-user-removed-post.js.map +0 -1
- package/esm/funcs/health-check-health-get.d.ts +0 -23
- package/esm/funcs/health-check-health-get.d.ts.map +0 -1
- package/esm/funcs/health-check-health-get.js +0 -91
- package/esm/funcs/health-check-health-get.js.map +0 -1
- package/esm/funcs/metrics-metrics-get.d.ts +0 -16
- package/esm/funcs/metrics-metrics-get.d.ts.map +0 -1
- package/esm/funcs/metrics-metrics-get.js +0 -67
- package/esm/funcs/metrics-metrics-get.js.map +0 -1
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts +0 -16
- package/esm/funcs/notification-health-check-health-notifications-get.d.ts.map +0 -1
- package/esm/funcs/notification-health-check-health-notifications-get.js +0 -67
- package/esm/funcs/notification-health-check-health-notifications-get.js.map +0 -1
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts +0 -18
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.d.ts.map +0 -1
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js +0 -88
- package/esm/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.js.map +0 -1
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts +0 -19
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.d.ts.map +0 -1
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js +0 -90
- package/esm/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.js.map +0 -1
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts +0 -18
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.d.ts.map +0 -1
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js +0 -82
- package/esm/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.js.map +0 -1
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts +0 -18
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.d.ts.map +0 -1
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js +0 -92
- package/esm/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.js.map +0 -1
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts +0 -18
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js +0 -68
- package/esm/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.js.map +0 -1
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts +0 -19
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js +0 -89
- package/esm/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.js.map +0 -1
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts +0 -19
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.d.ts.map +0 -1
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js +0 -89
- package/esm/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.js.map +0 -1
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts +0 -19
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.d.ts.map +0 -1
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js +0 -88
- package/esm/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.js.map +0 -1
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts +0 -19
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.d.ts.map +0 -1
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js +0 -90
- package/esm/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.js.map +0 -1
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -19
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -89
- package/esm/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts +0 -17
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.d.ts.map +0 -1
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js +0 -68
- package/esm/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.js.map +0 -1
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts +0 -15
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js +0 -85
- package/esm/funcs/place-archive-place-api-v1-place-place-id-archive-patch.js.map +0 -1
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts +0 -16
- package/esm/funcs/place-create-place-api-v1-place-post.d.ts.map +0 -1
- package/esm/funcs/place-create-place-api-v1-place-post.js +0 -80
- package/esm/funcs/place-create-place-api-v1-place-post.js.map +0 -1
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts +0 -15
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.d.ts.map +0 -1
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js +0 -84
- package/esm/funcs/place-delete-place-api-v1-place-place-id-delete.js.map +0 -1
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts +0 -16
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.d.ts.map +0 -1
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js +0 -85
- package/esm/funcs/place-get-place-by-id-api-v1-place-place-id-get.js.map +0 -1
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts +0 -16
- package/esm/funcs/place-get-place-list-api-v1-place-get.d.ts.map +0 -1
- package/esm/funcs/place-get-place-list-api-v1-place-get.js +0 -84
- package/esm/funcs/place-get-place-list-api-v1-place-get.js.map +0 -1
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts +0 -15
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js +0 -85
- package/esm/funcs/place-publish-place-api-v1-place-place-id-publish-patch.js.map +0 -1
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts +0 -16
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.d.ts.map +0 -1
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js +0 -86
- package/esm/funcs/place-update-place-api-v1-place-place-id-put.js.map +0 -1
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -89
- package/esm/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/realtime-get-ws.d.ts +0 -18
- package/esm/funcs/realtime-get-ws.d.ts.map +0 -1
- package/esm/funcs/realtime-get-ws.js +0 -69
- package/esm/funcs/realtime-get-ws.js.map +0 -1
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts +0 -25
- package/esm/funcs/realtime-realtime-info-realtime-info-get.d.ts.map +0 -1
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js +0 -76
- package/esm/funcs/realtime-realtime-info-realtime-info-get.js.map +0 -1
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts +0 -19
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.d.ts.map +0 -1
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js +0 -90
- package/esm/funcs/space-add-space-member-api-v1-space-space-id-members-post.js.map +0 -1
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts +0 -15
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.d.ts.map +0 -1
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js +0 -85
- package/esm/funcs/space-archive-space-api-v1-space-space-id-archive-patch.js.map +0 -1
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts +0 -20
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js +0 -95
- package/esm/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.js.map +0 -1
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts +0 -20
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js +0 -98
- package/esm/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.js.map +0 -1
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts +0 -18
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.d.ts.map +0 -1
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js +0 -82
- package/esm/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.js.map +0 -1
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts +0 -19
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.d.ts.map +0 -1
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js +0 -94
- package/esm/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.js.map +0 -1
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts +0 -29
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.d.ts.map +0 -1
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js +0 -100
- package/esm/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.js.map +0 -1
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts +0 -29
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.d.ts.map +0 -1
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js +0 -100
- package/esm/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.js.map +0 -1
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts +0 -30
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js +0 -99
- package/esm/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.js.map +0 -1
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts +0 -29
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js +0 -97
- package/esm/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts +0 -30
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js +0 -105
- package/esm/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts +0 -28
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js +0 -95
- package/esm/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.js.map +0 -1
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts +0 -30
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.d.ts.map +0 -1
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js +0 -105
- package/esm/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.js.map +0 -1
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts +0 -29
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js +0 -94
- package/esm/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.js.map +0 -1
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts +0 -15
- package/esm/funcs/space-create-space-api-v1-space-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-api-v1-space-post.js +0 -79
- package/esm/funcs/space-create-space-api-v1-space-post.js.map +0 -1
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts +0 -21
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js +0 -92
- package/esm/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.js.map +0 -1
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts +0 -18
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.d.ts.map +0 -1
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js +0 -82
- package/esm/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.js.map +0 -1
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts +0 -15
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js +0 -84
- package/esm/funcs/space-delete-space-api-v1-space-space-id-delete.js.map +0 -1
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts +0 -20
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js +0 -94
- package/esm/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.js.map +0 -1
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts +0 -19
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.d.ts.map +0 -1
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js +0 -89
- package/esm/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.js.map +0 -1
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts +0 -18
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.d.ts.map +0 -1
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js +0 -92
- package/esm/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.js.map +0 -1
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts +0 -18
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.d.ts.map +0 -1
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js +0 -89
- package/esm/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.js.map +0 -1
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts +0 -18
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js +0 -92
- package/esm/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.js.map +0 -1
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts +0 -29
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.d.ts.map +0 -1
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js +0 -100
- package/esm/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.js.map +0 -1
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts +0 -29
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.d.ts.map +0 -1
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js +0 -100
- package/esm/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.js.map +0 -1
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts +0 -30
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.d.ts.map +0 -1
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js +0 -102
- package/esm/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.js.map +0 -1
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts +0 -29
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.d.ts.map +0 -1
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js +0 -97
- package/esm/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.js.map +0 -1
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts +0 -30
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js +0 -105
- package/esm/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.js.map +0 -1
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts +0 -28
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js +0 -98
- package/esm/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.js.map +0 -1
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts +0 -30
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.d.ts.map +0 -1
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js +0 -105
- package/esm/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.js.map +0 -1
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts +0 -29
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js +0 -97
- package/esm/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.js.map +0 -1
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts +0 -38
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.d.ts.map +0 -1
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js +0 -115
- package/esm/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.js.map +0 -1
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts +0 -19
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js +0 -89
- package/esm/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts +0 -16
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js +0 -85
- package/esm/funcs/space-get-space-by-id-api-v1-space-space-id-get.js.map +0 -1
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts +0 -19
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js +0 -89
- package/esm/funcs/space-get-space-children-api-v1-space-space-id-children-get.js.map +0 -1
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts +0 -19
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js +0 -89
- package/esm/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.js.map +0 -1
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts +0 -16
- package/esm/funcs/space-get-space-list-api-v1-space-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-list-api-v1-space-get.js +0 -86
- package/esm/funcs/space-get-space-list-api-v1-space-get.js.map +0 -1
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts +0 -19
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js +0 -89
- package/esm/funcs/space-get-space-members-api-v1-space-space-id-members-get.js.map +0 -1
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts +0 -19
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js +0 -89
- package/esm/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.js.map +0 -1
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts +0 -21
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js +0 -95
- package/esm/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.js.map +0 -1
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts +0 -19
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.d.ts.map +0 -1
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js +0 -93
- package/esm/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.js.map +0 -1
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts +0 -22
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.d.ts.map +0 -1
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js +0 -94
- package/esm/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.js.map +0 -1
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts +0 -37
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.d.ts.map +0 -1
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js +0 -106
- package/esm/funcs/space-join-space-api-v1-space-space-id-join-post.js.map +0 -1
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts +0 -21
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.d.ts.map +0 -1
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js +0 -91
- package/esm/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.js.map +0 -1
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts +0 -19
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.d.ts.map +0 -1
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js +0 -89
- package/esm/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.js.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts +0 -15
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.d.ts.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js +0 -85
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-patch.js.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts +0 -19
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.d.ts.map +0 -1
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js +0 -89
- package/esm/funcs/space-publish-space-api-v1-space-space-id-publish-post.js.map +0 -1
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts +0 -20
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js +0 -98
- package/esm/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.js.map +0 -1
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts +0 -18
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js +0 -92
- package/esm/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.js.map +0 -1
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts +0 -20
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.d.ts.map +0 -1
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js +0 -98
- package/esm/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.js.map +0 -1
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts +0 -19
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.d.ts.map +0 -1
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js +0 -90
- package/esm/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.js.map +0 -1
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts +0 -16
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.d.ts.map +0 -1
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js +0 -67
- package/esm/funcs/space-test-auth-api-v1-space-test-auth-get.js.map +0 -1
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts +0 -41
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.d.ts.map +0 -1
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js +0 -112
- package/esm/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.js.map +0 -1
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts +0 -18
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.d.ts.map +0 -1
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js +0 -88
- package/esm/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.js.map +0 -1
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts +0 -16
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.d.ts.map +0 -1
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js +0 -86
- package/esm/funcs/space-update-space-api-v1-space-space-id-put.js.map +0 -1
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts +0 -19
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.d.ts.map +0 -1
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js +0 -94
- package/esm/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.js.map +0 -1
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts +0 -19
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.d.ts.map +0 -1
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js +0 -90
- package/esm/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.js.map +0 -1
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts +0 -21
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.d.ts.map +0 -1
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js +0 -96
- package/esm/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.js.map +0 -1
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts +0 -17
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.d.ts.map +0 -1
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js +0 -68
- package/esm/funcs/trigger-sentry-error-sentry-debug-get.js.map +0 -1
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts +0 -17
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.d.ts.map +0 -1
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js +0 -67
- package/esm/funcs/user-create-assistant-api-v1-user-assistant-post.js.map +0 -1
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts +0 -17
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.d.ts.map +0 -1
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js +0 -67
- package/esm/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.js.map +0 -1
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts +0 -17
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.d.ts.map +0 -1
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js +0 -67
- package/esm/funcs/user-get-assistant-api-v1-user-assistant-get.js.map +0 -1
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts +0 -16
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.d.ts.map +0 -1
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js +0 -67
- package/esm/funcs/user-get-avatar-api-v1-user-me-avatar-get.js.map +0 -1
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts +0 -17
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.d.ts.map +0 -1
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js +0 -67
- package/esm/funcs/user-get-current-user-profile-api-v1-user-me-get.js.map +0 -1
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts +0 -18
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js +0 -87
- package/esm/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.js.map +0 -1
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts +0 -16
- package/esm/funcs/user-get-user-list-api-v1-user-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-list-api-v1-user-get.js +0 -89
- package/esm/funcs/user-get-user-list-api-v1-user-get.js.map +0 -1
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts +0 -31
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.d.ts.map +0 -1
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js +0 -100
- package/esm/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.js.map +0 -1
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts +0 -16
- package/esm/funcs/user-search-users-api-v1-user-search-get.d.ts.map +0 -1
- package/esm/funcs/user-search-users-api-v1-user-search-get.js +0 -86
- package/esm/funcs/user-search-users-api-v1-user-search-get.js.map +0 -1
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts +0 -18
- package/esm/funcs/user-update-profile-api-v1-user-me-put.d.ts.map +0 -1
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js +0 -82
- package/esm/funcs/user-update-profile-api-v1-user-me-put.js.map +0 -1
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts +0 -18
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.d.ts.map +0 -1
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js +0 -106
- package/esm/funcs/user-upload-avatar-api-v1-user-me-avatar-post.js.map +0 -1
- package/esm/models/errors/sdk-default-error.d.ts +0 -10
- package/esm/models/errors/sdk-default-error.d.ts.map +0 -1
- package/esm/models/errors/sdk-default-error.js +0 -30
- package/esm/models/errors/sdk-default-error.js.map +0 -1
- package/esm/models/errors/sdk-error.d.ts +0 -19
- package/esm/models/errors/sdk-error.d.ts.map +0 -1
- package/esm/models/errors/sdk-error.js +0 -26
- package/esm/models/errors/sdk-error.js.map +0 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts +0 -15
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.d.ts.map +0 -1
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js +0 -20
- package/esm/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.js.map +0 -1
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts +0 -14
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.d.ts.map +0 -1
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js +0 -20
- package/esm/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.js.map +0 -1
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts +0 -18
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.d.ts.map +0 -1
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js +0 -19
- package/esm/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.js.map +0 -1
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts +0 -12
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.d.ts.map +0 -1
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js +0 -17
- package/esm/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.js.map +0 -1
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts +0 -12
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.d.ts.map +0 -1
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js +0 -18
- package/esm/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.js.map +0 -1
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts +0 -12
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.d.ts.map +0 -1
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js +0 -18
- package/esm/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.js.map +0 -1
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts +0 -12
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.d.ts.map +0 -1
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js +0 -18
- package/esm/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.js.map +0 -1
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts +0 -12
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.d.ts.map +0 -1
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js +0 -17
- package/esm/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.js.map +0 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts +0 -20
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.d.ts.map +0 -1
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js +0 -18
- package/esm/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.js.map +0 -1
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts +0 -14
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.d.ts.map +0 -1
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js +0 -20
- package/esm/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.js.map +0 -1
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts +0 -14
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.d.ts.map +0 -1
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js +0 -20
- package/esm/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.js.map +0 -1
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts +0 -15
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.d.ts.map +0 -1
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js +0 -20
- package/esm/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.js.map +0 -1
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts +0 -15
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.d.ts.map +0 -1
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js +0 -19
- package/esm/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.js.map +0 -1
- package/esm/sdk/auth-context.d.ts +0 -15
- package/esm/sdk/auth-context.d.ts.map +0 -1
- package/esm/sdk/auth-context.js +0 -21
- package/esm/sdk/auth-context.js.map +0 -1
- package/esm/sdk/timezones.d.ts +0 -38
- package/esm/sdk/timezones.d.ts.map +0 -1
- package/esm/sdk/timezones.js +0 -43
- package/esm/sdk/timezones.js.map +0 -1
- package/examples/handleOrgCreatedApiV1IntegrationOrgCreatedPost.example.ts +0 -29
- package/src/funcs/ai-agent-cancel-workflow-api-v1-ai-workflows-execution-id-cancel-post.ts +0 -186
- package/src/funcs/ai-agent-create-session-api-v1-ai-sessions-post.ts +0 -169
- package/src/funcs/ai-agent-delete-session-api-v1-ai-sessions-session-id-delete.ts +0 -180
- package/src/funcs/ai-agent-get-org-costs-api-v1-ai-costs-get.ts +0 -179
- package/src/funcs/ai-agent-get-session-api-v1-ai-sessions-session-id-get.ts +0 -180
- package/src/funcs/ai-agent-get-session-costs-api-v1-ai-sessions-session-id-costs-get.ts +0 -181
- package/src/funcs/ai-agent-get-workflow-execution-api-v1-ai-workflows-execution-id-get.ts +0 -182
- package/src/funcs/ai-agent-list-sessions-api-v1-ai-sessions-get.ts +0 -183
- package/src/funcs/ai-agent-list-workflow-executions-api-v1-ai-workflows-get.ts +0 -188
- package/src/funcs/ai-agent-send-message-api-v1-ai-sessions-session-id-messages-post.ts +0 -184
- package/src/funcs/ai-agent-start-workflow-api-v1-ai-workflows-post.ts +0 -169
- package/src/funcs/ai-agent-start-workflow-async-api-v1-ai-workflows-async-post.ts +0 -169
- package/src/funcs/analytic-get-analytic-totals-api-v1-analytic-counts-get.ts +0 -138
- package/src/funcs/analytic-get-dashboard-analytics-api-v1-analytic-dashboard-get.ts +0 -138
- package/src/funcs/audit-logs-get-permission-audit-stats-api-v1-audit-logs-permissions-stats-get.ts +0 -201
- package/src/funcs/audit-logs-list-permission-audit-logs-api-v1-audit-logs-permissions-get.ts +0 -206
- package/src/funcs/auth-context-get-auth-context-api-v1-auth-context-get.ts +0 -144
- package/src/funcs/automation-rules-automation-health-check-api-v1-automation-health-get.ts +0 -147
- package/src/funcs/automation-rules-create-rule-api-v1-automation-rules-post.ts +0 -173
- package/src/funcs/automation-rules-cron-health-check-api-v1-automation-api-v1-automation-cron-health-get.ts +0 -146
- package/src/funcs/automation-rules-delete-rule-api-v1-automation-rules-rule-id-delete.ts +0 -180
- package/src/funcs/automation-rules-execute-rule-api-v1-automation-rules-rule-id-execute-post.ts +0 -184
- package/src/funcs/automation-rules-get-actions-api-v1-automation-metadata-actions-get.ts +0 -142
- package/src/funcs/automation-rules-get-all-metadata-api-v1-automation-metadata-get.ts +0 -141
- package/src/funcs/automation-rules-get-all-tasks-api-v1-automation-metadata-tasks-get.ts +0 -187
- package/src/funcs/automation-rules-get-conditions-api-v1-automation-metadata-conditions-get.ts +0 -142
- package/src/funcs/automation-rules-get-rule-api-v1-automation-rules-rule-id-get.ts +0 -180
- package/src/funcs/automation-rules-get-rule-executions-api-v1-automation-rules-rule-id-executions-get.ts +0 -193
- package/src/funcs/automation-rules-get-task-metadata-api-v1-automation-metadata-tasks-task-type-get.ts +0 -186
- package/src/funcs/automation-rules-get-triggers-api-v1-automation-metadata-triggers-get.ts +0 -142
- package/src/funcs/automation-rules-list-rules-api-v1-automation-rules-get.ts +0 -186
- package/src/funcs/automation-rules-patch-rule-api-v1-automation-rules-rule-id-patch.ts +0 -182
- package/src/funcs/automation-rules-trigger-scheduled-automation-api-v1-automation-api-v1-automation-cron-trigger-scheduled-post.ts +0 -209
- package/src/funcs/automation-rules-update-rule-api-v1-automation-rules-rule-id-put.ts +0 -182
- package/src/funcs/booking-check-availability-api-v1-booking-check-availability-post.ts +0 -169
- package/src/funcs/booking-create-booking-api-v1-booking-post.ts +0 -169
- package/src/funcs/booking-delete-booking-api-v1-booking-booking-id-delete.ts +0 -180
- package/src/funcs/booking-get-booking-by-id-api-v1-booking-booking-id-get.ts +0 -180
- package/src/funcs/booking-get-bookings-api-v1-booking-get.ts +0 -183
- package/src/funcs/booking-get-place-schedule-api-v1-booking-places-place-id-schedule-get.ts +0 -192
- package/src/funcs/booking-update-booking-api-v1-booking-booking-id-put.ts +0 -181
- package/src/funcs/chat-messages-delete-message-api-v1-chat-messages-message-id-delete.ts +0 -177
- package/src/funcs/chat-messages-get-message-count-api-v1-chat-room-id-messages-count-get.ts +0 -177
- package/src/funcs/chat-messages-get-unread-count-api-v1-chat-room-id-unread-count-get.ts +0 -177
- package/src/funcs/chat-messages-list-messages-api-v1-chat-room-id-messages-get.ts +0 -188
- package/src/funcs/chat-messages-mark-messages-as-read-api-v1-chat-room-id-read-patch.ts +0 -177
- package/src/funcs/chat-messages-send-message-api-v1-chat-room-id-messages-post.ts +0 -181
- package/src/funcs/chat-rooms-add-member-to-room-api-v1-chat-rooms-room-id-members-post.ts +0 -179
- package/src/funcs/chat-rooms-create-direct-room-api-v1-chat-rooms-direct-post.ts +0 -166
- package/src/funcs/chat-rooms-create-group-room-api-v1-chat-rooms-group-post.ts +0 -166
- package/src/funcs/chat-rooms-get-room-by-id-api-v1-chat-rooms-room-id-get.ts +0 -177
- package/src/funcs/chat-rooms-list-room-members-api-v1-chat-rooms-room-id-members-get.ts +0 -178
- package/src/funcs/chat-rooms-list-user-rooms-api-v1-chat-rooms-get.ts +0 -178
- package/src/funcs/chat-rooms-remove-member-from-room-api-v1-chat-rooms-room-id-members-user-id-delete.ts +0 -186
- package/src/funcs/chat-rooms-update-room-api-v1-chat-rooms-room-id-patch.ts +0 -178
- package/src/funcs/contacts-create-contact-api-v1-contacts-post.ts +0 -169
- package/src/funcs/contacts-delete-contact-api-v1-contacts-contact-id-delete.ts +0 -180
- package/src/funcs/contacts-get-contact-api-v1-contacts-contact-id-get.ts +0 -180
- package/src/funcs/contacts-list-contacts-api-v1-contacts-get.ts +0 -184
- package/src/funcs/contacts-search-contacts-api-v1-contacts-search-get.ts +0 -180
- package/src/funcs/contacts-toggle-favorite-api-v1-contacts-contact-id-favorite-patch.ts +0 -182
- package/src/funcs/contacts-update-contact-api-v1-contacts-contact-id-put.ts +0 -181
- package/src/funcs/custom-roles-add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -186
- package/src/funcs/custom-roles-assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -190
- package/src/funcs/custom-roles-create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -179
- package/src/funcs/custom-roles-delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -180
- package/src/funcs/custom-roles-get-my-permissions-endpoint-api-v1-api-v1-roles-me-permissions-get.ts +0 -146
- package/src/funcs/custom-roles-get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -181
- package/src/funcs/custom-roles-list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -181
- package/src/funcs/custom-roles-remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -189
- package/src/funcs/custom-roles-remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -189
- package/src/funcs/custom-roles-set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -186
- package/src/funcs/custom-roles-update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -182
- package/src/funcs/event-archive-event-api-v1-event-event-id-archive-patch.ts +0 -177
- package/src/funcs/event-attendees-add-event-attendee-api-v1-events-event-id-attendees-post.ts +0 -184
- package/src/funcs/event-attendees-add-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-post.ts +0 -194
- package/src/funcs/event-attendees-check-in-attendee-api-v1-events-event-id-attendees-attendee-id-check-in-post.ts +0 -190
- package/src/funcs/event-attendees-get-event-attendees-api-v1-events-event-id-attendees-get.ts +0 -191
- package/src/funcs/event-attendees-remove-event-attendee-api-v1-events-event-id-attendees-attendee-id-delete.ts +0 -189
- package/src/funcs/event-attendees-remove-event-attendees-bulk-api-v1-events-event-id-attendees-bulk-delete.ts +0 -186
- package/src/funcs/event-attendees-update-attendees-status-bulk-api-v1-events-event-id-attendees-bulk-status-patch.ts +0 -191
- package/src/funcs/event-attendees-update-event-attendee-api-v1-events-event-id-attendees-attendee-id-put.ts +0 -191
- package/src/funcs/event-compare-event-versions-api-v1-event-event-id-versions-compare-get.ts +0 -191
- package/src/funcs/event-create-event-api-v1-event-post.ts +0 -205
- package/src/funcs/event-delete-event-api-v1-event-event-id-delete.ts +0 -176
- package/src/funcs/event-documents-add-document-to-event-api-v1-events-event-id-documents-document-id-post.ts +0 -189
- package/src/funcs/event-documents-get-event-documents-api-v1-events-event-id-documents-get.ts +0 -181
- package/src/funcs/event-documents-remove-document-from-event-api-v1-events-event-id-documents-document-id-delete.ts +0 -189
- package/src/funcs/event-filter-events-advanced-api-v1-event-filter-post.ts +0 -172
- package/src/funcs/event-get-calendar-events-api-v1-event-calendar-get.ts +0 -201
- package/src/funcs/event-get-event-by-id-api-v1-event-event-id-get.ts +0 -177
- package/src/funcs/event-get-event-list-api-v1-event-get.ts +0 -204
- package/src/funcs/event-get-event-settings-api-v1-event-event-id-settings-get.ts +0 -181
- package/src/funcs/event-get-event-version-api-v1-event-event-id-versions-transaction-id-get.ts +0 -190
- package/src/funcs/event-get-events-by-space-api-v1-event-space-space-id-get.ts +0 -189
- package/src/funcs/event-get-latest-event-version-api-v1-event-event-id-versions-latest-get.ts +0 -186
- package/src/funcs/event-get-section-content-api-v1-event-event-id-section-content-get.ts +0 -183
- package/src/funcs/event-get-section-identification-api-v1-event-event-id-section-identification-get.ts +0 -183
- package/src/funcs/event-get-section-settings-api-v1-event-event-id-section-settings-get.ts +0 -183
- package/src/funcs/event-get-social-feed-api-v1-event-social-feed-get.ts +0 -186
- package/src/funcs/event-get-timezone-info-api-v1-event-timezones-get.ts +0 -147
- package/src/funcs/event-list-event-versions-api-v1-event-event-id-versions-get.ts +0 -180
- package/src/funcs/event-location-get-event-location-api-v1-events-event-id-location-get.ts +0 -181
- package/src/funcs/event-location-update-event-location-api-v1-events-event-id-location-put.ts +0 -182
- package/src/funcs/event-patch-event-content-api-v1-event-event-id-content-patch.ts +0 -182
- package/src/funcs/event-patch-event-identification-api-v1-event-event-id-identification-patch.ts +0 -187
- package/src/funcs/event-patch-event-settings-api-v1-event-event-id-settings-patch.ts +0 -182
- package/src/funcs/event-publish-event-api-v1-event-event-id-publish-patch.ts +0 -177
- package/src/funcs/event-publish-event-version-api-v1-event-event-id-versions-publish-post.ts +0 -185
- package/src/funcs/event-publish-event-with-notifications-api-v1-event-event-id-publish-with-notifications-post.ts +0 -183
- package/src/funcs/event-rollback-event-version-api-v1-event-event-id-versions-rollback-post.ts +0 -191
- package/src/funcs/event-timeline-create-milestone-api-v1-event-event-id-timeline-milestones-post.ts +0 -239
- package/src/funcs/event-timeline-get-published-timeline-api-v1-event-event-id-timeline-published-get.ts +0 -186
- package/src/funcs/event-timeline-get-timeline-api-v1-event-event-id-timeline-get.ts +0 -191
- package/src/funcs/event-timeline-link-milestone-api-v1-event-event-id-timeline-link-post.ts +0 -196
- package/src/funcs/event-timeline-unlink-milestone-api-v1-event-event-id-timeline-milestone-event-id-delete.ts +0 -202
- package/src/funcs/event-transfer-event-api-v1-event-event-id-transfer-post.ts +0 -192
- package/src/funcs/event-unpublish-event-version-api-v1-event-event-id-versions-unpublish-post.ts +0 -185
- package/src/funcs/event-update-cover-api-v1-event-event-id-cover-patch.ts +0 -216
- package/src/funcs/event-update-event-api-v1-event-event-id-put.ts +0 -178
- package/src/funcs/event-validate-timezone-api-v1-event-timezones-validate-get.ts +0 -187
- package/src/funcs/get-feature-flags-config-features-get.ts +0 -141
- package/src/funcs/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -187
- package/src/funcs/handle-org-created-api-v1-integration-org-created-post.ts +0 -142
- package/src/funcs/handle-org-removed-api-v1-integration-org-removed-post.ts +0 -142
- package/src/funcs/handle-user-removed-api-v1-integration-user-removed-post.ts +0 -142
- package/src/funcs/health-check-health-get.ts +0 -183
- package/src/funcs/metrics-metrics-get.ts +0 -141
- package/src/funcs/notification-health-check-health-notifications-get.ts +0 -141
- package/src/funcs/organizations-archive-organization-endpoint-api-v1-organizations-org-id-delete.ts +0 -183
- package/src/funcs/organizations-create-invite-endpoint-api-v1-organizations-org-id-invites-post.ts +0 -185
- package/src/funcs/organizations-create-organization-endpoint-api-v1-organizations-post.ts +0 -169
- package/src/funcs/organizations-delete-invite-endpoint-api-v1-organizations-org-id-invites-invite-id-delete.ts +0 -189
- package/src/funcs/organizations-get-current-organization-endpoint-api-v1-organizations-me-get.ts +0 -143
- package/src/funcs/organizations-get-organization-endpoint-api-v1-organizations-org-id-get.ts +0 -181
- package/src/funcs/organizations-get-organization-invites-endpoint-api-v1-organizations-org-id-invites-get.ts +0 -184
- package/src/funcs/organizations-list-organizations-endpoint-api-v1-organizations-get.ts +0 -186
- package/src/funcs/organizations-update-organization-endpoint-api-v1-organizations-org-id-put.ts +0 -185
- package/src/funcs/permissions-get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -186
- package/src/funcs/permissions-list-permissions-endpoint-api-v1-api-v1-permissions-get.ts +0 -142
- package/src/funcs/place-archive-place-api-v1-place-place-id-archive-patch.ts +0 -177
- package/src/funcs/place-create-place-api-v1-place-post.ts +0 -171
- package/src/funcs/place-delete-place-api-v1-place-place-id-delete.ts +0 -176
- package/src/funcs/place-get-place-by-id-api-v1-place-place-id-get.ts +0 -177
- package/src/funcs/place-get-place-list-api-v1-place-get.ts +0 -176
- package/src/funcs/place-publish-place-api-v1-place-place-id-publish-patch.ts +0 -177
- package/src/funcs/place-update-place-api-v1-place-place-id-put.ts +0 -178
- package/src/funcs/public-events-get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -186
- package/src/funcs/realtime-get-ws.ts +0 -144
- package/src/funcs/realtime-realtime-info-realtime-info-get.ts +0 -150
- package/src/funcs/space-add-space-member-api-v1-space-space-id-members-post.ts +0 -182
- package/src/funcs/space-archive-space-api-v1-space-space-id-archive-patch.ts +0 -177
- package/src/funcs/space-assign-permission-to-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-post.ts +0 -192
- package/src/funcs/space-assign-user-to-space-role-api-v1-space-spaces-space-id-members-user-id-roles-post.ts +0 -196
- package/src/funcs/space-bulk-update-space-parent-api-v1-space-bulk-parent-patch.ts +0 -169
- package/src/funcs/space-compare-space-versions-api-v1-space-space-id-versions-compare-get.ts +0 -192
- package/src/funcs/space-contacts-add-contact-to-space-api-v1-spaces-space-id-contacts-post.ts +0 -192
- package/src/funcs/space-contacts-bulk-add-contacts-to-space-api-v1-spaces-space-id-contacts-bulk-post.ts +0 -197
- package/src/funcs/space-contacts-bulk-remove-contacts-from-space-api-v1-spaces-space-id-contacts-bulk-delete.ts +0 -196
- package/src/funcs/space-contacts-count-space-contacts-api-v1-spaces-space-id-contacts-count-get.ts +0 -194
- package/src/funcs/space-contacts-get-contact-spaces-api-v1-contacts-contact-id-spaces-get.ts +0 -198
- package/src/funcs/space-contacts-get-space-contact-api-v1-space-contacts-space-contact-id-get.ts +0 -194
- package/src/funcs/space-contacts-get-space-contacts-api-v1-spaces-space-id-contacts-get.ts +0 -198
- package/src/funcs/space-contacts-remove-contact-from-space-api-v1-space-contacts-space-contact-id-delete.ts +0 -195
- package/src/funcs/space-create-space-api-v1-space-post.ts +0 -166
- package/src/funcs/space-create-space-role-api-v1-space-spaces-space-id-roles-post.ts +0 -184
- package/src/funcs/space-create-space-with-parent-api-v1-space-with-parent-post.ts +0 -170
- package/src/funcs/space-delete-space-api-v1-space-space-id-delete.ts +0 -176
- package/src/funcs/space-delete-space-role-api-v1-space-spaces-space-id-roles-role-id-delete.ts +0 -191
- package/src/funcs/space-detach-space-from-parent-api-v1-space-space-id-parent-delete.ts +0 -182
- package/src/funcs/space-documents-add-document-to-space-api-v1-spaces-space-id-documents-document-id-post.ts +0 -189
- package/src/funcs/space-documents-get-space-documents-api-v1-spaces-space-id-documents-get.ts +0 -181
- package/src/funcs/space-documents-remove-document-from-space-api-v1-spaces-space-id-documents-document-id-delete.ts +0 -189
- package/src/funcs/space-events-add-event-to-space-api-v1-spaces-space-id-events-post.ts +0 -192
- package/src/funcs/space-events-bulk-add-events-to-space-api-v1-spaces-space-id-events-bulk-post.ts +0 -195
- package/src/funcs/space-events-bulk-remove-events-from-space-api-v1-spaces-space-id-events-bulk-delete.ts +0 -198
- package/src/funcs/space-events-count-space-events-api-v1-spaces-space-id-events-count-get.ts +0 -189
- package/src/funcs/space-events-get-event-spaces-api-v1-events-event-id-spaces-get.ts +0 -198
- package/src/funcs/space-events-get-space-event-api-v1-space-events-space-event-id-get.ts +0 -190
- package/src/funcs/space-events-get-space-events-api-v1-spaces-space-id-events-get.ts +0 -198
- package/src/funcs/space-events-remove-event-from-space-api-v1-space-events-space-event-id-delete.ts +0 -192
- package/src/funcs/space-get-joinable-spaces-by-user-api-v1-space-by-user-user-id-joinable-get.ts +0 -213
- package/src/funcs/space-get-latest-space-version-api-v1-space-space-id-versions-latest-get.ts +0 -186
- package/src/funcs/space-get-space-by-id-api-v1-space-space-id-get.ts +0 -177
- package/src/funcs/space-get-space-children-api-v1-space-space-id-children-get.ts +0 -181
- package/src/funcs/space-get-space-hierarchy-api-v1-space-space-id-hierarchy-get.ts +0 -181
- package/src/funcs/space-get-space-list-api-v1-space-get.ts +0 -178
- package/src/funcs/space-get-space-members-api-v1-space-space-id-members-get.ts +0 -181
- package/src/funcs/space-get-space-parent-api-v1-space-space-id-parent-get.ts +0 -181
- package/src/funcs/space-get-space-role-api-v1-space-spaces-space-id-roles-role-id-get.ts +0 -190
- package/src/funcs/space-get-space-version-api-v1-space-space-id-versions-version-number-get.ts +0 -190
- package/src/funcs/space-get-user-space-roles-api-v1-space-spaces-space-id-members-user-id-roles-get.ts +0 -191
- package/src/funcs/space-join-space-api-v1-space-space-id-join-post.ts +0 -198
- package/src/funcs/space-list-space-roles-api-v1-space-spaces-space-id-roles-get.ts +0 -183
- package/src/funcs/space-list-space-versions-api-v1-space-space-id-versions-get.ts +0 -181
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-patch.ts +0 -177
- package/src/funcs/space-publish-space-api-v1-space-space-id-publish-post.ts +0 -181
- package/src/funcs/space-remove-permission-from-space-role-api-v1-space-spaces-space-id-roles-role-id-permissions-permission-id-delete.ts +0 -195
- package/src/funcs/space-remove-space-member-api-v1-space-space-id-members-user-id-delete.ts +0 -189
- package/src/funcs/space-remove-user-from-space-role-api-v1-space-spaces-space-id-members-user-id-roles-space-role-id-delete.ts +0 -195
- package/src/funcs/space-rollback-space-api-v1-space-space-id-rollback-post.ts +0 -182
- package/src/funcs/space-test-auth-api-v1-space-test-auth-get.ts +0 -141
- package/src/funcs/space-transfer-space-api-v1-space-space-id-transfer-post.ts +0 -204
- package/src/funcs/space-unpublish-space-api-v1-space-space-id-unpublish-post.ts +0 -180
- package/src/funcs/space-update-space-api-v1-space-space-id-put.ts +0 -178
- package/src/funcs/space-update-space-member-role-api-v1-space-space-id-members-user-id-patch.ts +0 -191
- package/src/funcs/space-update-space-parent-api-v1-space-space-id-parent-patch.ts +0 -182
- package/src/funcs/space-update-space-role-api-v1-space-spaces-space-id-roles-role-id-put.ts +0 -193
- package/src/funcs/trigger-sentry-error-sentry-debug-get.ts +0 -142
- package/src/funcs/user-create-assistant-api-v1-user-assistant-post.ts +0 -141
- package/src/funcs/user-delete-avatar-api-v1-user-me-avatar-delete.ts +0 -144
- package/src/funcs/user-get-assistant-api-v1-user-assistant-get.ts +0 -141
- package/src/funcs/user-get-avatar-api-v1-user-me-avatar-get.ts +0 -141
- package/src/funcs/user-get-current-user-profile-api-v1-user-me-get.ts +0 -141
- package/src/funcs/user-get-user-avatar-api-v1-user-avatar-user-id-get.ts +0 -179
- package/src/funcs/user-get-user-list-api-v1-user-get.ts +0 -186
- package/src/funcs/user-get-user-profile-by-id-api-v1-user-user-id-get.ts +0 -192
- package/src/funcs/user-search-users-api-v1-user-search-get.ts +0 -180
- package/src/funcs/user-update-profile-api-v1-user-me-put.ts +0 -169
- package/src/funcs/user-upload-avatar-api-v1-user-me-avatar-post.ts +0 -208
- package/src/models/errors/sdk-default-error.ts +0 -40
- package/src/models/errors/sdk-error.ts +0 -35
- package/src/models/operations/add-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-post.ts +0 -46
- package/src/models/operations/assign-role-to-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-post.ts +0 -49
- package/src/models/operations/create-role-endpoint-api-v1-api-v1-roles-post.ts +0 -49
- package/src/models/operations/delete-role-endpoint-api-v1-api-v1-roles-role-id-delete.ts +0 -42
- package/src/models/operations/get-latest-public-event-version-api-v1-public-event-event-id-versions-latest-get.ts +0 -45
- package/src/models/operations/get-latest-published-version-api-v1-public-space-space-id-versions-latest-get.ts +0 -45
- package/src/models/operations/get-permission-endpoint-api-v1-api-v1-permissions-permission-code-get.ts +0 -45
- package/src/models/operations/get-role-endpoint-api-v1-api-v1-roles-role-id-get.ts +0 -42
- package/src/models/operations/list-roles-endpoint-api-v1-api-v1-roles-get.ts +0 -51
- package/src/models/operations/remove-permission-endpoint-api-v1-api-v1-roles-role-id-permissions-permission-code-delete.ts +0 -49
- package/src/models/operations/remove-role-from-user-endpoint-api-v1-api-v1-roles-users-user-id-roles-role-id-delete.ts +0 -49
- package/src/models/operations/set-permissions-endpoint-api-v1-api-v1-roles-role-id-permissions-put.ts +0 -46
- package/src/models/operations/update-role-endpoint-api-v1-api-v1-roles-role-id-put.ts +0 -46
- package/src/sdk/auth-context.ts +0 -28
- package/src/sdk/timezones.ts +0 -58
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { encodeSimple } from "../lib/encodings.js";
|
|
6
|
+
import * as M from "../lib/matchers.js";
|
|
7
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
|
+
import { safeParse } from "../lib/schemas.js";
|
|
9
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
10
|
+
import { pathToFunc } from "../lib/url.js";
|
|
11
|
+
import * as errors from "../models/errors/index.js";
|
|
12
|
+
import * as operations from "../models/operations/index.js";
|
|
13
|
+
import { APIPromise } from "../types/async.js";
|
|
14
|
+
/**
|
|
15
|
+
* Get User Avatar
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* Get user's avatar image (requires authentication).
|
|
19
|
+
*/
|
|
20
|
+
export function usersGetAvatarById(client, request, options) {
|
|
21
|
+
return new APIPromise($do(client, request, options));
|
|
22
|
+
}
|
|
23
|
+
async function $do(client, request, options) {
|
|
24
|
+
const parsed = safeParse(request, (value) => z.parse(operations.GetUserAvatarApiV1UserAvatarUserIdGetRequest$outboundSchema, value), "Input validation failed");
|
|
25
|
+
if (!parsed.ok) {
|
|
26
|
+
return [parsed, { status: "invalid" }];
|
|
27
|
+
}
|
|
28
|
+
const payload = parsed.value;
|
|
29
|
+
const body = null;
|
|
30
|
+
const pathParams = {
|
|
31
|
+
user_id: encodeSimple("user_id", payload.user_id, {
|
|
32
|
+
explode: false,
|
|
33
|
+
charEncoding: "percent",
|
|
34
|
+
}),
|
|
35
|
+
};
|
|
36
|
+
const path = pathToFunc("/api/v1/user/avatar/{user_id}")(pathParams);
|
|
37
|
+
const headers = new Headers(compactMap({
|
|
38
|
+
Accept: "application/json",
|
|
39
|
+
}));
|
|
40
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
41
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
42
|
+
const context = {
|
|
43
|
+
options: client._options,
|
|
44
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45
|
+
operationID: "get_user_avatar_api_v1_user_avatar__user_id__get",
|
|
46
|
+
oAuth2Scopes: null,
|
|
47
|
+
resolvedSecurity: requestSecurity,
|
|
48
|
+
securitySource: client._options.security,
|
|
49
|
+
retryConfig: options?.retries
|
|
50
|
+
|| client._options.retryConfig
|
|
51
|
+
|| { strategy: "none" },
|
|
52
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
53
|
+
};
|
|
54
|
+
const requestRes = client._createRequest(context, {
|
|
55
|
+
security: requestSecurity,
|
|
56
|
+
method: "GET",
|
|
57
|
+
baseURL: options?.serverURL,
|
|
58
|
+
path: path,
|
|
59
|
+
headers: headers,
|
|
60
|
+
body: body,
|
|
61
|
+
userAgent: client._options.userAgent,
|
|
62
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
63
|
+
}, options);
|
|
64
|
+
if (!requestRes.ok) {
|
|
65
|
+
return [requestRes, { status: "invalid" }];
|
|
66
|
+
}
|
|
67
|
+
const req = requestRes.value;
|
|
68
|
+
const doResult = await client._do(req, {
|
|
69
|
+
context,
|
|
70
|
+
errorCodes: ["422", "4XX", "5XX"],
|
|
71
|
+
retryConfig: context.retryConfig,
|
|
72
|
+
retryCodes: context.retryCodes,
|
|
73
|
+
});
|
|
74
|
+
if (!doResult.ok) {
|
|
75
|
+
return [doResult, { status: "request-error", request: req }];
|
|
76
|
+
}
|
|
77
|
+
const response = doResult.value;
|
|
78
|
+
const responseFields = {
|
|
79
|
+
HttpMeta: { Response: response, Request: req },
|
|
80
|
+
};
|
|
81
|
+
const [result] = await M.match(M.json(200, z.any()), M.jsonErr(422, errors.HTTPValidationError$inboundSchema), M.fail("4XX"), M.fail("5XX"))(response, req, { extraFields: responseFields });
|
|
82
|
+
if (!result.ok) {
|
|
83
|
+
return [result, { status: "complete", request: req, response }];
|
|
84
|
+
}
|
|
85
|
+
return [result, { status: "complete", request: req, response }];
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=users-get-avatar-by-id.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get-avatar-by-id.js","sourceRoot":"","sources":["../../src/funcs/users-get-avatar-by-id.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { LinebundleCore } from "../core.js";
|
|
2
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/http-client-errors.js";
|
|
4
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
5
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
6
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
7
|
+
import { APIPromise } from "../types/async.js";
|
|
8
|
+
import { Result } from "../types/fp.js";
|
|
9
|
+
/**
|
|
10
|
+
* Get Avatar
|
|
11
|
+
*
|
|
12
|
+
* @remarks
|
|
13
|
+
* Get current user's avatar image.
|
|
14
|
+
*/
|
|
15
|
+
export declare function usersGetAvatar(client: LinebundleCore, options?: RequestOptions): APIPromise<Result<void, LinebundleError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
16
|
+
//# sourceMappingURL=users-get-avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get-avatar.d.ts","sourceRoot":"","sources":["../../src/funcs/users-get-avatar.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,cAAc,EACtB,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,IAAI,EACF,eAAe,GACf,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAKA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import * as M from "../lib/matchers.js";
|
|
6
|
+
import { compactMap } from "../lib/primitives.js";
|
|
7
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
8
|
+
import { pathToFunc } from "../lib/url.js";
|
|
9
|
+
import { APIPromise } from "../types/async.js";
|
|
10
|
+
/**
|
|
11
|
+
* Get Avatar
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* Get current user's avatar image.
|
|
15
|
+
*/
|
|
16
|
+
export function usersGetAvatar(client, options) {
|
|
17
|
+
return new APIPromise($do(client, options));
|
|
18
|
+
}
|
|
19
|
+
async function $do(client, options) {
|
|
20
|
+
const path = pathToFunc("/api/v1/user/me/avatar")();
|
|
21
|
+
const headers = new Headers(compactMap({
|
|
22
|
+
Accept: "*/*",
|
|
23
|
+
}));
|
|
24
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
25
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
26
|
+
const context = {
|
|
27
|
+
options: client._options,
|
|
28
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
29
|
+
operationID: "get_avatar_api_v1_user_me_avatar_get",
|
|
30
|
+
oAuth2Scopes: null,
|
|
31
|
+
resolvedSecurity: requestSecurity,
|
|
32
|
+
securitySource: client._options.security,
|
|
33
|
+
retryConfig: options?.retries
|
|
34
|
+
|| client._options.retryConfig
|
|
35
|
+
|| { strategy: "none" },
|
|
36
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
37
|
+
};
|
|
38
|
+
const requestRes = client._createRequest(context, {
|
|
39
|
+
security: requestSecurity,
|
|
40
|
+
method: "GET",
|
|
41
|
+
baseURL: options?.serverURL,
|
|
42
|
+
path: path,
|
|
43
|
+
headers: headers,
|
|
44
|
+
userAgent: client._options.userAgent,
|
|
45
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
46
|
+
}, options);
|
|
47
|
+
if (!requestRes.ok) {
|
|
48
|
+
return [requestRes, { status: "invalid" }];
|
|
49
|
+
}
|
|
50
|
+
const req = requestRes.value;
|
|
51
|
+
const doResult = await client._do(req, {
|
|
52
|
+
context,
|
|
53
|
+
errorCodes: ["400", "401", "403", "404", "422", "4XX", "500", "5XX"],
|
|
54
|
+
retryConfig: context.retryConfig,
|
|
55
|
+
retryCodes: context.retryCodes,
|
|
56
|
+
});
|
|
57
|
+
if (!doResult.ok) {
|
|
58
|
+
return [doResult, { status: "request-error", request: req }];
|
|
59
|
+
}
|
|
60
|
+
const response = doResult.value;
|
|
61
|
+
const [result] = await M.match(M.nil(200, z.void()), M.fail([400, 401, 403, 404, 422, "4XX"]), M.fail([500, "5XX"]))(response, req);
|
|
62
|
+
if (!result.ok) {
|
|
63
|
+
return [result, { status: "complete", request: req, response }];
|
|
64
|
+
}
|
|
65
|
+
return [result, { status: "complete", request: req, response }];
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=users-get-avatar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get-avatar.js","sourceRoot":"","sources":["../../src/funcs/users-get-avatar.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LinebundleCore } from "../core.js";
|
|
2
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/http-client-errors.js";
|
|
4
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
5
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
6
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
7
|
+
import * as models from "../models/index.js";
|
|
8
|
+
import { APIPromise } from "../types/async.js";
|
|
9
|
+
import { Result } from "../types/fp.js";
|
|
10
|
+
/**
|
|
11
|
+
* Get Current User Profile
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* Get current user's profile information.
|
|
15
|
+
*/
|
|
16
|
+
export declare function usersGetCurrentProfile(client: LinebundleCore, options?: RequestOptions): APIPromise<Result<models.UserProfileResponse, LinebundleError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
17
|
+
//# sourceMappingURL=users-get-current-profile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get-current-profile.d.ts","sourceRoot":"","sources":["../../src/funcs/users-get-current-profile.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,cAAc,EACtB,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,MAAM,CAAC,mBAAmB,EACxB,eAAe,GACf,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAKA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as M from "../lib/matchers.js";
|
|
5
|
+
import { compactMap } from "../lib/primitives.js";
|
|
6
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
7
|
+
import { pathToFunc } from "../lib/url.js";
|
|
8
|
+
import * as models from "../models/index.js";
|
|
9
|
+
import { APIPromise } from "../types/async.js";
|
|
10
|
+
/**
|
|
11
|
+
* Get Current User Profile
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* Get current user's profile information.
|
|
15
|
+
*/
|
|
16
|
+
export function usersGetCurrentProfile(client, options) {
|
|
17
|
+
return new APIPromise($do(client, options));
|
|
18
|
+
}
|
|
19
|
+
async function $do(client, options) {
|
|
20
|
+
const path = pathToFunc("/api/v1/user/me")();
|
|
21
|
+
const headers = new Headers(compactMap({
|
|
22
|
+
Accept: "application/json",
|
|
23
|
+
}));
|
|
24
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
25
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
26
|
+
const context = {
|
|
27
|
+
options: client._options,
|
|
28
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
29
|
+
operationID: "get_current_user_profile_api_v1_user_me_get",
|
|
30
|
+
oAuth2Scopes: null,
|
|
31
|
+
resolvedSecurity: requestSecurity,
|
|
32
|
+
securitySource: client._options.security,
|
|
33
|
+
retryConfig: options?.retries
|
|
34
|
+
|| client._options.retryConfig
|
|
35
|
+
|| { strategy: "none" },
|
|
36
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
37
|
+
};
|
|
38
|
+
const requestRes = client._createRequest(context, {
|
|
39
|
+
security: requestSecurity,
|
|
40
|
+
method: "GET",
|
|
41
|
+
baseURL: options?.serverURL,
|
|
42
|
+
path: path,
|
|
43
|
+
headers: headers,
|
|
44
|
+
userAgent: client._options.userAgent,
|
|
45
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
46
|
+
}, options);
|
|
47
|
+
if (!requestRes.ok) {
|
|
48
|
+
return [requestRes, { status: "invalid" }];
|
|
49
|
+
}
|
|
50
|
+
const req = requestRes.value;
|
|
51
|
+
const doResult = await client._do(req, {
|
|
52
|
+
context,
|
|
53
|
+
errorCodes: ["400", "401", "403", "404", "422", "4XX", "500", "5XX"],
|
|
54
|
+
retryConfig: context.retryConfig,
|
|
55
|
+
retryCodes: context.retryCodes,
|
|
56
|
+
});
|
|
57
|
+
if (!doResult.ok) {
|
|
58
|
+
return [doResult, { status: "request-error", request: req }];
|
|
59
|
+
}
|
|
60
|
+
const response = doResult.value;
|
|
61
|
+
const [result] = await M.match(M.json(200, models.UserProfileResponse$inboundSchema), M.fail([400, 401, 403, 404, 422, "4XX"]), M.fail([500, "5XX"]))(response, req);
|
|
62
|
+
if (!result.ok) {
|
|
63
|
+
return [result, { status: "complete", request: req, response }];
|
|
64
|
+
}
|
|
65
|
+
return [result, { status: "complete", request: req, response }];
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=users-get-current-profile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get-current-profile.js","sourceRoot":"","sources":["../../src/funcs/users-get-current-profile.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { LinebundleCore } from "../core.js";
|
|
2
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/http-client-errors.js";
|
|
4
|
+
import * as errors from "../models/errors/index.js";
|
|
5
|
+
import { LinebundleError } from "../models/errors/linebundle-error.js";
|
|
6
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
7
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
8
|
+
import * as models from "../models/index.js";
|
|
9
|
+
import * as operations from "../models/operations/index.js";
|
|
10
|
+
import { APIPromise } from "../types/async.js";
|
|
11
|
+
import { Result } from "../types/fp.js";
|
|
12
|
+
/**
|
|
13
|
+
* Search Users
|
|
14
|
+
*/
|
|
15
|
+
export declare function usersSearch(client: LinebundleCore, request?: operations.SearchUsersApiV1UserSearchGetRequest | undefined, options?: RequestOptions): APIPromise<Result<Array<models.UserSearchResponseDTO>, errors.HTTPValidationError | LinebundleError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
16
|
+
//# sourceMappingURL=users-search.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-search.d.ts","sourceRoot":"","sources":["../../src/funcs/users-search.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAK5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,cAAc,EACtB,OAAO,CAAC,EAAE,UAAU,CAAC,oCAAoC,GAAG,SAAS,EACrE,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,EACjC,MAAM,CAAC,mBAAmB,GAC1B,eAAe,GACf,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { encodeFormQuery } from "../lib/encodings.js";
|
|
6
|
+
import * as M from "../lib/matchers.js";
|
|
7
|
+
import { compactMap } from "../lib/primitives.js";
|
|
8
|
+
import { safeParse } from "../lib/schemas.js";
|
|
9
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
10
|
+
import { pathToFunc } from "../lib/url.js";
|
|
11
|
+
import * as errors from "../models/errors/index.js";
|
|
12
|
+
import * as models from "../models/index.js";
|
|
13
|
+
import * as operations from "../models/operations/index.js";
|
|
14
|
+
import { APIPromise } from "../types/async.js";
|
|
15
|
+
/**
|
|
16
|
+
* Search Users
|
|
17
|
+
*/
|
|
18
|
+
export function usersSearch(client, request, options) {
|
|
19
|
+
return new APIPromise($do(client, request, options));
|
|
20
|
+
}
|
|
21
|
+
async function $do(client, request, options) {
|
|
22
|
+
const parsed = safeParse(request, (value) => z.parse(z.optional(operations.SearchUsersApiV1UserSearchGetRequest$outboundSchema), value), "Input validation failed");
|
|
23
|
+
if (!parsed.ok) {
|
|
24
|
+
return [parsed, { status: "invalid" }];
|
|
25
|
+
}
|
|
26
|
+
const payload = parsed.value;
|
|
27
|
+
const body = null;
|
|
28
|
+
const path = pathToFunc("/api/v1/user/search")();
|
|
29
|
+
const query = encodeFormQuery({
|
|
30
|
+
"limit": payload?.limit,
|
|
31
|
+
"org_id": payload?.org_id,
|
|
32
|
+
"prev": payload?.prev,
|
|
33
|
+
"q": payload?.q,
|
|
34
|
+
});
|
|
35
|
+
const headers = new Headers(compactMap({
|
|
36
|
+
Accept: "application/json",
|
|
37
|
+
}));
|
|
38
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
39
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
40
|
+
const context = {
|
|
41
|
+
options: client._options,
|
|
42
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43
|
+
operationID: "search_users_api_v1_user_search_get",
|
|
44
|
+
oAuth2Scopes: null,
|
|
45
|
+
resolvedSecurity: requestSecurity,
|
|
46
|
+
securitySource: client._options.security,
|
|
47
|
+
retryConfig: options?.retries
|
|
48
|
+
|| client._options.retryConfig
|
|
49
|
+
|| { strategy: "none" },
|
|
50
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
51
|
+
};
|
|
52
|
+
const requestRes = client._createRequest(context, {
|
|
53
|
+
security: requestSecurity,
|
|
54
|
+
method: "GET",
|
|
55
|
+
baseURL: options?.serverURL,
|
|
56
|
+
path: path,
|
|
57
|
+
headers: headers,
|
|
58
|
+
query: query,
|
|
59
|
+
body: body,
|
|
60
|
+
userAgent: client._options.userAgent,
|
|
61
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
62
|
+
}, options);
|
|
63
|
+
if (!requestRes.ok) {
|
|
64
|
+
return [requestRes, { status: "invalid" }];
|
|
65
|
+
}
|
|
66
|
+
const req = requestRes.value;
|
|
67
|
+
const doResult = await client._do(req, {
|
|
68
|
+
context,
|
|
69
|
+
errorCodes: ["422", "4XX", "5XX"],
|
|
70
|
+
retryConfig: context.retryConfig,
|
|
71
|
+
retryCodes: context.retryCodes,
|
|
72
|
+
});
|
|
73
|
+
if (!doResult.ok) {
|
|
74
|
+
return [doResult, { status: "request-error", request: req }];
|
|
75
|
+
}
|
|
76
|
+
const response = doResult.value;
|
|
77
|
+
const responseFields = {
|
|
78
|
+
HttpMeta: { Response: response, Request: req },
|
|
79
|
+
};
|
|
80
|
+
const [result] = await M.match(M.json(200, z.array(models.UserSearchResponseDTO$inboundSchema)), M.jsonErr(422, errors.HTTPValidationError$inboundSchema), M.fail("4XX"), M.fail("5XX"))(response, req, { extraFields: responseFields });
|
|
81
|
+
if (!result.ok) {
|
|
82
|
+
return [result, { status: "complete", request: req, response }];
|
|
83
|
+
}
|
|
84
|
+
return [result, { status: "complete", request: req, response }];
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=users-search.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-search.js","sourceRoot":"","sources":["../../src/funcs/users-search.ts"],"names":[],"mappings":"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"}
|
package/esm/lib/config.d.ts
CHANGED
|
@@ -2,6 +2,10 @@ import * as models from "../models/index.js";
|
|
|
2
2
|
import { HTTPClient } from "./http.js";
|
|
3
3
|
import { Logger } from "./logger.js";
|
|
4
4
|
import { RetryConfig } from "./retries.js";
|
|
5
|
+
/**
|
|
6
|
+
* Contains the list of servers available to the SDK
|
|
7
|
+
*/
|
|
8
|
+
export declare const ServerList: readonly ["https://api.linebundle.com"];
|
|
5
9
|
export type SDKOptions = {
|
|
6
10
|
/**
|
|
7
11
|
* The security details required to authenticate the SDK
|
|
@@ -9,9 +13,13 @@ export type SDKOptions = {
|
|
|
9
13
|
security?: models.Security | (() => Promise<models.Security>) | undefined;
|
|
10
14
|
httpClient?: HTTPClient;
|
|
11
15
|
/**
|
|
12
|
-
*
|
|
16
|
+
* Allows overriding the default server used by the SDK
|
|
13
17
|
*/
|
|
14
|
-
|
|
18
|
+
serverIdx?: number | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Allows overriding the default server URL used by the SDK
|
|
21
|
+
*/
|
|
22
|
+
serverURL?: string | undefined;
|
|
15
23
|
/**
|
|
16
24
|
* Allows overriding the default user agent used by the SDK
|
|
17
25
|
*/
|
|
@@ -27,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
35
|
export declare const SDK_METADATA: {
|
|
28
36
|
readonly language: "typescript";
|
|
29
37
|
readonly openapiDocVersion: "1.0.0";
|
|
30
|
-
readonly sdkVersion: "0.0
|
|
31
|
-
readonly genVersion: "2.
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0
|
|
38
|
+
readonly sdkVersion: "0.3.0";
|
|
39
|
+
readonly genVersion: "2.865.2";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.3.0 2.865.2 1.0.0 @linebundle-sdk/ts";
|
|
33
41
|
};
|
|
34
42
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/lib/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAG3C,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,QAAQ,GAAG,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,CAAC;IAE1E,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAG3C;;GAEG;AACH,eAAO,MAAM,UAAU,yCAKb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,QAAQ,GAAG,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,CAAC;IAE1E,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,UAAU,GAAG,GAAG,GAAG,IAAI,CAepE;AAED,eAAO,MAAM,YAAY;;;;;;CAMf,CAAC"}
|
package/esm/lib/config.js
CHANGED
|
@@ -2,20 +2,33 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
import { pathToFunc } from "./url.js";
|
|
5
|
+
/**
|
|
6
|
+
* Contains the list of servers available to the SDK
|
|
7
|
+
*/
|
|
8
|
+
export const ServerList = [
|
|
9
|
+
/**
|
|
10
|
+
* API server
|
|
11
|
+
*/
|
|
12
|
+
"https://api.linebundle.com",
|
|
13
|
+
];
|
|
5
14
|
export function serverURLFromOptions(options) {
|
|
6
|
-
|
|
15
|
+
let serverURL = options.serverURL;
|
|
16
|
+
const params = {};
|
|
7
17
|
if (!serverURL) {
|
|
8
|
-
|
|
18
|
+
const serverIdx = options.serverIdx ?? 0;
|
|
19
|
+
if (serverIdx < 0 || serverIdx >= ServerList.length) {
|
|
20
|
+
throw new Error(`Invalid server index ${serverIdx}`);
|
|
21
|
+
}
|
|
22
|
+
serverURL = ServerList[serverIdx] || "";
|
|
9
23
|
}
|
|
10
|
-
const params = {};
|
|
11
24
|
const u = pathToFunc(serverURL)(params);
|
|
12
25
|
return new URL(u);
|
|
13
26
|
}
|
|
14
27
|
export const SDK_METADATA = {
|
|
15
28
|
language: "typescript",
|
|
16
29
|
openapiDocVersion: "1.0.0",
|
|
17
|
-
sdkVersion: "0.0
|
|
18
|
-
genVersion: "2.
|
|
19
|
-
userAgent: "speakeasy-sdk/typescript 0.0
|
|
30
|
+
sdkVersion: "0.3.0",
|
|
31
|
+
genVersion: "2.865.2",
|
|
32
|
+
userAgent: "speakeasy-sdk/typescript 0.3.0 2.865.2 1.0.0 @linebundle-sdk/ts",
|
|
20
33
|
};
|
|
21
34
|
//# sourceMappingURL=config.js.map
|
package/esm/lib/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,4BAA4B;CACpB,CAAC;AA6BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB,EAAc;IACpE,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AAAA,CACnB;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EAAE,iEAAiE;CACpE,CAAC"}
|
package/esm/lib/matchers.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { LinebundleDefaultError } from "../models/errors/linebundle-default-error.js";
|
|
1
2
|
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
2
|
-
import { SDKDefaultError } from "../models/errors/sdk-default-error.js";
|
|
3
3
|
import { Result } from "../types/fp.js";
|
|
4
4
|
import { StatusCodePredicate } from "./http.js";
|
|
5
5
|
export type Encoding = "jsonl" | "json" | "text" | "bytes" | "stream" | "sse" | "nil" | "fail";
|
|
@@ -49,7 +49,7 @@ export type MatchFunc<T, E> = (response: Response, request: Request, options?: {
|
|
|
49
49
|
resultKey?: string;
|
|
50
50
|
extraFields?: Record<string, unknown>;
|
|
51
51
|
}) => Promise<[result: Result<T, E>, raw: unknown]>;
|
|
52
|
-
export declare function match<T, E>(...matchers: Array<Matcher<T, E>>): MatchFunc<T, E |
|
|
52
|
+
export declare function match<T, E>(...matchers: Array<Matcher<T, E>>): MatchFunc<T, E | LinebundleDefaultError | ResponseValidationError>;
|
|
53
53
|
/**
|
|
54
54
|
* Iterates over a Headers object and returns an object with all the header
|
|
55
55
|
* entries. Values are represented as an array to account for repeated headers.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"matchers.d.ts","sourceRoot":"","sources":["../../src/lib/matchers.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"matchers.d.ts","sourceRoot":"","sources":["../../src/lib/matchers.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAW,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAkC,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGhF,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,MAAM,GACN,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,KAAK,GACL,MAAM,CAAC;AAaX,KAAK,MAAM,CAAC,CAAC,IAAI;IAAE,KAAK,CAAC,GAAG,EAAE,OAAO,GAAG,CAAC,CAAA;CAAE,CAAC;AAE5C,KAAK,YAAY,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,YAAY,GAAG;IAC3C,GAAG,EAAE,QAAQ,CAAC;IACd,KAAK,EAAE,mBAAmB,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,YAAY,GAAG;IAC3C,GAAG,EAAE,QAAQ,CAAC;IACd,KAAK,EAAE,mBAAmB,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAClB,GAAG,EAAE,IAAI,CAAC;CACX,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI,YAAY,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC;AAE5E,wBAAgB,OAAO,CAAC,CAAC,EACvB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,IAAI,CAAC,CAAC,EACpB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,KAAK,CAAC,CAAC,EACrB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,QAAQ,CAAC,CAAC,EACxB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,OAAO,CAAC,CAAC,EACvB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,IAAI,CAAC,CAAC,EACpB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,QAAQ,CAAC,CAAC,EACxB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,KAAK,CAAC,CAAC,EACrB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,SAAS,CAAC,CAAC,EACzB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,MAAM,CAAC,CAAC,EACtB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,MAAM,CAAC,CAAC,EACtB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,GAAG,CAAC,CAAC,EACnB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,MAAM,CAAC,CAAC,EACtB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AACD,wBAAgB,GAAG,CAAC,CAAC,EACnB,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,OAAO,CAAC,EAAE,YAAY,GACrB,YAAY,CAAC,CAAC,CAAC,CAEjB;AAED,wBAAgB,IAAI,CAAC,KAAK,EAAE,mBAAmB,GAAG,WAAW,CAE5D;AAED,MAAM,MAAM,YAAY,CAAC,QAAQ,IAAI,QAAQ,SAAS,OAAO,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,EAAE,GACzE,CAAC,GACD,KAAK,CAAC;AACV,MAAM,MAAM,YAAY,CAAC,QAAQ,IAAI,QAAQ,SAAS,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,EAAE,GACzE,CAAC,GACD,KAAK,CAAC;AACV,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,IAAI,CAC5B,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAAE,KACpE,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;AAEnD,wBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC,EACxB,GAAG,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAChC,SAAS,CAAC,CAAC,EAAE,CAAC,GAAG,sBAAsB,GAAG,uBAAuB,CAAC,CAsIpE;AAGD;;;GAGG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAQxE"}
|
package/esm/lib/matchers.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
+
import { LinebundleDefaultError } from "../models/errors/linebundle-default-error.js";
|
|
4
5
|
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
5
|
-
import { SDKDefaultError } from "../models/errors/sdk-default-error.js";
|
|
6
6
|
import { ERR, OK } from "../types/fp.js";
|
|
7
7
|
import { matchResponse, matchStatusCode } from "./http.js";
|
|
8
8
|
import { isPlainObject } from "./is-plain-object.js";
|
|
@@ -82,7 +82,7 @@ export function match(...matchers) {
|
|
|
82
82
|
if (!matcher) {
|
|
83
83
|
return [{
|
|
84
84
|
ok: false,
|
|
85
|
-
error: new
|
|
85
|
+
error: new LinebundleDefaultError("Unexpected Status or Content-Type", {
|
|
86
86
|
response,
|
|
87
87
|
request,
|
|
88
88
|
body: await response.text().catch(() => ""),
|
|
@@ -126,7 +126,7 @@ export function match(...matchers) {
|
|
|
126
126
|
if (matcher.enc === "fail") {
|
|
127
127
|
return [{
|
|
128
128
|
ok: false,
|
|
129
|
-
error: new
|
|
129
|
+
error: new LinebundleDefaultError("API error occurred", {
|
|
130
130
|
request,
|
|
131
131
|
response,
|
|
132
132
|
body,
|
package/esm/lib/matchers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"matchers.js","sourceRoot":"","sources":["../../src/lib/matchers.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"matchers.js","sourceRoot":"","sources":["../../src/lib/matchers.ts"],"names":[],"mappings":"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"}
|
package/esm/lib/sdks.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export declare class ClientSDK {
|
|
|
50
50
|
readonly _options: SDKOptions & {
|
|
51
51
|
hooks?: SDKHooks;
|
|
52
52
|
};
|
|
53
|
-
constructor(options
|
|
53
|
+
constructor(options?: SDKOptions);
|
|
54
54
|
_createRequest(context: HookContext, conf: RequestConfig, options?: RequestOptions): Result<Request, InvalidRequestError | UnexpectedClientError>;
|
|
55
55
|
_do(request: Request, options: {
|
|
56
56
|
context: HookContext;
|