Skip to content

Commit

Permalink
Merge pull request #273 from digitalcz/DGS-2815-security-parameters
Browse files Browse the repository at this point in the history
Extend `AccountSecurity` resource
  • Loading branch information
IamDejv authored Nov 11, 2024
2 parents bcc04ee + e6caa9c commit 6d118b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [Unreleased]
- Add `BatchSendingsEndpoint.send` endpoint
- Add `BatchSendingsEndpoint.list` endpoint
- Add `AccountSecurity.visibleAutosignRoleOption` in to resource
- Add `AccountSecurity.visibleNoneSignerChannelOption` in to resource

## [2.5.0] - 2024-10-14
- Add `AccountBilling.automaticTagsPlacement`
Expand Down
4 changes: 4 additions & 0 deletions src/Resource/AccountSecurity.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ class AccountSecurity extends BaseResource
public int $discardedIdentificationRetention;

public bool $signDocumentsAtOnce;

public bool $visibleAutosignRoleOption;

public bool $visibleNoneSignerChannelOption;
}

0 comments on commit 6d118b8

Please sign in to comment.