Skip to content

Commit

Permalink
Merge pull request #280 from IamDejv/batch-sending-stats-deleted
Browse files Browse the repository at this point in the history
Extend `BatchSendingStats` resource with deleted
  • Loading branch information
PavelVais authored Dec 16, 2024
2 parents 5427b6f + 4f3c248 commit 6827256
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 @@ -14,6 +14,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `BatchSendingsEndpoint.stats` endpoint
- Extend `BatchSending` and `BatchSendingItem` resource
- Edit `BatchSending` resource with envelopeTemplate
- Extend `BatchSendingStats` resource with deleted

## [2.5.0] - 2024-10-14
- Add `AccountBilling.automaticTagsPlacement`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/BatchSendingStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class BatchSendingStats extends BaseResource

public int $failed;

public int $deleted;

public int $waiting;

public int $totalEnvelopes;
Expand Down

0 comments on commit 6827256

Please sign in to comment.