diff --git a/README.md b/README.md index 5e39c87..48e6229 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow ```json { "require": { - "dropbox/sign": "^1.11.0" + "dropbox/sign": "^1.12.0" }, "minimum-stability": "dev" } @@ -64,7 +64,7 @@ Then run `composer install` Alternatively, install directly with ``` -composer require dropbox/sign:^1.11.0 +composer require dropbox/sign:^1.12.0 ``` ## Getting Started @@ -447,6 +447,6 @@ apisupport@hellosign.com This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `3.0.0` - - Package version: `1.11.0` + - Package version: `1.12.0` - Generator version: `7.12.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/VERSION b/VERSION index 1cac385..0eed1a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/docs/Model/SignatureRequestCreateEmbeddedRequest.md b/docs/Model/SignatureRequestCreateEmbeddedRequest.md index a953bcb..639123f 100644 --- a/docs/Model/SignatureRequestCreateEmbeddedRequest.md +++ b/docs/Model/SignatureRequestCreateEmbeddedRequest.md @@ -28,6 +28,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/Model/SignatureRequestEditEmbeddedRequest.md b/docs/Model/SignatureRequestEditEmbeddedRequest.md index b2567ac..772db71 100644 --- a/docs/Model/SignatureRequestEditEmbeddedRequest.md +++ b/docs/Model/SignatureRequestEditEmbeddedRequest.md @@ -28,6 +28,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/Model/SignatureRequestEditRequest.md b/docs/Model/SignatureRequestEditRequest.md index bd308cf..e4139fe 100644 --- a/docs/Model/SignatureRequestEditRequest.md +++ b/docs/Model/SignatureRequestEditRequest.md @@ -30,6 +30,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/SignatureRequestSendRequest.md b/docs/Model/SignatureRequestSendRequest.md index bad47fc..2d3e247 100644 --- a/docs/Model/SignatureRequestSendRequest.md +++ b/docs/Model/SignatureRequestSendRequest.md @@ -31,6 +31,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/TemplateCreateEmbeddedDraftRequest.md b/docs/Model/TemplateCreateEmbeddedDraftRequest.md index d9ef188..26e5e7d 100644 --- a/docs/Model/TemplateCreateEmbeddedDraftRequest.md +++ b/docs/Model/TemplateCreateEmbeddedDraftRequest.md @@ -31,5 +31,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/TemplateCreateRequest.md b/docs/Model/TemplateCreateRequest.md index 1a4b677..44696ba 100644 --- a/docs/Model/TemplateCreateRequest.md +++ b/docs/Model/TemplateCreateRequest.md @@ -24,5 +24,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/UnclaimedDraftCreateEmbeddedRequest.md b/docs/Model/UnclaimedDraftCreateEmbeddedRequest.md index 4d9b2c5..161bdf3 100644 --- a/docs/Model/UnclaimedDraftCreateEmbeddedRequest.md +++ b/docs/Model/UnclaimedDraftCreateEmbeddedRequest.md @@ -40,6 +40,7 @@ Name | Type | Description | Notes | `type` | ```string``` | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [default to 'request_signature'] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | diff --git a/docs/Model/UnclaimedDraftCreateRequest.md b/docs/Model/UnclaimedDraftCreateRequest.md index afcb4a7..4936457 100644 --- a/docs/Model/UnclaimedDraftCreateRequest.md +++ b/docs/Model/UnclaimedDraftCreateRequest.md @@ -29,6 +29,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/openapi-config.yaml b/openapi-config.yaml index 57d5fda..99e8223 100644 --- a/openapi-config.yaml +++ b/openapi-config.yaml @@ -1,8 +1,8 @@ generatorName: php additionalProperties: packageName: dropbox/sign - packageVersion: "^1.11.0" - artifactVersion: 1.11.0 + packageVersion: "^1.12.0" + artifactVersion: 1.12.0 invokerPackage: "Dropbox\\Sign" sortModelPropertiesByRequiredFlag: true srcBasePath: src diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index ed174d3..ac9e788 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -8553,6 +8553,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -8798,6 +8802,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -8943,6 +8951,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -9298,6 +9310,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -10655,6 +10671,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateCreateEmbeddedDraftRequest: required: @@ -10797,6 +10817,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateRemoveUserRequest: properties: @@ -10976,6 +11000,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: |- When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. @@ -11166,6 +11194,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. diff --git a/src/Configuration.php b/src/Configuration.php index ccaf202..7ec1396 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -97,7 +97,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/1.11.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/1.12.0/PHP'; /** * Debug switch (default set to false) @@ -438,7 +438,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 3.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 1.11.0' . PHP_EOL; + $report .= ' SDK Package Version: 1.12.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/src/Model/SignatureRequestCreateEmbeddedRequest.php b/src/Model/SignatureRequestCreateEmbeddedRequest.php index 1a7cda1..1da278f 100644 --- a/src/Model/SignatureRequestCreateEmbeddedRequest.php +++ b/src/Model/SignatureRequestCreateEmbeddedRequest.php @@ -80,6 +80,7 @@ class SignatureRequestCreateEmbeddedRequest implements ModelInterface, ArrayAcce 'test_mode' => 'bool', 'title' => 'string', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'populate_auto_fill_fields' => 'bool', 'expires_at' => 'int', ]; @@ -114,6 +115,7 @@ class SignatureRequestCreateEmbeddedRequest implements ModelInterface, ArrayAcce 'test_mode' => null, 'title' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'populate_auto_fill_fields' => null, 'expires_at' => null, ]; @@ -146,6 +148,7 @@ class SignatureRequestCreateEmbeddedRequest implements ModelInterface, ArrayAcce 'test_mode' => false, 'title' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'populate_auto_fill_fields' => false, 'expires_at' => true, ]; @@ -250,6 +253,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'populate_auto_fill_fields' => 'populate_auto_fill_fields', 'expires_at' => 'expires_at', ]; @@ -282,6 +286,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'setPopulateAutoFillFields', 'expires_at' => 'setExpiresAt', ]; @@ -314,6 +319,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'getPopulateAutoFillFields', 'expires_at' => 'getExpiresAt', ]; @@ -396,6 +402,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('populate_auto_fill_fields', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1081,6 +1088,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets populate_auto_fill_fields * diff --git a/src/Model/SignatureRequestEditEmbeddedRequest.php b/src/Model/SignatureRequestEditEmbeddedRequest.php index 2795f5a..3a19021 100644 --- a/src/Model/SignatureRequestEditEmbeddedRequest.php +++ b/src/Model/SignatureRequestEditEmbeddedRequest.php @@ -80,6 +80,7 @@ class SignatureRequestEditEmbeddedRequest implements ModelInterface, ArrayAccess 'test_mode' => 'bool', 'title' => 'string', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'populate_auto_fill_fields' => 'bool', 'expires_at' => 'int', ]; @@ -114,6 +115,7 @@ class SignatureRequestEditEmbeddedRequest implements ModelInterface, ArrayAccess 'test_mode' => null, 'title' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'populate_auto_fill_fields' => null, 'expires_at' => null, ]; @@ -146,6 +148,7 @@ class SignatureRequestEditEmbeddedRequest implements ModelInterface, ArrayAccess 'test_mode' => false, 'title' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'populate_auto_fill_fields' => false, 'expires_at' => true, ]; @@ -250,6 +253,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'populate_auto_fill_fields' => 'populate_auto_fill_fields', 'expires_at' => 'expires_at', ]; @@ -282,6 +286,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'setPopulateAutoFillFields', 'expires_at' => 'setExpiresAt', ]; @@ -314,6 +319,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'getPopulateAutoFillFields', 'expires_at' => 'getExpiresAt', ]; @@ -396,6 +402,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('populate_auto_fill_fields', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1081,6 +1088,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets populate_auto_fill_fields * diff --git a/src/Model/SignatureRequestEditRequest.php b/src/Model/SignatureRequestEditRequest.php index 1e16db8..b23ca78 100644 --- a/src/Model/SignatureRequestEditRequest.php +++ b/src/Model/SignatureRequestEditRequest.php @@ -82,6 +82,7 @@ class SignatureRequestEditRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => 'bool', 'title' => 'string', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'expires_at' => 'int', ]; @@ -117,6 +118,7 @@ class SignatureRequestEditRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => null, 'title' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'expires_at' => null, ]; @@ -150,6 +152,7 @@ class SignatureRequestEditRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => false, 'title' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'expires_at' => true, ]; @@ -255,6 +258,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'expires_at' => 'expires_at', ]; @@ -288,6 +292,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'expires_at' => 'setExpiresAt', ]; @@ -321,6 +326,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'expires_at' => 'getExpiresAt', ]; @@ -404,6 +410,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1139,6 +1146,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets expires_at * diff --git a/src/Model/SignatureRequestSendRequest.php b/src/Model/SignatureRequestSendRequest.php index a0f7423..823c7ea 100644 --- a/src/Model/SignatureRequestSendRequest.php +++ b/src/Model/SignatureRequestSendRequest.php @@ -83,6 +83,7 @@ class SignatureRequestSendRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => 'bool', 'title' => 'string', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'expires_at' => 'int', ]; @@ -119,6 +120,7 @@ class SignatureRequestSendRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => null, 'title' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'expires_at' => null, ]; @@ -153,6 +155,7 @@ class SignatureRequestSendRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => false, 'title' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'expires_at' => true, ]; @@ -259,6 +262,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'expires_at' => 'expires_at', ]; @@ -293,6 +297,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'expires_at' => 'setExpiresAt', ]; @@ -327,6 +332,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'expires_at' => 'getExpiresAt', ]; @@ -411,6 +417,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1175,6 +1182,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets expires_at * diff --git a/src/Model/TemplateCreateEmbeddedDraftRequest.php b/src/Model/TemplateCreateEmbeddedDraftRequest.php index 9d151a1..b8bf159 100644 --- a/src/Model/TemplateCreateEmbeddedDraftRequest.php +++ b/src/Model/TemplateCreateEmbeddedDraftRequest.php @@ -83,6 +83,7 @@ class TemplateCreateEmbeddedDraftRequest implements ModelInterface, ArrayAccess, 'test_mode' => 'bool', 'title' => 'string', 'use_preexisting_fields' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', ]; /** @@ -118,6 +119,7 @@ class TemplateCreateEmbeddedDraftRequest implements ModelInterface, ArrayAccess, 'test_mode' => null, 'title' => null, 'use_preexisting_fields' => null, + 'ignore_text_tags_extraction_errors' => null, ]; /** @@ -151,6 +153,7 @@ class TemplateCreateEmbeddedDraftRequest implements ModelInterface, ArrayAccess, 'test_mode' => false, 'title' => false, 'use_preexisting_fields' => false, + 'ignore_text_tags_extraction_errors' => false, ]; /** @@ -256,6 +259,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_preexisting_fields' => 'use_preexisting_fields', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', ]; /** @@ -289,6 +293,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_preexisting_fields' => 'setUsePreexistingFields', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', ]; /** @@ -322,6 +327,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_preexisting_fields' => 'getUsePreexistingFields', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', ]; /** @@ -405,6 +411,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_preexisting_fields', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); } /** @@ -1161,6 +1168,33 @@ public function setUsePreexistingFields(?bool $use_preexisting_fields) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Returns true if offset exists. False otherwise. * diff --git a/src/Model/TemplateCreateRequest.php b/src/Model/TemplateCreateRequest.php index 87e69a2..52625c6 100644 --- a/src/Model/TemplateCreateRequest.php +++ b/src/Model/TemplateCreateRequest.php @@ -76,6 +76,7 @@ class TemplateCreateRequest implements ModelInterface, ArrayAccess, JsonSerializ 'test_mode' => 'bool', 'title' => 'string', 'use_preexisting_fields' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', ]; /** @@ -104,6 +105,7 @@ class TemplateCreateRequest implements ModelInterface, ArrayAccess, JsonSerializ 'test_mode' => null, 'title' => null, 'use_preexisting_fields' => null, + 'ignore_text_tags_extraction_errors' => null, ]; /** @@ -130,6 +132,7 @@ class TemplateCreateRequest implements ModelInterface, ArrayAccess, JsonSerializ 'test_mode' => false, 'title' => false, 'use_preexisting_fields' => false, + 'ignore_text_tags_extraction_errors' => false, ]; /** @@ -228,6 +231,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'title' => 'title', 'use_preexisting_fields' => 'use_preexisting_fields', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', ]; /** @@ -254,6 +258,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'title' => 'setTitle', 'use_preexisting_fields' => 'setUsePreexistingFields', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', ]; /** @@ -280,6 +285,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'title' => 'getTitle', 'use_preexisting_fields' => 'getUsePreexistingFields', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', ]; /** @@ -356,6 +362,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('title', $data ?? [], null); $this->setIfExists('use_preexisting_fields', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); } /** @@ -926,6 +933,33 @@ public function setUsePreexistingFields(?bool $use_preexisting_fields) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Returns true if offset exists. False otherwise. * diff --git a/src/Model/UnclaimedDraftCreateEmbeddedRequest.php b/src/Model/UnclaimedDraftCreateEmbeddedRequest.php index fa78f95..2838ed2 100644 --- a/src/Model/UnclaimedDraftCreateEmbeddedRequest.php +++ b/src/Model/UnclaimedDraftCreateEmbeddedRequest.php @@ -93,6 +93,7 @@ class UnclaimedDraftCreateEmbeddedRequest implements ModelInterface, ArrayAccess 'type' => 'string', 'use_preexisting_fields' => 'bool', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'populate_auto_fill_fields' => 'bool', 'expires_at' => 'int', ]; @@ -139,6 +140,7 @@ class UnclaimedDraftCreateEmbeddedRequest implements ModelInterface, ArrayAccess 'type' => null, 'use_preexisting_fields' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'populate_auto_fill_fields' => null, 'expires_at' => null, ]; @@ -183,6 +185,7 @@ class UnclaimedDraftCreateEmbeddedRequest implements ModelInterface, ArrayAccess 'type' => false, 'use_preexisting_fields' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'populate_auto_fill_fields' => false, 'expires_at' => true, ]; @@ -299,6 +302,7 @@ public function isNullableSetToNull(string $property): bool 'type' => 'type', 'use_preexisting_fields' => 'use_preexisting_fields', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'populate_auto_fill_fields' => 'populate_auto_fill_fields', 'expires_at' => 'expires_at', ]; @@ -343,6 +347,7 @@ public function isNullableSetToNull(string $property): bool 'type' => 'setType', 'use_preexisting_fields' => 'setUsePreexistingFields', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'setPopulateAutoFillFields', 'expires_at' => 'setExpiresAt', ]; @@ -387,6 +392,7 @@ public function isNullableSetToNull(string $property): bool 'type' => 'getType', 'use_preexisting_fields' => 'getUsePreexistingFields', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'populate_auto_fill_fields' => 'getPopulateAutoFillFields', 'expires_at' => 'getExpiresAt', ]; @@ -497,6 +503,7 @@ public function __construct(?array $data = null) $this->setIfExists('type', $data ?? [], 'request_signature'); $this->setIfExists('use_preexisting_fields', $data ?? [], false); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('populate_auto_fill_fields', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1520,6 +1527,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets populate_auto_fill_fields * diff --git a/src/Model/UnclaimedDraftCreateRequest.php b/src/Model/UnclaimedDraftCreateRequest.php index ed00604..57d82c5 100644 --- a/src/Model/UnclaimedDraftCreateRequest.php +++ b/src/Model/UnclaimedDraftCreateRequest.php @@ -82,6 +82,7 @@ class UnclaimedDraftCreateRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => 'bool', 'use_preexisting_fields' => 'bool', 'use_text_tags' => 'bool', + 'ignore_text_tags_extraction_errors' => 'bool', 'expires_at' => 'int', ]; @@ -116,6 +117,7 @@ class UnclaimedDraftCreateRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => null, 'use_preexisting_fields' => null, 'use_text_tags' => null, + 'ignore_text_tags_extraction_errors' => null, 'expires_at' => null, ]; @@ -148,6 +150,7 @@ class UnclaimedDraftCreateRequest implements ModelInterface, ArrayAccess, JsonSe 'test_mode' => false, 'use_preexisting_fields' => false, 'use_text_tags' => false, + 'ignore_text_tags_extraction_errors' => false, 'expires_at' => true, ]; @@ -252,6 +255,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'test_mode', 'use_preexisting_fields' => 'use_preexisting_fields', 'use_text_tags' => 'use_text_tags', + 'ignore_text_tags_extraction_errors' => 'ignore_text_tags_extraction_errors', 'expires_at' => 'expires_at', ]; @@ -284,6 +288,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'setTestMode', 'use_preexisting_fields' => 'setUsePreexistingFields', 'use_text_tags' => 'setUseTextTags', + 'ignore_text_tags_extraction_errors' => 'setIgnoreTextTagsExtractionErrors', 'expires_at' => 'setExpiresAt', ]; @@ -316,6 +321,7 @@ public function isNullableSetToNull(string $property): bool 'test_mode' => 'getTestMode', 'use_preexisting_fields' => 'getUsePreexistingFields', 'use_text_tags' => 'getUseTextTags', + 'ignore_text_tags_extraction_errors' => 'getIgnoreTextTagsExtractionErrors', 'expires_at' => 'getExpiresAt', ]; @@ -414,6 +420,7 @@ public function __construct(?array $data = null) $this->setIfExists('test_mode', $data ?? [], false); $this->setIfExists('use_preexisting_fields', $data ?? [], false); $this->setIfExists('use_text_tags', $data ?? [], false); + $this->setIfExists('ignore_text_tags_extraction_errors', $data ?? [], false); $this->setIfExists('expires_at', $data ?? [], null); } @@ -1136,6 +1143,33 @@ public function setUseTextTags(?bool $use_text_tags) return $this; } + /** + * Gets ignore_text_tags_extraction_errors + * + * @return bool|null + */ + public function getIgnoreTextTagsExtractionErrors() + { + return $this->container['ignore_text_tags_extraction_errors']; + } + + /** + * Sets ignore_text_tags_extraction_errors + * + * @param bool|null $ignore_text_tags_extraction_errors Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + * + * @return self + */ + public function setIgnoreTextTagsExtractionErrors(?bool $ignore_text_tags_extraction_errors) + { + if (is_null($ignore_text_tags_extraction_errors)) { + throw new InvalidArgumentException('non-nullable ignore_text_tags_extraction_errors cannot be null'); + } + $this->container['ignore_text_tags_extraction_errors'] = $ignore_text_tags_extraction_errors; + + return $this; + } + /** * Gets expires_at * diff --git a/test_fixtures/FileResponse.json b/test_fixtures/FileResponse.json index 42417f5..e38e42f 100644 --- a/test_fixtures/FileResponse.json +++ b/test_fixtures/FileResponse.json @@ -1,6 +1,6 @@ { "default": { - "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=AKIAJWEWDFQHQMBECJZA&Expires=1452868903&Signature=M%2FNDS%2BQre8xjPvzm7fHf%2BjO8Zbc%3D", + "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=EXAMPLE_ACCESS_KEY_ID&Expires=1452868903&Signature=EXAMPLE_SIGNATURE", "expires_at": 1458605123 } } diff --git a/test_fixtures/SignatureRequestCreateEmbeddedRequest.json b/test_fixtures/SignatureRequestCreateEmbeddedRequest.json index 097446a..3b62c46 100644 --- a/test_fixtures/SignatureRequestCreateEmbeddedRequest.json +++ b/test_fixtures/SignatureRequestCreateEmbeddedRequest.json @@ -122,7 +122,8 @@ "subject": "The NDA we talked about", "test_mode": true, "title": "NDA with Acme Co.", - "use_text_tags": false + "use_text_tags": false, + "ignore_text_tags_extraction_errors": false }, "with_grouped_signers": { "allow_decline": true, @@ -259,6 +260,7 @@ "subject": "The NDA we talked about", "test_mode": true, "title": "NDA with Acme Co.", - "use_text_tags": false + "use_text_tags": false, + "ignore_text_tags_extraction_errors": false } } diff --git a/test_fixtures/SignatureRequestSendRequest.json b/test_fixtures/SignatureRequestSendRequest.json index 1f56eb7..d5e59f7 100644 --- a/test_fixtures/SignatureRequestSendRequest.json +++ b/test_fixtures/SignatureRequestSendRequest.json @@ -236,7 +236,8 @@ "subject": "The NDA we talked about", "test_mode": true, "title": "NDA with Acme Co.", - "use_text_tags": true + "use_text_tags": true, + "ignore_text_tags_extraction_errors": false }, "with_grouped_signers": { "allow_decline": true, @@ -476,6 +477,7 @@ "subject": "The NDA we talked about", "test_mode": true, "title": "NDA with Acme Co.", - "use_text_tags": true + "use_text_tags": true, + "ignore_text_tags_extraction_errors": false } } diff --git a/test_fixtures/TemplateCreateEmbeddedDraftRequest.json b/test_fixtures/TemplateCreateEmbeddedDraftRequest.json index b293945..96919f9 100644 --- a/test_fixtures/TemplateCreateEmbeddedDraftRequest.json +++ b/test_fixtures/TemplateCreateEmbeddedDraftRequest.json @@ -120,6 +120,7 @@ "subject": "Please sign this document", "test_mode": true, "title": "Test Template", - "use_preexisting_fields": true + "use_preexisting_fields": true, + "ignore_text_tags_extraction_errors": false } } diff --git a/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json b/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json index addbe6a..4cdf5e1 100644 --- a/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json +++ b/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json @@ -137,6 +137,7 @@ "test_mode": true, "type": "send_document", "use_preexisting_fields": true, - "use_text_tags": true + "use_text_tags": true, + "ignore_text_tags_extraction_errors": false } } diff --git a/test_fixtures/UnclaimedDraftCreateRequest.json b/test_fixtures/UnclaimedDraftCreateRequest.json index a9ab5b5..008df32 100644 --- a/test_fixtures/UnclaimedDraftCreateRequest.json +++ b/test_fixtures/UnclaimedDraftCreateRequest.json @@ -122,6 +122,7 @@ "test_mode": true, "type": "send_document", "use_preexisting_fields": true, - "use_text_tags": true + "use_text_tags": true, + "ignore_text_tags_extraction_errors": false } }