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
@@ -198,7 +198,7 @@ module DocuSign_eSign
198
198
  :'full_name_tabs' => :'Array<FullName>',
199
199
  :'initial_here_tabs' => :'Array<InitialHere>',
200
200
  :'last_name_tabs' => :'Array<LastName>',
201
- :'list_tabs' => :'Array<Array>',
201
+ :'list_tabs' => :'Array<List>',
202
202
  :'notarize_tabs' => :'Array<Notarize>',
203
203
  :'notary_seal_tabs' => :'Array<NotarySeal>',
204
204
  :'note_tabs' => :'Array<Note>',
@@ -198,7 +198,7 @@ module DocuSign_eSign
198
198
  :'full_name_tabs' => :'Array<FullName>',
199
199
  :'initial_here_tabs' => :'Array<InitialHere>',
200
200
  :'last_name_tabs' => :'Array<LastName>',
201
- :'list_tabs' => :'Array<Array>',
201
+ :'list_tabs' => :'Array<List>',
202
202
  :'notarize_tabs' => :'Array<Notarize>',
203
203
  :'notary_seal_tabs' => :'Array<NotarySeal>',
204
204
  :'note_tabs' => :'Array<Note>',
@@ -219,6 +219,9 @@ module DocuSign_eSign
219
219
 
220
220
  attr_accessor :smart_contract_information
221
221
 
222
+ #
223
+ attr_accessor :source
224
+
222
225
  # 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.
223
226
  attr_accessor :status
224
227
 
@@ -385,6 +388,7 @@ module DocuSign_eSign
385
388
  :'shared' => :'shared',
386
389
  :'shared_metadata' => :'sharedMetadata',
387
390
  :'smart_contract_information' => :'smartContractInformation',
391
+ :'source' => :'source',
388
392
  :'status' => :'status',
389
393
  :'status_metadata' => :'statusMetadata',
390
394
  :'tab_group_labels' => :'tabGroupLabels',
@@ -506,6 +510,7 @@ module DocuSign_eSign
506
510
  :'shared' => :'String',
507
511
  :'shared_metadata' => :'PropertyMetadata',
508
512
  :'smart_contract_information' => :'SmartContractInformation',
513
+ :'source' => :'String',
509
514
  :'status' => :'String',
510
515
  :'status_metadata' => :'PropertyMetadata',
511
516
  :'tab_group_labels' => :'Array<String>',
@@ -881,6 +886,10 @@ module DocuSign_eSign
881
886
  self.smart_contract_information = attributes[:'smartContractInformation']
882
887
  end
883
888
 
889
+ if attributes.has_key?(:'source')
890
+ self.source = attributes[:'source']
891
+ end
892
+
884
893
  if attributes.has_key?(:'status')
885
894
  self.status = attributes[:'status']
886
895
  end
@@ -1113,6 +1122,7 @@ module DocuSign_eSign
1113
1122
  shared == o.shared &&
1114
1123
  shared_metadata == o.shared_metadata &&
1115
1124
  smart_contract_information == o.smart_contract_information &&
1125
+ source == o.source &&
1116
1126
  status == o.status &&
1117
1127
  status_metadata == o.status_metadata &&
1118
1128
  tab_group_labels == o.tab_group_labels &&
@@ -1156,7 +1166,7 @@ module DocuSign_eSign
1156
1166
  # Calculates hash code according to all attributes.
1157
1167
  # @return [Fixnum] Hash code
1158
1168
  def hash
1159
- [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, formula, formula_metadata, height, height_metadata, is_payment_amount, is_payment_amount_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
1169
+ [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, formula, formula_metadata, height, height_metadata, is_payment_amount, is_payment_amount_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
1160
1170
  end
1161
1171
 
1162
1172
  # 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
@@ -167,6 +167,9 @@ module DocuSign_eSign
167
167
 
168
168
  attr_accessor :smart_contract_information
169
169
 
170
+ #
171
+ attr_accessor :source
172
+
170
173
  # 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.
171
174
  attr_accessor :status
172
175
 
@@ -297,6 +300,7 @@ module DocuSign_eSign
297
300
  :'required_metadata' => :'requiredMetadata',
298
301
  :'required_read' => :'requiredRead',
299
302
  :'smart_contract_information' => :'smartContractInformation',
303
+ :'source' => :'source',
300
304
  :'status' => :'status',
301
305
  :'status_metadata' => :'statusMetadata',
302
306
  :'tab_group_labels' => :'tabGroupLabels',
@@ -391,6 +395,7 @@ module DocuSign_eSign
391
395
  :'required_metadata' => :'PropertyMetadata',
392
396
  :'required_read' => :'String',
393
397
  :'smart_contract_information' => :'SmartContractInformation',
398
+ :'source' => :'String',
394
399
  :'status' => :'String',
395
400
  :'status_metadata' => :'PropertyMetadata',
396
401
  :'tab_group_labels' => :'Array<String>',
@@ -676,6 +681,10 @@ module DocuSign_eSign
676
681
  self.smart_contract_information = attributes[:'smartContractInformation']
677
682
  end
678
683
 
684
+ if attributes.has_key?(:'source')
685
+ self.source = attributes[:'source']
686
+ end
687
+
679
688
  if attributes.has_key?(:'status')
680
689
  self.status = attributes[:'status']
681
690
  end
@@ -863,6 +872,7 @@ module DocuSign_eSign
863
872
  required_metadata == o.required_metadata &&
864
873
  required_read == o.required_read &&
865
874
  smart_contract_information == o.smart_contract_information &&
875
+ source == o.source &&
866
876
  status == o.status &&
867
877
  status_metadata == o.status_metadata &&
868
878
  tab_group_labels == o.tab_group_labels &&
@@ -900,7 +910,7 @@ module DocuSign_eSign
900
910
  # Calculates hash code according to all attributes.
901
911
  # @return [Fixnum] Hash code
902
912
  def 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, 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, required, required_metadata, required_read, 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
913
+ [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, required, required_metadata, required_read, 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
904
914
  end
905
915
 
906
916
  # Builds the object from hash
@@ -36,6 +36,9 @@ module DocuSign_eSign
36
36
  #
37
37
  attr_accessor :auto_navigation
38
38
 
39
+ #
40
+ attr_accessor :auto_responded_reason
41
+
39
42
  # Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.
40
43
  attr_accessor :bulk_recipients_uri
41
44
 
@@ -155,6 +158,10 @@ module DocuSign_eSign
155
158
 
156
159
  attr_accessor :phone_authentication
157
160
 
161
+ attr_accessor :phone_number
162
+
163
+ attr_accessor :phone_number_metadata
164
+
158
165
  attr_accessor :proof_file
159
166
 
160
167
  # Reserved:
@@ -273,6 +280,7 @@ module DocuSign_eSign
273
280
  :'agent_can_edit_name' => :'agentCanEditName',
274
281
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
275
282
  :'auto_navigation' => :'autoNavigation',
283
+ :'auto_responded_reason' => :'autoRespondedReason',
276
284
  :'bulk_recipients_uri' => :'bulkRecipientsUri',
277
285
  :'can_sign_offline' => :'canSignOffline',
278
286
  :'client_user_id' => :'clientUserId',
@@ -318,6 +326,8 @@ module DocuSign_eSign
318
326
  :'note_metadata' => :'noteMetadata',
319
327
  :'offline_attributes' => :'offlineAttributes',
320
328
  :'phone_authentication' => :'phoneAuthentication',
329
+ :'phone_number' => :'phoneNumber',
330
+ :'phone_number_metadata' => :'phoneNumberMetadata',
321
331
  :'proof_file' => :'proofFile',
322
332
  :'recipient_attachments' => :'recipientAttachments',
323
333
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
@@ -371,6 +381,7 @@ module DocuSign_eSign
371
381
  :'agent_can_edit_name' => :'String',
372
382
  :'allow_system_override_for_locked_recipient' => :'String',
373
383
  :'auto_navigation' => :'String',
384
+ :'auto_responded_reason' => :'String',
374
385
  :'bulk_recipients_uri' => :'String',
375
386
  :'can_sign_offline' => :'String',
376
387
  :'client_user_id' => :'String',
@@ -416,6 +427,8 @@ module DocuSign_eSign
416
427
  :'note_metadata' => :'PropertyMetadata',
417
428
  :'offline_attributes' => :'OfflineAttributes',
418
429
  :'phone_authentication' => :'RecipientPhoneAuthentication',
430
+ :'phone_number' => :'RecipientPhoneNumber',
431
+ :'phone_number_metadata' => :'PropertyMetadata',
419
432
  :'proof_file' => :'RecipientProofFile',
420
433
  :'recipient_attachments' => :'Array<RecipientAttachment>',
421
434
  :'recipient_authentication_status' => :'AuthenticationStatus',
@@ -500,6 +513,10 @@ module DocuSign_eSign
500
513
  self.auto_navigation = attributes[:'autoNavigation']
501
514
  end
502
515
 
516
+ if attributes.has_key?(:'autoRespondedReason')
517
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
518
+ end
519
+
503
520
  if attributes.has_key?(:'bulkRecipientsUri')
504
521
  self.bulk_recipients_uri = attributes[:'bulkRecipientsUri']
505
522
  end
@@ -686,6 +703,14 @@ module DocuSign_eSign
686
703
  self.phone_authentication = attributes[:'phoneAuthentication']
687
704
  end
688
705
 
706
+ if attributes.has_key?(:'phoneNumber')
707
+ self.phone_number = attributes[:'phoneNumber']
708
+ end
709
+
710
+ if attributes.has_key?(:'phoneNumberMetadata')
711
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
712
+ end
713
+
689
714
  if attributes.has_key?(:'proofFile')
690
715
  self.proof_file = attributes[:'proofFile']
691
716
  end
@@ -879,6 +904,7 @@ module DocuSign_eSign
879
904
  agent_can_edit_name == o.agent_can_edit_name &&
880
905
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
881
906
  auto_navigation == o.auto_navigation &&
907
+ auto_responded_reason == o.auto_responded_reason &&
882
908
  bulk_recipients_uri == o.bulk_recipients_uri &&
883
909
  can_sign_offline == o.can_sign_offline &&
884
910
  client_user_id == o.client_user_id &&
@@ -924,6 +950,8 @@ module DocuSign_eSign
924
950
  note_metadata == o.note_metadata &&
925
951
  offline_attributes == o.offline_attributes &&
926
952
  phone_authentication == o.phone_authentication &&
953
+ phone_number == o.phone_number &&
954
+ phone_number_metadata == o.phone_number_metadata &&
927
955
  proof_file == o.proof_file &&
928
956
  recipient_attachments == o.recipient_attachments &&
929
957
  recipient_authentication_status == o.recipient_authentication_status &&
@@ -974,7 +1002,7 @@ module DocuSign_eSign
974
1002
  # Calculates hash code according to all attributes.
975
1003
  # @return [Fixnum] Hash code
976
1004
  def hash
977
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, 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, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, note, note_metadata, offline_attributes, phone_authentication, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id, witness_for, witness_for_guid].hash
1005
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_navigation, auto_responded_reason, bulk_recipients_uri, can_sign_offline, client_user_id, completed_count, creation_reason, custom_fields, declined_date_time, declined_reason, default_recipient, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, 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, is_bulk_recipient, is_bulk_recipient_metadata, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, notary_id, note, note_metadata, offline_attributes, phone_authentication, phone_number, phone_number_metadata, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_signature_providers, recipient_supplies_tabs, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, require_signer_certificate, require_sign_on_paper, require_upload_signature, role_name, routing_order, routing_order_metadata, sent_date_time, signature_info, signed_date_time, sign_in_each_location, sign_in_each_location_metadata, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id, witness_for, witness_for_guid].hash
978
1006
  end
979
1007
 
980
1008
  # 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
 
@@ -376,6 +379,7 @@ module DocuSign_eSign
376
379
  :'shared' => :'shared',
377
380
  :'shared_metadata' => :'sharedMetadata',
378
381
  :'smart_contract_information' => :'smartContractInformation',
382
+ :'source' => :'source',
379
383
  :'status' => :'status',
380
384
  :'status_metadata' => :'statusMetadata',
381
385
  :'tab_group_labels' => :'tabGroupLabels',
@@ -495,6 +499,7 @@ module DocuSign_eSign
495
499
  :'shared' => :'String',
496
500
  :'shared_metadata' => :'PropertyMetadata',
497
501
  :'smart_contract_information' => :'SmartContractInformation',
502
+ :'source' => :'String',
498
503
  :'status' => :'String',
499
504
  :'status_metadata' => :'PropertyMetadata',
500
505
  :'tab_group_labels' => :'Array<String>',
@@ -856,6 +861,10 @@ module DocuSign_eSign
856
861
  self.smart_contract_information = attributes[:'smartContractInformation']
857
862
  end
858
863
 
864
+ if attributes.has_key?(:'source')
865
+ self.source = attributes[:'source']
866
+ end
867
+
859
868
  if attributes.has_key?(:'status')
860
869
  self.status = attributes[:'status']
861
870
  end
@@ -1092,6 +1101,7 @@ module DocuSign_eSign
1092
1101
  shared == o.shared &&
1093
1102
  shared_metadata == o.shared_metadata &&
1094
1103
  smart_contract_information == o.smart_contract_information &&
1104
+ source == o.source &&
1095
1105
  status == o.status &&
1096
1106
  status_metadata == o.status_metadata &&
1097
1107
  tab_group_labels == o.tab_group_labels &&
@@ -1137,7 +1147,7 @@ module DocuSign_eSign
1137
1147
  # Calculates hash code according to all attributes.
1138
1148
  # @return [Fixnum] Hash code
1139
1149
  def hash
1140
- [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, use_dash4, use_dash4_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
1150
+ [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, use_dash4, use_dash4_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
1141
1151
  end
1142
1152
 
1143
1153
  # Builds the object from hash
@@ -10,5 +10,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
10
10
  =end
11
11
 
12
12
  module DocuSign_eSign
13
- VERSION = '3.9.0.rc1'
13
+ VERSION = '3.11.0.rc1'
14
14
  end
data/tests/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- docusign_esign (3.9.0.rc1)
4
+ docusign_esign (3.11.0.rc1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  jwt (~> 2.2, >= 2.2.1)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -10,11 +10,11 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  diff-lcs (1.4.4)
13
- ethon (0.12.0)
14
- ffi (>= 1.3.0)
15
- ffi (1.13.1)
16
- json (2.3.1)
17
- jwt (2.2.2)
13
+ ethon (0.14.0)
14
+ ffi (>= 1.15.0)
15
+ ffi (1.15.3)
16
+ json (2.5.1)
17
+ jwt (2.2.3)
18
18
  rspec (3.9.0)
19
19
  rspec-core (~> 3.9.0)
20
20
  rspec-expectations (~> 3.9.0)
@@ -306,6 +306,39 @@ describe 'DocuSign Ruby Client Tests' do
306
306
  end
307
307
  end
308
308
  end
309
+
310
+ context 'get form data' do
311
+ it 'successfully returns envelope form data' do
312
+ envelope_form_data = nil
313
+
314
+ if !$envelope_id.nil?
315
+ api_client = create_api_client()
316
+ envelopes_api = DocuSign_eSign::EnvelopesApi.new(api_client)
317
+
318
+ envelope_form_data = envelopes_api.get_form_data($account_id, $envelope_id)
319
+ end
320
+
321
+ expect(envelope_form_data).to be_truthy
322
+ if !envelope_form_data.nil?
323
+ expect(envelope_form_data.form_data).to be_truthy
324
+ if !envelope_form_data.form_data.nil?
325
+ expect(envelope_form_data.form_data).to be_truthy
326
+ # expect(envelope_form_data.form_data.length).to be > 0
327
+ # if envelope_form_data.form_data.length > 0
328
+ # expect(envelope_form_data.form_data[0].name).to be_truthy
329
+ # expect(envelope_form_data.prefill_form_data).to be_truthy
330
+ # if !envelope_form_data.prefill_form_data.nil?
331
+ # expect(envelope_form_data.prefill_form_data.form_data).to be_truthy
332
+ # expect(envelope_form_data.prefill_form_data.form_data.length).to be > 0
333
+ # if envelope_form_data.prefill_form_data.form_data.length > 0
334
+ # expect(envelope_form_data.prefill_form_data.form_data[0].name).to be_truthy
335
+ # end
336
+ # end
337
+ # end
338
+ end
339
+ end
340
+ end
341
+ end
309
342
  end
310
343
 
311
344
  describe '.list' do
@@ -422,5 +455,30 @@ describe 'DocuSign Ruby Client Tests' do
422
455
  end
423
456
  end
424
457
  end
458
+
459
+ context 'list tabs' do
460
+ it 'successfully lists envelope tabs' do
461
+ envelope_summary = nil
462
+
463
+ if !$envelope_id.nil?
464
+ api_client = create_api_client()
465
+ envelopes_api = DocuSign_eSign::EnvelopesApi.new(api_client)
466
+
467
+ options = DocuSign_eSign::GetEnvelopeOptions.new
468
+
469
+ envelope_summary = envelopes_api.get_envelope($account_id, $envelope_id, options)
470
+
471
+ options = DocuSign_eSign::ListRecipientsOptions.new
472
+
473
+ recipients = envelopes_api.list_recipients($account_id, $envelope_id, options)
474
+
475
+ tabs = envelopes_api.list_tabs($account_id, $envelope_id, recipients.signers[0].recipient_id)
476
+
477
+ sign_here_tabs = tabs.sign_here_tabs
478
+
479
+ expect(sign_here_tabs).to be_truthy
480
+ end
481
+ end
482
+ end
425
483
  end
426
484
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docusign_esign
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0.rc1
4
+ version: 3.11.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocuSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-14 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -265,6 +265,7 @@ files:
265
265
  - LICENSE
266
266
  - README.md
267
267
  - Rakefile
268
+ - docusign_esign-2.11.0.rc1.gem
268
269
  - docusign_esign.gemspec
269
270
  - git_push.sh
270
271
  - lib/docusign_esign.rb
@@ -504,6 +505,7 @@ files:
504
505
  - lib/docusign_esign/models/envelope_documents_result.rb
505
506
  - lib/docusign_esign/models/envelope_event.rb
506
507
  - lib/docusign_esign/models/envelope_form_data.rb
508
+ - lib/docusign_esign/models/envelope_form_data_prefill_form_data.rb
507
509
  - lib/docusign_esign/models/envelope_id.rb
508
510
  - lib/docusign_esign/models/envelope_ids_request.rb
509
511
  - lib/docusign_esign/models/envelope_metadata.rb
@@ -632,6 +634,7 @@ files:
632
634
  - lib/docusign_esign/models/power_forms_form_data_response.rb
633
635
  - lib/docusign_esign/models/power_forms_request.rb
634
636
  - lib/docusign_esign/models/power_forms_response.rb
637
+ - lib/docusign_esign/models/prefill_form_data.rb
635
638
  - lib/docusign_esign/models/prefill_tabs.rb
636
639
  - lib/docusign_esign/models/proof_service_resource_token.rb
637
640
  - lib/docusign_esign/models/proof_service_view_link.rb
@@ -663,6 +666,7 @@ files:
663
666
  - lib/docusign_esign/models/recipient_signature_provider.rb
664
667
  - lib/docusign_esign/models/recipient_signature_provider_options.rb
665
668
  - lib/docusign_esign/models/recipient_sms_authentication.rb
669
+ - lib/docusign_esign/models/recipient_token_client_ur_ls.rb
666
670
  - lib/docusign_esign/models/recipient_update_response.rb
667
671
  - lib/docusign_esign/models/recipient_view_request.rb
668
672
  - lib/docusign_esign/models/recipients.rb
@@ -688,7 +692,9 @@ files:
688
692
  - lib/docusign_esign/models/seal_sign.rb
689
693
  - lib/docusign_esign/models/seat_discount.rb
690
694
  - lib/docusign_esign/models/sender.rb
695
+ - lib/docusign_esign/models/sender_company.rb
691
696
  - lib/docusign_esign/models/sender_email_notifications.rb
697
+ - lib/docusign_esign/models/sender_name.rb
692
698
  - lib/docusign_esign/models/server_template.rb
693
699
  - lib/docusign_esign/models/service_information.rb
694
700
  - lib/docusign_esign/models/service_version.rb