docusign_esign 3.10.0 → 3.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/docusign_esign-2.12.0.rc1.gem +0 -0
- data/docusign_esign-3.12.0.rc1.gem +0 -0
- data/docusign_esign.gemspec +1 -0
- data/lib/docusign_esign/api/envelopes_api.rb +0 -287
- data/lib/docusign_esign/api/users_api.rb +45 -9
- data/lib/docusign_esign/client/api_client.rb +3 -2
- data/lib/docusign_esign/configuration.rb +2 -1
- data/lib/docusign_esign/models/account_billing_plan.rb +31 -1
- data/lib/docusign_esign/models/account_billing_plan_response.rb +11 -1
- data/lib/docusign_esign/models/account_signature_definition.rb +11 -1
- data/lib/docusign_esign/models/agent.rb +20 -1
- data/lib/docusign_esign/models/carbon_copy.rb +20 -1
- data/lib/docusign_esign/models/certified_delivery.rb +20 -1
- data/lib/docusign_esign/models/credit_card_information.rb +24 -4
- data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +44 -4
- data/lib/docusign_esign/models/downgrade_plan_update_response.rb +54 -4
- data/lib/docusign_esign/models/editor.rb +20 -1
- data/lib/docusign_esign/models/envelope_form_data.rb +1 -1
- data/lib/docusign_esign/models/in_person_signer.rb +11 -1
- data/lib/docusign_esign/models/initial_here.rb +11 -1
- data/lib/docusign_esign/models/intermediary.rb +20 -1
- data/lib/docusign_esign/models/notary_host.rb +11 -1
- data/lib/docusign_esign/models/notary_recipient.rb +20 -1
- data/lib/docusign_esign/models/payment_method_with_options.rb +13 -1
- data/lib/docusign_esign/models/prefill_form_data.rb +216 -0
- data/lib/docusign_esign/models/prefill_tabs.rb +25 -1
- data/lib/docusign_esign/models/recipient_preview_request.rb +10 -1
- data/lib/docusign_esign/models/recipient_proof_file.rb +11 -1
- data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +174 -0
- data/lib/docusign_esign/models/recipient_view_request.rb +10 -1
- data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +121 -1
- data/lib/docusign_esign/models/seal_sign.rb +11 -1
- data/lib/docusign_esign/models/sender_company.rb +1011 -0
- data/lib/docusign_esign/models/sender_name.rb +1011 -0
- data/lib/docusign_esign/models/sign_here.rb +11 -1
- data/lib/docusign_esign/models/signer.rb +20 -1
- data/lib/docusign_esign/models/signer_attachment.rb +11 -1
- data/lib/docusign_esign/models/template_role.rb +10 -1
- data/lib/docusign_esign/models/template_tabs.rb +1 -1
- data/lib/docusign_esign/models/user_account_management_granular_information.rb +20 -1
- data/lib/docusign_esign/models/user_signature_definition.rb +11 -1
- data/lib/docusign_esign/models/witness.rb +20 -1
- data/lib/docusign_esign/version.rb +1 -1
- data/lib/docusign_esign.rb +5 -3
- data/runLinter.sh +1 -0
- data/tests/Gemfile.lock +3 -3
- metadata +29 -5
- data/docusign_esign-2.10.0.gem +0 -0
- data/docusign_esign-2.10.0.rc1.gem +0 -0
- data/docusign_esign-3.10.0.rc1.gem +0 -0
@@ -100,6 +100,9 @@ module DocuSign_eSign
|
|
100
100
|
|
101
101
|
attr_accessor :form_page_number_metadata
|
102
102
|
|
103
|
+
#
|
104
|
+
attr_accessor :hand_draw_required
|
105
|
+
|
103
106
|
# Height of the tab in pixels.
|
104
107
|
attr_accessor :height
|
105
108
|
|
@@ -253,6 +256,7 @@ module DocuSign_eSign
|
|
253
256
|
:'form_page_label_metadata' => :'formPageLabelMetadata',
|
254
257
|
:'form_page_number' => :'formPageNumber',
|
255
258
|
:'form_page_number_metadata' => :'formPageNumberMetadata',
|
259
|
+
:'hand_draw_required' => :'handDrawRequired',
|
256
260
|
:'height' => :'height',
|
257
261
|
:'height_metadata' => :'heightMetadata',
|
258
262
|
:'is_seal_sign_tab' => :'isSealSignTab',
|
@@ -340,6 +344,7 @@ module DocuSign_eSign
|
|
340
344
|
:'form_page_label_metadata' => :'PropertyMetadata',
|
341
345
|
:'form_page_number' => :'String',
|
342
346
|
:'form_page_number_metadata' => :'PropertyMetadata',
|
347
|
+
:'hand_draw_required' => :'String',
|
343
348
|
:'height' => :'String',
|
344
349
|
:'height_metadata' => :'PropertyMetadata',
|
345
350
|
:'is_seal_sign_tab' => :'String',
|
@@ -537,6 +542,10 @@ module DocuSign_eSign
|
|
537
542
|
self.form_page_number_metadata = attributes[:'formPageNumberMetadata']
|
538
543
|
end
|
539
544
|
|
545
|
+
if attributes.has_key?(:'handDrawRequired')
|
546
|
+
self.hand_draw_required = attributes[:'handDrawRequired']
|
547
|
+
end
|
548
|
+
|
540
549
|
if attributes.has_key?(:'height')
|
541
550
|
self.height = attributes[:'height']
|
542
551
|
end
|
@@ -777,6 +786,7 @@ module DocuSign_eSign
|
|
777
786
|
form_page_label_metadata == o.form_page_label_metadata &&
|
778
787
|
form_page_number == o.form_page_number &&
|
779
788
|
form_page_number_metadata == o.form_page_number_metadata &&
|
789
|
+
hand_draw_required == o.hand_draw_required &&
|
780
790
|
height == o.height &&
|
781
791
|
height_metadata == o.height_metadata &&
|
782
792
|
is_seal_sign_tab == o.is_seal_sign_tab &&
|
@@ -834,7 +844,7 @@ module DocuSign_eSign
|
|
834
844
|
# Calculates hash code according to all attributes.
|
835
845
|
# @return [Fixnum] Hash code
|
836
846
|
def hash
|
837
|
-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, is_seal_sign_tab, merge_field, merge_field_xml, name, name_metadata, optional, optional_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, scale_value, scale_value_metadata, smart_contract_information, source, stamp, stamp_type, stamp_type_metadata, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
847
|
+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, hand_draw_required, height, height_metadata, is_seal_sign_tab, merge_field, merge_field_xml, name, name_metadata, optional, optional_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, scale_value, scale_value_metadata, smart_contract_information, source, stamp, stamp_type, stamp_type_metadata, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
838
848
|
end
|
839
849
|
|
840
850
|
# Builds the object from hash
|
@@ -36,6 +36,9 @@ module DocuSign_eSign
|
|
36
36
|
#
|
37
37
|
attr_accessor :auto_navigation
|
38
38
|
|
39
|
+
#
|
40
|
+
attr_accessor :auto_responded_reason
|
41
|
+
|
39
42
|
# Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.
|
40
43
|
attr_accessor :bulk_recipients_uri
|
41
44
|
|
@@ -155,6 +158,8 @@ module DocuSign_eSign
|
|
155
158
|
|
156
159
|
attr_accessor :phone_authentication
|
157
160
|
|
161
|
+
attr_accessor :phone_number
|
162
|
+
|
158
163
|
attr_accessor :proof_file
|
159
164
|
|
160
165
|
# Reserved:
|
@@ -267,6 +272,7 @@ module DocuSign_eSign
|
|
267
272
|
:'agent_can_edit_name' => :'agentCanEditName',
|
268
273
|
:'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
|
269
274
|
:'auto_navigation' => :'autoNavigation',
|
275
|
+
:'auto_responded_reason' => :'autoRespondedReason',
|
270
276
|
:'bulk_recipients_uri' => :'bulkRecipientsUri',
|
271
277
|
:'can_sign_offline' => :'canSignOffline',
|
272
278
|
:'client_user_id' => :'clientUserId',
|
@@ -312,6 +318,7 @@ module DocuSign_eSign
|
|
312
318
|
:'note_metadata' => :'noteMetadata',
|
313
319
|
:'offline_attributes' => :'offlineAttributes',
|
314
320
|
:'phone_authentication' => :'phoneAuthentication',
|
321
|
+
:'phone_number' => :'phoneNumber',
|
315
322
|
:'proof_file' => :'proofFile',
|
316
323
|
:'recipient_attachments' => :'recipientAttachments',
|
317
324
|
:'recipient_authentication_status' => :'recipientAuthenticationStatus',
|
@@ -363,6 +370,7 @@ module DocuSign_eSign
|
|
363
370
|
:'agent_can_edit_name' => :'String',
|
364
371
|
:'allow_system_override_for_locked_recipient' => :'String',
|
365
372
|
:'auto_navigation' => :'String',
|
373
|
+
:'auto_responded_reason' => :'String',
|
366
374
|
:'bulk_recipients_uri' => :'String',
|
367
375
|
:'can_sign_offline' => :'String',
|
368
376
|
:'client_user_id' => :'String',
|
@@ -408,6 +416,7 @@ module DocuSign_eSign
|
|
408
416
|
:'note_metadata' => :'PropertyMetadata',
|
409
417
|
:'offline_attributes' => :'OfflineAttributes',
|
410
418
|
:'phone_authentication' => :'RecipientPhoneAuthentication',
|
419
|
+
:'phone_number' => :'RecipientPhoneNumber',
|
411
420
|
:'proof_file' => :'RecipientProofFile',
|
412
421
|
:'recipient_attachments' => :'Array<RecipientAttachment>',
|
413
422
|
:'recipient_authentication_status' => :'AuthenticationStatus',
|
@@ -490,6 +499,10 @@ module DocuSign_eSign
|
|
490
499
|
self.auto_navigation = attributes[:'autoNavigation']
|
491
500
|
end
|
492
501
|
|
502
|
+
if attributes.has_key?(:'autoRespondedReason')
|
503
|
+
self.auto_responded_reason = attributes[:'autoRespondedReason']
|
504
|
+
end
|
505
|
+
|
493
506
|
if attributes.has_key?(:'bulkRecipientsUri')
|
494
507
|
self.bulk_recipients_uri = attributes[:'bulkRecipientsUri']
|
495
508
|
end
|
@@ -676,6 +689,10 @@ module DocuSign_eSign
|
|
676
689
|
self.phone_authentication = attributes[:'phoneAuthentication']
|
677
690
|
end
|
678
691
|
|
692
|
+
if attributes.has_key?(:'phoneNumber')
|
693
|
+
self.phone_number = attributes[:'phoneNumber']
|
694
|
+
end
|
695
|
+
|
679
696
|
if attributes.has_key?(:'proofFile')
|
680
697
|
self.proof_file = attributes[:'proofFile']
|
681
698
|
end
|
@@ -861,6 +878,7 @@ module DocuSign_eSign
|
|
861
878
|
agent_can_edit_name == o.agent_can_edit_name &&
|
862
879
|
allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
|
863
880
|
auto_navigation == o.auto_navigation &&
|
881
|
+
auto_responded_reason == o.auto_responded_reason &&
|
864
882
|
bulk_recipients_uri == o.bulk_recipients_uri &&
|
865
883
|
can_sign_offline == o.can_sign_offline &&
|
866
884
|
client_user_id == o.client_user_id &&
|
@@ -906,6 +924,7 @@ module DocuSign_eSign
|
|
906
924
|
note_metadata == o.note_metadata &&
|
907
925
|
offline_attributes == o.offline_attributes &&
|
908
926
|
phone_authentication == o.phone_authentication &&
|
927
|
+
phone_number == o.phone_number &&
|
909
928
|
proof_file == o.proof_file &&
|
910
929
|
recipient_attachments == o.recipient_attachments &&
|
911
930
|
recipient_authentication_status == o.recipient_authentication_status &&
|
@@ -954,7 +973,7 @@ module DocuSign_eSign
|
|
954
973
|
# Calculates hash code according to all attributes.
|
955
974
|
# @return [Fixnum] Hash code
|
956
975
|
def hash
|
957
|
-
[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, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, 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, note, note_metadata, offline_attributes, phone_authentication, 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
|
976
|
+
[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, 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, 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
|
958
977
|
end
|
959
978
|
|
960
979
|
# Builds the object from hash
|
@@ -100,6 +100,9 @@ module DocuSign_eSign
|
|
100
100
|
|
101
101
|
attr_accessor :form_page_number_metadata
|
102
102
|
|
103
|
+
#
|
104
|
+
attr_accessor :hand_draw_required
|
105
|
+
|
103
106
|
# Height of the tab in pixels.
|
104
107
|
attr_accessor :height
|
105
108
|
|
@@ -243,6 +246,7 @@ module DocuSign_eSign
|
|
243
246
|
:'form_page_label_metadata' => :'formPageLabelMetadata',
|
244
247
|
:'form_page_number' => :'formPageNumber',
|
245
248
|
:'form_page_number_metadata' => :'formPageNumberMetadata',
|
249
|
+
:'hand_draw_required' => :'handDrawRequired',
|
246
250
|
:'height' => :'height',
|
247
251
|
:'height_metadata' => :'heightMetadata',
|
248
252
|
:'merge_field' => :'mergeField',
|
@@ -326,6 +330,7 @@ module DocuSign_eSign
|
|
326
330
|
:'form_page_label_metadata' => :'PropertyMetadata',
|
327
331
|
:'form_page_number' => :'String',
|
328
332
|
:'form_page_number_metadata' => :'PropertyMetadata',
|
333
|
+
:'hand_draw_required' => :'String',
|
329
334
|
:'height' => :'String',
|
330
335
|
:'height_metadata' => :'PropertyMetadata',
|
331
336
|
:'merge_field' => :'MergeField',
|
@@ -519,6 +524,10 @@ module DocuSign_eSign
|
|
519
524
|
self.form_page_number_metadata = attributes[:'formPageNumberMetadata']
|
520
525
|
end
|
521
526
|
|
527
|
+
if attributes.has_key?(:'handDrawRequired')
|
528
|
+
self.hand_draw_required = attributes[:'handDrawRequired']
|
529
|
+
end
|
530
|
+
|
522
531
|
if attributes.has_key?(:'height')
|
523
532
|
self.height = attributes[:'height']
|
524
533
|
end
|
@@ -743,6 +752,7 @@ module DocuSign_eSign
|
|
743
752
|
form_page_label_metadata == o.form_page_label_metadata &&
|
744
753
|
form_page_number == o.form_page_number &&
|
745
754
|
form_page_number_metadata == o.form_page_number_metadata &&
|
755
|
+
hand_draw_required == o.hand_draw_required &&
|
746
756
|
height == o.height &&
|
747
757
|
height_metadata == o.height_metadata &&
|
748
758
|
merge_field == o.merge_field &&
|
@@ -796,7 +806,7 @@ module DocuSign_eSign
|
|
796
806
|
# Calculates hash code according to all attributes.
|
797
807
|
# @return [Fixnum] Hash code
|
798
808
|
def hash
|
799
|
-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, merge_field, merge_field_xml, name, name_metadata, optional, optional_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, scale_value, scale_value_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
809
|
+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, hand_draw_required, height, height_metadata, merge_field, merge_field_xml, name, name_metadata, optional, optional_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, scale_value, scale_value_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
800
810
|
end
|
801
811
|
|
802
812
|
# Builds the object from hash
|
@@ -39,6 +39,8 @@ module DocuSign_eSign
|
|
39
39
|
# Specifies the recipient's name.
|
40
40
|
attr_accessor :name
|
41
41
|
|
42
|
+
attr_accessor :phone_number
|
43
|
+
|
42
44
|
#
|
43
45
|
attr_accessor :recipient_signature_providers
|
44
46
|
|
@@ -65,6 +67,7 @@ module DocuSign_eSign
|
|
65
67
|
:'embedded_recipient_start_url' => :'embeddedRecipientStartURL',
|
66
68
|
:'in_person_signer_name' => :'inPersonSignerName',
|
67
69
|
:'name' => :'name',
|
70
|
+
:'phone_number' => :'phoneNumber',
|
68
71
|
:'recipient_signature_providers' => :'recipientSignatureProviders',
|
69
72
|
:'role_name' => :'roleName',
|
70
73
|
:'routing_order' => :'routingOrder',
|
@@ -85,6 +88,7 @@ module DocuSign_eSign
|
|
85
88
|
:'embedded_recipient_start_url' => :'String',
|
86
89
|
:'in_person_signer_name' => :'String',
|
87
90
|
:'name' => :'String',
|
91
|
+
:'phone_number' => :'RecipientPhoneNumber',
|
88
92
|
:'recipient_signature_providers' => :'Array<RecipientSignatureProvider>',
|
89
93
|
:'role_name' => :'String',
|
90
94
|
:'routing_order' => :'String',
|
@@ -139,6 +143,10 @@ module DocuSign_eSign
|
|
139
143
|
self.name = attributes[:'name']
|
140
144
|
end
|
141
145
|
|
146
|
+
if attributes.has_key?(:'phoneNumber')
|
147
|
+
self.phone_number = attributes[:'phoneNumber']
|
148
|
+
end
|
149
|
+
|
142
150
|
if attributes.has_key?(:'recipientSignatureProviders')
|
143
151
|
if (value = attributes[:'recipientSignatureProviders']).is_a?(Array)
|
144
152
|
self.recipient_signature_providers = value
|
@@ -189,6 +197,7 @@ module DocuSign_eSign
|
|
189
197
|
embedded_recipient_start_url == o.embedded_recipient_start_url &&
|
190
198
|
in_person_signer_name == o.in_person_signer_name &&
|
191
199
|
name == o.name &&
|
200
|
+
phone_number == o.phone_number &&
|
192
201
|
recipient_signature_providers == o.recipient_signature_providers &&
|
193
202
|
role_name == o.role_name &&
|
194
203
|
routing_order == o.routing_order &&
|
@@ -205,7 +214,7 @@ module DocuSign_eSign
|
|
205
214
|
# Calculates hash code according to all attributes.
|
206
215
|
# @return [Fixnum] Hash code
|
207
216
|
def hash
|
208
|
-
[access_code, additional_notifications, client_user_id, default_recipient, email, email_notification, embedded_recipient_start_url, in_person_signer_name, name, recipient_signature_providers, role_name, routing_order, signing_group_id, tabs].hash
|
217
|
+
[access_code, additional_notifications, client_user_id, default_recipient, email, email_notification, embedded_recipient_start_url, in_person_signer_name, name, phone_number, recipient_signature_providers, role_name, routing_order, signing_group_id, tabs].hash
|
209
218
|
end
|
210
219
|
|
211
220
|
# Builds the object from hash
|
@@ -198,7 +198,7 @@ module DocuSign_eSign
|
|
198
198
|
:'full_name_tabs' => :'Array<FullName>',
|
199
199
|
:'initial_here_tabs' => :'Array<InitialHere>',
|
200
200
|
:'last_name_tabs' => :'Array<LastName>',
|
201
|
-
:'list_tabs' => :'Array<
|
201
|
+
:'list_tabs' => :'Array<List>',
|
202
202
|
:'notarize_tabs' => :'Array<Notarize>',
|
203
203
|
:'notary_seal_tabs' => :'Array<NotarySeal>',
|
204
204
|
:'note_tabs' => :'Array<Note>',
|
@@ -28,6 +28,11 @@ module DocuSign_eSign
|
|
28
28
|
|
29
29
|
attr_accessor :can_manage_admins_metadata
|
30
30
|
|
31
|
+
#
|
32
|
+
attr_accessor :can_manage_document_retention
|
33
|
+
|
34
|
+
attr_accessor :can_manage_document_retention_metadata
|
35
|
+
|
31
36
|
#
|
32
37
|
attr_accessor :can_manage_envelope_transfer
|
33
38
|
|
@@ -65,6 +70,8 @@ module DocuSign_eSign
|
|
65
70
|
:'can_manage_account_settings_metadata' => :'canManageAccountSettingsMetadata',
|
66
71
|
:'can_manage_admins' => :'canManageAdmins',
|
67
72
|
:'can_manage_admins_metadata' => :'canManageAdminsMetadata',
|
73
|
+
:'can_manage_document_retention' => :'canManageDocumentRetention',
|
74
|
+
:'can_manage_document_retention_metadata' => :'canManageDocumentRetentionMetadata',
|
68
75
|
:'can_manage_envelope_transfer' => :'canManageEnvelopeTransfer',
|
69
76
|
:'can_manage_envelope_transfer_metadata' => :'canManageEnvelopeTransferMetadata',
|
70
77
|
:'can_manage_reporting' => :'canManageReporting',
|
@@ -88,6 +95,8 @@ module DocuSign_eSign
|
|
88
95
|
:'can_manage_account_settings_metadata' => :'SettingsMetadata',
|
89
96
|
:'can_manage_admins' => :'String',
|
90
97
|
:'can_manage_admins_metadata' => :'SettingsMetadata',
|
98
|
+
:'can_manage_document_retention' => :'String',
|
99
|
+
:'can_manage_document_retention_metadata' => :'SettingsMetadata',
|
91
100
|
:'can_manage_envelope_transfer' => :'String',
|
92
101
|
:'can_manage_envelope_transfer_metadata' => :'SettingsMetadata',
|
93
102
|
:'can_manage_reporting' => :'String',
|
@@ -134,6 +143,14 @@ module DocuSign_eSign
|
|
134
143
|
self.can_manage_admins_metadata = attributes[:'canManageAdminsMetadata']
|
135
144
|
end
|
136
145
|
|
146
|
+
if attributes.has_key?(:'canManageDocumentRetention')
|
147
|
+
self.can_manage_document_retention = attributes[:'canManageDocumentRetention']
|
148
|
+
end
|
149
|
+
|
150
|
+
if attributes.has_key?(:'canManageDocumentRetentionMetadata')
|
151
|
+
self.can_manage_document_retention_metadata = attributes[:'canManageDocumentRetentionMetadata']
|
152
|
+
end
|
153
|
+
|
137
154
|
if attributes.has_key?(:'canManageEnvelopeTransfer')
|
138
155
|
self.can_manage_envelope_transfer = attributes[:'canManageEnvelopeTransfer']
|
139
156
|
end
|
@@ -203,6 +220,8 @@ module DocuSign_eSign
|
|
203
220
|
can_manage_account_settings_metadata == o.can_manage_account_settings_metadata &&
|
204
221
|
can_manage_admins == o.can_manage_admins &&
|
205
222
|
can_manage_admins_metadata == o.can_manage_admins_metadata &&
|
223
|
+
can_manage_document_retention == o.can_manage_document_retention &&
|
224
|
+
can_manage_document_retention_metadata == o.can_manage_document_retention_metadata &&
|
206
225
|
can_manage_envelope_transfer == o.can_manage_envelope_transfer &&
|
207
226
|
can_manage_envelope_transfer_metadata == o.can_manage_envelope_transfer_metadata &&
|
208
227
|
can_manage_reporting == o.can_manage_reporting &&
|
@@ -225,7 +244,7 @@ module DocuSign_eSign
|
|
225
244
|
# Calculates hash code according to all attributes.
|
226
245
|
# @return [Fixnum] Hash code
|
227
246
|
def hash
|
228
|
-
[can_manage_account_security_settings, can_manage_account_security_settings_metadata, can_manage_account_settings, can_manage_account_settings_metadata, can_manage_admins, can_manage_admins_metadata, can_manage_envelope_transfer, can_manage_envelope_transfer_metadata, can_manage_reporting, can_manage_reporting_metadata, can_manage_sharing, can_manage_sharing_metadata, can_manage_signing_groups, can_manage_signing_groups_metadata, can_manage_users, can_manage_users_metadata, can_view_users].hash
|
247
|
+
[can_manage_account_security_settings, can_manage_account_security_settings_metadata, can_manage_account_settings, can_manage_account_settings_metadata, can_manage_admins, can_manage_admins_metadata, can_manage_document_retention, can_manage_document_retention_metadata, can_manage_envelope_transfer, can_manage_envelope_transfer_metadata, can_manage_reporting, can_manage_reporting_metadata, can_manage_sharing, can_manage_sharing_metadata, can_manage_signing_groups, can_manage_signing_groups_metadata, can_manage_users, can_manage_users_metadata, can_view_users].hash
|
229
248
|
end
|
230
249
|
|
231
250
|
# Builds the object from hash
|
@@ -48,6 +48,9 @@ module DocuSign_eSign
|
|
48
48
|
# Specifies the user signature name.
|
49
49
|
attr_accessor :signature_name
|
50
50
|
|
51
|
+
#
|
52
|
+
attr_accessor :signature_type
|
53
|
+
|
51
54
|
#
|
52
55
|
attr_accessor :stamp_format
|
53
56
|
|
@@ -69,6 +72,7 @@ module DocuSign_eSign
|
|
69
72
|
:'signature_id' => :'signatureId',
|
70
73
|
:'signature_initials' => :'signatureInitials',
|
71
74
|
:'signature_name' => :'signatureName',
|
75
|
+
:'signature_type' => :'signatureType',
|
72
76
|
:'stamp_format' => :'stampFormat',
|
73
77
|
:'stamp_size_mm' => :'stampSizeMM'
|
74
78
|
}
|
@@ -89,6 +93,7 @@ module DocuSign_eSign
|
|
89
93
|
:'signature_id' => :'String',
|
90
94
|
:'signature_initials' => :'String',
|
91
95
|
:'signature_name' => :'String',
|
96
|
+
:'signature_type' => :'String',
|
92
97
|
:'stamp_format' => :'String',
|
93
98
|
:'stamp_size_mm' => :'String'
|
94
99
|
}
|
@@ -150,6 +155,10 @@ module DocuSign_eSign
|
|
150
155
|
self.signature_name = attributes[:'signatureName']
|
151
156
|
end
|
152
157
|
|
158
|
+
if attributes.has_key?(:'signatureType')
|
159
|
+
self.signature_type = attributes[:'signatureType']
|
160
|
+
end
|
161
|
+
|
153
162
|
if attributes.has_key?(:'stampFormat')
|
154
163
|
self.stamp_format = attributes[:'stampFormat']
|
155
164
|
end
|
@@ -189,6 +198,7 @@ module DocuSign_eSign
|
|
189
198
|
signature_id == o.signature_id &&
|
190
199
|
signature_initials == o.signature_initials &&
|
191
200
|
signature_name == o.signature_name &&
|
201
|
+
signature_type == o.signature_type &&
|
192
202
|
stamp_format == o.stamp_format &&
|
193
203
|
stamp_size_mm == o.stamp_size_mm
|
194
204
|
end
|
@@ -202,7 +212,7 @@ module DocuSign_eSign
|
|
202
212
|
# Calculates hash code according to all attributes.
|
203
213
|
# @return [Fixnum] Hash code
|
204
214
|
def hash
|
205
|
-
[date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_id, signature_initials, signature_name, stamp_format, stamp_size_mm].hash
|
215
|
+
[date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_id, signature_initials, signature_name, signature_type, stamp_format, stamp_size_mm].hash
|
206
216
|
end
|
207
217
|
|
208
218
|
# Builds the object from hash
|
@@ -36,6 +36,9 @@ module DocuSign_eSign
|
|
36
36
|
#
|
37
37
|
attr_accessor :auto_navigation
|
38
38
|
|
39
|
+
#
|
40
|
+
attr_accessor :auto_responded_reason
|
41
|
+
|
39
42
|
# Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.
|
40
43
|
attr_accessor :bulk_recipients_uri
|
41
44
|
|
@@ -155,6 +158,8 @@ module DocuSign_eSign
|
|
155
158
|
|
156
159
|
attr_accessor :phone_authentication
|
157
160
|
|
161
|
+
attr_accessor :phone_number
|
162
|
+
|
158
163
|
attr_accessor :proof_file
|
159
164
|
|
160
165
|
# Reserved:
|
@@ -273,6 +278,7 @@ module DocuSign_eSign
|
|
273
278
|
:'agent_can_edit_name' => :'agentCanEditName',
|
274
279
|
:'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
|
275
280
|
:'auto_navigation' => :'autoNavigation',
|
281
|
+
:'auto_responded_reason' => :'autoRespondedReason',
|
276
282
|
:'bulk_recipients_uri' => :'bulkRecipientsUri',
|
277
283
|
:'can_sign_offline' => :'canSignOffline',
|
278
284
|
:'client_user_id' => :'clientUserId',
|
@@ -318,6 +324,7 @@ module DocuSign_eSign
|
|
318
324
|
:'note_metadata' => :'noteMetadata',
|
319
325
|
:'offline_attributes' => :'offlineAttributes',
|
320
326
|
:'phone_authentication' => :'phoneAuthentication',
|
327
|
+
:'phone_number' => :'phoneNumber',
|
321
328
|
:'proof_file' => :'proofFile',
|
322
329
|
:'recipient_attachments' => :'recipientAttachments',
|
323
330
|
:'recipient_authentication_status' => :'recipientAuthenticationStatus',
|
@@ -371,6 +378,7 @@ module DocuSign_eSign
|
|
371
378
|
:'agent_can_edit_name' => :'String',
|
372
379
|
:'allow_system_override_for_locked_recipient' => :'String',
|
373
380
|
:'auto_navigation' => :'String',
|
381
|
+
:'auto_responded_reason' => :'String',
|
374
382
|
:'bulk_recipients_uri' => :'String',
|
375
383
|
:'can_sign_offline' => :'String',
|
376
384
|
:'client_user_id' => :'String',
|
@@ -416,6 +424,7 @@ module DocuSign_eSign
|
|
416
424
|
:'note_metadata' => :'PropertyMetadata',
|
417
425
|
:'offline_attributes' => :'OfflineAttributes',
|
418
426
|
:'phone_authentication' => :'RecipientPhoneAuthentication',
|
427
|
+
:'phone_number' => :'RecipientPhoneNumber',
|
419
428
|
:'proof_file' => :'RecipientProofFile',
|
420
429
|
:'recipient_attachments' => :'Array<RecipientAttachment>',
|
421
430
|
:'recipient_authentication_status' => :'AuthenticationStatus',
|
@@ -500,6 +509,10 @@ module DocuSign_eSign
|
|
500
509
|
self.auto_navigation = attributes[:'autoNavigation']
|
501
510
|
end
|
502
511
|
|
512
|
+
if attributes.has_key?(:'autoRespondedReason')
|
513
|
+
self.auto_responded_reason = attributes[:'autoRespondedReason']
|
514
|
+
end
|
515
|
+
|
503
516
|
if attributes.has_key?(:'bulkRecipientsUri')
|
504
517
|
self.bulk_recipients_uri = attributes[:'bulkRecipientsUri']
|
505
518
|
end
|
@@ -686,6 +699,10 @@ module DocuSign_eSign
|
|
686
699
|
self.phone_authentication = attributes[:'phoneAuthentication']
|
687
700
|
end
|
688
701
|
|
702
|
+
if attributes.has_key?(:'phoneNumber')
|
703
|
+
self.phone_number = attributes[:'phoneNumber']
|
704
|
+
end
|
705
|
+
|
689
706
|
if attributes.has_key?(:'proofFile')
|
690
707
|
self.proof_file = attributes[:'proofFile']
|
691
708
|
end
|
@@ -879,6 +896,7 @@ module DocuSign_eSign
|
|
879
896
|
agent_can_edit_name == o.agent_can_edit_name &&
|
880
897
|
allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
|
881
898
|
auto_navigation == o.auto_navigation &&
|
899
|
+
auto_responded_reason == o.auto_responded_reason &&
|
882
900
|
bulk_recipients_uri == o.bulk_recipients_uri &&
|
883
901
|
can_sign_offline == o.can_sign_offline &&
|
884
902
|
client_user_id == o.client_user_id &&
|
@@ -924,6 +942,7 @@ module DocuSign_eSign
|
|
924
942
|
note_metadata == o.note_metadata &&
|
925
943
|
offline_attributes == o.offline_attributes &&
|
926
944
|
phone_authentication == o.phone_authentication &&
|
945
|
+
phone_number == o.phone_number &&
|
927
946
|
proof_file == o.proof_file &&
|
928
947
|
recipient_attachments == o.recipient_attachments &&
|
929
948
|
recipient_authentication_status == o.recipient_authentication_status &&
|
@@ -974,7 +993,7 @@ module DocuSign_eSign
|
|
974
993
|
# Calculates hash code according to all attributes.
|
975
994
|
# @return [Fixnum] Hash code
|
976
995
|
def hash
|
977
|
-
[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, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, 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, note, note_metadata, offline_attributes, phone_authentication, 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
|
996
|
+
[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, 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, 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
|
978
997
|
end
|
979
998
|
|
980
999
|
# Builds the object from hash
|