docusign_esign 3.18.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (304) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/docusign_esign/api/accounts_api.rb +60 -60
  4. data/lib/docusign_esign/api/billing_api.rb +2 -2
  5. data/lib/docusign_esign/api/bulk_envelopes_api.rb +22 -22
  6. data/lib/docusign_esign/api/connect_api.rb +148 -0
  7. data/lib/docusign_esign/api/email_archive_api.rb +8 -8
  8. data/lib/docusign_esign/api/envelopes_api.rb +1223 -105
  9. data/lib/docusign_esign/api/notary_api.rb +16 -16
  10. data/lib/docusign_esign/api/power_forms_api.rb +16 -16
  11. data/lib/docusign_esign/api/templates_api.rb +20 -20
  12. data/lib/docusign_esign/api/users_api.rb +14 -14
  13. data/lib/docusign_esign/api/workspaces_api.rb +4 -4
  14. data/lib/docusign_esign/client/api_client.rb +1 -1
  15. data/lib/docusign_esign/models/access_code_format.rb +6 -0
  16. data/lib/docusign_esign/models/account_billing_plan.rb +1 -0
  17. data/lib/docusign_esign/models/account_billing_plan_response.rb +9 -0
  18. data/lib/docusign_esign/models/account_identity_verification_step.rb +1 -0
  19. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +2 -0
  20. data/lib/docusign_esign/models/account_information.rb +1 -0
  21. data/lib/docusign_esign/models/account_notification.rb +3 -0
  22. data/lib/docusign_esign/models/account_password_questions_required.rb +1 -0
  23. data/lib/docusign_esign/models/account_password_rules.rb +7 -0
  24. data/lib/docusign_esign/models/account_role_settings.rb +39 -0
  25. data/lib/docusign_esign/models/account_settings_information.rb +537 -3
  26. data/lib/docusign_esign/models/account_shared_access.rb +1 -0
  27. data/lib/docusign_esign/models/account_signature.rb +2 -0
  28. data/lib/docusign_esign/models/account_signature_definition.rb +1 -0
  29. data/lib/docusign_esign/models/account_signature_provider.rb +1 -0
  30. data/lib/docusign_esign/models/account_signature_provider_option.rb +1 -0
  31. data/lib/docusign_esign/models/account_ui_settings.rb +15 -0
  32. data/lib/docusign_esign/models/address_information_input.rb +1 -0
  33. data/lib/docusign_esign/models/agent.rb +22 -0
  34. data/lib/docusign_esign/models/approve.rb +45 -0
  35. data/lib/docusign_esign/models/authentication_status.rb +19 -0
  36. data/lib/docusign_esign/models/bcc_email_archive.rb +3 -0
  37. data/lib/docusign_esign/models/bcc_email_archive_history.rb +2 -0
  38. data/lib/docusign_esign/models/bcc_email_archive_list.rb +1 -0
  39. data/lib/docusign_esign/models/billing_plan_information.rb +19 -1
  40. data/lib/docusign_esign/models/billing_plan_preview.rb +1 -0
  41. data/lib/docusign_esign/models/billing_plan_response.rb +1 -0
  42. data/lib/docusign_esign/models/billing_plan_update_response.rb +1 -0
  43. data/lib/docusign_esign/models/brand.rb +4 -0
  44. data/lib/docusign_esign/models/brand_email_content.rb +1 -0
  45. data/lib/docusign_esign/models/brand_link.rb +1 -0
  46. data/lib/docusign_esign/models/brand_logos.rb +1 -0
  47. data/lib/docusign_esign/models/brand_request.rb +1 -0
  48. data/lib/docusign_esign/models/brand_resource_urls.rb +1 -0
  49. data/lib/docusign_esign/models/brand_resources.rb +3 -0
  50. data/lib/docusign_esign/models/brands_request.rb +1 -0
  51. data/lib/docusign_esign/models/bulk_envelope.rb +1 -0
  52. data/lib/docusign_esign/models/bulk_recipients_update_response.rb +1 -0
  53. data/lib/docusign_esign/models/bulk_send_batch_action_request.rb +1 -0
  54. data/lib/docusign_esign/models/bulk_send_batch_status.rb +2 -0
  55. data/lib/docusign_esign/models/bulk_send_batch_summaries.rb +1 -0
  56. data/lib/docusign_esign/models/bulk_send_batch_summary.rb +1 -0
  57. data/lib/docusign_esign/models/bulk_send_error_status.rb +1 -0
  58. data/lib/docusign_esign/models/bulk_send_request.rb +1 -0
  59. data/lib/docusign_esign/models/bulk_send_response.rb +1 -0
  60. data/lib/docusign_esign/models/bulk_send_test_response.rb +1 -0
  61. data/lib/docusign_esign/models/bulk_sending_copy.rb +1 -0
  62. data/lib/docusign_esign/models/bulk_sending_copy_custom_field.rb +1 -0
  63. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +5 -0
  64. data/lib/docusign_esign/models/bulk_sending_copy_tab.rb +1 -0
  65. data/lib/docusign_esign/models/bulk_sending_list.rb +1 -0
  66. data/lib/docusign_esign/models/bulk_sending_list_summaries.rb +1 -0
  67. data/lib/docusign_esign/models/bulk_sending_list_summary.rb +1 -0
  68. data/lib/docusign_esign/models/captive_recipient.rb +2 -0
  69. data/lib/docusign_esign/models/captive_recipient_information.rb +1 -0
  70. data/lib/docusign_esign/models/carbon_copy.rb +25 -0
  71. data/lib/docusign_esign/models/certified_delivery.rb +24 -0
  72. data/lib/docusign_esign/models/checkbox.rb +52 -39
  73. data/lib/docusign_esign/models/chunked_upload_part.rb +1 -0
  74. data/lib/docusign_esign/models/chunked_upload_request.rb +1 -0
  75. data/lib/docusign_esign/models/chunked_upload_response.rb +1 -0
  76. data/lib/docusign_esign/models/cloud_storage_provider.rb +2 -0
  77. data/lib/docusign_esign/models/comment_thread.rb +43 -0
  78. data/lib/docusign_esign/models/commission_county.rb +52 -0
  79. data/lib/docusign_esign/models/commission_expiration.rb +52 -0
  80. data/lib/docusign_esign/models/commission_number.rb +52 -0
  81. data/lib/docusign_esign/models/commission_state.rb +52 -0
  82. data/lib/docusign_esign/models/company.rb +52 -0
  83. data/lib/docusign_esign/models/composite_template.rb +2 -0
  84. data/lib/docusign_esign/models/conditional_recipient_rule.rb +2 -0
  85. data/lib/docusign_esign/models/connect_config_results.rb +1 -0
  86. data/lib/docusign_esign/models/connect_custom_configuration.rb +2 -0
  87. data/lib/docusign_esign/models/connect_debug_log.rb +1 -0
  88. data/lib/docusign_esign/models/connect_event_data.rb +1 -0
  89. data/lib/docusign_esign/models/connect_failure_filter.rb +1 -0
  90. data/lib/docusign_esign/models/connect_failure_result.rb +1 -0
  91. data/lib/docusign_esign/models/connect_log.rb +1 -0
  92. data/lib/docusign_esign/models/connect_o_auth_config.rb +214 -0
  93. data/lib/docusign_esign/models/connect_salesforce_field.rb +1 -0
  94. data/lib/docusign_esign/models/connect_salesforce_object.rb +1 -0
  95. data/lib/docusign_esign/models/console_view_request.rb +1 -0
  96. data/lib/docusign_esign/models/consumer_disclosure.rb +3 -0
  97. data/lib/docusign_esign/models/contact.rb +1 -0
  98. data/lib/docusign_esign/models/contact_get_response.rb +1 -0
  99. data/lib/docusign_esign/models/contact_mod_request.rb +1 -0
  100. data/lib/docusign_esign/models/contact_phone_number.rb +1 -0
  101. data/lib/docusign_esign/models/contact_update_response.rb +1 -0
  102. data/lib/docusign_esign/models/correct_view_request.rb +12 -1
  103. data/lib/docusign_esign/models/credit_card_information.rb +2 -0
  104. data/lib/docusign_esign/models/currency.rb +55 -0
  105. data/lib/docusign_esign/models/currency_feature_set_price.rb +1 -0
  106. data/lib/docusign_esign/models/currency_plan_price.rb +1 -0
  107. data/lib/docusign_esign/models/custom_field.rb +2 -0
  108. data/lib/docusign_esign/models/date.rb +59 -0
  109. data/lib/docusign_esign/models/date_signed.rb +46 -0
  110. data/lib/docusign_esign/models/date_stamp_properties.rb +1 -0
  111. data/lib/docusign_esign/models/decline.rb +46 -0
  112. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  113. data/lib/docusign_esign/models/document.rb +3 -0
  114. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  115. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  116. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  117. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  118. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  119. data/lib/docusign_esign/models/document_template.rb +1 -0
  120. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  121. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  122. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  123. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  124. data/lib/docusign_esign/models/draw.rb +40 -0
  125. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  126. data/lib/docusign_esign/models/editor.rb +23 -0
  127. data/lib/docusign_esign/models/email.rb +59 -0
  128. data/lib/docusign_esign/models/email_address.rb +46 -0
  129. data/lib/docusign_esign/models/envelope.rb +10 -0
  130. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  131. data/lib/docusign_esign/models/envelope_definition.rb +13 -0
  132. data/lib/docusign_esign/models/envelope_document.rb +7 -0
  133. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  134. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  135. data/lib/docusign_esign/models/envelope_id.rb +45 -0
  136. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  137. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  138. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  139. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  140. data/lib/docusign_esign/models/envelope_template.rb +12 -0
  141. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  142. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  143. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  144. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  145. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  146. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  147. data/lib/docusign_esign/models/event_notification.rb +1 -0
  148. data/lib/docusign_esign/models/event_result.rb +1 -0
  149. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  150. data/lib/docusign_esign/models/external_file.rb +1 -0
  151. data/lib/docusign_esign/models/external_folder.rb +1 -0
  152. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  153. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  154. data/lib/docusign_esign/models/feature_set.rb +1 -0
  155. data/lib/docusign_esign/models/filter.rb +1 -0
  156. data/lib/docusign_esign/models/first_name.rb +46 -0
  157. data/lib/docusign_esign/models/folder.rb +4 -0
  158. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  159. data/lib/docusign_esign/models/folder_item_v2.rb +2 -0
  160. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  161. data/lib/docusign_esign/models/folders_request.rb +1 -0
  162. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  163. data/lib/docusign_esign/models/formula_tab.rb +64 -0
  164. data/lib/docusign_esign/models/full_name.rb +46 -0
  165. data/lib/docusign_esign/models/group.rb +2 -0
  166. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  167. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  168. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  169. data/lib/docusign_esign/models/initial_here.rb +40 -0
  170. data/lib/docusign_esign/models/inline_template.rb +3 -0
  171. data/lib/docusign_esign/models/intermediary.rb +23 -0
  172. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  173. data/lib/docusign_esign/models/last_name.rb +46 -0
  174. data/lib/docusign_esign/models/linked_external_primary_account.rb +1 -0
  175. data/lib/docusign_esign/models/list.rb +54 -0
  176. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  177. data/lib/docusign_esign/models/list_item.rb +4 -0
  178. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  179. data/lib/docusign_esign/models/lock_information.rb +2 -0
  180. data/lib/docusign_esign/models/lock_request.rb +1 -0
  181. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  182. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  183. data/lib/docusign_esign/models/merge_field.rb +6 -0
  184. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  185. data/lib/docusign_esign/models/money.rb +1 -0
  186. data/lib/docusign_esign/models/name_value.rb +2 -0
  187. data/lib/docusign_esign/models/new_account_definition.rb +20 -1
  188. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  189. data/lib/docusign_esign/models/new_user.rb +2 -0
  190. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  191. data/lib/docusign_esign/models/notarize.rb +38 -0
  192. data/lib/docusign_esign/models/notary.rb +1 -0
  193. data/lib/docusign_esign/models/notary_host.rb +20 -0
  194. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  195. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  196. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  197. data/lib/docusign_esign/models/notary_recipient.rb +29 -0
  198. data/lib/docusign_esign/models/notary_result.rb +2 -0
  199. data/lib/docusign_esign/models/notary_seal.rb +39 -0
  200. data/lib/docusign_esign/models/note.rb +47 -0
  201. data/lib/docusign_esign/models/notification.rb +2 -0
  202. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  203. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  204. data/lib/docusign_esign/models/number.rb +61 -0
  205. data/lib/docusign_esign/models/page.rb +1 -0
  206. data/lib/docusign_esign/models/payment_details.rb +5 -0
  207. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  208. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  209. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  210. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  211. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  212. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  213. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  214. data/lib/docusign_esign/models/phone_number.rb +52 -0
  215. data/lib/docusign_esign/models/poly_line_overlay.rb +40 -0
  216. data/lib/docusign_esign/models/power_form.rb +2 -0
  217. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  218. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  219. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  220. data/lib/docusign_esign/models/prefill_tabs.rb +1 -0
  221. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  222. data/lib/docusign_esign/models/radio.rb +28 -0
  223. data/lib/docusign_esign/models/radio_group.rb +17 -0
  224. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  225. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  226. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  227. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +3 -0
  228. data/lib/docusign_esign/models/recipient_identity_verification.rb +2 -0
  229. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  230. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  231. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  232. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  233. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  234. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  235. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  236. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  237. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  238. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  239. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +30 -30
  240. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  241. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  242. data/lib/docusign_esign/models/recipients.rb +1 -0
  243. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  244. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  245. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  246. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  247. data/lib/docusign_esign/models/sender_company.rb +45 -0
  248. data/lib/docusign_esign/models/sender_email_notifications.rb +1 -0
  249. data/lib/docusign_esign/models/sender_name.rb +45 -0
  250. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  251. data/lib/docusign_esign/models/shared_item.rb +3 -0
  252. data/lib/docusign_esign/models/sign_here.rb +42 -0
  253. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  254. data/lib/docusign_esign/models/signature_type.rb +1 -0
  255. data/lib/docusign_esign/models/signer.rb +30 -0
  256. data/lib/docusign_esign/models/signer_attachment.rb +40 -0
  257. data/lib/docusign_esign/models/signing_group.rb +2 -0
  258. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  259. data/lib/docusign_esign/models/smart_section.rb +41 -0
  260. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  261. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  262. data/lib/docusign_esign/models/ssn.rb +59 -0
  263. data/lib/docusign_esign/models/stamp.rb +2 -0
  264. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  265. data/lib/docusign_esign/models/tab_account_settings.rb +22 -0
  266. data/lib/docusign_esign/models/tab_group.rb +41 -0
  267. data/lib/docusign_esign/models/tab_metadata.rb +14 -1
  268. data/lib/docusign_esign/models/tabs.rb +2 -0
  269. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  270. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  271. data/lib/docusign_esign/models/template_recipients.rb +1 -0
  272. data/lib/docusign_esign/models/template_role.rb +4 -0
  273. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  274. data/lib/docusign_esign/models/template_summary.rb +3 -0
  275. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  276. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  277. data/lib/docusign_esign/models/text.rb +61 -0
  278. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  279. data/lib/docusign_esign/models/title.rb +52 -0
  280. data/lib/docusign_esign/models/user_account_management_granular_information.rb +12 -0
  281. data/lib/docusign_esign/models/user_info.rb +1 -0
  282. data/lib/docusign_esign/models/user_information.rb +6 -0
  283. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  284. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  285. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  286. data/lib/docusign_esign/models/user_profile.rb +3 -0
  287. data/lib/docusign_esign/models/user_settings_information.rb +61 -0
  288. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  289. data/lib/docusign_esign/models/user_signature.rb +2 -0
  290. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  291. data/lib/docusign_esign/models/view.rb +46 -0
  292. data/lib/docusign_esign/models/witness.rb +30 -0
  293. data/lib/docusign_esign/models/workflow.rb +2 -0
  294. data/lib/docusign_esign/models/workflow_step.rb +3 -0
  295. data/lib/docusign_esign/models/workspace.rb +4 -0
  296. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  297. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  298. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  299. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  300. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  301. data/lib/docusign_esign/models/zip.rb +60 -0
  302. data/lib/docusign_esign/version.rb +1 -1
  303. data/lib/docusign_esign.rb +1 -0
  304. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac37b3dd62a7b89612ba72e9499fb918108ec08abc59009f4a3cdc39f4e2710b
4
- data.tar.gz: 951ce4fb442366a1a778b313e0aff49300a364a53972b2d7c9dc812259ab3539
3
+ metadata.gz: c1c1b8886a92734a08dc9d2698f97dcfa6a9b80f40da2d3293a96d2a64980a06
4
+ data.tar.gz: 35f540755c2de0d34cf55ddf50aea6cdcf64c8fb930e516d624539e463a008a3
5
5
  SHA512:
6
- metadata.gz: 613d3b01341e1fb8f3d62c28487e95a28afa4b88318e37a77aa8f2c69dd8f32755dac5773825e813dd4e6282dcb2e8b3271cf03c43703556f78c2e48331b2c48
7
- data.tar.gz: ff77bf692231013b2b94d50f205d1d4abb01f7eeb4945c11f6920370e8d5d2a9d43071cf9c59eac4aa4bc3bb177019a4214a0ac2456af2b971fd3d8328ef67f8
6
+ metadata.gz: 41c2766dae091d888046f17f35881dca27f854c8644e8e9f43c28cff176c5ce2282b4c1cc0fb890187295d9884d66b3775e201bb4f797eddcb5a9c99c278796b
7
+ data.tar.gz: a35312d7f1f9e21b8f9e56563cfa5057a43c82e3e199eb6faa9b63f25b025dc1059af10e64af782d037b3ddb94d91b542496bf8fb2084c58301cd3d20a2ed056
data/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
 
4
4
  See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
 
6
+ ## [v3.19.0] - eSignature API v2.1-22.3.00.00 - 2022-09-08
7
+ ### Changed
8
+ - Added support for version v2.1-22.3.00.00 of the DocuSign ESignature API.
9
+ - Updated the SDK release version.
10
+
6
11
  ## [v3.18.0] - eSignature API v2.1-22.2.00.00 - 2022-06-17
7
12
  ### Changed
8
13
  - Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
@@ -444,7 +444,7 @@ module DocuSign_eSign
444
444
  end
445
445
 
446
446
  # Creates an acount custom field.
447
- #
447
+ # This method creates a custom field and makes it available for all new envelopes associated with an account.
448
448
  # @param account_id The external account number (int) or account ID Guid.
449
449
  # @param custom_field (optional parameter)
450
450
  # @param DocuSign_eSign::CreateCustomFieldOptions Options for modifying the behavior of the function.
@@ -455,7 +455,7 @@ module DocuSign_eSign
455
455
  end
456
456
 
457
457
  # Creates an acount custom field.
458
- #
458
+ # This method creates a custom field and makes it available for all new envelopes associated with an account.
459
459
  # @param account_id The external account number (int) or account ID Guid.
460
460
  # @param custom_field (optional parameter)
461
461
  # @param DocuSign_eSign::CreateCustomFieldOptions Options for modifying the behavior of the function.
@@ -498,7 +498,7 @@ module DocuSign_eSign
498
498
  end
499
499
 
500
500
  # Creates a new permission profile in the specified account.
501
- #
501
+ # This method creates a new permission profile for an account. ### Related topics - [How to create a permission profile](/docs/esign-rest-api/how-to/permission-profile-creating/)
502
502
  # @param account_id The external account number (int) or account ID Guid.
503
503
  # @param permission_profile (optional parameter)
504
504
  # @param DocuSign_eSign::CreatePermissionProfileOptions Options for modifying the behavior of the function.
@@ -509,7 +509,7 @@ module DocuSign_eSign
509
509
  end
510
510
 
511
511
  # Creates a new permission profile in the specified account.
512
- #
512
+ # This method creates a new permission profile for an account. ### Related topics - [How to create a permission profile](/docs/esign-rest-api/how-to/permission-profile-creating/)
513
513
  # @param account_id The external account number (int) or account ID Guid.
514
514
  # @param permission_profile (optional parameter)
515
515
  # @param DocuSign_eSign::CreatePermissionProfileOptions Options for modifying the behavior of the function.
@@ -709,7 +709,7 @@ module DocuSign_eSign
709
709
  end
710
710
 
711
711
  # Removes a brand.
712
- #
712
+ # This method deletes a brand from an account. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
713
713
  # @param account_id The external account number (int) or account ID Guid.
714
714
  # @param brand_id The unique identifier of a brand.
715
715
  # @return [nil]
@@ -719,7 +719,7 @@ module DocuSign_eSign
719
719
  end
720
720
 
721
721
  # Removes a brand.
722
- #
722
+ # This method deletes a brand from an account. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
723
723
  # @param account_id The external account number (int) or account ID Guid.
724
724
  # @param brand_id The unique identifier of a brand.
725
725
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
@@ -761,7 +761,7 @@ module DocuSign_eSign
761
761
  end
762
762
 
763
763
  # Delete one branding logo.
764
- #
764
+ # This method deletes a single logo from an account brand. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
765
765
  # @param account_id The external account number (int) or account ID Guid.
766
766
  # @param brand_id The unique identifier of a brand.
767
767
  # @param logo_type One of **Primary**, **Secondary** or **Email**.
@@ -772,7 +772,7 @@ module DocuSign_eSign
772
772
  end
773
773
 
774
774
  # Delete one branding logo.
775
- #
775
+ # This method deletes a single logo from an account brand. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
776
776
  # @param account_id The external account number (int) or account ID Guid.
777
777
  # @param brand_id The unique identifier of a brand.
778
778
  # @param logo_type One of **Primary**, **Secondary** or **Email**.
@@ -923,7 +923,7 @@ module DocuSign_eSign
923
923
  end
924
924
 
925
925
  # Delete an existing account custom field.
926
- #
926
+ # This method deletes an existing account custom field.
927
927
  # @param account_id The external account number (int) or account ID Guid.
928
928
  # @param custom_field_id
929
929
  # @param DocuSign_eSign::DeleteCustomFieldOptions Options for modifying the behavior of the function.
@@ -934,7 +934,7 @@ module DocuSign_eSign
934
934
  end
935
935
 
936
936
  # Delete an existing account custom field.
937
- #
937
+ # This method deletes an existing account custom field.
938
938
  # @param account_id The external account number (int) or account ID Guid.
939
939
  # @param custom_field_id
940
940
  # @param DocuSign_eSign::DeleteCustomFieldOptions Options for modifying the behavior of the function.
@@ -1026,7 +1026,7 @@ module DocuSign_eSign
1026
1026
  end
1027
1027
 
1028
1028
  # Deletes a permissions profile within the specified account.
1029
- #
1029
+ # This method deletes a permission profile from an account. To delete a permission profile, it must not have any users associated with it. When you use this method to delete a permission profile, you can reassign the users associated with it to a new permission profile at the same time by using the `move_users_to` query parameter. ### Related topics - [How to delete a permission profile](/docs/esign-rest-api/how-to/permission-profile-deleting/)
1030
1030
  # @param account_id The external account number (int) or account ID Guid.
1031
1031
  # @param permission_profile_id
1032
1032
  # @param DocuSign_eSign::DeletePermissionProfileOptions Options for modifying the behavior of the function.
@@ -1037,7 +1037,7 @@ module DocuSign_eSign
1037
1037
  end
1038
1038
 
1039
1039
  # Deletes a permissions profile within the specified account.
1040
- #
1040
+ # This method deletes a permission profile from an account. To delete a permission profile, it must not have any users associated with it. When you use this method to delete a permission profile, you can reassign the users associated with it to a new permission profile at the same time by using the &#x60;move_users_to&#x60; query parameter. ### Related topics - [How to delete a permission profile](/docs/esign-rest-api/how-to/permission-profile-deleting/)
1041
1041
  # @param account_id The external account number (int) or account ID Guid.
1042
1042
  # @param permission_profile_id
1043
1043
  # @param DocuSign_eSign::DeletePermissionProfileOptions Options for modifying the behavior of the function.
@@ -1081,7 +1081,7 @@ module DocuSign_eSign
1081
1081
  end
1082
1082
 
1083
1083
  # Get the list of identity verification options for an account
1084
- #
1084
+ # This method returns a list of Identity Verification workflows that are available to an account. **Note:** To use this method, you must either be an account administrator or a sender. ### Related topics - [How to require ID Verification (IDV) for a recipient](/docs/esign-rest-api/how-to/id-verification/)
1085
1085
  # @param account_id The external account number (int) or account ID Guid.
1086
1086
  # @return [AccountIdentityVerificationResponse]
1087
1087
  def get_account_identity_verification(account_id)
@@ -1090,7 +1090,7 @@ module DocuSign_eSign
1090
1090
  end
1091
1091
 
1092
1092
  # Get the list of identity verification options for an account
1093
- #
1093
+ # This method returns a list of Identity Verification workflows that are available to an account. **Note:** To use this method, you must either be an account administrator or a sender. ### Related topics - [How to require ID Verification (IDV) for a recipient](/docs/esign-rest-api/how-to/id-verification/)
1094
1094
  # @param account_id The external account number (int) or account ID Guid.
1095
1095
  # @return [Array<(AccountIdentityVerificationResponse, Fixnum, Hash)>] AccountIdentityVerificationResponse data, response status code and response headers
1096
1096
  def get_account_identity_verification_with_http_info(account_id)
@@ -1349,7 +1349,7 @@ module DocuSign_eSign
1349
1349
  end
1350
1350
 
1351
1351
  # Returns tab settings list for specified account
1352
- #
1352
+ # This method returns information about the tab types and tab functionality that is currently enabled for an account.
1353
1353
  # @param account_id The external account number (int) or account ID Guid.
1354
1354
  # @return [TabAccountSettings]
1355
1355
  def get_account_tab_settings(account_id)
@@ -1358,7 +1358,7 @@ module DocuSign_eSign
1358
1358
  end
1359
1359
 
1360
1360
  # Returns tab settings list for specified account
1361
- #
1361
+ # This method returns information about the tab types and tab functionality that is currently enabled for an account.
1362
1362
  # @param account_id The external account number (int) or account ID Guid.
1363
1363
  # @return [Array<(TabAccountSettings, Fixnum, Hash)>] TabAccountSettings data, response status code and response headers
1364
1364
  def get_account_tab_settings_with_http_info(account_id)
@@ -1398,7 +1398,7 @@ module DocuSign_eSign
1398
1398
  end
1399
1399
 
1400
1400
  # Get all payment gateway account for the provided accountId
1401
- #
1401
+ # This method returns a list of payment gateway accounts and basic information about them.
1402
1402
  # @param account_id The external account number (int) or account ID Guid.
1403
1403
  # @return [PaymentGatewayAccountsInfo]
1404
1404
  def get_all_payment_gateway_accounts(account_id)
@@ -1407,7 +1407,7 @@ module DocuSign_eSign
1407
1407
  end
1408
1408
 
1409
1409
  # Get all payment gateway account for the provided accountId
1410
- #
1410
+ # This method returns a list of payment gateway accounts and basic information about them.
1411
1411
  # @param account_id The external account number (int) or account ID Guid.
1412
1412
  # @return [Array<(PaymentGatewayAccountsInfo, Fixnum, Hash)>] PaymentGatewayAccountsInfo data, response status code and response headers
1413
1413
  def get_all_payment_gateway_accounts_with_http_info(account_id)
@@ -1499,7 +1499,7 @@ module DocuSign_eSign
1499
1499
  end
1500
1500
 
1501
1501
  # Get information for a specific brand.
1502
- #
1502
+ # This method returns details about an account brand. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
1503
1503
  # @param account_id The external account number (int) or account ID Guid.
1504
1504
  # @param brand_id The unique identifier of a brand.
1505
1505
  # @param DocuSign_eSign::GetBrandOptions Options for modifying the behavior of the function.
@@ -1510,7 +1510,7 @@ module DocuSign_eSign
1510
1510
  end
1511
1511
 
1512
1512
  # Get information for a specific brand.
1513
- #
1513
+ # This method returns details about an account brand. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
1514
1514
  # @param account_id The external account number (int) or account ID Guid.
1515
1515
  # @param brand_id The unique identifier of a brand.
1516
1516
  # @param DocuSign_eSign::GetBrandOptions Options for modifying the behavior of the function.
@@ -1556,7 +1556,7 @@ module DocuSign_eSign
1556
1556
  end
1557
1557
 
1558
1558
  # Export a specific brand.
1559
- #
1559
+ # This method exports information about a brand to an XML file. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
1560
1560
  # @param account_id The external account number (int) or account ID Guid.
1561
1561
  # @param brand_id The unique identifier of a brand.
1562
1562
  # @return [nil]
@@ -1566,7 +1566,7 @@ module DocuSign_eSign
1566
1566
  end
1567
1567
 
1568
1568
  # Export a specific brand.
1569
- #
1569
+ # This method exports information about a brand to an XML file. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
1570
1570
  # @param account_id The external account number (int) or account ID Guid.
1571
1571
  # @param brand_id The unique identifier of a brand.
1572
1572
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
@@ -1608,7 +1608,7 @@ module DocuSign_eSign
1608
1608
  end
1609
1609
 
1610
1610
  # Obtains the specified image for a brand.
1611
- #
1611
+ # This method returns a specific logo that is used in a brand. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
1612
1612
  # @param account_id The external account number (int) or account ID Guid.
1613
1613
  # @param brand_id The unique identifier of a brand.
1614
1614
  # @param logo_type One of **Primary**, **Secondary** or **Email**.
@@ -1619,7 +1619,7 @@ module DocuSign_eSign
1619
1619
  end
1620
1620
 
1621
1621
  # Obtains the specified image for a brand.
1622
- #
1622
+ # This method returns a specific logo that is used in a brand. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
1623
1623
  # @param account_id The external account number (int) or account ID Guid.
1624
1624
  # @param brand_id The unique identifier of a brand.
1625
1625
  # @param logo_type One of **Primary**, **Secondary** or **Email**.
@@ -1665,7 +1665,7 @@ module DocuSign_eSign
1665
1665
  end
1666
1666
 
1667
1667
  # Returns the specified account's list of branding resources (metadata).
1668
- #
1668
+ # This method returns metadata about the branding resources that are associated with an account. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
1669
1669
  # @param account_id The external account number (int) or account ID Guid.
1670
1670
  # @param brand_id The unique identifier of a brand.
1671
1671
  # @return [BrandResourcesList]
@@ -1675,7 +1675,7 @@ module DocuSign_eSign
1675
1675
  end
1676
1676
 
1677
1677
  # Returns the specified account&#39;s list of branding resources (metadata).
1678
- #
1678
+ # This method returns metadata about the branding resources that are associated with an account. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
1679
1679
  # @param account_id The external account number (int) or account ID Guid.
1680
1680
  # @param brand_id The unique identifier of a brand.
1681
1681
  # @return [Array<(BrandResourcesList, Fixnum, Hash)>] BrandResourcesList data, response status code and response headers
@@ -1718,7 +1718,7 @@ module DocuSign_eSign
1718
1718
  end
1719
1719
 
1720
1720
  # Returns the specified branding resource file.
1721
- #
1721
+ # This method returns a specific branding resource file. A brand uses a set of brand resource files to control the sending, signing, email message, and captive (embedded) signing experiences. You can modify the default email messages and formats in these files and upload them to your brand to customize the user experience. **Important:** When you upload a modified resource file, only the elements that differ from the master resource file are saved as your resource file. Similarly, when you download your resource files, only the modified elements are included in the file. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
1722
1722
  # @param account_id The external account number (int) or account ID Guid.
1723
1723
  # @param brand_id The unique identifier of a brand.
1724
1724
  # @param resource_content_type
@@ -1730,7 +1730,7 @@ module DocuSign_eSign
1730
1730
  end
1731
1731
 
1732
1732
  # Returns the specified branding resource file.
1733
- #
1733
+ # This method returns a specific branding resource file. A brand uses a set of brand resource files to control the sending, signing, email message, and captive (embedded) signing experiences. You can modify the default email messages and formats in these files and upload them to your brand to customize the user experience. **Important:** When you upload a modified resource file, only the elements that differ from the master resource file are saved as your resource file. Similarly, when you download your resource files, only the modified elements are included in the file. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
1734
1734
  # @param account_id The external account number (int) or account ID Guid.
1735
1735
  # @param brand_id The unique identifier of a brand.
1736
1736
  # @param resource_content_type
@@ -1932,7 +1932,7 @@ module DocuSign_eSign
1932
1932
  end
1933
1933
 
1934
1934
  # Select envelope purge configuration.
1935
- #
1935
+ # An envelope purge configuration enables account administrators to permanently remove documents and their field data from completed and voided envelopes after a specified retention period (`retentionDays`). This method retrieves the current envelope purge configuration for your account. **Note:** To use this method, you must be an account administrator.
1936
1936
  # @param account_id The external account number (int) or account ID Guid.
1937
1937
  # @return [EnvelopePurgeConfiguration]
1938
1938
  def get_envelope_purge_configuration(account_id)
@@ -1941,7 +1941,7 @@ module DocuSign_eSign
1941
1941
  end
1942
1942
 
1943
1943
  # Select envelope purge configuration.
1944
- #
1944
+ # An envelope purge configuration enables account administrators to permanently remove documents and their field data from completed and voided envelopes after a specified retention period (&#x60;retentionDays&#x60;). This method retrieves the current envelope purge configuration for your account. **Note:** To use this method, you must be an account administrator.
1945
1945
  # @param account_id The external account number (int) or account ID Guid.
1946
1946
  # @return [Array<(EnvelopePurgeConfiguration, Fixnum, Hash)>] EnvelopePurgeConfiguration data, response status code and response headers
1947
1947
  def get_envelope_purge_configuration_with_http_info(account_id)
@@ -2030,7 +2030,7 @@ module DocuSign_eSign
2030
2030
  end
2031
2031
 
2032
2032
  # Returns default user level settings for a specified account
2033
- #
2033
+ # This method returns the default settings for the email notifications that signers and senders receive about envelopes.
2034
2034
  # @param account_id The external account number (int) or account ID Guid.
2035
2035
  # @return [NotificationDefaults]
2036
2036
  def get_notification_defaults(account_id)
@@ -2039,7 +2039,7 @@ module DocuSign_eSign
2039
2039
  end
2040
2040
 
2041
2041
  # Returns default user level settings for a specified account
2042
- #
2042
+ # This method returns the default settings for the email notifications that signers and senders receive about envelopes.
2043
2043
  # @param account_id The external account number (int) or account ID Guid.
2044
2044
  # @return [Array<(NotificationDefaults, Fixnum, Hash)>] NotificationDefaults data, response status code and response headers
2045
2045
  def get_notification_defaults_with_http_info(account_id)
@@ -2079,7 +2079,7 @@ module DocuSign_eSign
2079
2079
  end
2080
2080
 
2081
2081
  # Get the password rules
2082
- #
2082
+ # This method retrieves the password rules for an account.
2083
2083
  # @param account_id The external account number (int) or account ID Guid.
2084
2084
  # @return [AccountPasswordRules]
2085
2085
  def get_password_rules(account_id)
@@ -2088,7 +2088,7 @@ module DocuSign_eSign
2088
2088
  end
2089
2089
 
2090
2090
  # Get the password rules
2091
- #
2091
+ # This method retrieves the password rules for an account.
2092
2092
  # @param account_id The external account number (int) or account ID Guid.
2093
2093
  # @return [Array<(AccountPasswordRules, Fixnum, Hash)>] AccountPasswordRules data, response status code and response headers
2094
2094
  def get_password_rules_with_http_info(account_id)
@@ -2173,7 +2173,7 @@ module DocuSign_eSign
2173
2173
  end
2174
2174
 
2175
2175
  # Returns a permissions profile in the specified account.
2176
- #
2176
+ # This method returns information about a specific permission profile that is associated with an account. ### Related topics - [How to set a permission profile](/docs/esign-rest-api/how-to/permission-profile-setting/)
2177
2177
  # @param account_id The external account number (int) or account ID Guid.
2178
2178
  # @param permission_profile_id
2179
2179
  # @param DocuSign_eSign::GetPermissionProfileOptions Options for modifying the behavior of the function.
@@ -2184,7 +2184,7 @@ module DocuSign_eSign
2184
2184
  end
2185
2185
 
2186
2186
  # Returns a permissions profile in the specified account.
2187
- #
2187
+ # This method returns information about a specific permission profile that is associated with an account. ### Related topics - [How to set a permission profile](/docs/esign-rest-api/how-to/permission-profile-setting/)
2188
2188
  # @param account_id The external account number (int) or account ID Guid.
2189
2189
  # @param permission_profile_id
2190
2190
  # @param DocuSign_eSign::GetPermissionProfileOptions Options for modifying the behavior of the function.
@@ -2274,7 +2274,7 @@ module DocuSign_eSign
2274
2274
  end
2275
2275
 
2276
2276
  # Gets list of supported languages for recipient language setting.
2277
- #
2277
+ # Retrieves a list of supported languages that you can set for an individual recipient when creating an envelope, as well as their simple type enumeration values. These are the languages that you can set for the standard email format and signing view for each recipient. For example, in the recipient's email notification, this setting affects elements such as the standard introductory text describing the request to sign. It also determines the language used for buttons and tabs in both the email notification and the signing experience. **Note:** Setting a language for a recipient affects only the DocuSign standard text. Any custom text that you enter for the `emailBody` and `emailSubject` of the notification is not translated, and appears exactly as you enter it. For more information, see [Set Recipient Language and Specify Custom Email Messages](https://support.docusign.com/en/guides/ndse-user-guide-recipient-language).
2278
2278
  # @param account_id The external account number (int) or account ID Guid.
2279
2279
  # @return [SupportedLanguages]
2280
2280
  def get_supported_languages(account_id)
@@ -2283,7 +2283,7 @@ module DocuSign_eSign
2283
2283
  end
2284
2284
 
2285
2285
  # Gets list of supported languages for recipient language setting.
2286
- #
2286
+ # Retrieves a list of supported languages that you can set for an individual recipient when creating an envelope, as well as their simple type enumeration values. These are the languages that you can set for the standard email format and signing view for each recipient. For example, in the recipient&#39;s email notification, this setting affects elements such as the standard introductory text describing the request to sign. It also determines the language used for buttons and tabs in both the email notification and the signing experience. **Note:** Setting a language for a recipient affects only the DocuSign standard text. Any custom text that you enter for the &#x60;emailBody&#x60; and &#x60;emailSubject&#x60; of the notification is not translated, and appears exactly as you enter it. For more information, see [Set Recipient Language and Specify Custom Email Messages](https://support.docusign.com/en/guides/ndse-user-guide-recipient-language).
2287
2287
  # @param account_id The external account number (int) or account ID Guid.
2288
2288
  # @return [Array<(SupportedLanguages, Fixnum, Hash)>] SupportedLanguages data, response status code and response headers
2289
2289
  def get_supported_languages_with_http_info(account_id)
@@ -2737,7 +2737,7 @@ module DocuSign_eSign
2737
2737
  end
2738
2738
 
2739
2739
  # Returns Account available signature providers for specified account.
2740
- #
2740
+ # Returns a list of signature providers that the specified account can use.
2741
2741
  # @param account_id The external account number (int) or account ID Guid.
2742
2742
  # @return [AccountSignatureProviders]
2743
2743
  def list_signature_providers(account_id)
@@ -2746,7 +2746,7 @@ module DocuSign_eSign
2746
2746
  end
2747
2747
 
2748
2748
  # Returns Account available signature providers for specified account.
2749
- #
2749
+ # Returns a list of signature providers that the specified account can use.
2750
2750
  # @param account_id The external account number (int) or account ID Guid.
2751
2751
  # @return [Array<(AccountSignatureProviders, Fixnum, Hash)>] AccountSignatureProviders data, response status code and response headers
2752
2752
  def list_signature_providers_with_http_info(account_id)
@@ -3057,7 +3057,7 @@ module DocuSign_eSign
3057
3057
  end
3058
3058
 
3059
3059
  # Modifies tab settings for specified account
3060
- #
3060
+ # This method modifies the tab types and tab functionality that is enabled for an account.
3061
3061
  # @param account_id The external account number (int) or account ID Guid.
3062
3062
  # @param tab_account_settings (optional parameter)
3063
3063
  # @return [TabAccountSettings]
@@ -3067,7 +3067,7 @@ module DocuSign_eSign
3067
3067
  end
3068
3068
 
3069
3069
  # Modifies tab settings for specified account
3070
- #
3070
+ # This method modifies the tab types and tab functionality that is enabled for an account.
3071
3071
  # @param account_id The external account number (int) or account ID Guid.
3072
3072
  # @param tab_account_settings (optional parameter)
3073
3073
  # @return [Array<(TabAccountSettings, Fixnum, Hash)>] TabAccountSettings data, response status code and response headers
@@ -3108,7 +3108,7 @@ module DocuSign_eSign
3108
3108
  end
3109
3109
 
3110
3110
  # Updates an existing brand.
3111
- #
3111
+ # This method updates an account brand. **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
3112
3112
  # @param account_id The external account number (int) or account ID Guid.
3113
3113
  # @param brand_id The unique identifier of a brand.
3114
3114
  # @param brand (optional parameter)
@@ -3120,7 +3120,7 @@ module DocuSign_eSign
3120
3120
  end
3121
3121
 
3122
3122
  # Updates an existing brand.
3123
- #
3123
+ # This method updates an account brand. **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
3124
3124
  # @param account_id The external account number (int) or account ID Guid.
3125
3125
  # @param brand_id The unique identifier of a brand.
3126
3126
  # @param brand (optional parameter)
@@ -3166,7 +3166,7 @@ module DocuSign_eSign
3166
3166
  end
3167
3167
 
3168
3168
  # Put one branding logo.
3169
- #
3169
+ # This method updates a single brand logo. You pass in the new version of the resource in the `Content-Disposition` header. Example: `Content-Disposition: form-data; name=\"file\"; filename=\"logo.jpg\"` **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**).
3170
3170
  # @param account_id The external account number (int) or account ID GUID.
3171
3171
  # @param brand_id The ID of the brand.
3172
3172
  # @param logo_type The type of logo. Valid values are: - `primary` - `secondary` - `email`
@@ -3178,7 +3178,7 @@ module DocuSign_eSign
3178
3178
  end
3179
3179
 
3180
3180
  # Put one branding logo.
3181
- #
3181
+ # This method updates a single brand logo. You pass in the new version of the resource in the &#x60;Content-Disposition&#x60; header. Example: &#x60;Content-Disposition: form-data; name&#x3D;\&quot;file\&quot;; filename&#x3D;\&quot;logo.jpg\&quot;&#x60; **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**).
3182
3182
  # @param account_id The external account number (int) or account ID GUID.
3183
3183
  # @param brand_id The ID of the brand.
3184
3184
  # @param logo_type The type of logo. Valid values are: - `primary` - `secondary` - `email`
@@ -3228,7 +3228,7 @@ module DocuSign_eSign
3228
3228
  end
3229
3229
 
3230
3230
  # Uploads a branding resource file.
3231
- #
3231
+ # This method updates a branding resource file. You pass in the new version of the resource file in the `Content-Disposition` header. Example: `Content-Disposition: form-data; name=\"file\"; filename=\"DocuSign_SigningResource_4328673.xml\"` **Note:** Branding for either signing or sending must be enabled for the account (`canSelfBrandSend` , `canSelfBrandSign`, or both of these account settings must be **true**). **Important:** Customizing resource files is an advanced branding configuration option which can significantly impact your account, and should be done only by someone with expertise in XML and HTML. The master resource files are subject to change without notice. If you customize your resource files, after each release, DocuSign recommends you review any changes and update your custom files as needed. When you upload a modified resource file, only the elements that differ from the master resource file are saved as your resource file. Similarly, when you download your resource files, only the modified elements are included in the file.
3232
3232
  # @param account_id The external account number (int) or account ID GUID.
3233
3233
  # @param brand_id The ID of the brand.
3234
3234
  # @param resource_content_type The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive`
@@ -3239,7 +3239,7 @@ module DocuSign_eSign
3239
3239
  end
3240
3240
 
3241
3241
  # Uploads a branding resource file.
3242
- #
3242
+ # This method updates a branding resource file. You pass in the new version of the resource file in the &#x60;Content-Disposition&#x60; header. Example: &#x60;Content-Disposition: form-data; name&#x3D;\&quot;file\&quot;; filename&#x3D;\&quot;DocuSign_SigningResource_4328673.xml\&quot;&#x60; **Note:** Branding for either signing or sending must be enabled for the account (&#x60;canSelfBrandSend&#x60; , &#x60;canSelfBrandSign&#x60;, or both of these account settings must be **true**). **Important:** Customizing resource files is an advanced branding configuration option which can significantly impact your account, and should be done only by someone with expertise in XML and HTML. The master resource files are subject to change without notice. If you customize your resource files, after each release, DocuSign recommends you review any changes and update your custom files as needed. When you upload a modified resource file, only the elements that differ from the master resource file are saved as your resource file. Similarly, when you download your resource files, only the modified elements are included in the file.
3243
3243
  # @param account_id The external account number (int) or account ID GUID.
3244
3244
  # @param brand_id The ID of the brand.
3245
3245
  # @param resource_content_type The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive`
@@ -3290,7 +3290,7 @@ module DocuSign_eSign
3290
3290
  end
3291
3291
 
3292
3292
  # Update Consumer Disclosure.
3293
- #
3293
+ # Account administrators can use this method to perform the following tasks: - Customize values in the default disclosure. - Switch to a custom disclosure that uses your own text and HTML formatting. - Change values in your existing consumer disclosure. To specify the signer language version of the disclosure that you are updating, use the optional `langCode` query parameter. **Note:** Only account administrators can use this method. Each time you change the disclosure content, all unsigned recipients of outstanding documents will be required to accept a new version. ## Updating the default disclosure When you update the default disclosure, you can edit all properties except for the following ones: - `accountEsignId`: This property is read-only. - `custom`: The default value is **false.** Editing this property causes the default disclosure to switch to a custom disclosure. - `esignAgreement`: This property is read-only. - `esignText`: You cannot edit this property when `custom` is set to **false.** The API returns a 200 OK HTTP response, but does not update the `esignText`. - Metadata properties: These properties are read-only. **Note:** The text of the default disclosure is always in English. ## Switching to a custom disclosure To switch to a custom disclosure, set the `custom` property to **true** and customize the value for the `eSignText` property. You can also edit all of the other properties except for the following ones: - `accountEsignId`: This property is read-only. - `esignAgreement`: This property is read-only. - Metadata properties: These properties are read-only. **Note:** When you use a custom disclosure, you can create versions of it in different signer languages and se the `langCode` parameter to specify the signer language version that you are updating. **Important:** When you switch from a default to a custom disclosure, note the following information: - You will not be able to return to using the default disclosure. - Only the disclosure for the currently selected signer language is saved. DocuSign will not automatically translate your custom disclosure. You must create a disclosure for each language that your signers use. ## Updating a custom disclosure When you update a custom disclosure, you can update all of the properties except for the following ones: - `accountEsignId`: This property is read-only. - `esignAgreement`: This property is read-only. - Metadata properties: These properties are read-only. **Important:** Only the disclosure for the currently selected signer language is saved. DocuSign will not automatically translate your custom disclosure. You must create a disclosure for each language that your signers use.
3294
3294
  # @param account_id The external account number (int) or account ID Guid.
3295
3295
  # @param lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
3296
3296
  # @param consumer_disclosure (optional parameter)
@@ -3302,7 +3302,7 @@ module DocuSign_eSign
3302
3302
  end
3303
3303
 
3304
3304
  # Update Consumer Disclosure.
3305
- #
3305
+ # Account administrators can use this method to perform the following tasks: - Customize values in the default disclosure. - Switch to a custom disclosure that uses your own text and HTML formatting. - Change values in your existing consumer disclosure. To specify the signer language version of the disclosure that you are updating, use the optional &#x60;langCode&#x60; query parameter. **Note:** Only account administrators can use this method. Each time you change the disclosure content, all unsigned recipients of outstanding documents will be required to accept a new version. ## Updating the default disclosure When you update the default disclosure, you can edit all properties except for the following ones: - &#x60;accountEsignId&#x60;: This property is read-only. - &#x60;custom&#x60;: The default value is **false.** Editing this property causes the default disclosure to switch to a custom disclosure. - &#x60;esignAgreement&#x60;: This property is read-only. - &#x60;esignText&#x60;: You cannot edit this property when &#x60;custom&#x60; is set to **false.** The API returns a 200 OK HTTP response, but does not update the &#x60;esignText&#x60;. - Metadata properties: These properties are read-only. **Note:** The text of the default disclosure is always in English. ## Switching to a custom disclosure To switch to a custom disclosure, set the &#x60;custom&#x60; property to **true** and customize the value for the &#x60;eSignText&#x60; property. You can also edit all of the other properties except for the following ones: - &#x60;accountEsignId&#x60;: This property is read-only. - &#x60;esignAgreement&#x60;: This property is read-only. - Metadata properties: These properties are read-only. **Note:** When you use a custom disclosure, you can create versions of it in different signer languages and se the &#x60;langCode&#x60; parameter to specify the signer language version that you are updating. **Important:** When you switch from a default to a custom disclosure, note the following information: - You will not be able to return to using the default disclosure. - Only the disclosure for the currently selected signer language is saved. DocuSign will not automatically translate your custom disclosure. You must create a disclosure for each language that your signers use. ## Updating a custom disclosure When you update a custom disclosure, you can update all of the properties except for the following ones: - &#x60;accountEsignId&#x60;: This property is read-only. - &#x60;esignAgreement&#x60;: This property is read-only. - Metadata properties: These properties are read-only. **Important:** Only the disclosure for the currently selected signer language is saved. DocuSign will not automatically translate your custom disclosure. You must create a disclosure for each language that your signers use.
3306
3306
  # @param account_id The external account number (int) or account ID Guid.
3307
3307
  # @param lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
3308
3308
  # @param consumer_disclosure (optional parameter)
@@ -3348,7 +3348,7 @@ module DocuSign_eSign
3348
3348
  end
3349
3349
 
3350
3350
  # Updates an existing account custom field.
3351
- #
3351
+ # This method updates an existing account custom field.
3352
3352
  # @param account_id The external account number (int) or account ID Guid.
3353
3353
  # @param custom_field_id
3354
3354
  # @param custom_field (optional parameter)
@@ -3360,7 +3360,7 @@ module DocuSign_eSign
3360
3360
  end
3361
3361
 
3362
3362
  # Updates an existing account custom field.
3363
- #
3363
+ # This method updates an existing account custom field.
3364
3364
  # @param account_id The external account number (int) or account ID Guid.
3365
3365
  # @param custom_field_id
3366
3366
  # @param custom_field (optional parameter)
@@ -3457,7 +3457,7 @@ module DocuSign_eSign
3457
3457
  end
3458
3458
 
3459
3459
  # Updates envelope purge configuration.
3460
- #
3460
+ # An envelope purge configuration enables account administrators to permanently remove documents and their field data from completed and voided envelopes after a specified retention period (`retentionDays`). This method sets the envelope purge configuration for your account. **Note:** To use this method, you must be an account administrator. For more information, see [Purge Envelopes](https://support.docusign.com/en/guides/ndse-user-guide-purge-envelopes).
3461
3461
  # @param account_id The external account number (int) or account ID Guid.
3462
3462
  # @param envelope_purge_configuration (optional parameter)
3463
3463
  # @return [EnvelopePurgeConfiguration]
@@ -3467,7 +3467,7 @@ module DocuSign_eSign
3467
3467
  end
3468
3468
 
3469
3469
  # Updates envelope purge configuration.
3470
- #
3470
+ # An envelope purge configuration enables account administrators to permanently remove documents and their field data from completed and voided envelopes after a specified retention period (&#x60;retentionDays&#x60;). This method sets the envelope purge configuration for your account. **Note:** To use this method, you must be an account administrator. For more information, see [Purge Envelopes](https://support.docusign.com/en/guides/ndse-user-guide-purge-envelopes).
3471
3471
  # @param account_id The external account number (int) or account ID Guid.
3472
3472
  # @param envelope_purge_configuration (optional parameter)
3473
3473
  # @return [Array<(EnvelopePurgeConfiguration, Fixnum, Hash)>] EnvelopePurgeConfiguration data, response status code and response headers
@@ -3559,7 +3559,7 @@ module DocuSign_eSign
3559
3559
  end
3560
3560
 
3561
3561
  # Updates default user level settings for a specified account
3562
- #
3562
+ # This method changes the default settings for the email notifications that signers and senders receive about envelopes.
3563
3563
  # @param account_id The external account number (int) or account ID Guid.
3564
3564
  # @param notification_defaults (optional parameter)
3565
3565
  # @return [NotificationDefaults]
@@ -3569,7 +3569,7 @@ module DocuSign_eSign
3569
3569
  end
3570
3570
 
3571
3571
  # Updates default user level settings for a specified account
3572
- #
3572
+ # This method changes the default settings for the email notifications that signers and senders receive about envelopes.
3573
3573
  # @param account_id The external account number (int) or account ID Guid.
3574
3574
  # @param notification_defaults (optional parameter)
3575
3575
  # @return [Array<(NotificationDefaults, Fixnum, Hash)>] NotificationDefaults data, response status code and response headers
@@ -3610,7 +3610,7 @@ module DocuSign_eSign
3610
3610
  end
3611
3611
 
3612
3612
  # Update the password rules
3613
- #
3613
+ # This method updates the password rules for an account. **Note:** To update the password rules for an account, you must be an account administrator.
3614
3614
  # @param account_id The external account number (int) or account ID Guid.
3615
3615
  # @param account_password_rules (optional parameter)
3616
3616
  # @return [AccountPasswordRules]
@@ -3620,7 +3620,7 @@ module DocuSign_eSign
3620
3620
  end
3621
3621
 
3622
3622
  # Update the password rules
3623
- #
3623
+ # This method updates the password rules for an account. **Note:** To update the password rules for an account, you must be an account administrator.
3624
3624
  # @param account_id The external account number (int) or account ID Guid.
3625
3625
  # @param account_password_rules (optional parameter)
3626
3626
  # @return [Array<(AccountPasswordRules, Fixnum, Hash)>] AccountPasswordRules data, response status code and response headers
@@ -3661,7 +3661,7 @@ module DocuSign_eSign
3661
3661
  end
3662
3662
 
3663
3663
  # Updates a permission profile within the specified account.
3664
- #
3664
+ # This method updates an account permission profile. ### Related topics - [How to update individual permission settings](/docs/esign-rest-api/how-to/permission-profile-updating/)
3665
3665
  # @param account_id The external account number (int) or account ID Guid.
3666
3666
  # @param permission_profile_id
3667
3667
  # @param permission_profile (optional parameter)
@@ -3673,7 +3673,7 @@ module DocuSign_eSign
3673
3673
  end
3674
3674
 
3675
3675
  # Updates a permission profile within the specified account.
3676
- #
3676
+ # This method updates an account permission profile. ### Related topics - [How to update individual permission settings](/docs/esign-rest-api/how-to/permission-profile-updating/)
3677
3677
  # @param account_id The external account number (int) or account ID Guid.
3678
3678
  # @param permission_profile_id
3679
3679
  # @param permission_profile (optional parameter)
@@ -125,7 +125,7 @@ module DocuSign_eSign
125
125
  end
126
126
 
127
127
  # Get metadata for a given credit card.
128
- #
128
+ # This method returns information about a credit card associated with an account.
129
129
  # @param account_id The external account number (int) or account ID Guid.
130
130
  # @return [CreditCardInformation]
131
131
  def get_credit_card_info(account_id)
@@ -134,7 +134,7 @@ module DocuSign_eSign
134
134
  end
135
135
 
136
136
  # Get metadata for a given credit card.
137
- #
137
+ # This method returns information about a credit card associated with an account.
138
138
  # @param account_id The external account number (int) or account ID Guid.
139
139
  # @return [Array<(CreditCardInformation, Fixnum, Hash)>] CreditCardInformation data, response status code and response headers
140
140
  def get_credit_card_info_with_http_info(account_id)