docusign_esign 3.1.0.rc2 → 3.2.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +73 -0
  5. data/lib/docusign_esign.rb +7 -1
  6. data/lib/docusign_esign/api/.DS_Store +0 -0
  7. data/lib/docusign_esign/api/accounts_api.rb +0 -49
  8. data/lib/docusign_esign/api/billing_api.rb +51 -0
  9. data/lib/docusign_esign/api/bulk_envelopes_api.rb +1 -1
  10. data/lib/docusign_esign/api/envelopes_api.rb +3 -3
  11. data/lib/docusign_esign/models/account_billing_plan.rb +10 -1
  12. data/lib/docusign_esign/models/account_billing_plan_response.rb +10 -1
  13. data/lib/docusign_esign/models/account_identity_input_option.rb +208 -0
  14. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +13 -1
  15. data/lib/docusign_esign/models/account_settings_information.rb +96 -1
  16. data/lib/docusign_esign/models/account_ui_settings.rb +20 -1
  17. data/lib/docusign_esign/models/agent.rb +11 -1
  18. data/lib/docusign_esign/models/carbon_copy.rb +11 -1
  19. data/lib/docusign_esign/models/certified_delivery.rb +11 -1
  20. data/lib/docusign_esign/models/connect_custom_configuration.rb +10 -1
  21. data/lib/docusign_esign/models/connect_event_data.rb +210 -0
  22. data/lib/docusign_esign/models/document.rb +11 -11
  23. data/lib/docusign_esign/models/document_fields_information.rb +1 -1
  24. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +197 -0
  25. data/lib/docusign_esign/models/downgrade_plan_update_response.rb +248 -0
  26. data/lib/docusign_esign/models/draw.rb +911 -0
  27. data/lib/docusign_esign/models/editor.rb +11 -1
  28. data/lib/docusign_esign/models/envelope.rb +11 -1
  29. data/lib/docusign_esign/models/envelope_definition.rb +11 -1
  30. data/lib/docusign_esign/models/envelope_document.rb +1 -11
  31. data/lib/docusign_esign/models/envelope_template.rb +11 -1
  32. data/lib/docusign_esign/models/event_notification.rb +10 -1
  33. data/lib/docusign_esign/models/in_person_signer.rb +11 -1
  34. data/lib/docusign_esign/models/intermediary.rb +11 -1
  35. data/lib/docusign_esign/models/notary_host.rb +11 -1
  36. data/lib/docusign_esign/models/recipient_identity_input_option.rb +210 -0
  37. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +208 -0
  38. data/lib/docusign_esign/models/recipient_identity_verification.rb +13 -1
  39. data/lib/docusign_esign/models/seal_sign.rb +11 -1
  40. data/lib/docusign_esign/models/signer.rb +12 -2
  41. data/lib/docusign_esign/models/tab_account_settings.rb +20 -1
  42. data/lib/docusign_esign/models/tabs.rb +13 -1
  43. data/lib/docusign_esign/models/template_tabs.rb +13 -1
  44. data/lib/docusign_esign/models/usage_history.rb +1 -1
  45. data/lib/docusign_esign/models/user_information.rb +1 -1
  46. data/lib/docusign_esign/models/witness.rb +11 -1
  47. data/lib/docusign_esign/version.rb +1 -1
  48. data/tests/Gemfile.lock +42 -0
  49. data/tests/docs/private.pem +27 -0
  50. metadata +13 -3
  51. data/docusign_esign-4.1.210.gem +0 -0
@@ -22,6 +22,9 @@ module DocuSign_eSign
22
22
  # This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
23
23
  attr_accessor :add_access_code_to_email
24
24
 
25
+ #
26
+ attr_accessor :allow_system_override_for_locked_recipient
27
+
25
28
  # 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.
26
29
  attr_accessor :client_user_id
27
30
 
@@ -196,6 +199,7 @@ module DocuSign_eSign
196
199
  :'access_code' => :'accessCode',
197
200
  :'access_code_metadata' => :'accessCodeMetadata',
198
201
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
202
+ :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
199
203
  :'client_user_id' => :'clientUserId',
200
204
  :'completed_count' => :'completedCount',
201
205
  :'custom_fields' => :'customFields',
@@ -267,6 +271,7 @@ module DocuSign_eSign
267
271
  :'access_code' => :'String',
268
272
  :'access_code_metadata' => :'PropertyMetadata',
269
273
  :'add_access_code_to_email' => :'String',
274
+ :'allow_system_override_for_locked_recipient' => :'String',
270
275
  :'client_user_id' => :'String',
271
276
  :'completed_count' => :'String',
272
277
  :'custom_fields' => :'Array<String>',
@@ -352,6 +357,10 @@ module DocuSign_eSign
352
357
  self.add_access_code_to_email = attributes[:'addAccessCodeToEmail']
353
358
  end
354
359
 
360
+ if attributes.has_key?(:'allowSystemOverrideForLockedRecipient')
361
+ self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
362
+ end
363
+
355
364
  if attributes.has_key?(:'clientUserId')
356
365
  self.client_user_id = attributes[:'clientUserId']
357
366
  end
@@ -635,6 +644,7 @@ module DocuSign_eSign
635
644
  access_code == o.access_code &&
636
645
  access_code_metadata == o.access_code_metadata &&
637
646
  add_access_code_to_email == o.add_access_code_to_email &&
647
+ allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
638
648
  client_user_id == o.client_user_id &&
639
649
  completed_count == o.completed_count &&
640
650
  custom_fields == o.custom_fields &&
@@ -708,7 +718,7 @@ module DocuSign_eSign
708
718
  # Calculates hash code according to all attributes.
709
719
  # @return [Fixnum] Hash code
710
720
  def hash
711
- [access_code, access_code_metadata, add_access_code_to_email, 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, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, 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
721
+ [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, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, 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
712
722
  end
713
723
 
714
724
  # Builds the object from hash
@@ -59,6 +59,9 @@ module DocuSign_eSign
59
59
  # Specifies the date and time this item was completed.
60
60
  attr_accessor :completed_date_time
61
61
 
62
+ #
63
+ attr_accessor :copy_recipient_data
64
+
62
65
  # Indicates the date and time the item was created.
63
66
  attr_accessor :created_date_time
64
67
 
@@ -247,6 +250,7 @@ module DocuSign_eSign
247
250
  :'brand_lock' => :'brandLock',
248
251
  :'certificate_uri' => :'certificateUri',
249
252
  :'completed_date_time' => :'completedDateTime',
253
+ :'copy_recipient_data' => :'copyRecipientData',
250
254
  :'created_date_time' => :'createdDateTime',
251
255
  :'custom_fields' => :'customFields',
252
256
  :'custom_fields_uri' => :'customFieldsUri',
@@ -327,6 +331,7 @@ module DocuSign_eSign
327
331
  :'brand_lock' => :'String',
328
332
  :'certificate_uri' => :'String',
329
333
  :'completed_date_time' => :'String',
334
+ :'copy_recipient_data' => :'String',
330
335
  :'created_date_time' => :'String',
331
336
  :'custom_fields' => :'CustomFields',
332
337
  :'custom_fields_uri' => :'String',
@@ -457,6 +462,10 @@ module DocuSign_eSign
457
462
  self.completed_date_time = attributes[:'completedDateTime']
458
463
  end
459
464
 
465
+ if attributes.has_key?(:'copyRecipientData')
466
+ self.copy_recipient_data = attributes[:'copyRecipientData']
467
+ end
468
+
460
469
  if attributes.has_key?(:'createdDateTime')
461
470
  self.created_date_time = attributes[:'createdDateTime']
462
471
  end
@@ -734,6 +743,7 @@ module DocuSign_eSign
734
743
  brand_lock == o.brand_lock &&
735
744
  certificate_uri == o.certificate_uri &&
736
745
  completed_date_time == o.completed_date_time &&
746
+ copy_recipient_data == o.copy_recipient_data &&
737
747
  created_date_time == o.created_date_time &&
738
748
  custom_fields == o.custom_fields &&
739
749
  custom_fields_uri == o.custom_fields_uri &&
@@ -804,7 +814,7 @@ module DocuSign_eSign
804
814
  # Calculates hash code according to all attributes.
805
815
  # @return [Fixnum] Hash code
806
816
  def hash
807
- [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
817
+ [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, copy_recipient_data, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
808
818
  end
809
819
 
810
820
  # Builds the object from hash
@@ -71,6 +71,9 @@ module DocuSign_eSign
71
71
  # A complex type that can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope.
72
72
  attr_accessor :composite_templates
73
73
 
74
+ #
75
+ attr_accessor :copy_recipient_data
76
+
74
77
  # Indicates the date and time the item was created.
75
78
  attr_accessor :created_date_time
76
79
 
@@ -280,6 +283,7 @@ module DocuSign_eSign
280
283
  :'certificate_uri' => :'certificateUri',
281
284
  :'completed_date_time' => :'completedDateTime',
282
285
  :'composite_templates' => :'compositeTemplates',
286
+ :'copy_recipient_data' => :'copyRecipientData',
283
287
  :'created_date_time' => :'createdDateTime',
284
288
  :'custom_fields' => :'customFields',
285
289
  :'custom_fields_uri' => :'customFieldsUri',
@@ -370,6 +374,7 @@ module DocuSign_eSign
370
374
  :'certificate_uri' => :'String',
371
375
  :'completed_date_time' => :'String',
372
376
  :'composite_templates' => :'Array<CompositeTemplate>',
377
+ :'copy_recipient_data' => :'String',
373
378
  :'created_date_time' => :'String',
374
379
  :'custom_fields' => :'CustomFields',
375
380
  :'custom_fields_uri' => :'String',
@@ -526,6 +531,10 @@ module DocuSign_eSign
526
531
  end
527
532
  end
528
533
 
534
+ if attributes.has_key?(:'copyRecipientData')
535
+ self.copy_recipient_data = attributes[:'copyRecipientData']
536
+ end
537
+
529
538
  if attributes.has_key?(:'createdDateTime')
530
539
  self.created_date_time = attributes[:'createdDateTime']
531
540
  end
@@ -837,6 +846,7 @@ module DocuSign_eSign
837
846
  certificate_uri == o.certificate_uri &&
838
847
  completed_date_time == o.completed_date_time &&
839
848
  composite_templates == o.composite_templates &&
849
+ copy_recipient_data == o.copy_recipient_data &&
840
850
  created_date_time == o.created_date_time &&
841
851
  custom_fields == o.custom_fields &&
842
852
  custom_fields_uri == o.custom_fields_uri &&
@@ -913,7 +923,7 @@ module DocuSign_eSign
913
923
  # Calculates hash code according to all attributes.
914
924
  # @return [Fixnum] Hash code
915
925
  def hash
916
- [access_control_list_base64, accessibility, allow_comments, allow_markup, allow_reassign, allow_recipient_recursion, allow_view_history, any_signer, asynchronous, attachments, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, composite_templates, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, event_notification, event_notifications, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, password, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, template_roles, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
926
+ [access_control_list_base64, accessibility, allow_comments, allow_markup, allow_reassign, allow_recipient_recursion, allow_view_history, any_signer, asynchronous, attachments, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, composite_templates, copy_recipient_data, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, event_notification, event_notifications, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, password, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, template_roles, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
917
927
  end
918
928
 
919
929
  # Builds the object from hash
@@ -39,9 +39,6 @@ module DocuSign_eSign
39
39
  #
40
40
  attr_accessor :document_fields
41
41
 
42
- #
43
- attr_accessor :document_group
44
-
45
42
  # Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.
46
43
  attr_accessor :document_id
47
44
 
@@ -99,7 +96,6 @@ module DocuSign_eSign
99
96
  :'display' => :'display',
100
97
  :'display_metadata' => :'displayMetadata',
101
98
  :'document_fields' => :'documentFields',
102
- :'document_group' => :'documentGroup',
103
99
  :'document_id' => :'documentId',
104
100
  :'document_id_guid' => :'documentIdGuid',
105
101
  :'error_details' => :'errorDetails',
@@ -131,7 +127,6 @@ module DocuSign_eSign
131
127
  :'display' => :'String',
132
128
  :'display_metadata' => :'PropertyMetadata',
133
129
  :'document_fields' => :'Array<NameValue>',
134
- :'document_group' => :'String',
135
130
  :'document_id' => :'String',
136
131
  :'document_id_guid' => :'String',
137
132
  :'error_details' => :'ErrorDetails',
@@ -201,10 +196,6 @@ module DocuSign_eSign
201
196
  end
202
197
  end
203
198
 
204
- if attributes.has_key?(:'documentGroup')
205
- self.document_group = attributes[:'documentGroup']
206
- end
207
-
208
199
  if attributes.has_key?(:'documentId')
209
200
  self.document_id = attributes[:'documentId']
210
201
  end
@@ -300,7 +291,6 @@ module DocuSign_eSign
300
291
  display == o.display &&
301
292
  display_metadata == o.display_metadata &&
302
293
  document_fields == o.document_fields &&
303
- document_group == o.document_group &&
304
294
  document_id == o.document_id &&
305
295
  document_id_guid == o.document_id_guid &&
306
296
  error_details == o.error_details &&
@@ -328,7 +318,7 @@ module DocuSign_eSign
328
318
  # Calculates hash code according to all attributes.
329
319
  # @return [Fixnum] Hash code
330
320
  def hash
331
- [added_recipient_ids, attachment_tab_id, authoritative_copy, authoritative_copy_metadata, available_document_types, contains_pdf_form_fields, display, display_metadata, document_fields, document_group, document_id, document_id_guid, error_details, include_in_download, include_in_download_metadata, name, name_metadata, order, pages, signer_must_acknowledge, signer_must_acknowledge_metadata, size_bytes, template_locked, template_required, type, uri].hash
321
+ [added_recipient_ids, attachment_tab_id, authoritative_copy, authoritative_copy_metadata, available_document_types, contains_pdf_form_fields, display, display_metadata, document_fields, document_id, document_id_guid, error_details, include_in_download, include_in_download_metadata, name, name_metadata, order, pages, signer_must_acknowledge, signer_must_acknowledge_metadata, size_bytes, template_locked, template_required, type, uri].hash
332
322
  end
333
323
 
334
324
  # Builds the object from hash
@@ -65,6 +65,9 @@ module DocuSign_eSign
65
65
  # Specifies the date and time this item was completed.
66
66
  attr_accessor :completed_date_time
67
67
 
68
+ #
69
+ attr_accessor :copy_recipient_data
70
+
68
71
  #
69
72
  attr_accessor :created
70
73
 
@@ -313,6 +316,7 @@ module DocuSign_eSign
313
316
  :'brand_lock' => :'brandLock',
314
317
  :'certificate_uri' => :'certificateUri',
315
318
  :'completed_date_time' => :'completedDateTime',
319
+ :'copy_recipient_data' => :'copyRecipientData',
316
320
  :'created' => :'created',
317
321
  :'created_date_time' => :'createdDateTime',
318
322
  :'custom_fields' => :'customFields',
@@ -415,6 +419,7 @@ module DocuSign_eSign
415
419
  :'brand_lock' => :'String',
416
420
  :'certificate_uri' => :'String',
417
421
  :'completed_date_time' => :'String',
422
+ :'copy_recipient_data' => :'String',
418
423
  :'created' => :'String',
419
424
  :'created_date_time' => :'String',
420
425
  :'custom_fields' => :'CustomFields',
@@ -573,6 +578,10 @@ module DocuSign_eSign
573
578
  self.completed_date_time = attributes[:'completedDateTime']
574
579
  end
575
580
 
581
+ if attributes.has_key?(:'copyRecipientData')
582
+ self.copy_recipient_data = attributes[:'copyRecipientData']
583
+ end
584
+
576
585
  if attributes.has_key?(:'created')
577
586
  self.created = attributes[:'created']
578
587
  end
@@ -938,6 +947,7 @@ module DocuSign_eSign
938
947
  brand_lock == o.brand_lock &&
939
948
  certificate_uri == o.certificate_uri &&
940
949
  completed_date_time == o.completed_date_time &&
950
+ copy_recipient_data == o.copy_recipient_data &&
941
951
  created == o.created &&
942
952
  created_date_time == o.created_date_time &&
943
953
  custom_fields == o.custom_fields &&
@@ -1028,7 +1038,7 @@ module DocuSign_eSign
1028
1038
  # Calculates hash code according to all attributes.
1029
1039
  # @return [Fixnum] Hash code
1030
1040
  def hash
1031
- [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_match, auto_match_specified_by_user, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, created, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, description, disable_responsive_document, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, favorited_by_me, folder_id, folder_ids, folder_name, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified, last_modified_by, last_modified_date_time, last_used, location, lock_information, message_lock, name, new_password, notification, notification_uri, owner, page_count, password, password_protected, power_form, power_forms, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, shared, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, templates_uri, transaction_id, uri, use_disclosure, voided_date_time, voided_reason].hash
1041
+ [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_match, auto_match_specified_by_user, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, copy_recipient_data, created, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, description, disable_responsive_document, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, favorited_by_me, folder_id, folder_ids, folder_name, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified, last_modified_by, last_modified_date_time, last_used, location, lock_information, message_lock, name, new_password, notification, notification_uri, owner, page_count, password, password_protected, power_form, power_forms, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, shared, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, templates_uri, transaction_id, uri, use_disclosure, voided_date_time, voided_reason].hash
1032
1042
  end
1033
1043
 
1034
1044
  # Builds the object from hash
@@ -17,6 +17,8 @@ module DocuSign_eSign
17
17
  # A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property. To receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node. You do not need to specify both.
18
18
  attr_accessor :envelope_events
19
19
 
20
+ attr_accessor :event_data
21
+
20
22
  # When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes.
21
23
  attr_accessor :include_certificate_of_completion
22
24
 
@@ -67,6 +69,7 @@ module DocuSign_eSign
67
69
  def self.attribute_map
68
70
  {
69
71
  :'envelope_events' => :'envelopeEvents',
72
+ :'event_data' => :'eventData',
70
73
  :'include_certificate_of_completion' => :'includeCertificateOfCompletion',
71
74
  :'include_certificate_with_soap' => :'includeCertificateWithSoap',
72
75
  :'include_document_fields' => :'includeDocumentFields',
@@ -89,6 +92,7 @@ module DocuSign_eSign
89
92
  def self.swagger_types
90
93
  {
91
94
  :'envelope_events' => :'Array<EnvelopeEvent>',
95
+ :'event_data' => :'ConnectEventData',
92
96
  :'include_certificate_of_completion' => :'String',
93
97
  :'include_certificate_with_soap' => :'String',
94
98
  :'include_document_fields' => :'String',
@@ -121,6 +125,10 @@ module DocuSign_eSign
121
125
  end
122
126
  end
123
127
 
128
+ if attributes.has_key?(:'eventData')
129
+ self.event_data = attributes[:'eventData']
130
+ end
131
+
124
132
  if attributes.has_key?(:'includeCertificateOfCompletion')
125
133
  self.include_certificate_of_completion = attributes[:'includeCertificateOfCompletion']
126
134
  end
@@ -204,6 +212,7 @@ module DocuSign_eSign
204
212
  return true if self.equal?(o)
205
213
  self.class == o.class &&
206
214
  envelope_events == o.envelope_events &&
215
+ event_data == o.event_data &&
207
216
  include_certificate_of_completion == o.include_certificate_of_completion &&
208
217
  include_certificate_with_soap == o.include_certificate_with_soap &&
209
218
  include_document_fields == o.include_document_fields &&
@@ -230,7 +239,7 @@ module DocuSign_eSign
230
239
  # Calculates hash code according to all attributes.
231
240
  # @return [Fixnum] Hash code
232
241
  def hash
233
- [envelope_events, include_certificate_of_completion, include_certificate_with_soap, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_sender_account_as_custom_field, include_time_zone, logging_enabled, recipient_events, require_acknowledgment, sign_message_with_x509_cert, soap_name_space, url, use_soap_interface].hash
242
+ [envelope_events, event_data, include_certificate_of_completion, include_certificate_with_soap, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_sender_account_as_custom_field, include_time_zone, logging_enabled, recipient_events, require_acknowledgment, sign_message_with_x509_cert, soap_name_space, url, use_soap_interface].hash
234
243
  end
235
244
 
236
245
  # Builds the object from hash
@@ -22,6 +22,9 @@ module DocuSign_eSign
22
22
  # This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
23
23
  attr_accessor :add_access_code_to_email
24
24
 
25
+ #
26
+ attr_accessor :allow_system_override_for_locked_recipient
27
+
25
28
  #
26
29
  attr_accessor :auto_navigation
27
30
 
@@ -259,6 +262,7 @@ module DocuSign_eSign
259
262
  :'access_code' => :'accessCode',
260
263
  :'access_code_metadata' => :'accessCodeMetadata',
261
264
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
265
+ :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
262
266
  :'auto_navigation' => :'autoNavigation',
263
267
  :'can_sign_offline' => :'canSignOffline',
264
268
  :'client_user_id' => :'clientUserId',
@@ -354,6 +358,7 @@ module DocuSign_eSign
354
358
  :'access_code' => :'String',
355
359
  :'access_code_metadata' => :'PropertyMetadata',
356
360
  :'add_access_code_to_email' => :'String',
361
+ :'allow_system_override_for_locked_recipient' => :'String',
357
362
  :'auto_navigation' => :'String',
358
363
  :'can_sign_offline' => :'String',
359
364
  :'client_user_id' => :'String',
@@ -463,6 +468,10 @@ module DocuSign_eSign
463
468
  self.add_access_code_to_email = attributes[:'addAccessCodeToEmail']
464
469
  end
465
470
 
471
+ if attributes.has_key?(:'allowSystemOverrideForLockedRecipient')
472
+ self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
473
+ end
474
+
466
475
  if attributes.has_key?(:'autoNavigation')
467
476
  self.auto_navigation = attributes[:'autoNavigation']
468
477
  end
@@ -846,6 +855,7 @@ module DocuSign_eSign
846
855
  access_code == o.access_code &&
847
856
  access_code_metadata == o.access_code_metadata &&
848
857
  add_access_code_to_email == o.add_access_code_to_email &&
858
+ allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
849
859
  auto_navigation == o.auto_navigation &&
850
860
  can_sign_offline == o.can_sign_offline &&
851
861
  client_user_id == o.client_user_id &&
@@ -943,7 +953,7 @@ module DocuSign_eSign
943
953
  # Calculates hash code according to all attributes.
944
954
  # @return [Fixnum] Hash code
945
955
  def hash
946
- [access_code, access_code_metadata, add_access_code_to_email, 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, 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, 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
956
+ [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, 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, 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
947
957
  end
948
958
 
949
959
  # Builds the object from hash
@@ -22,6 +22,9 @@ module DocuSign_eSign
22
22
  # This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
23
23
  attr_accessor :add_access_code_to_email
24
24
 
25
+ #
26
+ attr_accessor :allow_system_override_for_locked_recipient
27
+
25
28
  # 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.
26
29
  attr_accessor :client_user_id
27
30
 
@@ -199,6 +202,7 @@ module DocuSign_eSign
199
202
  :'access_code' => :'accessCode',
200
203
  :'access_code_metadata' => :'accessCodeMetadata',
201
204
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
205
+ :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
202
206
  :'client_user_id' => :'clientUserId',
203
207
  :'completed_count' => :'completedCount',
204
208
  :'custom_fields' => :'customFields',
@@ -271,6 +275,7 @@ module DocuSign_eSign
271
275
  :'access_code' => :'String',
272
276
  :'access_code_metadata' => :'PropertyMetadata',
273
277
  :'add_access_code_to_email' => :'String',
278
+ :'allow_system_override_for_locked_recipient' => :'String',
274
279
  :'client_user_id' => :'String',
275
280
  :'completed_count' => :'String',
276
281
  :'custom_fields' => :'Array<String>',
@@ -357,6 +362,10 @@ module DocuSign_eSign
357
362
  self.add_access_code_to_email = attributes[:'addAccessCodeToEmail']
358
363
  end
359
364
 
365
+ if attributes.has_key?(:'allowSystemOverrideForLockedRecipient')
366
+ self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
367
+ end
368
+
360
369
  if attributes.has_key?(:'clientUserId')
361
370
  self.client_user_id = attributes[:'clientUserId']
362
371
  end
@@ -646,6 +655,7 @@ module DocuSign_eSign
646
655
  access_code == o.access_code &&
647
656
  access_code_metadata == o.access_code_metadata &&
648
657
  add_access_code_to_email == o.add_access_code_to_email &&
658
+ allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
649
659
  client_user_id == o.client_user_id &&
650
660
  completed_count == o.completed_count &&
651
661
  custom_fields == o.custom_fields &&
@@ -720,7 +730,7 @@ module DocuSign_eSign
720
730
  # Calculates hash code according to all attributes.
721
731
  # @return [Fixnum] Hash code
722
732
  def hash
723
- [access_code, access_code_metadata, add_access_code_to_email, 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, 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
733
+ [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, 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, 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
724
734
  end
725
735
 
726
736
  # Builds the object from hash
@@ -22,6 +22,9 @@ module DocuSign_eSign
22
22
  # This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.
23
23
  attr_accessor :add_access_code_to_email
24
24
 
25
+ #
26
+ attr_accessor :allow_system_override_for_locked_recipient
27
+
25
28
  # 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.
26
29
  attr_accessor :client_user_id
27
30
 
@@ -186,6 +189,7 @@ module DocuSign_eSign
186
189
  :'access_code' => :'accessCode',
187
190
  :'access_code_metadata' => :'accessCodeMetadata',
188
191
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
192
+ :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
189
193
  :'client_user_id' => :'clientUserId',
190
194
  :'completed_count' => :'completedCount',
191
195
  :'custom_fields' => :'customFields',
@@ -253,6 +257,7 @@ module DocuSign_eSign
253
257
  :'access_code' => :'String',
254
258
  :'access_code_metadata' => :'PropertyMetadata',
255
259
  :'add_access_code_to_email' => :'String',
260
+ :'allow_system_override_for_locked_recipient' => :'String',
256
261
  :'client_user_id' => :'String',
257
262
  :'completed_count' => :'String',
258
263
  :'custom_fields' => :'Array<String>',
@@ -334,6 +339,10 @@ module DocuSign_eSign
334
339
  self.add_access_code_to_email = attributes[:'addAccessCodeToEmail']
335
340
  end
336
341
 
342
+ if attributes.has_key?(:'allowSystemOverrideForLockedRecipient')
343
+ self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
344
+ end
345
+
337
346
  if attributes.has_key?(:'clientUserId')
338
347
  self.client_user_id = attributes[:'clientUserId']
339
348
  end
@@ -601,6 +610,7 @@ module DocuSign_eSign
601
610
  access_code == o.access_code &&
602
611
  access_code_metadata == o.access_code_metadata &&
603
612
  add_access_code_to_email == o.add_access_code_to_email &&
613
+ allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
604
614
  client_user_id == o.client_user_id &&
605
615
  completed_count == o.completed_count &&
606
616
  custom_fields == o.custom_fields &&
@@ -670,7 +680,7 @@ module DocuSign_eSign
670
680
  # Calculates hash code according to all attributes.
671
681
  # @return [Fixnum] Hash code
672
682
  def hash
673
- [access_code, access_code_metadata, add_access_code_to_email, 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, 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
683
+ [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, 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
674
684
  end
675
685
 
676
686
  # Builds the object from hash