Skip to content

Commit

Permalink
Add IdentifyScenarioVersion.identificationExpireRetention and Identif…
Browse files Browse the repository at this point in the history
…yScenarioVersion.identificationArchiveRetention
  • Loading branch information
tomasDostalDS committed Mar 12, 2024
1 parent 3068f07 commit 30440e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add `IdentifyScenarioVersion.identificationExpireRetention`
- Add `IdentifyScenarioVersion.identificationArchiveRetention`
- Add AccountSecurity.discardedIdentificationRetention
- Add multiple Identifications endpoints
- Add `IdentificationInspection.claims`
Expand Down
3 changes: 3 additions & 0 deletions src/Resource/IdentifyScenarioVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ class IdentifyScenarioVersion extends BaseResource
/** @var string[] */
public ?array $ownConditions;
public bool $selfieEnabled;
public int $identificationExpireRetention;
public int $identificationArchiveRetention;

}

Check failure on line 33 in src/Resource/IdentifyScenarioVersion.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-stable)

The closing brace for the class must go on the next line after the body

Check failure on line 33 in src/Resource/IdentifyScenarioVersion.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

The closing brace for the class must go on the next line after the body

Check failure on line 33 in src/Resource/IdentifyScenarioVersion.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-stable)

The closing brace for the class must go on the next line after the body

Check failure on line 33 in src/Resource/IdentifyScenarioVersion.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

The closing brace for the class must go on the next line after the body

Check failure on line 33 in src/Resource/IdentifyScenarioVersion.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

The closing brace for the class must go on the next line after the body

0 comments on commit 30440e4

Please sign in to comment.