Skip to content

Commit

Permalink
Add EnvelopeDocument.id
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Sep 5, 2024
1 parent 5221d8e commit 62a1071
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 @@ -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 `EnvelopeDocument.id`
- Extend `EnvelopeRecipient` and `EnvelopeTemplateRecipient` resource
- Add `EnvelopeDocument.createTagsByAutoplacement` endpoint
- Add `Webhook oAuth properties`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/EnvelopeDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class EnvelopeDocument extends BaseResource
{
use EntityResourceTrait;

public string $id;

public string $name;

public ?string $metadata = null;
Expand Down

0 comments on commit 62a1071

Please sign in to comment.