Skip to content

Commit 77d0028

Browse files
committed
regenerate sdk from updated jsons
1 parent c25ffef commit 77d0028

File tree

466 files changed

+36803
-13863
lines changed

Some content is hidden

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

466 files changed

+36803
-13863
lines changed

docs/Account.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
# Account
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**created** | [**Date**](Date.md) | Date when the account was created. This is a server generated attributed and can not be provided in POST/PUT calls. Format would be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time | [optional]
8+
**accountType** | [**AccountTypeEnum**](#AccountTypeEnum) | The provisioned type of the account. This is a server generated attributed and can not be provided in POST/PUT calls. | [optional]
9+
**name** | **String** | The name which the account is known. This is a server generated attributed and can not be provided in POST/PUT calls. | [optional]
10+
**modified** | [**Date**](Date.md) | The last date that the account information was updated. This is a server generated attributed and can not be provided in POST/PUT calls. Format would be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time | [optional]
11+
**company** | **String** | The company associated with the account. This is a server generated attributed and can not be provided in POST/PUT calls. | [optional]
12+
**id** | **String** | Identifier of the account. This is a server generated attributed and can not be provided in POST/PUT calls. | [optional]
13+
14+
15+
<a name="AccountTypeEnum"></a>
16+
## Enum: AccountTypeEnum
17+
Name | Value
18+
---- | -----
19+
FREE | &quot;FREE&quot;
20+
FREE_LEGACY | &quot;FREE_LEGACY&quot;
21+
TEAM_TRIAL | &quot;TEAM_TRIAL&quot;
22+
TEAM | &quot;TEAM&quot;
23+
TEAM_LEGACY | &quot;TEAM_LEGACY&quot;
24+
ENTERPRISE_TRIAL | &quot;ENTERPRISE_TRIAL&quot;
25+
ENTERPRISE | &quot;ENTERPRISE&quot;
26+
ENTERPRISE_LEGACY | &quot;ENTERPRISE_LEGACY&quot;
27+
GLOBAL_TRIAL | &quot;GLOBAL_TRIAL&quot;
28+
GLOBAL | &quot;GLOBAL&quot;
29+
DEVELOPER | &quot;DEVELOPER&quot;
30+
PRO_DOC_CLOUD | &quot;PRO_DOC_CLOUD&quot;
31+
TEAM_DOC_CLOUD | &quot;TEAM_DOC_CLOUD&quot;
32+
TRIAL_EXPIRED | &quot;TRIAL_EXPIRED&quot;
33+
ANONYMOUS | &quot;ANONYMOUS&quot;
34+
PRO_DOC_CLOUD_MULTI | &quot;PRO_DOC_CLOUD_MULTI&quot;
35+
PRO_PLUS_DOC_CLOUD | &quot;PRO_PLUS_DOC_CLOUD&quot;
36+
PRO_PLUS_DOC_CLOUD_MULTI | &quot;PRO_PLUS_DOC_CLOUD_MULTI&quot;
37+
38+
39+

docs/AccountSharerInfo.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# AccountSharerInfo
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**permissions** | [**List&lt;PermissionsEnum&gt;**](#List&lt;PermissionsEnum&gt;) | A list of permissions given for this account sharing. | [optional]
8+
**fullName** | **String** | Full name of this account sharer. | [optional]
9+
**userId** | **String** | A unique identifier of the user resource for REST APIs as issued by Sign. | [optional]
10+
**email** | **String** | The email address of the user | [optional]
11+
12+
13+
<a name="List<PermissionsEnum>"></a>
14+
## Enum: List&lt;PermissionsEnum&gt;
15+
Name | Value
16+
---- | -----
17+
VIEW | &quot;VIEW&quot;
18+
SEND | &quot;SEND&quot;
19+
MODIFY | &quot;MODIFY&quot;
20+
21+
22+

docs/AccountsApi.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# AccountsApi
2+
3+
All URIs are relative to *https://secure.au1.echosign.com/api/rest/v6*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**getAccount**](AccountsApi.md#getAccount) | **GET** /accounts/{accountId} | Retrieves the information for an account.
8+
9+
10+
<a name="getAccount"></a>
11+
# **getAccount**
12+
> Account getAccount(authorization, accountId, xApiUser)
13+
14+
Retrieves the information for an account.
15+
16+
### Example
17+
```java
18+
// Import classes:
19+
//import io.swagger.client.model.ApiException;
20+
//import io.swagger.client.api.AccountsApi;
21+
22+
23+
AccountsApi apiInstance = new AccountsApi();
24+
String authorization = "authorization_example"; // String | An <a href=\"#\" onclick=\"this.href=oauthDoc()\" oncontextmenu=\"this.href=oauthDoc()\" target=\"oauthDoc\">OAuth Access Token</a> with scopes:<ul><li style='list-style-type: square'><a href=\"#\" onclick=\"this.href=oauthDoc('user_read')\" oncontextmenu=\"this.href=oauthDoc('user_read')\" target=\"oauthDoc\">user_read</a></li></ul>in the format <b>'Bearer {accessToken}'.
25+
String accountId = "accountId_example"; // String | The account identifier.
26+
String xApiUser = "xApiUser_example"; // String | The userId or email of API caller using the account or group token in the format <b>userid:{userId} OR email:{email}.</b> If it is not specified, then the caller is inferred from the token.
27+
try {
28+
Account result = apiInstance.getAccount(authorization, accountId, xApiUser);
29+
System.out.println(result);
30+
} catch (ApiException e) {
31+
System.err.println("Exception when calling AccountsApi#getAccount");
32+
e.printStackTrace();
33+
}
34+
```
35+
36+
### Parameters
37+
38+
Name | Type | Description | Notes
39+
------------- | ------------- | ------------- | -------------
40+
**authorization** | **String**| An &lt;a href&#x3D;\&quot;#\&quot; onclick&#x3D;\&quot;this.href&#x3D;oauthDoc()\&quot; oncontextmenu&#x3D;\&quot;this.href&#x3D;oauthDoc()\&quot; target&#x3D;\&quot;oauthDoc\&quot;&gt;OAuth Access Token&lt;/a&gt; with scopes:&lt;ul&gt;&lt;li style&#x3D;&#39;list-style-type: square&#39;&gt;&lt;a href&#x3D;\&quot;#\&quot; onclick&#x3D;\&quot;this.href&#x3D;oauthDoc(&#39;user_read&#39;)\&quot; oncontextmenu&#x3D;\&quot;this.href&#x3D;oauthDoc(&#39;user_read&#39;)\&quot; target&#x3D;\&quot;oauthDoc\&quot;&gt;user_read&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;in the format &lt;b&gt;&#39;Bearer {accessToken}&#39;. |
41+
**accountId** | **String**| The account identifier. |
42+
**xApiUser** | **String**| The userId or email of API caller using the account or group token in the format &lt;b&gt;userid:{userId} OR email:{email}.&lt;/b&gt; If it is not specified, then the caller is inferred from the token. | [optional]
43+
44+
### Return type
45+
46+
[**Account**](Account.md)
47+
48+
### Authorization
49+
50+
No authorization required
51+
52+
### HTTP request headers
53+
54+
- **Content-Type**: Not defined
55+
- **Accept**: application/json
56+

docs/AgreementCcInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**email** | **String** | Email of the CC participant of the agreement | [optional]
8-
**label** | **String** | Label of the CC list as returned in workflow description | [optional]
97
**visiblePages** | **List&lt;String&gt;** | When you enable limited document visibility (documentVisibilityEnabled), you can specify which file (fileInfo) should be made visible to which specific participant set.&lt;br&gt;Specify one or more label values of a fileInfos element.&lt;br&gt;Each signer participant sets must contain at least one required signature field in at least one visible file included in this API call; if not a page with a signature field is automatically appended for any missing participant sets. If there is a possibility that one or more participant sets do not have a required signature field in the files included in the API call, all signer participant sets should include a special index value of &#39;0&#39; to make this automatically appended signature page visible to the signer. Not doing so may result in an error. For all other roles, you may omit this value to exclude this page. | [optional]
8+
**label** | **String** | Label of the CC list as returned in workflow description | [optional]
9+
**email** | **String** | Email of the CC participant of the agreement | [optional]
1010

1111

1212

0 commit comments

Comments
 (0)