@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,3565 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
|
|
9
|
+
import { discriminatedUnion } from "../../types/discriminated-union.js";
|
|
10
|
+
import * as openEnums from "../../types/enums.js";
|
|
11
|
+
import { ClosedEnum, OpenEnum } from "../../types/enums.js";
|
|
12
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
13
|
+
import * as types from "../../types/primitives.js";
|
|
14
|
+
import { smartUnion } from "../../types/smart-union.js";
|
|
15
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
16
|
+
import * as models from "../index.js";
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* The direction to sort the results by.
|
|
20
|
+
*/
|
|
21
|
+
export const PostV2ObjectsObjectRecordsQueryDirection2 = {
|
|
22
|
+
Asc: "asc",
|
|
23
|
+
Desc: "desc",
|
|
24
|
+
} as const;
|
|
25
|
+
/**
|
|
26
|
+
* The direction to sort the results by.
|
|
27
|
+
*/
|
|
28
|
+
export type PostV2ObjectsObjectRecordsQueryDirection2 = ClosedEnum<
|
|
29
|
+
typeof PostV2ObjectsObjectRecordsQueryDirection2
|
|
30
|
+
>;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Sort by path
|
|
34
|
+
*/
|
|
35
|
+
export type PostV2ObjectsObjectRecordsQuerySort2 = {
|
|
36
|
+
/**
|
|
37
|
+
* The direction to sort the results by.
|
|
38
|
+
*/
|
|
39
|
+
direction: PostV2ObjectsObjectRecordsQueryDirection2;
|
|
40
|
+
/**
|
|
41
|
+
* You may use the `path` property to traverse record reference attributes and parent records on list entries. `path` accepts an array of tuples where the first element of each tuple is the slug or ID of a list/object, and the second element is the slug or ID of an attribute on that list/object. The first element of the first tuple must correspond to the list or object that you are querying. For example, if you wanted to sort by the name of the parent record (a company) on a list with the slug "sales", you would pass the value `[['sales', 'parent_record'], ['companies', 'name']]`.
|
|
42
|
+
*/
|
|
43
|
+
path: Array<Array<string>>;
|
|
44
|
+
/**
|
|
45
|
+
* Which field on the value to sort by e.g. "last_name" on a name value.
|
|
46
|
+
*/
|
|
47
|
+
field?: string | undefined;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* The direction to sort the results by.
|
|
52
|
+
*/
|
|
53
|
+
export const PostV2ObjectsObjectRecordsQueryDirection1 = {
|
|
54
|
+
Asc: "asc",
|
|
55
|
+
Desc: "desc",
|
|
56
|
+
} as const;
|
|
57
|
+
/**
|
|
58
|
+
* The direction to sort the results by.
|
|
59
|
+
*/
|
|
60
|
+
export type PostV2ObjectsObjectRecordsQueryDirection1 = ClosedEnum<
|
|
61
|
+
typeof PostV2ObjectsObjectRecordsQueryDirection1
|
|
62
|
+
>;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Sort by attribute
|
|
66
|
+
*/
|
|
67
|
+
export type PostV2ObjectsObjectRecordsQuerySort1 = {
|
|
68
|
+
/**
|
|
69
|
+
* The direction to sort the results by.
|
|
70
|
+
*/
|
|
71
|
+
direction: PostV2ObjectsObjectRecordsQueryDirection1;
|
|
72
|
+
/**
|
|
73
|
+
* A slug or ID to identify the attribute to sort by.
|
|
74
|
+
*/
|
|
75
|
+
attribute: string;
|
|
76
|
+
/**
|
|
77
|
+
* Which field on the value to sort by e.g. "last_name" on a name value.
|
|
78
|
+
*/
|
|
79
|
+
field?: string | undefined;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export type PostV2ObjectsObjectRecordsQuerySortUnion =
|
|
83
|
+
| PostV2ObjectsObjectRecordsQuerySort1
|
|
84
|
+
| PostV2ObjectsObjectRecordsQuerySort2;
|
|
85
|
+
|
|
86
|
+
export type PostV2ObjectsObjectRecordsQueryRequestBody = {
|
|
87
|
+
/**
|
|
88
|
+
* An object used to filter results to a subset of results. See the [full guide to filtering and sorting here](/rest-api/guides/filtering-and-sorting).
|
|
89
|
+
*/
|
|
90
|
+
filter?: { [k: string]: any } | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* An object used to sort results. See the [full guide to filtering and sorting here](/rest-api/guides/filtering-and-sorting).
|
|
93
|
+
*/
|
|
94
|
+
sorts?:
|
|
95
|
+
| Array<
|
|
96
|
+
| PostV2ObjectsObjectRecordsQuerySort1
|
|
97
|
+
| PostV2ObjectsObjectRecordsQuerySort2
|
|
98
|
+
>
|
|
99
|
+
| undefined;
|
|
100
|
+
/**
|
|
101
|
+
* The maximum number of results to return. Defaults to 500. See the [full guide to pagination here](/rest-api/guides/pagination).
|
|
102
|
+
*/
|
|
103
|
+
limit?: number | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* The number of results to skip over before returning. Defaults to 0. See the [full guide to pagination here](/rest-api/guides/pagination).
|
|
106
|
+
*/
|
|
107
|
+
offset?: number | undefined;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
export type PostV2ObjectsObjectRecordsQueryRequest = {
|
|
111
|
+
object: string;
|
|
112
|
+
body: PostV2ObjectsObjectRecordsQueryRequestBody;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
export const PostV2ObjectsObjectRecordsQueryNotFoundType = {
|
|
116
|
+
InvalidRequestError: "invalid_request_error",
|
|
117
|
+
} as const;
|
|
118
|
+
export type PostV2ObjectsObjectRecordsQueryNotFoundType = ClosedEnum<
|
|
119
|
+
typeof PostV2ObjectsObjectRecordsQueryNotFoundType
|
|
120
|
+
>;
|
|
121
|
+
|
|
122
|
+
export const PostV2ObjectsObjectRecordsQueryNotFoundCode = {
|
|
123
|
+
NotFound: "not_found",
|
|
124
|
+
} as const;
|
|
125
|
+
export type PostV2ObjectsObjectRecordsQueryNotFoundCode = ClosedEnum<
|
|
126
|
+
typeof PostV2ObjectsObjectRecordsQueryNotFoundCode
|
|
127
|
+
>;
|
|
128
|
+
|
|
129
|
+
export const PostV2ObjectsObjectRecordsQueryBadRequestType = {
|
|
130
|
+
InvalidRequestError: "invalid_request_error",
|
|
131
|
+
} as const;
|
|
132
|
+
export type PostV2ObjectsObjectRecordsQueryBadRequestType = ClosedEnum<
|
|
133
|
+
typeof PostV2ObjectsObjectRecordsQueryBadRequestType
|
|
134
|
+
>;
|
|
135
|
+
|
|
136
|
+
export const CodeFilterError = {
|
|
137
|
+
FilterError: "filter_error",
|
|
138
|
+
} as const;
|
|
139
|
+
export type CodeFilterError = ClosedEnum<typeof CodeFilterError>;
|
|
140
|
+
|
|
141
|
+
export type PostV2ObjectsObjectRecordsQueryId = {
|
|
142
|
+
/**
|
|
143
|
+
* A UUID identifying the workspace this record belongs to.
|
|
144
|
+
*/
|
|
145
|
+
workspaceId: string;
|
|
146
|
+
/**
|
|
147
|
+
* A UUID identifying the object this record belongs to.
|
|
148
|
+
*/
|
|
149
|
+
objectId: string;
|
|
150
|
+
/**
|
|
151
|
+
* A UUID identifying this record.
|
|
152
|
+
*/
|
|
153
|
+
recordId: string;
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
158
|
+
*/
|
|
159
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType17 = {
|
|
160
|
+
ApiToken: "api-token",
|
|
161
|
+
WorkspaceMember: "workspace-member",
|
|
162
|
+
System: "system",
|
|
163
|
+
App: "app",
|
|
164
|
+
} as const;
|
|
165
|
+
/**
|
|
166
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
167
|
+
*/
|
|
168
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType17 = OpenEnum<
|
|
169
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType17
|
|
170
|
+
>;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* The actor that created this value.
|
|
174
|
+
*/
|
|
175
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor17 = {
|
|
176
|
+
/**
|
|
177
|
+
* An ID to identify the actor.
|
|
178
|
+
*/
|
|
179
|
+
id?: string | null | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
182
|
+
*/
|
|
183
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType17 | null | undefined;
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
export type PostV2ObjectsObjectRecordsQueryValueTimestamp = {
|
|
187
|
+
/**
|
|
188
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
189
|
+
*/
|
|
190
|
+
activeFrom: Date;
|
|
191
|
+
/**
|
|
192
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
193
|
+
*/
|
|
194
|
+
activeUntil: Date | null;
|
|
195
|
+
/**
|
|
196
|
+
* The actor that created this value.
|
|
197
|
+
*/
|
|
198
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor17;
|
|
199
|
+
/**
|
|
200
|
+
* The attribute type of the value.
|
|
201
|
+
*/
|
|
202
|
+
attributeType: "timestamp";
|
|
203
|
+
/**
|
|
204
|
+
* 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".
|
|
205
|
+
*/
|
|
206
|
+
value: Date;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
211
|
+
*/
|
|
212
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType16 = {
|
|
213
|
+
ApiToken: "api-token",
|
|
214
|
+
WorkspaceMember: "workspace-member",
|
|
215
|
+
System: "system",
|
|
216
|
+
App: "app",
|
|
217
|
+
} as const;
|
|
218
|
+
/**
|
|
219
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
220
|
+
*/
|
|
221
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType16 = OpenEnum<
|
|
222
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType16
|
|
223
|
+
>;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* The actor that created this value.
|
|
227
|
+
*/
|
|
228
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor16 = {
|
|
229
|
+
/**
|
|
230
|
+
* An ID to identify the actor.
|
|
231
|
+
*/
|
|
232
|
+
id?: string | null | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
235
|
+
*/
|
|
236
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType16 | null | undefined;
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
export type PostV2ObjectsObjectRecordsQueryValueText = {
|
|
240
|
+
/**
|
|
241
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
242
|
+
*/
|
|
243
|
+
activeFrom: Date;
|
|
244
|
+
/**
|
|
245
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
246
|
+
*/
|
|
247
|
+
activeUntil: Date | null;
|
|
248
|
+
/**
|
|
249
|
+
* The actor that created this value.
|
|
250
|
+
*/
|
|
251
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor16;
|
|
252
|
+
/**
|
|
253
|
+
* A raw text field. Values are limited to 10MB.
|
|
254
|
+
*/
|
|
255
|
+
value: string;
|
|
256
|
+
/**
|
|
257
|
+
* The attribute type of the value.
|
|
258
|
+
*/
|
|
259
|
+
attributeType: "text";
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
264
|
+
*/
|
|
265
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType15 = {
|
|
266
|
+
ApiToken: "api-token",
|
|
267
|
+
WorkspaceMember: "workspace-member",
|
|
268
|
+
System: "system",
|
|
269
|
+
App: "app",
|
|
270
|
+
} as const;
|
|
271
|
+
/**
|
|
272
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
273
|
+
*/
|
|
274
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType15 = OpenEnum<
|
|
275
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType15
|
|
276
|
+
>;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* The actor that created this value.
|
|
280
|
+
*/
|
|
281
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor15 = {
|
|
282
|
+
/**
|
|
283
|
+
* An ID to identify the actor.
|
|
284
|
+
*/
|
|
285
|
+
id?: string | null | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
288
|
+
*/
|
|
289
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType15 | null | undefined;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
export type PostV2ObjectsObjectRecordsQueryValueSelect = {
|
|
293
|
+
/**
|
|
294
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
295
|
+
*/
|
|
296
|
+
activeFrom: Date;
|
|
297
|
+
/**
|
|
298
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
299
|
+
*/
|
|
300
|
+
activeUntil: Date | null;
|
|
301
|
+
/**
|
|
302
|
+
* The actor that created this value.
|
|
303
|
+
*/
|
|
304
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor15;
|
|
305
|
+
option: models.SelectOption;
|
|
306
|
+
/**
|
|
307
|
+
* The attribute type of the value.
|
|
308
|
+
*/
|
|
309
|
+
attributeType: "select";
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
314
|
+
*/
|
|
315
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType14 = {
|
|
316
|
+
ApiToken: "api-token",
|
|
317
|
+
WorkspaceMember: "workspace-member",
|
|
318
|
+
System: "system",
|
|
319
|
+
App: "app",
|
|
320
|
+
} as const;
|
|
321
|
+
/**
|
|
322
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
323
|
+
*/
|
|
324
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType14 = OpenEnum<
|
|
325
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType14
|
|
326
|
+
>;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* The actor that created this value.
|
|
330
|
+
*/
|
|
331
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor14 = {
|
|
332
|
+
/**
|
|
333
|
+
* An ID to identify the actor.
|
|
334
|
+
*/
|
|
335
|
+
id?: string | null | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
338
|
+
*/
|
|
339
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType14 | null | undefined;
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
export type PostV2ObjectsObjectRecordsQueryValueRating = {
|
|
343
|
+
/**
|
|
344
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
345
|
+
*/
|
|
346
|
+
activeFrom: Date;
|
|
347
|
+
/**
|
|
348
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
349
|
+
*/
|
|
350
|
+
activeUntil: Date | null;
|
|
351
|
+
/**
|
|
352
|
+
* The actor that created this value.
|
|
353
|
+
*/
|
|
354
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor14;
|
|
355
|
+
/**
|
|
356
|
+
* A number between 0 and 5 (inclusive) to represent a star rating.
|
|
357
|
+
*/
|
|
358
|
+
value: number;
|
|
359
|
+
/**
|
|
360
|
+
* The attribute type of the value.
|
|
361
|
+
*/
|
|
362
|
+
attributeType: "rating";
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
367
|
+
*/
|
|
368
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType13 = {
|
|
369
|
+
ApiToken: "api-token",
|
|
370
|
+
WorkspaceMember: "workspace-member",
|
|
371
|
+
System: "system",
|
|
372
|
+
App: "app",
|
|
373
|
+
} as const;
|
|
374
|
+
/**
|
|
375
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
376
|
+
*/
|
|
377
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType13 = OpenEnum<
|
|
378
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType13
|
|
379
|
+
>;
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* The actor that created this value.
|
|
383
|
+
*/
|
|
384
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor13 = {
|
|
385
|
+
/**
|
|
386
|
+
* An ID to identify the actor.
|
|
387
|
+
*/
|
|
388
|
+
id?: string | null | undefined;
|
|
389
|
+
/**
|
|
390
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
391
|
+
*/
|
|
392
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType13 | null | undefined;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
export type PostV2ObjectsObjectRecordsQueryValueStatus = {
|
|
396
|
+
/**
|
|
397
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
398
|
+
*/
|
|
399
|
+
activeFrom: Date;
|
|
400
|
+
/**
|
|
401
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
402
|
+
*/
|
|
403
|
+
activeUntil: Date | null;
|
|
404
|
+
/**
|
|
405
|
+
* The actor that created this value.
|
|
406
|
+
*/
|
|
407
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor13;
|
|
408
|
+
status: models.Status;
|
|
409
|
+
/**
|
|
410
|
+
* The attribute type of the value.
|
|
411
|
+
*/
|
|
412
|
+
attributeType: "status";
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
417
|
+
*/
|
|
418
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType12 = {
|
|
419
|
+
ApiToken: "api-token",
|
|
420
|
+
WorkspaceMember: "workspace-member",
|
|
421
|
+
System: "system",
|
|
422
|
+
App: "app",
|
|
423
|
+
} as const;
|
|
424
|
+
/**
|
|
425
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
426
|
+
*/
|
|
427
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType12 = OpenEnum<
|
|
428
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType12
|
|
429
|
+
>;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* The actor that created this value.
|
|
433
|
+
*/
|
|
434
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor12 = {
|
|
435
|
+
/**
|
|
436
|
+
* An ID to identify the actor.
|
|
437
|
+
*/
|
|
438
|
+
id?: string | null | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
441
|
+
*/
|
|
442
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType12 | null | undefined;
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
447
|
+
*/
|
|
448
|
+
export const PostV2ObjectsObjectRecordsQueryCountryCode2 = {
|
|
449
|
+
Af: "AF",
|
|
450
|
+
Ax: "AX",
|
|
451
|
+
Al: "AL",
|
|
452
|
+
Dz: "DZ",
|
|
453
|
+
As: "AS",
|
|
454
|
+
Ad: "AD",
|
|
455
|
+
Ao: "AO",
|
|
456
|
+
Ai: "AI",
|
|
457
|
+
Aq: "AQ",
|
|
458
|
+
Ag: "AG",
|
|
459
|
+
Ar: "AR",
|
|
460
|
+
Am: "AM",
|
|
461
|
+
Aw: "AW",
|
|
462
|
+
Au: "AU",
|
|
463
|
+
At: "AT",
|
|
464
|
+
Az: "AZ",
|
|
465
|
+
Bs: "BS",
|
|
466
|
+
Bh: "BH",
|
|
467
|
+
Bd: "BD",
|
|
468
|
+
Bb: "BB",
|
|
469
|
+
By: "BY",
|
|
470
|
+
Be: "BE",
|
|
471
|
+
Bz: "BZ",
|
|
472
|
+
Bj: "BJ",
|
|
473
|
+
Bm: "BM",
|
|
474
|
+
Bt: "BT",
|
|
475
|
+
Bo: "BO",
|
|
476
|
+
Ba: "BA",
|
|
477
|
+
Bw: "BW",
|
|
478
|
+
Bv: "BV",
|
|
479
|
+
Br: "BR",
|
|
480
|
+
Io: "IO",
|
|
481
|
+
Bn: "BN",
|
|
482
|
+
Bg: "BG",
|
|
483
|
+
Bf: "BF",
|
|
484
|
+
Bi: "BI",
|
|
485
|
+
Kh: "KH",
|
|
486
|
+
Cm: "CM",
|
|
487
|
+
Ca: "CA",
|
|
488
|
+
Cv: "CV",
|
|
489
|
+
Ky: "KY",
|
|
490
|
+
Cf: "CF",
|
|
491
|
+
Td: "TD",
|
|
492
|
+
Cl: "CL",
|
|
493
|
+
Cn: "CN",
|
|
494
|
+
Cx: "CX",
|
|
495
|
+
Cc: "CC",
|
|
496
|
+
Co: "CO",
|
|
497
|
+
Km: "KM",
|
|
498
|
+
Cg: "CG",
|
|
499
|
+
Cd: "CD",
|
|
500
|
+
Ck: "CK",
|
|
501
|
+
Cr: "CR",
|
|
502
|
+
Ci: "CI",
|
|
503
|
+
Hr: "HR",
|
|
504
|
+
Cu: "CU",
|
|
505
|
+
Cw: "CW",
|
|
506
|
+
Cy: "CY",
|
|
507
|
+
Cz: "CZ",
|
|
508
|
+
Dk: "DK",
|
|
509
|
+
Dj: "DJ",
|
|
510
|
+
Dm: "DM",
|
|
511
|
+
Do: "DO",
|
|
512
|
+
Ec: "EC",
|
|
513
|
+
Eg: "EG",
|
|
514
|
+
Sv: "SV",
|
|
515
|
+
Gq: "GQ",
|
|
516
|
+
Er: "ER",
|
|
517
|
+
Ee: "EE",
|
|
518
|
+
Et: "ET",
|
|
519
|
+
Fk: "FK",
|
|
520
|
+
Fo: "FO",
|
|
521
|
+
Fj: "FJ",
|
|
522
|
+
Fi: "FI",
|
|
523
|
+
Fr: "FR",
|
|
524
|
+
Gf: "GF",
|
|
525
|
+
Pf: "PF",
|
|
526
|
+
Tf: "TF",
|
|
527
|
+
Ga: "GA",
|
|
528
|
+
Gm: "GM",
|
|
529
|
+
Ge: "GE",
|
|
530
|
+
De: "DE",
|
|
531
|
+
Gh: "GH",
|
|
532
|
+
Gi: "GI",
|
|
533
|
+
Gr: "GR",
|
|
534
|
+
Gl: "GL",
|
|
535
|
+
Gd: "GD",
|
|
536
|
+
Gp: "GP",
|
|
537
|
+
Gu: "GU",
|
|
538
|
+
Gt: "GT",
|
|
539
|
+
Gg: "GG",
|
|
540
|
+
Gn: "GN",
|
|
541
|
+
Gw: "GW",
|
|
542
|
+
Gy: "GY",
|
|
543
|
+
Ht: "HT",
|
|
544
|
+
Hm: "HM",
|
|
545
|
+
Va: "VA",
|
|
546
|
+
Hn: "HN",
|
|
547
|
+
Hk: "HK",
|
|
548
|
+
Hu: "HU",
|
|
549
|
+
Is: "IS",
|
|
550
|
+
In: "IN",
|
|
551
|
+
Id: "ID",
|
|
552
|
+
Ir: "IR",
|
|
553
|
+
Iq: "IQ",
|
|
554
|
+
Ie: "IE",
|
|
555
|
+
Im: "IM",
|
|
556
|
+
Il: "IL",
|
|
557
|
+
It: "IT",
|
|
558
|
+
Jm: "JM",
|
|
559
|
+
Jp: "JP",
|
|
560
|
+
Je: "JE",
|
|
561
|
+
Jo: "JO",
|
|
562
|
+
Kz: "KZ",
|
|
563
|
+
Ke: "KE",
|
|
564
|
+
Ki: "KI",
|
|
565
|
+
Kr: "KR",
|
|
566
|
+
Kw: "KW",
|
|
567
|
+
Kg: "KG",
|
|
568
|
+
La: "LA",
|
|
569
|
+
Lv: "LV",
|
|
570
|
+
Lb: "LB",
|
|
571
|
+
Ls: "LS",
|
|
572
|
+
Lr: "LR",
|
|
573
|
+
Ly: "LY",
|
|
574
|
+
Li: "LI",
|
|
575
|
+
Lt: "LT",
|
|
576
|
+
Lu: "LU",
|
|
577
|
+
Mo: "MO",
|
|
578
|
+
Mk: "MK",
|
|
579
|
+
Mg: "MG",
|
|
580
|
+
Mw: "MW",
|
|
581
|
+
My: "MY",
|
|
582
|
+
Mv: "MV",
|
|
583
|
+
Ml: "ML",
|
|
584
|
+
Mt: "MT",
|
|
585
|
+
Mh: "MH",
|
|
586
|
+
Mq: "MQ",
|
|
587
|
+
Mr: "MR",
|
|
588
|
+
Mu: "MU",
|
|
589
|
+
Yt: "YT",
|
|
590
|
+
Mx: "MX",
|
|
591
|
+
Fm: "FM",
|
|
592
|
+
Md: "MD",
|
|
593
|
+
Mc: "MC",
|
|
594
|
+
Mn: "MN",
|
|
595
|
+
Me: "ME",
|
|
596
|
+
Ms: "MS",
|
|
597
|
+
Ma: "MA",
|
|
598
|
+
Mz: "MZ",
|
|
599
|
+
Mm: "MM",
|
|
600
|
+
Na: "NA",
|
|
601
|
+
Nr: "NR",
|
|
602
|
+
Np: "NP",
|
|
603
|
+
Nl: "NL",
|
|
604
|
+
An: "AN",
|
|
605
|
+
Nc: "NC",
|
|
606
|
+
Nz: "NZ",
|
|
607
|
+
Ni: "NI",
|
|
608
|
+
Ne: "NE",
|
|
609
|
+
Ng: "NG",
|
|
610
|
+
Nu: "NU",
|
|
611
|
+
Nf: "NF",
|
|
612
|
+
Mp: "MP",
|
|
613
|
+
No: "NO",
|
|
614
|
+
Om: "OM",
|
|
615
|
+
Pk: "PK",
|
|
616
|
+
Pw: "PW",
|
|
617
|
+
Ps: "PS",
|
|
618
|
+
Pa: "PA",
|
|
619
|
+
Pg: "PG",
|
|
620
|
+
Py: "PY",
|
|
621
|
+
Pe: "PE",
|
|
622
|
+
Ph: "PH",
|
|
623
|
+
Pn: "PN",
|
|
624
|
+
Pl: "PL",
|
|
625
|
+
Pt: "PT",
|
|
626
|
+
Pr: "PR",
|
|
627
|
+
Qa: "QA",
|
|
628
|
+
Re: "RE",
|
|
629
|
+
Ro: "RO",
|
|
630
|
+
Ru: "RU",
|
|
631
|
+
Rw: "RW",
|
|
632
|
+
Bl: "BL",
|
|
633
|
+
Sh: "SH",
|
|
634
|
+
Kn: "KN",
|
|
635
|
+
Lc: "LC",
|
|
636
|
+
Mf: "MF",
|
|
637
|
+
Pm: "PM",
|
|
638
|
+
Vc: "VC",
|
|
639
|
+
Ws: "WS",
|
|
640
|
+
Sm: "SM",
|
|
641
|
+
St: "ST",
|
|
642
|
+
Sa: "SA",
|
|
643
|
+
Sn: "SN",
|
|
644
|
+
Ss: "SS",
|
|
645
|
+
Rs: "RS",
|
|
646
|
+
Sc: "SC",
|
|
647
|
+
Sl: "SL",
|
|
648
|
+
Sg: "SG",
|
|
649
|
+
Sk: "SK",
|
|
650
|
+
Si: "SI",
|
|
651
|
+
Sb: "SB",
|
|
652
|
+
So: "SO",
|
|
653
|
+
Za: "ZA",
|
|
654
|
+
Gs: "GS",
|
|
655
|
+
Es: "ES",
|
|
656
|
+
Lk: "LK",
|
|
657
|
+
Sd: "SD",
|
|
658
|
+
Sr: "SR",
|
|
659
|
+
Sj: "SJ",
|
|
660
|
+
Sz: "SZ",
|
|
661
|
+
Se: "SE",
|
|
662
|
+
Ch: "CH",
|
|
663
|
+
Sy: "SY",
|
|
664
|
+
Tw: "TW",
|
|
665
|
+
Tj: "TJ",
|
|
666
|
+
Tz: "TZ",
|
|
667
|
+
Th: "TH",
|
|
668
|
+
Tl: "TL",
|
|
669
|
+
Tg: "TG",
|
|
670
|
+
Tk: "TK",
|
|
671
|
+
To: "TO",
|
|
672
|
+
Tt: "TT",
|
|
673
|
+
Tn: "TN",
|
|
674
|
+
Tr: "TR",
|
|
675
|
+
Tm: "TM",
|
|
676
|
+
Tc: "TC",
|
|
677
|
+
Tv: "TV",
|
|
678
|
+
Ug: "UG",
|
|
679
|
+
Ua: "UA",
|
|
680
|
+
Ae: "AE",
|
|
681
|
+
Gb: "GB",
|
|
682
|
+
Us: "US",
|
|
683
|
+
Um: "UM",
|
|
684
|
+
Uy: "UY",
|
|
685
|
+
Uz: "UZ",
|
|
686
|
+
Vu: "VU",
|
|
687
|
+
Ve: "VE",
|
|
688
|
+
Vn: "VN",
|
|
689
|
+
Vg: "VG",
|
|
690
|
+
Vi: "VI",
|
|
691
|
+
Wf: "WF",
|
|
692
|
+
Eh: "EH",
|
|
693
|
+
Ye: "YE",
|
|
694
|
+
Zm: "ZM",
|
|
695
|
+
Zw: "ZW",
|
|
696
|
+
Bq: "BQ",
|
|
697
|
+
Kp: "KP",
|
|
698
|
+
Sx: "SX",
|
|
699
|
+
Xk: "XK",
|
|
700
|
+
Ac: "AC",
|
|
701
|
+
} as const;
|
|
702
|
+
/**
|
|
703
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
704
|
+
*/
|
|
705
|
+
export type PostV2ObjectsObjectRecordsQueryCountryCode2 = OpenEnum<
|
|
706
|
+
typeof PostV2ObjectsObjectRecordsQueryCountryCode2
|
|
707
|
+
>;
|
|
708
|
+
|
|
709
|
+
export type PostV2ObjectsObjectRecordsQueryValuePhoneNumber = {
|
|
710
|
+
/**
|
|
711
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
712
|
+
*/
|
|
713
|
+
activeFrom: Date;
|
|
714
|
+
/**
|
|
715
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
716
|
+
*/
|
|
717
|
+
activeUntil: Date | null;
|
|
718
|
+
/**
|
|
719
|
+
* The actor that created this value.
|
|
720
|
+
*/
|
|
721
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor12;
|
|
722
|
+
/**
|
|
723
|
+
* The raw, original phone number, as inputted.
|
|
724
|
+
*/
|
|
725
|
+
originalPhoneNumber: string;
|
|
726
|
+
/**
|
|
727
|
+
* The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
|
|
728
|
+
*/
|
|
729
|
+
countryCode: PostV2ObjectsObjectRecordsQueryCountryCode2;
|
|
730
|
+
phoneNumber: string;
|
|
731
|
+
/**
|
|
732
|
+
* The attribute type of the value.
|
|
733
|
+
*/
|
|
734
|
+
attributeType: "phone-number";
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
739
|
+
*/
|
|
740
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType11 = {
|
|
741
|
+
ApiToken: "api-token",
|
|
742
|
+
WorkspaceMember: "workspace-member",
|
|
743
|
+
System: "system",
|
|
744
|
+
App: "app",
|
|
745
|
+
} as const;
|
|
746
|
+
/**
|
|
747
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
748
|
+
*/
|
|
749
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType11 = OpenEnum<
|
|
750
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType11
|
|
751
|
+
>;
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* The actor that created this value.
|
|
755
|
+
*/
|
|
756
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor11 = {
|
|
757
|
+
/**
|
|
758
|
+
* An ID to identify the actor.
|
|
759
|
+
*/
|
|
760
|
+
id?: string | null | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
763
|
+
*/
|
|
764
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType11 | null | undefined;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
export type PostV2ObjectsObjectRecordsQueryValuePersonalName = {
|
|
768
|
+
/**
|
|
769
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
770
|
+
*/
|
|
771
|
+
activeFrom: Date;
|
|
772
|
+
/**
|
|
773
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
774
|
+
*/
|
|
775
|
+
activeUntil: Date | null;
|
|
776
|
+
/**
|
|
777
|
+
* The actor that created this value.
|
|
778
|
+
*/
|
|
779
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor11;
|
|
780
|
+
/**
|
|
781
|
+
* The first name.
|
|
782
|
+
*/
|
|
783
|
+
firstName: string;
|
|
784
|
+
/**
|
|
785
|
+
* The last name.
|
|
786
|
+
*/
|
|
787
|
+
lastName: string;
|
|
788
|
+
/**
|
|
789
|
+
* The full name.
|
|
790
|
+
*/
|
|
791
|
+
fullName: string;
|
|
792
|
+
/**
|
|
793
|
+
* The attribute type of the value.
|
|
794
|
+
*/
|
|
795
|
+
attributeType: "personal-name";
|
|
796
|
+
};
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
800
|
+
*/
|
|
801
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType10 = {
|
|
802
|
+
ApiToken: "api-token",
|
|
803
|
+
WorkspaceMember: "workspace-member",
|
|
804
|
+
System: "system",
|
|
805
|
+
App: "app",
|
|
806
|
+
} as const;
|
|
807
|
+
/**
|
|
808
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
809
|
+
*/
|
|
810
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType10 = OpenEnum<
|
|
811
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType10
|
|
812
|
+
>;
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* The actor that created this value.
|
|
816
|
+
*/
|
|
817
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor10 = {
|
|
818
|
+
/**
|
|
819
|
+
* An ID to identify the actor.
|
|
820
|
+
*/
|
|
821
|
+
id?: string | null | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
824
|
+
*/
|
|
825
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType10 | null | undefined;
|
|
826
|
+
};
|
|
827
|
+
|
|
828
|
+
export type PostV2ObjectsObjectRecordsQueryValueNumber = {
|
|
829
|
+
/**
|
|
830
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
831
|
+
*/
|
|
832
|
+
activeFrom: Date;
|
|
833
|
+
/**
|
|
834
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
835
|
+
*/
|
|
836
|
+
activeUntil: Date | null;
|
|
837
|
+
/**
|
|
838
|
+
* The actor that created this value.
|
|
839
|
+
*/
|
|
840
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor10;
|
|
841
|
+
/**
|
|
842
|
+
* Numbers are persisted as 64 bit floats.
|
|
843
|
+
*/
|
|
844
|
+
value: number;
|
|
845
|
+
/**
|
|
846
|
+
* The attribute type of the value.
|
|
847
|
+
*/
|
|
848
|
+
attributeType: "number";
|
|
849
|
+
};
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
853
|
+
*/
|
|
854
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType9 = {
|
|
855
|
+
ApiToken: "api-token",
|
|
856
|
+
WorkspaceMember: "workspace-member",
|
|
857
|
+
System: "system",
|
|
858
|
+
App: "app",
|
|
859
|
+
} as const;
|
|
860
|
+
/**
|
|
861
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
862
|
+
*/
|
|
863
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType9 = OpenEnum<
|
|
864
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType9
|
|
865
|
+
>;
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* The actor that created this value.
|
|
869
|
+
*/
|
|
870
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor9 = {
|
|
871
|
+
/**
|
|
872
|
+
* An ID to identify the actor.
|
|
873
|
+
*/
|
|
874
|
+
id?: string | null | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
877
|
+
*/
|
|
878
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType9 | null | undefined;
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
/**
|
|
882
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
883
|
+
*/
|
|
884
|
+
export const PostV2ObjectsObjectRecordsQueryCountryCode1 = {
|
|
885
|
+
Af: "AF",
|
|
886
|
+
Ax: "AX",
|
|
887
|
+
Al: "AL",
|
|
888
|
+
Dz: "DZ",
|
|
889
|
+
As: "AS",
|
|
890
|
+
Ad: "AD",
|
|
891
|
+
Ao: "AO",
|
|
892
|
+
Ai: "AI",
|
|
893
|
+
Aq: "AQ",
|
|
894
|
+
Ag: "AG",
|
|
895
|
+
Ar: "AR",
|
|
896
|
+
Am: "AM",
|
|
897
|
+
Aw: "AW",
|
|
898
|
+
Au: "AU",
|
|
899
|
+
At: "AT",
|
|
900
|
+
Az: "AZ",
|
|
901
|
+
Bs: "BS",
|
|
902
|
+
Bh: "BH",
|
|
903
|
+
Bd: "BD",
|
|
904
|
+
Bb: "BB",
|
|
905
|
+
By: "BY",
|
|
906
|
+
Be: "BE",
|
|
907
|
+
Bz: "BZ",
|
|
908
|
+
Bj: "BJ",
|
|
909
|
+
Bm: "BM",
|
|
910
|
+
Bt: "BT",
|
|
911
|
+
Bo: "BO",
|
|
912
|
+
Ba: "BA",
|
|
913
|
+
Bw: "BW",
|
|
914
|
+
Bv: "BV",
|
|
915
|
+
Br: "BR",
|
|
916
|
+
Io: "IO",
|
|
917
|
+
Bn: "BN",
|
|
918
|
+
Bg: "BG",
|
|
919
|
+
Bf: "BF",
|
|
920
|
+
Bi: "BI",
|
|
921
|
+
Kh: "KH",
|
|
922
|
+
Cm: "CM",
|
|
923
|
+
Ca: "CA",
|
|
924
|
+
Cv: "CV",
|
|
925
|
+
Ky: "KY",
|
|
926
|
+
Cf: "CF",
|
|
927
|
+
Td: "TD",
|
|
928
|
+
Cl: "CL",
|
|
929
|
+
Cn: "CN",
|
|
930
|
+
Cx: "CX",
|
|
931
|
+
Cc: "CC",
|
|
932
|
+
Co: "CO",
|
|
933
|
+
Km: "KM",
|
|
934
|
+
Cg: "CG",
|
|
935
|
+
Cd: "CD",
|
|
936
|
+
Ck: "CK",
|
|
937
|
+
Cr: "CR",
|
|
938
|
+
Ci: "CI",
|
|
939
|
+
Hr: "HR",
|
|
940
|
+
Cu: "CU",
|
|
941
|
+
Cw: "CW",
|
|
942
|
+
Cy: "CY",
|
|
943
|
+
Cz: "CZ",
|
|
944
|
+
Dk: "DK",
|
|
945
|
+
Dj: "DJ",
|
|
946
|
+
Dm: "DM",
|
|
947
|
+
Do: "DO",
|
|
948
|
+
Ec: "EC",
|
|
949
|
+
Eg: "EG",
|
|
950
|
+
Sv: "SV",
|
|
951
|
+
Gq: "GQ",
|
|
952
|
+
Er: "ER",
|
|
953
|
+
Ee: "EE",
|
|
954
|
+
Et: "ET",
|
|
955
|
+
Fk: "FK",
|
|
956
|
+
Fo: "FO",
|
|
957
|
+
Fj: "FJ",
|
|
958
|
+
Fi: "FI",
|
|
959
|
+
Fr: "FR",
|
|
960
|
+
Gf: "GF",
|
|
961
|
+
Pf: "PF",
|
|
962
|
+
Tf: "TF",
|
|
963
|
+
Ga: "GA",
|
|
964
|
+
Gm: "GM",
|
|
965
|
+
Ge: "GE",
|
|
966
|
+
De: "DE",
|
|
967
|
+
Gh: "GH",
|
|
968
|
+
Gi: "GI",
|
|
969
|
+
Gr: "GR",
|
|
970
|
+
Gl: "GL",
|
|
971
|
+
Gd: "GD",
|
|
972
|
+
Gp: "GP",
|
|
973
|
+
Gu: "GU",
|
|
974
|
+
Gt: "GT",
|
|
975
|
+
Gg: "GG",
|
|
976
|
+
Gn: "GN",
|
|
977
|
+
Gw: "GW",
|
|
978
|
+
Gy: "GY",
|
|
979
|
+
Ht: "HT",
|
|
980
|
+
Hm: "HM",
|
|
981
|
+
Va: "VA",
|
|
982
|
+
Hn: "HN",
|
|
983
|
+
Hk: "HK",
|
|
984
|
+
Hu: "HU",
|
|
985
|
+
Is: "IS",
|
|
986
|
+
In: "IN",
|
|
987
|
+
Id: "ID",
|
|
988
|
+
Ir: "IR",
|
|
989
|
+
Iq: "IQ",
|
|
990
|
+
Ie: "IE",
|
|
991
|
+
Im: "IM",
|
|
992
|
+
Il: "IL",
|
|
993
|
+
It: "IT",
|
|
994
|
+
Jm: "JM",
|
|
995
|
+
Jp: "JP",
|
|
996
|
+
Je: "JE",
|
|
997
|
+
Jo: "JO",
|
|
998
|
+
Kz: "KZ",
|
|
999
|
+
Ke: "KE",
|
|
1000
|
+
Ki: "KI",
|
|
1001
|
+
Kr: "KR",
|
|
1002
|
+
Kw: "KW",
|
|
1003
|
+
Kg: "KG",
|
|
1004
|
+
La: "LA",
|
|
1005
|
+
Lv: "LV",
|
|
1006
|
+
Lb: "LB",
|
|
1007
|
+
Ls: "LS",
|
|
1008
|
+
Lr: "LR",
|
|
1009
|
+
Ly: "LY",
|
|
1010
|
+
Li: "LI",
|
|
1011
|
+
Lt: "LT",
|
|
1012
|
+
Lu: "LU",
|
|
1013
|
+
Mo: "MO",
|
|
1014
|
+
Mk: "MK",
|
|
1015
|
+
Mg: "MG",
|
|
1016
|
+
Mw: "MW",
|
|
1017
|
+
My: "MY",
|
|
1018
|
+
Mv: "MV",
|
|
1019
|
+
Ml: "ML",
|
|
1020
|
+
Mt: "MT",
|
|
1021
|
+
Mh: "MH",
|
|
1022
|
+
Mq: "MQ",
|
|
1023
|
+
Mr: "MR",
|
|
1024
|
+
Mu: "MU",
|
|
1025
|
+
Yt: "YT",
|
|
1026
|
+
Mx: "MX",
|
|
1027
|
+
Fm: "FM",
|
|
1028
|
+
Md: "MD",
|
|
1029
|
+
Mc: "MC",
|
|
1030
|
+
Mn: "MN",
|
|
1031
|
+
Me: "ME",
|
|
1032
|
+
Ms: "MS",
|
|
1033
|
+
Ma: "MA",
|
|
1034
|
+
Mz: "MZ",
|
|
1035
|
+
Mm: "MM",
|
|
1036
|
+
Na: "NA",
|
|
1037
|
+
Nr: "NR",
|
|
1038
|
+
Np: "NP",
|
|
1039
|
+
Nl: "NL",
|
|
1040
|
+
An: "AN",
|
|
1041
|
+
Nc: "NC",
|
|
1042
|
+
Nz: "NZ",
|
|
1043
|
+
Ni: "NI",
|
|
1044
|
+
Ne: "NE",
|
|
1045
|
+
Ng: "NG",
|
|
1046
|
+
Nu: "NU",
|
|
1047
|
+
Nf: "NF",
|
|
1048
|
+
Mp: "MP",
|
|
1049
|
+
No: "NO",
|
|
1050
|
+
Om: "OM",
|
|
1051
|
+
Pk: "PK",
|
|
1052
|
+
Pw: "PW",
|
|
1053
|
+
Ps: "PS",
|
|
1054
|
+
Pa: "PA",
|
|
1055
|
+
Pg: "PG",
|
|
1056
|
+
Py: "PY",
|
|
1057
|
+
Pe: "PE",
|
|
1058
|
+
Ph: "PH",
|
|
1059
|
+
Pn: "PN",
|
|
1060
|
+
Pl: "PL",
|
|
1061
|
+
Pt: "PT",
|
|
1062
|
+
Pr: "PR",
|
|
1063
|
+
Qa: "QA",
|
|
1064
|
+
Re: "RE",
|
|
1065
|
+
Ro: "RO",
|
|
1066
|
+
Ru: "RU",
|
|
1067
|
+
Rw: "RW",
|
|
1068
|
+
Bl: "BL",
|
|
1069
|
+
Sh: "SH",
|
|
1070
|
+
Kn: "KN",
|
|
1071
|
+
Lc: "LC",
|
|
1072
|
+
Mf: "MF",
|
|
1073
|
+
Pm: "PM",
|
|
1074
|
+
Vc: "VC",
|
|
1075
|
+
Ws: "WS",
|
|
1076
|
+
Sm: "SM",
|
|
1077
|
+
St: "ST",
|
|
1078
|
+
Sa: "SA",
|
|
1079
|
+
Sn: "SN",
|
|
1080
|
+
Ss: "SS",
|
|
1081
|
+
Rs: "RS",
|
|
1082
|
+
Sc: "SC",
|
|
1083
|
+
Sl: "SL",
|
|
1084
|
+
Sg: "SG",
|
|
1085
|
+
Sk: "SK",
|
|
1086
|
+
Si: "SI",
|
|
1087
|
+
Sb: "SB",
|
|
1088
|
+
So: "SO",
|
|
1089
|
+
Za: "ZA",
|
|
1090
|
+
Gs: "GS",
|
|
1091
|
+
Es: "ES",
|
|
1092
|
+
Lk: "LK",
|
|
1093
|
+
Sd: "SD",
|
|
1094
|
+
Sr: "SR",
|
|
1095
|
+
Sj: "SJ",
|
|
1096
|
+
Sz: "SZ",
|
|
1097
|
+
Se: "SE",
|
|
1098
|
+
Ch: "CH",
|
|
1099
|
+
Sy: "SY",
|
|
1100
|
+
Tw: "TW",
|
|
1101
|
+
Tj: "TJ",
|
|
1102
|
+
Tz: "TZ",
|
|
1103
|
+
Th: "TH",
|
|
1104
|
+
Tl: "TL",
|
|
1105
|
+
Tg: "TG",
|
|
1106
|
+
Tk: "TK",
|
|
1107
|
+
To: "TO",
|
|
1108
|
+
Tt: "TT",
|
|
1109
|
+
Tn: "TN",
|
|
1110
|
+
Tr: "TR",
|
|
1111
|
+
Tm: "TM",
|
|
1112
|
+
Tc: "TC",
|
|
1113
|
+
Tv: "TV",
|
|
1114
|
+
Ug: "UG",
|
|
1115
|
+
Ua: "UA",
|
|
1116
|
+
Ae: "AE",
|
|
1117
|
+
Gb: "GB",
|
|
1118
|
+
Us: "US",
|
|
1119
|
+
Um: "UM",
|
|
1120
|
+
Uy: "UY",
|
|
1121
|
+
Uz: "UZ",
|
|
1122
|
+
Vu: "VU",
|
|
1123
|
+
Ve: "VE",
|
|
1124
|
+
Vn: "VN",
|
|
1125
|
+
Vg: "VG",
|
|
1126
|
+
Vi: "VI",
|
|
1127
|
+
Wf: "WF",
|
|
1128
|
+
Eh: "EH",
|
|
1129
|
+
Ye: "YE",
|
|
1130
|
+
Zm: "ZM",
|
|
1131
|
+
Zw: "ZW",
|
|
1132
|
+
Bq: "BQ",
|
|
1133
|
+
Kp: "KP",
|
|
1134
|
+
Sx: "SX",
|
|
1135
|
+
Xk: "XK",
|
|
1136
|
+
Ac: "AC",
|
|
1137
|
+
} as const;
|
|
1138
|
+
/**
|
|
1139
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
1140
|
+
*/
|
|
1141
|
+
export type PostV2ObjectsObjectRecordsQueryCountryCode1 = OpenEnum<
|
|
1142
|
+
typeof PostV2ObjectsObjectRecordsQueryCountryCode1
|
|
1143
|
+
>;
|
|
1144
|
+
|
|
1145
|
+
export type PostV2ObjectsObjectRecordsQueryValueLocation = {
|
|
1146
|
+
/**
|
|
1147
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1148
|
+
*/
|
|
1149
|
+
activeFrom: Date;
|
|
1150
|
+
/**
|
|
1151
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1152
|
+
*/
|
|
1153
|
+
activeUntil: Date | null;
|
|
1154
|
+
/**
|
|
1155
|
+
* The actor that created this value.
|
|
1156
|
+
*/
|
|
1157
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor9;
|
|
1158
|
+
/**
|
|
1159
|
+
* 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.
|
|
1160
|
+
*/
|
|
1161
|
+
line1: string | null;
|
|
1162
|
+
/**
|
|
1163
|
+
* 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.
|
|
1164
|
+
*/
|
|
1165
|
+
line2: string | null;
|
|
1166
|
+
/**
|
|
1167
|
+
* 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.
|
|
1168
|
+
*/
|
|
1169
|
+
line3: string | null;
|
|
1170
|
+
/**
|
|
1171
|
+
* 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.
|
|
1172
|
+
*/
|
|
1173
|
+
line4: string | null;
|
|
1174
|
+
/**
|
|
1175
|
+
* The town, neighborhood or area the location is in.
|
|
1176
|
+
*/
|
|
1177
|
+
locality: string | null;
|
|
1178
|
+
/**
|
|
1179
|
+
* The state, county, province or region that the location is in.
|
|
1180
|
+
*/
|
|
1181
|
+
region: string | null;
|
|
1182
|
+
/**
|
|
1183
|
+
* 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.}
|
|
1184
|
+
*/
|
|
1185
|
+
postcode: string | null;
|
|
1186
|
+
/**
|
|
1187
|
+
* The ISO 3166-1 alpha-2 country code for the country this location is in.
|
|
1188
|
+
*/
|
|
1189
|
+
countryCode: PostV2ObjectsObjectRecordsQueryCountryCode1 | null;
|
|
1190
|
+
/**
|
|
1191
|
+
* 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.}
|
|
1192
|
+
*/
|
|
1193
|
+
latitude: string | null;
|
|
1194
|
+
/**
|
|
1195
|
+
* 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.}
|
|
1196
|
+
*/
|
|
1197
|
+
longitude: string | null;
|
|
1198
|
+
/**
|
|
1199
|
+
* The attribute type of the value.
|
|
1200
|
+
*/
|
|
1201
|
+
attributeType: "location";
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1206
|
+
*/
|
|
1207
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType8 = {
|
|
1208
|
+
ApiToken: "api-token",
|
|
1209
|
+
WorkspaceMember: "workspace-member",
|
|
1210
|
+
System: "system",
|
|
1211
|
+
App: "app",
|
|
1212
|
+
} as const;
|
|
1213
|
+
/**
|
|
1214
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1215
|
+
*/
|
|
1216
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType8 = OpenEnum<
|
|
1217
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType8
|
|
1218
|
+
>;
|
|
1219
|
+
|
|
1220
|
+
/**
|
|
1221
|
+
* The actor that created this value.
|
|
1222
|
+
*/
|
|
1223
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor8 = {
|
|
1224
|
+
/**
|
|
1225
|
+
* An ID to identify the actor.
|
|
1226
|
+
*/
|
|
1227
|
+
id?: string | null | undefined;
|
|
1228
|
+
/**
|
|
1229
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1230
|
+
*/
|
|
1231
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType8 | null | undefined;
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* The type of interaction e.g. calendar or email.
|
|
1236
|
+
*/
|
|
1237
|
+
export const PostV2ObjectsObjectRecordsQueryInteractionType = {
|
|
1238
|
+
CalendarEvent: "calendar-event",
|
|
1239
|
+
Call: "call",
|
|
1240
|
+
ChatThread: "chat-thread",
|
|
1241
|
+
Email: "email",
|
|
1242
|
+
InPersonMeeting: "in-person-meeting",
|
|
1243
|
+
Meeting: "meeting",
|
|
1244
|
+
} as const;
|
|
1245
|
+
/**
|
|
1246
|
+
* The type of interaction e.g. calendar or email.
|
|
1247
|
+
*/
|
|
1248
|
+
export type PostV2ObjectsObjectRecordsQueryInteractionType = OpenEnum<
|
|
1249
|
+
typeof PostV2ObjectsObjectRecordsQueryInteractionType
|
|
1250
|
+
>;
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1254
|
+
*/
|
|
1255
|
+
export const PostV2ObjectsObjectRecordsQueryOwnerActorType = {
|
|
1256
|
+
ApiToken: "api-token",
|
|
1257
|
+
WorkspaceMember: "workspace-member",
|
|
1258
|
+
System: "system",
|
|
1259
|
+
App: "app",
|
|
1260
|
+
} as const;
|
|
1261
|
+
/**
|
|
1262
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1263
|
+
*/
|
|
1264
|
+
export type PostV2ObjectsObjectRecordsQueryOwnerActorType = OpenEnum<
|
|
1265
|
+
typeof PostV2ObjectsObjectRecordsQueryOwnerActorType
|
|
1266
|
+
>;
|
|
1267
|
+
|
|
1268
|
+
/**
|
|
1269
|
+
* The actor that created this value.
|
|
1270
|
+
*/
|
|
1271
|
+
export type PostV2ObjectsObjectRecordsQueryOwnerActor = {
|
|
1272
|
+
/**
|
|
1273
|
+
* An ID to identify the actor.
|
|
1274
|
+
*/
|
|
1275
|
+
id?: string | null | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1278
|
+
*/
|
|
1279
|
+
type?: PostV2ObjectsObjectRecordsQueryOwnerActorType | null | undefined;
|
|
1280
|
+
};
|
|
1281
|
+
|
|
1282
|
+
export type PostV2ObjectsObjectRecordsQueryValueInteraction = {
|
|
1283
|
+
/**
|
|
1284
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1285
|
+
*/
|
|
1286
|
+
activeFrom: Date;
|
|
1287
|
+
/**
|
|
1288
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1289
|
+
*/
|
|
1290
|
+
activeUntil: Date | null;
|
|
1291
|
+
/**
|
|
1292
|
+
* The actor that created this value.
|
|
1293
|
+
*/
|
|
1294
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor8;
|
|
1295
|
+
/**
|
|
1296
|
+
* The type of interaction e.g. calendar or email.
|
|
1297
|
+
*/
|
|
1298
|
+
interactionType: PostV2ObjectsObjectRecordsQueryInteractionType;
|
|
1299
|
+
/**
|
|
1300
|
+
* When the interaction occurred.
|
|
1301
|
+
*/
|
|
1302
|
+
interactedAt: Date;
|
|
1303
|
+
/**
|
|
1304
|
+
* The actor that created this value.
|
|
1305
|
+
*/
|
|
1306
|
+
ownerActor: PostV2ObjectsObjectRecordsQueryOwnerActor;
|
|
1307
|
+
/**
|
|
1308
|
+
* The attribute type of the value.
|
|
1309
|
+
*/
|
|
1310
|
+
attributeType: "interaction";
|
|
1311
|
+
};
|
|
1312
|
+
|
|
1313
|
+
/**
|
|
1314
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1315
|
+
*/
|
|
1316
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType7 = {
|
|
1317
|
+
ApiToken: "api-token",
|
|
1318
|
+
WorkspaceMember: "workspace-member",
|
|
1319
|
+
System: "system",
|
|
1320
|
+
App: "app",
|
|
1321
|
+
} as const;
|
|
1322
|
+
/**
|
|
1323
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1324
|
+
*/
|
|
1325
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType7 = OpenEnum<
|
|
1326
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType7
|
|
1327
|
+
>;
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* The actor that created this value.
|
|
1331
|
+
*/
|
|
1332
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor7 = {
|
|
1333
|
+
/**
|
|
1334
|
+
* An ID to identify the actor.
|
|
1335
|
+
*/
|
|
1336
|
+
id?: string | null | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1339
|
+
*/
|
|
1340
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType7 | null | undefined;
|
|
1341
|
+
};
|
|
1342
|
+
|
|
1343
|
+
export type PostV2ObjectsObjectRecordsQueryValueRecordReference = {
|
|
1344
|
+
/**
|
|
1345
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1346
|
+
*/
|
|
1347
|
+
activeFrom: Date;
|
|
1348
|
+
/**
|
|
1349
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1350
|
+
*/
|
|
1351
|
+
activeUntil: Date | null;
|
|
1352
|
+
/**
|
|
1353
|
+
* The actor that created this value.
|
|
1354
|
+
*/
|
|
1355
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor7;
|
|
1356
|
+
/**
|
|
1357
|
+
* A slug identifying the object that the referenced record belongs to.
|
|
1358
|
+
*/
|
|
1359
|
+
targetObject: string;
|
|
1360
|
+
/**
|
|
1361
|
+
* A UUID to identify the referenced record.
|
|
1362
|
+
*/
|
|
1363
|
+
targetRecordId: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The attribute type of the value.
|
|
1366
|
+
*/
|
|
1367
|
+
attributeType: "record-reference";
|
|
1368
|
+
};
|
|
1369
|
+
|
|
1370
|
+
/**
|
|
1371
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1372
|
+
*/
|
|
1373
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType6 = {
|
|
1374
|
+
ApiToken: "api-token",
|
|
1375
|
+
WorkspaceMember: "workspace-member",
|
|
1376
|
+
System: "system",
|
|
1377
|
+
App: "app",
|
|
1378
|
+
} as const;
|
|
1379
|
+
/**
|
|
1380
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1381
|
+
*/
|
|
1382
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType6 = OpenEnum<
|
|
1383
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType6
|
|
1384
|
+
>;
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* The actor that created this value.
|
|
1388
|
+
*/
|
|
1389
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor6 = {
|
|
1390
|
+
/**
|
|
1391
|
+
* An ID to identify the actor.
|
|
1392
|
+
*/
|
|
1393
|
+
id?: string | null | undefined;
|
|
1394
|
+
/**
|
|
1395
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1396
|
+
*/
|
|
1397
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType6 | null | undefined;
|
|
1398
|
+
};
|
|
1399
|
+
|
|
1400
|
+
export type PostV2ObjectsObjectRecordsQueryValueEmailAddress = {
|
|
1401
|
+
/**
|
|
1402
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1403
|
+
*/
|
|
1404
|
+
activeFrom: Date;
|
|
1405
|
+
/**
|
|
1406
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1407
|
+
*/
|
|
1408
|
+
activeUntil: Date | null;
|
|
1409
|
+
/**
|
|
1410
|
+
* The actor that created this value.
|
|
1411
|
+
*/
|
|
1412
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor6;
|
|
1413
|
+
originalEmailAddress: string;
|
|
1414
|
+
emailAddress: string;
|
|
1415
|
+
emailDomain: string;
|
|
1416
|
+
emailRootDomain: string;
|
|
1417
|
+
emailLocalSpecifier: string;
|
|
1418
|
+
/**
|
|
1419
|
+
* The attribute type of the value.
|
|
1420
|
+
*/
|
|
1421
|
+
attributeType: "email-address";
|
|
1422
|
+
};
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1426
|
+
*/
|
|
1427
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType5 = {
|
|
1428
|
+
ApiToken: "api-token",
|
|
1429
|
+
WorkspaceMember: "workspace-member",
|
|
1430
|
+
System: "system",
|
|
1431
|
+
App: "app",
|
|
1432
|
+
} as const;
|
|
1433
|
+
/**
|
|
1434
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1435
|
+
*/
|
|
1436
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType5 = OpenEnum<
|
|
1437
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType5
|
|
1438
|
+
>;
|
|
1439
|
+
|
|
1440
|
+
/**
|
|
1441
|
+
* The actor that created this value.
|
|
1442
|
+
*/
|
|
1443
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor5 = {
|
|
1444
|
+
/**
|
|
1445
|
+
* An ID to identify the actor.
|
|
1446
|
+
*/
|
|
1447
|
+
id?: string | null | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1450
|
+
*/
|
|
1451
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType5 | null | undefined;
|
|
1452
|
+
};
|
|
1453
|
+
|
|
1454
|
+
export type PostV2ObjectsObjectRecordsQueryValueDomain = {
|
|
1455
|
+
/**
|
|
1456
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1457
|
+
*/
|
|
1458
|
+
activeFrom: Date;
|
|
1459
|
+
/**
|
|
1460
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1461
|
+
*/
|
|
1462
|
+
activeUntil: Date | null;
|
|
1463
|
+
/**
|
|
1464
|
+
* The actor that created this value.
|
|
1465
|
+
*/
|
|
1466
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor5;
|
|
1467
|
+
domain: string;
|
|
1468
|
+
rootDomain: string;
|
|
1469
|
+
/**
|
|
1470
|
+
* The attribute type of the value.
|
|
1471
|
+
*/
|
|
1472
|
+
attributeType: "domain";
|
|
1473
|
+
};
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1477
|
+
*/
|
|
1478
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType4 = {
|
|
1479
|
+
ApiToken: "api-token",
|
|
1480
|
+
WorkspaceMember: "workspace-member",
|
|
1481
|
+
System: "system",
|
|
1482
|
+
App: "app",
|
|
1483
|
+
} as const;
|
|
1484
|
+
/**
|
|
1485
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1486
|
+
*/
|
|
1487
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType4 = OpenEnum<
|
|
1488
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType4
|
|
1489
|
+
>;
|
|
1490
|
+
|
|
1491
|
+
/**
|
|
1492
|
+
* The actor that created this value.
|
|
1493
|
+
*/
|
|
1494
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor4 = {
|
|
1495
|
+
/**
|
|
1496
|
+
* An ID to identify the actor.
|
|
1497
|
+
*/
|
|
1498
|
+
id?: string | null | undefined;
|
|
1499
|
+
/**
|
|
1500
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1501
|
+
*/
|
|
1502
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType4 | null | undefined;
|
|
1503
|
+
};
|
|
1504
|
+
|
|
1505
|
+
export type PostV2ObjectsObjectRecordsQueryValueDate = {
|
|
1506
|
+
/**
|
|
1507
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1508
|
+
*/
|
|
1509
|
+
activeFrom: Date;
|
|
1510
|
+
/**
|
|
1511
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1512
|
+
*/
|
|
1513
|
+
activeUntil: Date | null;
|
|
1514
|
+
/**
|
|
1515
|
+
* The actor that created this value.
|
|
1516
|
+
*/
|
|
1517
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor4;
|
|
1518
|
+
/**
|
|
1519
|
+
* The attribute type of the value.
|
|
1520
|
+
*/
|
|
1521
|
+
attributeType: "date";
|
|
1522
|
+
/**
|
|
1523
|
+
* 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".
|
|
1524
|
+
*/
|
|
1525
|
+
value: string;
|
|
1526
|
+
};
|
|
1527
|
+
|
|
1528
|
+
/**
|
|
1529
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1530
|
+
*/
|
|
1531
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType3 = {
|
|
1532
|
+
ApiToken: "api-token",
|
|
1533
|
+
WorkspaceMember: "workspace-member",
|
|
1534
|
+
System: "system",
|
|
1535
|
+
App: "app",
|
|
1536
|
+
} as const;
|
|
1537
|
+
/**
|
|
1538
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1539
|
+
*/
|
|
1540
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType3 = OpenEnum<
|
|
1541
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType3
|
|
1542
|
+
>;
|
|
1543
|
+
|
|
1544
|
+
/**
|
|
1545
|
+
* The actor that created this value.
|
|
1546
|
+
*/
|
|
1547
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor3 = {
|
|
1548
|
+
/**
|
|
1549
|
+
* An ID to identify the actor.
|
|
1550
|
+
*/
|
|
1551
|
+
id?: string | null | undefined;
|
|
1552
|
+
/**
|
|
1553
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1554
|
+
*/
|
|
1555
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType3 | null | undefined;
|
|
1556
|
+
};
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1560
|
+
*/
|
|
1561
|
+
export const PostV2ObjectsObjectRecordsQueryCurrencyCode = {
|
|
1562
|
+
Ars: "ARS",
|
|
1563
|
+
Aud: "AUD",
|
|
1564
|
+
Brl: "BRL",
|
|
1565
|
+
Bgn: "BGN",
|
|
1566
|
+
Cad: "CAD",
|
|
1567
|
+
Clp: "CLP",
|
|
1568
|
+
Cny: "CNY",
|
|
1569
|
+
Cop: "COP",
|
|
1570
|
+
Czk: "CZK",
|
|
1571
|
+
Dkk: "DKK",
|
|
1572
|
+
Eur: "EUR",
|
|
1573
|
+
Hkd: "HKD",
|
|
1574
|
+
Huf: "HUF",
|
|
1575
|
+
Isk: "ISK",
|
|
1576
|
+
Inr: "INR",
|
|
1577
|
+
Ils: "ILS",
|
|
1578
|
+
Jpy: "JPY",
|
|
1579
|
+
Kes: "KES",
|
|
1580
|
+
Krw: "KRW",
|
|
1581
|
+
Myr: "MYR",
|
|
1582
|
+
Mxn: "MXN",
|
|
1583
|
+
Ntd: "NTD",
|
|
1584
|
+
Nzd: "NZD",
|
|
1585
|
+
Ngn: "NGN",
|
|
1586
|
+
Nok: "NOK",
|
|
1587
|
+
Xpf: "XPF",
|
|
1588
|
+
Pen: "PEN",
|
|
1589
|
+
Php: "PHP",
|
|
1590
|
+
Pln: "PLN",
|
|
1591
|
+
Gbp: "GBP",
|
|
1592
|
+
Rwf: "RWF",
|
|
1593
|
+
Sar: "SAR",
|
|
1594
|
+
Sgd: "SGD",
|
|
1595
|
+
Zar: "ZAR",
|
|
1596
|
+
Sek: "SEK",
|
|
1597
|
+
Chf: "CHF",
|
|
1598
|
+
Thb: "THB",
|
|
1599
|
+
Aed: "AED",
|
|
1600
|
+
Uyu: "UYU",
|
|
1601
|
+
Usd: "USD",
|
|
1602
|
+
} as const;
|
|
1603
|
+
/**
|
|
1604
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1605
|
+
*/
|
|
1606
|
+
export type PostV2ObjectsObjectRecordsQueryCurrencyCode = OpenEnum<
|
|
1607
|
+
typeof PostV2ObjectsObjectRecordsQueryCurrencyCode
|
|
1608
|
+
>;
|
|
1609
|
+
|
|
1610
|
+
export type PostV2ObjectsObjectRecordsQueryValueCurrency = {
|
|
1611
|
+
/**
|
|
1612
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1613
|
+
*/
|
|
1614
|
+
activeFrom: Date;
|
|
1615
|
+
/**
|
|
1616
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1617
|
+
*/
|
|
1618
|
+
activeUntil: Date | null;
|
|
1619
|
+
/**
|
|
1620
|
+
* The actor that created this value.
|
|
1621
|
+
*/
|
|
1622
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor3;
|
|
1623
|
+
/**
|
|
1624
|
+
* A numerical representation of the currency value. A decimal with a max of 4 decimal places.
|
|
1625
|
+
*/
|
|
1626
|
+
currencyValue: number;
|
|
1627
|
+
/**
|
|
1628
|
+
* The ISO4217 currency code representing the currency that the value is stored in.
|
|
1629
|
+
*/
|
|
1630
|
+
currencyCode?: PostV2ObjectsObjectRecordsQueryCurrencyCode | null | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* The attribute type of the value.
|
|
1633
|
+
*/
|
|
1634
|
+
attributeType: "currency";
|
|
1635
|
+
};
|
|
1636
|
+
|
|
1637
|
+
/**
|
|
1638
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1639
|
+
*/
|
|
1640
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType2 = {
|
|
1641
|
+
ApiToken: "api-token",
|
|
1642
|
+
WorkspaceMember: "workspace-member",
|
|
1643
|
+
System: "system",
|
|
1644
|
+
App: "app",
|
|
1645
|
+
} as const;
|
|
1646
|
+
/**
|
|
1647
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1648
|
+
*/
|
|
1649
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType2 = OpenEnum<
|
|
1650
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType2
|
|
1651
|
+
>;
|
|
1652
|
+
|
|
1653
|
+
/**
|
|
1654
|
+
* The actor that created this value.
|
|
1655
|
+
*/
|
|
1656
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor2 = {
|
|
1657
|
+
/**
|
|
1658
|
+
* An ID to identify the actor.
|
|
1659
|
+
*/
|
|
1660
|
+
id?: string | null | undefined;
|
|
1661
|
+
/**
|
|
1662
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1663
|
+
*/
|
|
1664
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType2 | null | undefined;
|
|
1665
|
+
};
|
|
1666
|
+
|
|
1667
|
+
export type PostV2ObjectsObjectRecordsQueryValueCheckbox = {
|
|
1668
|
+
/**
|
|
1669
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1670
|
+
*/
|
|
1671
|
+
activeFrom: Date;
|
|
1672
|
+
/**
|
|
1673
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1674
|
+
*/
|
|
1675
|
+
activeUntil: Date | null;
|
|
1676
|
+
/**
|
|
1677
|
+
* The actor that created this value.
|
|
1678
|
+
*/
|
|
1679
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor2;
|
|
1680
|
+
/**
|
|
1681
|
+
* A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
|
|
1682
|
+
*/
|
|
1683
|
+
value: boolean;
|
|
1684
|
+
/**
|
|
1685
|
+
* The attribute type of the value.
|
|
1686
|
+
*/
|
|
1687
|
+
attributeType: "checkbox";
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1692
|
+
*/
|
|
1693
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType1 = {
|
|
1694
|
+
ApiToken: "api-token",
|
|
1695
|
+
WorkspaceMember: "workspace-member",
|
|
1696
|
+
System: "system",
|
|
1697
|
+
App: "app",
|
|
1698
|
+
} as const;
|
|
1699
|
+
/**
|
|
1700
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1701
|
+
*/
|
|
1702
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActorType1 = OpenEnum<
|
|
1703
|
+
typeof PostV2ObjectsObjectRecordsQueryCreatedByActorType1
|
|
1704
|
+
>;
|
|
1705
|
+
|
|
1706
|
+
/**
|
|
1707
|
+
* The actor that created this value.
|
|
1708
|
+
*/
|
|
1709
|
+
export type PostV2ObjectsObjectRecordsQueryCreatedByActor1 = {
|
|
1710
|
+
/**
|
|
1711
|
+
* An ID to identify the actor.
|
|
1712
|
+
*/
|
|
1713
|
+
id?: string | null | undefined;
|
|
1714
|
+
/**
|
|
1715
|
+
* The type of actor. [Read more information on actor types here](/docs/actors).
|
|
1716
|
+
*/
|
|
1717
|
+
type?: PostV2ObjectsObjectRecordsQueryCreatedByActorType1 | null | undefined;
|
|
1718
|
+
};
|
|
1719
|
+
|
|
1720
|
+
/**
|
|
1721
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
1722
|
+
*/
|
|
1723
|
+
export const PostV2ObjectsObjectRecordsQueryReferencedActorType = {
|
|
1724
|
+
ApiToken: "api-token",
|
|
1725
|
+
WorkspaceMember: "workspace-member",
|
|
1726
|
+
System: "system",
|
|
1727
|
+
App: "app",
|
|
1728
|
+
} as const;
|
|
1729
|
+
/**
|
|
1730
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
1731
|
+
*/
|
|
1732
|
+
export type PostV2ObjectsObjectRecordsQueryReferencedActorType = OpenEnum<
|
|
1733
|
+
typeof PostV2ObjectsObjectRecordsQueryReferencedActorType
|
|
1734
|
+
>;
|
|
1735
|
+
|
|
1736
|
+
export type PostV2ObjectsObjectRecordsQueryValueActorReference = {
|
|
1737
|
+
/**
|
|
1738
|
+
* The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
|
|
1739
|
+
*/
|
|
1740
|
+
activeFrom: Date;
|
|
1741
|
+
/**
|
|
1742
|
+
* The point in time at which this value was deactivated. If `null`, the value is active.
|
|
1743
|
+
*/
|
|
1744
|
+
activeUntil: Date | null;
|
|
1745
|
+
/**
|
|
1746
|
+
* The actor that created this value.
|
|
1747
|
+
*/
|
|
1748
|
+
createdByActor: PostV2ObjectsObjectRecordsQueryCreatedByActor1;
|
|
1749
|
+
/**
|
|
1750
|
+
* The type of the referenced actor. [Read more information on actor types here](/docs/actors).
|
|
1751
|
+
*/
|
|
1752
|
+
referencedActorType: PostV2ObjectsObjectRecordsQueryReferencedActorType;
|
|
1753
|
+
/**
|
|
1754
|
+
* The ID of the referenced actor.
|
|
1755
|
+
*/
|
|
1756
|
+
referencedActorId: string | null;
|
|
1757
|
+
/**
|
|
1758
|
+
* The attribute type of the value.
|
|
1759
|
+
*/
|
|
1760
|
+
attributeType: "actor-reference";
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
export type PostV2ObjectsObjectRecordsQueryValueUnion =
|
|
1764
|
+
| PostV2ObjectsObjectRecordsQueryValueActorReference
|
|
1765
|
+
| PostV2ObjectsObjectRecordsQueryValueCheckbox
|
|
1766
|
+
| PostV2ObjectsObjectRecordsQueryValueCurrency
|
|
1767
|
+
| PostV2ObjectsObjectRecordsQueryValueDate
|
|
1768
|
+
| PostV2ObjectsObjectRecordsQueryValueDomain
|
|
1769
|
+
| PostV2ObjectsObjectRecordsQueryValueEmailAddress
|
|
1770
|
+
| PostV2ObjectsObjectRecordsQueryValueRecordReference
|
|
1771
|
+
| PostV2ObjectsObjectRecordsQueryValueInteraction
|
|
1772
|
+
| PostV2ObjectsObjectRecordsQueryValueLocation
|
|
1773
|
+
| PostV2ObjectsObjectRecordsQueryValueNumber
|
|
1774
|
+
| PostV2ObjectsObjectRecordsQueryValuePersonalName
|
|
1775
|
+
| PostV2ObjectsObjectRecordsQueryValuePhoneNumber
|
|
1776
|
+
| PostV2ObjectsObjectRecordsQueryValueStatus
|
|
1777
|
+
| PostV2ObjectsObjectRecordsQueryValueRating
|
|
1778
|
+
| PostV2ObjectsObjectRecordsQueryValueSelect
|
|
1779
|
+
| PostV2ObjectsObjectRecordsQueryValueText
|
|
1780
|
+
| PostV2ObjectsObjectRecordsQueryValueTimestamp
|
|
1781
|
+
| discriminatedUnionTypes.Unknown<"attributeType">;
|
|
1782
|
+
|
|
1783
|
+
export type PostV2ObjectsObjectRecordsQueryData = {
|
|
1784
|
+
id: PostV2ObjectsObjectRecordsQueryId;
|
|
1785
|
+
/**
|
|
1786
|
+
* When this record was created.
|
|
1787
|
+
*/
|
|
1788
|
+
createdAt: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* A URL that links directly to the record page in the Attio web application.
|
|
1791
|
+
*/
|
|
1792
|
+
webUrl: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* A record type with an attribute `api_slug` as the key, and an array of value objects as the values.
|
|
1795
|
+
*/
|
|
1796
|
+
values: {
|
|
1797
|
+
[k: string]: Array<
|
|
1798
|
+
| PostV2ObjectsObjectRecordsQueryValueActorReference
|
|
1799
|
+
| PostV2ObjectsObjectRecordsQueryValueCheckbox
|
|
1800
|
+
| PostV2ObjectsObjectRecordsQueryValueCurrency
|
|
1801
|
+
| PostV2ObjectsObjectRecordsQueryValueDate
|
|
1802
|
+
| PostV2ObjectsObjectRecordsQueryValueDomain
|
|
1803
|
+
| PostV2ObjectsObjectRecordsQueryValueEmailAddress
|
|
1804
|
+
| PostV2ObjectsObjectRecordsQueryValueRecordReference
|
|
1805
|
+
| PostV2ObjectsObjectRecordsQueryValueInteraction
|
|
1806
|
+
| PostV2ObjectsObjectRecordsQueryValueLocation
|
|
1807
|
+
| PostV2ObjectsObjectRecordsQueryValueNumber
|
|
1808
|
+
| PostV2ObjectsObjectRecordsQueryValuePersonalName
|
|
1809
|
+
| PostV2ObjectsObjectRecordsQueryValuePhoneNumber
|
|
1810
|
+
| PostV2ObjectsObjectRecordsQueryValueStatus
|
|
1811
|
+
| PostV2ObjectsObjectRecordsQueryValueRating
|
|
1812
|
+
| PostV2ObjectsObjectRecordsQueryValueSelect
|
|
1813
|
+
| PostV2ObjectsObjectRecordsQueryValueText
|
|
1814
|
+
| PostV2ObjectsObjectRecordsQueryValueTimestamp
|
|
1815
|
+
| discriminatedUnionTypes.Unknown<"attributeType">
|
|
1816
|
+
>;
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* Success
|
|
1822
|
+
*/
|
|
1823
|
+
export type PostV2ObjectsObjectRecordsQueryResponse = {
|
|
1824
|
+
data: Array<PostV2ObjectsObjectRecordsQueryData>;
|
|
1825
|
+
};
|
|
1826
|
+
|
|
1827
|
+
/** @internal */
|
|
1828
|
+
export const PostV2ObjectsObjectRecordsQueryDirection2$outboundSchema:
|
|
1829
|
+
z.ZodMiniEnum<typeof PostV2ObjectsObjectRecordsQueryDirection2> = z.enum(
|
|
1830
|
+
PostV2ObjectsObjectRecordsQueryDirection2,
|
|
1831
|
+
);
|
|
1832
|
+
|
|
1833
|
+
/** @internal */
|
|
1834
|
+
export type PostV2ObjectsObjectRecordsQuerySort2$Outbound = {
|
|
1835
|
+
direction: string;
|
|
1836
|
+
path: Array<Array<string>>;
|
|
1837
|
+
field?: string | undefined;
|
|
1838
|
+
};
|
|
1839
|
+
|
|
1840
|
+
/** @internal */
|
|
1841
|
+
export const PostV2ObjectsObjectRecordsQuerySort2$outboundSchema: z.ZodMiniType<
|
|
1842
|
+
PostV2ObjectsObjectRecordsQuerySort2$Outbound,
|
|
1843
|
+
PostV2ObjectsObjectRecordsQuerySort2
|
|
1844
|
+
> = z.object({
|
|
1845
|
+
direction: PostV2ObjectsObjectRecordsQueryDirection2$outboundSchema,
|
|
1846
|
+
path: z.array(z.array(z.string())),
|
|
1847
|
+
field: z.optional(z.string()),
|
|
1848
|
+
});
|
|
1849
|
+
|
|
1850
|
+
export function postV2ObjectsObjectRecordsQuerySort2ToJSON(
|
|
1851
|
+
postV2ObjectsObjectRecordsQuerySort2: PostV2ObjectsObjectRecordsQuerySort2,
|
|
1852
|
+
): string {
|
|
1853
|
+
return JSON.stringify(
|
|
1854
|
+
PostV2ObjectsObjectRecordsQuerySort2$outboundSchema.parse(
|
|
1855
|
+
postV2ObjectsObjectRecordsQuerySort2,
|
|
1856
|
+
),
|
|
1857
|
+
);
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
/** @internal */
|
|
1861
|
+
export const PostV2ObjectsObjectRecordsQueryDirection1$outboundSchema:
|
|
1862
|
+
z.ZodMiniEnum<typeof PostV2ObjectsObjectRecordsQueryDirection1> = z.enum(
|
|
1863
|
+
PostV2ObjectsObjectRecordsQueryDirection1,
|
|
1864
|
+
);
|
|
1865
|
+
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
export type PostV2ObjectsObjectRecordsQuerySort1$Outbound = {
|
|
1868
|
+
direction: string;
|
|
1869
|
+
attribute: string;
|
|
1870
|
+
field?: string | undefined;
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1873
|
+
/** @internal */
|
|
1874
|
+
export const PostV2ObjectsObjectRecordsQuerySort1$outboundSchema: z.ZodMiniType<
|
|
1875
|
+
PostV2ObjectsObjectRecordsQuerySort1$Outbound,
|
|
1876
|
+
PostV2ObjectsObjectRecordsQuerySort1
|
|
1877
|
+
> = z.object({
|
|
1878
|
+
direction: PostV2ObjectsObjectRecordsQueryDirection1$outboundSchema,
|
|
1879
|
+
attribute: z.string(),
|
|
1880
|
+
field: z.optional(z.string()),
|
|
1881
|
+
});
|
|
1882
|
+
|
|
1883
|
+
export function postV2ObjectsObjectRecordsQuerySort1ToJSON(
|
|
1884
|
+
postV2ObjectsObjectRecordsQuerySort1: PostV2ObjectsObjectRecordsQuerySort1,
|
|
1885
|
+
): string {
|
|
1886
|
+
return JSON.stringify(
|
|
1887
|
+
PostV2ObjectsObjectRecordsQuerySort1$outboundSchema.parse(
|
|
1888
|
+
postV2ObjectsObjectRecordsQuerySort1,
|
|
1889
|
+
),
|
|
1890
|
+
);
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
/** @internal */
|
|
1894
|
+
export type PostV2ObjectsObjectRecordsQuerySortUnion$Outbound =
|
|
1895
|
+
| PostV2ObjectsObjectRecordsQuerySort1$Outbound
|
|
1896
|
+
| PostV2ObjectsObjectRecordsQuerySort2$Outbound;
|
|
1897
|
+
|
|
1898
|
+
/** @internal */
|
|
1899
|
+
export const PostV2ObjectsObjectRecordsQuerySortUnion$outboundSchema:
|
|
1900
|
+
z.ZodMiniType<
|
|
1901
|
+
PostV2ObjectsObjectRecordsQuerySortUnion$Outbound,
|
|
1902
|
+
PostV2ObjectsObjectRecordsQuerySortUnion
|
|
1903
|
+
> = smartUnion([
|
|
1904
|
+
z.lazy(() => PostV2ObjectsObjectRecordsQuerySort1$outboundSchema),
|
|
1905
|
+
z.lazy(() => PostV2ObjectsObjectRecordsQuerySort2$outboundSchema),
|
|
1906
|
+
]);
|
|
1907
|
+
|
|
1908
|
+
export function postV2ObjectsObjectRecordsQuerySortUnionToJSON(
|
|
1909
|
+
postV2ObjectsObjectRecordsQuerySortUnion:
|
|
1910
|
+
PostV2ObjectsObjectRecordsQuerySortUnion,
|
|
1911
|
+
): string {
|
|
1912
|
+
return JSON.stringify(
|
|
1913
|
+
PostV2ObjectsObjectRecordsQuerySortUnion$outboundSchema.parse(
|
|
1914
|
+
postV2ObjectsObjectRecordsQuerySortUnion,
|
|
1915
|
+
),
|
|
1916
|
+
);
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
/** @internal */
|
|
1920
|
+
export type PostV2ObjectsObjectRecordsQueryRequestBody$Outbound = {
|
|
1921
|
+
filter?: { [k: string]: any } | undefined;
|
|
1922
|
+
sorts?:
|
|
1923
|
+
| Array<
|
|
1924
|
+
| PostV2ObjectsObjectRecordsQuerySort1$Outbound
|
|
1925
|
+
| PostV2ObjectsObjectRecordsQuerySort2$Outbound
|
|
1926
|
+
>
|
|
1927
|
+
| undefined;
|
|
1928
|
+
limit?: number | undefined;
|
|
1929
|
+
offset?: number | undefined;
|
|
1930
|
+
};
|
|
1931
|
+
|
|
1932
|
+
/** @internal */
|
|
1933
|
+
export const PostV2ObjectsObjectRecordsQueryRequestBody$outboundSchema:
|
|
1934
|
+
z.ZodMiniType<
|
|
1935
|
+
PostV2ObjectsObjectRecordsQueryRequestBody$Outbound,
|
|
1936
|
+
PostV2ObjectsObjectRecordsQueryRequestBody
|
|
1937
|
+
> = z.object({
|
|
1938
|
+
filter: z.optional(z.record(z.string(), z.any())),
|
|
1939
|
+
sorts: z.optional(
|
|
1940
|
+
z.array(smartUnion([
|
|
1941
|
+
z.lazy(() => PostV2ObjectsObjectRecordsQuerySort1$outboundSchema),
|
|
1942
|
+
z.lazy(() =>
|
|
1943
|
+
PostV2ObjectsObjectRecordsQuerySort2$outboundSchema
|
|
1944
|
+
),
|
|
1945
|
+
])),
|
|
1946
|
+
),
|
|
1947
|
+
limit: z.optional(z.number()),
|
|
1948
|
+
offset: z.optional(z.number()),
|
|
1949
|
+
});
|
|
1950
|
+
|
|
1951
|
+
export function postV2ObjectsObjectRecordsQueryRequestBodyToJSON(
|
|
1952
|
+
postV2ObjectsObjectRecordsQueryRequestBody:
|
|
1953
|
+
PostV2ObjectsObjectRecordsQueryRequestBody,
|
|
1954
|
+
): string {
|
|
1955
|
+
return JSON.stringify(
|
|
1956
|
+
PostV2ObjectsObjectRecordsQueryRequestBody$outboundSchema.parse(
|
|
1957
|
+
postV2ObjectsObjectRecordsQueryRequestBody,
|
|
1958
|
+
),
|
|
1959
|
+
);
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
/** @internal */
|
|
1963
|
+
export type PostV2ObjectsObjectRecordsQueryRequest$Outbound = {
|
|
1964
|
+
object: string;
|
|
1965
|
+
body: PostV2ObjectsObjectRecordsQueryRequestBody$Outbound;
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
/** @internal */
|
|
1969
|
+
export const PostV2ObjectsObjectRecordsQueryRequest$outboundSchema:
|
|
1970
|
+
z.ZodMiniType<
|
|
1971
|
+
PostV2ObjectsObjectRecordsQueryRequest$Outbound,
|
|
1972
|
+
PostV2ObjectsObjectRecordsQueryRequest
|
|
1973
|
+
> = z.object({
|
|
1974
|
+
object: z.string(),
|
|
1975
|
+
body: z.lazy(() =>
|
|
1976
|
+
PostV2ObjectsObjectRecordsQueryRequestBody$outboundSchema
|
|
1977
|
+
),
|
|
1978
|
+
});
|
|
1979
|
+
|
|
1980
|
+
export function postV2ObjectsObjectRecordsQueryRequestToJSON(
|
|
1981
|
+
postV2ObjectsObjectRecordsQueryRequest:
|
|
1982
|
+
PostV2ObjectsObjectRecordsQueryRequest,
|
|
1983
|
+
): string {
|
|
1984
|
+
return JSON.stringify(
|
|
1985
|
+
PostV2ObjectsObjectRecordsQueryRequest$outboundSchema.parse(
|
|
1986
|
+
postV2ObjectsObjectRecordsQueryRequest,
|
|
1987
|
+
),
|
|
1988
|
+
);
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
/** @internal */
|
|
1992
|
+
export const PostV2ObjectsObjectRecordsQueryNotFoundType$inboundSchema:
|
|
1993
|
+
z.ZodMiniEnum<typeof PostV2ObjectsObjectRecordsQueryNotFoundType> = z.enum(
|
|
1994
|
+
PostV2ObjectsObjectRecordsQueryNotFoundType,
|
|
1995
|
+
);
|
|
1996
|
+
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export const PostV2ObjectsObjectRecordsQueryNotFoundCode$inboundSchema:
|
|
1999
|
+
z.ZodMiniEnum<typeof PostV2ObjectsObjectRecordsQueryNotFoundCode> = z.enum(
|
|
2000
|
+
PostV2ObjectsObjectRecordsQueryNotFoundCode,
|
|
2001
|
+
);
|
|
2002
|
+
|
|
2003
|
+
/** @internal */
|
|
2004
|
+
export const PostV2ObjectsObjectRecordsQueryBadRequestType$inboundSchema:
|
|
2005
|
+
z.ZodMiniEnum<typeof PostV2ObjectsObjectRecordsQueryBadRequestType> = z.enum(
|
|
2006
|
+
PostV2ObjectsObjectRecordsQueryBadRequestType,
|
|
2007
|
+
);
|
|
2008
|
+
|
|
2009
|
+
/** @internal */
|
|
2010
|
+
export const CodeFilterError$inboundSchema: z.ZodMiniEnum<
|
|
2011
|
+
typeof CodeFilterError
|
|
2012
|
+
> = z.enum(CodeFilterError);
|
|
2013
|
+
|
|
2014
|
+
/** @internal */
|
|
2015
|
+
export const PostV2ObjectsObjectRecordsQueryId$inboundSchema: z.ZodMiniType<
|
|
2016
|
+
PostV2ObjectsObjectRecordsQueryId,
|
|
2017
|
+
unknown
|
|
2018
|
+
> = z.pipe(
|
|
2019
|
+
z.object({
|
|
2020
|
+
workspace_id: types.string(),
|
|
2021
|
+
object_id: types.string(),
|
|
2022
|
+
record_id: types.string(),
|
|
2023
|
+
}),
|
|
2024
|
+
z.transform((v) => {
|
|
2025
|
+
return remap$(v, {
|
|
2026
|
+
"workspace_id": "workspaceId",
|
|
2027
|
+
"object_id": "objectId",
|
|
2028
|
+
"record_id": "recordId",
|
|
2029
|
+
});
|
|
2030
|
+
}),
|
|
2031
|
+
);
|
|
2032
|
+
|
|
2033
|
+
export function postV2ObjectsObjectRecordsQueryIdFromJSON(
|
|
2034
|
+
jsonString: string,
|
|
2035
|
+
): SafeParseResult<PostV2ObjectsObjectRecordsQueryId, SDKValidationError> {
|
|
2036
|
+
return safeParse(
|
|
2037
|
+
jsonString,
|
|
2038
|
+
(x) => PostV2ObjectsObjectRecordsQueryId$inboundSchema.parse(JSON.parse(x)),
|
|
2039
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryId' from JSON`,
|
|
2040
|
+
);
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
/** @internal */
|
|
2044
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType17$inboundSchema:
|
|
2045
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType17, unknown> =
|
|
2046
|
+
openEnums.inboundSchema(
|
|
2047
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType17,
|
|
2048
|
+
);
|
|
2049
|
+
|
|
2050
|
+
/** @internal */
|
|
2051
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor17$inboundSchema:
|
|
2052
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor17, unknown> = z
|
|
2053
|
+
.object({
|
|
2054
|
+
id: z.optional(z.nullable(types.string())),
|
|
2055
|
+
type: z.optional(
|
|
2056
|
+
z.nullable(
|
|
2057
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType17$inboundSchema,
|
|
2058
|
+
),
|
|
2059
|
+
),
|
|
2060
|
+
});
|
|
2061
|
+
|
|
2062
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor17FromJSON(
|
|
2063
|
+
jsonString: string,
|
|
2064
|
+
): SafeParseResult<
|
|
2065
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor17,
|
|
2066
|
+
SDKValidationError
|
|
2067
|
+
> {
|
|
2068
|
+
return safeParse(
|
|
2069
|
+
jsonString,
|
|
2070
|
+
(x) =>
|
|
2071
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor17$inboundSchema.parse(
|
|
2072
|
+
JSON.parse(x),
|
|
2073
|
+
),
|
|
2074
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor17' from JSON`,
|
|
2075
|
+
);
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
/** @internal */
|
|
2079
|
+
export const PostV2ObjectsObjectRecordsQueryValueTimestamp$inboundSchema:
|
|
2080
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueTimestamp, unknown> = z
|
|
2081
|
+
.pipe(
|
|
2082
|
+
z.object({
|
|
2083
|
+
active_from: types.date(),
|
|
2084
|
+
active_until: types.nullable(types.date()),
|
|
2085
|
+
created_by_actor: z.lazy(() =>
|
|
2086
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor17$inboundSchema
|
|
2087
|
+
),
|
|
2088
|
+
attribute_type: types.literal("timestamp"),
|
|
2089
|
+
value: types.date(),
|
|
2090
|
+
}),
|
|
2091
|
+
z.transform((v) => {
|
|
2092
|
+
return remap$(v, {
|
|
2093
|
+
"active_from": "activeFrom",
|
|
2094
|
+
"active_until": "activeUntil",
|
|
2095
|
+
"created_by_actor": "createdByActor",
|
|
2096
|
+
"attribute_type": "attributeType",
|
|
2097
|
+
});
|
|
2098
|
+
}),
|
|
2099
|
+
);
|
|
2100
|
+
|
|
2101
|
+
export function postV2ObjectsObjectRecordsQueryValueTimestampFromJSON(
|
|
2102
|
+
jsonString: string,
|
|
2103
|
+
): SafeParseResult<
|
|
2104
|
+
PostV2ObjectsObjectRecordsQueryValueTimestamp,
|
|
2105
|
+
SDKValidationError
|
|
2106
|
+
> {
|
|
2107
|
+
return safeParse(
|
|
2108
|
+
jsonString,
|
|
2109
|
+
(x) =>
|
|
2110
|
+
PostV2ObjectsObjectRecordsQueryValueTimestamp$inboundSchema.parse(
|
|
2111
|
+
JSON.parse(x),
|
|
2112
|
+
),
|
|
2113
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueTimestamp' from JSON`,
|
|
2114
|
+
);
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
/** @internal */
|
|
2118
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType16$inboundSchema:
|
|
2119
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType16, unknown> =
|
|
2120
|
+
openEnums.inboundSchema(
|
|
2121
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType16,
|
|
2122
|
+
);
|
|
2123
|
+
|
|
2124
|
+
/** @internal */
|
|
2125
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor16$inboundSchema:
|
|
2126
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor16, unknown> = z
|
|
2127
|
+
.object({
|
|
2128
|
+
id: z.optional(z.nullable(types.string())),
|
|
2129
|
+
type: z.optional(
|
|
2130
|
+
z.nullable(
|
|
2131
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType16$inboundSchema,
|
|
2132
|
+
),
|
|
2133
|
+
),
|
|
2134
|
+
});
|
|
2135
|
+
|
|
2136
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor16FromJSON(
|
|
2137
|
+
jsonString: string,
|
|
2138
|
+
): SafeParseResult<
|
|
2139
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor16,
|
|
2140
|
+
SDKValidationError
|
|
2141
|
+
> {
|
|
2142
|
+
return safeParse(
|
|
2143
|
+
jsonString,
|
|
2144
|
+
(x) =>
|
|
2145
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor16$inboundSchema.parse(
|
|
2146
|
+
JSON.parse(x),
|
|
2147
|
+
),
|
|
2148
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor16' from JSON`,
|
|
2149
|
+
);
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
/** @internal */
|
|
2153
|
+
export const PostV2ObjectsObjectRecordsQueryValueText$inboundSchema:
|
|
2154
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueText, unknown> = z.pipe(
|
|
2155
|
+
z.object({
|
|
2156
|
+
active_from: types.date(),
|
|
2157
|
+
active_until: types.nullable(types.date()),
|
|
2158
|
+
created_by_actor: z.lazy(() =>
|
|
2159
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor16$inboundSchema
|
|
2160
|
+
),
|
|
2161
|
+
value: types.string(),
|
|
2162
|
+
attribute_type: types.literal("text"),
|
|
2163
|
+
}),
|
|
2164
|
+
z.transform((v) => {
|
|
2165
|
+
return remap$(v, {
|
|
2166
|
+
"active_from": "activeFrom",
|
|
2167
|
+
"active_until": "activeUntil",
|
|
2168
|
+
"created_by_actor": "createdByActor",
|
|
2169
|
+
"attribute_type": "attributeType",
|
|
2170
|
+
});
|
|
2171
|
+
}),
|
|
2172
|
+
);
|
|
2173
|
+
|
|
2174
|
+
export function postV2ObjectsObjectRecordsQueryValueTextFromJSON(
|
|
2175
|
+
jsonString: string,
|
|
2176
|
+
): SafeParseResult<
|
|
2177
|
+
PostV2ObjectsObjectRecordsQueryValueText,
|
|
2178
|
+
SDKValidationError
|
|
2179
|
+
> {
|
|
2180
|
+
return safeParse(
|
|
2181
|
+
jsonString,
|
|
2182
|
+
(x) =>
|
|
2183
|
+
PostV2ObjectsObjectRecordsQueryValueText$inboundSchema.parse(
|
|
2184
|
+
JSON.parse(x),
|
|
2185
|
+
),
|
|
2186
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueText' from JSON`,
|
|
2187
|
+
);
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
/** @internal */
|
|
2191
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType15$inboundSchema:
|
|
2192
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType15, unknown> =
|
|
2193
|
+
openEnums.inboundSchema(
|
|
2194
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType15,
|
|
2195
|
+
);
|
|
2196
|
+
|
|
2197
|
+
/** @internal */
|
|
2198
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor15$inboundSchema:
|
|
2199
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor15, unknown> = z
|
|
2200
|
+
.object({
|
|
2201
|
+
id: z.optional(z.nullable(types.string())),
|
|
2202
|
+
type: z.optional(
|
|
2203
|
+
z.nullable(
|
|
2204
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType15$inboundSchema,
|
|
2205
|
+
),
|
|
2206
|
+
),
|
|
2207
|
+
});
|
|
2208
|
+
|
|
2209
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor15FromJSON(
|
|
2210
|
+
jsonString: string,
|
|
2211
|
+
): SafeParseResult<
|
|
2212
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor15,
|
|
2213
|
+
SDKValidationError
|
|
2214
|
+
> {
|
|
2215
|
+
return safeParse(
|
|
2216
|
+
jsonString,
|
|
2217
|
+
(x) =>
|
|
2218
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor15$inboundSchema.parse(
|
|
2219
|
+
JSON.parse(x),
|
|
2220
|
+
),
|
|
2221
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor15' from JSON`,
|
|
2222
|
+
);
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
/** @internal */
|
|
2226
|
+
export const PostV2ObjectsObjectRecordsQueryValueSelect$inboundSchema:
|
|
2227
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueSelect, unknown> = z.pipe(
|
|
2228
|
+
z.object({
|
|
2229
|
+
active_from: types.date(),
|
|
2230
|
+
active_until: types.nullable(types.date()),
|
|
2231
|
+
created_by_actor: z.lazy(() =>
|
|
2232
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor15$inboundSchema
|
|
2233
|
+
),
|
|
2234
|
+
option: models.SelectOption$inboundSchema,
|
|
2235
|
+
attribute_type: types.literal("select"),
|
|
2236
|
+
}),
|
|
2237
|
+
z.transform((v) => {
|
|
2238
|
+
return remap$(v, {
|
|
2239
|
+
"active_from": "activeFrom",
|
|
2240
|
+
"active_until": "activeUntil",
|
|
2241
|
+
"created_by_actor": "createdByActor",
|
|
2242
|
+
"attribute_type": "attributeType",
|
|
2243
|
+
});
|
|
2244
|
+
}),
|
|
2245
|
+
);
|
|
2246
|
+
|
|
2247
|
+
export function postV2ObjectsObjectRecordsQueryValueSelectFromJSON(
|
|
2248
|
+
jsonString: string,
|
|
2249
|
+
): SafeParseResult<
|
|
2250
|
+
PostV2ObjectsObjectRecordsQueryValueSelect,
|
|
2251
|
+
SDKValidationError
|
|
2252
|
+
> {
|
|
2253
|
+
return safeParse(
|
|
2254
|
+
jsonString,
|
|
2255
|
+
(x) =>
|
|
2256
|
+
PostV2ObjectsObjectRecordsQueryValueSelect$inboundSchema.parse(
|
|
2257
|
+
JSON.parse(x),
|
|
2258
|
+
),
|
|
2259
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueSelect' from JSON`,
|
|
2260
|
+
);
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
/** @internal */
|
|
2264
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType14$inboundSchema:
|
|
2265
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType14, unknown> =
|
|
2266
|
+
openEnums.inboundSchema(
|
|
2267
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType14,
|
|
2268
|
+
);
|
|
2269
|
+
|
|
2270
|
+
/** @internal */
|
|
2271
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor14$inboundSchema:
|
|
2272
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor14, unknown> = z
|
|
2273
|
+
.object({
|
|
2274
|
+
id: z.optional(z.nullable(types.string())),
|
|
2275
|
+
type: z.optional(
|
|
2276
|
+
z.nullable(
|
|
2277
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType14$inboundSchema,
|
|
2278
|
+
),
|
|
2279
|
+
),
|
|
2280
|
+
});
|
|
2281
|
+
|
|
2282
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor14FromJSON(
|
|
2283
|
+
jsonString: string,
|
|
2284
|
+
): SafeParseResult<
|
|
2285
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor14,
|
|
2286
|
+
SDKValidationError
|
|
2287
|
+
> {
|
|
2288
|
+
return safeParse(
|
|
2289
|
+
jsonString,
|
|
2290
|
+
(x) =>
|
|
2291
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor14$inboundSchema.parse(
|
|
2292
|
+
JSON.parse(x),
|
|
2293
|
+
),
|
|
2294
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor14' from JSON`,
|
|
2295
|
+
);
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
/** @internal */
|
|
2299
|
+
export const PostV2ObjectsObjectRecordsQueryValueRating$inboundSchema:
|
|
2300
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueRating, unknown> = z.pipe(
|
|
2301
|
+
z.object({
|
|
2302
|
+
active_from: types.date(),
|
|
2303
|
+
active_until: types.nullable(types.date()),
|
|
2304
|
+
created_by_actor: z.lazy(() =>
|
|
2305
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor14$inboundSchema
|
|
2306
|
+
),
|
|
2307
|
+
value: types.number(),
|
|
2308
|
+
attribute_type: types.literal("rating"),
|
|
2309
|
+
}),
|
|
2310
|
+
z.transform((v) => {
|
|
2311
|
+
return remap$(v, {
|
|
2312
|
+
"active_from": "activeFrom",
|
|
2313
|
+
"active_until": "activeUntil",
|
|
2314
|
+
"created_by_actor": "createdByActor",
|
|
2315
|
+
"attribute_type": "attributeType",
|
|
2316
|
+
});
|
|
2317
|
+
}),
|
|
2318
|
+
);
|
|
2319
|
+
|
|
2320
|
+
export function postV2ObjectsObjectRecordsQueryValueRatingFromJSON(
|
|
2321
|
+
jsonString: string,
|
|
2322
|
+
): SafeParseResult<
|
|
2323
|
+
PostV2ObjectsObjectRecordsQueryValueRating,
|
|
2324
|
+
SDKValidationError
|
|
2325
|
+
> {
|
|
2326
|
+
return safeParse(
|
|
2327
|
+
jsonString,
|
|
2328
|
+
(x) =>
|
|
2329
|
+
PostV2ObjectsObjectRecordsQueryValueRating$inboundSchema.parse(
|
|
2330
|
+
JSON.parse(x),
|
|
2331
|
+
),
|
|
2332
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueRating' from JSON`,
|
|
2333
|
+
);
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
/** @internal */
|
|
2337
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType13$inboundSchema:
|
|
2338
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType13, unknown> =
|
|
2339
|
+
openEnums.inboundSchema(
|
|
2340
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType13,
|
|
2341
|
+
);
|
|
2342
|
+
|
|
2343
|
+
/** @internal */
|
|
2344
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor13$inboundSchema:
|
|
2345
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor13, unknown> = z
|
|
2346
|
+
.object({
|
|
2347
|
+
id: z.optional(z.nullable(types.string())),
|
|
2348
|
+
type: z.optional(
|
|
2349
|
+
z.nullable(
|
|
2350
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType13$inboundSchema,
|
|
2351
|
+
),
|
|
2352
|
+
),
|
|
2353
|
+
});
|
|
2354
|
+
|
|
2355
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor13FromJSON(
|
|
2356
|
+
jsonString: string,
|
|
2357
|
+
): SafeParseResult<
|
|
2358
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor13,
|
|
2359
|
+
SDKValidationError
|
|
2360
|
+
> {
|
|
2361
|
+
return safeParse(
|
|
2362
|
+
jsonString,
|
|
2363
|
+
(x) =>
|
|
2364
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor13$inboundSchema.parse(
|
|
2365
|
+
JSON.parse(x),
|
|
2366
|
+
),
|
|
2367
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor13' from JSON`,
|
|
2368
|
+
);
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
/** @internal */
|
|
2372
|
+
export const PostV2ObjectsObjectRecordsQueryValueStatus$inboundSchema:
|
|
2373
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueStatus, unknown> = z.pipe(
|
|
2374
|
+
z.object({
|
|
2375
|
+
active_from: types.date(),
|
|
2376
|
+
active_until: types.nullable(types.date()),
|
|
2377
|
+
created_by_actor: z.lazy(() =>
|
|
2378
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor13$inboundSchema
|
|
2379
|
+
),
|
|
2380
|
+
status: models.Status$inboundSchema,
|
|
2381
|
+
attribute_type: types.literal("status"),
|
|
2382
|
+
}),
|
|
2383
|
+
z.transform((v) => {
|
|
2384
|
+
return remap$(v, {
|
|
2385
|
+
"active_from": "activeFrom",
|
|
2386
|
+
"active_until": "activeUntil",
|
|
2387
|
+
"created_by_actor": "createdByActor",
|
|
2388
|
+
"attribute_type": "attributeType",
|
|
2389
|
+
});
|
|
2390
|
+
}),
|
|
2391
|
+
);
|
|
2392
|
+
|
|
2393
|
+
export function postV2ObjectsObjectRecordsQueryValueStatusFromJSON(
|
|
2394
|
+
jsonString: string,
|
|
2395
|
+
): SafeParseResult<
|
|
2396
|
+
PostV2ObjectsObjectRecordsQueryValueStatus,
|
|
2397
|
+
SDKValidationError
|
|
2398
|
+
> {
|
|
2399
|
+
return safeParse(
|
|
2400
|
+
jsonString,
|
|
2401
|
+
(x) =>
|
|
2402
|
+
PostV2ObjectsObjectRecordsQueryValueStatus$inboundSchema.parse(
|
|
2403
|
+
JSON.parse(x),
|
|
2404
|
+
),
|
|
2405
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueStatus' from JSON`,
|
|
2406
|
+
);
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
/** @internal */
|
|
2410
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType12$inboundSchema:
|
|
2411
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType12, unknown> =
|
|
2412
|
+
openEnums.inboundSchema(
|
|
2413
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType12,
|
|
2414
|
+
);
|
|
2415
|
+
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor12$inboundSchema:
|
|
2418
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor12, unknown> = z
|
|
2419
|
+
.object({
|
|
2420
|
+
id: z.optional(z.nullable(types.string())),
|
|
2421
|
+
type: z.optional(
|
|
2422
|
+
z.nullable(
|
|
2423
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType12$inboundSchema,
|
|
2424
|
+
),
|
|
2425
|
+
),
|
|
2426
|
+
});
|
|
2427
|
+
|
|
2428
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor12FromJSON(
|
|
2429
|
+
jsonString: string,
|
|
2430
|
+
): SafeParseResult<
|
|
2431
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor12,
|
|
2432
|
+
SDKValidationError
|
|
2433
|
+
> {
|
|
2434
|
+
return safeParse(
|
|
2435
|
+
jsonString,
|
|
2436
|
+
(x) =>
|
|
2437
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor12$inboundSchema.parse(
|
|
2438
|
+
JSON.parse(x),
|
|
2439
|
+
),
|
|
2440
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor12' from JSON`,
|
|
2441
|
+
);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
export const PostV2ObjectsObjectRecordsQueryCountryCode2$inboundSchema:
|
|
2446
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCountryCode2, unknown> =
|
|
2447
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCountryCode2);
|
|
2448
|
+
|
|
2449
|
+
/** @internal */
|
|
2450
|
+
export const PostV2ObjectsObjectRecordsQueryValuePhoneNumber$inboundSchema:
|
|
2451
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValuePhoneNumber, unknown> = z
|
|
2452
|
+
.pipe(
|
|
2453
|
+
z.object({
|
|
2454
|
+
active_from: types.date(),
|
|
2455
|
+
active_until: types.nullable(types.date()),
|
|
2456
|
+
created_by_actor: z.lazy(() =>
|
|
2457
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor12$inboundSchema
|
|
2458
|
+
),
|
|
2459
|
+
original_phone_number: types.string(),
|
|
2460
|
+
country_code: PostV2ObjectsObjectRecordsQueryCountryCode2$inboundSchema,
|
|
2461
|
+
phone_number: types.string(),
|
|
2462
|
+
attribute_type: types.literal("phone-number"),
|
|
2463
|
+
}),
|
|
2464
|
+
z.transform((v) => {
|
|
2465
|
+
return remap$(v, {
|
|
2466
|
+
"active_from": "activeFrom",
|
|
2467
|
+
"active_until": "activeUntil",
|
|
2468
|
+
"created_by_actor": "createdByActor",
|
|
2469
|
+
"original_phone_number": "originalPhoneNumber",
|
|
2470
|
+
"country_code": "countryCode",
|
|
2471
|
+
"phone_number": "phoneNumber",
|
|
2472
|
+
"attribute_type": "attributeType",
|
|
2473
|
+
});
|
|
2474
|
+
}),
|
|
2475
|
+
);
|
|
2476
|
+
|
|
2477
|
+
export function postV2ObjectsObjectRecordsQueryValuePhoneNumberFromJSON(
|
|
2478
|
+
jsonString: string,
|
|
2479
|
+
): SafeParseResult<
|
|
2480
|
+
PostV2ObjectsObjectRecordsQueryValuePhoneNumber,
|
|
2481
|
+
SDKValidationError
|
|
2482
|
+
> {
|
|
2483
|
+
return safeParse(
|
|
2484
|
+
jsonString,
|
|
2485
|
+
(x) =>
|
|
2486
|
+
PostV2ObjectsObjectRecordsQueryValuePhoneNumber$inboundSchema.parse(
|
|
2487
|
+
JSON.parse(x),
|
|
2488
|
+
),
|
|
2489
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValuePhoneNumber' from JSON`,
|
|
2490
|
+
);
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
/** @internal */
|
|
2494
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType11$inboundSchema:
|
|
2495
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType11, unknown> =
|
|
2496
|
+
openEnums.inboundSchema(
|
|
2497
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType11,
|
|
2498
|
+
);
|
|
2499
|
+
|
|
2500
|
+
/** @internal */
|
|
2501
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor11$inboundSchema:
|
|
2502
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor11, unknown> = z
|
|
2503
|
+
.object({
|
|
2504
|
+
id: z.optional(z.nullable(types.string())),
|
|
2505
|
+
type: z.optional(
|
|
2506
|
+
z.nullable(
|
|
2507
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType11$inboundSchema,
|
|
2508
|
+
),
|
|
2509
|
+
),
|
|
2510
|
+
});
|
|
2511
|
+
|
|
2512
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor11FromJSON(
|
|
2513
|
+
jsonString: string,
|
|
2514
|
+
): SafeParseResult<
|
|
2515
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor11,
|
|
2516
|
+
SDKValidationError
|
|
2517
|
+
> {
|
|
2518
|
+
return safeParse(
|
|
2519
|
+
jsonString,
|
|
2520
|
+
(x) =>
|
|
2521
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor11$inboundSchema.parse(
|
|
2522
|
+
JSON.parse(x),
|
|
2523
|
+
),
|
|
2524
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor11' from JSON`,
|
|
2525
|
+
);
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
/** @internal */
|
|
2529
|
+
export const PostV2ObjectsObjectRecordsQueryValuePersonalName$inboundSchema:
|
|
2530
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValuePersonalName, unknown> = z
|
|
2531
|
+
.pipe(
|
|
2532
|
+
z.object({
|
|
2533
|
+
active_from: types.date(),
|
|
2534
|
+
active_until: types.nullable(types.date()),
|
|
2535
|
+
created_by_actor: z.lazy(() =>
|
|
2536
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor11$inboundSchema
|
|
2537
|
+
),
|
|
2538
|
+
first_name: types.string(),
|
|
2539
|
+
last_name: types.string(),
|
|
2540
|
+
full_name: types.string(),
|
|
2541
|
+
attribute_type: types.literal("personal-name"),
|
|
2542
|
+
}),
|
|
2543
|
+
z.transform((v) => {
|
|
2544
|
+
return remap$(v, {
|
|
2545
|
+
"active_from": "activeFrom",
|
|
2546
|
+
"active_until": "activeUntil",
|
|
2547
|
+
"created_by_actor": "createdByActor",
|
|
2548
|
+
"first_name": "firstName",
|
|
2549
|
+
"last_name": "lastName",
|
|
2550
|
+
"full_name": "fullName",
|
|
2551
|
+
"attribute_type": "attributeType",
|
|
2552
|
+
});
|
|
2553
|
+
}),
|
|
2554
|
+
);
|
|
2555
|
+
|
|
2556
|
+
export function postV2ObjectsObjectRecordsQueryValuePersonalNameFromJSON(
|
|
2557
|
+
jsonString: string,
|
|
2558
|
+
): SafeParseResult<
|
|
2559
|
+
PostV2ObjectsObjectRecordsQueryValuePersonalName,
|
|
2560
|
+
SDKValidationError
|
|
2561
|
+
> {
|
|
2562
|
+
return safeParse(
|
|
2563
|
+
jsonString,
|
|
2564
|
+
(x) =>
|
|
2565
|
+
PostV2ObjectsObjectRecordsQueryValuePersonalName$inboundSchema.parse(
|
|
2566
|
+
JSON.parse(x),
|
|
2567
|
+
),
|
|
2568
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValuePersonalName' from JSON`,
|
|
2569
|
+
);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/** @internal */
|
|
2573
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType10$inboundSchema:
|
|
2574
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType10, unknown> =
|
|
2575
|
+
openEnums.inboundSchema(
|
|
2576
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType10,
|
|
2577
|
+
);
|
|
2578
|
+
|
|
2579
|
+
/** @internal */
|
|
2580
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor10$inboundSchema:
|
|
2581
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor10, unknown> = z
|
|
2582
|
+
.object({
|
|
2583
|
+
id: z.optional(z.nullable(types.string())),
|
|
2584
|
+
type: z.optional(
|
|
2585
|
+
z.nullable(
|
|
2586
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType10$inboundSchema,
|
|
2587
|
+
),
|
|
2588
|
+
),
|
|
2589
|
+
});
|
|
2590
|
+
|
|
2591
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor10FromJSON(
|
|
2592
|
+
jsonString: string,
|
|
2593
|
+
): SafeParseResult<
|
|
2594
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor10,
|
|
2595
|
+
SDKValidationError
|
|
2596
|
+
> {
|
|
2597
|
+
return safeParse(
|
|
2598
|
+
jsonString,
|
|
2599
|
+
(x) =>
|
|
2600
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor10$inboundSchema.parse(
|
|
2601
|
+
JSON.parse(x),
|
|
2602
|
+
),
|
|
2603
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor10' from JSON`,
|
|
2604
|
+
);
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
/** @internal */
|
|
2608
|
+
export const PostV2ObjectsObjectRecordsQueryValueNumber$inboundSchema:
|
|
2609
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueNumber, unknown> = z.pipe(
|
|
2610
|
+
z.object({
|
|
2611
|
+
active_from: types.date(),
|
|
2612
|
+
active_until: types.nullable(types.date()),
|
|
2613
|
+
created_by_actor: z.lazy(() =>
|
|
2614
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor10$inboundSchema
|
|
2615
|
+
),
|
|
2616
|
+
value: types.number(),
|
|
2617
|
+
attribute_type: types.literal("number"),
|
|
2618
|
+
}),
|
|
2619
|
+
z.transform((v) => {
|
|
2620
|
+
return remap$(v, {
|
|
2621
|
+
"active_from": "activeFrom",
|
|
2622
|
+
"active_until": "activeUntil",
|
|
2623
|
+
"created_by_actor": "createdByActor",
|
|
2624
|
+
"attribute_type": "attributeType",
|
|
2625
|
+
});
|
|
2626
|
+
}),
|
|
2627
|
+
);
|
|
2628
|
+
|
|
2629
|
+
export function postV2ObjectsObjectRecordsQueryValueNumberFromJSON(
|
|
2630
|
+
jsonString: string,
|
|
2631
|
+
): SafeParseResult<
|
|
2632
|
+
PostV2ObjectsObjectRecordsQueryValueNumber,
|
|
2633
|
+
SDKValidationError
|
|
2634
|
+
> {
|
|
2635
|
+
return safeParse(
|
|
2636
|
+
jsonString,
|
|
2637
|
+
(x) =>
|
|
2638
|
+
PostV2ObjectsObjectRecordsQueryValueNumber$inboundSchema.parse(
|
|
2639
|
+
JSON.parse(x),
|
|
2640
|
+
),
|
|
2641
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueNumber' from JSON`,
|
|
2642
|
+
);
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
/** @internal */
|
|
2646
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType9$inboundSchema:
|
|
2647
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType9, unknown> =
|
|
2648
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType9);
|
|
2649
|
+
|
|
2650
|
+
/** @internal */
|
|
2651
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor9$inboundSchema:
|
|
2652
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor9, unknown> = z
|
|
2653
|
+
.object({
|
|
2654
|
+
id: z.optional(z.nullable(types.string())),
|
|
2655
|
+
type: z.optional(
|
|
2656
|
+
z.nullable(
|
|
2657
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType9$inboundSchema,
|
|
2658
|
+
),
|
|
2659
|
+
),
|
|
2660
|
+
});
|
|
2661
|
+
|
|
2662
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor9FromJSON(
|
|
2663
|
+
jsonString: string,
|
|
2664
|
+
): SafeParseResult<
|
|
2665
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor9,
|
|
2666
|
+
SDKValidationError
|
|
2667
|
+
> {
|
|
2668
|
+
return safeParse(
|
|
2669
|
+
jsonString,
|
|
2670
|
+
(x) =>
|
|
2671
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor9$inboundSchema.parse(
|
|
2672
|
+
JSON.parse(x),
|
|
2673
|
+
),
|
|
2674
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor9' from JSON`,
|
|
2675
|
+
);
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
/** @internal */
|
|
2679
|
+
export const PostV2ObjectsObjectRecordsQueryCountryCode1$inboundSchema:
|
|
2680
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCountryCode1, unknown> =
|
|
2681
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCountryCode1);
|
|
2682
|
+
|
|
2683
|
+
/** @internal */
|
|
2684
|
+
export const PostV2ObjectsObjectRecordsQueryValueLocation$inboundSchema:
|
|
2685
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueLocation, unknown> = z.pipe(
|
|
2686
|
+
z.object({
|
|
2687
|
+
active_from: types.date(),
|
|
2688
|
+
active_until: types.nullable(types.date()),
|
|
2689
|
+
created_by_actor: z.lazy(() =>
|
|
2690
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor9$inboundSchema
|
|
2691
|
+
),
|
|
2692
|
+
line_1: types.nullable(types.string()),
|
|
2693
|
+
line_2: types.nullable(types.string()),
|
|
2694
|
+
line_3: types.nullable(types.string()),
|
|
2695
|
+
line_4: types.nullable(types.string()),
|
|
2696
|
+
locality: types.nullable(types.string()),
|
|
2697
|
+
region: types.nullable(types.string()),
|
|
2698
|
+
postcode: types.nullable(types.string()),
|
|
2699
|
+
country_code: types.nullable(
|
|
2700
|
+
PostV2ObjectsObjectRecordsQueryCountryCode1$inboundSchema,
|
|
2701
|
+
),
|
|
2702
|
+
latitude: types.nullable(types.string()),
|
|
2703
|
+
longitude: types.nullable(types.string()),
|
|
2704
|
+
attribute_type: types.literal("location"),
|
|
2705
|
+
}),
|
|
2706
|
+
z.transform((v) => {
|
|
2707
|
+
return remap$(v, {
|
|
2708
|
+
"active_from": "activeFrom",
|
|
2709
|
+
"active_until": "activeUntil",
|
|
2710
|
+
"created_by_actor": "createdByActor",
|
|
2711
|
+
"line_1": "line1",
|
|
2712
|
+
"line_2": "line2",
|
|
2713
|
+
"line_3": "line3",
|
|
2714
|
+
"line_4": "line4",
|
|
2715
|
+
"country_code": "countryCode",
|
|
2716
|
+
"attribute_type": "attributeType",
|
|
2717
|
+
});
|
|
2718
|
+
}),
|
|
2719
|
+
);
|
|
2720
|
+
|
|
2721
|
+
export function postV2ObjectsObjectRecordsQueryValueLocationFromJSON(
|
|
2722
|
+
jsonString: string,
|
|
2723
|
+
): SafeParseResult<
|
|
2724
|
+
PostV2ObjectsObjectRecordsQueryValueLocation,
|
|
2725
|
+
SDKValidationError
|
|
2726
|
+
> {
|
|
2727
|
+
return safeParse(
|
|
2728
|
+
jsonString,
|
|
2729
|
+
(x) =>
|
|
2730
|
+
PostV2ObjectsObjectRecordsQueryValueLocation$inboundSchema.parse(
|
|
2731
|
+
JSON.parse(x),
|
|
2732
|
+
),
|
|
2733
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueLocation' from JSON`,
|
|
2734
|
+
);
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
/** @internal */
|
|
2738
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType8$inboundSchema:
|
|
2739
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType8, unknown> =
|
|
2740
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType8);
|
|
2741
|
+
|
|
2742
|
+
/** @internal */
|
|
2743
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor8$inboundSchema:
|
|
2744
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor8, unknown> = z
|
|
2745
|
+
.object({
|
|
2746
|
+
id: z.optional(z.nullable(types.string())),
|
|
2747
|
+
type: z.optional(
|
|
2748
|
+
z.nullable(
|
|
2749
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType8$inboundSchema,
|
|
2750
|
+
),
|
|
2751
|
+
),
|
|
2752
|
+
});
|
|
2753
|
+
|
|
2754
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor8FromJSON(
|
|
2755
|
+
jsonString: string,
|
|
2756
|
+
): SafeParseResult<
|
|
2757
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor8,
|
|
2758
|
+
SDKValidationError
|
|
2759
|
+
> {
|
|
2760
|
+
return safeParse(
|
|
2761
|
+
jsonString,
|
|
2762
|
+
(x) =>
|
|
2763
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor8$inboundSchema.parse(
|
|
2764
|
+
JSON.parse(x),
|
|
2765
|
+
),
|
|
2766
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor8' from JSON`,
|
|
2767
|
+
);
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
/** @internal */
|
|
2771
|
+
export const PostV2ObjectsObjectRecordsQueryInteractionType$inboundSchema:
|
|
2772
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryInteractionType, unknown> =
|
|
2773
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryInteractionType);
|
|
2774
|
+
|
|
2775
|
+
/** @internal */
|
|
2776
|
+
export const PostV2ObjectsObjectRecordsQueryOwnerActorType$inboundSchema:
|
|
2777
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryOwnerActorType, unknown> =
|
|
2778
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryOwnerActorType);
|
|
2779
|
+
|
|
2780
|
+
/** @internal */
|
|
2781
|
+
export const PostV2ObjectsObjectRecordsQueryOwnerActor$inboundSchema:
|
|
2782
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryOwnerActor, unknown> = z.object({
|
|
2783
|
+
id: z.optional(z.nullable(types.string())),
|
|
2784
|
+
type: z.optional(
|
|
2785
|
+
z.nullable(PostV2ObjectsObjectRecordsQueryOwnerActorType$inboundSchema),
|
|
2786
|
+
),
|
|
2787
|
+
});
|
|
2788
|
+
|
|
2789
|
+
export function postV2ObjectsObjectRecordsQueryOwnerActorFromJSON(
|
|
2790
|
+
jsonString: string,
|
|
2791
|
+
): SafeParseResult<
|
|
2792
|
+
PostV2ObjectsObjectRecordsQueryOwnerActor,
|
|
2793
|
+
SDKValidationError
|
|
2794
|
+
> {
|
|
2795
|
+
return safeParse(
|
|
2796
|
+
jsonString,
|
|
2797
|
+
(x) =>
|
|
2798
|
+
PostV2ObjectsObjectRecordsQueryOwnerActor$inboundSchema.parse(
|
|
2799
|
+
JSON.parse(x),
|
|
2800
|
+
),
|
|
2801
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryOwnerActor' from JSON`,
|
|
2802
|
+
);
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
/** @internal */
|
|
2806
|
+
export const PostV2ObjectsObjectRecordsQueryValueInteraction$inboundSchema:
|
|
2807
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueInteraction, unknown> = z
|
|
2808
|
+
.pipe(
|
|
2809
|
+
z.object({
|
|
2810
|
+
active_from: types.date(),
|
|
2811
|
+
active_until: types.nullable(types.date()),
|
|
2812
|
+
created_by_actor: z.lazy(() =>
|
|
2813
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor8$inboundSchema
|
|
2814
|
+
),
|
|
2815
|
+
interaction_type:
|
|
2816
|
+
PostV2ObjectsObjectRecordsQueryInteractionType$inboundSchema,
|
|
2817
|
+
interacted_at: types.date(),
|
|
2818
|
+
owner_actor: z.lazy(() =>
|
|
2819
|
+
PostV2ObjectsObjectRecordsQueryOwnerActor$inboundSchema
|
|
2820
|
+
),
|
|
2821
|
+
attribute_type: types.literal("interaction"),
|
|
2822
|
+
}),
|
|
2823
|
+
z.transform((v) => {
|
|
2824
|
+
return remap$(v, {
|
|
2825
|
+
"active_from": "activeFrom",
|
|
2826
|
+
"active_until": "activeUntil",
|
|
2827
|
+
"created_by_actor": "createdByActor",
|
|
2828
|
+
"interaction_type": "interactionType",
|
|
2829
|
+
"interacted_at": "interactedAt",
|
|
2830
|
+
"owner_actor": "ownerActor",
|
|
2831
|
+
"attribute_type": "attributeType",
|
|
2832
|
+
});
|
|
2833
|
+
}),
|
|
2834
|
+
);
|
|
2835
|
+
|
|
2836
|
+
export function postV2ObjectsObjectRecordsQueryValueInteractionFromJSON(
|
|
2837
|
+
jsonString: string,
|
|
2838
|
+
): SafeParseResult<
|
|
2839
|
+
PostV2ObjectsObjectRecordsQueryValueInteraction,
|
|
2840
|
+
SDKValidationError
|
|
2841
|
+
> {
|
|
2842
|
+
return safeParse(
|
|
2843
|
+
jsonString,
|
|
2844
|
+
(x) =>
|
|
2845
|
+
PostV2ObjectsObjectRecordsQueryValueInteraction$inboundSchema.parse(
|
|
2846
|
+
JSON.parse(x),
|
|
2847
|
+
),
|
|
2848
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueInteraction' from JSON`,
|
|
2849
|
+
);
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
/** @internal */
|
|
2853
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType7$inboundSchema:
|
|
2854
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType7, unknown> =
|
|
2855
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType7);
|
|
2856
|
+
|
|
2857
|
+
/** @internal */
|
|
2858
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor7$inboundSchema:
|
|
2859
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor7, unknown> = z
|
|
2860
|
+
.object({
|
|
2861
|
+
id: z.optional(z.nullable(types.string())),
|
|
2862
|
+
type: z.optional(
|
|
2863
|
+
z.nullable(
|
|
2864
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType7$inboundSchema,
|
|
2865
|
+
),
|
|
2866
|
+
),
|
|
2867
|
+
});
|
|
2868
|
+
|
|
2869
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor7FromJSON(
|
|
2870
|
+
jsonString: string,
|
|
2871
|
+
): SafeParseResult<
|
|
2872
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor7,
|
|
2873
|
+
SDKValidationError
|
|
2874
|
+
> {
|
|
2875
|
+
return safeParse(
|
|
2876
|
+
jsonString,
|
|
2877
|
+
(x) =>
|
|
2878
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor7$inboundSchema.parse(
|
|
2879
|
+
JSON.parse(x),
|
|
2880
|
+
),
|
|
2881
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor7' from JSON`,
|
|
2882
|
+
);
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
/** @internal */
|
|
2886
|
+
export const PostV2ObjectsObjectRecordsQueryValueRecordReference$inboundSchema:
|
|
2887
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueRecordReference, unknown> =
|
|
2888
|
+
z.pipe(
|
|
2889
|
+
z.object({
|
|
2890
|
+
active_from: types.date(),
|
|
2891
|
+
active_until: types.nullable(types.date()),
|
|
2892
|
+
created_by_actor: z.lazy(() =>
|
|
2893
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor7$inboundSchema
|
|
2894
|
+
),
|
|
2895
|
+
target_object: types.string(),
|
|
2896
|
+
target_record_id: types.string(),
|
|
2897
|
+
attribute_type: types.literal("record-reference"),
|
|
2898
|
+
}),
|
|
2899
|
+
z.transform((v) => {
|
|
2900
|
+
return remap$(v, {
|
|
2901
|
+
"active_from": "activeFrom",
|
|
2902
|
+
"active_until": "activeUntil",
|
|
2903
|
+
"created_by_actor": "createdByActor",
|
|
2904
|
+
"target_object": "targetObject",
|
|
2905
|
+
"target_record_id": "targetRecordId",
|
|
2906
|
+
"attribute_type": "attributeType",
|
|
2907
|
+
});
|
|
2908
|
+
}),
|
|
2909
|
+
);
|
|
2910
|
+
|
|
2911
|
+
export function postV2ObjectsObjectRecordsQueryValueRecordReferenceFromJSON(
|
|
2912
|
+
jsonString: string,
|
|
2913
|
+
): SafeParseResult<
|
|
2914
|
+
PostV2ObjectsObjectRecordsQueryValueRecordReference,
|
|
2915
|
+
SDKValidationError
|
|
2916
|
+
> {
|
|
2917
|
+
return safeParse(
|
|
2918
|
+
jsonString,
|
|
2919
|
+
(x) =>
|
|
2920
|
+
PostV2ObjectsObjectRecordsQueryValueRecordReference$inboundSchema.parse(
|
|
2921
|
+
JSON.parse(x),
|
|
2922
|
+
),
|
|
2923
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueRecordReference' from JSON`,
|
|
2924
|
+
);
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
/** @internal */
|
|
2928
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType6$inboundSchema:
|
|
2929
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType6, unknown> =
|
|
2930
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType6);
|
|
2931
|
+
|
|
2932
|
+
/** @internal */
|
|
2933
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor6$inboundSchema:
|
|
2934
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor6, unknown> = z
|
|
2935
|
+
.object({
|
|
2936
|
+
id: z.optional(z.nullable(types.string())),
|
|
2937
|
+
type: z.optional(
|
|
2938
|
+
z.nullable(
|
|
2939
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType6$inboundSchema,
|
|
2940
|
+
),
|
|
2941
|
+
),
|
|
2942
|
+
});
|
|
2943
|
+
|
|
2944
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor6FromJSON(
|
|
2945
|
+
jsonString: string,
|
|
2946
|
+
): SafeParseResult<
|
|
2947
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor6,
|
|
2948
|
+
SDKValidationError
|
|
2949
|
+
> {
|
|
2950
|
+
return safeParse(
|
|
2951
|
+
jsonString,
|
|
2952
|
+
(x) =>
|
|
2953
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor6$inboundSchema.parse(
|
|
2954
|
+
JSON.parse(x),
|
|
2955
|
+
),
|
|
2956
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor6' from JSON`,
|
|
2957
|
+
);
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
/** @internal */
|
|
2961
|
+
export const PostV2ObjectsObjectRecordsQueryValueEmailAddress$inboundSchema:
|
|
2962
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueEmailAddress, unknown> = z
|
|
2963
|
+
.pipe(
|
|
2964
|
+
z.object({
|
|
2965
|
+
active_from: types.date(),
|
|
2966
|
+
active_until: types.nullable(types.date()),
|
|
2967
|
+
created_by_actor: z.lazy(() =>
|
|
2968
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor6$inboundSchema
|
|
2969
|
+
),
|
|
2970
|
+
original_email_address: types.string(),
|
|
2971
|
+
email_address: types.string(),
|
|
2972
|
+
email_domain: types.string(),
|
|
2973
|
+
email_root_domain: types.string(),
|
|
2974
|
+
email_local_specifier: types.string(),
|
|
2975
|
+
attribute_type: types.literal("email-address"),
|
|
2976
|
+
}),
|
|
2977
|
+
z.transform((v) => {
|
|
2978
|
+
return remap$(v, {
|
|
2979
|
+
"active_from": "activeFrom",
|
|
2980
|
+
"active_until": "activeUntil",
|
|
2981
|
+
"created_by_actor": "createdByActor",
|
|
2982
|
+
"original_email_address": "originalEmailAddress",
|
|
2983
|
+
"email_address": "emailAddress",
|
|
2984
|
+
"email_domain": "emailDomain",
|
|
2985
|
+
"email_root_domain": "emailRootDomain",
|
|
2986
|
+
"email_local_specifier": "emailLocalSpecifier",
|
|
2987
|
+
"attribute_type": "attributeType",
|
|
2988
|
+
});
|
|
2989
|
+
}),
|
|
2990
|
+
);
|
|
2991
|
+
|
|
2992
|
+
export function postV2ObjectsObjectRecordsQueryValueEmailAddressFromJSON(
|
|
2993
|
+
jsonString: string,
|
|
2994
|
+
): SafeParseResult<
|
|
2995
|
+
PostV2ObjectsObjectRecordsQueryValueEmailAddress,
|
|
2996
|
+
SDKValidationError
|
|
2997
|
+
> {
|
|
2998
|
+
return safeParse(
|
|
2999
|
+
jsonString,
|
|
3000
|
+
(x) =>
|
|
3001
|
+
PostV2ObjectsObjectRecordsQueryValueEmailAddress$inboundSchema.parse(
|
|
3002
|
+
JSON.parse(x),
|
|
3003
|
+
),
|
|
3004
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueEmailAddress' from JSON`,
|
|
3005
|
+
);
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/** @internal */
|
|
3009
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType5$inboundSchema:
|
|
3010
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType5, unknown> =
|
|
3011
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType5);
|
|
3012
|
+
|
|
3013
|
+
/** @internal */
|
|
3014
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor5$inboundSchema:
|
|
3015
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor5, unknown> = z
|
|
3016
|
+
.object({
|
|
3017
|
+
id: z.optional(z.nullable(types.string())),
|
|
3018
|
+
type: z.optional(
|
|
3019
|
+
z.nullable(
|
|
3020
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType5$inboundSchema,
|
|
3021
|
+
),
|
|
3022
|
+
),
|
|
3023
|
+
});
|
|
3024
|
+
|
|
3025
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor5FromJSON(
|
|
3026
|
+
jsonString: string,
|
|
3027
|
+
): SafeParseResult<
|
|
3028
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor5,
|
|
3029
|
+
SDKValidationError
|
|
3030
|
+
> {
|
|
3031
|
+
return safeParse(
|
|
3032
|
+
jsonString,
|
|
3033
|
+
(x) =>
|
|
3034
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor5$inboundSchema.parse(
|
|
3035
|
+
JSON.parse(x),
|
|
3036
|
+
),
|
|
3037
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor5' from JSON`,
|
|
3038
|
+
);
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
/** @internal */
|
|
3042
|
+
export const PostV2ObjectsObjectRecordsQueryValueDomain$inboundSchema:
|
|
3043
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueDomain, unknown> = z.pipe(
|
|
3044
|
+
z.object({
|
|
3045
|
+
active_from: types.date(),
|
|
3046
|
+
active_until: types.nullable(types.date()),
|
|
3047
|
+
created_by_actor: z.lazy(() =>
|
|
3048
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor5$inboundSchema
|
|
3049
|
+
),
|
|
3050
|
+
domain: types.string(),
|
|
3051
|
+
root_domain: types.string(),
|
|
3052
|
+
attribute_type: types.literal("domain"),
|
|
3053
|
+
}),
|
|
3054
|
+
z.transform((v) => {
|
|
3055
|
+
return remap$(v, {
|
|
3056
|
+
"active_from": "activeFrom",
|
|
3057
|
+
"active_until": "activeUntil",
|
|
3058
|
+
"created_by_actor": "createdByActor",
|
|
3059
|
+
"root_domain": "rootDomain",
|
|
3060
|
+
"attribute_type": "attributeType",
|
|
3061
|
+
});
|
|
3062
|
+
}),
|
|
3063
|
+
);
|
|
3064
|
+
|
|
3065
|
+
export function postV2ObjectsObjectRecordsQueryValueDomainFromJSON(
|
|
3066
|
+
jsonString: string,
|
|
3067
|
+
): SafeParseResult<
|
|
3068
|
+
PostV2ObjectsObjectRecordsQueryValueDomain,
|
|
3069
|
+
SDKValidationError
|
|
3070
|
+
> {
|
|
3071
|
+
return safeParse(
|
|
3072
|
+
jsonString,
|
|
3073
|
+
(x) =>
|
|
3074
|
+
PostV2ObjectsObjectRecordsQueryValueDomain$inboundSchema.parse(
|
|
3075
|
+
JSON.parse(x),
|
|
3076
|
+
),
|
|
3077
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueDomain' from JSON`,
|
|
3078
|
+
);
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
/** @internal */
|
|
3082
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType4$inboundSchema:
|
|
3083
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType4, unknown> =
|
|
3084
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType4);
|
|
3085
|
+
|
|
3086
|
+
/** @internal */
|
|
3087
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor4$inboundSchema:
|
|
3088
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor4, unknown> = z
|
|
3089
|
+
.object({
|
|
3090
|
+
id: z.optional(z.nullable(types.string())),
|
|
3091
|
+
type: z.optional(
|
|
3092
|
+
z.nullable(
|
|
3093
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType4$inboundSchema,
|
|
3094
|
+
),
|
|
3095
|
+
),
|
|
3096
|
+
});
|
|
3097
|
+
|
|
3098
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor4FromJSON(
|
|
3099
|
+
jsonString: string,
|
|
3100
|
+
): SafeParseResult<
|
|
3101
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor4,
|
|
3102
|
+
SDKValidationError
|
|
3103
|
+
> {
|
|
3104
|
+
return safeParse(
|
|
3105
|
+
jsonString,
|
|
3106
|
+
(x) =>
|
|
3107
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor4$inboundSchema.parse(
|
|
3108
|
+
JSON.parse(x),
|
|
3109
|
+
),
|
|
3110
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor4' from JSON`,
|
|
3111
|
+
);
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
/** @internal */
|
|
3115
|
+
export const PostV2ObjectsObjectRecordsQueryValueDate$inboundSchema:
|
|
3116
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueDate, unknown> = z.pipe(
|
|
3117
|
+
z.object({
|
|
3118
|
+
active_from: types.date(),
|
|
3119
|
+
active_until: types.nullable(types.date()),
|
|
3120
|
+
created_by_actor: z.lazy(() =>
|
|
3121
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor4$inboundSchema
|
|
3122
|
+
),
|
|
3123
|
+
attribute_type: types.literal("date"),
|
|
3124
|
+
value: types.string(),
|
|
3125
|
+
}),
|
|
3126
|
+
z.transform((v) => {
|
|
3127
|
+
return remap$(v, {
|
|
3128
|
+
"active_from": "activeFrom",
|
|
3129
|
+
"active_until": "activeUntil",
|
|
3130
|
+
"created_by_actor": "createdByActor",
|
|
3131
|
+
"attribute_type": "attributeType",
|
|
3132
|
+
});
|
|
3133
|
+
}),
|
|
3134
|
+
);
|
|
3135
|
+
|
|
3136
|
+
export function postV2ObjectsObjectRecordsQueryValueDateFromJSON(
|
|
3137
|
+
jsonString: string,
|
|
3138
|
+
): SafeParseResult<
|
|
3139
|
+
PostV2ObjectsObjectRecordsQueryValueDate,
|
|
3140
|
+
SDKValidationError
|
|
3141
|
+
> {
|
|
3142
|
+
return safeParse(
|
|
3143
|
+
jsonString,
|
|
3144
|
+
(x) =>
|
|
3145
|
+
PostV2ObjectsObjectRecordsQueryValueDate$inboundSchema.parse(
|
|
3146
|
+
JSON.parse(x),
|
|
3147
|
+
),
|
|
3148
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueDate' from JSON`,
|
|
3149
|
+
);
|
|
3150
|
+
}
|
|
3151
|
+
|
|
3152
|
+
/** @internal */
|
|
3153
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType3$inboundSchema:
|
|
3154
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType3, unknown> =
|
|
3155
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType3);
|
|
3156
|
+
|
|
3157
|
+
/** @internal */
|
|
3158
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor3$inboundSchema:
|
|
3159
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor3, unknown> = z
|
|
3160
|
+
.object({
|
|
3161
|
+
id: z.optional(z.nullable(types.string())),
|
|
3162
|
+
type: z.optional(
|
|
3163
|
+
z.nullable(
|
|
3164
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType3$inboundSchema,
|
|
3165
|
+
),
|
|
3166
|
+
),
|
|
3167
|
+
});
|
|
3168
|
+
|
|
3169
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor3FromJSON(
|
|
3170
|
+
jsonString: string,
|
|
3171
|
+
): SafeParseResult<
|
|
3172
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor3,
|
|
3173
|
+
SDKValidationError
|
|
3174
|
+
> {
|
|
3175
|
+
return safeParse(
|
|
3176
|
+
jsonString,
|
|
3177
|
+
(x) =>
|
|
3178
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor3$inboundSchema.parse(
|
|
3179
|
+
JSON.parse(x),
|
|
3180
|
+
),
|
|
3181
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor3' from JSON`,
|
|
3182
|
+
);
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
/** @internal */
|
|
3186
|
+
export const PostV2ObjectsObjectRecordsQueryCurrencyCode$inboundSchema:
|
|
3187
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCurrencyCode, unknown> =
|
|
3188
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCurrencyCode);
|
|
3189
|
+
|
|
3190
|
+
/** @internal */
|
|
3191
|
+
export const PostV2ObjectsObjectRecordsQueryValueCurrency$inboundSchema:
|
|
3192
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueCurrency, unknown> = z.pipe(
|
|
3193
|
+
z.object({
|
|
3194
|
+
active_from: types.date(),
|
|
3195
|
+
active_until: types.nullable(types.date()),
|
|
3196
|
+
created_by_actor: z.lazy(() =>
|
|
3197
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor3$inboundSchema
|
|
3198
|
+
),
|
|
3199
|
+
currency_value: types.number(),
|
|
3200
|
+
currency_code: z.optional(
|
|
3201
|
+
z.nullable(PostV2ObjectsObjectRecordsQueryCurrencyCode$inboundSchema),
|
|
3202
|
+
),
|
|
3203
|
+
attribute_type: types.literal("currency"),
|
|
3204
|
+
}),
|
|
3205
|
+
z.transform((v) => {
|
|
3206
|
+
return remap$(v, {
|
|
3207
|
+
"active_from": "activeFrom",
|
|
3208
|
+
"active_until": "activeUntil",
|
|
3209
|
+
"created_by_actor": "createdByActor",
|
|
3210
|
+
"currency_value": "currencyValue",
|
|
3211
|
+
"currency_code": "currencyCode",
|
|
3212
|
+
"attribute_type": "attributeType",
|
|
3213
|
+
});
|
|
3214
|
+
}),
|
|
3215
|
+
);
|
|
3216
|
+
|
|
3217
|
+
export function postV2ObjectsObjectRecordsQueryValueCurrencyFromJSON(
|
|
3218
|
+
jsonString: string,
|
|
3219
|
+
): SafeParseResult<
|
|
3220
|
+
PostV2ObjectsObjectRecordsQueryValueCurrency,
|
|
3221
|
+
SDKValidationError
|
|
3222
|
+
> {
|
|
3223
|
+
return safeParse(
|
|
3224
|
+
jsonString,
|
|
3225
|
+
(x) =>
|
|
3226
|
+
PostV2ObjectsObjectRecordsQueryValueCurrency$inboundSchema.parse(
|
|
3227
|
+
JSON.parse(x),
|
|
3228
|
+
),
|
|
3229
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueCurrency' from JSON`,
|
|
3230
|
+
);
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
/** @internal */
|
|
3234
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType2$inboundSchema:
|
|
3235
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType2, unknown> =
|
|
3236
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType2);
|
|
3237
|
+
|
|
3238
|
+
/** @internal */
|
|
3239
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor2$inboundSchema:
|
|
3240
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor2, unknown> = z
|
|
3241
|
+
.object({
|
|
3242
|
+
id: z.optional(z.nullable(types.string())),
|
|
3243
|
+
type: z.optional(
|
|
3244
|
+
z.nullable(
|
|
3245
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType2$inboundSchema,
|
|
3246
|
+
),
|
|
3247
|
+
),
|
|
3248
|
+
});
|
|
3249
|
+
|
|
3250
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor2FromJSON(
|
|
3251
|
+
jsonString: string,
|
|
3252
|
+
): SafeParseResult<
|
|
3253
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor2,
|
|
3254
|
+
SDKValidationError
|
|
3255
|
+
> {
|
|
3256
|
+
return safeParse(
|
|
3257
|
+
jsonString,
|
|
3258
|
+
(x) =>
|
|
3259
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor2$inboundSchema.parse(
|
|
3260
|
+
JSON.parse(x),
|
|
3261
|
+
),
|
|
3262
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor2' from JSON`,
|
|
3263
|
+
);
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
/** @internal */
|
|
3267
|
+
export const PostV2ObjectsObjectRecordsQueryValueCheckbox$inboundSchema:
|
|
3268
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueCheckbox, unknown> = z.pipe(
|
|
3269
|
+
z.object({
|
|
3270
|
+
active_from: types.date(),
|
|
3271
|
+
active_until: types.nullable(types.date()),
|
|
3272
|
+
created_by_actor: z.lazy(() =>
|
|
3273
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor2$inboundSchema
|
|
3274
|
+
),
|
|
3275
|
+
value: types.boolean(),
|
|
3276
|
+
attribute_type: types.literal("checkbox"),
|
|
3277
|
+
}),
|
|
3278
|
+
z.transform((v) => {
|
|
3279
|
+
return remap$(v, {
|
|
3280
|
+
"active_from": "activeFrom",
|
|
3281
|
+
"active_until": "activeUntil",
|
|
3282
|
+
"created_by_actor": "createdByActor",
|
|
3283
|
+
"attribute_type": "attributeType",
|
|
3284
|
+
});
|
|
3285
|
+
}),
|
|
3286
|
+
);
|
|
3287
|
+
|
|
3288
|
+
export function postV2ObjectsObjectRecordsQueryValueCheckboxFromJSON(
|
|
3289
|
+
jsonString: string,
|
|
3290
|
+
): SafeParseResult<
|
|
3291
|
+
PostV2ObjectsObjectRecordsQueryValueCheckbox,
|
|
3292
|
+
SDKValidationError
|
|
3293
|
+
> {
|
|
3294
|
+
return safeParse(
|
|
3295
|
+
jsonString,
|
|
3296
|
+
(x) =>
|
|
3297
|
+
PostV2ObjectsObjectRecordsQueryValueCheckbox$inboundSchema.parse(
|
|
3298
|
+
JSON.parse(x),
|
|
3299
|
+
),
|
|
3300
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueCheckbox' from JSON`,
|
|
3301
|
+
);
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3304
|
+
/** @internal */
|
|
3305
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActorType1$inboundSchema:
|
|
3306
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActorType1, unknown> =
|
|
3307
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryCreatedByActorType1);
|
|
3308
|
+
|
|
3309
|
+
/** @internal */
|
|
3310
|
+
export const PostV2ObjectsObjectRecordsQueryCreatedByActor1$inboundSchema:
|
|
3311
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryCreatedByActor1, unknown> = z
|
|
3312
|
+
.object({
|
|
3313
|
+
id: z.optional(z.nullable(types.string())),
|
|
3314
|
+
type: z.optional(
|
|
3315
|
+
z.nullable(
|
|
3316
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActorType1$inboundSchema,
|
|
3317
|
+
),
|
|
3318
|
+
),
|
|
3319
|
+
});
|
|
3320
|
+
|
|
3321
|
+
export function postV2ObjectsObjectRecordsQueryCreatedByActor1FromJSON(
|
|
3322
|
+
jsonString: string,
|
|
3323
|
+
): SafeParseResult<
|
|
3324
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor1,
|
|
3325
|
+
SDKValidationError
|
|
3326
|
+
> {
|
|
3327
|
+
return safeParse(
|
|
3328
|
+
jsonString,
|
|
3329
|
+
(x) =>
|
|
3330
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor1$inboundSchema.parse(
|
|
3331
|
+
JSON.parse(x),
|
|
3332
|
+
),
|
|
3333
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryCreatedByActor1' from JSON`,
|
|
3334
|
+
);
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
/** @internal */
|
|
3338
|
+
export const PostV2ObjectsObjectRecordsQueryReferencedActorType$inboundSchema:
|
|
3339
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryReferencedActorType, unknown> =
|
|
3340
|
+
openEnums.inboundSchema(PostV2ObjectsObjectRecordsQueryReferencedActorType);
|
|
3341
|
+
|
|
3342
|
+
/** @internal */
|
|
3343
|
+
export const PostV2ObjectsObjectRecordsQueryValueActorReference$inboundSchema:
|
|
3344
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueActorReference, unknown> = z
|
|
3345
|
+
.pipe(
|
|
3346
|
+
z.object({
|
|
3347
|
+
active_from: types.date(),
|
|
3348
|
+
active_until: types.nullable(types.date()),
|
|
3349
|
+
created_by_actor: z.lazy(() =>
|
|
3350
|
+
PostV2ObjectsObjectRecordsQueryCreatedByActor1$inboundSchema
|
|
3351
|
+
),
|
|
3352
|
+
referenced_actor_type:
|
|
3353
|
+
PostV2ObjectsObjectRecordsQueryReferencedActorType$inboundSchema,
|
|
3354
|
+
referenced_actor_id: types.nullable(types.string()),
|
|
3355
|
+
attribute_type: types.literal("actor-reference"),
|
|
3356
|
+
}),
|
|
3357
|
+
z.transform((v) => {
|
|
3358
|
+
return remap$(v, {
|
|
3359
|
+
"active_from": "activeFrom",
|
|
3360
|
+
"active_until": "activeUntil",
|
|
3361
|
+
"created_by_actor": "createdByActor",
|
|
3362
|
+
"referenced_actor_type": "referencedActorType",
|
|
3363
|
+
"referenced_actor_id": "referencedActorId",
|
|
3364
|
+
"attribute_type": "attributeType",
|
|
3365
|
+
});
|
|
3366
|
+
}),
|
|
3367
|
+
);
|
|
3368
|
+
|
|
3369
|
+
export function postV2ObjectsObjectRecordsQueryValueActorReferenceFromJSON(
|
|
3370
|
+
jsonString: string,
|
|
3371
|
+
): SafeParseResult<
|
|
3372
|
+
PostV2ObjectsObjectRecordsQueryValueActorReference,
|
|
3373
|
+
SDKValidationError
|
|
3374
|
+
> {
|
|
3375
|
+
return safeParse(
|
|
3376
|
+
jsonString,
|
|
3377
|
+
(x) =>
|
|
3378
|
+
PostV2ObjectsObjectRecordsQueryValueActorReference$inboundSchema.parse(
|
|
3379
|
+
JSON.parse(x),
|
|
3380
|
+
),
|
|
3381
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueActorReference' from JSON`,
|
|
3382
|
+
);
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
/** @internal */
|
|
3386
|
+
export const PostV2ObjectsObjectRecordsQueryValueUnion$inboundSchema:
|
|
3387
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryValueUnion, unknown> =
|
|
3388
|
+
discriminatedUnion("attribute_type", {
|
|
3389
|
+
["actor-reference"]: z.lazy(() =>
|
|
3390
|
+
PostV2ObjectsObjectRecordsQueryValueActorReference$inboundSchema
|
|
3391
|
+
),
|
|
3392
|
+
checkbox: z.lazy(() =>
|
|
3393
|
+
PostV2ObjectsObjectRecordsQueryValueCheckbox$inboundSchema
|
|
3394
|
+
),
|
|
3395
|
+
currency: z.lazy(() =>
|
|
3396
|
+
PostV2ObjectsObjectRecordsQueryValueCurrency$inboundSchema
|
|
3397
|
+
),
|
|
3398
|
+
date: z.lazy(() =>
|
|
3399
|
+
PostV2ObjectsObjectRecordsQueryValueDate$inboundSchema
|
|
3400
|
+
),
|
|
3401
|
+
domain: z.lazy(() =>
|
|
3402
|
+
PostV2ObjectsObjectRecordsQueryValueDomain$inboundSchema
|
|
3403
|
+
),
|
|
3404
|
+
["email-address"]: z.lazy(() =>
|
|
3405
|
+
PostV2ObjectsObjectRecordsQueryValueEmailAddress$inboundSchema
|
|
3406
|
+
),
|
|
3407
|
+
["record-reference"]: z.lazy(() =>
|
|
3408
|
+
PostV2ObjectsObjectRecordsQueryValueRecordReference$inboundSchema
|
|
3409
|
+
),
|
|
3410
|
+
interaction: z.lazy(() =>
|
|
3411
|
+
PostV2ObjectsObjectRecordsQueryValueInteraction$inboundSchema
|
|
3412
|
+
),
|
|
3413
|
+
location: z.lazy(() =>
|
|
3414
|
+
PostV2ObjectsObjectRecordsQueryValueLocation$inboundSchema
|
|
3415
|
+
),
|
|
3416
|
+
number: z.lazy(() =>
|
|
3417
|
+
PostV2ObjectsObjectRecordsQueryValueNumber$inboundSchema
|
|
3418
|
+
),
|
|
3419
|
+
["personal-name"]: z.lazy(() =>
|
|
3420
|
+
PostV2ObjectsObjectRecordsQueryValuePersonalName$inboundSchema
|
|
3421
|
+
),
|
|
3422
|
+
["phone-number"]: z.lazy(() =>
|
|
3423
|
+
PostV2ObjectsObjectRecordsQueryValuePhoneNumber$inboundSchema
|
|
3424
|
+
),
|
|
3425
|
+
status: z.lazy(() =>
|
|
3426
|
+
PostV2ObjectsObjectRecordsQueryValueStatus$inboundSchema
|
|
3427
|
+
),
|
|
3428
|
+
rating: z.lazy(() =>
|
|
3429
|
+
PostV2ObjectsObjectRecordsQueryValueRating$inboundSchema
|
|
3430
|
+
),
|
|
3431
|
+
select: z.lazy(() =>
|
|
3432
|
+
PostV2ObjectsObjectRecordsQueryValueSelect$inboundSchema
|
|
3433
|
+
),
|
|
3434
|
+
text: z.lazy(() =>
|
|
3435
|
+
PostV2ObjectsObjectRecordsQueryValueText$inboundSchema
|
|
3436
|
+
),
|
|
3437
|
+
timestamp: z.lazy(() =>
|
|
3438
|
+
PostV2ObjectsObjectRecordsQueryValueTimestamp$inboundSchema
|
|
3439
|
+
),
|
|
3440
|
+
}, { outputPropertyName: "attributeType" });
|
|
3441
|
+
|
|
3442
|
+
export function postV2ObjectsObjectRecordsQueryValueUnionFromJSON(
|
|
3443
|
+
jsonString: string,
|
|
3444
|
+
): SafeParseResult<
|
|
3445
|
+
PostV2ObjectsObjectRecordsQueryValueUnion,
|
|
3446
|
+
SDKValidationError
|
|
3447
|
+
> {
|
|
3448
|
+
return safeParse(
|
|
3449
|
+
jsonString,
|
|
3450
|
+
(x) =>
|
|
3451
|
+
PostV2ObjectsObjectRecordsQueryValueUnion$inboundSchema.parse(
|
|
3452
|
+
JSON.parse(x),
|
|
3453
|
+
),
|
|
3454
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryValueUnion' from JSON`,
|
|
3455
|
+
);
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3458
|
+
/** @internal */
|
|
3459
|
+
export const PostV2ObjectsObjectRecordsQueryData$inboundSchema: z.ZodMiniType<
|
|
3460
|
+
PostV2ObjectsObjectRecordsQueryData,
|
|
3461
|
+
unknown
|
|
3462
|
+
> = z.pipe(
|
|
3463
|
+
z.object({
|
|
3464
|
+
id: z.lazy(() => PostV2ObjectsObjectRecordsQueryId$inboundSchema),
|
|
3465
|
+
created_at: types.string(),
|
|
3466
|
+
web_url: types.string(),
|
|
3467
|
+
values: z.record(
|
|
3468
|
+
z.string(),
|
|
3469
|
+
z.array(discriminatedUnion("attribute_type", {
|
|
3470
|
+
["actor-reference"]: z.lazy(() =>
|
|
3471
|
+
PostV2ObjectsObjectRecordsQueryValueActorReference$inboundSchema
|
|
3472
|
+
),
|
|
3473
|
+
checkbox: z.lazy(() =>
|
|
3474
|
+
PostV2ObjectsObjectRecordsQueryValueCheckbox$inboundSchema
|
|
3475
|
+
),
|
|
3476
|
+
currency: z.lazy(() =>
|
|
3477
|
+
PostV2ObjectsObjectRecordsQueryValueCurrency$inboundSchema
|
|
3478
|
+
),
|
|
3479
|
+
date: z.lazy(() =>
|
|
3480
|
+
PostV2ObjectsObjectRecordsQueryValueDate$inboundSchema
|
|
3481
|
+
),
|
|
3482
|
+
domain: z.lazy(() =>
|
|
3483
|
+
PostV2ObjectsObjectRecordsQueryValueDomain$inboundSchema
|
|
3484
|
+
),
|
|
3485
|
+
["email-address"]: z.lazy(() =>
|
|
3486
|
+
PostV2ObjectsObjectRecordsQueryValueEmailAddress$inboundSchema
|
|
3487
|
+
),
|
|
3488
|
+
["record-reference"]: z.lazy(() =>
|
|
3489
|
+
PostV2ObjectsObjectRecordsQueryValueRecordReference$inboundSchema
|
|
3490
|
+
),
|
|
3491
|
+
interaction: z.lazy(() =>
|
|
3492
|
+
PostV2ObjectsObjectRecordsQueryValueInteraction$inboundSchema
|
|
3493
|
+
),
|
|
3494
|
+
location: z.lazy(() =>
|
|
3495
|
+
PostV2ObjectsObjectRecordsQueryValueLocation$inboundSchema
|
|
3496
|
+
),
|
|
3497
|
+
number: z.lazy(() =>
|
|
3498
|
+
PostV2ObjectsObjectRecordsQueryValueNumber$inboundSchema
|
|
3499
|
+
),
|
|
3500
|
+
["personal-name"]: z.lazy(() =>
|
|
3501
|
+
PostV2ObjectsObjectRecordsQueryValuePersonalName$inboundSchema
|
|
3502
|
+
),
|
|
3503
|
+
["phone-number"]: z.lazy(() =>
|
|
3504
|
+
PostV2ObjectsObjectRecordsQueryValuePhoneNumber$inboundSchema
|
|
3505
|
+
),
|
|
3506
|
+
status: z.lazy(() =>
|
|
3507
|
+
PostV2ObjectsObjectRecordsQueryValueStatus$inboundSchema
|
|
3508
|
+
),
|
|
3509
|
+
rating: z.lazy(() =>
|
|
3510
|
+
PostV2ObjectsObjectRecordsQueryValueRating$inboundSchema
|
|
3511
|
+
),
|
|
3512
|
+
select: z.lazy(() =>
|
|
3513
|
+
PostV2ObjectsObjectRecordsQueryValueSelect$inboundSchema
|
|
3514
|
+
),
|
|
3515
|
+
text: z.lazy(() =>
|
|
3516
|
+
PostV2ObjectsObjectRecordsQueryValueText$inboundSchema
|
|
3517
|
+
),
|
|
3518
|
+
timestamp: z.lazy(() =>
|
|
3519
|
+
PostV2ObjectsObjectRecordsQueryValueTimestamp$inboundSchema
|
|
3520
|
+
),
|
|
3521
|
+
}, { outputPropertyName: "attributeType" })),
|
|
3522
|
+
),
|
|
3523
|
+
}),
|
|
3524
|
+
z.transform((v) => {
|
|
3525
|
+
return remap$(v, {
|
|
3526
|
+
"created_at": "createdAt",
|
|
3527
|
+
"web_url": "webUrl",
|
|
3528
|
+
});
|
|
3529
|
+
}),
|
|
3530
|
+
);
|
|
3531
|
+
|
|
3532
|
+
export function postV2ObjectsObjectRecordsQueryDataFromJSON(
|
|
3533
|
+
jsonString: string,
|
|
3534
|
+
): SafeParseResult<PostV2ObjectsObjectRecordsQueryData, SDKValidationError> {
|
|
3535
|
+
return safeParse(
|
|
3536
|
+
jsonString,
|
|
3537
|
+
(x) =>
|
|
3538
|
+
PostV2ObjectsObjectRecordsQueryData$inboundSchema.parse(JSON.parse(x)),
|
|
3539
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryData' from JSON`,
|
|
3540
|
+
);
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
/** @internal */
|
|
3544
|
+
export const PostV2ObjectsObjectRecordsQueryResponse$inboundSchema:
|
|
3545
|
+
z.ZodMiniType<PostV2ObjectsObjectRecordsQueryResponse, unknown> = z.object({
|
|
3546
|
+
data: z.array(
|
|
3547
|
+
z.lazy(() => PostV2ObjectsObjectRecordsQueryData$inboundSchema),
|
|
3548
|
+
),
|
|
3549
|
+
});
|
|
3550
|
+
|
|
3551
|
+
export function postV2ObjectsObjectRecordsQueryResponseFromJSON(
|
|
3552
|
+
jsonString: string,
|
|
3553
|
+
): SafeParseResult<
|
|
3554
|
+
PostV2ObjectsObjectRecordsQueryResponse,
|
|
3555
|
+
SDKValidationError
|
|
3556
|
+
> {
|
|
3557
|
+
return safeParse(
|
|
3558
|
+
jsonString,
|
|
3559
|
+
(x) =>
|
|
3560
|
+
PostV2ObjectsObjectRecordsQueryResponse$inboundSchema.parse(
|
|
3561
|
+
JSON.parse(x),
|
|
3562
|
+
),
|
|
3563
|
+
`Failed to parse 'PostV2ObjectsObjectRecordsQueryResponse' from JSON`,
|
|
3564
|
+
);
|
|
3565
|
+
}
|