docusign_esign 3.9.0.rc1 → 3.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/docusign_esign-2.9.0.gem +0 -0
  3. data/docusign_esign-2.9.0.rc1.gem +0 -0
  4. data/docusign_esign-3.9.0.rc1.gem +0 -0
  5. data/lib/docusign_esign/models/approve.rb +11 -1
  6. data/lib/docusign_esign/models/checkbox.rb +11 -1
  7. data/lib/docusign_esign/models/comment_thread.rb +11 -1
  8. data/lib/docusign_esign/models/commission_county.rb +11 -1
  9. data/lib/docusign_esign/models/commission_expiration.rb +11 -1
  10. data/lib/docusign_esign/models/commission_number.rb +11 -1
  11. data/lib/docusign_esign/models/commission_state.rb +11 -1
  12. data/lib/docusign_esign/models/company.rb +11 -1
  13. data/lib/docusign_esign/models/currency.rb +11 -1
  14. data/lib/docusign_esign/models/date.rb +11 -1
  15. data/lib/docusign_esign/models/date_signed.rb +11 -1
  16. data/lib/docusign_esign/models/decline.rb +11 -1
  17. data/lib/docusign_esign/models/draw.rb +11 -1
  18. data/lib/docusign_esign/models/email.rb +11 -1
  19. data/lib/docusign_esign/models/email_address.rb +11 -1
  20. data/lib/docusign_esign/models/envelope_id.rb +11 -1
  21. data/lib/docusign_esign/models/first_name.rb +11 -1
  22. data/lib/docusign_esign/models/formula_tab.rb +11 -1
  23. data/lib/docusign_esign/models/full_name.rb +11 -1
  24. data/lib/docusign_esign/models/initial_here.rb +11 -1
  25. data/lib/docusign_esign/models/last_name.rb +11 -1
  26. data/lib/docusign_esign/models/list.rb +11 -1
  27. data/lib/docusign_esign/models/notarize.rb +11 -1
  28. data/lib/docusign_esign/models/notary_seal.rb +11 -1
  29. data/lib/docusign_esign/models/note.rb +11 -1
  30. data/lib/docusign_esign/models/number.rb +11 -1
  31. data/lib/docusign_esign/models/phone_number.rb +11 -1
  32. data/lib/docusign_esign/models/poly_line_overlay.rb +11 -1
  33. data/lib/docusign_esign/models/sign_here.rb +11 -1
  34. data/lib/docusign_esign/models/signer_attachment.rb +11 -1
  35. data/lib/docusign_esign/models/smart_section.rb +11 -1
  36. data/lib/docusign_esign/models/ssn.rb +11 -1
  37. data/lib/docusign_esign/models/tab_group.rb +11 -1
  38. data/lib/docusign_esign/models/text.rb +11 -1
  39. data/lib/docusign_esign/models/title.rb +11 -1
  40. data/lib/docusign_esign/models/view.rb +11 -1
  41. data/lib/docusign_esign/models/zip.rb +11 -1
  42. data/lib/docusign_esign/version.rb +1 -1
  43. data/tests/Gemfile.lock +5 -1
  44. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '084cff2f571312d0f898545746a130b74ec93773dcb7a95c384d9f9956e7c1aa'
4
- data.tar.gz: 8b5f4cdbb48ed66e085f27876ae3e90cf03246abc98928fecfeb7b3147c7cdc5
3
+ metadata.gz: 7559b2d522f90693b3363e7f221f88800919b19ed14907d34b185a3dbf95e5f8
4
+ data.tar.gz: 5be9ab7acd406b56d3511379bec7cb94053134467cbad6597362542dfc2afca5
5
5
  SHA512:
6
- metadata.gz: b01b33f4617f95e88ae471af0bbf1a940b30f12b7b4a6723726804d3c3f2fc86e66d138c4b02eca816b510cf0103e3157938079be98e6487b7480c89aca07130
7
- data.tar.gz: c9d496714a622ff8ce87ebc596781d75ea8ae647e44f9d083bc6b2a85f883afdeb31f540f438953cfd0084ea870cccc1c40f204b56ec3aba8ebb1d93e8920e2d
6
+ metadata.gz: 24cc6f92ff2c544aa8f05d25f5134d6804abd8f79bd64814cb0d04cb4519c8377fb2d04373f69cae1f12cf1d238ae9e0e3cc5aa112b7acf7d3385acbaa841597
7
+ data.tar.gz: 69f32d6ac86c9a08159bf754e10d10b293a22c433700cce355d18f9d309f62b4f1b3f5b6f1035d4ef5cb5167864594c836361ee53ddc305d097c777a1898740e
Binary file
Binary file
Binary file
@@ -159,6 +159,9 @@ module DocuSign_eSign
159
159
 
160
160
  attr_accessor :smart_contract_information
161
161
 
162
+ #
163
+ attr_accessor :source
164
+
162
165
  # Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
163
166
  attr_accessor :status
164
167
 
@@ -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>',
@@ -650,6 +655,10 @@ module DocuSign_eSign
650
655
  self.smart_contract_information = attributes[:'smartContractInformation']
651
656
  end
652
657
 
658
+ if attributes.has_key?(:'source')
659
+ self.source = attributes[:'source']
660
+ end
661
+
653
662
  if attributes.has_key?(:'status')
654
663
  self.status = attributes[:'status']
655
664
  end
@@ -834,6 +843,7 @@ module DocuSign_eSign
834
843
  recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
835
844
  recipient_id_metadata == o.recipient_id_metadata &&
836
845
  smart_contract_information == o.smart_contract_information &&
846
+ source == o.source &&
837
847
  status == o.status &&
838
848
  status_metadata == o.status_metadata &&
839
849
  tab_group_labels == o.tab_group_labels &&
@@ -871,7 +881,7 @@ module DocuSign_eSign
871
881
  # Calculates hash code according to all attributes.
872
882
  # @return [Fixnum] Hash code
873
883
  def hash
874
- [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, button_text, button_text_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
884
+ [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, button_text, button_text_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
875
885
  end
876
886
 
877
887
  # 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
@@ -212,6 +212,9 @@ module DocuSign_eSign
212
212
 
213
213
  attr_accessor :smart_contract_information
214
214
 
215
+ #
216
+ attr_accessor :source
217
+
215
218
  # 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.
216
219
  attr_accessor :status
217
220
 
@@ -365,6 +368,7 @@ module DocuSign_eSign
365
368
  :'shared' => :'shared',
366
369
  :'shared_metadata' => :'sharedMetadata',
367
370
  :'smart_contract_information' => :'smartContractInformation',
371
+ :'source' => :'source',
368
372
  :'status' => :'status',
369
373
  :'status_metadata' => :'statusMetadata',
370
374
  :'tab_group_labels' => :'tabGroupLabels',
@@ -479,6 +483,7 @@ module DocuSign_eSign
479
483
  :'shared' => :'String',
480
484
  :'shared_metadata' => :'PropertyMetadata',
481
485
  :'smart_contract_information' => :'SmartContractInformation',
486
+ :'source' => :'String',
482
487
  :'status' => :'String',
483
488
  :'status_metadata' => :'PropertyMetadata',
484
489
  :'tab_group_labels' => :'Array<String>',
@@ -838,6 +843,10 @@ module DocuSign_eSign
838
843
  self.smart_contract_information = attributes[:'smartContractInformation']
839
844
  end
840
845
 
846
+ if attributes.has_key?(:'source')
847
+ self.source = attributes[:'source']
848
+ end
849
+
841
850
  if attributes.has_key?(:'status')
842
851
  self.status = attributes[:'status']
843
852
  end
@@ -1051,6 +1060,7 @@ module DocuSign_eSign
1051
1060
  shared == o.shared &&
1052
1061
  shared_metadata == o.shared_metadata &&
1053
1062
  smart_contract_information == o.smart_contract_information &&
1063
+ source == o.source &&
1054
1064
  status == o.status &&
1055
1065
  status_metadata == o.status_metadata &&
1056
1066
  tab_group_labels == o.tab_group_labels &&
@@ -1090,7 +1100,7 @@ module DocuSign_eSign
1090
1100
  # Calculates hash code according to all attributes.
1091
1101
  # @return [Fixnum] Hash code
1092
1102
  def hash
1093
- [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, numerical_value, original_value, original_value_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1103
+ [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, numerical_value, original_value, original_value_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1094
1104
  end
1095
1105
 
1096
1106
  # Builds the object from hash