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