Skip to content

Commit 4c07d15

Browse files
authored
Merge pull request #10 from docusign/1.4.1-v2.1-1.3.0
Version 1.4.1 release
2 parents 8443c73 + a099bb2 commit 4c07d15

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# DocuSign Admin Java Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4+
## [v1.4.1] - Admin API v2.1-1.3.0 - 2023-10-20
5+
### Changed
6+
forced $since_updated_date to be a nullable \DateType object
47
## [v1.4.0] - Admin API v2.1-1.3.0 - 2023-08-10
58
### Changed
69
- Added support for version v2.1-1.3.0 of the DocuSign Admin API.

src/Api/ProvisionAssetGroupApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ class GetAssetGroupAccountClonesByOrgIdOptions
8787
{
8888
/**
8989
* $since_updated_date When provided and is in the past, only return asset group account clone(s) that is updated after the date.
90-
* @var \DateTime
90+
* @var ?\DateTime
9191
*/
92-
protected \DateTime $since_updated_date = null;
92+
protected ?\DateTime $since_updated_date = null;
9393

9494
/**
9595
* Gets since_updated_date

0 commit comments

Comments
 (0)