Skip to content

Commit 1b94d31

Browse files
Merge pull request #2 from docusign/1.0.0-v2.1-1.0.0
Version 1.0.0 release
2 parents 44c559c + 994dd44 commit 1b94d31

114 files changed

Lines changed: 1681 additions & 1284 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/VERSION

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

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6-
## [v1.0.0b0] - Admin API 1.0.0b3-v2.1-1.0.0 - 2020-07-30
7-
### Added
8-
- First Beta version of Admin API, supports DocuSign Admin
6+
## [1.0.0] - Admin API v2.1-1.0.0 - 2021-09-16
7+
### Changed
8+
- Added support for version v2.1-1.0.0 of the DocuSign Admin API.
9+
- Updated the SDK release version.
10+
911

10-
## [v1.0.0a0] - Admin API v2.0-1.0.2 - 2020-06-07
12+
## [v1.0.0a0] - OrgAdmin API v2.0-1.0.2 - 2020-06-07
1113
### Added
12-
- First Alpha version of Admin API, supports DocuSign Admin
14+
- First Alpha version of OrgAdmin API, supports DocuSign OrgAdmin

docusign_admin/__init__.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
99
10-
OpenAPI spec version: v2
10+
OpenAPI spec version: v2.1
1111
Contact: devcenter@docusign.com
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""
@@ -26,9 +26,16 @@
2626
from .apis.users_api import UsersApi
2727

2828
# import ApiClient
29-
from docusign_admin.client.api_client import ApiClient
30-
from docusign_admin.client.configuration import Configuration
31-
from docusign_admin.client.api_exception import ApiException
29+
from .client.api_client import ApiClient
30+
from .client.configuration import Configuration
31+
from .client.api_exception import ApiException
32+
33+
from .client.auth.oauth import OAuth
34+
from .client.auth.oauth import OAuthToken
35+
from .client.auth.oauth import Account
36+
from .client.auth.oauth import Organization
37+
from .client.auth.oauth import Link
38+
3239
# import models into sdk package
3340
from docusign_admin.models.add_ds_group_and_users_response import AddDSGroupAndUsersResponse
3441
from docusign_admin.models.add_ds_group_users_response import AddDSGroupUsersResponse
@@ -130,4 +137,5 @@
130137
from docusign_admin.models.users_drilldown_response import UsersDrilldownResponse
131138
from docusign_admin.models.users_update_response import UsersUpdateResponse
132139

133-
configuration = Configuration()
140+
141+
configuration = Configuration()

docusign_admin/apis/accounts_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/bulk_exports_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/bulk_imports_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/ds_groups_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/identity_providers_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/product_permission_profiles_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

docusign_admin/apis/reserved_domains_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
An API for an organization administrator to manage organizations, accounts and users # noqa: E501
77
8-
OpenAPI spec version: v2
8+
OpenAPI spec version: v2.1
99
Contact: devcenter@docusign.com
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)