Skip to content

Commit

Permalink
- Add AccountBilling.identifyAi (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS authored Dec 8, 2023
1 parent 5c392f3 commit d531ff9
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 `AccountBilling.identifyAi`
- Add `MyAccount.createdAt`
- Add `MyContactsEndpoint` CRUD endpoints
- Add `IdentifyScenarioVersion.ownConditions`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ class AccountBilling extends BaseResource
public bool $identify;

public bool $signatureScenarios;

public bool $identifyAi;
}

0 comments on commit d531ff9

Please sign in to comment.