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