From dbe089b1978d6c824b09ea4094397eb37bd17e07 Mon Sep 17 00:00:00 2001 From: David Kalianko Date: Mon, 11 Nov 2024 10:31:31 +0100 Subject: [PATCH] Extend `BatchSendingItem` resource --- CHANGELOG.md | 2 +- src/Resource/BatchSendingItem.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3228607..baeddfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/src/Resource/BatchSendingItem.php b/src/Resource/BatchSendingItem.php index 8335a69..918face 100644 --- a/src/Resource/BatchSendingItem.php +++ b/src/Resource/BatchSendingItem.php @@ -13,7 +13,7 @@ class BatchSendingItem extends BaseResource public string $name; - public ?string $envelopeId; + public ?Envelope $envelope; public string $status;