Skip to content

Commit 648d3e7

Browse files
author
Chris Jackson
authored
Merge pull request #4 from SignRequest/v1.2.0
v1.2.0
2 parents 299f276 + d955f53 commit 648d3e7

120 files changed

Lines changed: 735 additions & 588 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.swagger-codegen/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.4.8

README.md

Lines changed: 86 additions & 80 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "signrequest/signrequest-client",
3-
"version": "1.1.0",
4-
"description": "Official PHP client for SignRequest.com (https://signrequest.com)",
2+
"name": "signrequest/signrequest-client",
3+
"version": "1.2.0",
4+
"description": "Official PHP client for SignRequest.com (https://signrequest.com)",
55
"keywords": [
66
"signrequest",
77
"php",
88
"sdk",
99
"api"
1010
],
11-
"homepage": "https://signrequest.com/",
12-
"license": "MIT",
11+
"homepage": "https://signrequest.com/",
12+
"license": "MIT",
1313
"authors": [
1414
{
1515
"name": "SignRequest",
@@ -34,4 +34,4 @@
3434
"autoload-dev": {
3535
"psr-4": { "SignRequest\\" : "test/" }
3636
}
37-
}
37+
}

docs/Model/DocumentSignrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**is_being_prepared** | **bool** | Have the sender of a SignRequest prepare the document before sending the request out, see: [prepare using the web interface](#section/Preparing-a-document/Prepare-using-the-web-interface) | [optional]
99
**prepare_url** | **string** | | [optional]
1010
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
11+
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
1112
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | | [optional]
1213
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
1314
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]

docs/Model/InlineSignRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**is_being_prepared** | **bool** | Have the sender of a SignRequest prepare the document before sending the request out, see: [prepare using the web interface](#section/Preparing-a-document/Prepare-using-the-web-interface) | [optional]
99
**prepare_url** | **string** | | [optional]
1010
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
11+
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
1112
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | | [optional]
1213
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
1314
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]

docs/Model/SignRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**is_being_prepared** | **bool** | Have the sender of a SignRequest prepare the document before sending the request out, see: [prepare using the web interface](#section/Preparing-a-document/Prepare-using-the-web-interface) | [optional]
99
**prepare_url** | **string** | | [optional]
1010
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
11+
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
1112
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | Attachments that signers are required to upload | [optional]
1213
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
1314
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]

docs/Model/SignRequestQuickCreate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**is_being_prepared** | **bool** | Have the sender of a SignRequest prepare the document before sending the request out, see: [prepare using the web interface](#section/Preparing-a-document/Prepare-using-the-web-interface) | [optional]
99
**prepare_url** | **string** | | [optional]
1010
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
11+
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
1112
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | Attachments that signers are required to upload | [optional]
1213
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
1314
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]

docs/Model/Signer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Name | Type | Description | Notes
3535
**embed_url** | **string** | | [optional]
3636
**attachments** | [**\SignRequest\Model\SignerAttachment[]**](SignerAttachment.md) | | [optional]
3737
**redirect_url** | **string** | | [optional]
38+
**redirect_url_declined** | **string** | | [optional]
3839
**after_document** | **string** | | [optional]
3940
**integrations** | [**\SignRequest\Model\InlineDocumentSignerIntegrationData[]**](InlineDocumentSignerIntegrationData.md) | | [optional]
4041
**password** | **string** | Require the signer to enter this password before signing a document. This field is write only. | [optional]

src/Api/ApiTokensApi.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
* SignRequest API
1414
*
1515
* API for SignRequest.com
16-
*
1716
* OpenAPI spec version: v1
1817
* Contact: tech-support@signrequest.com
1918
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 2.4.5
19+
* Swagger Codegen version: 2.4.8
2120
*/
22-
2321
/**
2422
* NOTE: This class is auto generated by the swagger code generator program.
2523
* https://github.com/swagger-api/swagger-codegen

0 commit comments

Comments
 (0)