Skip to content

Commit

Permalink
Merge pull request #286 from digitalcz/DGS-2918-batchsending-item-tags
Browse files Browse the repository at this point in the history
Add `EnvelopeTag`.`customIdentifier` in to resource
  • Loading branch information
IamDejv authored Jan 7, 2025
2 parents 9019e8f + 583d75a commit 8a7f8d1
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 @@ -20,6 +20,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `AccountBilling.cancelAt`
- Add `AccountEndpoint.createDefaultSubscription` endpoint
- Add `SignatureScenario.latestVersionInfo`
- Add `EnvelopeTemplateTag`.`customIdentifier` in to resource

## [2.5.0] - 2024-10-14
- Add `AccountBilling.automaticTagsPlacement`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/EnvelopeTemplateTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ class EnvelopeTemplateTag extends BaseResource
public bool $renderInteractive;

public ?string $format;

public ?string $customIdentifier;
}

0 comments on commit 8a7f8d1

Please sign in to comment.