Skip to content

Commit

Permalink
Add EnvelopeTag.customIdentifier in to resource
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Jan 7, 2025
1 parent 3930cc8 commit 74b2ede
Show file tree
Hide file tree
Showing 3 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 @@ -20,6 +20,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `AccountBilling.cancelAt`
- Add `AccountEndpoint.createDefaultSubscription` endpoint
- Add `SignatureScenario.latestVersionInfo`
- Add `EnvelopeTag`.`customIdentifier` in to resource
- 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/EnvelopeTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ class EnvelopeTag extends BaseResource
public ?string $format;

public ?DateTime $dateOfSignature;

public ?string $customIdentifier;
}
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 74b2ede

Please sign in to comment.