Skip to content

Commit 99f6b8d

Browse files
authored
Merge pull request #12 from docusign/1.4.2-rc1-v2.1-1.3.0
Version 1.4.2-rc1 release
2 parents 4c07d15 + 41ff9a1 commit 99f6b8d

133 files changed

Lines changed: 229 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.swagger-codegen-ignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ LICENSE
3535
.travis.yml
3636
.php_cs
3737
autoload.php
38-
composer.json
3938

4039
# Specific src and test files
4140
phpunit.xml.dist
4241
docs/
4342
test/
44-
src/Configuration.php
4543
src/ApiClient.php
4644
src/ApiException.php
4745
src/Client/

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.21-SNAPSHOT
1+
2.4.21

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.2-rc1] - Admin API v2.1-1.3.0 - 2024-03-18
5+
### Changed
6+
- Adjusted the minimum required firebase/php-jwt package version to 6.0.
7+
8+
49
## [v1.4.1] - Admin API v2.1-1.3.0 - 2023-10-20
510
### Changed
611
forced $since_updated_date to be a nullable \DateType object
@@ -52,4 +57,4 @@ New endpoints:
5257

5358
## [v1.0.0-rc] - Admin API v2.1-1.0.0 - 2021-07-22
5459
### Added
55-
- First version of Admin API, supports DocuSign Admin
60+
- First version of Admin API, supports DocuSign Admin

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign/admin-client",
3-
"description": "The DocuSign package makes integrating DocuSign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-admin-php-client repository.",
3+
"description": "The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.",
44
"keywords": [
55
"DocuSign",
66
"Admin",
@@ -21,7 +21,7 @@
2121
"ext-curl": "*",
2222
"ext-json": "*",
2323
"ext-mbstring": "*",
24-
"firebase/php-jwt": "^5.0"
24+
"firebase/php-jwt": "^6.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "~4.8",
@@ -35,4 +35,4 @@
3535
"autoload-dev": {
3636
"psr-4": { "DocuSign\\Admin\\" : "test/" }
3737
}
38-
}
38+
}

src/Api/AccountsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

src/Api/BulkExportsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

src/Api/BulkImportsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

src/Api/DSGroupsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

src/Api/IdentityProvidersApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

src/Api/OrganizationsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OpenAPI spec version: v2.1
2222
* Contact: devcenter@docusign.com
2323
* Generated by: https://github.com/swagger-api/swagger-codegen.git
24-
* Swagger Codegen version: 2.4.21-SNAPSHOT
24+
* Swagger Codegen version: 2.4.21
2525
*/
2626

2727
/**

0 commit comments

Comments
 (0)