Skip to content

Commit

Permalink
Add IdentifyScenarioVersion.selfieEnabled (#197)
Browse files Browse the repository at this point in the history
* Add `IdentifyScenarioVersion.selfieEnabled`

* Fix conflict
  • Loading branch information
tomasDostalDS authored Dec 11, 2023
1 parent d531ff9 commit db947e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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 `IdentifyScenarioVersion.selfieEnabled`
- Add `AccountBilling.identifyAi`
- Add `MyAccount.createdAt`
- Add `MyContactsEndpoint` CRUD endpoints
Expand Down
1 change: 1 addition & 0 deletions src/Resource/IdentifyScenarioVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ class IdentifyScenarioVersion extends BaseResource

/** @var string[] */
public ?array $ownConditions;
public bool $selfieEnabled;
}

0 comments on commit db947e2

Please sign in to comment.