Skip to content

Commit

Permalink
Add CompletedIdentificationReport.name
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo committed Mar 28, 2024
1 parent f8de816 commit ed2cb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add `CompletedIdentificationReport.name`
- Add `ReportEndpoint.completedIdentifications` endpoint and `CompletedIdentificationReport` resource

## [2.3.0] - 2024-03-28
Expand Down
1 change: 1 addition & 0 deletions src/Resource/CompletedIdentificationReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
class CompletedIdentificationReport extends BaseResource
{
public string $id;
public ?string $name;
public ?string $envelopeId;
public ?string $envelopeRecipientId;
public string $status;
Expand Down

0 comments on commit ed2cb2f

Please sign in to comment.