Skip to content

Commit cbbd0b9

Browse files
authored
Merge pull request #2 from SignRequest/2.0.0
2.0.0
2 parents 42161ac + c8ec9cc commit cbbd0b9

72 files changed

Lines changed: 1811 additions & 1428 deletions

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.3.1
1+
2.4.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ All URIs are relative to _https://signrequest.com/api/v1_
124124
| _TeamMembersApi_ | [**TeamMembersList**](docs/TeamMembersApi.md#teammemberslist) | **GET** /team-members/ | Retrieve a list of Team Members |
125125
| _TeamMembersApi_ | [**TeamMembersRead**](docs/TeamMembersApi.md#teammembersread) | **GET** /team-members/{uuid}/ | Retrieve a Team Member |
126126
| _TeamsApi_ | [**TeamsCreate**](docs/TeamsApi.md#teamscreate) | **POST** /teams/ | Create a Team |
127+
| _TeamsApi_ | [**TeamsDelete**](docs/TeamsApi.md#teamsdelete) | **DELETE** /teams/{subdomain}/ | Delete a Team |
127128
| _TeamsApi_ | [**TeamsInviteMember**](docs/TeamsApi.md#teamsinvitemember) | **POST** /teams/{subdomain}/invite_member/ | Invite a Team Member |
128129
| _TeamsApi_ | [**TeamsList**](docs/TeamsApi.md#teamslist) | **GET** /teams/ | Retrieve a list of Teams |
129130
| _TeamsApi_ | [**TeamsPartialUpdate**](docs/TeamsApi.md#teamspartialupdate) | **PATCH** /teams/{subdomain}/ | Update a Team |
@@ -149,6 +150,7 @@ All URIs are relative to _https://signrequest.com/api/v1_
149150
- [Model.DocumentSigningLog](docs/DocumentSigningLog.md)
150151
- [Model.DocumentSignrequest](docs/DocumentSignrequest.md)
151152
- [Model.DocumentTeam](docs/DocumentTeam.md)
153+
- [Model.Event](docs/Event.md)
152154
- [Model.FileFromSf](docs/FileFromSf.md)
153155
- [Model.InlineDocumentSignerIntegrationData](docs/InlineDocumentSignerIntegrationData.md)
154156
- [Model.InlineIntegrationData](docs/InlineIntegrationData.md)
@@ -169,7 +171,6 @@ All URIs are relative to _https://signrequest.com/api/v1_
169171
- [Model.InlineTeam](docs/InlineTeam.md)
170172
- [Model.InlineTeamMember](docs/InlineTeamMember.md)
171173
- [Model.InviteMember](docs/InviteMember.md)
172-
- [Model.ModelEvent](docs/ModelEvent.md)
173174
- [Model.Placeholder](docs/Placeholder.md)
174175
- [Model.RequiredAttachment](docs/RequiredAttachment.md)
175176
- [Model.SignRequest](docs/SignRequest.md)

SignRequest.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignRequest", "src\SignRequest\SignRequest.csproj", "{8C6F5E9C-ED26-437A-87ED-4A6F2E35A098}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignRequest", "src\SignRequest\SignRequest.csproj", "{7C55D80D-01C1-41D9-A66D-B6921DC0997F}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignRequest.Test", "src\SignRequest.Test\SignRequest.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{8C6F5E9C-ED26-437A-87ED-4A6F2E35A098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{8C6F5E9C-ED26-437A-87ED-4A6F2E35A098}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{8C6F5E9C-ED26-437A-87ED-4A6F2E35A098}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{8C6F5E9C-ED26-437A-87ED-4A6F2E35A098}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{7C55D80D-01C1-41D9-A66D-B6921DC0997F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{7C55D80D-01C1-41D9-A66D-B6921DC0997F}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{7C55D80D-01C1-41D9-A66D-B6921DC0997F}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{7C55D80D-01C1-41D9-A66D-B6921DC0997F}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

docs/Document.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
2929
**SecurityHash** | **string** | SHA256 hash of PDF contents | [optional]
3030
**Attachments** | [**List<DocumentAttachment>**](DocumentAttachment.md) | | [optional]
3131
**AutoDeleteAfter** | **DateTime?** | Date and time calculated using `auto_delete_days` after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional]
32+
**Sandbox** | **bool?** | Indicates whether document was created as part of a sandbox team | [optional]
3233

3334
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3435

docs/DocumentSignrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**DisableDate** | **bool?** | Disable adding of dates | [optional]
1616
**DisableEmails** | **bool?** | Disable all SignRequest status emails as well as the email that contains the signed documents | [optional]
1717
**DisableUploadSignatures** | **bool?** | Disable usage of uploaded signatures (images) | [optional]
18+
**TextMessageVerificationLocked** | **bool?** | When true a text message verification is needed before the signer can see the document | [optional]
1819
**Subject** | **string** | Subject of SignRequest email | [optional]
1920
**Message** | **string** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional]
2021
**Who** | **string** | `m`: only me, `mo`: me and others, `o`: only others | [optional]

docs/Event.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SignRequest.Model.Event
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Uuid** | **string** | | [optional]
7+
**Status** | **string** | | [optional]
8+
**EventType** | **string** | | [optional]
9+
**Delivered** | **bool?** | | [optional]
10+
**DeliveredOn** | **DateTime?** | | [optional]
11+
**CallbackStatusCode** | **int?** | | [optional]
12+
**Timestamp** | **DateTime?** | | [optional]
13+
**Team** | [**DocumentTeam**](DocumentTeam.md) | | [optional]
14+
**Document** | [**Document**](Document.md) | | [optional]
15+
**Signer** | [**Signer**](Signer.md) | | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+

docs/EventsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Name | Type | Description | Notes
101101

102102
<a name="eventsread"></a>
103103
# **EventsRead**
104-
> ModelEvent EventsRead (int? id)
104+
> Event EventsRead (int? id)
105105
106106
Retrieve an Event
107107

@@ -129,7 +129,7 @@ namespace Example
129129
try
130130
{
131131
// Retrieve an Event
132-
ModelEvent result = apiInstance.EventsRead(id);
132+
Event result = apiInstance.EventsRead(id);
133133
Debug.WriteLine(result);
134134
}
135135
catch (Exception e)
@@ -149,7 +149,7 @@ Name | Type | Description | Notes
149149

150150
### Return type
151151

152-
[**ModelEvent**](ModelEvent.md)
152+
[**Event**](Event.md)
153153

154154
### Authorization
155155

docs/InlineResponse2004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**Count** | **int?** | |
77
**Next** | **string** | | [optional]
88
**Previous** | **string** | | [optional]
9-
**Results** | [**List&lt;ModelEvent&gt;**](ModelEvent.md) | |
9+
**Results** | [**List&lt;Event&gt;**](Event.md) | |
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

docs/InlineSignRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**DisableDate** | **bool?** | Disable adding of dates | [optional]
1616
**DisableEmails** | **bool?** | Disable all SignRequest status emails as well as the email that contains the signed documents | [optional]
1717
**DisableUploadSignatures** | **bool?** | Disable usage of uploaded signatures (images) | [optional]
18+
**TextMessageVerificationLocked** | **bool?** | When true a text message verification is needed before the signer can see the document | [optional]
1819
**Subject** | **string** | Subject of SignRequest email | [optional]
1920
**Message** | **string** | Message to include in SignRequest email, may contain the following html tags: &#x60;a&#x60;, &#x60;abbr&#x60;, &#x60;acronym&#x60;, &#x60;b&#x60;, &#x60;blockquote&#x60;, &#x60;code&#x60;, &#x60;em&#x60;, &#x60;i&#x60;, &#x60;ul&#x60;, &#x60;li&#x60;, &#x60;ol&#x60;, and &#x60;strong&#x60; | [optional]
2021
**Who** | **string** | &#x60;m&#x60;: only me, &#x60;mo&#x60;: me and others, &#x60;o&#x60;: only others | [optional]

docs/SignRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**DisableDate** | **bool?** | Disable adding of dates | [optional]
1616
**DisableEmails** | **bool?** | Disable all SignRequest status emails as well as the email that contains the signed documents | [optional]
1717
**DisableUploadSignatures** | **bool?** | Disable usage of uploaded signatures (images) | [optional]
18+
**TextMessageVerificationLocked** | **bool?** | When true a text message verification is needed before the signer can see the document | [optional]
1819
**Subject** | **string** | Subject of SignRequest email | [optional]
1920
**Message** | **string** | Message to include in SignRequest email, may contain the following html tags: &#x60;a&#x60;, &#x60;abbr&#x60;, &#x60;acronym&#x60;, &#x60;b&#x60;, &#x60;blockquote&#x60;, &#x60;code&#x60;, &#x60;em&#x60;, &#x60;i&#x60;, &#x60;ul&#x60;, &#x60;li&#x60;, &#x60;ol&#x60;, and &#x60;strong&#x60; | [optional]
2021
**Who** | **string** | &#x60;m&#x60;: only me, &#x60;mo&#x60;: me and others, &#x60;o&#x60;: only others | [optional] [default to WhoEnum.O]

0 commit comments

Comments
 (0)