hellosign-ruby-sdk 3.2.8 → 3.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 512f332004fb7f9b998ba9fd7fb7e7f4c9c0b680
4
- data.tar.gz: 701daa5d4ddb438d53fe30754e84158ea0dfcc85
3
+ metadata.gz: 460b7235efe34095a98aa16fbf1b78364015fca7
4
+ data.tar.gz: c53ec9382a3de44689c407eb6a4e6978f67daf06
5
5
  SHA512:
6
- metadata.gz: 77c45f2b777704d6846109425533be79467ba49929614108193b61761be6ad708c58f8631446d9a1b72ae76c819e0fb0abe0195d37a13a8ee0d2117bf6f7804f
7
- data.tar.gz: e120fe4bd95d455bad3f5d36bd8cd603ca421598e4a41ce462fbea5000565b5df715874a9fcb871047770964c4c39d2b984fc623e8f0dcd88dadf46c3e264797
6
+ metadata.gz: e6165b989d89664737a9b2517173aefa61268ae6fec57f6a0fedef83be3f7adefd86c7e1e807345d499013649dd8efe797b9e8a58e7f4d1306e9c3b3a611ad95
7
+ data.tar.gz: a712f89962e3640b84643368cfccee19134ee07debc4a23720dcb69aa2b895eb1788cbe21821f33459f796a602e4c58d1cd15511dff0858e6299bfec6f9ca6d6
@@ -137,7 +137,8 @@ module HelloSign
137
137
  # * :order (Integer) The order the signer is required to sign in
138
138
  # * :pin (Integer) The 4- to 12-character access code that will secure this signer's signature page. You must have a business plan to use this feature.
139
139
  # @option opts [Array<Hash>] ccs The email addresses CC destinations. Required when a CC role exists for the Template.
140
- # @option opts [Array<Hash>] custom_fields The value to fill in for the custom field with the name of CustomFieldName. Required when a CustomField exists in the Template.
140
+ # @option opts [Hash] custom_fields (deprecated) The value to fill in for the custom field with the name of CustomFieldName.
141
+ # @option opts [Array<Hash>] custom_fields An array of custom merge fields, representing those present in the template. Only specify this when NOT specifying custom_fields by hash (the old way).
141
142
  # @option opts [Integer] ux_version sets the version of the signer page to use
142
143
  #
143
144
  # @return [HelloSign::Resource::SignatureRequest] a SignatureRequest
@@ -322,7 +323,8 @@ module HelloSign
322
323
  # * :order (Integer) The order the signer is required to sign in
323
324
  # * :pin (Integer) The 4- to 12-character access code that will secure this signer's signature page. You must have a business plan to use this feature.
324
325
  # @option opts [Hash] ccs The email address of the CC filling the role of RoleName. Required when a CC role exists for the Template.
325
- # @option opts [Hash] custom_fields The value to fill in for custom field with the name of CustomFieldName. Required when a CustomField exists in the Template.
326
+ # @option opts [Hash] custom_fields (deprecated) The value to fill in for custom field with the name of CustomFieldName.
327
+ # @option opts [Array<Hash>] custom_fields An array of custom merge fields, representing those present in the template. Only specify this when NOT specifying custom_fields by hash (the old way)
326
328
  # @option opts [Integer] ux_version sets the version of the signer page to use
327
329
  #
328
330
  # @return [HelloSign::Resource::SignatureRequest] a SignatureRequest
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.2.8'
26
+ VERSION = '3.2.9'
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellosign-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.8
4
+ version: 3.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign