Skip to content

Commit

Permalink
Add AccountSecurity.discardedIdentificationRetention (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS authored Mar 12, 2024
1 parent 40f57c2 commit 3068f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add AccountSecurity.discardedIdentificationRetention
- Add multiple Identifications endpoints
- Add `IdentificationInspection.claims`
- Add `Identificaiton.cancelledAt`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountSecurity.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ class AccountSecurity extends BaseResource
public bool $continuousSigning;

public bool $auditLogDownloadDefaultUnchecked;

public int $discardedIdentificationRetention;
}

0 comments on commit 3068f07

Please sign in to comment.