From 5d3f18c9b5946af1ebdcb5080de9b6040a1aa8d4 Mon Sep 17 00:00:00 2001 From: Pepperoni1337 <107676055+Pepperoni1337@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:15:53 +0200 Subject: [PATCH 1/2] Update EnvelopeRecipientAttachment.php --- src/Resource/EnvelopeRecipientAttachment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resource/EnvelopeRecipientAttachment.php b/src/Resource/EnvelopeRecipientAttachment.php index 96c764a..fd41cf4 100644 --- a/src/Resource/EnvelopeRecipientAttachment.php +++ b/src/Resource/EnvelopeRecipientAttachment.php @@ -14,7 +14,7 @@ class EnvelopeRecipientAttachment extends BaseResource public string $type; - public File $file; + public ?File $file; public ?string $name = null; } From 5f1fb1a42c08aa29593485c72257e40df6189015 Mon Sep 17 00:00:00 2001 From: Pepperoni1337 <107676055+Pepperoni1337@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:17:42 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e185513..1c1f35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Changed - Change `EnvelopeDocument.file` to nullable +- Change `EnvelopeRecipientAttachment.file` to nullable ## [2.1.0] - 2023-07-12 ### Added