Skip to content

Commit

Permalink
Merge pull request #4 from SignRequest/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
Chris Jackson authored Oct 1, 2019
2 parents 299f276 + d955f53 commit 648d3e7
Show file tree
Hide file tree
Showing 120 changed files with 735 additions and 588 deletions.
23 changes: 23 additions & 0 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Swagger Codegen Ignore
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
1 change: 1 addition & 0 deletions .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.4.8
166 changes: 86 additions & 80 deletions README.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "signrequest/signrequest-client",
"version": "1.1.0",
"description": "Official PHP client for SignRequest.com (https://signrequest.com)",
"name": "signrequest/signrequest-client",
"version": "1.2.0",
"description": "Official PHP client for SignRequest.com (https://signrequest.com)",
"keywords": [
"signrequest",
"php",
"sdk",
"api"
],
"homepage": "https://signrequest.com/",
"license": "MIT",
"homepage": "https://signrequest.com/",
"license": "MIT",
"authors": [
{
"name": "SignRequest",
Expand All @@ -34,4 +34,4 @@
"autoload-dev": {
"psr-4": { "SignRequest\\" : "test/" }
}
}
}
1 change: 1 addition & 0 deletions docs/Model/DocumentSignrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**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]
**prepare_url** | **string** | | [optional]
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | | [optional]
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/InlineSignRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**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]
**prepare_url** | **string** | | [optional]
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | | [optional]
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/SignRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**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]
**prepare_url** | **string** | | [optional]
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | Attachments that signers are required to upload | [optional]
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/SignRequestQuickCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**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]
**prepare_url** | **string** | | [optional]
**redirect_url** | **string** | URL at which SignRequest will redirect to when a document is signed | [optional]
**redirect_url_declined** | **string** | URL at which SignRequest will redirect to when a document is declined | [optional]
**required_attachments** | [**\SignRequest\Model\RequiredAttachment[]**](RequiredAttachment.md) | Attachments that signers are required to upload | [optional]
**disable_attachments** | **bool** | Disable uploading/adding of attachments | [optional]
**disable_text_signatures** | **bool** | Disable usage of signatures generated by typing (text) | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/Signer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Name | Type | Description | Notes
**embed_url** | **string** | | [optional]
**attachments** | [**\SignRequest\Model\SignerAttachment[]**](SignerAttachment.md) | | [optional]
**redirect_url** | **string** | | [optional]
**redirect_url_declined** | **string** | | [optional]
**after_document** | **string** | | [optional]
**integrations** | [**\SignRequest\Model\InlineDocumentSignerIntegrationData[]**](InlineDocumentSignerIntegrationData.md) | | [optional]
**password** | **string** | Require the signer to enter this password before signing a document. This field is write only. | [optional]
Expand Down
4 changes: 1 addition & 3 deletions src/Api/ApiTokensApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/DocumentAttachmentsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/DocumentsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/DocumentsSearchApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/EventsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/SignrequestQuickCreateApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/SignrequestsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/TeamMembersApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/TeamsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/TemplatesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Api/WebhooksApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
8 changes: 3 additions & 5 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down Expand Up @@ -88,7 +86,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Swagger-Codegen/1.1.0/php';
protected $userAgent = 'Swagger-Codegen/1.2.0/php';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -397,7 +395,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: v1' . PHP_EOL;
$report .= ' SDK Package Version: 1.1.0' . PHP_EOL;
$report .= ' SDK Package Version: 1.2.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
4 changes: 1 addition & 3 deletions src/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Model/AuthToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Model/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Model/DocumentAttachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Model/DocumentSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
4 changes: 1 addition & 3 deletions src/Model/DocumentSignerTemplateConf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
* SignRequest API
*
* API for SignRequest.com
*
* OpenAPI spec version: v1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.5
* Swagger Codegen version: 2.4.8
*/

/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
Expand Down
Loading

0 comments on commit 648d3e7

Please sign in to comment.