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
@@ -28,6 +28,9 @@ module DocuSign_eSign
28
28
  # The label string associated with the tab.
29
29
  attr_accessor :tab_label
30
30
 
31
+ #
32
+ attr_accessor :tab_type
33
+
31
34
  # Specifies the value of the tab.
32
35
  attr_accessor :value
33
36
 
@@ -39,6 +42,7 @@ module DocuSign_eSign
39
42
  :'scope' => :'scope',
40
43
  :'tab_id' => :'tabId',
41
44
  :'tab_label' => :'tabLabel',
45
+ :'tab_type' => :'tabType',
42
46
  :'value' => :'value'
43
47
  }
44
48
  end
@@ -51,6 +55,7 @@ module DocuSign_eSign
51
55
  :'scope' => :'String',
52
56
  :'tab_id' => :'String',
53
57
  :'tab_label' => :'String',
58
+ :'tab_type' => :'String',
54
59
  :'value' => :'String'
55
60
  }
56
61
  end
@@ -83,6 +88,10 @@ module DocuSign_eSign
83
88
  self.tab_label = attributes[:'tabLabel']
84
89
  end
85
90
 
91
+ if attributes.has_key?(:'tabType')
92
+ self.tab_type = attributes[:'tabType']
93
+ end
94
+
86
95
  if attributes.has_key?(:'value')
87
96
  self.value = attributes[:'value']
88
97
  end
@@ -111,6 +120,7 @@ module DocuSign_eSign
111
120
  scope == o.scope &&
112
121
  tab_id == o.tab_id &&
113
122
  tab_label == o.tab_label &&
123
+ tab_type == o.tab_type &&
114
124
  value == o.value
115
125
  end
116
126
 
@@ -123,7 +133,7 @@ module DocuSign_eSign
123
133
  # Calculates hash code according to all attributes.
124
134
  # @return [Fixnum] Hash code
125
135
  def hash
126
- [operator, recipient_id, scope, tab_id, tab_label, value].hash
136
+ [operator, recipient_id, scope, tab_id, tab_label, tab_type, value].hash
127
137
  end
128
138
 
129
139
  # 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
@@ -209,6 +209,9 @@ module DocuSign_eSign
209
209
 
210
210
  attr_accessor :smart_contract_information
211
211
 
212
+ #
213
+ attr_accessor :source
214
+
212
215
  # 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.
213
216
  attr_accessor :status
214
217
 
@@ -371,6 +374,7 @@ module DocuSign_eSign
371
374
  :'shared' => :'shared',
372
375
  :'shared_metadata' => :'sharedMetadata',
373
376
  :'smart_contract_information' => :'smartContractInformation',
377
+ :'source' => :'source',
374
378
  :'status' => :'status',
375
379
  :'status_metadata' => :'statusMetadata',
376
380
  :'tab_group_labels' => :'tabGroupLabels',
@@ -488,6 +492,7 @@ module DocuSign_eSign
488
492
  :'shared' => :'String',
489
493
  :'shared_metadata' => :'PropertyMetadata',
490
494
  :'smart_contract_information' => :'SmartContractInformation',
495
+ :'source' => :'String',
491
496
  :'status' => :'String',
492
497
  :'status_metadata' => :'PropertyMetadata',
493
498
  :'tab_group_labels' => :'Array<String>',
@@ -847,6 +852,10 @@ module DocuSign_eSign
847
852
  self.smart_contract_information = attributes[:'smartContractInformation']
848
853
  end
849
854
 
855
+ if attributes.has_key?(:'source')
856
+ self.source = attributes[:'source']
857
+ end
858
+
850
859
  if attributes.has_key?(:'status')
851
860
  self.status = attributes[:'status']
852
861
  end
@@ -1075,6 +1084,7 @@ module DocuSign_eSign
1075
1084
  shared == o.shared &&
1076
1085
  shared_metadata == o.shared_metadata &&
1077
1086
  smart_contract_information == o.smart_contract_information &&
1087
+ source == o.source &&
1078
1088
  status == o.status &&
1079
1089
  status_metadata == o.status_metadata &&
1080
1090
  tab_group_labels == o.tab_group_labels &&
@@ -1118,7 +1128,7 @@ module DocuSign_eSign
1118
1128
  # Calculates hash code according to all attributes.
1119
1129
  # @return [Fixnum] Hash code
1120
1130
  def hash
1121
- [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, 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, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1131
+ [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, 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, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1122
1132
  end
1123
1133
 
1124
1134
  # Builds the object from hash
@@ -159,6 +159,9 @@ module DocuSign_eSign
159
159
 
160
160
  attr_accessor :smart_contract_information
161
161
 
162
+ #
163
+ attr_accessor :source
164
+
162
165
  # Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
163
166
  attr_accessor :status
164
167
 
@@ -291,6 +294,7 @@ module DocuSign_eSign
291
294
  :'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
292
295
  :'recipient_id_metadata' => :'recipientIdMetadata',
293
296
  :'smart_contract_information' => :'smartContractInformation',
297
+ :'source' => :'source',
294
298
  :'status' => :'status',
295
299
  :'status_metadata' => :'statusMetadata',
296
300
  :'tab_group_labels' => :'tabGroupLabels',
@@ -384,6 +388,7 @@ module DocuSign_eSign
384
388
  :'recipient_id_guid_metadata' => :'PropertyMetadata',
385
389
  :'recipient_id_metadata' => :'PropertyMetadata',
386
390
  :'smart_contract_information' => :'SmartContractInformation',
391
+ :'source' => :'String',
387
392
  :'status' => :'String',
388
393
  :'status_metadata' => :'PropertyMetadata',
389
394
  :'tab_group_labels' => :'Array<String>',
@@ -659,6 +664,10 @@ module DocuSign_eSign
659
664
  self.smart_contract_information = attributes[:'smartContractInformation']
660
665
  end
661
666
 
667
+ if attributes.has_key?(:'source')
668
+ self.source = attributes[:'source']
669
+ end
670
+
662
671
  if attributes.has_key?(:'status')
663
672
  self.status = attributes[:'status']
664
673
  end
@@ -851,6 +860,7 @@ module DocuSign_eSign
851
860
  recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
852
861
  recipient_id_metadata == o.recipient_id_metadata &&
853
862
  smart_contract_information == o.smart_contract_information &&
863
+ source == o.source &&
854
864
  status == o.status &&
855
865
  status_metadata == o.status_metadata &&
856
866
  tab_group_labels == o.tab_group_labels &&
@@ -890,7 +900,7 @@ module DocuSign_eSign
890
900
  # Calculates hash code according to all attributes.
891
901
  # @return [Fixnum] Hash code
892
902
  def hash
893
- [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
903
+ [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
894
904
  end
895
905
 
896
906
  # Builds the object from hash
@@ -164,6 +164,9 @@ module DocuSign_eSign
164
164
 
165
165
  attr_accessor :smart_contract_information
166
166
 
167
+ #
168
+ attr_accessor :source
169
+
167
170
  # 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.
168
171
  attr_accessor :status
169
172
 
@@ -293,6 +296,7 @@ module DocuSign_eSign
293
296
  :'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
294
297
  :'recipient_id_metadata' => :'recipientIdMetadata',
295
298
  :'smart_contract_information' => :'smartContractInformation',
299
+ :'source' => :'source',
296
300
  :'status' => :'status',
297
301
  :'status_metadata' => :'statusMetadata',
298
302
  :'tab_group_labels' => :'tabGroupLabels',
@@ -386,6 +390,7 @@ module DocuSign_eSign
386
390
  :'recipient_id_guid_metadata' => :'PropertyMetadata',
387
391
  :'recipient_id_metadata' => :'PropertyMetadata',
388
392
  :'smart_contract_information' => :'SmartContractInformation',
393
+ :'source' => :'String',
389
394
  :'status' => :'String',
390
395
  :'status_metadata' => :'PropertyMetadata',
391
396
  :'tab_group_labels' => :'Array<String>',
@@ -667,6 +672,10 @@ module DocuSign_eSign
667
672
  self.smart_contract_information = attributes[:'smartContractInformation']
668
673
  end
669
674
 
675
+ if attributes.has_key?(:'source')
676
+ self.source = attributes[:'source']
677
+ end
678
+
670
679
  if attributes.has_key?(:'status')
671
680
  self.status = attributes[:'status']
672
681
  end
@@ -853,6 +862,7 @@ module DocuSign_eSign
853
862
  recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
854
863
  recipient_id_metadata == o.recipient_id_metadata &&
855
864
  smart_contract_information == o.smart_contract_information &&
865
+ source == o.source &&
856
866
  status == o.status &&
857
867
  status_metadata == o.status_metadata &&
858
868
  tab_group_labels == o.tab_group_labels &&
@@ -890,7 +900,7 @@ module DocuSign_eSign
890
900
  # Calculates hash code according to all attributes.
891
901
  # @return [Fixnum] Hash code
892
902
  def hash
893
- [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, 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, decline_reason, decline_reason_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
903
+ [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, 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, decline_reason, decline_reason_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
894
904
  end
895
905
 
896
906
  # Builds the object from hash
@@ -145,6 +145,9 @@ module DocuSign_eSign
145
145
 
146
146
  attr_accessor :smart_contract_information
147
147
 
148
+ #
149
+ attr_accessor :source
150
+
148
151
  # Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
149
152
  attr_accessor :status
150
153
 
@@ -261,6 +264,7 @@ module DocuSign_eSign
261
264
  :'shared' => :'shared',
262
265
  :'shared_metadata' => :'sharedMetadata',
263
266
  :'smart_contract_information' => :'smartContractInformation',
267
+ :'source' => :'source',
264
268
  :'status' => :'status',
265
269
  :'status_metadata' => :'statusMetadata',
266
270
  :'tab_group_labels' => :'tabGroupLabels',
@@ -344,6 +348,7 @@ module DocuSign_eSign
344
348
  :'shared' => :'String',
345
349
  :'shared_metadata' => :'PropertyMetadata',
346
350
  :'smart_contract_information' => :'SmartContractInformation',
351
+ :'source' => :'String',
347
352
  :'status' => :'String',
348
353
  :'status_metadata' => :'PropertyMetadata',
349
354
  :'tab_group_labels' => :'Array<String>',
@@ -591,6 +596,10 @@ module DocuSign_eSign
591
596
  self.smart_contract_information = attributes[:'smartContractInformation']
592
597
  end
593
598
 
599
+ if attributes.has_key?(:'source')
600
+ self.source = attributes[:'source']
601
+ end
602
+
594
603
  if attributes.has_key?(:'status')
595
604
  self.status = attributes[:'status']
596
605
  end
@@ -761,6 +770,7 @@ module DocuSign_eSign
761
770
  shared == o.shared &&
762
771
  shared_metadata == o.shared_metadata &&
763
772
  smart_contract_information == o.smart_contract_information &&
773
+ source == o.source &&
764
774
  status == o.status &&
765
775
  status_metadata == o.status_metadata &&
766
776
  tab_group_labels == o.tab_group_labels &&
@@ -796,7 +806,7 @@ module DocuSign_eSign
796
806
  # Calculates hash code according to all attributes.
797
807
  # @return [Fixnum] Hash code
798
808
  def hash
799
- [allow_signer_upload, anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, shared, shared_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, 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, use_background_as_canvas, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
809
+ [allow_signer_upload, anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, locked, locked_metadata, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, shared, shared_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, 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, use_background_as_canvas, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
800
810
  end
801
811
 
802
812
  # Builds the object from hash
@@ -27,6 +27,9 @@ module DocuSign_eSign
27
27
  #
28
28
  attr_accessor :allow_system_override_for_locked_recipient
29
29
 
30
+ #
31
+ attr_accessor :auto_responded_reason
32
+
30
33
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
31
34
  attr_accessor :client_user_id
32
35
 
@@ -121,6 +124,10 @@ module DocuSign_eSign
121
124
 
122
125
  attr_accessor :phone_authentication
123
126
 
127
+ attr_accessor :phone_number
128
+
129
+ attr_accessor :phone_number_metadata
130
+
124
131
  # Reserved:
125
132
  attr_accessor :recipient_attachments
126
133
 
@@ -204,6 +211,7 @@ module DocuSign_eSign
204
211
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
205
212
  :'additional_notifications' => :'additionalNotifications',
206
213
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
214
+ :'auto_responded_reason' => :'autoRespondedReason',
207
215
  :'client_user_id' => :'clientUserId',
208
216
  :'completed_count' => :'completedCount',
209
217
  :'custom_fields' => :'customFields',
@@ -240,6 +248,8 @@ module DocuSign_eSign
240
248
  :'note' => :'note',
241
249
  :'note_metadata' => :'noteMetadata',
242
250
  :'phone_authentication' => :'phoneAuthentication',
251
+ :'phone_number' => :'phoneNumber',
252
+ :'phone_number_metadata' => :'phoneNumberMetadata',
243
253
  :'recipient_attachments' => :'recipientAttachments',
244
254
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
245
255
  :'recipient_feature_metadata' => :'recipientFeatureMetadata',
@@ -278,6 +288,7 @@ module DocuSign_eSign
278
288
  :'add_access_code_to_email' => :'String',
279
289
  :'additional_notifications' => :'Array<RecipientAdditionalNotification>',
280
290
  :'allow_system_override_for_locked_recipient' => :'String',
291
+ :'auto_responded_reason' => :'String',
281
292
  :'client_user_id' => :'String',
282
293
  :'completed_count' => :'String',
283
294
  :'custom_fields' => :'Array<String>',
@@ -314,6 +325,8 @@ module DocuSign_eSign
314
325
  :'note' => :'String',
315
326
  :'note_metadata' => :'PropertyMetadata',
316
327
  :'phone_authentication' => :'RecipientPhoneAuthentication',
328
+ :'phone_number' => :'RecipientPhoneNumber',
329
+ :'phone_number_metadata' => :'PropertyMetadata',
317
330
  :'recipient_attachments' => :'Array<RecipientAttachment>',
318
331
  :'recipient_authentication_status' => :'AuthenticationStatus',
319
332
  :'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
@@ -374,6 +387,10 @@ module DocuSign_eSign
374
387
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
375
388
  end
376
389
 
390
+ if attributes.has_key?(:'autoRespondedReason')
391
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
392
+ end
393
+
377
394
  if attributes.has_key?(:'clientUserId')
378
395
  self.client_user_id = attributes[:'clientUserId']
379
396
  end
@@ -522,6 +539,14 @@ module DocuSign_eSign
522
539
  self.phone_authentication = attributes[:'phoneAuthentication']
523
540
  end
524
541
 
542
+ if attributes.has_key?(:'phoneNumber')
543
+ self.phone_number = attributes[:'phoneNumber']
544
+ end
545
+
546
+ if attributes.has_key?(:'phoneNumberMetadata')
547
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
548
+ end
549
+
525
550
  if attributes.has_key?(:'recipientAttachments')
526
551
  if (value = attributes[:'recipientAttachments']).is_a?(Array)
527
552
  self.recipient_attachments = value
@@ -662,6 +687,7 @@ module DocuSign_eSign
662
687
  add_access_code_to_email == o.add_access_code_to_email &&
663
688
  additional_notifications == o.additional_notifications &&
664
689
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
690
+ auto_responded_reason == o.auto_responded_reason &&
665
691
  client_user_id == o.client_user_id &&
666
692
  completed_count == o.completed_count &&
667
693
  custom_fields == o.custom_fields &&
@@ -698,6 +724,8 @@ module DocuSign_eSign
698
724
  note == o.note &&
699
725
  note_metadata == o.note_metadata &&
700
726
  phone_authentication == o.phone_authentication &&
727
+ phone_number == o.phone_number &&
728
+ phone_number_metadata == o.phone_number_metadata &&
701
729
  recipient_attachments == o.recipient_attachments &&
702
730
  recipient_authentication_status == o.recipient_authentication_status &&
703
731
  recipient_feature_metadata == o.recipient_feature_metadata &&
@@ -736,7 +764,7 @@ module DocuSign_eSign
736
764
  # Calculates hash code according to all attributes.
737
765
  # @return [Fixnum] Hash code
738
766
  def hash
739
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
767
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
740
768
  end
741
769
 
742
770
  # Builds the object from hash
@@ -209,6 +209,9 @@ module DocuSign_eSign
209
209
 
210
210
  attr_accessor :smart_contract_information
211
211
 
212
+ #
213
+ attr_accessor :source
214
+
212
215
  # 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.
213
216
  attr_accessor :status
214
217
 
@@ -371,6 +374,7 @@ module DocuSign_eSign
371
374
  :'shared' => :'shared',
372
375
  :'shared_metadata' => :'sharedMetadata',
373
376
  :'smart_contract_information' => :'smartContractInformation',
377
+ :'source' => :'source',
374
378
  :'status' => :'status',
375
379
  :'status_metadata' => :'statusMetadata',
376
380
  :'tab_group_labels' => :'tabGroupLabels',
@@ -488,6 +492,7 @@ module DocuSign_eSign
488
492
  :'shared' => :'String',
489
493
  :'shared_metadata' => :'PropertyMetadata',
490
494
  :'smart_contract_information' => :'SmartContractInformation',
495
+ :'source' => :'String',
491
496
  :'status' => :'String',
492
497
  :'status_metadata' => :'PropertyMetadata',
493
498
  :'tab_group_labels' => :'Array<String>',
@@ -847,6 +852,10 @@ module DocuSign_eSign
847
852
  self.smart_contract_information = attributes[:'smartContractInformation']
848
853
  end
849
854
 
855
+ if attributes.has_key?(:'source')
856
+ self.source = attributes[:'source']
857
+ end
858
+
850
859
  if attributes.has_key?(:'status')
851
860
  self.status = attributes[:'status']
852
861
  end
@@ -1075,6 +1084,7 @@ module DocuSign_eSign
1075
1084
  shared == o.shared &&
1076
1085
  shared_metadata == o.shared_metadata &&
1077
1086
  smart_contract_information == o.smart_contract_information &&
1087
+ source == o.source &&
1078
1088
  status == o.status &&
1079
1089
  status_metadata == o.status_metadata &&
1080
1090
  tab_group_labels == o.tab_group_labels &&
@@ -1118,7 +1128,7 @@ module DocuSign_eSign
1118
1128
  # Calculates hash code according to all attributes.
1119
1129
  # @return [Fixnum] Hash code
1120
1130
  def hash
1121
- [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, 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, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1131
+ [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, 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, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
1122
1132
  end
1123
1133
 
1124
1134
  # Builds the object from hash