Skip to content

Commit

Permalink
Add IdentifyScenarioVersion.restrictedCountries (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: David Kalianko <david.kalianko@digital.cz>
  • Loading branch information
IamDejv and David Kalianko authored Jul 24, 2024
1 parent 96f7366 commit ad06642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Extend `Contact` resource
- Extend `AccountBilling` resource with identify limits
- Add `AccountBilling.userContactLimit`
- Add `IdentifyScenarioVersion.restrictedCountries`

## [2.4.0] - 2024-05-14
### Added
Expand Down
3 changes: 3 additions & 0 deletions src/Resource/IdentifyScenarioVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ class IdentifyScenarioVersion extends BaseResource
public bool $selfieEnabled;
public int $expireAfterHours;
public int $discardCompletedAfterDays;

/** @var string[]|null */
public ?array $restrictedCountries;
}

0 comments on commit ad06642

Please sign in to comment.