Skip to content

Commit

Permalink
Merge pull request #222 from tomasDostalDS/DGS-2168-reporting
Browse files Browse the repository at this point in the history
- Add `SentEnvelopeReport.bankIdSignCount`
  • Loading branch information
mertic18 authored Mar 13, 2024
2 parents 7436b71 + 16a6abd commit b67c07b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add `SentEnvelopeReport.bankIdSignCount`
- Add `SentEnvelopeReport.identifyAmlCount`
- Add `IdentificationEndpoint.delete`
- Add `IdentifyScenarioVersion.expireAfterHours`
- Add `IdentifyScenarioVersion.discardCompletedAfterDays`
Expand Down
4 changes: 4 additions & 0 deletions src/Resource/SentEnvelopeReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ class SentEnvelopeReport extends BaseResource

public int $bankIdIdentifyPlusCount;

public int $bankIdSignCount;

public int $identifyAmlCount;

public string $sender;
}

0 comments on commit b67c07b

Please sign in to comment.