docusign_esign 3.14.0 → 3.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,11 @@ module DocuSign_eSign
33
33
 
34
34
  attr_accessor :group_name_metadata
35
35
 
36
+ # The initial value of the tab when it was sent to the recipient.
37
+ attr_accessor :original_value
38
+
39
+ attr_accessor :original_value_metadata
40
+
36
41
  # Specifies the locations and status for radio buttons that are grouped together.
37
42
  attr_accessor :radios
38
43
 
@@ -86,6 +91,11 @@ module DocuSign_eSign
86
91
 
87
92
  attr_accessor :tooltip_metadata
88
93
 
94
+ # Specifies the value of the tab.
95
+ attr_accessor :value
96
+
97
+ attr_accessor :value_metadata
98
+
89
99
  # Attribute mapping from ruby-style variable name to JSON key.
90
100
  def self.attribute_map
91
101
  {
@@ -97,6 +107,8 @@ module DocuSign_eSign
97
107
  :'document_id_metadata' => :'documentIdMetadata',
98
108
  :'group_name' => :'groupName',
99
109
  :'group_name_metadata' => :'groupNameMetadata',
110
+ :'original_value' => :'originalValue',
111
+ :'original_value_metadata' => :'originalValueMetadata',
100
112
  :'radios' => :'radios',
101
113
  :'recipient_id' => :'recipientId',
102
114
  :'recipient_id_guid' => :'recipientIdGuid',
@@ -117,7 +129,9 @@ module DocuSign_eSign
117
129
  :'template_required' => :'templateRequired',
118
130
  :'template_required_metadata' => :'templateRequiredMetadata',
119
131
  :'tooltip' => :'tooltip',
120
- :'tooltip_metadata' => :'tooltipMetadata'
132
+ :'tooltip_metadata' => :'tooltipMetadata',
133
+ :'value' => :'value',
134
+ :'value_metadata' => :'valueMetadata'
121
135
  }
122
136
  end
123
137
 
@@ -132,6 +146,8 @@ module DocuSign_eSign
132
146
  :'document_id_metadata' => :'PropertyMetadata',
133
147
  :'group_name' => :'String',
134
148
  :'group_name_metadata' => :'PropertyMetadata',
149
+ :'original_value' => :'String',
150
+ :'original_value_metadata' => :'PropertyMetadata',
135
151
  :'radios' => :'Array<Radio>',
136
152
  :'recipient_id' => :'String',
137
153
  :'recipient_id_guid' => :'String',
@@ -152,7 +168,9 @@ module DocuSign_eSign
152
168
  :'template_required' => :'String',
153
169
  :'template_required_metadata' => :'PropertyMetadata',
154
170
  :'tooltip' => :'String',
155
- :'tooltip_metadata' => :'PropertyMetadata'
171
+ :'tooltip_metadata' => :'PropertyMetadata',
172
+ :'value' => :'String',
173
+ :'value_metadata' => :'PropertyMetadata'
156
174
  }
157
175
  end
158
176
 
@@ -196,6 +214,14 @@ module DocuSign_eSign
196
214
  self.group_name_metadata = attributes[:'groupNameMetadata']
197
215
  end
198
216
 
217
+ if attributes.has_key?(:'originalValue')
218
+ self.original_value = attributes[:'originalValue']
219
+ end
220
+
221
+ if attributes.has_key?(:'originalValueMetadata')
222
+ self.original_value_metadata = attributes[:'originalValueMetadata']
223
+ end
224
+
199
225
  if attributes.has_key?(:'radios')
200
226
  if (value = attributes[:'radios']).is_a?(Array)
201
227
  self.radios = value
@@ -281,6 +307,14 @@ module DocuSign_eSign
281
307
  if attributes.has_key?(:'tooltipMetadata')
282
308
  self.tooltip_metadata = attributes[:'tooltipMetadata']
283
309
  end
310
+
311
+ if attributes.has_key?(:'value')
312
+ self.value = attributes[:'value']
313
+ end
314
+
315
+ if attributes.has_key?(:'valueMetadata')
316
+ self.value_metadata = attributes[:'valueMetadata']
317
+ end
284
318
  end
285
319
 
286
320
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -309,6 +343,8 @@ module DocuSign_eSign
309
343
  document_id_metadata == o.document_id_metadata &&
310
344
  group_name == o.group_name &&
311
345
  group_name_metadata == o.group_name_metadata &&
346
+ original_value == o.original_value &&
347
+ original_value_metadata == o.original_value_metadata &&
312
348
  radios == o.radios &&
313
349
  recipient_id == o.recipient_id &&
314
350
  recipient_id_guid == o.recipient_id_guid &&
@@ -329,7 +365,9 @@ module DocuSign_eSign
329
365
  template_required == o.template_required &&
330
366
  template_required_metadata == o.template_required_metadata &&
331
367
  tooltip == o.tooltip &&
332
- tooltip_metadata == o.tooltip_metadata
368
+ tooltip_metadata == o.tooltip_metadata &&
369
+ value == o.value &&
370
+ value_metadata == o.value_metadata
333
371
  end
334
372
 
335
373
  # @see the `==` method
@@ -341,7 +379,7 @@ module DocuSign_eSign
341
379
  # Calculates hash code according to all attributes.
342
380
  # @return [Fixnum] Hash code
343
381
  def hash
344
- [conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, document_id, document_id_metadata, group_name, group_name_metadata, radios, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, shared, shared_metadata, share_to_recipients, share_to_recipients_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tooltip_metadata].hash
382
+ [conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, document_id, document_id_metadata, group_name, group_name_metadata, original_value, original_value_metadata, radios, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, shared, shared_metadata, share_to_recipients, share_to_recipients_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tooltip_metadata, value, value_metadata].hash
345
383
  end
346
384
 
347
385
  # Builds the object from hash
@@ -13,21 +13,21 @@ require 'date'
13
13
 
14
14
  module DocuSign_eSign
15
15
  class ScheduledSendingApiModel
16
- #
16
+ # An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.
17
17
  attr_accessor :resume_date
18
18
 
19
- #
19
+ # A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.
20
20
  attr_accessor :rules
21
21
 
22
- # Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
22
+ # \"pending\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \"started\" if the scheduled sending delay is in progress. \"completed\" if the scheduled sending delay has elapsed and the envelope has been sent.
23
23
  attr_accessor :status
24
24
 
25
25
  # Attribute mapping from ruby-style variable name to JSON key.
26
26
  def self.attribute_map
27
27
  {
28
- :'resume_date' => :'ResumeDate',
29
- :'rules' => :'Rules',
30
- :'status' => :'Status'
28
+ :'resume_date' => :'resumeDate',
29
+ :'rules' => :'rules',
30
+ :'status' => :'status'
31
31
  }
32
32
  end
33
33
 
@@ -48,18 +48,18 @@ module DocuSign_eSign
48
48
  # convert string to symbol for hash key
49
49
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
50
50
 
51
- if attributes.has_key?(:'ResumeDate')
52
- self.resume_date = attributes[:'ResumeDate']
51
+ if attributes.has_key?(:'resumeDate')
52
+ self.resume_date = attributes[:'resumeDate']
53
53
  end
54
54
 
55
- if attributes.has_key?(:'Rules')
56
- if (value = attributes[:'Rules']).is_a?(Array)
55
+ if attributes.has_key?(:'rules')
56
+ if (value = attributes[:'rules']).is_a?(Array)
57
57
  self.rules = value
58
58
  end
59
59
  end
60
60
 
61
- if attributes.has_key?(:'Status')
62
- self.status = attributes[:'Status']
61
+ if attributes.has_key?(:'status')
62
+ self.status = attributes[:'status']
63
63
  end
64
64
  end
65
65
 
@@ -95,6 +95,9 @@ module DocuSign_eSign
95
95
 
96
96
  attr_accessor :email_notification
97
97
 
98
+ #
99
+ attr_accessor :email_recipient_post_signing_url
100
+
98
101
  # Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]`
99
102
  attr_accessor :embedded_recipient_start_url
100
103
 
@@ -301,6 +304,7 @@ module DocuSign_eSign
301
304
  :'email' => :'email',
302
305
  :'email_metadata' => :'emailMetadata',
303
306
  :'email_notification' => :'emailNotification',
307
+ :'email_recipient_post_signing_url' => :'emailRecipientPostSigningURL',
304
308
  :'embedded_recipient_start_url' => :'embeddedRecipientStartURL',
305
309
  :'error_details' => :'errorDetails',
306
310
  :'excluded_documents' => :'excludedDocuments',
@@ -402,6 +406,7 @@ module DocuSign_eSign
402
406
  :'email' => :'String',
403
407
  :'email_metadata' => :'PropertyMetadata',
404
408
  :'email_notification' => :'RecipientEmailNotification',
409
+ :'email_recipient_post_signing_url' => :'String',
405
410
  :'embedded_recipient_start_url' => :'String',
406
411
  :'error_details' => :'ErrorDetails',
407
412
  :'excluded_documents' => :'Array<String>',
@@ -603,6 +608,10 @@ module DocuSign_eSign
603
608
  self.email_notification = attributes[:'emailNotification']
604
609
  end
605
610
 
611
+ if attributes.has_key?(:'emailRecipientPostSigningURL')
612
+ self.email_recipient_post_signing_url = attributes[:'emailRecipientPostSigningURL']
613
+ end
614
+
606
615
  if attributes.has_key?(:'embeddedRecipientStartURL')
607
616
  self.embedded_recipient_start_url = attributes[:'embeddedRecipientStartURL']
608
617
  end
@@ -927,6 +936,7 @@ module DocuSign_eSign
927
936
  email == o.email &&
928
937
  email_metadata == o.email_metadata &&
929
938
  email_notification == o.email_notification &&
939
+ email_recipient_post_signing_url == o.email_recipient_post_signing_url &&
930
940
  embedded_recipient_start_url == o.embedded_recipient_start_url &&
931
941
  error_details == o.error_details &&
932
942
  excluded_documents == o.excluded_documents &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delegated_by, delegated_to, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, notary_signer_email_sent, note, note_metadata, offline_attributes, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id].hash
1017
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delegated_by, delegated_to, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, email_recipient_post_signing_url, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, notary_signer_email_sent, note, note_metadata, offline_attributes, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id].hash
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash
@@ -95,6 +95,9 @@ module DocuSign_eSign
95
95
 
96
96
  attr_accessor :email_notification
97
97
 
98
+ #
99
+ attr_accessor :email_recipient_post_signing_url
100
+
98
101
  # Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]`
99
102
  attr_accessor :embedded_recipient_start_url
100
103
 
@@ -307,6 +310,7 @@ module DocuSign_eSign
307
310
  :'email' => :'email',
308
311
  :'email_metadata' => :'emailMetadata',
309
312
  :'email_notification' => :'emailNotification',
313
+ :'email_recipient_post_signing_url' => :'emailRecipientPostSigningURL',
310
314
  :'embedded_recipient_start_url' => :'embeddedRecipientStartURL',
311
315
  :'error_details' => :'errorDetails',
312
316
  :'excluded_documents' => :'excludedDocuments',
@@ -410,6 +414,7 @@ module DocuSign_eSign
410
414
  :'email' => :'String',
411
415
  :'email_metadata' => :'PropertyMetadata',
412
416
  :'email_notification' => :'RecipientEmailNotification',
417
+ :'email_recipient_post_signing_url' => :'String',
413
418
  :'embedded_recipient_start_url' => :'String',
414
419
  :'error_details' => :'ErrorDetails',
415
420
  :'excluded_documents' => :'Array<String>',
@@ -613,6 +618,10 @@ module DocuSign_eSign
613
618
  self.email_notification = attributes[:'emailNotification']
614
619
  end
615
620
 
621
+ if attributes.has_key?(:'emailRecipientPostSigningURL')
622
+ self.email_recipient_post_signing_url = attributes[:'emailRecipientPostSigningURL']
623
+ end
624
+
616
625
  if attributes.has_key?(:'embeddedRecipientStartURL')
617
626
  self.embedded_recipient_start_url = attributes[:'embeddedRecipientStartURL']
618
627
  end
@@ -945,6 +954,7 @@ module DocuSign_eSign
945
954
  email == o.email &&
946
955
  email_metadata == o.email_metadata &&
947
956
  email_notification == o.email_notification &&
957
+ email_recipient_post_signing_url == o.email_recipient_post_signing_url &&
948
958
  embedded_recipient_start_url == o.embedded_recipient_start_url &&
949
959
  error_details == o.error_details &&
950
960
  excluded_documents == o.excluded_documents &&
@@ -1024,7 +1034,7 @@ module DocuSign_eSign
1024
1034
  # Calculates hash code according to all attributes.
1025
1035
  # @return [Fixnum] Hash code
1026
1036
  def hash
1027
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delegated_by, delegated_to, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, notary_signer_email_sent, note, note_metadata, offline_attributes, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id, witness_for, witness_for_guid].hash
1037
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delegated_by, delegated_to, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, email_recipient_post_signing_url, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, notary_signer_email_sent, note, note_metadata, offline_attributes, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id, witness_for, witness_for_guid].hash
1028
1038
  end
1029
1039
 
1030
1040
  # Builds the object from hash
@@ -10,5 +10,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
10
10
  =end
11
11
 
12
12
  module DocuSign_eSign
13
- VERSION = '3.14.0'
13
+ VERSION = '3.15.0'
14
14
  end
@@ -113,6 +113,7 @@ require 'docusign_esign/models/bulk_recipients_request'
113
113
  require 'docusign_esign/models/bulk_recipients_response'
114
114
  require 'docusign_esign/models/bulk_recipients_summary_response'
115
115
  require 'docusign_esign/models/bulk_recipients_update_response'
116
+ require 'docusign_esign/models/bulk_send_batch_action_request'
116
117
  require 'docusign_esign/models/bulk_send_batch_error'
117
118
  require 'docusign_esign/models/bulk_send_batch_request'
118
119
  require 'docusign_esign/models/bulk_send_batch_status'