docusign_esign 3.9.0.rc1 → 3.11.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/Gemfile.lock +23 -22
  4. data/docusign_esign-2.11.0.rc1.gem +0 -0
  5. data/lib/docusign_esign.rb +5 -26
  6. data/lib/docusign_esign/api/accounts_api.rb +0 -101
  7. data/lib/docusign_esign/api/bulk_envelopes_api.rb +93 -0
  8. data/lib/docusign_esign/api/connect_api.rb +0 -196
  9. data/lib/docusign_esign/api/envelopes_api.rb +209 -1765
  10. data/lib/docusign_esign/api/trust_service_providers_api.rb +0 -232
  11. data/lib/docusign_esign/api/users_api.rb +45 -61
  12. data/lib/docusign_esign/models/account_billing_plan.rb +21 -1
  13. data/lib/docusign_esign/models/account_settings_information.rb +58 -1
  14. data/lib/docusign_esign/models/account_ui_settings.rb +1 -11
  15. data/lib/docusign_esign/models/agent.rb +29 -1
  16. data/lib/docusign_esign/models/approve.rb +11 -1
  17. data/lib/docusign_esign/models/bulk_send_batch_status.rb +11 -1
  18. data/lib/docusign_esign/models/carbon_copy.rb +29 -1
  19. data/lib/docusign_esign/models/certified_delivery.rb +29 -1
  20. data/lib/docusign_esign/models/checkbox.rb +11 -1
  21. data/lib/docusign_esign/models/comment_thread.rb +11 -1
  22. data/lib/docusign_esign/models/commission_county.rb +11 -1
  23. data/lib/docusign_esign/models/commission_expiration.rb +11 -1
  24. data/lib/docusign_esign/models/commission_number.rb +11 -1
  25. data/lib/docusign_esign/models/commission_state.rb +11 -1
  26. data/lib/docusign_esign/models/company.rb +11 -1
  27. data/lib/docusign_esign/models/conditional_recipient_rule_filter.rb +11 -1
  28. data/lib/docusign_esign/models/currency.rb +11 -1
  29. data/lib/docusign_esign/models/date.rb +11 -1
  30. data/lib/docusign_esign/models/date_signed.rb +11 -1
  31. data/lib/docusign_esign/models/decline.rb +11 -1
  32. data/lib/docusign_esign/models/draw.rb +11 -1
  33. data/lib/docusign_esign/models/editor.rb +29 -1
  34. data/lib/docusign_esign/models/email.rb +11 -1
  35. data/lib/docusign_esign/models/email_address.rb +11 -1
  36. data/lib/docusign_esign/models/envelope.rb +11 -1
  37. data/lib/docusign_esign/models/envelope_definition.rb +20 -1
  38. data/lib/docusign_esign/models/envelope_document.rb +11 -1
  39. data/lib/docusign_esign/models/envelope_form_data.rb +2 -5
  40. data/lib/docusign_esign/models/envelope_form_data_prefill_form_data.rb +186 -0
  41. data/lib/docusign_esign/models/envelope_id.rb +11 -1
  42. data/lib/docusign_esign/models/envelope_summary.rb +21 -1
  43. data/lib/docusign_esign/models/envelope_template.rb +11 -1
  44. data/lib/docusign_esign/models/external_file.rb +21 -1
  45. data/lib/docusign_esign/models/first_name.rb +11 -1
  46. data/lib/docusign_esign/models/form_data_item.rb +11 -1
  47. data/lib/docusign_esign/models/formula_tab.rb +11 -1
  48. data/lib/docusign_esign/models/full_name.rb +11 -1
  49. data/lib/docusign_esign/models/in_person_signer.rb +11 -1
  50. data/lib/docusign_esign/models/initial_here.rb +21 -1
  51. data/lib/docusign_esign/models/intermediary.rb +29 -1
  52. data/lib/docusign_esign/models/last_name.rb +11 -1
  53. data/lib/docusign_esign/models/list.rb +11 -1
  54. data/lib/docusign_esign/models/notarize.rb +11 -1
  55. data/lib/docusign_esign/models/notary_host.rb +11 -1
  56. data/lib/docusign_esign/models/notary_recipient.rb +29 -1
  57. data/lib/docusign_esign/models/notary_seal.rb +11 -1
  58. data/lib/docusign_esign/models/note.rb +11 -1
  59. data/lib/docusign_esign/models/number.rb +11 -1
  60. data/lib/docusign_esign/models/payment_method_with_options.rb +13 -1
  61. data/lib/docusign_esign/models/phone_number.rb +11 -1
  62. data/lib/docusign_esign/models/poly_line_overlay.rb +11 -1
  63. data/lib/docusign_esign/models/prefill_form_data.rb +216 -0
  64. data/lib/docusign_esign/models/prefill_tabs.rb +25 -1
  65. data/lib/docusign_esign/models/recipient_preview_request.rb +10 -1
  66. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +174 -0
  67. data/lib/docusign_esign/models/recipient_view_request.rb +10 -1
  68. data/lib/docusign_esign/models/report_in_product_csv_run_request.rb +24 -4
  69. data/lib/docusign_esign/models/report_in_product_get.rb +24 -4
  70. data/lib/docusign_esign/models/report_in_product_run_request.rb +24 -4
  71. data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +161 -1
  72. data/lib/docusign_esign/models/seal_sign.rb +11 -1
  73. data/lib/docusign_esign/models/sender_company.rb +1011 -0
  74. data/lib/docusign_esign/models/sender_name.rb +1011 -0
  75. data/lib/docusign_esign/models/sign_here.rb +21 -1
  76. data/lib/docusign_esign/models/signer.rb +29 -1
  77. data/lib/docusign_esign/models/signer_attachment.rb +21 -1
  78. data/lib/docusign_esign/models/smart_section.rb +11 -1
  79. data/lib/docusign_esign/models/ssn.rb +11 -1
  80. data/lib/docusign_esign/models/tab_group.rb +11 -1
  81. data/lib/docusign_esign/models/tabs.rb +1 -1
  82. data/lib/docusign_esign/models/template_tabs.rb +1 -1
  83. data/lib/docusign_esign/models/text.rb +11 -1
  84. data/lib/docusign_esign/models/title.rb +11 -1
  85. data/lib/docusign_esign/models/view.rb +11 -1
  86. data/lib/docusign_esign/models/witness.rb +29 -1
  87. data/lib/docusign_esign/models/zip.rb +11 -1
  88. data/lib/docusign_esign/version.rb +1 -1
  89. data/tests/Gemfile.lock +6 -6
  90. data/tests/spec/unit_tests_using_jwt_spec.rb +58 -0
  91. metadata +8 -2
@@ -27,6 +27,9 @@ module DocuSign_eSign
27
27
  #
28
28
  attr_accessor :auto_navigation
29
29
 
30
+ #
31
+ attr_accessor :auto_responded_reason
32
+
30
33
  # When set to **true**, specifies that the signer can perform the signing ceremony offline.
31
34
  attr_accessor :can_sign_offline
32
35
 
@@ -267,6 +270,7 @@ module DocuSign_eSign
267
270
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
268
271
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
269
272
  :'auto_navigation' => :'autoNavigation',
273
+ :'auto_responded_reason' => :'autoRespondedReason',
270
274
  :'can_sign_offline' => :'canSignOffline',
271
275
  :'client_user_id' => :'clientUserId',
272
276
  :'completed_count' => :'completedCount',
@@ -365,6 +369,7 @@ module DocuSign_eSign
365
369
  :'add_access_code_to_email' => :'String',
366
370
  :'allow_system_override_for_locked_recipient' => :'String',
367
371
  :'auto_navigation' => :'String',
372
+ :'auto_responded_reason' => :'String',
368
373
  :'can_sign_offline' => :'String',
369
374
  :'client_user_id' => :'String',
370
375
  :'completed_count' => :'String',
@@ -483,6 +488,10 @@ module DocuSign_eSign
483
488
  self.auto_navigation = attributes[:'autoNavigation']
484
489
  end
485
490
 
491
+ if attributes.has_key?(:'autoRespondedReason')
492
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
493
+ end
494
+
486
495
  if attributes.has_key?(:'canSignOffline')
487
496
  self.can_sign_offline = attributes[:'canSignOffline']
488
497
  end
@@ -871,6 +880,7 @@ module DocuSign_eSign
871
880
  add_access_code_to_email == o.add_access_code_to_email &&
872
881
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
873
882
  auto_navigation == o.auto_navigation &&
883
+ auto_responded_reason == o.auto_responded_reason &&
874
884
  can_sign_offline == o.can_sign_offline &&
875
885
  client_user_id == o.client_user_id &&
876
886
  completed_count == o.completed_count &&
@@ -969,7 +979,7 @@ module DocuSign_eSign
969
979
  # Calculates hash code according to all attributes.
970
980
  # @return [Fixnum] Hash code
971
981
  def hash
972
- [access_code, access_code_metadata, add_access_code_to_email, allow_system_override_for_locked_recipient, auto_navigation, 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, host_email, host_email_metadata, host_name, host_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, in_person_signing_type, in_person_signing_type_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_host, notary_id, note, note_metadata, offline_attributes, phone_authentication, 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, signer_email, signer_email_metadata, signer_first_name, signer_first_name_metadata, signer_last_name, signer_last_name_metadata, signer_name, signer_name_metadata, 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
982
+ [access_code, access_code_metadata, add_access_code_to_email, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, 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, host_email, host_email_metadata, host_name, host_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, in_person_signing_type, in_person_signing_type_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_host, notary_id, note, note_metadata, offline_attributes, phone_authentication, 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, signer_email, signer_email_metadata, signer_first_name, signer_first_name_metadata, signer_last_name, signer_last_name_metadata, signer_name, signer_name_metadata, 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
973
983
  end
974
984
 
975
985
  # 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
 
@@ -142,6 +145,9 @@ module DocuSign_eSign
142
145
 
143
146
  attr_accessor :smart_contract_information
144
147
 
148
+ #
149
+ attr_accessor :source
150
+
145
151
  # 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.
146
152
  attr_accessor :status
147
153
 
@@ -240,6 +246,7 @@ module DocuSign_eSign
240
246
  :'form_page_label_metadata' => :'formPageLabelMetadata',
241
247
  :'form_page_number' => :'formPageNumber',
242
248
  :'form_page_number_metadata' => :'formPageNumberMetadata',
249
+ :'hand_draw_required' => :'handDrawRequired',
243
250
  :'height' => :'height',
244
251
  :'height_metadata' => :'heightMetadata',
245
252
  :'merge_field' => :'mergeField',
@@ -257,6 +264,7 @@ module DocuSign_eSign
257
264
  :'scale_value' => :'scaleValue',
258
265
  :'scale_value_metadata' => :'scaleValueMetadata',
259
266
  :'smart_contract_information' => :'smartContractInformation',
267
+ :'source' => :'source',
260
268
  :'status' => :'status',
261
269
  :'status_metadata' => :'statusMetadata',
262
270
  :'tab_group_labels' => :'tabGroupLabels',
@@ -322,6 +330,7 @@ module DocuSign_eSign
322
330
  :'form_page_label_metadata' => :'PropertyMetadata',
323
331
  :'form_page_number' => :'String',
324
332
  :'form_page_number_metadata' => :'PropertyMetadata',
333
+ :'hand_draw_required' => :'String',
325
334
  :'height' => :'String',
326
335
  :'height_metadata' => :'PropertyMetadata',
327
336
  :'merge_field' => :'MergeField',
@@ -339,6 +348,7 @@ module DocuSign_eSign
339
348
  :'scale_value' => :'String',
340
349
  :'scale_value_metadata' => :'PropertyMetadata',
341
350
  :'smart_contract_information' => :'SmartContractInformation',
351
+ :'source' => :'String',
342
352
  :'status' => :'String',
343
353
  :'status_metadata' => :'PropertyMetadata',
344
354
  :'tab_group_labels' => :'Array<String>',
@@ -514,6 +524,10 @@ module DocuSign_eSign
514
524
  self.form_page_number_metadata = attributes[:'formPageNumberMetadata']
515
525
  end
516
526
 
527
+ if attributes.has_key?(:'handDrawRequired')
528
+ self.hand_draw_required = attributes[:'handDrawRequired']
529
+ end
530
+
517
531
  if attributes.has_key?(:'height')
518
532
  self.height = attributes[:'height']
519
533
  end
@@ -582,6 +596,10 @@ module DocuSign_eSign
582
596
  self.smart_contract_information = attributes[:'smartContractInformation']
583
597
  end
584
598
 
599
+ if attributes.has_key?(:'source')
600
+ self.source = attributes[:'source']
601
+ end
602
+
585
603
  if attributes.has_key?(:'status')
586
604
  self.status = attributes[:'status']
587
605
  end
@@ -734,6 +752,7 @@ module DocuSign_eSign
734
752
  form_page_label_metadata == o.form_page_label_metadata &&
735
753
  form_page_number == o.form_page_number &&
736
754
  form_page_number_metadata == o.form_page_number_metadata &&
755
+ hand_draw_required == o.hand_draw_required &&
737
756
  height == o.height &&
738
757
  height_metadata == o.height_metadata &&
739
758
  merge_field == o.merge_field &&
@@ -751,6 +770,7 @@ module DocuSign_eSign
751
770
  scale_value == o.scale_value &&
752
771
  scale_value_metadata == o.scale_value_metadata &&
753
772
  smart_contract_information == o.smart_contract_information &&
773
+ source == o.source &&
754
774
  status == o.status &&
755
775
  status_metadata == o.status_metadata &&
756
776
  tab_group_labels == o.tab_group_labels &&
@@ -786,7 +806,7 @@ module DocuSign_eSign
786
806
  # Calculates hash code according to all attributes.
787
807
  # @return [Fixnum] Hash code
788
808
  def hash
789
- [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, 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
790
810
  end
791
811
 
792
812
  # Builds the object from hash
@@ -27,6 +27,9 @@ module DocuSign_eSign
27
27
  #
28
28
  attr_accessor :allow_system_override_for_locked_recipient
29
29
 
30
+ #
31
+ attr_accessor :auto_responded_reason
32
+
30
33
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
31
34
  attr_accessor :client_user_id
32
35
 
@@ -124,6 +127,10 @@ module DocuSign_eSign
124
127
 
125
128
  attr_accessor :phone_authentication
126
129
 
130
+ attr_accessor :phone_number
131
+
132
+ attr_accessor :phone_number_metadata
133
+
127
134
  # Reserved:
128
135
  attr_accessor :recipient_attachments
129
136
 
@@ -207,6 +214,7 @@ module DocuSign_eSign
207
214
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
208
215
  :'additional_notifications' => :'additionalNotifications',
209
216
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
217
+ :'auto_responded_reason' => :'autoRespondedReason',
210
218
  :'client_user_id' => :'clientUserId',
211
219
  :'completed_count' => :'completedCount',
212
220
  :'custom_fields' => :'customFields',
@@ -244,6 +252,8 @@ module DocuSign_eSign
244
252
  :'note' => :'note',
245
253
  :'note_metadata' => :'noteMetadata',
246
254
  :'phone_authentication' => :'phoneAuthentication',
255
+ :'phone_number' => :'phoneNumber',
256
+ :'phone_number_metadata' => :'phoneNumberMetadata',
247
257
  :'recipient_attachments' => :'recipientAttachments',
248
258
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
249
259
  :'recipient_feature_metadata' => :'recipientFeatureMetadata',
@@ -282,6 +292,7 @@ module DocuSign_eSign
282
292
  :'add_access_code_to_email' => :'String',
283
293
  :'additional_notifications' => :'Array<RecipientAdditionalNotification>',
284
294
  :'allow_system_override_for_locked_recipient' => :'String',
295
+ :'auto_responded_reason' => :'String',
285
296
  :'client_user_id' => :'String',
286
297
  :'completed_count' => :'String',
287
298
  :'custom_fields' => :'Array<String>',
@@ -319,6 +330,8 @@ module DocuSign_eSign
319
330
  :'note' => :'String',
320
331
  :'note_metadata' => :'PropertyMetadata',
321
332
  :'phone_authentication' => :'RecipientPhoneAuthentication',
333
+ :'phone_number' => :'RecipientPhoneNumber',
334
+ :'phone_number_metadata' => :'PropertyMetadata',
322
335
  :'recipient_attachments' => :'Array<RecipientAttachment>',
323
336
  :'recipient_authentication_status' => :'AuthenticationStatus',
324
337
  :'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
@@ -379,6 +392,10 @@ module DocuSign_eSign
379
392
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
380
393
  end
381
394
 
395
+ if attributes.has_key?(:'autoRespondedReason')
396
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
397
+ end
398
+
382
399
  if attributes.has_key?(:'clientUserId')
383
400
  self.client_user_id = attributes[:'clientUserId']
384
401
  end
@@ -533,6 +550,14 @@ module DocuSign_eSign
533
550
  self.phone_authentication = attributes[:'phoneAuthentication']
534
551
  end
535
552
 
553
+ if attributes.has_key?(:'phoneNumber')
554
+ self.phone_number = attributes[:'phoneNumber']
555
+ end
556
+
557
+ if attributes.has_key?(:'phoneNumberMetadata')
558
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
559
+ end
560
+
536
561
  if attributes.has_key?(:'recipientAttachments')
537
562
  if (value = attributes[:'recipientAttachments']).is_a?(Array)
538
563
  self.recipient_attachments = value
@@ -673,6 +698,7 @@ module DocuSign_eSign
673
698
  add_access_code_to_email == o.add_access_code_to_email &&
674
699
  additional_notifications == o.additional_notifications &&
675
700
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
701
+ auto_responded_reason == o.auto_responded_reason &&
676
702
  client_user_id == o.client_user_id &&
677
703
  completed_count == o.completed_count &&
678
704
  custom_fields == o.custom_fields &&
@@ -710,6 +736,8 @@ module DocuSign_eSign
710
736
  note == o.note &&
711
737
  note_metadata == o.note_metadata &&
712
738
  phone_authentication == o.phone_authentication &&
739
+ phone_number == o.phone_number &&
740
+ phone_number_metadata == o.phone_number_metadata &&
713
741
  recipient_attachments == o.recipient_attachments &&
714
742
  recipient_authentication_status == o.recipient_authentication_status &&
715
743
  recipient_feature_metadata == o.recipient_feature_metadata &&
@@ -748,7 +776,7 @@ module DocuSign_eSign
748
776
  # Calculates hash code according to all attributes.
749
777
  # @return [Fixnum] Hash code
750
778
  def hash
751
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, 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, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
779
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, 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, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
752
780
  end
753
781
 
754
782
  # Builds the object from hash
@@ -159,6 +159,9 @@ module DocuSign_eSign
159
159
 
160
160
  attr_accessor :smart_contract_information
161
161
 
162
+ #
163
+ attr_accessor :source
164
+
162
165
  # 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.
163
166
  attr_accessor :status
164
167
 
@@ -291,6 +294,7 @@ module DocuSign_eSign
291
294
  :'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
292
295
  :'recipient_id_metadata' => :'recipientIdMetadata',
293
296
  :'smart_contract_information' => :'smartContractInformation',
297
+ :'source' => :'source',
294
298
  :'status' => :'status',
295
299
  :'status_metadata' => :'statusMetadata',
296
300
  :'tab_group_labels' => :'tabGroupLabels',
@@ -384,6 +388,7 @@ module DocuSign_eSign
384
388
  :'recipient_id_guid_metadata' => :'PropertyMetadata',
385
389
  :'recipient_id_metadata' => :'PropertyMetadata',
386
390
  :'smart_contract_information' => :'SmartContractInformation',
391
+ :'source' => :'String',
387
392
  :'status' => :'String',
388
393
  :'status_metadata' => :'PropertyMetadata',
389
394
  :'tab_group_labels' => :'Array<String>',
@@ -659,6 +664,10 @@ module DocuSign_eSign
659
664
  self.smart_contract_information = attributes[:'smartContractInformation']
660
665
  end
661
666
 
667
+ if attributes.has_key?(:'source')
668
+ self.source = attributes[:'source']
669
+ end
670
+
662
671
  if attributes.has_key?(:'status')
663
672
  self.status = attributes[:'status']
664
673
  end
@@ -851,6 +860,7 @@ module DocuSign_eSign
851
860
  recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
852
861
  recipient_id_metadata == o.recipient_id_metadata &&
853
862
  smart_contract_information == o.smart_contract_information &&
863
+ source == o.source &&
854
864
  status == o.status &&
855
865
  status_metadata == o.status_metadata &&
856
866
  tab_group_labels == o.tab_group_labels &&
@@ -890,7 +900,7 @@ module DocuSign_eSign
890
900
  # Calculates hash code according to all attributes.
891
901
  # @return [Fixnum] Hash code
892
902
  def hash
893
- [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, bold, bold_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, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, 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, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
903
+ [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, bold, bold_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, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_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, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
894
904
  end
895
905
 
896
906
  # Builds the object from hash
@@ -192,6 +192,9 @@ module DocuSign_eSign
192
192
 
193
193
  attr_accessor :smart_contract_information
194
194
 
195
+ #
196
+ attr_accessor :source
197
+
195
198
  # 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.
196
199
  attr_accessor :status
197
200
 
@@ -337,6 +340,7 @@ module DocuSign_eSign
337
340
  :'shared' => :'shared',
338
341
  :'shared_metadata' => :'sharedMetadata',
339
342
  :'smart_contract_information' => :'smartContractInformation',
343
+ :'source' => :'source',
340
344
  :'status' => :'status',
341
345
  :'status_metadata' => :'statusMetadata',
342
346
  :'tab_group_labels' => :'tabGroupLabels',
@@ -443,6 +447,7 @@ module DocuSign_eSign
443
447
  :'shared' => :'String',
444
448
  :'shared_metadata' => :'PropertyMetadata',
445
449
  :'smart_contract_information' => :'SmartContractInformation',
450
+ :'source' => :'String',
446
451
  :'status' => :'String',
447
452
  :'status_metadata' => :'PropertyMetadata',
448
453
  :'tab_group_labels' => :'Array<String>',
@@ -772,6 +777,10 @@ module DocuSign_eSign
772
777
  self.smart_contract_information = attributes[:'smartContractInformation']
773
778
  end
774
779
 
780
+ if attributes.has_key?(:'source')
781
+ self.source = attributes[:'source']
782
+ end
783
+
775
784
  if attributes.has_key?(:'status')
776
785
  self.status = attributes[:'status']
777
786
  end
@@ -977,6 +986,7 @@ module DocuSign_eSign
977
986
  shared == o.shared &&
978
987
  shared_metadata == o.shared_metadata &&
979
988
  smart_contract_information == o.smart_contract_information &&
989
+ source == o.source &&
980
990
  status == o.status &&
981
991
  status_metadata == o.status_metadata &&
982
992
  tab_group_labels == o.tab_group_labels &&
@@ -1016,7 +1026,7 @@ module DocuSign_eSign
1016
1026
  # Calculates hash code according to all attributes.
1017
1027
  # @return [Fixnum] Hash code
1018
1028
  def hash
1019
- [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, bold, bold_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, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, list_items, list_selected_value, list_selected_value_metadata, locale_policy, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_metadata, smart_contract_information, 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, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1029
+ [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, bold, bold_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, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, list_items, list_selected_value, list_selected_value_metadata, locale_policy, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_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, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1020
1030
  end
1021
1031
 
1022
1032
  # Builds the object from hash
@@ -137,6 +137,9 @@ module DocuSign_eSign
137
137
 
138
138
  attr_accessor :smart_contract_information
139
139
 
140
+ #
141
+ attr_accessor :source
142
+
140
143
  # 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.
141
144
  attr_accessor :status
142
145
 
@@ -245,6 +248,7 @@ module DocuSign_eSign
245
248
  :'required' => :'required',
246
249
  :'required_metadata' => :'requiredMetadata',
247
250
  :'smart_contract_information' => :'smartContractInformation',
251
+ :'source' => :'source',
248
252
  :'status' => :'status',
249
253
  :'status_metadata' => :'statusMetadata',
250
254
  :'tab_group_labels' => :'tabGroupLabels',
@@ -323,6 +327,7 @@ module DocuSign_eSign
323
327
  :'required' => :'String',
324
328
  :'required_metadata' => :'PropertyMetadata',
325
329
  :'smart_contract_information' => :'SmartContractInformation',
330
+ :'source' => :'String',
326
331
  :'status' => :'String',
327
332
  :'status_metadata' => :'PropertyMetadata',
328
333
  :'tab_group_labels' => :'Array<String>',
@@ -556,6 +561,10 @@ module DocuSign_eSign
556
561
  self.smart_contract_information = attributes[:'smartContractInformation']
557
562
  end
558
563
 
564
+ if attributes.has_key?(:'source')
565
+ self.source = attributes[:'source']
566
+ end
567
+
559
568
  if attributes.has_key?(:'status')
560
569
  self.status = attributes[:'status']
561
570
  end
@@ -715,6 +724,7 @@ module DocuSign_eSign
715
724
  required == o.required &&
716
725
  required_metadata == o.required_metadata &&
717
726
  smart_contract_information == o.smart_contract_information &&
727
+ source == o.source &&
718
728
  status == o.status &&
719
729
  status_metadata == o.status_metadata &&
720
730
  tab_group_labels == o.tab_group_labels &&
@@ -748,7 +758,7 @@ module DocuSign_eSign
748
758
  # Calculates hash code according to all attributes.
749
759
  # @return [Fixnum] Hash code
750
760
  def hash
751
- [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, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_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
761
+ [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, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_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
752
762
  end
753
763
 
754
764
  # Builds the object from hash
@@ -24,6 +24,9 @@ module DocuSign_eSign
24
24
  #
25
25
  attr_accessor :allow_system_override_for_locked_recipient
26
26
 
27
+ #
28
+ attr_accessor :auto_responded_reason
29
+
27
30
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
28
31
  attr_accessor :client_user_id
29
32
 
@@ -190,6 +193,7 @@ module DocuSign_eSign
190
193
  :'access_code_metadata' => :'accessCodeMetadata',
191
194
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
192
195
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
196
+ :'auto_responded_reason' => :'autoRespondedReason',
193
197
  :'client_user_id' => :'clientUserId',
194
198
  :'completed_count' => :'completedCount',
195
199
  :'custom_fields' => :'customFields',
@@ -259,6 +263,7 @@ module DocuSign_eSign
259
263
  :'access_code_metadata' => :'PropertyMetadata',
260
264
  :'add_access_code_to_email' => :'String',
261
265
  :'allow_system_override_for_locked_recipient' => :'String',
266
+ :'auto_responded_reason' => :'String',
262
267
  :'client_user_id' => :'String',
263
268
  :'completed_count' => :'String',
264
269
  :'custom_fields' => :'Array<String>',
@@ -345,6 +350,10 @@ module DocuSign_eSign
345
350
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
346
351
  end
347
352
 
353
+ if attributes.has_key?(:'autoRespondedReason')
354
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
355
+ end
356
+
348
357
  if attributes.has_key?(:'clientUserId')
349
358
  self.client_user_id = attributes[:'clientUserId']
350
359
  end
@@ -616,6 +625,7 @@ module DocuSign_eSign
616
625
  access_code_metadata == o.access_code_metadata &&
617
626
  add_access_code_to_email == o.add_access_code_to_email &&
618
627
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
628
+ auto_responded_reason == o.auto_responded_reason &&
619
629
  client_user_id == o.client_user_id &&
620
630
  completed_count == o.completed_count &&
621
631
  custom_fields == o.custom_fields &&
@@ -686,7 +696,7 @@ module DocuSign_eSign
686
696
  # Calculates hash code according to all attributes.
687
697
  # @return [Fixnum] Hash code
688
698
  def hash
689
- [access_code, access_code_metadata, add_access_code_to_email, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, 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, fax_number, fax_number_metadata, host_recipient_id, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, 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
699
+ [access_code, access_code_metadata, add_access_code_to_email, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, 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, fax_number, fax_number_metadata, host_recipient_id, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, 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
690
700
  end
691
701
 
692
702
  # Builds the object from hash