Skip to content

Commit e0b2667

Browse files
authored
Merge pull request #15 from docusign/2.0.0-rc1-v2.1-1.4.0
Version 2.0.0-rc1 release
2 parents 67c9c9f + 185b8f2 commit e0b2667

154 files changed

Lines changed: 12069 additions & 414 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.

CHANGELOG.md

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

4+
## [v2.0.0-rc1] - Admin API v2.1-1.4.0 - 2024-08-27
5+
### Breaking Changes
6+
<details>
7+
<summary>API Changes (Click to expand)</summary>
8+
9+
<br/>
10+
<div style="margin-left: 20px;">
11+
12+
Added new query parameter "include_ds_groups" to the API "/v2/organizations/{organizationId}/users":
13+
14+
<h3>Added New APIs for Account Creation</h3>
15+
<li>GET: get subscription details for organization</li>
16+
<li>POST: initiate Create account request</li>
17+
<li>GET: get ongoing process details by org ID</li>
18+
<li>GET: get individual process details by org ID, asset group ID, asset group work ID</li>
19+
20+
21+
</div>
22+
</details>
23+
24+
### Other Changes
25+
- Added support for version v2.1-1.4.0 of the DocuSign Admin API.
26+
- Updated the SDK release version.
27+
428
## [v1.4.2] - Admin API v2.1-1.3.0 - 2024-04-22
529
### Changed
630
- Adjusted the minimum required firebase/php-jwt package version to 6.0.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "docusign/admin-client",
3-
"description": "The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.",
3+
"description": "The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.",
44
"keywords": [
5-
"DocuSign",
5+
"Docusign",
66
"Admin",
77
"php",
88
"sdk",

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="DocuSign">
3-
<description>DocuSign custom coding standard.</description>
3+
<description>Docusign custom coding standard.</description>
44
<rule ref="PEAR">
55
<exclude name="Generic.Files.LineLength" />
66
</rule>

src/Api/AccountsApi.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -39,7 +39,7 @@
3939
* @category Class
4040
* @package DocuSign\Admin
4141
* @author Swagger Codegen team <apihelp@docusign.com>
42-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
42+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
4343
* @link https://github.com/swagger-api/swagger-codegen
4444
*/
4545
class GetGroupsOptions
@@ -134,7 +134,7 @@ public function setEnd(?int $end): self
134134
* @category Class
135135
* @package DocuSign\Admin
136136
* @author Swagger Codegen team <apihelp@docusign.com>
137-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
137+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
138138
* @link https://github.com/swagger-api/swagger-codegen
139139
*/
140140
class GetOrganizationsOptions
@@ -183,7 +183,7 @@ public function setMode(?string $mode): self
183183
* @category Class
184184
* @package DocuSign\Admin
185185
* @author Swagger Codegen team <apihelp@docusign.com>
186-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
186+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
187187
* @link https://github.com/swagger-api/swagger-codegen
188188
*/
189189
class AccountsApi

src/Api/BulkExportsApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -47,7 +47,7 @@
4747
* @category Class
4848
* @package DocuSign\Admin
4949
* @author Swagger Codegen team <apihelp@docusign.com>
50-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
50+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
5151
* @link https://github.com/swagger-api/swagger-codegen
5252
*/
5353
class BulkExportsApi

src/Api/BulkImportsApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -47,7 +47,7 @@
4747
* @category Class
4848
* @package DocuSign\Admin
4949
* @author Swagger Codegen team <apihelp@docusign.com>
50-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
50+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
5151
* @link https://github.com/swagger-api/swagger-codegen
5252
*/
5353
class BulkImportsApi

src/Api/DSGroupsApi.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -39,7 +39,7 @@
3939
* @category Class
4040
* @package DocuSign\Admin
4141
* @author Swagger Codegen team <apihelp@docusign.com>
42-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
42+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
4343
* @link https://github.com/swagger-api/swagger-codegen
4444
*/
4545
class GetDSGroupUsersOptions
@@ -107,7 +107,7 @@ public function setPageSize(?int $page_size): self
107107
* @category Class
108108
* @package DocuSign\Admin
109109
* @author Swagger Codegen team <apihelp@docusign.com>
110-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
110+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
111111
* @link https://github.com/swagger-api/swagger-codegen
112112
*/
113113
class GetDSGroupsOptions
@@ -183,7 +183,7 @@ public function setPageSize(?int $page_size): self
183183
* @category Class
184184
* @package DocuSign\Admin
185185
* @author Swagger Codegen team <apihelp@docusign.com>
186-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
186+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
187187
* @link https://github.com/swagger-api/swagger-codegen
188188
*/
189189
class DSGroupsApi

src/Api/IdentityProvidersApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -47,7 +47,7 @@
4747
* @category Class
4848
* @package DocuSign\Admin
4949
* @author Swagger Codegen team <apihelp@docusign.com>
50-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
50+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
5151
* @link https://github.com/swagger-api/swagger-codegen
5252
*/
5353
class IdentityProvidersApi

src/Api/OrganizationsApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -47,7 +47,7 @@
4747
* @category Class
4848
* @package DocuSign\Admin
4949
* @author Swagger Codegen team <apihelp@docusign.com>
50-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
50+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
5151
* @link https://github.com/swagger-api/swagger-codegen
5252
*/
5353
class OrganizationsApi

src/Api/ProductPermissionProfilesApi.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @category Class
1010
* @package DocuSign\Admin
1111
* @author Swagger Codegen team <apihelp@docusign.com>
12-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
12+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
1313
* @link https://github.com/swagger-api/swagger-codegen
1414
*/
1515

1616
/**
17-
* DocuSign Admin API
17+
* Docusign Admin API
1818
*
1919
* An API for an organization administrator to manage organizations, accounts and users
2020
*
@@ -39,7 +39,7 @@
3939
* @category Class
4040
* @package DocuSign\Admin
4141
* @author Swagger Codegen team <apihelp@docusign.com>
42-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
42+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
4343
* @link https://github.com/swagger-api/swagger-codegen
4444
*/
4545
class GetUserProductPermissionProfilesByEmailOptions
@@ -88,7 +88,7 @@ public function setEmail(?string $email): self
8888
* @category Class
8989
* @package DocuSign\Admin
9090
* @author Swagger Codegen team <apihelp@docusign.com>
91-
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
91+
* @license The Docusign PHP Client SDK is licensed under the MIT License.
9292
* @link https://github.com/swagger-api/swagger-codegen
9393
*/
9494
class ProductPermissionProfilesApi

0 commit comments

Comments
 (0)