- Applicants
- Replace broken
ConsentsBuilder
object with a list ofApplicantConsentBuilder
ones
- Replace broken
- Workflow Runs
- Rename
WorkflowRunSharedLink
object intoWorkflowRunLink
- Merge and rename
WorkflowRun.StatusEnum
andWorkflowRunResponse.StatusEnum
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
Check.StatusEnum
enum intoCheckStatus
for accessing checks status
- Rename
- Reports
- Remove deprecated properties from
DeviceIntelligenceBreakdownPropertiesDevice
object:trueOs
,osAnomaly
,rooted
andremoteSoftware
- Remove deprecated properties from
DeviceIntelligenceBreakdownPropertiesIp
object:vpnDetection
,proxyDetection
andtype
- Deprecate
records
object fromWatchlistStandardProperties
andWatchlistAmlProperties
objects (includesWatchlistPepsOnly
andWatchlistSanctionsOnly
ones)
- Remove deprecated properties from
- Version upgraded from 7.6.0 to 7.9.0
- Some dependencies were update, notabily
jakarta.*
replacedjavax.*
ones - Use
ISO8601Utils
library instead ofsdf
for date and time parsing
- Some dependencies were update, notabily