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
@@ -33,6 +33,9 @@ module DocuSign_eSign
33
33
  #
34
34
  attr_accessor :allow_system_override_for_locked_recipient
35
35
 
36
+ #
37
+ attr_accessor :auto_responded_reason
38
+
36
39
  # 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.
37
40
  attr_accessor :client_user_id
38
41
 
@@ -130,6 +133,10 @@ module DocuSign_eSign
130
133
 
131
134
  attr_accessor :phone_authentication
132
135
 
136
+ attr_accessor :phone_number
137
+
138
+ attr_accessor :phone_number_metadata
139
+
133
140
  attr_accessor :proof_file
134
141
 
135
142
  # Reserved:
@@ -217,6 +224,7 @@ module DocuSign_eSign
217
224
  :'agent_can_edit_email' => :'agentCanEditEmail',
218
225
  :'agent_can_edit_name' => :'agentCanEditName',
219
226
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
227
+ :'auto_responded_reason' => :'autoRespondedReason',
220
228
  :'client_user_id' => :'clientUserId',
221
229
  :'completed_count' => :'completedCount',
222
230
  :'custom_fields' => :'customFields',
@@ -254,6 +262,8 @@ module DocuSign_eSign
254
262
  :'note' => :'note',
255
263
  :'note_metadata' => :'noteMetadata',
256
264
  :'phone_authentication' => :'phoneAuthentication',
265
+ :'phone_number' => :'phoneNumber',
266
+ :'phone_number_metadata' => :'phoneNumberMetadata',
257
267
  :'proof_file' => :'proofFile',
258
268
  :'recipient_attachments' => :'recipientAttachments',
259
269
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
@@ -295,6 +305,7 @@ module DocuSign_eSign
295
305
  :'agent_can_edit_email' => :'String',
296
306
  :'agent_can_edit_name' => :'String',
297
307
  :'allow_system_override_for_locked_recipient' => :'String',
308
+ :'auto_responded_reason' => :'String',
298
309
  :'client_user_id' => :'String',
299
310
  :'completed_count' => :'String',
300
311
  :'custom_fields' => :'Array<String>',
@@ -332,6 +343,8 @@ module DocuSign_eSign
332
343
  :'note' => :'String',
333
344
  :'note_metadata' => :'PropertyMetadata',
334
345
  :'phone_authentication' => :'RecipientPhoneAuthentication',
346
+ :'phone_number' => :'RecipientPhoneNumber',
347
+ :'phone_number_metadata' => :'PropertyMetadata',
335
348
  :'proof_file' => :'RecipientProofFile',
336
349
  :'recipient_attachments' => :'Array<RecipientAttachment>',
337
350
  :'recipient_authentication_status' => :'AuthenticationStatus',
@@ -401,6 +414,10 @@ module DocuSign_eSign
401
414
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
402
415
  end
403
416
 
417
+ if attributes.has_key?(:'autoRespondedReason')
418
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
419
+ end
420
+
404
421
  if attributes.has_key?(:'clientUserId')
405
422
  self.client_user_id = attributes[:'clientUserId']
406
423
  end
@@ -555,6 +572,14 @@ module DocuSign_eSign
555
572
  self.phone_authentication = attributes[:'phoneAuthentication']
556
573
  end
557
574
 
575
+ if attributes.has_key?(:'phoneNumber')
576
+ self.phone_number = attributes[:'phoneNumber']
577
+ end
578
+
579
+ if attributes.has_key?(:'phoneNumberMetadata')
580
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
581
+ end
582
+
558
583
  if attributes.has_key?(:'proofFile')
559
584
  self.proof_file = attributes[:'proofFile']
560
585
  end
@@ -701,6 +726,7 @@ module DocuSign_eSign
701
726
  agent_can_edit_email == o.agent_can_edit_email &&
702
727
  agent_can_edit_name == o.agent_can_edit_name &&
703
728
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
729
+ auto_responded_reason == o.auto_responded_reason &&
704
730
  client_user_id == o.client_user_id &&
705
731
  completed_count == o.completed_count &&
706
732
  custom_fields == o.custom_fields &&
@@ -738,6 +764,8 @@ module DocuSign_eSign
738
764
  note == o.note &&
739
765
  note_metadata == o.note_metadata &&
740
766
  phone_authentication == o.phone_authentication &&
767
+ phone_number == o.phone_number &&
768
+ phone_number_metadata == o.phone_number_metadata &&
741
769
  proof_file == o.proof_file &&
742
770
  recipient_attachments == o.recipient_attachments &&
743
771
  recipient_authentication_status == o.recipient_authentication_status &&
@@ -777,7 +805,7 @@ module DocuSign_eSign
777
805
  # Calculates hash code according to all attributes.
778
806
  # @return [Fixnum] Hash code
779
807
  def hash
780
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, 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, proof_file, 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
808
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_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, proof_file, 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
781
809
  end
782
810
 
783
811
  # Builds the object from hash
@@ -182,6 +182,9 @@ module DocuSign_eSign
182
182
 
183
183
  attr_accessor :smart_contract_information
184
184
 
185
+ #
186
+ attr_accessor :source
187
+
185
188
  # 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.
186
189
  attr_accessor :status
187
190
 
@@ -318,6 +321,7 @@ module DocuSign_eSign
318
321
  :'shared' => :'shared',
319
322
  :'shared_metadata' => :'sharedMetadata',
320
323
  :'smart_contract_information' => :'smartContractInformation',
324
+ :'source' => :'source',
321
325
  :'status' => :'status',
322
326
  :'status_metadata' => :'statusMetadata',
323
327
  :'tab_group_labels' => :'tabGroupLabels',
@@ -418,6 +422,7 @@ module DocuSign_eSign
418
422
  :'shared' => :'String',
419
423
  :'shared_metadata' => :'PropertyMetadata',
420
424
  :'smart_contract_information' => :'SmartContractInformation',
425
+ :'source' => :'String',
421
426
  :'status' => :'String',
422
427
  :'status_metadata' => :'PropertyMetadata',
423
428
  :'tab_group_labels' => :'Array<String>',
@@ -727,6 +732,10 @@ module DocuSign_eSign
727
732
  self.smart_contract_information = attributes[:'smartContractInformation']
728
733
  end
729
734
 
735
+ if attributes.has_key?(:'source')
736
+ self.source = attributes[:'source']
737
+ end
738
+
730
739
  if attributes.has_key?(:'status')
731
740
  self.status = attributes[:'status']
732
741
  end
@@ -920,6 +929,7 @@ module DocuSign_eSign
920
929
  shared == o.shared &&
921
930
  shared_metadata == o.shared_metadata &&
922
931
  smart_contract_information == o.smart_contract_information &&
932
+ source == o.source &&
923
933
  status == o.status &&
924
934
  status_metadata == o.status_metadata &&
925
935
  tab_group_labels == o.tab_group_labels &&
@@ -957,7 +967,7 @@ module DocuSign_eSign
957
967
  # Calculates hash code according to all attributes.
958
968
  # @return [Fixnum] Hash code
959
969
  def hash
960
- [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, locked, locked_metadata, 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, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_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, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
970
+ [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, locked, locked_metadata, 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, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_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, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
961
971
  end
962
972
 
963
973
  # Builds the object from hash
@@ -157,6 +157,9 @@ module DocuSign_eSign
157
157
 
158
158
  attr_accessor :smart_contract_information
159
159
 
160
+ #
161
+ attr_accessor :source
162
+
160
163
  # 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.
161
164
  attr_accessor :status
162
165
 
@@ -286,6 +289,7 @@ module DocuSign_eSign
286
289
  :'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
287
290
  :'recipient_id_metadata' => :'recipientIdMetadata',
288
291
  :'smart_contract_information' => :'smartContractInformation',
292
+ :'source' => :'source',
289
293
  :'status' => :'status',
290
294
  :'status_metadata' => :'statusMetadata',
291
295
  :'tab_group_labels' => :'tabGroupLabels',
@@ -377,6 +381,7 @@ module DocuSign_eSign
377
381
  :'recipient_id_guid_metadata' => :'PropertyMetadata',
378
382
  :'recipient_id_metadata' => :'PropertyMetadata',
379
383
  :'smart_contract_information' => :'SmartContractInformation',
384
+ :'source' => :'String',
380
385
  :'status' => :'String',
381
386
  :'status_metadata' => :'PropertyMetadata',
382
387
  :'tab_group_labels' => :'Array<String>',
@@ -649,6 +654,10 @@ module DocuSign_eSign
649
654
  self.smart_contract_information = attributes[:'smartContractInformation']
650
655
  end
651
656
 
657
+ if attributes.has_key?(:'source')
658
+ self.source = attributes[:'source']
659
+ end
660
+
652
661
  if attributes.has_key?(:'status')
653
662
  self.status = attributes[:'status']
654
663
  end
@@ -836,6 +845,7 @@ module DocuSign_eSign
836
845
  recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
837
846
  recipient_id_metadata == o.recipient_id_metadata &&
838
847
  smart_contract_information == o.smart_contract_information &&
848
+ source == o.source &&
839
849
  status == o.status &&
840
850
  status_metadata == o.status_metadata &&
841
851
  tab_group_labels == o.tab_group_labels &&
@@ -874,7 +884,7 @@ module DocuSign_eSign
874
884
  # Calculates hash code according to all attributes.
875
885
  # @return [Fixnum] Hash code
876
886
  def hash
877
- [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, comments, 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, 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, thread_id, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
887
+ [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, comments, 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, 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, thread_id, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
878
888
  end
879
889
 
880
890
  # Builds the object from hash
@@ -189,6 +189,9 @@ module DocuSign_eSign
189
189
 
190
190
  attr_accessor :smart_contract_information
191
191
 
192
+ #
193
+ attr_accessor :source
194
+
192
195
  # 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.
193
196
  attr_accessor :status
194
197
 
@@ -333,6 +336,7 @@ module DocuSign_eSign
333
336
  :'required' => :'required',
334
337
  :'required_metadata' => :'requiredMetadata',
335
338
  :'smart_contract_information' => :'smartContractInformation',
339
+ :'source' => :'source',
336
340
  :'status' => :'status',
337
341
  :'status_metadata' => :'statusMetadata',
338
342
  :'tab_group_labels' => :'tabGroupLabels',
@@ -438,6 +442,7 @@ module DocuSign_eSign
438
442
  :'required' => :'String',
439
443
  :'required_metadata' => :'PropertyMetadata',
440
444
  :'smart_contract_information' => :'SmartContractInformation',
445
+ :'source' => :'String',
441
446
  :'status' => :'String',
442
447
  :'status_metadata' => :'PropertyMetadata',
443
448
  :'tab_group_labels' => :'Array<String>',
@@ -761,6 +766,10 @@ module DocuSign_eSign
761
766
  self.smart_contract_information = attributes[:'smartContractInformation']
762
767
  end
763
768
 
769
+ if attributes.has_key?(:'source')
770
+ self.source = attributes[:'source']
771
+ end
772
+
764
773
  if attributes.has_key?(:'status')
765
774
  self.status = attributes[:'status']
766
775
  end
@@ -965,6 +974,7 @@ module DocuSign_eSign
965
974
  required == o.required &&
966
975
  required_metadata == o.required_metadata &&
967
976
  smart_contract_information == o.smart_contract_information &&
977
+ source == o.source &&
968
978
  status == o.status &&
969
979
  status_metadata == o.status_metadata &&
970
980
  tab_group_labels == o.tab_group_labels &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1017
+ [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash
@@ -189,6 +189,9 @@ module DocuSign_eSign
189
189
 
190
190
  attr_accessor :smart_contract_information
191
191
 
192
+ #
193
+ attr_accessor :source
194
+
192
195
  # 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.
193
196
  attr_accessor :status
194
197
 
@@ -333,6 +336,7 @@ module DocuSign_eSign
333
336
  :'required' => :'required',
334
337
  :'required_metadata' => :'requiredMetadata',
335
338
  :'smart_contract_information' => :'smartContractInformation',
339
+ :'source' => :'source',
336
340
  :'status' => :'status',
337
341
  :'status_metadata' => :'statusMetadata',
338
342
  :'tab_group_labels' => :'tabGroupLabels',
@@ -438,6 +442,7 @@ module DocuSign_eSign
438
442
  :'required' => :'String',
439
443
  :'required_metadata' => :'PropertyMetadata',
440
444
  :'smart_contract_information' => :'SmartContractInformation',
445
+ :'source' => :'String',
441
446
  :'status' => :'String',
442
447
  :'status_metadata' => :'PropertyMetadata',
443
448
  :'tab_group_labels' => :'Array<String>',
@@ -761,6 +766,10 @@ module DocuSign_eSign
761
766
  self.smart_contract_information = attributes[:'smartContractInformation']
762
767
  end
763
768
 
769
+ if attributes.has_key?(:'source')
770
+ self.source = attributes[:'source']
771
+ end
772
+
764
773
  if attributes.has_key?(:'status')
765
774
  self.status = attributes[:'status']
766
775
  end
@@ -965,6 +974,7 @@ module DocuSign_eSign
965
974
  required == o.required &&
966
975
  required_metadata == o.required_metadata &&
967
976
  smart_contract_information == o.smart_contract_information &&
977
+ source == o.source &&
968
978
  status == o.status &&
969
979
  status_metadata == o.status_metadata &&
970
980
  tab_group_labels == o.tab_group_labels &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1017
+ [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash
@@ -189,6 +189,9 @@ module DocuSign_eSign
189
189
 
190
190
  attr_accessor :smart_contract_information
191
191
 
192
+ #
193
+ attr_accessor :source
194
+
192
195
  # 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.
193
196
  attr_accessor :status
194
197
 
@@ -333,6 +336,7 @@ module DocuSign_eSign
333
336
  :'required' => :'required',
334
337
  :'required_metadata' => :'requiredMetadata',
335
338
  :'smart_contract_information' => :'smartContractInformation',
339
+ :'source' => :'source',
336
340
  :'status' => :'status',
337
341
  :'status_metadata' => :'statusMetadata',
338
342
  :'tab_group_labels' => :'tabGroupLabels',
@@ -438,6 +442,7 @@ module DocuSign_eSign
438
442
  :'required' => :'String',
439
443
  :'required_metadata' => :'PropertyMetadata',
440
444
  :'smart_contract_information' => :'SmartContractInformation',
445
+ :'source' => :'String',
441
446
  :'status' => :'String',
442
447
  :'status_metadata' => :'PropertyMetadata',
443
448
  :'tab_group_labels' => :'Array<String>',
@@ -761,6 +766,10 @@ module DocuSign_eSign
761
766
  self.smart_contract_information = attributes[:'smartContractInformation']
762
767
  end
763
768
 
769
+ if attributes.has_key?(:'source')
770
+ self.source = attributes[:'source']
771
+ end
772
+
764
773
  if attributes.has_key?(:'status')
765
774
  self.status = attributes[:'status']
766
775
  end
@@ -965,6 +974,7 @@ module DocuSign_eSign
965
974
  required == o.required &&
966
975
  required_metadata == o.required_metadata &&
967
976
  smart_contract_information == o.smart_contract_information &&
977
+ source == o.source &&
968
978
  status == o.status &&
969
979
  status_metadata == o.status_metadata &&
970
980
  tab_group_labels == o.tab_group_labels &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1017
+ [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash
@@ -189,6 +189,9 @@ module DocuSign_eSign
189
189
 
190
190
  attr_accessor :smart_contract_information
191
191
 
192
+ #
193
+ attr_accessor :source
194
+
192
195
  # 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.
193
196
  attr_accessor :status
194
197
 
@@ -333,6 +336,7 @@ module DocuSign_eSign
333
336
  :'required' => :'required',
334
337
  :'required_metadata' => :'requiredMetadata',
335
338
  :'smart_contract_information' => :'smartContractInformation',
339
+ :'source' => :'source',
336
340
  :'status' => :'status',
337
341
  :'status_metadata' => :'statusMetadata',
338
342
  :'tab_group_labels' => :'tabGroupLabels',
@@ -438,6 +442,7 @@ module DocuSign_eSign
438
442
  :'required' => :'String',
439
443
  :'required_metadata' => :'PropertyMetadata',
440
444
  :'smart_contract_information' => :'SmartContractInformation',
445
+ :'source' => :'String',
441
446
  :'status' => :'String',
442
447
  :'status_metadata' => :'PropertyMetadata',
443
448
  :'tab_group_labels' => :'Array<String>',
@@ -761,6 +766,10 @@ module DocuSign_eSign
761
766
  self.smart_contract_information = attributes[:'smartContractInformation']
762
767
  end
763
768
 
769
+ if attributes.has_key?(:'source')
770
+ self.source = attributes[:'source']
771
+ end
772
+
764
773
  if attributes.has_key?(:'status')
765
774
  self.status = attributes[:'status']
766
775
  end
@@ -965,6 +974,7 @@ module DocuSign_eSign
965
974
  required == o.required &&
966
975
  required_metadata == o.required_metadata &&
967
976
  smart_contract_information == o.smart_contract_information &&
977
+ source == o.source &&
968
978
  status == o.status &&
969
979
  status_metadata == o.status_metadata &&
970
980
  tab_group_labels == o.tab_group_labels &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1017
+ [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash
@@ -189,6 +189,9 @@ module DocuSign_eSign
189
189
 
190
190
  attr_accessor :smart_contract_information
191
191
 
192
+ #
193
+ attr_accessor :source
194
+
192
195
  # 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.
193
196
  attr_accessor :status
194
197
 
@@ -333,6 +336,7 @@ module DocuSign_eSign
333
336
  :'required' => :'required',
334
337
  :'required_metadata' => :'requiredMetadata',
335
338
  :'smart_contract_information' => :'smartContractInformation',
339
+ :'source' => :'source',
336
340
  :'status' => :'status',
337
341
  :'status_metadata' => :'statusMetadata',
338
342
  :'tab_group_labels' => :'tabGroupLabels',
@@ -438,6 +442,7 @@ module DocuSign_eSign
438
442
  :'required' => :'String',
439
443
  :'required_metadata' => :'PropertyMetadata',
440
444
  :'smart_contract_information' => :'SmartContractInformation',
445
+ :'source' => :'String',
441
446
  :'status' => :'String',
442
447
  :'status_metadata' => :'PropertyMetadata',
443
448
  :'tab_group_labels' => :'Array<String>',
@@ -761,6 +766,10 @@ module DocuSign_eSign
761
766
  self.smart_contract_information = attributes[:'smartContractInformation']
762
767
  end
763
768
 
769
+ if attributes.has_key?(:'source')
770
+ self.source = attributes[:'source']
771
+ end
772
+
764
773
  if attributes.has_key?(:'status')
765
774
  self.status = attributes[:'status']
766
775
  end
@@ -965,6 +974,7 @@ module DocuSign_eSign
965
974
  required == o.required &&
966
975
  required_metadata == o.required_metadata &&
967
976
  smart_contract_information == o.smart_contract_information &&
977
+ source == o.source &&
968
978
  status == o.status &&
969
979
  status_metadata == o.status_metadata &&
970
980
  tab_group_labels == o.tab_group_labels &&
@@ -1004,7 +1014,7 @@ module DocuSign_eSign
1004
1014
  # Calculates hash code according to all attributes.
1005
1015
  # @return [Fixnum] Hash code
1006
1016
  def hash
1007
- [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1017
+ [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, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_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, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, 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_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
1008
1018
  end
1009
1019
 
1010
1020
  # Builds the object from hash