- Applicants
- Replace broken
ConsentsBuilder
object with a list ofApplicantConsentBuilder
ones
- Replace broken
- Workflow Runs
- Rename
WorkflowRunSharedLink
object intoWorkflowRunLink
andWorkflowRunSharedLinkLanguageEnum
intoWorkflowRunLinkLanguageEnum
- Merge and rename
WorkflowRunStatusEnum
andWorkflowRunResponseStatusEnum
enum intoWorkflowRunStatus
enum for storing status information - Rename
WorkflowRunResponseError
object intoWorkflowRunError
- Rename
- Documents
- Reuse already existent
DocumentTypes
enum when uploading documents
- Reuse already existent
- Webhooks
- Define
WebhookEventObjectStatus
enum to collect webhook event object's status - Define
WebhookEventResourceType
enum to collect webhhok event resource's type - Define
WebhookEventPayloadResource
object to store webhook payload's contents
- Define
- Checks
- Rename
CheckStatusEnum
enum intoCheckStatus
for accessing checks status
- Rename
- Reports
- Remove deprecated properties from
DeviceIntelligenceBreakdownPropertiesDevice
object:true_os
,os_anomaly
,rooted
andremote_software
- Remove deprecated properties from
DeviceIntelligenceBreakdownPropertiesIp
object:vpn_detection
,proxy_detection
andtype
- Deprecate
records
object fromWatchlistStandardProperties
andWatchlistAmlProperties
objects (includesWatchlistPepsOnly
andWatchlistSanctionsOnly
ones)
- Remove deprecated properties from
- Version upgraded from 7.6.0 to 7.9.0
- Enforce options paramters in all calls being a
RawAxiosRequestConfig
instead of justany
object
- Enforce options paramters in all calls being a