dropbox-sign 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/VERSION +1 -1
  5. data/docs/SignatureRequestCreateEmbeddedRequest.md +1 -0
  6. data/docs/SignatureRequestEditEmbeddedRequest.md +1 -0
  7. data/docs/SignatureRequestEditRequest.md +1 -0
  8. data/docs/SignatureRequestSendRequest.md +1 -0
  9. data/docs/TemplateCreateEmbeddedDraftRequest.md +1 -0
  10. data/docs/TemplateCreateRequest.md +1 -0
  11. data/docs/UnclaimedDraftCreateEmbeddedRequest.md +1 -0
  12. data/docs/UnclaimedDraftCreateRequest.md +1 -0
  13. data/lib/dropbox-sign/models/signature_request_create_embedded_request.rb +14 -1
  14. data/lib/dropbox-sign/models/signature_request_edit_embedded_request.rb +14 -1
  15. data/lib/dropbox-sign/models/signature_request_edit_request.rb +14 -1
  16. data/lib/dropbox-sign/models/signature_request_send_request.rb +14 -1
  17. data/lib/dropbox-sign/models/template_create_embedded_draft_request.rb +17 -4
  18. data/lib/dropbox-sign/models/template_create_request.rb +17 -4
  19. data/lib/dropbox-sign/models/unclaimed_draft_create_embedded_request.rb +14 -1
  20. data/lib/dropbox-sign/models/unclaimed_draft_create_request.rb +14 -1
  21. data/lib/dropbox-sign/version.rb +1 -1
  22. data/openapi-config.yaml +1 -1
  23. data/openapi-sdk.yaml +32 -0
  24. data/test_fixtures/FileResponse.json +1 -1
  25. data/test_fixtures/SignatureRequestCreateEmbeddedRequest.json +4 -2
  26. data/test_fixtures/SignatureRequestSendRequest.json +4 -2
  27. data/test_fixtures/TemplateCreateEmbeddedDraftRequest.json +2 -1
  28. data/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json +2 -1
  29. data/test_fixtures/UnclaimedDraftCreateRequest.json +2 -1
  30. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdc20da80c4fe1e4a4db10bdc5d70784495d6e32d77ce6b0c4375d950b29d31b
4
- data.tar.gz: 2dd1ad5d32e72350d90c388ef63378a26c0a2f603b3e96b83689932bd2ebabb6
3
+ metadata.gz: ea4ecf9fb3d300643f30d4b2cc2c35ac70ae8652fc2f83c90f39383c5afa906d
4
+ data.tar.gz: 7e8d7a9ae5372bbaed197d1d60d617d74e2870cd3cd5a24ca2f7bdf116329e25
5
5
  SHA512:
6
- metadata.gz: 6f4c0f6b49ef0b33f1ad8fb1faa79ecb63fca8eda9feccedf9f06de0d0ff8b1e8c2d913a96046841aa7f4415ac1bd48dc03a5e64d723f128de9b77b49a292cc0
7
- data.tar.gz: f3242439cb3082c71eea28953123a120e913ed0f3a371a41e441b7653edb62814687caf8172f2a21e196e4209e8bfe82b8b98e1ca4a818e1a95e7780c0fd44fc
6
+ metadata.gz: 7dcfdc3dac2c3cd7d9073eba3f801a0f7ee6d21785ba6def260dda8da5c3c2654d272a82645a27967522e08bfcd000839c222c8f62dffa3180a9c12589d9988e
7
+ data.tar.gz: c1e7fcb871098b27c3360fb5b0827fb3661ea4bfbab55ef1a4850d5de563bc6f95b36dbc7d65e12a08d9e8fead8a1107753d4d535d19642deb02088e673305c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dropbox-sign (1.12.0)
4
+ dropbox-sign (1.13.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -25,7 +25,7 @@ directory that corresponds to the file you want updated.
25
25
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
26
26
 
27
27
  - API version: 3.0.0
28
- - Package version: 1.12.0
28
+ - Package version: 1.13.0
29
29
  - Generator version: 7.12.0
30
30
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
31
31
 
@@ -47,15 +47,15 @@ gem build dropbox-sign.gemspec
47
47
  Then install the gem locally:
48
48
 
49
49
  ```shell
50
- gem install ./dropbox-sign-1.12.0.gem
50
+ gem install ./dropbox-sign-1.13.0.gem
51
51
  ```
52
52
 
53
- (for development, run `gem install --dev ./dropbox-sign-1.12.0.gem` to install the development dependencies)
53
+ (for development, run `gem install --dev ./dropbox-sign-1.13.0.gem` to install the development dependencies)
54
54
 
55
55
 
56
56
  Finally add this to the Gemfile:
57
57
 
58
- gem 'dropbox-sign', '~> 1.12.0'
58
+ gem 'dropbox-sign', '~> 1.13.0'
59
59
 
60
60
  ### Install from Git
61
61
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -28,6 +28,7 @@
28
28
  | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
29
29
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
30
30
  | `use_text_tags` | ```Boolean``` | 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] |
31
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
31
32
  | `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
32
33
  | `expires_at` | ```Integer``` | 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. | |
33
34
 
@@ -28,6 +28,7 @@
28
28
  | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
29
29
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
30
30
  | `use_text_tags` | ```Boolean``` | 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] |
31
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
31
32
  | `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
32
33
  | `expires_at` | ```Integer``` | 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. | |
33
34
 
@@ -30,5 +30,6 @@
30
30
  | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
31
31
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
32
32
  | `use_text_tags` | ```Boolean``` | 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] |
33
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
33
34
  | `expires_at` | ```Integer``` | 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. | |
34
35
 
@@ -31,5 +31,6 @@
31
31
  | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
32
32
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
33
33
  | `use_text_tags` | ```Boolean``` | 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] |
34
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
34
35
  | `expires_at` | ```Integer``` | 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. | |
35
36
 
@@ -31,4 +31,5 @@
31
31
  | `test_mode` | ```Boolean``` | 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] |
32
32
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
33
33
  | `use_preexisting_fields` | ```Boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] |
34
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
34
35
 
@@ -24,4 +24,5 @@
24
24
  | `test_mode` | ```Boolean``` | 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] |
25
25
  | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
26
26
  | `use_preexisting_fields` | ```Boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] |
27
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
27
28
 
@@ -40,6 +40,7 @@
40
40
  | `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'] |
41
41
  | `use_preexisting_fields` | ```Boolean``` | 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] |
42
42
  | `use_text_tags` | ```Boolean``` | 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] |
43
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
43
44
  | `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
44
45
  | `expires_at` | ```Integer``` | 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.<br><br>**NOTE:** This does not correspond to the **expires_at** returned in the response. | |
45
46
 
@@ -29,5 +29,6 @@
29
29
  | `test_mode` | ```Boolean``` | 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] |
30
30
  | `use_preexisting_fields` | ```Boolean``` | 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] |
31
31
  | `use_text_tags` | ```Boolean``` | 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] |
32
+ | `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
32
33
  | `expires_at` | ```Integer``` | 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.<br><br>**NOTE:** This does not correspond to the **expires_at** returned in the response. | |
33
34
 
@@ -104,6 +104,10 @@ module Dropbox::Sign
104
104
  # @return [Boolean]
105
105
  attr_accessor :use_text_tags
106
106
 
107
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
108
+ # @return [Boolean]
109
+ attr_accessor :ignore_text_tags_extraction_errors
110
+
107
111
  # 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.
108
112
  # @return [Boolean]
109
113
  attr_accessor :populate_auto_fill_fields
@@ -137,6 +141,7 @@ module Dropbox::Sign
137
141
  :'test_mode' => :'test_mode',
138
142
  :'title' => :'title',
139
143
  :'use_text_tags' => :'use_text_tags',
144
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
140
145
  :'populate_auto_fill_fields' => :'populate_auto_fill_fields',
141
146
  :'expires_at' => :'expires_at'
142
147
  }
@@ -177,6 +182,7 @@ module Dropbox::Sign
177
182
  :'test_mode' => :'Boolean',
178
183
  :'title' => :'String',
179
184
  :'use_text_tags' => :'Boolean',
185
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
180
186
  :'populate_auto_fill_fields' => :'Boolean',
181
187
  :'expires_at' => :'Integer'
182
188
  }
@@ -350,6 +356,12 @@ module Dropbox::Sign
350
356
  self.use_text_tags = false
351
357
  end
352
358
 
359
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
360
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
361
+ else
362
+ self.ignore_text_tags_extraction_errors = false
363
+ end
364
+
353
365
  if attributes.key?(:'populate_auto_fill_fields')
354
366
  self.populate_auto_fill_fields = attributes[:'populate_auto_fill_fields']
355
367
  else
@@ -467,6 +479,7 @@ module Dropbox::Sign
467
479
  test_mode == o.test_mode &&
468
480
  title == o.title &&
469
481
  use_text_tags == o.use_text_tags &&
482
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
470
483
  populate_auto_fill_fields == o.populate_auto_fill_fields &&
471
484
  expires_at == o.expires_at
472
485
  end
@@ -480,7 +493,7 @@ module Dropbox::Sign
480
493
  # Calculates hash code according to all attributes.
481
494
  # @return [Integer] Hash code
482
495
  def hash
483
- [client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, populate_auto_fill_fields, expires_at].hash
496
+ [client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, populate_auto_fill_fields, expires_at].hash
484
497
  end
485
498
 
486
499
  # Builds the object from hash
@@ -104,6 +104,10 @@ module Dropbox::Sign
104
104
  # @return [Boolean]
105
105
  attr_accessor :use_text_tags
106
106
 
107
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
108
+ # @return [Boolean]
109
+ attr_accessor :ignore_text_tags_extraction_errors
110
+
107
111
  # 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.
108
112
  # @return [Boolean]
109
113
  attr_accessor :populate_auto_fill_fields
@@ -137,6 +141,7 @@ module Dropbox::Sign
137
141
  :'test_mode' => :'test_mode',
138
142
  :'title' => :'title',
139
143
  :'use_text_tags' => :'use_text_tags',
144
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
140
145
  :'populate_auto_fill_fields' => :'populate_auto_fill_fields',
141
146
  :'expires_at' => :'expires_at'
142
147
  }
@@ -177,6 +182,7 @@ module Dropbox::Sign
177
182
  :'test_mode' => :'Boolean',
178
183
  :'title' => :'String',
179
184
  :'use_text_tags' => :'Boolean',
185
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
180
186
  :'populate_auto_fill_fields' => :'Boolean',
181
187
  :'expires_at' => :'Integer'
182
188
  }
@@ -350,6 +356,12 @@ module Dropbox::Sign
350
356
  self.use_text_tags = false
351
357
  end
352
358
 
359
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
360
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
361
+ else
362
+ self.ignore_text_tags_extraction_errors = false
363
+ end
364
+
353
365
  if attributes.key?(:'populate_auto_fill_fields')
354
366
  self.populate_auto_fill_fields = attributes[:'populate_auto_fill_fields']
355
367
  else
@@ -467,6 +479,7 @@ module Dropbox::Sign
467
479
  test_mode == o.test_mode &&
468
480
  title == o.title &&
469
481
  use_text_tags == o.use_text_tags &&
482
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
470
483
  populate_auto_fill_fields == o.populate_auto_fill_fields &&
471
484
  expires_at == o.expires_at
472
485
  end
@@ -480,7 +493,7 @@ module Dropbox::Sign
480
493
  # Calculates hash code according to all attributes.
481
494
  # @return [Integer] Hash code
482
495
  def hash
483
- [client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, populate_auto_fill_fields, expires_at].hash
496
+ [client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, populate_auto_fill_fields, expires_at].hash
484
497
  end
485
498
 
486
499
  # Builds the object from hash
@@ -112,6 +112,10 @@ module Dropbox::Sign
112
112
  # @return [Boolean]
113
113
  attr_accessor :use_text_tags
114
114
 
115
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
116
+ # @return [Boolean]
117
+ attr_accessor :ignore_text_tags_extraction_errors
118
+
115
119
  # 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.
116
120
  # @return [Integer, nil]
117
121
  attr_accessor :expires_at
@@ -143,6 +147,7 @@ module Dropbox::Sign
143
147
  :'test_mode' => :'test_mode',
144
148
  :'title' => :'title',
145
149
  :'use_text_tags' => :'use_text_tags',
150
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
146
151
  :'expires_at' => :'expires_at'
147
152
  }
148
153
  end
@@ -184,6 +189,7 @@ module Dropbox::Sign
184
189
  :'test_mode' => :'Boolean',
185
190
  :'title' => :'String',
186
191
  :'use_text_tags' => :'Boolean',
192
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
187
193
  :'expires_at' => :'Integer'
188
194
  }
189
195
  end
@@ -366,6 +372,12 @@ module Dropbox::Sign
366
372
  self.use_text_tags = false
367
373
  end
368
374
 
375
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
376
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
377
+ else
378
+ self.ignore_text_tags_extraction_errors = false
379
+ end
380
+
369
381
  if attributes.key?(:'expires_at')
370
382
  self.expires_at = attributes[:'expires_at']
371
383
  end
@@ -464,6 +476,7 @@ module Dropbox::Sign
464
476
  test_mode == o.test_mode &&
465
477
  title == o.title &&
466
478
  use_text_tags == o.use_text_tags &&
479
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
467
480
  expires_at == o.expires_at
468
481
  end
469
482
 
@@ -476,7 +489,7 @@ module Dropbox::Sign
476
489
  # Calculates hash code according to all attributes.
477
490
  # @return [Integer] Hash code
478
491
  def hash
479
- [files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, is_eid, message, metadata, signing_options, signing_redirect_url, subject, test_mode, title, use_text_tags, expires_at].hash
492
+ [files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, is_eid, message, metadata, signing_options, signing_redirect_url, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, expires_at].hash
480
493
  end
481
494
 
482
495
  # Builds the object from hash
@@ -116,6 +116,10 @@ module Dropbox::Sign
116
116
  # @return [Boolean]
117
117
  attr_accessor :use_text_tags
118
118
 
119
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
120
+ # @return [Boolean]
121
+ attr_accessor :ignore_text_tags_extraction_errors
122
+
119
123
  # 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.
120
124
  # @return [Integer, nil]
121
125
  attr_accessor :expires_at
@@ -148,6 +152,7 @@ module Dropbox::Sign
148
152
  :'test_mode' => :'test_mode',
149
153
  :'title' => :'title',
150
154
  :'use_text_tags' => :'use_text_tags',
155
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
151
156
  :'expires_at' => :'expires_at'
152
157
  }
153
158
  end
@@ -190,6 +195,7 @@ module Dropbox::Sign
190
195
  :'test_mode' => :'Boolean',
191
196
  :'title' => :'String',
192
197
  :'use_text_tags' => :'Boolean',
198
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
193
199
  :'expires_at' => :'Integer'
194
200
  }
195
201
  end
@@ -378,6 +384,12 @@ module Dropbox::Sign
378
384
  self.use_text_tags = false
379
385
  end
380
386
 
387
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
388
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
389
+ else
390
+ self.ignore_text_tags_extraction_errors = false
391
+ end
392
+
381
393
  if attributes.key?(:'expires_at')
382
394
  self.expires_at = attributes[:'expires_at']
383
395
  end
@@ -477,6 +489,7 @@ module Dropbox::Sign
477
489
  test_mode == o.test_mode &&
478
490
  title == o.title &&
479
491
  use_text_tags == o.use_text_tags &&
492
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
480
493
  expires_at == o.expires_at
481
494
  end
482
495
 
@@ -489,7 +502,7 @@ module Dropbox::Sign
489
502
  # Calculates hash code according to all attributes.
490
503
  # @return [Integer] Hash code
491
504
  def hash
492
- [files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, is_qualified_signature, is_eid, message, metadata, signing_options, signing_redirect_url, subject, test_mode, title, use_text_tags, expires_at].hash
505
+ [files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, is_qualified_signature, is_eid, message, metadata, signing_options, signing_redirect_url, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, expires_at].hash
493
506
  end
494
507
 
495
508
  # Builds the object from hash
@@ -116,6 +116,10 @@ module Dropbox::Sign
116
116
  # @return [Boolean]
117
117
  attr_accessor :use_preexisting_fields
118
118
 
119
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
120
+ # @return [Boolean]
121
+ attr_accessor :ignore_text_tags_extraction_errors
122
+
119
123
  # Attribute mapping from ruby-style variable name to JSON key.
120
124
  def self.attribute_map
121
125
  {
@@ -143,7 +147,8 @@ module Dropbox::Sign
143
147
  :'subject' => :'subject',
144
148
  :'test_mode' => :'test_mode',
145
149
  :'title' => :'title',
146
- :'use_preexisting_fields' => :'use_preexisting_fields'
150
+ :'use_preexisting_fields' => :'use_preexisting_fields',
151
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors'
147
152
  }
148
153
  end
149
154
 
@@ -184,7 +189,8 @@ module Dropbox::Sign
184
189
  :'subject' => :'String',
185
190
  :'test_mode' => :'Boolean',
186
191
  :'title' => :'String',
187
- :'use_preexisting_fields' => :'Boolean'
192
+ :'use_preexisting_fields' => :'Boolean',
193
+ :'ignore_text_tags_extraction_errors' => :'Boolean'
188
194
  }
189
195
  end
190
196
 
@@ -372,6 +378,12 @@ module Dropbox::Sign
372
378
  else
373
379
  self.use_preexisting_fields = false
374
380
  end
381
+
382
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
383
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
384
+ else
385
+ self.ignore_text_tags_extraction_errors = false
386
+ end
375
387
  end
376
388
 
377
389
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -467,7 +479,8 @@ module Dropbox::Sign
467
479
  subject == o.subject &&
468
480
  test_mode == o.test_mode &&
469
481
  title == o.title &&
470
- use_preexisting_fields == o.use_preexisting_fields
482
+ use_preexisting_fields == o.use_preexisting_fields &&
483
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors
471
484
  end
472
485
 
473
486
  # @see the `==` method
@@ -479,7 +492,7 @@ module Dropbox::Sign
479
492
  # Calculates hash code according to all attributes.
480
493
  # @return [Integer] Hash code
481
494
  def hash
482
- [client_id, files, file_urls, allow_ccs, allow_reassign, attachments, cc_roles, editor_options, field_options, force_signer_roles, force_subject_message, form_field_groups, form_field_rules, form_fields_per_document, merge_fields, message, metadata, show_preview, show_progress_stepper, signer_roles, skip_me_now, subject, test_mode, title, use_preexisting_fields].hash
495
+ [client_id, files, file_urls, allow_ccs, allow_reassign, attachments, cc_roles, editor_options, field_options, force_signer_roles, force_subject_message, form_field_groups, form_field_rules, form_fields_per_document, merge_fields, message, metadata, show_preview, show_progress_stepper, signer_roles, skip_me_now, subject, test_mode, title, use_preexisting_fields, ignore_text_tags_extraction_errors].hash
483
496
  end
484
497
 
485
498
  # Builds the object from hash
@@ -89,6 +89,10 @@ module Dropbox::Sign
89
89
  # @return [Boolean]
90
90
  attr_accessor :use_preexisting_fields
91
91
 
92
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
93
+ # @return [Boolean]
94
+ attr_accessor :ignore_text_tags_extraction_errors
95
+
92
96
  # Attribute mapping from ruby-style variable name to JSON key.
93
97
  def self.attribute_map
94
98
  {
@@ -109,7 +113,8 @@ module Dropbox::Sign
109
113
  :'subject' => :'subject',
110
114
  :'test_mode' => :'test_mode',
111
115
  :'title' => :'title',
112
- :'use_preexisting_fields' => :'use_preexisting_fields'
116
+ :'use_preexisting_fields' => :'use_preexisting_fields',
117
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors'
113
118
  }
114
119
  end
115
120
 
@@ -143,7 +148,8 @@ module Dropbox::Sign
143
148
  :'subject' => :'String',
144
149
  :'test_mode' => :'Boolean',
145
150
  :'title' => :'String',
146
- :'use_preexisting_fields' => :'Boolean'
151
+ :'use_preexisting_fields' => :'Boolean',
152
+ :'ignore_text_tags_extraction_errors' => :'Boolean'
147
153
  }
148
154
  end
149
155
 
@@ -291,6 +297,12 @@ module Dropbox::Sign
291
297
  else
292
298
  self.use_preexisting_fields = false
293
299
  end
300
+
301
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
302
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
303
+ else
304
+ self.ignore_text_tags_extraction_errors = false
305
+ end
294
306
  end
295
307
 
296
308
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -394,7 +406,8 @@ module Dropbox::Sign
394
406
  subject == o.subject &&
395
407
  test_mode == o.test_mode &&
396
408
  title == o.title &&
397
- use_preexisting_fields == o.use_preexisting_fields
409
+ use_preexisting_fields == o.use_preexisting_fields &&
410
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors
398
411
  end
399
412
 
400
413
  # @see the `==` method
@@ -406,7 +419,7 @@ module Dropbox::Sign
406
419
  # Calculates hash code according to all attributes.
407
420
  # @return [Integer] Hash code
408
421
  def hash
409
- [form_fields_per_document, signer_roles, files, file_urls, allow_reassign, attachments, cc_roles, client_id, field_options, form_field_groups, form_field_rules, merge_fields, message, metadata, subject, test_mode, title, use_preexisting_fields].hash
422
+ [form_fields_per_document, signer_roles, files, file_urls, allow_reassign, attachments, cc_roles, client_id, field_options, form_field_groups, form_field_rules, merge_fields, message, metadata, subject, test_mode, title, use_preexisting_fields, ignore_text_tags_extraction_errors].hash
410
423
  end
411
424
 
412
425
  # Builds the object from hash
@@ -152,6 +152,10 @@ module Dropbox::Sign
152
152
  # @return [Boolean]
153
153
  attr_accessor :use_text_tags
154
154
 
155
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
156
+ # @return [Boolean]
157
+ attr_accessor :ignore_text_tags_extraction_errors
158
+
155
159
  # 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.
156
160
  # @return [Boolean]
157
161
  attr_accessor :populate_auto_fill_fields
@@ -219,6 +223,7 @@ module Dropbox::Sign
219
223
  :'type' => :'type',
220
224
  :'use_preexisting_fields' => :'use_preexisting_fields',
221
225
  :'use_text_tags' => :'use_text_tags',
226
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
222
227
  :'populate_auto_fill_fields' => :'populate_auto_fill_fields',
223
228
  :'expires_at' => :'expires_at'
224
229
  }
@@ -271,6 +276,7 @@ module Dropbox::Sign
271
276
  :'type' => :'String',
272
277
  :'use_preexisting_fields' => :'Boolean',
273
278
  :'use_text_tags' => :'Boolean',
279
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
274
280
  :'populate_auto_fill_fields' => :'Boolean',
275
281
  :'expires_at' => :'Integer'
276
282
  }
@@ -508,6 +514,12 @@ module Dropbox::Sign
508
514
  self.use_text_tags = false
509
515
  end
510
516
 
517
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
518
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
519
+ else
520
+ self.ignore_text_tags_extraction_errors = false
521
+ end
522
+
511
523
  if attributes.key?(:'populate_auto_fill_fields')
512
524
  self.populate_auto_fill_fields = attributes[:'populate_auto_fill_fields']
513
525
  else
@@ -649,6 +661,7 @@ module Dropbox::Sign
649
661
  type == o.type &&
650
662
  use_preexisting_fields == o.use_preexisting_fields &&
651
663
  use_text_tags == o.use_text_tags &&
664
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
652
665
  populate_auto_fill_fields == o.populate_auto_fill_fields &&
653
666
  expires_at == o.expires_at
654
667
  end
@@ -662,7 +675,7 @@ module Dropbox::Sign
662
675
  # Calculates hash code according to all attributes.
663
676
  # @return [Integer] Hash code
664
677
  def hash
665
- [client_id, requester_email_address, files, file_urls, allow_ccs, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, editor_options, field_options, force_signer_page, force_subject_message, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, hold_request, is_for_embedded_signing, message, metadata, requesting_redirect_url, show_preview, show_progress_stepper, signers, signing_options, signing_redirect_url, skip_me_now, subject, test_mode, type, use_preexisting_fields, use_text_tags, populate_auto_fill_fields, expires_at].hash
678
+ [client_id, requester_email_address, files, file_urls, allow_ccs, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, editor_options, field_options, force_signer_page, force_subject_message, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, hold_request, is_for_embedded_signing, message, metadata, requesting_redirect_url, show_preview, show_progress_stepper, signers, signing_options, signing_redirect_url, skip_me_now, subject, test_mode, type, use_preexisting_fields, use_text_tags, ignore_text_tags_extraction_errors, populate_auto_fill_fields, expires_at].hash
666
679
  end
667
680
 
668
681
  # Builds the object from hash
@@ -109,6 +109,10 @@ module Dropbox::Sign
109
109
  # @return [Boolean]
110
110
  attr_accessor :use_text_tags
111
111
 
112
+ # Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
113
+ # @return [Boolean]
114
+ attr_accessor :ignore_text_tags_extraction_errors
115
+
112
116
  # 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.
113
117
  # @return [Integer, nil]
114
118
  attr_accessor :expires_at
@@ -161,6 +165,7 @@ module Dropbox::Sign
161
165
  :'test_mode' => :'test_mode',
162
166
  :'use_preexisting_fields' => :'use_preexisting_fields',
163
167
  :'use_text_tags' => :'use_text_tags',
168
+ :'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
164
169
  :'expires_at' => :'expires_at'
165
170
  }
166
171
  end
@@ -201,6 +206,7 @@ module Dropbox::Sign
201
206
  :'test_mode' => :'Boolean',
202
207
  :'use_preexisting_fields' => :'Boolean',
203
208
  :'use_text_tags' => :'Boolean',
209
+ :'ignore_text_tags_extraction_errors' => :'Boolean',
204
210
  :'expires_at' => :'Integer'
205
211
  }
206
212
  end
@@ -377,6 +383,12 @@ module Dropbox::Sign
377
383
  self.use_text_tags = false
378
384
  end
379
385
 
386
+ if attributes.key?(:'ignore_text_tags_extraction_errors')
387
+ self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
388
+ else
389
+ self.ignore_text_tags_extraction_errors = false
390
+ end
391
+
380
392
  if attributes.key?(:'expires_at')
381
393
  self.expires_at = attributes[:'expires_at']
382
394
  end
@@ -476,6 +488,7 @@ module Dropbox::Sign
476
488
  test_mode == o.test_mode &&
477
489
  use_preexisting_fields == o.use_preexisting_fields &&
478
490
  use_text_tags == o.use_text_tags &&
491
+ ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
479
492
  expires_at == o.expires_at
480
493
  end
481
494
 
@@ -488,7 +501,7 @@ module Dropbox::Sign
488
501
  # Calculates hash code according to all attributes.
489
502
  # @return [Integer] Hash code
490
503
  def hash
491
- [type, files, file_urls, allow_decline, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, show_progress_stepper, signers, signing_options, signing_redirect_url, subject, test_mode, use_preexisting_fields, use_text_tags, expires_at].hash
504
+ [type, files, file_urls, allow_decline, attachments, cc_email_addresses, client_id, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, show_progress_stepper, signers, signing_options, signing_redirect_url, subject, test_mode, use_preexisting_fields, use_text_tags, ignore_text_tags_extraction_errors, expires_at].hash
492
505
  end
493
506
 
494
507
  # Builds the object from hash
@@ -14,5 +14,5 @@ module Dropbox
14
14
  end
15
15
 
16
16
  module Dropbox::Sign
17
- VERSION = '1.12.0'
17
+ VERSION = '1.13.0'
18
18
  end
data/openapi-config.yaml CHANGED
@@ -9,7 +9,7 @@ additionalProperties:
9
9
  gemName: dropbox-sign
10
10
  gemRequiredRubyVersion: '>= 2.7'
11
11
  moduleName: "Dropbox::Sign"
12
- gemVersion: 1.12.0
12
+ gemVersion: 1.13.0
13
13
  sortModelPropertiesByRequiredFlag: true
14
14
  legacyDiscriminatorBehavior: true
15
15
  gitUserId: hellosign
data/openapi-sdk.yaml CHANGED
@@ -8555,6 +8555,10 @@ components:
8555
8555
  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`.'
8556
8556
  type: boolean
8557
8557
  default: false
8558
+ ignore_text_tags_extraction_errors:
8559
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
8560
+ type: boolean
8561
+ default: false
8558
8562
  populate_auto_fill_fields:
8559
8563
  description: |-
8560
8564
  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.
@@ -8800,6 +8804,10 @@ components:
8800
8804
  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`.'
8801
8805
  type: boolean
8802
8806
  default: false
8807
+ ignore_text_tags_extraction_errors:
8808
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
8809
+ type: boolean
8810
+ default: false
8803
8811
  expires_at:
8804
8812
  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.'
8805
8813
  type: integer
@@ -8945,6 +8953,10 @@ components:
8945
8953
  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`.'
8946
8954
  type: boolean
8947
8955
  default: false
8956
+ ignore_text_tags_extraction_errors:
8957
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
8958
+ type: boolean
8959
+ default: false
8948
8960
  populate_auto_fill_fields:
8949
8961
  description: |-
8950
8962
  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.
@@ -9300,6 +9312,10 @@ components:
9300
9312
  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`.'
9301
9313
  type: boolean
9302
9314
  default: false
9315
+ ignore_text_tags_extraction_errors:
9316
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
9317
+ type: boolean
9318
+ default: false
9303
9319
  expires_at:
9304
9320
  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.'
9305
9321
  type: integer
@@ -10657,6 +10673,10 @@ components:
10657
10673
  description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).'
10658
10674
  type: boolean
10659
10675
  default: false
10676
+ ignore_text_tags_extraction_errors:
10677
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
10678
+ type: boolean
10679
+ default: false
10660
10680
  type: object
10661
10681
  TemplateCreateEmbeddedDraftRequest:
10662
10682
  required:
@@ -10799,6 +10819,10 @@ components:
10799
10819
  description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).'
10800
10820
  type: boolean
10801
10821
  default: false
10822
+ ignore_text_tags_extraction_errors:
10823
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
10824
+ type: boolean
10825
+ default: false
10802
10826
  type: object
10803
10827
  TemplateRemoveUserRequest:
10804
10828
  properties:
@@ -10978,6 +11002,10 @@ components:
10978
11002
  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.'
10979
11003
  type: boolean
10980
11004
  default: false
11005
+ ignore_text_tags_extraction_errors:
11006
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
11007
+ type: boolean
11008
+ default: false
10981
11009
  expires_at:
10982
11010
  description: |-
10983
11011
  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.
@@ -11168,6 +11196,10 @@ components:
11168
11196
  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.'
11169
11197
  type: boolean
11170
11198
  default: false
11199
+ ignore_text_tags_extraction_errors:
11200
+ description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.'
11201
+ type: boolean
11202
+ default: false
11171
11203
  populate_auto_fill_fields:
11172
11204
  description: |-
11173
11205
  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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "default": {
3
- "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=AKIAJWEWDFQHQMBECJZA&amp;Expires=1452868903&amp;Signature=M%2FNDS%2BQre8xjPvzm7fHf%2BjO8Zbc%3D",
3
+ "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=EXAMPLE_ACCESS_KEY_ID&amp;Expires=1452868903&amp;Signature=EXAMPLE_SIGNATURE",
4
4
  "expires_at": 1458605123
5
5
  }
6
6
  }
@@ -122,7 +122,8 @@
122
122
  "subject": "The NDA we talked about",
123
123
  "test_mode": true,
124
124
  "title": "NDA with Acme Co.",
125
- "use_text_tags": false
125
+ "use_text_tags": false,
126
+ "ignore_text_tags_extraction_errors": false
126
127
  },
127
128
  "with_grouped_signers": {
128
129
  "allow_decline": true,
@@ -259,6 +260,7 @@
259
260
  "subject": "The NDA we talked about",
260
261
  "test_mode": true,
261
262
  "title": "NDA with Acme Co.",
262
- "use_text_tags": false
263
+ "use_text_tags": false,
264
+ "ignore_text_tags_extraction_errors": false
263
265
  }
264
266
  }
@@ -236,7 +236,8 @@
236
236
  "subject": "The NDA we talked about",
237
237
  "test_mode": true,
238
238
  "title": "NDA with Acme Co.",
239
- "use_text_tags": true
239
+ "use_text_tags": true,
240
+ "ignore_text_tags_extraction_errors": false
240
241
  },
241
242
  "with_grouped_signers": {
242
243
  "allow_decline": true,
@@ -476,6 +477,7 @@
476
477
  "subject": "The NDA we talked about",
477
478
  "test_mode": true,
478
479
  "title": "NDA with Acme Co.",
479
- "use_text_tags": true
480
+ "use_text_tags": true,
481
+ "ignore_text_tags_extraction_errors": false
480
482
  }
481
483
  }
@@ -120,6 +120,7 @@
120
120
  "subject": "Please sign this document",
121
121
  "test_mode": true,
122
122
  "title": "Test Template",
123
- "use_preexisting_fields": true
123
+ "use_preexisting_fields": true,
124
+ "ignore_text_tags_extraction_errors": false
124
125
  }
125
126
  }
@@ -137,6 +137,7 @@
137
137
  "test_mode": true,
138
138
  "type": "send_document",
139
139
  "use_preexisting_fields": true,
140
- "use_text_tags": true
140
+ "use_text_tags": true,
141
+ "ignore_text_tags_extraction_errors": false
141
142
  }
142
143
  }
@@ -122,6 +122,7 @@
122
122
  "test_mode": true,
123
123
  "type": "send_document",
124
124
  "use_preexisting_fields": true,
125
- "use_text_tags": true
125
+ "use_text_tags": true,
126
+ "ignore_text_tags_extraction_errors": false
126
127
  }
127
128
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropbox-sign
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dropbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-22 00:00:00.000000000 Z
11
+ date: 2026-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -733,19 +733,19 @@ signing_key:
733
733
  specification_version: 4
734
734
  summary: Dropbox Sign API Ruby Gem
735
735
  test_files:
736
- - spec/api/fax_api_spec.rb
737
- - spec/api/embedded_api_spec.rb
738
- - spec/api/signature_request_api_spec.rb
739
736
  - spec/api/account_api_spec.rb
740
- - spec/api/report_api_spec.rb
737
+ - spec/api/unclaimed_draft_api_spec.rb
738
+ - spec/api/fax_line_api_spec.rb
741
739
  - spec/api/team_api_spec.rb
742
- - spec/api/error_handling_spec.rb
740
+ - spec/api/report_api_spec.rb
743
741
  - spec/api/oauth_api_spec.rb
744
- - spec/api/template_api_spec.rb
745
- - spec/api/unclaimed_draft_api_spec.rb
746
- - spec/api/api_app_api_spec.rb
747
742
  - spec/api/bulk_send_job_api_spec.rb
748
- - spec/api/fax_line_api_spec.rb
743
+ - spec/api/api_app_api_spec.rb
744
+ - spec/api/signature_request_api_spec.rb
745
+ - spec/api/embedded_api_spec.rb
746
+ - spec/api/error_handling_spec.rb
747
+ - spec/api/template_api_spec.rb
748
+ - spec/api/fax_api_spec.rb
749
749
  - spec/api_client_spec.rb
750
750
  - spec/configuration_spec.rb
751
751
  - spec/event_callback_helper_spec.rb