@interfere/attio 0.1.2
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/.devcontainer/devcontainer.json +45 -0
- package/FUNCTIONS.md +87 -0
- package/README.md +645 -0
- package/RUNTIMES.md +48 -0
- package/dist/commonjs/core.d.ts +10 -0
- package/dist/commonjs/core.d.ts.map +1 -0
- package/dist/commonjs/core.js +17 -0
- package/dist/commonjs/core.js.map +1 -0
- package/dist/commonjs/funcs/attributes-create-option.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-create-option.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-create-option.js +140 -0
- package/dist/commonjs/funcs/attributes-create-option.js.map +1 -0
- package/dist/commonjs/funcs/attributes-create-status.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-create-status.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-create-status.js +140 -0
- package/dist/commonjs/funcs/attributes-create-status.js.map +1 -0
- package/dist/commonjs/funcs/attributes-create.d.ts +24 -0
- package/dist/commonjs/funcs/attributes-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-create.js +135 -0
- package/dist/commonjs/funcs/attributes-create.js.map +1 -0
- package/dist/commonjs/funcs/attributes-get.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-get.js +136 -0
- package/dist/commonjs/funcs/attributes-get.js.map +1 -0
- package/dist/commonjs/funcs/attributes-list-options.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-list-options.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-list-options.js +141 -0
- package/dist/commonjs/funcs/attributes-list-options.js.map +1 -0
- package/dist/commonjs/funcs/attributes-list-statuses.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-list-statuses.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-list-statuses.js +141 -0
- package/dist/commonjs/funcs/attributes-list-statuses.js.map +1 -0
- package/dist/commonjs/funcs/attributes-list.d.ts +19 -0
- package/dist/commonjs/funcs/attributes-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-list.js +132 -0
- package/dist/commonjs/funcs/attributes-list.js.map +1 -0
- package/dist/commonjs/funcs/attributes-update-option.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-update-option.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-update-option.js +144 -0
- package/dist/commonjs/funcs/attributes-update-option.js.map +1 -0
- package/dist/commonjs/funcs/attributes-update-status.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-update-status.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-update-status.js +144 -0
- package/dist/commonjs/funcs/attributes-update-status.js.map +1 -0
- package/dist/commonjs/funcs/attributes-update.d.ts +20 -0
- package/dist/commonjs/funcs/attributes-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/attributes-update.js +138 -0
- package/dist/commonjs/funcs/attributes-update.js.map +1 -0
- package/dist/commonjs/funcs/call-recordings-create.d.ts +22 -0
- package/dist/commonjs/funcs/call-recordings-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/call-recordings-create.js +130 -0
- package/dist/commonjs/funcs/call-recordings-create.js.map +1 -0
- package/dist/commonjs/funcs/call-recordings-delete.d.ts +22 -0
- package/dist/commonjs/funcs/call-recordings-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/call-recordings-delete.js +132 -0
- package/dist/commonjs/funcs/call-recordings-delete.js.map +1 -0
- package/dist/commonjs/funcs/call-recordings-get.d.ts +22 -0
- package/dist/commonjs/funcs/call-recordings-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/call-recordings-get.js +132 -0
- package/dist/commonjs/funcs/call-recordings-get.js.map +1 -0
- package/dist/commonjs/funcs/call-recordings-list-by-meeting.d.ts +21 -0
- package/dist/commonjs/funcs/call-recordings-list-by-meeting.d.ts.map +1 -0
- package/dist/commonjs/funcs/call-recordings-list-by-meeting.js +129 -0
- package/dist/commonjs/funcs/call-recordings-list-by-meeting.js.map +1 -0
- package/dist/commonjs/funcs/comments-create.d.ts +24 -0
- package/dist/commonjs/funcs/comments-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/comments-create.js +125 -0
- package/dist/commonjs/funcs/comments-create.js.map +1 -0
- package/dist/commonjs/funcs/comments-delete.d.ts +20 -0
- package/dist/commonjs/funcs/comments-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/comments-delete.js +126 -0
- package/dist/commonjs/funcs/comments-delete.js.map +1 -0
- package/dist/commonjs/funcs/comments-get.d.ts +24 -0
- package/dist/commonjs/funcs/comments-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/comments-get.js +130 -0
- package/dist/commonjs/funcs/comments-get.js.map +1 -0
- package/dist/commonjs/funcs/entries-append-update.d.ts +20 -0
- package/dist/commonjs/funcs/entries-append-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-append-update.js +131 -0
- package/dist/commonjs/funcs/entries-append-update.js.map +1 -0
- package/dist/commonjs/funcs/entries-create.d.ts +20 -0
- package/dist/commonjs/funcs/entries-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-create.js +127 -0
- package/dist/commonjs/funcs/entries-create.js.map +1 -0
- package/dist/commonjs/funcs/entries-delete.d.ts +20 -0
- package/dist/commonjs/funcs/entries-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-delete.js +130 -0
- package/dist/commonjs/funcs/entries-delete.js.map +1 -0
- package/dist/commonjs/funcs/entries-get.d.ts +20 -0
- package/dist/commonjs/funcs/entries-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-get.js +130 -0
- package/dist/commonjs/funcs/entries-get.js.map +1 -0
- package/dist/commonjs/funcs/entries-list-attribute-values.d.ts +20 -0
- package/dist/commonjs/funcs/entries-list-attribute-values.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-list-attribute-values.js +142 -0
- package/dist/commonjs/funcs/entries-list-attribute-values.js.map +1 -0
- package/dist/commonjs/funcs/entries-query.d.ts +20 -0
- package/dist/commonjs/funcs/entries-query.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-query.js +127 -0
- package/dist/commonjs/funcs/entries-query.js.map +1 -0
- package/dist/commonjs/funcs/entries-update.d.ts +20 -0
- package/dist/commonjs/funcs/entries-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-update.js +131 -0
- package/dist/commonjs/funcs/entries-update.js.map +1 -0
- package/dist/commonjs/funcs/entries-upsert-by-parent.d.ts +20 -0
- package/dist/commonjs/funcs/entries-upsert-by-parent.d.ts.map +1 -0
- package/dist/commonjs/funcs/entries-upsert-by-parent.js +127 -0
- package/dist/commonjs/funcs/entries-upsert-by-parent.js.map +1 -0
- package/dist/commonjs/funcs/lists-create.d.ts +26 -0
- package/dist/commonjs/funcs/lists-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/lists-create.js +127 -0
- package/dist/commonjs/funcs/lists-create.js.map +1 -0
- package/dist/commonjs/funcs/lists-get.d.ts +20 -0
- package/dist/commonjs/funcs/lists-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/lists-get.js +126 -0
- package/dist/commonjs/funcs/lists-get.js.map +1 -0
- package/dist/commonjs/funcs/lists-list.d.ts +19 -0
- package/dist/commonjs/funcs/lists-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/lists-list.js +106 -0
- package/dist/commonjs/funcs/lists-list.js.map +1 -0
- package/dist/commonjs/funcs/lists-update.d.ts +20 -0
- package/dist/commonjs/funcs/lists-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/lists-update.js +127 -0
- package/dist/commonjs/funcs/lists-update.js.map +1 -0
- package/dist/commonjs/funcs/meetings-create-or-find.d.ts +22 -0
- package/dist/commonjs/funcs/meetings-create-or-find.d.ts.map +1 -0
- package/dist/commonjs/funcs/meetings-create-or-find.js +123 -0
- package/dist/commonjs/funcs/meetings-create-or-find.js.map +1 -0
- package/dist/commonjs/funcs/meetings-get.d.ts +22 -0
- package/dist/commonjs/funcs/meetings-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/meetings-get.js +128 -0
- package/dist/commonjs/funcs/meetings-get.js.map +1 -0
- package/dist/commonjs/funcs/meetings-list.d.ts +21 -0
- package/dist/commonjs/funcs/meetings-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/meetings-list.js +130 -0
- package/dist/commonjs/funcs/meetings-list.js.map +1 -0
- package/dist/commonjs/funcs/meta-identify.d.ts +17 -0
- package/dist/commonjs/funcs/meta-identify.d.ts.map +1 -0
- package/dist/commonjs/funcs/meta-identify.js +104 -0
- package/dist/commonjs/funcs/meta-identify.js.map +1 -0
- package/dist/commonjs/funcs/notes-create.d.ts +20 -0
- package/dist/commonjs/funcs/notes-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/notes-create.js +121 -0
- package/dist/commonjs/funcs/notes-create.js.map +1 -0
- package/dist/commonjs/funcs/notes-delete.d.ts +20 -0
- package/dist/commonjs/funcs/notes-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/notes-delete.js +126 -0
- package/dist/commonjs/funcs/notes-delete.js.map +1 -0
- package/dist/commonjs/funcs/notes-get.d.ts +20 -0
- package/dist/commonjs/funcs/notes-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/notes-get.js +126 -0
- package/dist/commonjs/funcs/notes-get.js.map +1 -0
- package/dist/commonjs/funcs/notes-list.d.ts +20 -0
- package/dist/commonjs/funcs/notes-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/notes-list.js +127 -0
- package/dist/commonjs/funcs/notes-list.js.map +1 -0
- package/dist/commonjs/funcs/objects-create.d.ts +20 -0
- package/dist/commonjs/funcs/objects-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/objects-create.js +121 -0
- package/dist/commonjs/funcs/objects-create.js.map +1 -0
- package/dist/commonjs/funcs/objects-get.d.ts +20 -0
- package/dist/commonjs/funcs/objects-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/objects-get.js +126 -0
- package/dist/commonjs/funcs/objects-get.js.map +1 -0
- package/dist/commonjs/funcs/objects-list.d.ts +19 -0
- package/dist/commonjs/funcs/objects-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/objects-list.js +106 -0
- package/dist/commonjs/funcs/objects-list.js.map +1 -0
- package/dist/commonjs/funcs/objects-update.d.ts +20 -0
- package/dist/commonjs/funcs/objects-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/objects-update.js +127 -0
- package/dist/commonjs/funcs/objects-update.js.map +1 -0
- package/dist/commonjs/funcs/records-assert.d.ts +22 -0
- package/dist/commonjs/funcs/records-assert.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-assert.js +133 -0
- package/dist/commonjs/funcs/records-assert.js.map +1 -0
- package/dist/commonjs/funcs/records-create.d.ts +20 -0
- package/dist/commonjs/funcs/records-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-create.js +127 -0
- package/dist/commonjs/funcs/records-create.js.map +1 -0
- package/dist/commonjs/funcs/records-delete.d.ts +20 -0
- package/dist/commonjs/funcs/records-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-delete.js +130 -0
- package/dist/commonjs/funcs/records-delete.js.map +1 -0
- package/dist/commonjs/funcs/records-get-attribute-values.d.ts +20 -0
- package/dist/commonjs/funcs/records-get-attribute-values.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-get-attribute-values.js +144 -0
- package/dist/commonjs/funcs/records-get-attribute-values.js.map +1 -0
- package/dist/commonjs/funcs/records-get.d.ts +20 -0
- package/dist/commonjs/funcs/records-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-get.js +130 -0
- package/dist/commonjs/funcs/records-get.js.map +1 -0
- package/dist/commonjs/funcs/records-list-entries.d.ts +19 -0
- package/dist/commonjs/funcs/records-list-entries.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-list-entries.js +132 -0
- package/dist/commonjs/funcs/records-list-entries.js.map +1 -0
- package/dist/commonjs/funcs/records-overwrite-update.d.ts +20 -0
- package/dist/commonjs/funcs/records-overwrite-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-overwrite-update.js +131 -0
- package/dist/commonjs/funcs/records-overwrite-update.js.map +1 -0
- package/dist/commonjs/funcs/records-query.d.ts +20 -0
- package/dist/commonjs/funcs/records-query.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-query.js +127 -0
- package/dist/commonjs/funcs/records-query.js.map +1 -0
- package/dist/commonjs/funcs/records-search.d.ts +24 -0
- package/dist/commonjs/funcs/records-search.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-search.js +125 -0
- package/dist/commonjs/funcs/records-search.js.map +1 -0
- package/dist/commonjs/funcs/records-update.d.ts +20 -0
- package/dist/commonjs/funcs/records-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/records-update.js +131 -0
- package/dist/commonjs/funcs/records-update.js.map +1 -0
- package/dist/commonjs/funcs/scim-schemas-list.d.ts +19 -0
- package/dist/commonjs/funcs/scim-schemas-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/scim-schemas-list.js +106 -0
- package/dist/commonjs/funcs/scim-schemas-list.js.map +1 -0
- package/dist/commonjs/funcs/tasks-create.d.ts +22 -0
- package/dist/commonjs/funcs/tasks-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/tasks-create.js +123 -0
- package/dist/commonjs/funcs/tasks-create.js.map +1 -0
- package/dist/commonjs/funcs/tasks-delete.d.ts +20 -0
- package/dist/commonjs/funcs/tasks-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/tasks-delete.js +126 -0
- package/dist/commonjs/funcs/tasks-delete.js.map +1 -0
- package/dist/commonjs/funcs/tasks-get.d.ts +20 -0
- package/dist/commonjs/funcs/tasks-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/tasks-get.js +126 -0
- package/dist/commonjs/funcs/tasks-get.js.map +1 -0
- package/dist/commonjs/funcs/tasks-list.d.ts +19 -0
- package/dist/commonjs/funcs/tasks-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/tasks-list.js +126 -0
- package/dist/commonjs/funcs/tasks-list.js.map +1 -0
- package/dist/commonjs/funcs/tasks-update.d.ts +20 -0
- package/dist/commonjs/funcs/tasks-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/tasks-update.js +127 -0
- package/dist/commonjs/funcs/tasks-update.js.map +1 -0
- package/dist/commonjs/funcs/threads-get.d.ts +24 -0
- package/dist/commonjs/funcs/threads-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/threads-get.js +130 -0
- package/dist/commonjs/funcs/threads-get.js.map +1 -0
- package/dist/commonjs/funcs/threads-list.d.ts +23 -0
- package/dist/commonjs/funcs/threads-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/threads-list.js +129 -0
- package/dist/commonjs/funcs/threads-list.js.map +1 -0
- package/dist/commonjs/funcs/transcripts-get.d.ts +21 -0
- package/dist/commonjs/funcs/transcripts-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/transcripts-get.js +131 -0
- package/dist/commonjs/funcs/transcripts-get.js.map +1 -0
- package/dist/commonjs/funcs/webhooks-create.d.ts +20 -0
- package/dist/commonjs/funcs/webhooks-create.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooks-create.js +121 -0
- package/dist/commonjs/funcs/webhooks-create.js.map +1 -0
- package/dist/commonjs/funcs/webhooks-delete.d.ts +20 -0
- package/dist/commonjs/funcs/webhooks-delete.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooks-delete.js +126 -0
- package/dist/commonjs/funcs/webhooks-delete.js.map +1 -0
- package/dist/commonjs/funcs/webhooks-get.d.ts +20 -0
- package/dist/commonjs/funcs/webhooks-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooks-get.js +126 -0
- package/dist/commonjs/funcs/webhooks-get.js.map +1 -0
- package/dist/commonjs/funcs/webhooks-list.d.ts +19 -0
- package/dist/commonjs/funcs/webhooks-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooks-list.js +121 -0
- package/dist/commonjs/funcs/webhooks-list.js.map +1 -0
- package/dist/commonjs/funcs/webhooks-update.d.ts +20 -0
- package/dist/commonjs/funcs/webhooks-update.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooks-update.js +127 -0
- package/dist/commonjs/funcs/webhooks-update.js.map +1 -0
- package/dist/commonjs/funcs/workspace-members-get.d.ts +20 -0
- package/dist/commonjs/funcs/workspace-members-get.d.ts.map +1 -0
- package/dist/commonjs/funcs/workspace-members-get.js +123 -0
- package/dist/commonjs/funcs/workspace-members-get.js.map +1 -0
- package/dist/commonjs/funcs/workspace-members-list.d.ts +19 -0
- package/dist/commonjs/funcs/workspace-members-list.d.ts.map +1 -0
- package/dist/commonjs/funcs/workspace-members-list.js +106 -0
- package/dist/commonjs/funcs/workspace-members-list.js.map +1 -0
- package/dist/commonjs/hooks/hooks.d.ts +25 -0
- package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
- package/dist/commonjs/hooks/hooks.js +86 -0
- package/dist/commonjs/hooks/hooks.js.map +1 -0
- package/dist/commonjs/hooks/index.d.ts +3 -0
- package/dist/commonjs/hooks/index.d.ts.map +1 -0
- package/dist/commonjs/hooks/index.js +22 -0
- package/dist/commonjs/hooks/index.js.map +1 -0
- package/dist/commonjs/hooks/oauth2-scopes.d.ts +128 -0
- package/dist/commonjs/hooks/oauth2-scopes.d.ts.map +1 -0
- package/dist/commonjs/hooks/oauth2-scopes.js +6 -0
- package/dist/commonjs/hooks/oauth2-scopes.js.map +1 -0
- package/dist/commonjs/hooks/registration.d.ts +3 -0
- package/dist/commonjs/hooks/registration.d.ts.map +1 -0
- package/dist/commonjs/hooks/registration.js +15 -0
- package/dist/commonjs/hooks/registration.js.map +1 -0
- package/dist/commonjs/hooks/types.d.ts +76 -0
- package/dist/commonjs/hooks/types.d.ts.map +1 -0
- package/dist/commonjs/hooks/types.js +6 -0
- package/dist/commonjs/hooks/types.js.map +1 -0
- package/dist/commonjs/index.d.ts +6 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +48 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lib/base64.d.ts +10 -0
- package/dist/commonjs/lib/base64.d.ts.map +1 -0
- package/dist/commonjs/lib/base64.js +73 -0
- package/dist/commonjs/lib/base64.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +38 -0
- package/dist/commonjs/lib/config.d.ts.map +1 -0
- package/dist/commonjs/lib/config.js +38 -0
- package/dist/commonjs/lib/config.js.map +1 -0
- package/dist/commonjs/lib/dlv.d.ts +14 -0
- package/dist/commonjs/lib/dlv.d.ts.map +1 -0
- package/dist/commonjs/lib/dlv.js +49 -0
- package/dist/commonjs/lib/dlv.js.map +1 -0
- package/dist/commonjs/lib/encodings.d.ts +53 -0
- package/dist/commonjs/lib/encodings.d.ts.map +1 -0
- package/dist/commonjs/lib/encodings.js +384 -0
- package/dist/commonjs/lib/encodings.js.map +1 -0
- package/dist/commonjs/lib/env.d.ts +15 -0
- package/dist/commonjs/lib/env.d.ts.map +1 -0
- package/dist/commonjs/lib/env.js +82 -0
- package/dist/commonjs/lib/env.js.map +1 -0
- package/dist/commonjs/lib/files.d.ts +13 -0
- package/dist/commonjs/lib/files.d.ts.map +1 -0
- package/dist/commonjs/lib/files.js +77 -0
- package/dist/commonjs/lib/files.js.map +1 -0
- package/dist/commonjs/lib/http.d.ts +67 -0
- package/dist/commonjs/lib/http.d.ts.map +1 -0
- package/dist/commonjs/lib/http.js +217 -0
- package/dist/commonjs/lib/http.js.map +1 -0
- package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
- package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
- package/dist/commonjs/lib/is-plain-object.js +41 -0
- package/dist/commonjs/lib/is-plain-object.js.map +1 -0
- package/dist/commonjs/lib/logger.d.ts +6 -0
- package/dist/commonjs/lib/logger.d.ts.map +1 -0
- package/dist/commonjs/lib/logger.js +6 -0
- package/dist/commonjs/lib/logger.js.map +1 -0
- package/dist/commonjs/lib/matchers.d.ts +59 -0
- package/dist/commonjs/lib/matchers.d.ts.map +1 -0
- package/dist/commonjs/lib/matchers.js +222 -0
- package/dist/commonjs/lib/matchers.js.map +1 -0
- package/dist/commonjs/lib/primitives.d.ts +26 -0
- package/dist/commonjs/lib/primitives.d.ts.map +1 -0
- package/dist/commonjs/lib/primitives.js +111 -0
- package/dist/commonjs/lib/primitives.js.map +1 -0
- package/dist/commonjs/lib/retries.d.ts +38 -0
- package/dist/commonjs/lib/retries.d.ts.map +1 -0
- package/dist/commonjs/lib/retries.js +153 -0
- package/dist/commonjs/lib/retries.js.map +1 -0
- package/dist/commonjs/lib/schemas.d.ts +21 -0
- package/dist/commonjs/lib/schemas.d.ts.map +1 -0
- package/dist/commonjs/lib/schemas.js +95 -0
- package/dist/commonjs/lib/schemas.js.map +1 -0
- package/dist/commonjs/lib/sdks.d.ts +63 -0
- package/dist/commonjs/lib/sdks.d.ts.map +1 -0
- package/dist/commonjs/lib/sdks.js +273 -0
- package/dist/commonjs/lib/sdks.js.map +1 -0
- package/dist/commonjs/lib/security.d.ts +83 -0
- package/dist/commonjs/lib/security.d.ts.map +1 -0
- package/dist/commonjs/lib/security.js +144 -0
- package/dist/commonjs/lib/security.js.map +1 -0
- package/dist/commonjs/lib/url.d.ts +5 -0
- package/dist/commonjs/lib/url.d.ts.map +1 -0
- package/dist/commonjs/lib/url.js +25 -0
- package/dist/commonjs/lib/url.js.map +1 -0
- package/dist/commonjs/models/attribute.d.ts +303 -0
- package/dist/commonjs/models/attribute.d.ts.map +1 -0
- package/dist/commonjs/models/attribute.js +294 -0
- package/dist/commonjs/models/attribute.js.map +1 -0
- package/dist/commonjs/models/comment.d.ts +150 -0
- package/dist/commonjs/models/comment.d.ts.map +1 -0
- package/dist/commonjs/models/comment.js +153 -0
- package/dist/commonjs/models/comment.js.map +1 -0
- package/dist/commonjs/models/errors/attio-base-error.d.ts +19 -0
- package/dist/commonjs/models/errors/attio-base-error.d.ts.map +1 -0
- package/dist/commonjs/models/errors/attio-base-error.js +20 -0
- package/dist/commonjs/models/errors/attio-base-error.js.map +1 -0
- package/dist/commonjs/models/errors/attio-error.d.ts +10 -0
- package/dist/commonjs/models/errors/attio-error.d.ts.map +1 -0
- package/dist/commonjs/models/errors/attio-error.js +34 -0
- package/dist/commonjs/models/errors/attio-error.js.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-comments-comment-id.d.ts +29 -0
- package/dist/commonjs/models/errors/delete-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-comments-comment-id.js +78 -0
- package/dist/commonjs/models/errors/delete-v2-comments-comment-id.js.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
- package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +77 -0
- package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.d.ts +29 -0
- package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.js +78 -0
- package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-comments-comment-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-comments-comment-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-comments-comment-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-lists-list.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-lists-list.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-lists-list.js +78 -0
- package/dist/commonjs/models/errors/get-v2-lists-list.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +77 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-notes-note-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-notes-note-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-notes-note-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-notes-note-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.js +80 -0
- package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-objects-object.d.ts +204 -0
- package/dist/commonjs/models/errors/get-v2-objects-object.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-objects-object.js +311 -0
- package/dist/commonjs/models/errors/get-v2-objects-object.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.d.ts +229 -0
- package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.js +332 -0
- package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-tasks-task-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-tasks-task-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-tasks-task-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-tasks-task-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-threads-thread-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-threads-thread-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-threads-thread-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-threads-thread-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.js +78 -0
- package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.d.ts +29 -0
- package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
- package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.js +74 -0
- package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.js.map +1 -0
- package/dist/commonjs/models/errors/http-client-errors.d.ts +44 -0
- package/dist/commonjs/models/errors/http-client-errors.d.ts.map +1 -0
- package/dist/commonjs/models/errors/http-client-errors.js +78 -0
- package/dist/commonjs/models/errors/http-client-errors.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +32 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -0
- package/dist/commonjs/models/errors/index.js +51 -0
- package/dist/commonjs/models/errors/index.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-comments.d.ts +29 -0
- package/dist/commonjs/models/errors/post-v2-comments.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-comments.js +74 -0
- package/dist/commonjs/models/errors/post-v2-comments.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-lists-list-entries.d.ts +54 -0
- package/dist/commonjs/models/errors/post-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-lists-list-entries.js +111 -0
- package/dist/commonjs/models/errors/post-v2-lists-list-entries.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-lists.d.ts +129 -0
- package/dist/commonjs/models/errors/post-v2-lists.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-lists.js +210 -0
- package/dist/commonjs/models/errors/post-v2-lists.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts +79 -0
- package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.js +143 -0
- package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-meetings.d.ts +29 -0
- package/dist/commonjs/models/errors/post-v2-meetings.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-meetings.js +74 -0
- package/dist/commonjs/models/errors/post-v2-meetings.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects-object-records-query.d.ts +54 -0
- package/dist/commonjs/models/errors/post-v2-objects-object-records-query.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects-object-records-query.js +112 -0
- package/dist/commonjs/models/errors/post-v2-objects-object-records-query.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects-records-search.d.ts +29 -0
- package/dist/commonjs/models/errors/post-v2-objects-records-search.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects-records-search.js +78 -0
- package/dist/commonjs/models/errors/post-v2-objects-records-search.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects.d.ts +29 -0
- package/dist/commonjs/models/errors/post-v2-objects.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-objects.js +78 -0
- package/dist/commonjs/models/errors/post-v2-objects.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.d.ts +79 -0
- package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.js +144 -0
- package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.js.map +1 -0
- package/dist/commonjs/models/errors/post-v2-webhooks.d.ts +29 -0
- package/dist/commonjs/models/errors/post-v2-webhooks.d.ts.map +1 -0
- package/dist/commonjs/models/errors/post-v2-webhooks.js +78 -0
- package/dist/commonjs/models/errors/post-v2-webhooks.js.map +1 -0
- package/dist/commonjs/models/errors/put-v2-lists-list-entries.d.ts +54 -0
- package/dist/commonjs/models/errors/put-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/commonjs/models/errors/put-v2-lists-list-entries.js +111 -0
- package/dist/commonjs/models/errors/put-v2-lists-list-entries.js.map +1 -0
- package/dist/commonjs/models/errors/response-validation-error.d.ts +26 -0
- package/dist/commonjs/models/errors/response-validation-error.d.ts.map +1 -0
- package/dist/commonjs/models/errors/response-validation-error.js +66 -0
- package/dist/commonjs/models/errors/response-validation-error.js.map +1 -0
- package/dist/commonjs/models/errors/sdk-validation-error.d.ts +21 -0
- package/dist/commonjs/models/errors/sdk-validation-error.d.ts.map +1 -0
- package/dist/commonjs/models/errors/sdk-validation-error.js +82 -0
- package/dist/commonjs/models/errors/sdk-validation-error.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +15 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +34 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/input-value-union.d.ts +1274 -0
- package/dist/commonjs/models/input-value-union.d.ts.map +1 -0
- package/dist/commonjs/models/input-value-union.js +1176 -0
- package/dist/commonjs/models/input-value-union.js.map +1 -0
- package/dist/commonjs/models/list.d.ts +124 -0
- package/dist/commonjs/models/list.d.ts.map +1 -0
- package/dist/commonjs/models/list.js +137 -0
- package/dist/commonjs/models/list.js.map +1 -0
- package/dist/commonjs/models/meeting.d.ts +183 -0
- package/dist/commonjs/models/meeting.d.ts.map +1 -0
- package/dist/commonjs/models/meeting.js +206 -0
- package/dist/commonjs/models/meeting.js.map +1 -0
- package/dist/commonjs/models/note.d.ts +135 -0
- package/dist/commonjs/models/note.d.ts.map +1 -0
- package/dist/commonjs/models/note.js +147 -0
- package/dist/commonjs/models/note.js.map +1 -0
- package/dist/commonjs/models/object.d.ts +39 -0
- package/dist/commonjs/models/object.d.ts.map +1 -0
- package/dist/commonjs/models/object.js +77 -0
- package/dist/commonjs/models/object.js.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-comments-comment-id.d.ts +34 -0
- package/dist/commonjs/models/operations/delete-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-comments-comment-id.js +71 -0
- package/dist/commonjs/models/operations/delete-v2-comments-comment-id.js.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +36 -0
- package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +75 -0
- package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.d.ts +34 -0
- package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.js +71 -0
- package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-scim-v2-schemas.d.ts +17 -0
- package/dist/commonjs/models/operations/get-scim-v2-schemas.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-scim-v2-schemas.js +60 -0
- package/dist/commonjs/models/operations/get-scim-v2-schemas.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-comments-comment-id.d.ts +37 -0
- package/dist/commonjs/models/operations/get-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-comments-comment-id.js +74 -0
- package/dist/commonjs/models/operations/get-v2-comments-comment-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-lists-list.d.ts +8779 -0
- package/dist/commonjs/models/operations/get-v2-lists-list.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-lists-list.js +7398 -0
- package/dist/commonjs/models/operations/get-v2-lists-list.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-lists.d.ts +14 -0
- package/dist/commonjs/models/operations/get-v2-lists.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-lists.js +51 -0
- package/dist/commonjs/models/operations/get-v2-lists.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts +102 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js +142 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +122 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +145 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts +119 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.js +149 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.d.ts +37 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.js +74 -0
- package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings.d.ts +64 -0
- package/dist/commonjs/models/operations/get-v2-meetings.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-meetings.js +98 -0
- package/dist/commonjs/models/operations/get-v2-meetings.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-notes-note-id.d.ts +54 -0
- package/dist/commonjs/models/operations/get-v2-notes-note-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-notes-note-id.js +92 -0
- package/dist/commonjs/models/operations/get-v2-notes-note-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.d.ts +50 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.js +86 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.d.ts +1754 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.js +1520 -0
- package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object.d.ts +8272 -0
- package/dist/commonjs/models/operations/get-v2-objects-object.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects-object.js +6977 -0
- package/dist/commonjs/models/operations/get-v2-objects-object.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects.d.ts +14 -0
- package/dist/commonjs/models/operations/get-v2-objects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-objects.js +51 -0
- package/dist/commonjs/models/operations/get-v2-objects.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-self.d.ts +103 -0
- package/dist/commonjs/models/operations/get-v2-self.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-self.js +109 -0
- package/dist/commonjs/models/operations/get-v2-self.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.d.ts +2481 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.js +2076 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.d.ts +49 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.js +77 -0
- package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-tasks-task-id.d.ts +54 -0
- package/dist/commonjs/models/operations/get-v2-tasks-task-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-tasks-task-id.js +92 -0
- package/dist/commonjs/models/operations/get-v2-tasks-task-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-tasks.d.ts +53 -0
- package/dist/commonjs/models/operations/get-v2-tasks.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-tasks.js +81 -0
- package/dist/commonjs/models/operations/get-v2-tasks.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-threads-thread-id.d.ts +37 -0
- package/dist/commonjs/models/operations/get-v2-threads-thread-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-threads-thread-id.js +74 -0
- package/dist/commonjs/models/operations/get-v2-threads-thread-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-threads.d.ts +34 -0
- package/dist/commonjs/models/operations/get-v2-threads.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-threads.js +70 -0
- package/dist/commonjs/models/operations/get-v2-threads.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.d.ts +557 -0
- package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.js +648 -0
- package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-webhooks.d.ts +186 -0
- package/dist/commonjs/models/operations/get-v2-webhooks.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-webhooks.js +252 -0
- package/dist/commonjs/models/operations/get-v2-webhooks.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.d.ts +37 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.js +75 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.js.map +1 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members.d.ts +14 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members.d.ts.map +1 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members.js +51 -0
- package/dist/commonjs/models/operations/get-v2-workspace-members.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +40 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -0
- package/dist/commonjs/models/operations/index.js +59 -0
- package/dist/commonjs/models/operations/index.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-comments.d.ts +271 -0
- package/dist/commonjs/models/operations/post-v2-comments.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-comments.js +227 -0
- package/dist/commonjs/models/operations/post-v2-comments.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-lists-list-entries.d.ts +1788 -0
- package/dist/commonjs/models/operations/post-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-lists-list-entries.js +1527 -0
- package/dist/commonjs/models/operations/post-v2-lists-list-entries.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-lists.d.ts +288 -0
- package/dist/commonjs/models/operations/post-v2-lists.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-lists.js +253 -0
- package/dist/commonjs/models/operations/post-v2-lists.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts +187 -0
- package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.js +201 -0
- package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-meetings.d.ts +289 -0
- package/dist/commonjs/models/operations/post-v2-meetings.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-meetings.js +250 -0
- package/dist/commonjs/models/operations/post-v2-meetings.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects-object-records-query.d.ts +1863 -0
- package/dist/commonjs/models/operations/post-v2-objects-object-records-query.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects-object-records-query.js +1566 -0
- package/dist/commonjs/models/operations/post-v2-objects-object-records-query.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects-records-search.d.ts +260 -0
- package/dist/commonjs/models/operations/post-v2-objects-records-search.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects-records-search.js +276 -0
- package/dist/commonjs/models/operations/post-v2-objects-records-search.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects.d.ts +60 -0
- package/dist/commonjs/models/operations/post-v2-objects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-objects.js +86 -0
- package/dist/commonjs/models/operations/post-v2-objects.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.d.ts +369 -0
- package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.js +310 -0
- package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.js.map +1 -0
- package/dist/commonjs/models/operations/post-v2-webhooks.d.ts +371 -0
- package/dist/commonjs/models/operations/post-v2-webhooks.d.ts.map +1 -0
- package/dist/commonjs/models/operations/post-v2-webhooks.js +422 -0
- package/dist/commonjs/models/operations/post-v2-webhooks.js.map +1 -0
- package/dist/commonjs/models/operations/put-v2-lists-list-entries.d.ts +1788 -0
- package/dist/commonjs/models/operations/put-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/commonjs/models/operations/put-v2-lists-list-entries.js +1527 -0
- package/dist/commonjs/models/operations/put-v2-lists-list-entries.js.map +1 -0
- package/dist/commonjs/models/output-value.d.ts +1191 -0
- package/dist/commonjs/models/output-value.d.ts.map +1 -0
- package/dist/commonjs/models/output-value.js +1132 -0
- package/dist/commonjs/models/output-value.js.map +1 -0
- package/dist/commonjs/models/security.d.ts +12 -0
- package/dist/commonjs/models/security.d.ts.map +1 -0
- package/dist/commonjs/models/security.js +49 -0
- package/dist/commonjs/models/security.js.map +1 -0
- package/dist/commonjs/models/select-option.d.ts +39 -0
- package/dist/commonjs/models/select-option.d.ts.map +1 -0
- package/dist/commonjs/models/select-option.js +76 -0
- package/dist/commonjs/models/select-option.js.map +1 -0
- package/dist/commonjs/models/status.d.ts +47 -0
- package/dist/commonjs/models/status.d.ts.map +1 -0
- package/dist/commonjs/models/status.js +80 -0
- package/dist/commonjs/models/status.js.map +1 -0
- package/dist/commonjs/models/task.d.ts +124 -0
- package/dist/commonjs/models/task.d.ts.map +1 -0
- package/dist/commonjs/models/task.js +142 -0
- package/dist/commonjs/models/task.js.map +1 -0
- package/dist/commonjs/models/thread.d.ts +32 -0
- package/dist/commonjs/models/thread.d.ts.map +1 -0
- package/dist/commonjs/models/thread.js +73 -0
- package/dist/commonjs/models/thread.js.map +1 -0
- package/dist/commonjs/models/workspace-member.d.ts +62 -0
- package/dist/commonjs/models/workspace-member.d.ts.map +1 -0
- package/dist/commonjs/models/workspace-member.js +92 -0
- package/dist/commonjs/models/workspace-member.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/sdk/attributes.d.ts +99 -0
- package/dist/commonjs/sdk/attributes.d.ts.map +1 -0
- package/dist/commonjs/sdk/attributes.js +136 -0
- package/dist/commonjs/sdk/attributes.js.map +1 -0
- package/dist/commonjs/sdk/call-recordings.d.ts +49 -0
- package/dist/commonjs/sdk/call-recordings.d.ts.map +1 -0
- package/dist/commonjs/sdk/call-recordings.js +68 -0
- package/dist/commonjs/sdk/call-recordings.js.map +1 -0
- package/dist/commonjs/sdk/comments.d.ts +40 -0
- package/dist/commonjs/sdk/comments.d.ts.map +1 -0
- package/dist/commonjs/sdk/comments.js +56 -0
- package/dist/commonjs/sdk/comments.js.map +1 -0
- package/dist/commonjs/sdk/entries.d.ts +77 -0
- package/dist/commonjs/sdk/entries.d.ts.map +1 -0
- package/dist/commonjs/sdk/entries.js +108 -0
- package/dist/commonjs/sdk/entries.js.map +1 -0
- package/dist/commonjs/sdk/index.d.ts +2 -0
- package/dist/commonjs/sdk/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/index.js +21 -0
- package/dist/commonjs/sdk/index.js.map +1 -0
- package/dist/commonjs/sdk/lists.d.ts +47 -0
- package/dist/commonjs/sdk/lists.d.ts.map +1 -0
- package/dist/commonjs/sdk/lists.js +66 -0
- package/dist/commonjs/sdk/lists.js.map +1 -0
- package/dist/commonjs/sdk/meetings.d.ts +38 -0
- package/dist/commonjs/sdk/meetings.d.ts.map +1 -0
- package/dist/commonjs/sdk/meetings.js +54 -0
- package/dist/commonjs/sdk/meetings.js.map +1 -0
- package/dist/commonjs/sdk/meta.d.ts +12 -0
- package/dist/commonjs/sdk/meta.d.ts.map +1 -0
- package/dist/commonjs/sdk/meta.js +22 -0
- package/dist/commonjs/sdk/meta.js.map +1 -0
- package/dist/commonjs/sdk/notes.d.ts +41 -0
- package/dist/commonjs/sdk/notes.d.ts.map +1 -0
- package/dist/commonjs/sdk/notes.js +60 -0
- package/dist/commonjs/sdk/notes.js.map +1 -0
- package/dist/commonjs/sdk/objects.d.ts +41 -0
- package/dist/commonjs/sdk/objects.d.ts.map +1 -0
- package/dist/commonjs/sdk/objects.js +60 -0
- package/dist/commonjs/sdk/objects.js.map +1 -0
- package/dist/commonjs/sdk/records.d.ts +101 -0
- package/dist/commonjs/sdk/records.d.ts.map +1 -0
- package/dist/commonjs/sdk/records.js +138 -0
- package/dist/commonjs/sdk/records.js.map +1 -0
- package/dist/commonjs/sdk/scim-schemas.d.ts +14 -0
- package/dist/commonjs/sdk/scim-schemas.d.ts.map +1 -0
- package/dist/commonjs/sdk/scim-schemas.js +24 -0
- package/dist/commonjs/sdk/scim-schemas.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +52 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
- package/dist/commonjs/sdk/sdk.js +75 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -0
- package/dist/commonjs/sdk/tasks.d.ts +52 -0
- package/dist/commonjs/sdk/tasks.d.ts.map +1 -0
- package/dist/commonjs/sdk/tasks.js +74 -0
- package/dist/commonjs/sdk/tasks.js.map +1 -0
- package/dist/commonjs/sdk/threads.d.ts +31 -0
- package/dist/commonjs/sdk/threads.d.ts.map +1 -0
- package/dist/commonjs/sdk/threads.js +44 -0
- package/dist/commonjs/sdk/threads.js.map +1 -0
- package/dist/commonjs/sdk/transcripts.d.ts +16 -0
- package/dist/commonjs/sdk/transcripts.d.ts.map +1 -0
- package/dist/commonjs/sdk/transcripts.js +26 -0
- package/dist/commonjs/sdk/transcripts.js.map +1 -0
- package/dist/commonjs/sdk/webhooks.d.ts +50 -0
- package/dist/commonjs/sdk/webhooks.d.ts.map +1 -0
- package/dist/commonjs/sdk/webhooks.js +72 -0
- package/dist/commonjs/sdk/webhooks.js.map +1 -0
- package/dist/commonjs/sdk/workspace-members.d.ts +23 -0
- package/dist/commonjs/sdk/workspace-members.d.ts.map +1 -0
- package/dist/commonjs/sdk/workspace-members.js +36 -0
- package/dist/commonjs/sdk/workspace-members.js.map +1 -0
- package/dist/commonjs/types/async.d.ts +23 -0
- package/dist/commonjs/types/async.d.ts.map +1 -0
- package/dist/commonjs/types/async.js +44 -0
- package/dist/commonjs/types/async.js.map +1 -0
- package/dist/commonjs/types/blobs.d.ts +4 -0
- package/dist/commonjs/types/blobs.d.ts.map +1 -0
- package/dist/commonjs/types/blobs.js +62 -0
- package/dist/commonjs/types/blobs.js.map +1 -0
- package/dist/commonjs/types/const-date-time.d.ts +3 -0
- package/dist/commonjs/types/const-date-time.d.ts.map +1 -0
- package/dist/commonjs/types/const-date-time.js +46 -0
- package/dist/commonjs/types/const-date-time.js.map +1 -0
- package/dist/commonjs/types/default-to-zero-value.d.ts +12 -0
- package/dist/commonjs/types/default-to-zero-value.d.ts.map +1 -0
- package/dist/commonjs/types/default-to-zero-value.js +35 -0
- package/dist/commonjs/types/default-to-zero-value.js.map +1 -0
- package/dist/commonjs/types/discriminated-union.d.ts +25 -0
- package/dist/commonjs/types/discriminated-union.d.ts.map +1 -0
- package/dist/commonjs/types/discriminated-union.js +98 -0
- package/dist/commonjs/types/discriminated-union.js.map +1 -0
- package/dist/commonjs/types/enums.d.ts +9 -0
- package/dist/commonjs/types/enums.d.ts.map +1 -0
- package/dist/commonjs/types/enums.js +66 -0
- package/dist/commonjs/types/enums.js.map +1 -0
- package/dist/commonjs/types/fp.d.ts +31 -0
- package/dist/commonjs/types/fp.d.ts.map +1 -0
- package/dist/commonjs/types/fp.js +37 -0
- package/dist/commonjs/types/fp.js.map +1 -0
- package/dist/commonjs/types/index.d.ts +10 -0
- package/dist/commonjs/types/index.d.ts.map +1 -0
- package/dist/commonjs/types/index.js +31 -0
- package/dist/commonjs/types/index.js.map +1 -0
- package/dist/commonjs/types/operations.d.ts +27 -0
- package/dist/commonjs/types/operations.d.ts.map +1 -0
- package/dist/commonjs/types/operations.js +83 -0
- package/dist/commonjs/types/operations.js.map +1 -0
- package/dist/commonjs/types/primitives.d.ts +11 -0
- package/dist/commonjs/types/primitives.d.ts.map +1 -0
- package/dist/commonjs/types/primitives.js +176 -0
- package/dist/commonjs/types/primitives.js.map +1 -0
- package/dist/commonjs/types/rfcdate.d.ts +21 -0
- package/dist/commonjs/types/rfcdate.d.ts.map +1 -0
- package/dist/commonjs/types/rfcdate.js +46 -0
- package/dist/commonjs/types/rfcdate.js.map +1 -0
- package/dist/commonjs/types/smart-union.d.ts +7 -0
- package/dist/commonjs/types/smart-union.d.ts.map +1 -0
- package/dist/commonjs/types/smart-union.js +154 -0
- package/dist/commonjs/types/smart-union.js.map +1 -0
- package/dist/commonjs/types/streams.d.ts +2 -0
- package/dist/commonjs/types/streams.d.ts.map +1 -0
- package/dist/commonjs/types/streams.js +18 -0
- package/dist/commonjs/types/streams.js.map +1 -0
- package/dist/commonjs/types/unrecognized.d.ts +16 -0
- package/dist/commonjs/types/unrecognized.d.ts.map +1 -0
- package/dist/commonjs/types/unrecognized.js +34 -0
- package/dist/commonjs/types/unrecognized.js.map +1 -0
- package/dist/esm/core.d.ts +10 -0
- package/dist/esm/core.d.ts.map +1 -0
- package/dist/esm/core.js +13 -0
- package/dist/esm/core.js.map +1 -0
- package/dist/esm/funcs/attributes-create-option.d.ts +20 -0
- package/dist/esm/funcs/attributes-create-option.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-create-option.js +104 -0
- package/dist/esm/funcs/attributes-create-option.js.map +1 -0
- package/dist/esm/funcs/attributes-create-status.d.ts +20 -0
- package/dist/esm/funcs/attributes-create-status.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-create-status.js +104 -0
- package/dist/esm/funcs/attributes-create-status.js.map +1 -0
- package/dist/esm/funcs/attributes-create.d.ts +24 -0
- package/dist/esm/funcs/attributes-create.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-create.js +99 -0
- package/dist/esm/funcs/attributes-create.js.map +1 -0
- package/dist/esm/funcs/attributes-get.d.ts +20 -0
- package/dist/esm/funcs/attributes-get.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-get.js +100 -0
- package/dist/esm/funcs/attributes-get.js.map +1 -0
- package/dist/esm/funcs/attributes-list-options.d.ts +20 -0
- package/dist/esm/funcs/attributes-list-options.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-list-options.js +105 -0
- package/dist/esm/funcs/attributes-list-options.js.map +1 -0
- package/dist/esm/funcs/attributes-list-statuses.d.ts +20 -0
- package/dist/esm/funcs/attributes-list-statuses.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-list-statuses.js +105 -0
- package/dist/esm/funcs/attributes-list-statuses.js.map +1 -0
- package/dist/esm/funcs/attributes-list.d.ts +19 -0
- package/dist/esm/funcs/attributes-list.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-list.js +96 -0
- package/dist/esm/funcs/attributes-list.js.map +1 -0
- package/dist/esm/funcs/attributes-update-option.d.ts +20 -0
- package/dist/esm/funcs/attributes-update-option.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-update-option.js +108 -0
- package/dist/esm/funcs/attributes-update-option.js.map +1 -0
- package/dist/esm/funcs/attributes-update-status.d.ts +20 -0
- package/dist/esm/funcs/attributes-update-status.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-update-status.js +108 -0
- package/dist/esm/funcs/attributes-update-status.js.map +1 -0
- package/dist/esm/funcs/attributes-update.d.ts +20 -0
- package/dist/esm/funcs/attributes-update.d.ts.map +1 -0
- package/dist/esm/funcs/attributes-update.js +102 -0
- package/dist/esm/funcs/attributes-update.js.map +1 -0
- package/dist/esm/funcs/call-recordings-create.d.ts +22 -0
- package/dist/esm/funcs/call-recordings-create.d.ts.map +1 -0
- package/dist/esm/funcs/call-recordings-create.js +94 -0
- package/dist/esm/funcs/call-recordings-create.js.map +1 -0
- package/dist/esm/funcs/call-recordings-delete.d.ts +22 -0
- package/dist/esm/funcs/call-recordings-delete.d.ts.map +1 -0
- package/dist/esm/funcs/call-recordings-delete.js +96 -0
- package/dist/esm/funcs/call-recordings-delete.js.map +1 -0
- package/dist/esm/funcs/call-recordings-get.d.ts +22 -0
- package/dist/esm/funcs/call-recordings-get.d.ts.map +1 -0
- package/dist/esm/funcs/call-recordings-get.js +96 -0
- package/dist/esm/funcs/call-recordings-get.js.map +1 -0
- package/dist/esm/funcs/call-recordings-list-by-meeting.d.ts +21 -0
- package/dist/esm/funcs/call-recordings-list-by-meeting.d.ts.map +1 -0
- package/dist/esm/funcs/call-recordings-list-by-meeting.js +93 -0
- package/dist/esm/funcs/call-recordings-list-by-meeting.js.map +1 -0
- package/dist/esm/funcs/comments-create.d.ts +24 -0
- package/dist/esm/funcs/comments-create.d.ts.map +1 -0
- package/dist/esm/funcs/comments-create.js +89 -0
- package/dist/esm/funcs/comments-create.js.map +1 -0
- package/dist/esm/funcs/comments-delete.d.ts +20 -0
- package/dist/esm/funcs/comments-delete.d.ts.map +1 -0
- package/dist/esm/funcs/comments-delete.js +90 -0
- package/dist/esm/funcs/comments-delete.js.map +1 -0
- package/dist/esm/funcs/comments-get.d.ts +24 -0
- package/dist/esm/funcs/comments-get.d.ts.map +1 -0
- package/dist/esm/funcs/comments-get.js +94 -0
- package/dist/esm/funcs/comments-get.js.map +1 -0
- package/dist/esm/funcs/entries-append-update.d.ts +20 -0
- package/dist/esm/funcs/entries-append-update.d.ts.map +1 -0
- package/dist/esm/funcs/entries-append-update.js +95 -0
- package/dist/esm/funcs/entries-append-update.js.map +1 -0
- package/dist/esm/funcs/entries-create.d.ts +20 -0
- package/dist/esm/funcs/entries-create.d.ts.map +1 -0
- package/dist/esm/funcs/entries-create.js +91 -0
- package/dist/esm/funcs/entries-create.js.map +1 -0
- package/dist/esm/funcs/entries-delete.d.ts +20 -0
- package/dist/esm/funcs/entries-delete.d.ts.map +1 -0
- package/dist/esm/funcs/entries-delete.js +94 -0
- package/dist/esm/funcs/entries-delete.js.map +1 -0
- package/dist/esm/funcs/entries-get.d.ts +20 -0
- package/dist/esm/funcs/entries-get.d.ts.map +1 -0
- package/dist/esm/funcs/entries-get.js +94 -0
- package/dist/esm/funcs/entries-get.js.map +1 -0
- package/dist/esm/funcs/entries-list-attribute-values.d.ts +20 -0
- package/dist/esm/funcs/entries-list-attribute-values.d.ts.map +1 -0
- package/dist/esm/funcs/entries-list-attribute-values.js +106 -0
- package/dist/esm/funcs/entries-list-attribute-values.js.map +1 -0
- package/dist/esm/funcs/entries-query.d.ts +20 -0
- package/dist/esm/funcs/entries-query.d.ts.map +1 -0
- package/dist/esm/funcs/entries-query.js +91 -0
- package/dist/esm/funcs/entries-query.js.map +1 -0
- package/dist/esm/funcs/entries-update.d.ts +20 -0
- package/dist/esm/funcs/entries-update.d.ts.map +1 -0
- package/dist/esm/funcs/entries-update.js +95 -0
- package/dist/esm/funcs/entries-update.js.map +1 -0
- package/dist/esm/funcs/entries-upsert-by-parent.d.ts +20 -0
- package/dist/esm/funcs/entries-upsert-by-parent.d.ts.map +1 -0
- package/dist/esm/funcs/entries-upsert-by-parent.js +91 -0
- package/dist/esm/funcs/entries-upsert-by-parent.js.map +1 -0
- package/dist/esm/funcs/lists-create.d.ts +26 -0
- package/dist/esm/funcs/lists-create.d.ts.map +1 -0
- package/dist/esm/funcs/lists-create.js +91 -0
- package/dist/esm/funcs/lists-create.js.map +1 -0
- package/dist/esm/funcs/lists-get.d.ts +20 -0
- package/dist/esm/funcs/lists-get.d.ts.map +1 -0
- package/dist/esm/funcs/lists-get.js +90 -0
- package/dist/esm/funcs/lists-get.js.map +1 -0
- package/dist/esm/funcs/lists-list.d.ts +19 -0
- package/dist/esm/funcs/lists-list.d.ts.map +1 -0
- package/dist/esm/funcs/lists-list.js +70 -0
- package/dist/esm/funcs/lists-list.js.map +1 -0
- package/dist/esm/funcs/lists-update.d.ts +20 -0
- package/dist/esm/funcs/lists-update.d.ts.map +1 -0
- package/dist/esm/funcs/lists-update.js +91 -0
- package/dist/esm/funcs/lists-update.js.map +1 -0
- package/dist/esm/funcs/meetings-create-or-find.d.ts +22 -0
- package/dist/esm/funcs/meetings-create-or-find.d.ts.map +1 -0
- package/dist/esm/funcs/meetings-create-or-find.js +87 -0
- package/dist/esm/funcs/meetings-create-or-find.js.map +1 -0
- package/dist/esm/funcs/meetings-get.d.ts +22 -0
- package/dist/esm/funcs/meetings-get.d.ts.map +1 -0
- package/dist/esm/funcs/meetings-get.js +92 -0
- package/dist/esm/funcs/meetings-get.js.map +1 -0
- package/dist/esm/funcs/meetings-list.d.ts +21 -0
- package/dist/esm/funcs/meetings-list.d.ts.map +1 -0
- package/dist/esm/funcs/meetings-list.js +94 -0
- package/dist/esm/funcs/meetings-list.js.map +1 -0
- package/dist/esm/funcs/meta-identify.d.ts +17 -0
- package/dist/esm/funcs/meta-identify.d.ts.map +1 -0
- package/dist/esm/funcs/meta-identify.js +68 -0
- package/dist/esm/funcs/meta-identify.js.map +1 -0
- package/dist/esm/funcs/notes-create.d.ts +20 -0
- package/dist/esm/funcs/notes-create.d.ts.map +1 -0
- package/dist/esm/funcs/notes-create.js +85 -0
- package/dist/esm/funcs/notes-create.js.map +1 -0
- package/dist/esm/funcs/notes-delete.d.ts +20 -0
- package/dist/esm/funcs/notes-delete.d.ts.map +1 -0
- package/dist/esm/funcs/notes-delete.js +90 -0
- package/dist/esm/funcs/notes-delete.js.map +1 -0
- package/dist/esm/funcs/notes-get.d.ts +20 -0
- package/dist/esm/funcs/notes-get.d.ts.map +1 -0
- package/dist/esm/funcs/notes-get.js +90 -0
- package/dist/esm/funcs/notes-get.js.map +1 -0
- package/dist/esm/funcs/notes-list.d.ts +20 -0
- package/dist/esm/funcs/notes-list.d.ts.map +1 -0
- package/dist/esm/funcs/notes-list.js +91 -0
- package/dist/esm/funcs/notes-list.js.map +1 -0
- package/dist/esm/funcs/objects-create.d.ts +20 -0
- package/dist/esm/funcs/objects-create.d.ts.map +1 -0
- package/dist/esm/funcs/objects-create.js +85 -0
- package/dist/esm/funcs/objects-create.js.map +1 -0
- package/dist/esm/funcs/objects-get.d.ts +20 -0
- package/dist/esm/funcs/objects-get.d.ts.map +1 -0
- package/dist/esm/funcs/objects-get.js +90 -0
- package/dist/esm/funcs/objects-get.js.map +1 -0
- package/dist/esm/funcs/objects-list.d.ts +19 -0
- package/dist/esm/funcs/objects-list.d.ts.map +1 -0
- package/dist/esm/funcs/objects-list.js +70 -0
- package/dist/esm/funcs/objects-list.js.map +1 -0
- package/dist/esm/funcs/objects-update.d.ts +20 -0
- package/dist/esm/funcs/objects-update.d.ts.map +1 -0
- package/dist/esm/funcs/objects-update.js +91 -0
- package/dist/esm/funcs/objects-update.js.map +1 -0
- package/dist/esm/funcs/records-assert.d.ts +22 -0
- package/dist/esm/funcs/records-assert.d.ts.map +1 -0
- package/dist/esm/funcs/records-assert.js +97 -0
- package/dist/esm/funcs/records-assert.js.map +1 -0
- package/dist/esm/funcs/records-create.d.ts +20 -0
- package/dist/esm/funcs/records-create.d.ts.map +1 -0
- package/dist/esm/funcs/records-create.js +91 -0
- package/dist/esm/funcs/records-create.js.map +1 -0
- package/dist/esm/funcs/records-delete.d.ts +20 -0
- package/dist/esm/funcs/records-delete.d.ts.map +1 -0
- package/dist/esm/funcs/records-delete.js +94 -0
- package/dist/esm/funcs/records-delete.js.map +1 -0
- package/dist/esm/funcs/records-get-attribute-values.d.ts +20 -0
- package/dist/esm/funcs/records-get-attribute-values.d.ts.map +1 -0
- package/dist/esm/funcs/records-get-attribute-values.js +108 -0
- package/dist/esm/funcs/records-get-attribute-values.js.map +1 -0
- package/dist/esm/funcs/records-get.d.ts +20 -0
- package/dist/esm/funcs/records-get.d.ts.map +1 -0
- package/dist/esm/funcs/records-get.js +94 -0
- package/dist/esm/funcs/records-get.js.map +1 -0
- package/dist/esm/funcs/records-list-entries.d.ts +19 -0
- package/dist/esm/funcs/records-list-entries.d.ts.map +1 -0
- package/dist/esm/funcs/records-list-entries.js +96 -0
- package/dist/esm/funcs/records-list-entries.js.map +1 -0
- package/dist/esm/funcs/records-overwrite-update.d.ts +20 -0
- package/dist/esm/funcs/records-overwrite-update.d.ts.map +1 -0
- package/dist/esm/funcs/records-overwrite-update.js +95 -0
- package/dist/esm/funcs/records-overwrite-update.js.map +1 -0
- package/dist/esm/funcs/records-query.d.ts +20 -0
- package/dist/esm/funcs/records-query.d.ts.map +1 -0
- package/dist/esm/funcs/records-query.js +91 -0
- package/dist/esm/funcs/records-query.js.map +1 -0
- package/dist/esm/funcs/records-search.d.ts +24 -0
- package/dist/esm/funcs/records-search.d.ts.map +1 -0
- package/dist/esm/funcs/records-search.js +89 -0
- package/dist/esm/funcs/records-search.js.map +1 -0
- package/dist/esm/funcs/records-update.d.ts +20 -0
- package/dist/esm/funcs/records-update.d.ts.map +1 -0
- package/dist/esm/funcs/records-update.js +95 -0
- package/dist/esm/funcs/records-update.js.map +1 -0
- package/dist/esm/funcs/scim-schemas-list.d.ts +19 -0
- package/dist/esm/funcs/scim-schemas-list.d.ts.map +1 -0
- package/dist/esm/funcs/scim-schemas-list.js +70 -0
- package/dist/esm/funcs/scim-schemas-list.js.map +1 -0
- package/dist/esm/funcs/tasks-create.d.ts +22 -0
- package/dist/esm/funcs/tasks-create.d.ts.map +1 -0
- package/dist/esm/funcs/tasks-create.js +87 -0
- package/dist/esm/funcs/tasks-create.js.map +1 -0
- package/dist/esm/funcs/tasks-delete.d.ts +20 -0
- package/dist/esm/funcs/tasks-delete.d.ts.map +1 -0
- package/dist/esm/funcs/tasks-delete.js +90 -0
- package/dist/esm/funcs/tasks-delete.js.map +1 -0
- package/dist/esm/funcs/tasks-get.d.ts +20 -0
- package/dist/esm/funcs/tasks-get.d.ts.map +1 -0
- package/dist/esm/funcs/tasks-get.js +90 -0
- package/dist/esm/funcs/tasks-get.js.map +1 -0
- package/dist/esm/funcs/tasks-list.d.ts +19 -0
- package/dist/esm/funcs/tasks-list.d.ts.map +1 -0
- package/dist/esm/funcs/tasks-list.js +90 -0
- package/dist/esm/funcs/tasks-list.js.map +1 -0
- package/dist/esm/funcs/tasks-update.d.ts +20 -0
- package/dist/esm/funcs/tasks-update.d.ts.map +1 -0
- package/dist/esm/funcs/tasks-update.js +91 -0
- package/dist/esm/funcs/tasks-update.js.map +1 -0
- package/dist/esm/funcs/threads-get.d.ts +24 -0
- package/dist/esm/funcs/threads-get.d.ts.map +1 -0
- package/dist/esm/funcs/threads-get.js +94 -0
- package/dist/esm/funcs/threads-get.js.map +1 -0
- package/dist/esm/funcs/threads-list.d.ts +23 -0
- package/dist/esm/funcs/threads-list.d.ts.map +1 -0
- package/dist/esm/funcs/threads-list.js +93 -0
- package/dist/esm/funcs/threads-list.js.map +1 -0
- package/dist/esm/funcs/transcripts-get.d.ts +21 -0
- package/dist/esm/funcs/transcripts-get.d.ts.map +1 -0
- package/dist/esm/funcs/transcripts-get.js +95 -0
- package/dist/esm/funcs/transcripts-get.js.map +1 -0
- package/dist/esm/funcs/webhooks-create.d.ts +20 -0
- package/dist/esm/funcs/webhooks-create.d.ts.map +1 -0
- package/dist/esm/funcs/webhooks-create.js +85 -0
- package/dist/esm/funcs/webhooks-create.js.map +1 -0
- package/dist/esm/funcs/webhooks-delete.d.ts +20 -0
- package/dist/esm/funcs/webhooks-delete.d.ts.map +1 -0
- package/dist/esm/funcs/webhooks-delete.js +90 -0
- package/dist/esm/funcs/webhooks-delete.js.map +1 -0
- package/dist/esm/funcs/webhooks-get.d.ts +20 -0
- package/dist/esm/funcs/webhooks-get.d.ts.map +1 -0
- package/dist/esm/funcs/webhooks-get.js +90 -0
- package/dist/esm/funcs/webhooks-get.js.map +1 -0
- package/dist/esm/funcs/webhooks-list.d.ts +19 -0
- package/dist/esm/funcs/webhooks-list.d.ts.map +1 -0
- package/dist/esm/funcs/webhooks-list.js +85 -0
- package/dist/esm/funcs/webhooks-list.js.map +1 -0
- package/dist/esm/funcs/webhooks-update.d.ts +20 -0
- package/dist/esm/funcs/webhooks-update.d.ts.map +1 -0
- package/dist/esm/funcs/webhooks-update.js +91 -0
- package/dist/esm/funcs/webhooks-update.js.map +1 -0
- package/dist/esm/funcs/workspace-members-get.d.ts +20 -0
- package/dist/esm/funcs/workspace-members-get.d.ts.map +1 -0
- package/dist/esm/funcs/workspace-members-get.js +87 -0
- package/dist/esm/funcs/workspace-members-get.js.map +1 -0
- package/dist/esm/funcs/workspace-members-list.d.ts +19 -0
- package/dist/esm/funcs/workspace-members-list.d.ts.map +1 -0
- package/dist/esm/funcs/workspace-members-list.js +70 -0
- package/dist/esm/funcs/workspace-members-list.js.map +1 -0
- package/dist/esm/hooks/hooks.d.ts +25 -0
- package/dist/esm/hooks/hooks.d.ts.map +1 -0
- package/dist/esm/hooks/hooks.js +82 -0
- package/dist/esm/hooks/hooks.js.map +1 -0
- package/dist/esm/hooks/index.d.ts +3 -0
- package/dist/esm/hooks/index.d.ts.map +1 -0
- package/dist/esm/hooks/index.js +6 -0
- package/dist/esm/hooks/index.js.map +1 -0
- package/dist/esm/hooks/oauth2-scopes.d.ts +128 -0
- package/dist/esm/hooks/oauth2-scopes.d.ts.map +1 -0
- package/dist/esm/hooks/oauth2-scopes.js +5 -0
- package/dist/esm/hooks/oauth2-scopes.js.map +1 -0
- package/dist/esm/hooks/registration.d.ts +3 -0
- package/dist/esm/hooks/registration.d.ts.map +1 -0
- package/dist/esm/hooks/registration.js +12 -0
- package/dist/esm/hooks/registration.js.map +1 -0
- package/dist/esm/hooks/types.d.ts +76 -0
- package/dist/esm/hooks/types.d.ts.map +1 -0
- package/dist/esm/hooks/types.js +5 -0
- package/dist/esm/hooks/types.js.map +1 -0
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/base64.d.ts +10 -0
- package/dist/esm/lib/base64.d.ts.map +1 -0
- package/dist/esm/lib/base64.js +31 -0
- package/dist/esm/lib/base64.js.map +1 -0
- package/dist/esm/lib/config.d.ts +38 -0
- package/dist/esm/lib/config.d.ts.map +1 -0
- package/dist/esm/lib/config.js +34 -0
- package/dist/esm/lib/config.js.map +1 -0
- package/dist/esm/lib/dlv.d.ts +14 -0
- package/dist/esm/lib/dlv.d.ts.map +1 -0
- package/dist/esm/lib/dlv.js +46 -0
- package/dist/esm/lib/dlv.js.map +1 -0
- package/dist/esm/lib/encodings.d.ts +53 -0
- package/dist/esm/lib/encodings.d.ts.map +1 -0
- package/dist/esm/lib/encodings.js +370 -0
- package/dist/esm/lib/encodings.js.map +1 -0
- package/dist/esm/lib/env.d.ts +15 -0
- package/dist/esm/lib/env.d.ts.map +1 -0
- package/dist/esm/lib/env.js +44 -0
- package/dist/esm/lib/env.js.map +1 -0
- package/dist/esm/lib/files.d.ts +13 -0
- package/dist/esm/lib/files.d.ts.map +1 -0
- package/dist/esm/lib/files.js +73 -0
- package/dist/esm/lib/files.js.map +1 -0
- package/dist/esm/lib/http.d.ts +67 -0
- package/dist/esm/lib/http.d.ts.map +1 -0
- package/dist/esm/lib/http.js +207 -0
- package/dist/esm/lib/http.js.map +1 -0
- package/dist/esm/lib/is-plain-object.d.ts +2 -0
- package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
- package/dist/esm/lib/is-plain-object.js +38 -0
- package/dist/esm/lib/is-plain-object.js.map +1 -0
- package/dist/esm/lib/logger.d.ts +6 -0
- package/dist/esm/lib/logger.d.ts.map +1 -0
- package/dist/esm/lib/logger.js +5 -0
- package/dist/esm/lib/logger.js.map +1 -0
- package/dist/esm/lib/matchers.d.ts +59 -0
- package/dist/esm/lib/matchers.d.ts.map +1 -0
- package/dist/esm/lib/matchers.js +203 -0
- package/dist/esm/lib/matchers.js.map +1 -0
- package/dist/esm/lib/primitives.d.ts +26 -0
- package/dist/esm/lib/primitives.d.ts.map +1 -0
- package/dist/esm/lib/primitives.js +103 -0
- package/dist/esm/lib/primitives.js.map +1 -0
- package/dist/esm/lib/retries.d.ts +38 -0
- package/dist/esm/lib/retries.d.ts.map +1 -0
- package/dist/esm/lib/retries.js +147 -0
- package/dist/esm/lib/retries.js.map +1 -0
- package/dist/esm/lib/schemas.d.ts +21 -0
- package/dist/esm/lib/schemas.d.ts.map +1 -0
- package/dist/esm/lib/schemas.js +57 -0
- package/dist/esm/lib/schemas.js.map +1 -0
- package/dist/esm/lib/sdks.d.ts +63 -0
- package/dist/esm/lib/sdks.d.ts.map +1 -0
- package/dist/esm/lib/sdks.js +269 -0
- package/dist/esm/lib/sdks.js.map +1 -0
- package/dist/esm/lib/security.d.ts +83 -0
- package/dist/esm/lib/security.d.ts.map +1 -0
- package/dist/esm/lib/security.js +137 -0
- package/dist/esm/lib/security.js.map +1 -0
- package/dist/esm/lib/url.d.ts +5 -0
- package/dist/esm/lib/url.d.ts.map +1 -0
- package/dist/esm/lib/url.js +22 -0
- package/dist/esm/lib/url.js.map +1 -0
- package/dist/esm/models/attribute.d.ts +303 -0
- package/dist/esm/models/attribute.d.ts.map +1 -0
- package/dist/esm/models/attribute.js +248 -0
- package/dist/esm/models/attribute.js.map +1 -0
- package/dist/esm/models/comment.d.ts +150 -0
- package/dist/esm/models/comment.d.ts.map +1 -0
- package/dist/esm/models/comment.js +111 -0
- package/dist/esm/models/comment.js.map +1 -0
- package/dist/esm/models/errors/attio-base-error.d.ts +19 -0
- package/dist/esm/models/errors/attio-base-error.d.ts.map +1 -0
- package/dist/esm/models/errors/attio-base-error.js +16 -0
- package/dist/esm/models/errors/attio-base-error.js.map +1 -0
- package/dist/esm/models/errors/attio-error.d.ts +10 -0
- package/dist/esm/models/errors/attio-error.d.ts.map +1 -0
- package/dist/esm/models/errors/attio-error.js +30 -0
- package/dist/esm/models/errors/attio-error.js.map +1 -0
- package/dist/esm/models/errors/delete-v2-comments-comment-id.d.ts +29 -0
- package/dist/esm/models/errors/delete-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/esm/models/errors/delete-v2-comments-comment-id.js +41 -0
- package/dist/esm/models/errors/delete-v2-comments-comment-id.js.map +1 -0
- package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
- package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +40 -0
- package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.d.ts +29 -0
- package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.js +41 -0
- package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-comments-comment-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-comments-comment-id.js +41 -0
- package/dist/esm/models/errors/get-v2-comments-comment-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-lists-list.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-lists-list.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-lists-list.js +41 -0
- package/dist/esm/models/errors/get-v2-lists-list.js.map +1 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +40 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id.js +41 -0
- package/dist/esm/models/errors/get-v2-meetings-meeting-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-notes-note-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-notes-note-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-notes-note-id.js +41 -0
- package/dist/esm/models/errors/get-v2-notes-note-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-objects-object-records-record-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-objects-object-records-record-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-objects-object-records-record-id.js +43 -0
- package/dist/esm/models/errors/get-v2-objects-object-records-record-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-objects-object.d.ts +204 -0
- package/dist/esm/models/errors/get-v2-objects-object.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-objects-object.js +267 -0
- package/dist/esm/models/errors/get-v2-objects-object.js.map +1 -0
- package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.d.ts +229 -0
- package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.js +287 -0
- package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.js.map +1 -0
- package/dist/esm/models/errors/get-v2-tasks-task-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-tasks-task-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-tasks-task-id.js +41 -0
- package/dist/esm/models/errors/get-v2-tasks-task-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-threads-thread-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-threads-thread-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-threads-thread-id.js +41 -0
- package/dist/esm/models/errors/get-v2-threads-thread-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-webhooks-webhook-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-webhooks-webhook-id.js +41 -0
- package/dist/esm/models/errors/get-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.d.ts +29 -0
- package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
- package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.js +37 -0
- package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.js.map +1 -0
- package/dist/esm/models/errors/http-client-errors.d.ts +44 -0
- package/dist/esm/models/errors/http-client-errors.d.ts.map +1 -0
- package/dist/esm/models/errors/http-client-errors.js +69 -0
- package/dist/esm/models/errors/http-client-errors.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +32 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -0
- package/dist/esm/models/errors/index.js +35 -0
- package/dist/esm/models/errors/index.js.map +1 -0
- package/dist/esm/models/errors/post-v2-comments.d.ts +29 -0
- package/dist/esm/models/errors/post-v2-comments.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-comments.js +37 -0
- package/dist/esm/models/errors/post-v2-comments.js.map +1 -0
- package/dist/esm/models/errors/post-v2-lists-list-entries.d.ts +54 -0
- package/dist/esm/models/errors/post-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-lists-list-entries.js +73 -0
- package/dist/esm/models/errors/post-v2-lists-list-entries.js.map +1 -0
- package/dist/esm/models/errors/post-v2-lists.d.ts +129 -0
- package/dist/esm/models/errors/post-v2-lists.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-lists.js +169 -0
- package/dist/esm/models/errors/post-v2-lists.js.map +1 -0
- package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts +79 -0
- package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.js +104 -0
- package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/esm/models/errors/post-v2-meetings.d.ts +29 -0
- package/dist/esm/models/errors/post-v2-meetings.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-meetings.js +37 -0
- package/dist/esm/models/errors/post-v2-meetings.js.map +1 -0
- package/dist/esm/models/errors/post-v2-objects-object-records-query.d.ts +54 -0
- package/dist/esm/models/errors/post-v2-objects-object-records-query.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-objects-object-records-query.js +74 -0
- package/dist/esm/models/errors/post-v2-objects-object-records-query.js.map +1 -0
- package/dist/esm/models/errors/post-v2-objects-records-search.d.ts +29 -0
- package/dist/esm/models/errors/post-v2-objects-records-search.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-objects-records-search.js +41 -0
- package/dist/esm/models/errors/post-v2-objects-records-search.js.map +1 -0
- package/dist/esm/models/errors/post-v2-objects.d.ts +29 -0
- package/dist/esm/models/errors/post-v2-objects.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-objects.js +41 -0
- package/dist/esm/models/errors/post-v2-objects.js.map +1 -0
- package/dist/esm/models/errors/post-v2-target-identifier-attributes.d.ts +79 -0
- package/dist/esm/models/errors/post-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-target-identifier-attributes.js +105 -0
- package/dist/esm/models/errors/post-v2-target-identifier-attributes.js.map +1 -0
- package/dist/esm/models/errors/post-v2-webhooks.d.ts +29 -0
- package/dist/esm/models/errors/post-v2-webhooks.d.ts.map +1 -0
- package/dist/esm/models/errors/post-v2-webhooks.js +41 -0
- package/dist/esm/models/errors/post-v2-webhooks.js.map +1 -0
- package/dist/esm/models/errors/put-v2-lists-list-entries.d.ts +54 -0
- package/dist/esm/models/errors/put-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/esm/models/errors/put-v2-lists-list-entries.js +73 -0
- package/dist/esm/models/errors/put-v2-lists-list-entries.js.map +1 -0
- package/dist/esm/models/errors/response-validation-error.d.ts +26 -0
- package/dist/esm/models/errors/response-validation-error.d.ts.map +1 -0
- package/dist/esm/models/errors/response-validation-error.js +29 -0
- package/dist/esm/models/errors/response-validation-error.js.map +1 -0
- package/dist/esm/models/errors/sdk-validation-error.d.ts +21 -0
- package/dist/esm/models/errors/sdk-validation-error.d.ts.map +1 -0
- package/dist/esm/models/errors/sdk-validation-error.js +44 -0
- package/dist/esm/models/errors/sdk-validation-error.js.map +1 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +18 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/input-value-union.d.ts +1274 -0
- package/dist/esm/models/input-value-union.d.ts.map +1 -0
- package/dist/esm/models/input-value-union.js +1113 -0
- package/dist/esm/models/input-value-union.js.map +1 -0
- package/dist/esm/models/list.d.ts +124 -0
- package/dist/esm/models/list.d.ts.map +1 -0
- package/dist/esm/models/list.js +97 -0
- package/dist/esm/models/list.js.map +1 -0
- package/dist/esm/models/meeting.d.ts +183 -0
- package/dist/esm/models/meeting.d.ts.map +1 -0
- package/dist/esm/models/meeting.js +159 -0
- package/dist/esm/models/meeting.js.map +1 -0
- package/dist/esm/models/note.d.ts +135 -0
- package/dist/esm/models/note.d.ts.map +1 -0
- package/dist/esm/models/note.js +105 -0
- package/dist/esm/models/note.js.map +1 -0
- package/dist/esm/models/object.d.ts +39 -0
- package/dist/esm/models/object.d.ts.map +1 -0
- package/dist/esm/models/object.js +39 -0
- package/dist/esm/models/object.js.map +1 -0
- package/dist/esm/models/operations/delete-v2-comments-comment-id.d.ts +34 -0
- package/dist/esm/models/operations/delete-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/esm/models/operations/delete-v2-comments-comment-id.js +33 -0
- package/dist/esm/models/operations/delete-v2-comments-comment-id.js.map +1 -0
- package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +36 -0
- package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +37 -0
- package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.d.ts +34 -0
- package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.js +33 -0
- package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/esm/models/operations/get-scim-v2-schemas.d.ts +17 -0
- package/dist/esm/models/operations/get-scim-v2-schemas.d.ts.map +1 -0
- package/dist/esm/models/operations/get-scim-v2-schemas.js +23 -0
- package/dist/esm/models/operations/get-scim-v2-schemas.js.map +1 -0
- package/dist/esm/models/operations/get-v2-comments-comment-id.d.ts +37 -0
- package/dist/esm/models/operations/get-v2-comments-comment-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-comments-comment-id.js +36 -0
- package/dist/esm/models/operations/get-v2-comments-comment-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-lists-list.d.ts +8779 -0
- package/dist/esm/models/operations/get-v2-lists-list.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-lists-list.js +7146 -0
- package/dist/esm/models/operations/get-v2-lists-list.js.map +1 -0
- package/dist/esm/models/operations/get-v2-lists.d.ts +14 -0
- package/dist/esm/models/operations/get-v2-lists.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-lists.js +14 -0
- package/dist/esm/models/operations/get-v2-lists.js.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts +102 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js +99 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +122 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +104 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts +119 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.js +107 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id.d.ts +37 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id.js +36 -0
- package/dist/esm/models/operations/get-v2-meetings-meeting-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings.d.ts +64 -0
- package/dist/esm/models/operations/get-v2-meetings.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-meetings.js +59 -0
- package/dist/esm/models/operations/get-v2-meetings.js.map +1 -0
- package/dist/esm/models/operations/get-v2-notes-note-id.d.ts +54 -0
- package/dist/esm/models/operations/get-v2-notes-note-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-notes-note-id.js +52 -0
- package/dist/esm/models/operations/get-v2-notes-note-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.d.ts +50 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.js +47 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.js.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id.d.ts +1754 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id.js +1441 -0
- package/dist/esm/models/operations/get-v2-objects-object-records-record-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object.d.ts +8272 -0
- package/dist/esm/models/operations/get-v2-objects-object.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-objects-object.js +6723 -0
- package/dist/esm/models/operations/get-v2-objects-object.js.map +1 -0
- package/dist/esm/models/operations/get-v2-objects.d.ts +14 -0
- package/dist/esm/models/operations/get-v2-objects.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-objects.js +14 -0
- package/dist/esm/models/operations/get-v2-objects.js.map +1 -0
- package/dist/esm/models/operations/get-v2-self.d.ts +103 -0
- package/dist/esm/models/operations/get-v2-self.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-self.js +70 -0
- package/dist/esm/models/operations/get-v2-self.js.map +1 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.d.ts +2481 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.js +1967 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.js.map +1 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes.d.ts +49 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes.js +39 -0
- package/dist/esm/models/operations/get-v2-target-identifier-attributes.js.map +1 -0
- package/dist/esm/models/operations/get-v2-tasks-task-id.d.ts +54 -0
- package/dist/esm/models/operations/get-v2-tasks-task-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-tasks-task-id.js +52 -0
- package/dist/esm/models/operations/get-v2-tasks-task-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-tasks.d.ts +53 -0
- package/dist/esm/models/operations/get-v2-tasks.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-tasks.js +43 -0
- package/dist/esm/models/operations/get-v2-tasks.js.map +1 -0
- package/dist/esm/models/operations/get-v2-threads-thread-id.d.ts +37 -0
- package/dist/esm/models/operations/get-v2-threads-thread-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-threads-thread-id.js +36 -0
- package/dist/esm/models/operations/get-v2-threads-thread-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-threads.d.ts +34 -0
- package/dist/esm/models/operations/get-v2-threads.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-threads.js +32 -0
- package/dist/esm/models/operations/get-v2-threads.js.map +1 -0
- package/dist/esm/models/operations/get-v2-webhooks-webhook-id.d.ts +557 -0
- package/dist/esm/models/operations/get-v2-webhooks-webhook-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-webhooks-webhook-id.js +571 -0
- package/dist/esm/models/operations/get-v2-webhooks-webhook-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-webhooks.d.ts +186 -0
- package/dist/esm/models/operations/get-v2-webhooks.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-webhooks.js +202 -0
- package/dist/esm/models/operations/get-v2-webhooks.js.map +1 -0
- package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.d.ts +37 -0
- package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.js +37 -0
- package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.js.map +1 -0
- package/dist/esm/models/operations/get-v2-workspace-members.d.ts +14 -0
- package/dist/esm/models/operations/get-v2-workspace-members.d.ts.map +1 -0
- package/dist/esm/models/operations/get-v2-workspace-members.js +14 -0
- package/dist/esm/models/operations/get-v2-workspace-members.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +40 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -0
- package/dist/esm/models/operations/index.js +43 -0
- package/dist/esm/models/operations/index.js.map +1 -0
- package/dist/esm/models/operations/post-v2-comments.d.ts +271 -0
- package/dist/esm/models/operations/post-v2-comments.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-comments.js +180 -0
- package/dist/esm/models/operations/post-v2-comments.js.map +1 -0
- package/dist/esm/models/operations/post-v2-lists-list-entries.d.ts +1788 -0
- package/dist/esm/models/operations/post-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-lists-list-entries.js +1448 -0
- package/dist/esm/models/operations/post-v2-lists-list-entries.js.map +1 -0
- package/dist/esm/models/operations/post-v2-lists.d.ts +288 -0
- package/dist/esm/models/operations/post-v2-lists.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-lists.js +206 -0
- package/dist/esm/models/operations/post-v2-lists.js.map +1 -0
- package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts +187 -0
- package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.js +157 -0
- package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
- package/dist/esm/models/operations/post-v2-meetings.d.ts +289 -0
- package/dist/esm/models/operations/post-v2-meetings.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-meetings.js +200 -0
- package/dist/esm/models/operations/post-v2-meetings.js.map +1 -0
- package/dist/esm/models/operations/post-v2-objects-object-records-query.d.ts +1863 -0
- package/dist/esm/models/operations/post-v2-objects-object-records-query.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-objects-object-records-query.js +1484 -0
- package/dist/esm/models/operations/post-v2-objects-object-records-query.js.map +1 -0
- package/dist/esm/models/operations/post-v2-objects-records-search.d.ts +260 -0
- package/dist/esm/models/operations/post-v2-objects-records-search.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-objects-records-search.js +227 -0
- package/dist/esm/models/operations/post-v2-objects-records-search.js.map +1 -0
- package/dist/esm/models/operations/post-v2-objects.d.ts +60 -0
- package/dist/esm/models/operations/post-v2-objects.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-objects.js +47 -0
- package/dist/esm/models/operations/post-v2-objects.js.map +1 -0
- package/dist/esm/models/operations/post-v2-target-identifier-attributes.d.ts +369 -0
- package/dist/esm/models/operations/post-v2-target-identifier-attributes.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-target-identifier-attributes.js +263 -0
- package/dist/esm/models/operations/post-v2-target-identifier-attributes.js.map +1 -0
- package/dist/esm/models/operations/post-v2-webhooks.d.ts +371 -0
- package/dist/esm/models/operations/post-v2-webhooks.d.ts.map +1 -0
- package/dist/esm/models/operations/post-v2-webhooks.js +361 -0
- package/dist/esm/models/operations/post-v2-webhooks.js.map +1 -0
- package/dist/esm/models/operations/put-v2-lists-list-entries.d.ts +1788 -0
- package/dist/esm/models/operations/put-v2-lists-list-entries.d.ts.map +1 -0
- package/dist/esm/models/operations/put-v2-lists-list-entries.js +1448 -0
- package/dist/esm/models/operations/put-v2-lists-list-entries.js.map +1 -0
- package/dist/esm/models/output-value.d.ts +1191 -0
- package/dist/esm/models/output-value.d.ts.map +1 -0
- package/dist/esm/models/output-value.js +1074 -0
- package/dist/esm/models/output-value.js.map +1 -0
- package/dist/esm/models/security.d.ts +12 -0
- package/dist/esm/models/security.d.ts.map +1 -0
- package/dist/esm/models/security.js +12 -0
- package/dist/esm/models/security.js.map +1 -0
- package/dist/esm/models/select-option.d.ts +39 -0
- package/dist/esm/models/select-option.d.ts.map +1 -0
- package/dist/esm/models/select-option.js +38 -0
- package/dist/esm/models/select-option.js.map +1 -0
- package/dist/esm/models/status.d.ts +47 -0
- package/dist/esm/models/status.d.ts.map +1 -0
- package/dist/esm/models/status.js +42 -0
- package/dist/esm/models/status.js.map +1 -0
- package/dist/esm/models/task.d.ts +124 -0
- package/dist/esm/models/task.d.ts.map +1 -0
- package/dist/esm/models/task.js +101 -0
- package/dist/esm/models/task.js.map +1 -0
- package/dist/esm/models/thread.d.ts +32 -0
- package/dist/esm/models/thread.d.ts.map +1 -0
- package/dist/esm/models/thread.js +35 -0
- package/dist/esm/models/thread.js.map +1 -0
- package/dist/esm/models/workspace-member.d.ts +62 -0
- package/dist/esm/models/workspace-member.d.ts.map +1 -0
- package/dist/esm/models/workspace-member.js +54 -0
- package/dist/esm/models/workspace-member.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/sdk/attributes.d.ts +99 -0
- package/dist/esm/sdk/attributes.d.ts.map +1 -0
- package/dist/esm/sdk/attributes.js +132 -0
- package/dist/esm/sdk/attributes.js.map +1 -0
- package/dist/esm/sdk/call-recordings.d.ts +49 -0
- package/dist/esm/sdk/call-recordings.d.ts.map +1 -0
- package/dist/esm/sdk/call-recordings.js +64 -0
- package/dist/esm/sdk/call-recordings.js.map +1 -0
- package/dist/esm/sdk/comments.d.ts +40 -0
- package/dist/esm/sdk/comments.d.ts.map +1 -0
- package/dist/esm/sdk/comments.js +52 -0
- package/dist/esm/sdk/comments.js.map +1 -0
- package/dist/esm/sdk/entries.d.ts +77 -0
- package/dist/esm/sdk/entries.d.ts.map +1 -0
- package/dist/esm/sdk/entries.js +104 -0
- package/dist/esm/sdk/entries.js.map +1 -0
- package/dist/esm/sdk/index.d.ts +2 -0
- package/dist/esm/sdk/index.d.ts.map +1 -0
- package/dist/esm/sdk/index.js +5 -0
- package/dist/esm/sdk/index.js.map +1 -0
- package/dist/esm/sdk/lists.d.ts +47 -0
- package/dist/esm/sdk/lists.d.ts.map +1 -0
- package/dist/esm/sdk/lists.js +62 -0
- package/dist/esm/sdk/lists.js.map +1 -0
- package/dist/esm/sdk/meetings.d.ts +38 -0
- package/dist/esm/sdk/meetings.d.ts.map +1 -0
- package/dist/esm/sdk/meetings.js +50 -0
- package/dist/esm/sdk/meetings.js.map +1 -0
- package/dist/esm/sdk/meta.d.ts +12 -0
- package/dist/esm/sdk/meta.d.ts.map +1 -0
- package/dist/esm/sdk/meta.js +18 -0
- package/dist/esm/sdk/meta.js.map +1 -0
- package/dist/esm/sdk/notes.d.ts +41 -0
- package/dist/esm/sdk/notes.d.ts.map +1 -0
- package/dist/esm/sdk/notes.js +56 -0
- package/dist/esm/sdk/notes.js.map +1 -0
- package/dist/esm/sdk/objects.d.ts +41 -0
- package/dist/esm/sdk/objects.d.ts.map +1 -0
- package/dist/esm/sdk/objects.js +56 -0
- package/dist/esm/sdk/objects.js.map +1 -0
- package/dist/esm/sdk/records.d.ts +101 -0
- package/dist/esm/sdk/records.d.ts.map +1 -0
- package/dist/esm/sdk/records.js +134 -0
- package/dist/esm/sdk/records.js.map +1 -0
- package/dist/esm/sdk/scim-schemas.d.ts +14 -0
- package/dist/esm/sdk/scim-schemas.d.ts.map +1 -0
- package/dist/esm/sdk/scim-schemas.js +20 -0
- package/dist/esm/sdk/scim-schemas.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +52 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -0
- package/dist/esm/sdk/sdk.js +71 -0
- package/dist/esm/sdk/sdk.js.map +1 -0
- package/dist/esm/sdk/tasks.d.ts +52 -0
- package/dist/esm/sdk/tasks.d.ts.map +1 -0
- package/dist/esm/sdk/tasks.js +70 -0
- package/dist/esm/sdk/tasks.js.map +1 -0
- package/dist/esm/sdk/threads.d.ts +31 -0
- package/dist/esm/sdk/threads.d.ts.map +1 -0
- package/dist/esm/sdk/threads.js +40 -0
- package/dist/esm/sdk/threads.js.map +1 -0
- package/dist/esm/sdk/transcripts.d.ts +16 -0
- package/dist/esm/sdk/transcripts.d.ts.map +1 -0
- package/dist/esm/sdk/transcripts.js +22 -0
- package/dist/esm/sdk/transcripts.js.map +1 -0
- package/dist/esm/sdk/webhooks.d.ts +50 -0
- package/dist/esm/sdk/webhooks.d.ts.map +1 -0
- package/dist/esm/sdk/webhooks.js +68 -0
- package/dist/esm/sdk/webhooks.js.map +1 -0
- package/dist/esm/sdk/workspace-members.d.ts +23 -0
- package/dist/esm/sdk/workspace-members.d.ts.map +1 -0
- package/dist/esm/sdk/workspace-members.js +32 -0
- package/dist/esm/sdk/workspace-members.js.map +1 -0
- package/dist/esm/types/async.d.ts +23 -0
- package/dist/esm/types/async.d.ts.map +1 -0
- package/dist/esm/types/async.js +40 -0
- package/dist/esm/types/async.js.map +1 -0
- package/dist/esm/types/blobs.d.ts +4 -0
- package/dist/esm/types/blobs.d.ts.map +1 -0
- package/dist/esm/types/blobs.js +25 -0
- package/dist/esm/types/blobs.js.map +1 -0
- package/dist/esm/types/const-date-time.d.ts +3 -0
- package/dist/esm/types/const-date-time.d.ts.map +1 -0
- package/dist/esm/types/const-date-time.js +10 -0
- package/dist/esm/types/const-date-time.js.map +1 -0
- package/dist/esm/types/default-to-zero-value.d.ts +12 -0
- package/dist/esm/types/default-to-zero-value.d.ts.map +1 -0
- package/dist/esm/types/default-to-zero-value.js +31 -0
- package/dist/esm/types/default-to-zero-value.js.map +1 -0
- package/dist/esm/types/discriminated-union.d.ts +25 -0
- package/dist/esm/types/discriminated-union.d.ts.map +1 -0
- package/dist/esm/types/discriminated-union.js +61 -0
- package/dist/esm/types/discriminated-union.js.map +1 -0
- package/dist/esm/types/enums.d.ts +9 -0
- package/dist/esm/types/enums.d.ts.map +1 -0
- package/dist/esm/types/enums.js +27 -0
- package/dist/esm/types/enums.js.map +1 -0
- package/dist/esm/types/fp.d.ts +31 -0
- package/dist/esm/types/fp.d.ts.map +1 -0
- package/dist/esm/types/fp.js +31 -0
- package/dist/esm/types/fp.js.map +1 -0
- package/dist/esm/types/index.d.ts +10 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/index.js +10 -0
- package/dist/esm/types/index.js.map +1 -0
- package/dist/esm/types/operations.d.ts +27 -0
- package/dist/esm/types/operations.d.ts.map +1 -0
- package/dist/esm/types/operations.js +77 -0
- package/dist/esm/types/operations.js.map +1 -0
- package/dist/esm/types/primitives.d.ts +11 -0
- package/dist/esm/types/primitives.d.ts.map +1 -0
- package/dist/esm/types/primitives.js +132 -0
- package/dist/esm/types/primitives.js.map +1 -0
- package/dist/esm/types/rfcdate.d.ts +21 -0
- package/dist/esm/types/rfcdate.d.ts.map +1 -0
- package/dist/esm/types/rfcdate.js +42 -0
- package/dist/esm/types/rfcdate.js.map +1 -0
- package/dist/esm/types/smart-union.d.ts +7 -0
- package/dist/esm/types/smart-union.d.ts.map +1 -0
- package/dist/esm/types/smart-union.js +118 -0
- package/dist/esm/types/smart-union.js.map +1 -0
- package/dist/esm/types/streams.d.ts +2 -0
- package/dist/esm/types/streams.d.ts.map +1 -0
- package/dist/esm/types/streams.js +15 -0
- package/dist/esm/types/streams.js.map +1 -0
- package/dist/esm/types/unrecognized.d.ts +16 -0
- package/dist/esm/types/unrecognized.d.ts.map +1 -0
- package/dist/esm/types/unrecognized.js +31 -0
- package/dist/esm/types/unrecognized.js.map +1 -0
- package/examples/node_modules/.package-lock.json +174 -0
- package/examples/node_modules/@esbuild/darwin-arm64/package.json +20 -0
- package/examples/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/examples/node_modules/@types/node/assert.d.ts +1062 -0
- package/examples/node_modules/@types/node/async_hooks.d.ts +605 -0
- package/examples/node_modules/@types/node/buffer.buffer.d.ts +471 -0
- package/examples/node_modules/@types/node/buffer.d.ts +1936 -0
- package/examples/node_modules/@types/node/child_process.d.ts +1475 -0
- package/examples/node_modules/@types/node/cluster.d.ts +577 -0
- package/examples/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/examples/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/examples/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/examples/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/examples/node_modules/@types/node/console.d.ts +452 -0
- package/examples/node_modules/@types/node/constants.d.ts +21 -0
- package/examples/node_modules/@types/node/crypto.d.ts +4590 -0
- package/examples/node_modules/@types/node/dgram.d.ts +597 -0
- package/examples/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
- package/examples/node_modules/@types/node/dns/promises.d.ts +479 -0
- package/examples/node_modules/@types/node/dns.d.ts +871 -0
- package/examples/node_modules/@types/node/domain.d.ts +170 -0
- package/examples/node_modules/@types/node/events.d.ts +977 -0
- package/examples/node_modules/@types/node/fs/promises.d.ts +1270 -0
- package/examples/node_modules/@types/node/fs.d.ts +4375 -0
- package/examples/node_modules/@types/node/globals.d.ts +172 -0
- package/examples/node_modules/@types/node/globals.typedarray.d.ts +38 -0
- package/examples/node_modules/@types/node/http.d.ts +2049 -0
- package/examples/node_modules/@types/node/http2.d.ts +2631 -0
- package/examples/node_modules/@types/node/https.d.ts +578 -0
- package/examples/node_modules/@types/node/index.d.ts +93 -0
- package/examples/node_modules/@types/node/inspector.generated.d.ts +3966 -0
- package/examples/node_modules/@types/node/module.d.ts +539 -0
- package/examples/node_modules/@types/node/net.d.ts +1012 -0
- package/examples/node_modules/@types/node/os.d.ts +506 -0
- package/examples/node_modules/@types/node/package.json +140 -0
- package/examples/node_modules/@types/node/path.d.ts +200 -0
- package/examples/node_modules/@types/node/perf_hooks.d.ts +961 -0
- package/examples/node_modules/@types/node/process.d.ts +1966 -0
- package/examples/node_modules/@types/node/punycode.d.ts +117 -0
- package/examples/node_modules/@types/node/querystring.d.ts +152 -0
- package/examples/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/examples/node_modules/@types/node/readline.d.ts +589 -0
- package/examples/node_modules/@types/node/repl.d.ts +430 -0
- package/examples/node_modules/@types/node/sea.d.ts +153 -0
- package/examples/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/examples/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/examples/node_modules/@types/node/stream/web.d.ts +533 -0
- package/examples/node_modules/@types/node/stream.d.ts +1675 -0
- package/examples/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/examples/node_modules/@types/node/test.d.ts +1787 -0
- package/examples/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/examples/node_modules/@types/node/timers.d.ts +286 -0
- package/examples/node_modules/@types/node/tls.d.ts +1259 -0
- package/examples/node_modules/@types/node/trace_events.d.ts +197 -0
- package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
- package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +34 -0
- package/examples/node_modules/@types/node/ts5.6/index.d.ts +93 -0
- package/examples/node_modules/@types/node/tty.d.ts +208 -0
- package/examples/node_modules/@types/node/url.d.ts +964 -0
- package/examples/node_modules/@types/node/util.d.ts +2331 -0
- package/examples/node_modules/@types/node/v8.d.ts +809 -0
- package/examples/node_modules/@types/node/vm.d.ts +1001 -0
- package/examples/node_modules/@types/node/wasi.d.ts +181 -0
- package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/examples/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/examples/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/examples/node_modules/@types/node/web-globals/fetch.d.ts +55 -0
- package/examples/node_modules/@types/node/worker_threads.d.ts +715 -0
- package/examples/node_modules/@types/node/zlib.d.ts +540 -0
- package/examples/node_modules/dotenv/config.d.ts +1 -0
- package/examples/node_modules/dotenv/config.js +9 -0
- package/examples/node_modules/dotenv/lib/cli-options.js +17 -0
- package/examples/node_modules/dotenv/lib/env-options.js +28 -0
- package/examples/node_modules/dotenv/lib/main.d.ts +162 -0
- package/examples/node_modules/dotenv/lib/main.js +386 -0
- package/examples/node_modules/dotenv/package.json +62 -0
- package/examples/node_modules/esbuild/install.js +289 -0
- package/examples/node_modules/esbuild/lib/main.d.ts +716 -0
- package/examples/node_modules/esbuild/lib/main.js +2242 -0
- package/examples/node_modules/esbuild/package.json +49 -0
- package/examples/node_modules/fsevents/fsevents.d.ts +46 -0
- package/examples/node_modules/fsevents/fsevents.js +83 -0
- package/examples/node_modules/fsevents/package.json +62 -0
- package/examples/node_modules/get-tsconfig/dist/index.mjs +7 -0
- package/examples/node_modules/get-tsconfig/package.json +46 -0
- package/examples/node_modules/resolve-pkg-maps/dist/index.mjs +1 -0
- package/examples/node_modules/resolve-pkg-maps/package.json +42 -0
- package/examples/node_modules/tsx/dist/cjs/api/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/cjs/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/cli.mjs +55 -0
- package/examples/node_modules/tsx/dist/client-BQVF1NaW.mjs +1 -0
- package/examples/node_modules/tsx/dist/esm/api/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/esm/index.mjs +2 -0
- package/examples/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs +1 -0
- package/examples/node_modules/tsx/dist/index-7AaEi15b.mjs +14 -0
- package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +1 -0
- package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +3 -0
- package/examples/node_modules/tsx/dist/loader.mjs +1 -0
- package/examples/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs +1 -0
- package/examples/node_modules/tsx/dist/package-CeBgXWuR.mjs +1 -0
- package/examples/node_modules/tsx/dist/patch-repl.mjs +1 -0
- package/examples/node_modules/tsx/dist/preflight.mjs +1 -0
- package/examples/node_modules/tsx/dist/register-B7jrtLTO.mjs +1 -0
- package/examples/node_modules/tsx/dist/register-CFH5oNdT.mjs +4 -0
- package/examples/node_modules/tsx/dist/repl.mjs +3 -0
- package/examples/node_modules/tsx/dist/require-DQxpCAr4.mjs +1 -0
- package/examples/node_modules/tsx/dist/suppress-warnings.mjs +1 -0
- package/examples/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs +1 -0
- package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +5 -0
- package/examples/node_modules/tsx/package.json +68 -0
- package/examples/node_modules/undici-types/agent.d.ts +31 -0
- package/examples/node_modules/undici-types/api.d.ts +43 -0
- package/examples/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/examples/node_modules/undici-types/cache.d.ts +36 -0
- package/examples/node_modules/undici-types/client.d.ts +108 -0
- package/examples/node_modules/undici-types/connector.d.ts +34 -0
- package/examples/node_modules/undici-types/content-type.d.ts +21 -0
- package/examples/node_modules/undici-types/cookies.d.ts +28 -0
- package/examples/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/examples/node_modules/undici-types/dispatcher.d.ts +256 -0
- package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/examples/node_modules/undici-types/errors.d.ts +149 -0
- package/examples/node_modules/undici-types/eventsource.d.ts +61 -0
- package/examples/node_modules/undici-types/fetch.d.ts +209 -0
- package/examples/node_modules/undici-types/file.d.ts +39 -0
- package/examples/node_modules/undici-types/filereader.d.ts +54 -0
- package/examples/node_modules/undici-types/formdata.d.ts +108 -0
- package/examples/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/examples/node_modules/undici-types/global-origin.d.ts +7 -0
- package/examples/node_modules/undici-types/handlers.d.ts +15 -0
- package/examples/node_modules/undici-types/header.d.ts +4 -0
- package/examples/node_modules/undici-types/index.d.ts +71 -0
- package/examples/node_modules/undici-types/interceptors.d.ts +17 -0
- package/examples/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/examples/node_modules/undici-types/mock-client.d.ts +25 -0
- package/examples/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/examples/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/examples/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/examples/node_modules/undici-types/package.json +55 -0
- package/examples/node_modules/undici-types/patch.d.ts +33 -0
- package/examples/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/examples/node_modules/undici-types/pool.d.ts +39 -0
- package/examples/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/examples/node_modules/undici-types/readable.d.ts +65 -0
- package/examples/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/examples/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/examples/node_modules/undici-types/util.d.ts +18 -0
- package/examples/node_modules/undici-types/webidl.d.ts +228 -0
- package/examples/node_modules/undici-types/websocket.d.ts +150 -0
- package/examples/objectsList.example.ts +26 -0
- package/examples/package-lock.json +611 -0
- package/examples/package.json +18 -0
- package/jsr.json +27 -0
- package/package.json +127 -0
- package/src/core.ts +13 -0
- package/src/funcs/attributes-create-option.ts +219 -0
- package/src/funcs/attributes-create-status.ts +219 -0
- package/src/funcs/attributes-create.ts +211 -0
- package/src/funcs/attributes-get.ts +200 -0
- package/src/funcs/attributes-list-options.ts +206 -0
- package/src/funcs/attributes-list-statuses.ts +207 -0
- package/src/funcs/attributes-list.ts +187 -0
- package/src/funcs/attributes-update-option.ts +225 -0
- package/src/funcs/attributes-update-status.ts +225 -0
- package/src/funcs/attributes-update.ts +206 -0
- package/src/funcs/call-recordings-create.ts +205 -0
- package/src/funcs/call-recordings-delete.ts +203 -0
- package/src/funcs/call-recordings-get.ts +203 -0
- package/src/funcs/call-recordings-list-by-meeting.ts +186 -0
- package/src/funcs/comments-create.ts +176 -0
- package/src/funcs/comments-delete.ts +182 -0
- package/src/funcs/comments-get.ts +183 -0
- package/src/funcs/entries-append-update.ts +194 -0
- package/src/funcs/entries-create.ts +187 -0
- package/src/funcs/entries-delete.ts +189 -0
- package/src/funcs/entries-get.ts +186 -0
- package/src/funcs/entries-list-attribute-values.ts +207 -0
- package/src/funcs/entries-query.ts +183 -0
- package/src/funcs/entries-update.ts +191 -0
- package/src/funcs/entries-upsert-by-parent.ts +184 -0
- package/src/funcs/lists-create.ts +190 -0
- package/src/funcs/lists-get.ts +178 -0
- package/src/funcs/lists-list.ts +144 -0
- package/src/funcs/lists-update.ts +184 -0
- package/src/funcs/meetings-create-or-find.ts +174 -0
- package/src/funcs/meetings-get.ts +181 -0
- package/src/funcs/meetings-list.ts +181 -0
- package/src/funcs/meta-identify.ts +142 -0
- package/src/funcs/notes-create.ts +172 -0
- package/src/funcs/notes-delete.ts +179 -0
- package/src/funcs/notes-get.ts +179 -0
- package/src/funcs/notes-list.ts +180 -0
- package/src/funcs/objects-create.ts +172 -0
- package/src/funcs/objects-get.ts +179 -0
- package/src/funcs/objects-list.ts +144 -0
- package/src/funcs/objects-update.ts +191 -0
- package/src/funcs/records-assert.ts +197 -0
- package/src/funcs/records-create.ts +190 -0
- package/src/funcs/records-delete.ts +194 -0
- package/src/funcs/records-get-attribute-values.ts +219 -0
- package/src/funcs/records-get.ts +194 -0
- package/src/funcs/records-list-entries.ts +189 -0
- package/src/funcs/records-overwrite-update.ts +196 -0
- package/src/funcs/records-query.ts +193 -0
- package/src/funcs/records-search.ts +183 -0
- package/src/funcs/records-update.ts +196 -0
- package/src/funcs/scim-schemas-list.ts +144 -0
- package/src/funcs/tasks-create.ts +178 -0
- package/src/funcs/tasks-delete.ts +179 -0
- package/src/funcs/tasks-get.ts +179 -0
- package/src/funcs/tasks-list.ts +174 -0
- package/src/funcs/tasks-update.ts +184 -0
- package/src/funcs/threads-get.ts +183 -0
- package/src/funcs/threads-list.ts +177 -0
- package/src/funcs/transcripts-get.ts +195 -0
- package/src/funcs/webhooks-create.ts +172 -0
- package/src/funcs/webhooks-delete.ts +182 -0
- package/src/funcs/webhooks-get.ts +179 -0
- package/src/funcs/webhooks-list.ts +172 -0
- package/src/funcs/webhooks-update.ts +180 -0
- package/src/funcs/workspace-members-get.ts +191 -0
- package/src/funcs/workspace-members-list.ts +144 -0
- package/src/hooks/hooks.ts +132 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/oauth2-scopes.ts +131 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +107 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +39 -0
- package/src/lib/config.ts +67 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +501 -0
- package/src/lib/env.ts +57 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +349 -0
- package/src/lib/primitives.ts +150 -0
- package/src/lib/retries.ts +218 -0
- package/src/lib/schemas.ts +94 -0
- package/src/lib/sdks.ts +406 -0
- package/src/lib/security.ts +264 -0
- package/src/lib/url.ts +33 -0
- package/src/models/attribute.ts +579 -0
- package/src/models/comment.ts +293 -0
- package/src/models/errors/attio-base-error.ts +35 -0
- package/src/models/errors/attio-error.ts +40 -0
- package/src/models/errors/delete-v2-comments-comment-id.ts +68 -0
- package/src/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +80 -0
- package/src/models/errors/delete-v2-webhooks-webhook-id.ts +68 -0
- package/src/models/errors/get-v2-comments-comment-id.ts +70 -0
- package/src/models/errors/get-v2-lists-list.ts +71 -0
- package/src/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +80 -0
- package/src/models/errors/get-v2-meetings-meeting-id.ts +70 -0
- package/src/models/errors/get-v2-notes-note-id.ts +70 -0
- package/src/models/errors/get-v2-objects-object-records-record-id.ts +73 -0
- package/src/models/errors/get-v2-objects-object.ts +500 -0
- package/src/models/errors/get-v2-target-identifier-attributes-attribute.ts +656 -0
- package/src/models/errors/get-v2-tasks-task-id.ts +70 -0
- package/src/models/errors/get-v2-threads-thread-id.ts +70 -0
- package/src/models/errors/get-v2-webhooks-webhook-id.ts +70 -0
- package/src/models/errors/get-v2-workspace-members-workspace-member-id.ts +72 -0
- package/src/models/errors/http-client-errors.ts +62 -0
- package/src/models/errors/index.ts +35 -0
- package/src/models/errors/post-v2-comments.ts +65 -0
- package/src/models/errors/post-v2-lists-list-entries.ts +129 -0
- package/src/models/errors/post-v2-lists.ts +312 -0
- package/src/models/errors/post-v2-meetings-meeting-id-call-recordings.ts +202 -0
- package/src/models/errors/post-v2-meetings.ts +65 -0
- package/src/models/errors/post-v2-objects-object-records-query.ts +132 -0
- package/src/models/errors/post-v2-objects-records-search.ts +70 -0
- package/src/models/errors/post-v2-objects.ts +70 -0
- package/src/models/errors/post-v2-target-identifier-attributes.ts +202 -0
- package/src/models/errors/post-v2-webhooks.ts +70 -0
- package/src/models/errors/put-v2-lists-list-entries.ts +131 -0
- package/src/models/errors/response-validation-error.ts +50 -0
- package/src/models/errors/sdk-validation-error.ts +54 -0
- package/src/models/index.ts +18 -0
- package/src/models/input-value-union.ts +1862 -0
- package/src/models/list.ts +239 -0
- package/src/models/meeting.ts +410 -0
- package/src/models/note.ts +294 -0
- package/src/models/object.ts +94 -0
- package/src/models/operations/delete-v2-comments-comment-id.ts +89 -0
- package/src/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +101 -0
- package/src/models/operations/delete-v2-webhooks-webhook-id.ts +89 -0
- package/src/models/operations/get-scim-v2-schemas.ts +50 -0
- package/src/models/operations/get-v2-comments-comment-id.ts +94 -0
- package/src/models/operations/get-v2-lists-list.ts +17016 -0
- package/src/models/operations/get-v2-lists.ts +34 -0
- package/src/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.ts +306 -0
- package/src/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +322 -0
- package/src/models/operations/get-v2-meetings-meeting-id-call-recordings.ts +305 -0
- package/src/models/operations/get-v2-meetings-meeting-id.ts +94 -0
- package/src/models/operations/get-v2-meetings.ts +147 -0
- package/src/models/operations/get-v2-notes-note-id.ts +141 -0
- package/src/models/operations/get-v2-objects-object-records-record-id-entries.ts +143 -0
- package/src/models/operations/get-v2-objects-object-records-record-id.ts +3483 -0
- package/src/models/operations/get-v2-objects-object.ts +15794 -0
- package/src/models/operations/get-v2-objects.ts +34 -0
- package/src/models/operations/get-v2-self.ts +186 -0
- package/src/models/operations/get-v2-target-identifier-attributes-attribute.ts +5339 -0
- package/src/models/operations/get-v2-target-identifier-attributes.ts +111 -0
- package/src/models/operations/get-v2-tasks-task-id.ts +141 -0
- package/src/models/operations/get-v2-tasks.ts +108 -0
- package/src/models/operations/get-v2-threads-thread-id.ts +94 -0
- package/src/models/operations/get-v2-threads.ts +83 -0
- package/src/models/operations/get-v2-webhooks-webhook-id.ts +1651 -0
- package/src/models/operations/get-v2-webhooks.ts +510 -0
- package/src/models/operations/get-v2-workspace-members-workspace-member-id.ts +103 -0
- package/src/models/operations/get-v2-workspace-members.ts +34 -0
- package/src/models/operations/index.ts +43 -0
- package/src/models/operations/post-v2-comments.ts +530 -0
- package/src/models/operations/post-v2-lists-list-entries.ts +3218 -0
- package/src/models/operations/post-v2-lists.ts +597 -0
- package/src/models/operations/post-v2-meetings-meeting-id-call-recordings.ts +462 -0
- package/src/models/operations/post-v2-meetings.ts +553 -0
- package/src/models/operations/post-v2-objects-object-records-query.ts +3565 -0
- package/src/models/operations/post-v2-objects-records-search.ts +633 -0
- package/src/models/operations/post-v2-objects.ts +130 -0
- package/src/models/operations/post-v2-target-identifier-attributes.ts +744 -0
- package/src/models/operations/post-v2-webhooks.ts +999 -0
- package/src/models/operations/put-v2-lists-list-entries.ts +3236 -0
- package/src/models/output-value.ts +1892 -0
- package/src/models/security.ts +26 -0
- package/src/models/select-option.ts +97 -0
- package/src/models/status.ts +105 -0
- package/src/models/task.ts +257 -0
- package/src/models/thread.ts +82 -0
- package/src/models/workspace-member.ts +131 -0
- package/src/sdk/attributes.ts +228 -0
- package/src/sdk/call-recordings.ts +103 -0
- package/src/sdk/comments.ts +77 -0
- package/src/sdk/entries.ts +172 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/lists.ts +93 -0
- package/src/sdk/meetings.ts +75 -0
- package/src/sdk/meta.ts +25 -0
- package/src/sdk/notes.ts +89 -0
- package/src/sdk/objects.ts +87 -0
- package/src/sdk/records.ts +218 -0
- package/src/sdk/scim-schemas.ts +27 -0
- package/src/sdk/sdk.ts +103 -0
- package/src/sdk/tasks.ts +111 -0
- package/src/sdk/threads.ts +57 -0
- package/src/sdk/transcripts.ts +34 -0
- package/src/sdk/webhooks.ts +109 -0
- package/src/sdk/workspace-members.ts +47 -0
- package/src/types/async.ts +68 -0
- package/src/types/blobs.ts +33 -0
- package/src/types/const-date-time.ts +15 -0
- package/src/types/default-to-zero-value.ts +33 -0
- package/src/types/discriminated-union.ts +101 -0
- package/src/types/enums.ts +45 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +13 -0
- package/src/types/operations.ts +105 -0
- package/src/types/primitives.ts +168 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/smart-union.ts +154 -0
- package/src/types/streams.ts +21 -0
- package/src/types/unrecognized.ts +35 -0
- package/tsconfig.json +40 -0
|
@@ -0,0 +1,2481 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
|
|
3
|
+
import { ClosedEnum, OpenEnum } from "../../types/enums.js";
|
|
4
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
5
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
6
|
+
import * as models from "../index.js";
|
|
7
|
+
/**
|
|
8
|
+
* Whether the attribute is on an object or a list.
|
|
9
|
+
*/
|
|
10
|
+
export declare const GetV2TargetIdentifierAttributesAttributeTarget: {
|
|
11
|
+
readonly Objects: "objects";
|
|
12
|
+
readonly Lists: "lists";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Whether the attribute is on an object or a list.
|
|
16
|
+
*/
|
|
17
|
+
export type GetV2TargetIdentifierAttributesAttributeTarget = ClosedEnum<typeof GetV2TargetIdentifierAttributesAttributeTarget>;
|
|
18
|
+
export type GetV2TargetIdentifierAttributesAttributeRequest = {
|
|
19
|
+
/**
|
|
20
|
+
* Whether the attribute is on an object or a list.
|
|
21
|
+
*/
|
|
22
|
+
target: GetV2TargetIdentifierAttributesAttributeTarget;
|
|
23
|
+
identifier: string;
|
|
24
|
+
attribute: string;
|
|
25
|
+
};
|
|
26
|
+
export declare const GetV2TargetIdentifierAttributesAttributeType: {
|
|
27
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
28
|
+
};
|
|
29
|
+
export type GetV2TargetIdentifierAttributesAttributeType = ClosedEnum<typeof GetV2TargetIdentifierAttributesAttributeType>;
|
|
30
|
+
export declare const GetV2TargetIdentifierAttributesAttributeCode: {
|
|
31
|
+
readonly NotFound: "not_found";
|
|
32
|
+
};
|
|
33
|
+
export type GetV2TargetIdentifierAttributesAttributeCode = ClosedEnum<typeof GetV2TargetIdentifierAttributesAttributeCode>;
|
|
34
|
+
/**
|
|
35
|
+
* Success
|
|
36
|
+
*/
|
|
37
|
+
export type GetV2TargetIdentifierAttributesAttributeResponse = {
|
|
38
|
+
data: models.Attribute;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Whether the attribute is on an object or a list.
|
|
42
|
+
*/
|
|
43
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeTarget: {
|
|
44
|
+
readonly Objects: "objects";
|
|
45
|
+
readonly Lists: "lists";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Whether the attribute is on an object or a list.
|
|
49
|
+
*/
|
|
50
|
+
export type PatchV2TargetIdentifierAttributesAttributeTarget = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeTarget>;
|
|
51
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic = {
|
|
52
|
+
type: "static";
|
|
53
|
+
template: Array<models.InputValueUnion>;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* For actor reference attributes, you may pass a dynamic value of `"current-user"`. When creating new records or entries, this will cause the actor reference value to be populated with either the workspace member or API token that created the record/entry.
|
|
57
|
+
*/
|
|
58
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeTemplate: {
|
|
59
|
+
readonly CurrentUser: "current-user";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* For actor reference attributes, you may pass a dynamic value of `"current-user"`. When creating new records or entries, this will cause the actor reference value to be populated with either the workspace member or API token that created the record/entry.
|
|
63
|
+
*/
|
|
64
|
+
export type PatchV2TargetIdentifierAttributesAttributeTemplate = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeTemplate>;
|
|
65
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic = {
|
|
66
|
+
type: "dynamic";
|
|
67
|
+
template: any;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* The default value for this attribute. Static values are used to directly populate values using their contents. Dynamic values are used to lookup data at the point of creation. For example, you could use a dynamic value to insert a value for the currently logged in user. Which default values are available is dependent on the type of the attribute. Default values are not currently supported on people or company objects.
|
|
71
|
+
*/
|
|
72
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion = PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic | PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic;
|
|
73
|
+
/**
|
|
74
|
+
* The ISO4217 code representing the currency that values for this attribute should be stored in.
|
|
75
|
+
*/
|
|
76
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode: {
|
|
77
|
+
readonly Ars: "ARS";
|
|
78
|
+
readonly Aud: "AUD";
|
|
79
|
+
readonly Brl: "BRL";
|
|
80
|
+
readonly Bgn: "BGN";
|
|
81
|
+
readonly Cad: "CAD";
|
|
82
|
+
readonly Clp: "CLP";
|
|
83
|
+
readonly Cny: "CNY";
|
|
84
|
+
readonly Cop: "COP";
|
|
85
|
+
readonly Czk: "CZK";
|
|
86
|
+
readonly Dkk: "DKK";
|
|
87
|
+
readonly Eur: "EUR";
|
|
88
|
+
readonly Hkd: "HKD";
|
|
89
|
+
readonly Huf: "HUF";
|
|
90
|
+
readonly Isk: "ISK";
|
|
91
|
+
readonly Inr: "INR";
|
|
92
|
+
readonly Ils: "ILS";
|
|
93
|
+
readonly Jpy: "JPY";
|
|
94
|
+
readonly Kes: "KES";
|
|
95
|
+
readonly Krw: "KRW";
|
|
96
|
+
readonly Myr: "MYR";
|
|
97
|
+
readonly Mxn: "MXN";
|
|
98
|
+
readonly Ntd: "NTD";
|
|
99
|
+
readonly Nzd: "NZD";
|
|
100
|
+
readonly Ngn: "NGN";
|
|
101
|
+
readonly Nok: "NOK";
|
|
102
|
+
readonly Xpf: "XPF";
|
|
103
|
+
readonly Pen: "PEN";
|
|
104
|
+
readonly Php: "PHP";
|
|
105
|
+
readonly Pln: "PLN";
|
|
106
|
+
readonly Gbp: "GBP";
|
|
107
|
+
readonly Rwf: "RWF";
|
|
108
|
+
readonly Sar: "SAR";
|
|
109
|
+
readonly Sgd: "SGD";
|
|
110
|
+
readonly Zar: "ZAR";
|
|
111
|
+
readonly Sek: "SEK";
|
|
112
|
+
readonly Chf: "CHF";
|
|
113
|
+
readonly Thb: "THB";
|
|
114
|
+
readonly Aed: "AED";
|
|
115
|
+
readonly Uyu: "UYU";
|
|
116
|
+
readonly Usd: "USD";
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* The ISO4217 code representing the currency that values for this attribute should be stored in.
|
|
120
|
+
*/
|
|
121
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode>;
|
|
122
|
+
/**
|
|
123
|
+
* How the currency should be displayed across the app. "code" will display the ISO currency code e.g. "USD", "name" will display the localized currency name e.g. "British pound", "narrowSymbol" will display "$1" instead of "US$1" and "symbol" will display a localized currency symbol such as "$".
|
|
124
|
+
*/
|
|
125
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDisplayType: {
|
|
126
|
+
readonly Code: "code";
|
|
127
|
+
readonly Name: "name";
|
|
128
|
+
readonly NarrowSymbol: "narrowSymbol";
|
|
129
|
+
readonly Symbol: "symbol";
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* How the currency should be displayed across the app. "code" will display the ISO currency code e.g. "USD", "name" will display the localized currency name e.g. "British pound", "narrowSymbol" will display "$1" instead of "US$1" and "symbol" will display a localized currency symbol such as "$".
|
|
133
|
+
*/
|
|
134
|
+
export type PatchV2TargetIdentifierAttributesAttributeDisplayType = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeDisplayType>;
|
|
135
|
+
/**
|
|
136
|
+
* Configuration available for attributes of type "currency".
|
|
137
|
+
*/
|
|
138
|
+
export type PatchV2TargetIdentifierAttributesAttributeCurrency = {
|
|
139
|
+
/**
|
|
140
|
+
* The ISO4217 code representing the currency that values for this attribute should be stored in.
|
|
141
|
+
*/
|
|
142
|
+
defaultCurrencyCode: PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode;
|
|
143
|
+
/**
|
|
144
|
+
* How the currency should be displayed across the app. "code" will display the ISO currency code e.g. "USD", "name" will display the localized currency name e.g. "British pound", "narrowSymbol" will display "$1" instead of "US$1" and "symbol" will display a localized currency symbol such as "$".
|
|
145
|
+
*/
|
|
146
|
+
displayType: PatchV2TargetIdentifierAttributesAttributeDisplayType;
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* Configuration available for attributes of type "record-reference".
|
|
150
|
+
*/
|
|
151
|
+
export type PatchV2TargetIdentifierAttributesAttributeRecordReference = {
|
|
152
|
+
/**
|
|
153
|
+
* A list of slugs or UUIDs to indicate which objects records are allowed to belong to. If `relationship` is also provided, this must contain only the relationship object.
|
|
154
|
+
*/
|
|
155
|
+
allowedObjects: Array<string>;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Additional, type-dependent configuration for the attribute.
|
|
159
|
+
*/
|
|
160
|
+
export type PatchV2TargetIdentifierAttributesAttributeConfig = {
|
|
161
|
+
/**
|
|
162
|
+
* Configuration available for attributes of type "currency".
|
|
163
|
+
*/
|
|
164
|
+
currency?: PatchV2TargetIdentifierAttributesAttributeCurrency | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* Configuration available for attributes of type "record-reference".
|
|
167
|
+
*/
|
|
168
|
+
recordReference?: PatchV2TargetIdentifierAttributesAttributeRecordReference | undefined;
|
|
169
|
+
};
|
|
170
|
+
export type PatchV2TargetIdentifierAttributesAttributeData = {
|
|
171
|
+
/**
|
|
172
|
+
* The name of the attribute. The title will be visible across Attio's UI.
|
|
173
|
+
*/
|
|
174
|
+
title?: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* A text description for the attribute.
|
|
177
|
+
*/
|
|
178
|
+
description?: string | null | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* A unique, human-readable slug to access the attribute through URLs and API calls. Formatted in snake case.
|
|
181
|
+
*/
|
|
182
|
+
apiSlug?: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* When `is_required` is `true`, new records/entries must have a value for this attribute. If `false`, values may be `null`. This value does not affect existing data and you do not need to backfill `null` values if changing `is_required` from `false` to `true`.
|
|
185
|
+
*/
|
|
186
|
+
isRequired?: boolean | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* Whether or not new values for this attribute must be unique. Uniqueness restrictions are only applied to new data and do not apply retroactively to previously created data.
|
|
189
|
+
*/
|
|
190
|
+
isUnique?: boolean | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* The default value for this attribute. Static values are used to directly populate values using their contents. Dynamic values are used to lookup data at the point of creation. For example, you could use a dynamic value to insert a value for the currently logged in user. Which default values are available is dependent on the type of the attribute. Default values are not currently supported on people or company objects.
|
|
193
|
+
*/
|
|
194
|
+
defaultValue?: PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic | PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic | null | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* Additional, type-dependent configuration for the attribute.
|
|
197
|
+
*/
|
|
198
|
+
config?: PatchV2TargetIdentifierAttributesAttributeConfig | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* Whether the attribute has been archived or not. See our [archiving guide](/docs/archiving-vs-deleting) for more information on archiving.
|
|
201
|
+
*/
|
|
202
|
+
isArchived?: boolean | undefined;
|
|
203
|
+
};
|
|
204
|
+
export type PatchV2TargetIdentifierAttributesAttributeRequestBody = {
|
|
205
|
+
data: PatchV2TargetIdentifierAttributesAttributeData;
|
|
206
|
+
};
|
|
207
|
+
export type PatchV2TargetIdentifierAttributesAttributeRequest = {
|
|
208
|
+
/**
|
|
209
|
+
* Whether the attribute is on an object or a list.
|
|
210
|
+
*/
|
|
211
|
+
target: PatchV2TargetIdentifierAttributesAttributeTarget;
|
|
212
|
+
identifier: string;
|
|
213
|
+
attribute: string;
|
|
214
|
+
body: PatchV2TargetIdentifierAttributesAttributeRequestBody;
|
|
215
|
+
};
|
|
216
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeBadRequestType: {
|
|
217
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
218
|
+
};
|
|
219
|
+
export type PatchV2TargetIdentifierAttributesAttributeBadRequestType = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeBadRequestType>;
|
|
220
|
+
export declare const CodeSystemEditUnauthorized: {
|
|
221
|
+
readonly SystemEditUnauthorized: "system_edit_unauthorized";
|
|
222
|
+
};
|
|
223
|
+
export type CodeSystemEditUnauthorized = ClosedEnum<typeof CodeSystemEditUnauthorized>;
|
|
224
|
+
/**
|
|
225
|
+
* Success
|
|
226
|
+
*/
|
|
227
|
+
export type PatchV2TargetIdentifierAttributesAttributeResponse = {
|
|
228
|
+
data: models.Attribute;
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* Whether the attribute is on an object or a list.
|
|
232
|
+
*/
|
|
233
|
+
export declare const GetV2TargetIdentifierAttributesAttributeOptionsTarget: {
|
|
234
|
+
readonly Objects: "objects";
|
|
235
|
+
readonly Lists: "lists";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* Whether the attribute is on an object or a list.
|
|
239
|
+
*/
|
|
240
|
+
export type GetV2TargetIdentifierAttributesAttributeOptionsTarget = ClosedEnum<typeof GetV2TargetIdentifierAttributesAttributeOptionsTarget>;
|
|
241
|
+
export type GetV2TargetIdentifierAttributesAttributeOptionsRequest = {
|
|
242
|
+
/**
|
|
243
|
+
* Whether the attribute is on an object or a list.
|
|
244
|
+
*/
|
|
245
|
+
target: GetV2TargetIdentifierAttributesAttributeOptionsTarget;
|
|
246
|
+
identifier: string;
|
|
247
|
+
attribute: string;
|
|
248
|
+
showArchived?: boolean | undefined;
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* Success
|
|
252
|
+
*/
|
|
253
|
+
export type GetV2TargetIdentifierAttributesAttributeOptionsResponse = {
|
|
254
|
+
data: Array<models.SelectOption>;
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* Whether the attribute is on an object or a list.
|
|
258
|
+
*/
|
|
259
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsTarget: {
|
|
260
|
+
readonly Objects: "objects";
|
|
261
|
+
readonly Lists: "lists";
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* Whether the attribute is on an object or a list.
|
|
265
|
+
*/
|
|
266
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsTarget = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsTarget>;
|
|
267
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsData = {
|
|
268
|
+
/**
|
|
269
|
+
* The Title of the select option
|
|
270
|
+
*/
|
|
271
|
+
title: string;
|
|
272
|
+
};
|
|
273
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsRequestBody = {
|
|
274
|
+
data: PostV2TargetIdentifierAttributesAttributeOptionsData;
|
|
275
|
+
};
|
|
276
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsRequest = {
|
|
277
|
+
/**
|
|
278
|
+
* Whether the attribute is on an object or a list.
|
|
279
|
+
*/
|
|
280
|
+
target: PostV2TargetIdentifierAttributesAttributeOptionsTarget;
|
|
281
|
+
identifier: string;
|
|
282
|
+
attribute: string;
|
|
283
|
+
body: PostV2TargetIdentifierAttributesAttributeOptionsRequestBody;
|
|
284
|
+
};
|
|
285
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsConflictType: {
|
|
286
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
287
|
+
};
|
|
288
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsConflictType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsConflictType>;
|
|
289
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsConflictCode: {
|
|
290
|
+
readonly SlugConflict: "slug_conflict";
|
|
291
|
+
};
|
|
292
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsConflictCode = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsConflictCode>;
|
|
293
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType: {
|
|
294
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
295
|
+
};
|
|
296
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType>;
|
|
297
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType: {
|
|
298
|
+
readonly ValidationType: "validation_type";
|
|
299
|
+
};
|
|
300
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType>;
|
|
301
|
+
/**
|
|
302
|
+
* Success
|
|
303
|
+
*/
|
|
304
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsResponse = {
|
|
305
|
+
data: models.SelectOption;
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* Whether the attribute is on an object or a list.
|
|
309
|
+
*/
|
|
310
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget: {
|
|
311
|
+
readonly Objects: "objects";
|
|
312
|
+
readonly Lists: "lists";
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* Whether the attribute is on an object or a list.
|
|
316
|
+
*/
|
|
317
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget>;
|
|
318
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionData = {
|
|
319
|
+
/**
|
|
320
|
+
* The Title of the select option
|
|
321
|
+
*/
|
|
322
|
+
title?: string | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* Whether or not to archive the select option. See our [archiving guide](/docs/archiving-vs-deleting) for more information on archiving.
|
|
325
|
+
*/
|
|
326
|
+
isArchived?: boolean | undefined;
|
|
327
|
+
};
|
|
328
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody = {
|
|
329
|
+
data: PatchV2TargetIdentifierAttributesAttributeOptionsOptionData;
|
|
330
|
+
};
|
|
331
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest = {
|
|
332
|
+
/**
|
|
333
|
+
* Whether the attribute is on an object or a list.
|
|
334
|
+
*/
|
|
335
|
+
target: PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget;
|
|
336
|
+
identifier: string;
|
|
337
|
+
attribute: string;
|
|
338
|
+
option: string;
|
|
339
|
+
body: PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody;
|
|
340
|
+
};
|
|
341
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType: {
|
|
342
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
343
|
+
};
|
|
344
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType>;
|
|
345
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound: {
|
|
346
|
+
readonly ValueNotFound: "value_not_found";
|
|
347
|
+
};
|
|
348
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound>;
|
|
349
|
+
/**
|
|
350
|
+
* Success
|
|
351
|
+
*/
|
|
352
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse = {
|
|
353
|
+
data: models.SelectOption;
|
|
354
|
+
};
|
|
355
|
+
/**
|
|
356
|
+
* Whether the attribute is on an object or a list. Please note that the company and people objects do not support status attributes at this time.
|
|
357
|
+
*/
|
|
358
|
+
export declare const GetV2TargetIdentifierAttributesAttributeStatusesTarget: {
|
|
359
|
+
readonly Lists: "lists";
|
|
360
|
+
readonly Objects: "objects";
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* Whether the attribute is on an object or a list. Please note that the company and people objects do not support status attributes at this time.
|
|
364
|
+
*/
|
|
365
|
+
export type GetV2TargetIdentifierAttributesAttributeStatusesTarget = ClosedEnum<typeof GetV2TargetIdentifierAttributesAttributeStatusesTarget>;
|
|
366
|
+
export type GetV2TargetIdentifierAttributesAttributeStatusesRequest = {
|
|
367
|
+
/**
|
|
368
|
+
* Whether the attribute is on an object or a list. Please note that the company and people objects do not support status attributes at this time.
|
|
369
|
+
*/
|
|
370
|
+
target: GetV2TargetIdentifierAttributesAttributeStatusesTarget;
|
|
371
|
+
identifier: string;
|
|
372
|
+
attribute: string;
|
|
373
|
+
showArchived?: boolean | undefined;
|
|
374
|
+
};
|
|
375
|
+
/**
|
|
376
|
+
* Success
|
|
377
|
+
*/
|
|
378
|
+
export type GetV2TargetIdentifierAttributesAttributeStatusesResponse = {
|
|
379
|
+
data: Array<models.Status>;
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
383
|
+
*/
|
|
384
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesTarget: {
|
|
385
|
+
readonly Lists: "lists";
|
|
386
|
+
readonly Objects: "objects";
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
390
|
+
*/
|
|
391
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesTarget = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesTarget>;
|
|
392
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesData = {
|
|
393
|
+
/**
|
|
394
|
+
* The Title of the status
|
|
395
|
+
*/
|
|
396
|
+
title: string;
|
|
397
|
+
/**
|
|
398
|
+
* Whether arriving at this status triggers a celebration effect
|
|
399
|
+
*/
|
|
400
|
+
celebrationEnabled?: boolean | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* Target time for a record to spend in given status expressed as a ISO-8601 duration string
|
|
403
|
+
*/
|
|
404
|
+
targetTimeInStatus?: string | null | undefined;
|
|
405
|
+
};
|
|
406
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesRequestBody = {
|
|
407
|
+
data: PostV2TargetIdentifierAttributesAttributeStatusesData;
|
|
408
|
+
};
|
|
409
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesRequest = {
|
|
410
|
+
/**
|
|
411
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
412
|
+
*/
|
|
413
|
+
target: PostV2TargetIdentifierAttributesAttributeStatusesTarget;
|
|
414
|
+
identifier: string;
|
|
415
|
+
attribute: string;
|
|
416
|
+
body: PostV2TargetIdentifierAttributesAttributeStatusesRequestBody;
|
|
417
|
+
};
|
|
418
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesConflictType: {
|
|
419
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
420
|
+
};
|
|
421
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesConflictType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesConflictType>;
|
|
422
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesConflictCode: {
|
|
423
|
+
readonly SlugConflict: "slug_conflict";
|
|
424
|
+
};
|
|
425
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesConflictCode = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesConflictCode>;
|
|
426
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType: {
|
|
427
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
428
|
+
};
|
|
429
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType>;
|
|
430
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType: {
|
|
431
|
+
readonly ValidationType: "validation_type";
|
|
432
|
+
};
|
|
433
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType = ClosedEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType>;
|
|
434
|
+
/**
|
|
435
|
+
* Success
|
|
436
|
+
*/
|
|
437
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesResponse = {
|
|
438
|
+
data: models.Status;
|
|
439
|
+
};
|
|
440
|
+
/**
|
|
441
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
442
|
+
*/
|
|
443
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget: {
|
|
444
|
+
readonly Lists: "lists";
|
|
445
|
+
readonly Objects: "objects";
|
|
446
|
+
};
|
|
447
|
+
/**
|
|
448
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
449
|
+
*/
|
|
450
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget>;
|
|
451
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusData = {
|
|
452
|
+
/**
|
|
453
|
+
* The Title of the status
|
|
454
|
+
*/
|
|
455
|
+
title?: string | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* Whether arriving at this status triggers a celebration effect
|
|
458
|
+
*/
|
|
459
|
+
celebrationEnabled?: boolean | undefined;
|
|
460
|
+
/**
|
|
461
|
+
* Target time for a record to spend in given status expressed as a ISO-8601 duration string
|
|
462
|
+
*/
|
|
463
|
+
targetTimeInStatus?: string | null | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* Whether or not to archive the status. See our [archiving guide](/docs/archiving-vs-deleting) for more information on archiving.
|
|
466
|
+
*/
|
|
467
|
+
isArchived?: boolean | undefined;
|
|
468
|
+
};
|
|
469
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody = {
|
|
470
|
+
data: PatchV2TargetIdentifierAttributesAttributeStatusesStatusData;
|
|
471
|
+
};
|
|
472
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest = {
|
|
473
|
+
/**
|
|
474
|
+
* Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
|
|
475
|
+
*/
|
|
476
|
+
target: PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget;
|
|
477
|
+
identifier: string;
|
|
478
|
+
attribute: string;
|
|
479
|
+
status: string;
|
|
480
|
+
body: PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody;
|
|
481
|
+
};
|
|
482
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType: {
|
|
483
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
484
|
+
};
|
|
485
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType>;
|
|
486
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound: {
|
|
487
|
+
readonly ValueNotFound: "value_not_found";
|
|
488
|
+
};
|
|
489
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound = ClosedEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound>;
|
|
490
|
+
/**
|
|
491
|
+
* Success
|
|
492
|
+
*/
|
|
493
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse = {
|
|
494
|
+
data: models.Status;
|
|
495
|
+
};
|
|
496
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest = {
|
|
497
|
+
object: string;
|
|
498
|
+
recordId: string;
|
|
499
|
+
attribute: string;
|
|
500
|
+
showHistoric?: boolean | undefined;
|
|
501
|
+
limit?: number | undefined;
|
|
502
|
+
offset?: number | undefined;
|
|
503
|
+
};
|
|
504
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType: {
|
|
505
|
+
readonly InvalidRequestError: "invalid_request_error";
|
|
506
|
+
};
|
|
507
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType = ClosedEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType>;
|
|
508
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType: {
|
|
509
|
+
readonly ValidationType: "validation_type";
|
|
510
|
+
};
|
|
511
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType = ClosedEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType>;
|
|
512
|
+
/**
|
|
513
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
514
|
+
*/
|
|
515
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17: {
|
|
516
|
+
readonly ApiToken: "api-token";
|
|
517
|
+
readonly WorkspaceMember: "workspace-member";
|
|
518
|
+
readonly System: "system";
|
|
519
|
+
readonly App: "app";
|
|
520
|
+
};
|
|
521
|
+
/**
|
|
522
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
523
|
+
*/
|
|
524
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17>;
|
|
525
|
+
/**
|
|
526
|
+
* The actor that created this value.
|
|
527
|
+
*/
|
|
528
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17 = {
|
|
529
|
+
/**
|
|
530
|
+
* An ID to identify the actor.
|
|
531
|
+
*/
|
|
532
|
+
id?: string | null | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
535
|
+
*/
|
|
536
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17 | null | undefined;
|
|
537
|
+
};
|
|
538
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp = {
|
|
539
|
+
/**
|
|
540
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
541
|
+
*/
|
|
542
|
+
activeFrom: Date;
|
|
543
|
+
/**
|
|
544
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
545
|
+
*/
|
|
546
|
+
activeUntil: Date | null;
|
|
547
|
+
/**
|
|
548
|
+
* The actor that created this value.
|
|
549
|
+
*/
|
|
550
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17;
|
|
551
|
+
/**
|
|
552
|
+
* The attribute type of the value.
|
|
553
|
+
*/
|
|
554
|
+
attributeType: "timestamp";
|
|
555
|
+
/**
|
|
556
|
+
* A timestamp value represents a single, universal moment in time using an ISO 8601 formatted string. This means that a timestamp consists of a date, a time (with nanosecond precision), and a time zone. Attio will coerce timestamps which do not provide full nanosecond precision and UTC is assumed if no time zone is provided. For example, "2023", "2023-01", "2023-01-02", "2023-01-02T13:00", "2023-01-02T13:00:00", and "2023-01-02T13:00:00.000000000" will all be coerced to "2023-01-02T13:00:00.000000000Z". Timestamps are always returned in UTC. For example, writing a timestamp value using the string "2023-01-02T13:00:00.000000000+02:00" will result in the value "2023-01-02T11:00:00.000000000Z" being returned. The maximum date is "9999-12-31T23:59:59.999999999Z".
|
|
557
|
+
*/
|
|
558
|
+
value: Date;
|
|
559
|
+
};
|
|
560
|
+
/**
|
|
561
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
562
|
+
*/
|
|
563
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16: {
|
|
564
|
+
readonly ApiToken: "api-token";
|
|
565
|
+
readonly WorkspaceMember: "workspace-member";
|
|
566
|
+
readonly System: "system";
|
|
567
|
+
readonly App: "app";
|
|
568
|
+
};
|
|
569
|
+
/**
|
|
570
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
571
|
+
*/
|
|
572
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16>;
|
|
573
|
+
/**
|
|
574
|
+
* The actor that created this value.
|
|
575
|
+
*/
|
|
576
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16 = {
|
|
577
|
+
/**
|
|
578
|
+
* An ID to identify the actor.
|
|
579
|
+
*/
|
|
580
|
+
id?: string | null | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
583
|
+
*/
|
|
584
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16 | null | undefined;
|
|
585
|
+
};
|
|
586
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText = {
|
|
587
|
+
/**
|
|
588
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
589
|
+
*/
|
|
590
|
+
activeFrom: Date;
|
|
591
|
+
/**
|
|
592
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
593
|
+
*/
|
|
594
|
+
activeUntil: Date | null;
|
|
595
|
+
/**
|
|
596
|
+
* The actor that created this value.
|
|
597
|
+
*/
|
|
598
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16;
|
|
599
|
+
/**
|
|
600
|
+
* A raw text field. Values are limited to 10MB.
|
|
601
|
+
*/
|
|
602
|
+
value: string;
|
|
603
|
+
/**
|
|
604
|
+
* The attribute type of the value.
|
|
605
|
+
*/
|
|
606
|
+
attributeType: "text";
|
|
607
|
+
};
|
|
608
|
+
/**
|
|
609
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
610
|
+
*/
|
|
611
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15: {
|
|
612
|
+
readonly ApiToken: "api-token";
|
|
613
|
+
readonly WorkspaceMember: "workspace-member";
|
|
614
|
+
readonly System: "system";
|
|
615
|
+
readonly App: "app";
|
|
616
|
+
};
|
|
617
|
+
/**
|
|
618
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
619
|
+
*/
|
|
620
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15>;
|
|
621
|
+
/**
|
|
622
|
+
* The actor that created this value.
|
|
623
|
+
*/
|
|
624
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15 = {
|
|
625
|
+
/**
|
|
626
|
+
* An ID to identify the actor.
|
|
627
|
+
*/
|
|
628
|
+
id?: string | null | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
631
|
+
*/
|
|
632
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15 | null | undefined;
|
|
633
|
+
};
|
|
634
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect = {
|
|
635
|
+
/**
|
|
636
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
637
|
+
*/
|
|
638
|
+
activeFrom: Date;
|
|
639
|
+
/**
|
|
640
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
641
|
+
*/
|
|
642
|
+
activeUntil: Date | null;
|
|
643
|
+
/**
|
|
644
|
+
* The actor that created this value.
|
|
645
|
+
*/
|
|
646
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15;
|
|
647
|
+
option: models.SelectOption;
|
|
648
|
+
/**
|
|
649
|
+
* The attribute type of the value.
|
|
650
|
+
*/
|
|
651
|
+
attributeType: "select";
|
|
652
|
+
};
|
|
653
|
+
/**
|
|
654
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
655
|
+
*/
|
|
656
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14: {
|
|
657
|
+
readonly ApiToken: "api-token";
|
|
658
|
+
readonly WorkspaceMember: "workspace-member";
|
|
659
|
+
readonly System: "system";
|
|
660
|
+
readonly App: "app";
|
|
661
|
+
};
|
|
662
|
+
/**
|
|
663
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
664
|
+
*/
|
|
665
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14>;
|
|
666
|
+
/**
|
|
667
|
+
* The actor that created this value.
|
|
668
|
+
*/
|
|
669
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14 = {
|
|
670
|
+
/**
|
|
671
|
+
* An ID to identify the actor.
|
|
672
|
+
*/
|
|
673
|
+
id?: string | null | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
676
|
+
*/
|
|
677
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14 | null | undefined;
|
|
678
|
+
};
|
|
679
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating = {
|
|
680
|
+
/**
|
|
681
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
682
|
+
*/
|
|
683
|
+
activeFrom: Date;
|
|
684
|
+
/**
|
|
685
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
686
|
+
*/
|
|
687
|
+
activeUntil: Date | null;
|
|
688
|
+
/**
|
|
689
|
+
* The actor that created this value.
|
|
690
|
+
*/
|
|
691
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14;
|
|
692
|
+
/**
|
|
693
|
+
* A number between 0 and 5 (inclusive) to represent a star rating.
|
|
694
|
+
*/
|
|
695
|
+
value: number;
|
|
696
|
+
/**
|
|
697
|
+
* The attribute type of the value.
|
|
698
|
+
*/
|
|
699
|
+
attributeType: "rating";
|
|
700
|
+
};
|
|
701
|
+
/**
|
|
702
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
703
|
+
*/
|
|
704
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13: {
|
|
705
|
+
readonly ApiToken: "api-token";
|
|
706
|
+
readonly WorkspaceMember: "workspace-member";
|
|
707
|
+
readonly System: "system";
|
|
708
|
+
readonly App: "app";
|
|
709
|
+
};
|
|
710
|
+
/**
|
|
711
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
712
|
+
*/
|
|
713
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13>;
|
|
714
|
+
/**
|
|
715
|
+
* The actor that created this value.
|
|
716
|
+
*/
|
|
717
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13 = {
|
|
718
|
+
/**
|
|
719
|
+
* An ID to identify the actor.
|
|
720
|
+
*/
|
|
721
|
+
id?: string | null | undefined;
|
|
722
|
+
/**
|
|
723
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
724
|
+
*/
|
|
725
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13 | null | undefined;
|
|
726
|
+
};
|
|
727
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus = {
|
|
728
|
+
/**
|
|
729
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
730
|
+
*/
|
|
731
|
+
activeFrom: Date;
|
|
732
|
+
/**
|
|
733
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
734
|
+
*/
|
|
735
|
+
activeUntil: Date | null;
|
|
736
|
+
/**
|
|
737
|
+
* The actor that created this value.
|
|
738
|
+
*/
|
|
739
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13;
|
|
740
|
+
status: models.Status;
|
|
741
|
+
/**
|
|
742
|
+
* The attribute type of the value.
|
|
743
|
+
*/
|
|
744
|
+
attributeType: "status";
|
|
745
|
+
};
|
|
746
|
+
/**
|
|
747
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
748
|
+
*/
|
|
749
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12: {
|
|
750
|
+
readonly ApiToken: "api-token";
|
|
751
|
+
readonly WorkspaceMember: "workspace-member";
|
|
752
|
+
readonly System: "system";
|
|
753
|
+
readonly App: "app";
|
|
754
|
+
};
|
|
755
|
+
/**
|
|
756
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
757
|
+
*/
|
|
758
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12>;
|
|
759
|
+
/**
|
|
760
|
+
* The actor that created this value.
|
|
761
|
+
*/
|
|
762
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12 = {
|
|
763
|
+
/**
|
|
764
|
+
* An ID to identify the actor.
|
|
765
|
+
*/
|
|
766
|
+
id?: string | null | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
769
|
+
*/
|
|
770
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12 | null | undefined;
|
|
771
|
+
};
|
|
772
|
+
/**
|
|
773
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
774
|
+
*/
|
|
775
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2: {
|
|
776
|
+
readonly Af: "AF";
|
|
777
|
+
readonly Ax: "AX";
|
|
778
|
+
readonly Al: "AL";
|
|
779
|
+
readonly Dz: "DZ";
|
|
780
|
+
readonly As: "AS";
|
|
781
|
+
readonly Ad: "AD";
|
|
782
|
+
readonly Ao: "AO";
|
|
783
|
+
readonly Ai: "AI";
|
|
784
|
+
readonly Aq: "AQ";
|
|
785
|
+
readonly Ag: "AG";
|
|
786
|
+
readonly Ar: "AR";
|
|
787
|
+
readonly Am: "AM";
|
|
788
|
+
readonly Aw: "AW";
|
|
789
|
+
readonly Au: "AU";
|
|
790
|
+
readonly At: "AT";
|
|
791
|
+
readonly Az: "AZ";
|
|
792
|
+
readonly Bs: "BS";
|
|
793
|
+
readonly Bh: "BH";
|
|
794
|
+
readonly Bd: "BD";
|
|
795
|
+
readonly Bb: "BB";
|
|
796
|
+
readonly By: "BY";
|
|
797
|
+
readonly Be: "BE";
|
|
798
|
+
readonly Bz: "BZ";
|
|
799
|
+
readonly Bj: "BJ";
|
|
800
|
+
readonly Bm: "BM";
|
|
801
|
+
readonly Bt: "BT";
|
|
802
|
+
readonly Bo: "BO";
|
|
803
|
+
readonly Ba: "BA";
|
|
804
|
+
readonly Bw: "BW";
|
|
805
|
+
readonly Bv: "BV";
|
|
806
|
+
readonly Br: "BR";
|
|
807
|
+
readonly Io: "IO";
|
|
808
|
+
readonly Bn: "BN";
|
|
809
|
+
readonly Bg: "BG";
|
|
810
|
+
readonly Bf: "BF";
|
|
811
|
+
readonly Bi: "BI";
|
|
812
|
+
readonly Kh: "KH";
|
|
813
|
+
readonly Cm: "CM";
|
|
814
|
+
readonly Ca: "CA";
|
|
815
|
+
readonly Cv: "CV";
|
|
816
|
+
readonly Ky: "KY";
|
|
817
|
+
readonly Cf: "CF";
|
|
818
|
+
readonly Td: "TD";
|
|
819
|
+
readonly Cl: "CL";
|
|
820
|
+
readonly Cn: "CN";
|
|
821
|
+
readonly Cx: "CX";
|
|
822
|
+
readonly Cc: "CC";
|
|
823
|
+
readonly Co: "CO";
|
|
824
|
+
readonly Km: "KM";
|
|
825
|
+
readonly Cg: "CG";
|
|
826
|
+
readonly Cd: "CD";
|
|
827
|
+
readonly Ck: "CK";
|
|
828
|
+
readonly Cr: "CR";
|
|
829
|
+
readonly Ci: "CI";
|
|
830
|
+
readonly Hr: "HR";
|
|
831
|
+
readonly Cu: "CU";
|
|
832
|
+
readonly Cw: "CW";
|
|
833
|
+
readonly Cy: "CY";
|
|
834
|
+
readonly Cz: "CZ";
|
|
835
|
+
readonly Dk: "DK";
|
|
836
|
+
readonly Dj: "DJ";
|
|
837
|
+
readonly Dm: "DM";
|
|
838
|
+
readonly Do: "DO";
|
|
839
|
+
readonly Ec: "EC";
|
|
840
|
+
readonly Eg: "EG";
|
|
841
|
+
readonly Sv: "SV";
|
|
842
|
+
readonly Gq: "GQ";
|
|
843
|
+
readonly Er: "ER";
|
|
844
|
+
readonly Ee: "EE";
|
|
845
|
+
readonly Et: "ET";
|
|
846
|
+
readonly Fk: "FK";
|
|
847
|
+
readonly Fo: "FO";
|
|
848
|
+
readonly Fj: "FJ";
|
|
849
|
+
readonly Fi: "FI";
|
|
850
|
+
readonly Fr: "FR";
|
|
851
|
+
readonly Gf: "GF";
|
|
852
|
+
readonly Pf: "PF";
|
|
853
|
+
readonly Tf: "TF";
|
|
854
|
+
readonly Ga: "GA";
|
|
855
|
+
readonly Gm: "GM";
|
|
856
|
+
readonly Ge: "GE";
|
|
857
|
+
readonly De: "DE";
|
|
858
|
+
readonly Gh: "GH";
|
|
859
|
+
readonly Gi: "GI";
|
|
860
|
+
readonly Gr: "GR";
|
|
861
|
+
readonly Gl: "GL";
|
|
862
|
+
readonly Gd: "GD";
|
|
863
|
+
readonly Gp: "GP";
|
|
864
|
+
readonly Gu: "GU";
|
|
865
|
+
readonly Gt: "GT";
|
|
866
|
+
readonly Gg: "GG";
|
|
867
|
+
readonly Gn: "GN";
|
|
868
|
+
readonly Gw: "GW";
|
|
869
|
+
readonly Gy: "GY";
|
|
870
|
+
readonly Ht: "HT";
|
|
871
|
+
readonly Hm: "HM";
|
|
872
|
+
readonly Va: "VA";
|
|
873
|
+
readonly Hn: "HN";
|
|
874
|
+
readonly Hk: "HK";
|
|
875
|
+
readonly Hu: "HU";
|
|
876
|
+
readonly Is: "IS";
|
|
877
|
+
readonly In: "IN";
|
|
878
|
+
readonly Id: "ID";
|
|
879
|
+
readonly Ir: "IR";
|
|
880
|
+
readonly Iq: "IQ";
|
|
881
|
+
readonly Ie: "IE";
|
|
882
|
+
readonly Im: "IM";
|
|
883
|
+
readonly Il: "IL";
|
|
884
|
+
readonly It: "IT";
|
|
885
|
+
readonly Jm: "JM";
|
|
886
|
+
readonly Jp: "JP";
|
|
887
|
+
readonly Je: "JE";
|
|
888
|
+
readonly Jo: "JO";
|
|
889
|
+
readonly Kz: "KZ";
|
|
890
|
+
readonly Ke: "KE";
|
|
891
|
+
readonly Ki: "KI";
|
|
892
|
+
readonly Kr: "KR";
|
|
893
|
+
readonly Kw: "KW";
|
|
894
|
+
readonly Kg: "KG";
|
|
895
|
+
readonly La: "LA";
|
|
896
|
+
readonly Lv: "LV";
|
|
897
|
+
readonly Lb: "LB";
|
|
898
|
+
readonly Ls: "LS";
|
|
899
|
+
readonly Lr: "LR";
|
|
900
|
+
readonly Ly: "LY";
|
|
901
|
+
readonly Li: "LI";
|
|
902
|
+
readonly Lt: "LT";
|
|
903
|
+
readonly Lu: "LU";
|
|
904
|
+
readonly Mo: "MO";
|
|
905
|
+
readonly Mk: "MK";
|
|
906
|
+
readonly Mg: "MG";
|
|
907
|
+
readonly Mw: "MW";
|
|
908
|
+
readonly My: "MY";
|
|
909
|
+
readonly Mv: "MV";
|
|
910
|
+
readonly Ml: "ML";
|
|
911
|
+
readonly Mt: "MT";
|
|
912
|
+
readonly Mh: "MH";
|
|
913
|
+
readonly Mq: "MQ";
|
|
914
|
+
readonly Mr: "MR";
|
|
915
|
+
readonly Mu: "MU";
|
|
916
|
+
readonly Yt: "YT";
|
|
917
|
+
readonly Mx: "MX";
|
|
918
|
+
readonly Fm: "FM";
|
|
919
|
+
readonly Md: "MD";
|
|
920
|
+
readonly Mc: "MC";
|
|
921
|
+
readonly Mn: "MN";
|
|
922
|
+
readonly Me: "ME";
|
|
923
|
+
readonly Ms: "MS";
|
|
924
|
+
readonly Ma: "MA";
|
|
925
|
+
readonly Mz: "MZ";
|
|
926
|
+
readonly Mm: "MM";
|
|
927
|
+
readonly Na: "NA";
|
|
928
|
+
readonly Nr: "NR";
|
|
929
|
+
readonly Np: "NP";
|
|
930
|
+
readonly Nl: "NL";
|
|
931
|
+
readonly An: "AN";
|
|
932
|
+
readonly Nc: "NC";
|
|
933
|
+
readonly Nz: "NZ";
|
|
934
|
+
readonly Ni: "NI";
|
|
935
|
+
readonly Ne: "NE";
|
|
936
|
+
readonly Ng: "NG";
|
|
937
|
+
readonly Nu: "NU";
|
|
938
|
+
readonly Nf: "NF";
|
|
939
|
+
readonly Mp: "MP";
|
|
940
|
+
readonly No: "NO";
|
|
941
|
+
readonly Om: "OM";
|
|
942
|
+
readonly Pk: "PK";
|
|
943
|
+
readonly Pw: "PW";
|
|
944
|
+
readonly Ps: "PS";
|
|
945
|
+
readonly Pa: "PA";
|
|
946
|
+
readonly Pg: "PG";
|
|
947
|
+
readonly Py: "PY";
|
|
948
|
+
readonly Pe: "PE";
|
|
949
|
+
readonly Ph: "PH";
|
|
950
|
+
readonly Pn: "PN";
|
|
951
|
+
readonly Pl: "PL";
|
|
952
|
+
readonly Pt: "PT";
|
|
953
|
+
readonly Pr: "PR";
|
|
954
|
+
readonly Qa: "QA";
|
|
955
|
+
readonly Re: "RE";
|
|
956
|
+
readonly Ro: "RO";
|
|
957
|
+
readonly Ru: "RU";
|
|
958
|
+
readonly Rw: "RW";
|
|
959
|
+
readonly Bl: "BL";
|
|
960
|
+
readonly Sh: "SH";
|
|
961
|
+
readonly Kn: "KN";
|
|
962
|
+
readonly Lc: "LC";
|
|
963
|
+
readonly Mf: "MF";
|
|
964
|
+
readonly Pm: "PM";
|
|
965
|
+
readonly Vc: "VC";
|
|
966
|
+
readonly Ws: "WS";
|
|
967
|
+
readonly Sm: "SM";
|
|
968
|
+
readonly St: "ST";
|
|
969
|
+
readonly Sa: "SA";
|
|
970
|
+
readonly Sn: "SN";
|
|
971
|
+
readonly Ss: "SS";
|
|
972
|
+
readonly Rs: "RS";
|
|
973
|
+
readonly Sc: "SC";
|
|
974
|
+
readonly Sl: "SL";
|
|
975
|
+
readonly Sg: "SG";
|
|
976
|
+
readonly Sk: "SK";
|
|
977
|
+
readonly Si: "SI";
|
|
978
|
+
readonly Sb: "SB";
|
|
979
|
+
readonly So: "SO";
|
|
980
|
+
readonly Za: "ZA";
|
|
981
|
+
readonly Gs: "GS";
|
|
982
|
+
readonly Es: "ES";
|
|
983
|
+
readonly Lk: "LK";
|
|
984
|
+
readonly Sd: "SD";
|
|
985
|
+
readonly Sr: "SR";
|
|
986
|
+
readonly Sj: "SJ";
|
|
987
|
+
readonly Sz: "SZ";
|
|
988
|
+
readonly Se: "SE";
|
|
989
|
+
readonly Ch: "CH";
|
|
990
|
+
readonly Sy: "SY";
|
|
991
|
+
readonly Tw: "TW";
|
|
992
|
+
readonly Tj: "TJ";
|
|
993
|
+
readonly Tz: "TZ";
|
|
994
|
+
readonly Th: "TH";
|
|
995
|
+
readonly Tl: "TL";
|
|
996
|
+
readonly Tg: "TG";
|
|
997
|
+
readonly Tk: "TK";
|
|
998
|
+
readonly To: "TO";
|
|
999
|
+
readonly Tt: "TT";
|
|
1000
|
+
readonly Tn: "TN";
|
|
1001
|
+
readonly Tr: "TR";
|
|
1002
|
+
readonly Tm: "TM";
|
|
1003
|
+
readonly Tc: "TC";
|
|
1004
|
+
readonly Tv: "TV";
|
|
1005
|
+
readonly Ug: "UG";
|
|
1006
|
+
readonly Ua: "UA";
|
|
1007
|
+
readonly Ae: "AE";
|
|
1008
|
+
readonly Gb: "GB";
|
|
1009
|
+
readonly Us: "US";
|
|
1010
|
+
readonly Um: "UM";
|
|
1011
|
+
readonly Uy: "UY";
|
|
1012
|
+
readonly Uz: "UZ";
|
|
1013
|
+
readonly Vu: "VU";
|
|
1014
|
+
readonly Ve: "VE";
|
|
1015
|
+
readonly Vn: "VN";
|
|
1016
|
+
readonly Vg: "VG";
|
|
1017
|
+
readonly Vi: "VI";
|
|
1018
|
+
readonly Wf: "WF";
|
|
1019
|
+
readonly Eh: "EH";
|
|
1020
|
+
readonly Ye: "YE";
|
|
1021
|
+
readonly Zm: "ZM";
|
|
1022
|
+
readonly Zw: "ZW";
|
|
1023
|
+
readonly Bq: "BQ";
|
|
1024
|
+
readonly Kp: "KP";
|
|
1025
|
+
readonly Sx: "SX";
|
|
1026
|
+
readonly Xk: "XK";
|
|
1027
|
+
readonly Ac: "AC";
|
|
1028
|
+
};
|
|
1029
|
+
/**
|
|
1030
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
1031
|
+
*/
|
|
1032
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2>;
|
|
1033
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber = {
|
|
1034
|
+
/**
|
|
1035
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1036
|
+
*/
|
|
1037
|
+
activeFrom: Date;
|
|
1038
|
+
/**
|
|
1039
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1040
|
+
*/
|
|
1041
|
+
activeUntil: Date | null;
|
|
1042
|
+
/**
|
|
1043
|
+
* The actor that created this value.
|
|
1044
|
+
*/
|
|
1045
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12;
|
|
1046
|
+
/**
|
|
1047
|
+
* The raw, original phone number, as inputted.
|
|
1048
|
+
*/
|
|
1049
|
+
originalPhoneNumber: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
1052
|
+
*/
|
|
1053
|
+
countryCode: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2;
|
|
1054
|
+
phoneNumber: string;
|
|
1055
|
+
/**
|
|
1056
|
+
* The attribute type of the value.
|
|
1057
|
+
*/
|
|
1058
|
+
attributeType: "phone-number";
|
|
1059
|
+
};
|
|
1060
|
+
/**
|
|
1061
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1062
|
+
*/
|
|
1063
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11: {
|
|
1064
|
+
readonly ApiToken: "api-token";
|
|
1065
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1066
|
+
readonly System: "system";
|
|
1067
|
+
readonly App: "app";
|
|
1068
|
+
};
|
|
1069
|
+
/**
|
|
1070
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1071
|
+
*/
|
|
1072
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11>;
|
|
1073
|
+
/**
|
|
1074
|
+
* The actor that created this value.
|
|
1075
|
+
*/
|
|
1076
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11 = {
|
|
1077
|
+
/**
|
|
1078
|
+
* An ID to identify the actor.
|
|
1079
|
+
*/
|
|
1080
|
+
id?: string | null | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1083
|
+
*/
|
|
1084
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11 | null | undefined;
|
|
1085
|
+
};
|
|
1086
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName = {
|
|
1087
|
+
/**
|
|
1088
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1089
|
+
*/
|
|
1090
|
+
activeFrom: Date;
|
|
1091
|
+
/**
|
|
1092
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1093
|
+
*/
|
|
1094
|
+
activeUntil: Date | null;
|
|
1095
|
+
/**
|
|
1096
|
+
* The actor that created this value.
|
|
1097
|
+
*/
|
|
1098
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11;
|
|
1099
|
+
/**
|
|
1100
|
+
* The first name.
|
|
1101
|
+
*/
|
|
1102
|
+
firstName: string;
|
|
1103
|
+
/**
|
|
1104
|
+
* The last name.
|
|
1105
|
+
*/
|
|
1106
|
+
lastName: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* The full name.
|
|
1109
|
+
*/
|
|
1110
|
+
fullName: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* The attribute type of the value.
|
|
1113
|
+
*/
|
|
1114
|
+
attributeType: "personal-name";
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1118
|
+
*/
|
|
1119
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10: {
|
|
1120
|
+
readonly ApiToken: "api-token";
|
|
1121
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1122
|
+
readonly System: "system";
|
|
1123
|
+
readonly App: "app";
|
|
1124
|
+
};
|
|
1125
|
+
/**
|
|
1126
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1127
|
+
*/
|
|
1128
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10>;
|
|
1129
|
+
/**
|
|
1130
|
+
* The actor that created this value.
|
|
1131
|
+
*/
|
|
1132
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10 = {
|
|
1133
|
+
/**
|
|
1134
|
+
* An ID to identify the actor.
|
|
1135
|
+
*/
|
|
1136
|
+
id?: string | null | undefined;
|
|
1137
|
+
/**
|
|
1138
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1139
|
+
*/
|
|
1140
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10 | null | undefined;
|
|
1141
|
+
};
|
|
1142
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber = {
|
|
1143
|
+
/**
|
|
1144
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1145
|
+
*/
|
|
1146
|
+
activeFrom: Date;
|
|
1147
|
+
/**
|
|
1148
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1149
|
+
*/
|
|
1150
|
+
activeUntil: Date | null;
|
|
1151
|
+
/**
|
|
1152
|
+
* The actor that created this value.
|
|
1153
|
+
*/
|
|
1154
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10;
|
|
1155
|
+
/**
|
|
1156
|
+
* Numbers are persisted as 64 bit floats.
|
|
1157
|
+
*/
|
|
1158
|
+
value: number;
|
|
1159
|
+
/**
|
|
1160
|
+
* The attribute type of the value.
|
|
1161
|
+
*/
|
|
1162
|
+
attributeType: "number";
|
|
1163
|
+
};
|
|
1164
|
+
/**
|
|
1165
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1166
|
+
*/
|
|
1167
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9: {
|
|
1168
|
+
readonly ApiToken: "api-token";
|
|
1169
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1170
|
+
readonly System: "system";
|
|
1171
|
+
readonly App: "app";
|
|
1172
|
+
};
|
|
1173
|
+
/**
|
|
1174
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1175
|
+
*/
|
|
1176
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9>;
|
|
1177
|
+
/**
|
|
1178
|
+
* The actor that created this value.
|
|
1179
|
+
*/
|
|
1180
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9 = {
|
|
1181
|
+
/**
|
|
1182
|
+
* An ID to identify the actor.
|
|
1183
|
+
*/
|
|
1184
|
+
id?: string | null | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1187
|
+
*/
|
|
1188
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9 | null | undefined;
|
|
1189
|
+
};
|
|
1190
|
+
/**
|
|
1191
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
1192
|
+
*/
|
|
1193
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1: {
|
|
1194
|
+
readonly Af: "AF";
|
|
1195
|
+
readonly Ax: "AX";
|
|
1196
|
+
readonly Al: "AL";
|
|
1197
|
+
readonly Dz: "DZ";
|
|
1198
|
+
readonly As: "AS";
|
|
1199
|
+
readonly Ad: "AD";
|
|
1200
|
+
readonly Ao: "AO";
|
|
1201
|
+
readonly Ai: "AI";
|
|
1202
|
+
readonly Aq: "AQ";
|
|
1203
|
+
readonly Ag: "AG";
|
|
1204
|
+
readonly Ar: "AR";
|
|
1205
|
+
readonly Am: "AM";
|
|
1206
|
+
readonly Aw: "AW";
|
|
1207
|
+
readonly Au: "AU";
|
|
1208
|
+
readonly At: "AT";
|
|
1209
|
+
readonly Az: "AZ";
|
|
1210
|
+
readonly Bs: "BS";
|
|
1211
|
+
readonly Bh: "BH";
|
|
1212
|
+
readonly Bd: "BD";
|
|
1213
|
+
readonly Bb: "BB";
|
|
1214
|
+
readonly By: "BY";
|
|
1215
|
+
readonly Be: "BE";
|
|
1216
|
+
readonly Bz: "BZ";
|
|
1217
|
+
readonly Bj: "BJ";
|
|
1218
|
+
readonly Bm: "BM";
|
|
1219
|
+
readonly Bt: "BT";
|
|
1220
|
+
readonly Bo: "BO";
|
|
1221
|
+
readonly Ba: "BA";
|
|
1222
|
+
readonly Bw: "BW";
|
|
1223
|
+
readonly Bv: "BV";
|
|
1224
|
+
readonly Br: "BR";
|
|
1225
|
+
readonly Io: "IO";
|
|
1226
|
+
readonly Bn: "BN";
|
|
1227
|
+
readonly Bg: "BG";
|
|
1228
|
+
readonly Bf: "BF";
|
|
1229
|
+
readonly Bi: "BI";
|
|
1230
|
+
readonly Kh: "KH";
|
|
1231
|
+
readonly Cm: "CM";
|
|
1232
|
+
readonly Ca: "CA";
|
|
1233
|
+
readonly Cv: "CV";
|
|
1234
|
+
readonly Ky: "KY";
|
|
1235
|
+
readonly Cf: "CF";
|
|
1236
|
+
readonly Td: "TD";
|
|
1237
|
+
readonly Cl: "CL";
|
|
1238
|
+
readonly Cn: "CN";
|
|
1239
|
+
readonly Cx: "CX";
|
|
1240
|
+
readonly Cc: "CC";
|
|
1241
|
+
readonly Co: "CO";
|
|
1242
|
+
readonly Km: "KM";
|
|
1243
|
+
readonly Cg: "CG";
|
|
1244
|
+
readonly Cd: "CD";
|
|
1245
|
+
readonly Ck: "CK";
|
|
1246
|
+
readonly Cr: "CR";
|
|
1247
|
+
readonly Ci: "CI";
|
|
1248
|
+
readonly Hr: "HR";
|
|
1249
|
+
readonly Cu: "CU";
|
|
1250
|
+
readonly Cw: "CW";
|
|
1251
|
+
readonly Cy: "CY";
|
|
1252
|
+
readonly Cz: "CZ";
|
|
1253
|
+
readonly Dk: "DK";
|
|
1254
|
+
readonly Dj: "DJ";
|
|
1255
|
+
readonly Dm: "DM";
|
|
1256
|
+
readonly Do: "DO";
|
|
1257
|
+
readonly Ec: "EC";
|
|
1258
|
+
readonly Eg: "EG";
|
|
1259
|
+
readonly Sv: "SV";
|
|
1260
|
+
readonly Gq: "GQ";
|
|
1261
|
+
readonly Er: "ER";
|
|
1262
|
+
readonly Ee: "EE";
|
|
1263
|
+
readonly Et: "ET";
|
|
1264
|
+
readonly Fk: "FK";
|
|
1265
|
+
readonly Fo: "FO";
|
|
1266
|
+
readonly Fj: "FJ";
|
|
1267
|
+
readonly Fi: "FI";
|
|
1268
|
+
readonly Fr: "FR";
|
|
1269
|
+
readonly Gf: "GF";
|
|
1270
|
+
readonly Pf: "PF";
|
|
1271
|
+
readonly Tf: "TF";
|
|
1272
|
+
readonly Ga: "GA";
|
|
1273
|
+
readonly Gm: "GM";
|
|
1274
|
+
readonly Ge: "GE";
|
|
1275
|
+
readonly De: "DE";
|
|
1276
|
+
readonly Gh: "GH";
|
|
1277
|
+
readonly Gi: "GI";
|
|
1278
|
+
readonly Gr: "GR";
|
|
1279
|
+
readonly Gl: "GL";
|
|
1280
|
+
readonly Gd: "GD";
|
|
1281
|
+
readonly Gp: "GP";
|
|
1282
|
+
readonly Gu: "GU";
|
|
1283
|
+
readonly Gt: "GT";
|
|
1284
|
+
readonly Gg: "GG";
|
|
1285
|
+
readonly Gn: "GN";
|
|
1286
|
+
readonly Gw: "GW";
|
|
1287
|
+
readonly Gy: "GY";
|
|
1288
|
+
readonly Ht: "HT";
|
|
1289
|
+
readonly Hm: "HM";
|
|
1290
|
+
readonly Va: "VA";
|
|
1291
|
+
readonly Hn: "HN";
|
|
1292
|
+
readonly Hk: "HK";
|
|
1293
|
+
readonly Hu: "HU";
|
|
1294
|
+
readonly Is: "IS";
|
|
1295
|
+
readonly In: "IN";
|
|
1296
|
+
readonly Id: "ID";
|
|
1297
|
+
readonly Ir: "IR";
|
|
1298
|
+
readonly Iq: "IQ";
|
|
1299
|
+
readonly Ie: "IE";
|
|
1300
|
+
readonly Im: "IM";
|
|
1301
|
+
readonly Il: "IL";
|
|
1302
|
+
readonly It: "IT";
|
|
1303
|
+
readonly Jm: "JM";
|
|
1304
|
+
readonly Jp: "JP";
|
|
1305
|
+
readonly Je: "JE";
|
|
1306
|
+
readonly Jo: "JO";
|
|
1307
|
+
readonly Kz: "KZ";
|
|
1308
|
+
readonly Ke: "KE";
|
|
1309
|
+
readonly Ki: "KI";
|
|
1310
|
+
readonly Kr: "KR";
|
|
1311
|
+
readonly Kw: "KW";
|
|
1312
|
+
readonly Kg: "KG";
|
|
1313
|
+
readonly La: "LA";
|
|
1314
|
+
readonly Lv: "LV";
|
|
1315
|
+
readonly Lb: "LB";
|
|
1316
|
+
readonly Ls: "LS";
|
|
1317
|
+
readonly Lr: "LR";
|
|
1318
|
+
readonly Ly: "LY";
|
|
1319
|
+
readonly Li: "LI";
|
|
1320
|
+
readonly Lt: "LT";
|
|
1321
|
+
readonly Lu: "LU";
|
|
1322
|
+
readonly Mo: "MO";
|
|
1323
|
+
readonly Mk: "MK";
|
|
1324
|
+
readonly Mg: "MG";
|
|
1325
|
+
readonly Mw: "MW";
|
|
1326
|
+
readonly My: "MY";
|
|
1327
|
+
readonly Mv: "MV";
|
|
1328
|
+
readonly Ml: "ML";
|
|
1329
|
+
readonly Mt: "MT";
|
|
1330
|
+
readonly Mh: "MH";
|
|
1331
|
+
readonly Mq: "MQ";
|
|
1332
|
+
readonly Mr: "MR";
|
|
1333
|
+
readonly Mu: "MU";
|
|
1334
|
+
readonly Yt: "YT";
|
|
1335
|
+
readonly Mx: "MX";
|
|
1336
|
+
readonly Fm: "FM";
|
|
1337
|
+
readonly Md: "MD";
|
|
1338
|
+
readonly Mc: "MC";
|
|
1339
|
+
readonly Mn: "MN";
|
|
1340
|
+
readonly Me: "ME";
|
|
1341
|
+
readonly Ms: "MS";
|
|
1342
|
+
readonly Ma: "MA";
|
|
1343
|
+
readonly Mz: "MZ";
|
|
1344
|
+
readonly Mm: "MM";
|
|
1345
|
+
readonly Na: "NA";
|
|
1346
|
+
readonly Nr: "NR";
|
|
1347
|
+
readonly Np: "NP";
|
|
1348
|
+
readonly Nl: "NL";
|
|
1349
|
+
readonly An: "AN";
|
|
1350
|
+
readonly Nc: "NC";
|
|
1351
|
+
readonly Nz: "NZ";
|
|
1352
|
+
readonly Ni: "NI";
|
|
1353
|
+
readonly Ne: "NE";
|
|
1354
|
+
readonly Ng: "NG";
|
|
1355
|
+
readonly Nu: "NU";
|
|
1356
|
+
readonly Nf: "NF";
|
|
1357
|
+
readonly Mp: "MP";
|
|
1358
|
+
readonly No: "NO";
|
|
1359
|
+
readonly Om: "OM";
|
|
1360
|
+
readonly Pk: "PK";
|
|
1361
|
+
readonly Pw: "PW";
|
|
1362
|
+
readonly Ps: "PS";
|
|
1363
|
+
readonly Pa: "PA";
|
|
1364
|
+
readonly Pg: "PG";
|
|
1365
|
+
readonly Py: "PY";
|
|
1366
|
+
readonly Pe: "PE";
|
|
1367
|
+
readonly Ph: "PH";
|
|
1368
|
+
readonly Pn: "PN";
|
|
1369
|
+
readonly Pl: "PL";
|
|
1370
|
+
readonly Pt: "PT";
|
|
1371
|
+
readonly Pr: "PR";
|
|
1372
|
+
readonly Qa: "QA";
|
|
1373
|
+
readonly Re: "RE";
|
|
1374
|
+
readonly Ro: "RO";
|
|
1375
|
+
readonly Ru: "RU";
|
|
1376
|
+
readonly Rw: "RW";
|
|
1377
|
+
readonly Bl: "BL";
|
|
1378
|
+
readonly Sh: "SH";
|
|
1379
|
+
readonly Kn: "KN";
|
|
1380
|
+
readonly Lc: "LC";
|
|
1381
|
+
readonly Mf: "MF";
|
|
1382
|
+
readonly Pm: "PM";
|
|
1383
|
+
readonly Vc: "VC";
|
|
1384
|
+
readonly Ws: "WS";
|
|
1385
|
+
readonly Sm: "SM";
|
|
1386
|
+
readonly St: "ST";
|
|
1387
|
+
readonly Sa: "SA";
|
|
1388
|
+
readonly Sn: "SN";
|
|
1389
|
+
readonly Ss: "SS";
|
|
1390
|
+
readonly Rs: "RS";
|
|
1391
|
+
readonly Sc: "SC";
|
|
1392
|
+
readonly Sl: "SL";
|
|
1393
|
+
readonly Sg: "SG";
|
|
1394
|
+
readonly Sk: "SK";
|
|
1395
|
+
readonly Si: "SI";
|
|
1396
|
+
readonly Sb: "SB";
|
|
1397
|
+
readonly So: "SO";
|
|
1398
|
+
readonly Za: "ZA";
|
|
1399
|
+
readonly Gs: "GS";
|
|
1400
|
+
readonly Es: "ES";
|
|
1401
|
+
readonly Lk: "LK";
|
|
1402
|
+
readonly Sd: "SD";
|
|
1403
|
+
readonly Sr: "SR";
|
|
1404
|
+
readonly Sj: "SJ";
|
|
1405
|
+
readonly Sz: "SZ";
|
|
1406
|
+
readonly Se: "SE";
|
|
1407
|
+
readonly Ch: "CH";
|
|
1408
|
+
readonly Sy: "SY";
|
|
1409
|
+
readonly Tw: "TW";
|
|
1410
|
+
readonly Tj: "TJ";
|
|
1411
|
+
readonly Tz: "TZ";
|
|
1412
|
+
readonly Th: "TH";
|
|
1413
|
+
readonly Tl: "TL";
|
|
1414
|
+
readonly Tg: "TG";
|
|
1415
|
+
readonly Tk: "TK";
|
|
1416
|
+
readonly To: "TO";
|
|
1417
|
+
readonly Tt: "TT";
|
|
1418
|
+
readonly Tn: "TN";
|
|
1419
|
+
readonly Tr: "TR";
|
|
1420
|
+
readonly Tm: "TM";
|
|
1421
|
+
readonly Tc: "TC";
|
|
1422
|
+
readonly Tv: "TV";
|
|
1423
|
+
readonly Ug: "UG";
|
|
1424
|
+
readonly Ua: "UA";
|
|
1425
|
+
readonly Ae: "AE";
|
|
1426
|
+
readonly Gb: "GB";
|
|
1427
|
+
readonly Us: "US";
|
|
1428
|
+
readonly Um: "UM";
|
|
1429
|
+
readonly Uy: "UY";
|
|
1430
|
+
readonly Uz: "UZ";
|
|
1431
|
+
readonly Vu: "VU";
|
|
1432
|
+
readonly Ve: "VE";
|
|
1433
|
+
readonly Vn: "VN";
|
|
1434
|
+
readonly Vg: "VG";
|
|
1435
|
+
readonly Vi: "VI";
|
|
1436
|
+
readonly Wf: "WF";
|
|
1437
|
+
readonly Eh: "EH";
|
|
1438
|
+
readonly Ye: "YE";
|
|
1439
|
+
readonly Zm: "ZM";
|
|
1440
|
+
readonly Zw: "ZW";
|
|
1441
|
+
readonly Bq: "BQ";
|
|
1442
|
+
readonly Kp: "KP";
|
|
1443
|
+
readonly Sx: "SX";
|
|
1444
|
+
readonly Xk: "XK";
|
|
1445
|
+
readonly Ac: "AC";
|
|
1446
|
+
};
|
|
1447
|
+
/**
|
|
1448
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
1449
|
+
*/
|
|
1450
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1>;
|
|
1451
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation = {
|
|
1452
|
+
/**
|
|
1453
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1454
|
+
*/
|
|
1455
|
+
activeFrom: Date;
|
|
1456
|
+
/**
|
|
1457
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1458
|
+
*/
|
|
1459
|
+
activeUntil: Date | null;
|
|
1460
|
+
/**
|
|
1461
|
+
* The actor that created this value.
|
|
1462
|
+
*/
|
|
1463
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9;
|
|
1464
|
+
/**
|
|
1465
|
+
* The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
|
|
1466
|
+
*/
|
|
1467
|
+
line1: string | null;
|
|
1468
|
+
/**
|
|
1469
|
+
* The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
|
|
1470
|
+
*/
|
|
1471
|
+
line2: string | null;
|
|
1472
|
+
/**
|
|
1473
|
+
* The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
|
|
1474
|
+
*/
|
|
1475
|
+
line3: string | null;
|
|
1476
|
+
/**
|
|
1477
|
+
* The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
|
|
1478
|
+
*/
|
|
1479
|
+
line4: string | null;
|
|
1480
|
+
/**
|
|
1481
|
+
* The town, neighborhood or area the location is in.
|
|
1482
|
+
*/
|
|
1483
|
+
locality: string | null;
|
|
1484
|
+
/**
|
|
1485
|
+
* The state, county, province or region that the location is in.
|
|
1486
|
+
*/
|
|
1487
|
+
region: string | null;
|
|
1488
|
+
/**
|
|
1489
|
+
* The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
|
|
1490
|
+
*/
|
|
1491
|
+
postcode: string | null;
|
|
1492
|
+
/**
|
|
1493
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
1494
|
+
*/
|
|
1495
|
+
countryCode: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1 | null;
|
|
1496
|
+
/**
|
|
1497
|
+
* The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
|
|
1498
|
+
*/
|
|
1499
|
+
latitude: string | null;
|
|
1500
|
+
/**
|
|
1501
|
+
* The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
|
|
1502
|
+
*/
|
|
1503
|
+
longitude: string | null;
|
|
1504
|
+
/**
|
|
1505
|
+
* The attribute type of the value.
|
|
1506
|
+
*/
|
|
1507
|
+
attributeType: "location";
|
|
1508
|
+
};
|
|
1509
|
+
/**
|
|
1510
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1511
|
+
*/
|
|
1512
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8: {
|
|
1513
|
+
readonly ApiToken: "api-token";
|
|
1514
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1515
|
+
readonly System: "system";
|
|
1516
|
+
readonly App: "app";
|
|
1517
|
+
};
|
|
1518
|
+
/**
|
|
1519
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1520
|
+
*/
|
|
1521
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8>;
|
|
1522
|
+
/**
|
|
1523
|
+
* The actor that created this value.
|
|
1524
|
+
*/
|
|
1525
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8 = {
|
|
1526
|
+
/**
|
|
1527
|
+
* An ID to identify the actor.
|
|
1528
|
+
*/
|
|
1529
|
+
id?: string | null | undefined;
|
|
1530
|
+
/**
|
|
1531
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1532
|
+
*/
|
|
1533
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8 | null | undefined;
|
|
1534
|
+
};
|
|
1535
|
+
/**
|
|
1536
|
+
* The type of interaction e.g. calendar or email.
|
|
1537
|
+
*/
|
|
1538
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType: {
|
|
1539
|
+
readonly CalendarEvent: "calendar-event";
|
|
1540
|
+
readonly Call: "call";
|
|
1541
|
+
readonly ChatThread: "chat-thread";
|
|
1542
|
+
readonly Email: "email";
|
|
1543
|
+
readonly InPersonMeeting: "in-person-meeting";
|
|
1544
|
+
readonly Meeting: "meeting";
|
|
1545
|
+
};
|
|
1546
|
+
/**
|
|
1547
|
+
* The type of interaction e.g. calendar or email.
|
|
1548
|
+
*/
|
|
1549
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType>;
|
|
1550
|
+
/**
|
|
1551
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1552
|
+
*/
|
|
1553
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType: {
|
|
1554
|
+
readonly ApiToken: "api-token";
|
|
1555
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1556
|
+
readonly System: "system";
|
|
1557
|
+
readonly App: "app";
|
|
1558
|
+
};
|
|
1559
|
+
/**
|
|
1560
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1561
|
+
*/
|
|
1562
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType>;
|
|
1563
|
+
/**
|
|
1564
|
+
* The actor that created this value.
|
|
1565
|
+
*/
|
|
1566
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor = {
|
|
1567
|
+
/**
|
|
1568
|
+
* An ID to identify the actor.
|
|
1569
|
+
*/
|
|
1570
|
+
id?: string | null | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1573
|
+
*/
|
|
1574
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType | null | undefined;
|
|
1575
|
+
};
|
|
1576
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction = {
|
|
1577
|
+
/**
|
|
1578
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1579
|
+
*/
|
|
1580
|
+
activeFrom: Date;
|
|
1581
|
+
/**
|
|
1582
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1583
|
+
*/
|
|
1584
|
+
activeUntil: Date | null;
|
|
1585
|
+
/**
|
|
1586
|
+
* The actor that created this value.
|
|
1587
|
+
*/
|
|
1588
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8;
|
|
1589
|
+
/**
|
|
1590
|
+
* The type of interaction e.g. calendar or email.
|
|
1591
|
+
*/
|
|
1592
|
+
interactionType: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType;
|
|
1593
|
+
/**
|
|
1594
|
+
* When the interaction occurred.
|
|
1595
|
+
*/
|
|
1596
|
+
interactedAt: Date;
|
|
1597
|
+
/**
|
|
1598
|
+
* The actor that created this value.
|
|
1599
|
+
*/
|
|
1600
|
+
ownerActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor;
|
|
1601
|
+
/**
|
|
1602
|
+
* The attribute type of the value.
|
|
1603
|
+
*/
|
|
1604
|
+
attributeType: "interaction";
|
|
1605
|
+
};
|
|
1606
|
+
/**
|
|
1607
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1608
|
+
*/
|
|
1609
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7: {
|
|
1610
|
+
readonly ApiToken: "api-token";
|
|
1611
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1612
|
+
readonly System: "system";
|
|
1613
|
+
readonly App: "app";
|
|
1614
|
+
};
|
|
1615
|
+
/**
|
|
1616
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1617
|
+
*/
|
|
1618
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7>;
|
|
1619
|
+
/**
|
|
1620
|
+
* The actor that created this value.
|
|
1621
|
+
*/
|
|
1622
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7 = {
|
|
1623
|
+
/**
|
|
1624
|
+
* An ID to identify the actor.
|
|
1625
|
+
*/
|
|
1626
|
+
id?: string | null | undefined;
|
|
1627
|
+
/**
|
|
1628
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1629
|
+
*/
|
|
1630
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7 | null | undefined;
|
|
1631
|
+
};
|
|
1632
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference = {
|
|
1633
|
+
/**
|
|
1634
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1635
|
+
*/
|
|
1636
|
+
activeFrom: Date;
|
|
1637
|
+
/**
|
|
1638
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1639
|
+
*/
|
|
1640
|
+
activeUntil: Date | null;
|
|
1641
|
+
/**
|
|
1642
|
+
* The actor that created this value.
|
|
1643
|
+
*/
|
|
1644
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7;
|
|
1645
|
+
/**
|
|
1646
|
+
* A slug identifying the object that the referenced record belongs to.
|
|
1647
|
+
*/
|
|
1648
|
+
targetObject: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* A UUID to identify the referenced record.
|
|
1651
|
+
*/
|
|
1652
|
+
targetRecordId: string;
|
|
1653
|
+
/**
|
|
1654
|
+
* The attribute type of the value.
|
|
1655
|
+
*/
|
|
1656
|
+
attributeType: "record-reference";
|
|
1657
|
+
};
|
|
1658
|
+
/**
|
|
1659
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1660
|
+
*/
|
|
1661
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6: {
|
|
1662
|
+
readonly ApiToken: "api-token";
|
|
1663
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1664
|
+
readonly System: "system";
|
|
1665
|
+
readonly App: "app";
|
|
1666
|
+
};
|
|
1667
|
+
/**
|
|
1668
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1669
|
+
*/
|
|
1670
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6>;
|
|
1671
|
+
/**
|
|
1672
|
+
* The actor that created this value.
|
|
1673
|
+
*/
|
|
1674
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6 = {
|
|
1675
|
+
/**
|
|
1676
|
+
* An ID to identify the actor.
|
|
1677
|
+
*/
|
|
1678
|
+
id?: string | null | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1681
|
+
*/
|
|
1682
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6 | null | undefined;
|
|
1683
|
+
};
|
|
1684
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress = {
|
|
1685
|
+
/**
|
|
1686
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1687
|
+
*/
|
|
1688
|
+
activeFrom: Date;
|
|
1689
|
+
/**
|
|
1690
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1691
|
+
*/
|
|
1692
|
+
activeUntil: Date | null;
|
|
1693
|
+
/**
|
|
1694
|
+
* The actor that created this value.
|
|
1695
|
+
*/
|
|
1696
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6;
|
|
1697
|
+
originalEmailAddress: string;
|
|
1698
|
+
emailAddress: string;
|
|
1699
|
+
emailDomain: string;
|
|
1700
|
+
emailRootDomain: string;
|
|
1701
|
+
emailLocalSpecifier: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* The attribute type of the value.
|
|
1704
|
+
*/
|
|
1705
|
+
attributeType: "email-address";
|
|
1706
|
+
};
|
|
1707
|
+
/**
|
|
1708
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5: {
|
|
1711
|
+
readonly ApiToken: "api-token";
|
|
1712
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1713
|
+
readonly System: "system";
|
|
1714
|
+
readonly App: "app";
|
|
1715
|
+
};
|
|
1716
|
+
/**
|
|
1717
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1718
|
+
*/
|
|
1719
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5>;
|
|
1720
|
+
/**
|
|
1721
|
+
* The actor that created this value.
|
|
1722
|
+
*/
|
|
1723
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5 = {
|
|
1724
|
+
/**
|
|
1725
|
+
* An ID to identify the actor.
|
|
1726
|
+
*/
|
|
1727
|
+
id?: string | null | undefined;
|
|
1728
|
+
/**
|
|
1729
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1730
|
+
*/
|
|
1731
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5 | null | undefined;
|
|
1732
|
+
};
|
|
1733
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain = {
|
|
1734
|
+
/**
|
|
1735
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1736
|
+
*/
|
|
1737
|
+
activeFrom: Date;
|
|
1738
|
+
/**
|
|
1739
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1740
|
+
*/
|
|
1741
|
+
activeUntil: Date | null;
|
|
1742
|
+
/**
|
|
1743
|
+
* The actor that created this value.
|
|
1744
|
+
*/
|
|
1745
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5;
|
|
1746
|
+
domain: string;
|
|
1747
|
+
rootDomain: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* The attribute type of the value.
|
|
1750
|
+
*/
|
|
1751
|
+
attributeType: "domain";
|
|
1752
|
+
};
|
|
1753
|
+
/**
|
|
1754
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4: {
|
|
1757
|
+
readonly ApiToken: "api-token";
|
|
1758
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1759
|
+
readonly System: "system";
|
|
1760
|
+
readonly App: "app";
|
|
1761
|
+
};
|
|
1762
|
+
/**
|
|
1763
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1764
|
+
*/
|
|
1765
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4>;
|
|
1766
|
+
/**
|
|
1767
|
+
* The actor that created this value.
|
|
1768
|
+
*/
|
|
1769
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4 = {
|
|
1770
|
+
/**
|
|
1771
|
+
* An ID to identify the actor.
|
|
1772
|
+
*/
|
|
1773
|
+
id?: string | null | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1776
|
+
*/
|
|
1777
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4 | null | undefined;
|
|
1778
|
+
};
|
|
1779
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate = {
|
|
1780
|
+
/**
|
|
1781
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1782
|
+
*/
|
|
1783
|
+
activeFrom: Date;
|
|
1784
|
+
/**
|
|
1785
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1786
|
+
*/
|
|
1787
|
+
activeUntil: Date | null;
|
|
1788
|
+
/**
|
|
1789
|
+
* The actor that created this value.
|
|
1790
|
+
*/
|
|
1791
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4;
|
|
1792
|
+
/**
|
|
1793
|
+
* The attribute type of the value.
|
|
1794
|
+
*/
|
|
1795
|
+
attributeType: "date";
|
|
1796
|
+
/**
|
|
1797
|
+
* A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31".
|
|
1798
|
+
*/
|
|
1799
|
+
value: string;
|
|
1800
|
+
};
|
|
1801
|
+
/**
|
|
1802
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1803
|
+
*/
|
|
1804
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3: {
|
|
1805
|
+
readonly ApiToken: "api-token";
|
|
1806
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1807
|
+
readonly System: "system";
|
|
1808
|
+
readonly App: "app";
|
|
1809
|
+
};
|
|
1810
|
+
/**
|
|
1811
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1812
|
+
*/
|
|
1813
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3>;
|
|
1814
|
+
/**
|
|
1815
|
+
* The actor that created this value.
|
|
1816
|
+
*/
|
|
1817
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3 = {
|
|
1818
|
+
/**
|
|
1819
|
+
* An ID to identify the actor.
|
|
1820
|
+
*/
|
|
1821
|
+
id?: string | null | undefined;
|
|
1822
|
+
/**
|
|
1823
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1824
|
+
*/
|
|
1825
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3 | null | undefined;
|
|
1826
|
+
};
|
|
1827
|
+
/**
|
|
1828
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1829
|
+
*/
|
|
1830
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode: {
|
|
1831
|
+
readonly Ars: "ARS";
|
|
1832
|
+
readonly Aud: "AUD";
|
|
1833
|
+
readonly Brl: "BRL";
|
|
1834
|
+
readonly Bgn: "BGN";
|
|
1835
|
+
readonly Cad: "CAD";
|
|
1836
|
+
readonly Clp: "CLP";
|
|
1837
|
+
readonly Cny: "CNY";
|
|
1838
|
+
readonly Cop: "COP";
|
|
1839
|
+
readonly Czk: "CZK";
|
|
1840
|
+
readonly Dkk: "DKK";
|
|
1841
|
+
readonly Eur: "EUR";
|
|
1842
|
+
readonly Hkd: "HKD";
|
|
1843
|
+
readonly Huf: "HUF";
|
|
1844
|
+
readonly Isk: "ISK";
|
|
1845
|
+
readonly Inr: "INR";
|
|
1846
|
+
readonly Ils: "ILS";
|
|
1847
|
+
readonly Jpy: "JPY";
|
|
1848
|
+
readonly Kes: "KES";
|
|
1849
|
+
readonly Krw: "KRW";
|
|
1850
|
+
readonly Myr: "MYR";
|
|
1851
|
+
readonly Mxn: "MXN";
|
|
1852
|
+
readonly Ntd: "NTD";
|
|
1853
|
+
readonly Nzd: "NZD";
|
|
1854
|
+
readonly Ngn: "NGN";
|
|
1855
|
+
readonly Nok: "NOK";
|
|
1856
|
+
readonly Xpf: "XPF";
|
|
1857
|
+
readonly Pen: "PEN";
|
|
1858
|
+
readonly Php: "PHP";
|
|
1859
|
+
readonly Pln: "PLN";
|
|
1860
|
+
readonly Gbp: "GBP";
|
|
1861
|
+
readonly Rwf: "RWF";
|
|
1862
|
+
readonly Sar: "SAR";
|
|
1863
|
+
readonly Sgd: "SGD";
|
|
1864
|
+
readonly Zar: "ZAR";
|
|
1865
|
+
readonly Sek: "SEK";
|
|
1866
|
+
readonly Chf: "CHF";
|
|
1867
|
+
readonly Thb: "THB";
|
|
1868
|
+
readonly Aed: "AED";
|
|
1869
|
+
readonly Uyu: "UYU";
|
|
1870
|
+
readonly Usd: "USD";
|
|
1871
|
+
};
|
|
1872
|
+
/**
|
|
1873
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1874
|
+
*/
|
|
1875
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode>;
|
|
1876
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency = {
|
|
1877
|
+
/**
|
|
1878
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1879
|
+
*/
|
|
1880
|
+
activeFrom: Date;
|
|
1881
|
+
/**
|
|
1882
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1883
|
+
*/
|
|
1884
|
+
activeUntil: Date | null;
|
|
1885
|
+
/**
|
|
1886
|
+
* The actor that created this value.
|
|
1887
|
+
*/
|
|
1888
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3;
|
|
1889
|
+
/**
|
|
1890
|
+
* A numerical representation of the currency value. A decimal with a max of 4 decimal places.
|
|
1891
|
+
*/
|
|
1892
|
+
currencyValue: number;
|
|
1893
|
+
/**
|
|
1894
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1895
|
+
*/
|
|
1896
|
+
currencyCode?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode | null | undefined;
|
|
1897
|
+
/**
|
|
1898
|
+
* The attribute type of the value.
|
|
1899
|
+
*/
|
|
1900
|
+
attributeType: "currency";
|
|
1901
|
+
};
|
|
1902
|
+
/**
|
|
1903
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2: {
|
|
1906
|
+
readonly ApiToken: "api-token";
|
|
1907
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1908
|
+
readonly System: "system";
|
|
1909
|
+
readonly App: "app";
|
|
1910
|
+
};
|
|
1911
|
+
/**
|
|
1912
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1913
|
+
*/
|
|
1914
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2>;
|
|
1915
|
+
/**
|
|
1916
|
+
* The actor that created this value.
|
|
1917
|
+
*/
|
|
1918
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2 = {
|
|
1919
|
+
/**
|
|
1920
|
+
* An ID to identify the actor.
|
|
1921
|
+
*/
|
|
1922
|
+
id?: string | null | undefined;
|
|
1923
|
+
/**
|
|
1924
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1925
|
+
*/
|
|
1926
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2 | null | undefined;
|
|
1927
|
+
};
|
|
1928
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox = {
|
|
1929
|
+
/**
|
|
1930
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1931
|
+
*/
|
|
1932
|
+
activeFrom: Date;
|
|
1933
|
+
/**
|
|
1934
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1935
|
+
*/
|
|
1936
|
+
activeUntil: Date | null;
|
|
1937
|
+
/**
|
|
1938
|
+
* The actor that created this value.
|
|
1939
|
+
*/
|
|
1940
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2;
|
|
1941
|
+
/**
|
|
1942
|
+
* A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
|
|
1943
|
+
*/
|
|
1944
|
+
value: boolean;
|
|
1945
|
+
/**
|
|
1946
|
+
* The attribute type of the value.
|
|
1947
|
+
*/
|
|
1948
|
+
attributeType: "checkbox";
|
|
1949
|
+
};
|
|
1950
|
+
/**
|
|
1951
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1952
|
+
*/
|
|
1953
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1: {
|
|
1954
|
+
readonly ApiToken: "api-token";
|
|
1955
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1956
|
+
readonly System: "system";
|
|
1957
|
+
readonly App: "app";
|
|
1958
|
+
};
|
|
1959
|
+
/**
|
|
1960
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1961
|
+
*/
|
|
1962
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1 = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1>;
|
|
1963
|
+
/**
|
|
1964
|
+
* The actor that created this value.
|
|
1965
|
+
*/
|
|
1966
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1 = {
|
|
1967
|
+
/**
|
|
1968
|
+
* An ID to identify the actor.
|
|
1969
|
+
*/
|
|
1970
|
+
id?: string | null | undefined;
|
|
1971
|
+
/**
|
|
1972
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1973
|
+
*/
|
|
1974
|
+
type?: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1 | null | undefined;
|
|
1975
|
+
};
|
|
1976
|
+
/**
|
|
1977
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
1978
|
+
*/
|
|
1979
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType: {
|
|
1980
|
+
readonly ApiToken: "api-token";
|
|
1981
|
+
readonly WorkspaceMember: "workspace-member";
|
|
1982
|
+
readonly System: "system";
|
|
1983
|
+
readonly App: "app";
|
|
1984
|
+
};
|
|
1985
|
+
/**
|
|
1986
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
1987
|
+
*/
|
|
1988
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType = OpenEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType>;
|
|
1989
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference = {
|
|
1990
|
+
/**
|
|
1991
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1992
|
+
*/
|
|
1993
|
+
activeFrom: Date;
|
|
1994
|
+
/**
|
|
1995
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1996
|
+
*/
|
|
1997
|
+
activeUntil: Date | null;
|
|
1998
|
+
/**
|
|
1999
|
+
* The actor that created this value.
|
|
2000
|
+
*/
|
|
2001
|
+
createdByActor: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1;
|
|
2002
|
+
/**
|
|
2003
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
2004
|
+
*/
|
|
2005
|
+
referencedActorType: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType;
|
|
2006
|
+
/**
|
|
2007
|
+
* The ID of the referenced actor.
|
|
2008
|
+
*/
|
|
2009
|
+
referencedActorId: string | null;
|
|
2010
|
+
/**
|
|
2011
|
+
* The attribute type of the value.
|
|
2012
|
+
*/
|
|
2013
|
+
attributeType: "actor-reference";
|
|
2014
|
+
};
|
|
2015
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion = GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp | discriminatedUnionTypes.Unknown<"attributeType">;
|
|
2016
|
+
/**
|
|
2017
|
+
* Success
|
|
2018
|
+
*/
|
|
2019
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse = {
|
|
2020
|
+
data: Array<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText | GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp | discriminatedUnionTypes.Unknown<"attributeType">>;
|
|
2021
|
+
};
|
|
2022
|
+
/** @internal */
|
|
2023
|
+
export declare const GetV2TargetIdentifierAttributesAttributeTarget$outboundSchema: z.ZodMiniEnum<typeof GetV2TargetIdentifierAttributesAttributeTarget>;
|
|
2024
|
+
/** @internal */
|
|
2025
|
+
export type GetV2TargetIdentifierAttributesAttributeRequest$Outbound = {
|
|
2026
|
+
target: string;
|
|
2027
|
+
identifier: string;
|
|
2028
|
+
attribute: string;
|
|
2029
|
+
};
|
|
2030
|
+
/** @internal */
|
|
2031
|
+
export declare const GetV2TargetIdentifierAttributesAttributeRequest$outboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeRequest$Outbound, GetV2TargetIdentifierAttributesAttributeRequest>;
|
|
2032
|
+
export declare function getV2TargetIdentifierAttributesAttributeRequestToJSON(getV2TargetIdentifierAttributesAttributeRequest: GetV2TargetIdentifierAttributesAttributeRequest): string;
|
|
2033
|
+
/** @internal */
|
|
2034
|
+
export declare const GetV2TargetIdentifierAttributesAttributeType$inboundSchema: z.ZodMiniEnum<typeof GetV2TargetIdentifierAttributesAttributeType>;
|
|
2035
|
+
/** @internal */
|
|
2036
|
+
export declare const GetV2TargetIdentifierAttributesAttributeCode$inboundSchema: z.ZodMiniEnum<typeof GetV2TargetIdentifierAttributesAttributeCode>;
|
|
2037
|
+
/** @internal */
|
|
2038
|
+
export declare const GetV2TargetIdentifierAttributesAttributeResponse$inboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeResponse, unknown>;
|
|
2039
|
+
export declare function getV2TargetIdentifierAttributesAttributeResponseFromJSON(jsonString: string): SafeParseResult<GetV2TargetIdentifierAttributesAttributeResponse, SDKValidationError>;
|
|
2040
|
+
/** @internal */
|
|
2041
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeTarget$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeTarget>;
|
|
2042
|
+
/** @internal */
|
|
2043
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$Outbound = {
|
|
2044
|
+
type: "static";
|
|
2045
|
+
template: Array<models.InputValueUnion$Outbound>;
|
|
2046
|
+
};
|
|
2047
|
+
/** @internal */
|
|
2048
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$Outbound, PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic>;
|
|
2049
|
+
export declare function patchV2TargetIdentifierAttributesAttributeDefaultValueStaticToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueStatic: PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic): string;
|
|
2050
|
+
/** @internal */
|
|
2051
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeTemplate$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeTemplate>;
|
|
2052
|
+
/** @internal */
|
|
2053
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$Outbound = {
|
|
2054
|
+
type: "dynamic";
|
|
2055
|
+
template: any;
|
|
2056
|
+
};
|
|
2057
|
+
/** @internal */
|
|
2058
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$Outbound, PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic>;
|
|
2059
|
+
export declare function patchV2TargetIdentifierAttributesAttributeDefaultValueDynamicToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueDynamic: PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic): string;
|
|
2060
|
+
/** @internal */
|
|
2061
|
+
export type PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$Outbound = PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$Outbound | PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$Outbound;
|
|
2062
|
+
/** @internal */
|
|
2063
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$Outbound, PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion>;
|
|
2064
|
+
export declare function patchV2TargetIdentifierAttributesAttributeDefaultValueUnionToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueUnion: PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion): string;
|
|
2065
|
+
/** @internal */
|
|
2066
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode>;
|
|
2067
|
+
/** @internal */
|
|
2068
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeDisplayType$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeDisplayType>;
|
|
2069
|
+
/** @internal */
|
|
2070
|
+
export type PatchV2TargetIdentifierAttributesAttributeCurrency$Outbound = {
|
|
2071
|
+
default_currency_code: string;
|
|
2072
|
+
display_type: string;
|
|
2073
|
+
};
|
|
2074
|
+
/** @internal */
|
|
2075
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeCurrency$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeCurrency$Outbound, PatchV2TargetIdentifierAttributesAttributeCurrency>;
|
|
2076
|
+
export declare function patchV2TargetIdentifierAttributesAttributeCurrencyToJSON(patchV2TargetIdentifierAttributesAttributeCurrency: PatchV2TargetIdentifierAttributesAttributeCurrency): string;
|
|
2077
|
+
/** @internal */
|
|
2078
|
+
export type PatchV2TargetIdentifierAttributesAttributeRecordReference$Outbound = {
|
|
2079
|
+
allowed_objects: Array<string>;
|
|
2080
|
+
};
|
|
2081
|
+
/** @internal */
|
|
2082
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeRecordReference$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeRecordReference$Outbound, PatchV2TargetIdentifierAttributesAttributeRecordReference>;
|
|
2083
|
+
export declare function patchV2TargetIdentifierAttributesAttributeRecordReferenceToJSON(patchV2TargetIdentifierAttributesAttributeRecordReference: PatchV2TargetIdentifierAttributesAttributeRecordReference): string;
|
|
2084
|
+
/** @internal */
|
|
2085
|
+
export type PatchV2TargetIdentifierAttributesAttributeConfig$Outbound = {
|
|
2086
|
+
currency?: PatchV2TargetIdentifierAttributesAttributeCurrency$Outbound | undefined;
|
|
2087
|
+
record_reference?: PatchV2TargetIdentifierAttributesAttributeRecordReference$Outbound | undefined;
|
|
2088
|
+
};
|
|
2089
|
+
/** @internal */
|
|
2090
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeConfig$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeConfig$Outbound, PatchV2TargetIdentifierAttributesAttributeConfig>;
|
|
2091
|
+
export declare function patchV2TargetIdentifierAttributesAttributeConfigToJSON(patchV2TargetIdentifierAttributesAttributeConfig: PatchV2TargetIdentifierAttributesAttributeConfig): string;
|
|
2092
|
+
/** @internal */
|
|
2093
|
+
export type PatchV2TargetIdentifierAttributesAttributeData$Outbound = {
|
|
2094
|
+
title?: string | undefined;
|
|
2095
|
+
description?: string | null | undefined;
|
|
2096
|
+
api_slug?: string | undefined;
|
|
2097
|
+
is_required?: boolean | undefined;
|
|
2098
|
+
is_unique?: boolean | undefined;
|
|
2099
|
+
default_value?: PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$Outbound | PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$Outbound | null | undefined;
|
|
2100
|
+
config?: PatchV2TargetIdentifierAttributesAttributeConfig$Outbound | undefined;
|
|
2101
|
+
is_archived?: boolean | undefined;
|
|
2102
|
+
};
|
|
2103
|
+
/** @internal */
|
|
2104
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeData$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeData$Outbound, PatchV2TargetIdentifierAttributesAttributeData>;
|
|
2105
|
+
export declare function patchV2TargetIdentifierAttributesAttributeDataToJSON(patchV2TargetIdentifierAttributesAttributeData: PatchV2TargetIdentifierAttributesAttributeData): string;
|
|
2106
|
+
/** @internal */
|
|
2107
|
+
export type PatchV2TargetIdentifierAttributesAttributeRequestBody$Outbound = {
|
|
2108
|
+
data: PatchV2TargetIdentifierAttributesAttributeData$Outbound;
|
|
2109
|
+
};
|
|
2110
|
+
/** @internal */
|
|
2111
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeRequestBody$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeRequestBody$Outbound, PatchV2TargetIdentifierAttributesAttributeRequestBody>;
|
|
2112
|
+
export declare function patchV2TargetIdentifierAttributesAttributeRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeRequestBody: PatchV2TargetIdentifierAttributesAttributeRequestBody): string;
|
|
2113
|
+
/** @internal */
|
|
2114
|
+
export type PatchV2TargetIdentifierAttributesAttributeRequest$Outbound = {
|
|
2115
|
+
target: string;
|
|
2116
|
+
identifier: string;
|
|
2117
|
+
attribute: string;
|
|
2118
|
+
body: PatchV2TargetIdentifierAttributesAttributeRequestBody$Outbound;
|
|
2119
|
+
};
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeRequest$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeRequest$Outbound, PatchV2TargetIdentifierAttributesAttributeRequest>;
|
|
2122
|
+
export declare function patchV2TargetIdentifierAttributesAttributeRequestToJSON(patchV2TargetIdentifierAttributesAttributeRequest: PatchV2TargetIdentifierAttributesAttributeRequest): string;
|
|
2123
|
+
/** @internal */
|
|
2124
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeBadRequestType$inboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeBadRequestType>;
|
|
2125
|
+
/** @internal */
|
|
2126
|
+
export declare const CodeSystemEditUnauthorized$inboundSchema: z.ZodMiniEnum<typeof CodeSystemEditUnauthorized>;
|
|
2127
|
+
/** @internal */
|
|
2128
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeResponse$inboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeResponse, unknown>;
|
|
2129
|
+
export declare function patchV2TargetIdentifierAttributesAttributeResponseFromJSON(jsonString: string): SafeParseResult<PatchV2TargetIdentifierAttributesAttributeResponse, SDKValidationError>;
|
|
2130
|
+
/** @internal */
|
|
2131
|
+
export declare const GetV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema: z.ZodMiniEnum<typeof GetV2TargetIdentifierAttributesAttributeOptionsTarget>;
|
|
2132
|
+
/** @internal */
|
|
2133
|
+
export type GetV2TargetIdentifierAttributesAttributeOptionsRequest$Outbound = {
|
|
2134
|
+
target: string;
|
|
2135
|
+
identifier: string;
|
|
2136
|
+
attribute: string;
|
|
2137
|
+
show_archived?: boolean | undefined;
|
|
2138
|
+
};
|
|
2139
|
+
/** @internal */
|
|
2140
|
+
export declare const GetV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeOptionsRequest$Outbound, GetV2TargetIdentifierAttributesAttributeOptionsRequest>;
|
|
2141
|
+
export declare function getV2TargetIdentifierAttributesAttributeOptionsRequestToJSON(getV2TargetIdentifierAttributesAttributeOptionsRequest: GetV2TargetIdentifierAttributesAttributeOptionsRequest): string;
|
|
2142
|
+
/** @internal */
|
|
2143
|
+
export declare const GetV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeOptionsResponse, unknown>;
|
|
2144
|
+
export declare function getV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON(jsonString: string): SafeParseResult<GetV2TargetIdentifierAttributesAttributeOptionsResponse, SDKValidationError>;
|
|
2145
|
+
/** @internal */
|
|
2146
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsTarget>;
|
|
2147
|
+
/** @internal */
|
|
2148
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsData$Outbound = {
|
|
2149
|
+
title: string;
|
|
2150
|
+
};
|
|
2151
|
+
/** @internal */
|
|
2152
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsData$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeOptionsData$Outbound, PostV2TargetIdentifierAttributesAttributeOptionsData>;
|
|
2153
|
+
export declare function postV2TargetIdentifierAttributesAttributeOptionsDataToJSON(postV2TargetIdentifierAttributesAttributeOptionsData: PostV2TargetIdentifierAttributesAttributeOptionsData): string;
|
|
2154
|
+
/** @internal */
|
|
2155
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$Outbound = {
|
|
2156
|
+
data: PostV2TargetIdentifierAttributesAttributeOptionsData$Outbound;
|
|
2157
|
+
};
|
|
2158
|
+
/** @internal */
|
|
2159
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$Outbound, PostV2TargetIdentifierAttributesAttributeOptionsRequestBody>;
|
|
2160
|
+
export declare function postV2TargetIdentifierAttributesAttributeOptionsRequestBodyToJSON(postV2TargetIdentifierAttributesAttributeOptionsRequestBody: PostV2TargetIdentifierAttributesAttributeOptionsRequestBody): string;
|
|
2161
|
+
/** @internal */
|
|
2162
|
+
export type PostV2TargetIdentifierAttributesAttributeOptionsRequest$Outbound = {
|
|
2163
|
+
target: string;
|
|
2164
|
+
identifier: string;
|
|
2165
|
+
attribute: string;
|
|
2166
|
+
body: PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$Outbound;
|
|
2167
|
+
};
|
|
2168
|
+
/** @internal */
|
|
2169
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeOptionsRequest$Outbound, PostV2TargetIdentifierAttributesAttributeOptionsRequest>;
|
|
2170
|
+
export declare function postV2TargetIdentifierAttributesAttributeOptionsRequestToJSON(postV2TargetIdentifierAttributesAttributeOptionsRequest: PostV2TargetIdentifierAttributesAttributeOptionsRequest): string;
|
|
2171
|
+
/** @internal */
|
|
2172
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsConflictType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsConflictType>;
|
|
2173
|
+
/** @internal */
|
|
2174
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsConflictCode$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsConflictCode>;
|
|
2175
|
+
/** @internal */
|
|
2176
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType>;
|
|
2177
|
+
/** @internal */
|
|
2178
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType>;
|
|
2179
|
+
/** @internal */
|
|
2180
|
+
export declare const PostV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeOptionsResponse, unknown>;
|
|
2181
|
+
export declare function postV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON(jsonString: string): SafeParseResult<PostV2TargetIdentifierAttributesAttributeOptionsResponse, SDKValidationError>;
|
|
2182
|
+
/** @internal */
|
|
2183
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget>;
|
|
2184
|
+
/** @internal */
|
|
2185
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$Outbound = {
|
|
2186
|
+
title?: string | undefined;
|
|
2187
|
+
is_archived?: boolean | undefined;
|
|
2188
|
+
};
|
|
2189
|
+
/** @internal */
|
|
2190
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$Outbound, PatchV2TargetIdentifierAttributesAttributeOptionsOptionData>;
|
|
2191
|
+
export declare function patchV2TargetIdentifierAttributesAttributeOptionsOptionDataToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionData: PatchV2TargetIdentifierAttributesAttributeOptionsOptionData): string;
|
|
2192
|
+
/** @internal */
|
|
2193
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$Outbound = {
|
|
2194
|
+
data: PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$Outbound;
|
|
2195
|
+
};
|
|
2196
|
+
/** @internal */
|
|
2197
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$Outbound, PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody>;
|
|
2198
|
+
export declare function patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody: PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody): string;
|
|
2199
|
+
/** @internal */
|
|
2200
|
+
export type PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$Outbound = {
|
|
2201
|
+
target: string;
|
|
2202
|
+
identifier: string;
|
|
2203
|
+
attribute: string;
|
|
2204
|
+
option: string;
|
|
2205
|
+
body: PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$Outbound;
|
|
2206
|
+
};
|
|
2207
|
+
/** @internal */
|
|
2208
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$Outbound, PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest>;
|
|
2209
|
+
export declare function patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequest: PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest): string;
|
|
2210
|
+
/** @internal */
|
|
2211
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType$inboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType>;
|
|
2212
|
+
/** @internal */
|
|
2213
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound$inboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound>;
|
|
2214
|
+
/** @internal */
|
|
2215
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse$inboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse, unknown>;
|
|
2216
|
+
export declare function patchV2TargetIdentifierAttributesAttributeOptionsOptionResponseFromJSON(jsonString: string): SafeParseResult<PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse, SDKValidationError>;
|
|
2217
|
+
/** @internal */
|
|
2218
|
+
export declare const GetV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema: z.ZodMiniEnum<typeof GetV2TargetIdentifierAttributesAttributeStatusesTarget>;
|
|
2219
|
+
/** @internal */
|
|
2220
|
+
export type GetV2TargetIdentifierAttributesAttributeStatusesRequest$Outbound = {
|
|
2221
|
+
target: string;
|
|
2222
|
+
identifier: string;
|
|
2223
|
+
attribute: string;
|
|
2224
|
+
show_archived: boolean;
|
|
2225
|
+
};
|
|
2226
|
+
/** @internal */
|
|
2227
|
+
export declare const GetV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeStatusesRequest$Outbound, GetV2TargetIdentifierAttributesAttributeStatusesRequest>;
|
|
2228
|
+
export declare function getV2TargetIdentifierAttributesAttributeStatusesRequestToJSON(getV2TargetIdentifierAttributesAttributeStatusesRequest: GetV2TargetIdentifierAttributesAttributeStatusesRequest): string;
|
|
2229
|
+
/** @internal */
|
|
2230
|
+
export declare const GetV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema: z.ZodMiniType<GetV2TargetIdentifierAttributesAttributeStatusesResponse, unknown>;
|
|
2231
|
+
export declare function getV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON(jsonString: string): SafeParseResult<GetV2TargetIdentifierAttributesAttributeStatusesResponse, SDKValidationError>;
|
|
2232
|
+
/** @internal */
|
|
2233
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesTarget>;
|
|
2234
|
+
/** @internal */
|
|
2235
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesData$Outbound = {
|
|
2236
|
+
title: string;
|
|
2237
|
+
celebration_enabled: boolean;
|
|
2238
|
+
target_time_in_status?: string | null | undefined;
|
|
2239
|
+
};
|
|
2240
|
+
/** @internal */
|
|
2241
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesData$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeStatusesData$Outbound, PostV2TargetIdentifierAttributesAttributeStatusesData>;
|
|
2242
|
+
export declare function postV2TargetIdentifierAttributesAttributeStatusesDataToJSON(postV2TargetIdentifierAttributesAttributeStatusesData: PostV2TargetIdentifierAttributesAttributeStatusesData): string;
|
|
2243
|
+
/** @internal */
|
|
2244
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$Outbound = {
|
|
2245
|
+
data: PostV2TargetIdentifierAttributesAttributeStatusesData$Outbound;
|
|
2246
|
+
};
|
|
2247
|
+
/** @internal */
|
|
2248
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$Outbound, PostV2TargetIdentifierAttributesAttributeStatusesRequestBody>;
|
|
2249
|
+
export declare function postV2TargetIdentifierAttributesAttributeStatusesRequestBodyToJSON(postV2TargetIdentifierAttributesAttributeStatusesRequestBody: PostV2TargetIdentifierAttributesAttributeStatusesRequestBody): string;
|
|
2250
|
+
/** @internal */
|
|
2251
|
+
export type PostV2TargetIdentifierAttributesAttributeStatusesRequest$Outbound = {
|
|
2252
|
+
target: string;
|
|
2253
|
+
identifier: string;
|
|
2254
|
+
attribute: string;
|
|
2255
|
+
body: PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$Outbound;
|
|
2256
|
+
};
|
|
2257
|
+
/** @internal */
|
|
2258
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeStatusesRequest$Outbound, PostV2TargetIdentifierAttributesAttributeStatusesRequest>;
|
|
2259
|
+
export declare function postV2TargetIdentifierAttributesAttributeStatusesRequestToJSON(postV2TargetIdentifierAttributesAttributeStatusesRequest: PostV2TargetIdentifierAttributesAttributeStatusesRequest): string;
|
|
2260
|
+
/** @internal */
|
|
2261
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesConflictType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesConflictType>;
|
|
2262
|
+
/** @internal */
|
|
2263
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesConflictCode$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesConflictCode>;
|
|
2264
|
+
/** @internal */
|
|
2265
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType>;
|
|
2266
|
+
/** @internal */
|
|
2267
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType$inboundSchema: z.ZodMiniEnum<typeof PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType>;
|
|
2268
|
+
/** @internal */
|
|
2269
|
+
export declare const PostV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema: z.ZodMiniType<PostV2TargetIdentifierAttributesAttributeStatusesResponse, unknown>;
|
|
2270
|
+
export declare function postV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON(jsonString: string): SafeParseResult<PostV2TargetIdentifierAttributesAttributeStatusesResponse, SDKValidationError>;
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget$outboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget>;
|
|
2273
|
+
/** @internal */
|
|
2274
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$Outbound = {
|
|
2275
|
+
title?: string | undefined;
|
|
2276
|
+
celebration_enabled: boolean;
|
|
2277
|
+
target_time_in_status?: string | null | undefined;
|
|
2278
|
+
is_archived?: boolean | undefined;
|
|
2279
|
+
};
|
|
2280
|
+
/** @internal */
|
|
2281
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$Outbound, PatchV2TargetIdentifierAttributesAttributeStatusesStatusData>;
|
|
2282
|
+
export declare function patchV2TargetIdentifierAttributesAttributeStatusesStatusDataToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusData: PatchV2TargetIdentifierAttributesAttributeStatusesStatusData): string;
|
|
2283
|
+
/** @internal */
|
|
2284
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$Outbound = {
|
|
2285
|
+
data: PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$Outbound;
|
|
2286
|
+
};
|
|
2287
|
+
/** @internal */
|
|
2288
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$Outbound, PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody>;
|
|
2289
|
+
export declare function patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody: PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody): string;
|
|
2290
|
+
/** @internal */
|
|
2291
|
+
export type PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$Outbound = {
|
|
2292
|
+
target: string;
|
|
2293
|
+
identifier: string;
|
|
2294
|
+
attribute: string;
|
|
2295
|
+
status: string;
|
|
2296
|
+
body: PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$Outbound;
|
|
2297
|
+
};
|
|
2298
|
+
/** @internal */
|
|
2299
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$outboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$Outbound, PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest>;
|
|
2300
|
+
export declare function patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequest: PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest): string;
|
|
2301
|
+
/** @internal */
|
|
2302
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType$inboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType>;
|
|
2303
|
+
/** @internal */
|
|
2304
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound$inboundSchema: z.ZodMiniEnum<typeof PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound>;
|
|
2305
|
+
/** @internal */
|
|
2306
|
+
export declare const PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse$inboundSchema: z.ZodMiniType<PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse, unknown>;
|
|
2307
|
+
export declare function patchV2TargetIdentifierAttributesAttributeStatusesStatusResponseFromJSON(jsonString: string): SafeParseResult<PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse, SDKValidationError>;
|
|
2308
|
+
/** @internal */
|
|
2309
|
+
export type GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$Outbound = {
|
|
2310
|
+
object: string;
|
|
2311
|
+
record_id: string;
|
|
2312
|
+
attribute: string;
|
|
2313
|
+
show_historic: boolean;
|
|
2314
|
+
limit?: number | undefined;
|
|
2315
|
+
offset?: number | undefined;
|
|
2316
|
+
};
|
|
2317
|
+
/** @internal */
|
|
2318
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$outboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$Outbound, GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest>;
|
|
2319
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequestToJSON(getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest: GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest): string;
|
|
2320
|
+
/** @internal */
|
|
2321
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType$inboundSchema: z.ZodMiniEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType>;
|
|
2322
|
+
/** @internal */
|
|
2323
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType$inboundSchema: z.ZodMiniEnum<typeof GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType>;
|
|
2324
|
+
/** @internal */
|
|
2325
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17, unknown>;
|
|
2326
|
+
/** @internal */
|
|
2327
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17, unknown>;
|
|
2328
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17, SDKValidationError>;
|
|
2329
|
+
/** @internal */
|
|
2330
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp, unknown>;
|
|
2331
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestampFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp, SDKValidationError>;
|
|
2332
|
+
/** @internal */
|
|
2333
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16, unknown>;
|
|
2334
|
+
/** @internal */
|
|
2335
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16, unknown>;
|
|
2336
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16, SDKValidationError>;
|
|
2337
|
+
/** @internal */
|
|
2338
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText, unknown>;
|
|
2339
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTextFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText, SDKValidationError>;
|
|
2340
|
+
/** @internal */
|
|
2341
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15, unknown>;
|
|
2342
|
+
/** @internal */
|
|
2343
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15, unknown>;
|
|
2344
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15, SDKValidationError>;
|
|
2345
|
+
/** @internal */
|
|
2346
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect, unknown>;
|
|
2347
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelectFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect, SDKValidationError>;
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14, unknown>;
|
|
2350
|
+
/** @internal */
|
|
2351
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14, unknown>;
|
|
2352
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14, SDKValidationError>;
|
|
2353
|
+
/** @internal */
|
|
2354
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating, unknown>;
|
|
2355
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRatingFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating, SDKValidationError>;
|
|
2356
|
+
/** @internal */
|
|
2357
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13, unknown>;
|
|
2358
|
+
/** @internal */
|
|
2359
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13, unknown>;
|
|
2360
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13, SDKValidationError>;
|
|
2361
|
+
/** @internal */
|
|
2362
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus, unknown>;
|
|
2363
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatusFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus, SDKValidationError>;
|
|
2364
|
+
/** @internal */
|
|
2365
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12, unknown>;
|
|
2366
|
+
/** @internal */
|
|
2367
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12, unknown>;
|
|
2368
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12, SDKValidationError>;
|
|
2369
|
+
/** @internal */
|
|
2370
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2, unknown>;
|
|
2371
|
+
/** @internal */
|
|
2372
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber, unknown>;
|
|
2373
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumberFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber, SDKValidationError>;
|
|
2374
|
+
/** @internal */
|
|
2375
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11, unknown>;
|
|
2376
|
+
/** @internal */
|
|
2377
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11, unknown>;
|
|
2378
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11, SDKValidationError>;
|
|
2379
|
+
/** @internal */
|
|
2380
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName, unknown>;
|
|
2381
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalNameFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName, SDKValidationError>;
|
|
2382
|
+
/** @internal */
|
|
2383
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10, unknown>;
|
|
2384
|
+
/** @internal */
|
|
2385
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10, unknown>;
|
|
2386
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10, SDKValidationError>;
|
|
2387
|
+
/** @internal */
|
|
2388
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber, unknown>;
|
|
2389
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumberFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber, SDKValidationError>;
|
|
2390
|
+
/** @internal */
|
|
2391
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9, unknown>;
|
|
2392
|
+
/** @internal */
|
|
2393
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9, unknown>;
|
|
2394
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9, SDKValidationError>;
|
|
2395
|
+
/** @internal */
|
|
2396
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1, unknown>;
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation, unknown>;
|
|
2399
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocationFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation, SDKValidationError>;
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8, unknown>;
|
|
2402
|
+
/** @internal */
|
|
2403
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8, unknown>;
|
|
2404
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8, SDKValidationError>;
|
|
2405
|
+
/** @internal */
|
|
2406
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType, unknown>;
|
|
2407
|
+
/** @internal */
|
|
2408
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType, unknown>;
|
|
2409
|
+
/** @internal */
|
|
2410
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor, unknown>;
|
|
2411
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor, SDKValidationError>;
|
|
2412
|
+
/** @internal */
|
|
2413
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction, unknown>;
|
|
2414
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteractionFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction, SDKValidationError>;
|
|
2415
|
+
/** @internal */
|
|
2416
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7, unknown>;
|
|
2417
|
+
/** @internal */
|
|
2418
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7, unknown>;
|
|
2419
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7, SDKValidationError>;
|
|
2420
|
+
/** @internal */
|
|
2421
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference, unknown>;
|
|
2422
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReferenceFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference, SDKValidationError>;
|
|
2423
|
+
/** @internal */
|
|
2424
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6, unknown>;
|
|
2425
|
+
/** @internal */
|
|
2426
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6, unknown>;
|
|
2427
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6, SDKValidationError>;
|
|
2428
|
+
/** @internal */
|
|
2429
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress, unknown>;
|
|
2430
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddressFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress, SDKValidationError>;
|
|
2431
|
+
/** @internal */
|
|
2432
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5, unknown>;
|
|
2433
|
+
/** @internal */
|
|
2434
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5, unknown>;
|
|
2435
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5, SDKValidationError>;
|
|
2436
|
+
/** @internal */
|
|
2437
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain, unknown>;
|
|
2438
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomainFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain, SDKValidationError>;
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4, unknown>;
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4, unknown>;
|
|
2443
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4, SDKValidationError>;
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate, unknown>;
|
|
2446
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDateFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate, SDKValidationError>;
|
|
2447
|
+
/** @internal */
|
|
2448
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3, unknown>;
|
|
2449
|
+
/** @internal */
|
|
2450
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3, unknown>;
|
|
2451
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3, SDKValidationError>;
|
|
2452
|
+
/** @internal */
|
|
2453
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode, unknown>;
|
|
2454
|
+
/** @internal */
|
|
2455
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency, unknown>;
|
|
2456
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrencyFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency, SDKValidationError>;
|
|
2457
|
+
/** @internal */
|
|
2458
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2, unknown>;
|
|
2459
|
+
/** @internal */
|
|
2460
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2, unknown>;
|
|
2461
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2, SDKValidationError>;
|
|
2462
|
+
/** @internal */
|
|
2463
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox, unknown>;
|
|
2464
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckboxFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox, SDKValidationError>;
|
|
2465
|
+
/** @internal */
|
|
2466
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1, unknown>;
|
|
2467
|
+
/** @internal */
|
|
2468
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1, unknown>;
|
|
2469
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1FromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1, SDKValidationError>;
|
|
2470
|
+
/** @internal */
|
|
2471
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType, unknown>;
|
|
2472
|
+
/** @internal */
|
|
2473
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference, unknown>;
|
|
2474
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReferenceFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference, SDKValidationError>;
|
|
2475
|
+
/** @internal */
|
|
2476
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion, unknown>;
|
|
2477
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnionFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion, SDKValidationError>;
|
|
2478
|
+
/** @internal */
|
|
2479
|
+
export declare const GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse$inboundSchema: z.ZodMiniType<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse, unknown>;
|
|
2480
|
+
export declare function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponseFromJSON(jsonString: string): SafeParseResult<GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse, SDKValidationError>;
|
|
2481
|
+
//# sourceMappingURL=get-v2-target-identifier-attributes-attribute.d.ts.map
|