Skip to content

Commit

Permalink
Extend BatchSendingItem resource
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kalianko committed Nov 11, 2024
1 parent 980b638 commit dbe089b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `AccountSecurity.visibleAutosignRoleOption` in to resource
- Add `AccountSecurity.visibleNoneSignerChannelOption` in to resource
- Add `BatchSendingsEndpoint.stats` endpoint
- Extend `BatchSending` resource
- Extend `BatchSending` and `BatchSendingItem` resource

## [2.5.0] - 2024-10-14
- Add `AccountBilling.automaticTagsPlacement`
Expand Down
2 changes: 1 addition & 1 deletion src/Resource/BatchSendingItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class BatchSendingItem extends BaseResource

public string $name;

public ?string $envelopeId;
public ?Envelope $envelope;

public string $status;

Expand Down

0 comments on commit dbe089b

Please sign in to comment.