Skip to content

Commit

Permalink
Merge pull request #279 from digitalcz/add-role-to-signature-scenario…
Browse files Browse the repository at this point in the history
…-version

[FTR] Add role to SignatureScenarioVersionInfo
  • Loading branch information
IamDejv authored Dec 16, 2024
2 parents 50b2cb5 + 915ea04 commit 5427b6f
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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Resource/SignatureScenarioVersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ class SignatureScenarioVersionInfo extends BaseResource
public string $id;
public string $name;
public int $version;
public string $role;
}

0 comments on commit 5427b6f

Please sign in to comment.