diff --git a/CHANGELOG.md b/CHANGELOG.md index c5debea..b57895b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased] +- Add `SignatureScenarioVersionInfo.role` - Add `BatchSendingsEndpoint.send` endpoint - Add `BatchSendingsEndpoint.list` endpoint - Add `AccountSecurity.visibleAutosignRoleOption` in to resource diff --git a/src/Resource/SignatureScenarioVersionInfo.php b/src/Resource/SignatureScenarioVersionInfo.php index 4b0bb04..93ae1ed 100644 --- a/src/Resource/SignatureScenarioVersionInfo.php +++ b/src/Resource/SignatureScenarioVersionInfo.php @@ -9,4 +9,5 @@ class SignatureScenarioVersionInfo extends BaseResource public string $id; public string $name; public int $version; + public string $role; }