docusign_esign 3.18.0 → 3.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/docusign_esign/api/accounts_api.rb +64 -64
  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 +1226 -104
  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 +13 -1
  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 +748 -5
  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 +35 -1
  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 +13 -1
  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 +224 -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/delayed_routing.rb +3 -3
  113. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  114. data/lib/docusign_esign/models/doc_gen_form_field.rb +224 -0
  115. data/lib/docusign_esign/models/doc_gen_syntax_error.rb +204 -0
  116. data/lib/docusign_esign/models/document.rb +26 -1
  117. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  118. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  119. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  120. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  121. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  122. data/lib/docusign_esign/models/document_template.rb +1 -0
  123. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  124. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  125. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  126. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  127. data/lib/docusign_esign/models/draw.rb +40 -0
  128. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  129. data/lib/docusign_esign/models/editor.rb +23 -0
  130. data/lib/docusign_esign/models/email.rb +59 -0
  131. data/lib/docusign_esign/models/email_address.rb +46 -0
  132. data/lib/docusign_esign/models/envelope.rb +10 -0
  133. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  134. data/lib/docusign_esign/models/envelope_definition.rb +13 -0
  135. data/lib/docusign_esign/models/envelope_delay_rule.rb +3 -2
  136. data/lib/docusign_esign/models/envelope_document.rb +52 -1
  137. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  138. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  139. data/lib/docusign_esign/models/envelope_id.rb +45 -0
  140. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  141. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  142. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  143. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  144. data/lib/docusign_esign/models/envelope_template.rb +23 -1
  145. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  146. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  147. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  148. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  149. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  150. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  151. data/lib/docusign_esign/models/event_notification.rb +12 -1
  152. data/lib/docusign_esign/models/event_result.rb +1 -0
  153. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  154. data/lib/docusign_esign/models/external_file.rb +1 -0
  155. data/lib/docusign_esign/models/external_folder.rb +1 -0
  156. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  157. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  158. data/lib/docusign_esign/models/feature_set.rb +1 -0
  159. data/lib/docusign_esign/models/filter.rb +1 -0
  160. data/lib/docusign_esign/models/first_name.rb +46 -0
  161. data/lib/docusign_esign/models/folder.rb +4 -0
  162. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  163. data/lib/docusign_esign/models/folder_item_v2.rb +2 -0
  164. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  165. data/lib/docusign_esign/models/folders_request.rb +1 -0
  166. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  167. data/lib/docusign_esign/models/formula_tab.rb +64 -0
  168. data/lib/docusign_esign/models/full_name.rb +46 -0
  169. data/lib/docusign_esign/models/group.rb +2 -0
  170. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  171. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  172. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  173. data/lib/docusign_esign/models/initial_here.rb +41 -1
  174. data/lib/docusign_esign/models/inline_template.rb +3 -0
  175. data/lib/docusign_esign/models/intermediary.rb +23 -0
  176. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  177. data/lib/docusign_esign/models/last_name.rb +46 -0
  178. data/lib/docusign_esign/models/linked_external_primary_account.rb +1 -0
  179. data/lib/docusign_esign/models/list.rb +54 -0
  180. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  181. data/lib/docusign_esign/models/list_item.rb +4 -0
  182. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  183. data/lib/docusign_esign/models/lock_information.rb +2 -0
  184. data/lib/docusign_esign/models/lock_request.rb +1 -0
  185. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  186. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  187. data/lib/docusign_esign/models/merge_field.rb +6 -0
  188. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  189. data/lib/docusign_esign/models/money.rb +1 -0
  190. data/lib/docusign_esign/models/name_value.rb +2 -0
  191. data/lib/docusign_esign/models/new_account_definition.rb +20 -1
  192. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  193. data/lib/docusign_esign/models/new_user.rb +2 -0
  194. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  195. data/lib/docusign_esign/models/notarize.rb +38 -0
  196. data/lib/docusign_esign/models/notary.rb +1 -0
  197. data/lib/docusign_esign/models/notary_host.rb +20 -0
  198. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  199. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  200. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  201. data/lib/docusign_esign/models/notary_recipient.rb +29 -0
  202. data/lib/docusign_esign/models/notary_result.rb +2 -0
  203. data/lib/docusign_esign/models/notary_seal.rb +39 -0
  204. data/lib/docusign_esign/models/note.rb +47 -0
  205. data/lib/docusign_esign/models/notification.rb +2 -0
  206. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  207. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  208. data/lib/docusign_esign/models/number.rb +61 -0
  209. data/lib/docusign_esign/models/page.rb +1 -0
  210. data/lib/docusign_esign/models/payment_details.rb +5 -0
  211. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  212. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  213. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  214. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  215. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  216. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  217. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  218. data/lib/docusign_esign/models/phone_number.rb +52 -0
  219. data/lib/docusign_esign/models/poly_line_overlay.rb +40 -0
  220. data/lib/docusign_esign/models/power_form.rb +2 -0
  221. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  222. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  223. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  224. data/lib/docusign_esign/models/prefill_tabs.rb +1 -0
  225. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  226. data/lib/docusign_esign/models/radio.rb +28 -0
  227. data/lib/docusign_esign/models/radio_group.rb +17 -0
  228. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  229. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  230. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  231. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +3 -0
  232. data/lib/docusign_esign/models/recipient_identity_verification.rb +2 -0
  233. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  234. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  235. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  236. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  237. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  238. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  239. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  240. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  241. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  242. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  243. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +30 -30
  244. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  245. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  246. data/lib/docusign_esign/models/recipients.rb +1 -0
  247. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  248. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  249. data/lib/docusign_esign/models/scheduled_sending.rb +3 -3
  250. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  251. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  252. data/lib/docusign_esign/models/sender_company.rb +45 -0
  253. data/lib/docusign_esign/models/sender_email_notifications.rb +1 -0
  254. data/lib/docusign_esign/models/sender_name.rb +45 -0
  255. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  256. data/lib/docusign_esign/models/shared_item.rb +3 -0
  257. data/lib/docusign_esign/models/sign_here.rb +42 -0
  258. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  259. data/lib/docusign_esign/models/signature_type.rb +1 -0
  260. data/lib/docusign_esign/models/signer.rb +30 -0
  261. data/lib/docusign_esign/models/signer_attachment.rb +40 -0
  262. data/lib/docusign_esign/models/signing_group.rb +2 -0
  263. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  264. data/lib/docusign_esign/models/smart_section.rb +41 -0
  265. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  266. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  267. data/lib/docusign_esign/models/ssn.rb +59 -0
  268. data/lib/docusign_esign/models/stamp.rb +2 -0
  269. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  270. data/lib/docusign_esign/models/tab_account_settings.rb +22 -0
  271. data/lib/docusign_esign/models/tab_group.rb +41 -0
  272. data/lib/docusign_esign/models/tab_metadata.rb +14 -1
  273. data/lib/docusign_esign/models/tabs.rb +2 -0
  274. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  275. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  276. data/lib/docusign_esign/models/template_recipients.rb +1 -0
  277. data/lib/docusign_esign/models/template_role.rb +4 -0
  278. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  279. data/lib/docusign_esign/models/template_summary.rb +3 -0
  280. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  281. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  282. data/lib/docusign_esign/models/text.rb +61 -0
  283. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  284. data/lib/docusign_esign/models/title.rb +52 -0
  285. data/lib/docusign_esign/models/user_account_management_granular_information.rb +12 -0
  286. data/lib/docusign_esign/models/user_info.rb +1 -0
  287. data/lib/docusign_esign/models/user_information.rb +6 -0
  288. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  289. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  290. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  291. data/lib/docusign_esign/models/user_profile.rb +3 -0
  292. data/lib/docusign_esign/models/user_settings_information.rb +61 -0
  293. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  294. data/lib/docusign_esign/models/user_signature.rb +2 -0
  295. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  296. data/lib/docusign_esign/models/view.rb +46 -0
  297. data/lib/docusign_esign/models/witness.rb +30 -0
  298. data/lib/docusign_esign/models/workflow.rb +2 -0
  299. data/lib/docusign_esign/models/workflow_step.rb +3 -0
  300. data/lib/docusign_esign/models/workspace.rb +4 -0
  301. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  302. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  303. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  304. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  305. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  306. data/lib/docusign_esign/models/zip.rb +60 -0
  307. data/lib/docusign_esign/version.rb +1 -1
  308. data/lib/docusign_esign.rb +3 -0
  309. metadata +9 -6
@@ -14,93 +14,120 @@ require 'date'
14
14
  module DocuSign_eSign
15
15
  # Contains account settings information.
16
16
  class AccountSettingsInformation
17
+ # Format of the string provided to a recipient in order to access an envelope.
17
18
  attr_accessor :access_code_format
18
19
 
19
20
  #
20
21
  attr_accessor :account_date_time_format
21
22
 
23
+ # Metadata that indicates whether the `accountDateTimeFormat` property is editable.
22
24
  attr_accessor :account_date_time_format_metadata
23
25
 
24
26
  #
25
27
  attr_accessor :account_default_language
26
28
 
29
+ #
27
30
  attr_accessor :account_default_language_metadata
28
31
 
29
32
  #
30
33
  attr_accessor :account_name
31
34
 
35
+ # Metadata that indicates whether the `accountName` property is editable.
32
36
  attr_accessor :account_name_metadata
33
37
 
38
+ # An object that specifies notifications (expirations and reminders) for the envelope.
34
39
  attr_accessor :account_notification
35
40
 
41
+ # An object that defines the settings to use in the UI.
36
42
  attr_accessor :account_ui_settings
37
43
 
38
44
  #
39
45
  attr_accessor :adopt_sig_config
40
46
 
47
+ # Metadata that indicates whether the `adoptSigConfig` property is editable.
41
48
  attr_accessor :adopt_sig_config_metadata
42
49
 
43
50
  #
44
51
  attr_accessor :advanced_correct
45
52
 
53
+ # Metadata that indicates whether the `advancedCorrect` property is editable.
46
54
  attr_accessor :advanced_correct_metadata
47
55
 
48
56
  #
49
57
  attr_accessor :allow_access_code_format
50
58
 
59
+ # Metadata that indicates whether the `allowAccessCodeFormat` property is editable.
51
60
  attr_accessor :allow_access_code_format_metadata
52
61
 
53
62
  #
54
63
  attr_accessor :allow_account_management_granular
55
64
 
65
+ # Metadata that indicates whether the `allowAccountManagementGranular` property is editable.
56
66
  attr_accessor :allow_account_management_granular_metadata
57
67
 
58
68
  #
59
69
  attr_accessor :allow_account_member_name_change
60
70
 
71
+ # Metadata that indicates whether the `allowAccountMemberNameChange` property is editable.
61
72
  attr_accessor :allow_account_member_name_change_metadata
62
73
 
63
74
  #
64
75
  attr_accessor :allow_advanced_recipient_routing_conditional
65
76
 
77
+ # Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable.
66
78
  attr_accessor :allow_advanced_recipient_routing_conditional_metadata
67
79
 
68
80
  #
69
81
  attr_accessor :allow_agent_name_email_edit
70
82
 
83
+ # Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable.
71
84
  attr_accessor :allow_agent_name_email_edit_metadata
72
85
 
73
86
  #
74
87
  attr_accessor :allow_agreement_actions
75
88
 
89
+ # Metadata about the `allowAgreementActions` property.
76
90
  attr_accessor :allow_agreement_actions_metadata
77
91
 
92
+ #
93
+ attr_accessor :allow_agreement_orchestration_workflows
94
+
95
+ attr_accessor :allow_agreement_orchestration_workflows_metadata
96
+
78
97
  #
79
98
  attr_accessor :allow_auto_nav_settings
80
99
 
100
+ # Metadata that indicates whether the `allowAutoNavSettings` property is editable.
81
101
  attr_accessor :allow_auto_nav_settings_metadata
82
102
 
83
103
  #
84
104
  attr_accessor :allow_auto_tagging
85
105
 
106
+ # Metadata that indicates whether the `allowAutoTagging` property is editable.
86
107
  attr_accessor :allow_auto_tagging_metadata
87
108
 
88
109
  #
89
110
  attr_accessor :allow_bulk_send
90
111
 
112
+ # Metadata that indicates whether the `allowBulkSend` property is editable.
91
113
  attr_accessor :allow_bulk_send_metadata
92
114
 
93
115
  #
94
116
  attr_accessor :allow_cd_withdraw
95
117
 
118
+ # Metadata that indicates whether the `allowCDWithdraw` property is editable.
96
119
  attr_accessor :allow_cd_withdraw_metadata
97
120
 
98
121
  #
99
122
  attr_accessor :allow_connect_http_listener_configs
100
123
 
124
+ #
125
+ attr_accessor :allow_connect_o_auth_ui
126
+
101
127
  #
102
128
  attr_accessor :allow_connect_send_finish_later
103
129
 
130
+ # Metadata that indicates whether the `allowConnectSendFinishLater` property is editable.
104
131
  attr_accessor :allow_connect_send_finish_later_metadata
105
132
 
106
133
  #
@@ -109,116 +136,149 @@ module DocuSign_eSign
109
136
  #
110
137
  attr_accessor :allow_consumer_disclosure_override
111
138
 
139
+ # Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable.
112
140
  attr_accessor :allow_consumer_disclosure_override_metadata
113
141
 
114
142
  #
115
143
  attr_accessor :allow_data_download
116
144
 
145
+ # Metadata that indicates whether the `allowDataDownload` property is editable.
117
146
  attr_accessor :allow_data_download_metadata
118
147
 
119
- # \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise.
148
+ # \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise.
120
149
  attr_accessor :allow_delayed_routing
121
150
 
151
+ #
122
152
  attr_accessor :allow_delayed_routing_metadata
123
153
 
124
154
  #
125
155
  attr_accessor :allow_delegated_signing
126
156
 
157
+ #
127
158
  attr_accessor :allow_delegated_signing_metadata
128
159
 
160
+ #
161
+ attr_accessor :allow_doc_gen_documents
162
+
163
+ attr_accessor :allow_doc_gen_documents_metadata
164
+
129
165
  #
130
166
  attr_accessor :allow_document_disclosures
131
167
 
168
+ # Metadata that indicates whether the `allowDocumentDisclosures` property is editable.
132
169
  attr_accessor :allow_document_disclosures_metadata
133
170
 
134
171
  #
135
172
  attr_accessor :allow_documents_on_signed_envelopes
136
173
 
174
+ # Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable.
137
175
  attr_accessor :allow_documents_on_signed_envelopes_metadata
138
176
 
139
177
  #
140
178
  attr_accessor :allow_document_visibility
141
179
 
180
+ # Metadata that indicates whether the `allowDocumentVisibility` property is editable.
142
181
  attr_accessor :allow_document_visibility_metadata
143
182
 
144
183
  #
145
184
  attr_accessor :allow_e_hanko_stamps
146
185
 
186
+ # Metadata that indicates whether the `allowEHankoStamps` property is editable.
147
187
  attr_accessor :allow_e_hanko_stamps_metadata
148
188
 
149
189
  #
150
190
  attr_accessor :allow_e_note_e_original
151
191
 
192
+ # Metadata that indicates whether the `allowENoteEOriginal` property is editable.
152
193
  attr_accessor :allow_e_note_e_original_metadata
153
194
 
154
195
  #
155
196
  attr_accessor :allow_envelope_correct
156
197
 
198
+ # Metadata that indicates whether the `allowEnvelopeCorrect` property is editable.
157
199
  attr_accessor :allow_envelope_correct_metadata
158
200
 
159
201
  #
160
202
  attr_accessor :allow_envelope_custody_transfer
161
203
 
204
+ # Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable.
162
205
  attr_accessor :allow_envelope_custody_transfer_metadata
163
206
 
164
207
  #
165
208
  attr_accessor :allow_envelope_custom_fields
166
209
 
210
+ # Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable.
167
211
  attr_accessor :allow_envelope_custom_fields_metadata
168
212
 
169
213
  #
170
214
  attr_accessor :allow_envelope_publish_reporting
171
215
 
216
+ # Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable.
172
217
  attr_accessor :allow_envelope_publish_reporting_metadata
173
218
 
174
219
  #
175
220
  attr_accessor :allow_envelope_reporting
176
221
 
222
+ # Metadata that indicates whether the `allowEnvelopeReporting` property is editable.
177
223
  attr_accessor :allow_envelope_reporting_metadata
178
224
 
179
225
  #
180
226
  attr_accessor :allow_expression
181
227
 
228
+ # Metadata that indicates whether the `allowExpression` property is editable.
182
229
  attr_accessor :allow_expression_metadata
183
230
 
184
231
  #
185
232
  attr_accessor :allow_express_signer_certificate
186
233
 
234
+ # Metadata that indicates whether the `allowExpressSignerCertificate` property is editable.
187
235
  attr_accessor :allow_express_signer_certificate_metadata
188
236
 
189
237
  #
190
238
  attr_accessor :allow_extended_sending_resource_file
191
239
 
240
+ # Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable.
192
241
  attr_accessor :allow_extended_sending_resource_file_metadata
193
242
 
194
243
  #
195
244
  attr_accessor :allow_external_linked_accounts
196
245
 
246
+ #
197
247
  attr_accessor :allow_external_linked_accounts_metadata
198
248
 
199
249
  #
200
250
  attr_accessor :allow_external_signature_pad
201
251
 
252
+ # Metadata that indicates whether the `allowExternalSignaturePad` property is editable.
202
253
  attr_accessor :allow_external_signature_pad_metadata
203
254
 
255
+ #
256
+ attr_accessor :allow_idv_for_eu_qualified_signatures
257
+
258
+ attr_accessor :allow_idv_for_eu_qualified_signatures_metadata
259
+
204
260
  #
205
261
  attr_accessor :allow_idv_level1
206
262
 
263
+ # Metadata that indicates whether the `allowIDVLevel1` property is editable.
207
264
  attr_accessor :allow_idv_level1_metadata
208
265
 
209
266
  #
210
267
  attr_accessor :allow_idv_level2
211
268
 
269
+ #
212
270
  attr_accessor :allow_idv_level2_metadata
213
271
 
214
272
  #
215
273
  attr_accessor :allow_idv_level3
216
274
 
275
+ #
217
276
  attr_accessor :allow_idv_level3_metadata
218
277
 
219
278
  #
220
279
  attr_accessor :allow_idv_platform
221
280
 
281
+ # Metadata that indicates whether the `allowIDVPlatform` property is editable.
222
282
  attr_accessor :allow_idv_platform_metadata
223
283
 
224
284
  #
@@ -230,11 +290,13 @@ module DocuSign_eSign
230
290
  # MetaData for the allowInPersonElectronicNotary flag
231
291
  attr_accessor :allow_in_person_electronic_notary_metadata
232
292
 
293
+ # Metadata that indicates whether the `allowInPerson` property is editable.
233
294
  attr_accessor :allow_in_person_metadata
234
295
 
235
296
  #
236
297
  attr_accessor :allow_managed_stamps
237
298
 
299
+ # Metadata that indicates whether the `allowManagedStamps` property is editable.
238
300
  attr_accessor :allow_managed_stamps_metadata
239
301
 
240
302
  #
@@ -245,66 +307,79 @@ module DocuSign_eSign
245
307
  # When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this
246
308
  attr_accessor :allow_markup
247
309
 
310
+ # Metadata that indicates whether the `allowMarkup` property is editable.
248
311
  attr_accessor :allow_markup_metadata
249
312
 
250
313
  #
251
314
  attr_accessor :allow_member_time_zone
252
315
 
316
+ # Metadata that indicates whether the `allowMemberTimeZone` property is editable.
253
317
  attr_accessor :allow_member_time_zone_metadata
254
318
 
255
319
  #
256
320
  attr_accessor :allow_merge_fields
257
321
 
322
+ # Metadata that indicates whether the `allowMergeFields` property is editable.
258
323
  attr_accessor :allow_merge_fields_metadata
259
324
 
260
325
  #
261
326
  attr_accessor :allow_multiple_brand_profiles
262
327
 
328
+ # Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable.
263
329
  attr_accessor :allow_multiple_brand_profiles_metadata
264
330
 
265
331
  #
266
332
  attr_accessor :allow_multiple_signer_attachments
267
333
 
334
+ # Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable.
268
335
  attr_accessor :allow_multiple_signer_attachments_metadata
269
336
 
270
337
  #
271
338
  attr_accessor :allow_non_us_phone_auth
272
339
 
340
+ # Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable.
273
341
  attr_accessor :allow_non_us_phone_auth_metadata
274
342
 
275
343
  #
276
344
  attr_accessor :allow_ocr_of_envelope_documents
277
345
 
346
+ #
278
347
  attr_accessor :allow_ocr_of_envelope_documents_metadata
279
348
 
280
349
  #
281
350
  attr_accessor :allow_offline_signing
282
351
 
352
+ # Metadata that indicates whether the `allowOfflineSigning` property is editable.
283
353
  attr_accessor :allow_offline_signing_metadata
284
354
 
285
355
  #
286
356
  attr_accessor :allow_open_trust_signer_certificate
287
357
 
358
+ # Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable.
288
359
  attr_accessor :allow_open_trust_signer_certificate_metadata
289
360
 
290
361
  #
291
362
  attr_accessor :allow_organization_docusign_monitor
292
363
 
364
+ #
293
365
  attr_accessor :allow_organization_docusign_monitor_metadata
294
366
 
295
367
  #
296
368
  attr_accessor :allow_organization_domain_user_management
297
369
 
370
+ #
298
371
  attr_accessor :allow_organization_domain_user_management_metadata
299
372
 
300
373
  #
301
374
  attr_accessor :allow_organizations
302
375
 
376
+ # Metadata that indicates whether the `allowOrganizations` property is editable.
303
377
  attr_accessor :allow_organizations_metadata
304
378
 
305
379
  #
306
380
  attr_accessor :allow_organization_sso_management
307
381
 
382
+ #
308
383
  attr_accessor :allow_organization_sso_management_metadata
309
384
 
310
385
  # Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions
@@ -316,66 +391,88 @@ module DocuSign_eSign
316
391
  #
317
392
  attr_accessor :allow_organization_to_use_remote_notary
318
393
 
394
+ #
319
395
  attr_accessor :allow_organization_to_use_remote_notary_metadata
320
396
 
321
- #
397
+ # Org level flag that determines the abailability to perform Third Party Notary (3PN) actions.
322
398
  attr_accessor :allow_organization_to_use_third_party_electronic_notary
323
399
 
324
400
  attr_accessor :allow_organization_to_use_third_party_electronic_notary_metadata
325
401
 
402
+ #
403
+ attr_accessor :allow_participant_recipient_type
404
+
405
+ attr_accessor :allow_participant_recipient_type_metadata
406
+
326
407
  #
327
408
  attr_accessor :allow_payment_processing
328
409
 
410
+ # Metadata that indicates whether the `allowPaymentProcessing` property is editable.
329
411
  attr_accessor :allow_payment_processing_metadata
330
412
 
413
+ #
414
+ attr_accessor :allow_performance_analytics
415
+
416
+ attr_accessor :allow_performance_analytics_metadata
417
+
331
418
  #
332
419
  attr_accessor :allow_phone_authentication
333
420
 
421
+ # Metadata that indicates whether the `allowPhoneAuthentication` property is editable.
334
422
  attr_accessor :allow_phone_authentication_metadata
335
423
 
336
424
  #
337
425
  attr_accessor :allow_phone_auth_override
338
426
 
427
+ # Metadata that indicates whether the `allowPhoneAuthOverride` property is editable.
339
428
  attr_accessor :allow_phone_auth_override_metadata
340
429
 
341
430
  #
342
431
  attr_accessor :allow_private_signing_groups
343
432
 
433
+ # Metadata that indicates whether the `allowPrivateSigningGroups` property is editable.
344
434
  attr_accessor :allow_private_signing_groups_metadata
345
435
 
346
436
  #
347
437
  attr_accessor :allow_recipient_connect
348
438
 
439
+ #
349
440
  attr_accessor :allow_recipient_connect_metadata
350
441
 
351
442
  #
352
443
  attr_accessor :allow_reminders
353
444
 
445
+ # Metadata that indicates whether the `allowReminders` property is editable.
354
446
  attr_accessor :allow_reminders_metadata
355
447
 
356
448
  #
357
449
  attr_accessor :allow_remote_notary
358
450
 
451
+ #
359
452
  attr_accessor :allow_remote_notary_metadata
360
453
 
361
454
  #
362
455
  attr_accessor :allow_resource_file_branding
363
456
 
457
+ # Metadata that indicates whether the `allowResourceFileBranding` property is editable.
364
458
  attr_accessor :allow_resource_file_branding_metadata
365
459
 
366
460
  #
367
461
  attr_accessor :allow_safe_bio_pharma_signer_certificate
368
462
 
463
+ # Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable.
369
464
  attr_accessor :allow_safe_bio_pharma_signer_certificate_metadata
370
465
 
371
- # \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise.
466
+ # \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise.
372
467
  attr_accessor :allow_scheduled_sending
373
468
 
469
+ #
374
470
  attr_accessor :allow_scheduled_sending_metadata
375
471
 
376
472
  #
377
473
  attr_accessor :allow_security_appliance
378
474
 
475
+ # Metadata that indicates whether the `allowSecurityAppliance` property is editable.
379
476
  attr_accessor :allow_security_appliance_metadata
380
477
 
381
478
  #
@@ -386,66 +483,79 @@ module DocuSign_eSign
386
483
  #
387
484
  attr_accessor :allow_send_to_certified_delivery
388
485
 
486
+ # Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable.
389
487
  attr_accessor :allow_send_to_certified_delivery_metadata
390
488
 
391
489
  #
392
490
  attr_accessor :allow_send_to_intermediary
393
491
 
492
+ # Metadata that indicates whether the `allowSendToIntermediary` property is editable.
394
493
  attr_accessor :allow_send_to_intermediary_metadata
395
494
 
396
495
  #
397
496
  attr_accessor :allow_server_templates
398
497
 
498
+ # Metadata that indicates whether the `allowServerTemplates` property is editable.
399
499
  attr_accessor :allow_server_templates_metadata
400
500
 
401
501
  #
402
502
  attr_accessor :allow_set_embedded_recipient_start_url
403
503
 
504
+ #
404
505
  attr_accessor :allow_set_embedded_recipient_start_url_metadata
405
506
 
406
507
  #
407
508
  attr_accessor :allow_shared_tabs
408
509
 
510
+ # Metadata that indicates whether the `allowSharedTabs` property is editable.
409
511
  attr_accessor :allow_shared_tabs_metadata
410
512
 
411
513
  #
412
514
  attr_accessor :allow_signature_stamps
413
515
 
516
+ # Metadata that indicates whether the `allowSignatureStamps` property is editable.
414
517
  attr_accessor :allow_signature_stamps_metadata
415
518
 
416
519
  #
417
520
  attr_accessor :allow_sign_document_from_home_page
418
521
 
522
+ # Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable.
419
523
  attr_accessor :allow_sign_document_from_home_page_metadata
420
524
 
421
525
  #
422
526
  attr_accessor :allow_signer_reassign
423
527
 
528
+ # Metadata that indicates whether the `allowSignerReassign` property is editable.
424
529
  attr_accessor :allow_signer_reassign_metadata
425
530
 
426
531
  #
427
532
  attr_accessor :allow_signer_reassign_override
428
533
 
534
+ # Metadata that indicates whether the `allowSignerReassignOverride` property is editable.
429
535
  attr_accessor :allow_signer_reassign_override_metadata
430
536
 
431
537
  #
432
538
  attr_accessor :allow_signing_extensions
433
539
 
540
+ # Metadata that indicates whether the `allowSigningExtensions` property is editable.
434
541
  attr_accessor :allow_signing_extensions_metadata
435
542
 
436
543
  #
437
544
  attr_accessor :allow_signing_groups
438
545
 
546
+ # Metadata that indicates whether the `allowSigningGroups` property is editable.
439
547
  attr_accessor :allow_signing_groups_metadata
440
548
 
441
549
  #
442
550
  attr_accessor :allow_signing_insights
443
551
 
552
+ #
444
553
  attr_accessor :allow_signing_insights_metadata
445
554
 
446
555
  #
447
556
  attr_accessor :allow_signing_radio_deselect
448
557
 
558
+ # Metadata that indicates whether the `allowSigningRadioDeselect` property is editable.
449
559
  attr_accessor :allow_signing_radio_deselect_metadata
450
560
 
451
561
  #
@@ -457,19 +567,22 @@ module DocuSign_eSign
457
567
  #
458
568
  attr_accessor :allow_sms_delivery
459
569
 
570
+ #
460
571
  attr_accessor :allow_sms_delivery_metadata
461
572
 
462
573
  #
463
574
  attr_accessor :allow_social_id_login
464
575
 
576
+ # Deprecated.
465
577
  attr_accessor :allow_social_id_login_metadata
466
578
 
467
579
  #
468
580
  attr_accessor :allow_supplemental_documents
469
581
 
582
+ # Metadata that indicates whether the `allowSupplementalDocuments` property is editable.
470
583
  attr_accessor :allow_supplemental_documents_metadata
471
584
 
472
- #
585
+ # Account level flag that determines the availability to perform Third Party Notary (3PN) actions.
473
586
  attr_accessor :allow_third_party_electronic_notary
474
587
 
475
588
  attr_accessor :allow_third_party_electronic_notary_metadata
@@ -477,11 +590,13 @@ module DocuSign_eSign
477
590
  #
478
591
  attr_accessor :allow_users_to_access_directory
479
592
 
593
+ #
480
594
  attr_accessor :allow_users_to_access_directory_metadata
481
595
 
482
596
  #
483
597
  attr_accessor :allow_value_insights
484
598
 
599
+ #
485
600
  attr_accessor :allow_value_insights_metadata
486
601
 
487
602
  #
@@ -492,45 +607,55 @@ module DocuSign_eSign
492
607
  #
493
608
  attr_accessor :anchor_population_scope
494
609
 
610
+ # Metadata that indicates whether the `anchorPopulationScope` property is editable.
495
611
  attr_accessor :anchor_population_scope_metadata
496
612
 
497
613
  #
498
614
  attr_accessor :anchor_tag_versioned_placement_enabled
499
615
 
616
+ #
500
617
  attr_accessor :anchor_tag_versioned_placement_metadata_enabled
501
618
 
502
619
  #
503
620
  attr_accessor :attach_completed_envelope
504
621
 
622
+ # Metadata that indicates whether the `attachCompletedEnvelope` property is editable.
505
623
  attr_accessor :attach_completed_envelope_metadata
506
624
 
507
625
  #
508
626
  attr_accessor :authentication_check
509
627
 
628
+ # Metadata that indicates whether the `authenticationCheck` property is editable.
510
629
  attr_accessor :authentication_check_metadata
511
630
 
512
631
  #
513
632
  attr_accessor :auto_nav_rule
514
633
 
634
+ # Metadata that indicates whether the `autoNavRule` property is editable.
515
635
  attr_accessor :auto_nav_rule_metadata
516
636
 
517
637
  #
518
638
  attr_accessor :auto_provision_signer_account
519
639
 
640
+ # Metadata that indicates whether the `autoProvisionSignerAccount` property is editable.
520
641
  attr_accessor :auto_provision_signer_account_metadata
521
642
 
522
643
  #
523
644
  attr_accessor :bcc_email_archive
524
645
 
646
+ # Metadata that indicates whether the `bccEmailArchive` property is editable.
525
647
  attr_accessor :bcc_email_archive_metadata
526
648
 
527
649
  #
528
650
  attr_accessor :beta_switch_configuration
529
651
 
652
+ # Reserved for DocuSign.
530
653
  attr_accessor :beta_switch_configuration_metadata
531
654
 
655
+ # The billing address for the account.
532
656
  attr_accessor :billing_address
533
657
 
658
+ # Metadata that indicates whether the `billingAddress` property is editable.
534
659
  attr_accessor :billing_address_metadata
535
660
 
536
661
  #
@@ -545,143 +670,172 @@ module DocuSign_eSign
545
670
  #
546
671
  attr_accessor :bulk_send_max_unprocessed_envelopes_count
547
672
 
673
+ # Metadata that indicates whether the `bulkSend` property is editable.
548
674
  attr_accessor :bulk_send_metadata
549
675
 
550
676
  #
551
677
  attr_accessor :can_self_brand_send
552
678
 
679
+ # Metadata that indicates whether the `canSelfBrandSend` property is editable.
553
680
  attr_accessor :can_self_brand_send_metadata
554
681
 
555
682
  #
556
683
  attr_accessor :can_self_brand_sign
557
684
 
685
+ # Metadata that indicates whether the `canSelfBrandSign` property is editable.
558
686
  attr_accessor :can_self_brand_sign_metadata
559
687
 
560
688
  #
561
689
  attr_accessor :can_use_salesforce_o_auth
562
690
 
691
+ #
563
692
  attr_accessor :can_use_salesforce_o_auth_metadata
564
693
 
565
694
  #
566
695
  attr_accessor :capture_voice_recording
567
696
 
697
+ # Reserved for DocuSign.
568
698
  attr_accessor :capture_voice_recording_metadata
569
699
 
570
700
  #
571
701
  attr_accessor :cfr21_simplified_signing_enabled
572
702
 
703
+ #
573
704
  attr_accessor :cfr21_simplified_signing_enabled_metadata
574
705
 
575
706
  #
576
707
  attr_accessor :cfr_use_wide_image
577
708
 
709
+ # Metadata that indicates whether the `cfrUseWideImage` property is editable.
578
710
  attr_accessor :cfr_use_wide_image_metadata
579
711
 
580
712
  #
581
713
  attr_accessor :check_for_multiple_admins_on_account
582
714
 
715
+ # Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable.
583
716
  attr_accessor :check_for_multiple_admins_on_account_metadata
584
717
 
585
718
  #
586
719
  attr_accessor :chrome_signature_enabled
587
720
 
721
+ # Metadata that indicates whether the `chromeSignatureEnabled` property is editable.
588
722
  attr_accessor :chrome_signature_enabled_metadata
589
723
 
590
724
  #
591
725
  attr_accessor :comment_email_show_message_text
592
726
 
727
+ # Metadata that indicates whether the `commentEmailShowMessageText` property is editable.
593
728
  attr_accessor :comment_email_show_message_text_metadata
594
729
 
595
730
  #
596
731
  attr_accessor :comments_allow_envelope_override
597
732
 
733
+ # Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable.
598
734
  attr_accessor :comments_allow_envelope_override_metadata
599
735
 
600
736
  #
601
737
  attr_accessor :conditional_fields_enabled
602
738
 
739
+ # Metadata that indicates whether the `conditionalFieldsEnabled` property is editable.
603
740
  attr_accessor :conditional_fields_enabled_metadata
604
741
 
605
742
  #
606
743
  attr_accessor :consumer_disclosure_frequency
607
744
 
745
+ # Metadata that indicates whether the `consumerDisclosureFrequency` property is editable.
608
746
  attr_accessor :consumer_disclosure_frequency_metadata
609
747
 
610
748
  #
611
749
  attr_accessor :convert_pdf_fields
612
750
 
751
+ # Metadata that indicates whether the `convertPdfFields` property is editable.
613
752
  attr_accessor :convert_pdf_fields_metadata
614
753
 
615
754
  #
616
755
  attr_accessor :data_population_scope
617
756
 
757
+ # Metadata that indicates whether the `dataPopulationScope` property is editable.
618
758
  attr_accessor :data_population_scope_metadata
619
759
 
620
760
  #
621
761
  attr_accessor :disable_auto_template_matching
622
762
 
763
+ #
623
764
  attr_accessor :disable_auto_template_matching_metadata
624
765
 
625
766
  #
626
767
  attr_accessor :disable_mobile_app
627
768
 
769
+ # Metadata that indicates whether the `disableMobileApp` property is editable.
628
770
  attr_accessor :disable_mobile_app_metadata
629
771
 
630
772
  #
631
773
  attr_accessor :disable_mobile_push_notifications
632
774
 
775
+ # Metadata that indicates whether the `disableMobilePushNotifications` property is editable.
633
776
  attr_accessor :disable_mobile_push_notifications_metadata
634
777
 
635
778
  #
636
779
  attr_accessor :disable_mobile_sending
637
780
 
781
+ # Metadata that indicates whether the `disableMobileSending` property is editable.
638
782
  attr_accessor :disable_mobile_sending_metadata
639
783
 
640
784
  #
641
785
  attr_accessor :disable_multiple_sessions
642
786
 
787
+ # Metadata that indicates whether the `disableMultipleSessions` property is editable.
643
788
  attr_accessor :disable_multiple_sessions_metadata
644
789
 
790
+ # Reserved for DocuSign.
645
791
  attr_accessor :disable_purge_notifications_for_sender_metadata
646
792
 
647
793
  #
648
794
  attr_accessor :disable_signer_cert_view
649
795
 
796
+ # Metadata that indicates whether the `disableSignerCertView` property is editable.
650
797
  attr_accessor :disable_signer_cert_view_metadata
651
798
 
652
799
  #
653
800
  attr_accessor :disable_signer_history_view
654
801
 
802
+ # Metadata that indicates whether the `disableSignerHistoryView` property is editable.
655
803
  attr_accessor :disable_signer_history_view_metadata
656
804
 
657
805
  #
658
806
  attr_accessor :disable_style_signature
659
807
 
808
+ # Metadata that indicates whether the `disableStyleSignature` property is editable.
660
809
  attr_accessor :disable_style_signature_metadata
661
810
 
662
811
  #
663
812
  attr_accessor :disable_upload_signature
664
813
 
814
+ # Metadata that indicates whether the `disableUploadSignature` property is editable.
665
815
  attr_accessor :disable_upload_signature_metadata
666
816
 
667
817
  #
668
818
  attr_accessor :disable_user_sharing
669
819
 
820
+ # Metadata that indicates whether the `disableUserSharing` property is editable.
670
821
  attr_accessor :disable_user_sharing_metadata
671
822
 
672
823
  #
673
824
  attr_accessor :display_beta_switch
674
825
 
826
+ # Metadata that indicates whether the `displayBetaSwitch` property is editable.
675
827
  attr_accessor :display_beta_switch_metadata
676
828
 
677
829
  #
678
830
  attr_accessor :document_conversion_restrictions
679
831
 
832
+ # Metadata that indicates whether the `documentConversionRestrictions` property is editable.
680
833
  attr_accessor :document_conversion_restrictions_metadata
681
834
 
682
835
  #
683
836
  attr_accessor :document_retention
684
837
 
838
+ # Metadata that indicates whether the `documentRetention` property is editable.
685
839
  attr_accessor :document_retention_metadata
686
840
 
687
841
  #
@@ -690,6 +844,7 @@ module DocuSign_eSign
690
844
  #
691
845
  attr_accessor :document_visibility
692
846
 
847
+ # Metadata that indicates whether the `documentVisibility` property is editable.
693
848
  attr_accessor :document_visibility_metadata
694
849
 
695
850
  #
@@ -701,51 +856,91 @@ module DocuSign_eSign
701
856
  #
702
857
  attr_accessor :email_template_version
703
858
 
859
+ # Metadata that indicates whether the `emailTemplateVersion` property is editable.
704
860
  attr_accessor :email_template_version_metadata
705
861
 
706
862
  #
707
863
  attr_accessor :enable_access_code_generator
708
864
 
865
+ # Metadata that indicates whether the `enableAccessCodeGenerator` property is editable.
709
866
  attr_accessor :enable_access_code_generator_metadata
710
867
 
868
+ #
869
+ attr_accessor :enable_adm_healthcare
870
+
871
+ attr_accessor :enable_adm_healthcare_metadata
872
+
711
873
  #
712
874
  attr_accessor :enable_advanced_payments
713
875
 
876
+ # Metadata that indicates whether the `enableAdvancedPayments` property is editable.
714
877
  attr_accessor :enable_advanced_payments_metadata
715
878
 
716
879
  #
717
880
  attr_accessor :enable_advanced_power_forms
718
881
 
882
+ # Metadata that indicates whether the `enableAdvancedPowerForms` property is editable.
719
883
  attr_accessor :enable_advanced_power_forms_metadata
720
884
 
721
885
  #
722
886
  attr_accessor :enable_agreement_actions_for_clm
723
887
 
888
+ #
724
889
  attr_accessor :enable_agreement_actions_for_clm_metadata
725
890
 
726
891
  #
727
892
  attr_accessor :enable_agreement_actions_for_e_sign
728
893
 
894
+ #
729
895
  attr_accessor :enable_agreement_actions_for_e_sign_metadata
730
896
 
731
897
  #
732
898
  attr_accessor :enable_auto_nav
733
899
 
900
+ # Metadata that indicates whether the `enableAutoNav` property is editable.
734
901
  attr_accessor :enable_auto_nav_metadata
735
902
 
736
903
  #
737
904
  attr_accessor :enable_bcc_dummy_link
738
905
 
906
+ #
739
907
  attr_accessor :enable_bcc_dummy_link_metadata
740
908
 
741
909
  #
742
910
  attr_accessor :enable_calculated_fields
743
911
 
912
+ # Metadata that indicates whether the `enableCalculatedFields` property is editable.
744
913
  attr_accessor :enable_calculated_fields_metadata
745
914
 
915
+ #
916
+ attr_accessor :enable_click_plus
917
+
918
+ #
919
+ attr_accessor :enable_click_plus_conditional_content
920
+
921
+ attr_accessor :enable_click_plus_conditional_content_meta_data
922
+
923
+ #
924
+ attr_accessor :enable_click_plus_custom_fields
925
+
926
+ attr_accessor :enable_click_plus_custom_fields_meta_data
927
+
928
+ #
929
+ attr_accessor :enable_click_plus_custom_style
930
+
931
+ attr_accessor :enable_click_plus_custom_style_meta_data
932
+
933
+ #
934
+ attr_accessor :enable_click_plus_dynamic_content
935
+
936
+ attr_accessor :enable_click_plus_dynamic_content_meta_data
937
+
938
+ attr_accessor :enable_click_plus_meta_data
939
+
746
940
  #
747
941
  attr_accessor :enable_clickwraps
748
942
 
943
+ # Metadata that indicates whether the `enableClickwraps` property is editable.
749
944
  attr_accessor :enable_clickwraps_metadata
750
945
 
751
946
  #
@@ -754,31 +949,47 @@ module DocuSign_eSign
754
949
  #
755
950
  attr_accessor :enable_comments_history_download_in_signing
756
951
 
952
+ #
757
953
  attr_accessor :enable_comments_history_download_in_signing_metadata
758
954
 
955
+ #
956
+ attr_accessor :enable_contact_suggestions
957
+
958
+ attr_accessor :enable_contact_suggestions_metadata
959
+
759
960
  #
760
961
  attr_accessor :enable_customer_satisfaction_metric_tracking
761
962
 
963
+ # Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.
762
964
  attr_accessor :enable_customer_satisfaction_metric_tracking_metadata
763
965
 
764
966
  #
765
967
  attr_accessor :enable_ds_pro
766
968
 
969
+ # Metadata that indicates whether the `enableDSPro` property is editable.
767
970
  attr_accessor :enable_ds_pro_metadata
768
971
 
769
972
  #
770
973
  attr_accessor :enable_envelope_stamping_by_account_admin
771
974
 
975
+ # Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable.
772
976
  attr_accessor :enable_envelope_stamping_by_account_admin_metadata
773
977
 
774
978
  #
775
979
  attr_accessor :enable_envelope_stamping_by_ds_admin
776
980
 
981
+ # Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable.
777
982
  attr_accessor :enable_envelope_stamping_by_ds_admin_metadata
778
983
 
984
+ #
985
+ attr_accessor :enable_e_sign_api_hourly_limit_management
986
+
987
+ attr_accessor :enable_e_sign_api_hourly_limit_management_metadata
988
+
779
989
  #
780
990
  attr_accessor :enable_esign_communities
781
991
 
992
+ #
782
993
  attr_accessor :enable_esign_communities_metadata
783
994
 
784
995
  #
@@ -789,16 +1000,19 @@ module DocuSign_eSign
789
1000
  #
790
1001
  attr_accessor :enable_id_fx_intuit_kba
791
1002
 
1003
+ #
792
1004
  attr_accessor :enable_id_fx_intuit_kba_metadata
793
1005
 
794
1006
  #
795
1007
  attr_accessor :enable_id_fx_phone_authentication
796
1008
 
1009
+ #
797
1010
  attr_accessor :enable_id_fx_phone_authentication_metadata
798
1011
 
799
1012
  #
800
1013
  attr_accessor :enable_in_browser_editor
801
1014
 
1015
+ #
802
1016
  attr_accessor :enable_in_browser_editor_metadata
803
1017
 
804
1018
  #
@@ -806,14 +1020,18 @@ module DocuSign_eSign
806
1020
 
807
1021
  attr_accessor :enable_key_terms_suggestions_by_document_type_metadata
808
1022
 
1023
+ attr_accessor :enable_participant_recipient_setting_metadata
1024
+
809
1025
  #
810
1026
  attr_accessor :enable_payment_processing
811
1027
 
1028
+ # Metadata that indicates whether the `enablePaymentProcessing` property is editable.
812
1029
  attr_accessor :enable_payment_processing_metadata
813
1030
 
814
1031
  #
815
1032
  attr_accessor :enable_pdfa_conversion
816
1033
 
1034
+ #
817
1035
  attr_accessor :enable_pdfa_conversion_metadata
818
1036
 
819
1037
  #
@@ -822,48 +1040,58 @@ module DocuSign_eSign
822
1040
  #
823
1041
  attr_accessor :enable_power_form_direct
824
1042
 
1043
+ # Metadata that indicates whether the `enablePowerFormDirect` property is editable.
825
1044
  attr_accessor :enable_power_form_direct_metadata
826
1045
 
1046
+ # Metadata that indicates whether the `enablePowerForm` property is editable.
827
1047
  attr_accessor :enable_power_form_metadata
828
1048
 
829
1049
  #
830
1050
  attr_accessor :enable_recipient_domain_validation
831
1051
 
1052
+ # Metadata that indicates whether the `enableRecipientDomainValidation` property is editable.
832
1053
  attr_accessor :enable_recipient_domain_validation_metadata
833
1054
 
834
1055
  #
835
1056
  attr_accessor :enable_recipient_may_provide_phone_number
836
1057
 
1058
+ #
837
1059
  attr_accessor :enable_recipient_may_provide_phone_number_metadata
838
1060
 
839
1061
  #
840
1062
  attr_accessor :enable_report_links
841
1063
 
1064
+ # Metadata that indicates whether the `enableReportLinks` property is editable.
842
1065
  attr_accessor :enable_report_links_metadata
843
1066
 
844
1067
  #
845
1068
  attr_accessor :enable_require_sign_on_paper
846
1069
 
1070
+ # Metadata that indicates whether the `enableRequireSignOnPaper` property is editable.
847
1071
  attr_accessor :enable_require_sign_on_paper_metadata
848
1072
 
849
1073
  #
850
1074
  attr_accessor :enable_reserved_domain
851
1075
 
1076
+ # Metadata that indicates whether the `enableReservedDomain` property is editable.
852
1077
  attr_accessor :enable_reserved_domain_metadata
853
1078
 
854
1079
  #
855
1080
  attr_accessor :enable_responsive_signing
856
1081
 
1082
+ # Metadata that indicates whether the `enableResponsiveSigning` property is editable.
857
1083
  attr_accessor :enable_responsive_signing_metadata
858
1084
 
859
1085
  #
860
1086
  attr_accessor :enable_scheduled_release
861
1087
 
1088
+ # Metadata that indicates whether the `enableScheduledRelease` property is editable.
862
1089
  attr_accessor :enable_scheduled_release_metadata
863
1090
 
864
1091
  #
865
1092
  attr_accessor :enable_search
866
1093
 
1094
+ #
867
1095
  attr_accessor :enable_search_metadata
868
1096
 
869
1097
  #
@@ -874,86 +1102,103 @@ module DocuSign_eSign
874
1102
  #
875
1103
  attr_accessor :enable_search_ui
876
1104
 
1105
+ #
877
1106
  attr_accessor :enable_search_ui_metadata
878
1107
 
879
1108
  #
880
1109
  attr_accessor :enable_sending_tags_font_settings
881
1110
 
1111
+ # Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable.
882
1112
  attr_accessor :enable_sending_tags_font_settings_metadata
883
1113
 
884
1114
  #
885
1115
  attr_accessor :enable_send_to_agent
886
1116
 
1117
+ # Metadata that indicates whether the `enableSendToAgent` property is editable.
887
1118
  attr_accessor :enable_send_to_agent_metadata
888
1119
 
889
1120
  #
890
1121
  attr_accessor :enable_send_to_intermediary
891
1122
 
1123
+ # Metadata that indicates whether the `enableSendToIntermediary` property is editable.
892
1124
  attr_accessor :enable_send_to_intermediary_metadata
893
1125
 
894
1126
  #
895
1127
  attr_accessor :enable_send_to_manage
896
1128
 
1129
+ # Metadata that indicates whether the `enableSendToManage` property is editable.
897
1130
  attr_accessor :enable_send_to_manage_metadata
898
1131
 
899
1132
  #
900
1133
  attr_accessor :enable_sequential_signing_api
901
1134
 
1135
+ # Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.
902
1136
  attr_accessor :enable_sequential_signing_api_metadata
903
1137
 
904
1138
  #
905
1139
  attr_accessor :enable_sequential_signing_ui
906
1140
 
1141
+ # Metadata that indicates whether the `enableSequentialSigningUI` property is editable.
907
1142
  attr_accessor :enable_sequential_signing_ui_metadata
908
1143
 
909
1144
  #
910
1145
  attr_accessor :enable_signer_attachments
911
1146
 
1147
+ # Metadata that indicates whether the `enableSignerAttachments` property is editable.
912
1148
  attr_accessor :enable_signer_attachments_metadata
913
1149
 
914
1150
  #
915
1151
  attr_accessor :enable_signing_extension_comments
916
1152
 
1153
+ # Metadata that indicates whether the `enableSigningExtensionComments` property is editable.
917
1154
  attr_accessor :enable_signing_extension_comments_metadata
918
1155
 
919
1156
  #
920
1157
  attr_accessor :enable_signing_extension_conversations
921
1158
 
1159
+ # Metadata that indicates whether the `enableSigningExtensionConversations` property is editable.
922
1160
  attr_accessor :enable_signing_extension_conversations_metadata
923
1161
 
924
1162
  #
925
1163
  attr_accessor :enable_signing_order_settings_for_account
926
1164
 
1165
+ # Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable.
927
1166
  attr_accessor :enable_signing_order_settings_for_account_metadata
928
1167
 
929
1168
  #
930
1169
  attr_accessor :enable_sign_on_paper
931
1170
 
1171
+ # Metadata that indicates whether the `enableSignOnPaper` property is editable.
932
1172
  attr_accessor :enable_sign_on_paper_metadata
933
1173
 
934
1174
  #
935
1175
  attr_accessor :enable_sign_on_paper_override
936
1176
 
1177
+ # Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.
937
1178
  attr_accessor :enable_sign_on_paper_override_metadata
938
1179
 
939
1180
  #
940
1181
  attr_accessor :enable_sign_with_notary
941
1182
 
1183
+ # Metadata that indicates whether the `enableSignWithNotary` property is editable.
942
1184
  attr_accessor :enable_sign_with_notary_metadata
943
1185
 
944
1186
  #
945
1187
  attr_accessor :enable_smart_contracts
946
1188
 
1189
+ # Metadata that indicates whether the `enableSmartContracts` property is editable.
947
1190
  attr_accessor :enable_smart_contracts_metadata
948
1191
 
949
1192
  #
950
1193
  attr_accessor :enable_sms_authentication
951
1194
 
1195
+ # Metadata that indicates whether the `enableSMSAuthentication` property is editable.
952
1196
  attr_accessor :enable_sms_authentication_metadata
953
1197
 
954
1198
  #
955
1199
  attr_accessor :enable_sms_delivery_additional_notification
956
1200
 
1201
+ #
957
1202
  attr_accessor :enable_sms_delivery_additional_notification_metadata
958
1203
 
959
1204
  #
@@ -962,51 +1207,76 @@ module DocuSign_eSign
962
1207
  #
963
1208
  attr_accessor :enable_social_id_login
964
1209
 
1210
+ # Deprecated.
965
1211
  attr_accessor :enable_social_id_login_metadata
966
1212
 
967
1213
  #
968
1214
  attr_accessor :enable_strike_through
969
1215
 
1216
+ # Metadata that indicates whether the `enableStrikeThrough` property is editable.
970
1217
  attr_accessor :enable_strike_through_metadata
971
1218
 
972
1219
  #
973
1220
  attr_accessor :enable_transaction_point
974
1221
 
1222
+ # Reserved for DocuSign.
975
1223
  attr_accessor :enable_transaction_point_metadata
976
1224
 
977
1225
  #
978
1226
  attr_accessor :enable_vaulting
979
1227
 
1228
+ # Metadata that indicates whether the `enableVaulting` property is editable.
980
1229
  attr_accessor :enable_vaulting_metadata
981
1230
 
982
1231
  #
983
1232
  attr_accessor :enable_witnessing
984
1233
 
1234
+ # Metadata that indicates whether the `enableWitnessing` property is editable.
985
1235
  attr_accessor :enable_witnessing_metadata
986
1236
 
987
1237
  #
988
1238
  attr_accessor :enforce_template_name_uniqueness
989
1239
 
1240
+ # Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable.
990
1241
  attr_accessor :enforce_template_name_uniqueness_metadata
991
1242
 
992
1243
  #
993
1244
  attr_accessor :envelope_integration_allowed
994
1245
 
1246
+ # Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable.
995
1247
  attr_accessor :envelope_integration_allowed_metadata
996
1248
 
997
1249
  #
998
1250
  attr_accessor :envelope_integration_enabled
999
1251
 
1252
+ # Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable.
1000
1253
  attr_accessor :envelope_integration_enabled_metadata
1001
1254
 
1255
+ #
1256
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb
1257
+
1258
+ #
1259
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled
1260
+
1261
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled_metadata
1262
+
1263
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_metadata
1264
+
1265
+ #
1266
+ attr_accessor :envelope_search_mode
1267
+
1268
+ attr_accessor :envelope_search_mode_metadata
1269
+
1002
1270
  #
1003
1271
  attr_accessor :envelope_stamping_default_value
1004
1272
 
1273
+ # Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable.
1005
1274
  attr_accessor :envelope_stamping_default_value_metadata
1006
1275
 
1007
1276
  #
1008
1277
  attr_accessor :exit_prompt
1009
1278
 
1279
+ #
1010
1280
  attr_accessor :exit_prompt_metadata
1011
1281
 
1012
1282
  #
@@ -1015,30 +1285,37 @@ module DocuSign_eSign
1015
1285
  #
1016
1286
  attr_accessor :express_send_allow_tabs
1017
1287
 
1288
+ # Metadata that indicates whether the `expressSendAllowTabs` property is editable.
1018
1289
  attr_accessor :express_send_allow_tabs_metadata
1019
1290
 
1291
+ # Metadata that indicates whether the `expressSend` property is editable.
1020
1292
  attr_accessor :express_send_metadata
1021
1293
 
1294
+ # A list of external document sources such as DropBox and OneDrive.
1022
1295
  attr_accessor :external_document_sources
1023
1296
 
1024
1297
  #
1025
1298
  attr_accessor :external_signature_pad_type
1026
1299
 
1300
+ # Metadata that indicates whether the `externalSignaturePadType` property is editable.
1027
1301
  attr_accessor :external_signature_pad_type_metadata
1028
1302
 
1029
1303
  #
1030
1304
  attr_accessor :fax_out_enabled
1031
1305
 
1306
+ # Metadata that indicates whether the `faxOutEnabled` property is editable.
1032
1307
  attr_accessor :fax_out_enabled_metadata
1033
1308
 
1034
1309
  #
1035
1310
  attr_accessor :finish_reminder
1036
1311
 
1312
+ #
1037
1313
  attr_accessor :finish_reminder_metadata
1038
1314
 
1039
1315
  #
1040
1316
  attr_accessor :guided_forms_html_allowed
1041
1317
 
1318
+ #
1042
1319
  attr_accessor :guided_forms_html_allowed_metadata
1043
1320
 
1044
1321
  #
@@ -1047,11 +1324,13 @@ module DocuSign_eSign
1047
1324
  #
1048
1325
  attr_accessor :hide_account_address_in_co_c
1049
1326
 
1327
+ # Metadata that indicates whether the `hideAccountAddressInCoC` property is editable.
1050
1328
  attr_accessor :hide_account_address_in_co_c_metadata
1051
1329
 
1052
1330
  #
1053
1331
  attr_accessor :hide_pricing
1054
1332
 
1333
+ # Metadata that indicates whether the `hidePricing` property is editable.
1055
1334
  attr_accessor :hide_pricing_metadata
1056
1335
 
1057
1336
  #
@@ -1063,53 +1342,69 @@ module DocuSign_eSign
1063
1342
  #
1064
1343
  attr_accessor :id_check_expire_days
1065
1344
 
1345
+ # Metadata that indicates whether the `idCheckExpireDays` property is editable.
1066
1346
  attr_accessor :id_check_expire_days_metadata
1067
1347
 
1348
+ # Metadata that indicates whether the `idCheckExpire` property is editable.
1068
1349
  attr_accessor :id_check_expire_metadata
1069
1350
 
1070
1351
  #
1071
1352
  attr_accessor :id_check_expire_minutes
1072
1353
 
1354
+ # Metadata that indicates whether the `idCheckExpireMinutes` property is editable.
1073
1355
  attr_accessor :id_check_expire_minutes_metadata
1074
1356
 
1075
1357
  #
1076
1358
  attr_accessor :id_check_required
1077
1359
 
1360
+ # Metadata that indicates whether the `idCheckRequired` property is editable.
1078
1361
  attr_accessor :id_check_required_metadata
1079
1362
 
1080
1363
  #
1081
1364
  attr_accessor :identity_verification
1082
1365
 
1366
+ # Metadata that indicates whether the `identityVerification` property is editable.
1083
1367
  attr_accessor :identity_verification_metadata
1084
1368
 
1369
+ #
1370
+ attr_accessor :idfx_kba_authentication_override
1371
+
1372
+ attr_accessor :idfx_kba_authentication_override_metadata
1373
+
1085
1374
  #
1086
1375
  attr_accessor :idfx_phone_authentication_override
1087
1376
 
1377
+ #
1088
1378
  attr_accessor :idfx_phone_authentication_override_metadata
1089
1379
 
1090
1380
  #
1091
1381
  attr_accessor :ignore_error_if_anchor_tab_not_found
1092
1382
 
1383
+ # Reserved for DocuSign.
1093
1384
  attr_accessor :ignore_error_if_anchor_tab_not_found_metadata_enabled
1094
1385
 
1095
1386
  #
1096
1387
  attr_accessor :in_person_id_check_question
1097
1388
 
1389
+ # Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable.
1098
1390
  attr_accessor :in_person_id_check_question_metadata
1099
1391
 
1100
1392
  #
1101
1393
  attr_accessor :in_person_signing_enabled
1102
1394
 
1395
+ # Metadata that indicates whether the `inPersonSigningEnabled` property is editable.
1103
1396
  attr_accessor :in_person_signing_enabled_metadata
1104
1397
 
1105
1398
  #
1106
1399
  attr_accessor :in_session_enabled
1107
1400
 
1401
+ # Metadata that indicates whether the `inSessionEnabled` property is editable.
1108
1402
  attr_accessor :in_session_enabled_metadata
1109
1403
 
1110
1404
  #
1111
1405
  attr_accessor :in_session_suppress_emails
1112
1406
 
1407
+ # Metadata that indicates whether the `inSessionSuppressEmails` property is editable.
1113
1408
  attr_accessor :in_session_suppress_emails_metadata
1114
1409
 
1115
1410
  #
@@ -1118,19 +1413,27 @@ module DocuSign_eSign
1118
1413
  #
1119
1414
  attr_accessor :maximum_signing_groups
1120
1415
 
1416
+ # Metadata that indicates whether the `maximumSigningGroups` property is editable.
1121
1417
  attr_accessor :maximum_signing_groups_metadata
1122
1418
 
1123
1419
  #
1124
1420
  attr_accessor :maximum_users_per_signing_group
1125
1421
 
1422
+ # Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable.
1126
1423
  attr_accessor :maximum_users_per_signing_group_metadata
1127
1424
 
1128
1425
  #
1129
1426
  attr_accessor :max_number_of_custom_stamps
1130
1427
 
1428
+ #
1429
+ attr_accessor :merge_mixed_mode_results
1430
+
1431
+ attr_accessor :merge_mixed_mode_results_metadata
1432
+
1131
1433
  #
1132
1434
  attr_accessor :mobile_session_timeout
1133
1435
 
1436
+ # Metadata that indicates whether the `mobileSessionTimeout` property is editable.
1134
1437
  attr_accessor :mobile_session_timeout_metadata
1135
1438
 
1136
1439
  #
@@ -1139,61 +1442,88 @@ module DocuSign_eSign
1139
1442
  #
1140
1443
  attr_accessor :opt_in_mobile_signing_v02
1141
1444
 
1445
+ # Metadata that indicates whether the `optInMobileSigningV02` property is editable.
1142
1446
  attr_accessor :opt_in_mobile_signing_v02_metadata
1143
1447
 
1144
1448
  #
1145
1449
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates
1146
1450
 
1451
+ # Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable.
1147
1452
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates_metadata
1148
1453
 
1149
1454
  #
1150
1455
  attr_accessor :opt_out_new_platform_seal
1151
1456
 
1457
+ # Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable.
1152
1458
  attr_accessor :opt_out_new_platform_seal_platform_metadata
1153
1459
 
1460
+ #
1461
+ attr_accessor :pdf_max_chunked_upload_part_size
1462
+
1463
+ attr_accessor :pdf_max_chunked_upload_part_size_metadata
1464
+
1465
+ #
1466
+ attr_accessor :pdf_max_chunked_upload_total_size
1467
+
1468
+ attr_accessor :pdf_max_chunked_upload_total_size_metadata
1469
+
1470
+ #
1471
+ attr_accessor :pdf_max_individual_upload_size
1472
+
1473
+ attr_accessor :pdf_max_individual_upload_size_metadata
1474
+
1154
1475
  #
1155
1476
  attr_accessor :phone_auth_recipient_may_provide_phone_number
1156
1477
 
1478
+ # Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable.
1157
1479
  attr_accessor :phone_auth_recipient_may_provide_phone_number_metadata
1158
1480
 
1159
1481
  #
1160
1482
  attr_accessor :pki_sign_downloaded_pdf_docs
1161
1483
 
1484
+ # Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable.
1162
1485
  attr_accessor :pki_sign_downloaded_pdf_docs_metadata
1163
1486
 
1164
1487
  #
1165
1488
  attr_accessor :read_only_mode
1166
1489
 
1490
+ #
1167
1491
  attr_accessor :read_only_mode_metadata
1168
1492
 
1169
1493
  #
1170
1494
  attr_accessor :recipients_can_sign_offline
1171
1495
 
1496
+ # Metadata that indicates whether the `recipientsCanSignOffline` property is editable.
1172
1497
  attr_accessor :recipients_can_sign_offline_metadata
1173
1498
 
1174
1499
  #
1175
1500
  attr_accessor :recipient_signing_auto_navigation_control
1176
1501
 
1502
+ # Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable.
1177
1503
  attr_accessor :recipient_signing_auto_navigation_control_metadata
1178
1504
 
1179
1505
  #
1180
1506
  attr_accessor :require21_cf_rpt11_compliance
1181
1507
 
1508
+ # Metadata that indicates whether the `require21CFRpt11Compliance` property is editable.
1182
1509
  attr_accessor :require21_cf_rpt11_compliance_metadata
1183
1510
 
1184
1511
  #
1185
1512
  attr_accessor :require_decline_reason
1186
1513
 
1514
+ # Metadata that indicates whether the `requireDeclineReason` property is editable.
1187
1515
  attr_accessor :require_decline_reason_metadata
1188
1516
 
1189
1517
  #
1190
1518
  attr_accessor :require_external_user_management
1191
1519
 
1520
+ # Metadata that indicates whether the `requireExternalUserManagement` property is editable.
1192
1521
  attr_accessor :require_external_user_management_metadata
1193
1522
 
1194
1523
  #
1195
1524
  attr_accessor :require_signer_certificate_type
1196
1525
 
1526
+ # Metadata that indicates whether the `requireSignerCertificateType` property is editable.
1197
1527
  attr_accessor :require_signer_certificate_type_metadata
1198
1528
 
1199
1529
  #
@@ -1211,243 +1541,292 @@ module DocuSign_eSign
1211
1541
  #
1212
1542
  attr_accessor :self_signed_recipient_email_document
1213
1543
 
1544
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.
1214
1545
  attr_accessor :self_signed_recipient_email_document_metadata
1215
1546
 
1216
1547
  #
1217
1548
  attr_accessor :self_signed_recipient_email_document_user_override
1218
1549
 
1550
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable.
1219
1551
  attr_accessor :self_signed_recipient_email_document_user_override_metadata
1220
1552
 
1221
1553
  #
1222
1554
  attr_accessor :sender_can_sign_in_each_location
1223
1555
 
1556
+ # Metadata that indicates whether the `senderCanSignInEachLocation` property is editable.
1224
1557
  attr_accessor :sender_can_sign_in_each_location_metadata
1225
1558
 
1226
1559
  #
1227
1560
  attr_accessor :sender_must_authenticate_signing
1228
1561
 
1562
+ # Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable.
1229
1563
  attr_accessor :sender_must_authenticate_signing_metadata
1230
1564
 
1231
1565
  #
1232
1566
  attr_accessor :sending_tags_font_color
1233
1567
 
1568
+ # Metadata that indicates whether the `sendingTagsFontColor` property is editable.
1234
1569
  attr_accessor :sending_tags_font_color_metadata
1235
1570
 
1236
1571
  #
1237
1572
  attr_accessor :sending_tags_font_name
1238
1573
 
1574
+ # Metadata that indicates whether the `sendingTagsFontName` property is editable.
1239
1575
  attr_accessor :sending_tags_font_name_metadata
1240
1576
 
1241
1577
  #
1242
1578
  attr_accessor :sending_tags_font_size
1243
1579
 
1580
+ # Metadata that indicates whether the `sendingTagsFontSize` property is editable.
1244
1581
  attr_accessor :sending_tags_font_size_metadata
1245
1582
 
1246
1583
  #
1247
1584
  attr_accessor :send_lockout_recipient_notification
1248
1585
 
1586
+ #
1249
1587
  attr_accessor :send_lockout_recipient_notification_metadata
1250
1588
 
1251
1589
  #
1252
1590
  attr_accessor :send_to_certified_delivery_enabled
1253
1591
 
1592
+ # Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable.
1254
1593
  attr_accessor :send_to_certified_delivery_enabled_metadata
1255
1594
 
1256
1595
  #
1257
1596
  attr_accessor :session_timeout
1258
1597
 
1598
+ # Metadata that indicates whether the `sessionTimeout` property is editable.
1259
1599
  attr_accessor :session_timeout_metadata
1260
1600
 
1261
1601
  #
1262
1602
  attr_accessor :set_recip_email_lang
1263
1603
 
1604
+ # Metadata that indicates whether the `setRecipEmailLang` property is editable.
1264
1605
  attr_accessor :set_recip_email_lang_metadata
1265
1606
 
1266
1607
  #
1267
1608
  attr_accessor :set_recip_sign_lang
1268
1609
 
1610
+ # Metadata that indicates whether the `setRecipSignLang` property is editable.
1269
1611
  attr_accessor :set_recip_sign_lang_metadata
1270
1612
 
1271
1613
  #
1272
1614
  attr_accessor :shared_template_folders
1273
1615
 
1616
+ # Metadata that indicates whether the `sharedTemplateFolders` property is editable.
1274
1617
  attr_accessor :shared_template_folders_metadata
1275
1618
 
1276
1619
  #
1277
1620
  attr_accessor :show_complete_dialog_in_embedded_session
1278
1621
 
1622
+ # Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable.
1279
1623
  attr_accessor :show_complete_dialog_in_embedded_session_metadata
1280
1624
 
1281
1625
  #
1282
1626
  attr_accessor :show_conditional_routing_on_send
1283
1627
 
1628
+ #
1284
1629
  attr_accessor :show_conditional_routing_on_send_metadata
1285
1630
 
1286
1631
  #
1287
1632
  attr_accessor :show_initial_conditional_fields
1288
1633
 
1634
+ # Metadata that indicates whether the `showInitialConditionalFields` property is editable.
1289
1635
  attr_accessor :show_initial_conditional_fields_metadata
1290
1636
 
1291
1637
  #
1292
1638
  attr_accessor :show_localized_watermarks
1293
1639
 
1640
+ # Metadata that indicates whether the `showLocalizedWatermarks` property is editable.
1294
1641
  attr_accessor :show_localized_watermarks_metadata
1295
1642
 
1296
1643
  #
1297
1644
  attr_accessor :show_masked_fields_when_downloading_document_as_sender
1298
1645
 
1646
+ #
1299
1647
  attr_accessor :show_masked_fields_when_downloading_document_as_sender_metadata
1300
1648
 
1301
1649
  #
1302
1650
  attr_accessor :show_tutorials
1303
1651
 
1652
+ # Metadata that indicates whether the `showTutorials` property is editable.
1304
1653
  attr_accessor :show_tutorials_metadata
1305
1654
 
1306
1655
  #
1307
1656
  attr_accessor :signature_providers
1308
1657
 
1658
+ # Metadata that indicates whether the `signatureProviders` property is editable.
1309
1659
  attr_accessor :signature_providers_metadata
1310
1660
 
1311
1661
  #
1312
1662
  attr_accessor :sign_date_format
1313
1663
 
1664
+ # Metadata that indicates whether the `signDateFormat` property is editable.
1314
1665
  attr_accessor :sign_date_format_metadata
1315
1666
 
1316
1667
  #
1317
1668
  attr_accessor :sign_date_time_account_language_override
1318
1669
 
1670
+ #
1319
1671
  attr_accessor :sign_date_time_account_language_override_metadata
1320
1672
 
1321
1673
  #
1322
1674
  attr_accessor :sign_date_time_account_timezone_override
1323
1675
 
1676
+ #
1324
1677
  attr_accessor :sign_date_time_account_timezone_override_metadata
1325
1678
 
1326
1679
  #
1327
1680
  attr_accessor :signer_attach_certificate_to_envelope_pdf
1328
1681
 
1682
+ # Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable.
1329
1683
  attr_accessor :signer_attach_certificate_to_envelope_pdf_metadata
1330
1684
 
1331
1685
  #
1332
1686
  attr_accessor :signer_attach_concat
1333
1687
 
1688
+ # Metadata that indicates whether the `signerAttachConcat` property is editable.
1334
1689
  attr_accessor :signer_attach_concat_metadata
1335
1690
 
1336
1691
  #
1337
1692
  attr_accessor :signer_can_create_account
1338
1693
 
1694
+ # Metadata that indicates whether the `signerCanCreateAccount` property is editable.
1339
1695
  attr_accessor :signer_can_create_account_metadata
1340
1696
 
1341
1697
  #
1342
1698
  attr_accessor :signer_can_sign_on_mobile
1343
1699
 
1700
+ # Metadata that indicates whether the `signerCanSignOnMobile` property is editable.
1344
1701
  attr_accessor :signer_can_sign_on_mobile_metadata
1345
1702
 
1346
1703
  #
1347
1704
  attr_accessor :signer_in_session_use_envelope_complete_email
1348
1705
 
1706
+ # Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable.
1349
1707
  attr_accessor :signer_in_session_use_envelope_complete_email_metadata
1350
1708
 
1351
1709
  #
1352
1710
  attr_accessor :signer_login_requirements
1353
1711
 
1712
+ # Metadata that indicates whether the `signerLoginRequirements` property is editable.
1354
1713
  attr_accessor :signer_login_requirements_metadata
1355
1714
 
1356
1715
  #
1357
1716
  attr_accessor :signer_must_have_account
1358
1717
 
1718
+ # Metadata that indicates whether the `signerMustHaveAccount` property is editable.
1359
1719
  attr_accessor :signer_must_have_account_metadata
1360
1720
 
1361
1721
  #
1362
1722
  attr_accessor :signer_must_login_to_sign
1363
1723
 
1724
+ # Metadata that indicates whether the `signerMustLoginToSign` property is editable.
1364
1725
  attr_accessor :signer_must_login_to_sign_metadata
1365
1726
 
1366
1727
  #
1367
1728
  attr_accessor :signer_show_secure_field_initial_values
1368
1729
 
1730
+ # Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable.
1369
1731
  attr_accessor :signer_show_secure_field_initial_values_metadata
1370
1732
 
1371
1733
  #
1372
1734
  attr_accessor :signing_session_timeout
1373
1735
 
1736
+ # Metadata that indicates whether the `signingSessionTimeout` property is editable.
1374
1737
  attr_accessor :signing_session_timeout_metadata
1375
1738
 
1376
1739
  #
1377
1740
  attr_accessor :signing_ui_version
1378
1741
 
1742
+ # Reserved for DocuSign.
1379
1743
  attr_accessor :signing_ui_version_metadata
1380
1744
 
1381
1745
  #
1382
1746
  attr_accessor :sign_time_format
1383
1747
 
1748
+ # Metadata that indicates whether the `signTimeFormat` property is editable.
1384
1749
  attr_accessor :sign_time_format_metadata
1385
1750
 
1386
1751
  #
1387
1752
  attr_accessor :sign_time_show_am_pm
1388
1753
 
1754
+ # Metadata that indicates whether the `signTimeShowAmPm` property is editable.
1389
1755
  attr_accessor :sign_time_show_am_pm_metadata
1390
1756
 
1391
1757
  #
1392
1758
  attr_accessor :simplified_sending_enabled
1393
1759
 
1760
+ # Metadata that indicates whether the `simplifiedSendingEnabled` property is editable.
1394
1761
  attr_accessor :simplified_sending_enabled_metadata
1395
1762
 
1396
1763
  #
1397
1764
  attr_accessor :single_sign_on_enabled
1398
1765
 
1766
+ # Metadata that indicates whether the `singleSignOnEnabled` property is editable.
1399
1767
  attr_accessor :single_sign_on_enabled_metadata
1400
1768
 
1401
1769
  #
1402
1770
  attr_accessor :skip_auth_completed_envelopes
1403
1771
 
1772
+ # Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable.
1404
1773
  attr_accessor :skip_auth_completed_envelopes_metadata
1405
1774
 
1406
1775
  #
1407
1776
  attr_accessor :social_id_recip_auth
1408
1777
 
1778
+ # Metadata that indicates whether the `socialIdRecipAuth` property is editable.
1409
1779
  attr_accessor :social_id_recip_auth_metadata
1410
1780
 
1411
1781
  #
1412
1782
  attr_accessor :specify_document_visibility
1413
1783
 
1784
+ # Metadata that indicates whether the `specifyDocumentVisibility` property is editable.
1414
1785
  attr_accessor :specify_document_visibility_metadata
1415
1786
 
1416
1787
  #
1417
1788
  attr_accessor :start_in_advanced_correct
1418
1789
 
1790
+ # Metadata that indicates whether the `startInAdvancedCorrect` property is editable.
1419
1791
  attr_accessor :start_in_advanced_correct_metadata
1420
1792
 
1421
1793
  #
1422
1794
  attr_accessor :supplemental_documents_must_accept
1423
1795
 
1796
+ # Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.
1424
1797
  attr_accessor :supplemental_documents_must_accept_metadata
1425
1798
 
1426
1799
  #
1427
1800
  attr_accessor :supplemental_documents_must_read
1428
1801
 
1802
+ # Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.
1429
1803
  attr_accessor :supplemental_documents_must_read_metadata
1430
1804
 
1431
1805
  #
1432
1806
  attr_accessor :supplemental_documents_must_view
1433
1807
 
1808
+ # Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.
1434
1809
  attr_accessor :supplemental_documents_must_view_metadata
1435
1810
 
1436
1811
  #
1437
1812
  attr_accessor :suppress_certificate_enforcement
1438
1813
 
1814
+ # Metadata that indicates whether the `suppressCertificateEnforcement` property is editable.
1439
1815
  attr_accessor :suppress_certificate_enforcement_metadata
1440
1816
 
1817
+ # Account-wide tab settings.
1441
1818
  attr_accessor :tab_account_settings
1442
1819
 
1443
1820
  #
1444
1821
  attr_accessor :timezone_offset_api
1445
1822
 
1823
+ # Metadata that indicates whether the `timezoneOffsetAPI` property is editable.
1446
1824
  attr_accessor :timezone_offset_api_metadata
1447
1825
 
1448
1826
  #
1449
1827
  attr_accessor :timezone_offset_ui
1450
1828
 
1829
+ # Metadata that indicates whether the `timezoneOffsetUI` property is editable.
1451
1830
  attr_accessor :timezone_offset_ui_metadata
1452
1831
 
1453
1832
  #
@@ -1456,51 +1835,71 @@ module DocuSign_eSign
1456
1835
  #
1457
1836
  attr_accessor :use_account_level_email
1458
1837
 
1838
+ # Metadata that indicates whether the `useAccountLevelEmail` property is editable.
1459
1839
  attr_accessor :use_account_level_email_metadata
1460
1840
 
1461
1841
  #
1462
1842
  attr_accessor :use_consumer_disclosure
1463
1843
 
1844
+ # Metadata that indicates whether the `useConsumerDisclosure` property is editable.
1464
1845
  attr_accessor :use_consumer_disclosure_metadata
1465
1846
 
1466
1847
  #
1467
1848
  attr_accessor :use_consumer_disclosure_within_account
1468
1849
 
1850
+ # Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.
1469
1851
  attr_accessor :use_consumer_disclosure_within_account_metadata
1470
1852
 
1471
1853
  #
1472
1854
  attr_accessor :use_derived_keys
1473
1855
 
1856
+ # Metadata that indicates whether the `useDerivedKeys` property is editable.
1474
1857
  attr_accessor :use_derived_keys_metadata
1475
1858
 
1476
1859
  #
1477
1860
  attr_accessor :use_docu_sign_express_signer_certificate
1478
1861
 
1862
+ # Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable.
1479
1863
  attr_accessor :use_docu_sign_express_signer_certificate_metadata
1480
1864
 
1865
+ #
1866
+ attr_accessor :use_envelope_search_mixed_mode
1867
+
1868
+ attr_accessor :use_envelope_search_mixed_mode_metadata
1869
+
1481
1870
  #
1482
1871
  attr_accessor :use_multi_app_groups_data
1483
1872
 
1873
+ #
1484
1874
  attr_accessor :use_multi_app_groups_data_metadata
1485
1875
 
1486
1876
  #
1487
1877
  attr_accessor :use_new_blob_for_pdf
1488
1878
 
1879
+ # Metadata that indicates whether the `useNewBlobForPdf` property is editable.
1489
1880
  attr_accessor :use_new_blob_for_pdf_metadata
1490
1881
 
1882
+ #
1883
+ attr_accessor :use_new_envelope_search
1884
+
1885
+ attr_accessor :use_new_envelope_search_metadata
1886
+
1491
1887
  #
1492
1888
  attr_accessor :use_safe_signer_certificates
1493
1889
 
1890
+ # Metadata that indicates whether the `useSAFESignerCertificates` property is editable.
1494
1891
  attr_accessor :use_safe_signer_certificates_metadata
1495
1892
 
1496
1893
  #
1497
1894
  attr_accessor :uses_api
1498
1895
 
1896
+ # Metadata that indicates whether the `usesAPI` property is editable.
1499
1897
  attr_accessor :uses_api_metadata
1500
1898
 
1501
1899
  #
1502
1900
  attr_accessor :use_signature_provider_platform
1503
1901
 
1902
+ # Metadata that indicates whether the `useSignatureProviderPlatform` property is editable.
1504
1903
  attr_accessor :use_signature_provider_platform_metadata
1505
1904
 
1506
1905
  #
@@ -1509,41 +1908,49 @@ module DocuSign_eSign
1509
1908
  #
1510
1909
  attr_accessor :validations_allowed
1511
1910
 
1911
+ # Metadata that indicates whether the `validationsAllowed` property is editable.
1512
1912
  attr_accessor :validations_allowed_metadata
1513
1913
 
1514
1914
  #
1515
1915
  attr_accessor :validations_brand
1516
1916
 
1917
+ # Metadata that indicates whether the `validationsBrand` property is editable.
1517
1918
  attr_accessor :validations_brand_metadata
1518
1919
 
1519
1920
  #
1520
1921
  attr_accessor :validations_cadence
1521
1922
 
1923
+ # Metadata that indicates whether the `validationsCadence` property is editable.
1522
1924
  attr_accessor :validations_cadence_metadata
1523
1925
 
1524
1926
  #
1525
1927
  attr_accessor :validations_enabled
1526
1928
 
1929
+ # Metadata that indicates whether the `validationsEnabled` property is editable.
1527
1930
  attr_accessor :validations_enabled_metadata
1528
1931
 
1529
1932
  #
1530
1933
  attr_accessor :validations_report
1531
1934
 
1935
+ # Metadata that indicates whether the `validationsReport` property is editable.
1532
1936
  attr_accessor :validations_report_metadata
1533
1937
 
1534
1938
  #
1535
1939
  attr_accessor :water_mark_enabled
1536
1940
 
1941
+ # Metadata that indicates whether the `waterMarkEnabled` property is editable.
1537
1942
  attr_accessor :water_mark_enabled_metadata
1538
1943
 
1539
1944
  #
1540
1945
  attr_accessor :write_reminder_to_envelope_history
1541
1946
 
1947
+ # Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable.
1542
1948
  attr_accessor :write_reminder_to_envelope_history_metadata
1543
1949
 
1544
1950
  #
1545
1951
  attr_accessor :wurfl_min_allowable_screen_size
1546
1952
 
1953
+ # Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable.
1547
1954
  attr_accessor :wurfl_min_allowable_screen_size_metadata
1548
1955
 
1549
1956
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1574,6 +1981,8 @@ module DocuSign_eSign
1574
1981
  :'allow_agent_name_email_edit_metadata' => :'allowAgentNameEmailEditMetadata',
1575
1982
  :'allow_agreement_actions' => :'allowAgreementActions',
1576
1983
  :'allow_agreement_actions_metadata' => :'allowAgreementActionsMetadata',
1984
+ :'allow_agreement_orchestration_workflows' => :'allowAgreementOrchestrationWorkflows',
1985
+ :'allow_agreement_orchestration_workflows_metadata' => :'allowAgreementOrchestrationWorkflowsMetadata',
1577
1986
  :'allow_auto_nav_settings' => :'allowAutoNavSettings',
1578
1987
  :'allow_auto_nav_settings_metadata' => :'allowAutoNavSettingsMetadata',
1579
1988
  :'allow_auto_tagging' => :'allowAutoTagging',
@@ -1583,6 +1992,7 @@ module DocuSign_eSign
1583
1992
  :'allow_cd_withdraw' => :'allowCDWithdraw',
1584
1993
  :'allow_cd_withdraw_metadata' => :'allowCDWithdrawMetadata',
1585
1994
  :'allow_connect_http_listener_configs' => :'allowConnectHttpListenerConfigs',
1995
+ :'allow_connect_o_auth_ui' => :'allowConnectOAuthUI',
1586
1996
  :'allow_connect_send_finish_later' => :'allowConnectSendFinishLater',
1587
1997
  :'allow_connect_send_finish_later_metadata' => :'allowConnectSendFinishLaterMetadata',
1588
1998
  :'allow_connect_unified_payload_ui' => :'allowConnectUnifiedPayloadUI',
@@ -1594,6 +2004,8 @@ module DocuSign_eSign
1594
2004
  :'allow_delayed_routing_metadata' => :'allowDelayedRoutingMetadata',
1595
2005
  :'allow_delegated_signing' => :'allowDelegatedSigning',
1596
2006
  :'allow_delegated_signing_metadata' => :'allowDelegatedSigningMetadata',
2007
+ :'allow_doc_gen_documents' => :'allowDocGenDocuments',
2008
+ :'allow_doc_gen_documents_metadata' => :'allowDocGenDocumentsMetadata',
1597
2009
  :'allow_document_disclosures' => :'allowDocumentDisclosures',
1598
2010
  :'allow_document_disclosures_metadata' => :'allowDocumentDisclosuresMetadata',
1599
2011
  :'allow_documents_on_signed_envelopes' => :'allowDocumentsOnSignedEnvelopes',
@@ -1624,6 +2036,8 @@ module DocuSign_eSign
1624
2036
  :'allow_external_linked_accounts_metadata' => :'allowExternalLinkedAccountsMetadata',
1625
2037
  :'allow_external_signature_pad' => :'allowExternalSignaturePad',
1626
2038
  :'allow_external_signature_pad_metadata' => :'allowExternalSignaturePadMetadata',
2039
+ :'allow_idv_for_eu_qualified_signatures' => :'allowIDVForEUQualifiedSignatures',
2040
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'allowIDVForEUQualifiedSignaturesMetadata',
1627
2041
  :'allow_idv_level1' => :'allowIDVLevel1',
1628
2042
  :'allow_idv_level1_metadata' => :'allowIDVLevel1Metadata',
1629
2043
  :'allow_idv_level2' => :'allowIDVLevel2',
@@ -1672,8 +2086,12 @@ module DocuSign_eSign
1672
2086
  :'allow_organization_to_use_remote_notary_metadata' => :'allowOrganizationToUseRemoteNotaryMetadata',
1673
2087
  :'allow_organization_to_use_third_party_electronic_notary' => :'allowOrganizationToUseThirdPartyElectronicNotary',
1674
2088
  :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'allowOrganizationToUseThirdPartyElectronicNotaryMetadata',
2089
+ :'allow_participant_recipient_type' => :'allowParticipantRecipientType',
2090
+ :'allow_participant_recipient_type_metadata' => :'allowParticipantRecipientTypeMetadata',
1675
2091
  :'allow_payment_processing' => :'allowPaymentProcessing',
1676
2092
  :'allow_payment_processing_metadata' => :'allowPaymentProcessingMetadata',
2093
+ :'allow_performance_analytics' => :'allowPerformanceAnalytics',
2094
+ :'allow_performance_analytics_metadata' => :'allowPerformanceAnalyticsMetadata',
1677
2095
  :'allow_phone_authentication' => :'allowPhoneAuthentication',
1678
2096
  :'allow_phone_authentication_metadata' => :'allowPhoneAuthenticationMetadata',
1679
2097
  :'allow_phone_auth_override' => :'allowPhoneAuthOverride',
@@ -1825,6 +2243,8 @@ module DocuSign_eSign
1825
2243
  :'email_template_version_metadata' => :'emailTemplateVersionMetadata',
1826
2244
  :'enable_access_code_generator' => :'enableAccessCodeGenerator',
1827
2245
  :'enable_access_code_generator_metadata' => :'enableAccessCodeGeneratorMetadata',
2246
+ :'enable_adm_healthcare' => :'enableAdmHealthcare',
2247
+ :'enable_adm_healthcare_metadata' => :'enableAdmHealthcareMetadata',
1828
2248
  :'enable_advanced_payments' => :'enableAdvancedPayments',
1829
2249
  :'enable_advanced_payments_metadata' => :'enableAdvancedPaymentsMetadata',
1830
2250
  :'enable_advanced_power_forms' => :'enableAdvancedPowerForms',
@@ -1839,11 +2259,23 @@ module DocuSign_eSign
1839
2259
  :'enable_bcc_dummy_link_metadata' => :'enableBccDummyLinkMetadata',
1840
2260
  :'enable_calculated_fields' => :'enableCalculatedFields',
1841
2261
  :'enable_calculated_fields_metadata' => :'enableCalculatedFieldsMetadata',
2262
+ :'enable_click_plus' => :'enableClickPlus',
2263
+ :'enable_click_plus_conditional_content' => :'enableClickPlusConditionalContent',
2264
+ :'enable_click_plus_conditional_content_meta_data' => :'enableClickPlusConditionalContentMetaData',
2265
+ :'enable_click_plus_custom_fields' => :'enableClickPlusCustomFields',
2266
+ :'enable_click_plus_custom_fields_meta_data' => :'enableClickPlusCustomFieldsMetaData',
2267
+ :'enable_click_plus_custom_style' => :'enableClickPlusCustomStyle',
2268
+ :'enable_click_plus_custom_style_meta_data' => :'enableClickPlusCustomStyleMetaData',
2269
+ :'enable_click_plus_dynamic_content' => :'enableClickPlusDynamicContent',
2270
+ :'enable_click_plus_dynamic_content_meta_data' => :'enableClickPlusDynamicContentMetaData',
2271
+ :'enable_click_plus_meta_data' => :'enableClickPlusMetaData',
1842
2272
  :'enable_clickwraps' => :'enableClickwraps',
1843
2273
  :'enable_clickwraps_metadata' => :'enableClickwrapsMetadata',
1844
2274
  :'enable_combined_pdf_download_for_sbs' => :'enableCombinedPDFDownloadForSBS',
1845
2275
  :'enable_comments_history_download_in_signing' => :'enableCommentsHistoryDownloadInSigning',
1846
2276
  :'enable_comments_history_download_in_signing_metadata' => :'enableCommentsHistoryDownloadInSigningMetadata',
2277
+ :'enable_contact_suggestions' => :'enableContactSuggestions',
2278
+ :'enable_contact_suggestions_metadata' => :'enableContactSuggestionsMetadata',
1847
2279
  :'enable_customer_satisfaction_metric_tracking' => :'enableCustomerSatisfactionMetricTracking',
1848
2280
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'enableCustomerSatisfactionMetricTrackingMetadata',
1849
2281
  :'enable_ds_pro' => :'enableDSPro',
@@ -1852,6 +2284,8 @@ module DocuSign_eSign
1852
2284
  :'enable_envelope_stamping_by_account_admin_metadata' => :'enableEnvelopeStampingByAccountAdminMetadata',
1853
2285
  :'enable_envelope_stamping_by_ds_admin' => :'enableEnvelopeStampingByDSAdmin',
1854
2286
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'enableEnvelopeStampingByDSAdminMetadata',
2287
+ :'enable_e_sign_api_hourly_limit_management' => :'enableESignAPIHourlyLimitManagement',
2288
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'enableESignAPIHourlyLimitManagementMetadata',
1855
2289
  :'enable_esign_communities' => :'enableEsignCommunities',
1856
2290
  :'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
1857
2291
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'enableIDFxAccountlessSMSAuthForPart11',
@@ -1864,6 +2298,7 @@ module DocuSign_eSign
1864
2298
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
1865
2299
  :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
1866
2300
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
2301
+ :'enable_participant_recipient_setting_metadata' => :'enableParticipantRecipientSettingMetadata',
1867
2302
  :'enable_payment_processing' => :'enablePaymentProcessing',
1868
2303
  :'enable_payment_processing_metadata' => :'enablePaymentProcessingMetadata',
1869
2304
  :'enable_pdfa_conversion' => :'enablePDFAConversion',
@@ -1941,6 +2376,12 @@ module DocuSign_eSign
1941
2376
  :'envelope_integration_allowed_metadata' => :'envelopeIntegrationAllowedMetadata',
1942
2377
  :'envelope_integration_enabled' => :'envelopeIntegrationEnabled',
1943
2378
  :'envelope_integration_enabled_metadata' => :'envelopeIntegrationEnabledMetadata',
2379
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMB',
2380
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled',
2381
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata',
2382
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata',
2383
+ :'envelope_search_mode' => :'envelopeSearchMode',
2384
+ :'envelope_search_mode_metadata' => :'envelopeSearchModeMetadata',
1944
2385
  :'envelope_stamping_default_value' => :'envelopeStampingDefaultValue',
1945
2386
  :'envelope_stamping_default_value_metadata' => :'envelopeStampingDefaultValueMetadata',
1946
2387
  :'exit_prompt' => :'exitPrompt',
@@ -1974,6 +2415,8 @@ module DocuSign_eSign
1974
2415
  :'id_check_required_metadata' => :'idCheckRequiredMetadata',
1975
2416
  :'identity_verification' => :'identityVerification',
1976
2417
  :'identity_verification_metadata' => :'identityVerificationMetadata',
2418
+ :'idfx_kba_authentication_override' => :'idfxKBAAuthenticationOverride',
2419
+ :'idfx_kba_authentication_override_metadata' => :'idfxKBAAuthenticationOverrideMetadata',
1977
2420
  :'idfx_phone_authentication_override' => :'idfxPhoneAuthenticationOverride',
1978
2421
  :'idfx_phone_authentication_override_metadata' => :'idfxPhoneAuthenticationOverrideMetadata',
1979
2422
  :'ignore_error_if_anchor_tab_not_found' => :'ignoreErrorIfAnchorTabNotFound',
@@ -1992,6 +2435,8 @@ module DocuSign_eSign
1992
2435
  :'maximum_users_per_signing_group' => :'maximumUsersPerSigningGroup',
1993
2436
  :'maximum_users_per_signing_group_metadata' => :'maximumUsersPerSigningGroupMetadata',
1994
2437
  :'max_number_of_custom_stamps' => :'maxNumberOfCustomStamps',
2438
+ :'merge_mixed_mode_results' => :'mergeMixedModeResults',
2439
+ :'merge_mixed_mode_results_metadata' => :'mergeMixedModeResultsMetadata',
1995
2440
  :'mobile_session_timeout' => :'mobileSessionTimeout',
1996
2441
  :'mobile_session_timeout_metadata' => :'mobileSessionTimeoutMetadata',
1997
2442
  :'number_of_active_custom_stamps' => :'numberOfActiveCustomStamps',
@@ -2001,6 +2446,12 @@ module DocuSign_eSign
2001
2446
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'optOutAutoNavTextAndTabColorUpdatesMetadata',
2002
2447
  :'opt_out_new_platform_seal' => :'optOutNewPlatformSeal',
2003
2448
  :'opt_out_new_platform_seal_platform_metadata' => :'optOutNewPlatformSealPlatformMetadata',
2449
+ :'pdf_max_chunked_upload_part_size' => :'pdfMaxChunkedUploadPartSize',
2450
+ :'pdf_max_chunked_upload_part_size_metadata' => :'pdfMaxChunkedUploadPartSizeMetadata',
2451
+ :'pdf_max_chunked_upload_total_size' => :'pdfMaxChunkedUploadTotalSize',
2452
+ :'pdf_max_chunked_upload_total_size_metadata' => :'pdfMaxChunkedUploadTotalSizeMetadata',
2453
+ :'pdf_max_individual_upload_size' => :'pdfMaxIndividualUploadSize',
2454
+ :'pdf_max_individual_upload_size_metadata' => :'pdfMaxIndividualUploadSizeMetadata',
2004
2455
  :'phone_auth_recipient_may_provide_phone_number' => :'phoneAuthRecipientMayProvidePhoneNumber',
2005
2456
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'phoneAuthRecipientMayProvidePhoneNumberMetadata',
2006
2457
  :'pki_sign_downloaded_pdf_docs' => :'pkiSignDownloadedPDFDocs',
@@ -2131,10 +2582,14 @@ module DocuSign_eSign
2131
2582
  :'use_derived_keys_metadata' => :'useDerivedKeysMetadata',
2132
2583
  :'use_docu_sign_express_signer_certificate' => :'useDocuSignExpressSignerCertificate',
2133
2584
  :'use_docu_sign_express_signer_certificate_metadata' => :'useDocuSignExpressSignerCertificateMetadata',
2585
+ :'use_envelope_search_mixed_mode' => :'useEnvelopeSearchMixedMode',
2586
+ :'use_envelope_search_mixed_mode_metadata' => :'useEnvelopeSearchMixedModeMetadata',
2134
2587
  :'use_multi_app_groups_data' => :'useMultiAppGroupsData',
2135
2588
  :'use_multi_app_groups_data_metadata' => :'useMultiAppGroupsDataMetadata',
2136
2589
  :'use_new_blob_for_pdf' => :'useNewBlobForPdf',
2137
2590
  :'use_new_blob_for_pdf_metadata' => :'useNewBlobForPdfMetadata',
2591
+ :'use_new_envelope_search' => :'useNewEnvelopeSearch',
2592
+ :'use_new_envelope_search_metadata' => :'useNewEnvelopeSearchMetadata',
2138
2593
  :'use_safe_signer_certificates' => :'useSAFESignerCertificates',
2139
2594
  :'use_safe_signer_certificates_metadata' => :'useSAFESignerCertificatesMetadata',
2140
2595
  :'uses_api' => :'usesAPI',
@@ -2189,6 +2644,8 @@ module DocuSign_eSign
2189
2644
  :'allow_agent_name_email_edit_metadata' => :'SettingsMetadata',
2190
2645
  :'allow_agreement_actions' => :'String',
2191
2646
  :'allow_agreement_actions_metadata' => :'SettingsMetadata',
2647
+ :'allow_agreement_orchestration_workflows' => :'String',
2648
+ :'allow_agreement_orchestration_workflows_metadata' => :'SettingsMetadata',
2192
2649
  :'allow_auto_nav_settings' => :'String',
2193
2650
  :'allow_auto_nav_settings_metadata' => :'SettingsMetadata',
2194
2651
  :'allow_auto_tagging' => :'String',
@@ -2198,6 +2655,7 @@ module DocuSign_eSign
2198
2655
  :'allow_cd_withdraw' => :'String',
2199
2656
  :'allow_cd_withdraw_metadata' => :'SettingsMetadata',
2200
2657
  :'allow_connect_http_listener_configs' => :'String',
2658
+ :'allow_connect_o_auth_ui' => :'String',
2201
2659
  :'allow_connect_send_finish_later' => :'String',
2202
2660
  :'allow_connect_send_finish_later_metadata' => :'SettingsMetadata',
2203
2661
  :'allow_connect_unified_payload_ui' => :'String',
@@ -2209,6 +2667,8 @@ module DocuSign_eSign
2209
2667
  :'allow_delayed_routing_metadata' => :'SettingsMetadata',
2210
2668
  :'allow_delegated_signing' => :'String',
2211
2669
  :'allow_delegated_signing_metadata' => :'SettingsMetadata',
2670
+ :'allow_doc_gen_documents' => :'String',
2671
+ :'allow_doc_gen_documents_metadata' => :'SettingsMetadata',
2212
2672
  :'allow_document_disclosures' => :'String',
2213
2673
  :'allow_document_disclosures_metadata' => :'SettingsMetadata',
2214
2674
  :'allow_documents_on_signed_envelopes' => :'String',
@@ -2239,6 +2699,8 @@ module DocuSign_eSign
2239
2699
  :'allow_external_linked_accounts_metadata' => :'SettingsMetadata',
2240
2700
  :'allow_external_signature_pad' => :'String',
2241
2701
  :'allow_external_signature_pad_metadata' => :'SettingsMetadata',
2702
+ :'allow_idv_for_eu_qualified_signatures' => :'String',
2703
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'SettingsMetadata',
2242
2704
  :'allow_idv_level1' => :'String',
2243
2705
  :'allow_idv_level1_metadata' => :'SettingsMetadata',
2244
2706
  :'allow_idv_level2' => :'String',
@@ -2287,8 +2749,12 @@ module DocuSign_eSign
2287
2749
  :'allow_organization_to_use_remote_notary_metadata' => :'SettingsMetadata',
2288
2750
  :'allow_organization_to_use_third_party_electronic_notary' => :'String',
2289
2751
  :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'SettingsMetadata',
2752
+ :'allow_participant_recipient_type' => :'String',
2753
+ :'allow_participant_recipient_type_metadata' => :'SettingsMetadata',
2290
2754
  :'allow_payment_processing' => :'String',
2291
2755
  :'allow_payment_processing_metadata' => :'SettingsMetadata',
2756
+ :'allow_performance_analytics' => :'String',
2757
+ :'allow_performance_analytics_metadata' => :'SettingsMetadata',
2292
2758
  :'allow_phone_authentication' => :'String',
2293
2759
  :'allow_phone_authentication_metadata' => :'SettingsMetadata',
2294
2760
  :'allow_phone_auth_override' => :'String',
@@ -2440,6 +2906,8 @@ module DocuSign_eSign
2440
2906
  :'email_template_version_metadata' => :'SettingsMetadata',
2441
2907
  :'enable_access_code_generator' => :'String',
2442
2908
  :'enable_access_code_generator_metadata' => :'SettingsMetadata',
2909
+ :'enable_adm_healthcare' => :'String',
2910
+ :'enable_adm_healthcare_metadata' => :'SettingsMetadata',
2443
2911
  :'enable_advanced_payments' => :'String',
2444
2912
  :'enable_advanced_payments_metadata' => :'SettingsMetadata',
2445
2913
  :'enable_advanced_power_forms' => :'String',
@@ -2454,11 +2922,23 @@ module DocuSign_eSign
2454
2922
  :'enable_bcc_dummy_link_metadata' => :'SettingsMetadata',
2455
2923
  :'enable_calculated_fields' => :'String',
2456
2924
  :'enable_calculated_fields_metadata' => :'SettingsMetadata',
2925
+ :'enable_click_plus' => :'String',
2926
+ :'enable_click_plus_conditional_content' => :'String',
2927
+ :'enable_click_plus_conditional_content_meta_data' => :'SettingsMetadata',
2928
+ :'enable_click_plus_custom_fields' => :'String',
2929
+ :'enable_click_plus_custom_fields_meta_data' => :'SettingsMetadata',
2930
+ :'enable_click_plus_custom_style' => :'String',
2931
+ :'enable_click_plus_custom_style_meta_data' => :'SettingsMetadata',
2932
+ :'enable_click_plus_dynamic_content' => :'String',
2933
+ :'enable_click_plus_dynamic_content_meta_data' => :'SettingsMetadata',
2934
+ :'enable_click_plus_meta_data' => :'SettingsMetadata',
2457
2935
  :'enable_clickwraps' => :'String',
2458
2936
  :'enable_clickwraps_metadata' => :'SettingsMetadata',
2459
2937
  :'enable_combined_pdf_download_for_sbs' => :'String',
2460
2938
  :'enable_comments_history_download_in_signing' => :'String',
2461
2939
  :'enable_comments_history_download_in_signing_metadata' => :'SettingsMetadata',
2940
+ :'enable_contact_suggestions' => :'String',
2941
+ :'enable_contact_suggestions_metadata' => :'SettingsMetadata',
2462
2942
  :'enable_customer_satisfaction_metric_tracking' => :'String',
2463
2943
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'SettingsMetadata',
2464
2944
  :'enable_ds_pro' => :'String',
@@ -2467,6 +2947,8 @@ module DocuSign_eSign
2467
2947
  :'enable_envelope_stamping_by_account_admin_metadata' => :'SettingsMetadata',
2468
2948
  :'enable_envelope_stamping_by_ds_admin' => :'String',
2469
2949
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'SettingsMetadata',
2950
+ :'enable_e_sign_api_hourly_limit_management' => :'String',
2951
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'SettingsMetadata',
2470
2952
  :'enable_esign_communities' => :'String',
2471
2953
  :'enable_esign_communities_metadata' => :'SettingsMetadata',
2472
2954
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'String',
@@ -2479,6 +2961,7 @@ module DocuSign_eSign
2479
2961
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
2480
2962
  :'enable_key_terms_suggestions_by_document_type' => :'String',
2481
2963
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
2964
+ :'enable_participant_recipient_setting_metadata' => :'SettingsMetadata',
2482
2965
  :'enable_payment_processing' => :'String',
2483
2966
  :'enable_payment_processing_metadata' => :'SettingsMetadata',
2484
2967
  :'enable_pdfa_conversion' => :'String',
@@ -2556,6 +3039,12 @@ module DocuSign_eSign
2556
3039
  :'envelope_integration_allowed_metadata' => :'SettingsMetadata',
2557
3040
  :'envelope_integration_enabled' => :'String',
2558
3041
  :'envelope_integration_enabled_metadata' => :'SettingsMetadata',
3042
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'String',
3043
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'String',
3044
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'SettingsMetadata',
3045
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'SettingsMetadata',
3046
+ :'envelope_search_mode' => :'String',
3047
+ :'envelope_search_mode_metadata' => :'SettingsMetadata',
2559
3048
  :'envelope_stamping_default_value' => :'String',
2560
3049
  :'envelope_stamping_default_value_metadata' => :'SettingsMetadata',
2561
3050
  :'exit_prompt' => :'String',
@@ -2589,6 +3078,8 @@ module DocuSign_eSign
2589
3078
  :'id_check_required_metadata' => :'SettingsMetadata',
2590
3079
  :'identity_verification' => :'Array<AccountIdentityVerificationWorkflow>',
2591
3080
  :'identity_verification_metadata' => :'SettingsMetadata',
3081
+ :'idfx_kba_authentication_override' => :'String',
3082
+ :'idfx_kba_authentication_override_metadata' => :'SettingsMetadata',
2592
3083
  :'idfx_phone_authentication_override' => :'String',
2593
3084
  :'idfx_phone_authentication_override_metadata' => :'SettingsMetadata',
2594
3085
  :'ignore_error_if_anchor_tab_not_found' => :'String',
@@ -2607,6 +3098,8 @@ module DocuSign_eSign
2607
3098
  :'maximum_users_per_signing_group' => :'String',
2608
3099
  :'maximum_users_per_signing_group_metadata' => :'SettingsMetadata',
2609
3100
  :'max_number_of_custom_stamps' => :'String',
3101
+ :'merge_mixed_mode_results' => :'String',
3102
+ :'merge_mixed_mode_results_metadata' => :'SettingsMetadata',
2610
3103
  :'mobile_session_timeout' => :'String',
2611
3104
  :'mobile_session_timeout_metadata' => :'SettingsMetadata',
2612
3105
  :'number_of_active_custom_stamps' => :'String',
@@ -2616,6 +3109,12 @@ module DocuSign_eSign
2616
3109
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'SettingsMetadata',
2617
3110
  :'opt_out_new_platform_seal' => :'String',
2618
3111
  :'opt_out_new_platform_seal_platform_metadata' => :'SettingsMetadata',
3112
+ :'pdf_max_chunked_upload_part_size' => :'String',
3113
+ :'pdf_max_chunked_upload_part_size_metadata' => :'SettingsMetadata',
3114
+ :'pdf_max_chunked_upload_total_size' => :'String',
3115
+ :'pdf_max_chunked_upload_total_size_metadata' => :'SettingsMetadata',
3116
+ :'pdf_max_individual_upload_size' => :'String',
3117
+ :'pdf_max_individual_upload_size_metadata' => :'SettingsMetadata',
2619
3118
  :'phone_auth_recipient_may_provide_phone_number' => :'String',
2620
3119
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'SettingsMetadata',
2621
3120
  :'pki_sign_downloaded_pdf_docs' => :'String',
@@ -2746,10 +3245,14 @@ module DocuSign_eSign
2746
3245
  :'use_derived_keys_metadata' => :'SettingsMetadata',
2747
3246
  :'use_docu_sign_express_signer_certificate' => :'String',
2748
3247
  :'use_docu_sign_express_signer_certificate_metadata' => :'SettingsMetadata',
3248
+ :'use_envelope_search_mixed_mode' => :'String',
3249
+ :'use_envelope_search_mixed_mode_metadata' => :'SettingsMetadata',
2749
3250
  :'use_multi_app_groups_data' => :'String',
2750
3251
  :'use_multi_app_groups_data_metadata' => :'SettingsMetadata',
2751
3252
  :'use_new_blob_for_pdf' => :'String',
2752
3253
  :'use_new_blob_for_pdf_metadata' => :'SettingsMetadata',
3254
+ :'use_new_envelope_search' => :'String',
3255
+ :'use_new_envelope_search_metadata' => :'SettingsMetadata',
2753
3256
  :'use_safe_signer_certificates' => :'String',
2754
3257
  :'use_safe_signer_certificates_metadata' => :'SettingsMetadata',
2755
3258
  :'uses_api' => :'String',
@@ -2884,6 +3387,14 @@ module DocuSign_eSign
2884
3387
  self.allow_agreement_actions_metadata = attributes[:'allowAgreementActionsMetadata']
2885
3388
  end
2886
3389
 
3390
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflows')
3391
+ self.allow_agreement_orchestration_workflows = attributes[:'allowAgreementOrchestrationWorkflows']
3392
+ end
3393
+
3394
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflowsMetadata')
3395
+ self.allow_agreement_orchestration_workflows_metadata = attributes[:'allowAgreementOrchestrationWorkflowsMetadata']
3396
+ end
3397
+
2887
3398
  if attributes.has_key?(:'allowAutoNavSettings')
2888
3399
  self.allow_auto_nav_settings = attributes[:'allowAutoNavSettings']
2889
3400
  end
@@ -2920,6 +3431,10 @@ module DocuSign_eSign
2920
3431
  self.allow_connect_http_listener_configs = attributes[:'allowConnectHttpListenerConfigs']
2921
3432
  end
2922
3433
 
3434
+ if attributes.has_key?(:'allowConnectOAuthUI')
3435
+ self.allow_connect_o_auth_ui = attributes[:'allowConnectOAuthUI']
3436
+ end
3437
+
2923
3438
  if attributes.has_key?(:'allowConnectSendFinishLater')
2924
3439
  self.allow_connect_send_finish_later = attributes[:'allowConnectSendFinishLater']
2925
3440
  end
@@ -2964,6 +3479,14 @@ module DocuSign_eSign
2964
3479
  self.allow_delegated_signing_metadata = attributes[:'allowDelegatedSigningMetadata']
2965
3480
  end
2966
3481
 
3482
+ if attributes.has_key?(:'allowDocGenDocuments')
3483
+ self.allow_doc_gen_documents = attributes[:'allowDocGenDocuments']
3484
+ end
3485
+
3486
+ if attributes.has_key?(:'allowDocGenDocumentsMetadata')
3487
+ self.allow_doc_gen_documents_metadata = attributes[:'allowDocGenDocumentsMetadata']
3488
+ end
3489
+
2967
3490
  if attributes.has_key?(:'allowDocumentDisclosures')
2968
3491
  self.allow_document_disclosures = attributes[:'allowDocumentDisclosures']
2969
3492
  end
@@ -3084,6 +3607,14 @@ module DocuSign_eSign
3084
3607
  self.allow_external_signature_pad_metadata = attributes[:'allowExternalSignaturePadMetadata']
3085
3608
  end
3086
3609
 
3610
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignatures')
3611
+ self.allow_idv_for_eu_qualified_signatures = attributes[:'allowIDVForEUQualifiedSignatures']
3612
+ end
3613
+
3614
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignaturesMetadata')
3615
+ self.allow_idv_for_eu_qualified_signatures_metadata = attributes[:'allowIDVForEUQualifiedSignaturesMetadata']
3616
+ end
3617
+
3087
3618
  if attributes.has_key?(:'allowIDVLevel1')
3088
3619
  self.allow_idv_level1 = attributes[:'allowIDVLevel1']
3089
3620
  end
@@ -3276,6 +3807,14 @@ module DocuSign_eSign
3276
3807
  self.allow_organization_to_use_third_party_electronic_notary_metadata = attributes[:'allowOrganizationToUseThirdPartyElectronicNotaryMetadata']
3277
3808
  end
3278
3809
 
3810
+ if attributes.has_key?(:'allowParticipantRecipientType')
3811
+ self.allow_participant_recipient_type = attributes[:'allowParticipantRecipientType']
3812
+ end
3813
+
3814
+ if attributes.has_key?(:'allowParticipantRecipientTypeMetadata')
3815
+ self.allow_participant_recipient_type_metadata = attributes[:'allowParticipantRecipientTypeMetadata']
3816
+ end
3817
+
3279
3818
  if attributes.has_key?(:'allowPaymentProcessing')
3280
3819
  self.allow_payment_processing = attributes[:'allowPaymentProcessing']
3281
3820
  end
@@ -3284,6 +3823,14 @@ module DocuSign_eSign
3284
3823
  self.allow_payment_processing_metadata = attributes[:'allowPaymentProcessingMetadata']
3285
3824
  end
3286
3825
 
3826
+ if attributes.has_key?(:'allowPerformanceAnalytics')
3827
+ self.allow_performance_analytics = attributes[:'allowPerformanceAnalytics']
3828
+ end
3829
+
3830
+ if attributes.has_key?(:'allowPerformanceAnalyticsMetadata')
3831
+ self.allow_performance_analytics_metadata = attributes[:'allowPerformanceAnalyticsMetadata']
3832
+ end
3833
+
3287
3834
  if attributes.has_key?(:'allowPhoneAuthentication')
3288
3835
  self.allow_phone_authentication = attributes[:'allowPhoneAuthentication']
3289
3836
  end
@@ -3888,6 +4435,14 @@ module DocuSign_eSign
3888
4435
  self.enable_access_code_generator_metadata = attributes[:'enableAccessCodeGeneratorMetadata']
3889
4436
  end
3890
4437
 
4438
+ if attributes.has_key?(:'enableAdmHealthcare')
4439
+ self.enable_adm_healthcare = attributes[:'enableAdmHealthcare']
4440
+ end
4441
+
4442
+ if attributes.has_key?(:'enableAdmHealthcareMetadata')
4443
+ self.enable_adm_healthcare_metadata = attributes[:'enableAdmHealthcareMetadata']
4444
+ end
4445
+
3891
4446
  if attributes.has_key?(:'enableAdvancedPayments')
3892
4447
  self.enable_advanced_payments = attributes[:'enableAdvancedPayments']
3893
4448
  end
@@ -3944,6 +4499,46 @@ module DocuSign_eSign
3944
4499
  self.enable_calculated_fields_metadata = attributes[:'enableCalculatedFieldsMetadata']
3945
4500
  end
3946
4501
 
4502
+ if attributes.has_key?(:'enableClickPlus')
4503
+ self.enable_click_plus = attributes[:'enableClickPlus']
4504
+ end
4505
+
4506
+ if attributes.has_key?(:'enableClickPlusConditionalContent')
4507
+ self.enable_click_plus_conditional_content = attributes[:'enableClickPlusConditionalContent']
4508
+ end
4509
+
4510
+ if attributes.has_key?(:'enableClickPlusConditionalContentMetaData')
4511
+ self.enable_click_plus_conditional_content_meta_data = attributes[:'enableClickPlusConditionalContentMetaData']
4512
+ end
4513
+
4514
+ if attributes.has_key?(:'enableClickPlusCustomFields')
4515
+ self.enable_click_plus_custom_fields = attributes[:'enableClickPlusCustomFields']
4516
+ end
4517
+
4518
+ if attributes.has_key?(:'enableClickPlusCustomFieldsMetaData')
4519
+ self.enable_click_plus_custom_fields_meta_data = attributes[:'enableClickPlusCustomFieldsMetaData']
4520
+ end
4521
+
4522
+ if attributes.has_key?(:'enableClickPlusCustomStyle')
4523
+ self.enable_click_plus_custom_style = attributes[:'enableClickPlusCustomStyle']
4524
+ end
4525
+
4526
+ if attributes.has_key?(:'enableClickPlusCustomStyleMetaData')
4527
+ self.enable_click_plus_custom_style_meta_data = attributes[:'enableClickPlusCustomStyleMetaData']
4528
+ end
4529
+
4530
+ if attributes.has_key?(:'enableClickPlusDynamicContent')
4531
+ self.enable_click_plus_dynamic_content = attributes[:'enableClickPlusDynamicContent']
4532
+ end
4533
+
4534
+ if attributes.has_key?(:'enableClickPlusDynamicContentMetaData')
4535
+ self.enable_click_plus_dynamic_content_meta_data = attributes[:'enableClickPlusDynamicContentMetaData']
4536
+ end
4537
+
4538
+ if attributes.has_key?(:'enableClickPlusMetaData')
4539
+ self.enable_click_plus_meta_data = attributes[:'enableClickPlusMetaData']
4540
+ end
4541
+
3947
4542
  if attributes.has_key?(:'enableClickwraps')
3948
4543
  self.enable_clickwraps = attributes[:'enableClickwraps']
3949
4544
  end
@@ -3964,6 +4559,14 @@ module DocuSign_eSign
3964
4559
  self.enable_comments_history_download_in_signing_metadata = attributes[:'enableCommentsHistoryDownloadInSigningMetadata']
3965
4560
  end
3966
4561
 
4562
+ if attributes.has_key?(:'enableContactSuggestions')
4563
+ self.enable_contact_suggestions = attributes[:'enableContactSuggestions']
4564
+ end
4565
+
4566
+ if attributes.has_key?(:'enableContactSuggestionsMetadata')
4567
+ self.enable_contact_suggestions_metadata = attributes[:'enableContactSuggestionsMetadata']
4568
+ end
4569
+
3967
4570
  if attributes.has_key?(:'enableCustomerSatisfactionMetricTracking')
3968
4571
  self.enable_customer_satisfaction_metric_tracking = attributes[:'enableCustomerSatisfactionMetricTracking']
3969
4572
  end
@@ -3996,6 +4599,14 @@ module DocuSign_eSign
3996
4599
  self.enable_envelope_stamping_by_ds_admin_metadata = attributes[:'enableEnvelopeStampingByDSAdminMetadata']
3997
4600
  end
3998
4601
 
4602
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagement')
4603
+ self.enable_e_sign_api_hourly_limit_management = attributes[:'enableESignAPIHourlyLimitManagement']
4604
+ end
4605
+
4606
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagementMetadata')
4607
+ self.enable_e_sign_api_hourly_limit_management_metadata = attributes[:'enableESignAPIHourlyLimitManagementMetadata']
4608
+ end
4609
+
3999
4610
  if attributes.has_key?(:'enableEsignCommunities')
4000
4611
  self.enable_esign_communities = attributes[:'enableEsignCommunities']
4001
4612
  end
@@ -4044,6 +4655,10 @@ module DocuSign_eSign
4044
4655
  self.enable_key_terms_suggestions_by_document_type_metadata = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
4045
4656
  end
4046
4657
 
4658
+ if attributes.has_key?(:'enableParticipantRecipientSettingMetadata')
4659
+ self.enable_participant_recipient_setting_metadata = attributes[:'enableParticipantRecipientSettingMetadata']
4660
+ end
4661
+
4047
4662
  if attributes.has_key?(:'enablePaymentProcessing')
4048
4663
  self.enable_payment_processing = attributes[:'enablePaymentProcessing']
4049
4664
  end
@@ -4352,6 +4967,30 @@ module DocuSign_eSign
4352
4967
  self.envelope_integration_enabled_metadata = attributes[:'envelopeIntegrationEnabledMetadata']
4353
4968
  end
4354
4969
 
4970
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMB')
4971
+ self.envelope_limits_total_document_size_allowed_in_mb = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMB']
4972
+ end
4973
+
4974
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled')
4975
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled']
4976
+ end
4977
+
4978
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata')
4979
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata']
4980
+ end
4981
+
4982
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata')
4983
+ self.envelope_limits_total_document_size_allowed_in_mb_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata']
4984
+ end
4985
+
4986
+ if attributes.has_key?(:'envelopeSearchMode')
4987
+ self.envelope_search_mode = attributes[:'envelopeSearchMode']
4988
+ end
4989
+
4990
+ if attributes.has_key?(:'envelopeSearchModeMetadata')
4991
+ self.envelope_search_mode_metadata = attributes[:'envelopeSearchModeMetadata']
4992
+ end
4993
+
4355
4994
  if attributes.has_key?(:'envelopeStampingDefaultValue')
4356
4995
  self.envelope_stamping_default_value = attributes[:'envelopeStampingDefaultValue']
4357
4996
  end
@@ -4488,6 +5127,14 @@ module DocuSign_eSign
4488
5127
  self.identity_verification_metadata = attributes[:'identityVerificationMetadata']
4489
5128
  end
4490
5129
 
5130
+ if attributes.has_key?(:'idfxKBAAuthenticationOverride')
5131
+ self.idfx_kba_authentication_override = attributes[:'idfxKBAAuthenticationOverride']
5132
+ end
5133
+
5134
+ if attributes.has_key?(:'idfxKBAAuthenticationOverrideMetadata')
5135
+ self.idfx_kba_authentication_override_metadata = attributes[:'idfxKBAAuthenticationOverrideMetadata']
5136
+ end
5137
+
4491
5138
  if attributes.has_key?(:'idfxPhoneAuthenticationOverride')
4492
5139
  self.idfx_phone_authentication_override = attributes[:'idfxPhoneAuthenticationOverride']
4493
5140
  end
@@ -4562,6 +5209,14 @@ module DocuSign_eSign
4562
5209
  self.max_number_of_custom_stamps = attributes[:'maxNumberOfCustomStamps']
4563
5210
  end
4564
5211
 
5212
+ if attributes.has_key?(:'mergeMixedModeResults')
5213
+ self.merge_mixed_mode_results = attributes[:'mergeMixedModeResults']
5214
+ end
5215
+
5216
+ if attributes.has_key?(:'mergeMixedModeResultsMetadata')
5217
+ self.merge_mixed_mode_results_metadata = attributes[:'mergeMixedModeResultsMetadata']
5218
+ end
5219
+
4565
5220
  if attributes.has_key?(:'mobileSessionTimeout')
4566
5221
  self.mobile_session_timeout = attributes[:'mobileSessionTimeout']
4567
5222
  end
@@ -4598,6 +5253,30 @@ module DocuSign_eSign
4598
5253
  self.opt_out_new_platform_seal_platform_metadata = attributes[:'optOutNewPlatformSealPlatformMetadata']
4599
5254
  end
4600
5255
 
5256
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSize')
5257
+ self.pdf_max_chunked_upload_part_size = attributes[:'pdfMaxChunkedUploadPartSize']
5258
+ end
5259
+
5260
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSizeMetadata')
5261
+ self.pdf_max_chunked_upload_part_size_metadata = attributes[:'pdfMaxChunkedUploadPartSizeMetadata']
5262
+ end
5263
+
5264
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSize')
5265
+ self.pdf_max_chunked_upload_total_size = attributes[:'pdfMaxChunkedUploadTotalSize']
5266
+ end
5267
+
5268
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSizeMetadata')
5269
+ self.pdf_max_chunked_upload_total_size_metadata = attributes[:'pdfMaxChunkedUploadTotalSizeMetadata']
5270
+ end
5271
+
5272
+ if attributes.has_key?(:'pdfMaxIndividualUploadSize')
5273
+ self.pdf_max_individual_upload_size = attributes[:'pdfMaxIndividualUploadSize']
5274
+ end
5275
+
5276
+ if attributes.has_key?(:'pdfMaxIndividualUploadSizeMetadata')
5277
+ self.pdf_max_individual_upload_size_metadata = attributes[:'pdfMaxIndividualUploadSizeMetadata']
5278
+ end
5279
+
4601
5280
  if attributes.has_key?(:'phoneAuthRecipientMayProvidePhoneNumber')
4602
5281
  self.phone_auth_recipient_may_provide_phone_number = attributes[:'phoneAuthRecipientMayProvidePhoneNumber']
4603
5282
  end
@@ -5120,6 +5799,14 @@ module DocuSign_eSign
5120
5799
  self.use_docu_sign_express_signer_certificate_metadata = attributes[:'useDocuSignExpressSignerCertificateMetadata']
5121
5800
  end
5122
5801
 
5802
+ if attributes.has_key?(:'useEnvelopeSearchMixedMode')
5803
+ self.use_envelope_search_mixed_mode = attributes[:'useEnvelopeSearchMixedMode']
5804
+ end
5805
+
5806
+ if attributes.has_key?(:'useEnvelopeSearchMixedModeMetadata')
5807
+ self.use_envelope_search_mixed_mode_metadata = attributes[:'useEnvelopeSearchMixedModeMetadata']
5808
+ end
5809
+
5123
5810
  if attributes.has_key?(:'useMultiAppGroupsData')
5124
5811
  self.use_multi_app_groups_data = attributes[:'useMultiAppGroupsData']
5125
5812
  end
@@ -5136,6 +5823,14 @@ module DocuSign_eSign
5136
5823
  self.use_new_blob_for_pdf_metadata = attributes[:'useNewBlobForPdfMetadata']
5137
5824
  end
5138
5825
 
5826
+ if attributes.has_key?(:'useNewEnvelopeSearch')
5827
+ self.use_new_envelope_search = attributes[:'useNewEnvelopeSearch']
5828
+ end
5829
+
5830
+ if attributes.has_key?(:'useNewEnvelopeSearchMetadata')
5831
+ self.use_new_envelope_search_metadata = attributes[:'useNewEnvelopeSearchMetadata']
5832
+ end
5833
+
5139
5834
  if attributes.has_key?(:'useSAFESignerCertificates')
5140
5835
  self.use_safe_signer_certificates = attributes[:'useSAFESignerCertificates']
5141
5836
  end
@@ -5272,6 +5967,8 @@ module DocuSign_eSign
5272
5967
  allow_agent_name_email_edit_metadata == o.allow_agent_name_email_edit_metadata &&
5273
5968
  allow_agreement_actions == o.allow_agreement_actions &&
5274
5969
  allow_agreement_actions_metadata == o.allow_agreement_actions_metadata &&
5970
+ allow_agreement_orchestration_workflows == o.allow_agreement_orchestration_workflows &&
5971
+ allow_agreement_orchestration_workflows_metadata == o.allow_agreement_orchestration_workflows_metadata &&
5275
5972
  allow_auto_nav_settings == o.allow_auto_nav_settings &&
5276
5973
  allow_auto_nav_settings_metadata == o.allow_auto_nav_settings_metadata &&
5277
5974
  allow_auto_tagging == o.allow_auto_tagging &&
@@ -5281,6 +5978,7 @@ module DocuSign_eSign
5281
5978
  allow_cd_withdraw == o.allow_cd_withdraw &&
5282
5979
  allow_cd_withdraw_metadata == o.allow_cd_withdraw_metadata &&
5283
5980
  allow_connect_http_listener_configs == o.allow_connect_http_listener_configs &&
5981
+ allow_connect_o_auth_ui == o.allow_connect_o_auth_ui &&
5284
5982
  allow_connect_send_finish_later == o.allow_connect_send_finish_later &&
5285
5983
  allow_connect_send_finish_later_metadata == o.allow_connect_send_finish_later_metadata &&
5286
5984
  allow_connect_unified_payload_ui == o.allow_connect_unified_payload_ui &&
@@ -5292,6 +5990,8 @@ module DocuSign_eSign
5292
5990
  allow_delayed_routing_metadata == o.allow_delayed_routing_metadata &&
5293
5991
  allow_delegated_signing == o.allow_delegated_signing &&
5294
5992
  allow_delegated_signing_metadata == o.allow_delegated_signing_metadata &&
5993
+ allow_doc_gen_documents == o.allow_doc_gen_documents &&
5994
+ allow_doc_gen_documents_metadata == o.allow_doc_gen_documents_metadata &&
5295
5995
  allow_document_disclosures == o.allow_document_disclosures &&
5296
5996
  allow_document_disclosures_metadata == o.allow_document_disclosures_metadata &&
5297
5997
  allow_documents_on_signed_envelopes == o.allow_documents_on_signed_envelopes &&
@@ -5322,6 +6022,8 @@ module DocuSign_eSign
5322
6022
  allow_external_linked_accounts_metadata == o.allow_external_linked_accounts_metadata &&
5323
6023
  allow_external_signature_pad == o.allow_external_signature_pad &&
5324
6024
  allow_external_signature_pad_metadata == o.allow_external_signature_pad_metadata &&
6025
+ allow_idv_for_eu_qualified_signatures == o.allow_idv_for_eu_qualified_signatures &&
6026
+ allow_idv_for_eu_qualified_signatures_metadata == o.allow_idv_for_eu_qualified_signatures_metadata &&
5325
6027
  allow_idv_level1 == o.allow_idv_level1 &&
5326
6028
  allow_idv_level1_metadata == o.allow_idv_level1_metadata &&
5327
6029
  allow_idv_level2 == o.allow_idv_level2 &&
@@ -5370,8 +6072,12 @@ module DocuSign_eSign
5370
6072
  allow_organization_to_use_remote_notary_metadata == o.allow_organization_to_use_remote_notary_metadata &&
5371
6073
  allow_organization_to_use_third_party_electronic_notary == o.allow_organization_to_use_third_party_electronic_notary &&
5372
6074
  allow_organization_to_use_third_party_electronic_notary_metadata == o.allow_organization_to_use_third_party_electronic_notary_metadata &&
6075
+ allow_participant_recipient_type == o.allow_participant_recipient_type &&
6076
+ allow_participant_recipient_type_metadata == o.allow_participant_recipient_type_metadata &&
5373
6077
  allow_payment_processing == o.allow_payment_processing &&
5374
6078
  allow_payment_processing_metadata == o.allow_payment_processing_metadata &&
6079
+ allow_performance_analytics == o.allow_performance_analytics &&
6080
+ allow_performance_analytics_metadata == o.allow_performance_analytics_metadata &&
5375
6081
  allow_phone_authentication == o.allow_phone_authentication &&
5376
6082
  allow_phone_authentication_metadata == o.allow_phone_authentication_metadata &&
5377
6083
  allow_phone_auth_override == o.allow_phone_auth_override &&
@@ -5523,6 +6229,8 @@ module DocuSign_eSign
5523
6229
  email_template_version_metadata == o.email_template_version_metadata &&
5524
6230
  enable_access_code_generator == o.enable_access_code_generator &&
5525
6231
  enable_access_code_generator_metadata == o.enable_access_code_generator_metadata &&
6232
+ enable_adm_healthcare == o.enable_adm_healthcare &&
6233
+ enable_adm_healthcare_metadata == o.enable_adm_healthcare_metadata &&
5526
6234
  enable_advanced_payments == o.enable_advanced_payments &&
5527
6235
  enable_advanced_payments_metadata == o.enable_advanced_payments_metadata &&
5528
6236
  enable_advanced_power_forms == o.enable_advanced_power_forms &&
@@ -5537,11 +6245,23 @@ module DocuSign_eSign
5537
6245
  enable_bcc_dummy_link_metadata == o.enable_bcc_dummy_link_metadata &&
5538
6246
  enable_calculated_fields == o.enable_calculated_fields &&
5539
6247
  enable_calculated_fields_metadata == o.enable_calculated_fields_metadata &&
6248
+ enable_click_plus == o.enable_click_plus &&
6249
+ enable_click_plus_conditional_content == o.enable_click_plus_conditional_content &&
6250
+ enable_click_plus_conditional_content_meta_data == o.enable_click_plus_conditional_content_meta_data &&
6251
+ enable_click_plus_custom_fields == o.enable_click_plus_custom_fields &&
6252
+ enable_click_plus_custom_fields_meta_data == o.enable_click_plus_custom_fields_meta_data &&
6253
+ enable_click_plus_custom_style == o.enable_click_plus_custom_style &&
6254
+ enable_click_plus_custom_style_meta_data == o.enable_click_plus_custom_style_meta_data &&
6255
+ enable_click_plus_dynamic_content == o.enable_click_plus_dynamic_content &&
6256
+ enable_click_plus_dynamic_content_meta_data == o.enable_click_plus_dynamic_content_meta_data &&
6257
+ enable_click_plus_meta_data == o.enable_click_plus_meta_data &&
5540
6258
  enable_clickwraps == o.enable_clickwraps &&
5541
6259
  enable_clickwraps_metadata == o.enable_clickwraps_metadata &&
5542
6260
  enable_combined_pdf_download_for_sbs == o.enable_combined_pdf_download_for_sbs &&
5543
6261
  enable_comments_history_download_in_signing == o.enable_comments_history_download_in_signing &&
5544
6262
  enable_comments_history_download_in_signing_metadata == o.enable_comments_history_download_in_signing_metadata &&
6263
+ enable_contact_suggestions == o.enable_contact_suggestions &&
6264
+ enable_contact_suggestions_metadata == o.enable_contact_suggestions_metadata &&
5545
6265
  enable_customer_satisfaction_metric_tracking == o.enable_customer_satisfaction_metric_tracking &&
5546
6266
  enable_customer_satisfaction_metric_tracking_metadata == o.enable_customer_satisfaction_metric_tracking_metadata &&
5547
6267
  enable_ds_pro == o.enable_ds_pro &&
@@ -5550,6 +6270,8 @@ module DocuSign_eSign
5550
6270
  enable_envelope_stamping_by_account_admin_metadata == o.enable_envelope_stamping_by_account_admin_metadata &&
5551
6271
  enable_envelope_stamping_by_ds_admin == o.enable_envelope_stamping_by_ds_admin &&
5552
6272
  enable_envelope_stamping_by_ds_admin_metadata == o.enable_envelope_stamping_by_ds_admin_metadata &&
6273
+ enable_e_sign_api_hourly_limit_management == o.enable_e_sign_api_hourly_limit_management &&
6274
+ enable_e_sign_api_hourly_limit_management_metadata == o.enable_e_sign_api_hourly_limit_management_metadata &&
5553
6275
  enable_esign_communities == o.enable_esign_communities &&
5554
6276
  enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
5555
6277
  enable_id_fx_accountless_sms_auth_for_part11 == o.enable_id_fx_accountless_sms_auth_for_part11 &&
@@ -5562,6 +6284,7 @@ module DocuSign_eSign
5562
6284
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
5563
6285
  enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
5564
6286
  enable_key_terms_suggestions_by_document_type_metadata == o.enable_key_terms_suggestions_by_document_type_metadata &&
6287
+ enable_participant_recipient_setting_metadata == o.enable_participant_recipient_setting_metadata &&
5565
6288
  enable_payment_processing == o.enable_payment_processing &&
5566
6289
  enable_payment_processing_metadata == o.enable_payment_processing_metadata &&
5567
6290
  enable_pdfa_conversion == o.enable_pdfa_conversion &&
@@ -5639,6 +6362,12 @@ module DocuSign_eSign
5639
6362
  envelope_integration_allowed_metadata == o.envelope_integration_allowed_metadata &&
5640
6363
  envelope_integration_enabled == o.envelope_integration_enabled &&
5641
6364
  envelope_integration_enabled_metadata == o.envelope_integration_enabled_metadata &&
6365
+ envelope_limits_total_document_size_allowed_in_mb == o.envelope_limits_total_document_size_allowed_in_mb &&
6366
+ envelope_limits_total_document_size_allowed_in_mb_enabled == o.envelope_limits_total_document_size_allowed_in_mb_enabled &&
6367
+ envelope_limits_total_document_size_allowed_in_mb_enabled_metadata == o.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata &&
6368
+ envelope_limits_total_document_size_allowed_in_mb_metadata == o.envelope_limits_total_document_size_allowed_in_mb_metadata &&
6369
+ envelope_search_mode == o.envelope_search_mode &&
6370
+ envelope_search_mode_metadata == o.envelope_search_mode_metadata &&
5642
6371
  envelope_stamping_default_value == o.envelope_stamping_default_value &&
5643
6372
  envelope_stamping_default_value_metadata == o.envelope_stamping_default_value_metadata &&
5644
6373
  exit_prompt == o.exit_prompt &&
@@ -5672,6 +6401,8 @@ module DocuSign_eSign
5672
6401
  id_check_required_metadata == o.id_check_required_metadata &&
5673
6402
  identity_verification == o.identity_verification &&
5674
6403
  identity_verification_metadata == o.identity_verification_metadata &&
6404
+ idfx_kba_authentication_override == o.idfx_kba_authentication_override &&
6405
+ idfx_kba_authentication_override_metadata == o.idfx_kba_authentication_override_metadata &&
5675
6406
  idfx_phone_authentication_override == o.idfx_phone_authentication_override &&
5676
6407
  idfx_phone_authentication_override_metadata == o.idfx_phone_authentication_override_metadata &&
5677
6408
  ignore_error_if_anchor_tab_not_found == o.ignore_error_if_anchor_tab_not_found &&
@@ -5690,6 +6421,8 @@ module DocuSign_eSign
5690
6421
  maximum_users_per_signing_group == o.maximum_users_per_signing_group &&
5691
6422
  maximum_users_per_signing_group_metadata == o.maximum_users_per_signing_group_metadata &&
5692
6423
  max_number_of_custom_stamps == o.max_number_of_custom_stamps &&
6424
+ merge_mixed_mode_results == o.merge_mixed_mode_results &&
6425
+ merge_mixed_mode_results_metadata == o.merge_mixed_mode_results_metadata &&
5693
6426
  mobile_session_timeout == o.mobile_session_timeout &&
5694
6427
  mobile_session_timeout_metadata == o.mobile_session_timeout_metadata &&
5695
6428
  number_of_active_custom_stamps == o.number_of_active_custom_stamps &&
@@ -5699,6 +6432,12 @@ module DocuSign_eSign
5699
6432
  opt_out_auto_nav_text_and_tab_color_updates_metadata == o.opt_out_auto_nav_text_and_tab_color_updates_metadata &&
5700
6433
  opt_out_new_platform_seal == o.opt_out_new_platform_seal &&
5701
6434
  opt_out_new_platform_seal_platform_metadata == o.opt_out_new_platform_seal_platform_metadata &&
6435
+ pdf_max_chunked_upload_part_size == o.pdf_max_chunked_upload_part_size &&
6436
+ pdf_max_chunked_upload_part_size_metadata == o.pdf_max_chunked_upload_part_size_metadata &&
6437
+ pdf_max_chunked_upload_total_size == o.pdf_max_chunked_upload_total_size &&
6438
+ pdf_max_chunked_upload_total_size_metadata == o.pdf_max_chunked_upload_total_size_metadata &&
6439
+ pdf_max_individual_upload_size == o.pdf_max_individual_upload_size &&
6440
+ pdf_max_individual_upload_size_metadata == o.pdf_max_individual_upload_size_metadata &&
5702
6441
  phone_auth_recipient_may_provide_phone_number == o.phone_auth_recipient_may_provide_phone_number &&
5703
6442
  phone_auth_recipient_may_provide_phone_number_metadata == o.phone_auth_recipient_may_provide_phone_number_metadata &&
5704
6443
  pki_sign_downloaded_pdf_docs == o.pki_sign_downloaded_pdf_docs &&
@@ -5829,10 +6568,14 @@ module DocuSign_eSign
5829
6568
  use_derived_keys_metadata == o.use_derived_keys_metadata &&
5830
6569
  use_docu_sign_express_signer_certificate == o.use_docu_sign_express_signer_certificate &&
5831
6570
  use_docu_sign_express_signer_certificate_metadata == o.use_docu_sign_express_signer_certificate_metadata &&
6571
+ use_envelope_search_mixed_mode == o.use_envelope_search_mixed_mode &&
6572
+ use_envelope_search_mixed_mode_metadata == o.use_envelope_search_mixed_mode_metadata &&
5832
6573
  use_multi_app_groups_data == o.use_multi_app_groups_data &&
5833
6574
  use_multi_app_groups_data_metadata == o.use_multi_app_groups_data_metadata &&
5834
6575
  use_new_blob_for_pdf == o.use_new_blob_for_pdf &&
5835
6576
  use_new_blob_for_pdf_metadata == o.use_new_blob_for_pdf_metadata &&
6577
+ use_new_envelope_search == o.use_new_envelope_search &&
6578
+ use_new_envelope_search_metadata == o.use_new_envelope_search_metadata &&
5836
6579
  use_safe_signer_certificates == o.use_safe_signer_certificates &&
5837
6580
  use_safe_signer_certificates_metadata == o.use_safe_signer_certificates_metadata &&
5838
6581
  uses_api == o.uses_api &&
@@ -5867,7 +6610,7 @@ module DocuSign_eSign
5867
6610
  # Calculates hash code according to all attributes.
5868
6611
  # @return [Fixnum] Hash code
5869
6612
  def hash
5870
- [access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_delayed_routing, allow_delayed_routing_metadata, allow_delegated_signing, allow_delegated_signing_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_electronic_notary, allow_in_person_electronic_notary_metadata, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_managing_envelopes_on_behalf_of_others, allow_managing_envelopes_on_behalf_of_others_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organization_docusign_monitor, allow_organization_docusign_monitor_metadata, allow_organization_domain_user_management, allow_organization_domain_user_management_metadata, allow_organizations, allow_organizations_metadata, allow_organization_sso_management, allow_organization_sso_management_metadata, allow_organization_to_use_in_person_electronic_notary, allow_organization_to_use_in_person_electronic_notary_metadata, allow_organization_to_use_remote_notary, allow_organization_to_use_remote_notary_metadata, allow_organization_to_use_third_party_electronic_notary, allow_organization_to_use_third_party_electronic_notary_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_scheduled_sending, allow_scheduled_sending_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_sending_envelopes_on_behalf_of_others, allow_sending_envelopes_on_behalf_of_others_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_third_party_electronic_notary, allow_third_party_electronic_notary_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, allow_web_forms, allow_web_forms_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_action_resend_limit, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr21_simplified_signing_enabled, cfr21_simplified_signing_enabled_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, dss_sign_28411_enable_leave_page_prompt_radmin_option, dss_sign_29182_slide_up_bar_radmin_option, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_accountless_sms_auth_for_part11, enable_id_fx_accountless_sms_auth_for_part11_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_id_fx_phone_authentication, enable_id_fx_phone_authentication_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_key_terms_suggestions_by_document_type, enable_key_terms_suggestions_by_document_type_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_site_specific_api, enable_search_site_specific_api_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_sms_delivery_primary, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, finish_reminder, finish_reminder_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, read_only_mode, read_only_mode_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_lockout_recipient_notification, send_lockout_recipient_notification_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, use_smart_contracts_v1, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
6613
+ [access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_agreement_orchestration_workflows, allow_agreement_orchestration_workflows_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_o_auth_ui, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_delayed_routing, allow_delayed_routing_metadata, allow_delegated_signing, allow_delegated_signing_metadata, allow_doc_gen_documents, allow_doc_gen_documents_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_for_eu_qualified_signatures, allow_idv_for_eu_qualified_signatures_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_electronic_notary, allow_in_person_electronic_notary_metadata, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_managing_envelopes_on_behalf_of_others, allow_managing_envelopes_on_behalf_of_others_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organization_docusign_monitor, allow_organization_docusign_monitor_metadata, allow_organization_domain_user_management, allow_organization_domain_user_management_metadata, allow_organizations, allow_organizations_metadata, allow_organization_sso_management, allow_organization_sso_management_metadata, allow_organization_to_use_in_person_electronic_notary, allow_organization_to_use_in_person_electronic_notary_metadata, allow_organization_to_use_remote_notary, allow_organization_to_use_remote_notary_metadata, allow_organization_to_use_third_party_electronic_notary, allow_organization_to_use_third_party_electronic_notary_metadata, allow_participant_recipient_type, allow_participant_recipient_type_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_performance_analytics, allow_performance_analytics_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_scheduled_sending, allow_scheduled_sending_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_sending_envelopes_on_behalf_of_others, allow_sending_envelopes_on_behalf_of_others_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_third_party_electronic_notary, allow_third_party_electronic_notary_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, allow_web_forms, allow_web_forms_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_action_resend_limit, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr21_simplified_signing_enabled, cfr21_simplified_signing_enabled_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, dss_sign_28411_enable_leave_page_prompt_radmin_option, dss_sign_29182_slide_up_bar_radmin_option, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_adm_healthcare, enable_adm_healthcare_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_click_plus, enable_click_plus_conditional_content, enable_click_plus_conditional_content_meta_data, enable_click_plus_custom_fields, enable_click_plus_custom_fields_meta_data, enable_click_plus_custom_style, enable_click_plus_custom_style_meta_data, enable_click_plus_dynamic_content, enable_click_plus_dynamic_content_meta_data, enable_click_plus_meta_data, enable_clickwraps, enable_clickwraps_metadata, enable_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_contact_suggestions, enable_contact_suggestions_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_e_sign_api_hourly_limit_management, enable_e_sign_api_hourly_limit_management_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_accountless_sms_auth_for_part11, enable_id_fx_accountless_sms_auth_for_part11_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_id_fx_phone_authentication, enable_id_fx_phone_authentication_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_key_terms_suggestions_by_document_type, enable_key_terms_suggestions_by_document_type_metadata, enable_participant_recipient_setting_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_site_specific_api, enable_search_site_specific_api_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_sms_delivery_primary, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb, envelope_limits_total_document_size_allowed_in_mb_enabled, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb_metadata, envelope_search_mode, envelope_search_mode_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, finish_reminder, finish_reminder_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_kba_authentication_override, idfx_kba_authentication_override_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, merge_mixed_mode_results, merge_mixed_mode_results_metadata, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, pdf_max_chunked_upload_part_size, pdf_max_chunked_upload_part_size_metadata, pdf_max_chunked_upload_total_size, pdf_max_chunked_upload_total_size_metadata, pdf_max_individual_upload_size, pdf_max_individual_upload_size_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, read_only_mode, read_only_mode_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_lockout_recipient_notification, send_lockout_recipient_notification_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_envelope_search_mixed_mode, use_envelope_search_mixed_mode_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_new_envelope_search, use_new_envelope_search_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, use_smart_contracts_v1, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
5871
6614
  end
5872
6615
 
5873
6616
  # Builds the object from hash