docusign_esign 3.12.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (355) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +54 -0
  3. data/docusign_esign.gemspec +5 -5
  4. data/lib/docusign_esign/api/accounts_api.rb +83 -433
  5. data/lib/docusign_esign/api/billing_api.rb +12 -4
  6. data/lib/docusign_esign/api/bulk_envelopes_api.rb +93 -26
  7. data/lib/docusign_esign/api/bulk_process_data_api.rb +412 -0
  8. data/lib/docusign_esign/api/bulk_process_data_send_api.rb +252 -0
  9. data/lib/docusign_esign/api/connect_api.rb +239 -5
  10. data/lib/docusign_esign/api/email_archive_api.rb +8 -8
  11. data/lib/docusign_esign/api/envelopes_api.rb +1435 -207
  12. data/lib/docusign_esign/api/notary_api.rb +16 -16
  13. data/lib/docusign_esign/api/organizations_api.rb +8 -60
  14. data/lib/docusign_esign/api/power_forms_api.rb +24 -16
  15. data/lib/docusign_esign/api/templates_api.rb +20 -79
  16. data/lib/docusign_esign/api/users_api.rb +22 -14
  17. data/lib/docusign_esign/api/workspaces_api.rb +4 -4
  18. data/lib/docusign_esign/client/api_client.rb +16 -10
  19. data/lib/docusign_esign/client/api_error.rb +1 -1
  20. data/lib/docusign_esign/client/auth/oauth.rb +1 -1
  21. data/lib/docusign_esign/models/access_code_format.rb +6 -0
  22. data/lib/docusign_esign/models/account_billing_plan.rb +25 -4
  23. data/lib/docusign_esign/models/account_billing_plan_response.rb +37 -10
  24. data/lib/docusign_esign/models/account_identity_verification_step.rb +1 -0
  25. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +2 -0
  26. data/lib/docusign_esign/models/account_information.rb +11 -1
  27. data/lib/docusign_esign/models/account_notification.rb +3 -0
  28. data/lib/docusign_esign/models/account_password_questions_required.rb +1 -0
  29. data/lib/docusign_esign/models/account_password_rules.rb +7 -0
  30. data/lib/docusign_esign/models/account_role_settings.rb +81 -4
  31. data/lib/docusign_esign/models/account_settings_information.rb +1075 -13
  32. data/lib/docusign_esign/models/account_shared_access.rb +1 -0
  33. data/lib/docusign_esign/models/account_signature.rb +2 -0
  34. data/lib/docusign_esign/models/account_signature_definition.rb +1 -0
  35. data/lib/docusign_esign/models/account_signature_provider.rb +1 -0
  36. data/lib/docusign_esign/models/account_signature_provider_option.rb +1 -0
  37. data/lib/docusign_esign/models/account_ui_settings.rb +28 -13
  38. data/lib/docusign_esign/models/address_information_input.rb +1 -0
  39. data/lib/docusign_esign/models/agent.rb +45 -1
  40. data/lib/docusign_esign/models/app_store_receipt.rb +21 -1
  41. data/lib/docusign_esign/models/approve.rb +65 -1
  42. data/lib/docusign_esign/models/authentication_status.rb +19 -0
  43. data/lib/docusign_esign/models/bcc_email_archive.rb +3 -0
  44. data/lib/docusign_esign/models/bcc_email_archive_history.rb +2 -0
  45. data/lib/docusign_esign/models/bcc_email_archive_list.rb +1 -0
  46. data/lib/docusign_esign/models/billing_charge.rb +1 -1
  47. data/lib/docusign_esign/models/billing_entity_information_response.rb +214 -0
  48. data/lib/docusign_esign/models/billing_invoice_item.rb +21 -1
  49. data/lib/docusign_esign/models/billing_invoices_summary.rb +21 -1
  50. data/lib/docusign_esign/models/billing_plan_information.rb +52 -4
  51. data/lib/docusign_esign/models/billing_plan_preview.rb +1 -0
  52. data/lib/docusign_esign/models/billing_plan_response.rb +1 -0
  53. data/lib/docusign_esign/models/billing_plan_update_response.rb +1 -0
  54. data/lib/docusign_esign/models/brand.rb +4 -0
  55. data/lib/docusign_esign/models/brand_email_content.rb +1 -0
  56. data/lib/docusign_esign/models/brand_link.rb +1 -0
  57. data/lib/docusign_esign/models/brand_logos.rb +1 -0
  58. data/lib/docusign_esign/models/brand_request.rb +1 -0
  59. data/lib/docusign_esign/models/brand_resource_urls.rb +1 -0
  60. data/lib/docusign_esign/models/brand_resources.rb +3 -0
  61. data/lib/docusign_esign/models/brands_request.rb +1 -0
  62. data/lib/docusign_esign/models/bulk_envelope.rb +1 -0
  63. data/lib/docusign_esign/models/bulk_process_request.rb +194 -0
  64. data/lib/docusign_esign/models/bulk_process_response.rb +248 -0
  65. data/lib/docusign_esign/models/bulk_process_result.rb +206 -0
  66. data/lib/docusign_esign/models/bulk_processing_list_summaries.rb +186 -0
  67. data/lib/docusign_esign/models/bulk_processing_list_summary.rb +214 -0
  68. data/lib/docusign_esign/models/bulk_processing_lists.rb +186 -0
  69. data/lib/docusign_esign/models/bulk_recipients_update_response.rb +1 -0
  70. data/lib/docusign_esign/models/bulk_send_batch_action_request.rb +204 -0
  71. data/lib/docusign_esign/models/bulk_send_batch_error.rb +194 -0
  72. data/lib/docusign_esign/models/bulk_send_batch_status.rb +42 -1
  73. data/lib/docusign_esign/models/bulk_send_batch_summaries.rb +22 -1
  74. data/lib/docusign_esign/models/bulk_send_batch_summary.rb +1 -0
  75. data/lib/docusign_esign/models/bulk_send_envelopes_info.rb +304 -0
  76. data/lib/docusign_esign/models/bulk_send_error_status.rb +12 -1
  77. data/lib/docusign_esign/models/bulk_send_request.rb +1 -0
  78. data/lib/docusign_esign/models/bulk_send_response.rb +1 -0
  79. data/lib/docusign_esign/models/bulk_send_test_response.rb +1 -0
  80. data/lib/docusign_esign/models/bulk_sending_copy.rb +1 -0
  81. data/lib/docusign_esign/models/bulk_sending_copy_custom_field.rb +1 -0
  82. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +5 -0
  83. data/lib/docusign_esign/models/bulk_sending_copy_tab.rb +1 -0
  84. data/lib/docusign_esign/models/bulk_sending_list.rb +1 -0
  85. data/lib/docusign_esign/models/bulk_sending_list_summaries.rb +1 -0
  86. data/lib/docusign_esign/models/bulk_sending_list_summary.rb +1 -0
  87. data/lib/docusign_esign/models/captive_recipient.rb +2 -0
  88. data/lib/docusign_esign/models/captive_recipient_information.rb +1 -0
  89. data/lib/docusign_esign/models/carbon_copy.rb +48 -1
  90. data/lib/docusign_esign/models/certified_delivery.rb +47 -1
  91. data/lib/docusign_esign/models/checkbox.rb +109 -1
  92. data/lib/docusign_esign/models/chunked_upload_part.rb +1 -0
  93. data/lib/docusign_esign/models/chunked_upload_request.rb +1 -0
  94. data/lib/docusign_esign/models/chunked_upload_response.rb +1 -0
  95. data/lib/docusign_esign/models/cloud_storage_provider.rb +2 -0
  96. data/lib/docusign_esign/models/comment_thread.rb +63 -1
  97. data/lib/docusign_esign/models/commission_county.rb +72 -1
  98. data/lib/docusign_esign/models/commission_expiration.rb +72 -1
  99. data/lib/docusign_esign/models/commission_number.rb +72 -1
  100. data/lib/docusign_esign/models/commission_state.rb +72 -1
  101. data/lib/docusign_esign/models/company.rb +72 -1
  102. data/lib/docusign_esign/models/composite_template.rb +2 -0
  103. data/lib/docusign_esign/models/conditional_recipient_rule.rb +2 -0
  104. data/lib/docusign_esign/models/connect_config_results.rb +1 -0
  105. data/lib/docusign_esign/models/connect_custom_configuration.rb +60 -4
  106. data/lib/docusign_esign/models/connect_debug_log.rb +1 -0
  107. data/lib/docusign_esign/models/connect_delete_failure_result.rb +174 -0
  108. data/lib/docusign_esign/models/connect_event_data.rb +1 -0
  109. data/lib/docusign_esign/models/connect_failure_filter.rb +1 -0
  110. data/lib/docusign_esign/models/connect_failure_result.rb +1 -0
  111. data/lib/docusign_esign/models/connect_historical_envelope_republish.rb +195 -0
  112. data/lib/docusign_esign/models/connect_log.rb +1 -0
  113. data/lib/docusign_esign/models/connect_o_auth_config.rb +214 -0
  114. data/lib/docusign_esign/models/connect_salesforce_field.rb +1 -0
  115. data/lib/docusign_esign/models/connect_salesforce_object.rb +1 -0
  116. data/lib/docusign_esign/models/connect_user_info.rb +214 -0
  117. data/lib/docusign_esign/models/consent_details.rb +204 -0
  118. data/lib/docusign_esign/models/console_view_request.rb +1 -0
  119. data/lib/docusign_esign/models/consumer_disclosure.rb +3 -0
  120. data/lib/docusign_esign/models/contact.rb +12 -1
  121. data/lib/docusign_esign/models/contact_get_response.rb +1 -0
  122. data/lib/docusign_esign/models/contact_mod_request.rb +1 -0
  123. data/lib/docusign_esign/models/contact_phone_number.rb +1 -0
  124. data/lib/docusign_esign/models/contact_update_response.rb +1 -0
  125. data/lib/docusign_esign/models/correct_view_request.rb +12 -1
  126. data/lib/docusign_esign/models/credit_card_information.rb +2 -0
  127. data/lib/docusign_esign/models/currency.rb +95 -1
  128. data/lib/docusign_esign/models/currency_feature_set_price.rb +1 -0
  129. data/lib/docusign_esign/models/currency_plan_price.rb +1 -0
  130. data/lib/docusign_esign/models/custom_field.rb +2 -0
  131. data/lib/docusign_esign/models/date.rb +98 -1
  132. data/lib/docusign_esign/models/date_signed.rb +66 -1
  133. data/lib/docusign_esign/models/date_stamp_properties.rb +1 -0
  134. data/lib/docusign_esign/models/decline.rb +66 -1
  135. data/lib/docusign_esign/models/delayed_routing.rb +206 -0
  136. data/lib/docusign_esign/models/delayed_routing_api_model.rb +206 -0
  137. data/lib/docusign_esign/models/delegation_info.rb +214 -0
  138. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  139. data/lib/docusign_esign/models/document.rb +3 -0
  140. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  141. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  142. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  143. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  144. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  145. data/lib/docusign_esign/models/document_template.rb +1 -0
  146. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  147. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  148. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  149. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  150. data/lib/docusign_esign/models/downgrade_plan_update_response.rb +11 -1
  151. data/lib/docusign_esign/models/downgrade_request_information.rb +204 -0
  152. data/lib/docusign_esign/models/draw.rb +60 -1
  153. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  154. data/lib/docusign_esign/models/editor.rb +46 -1
  155. data/lib/docusign_esign/models/email.rb +98 -1
  156. data/lib/docusign_esign/models/email_address.rb +66 -1
  157. data/lib/docusign_esign/models/envelope.rb +20 -1
  158. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  159. data/lib/docusign_esign/models/envelope_custom_metadata.rb +186 -0
  160. data/lib/docusign_esign/models/envelope_definition.rb +23 -1
  161. data/lib/docusign_esign/models/envelope_delay_rule.rb +194 -0
  162. data/lib/docusign_esign/models/envelope_delay_rule_api_model.rb +195 -0
  163. data/lib/docusign_esign/models/envelope_document.rb +7 -0
  164. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  165. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  166. data/lib/docusign_esign/models/envelope_id.rb +65 -1
  167. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  168. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  169. data/lib/docusign_esign/models/envelope_publish_transaction.rb +307 -0
  170. data/lib/docusign_esign/models/envelope_publish_transaction_error_rollup.rb +194 -0
  171. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  172. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  173. data/lib/docusign_esign/models/envelope_template.rb +22 -1
  174. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  175. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  176. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  177. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  178. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  179. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  180. data/lib/docusign_esign/models/event_notification.rb +24 -1
  181. data/lib/docusign_esign/models/event_result.rb +1 -0
  182. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  183. data/lib/docusign_esign/models/external_file.rb +1 -0
  184. data/lib/docusign_esign/models/external_folder.rb +1 -0
  185. data/lib/docusign_esign/models/external_primary_account_recipient_auth_requirements.rb +214 -0
  186. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  187. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  188. data/lib/docusign_esign/models/feature_set.rb +1 -0
  189. data/lib/docusign_esign/models/filter.rb +1 -0
  190. data/lib/docusign_esign/models/first_name.rb +66 -1
  191. data/lib/docusign_esign/models/folder.rb +4 -0
  192. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  193. data/lib/docusign_esign/models/folder_item_v2.rb +13 -1
  194. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  195. data/lib/docusign_esign/models/folders_request.rb +1 -0
  196. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  197. data/lib/docusign_esign/models/formula_tab.rb +103 -1
  198. data/lib/docusign_esign/models/full_name.rb +66 -1
  199. data/lib/docusign_esign/models/group.rb +13 -1
  200. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  201. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  202. data/lib/docusign_esign/models/id_evidence_resource_token.rb +194 -0
  203. data/lib/docusign_esign/models/id_evidence_view_link.rb +184 -0
  204. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  205. data/lib/docusign_esign/models/initial_here.rb +60 -1
  206. data/lib/docusign_esign/models/inline_template.rb +3 -0
  207. data/lib/docusign_esign/models/integrated_connect_user_info_list.rb +246 -0
  208. data/lib/docusign_esign/models/intermediary.rb +46 -1
  209. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  210. data/lib/docusign_esign/models/last_name.rb +66 -1
  211. data/lib/docusign_esign/models/linked_external_primary_account.rb +21 -1
  212. data/lib/docusign_esign/models/list.rb +112 -1
  213. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  214. data/lib/docusign_esign/models/list_item.rb +4 -0
  215. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  216. data/lib/docusign_esign/models/lock_information.rb +2 -0
  217. data/lib/docusign_esign/models/lock_request.rb +1 -0
  218. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  219. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  220. data/lib/docusign_esign/models/merge_field.rb +6 -0
  221. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  222. data/lib/docusign_esign/models/money.rb +1 -0
  223. data/lib/docusign_esign/models/name_value.rb +2 -0
  224. data/lib/docusign_esign/models/new_account_definition.rb +53 -4
  225. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  226. data/lib/docusign_esign/models/new_user.rb +2 -0
  227. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  228. data/lib/docusign_esign/models/notarize.rb +58 -1
  229. data/lib/docusign_esign/models/notary.rb +1 -0
  230. data/lib/docusign_esign/models/notary_host.rb +20 -0
  231. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  232. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  233. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  234. data/lib/docusign_esign/models/notary_recipient.rb +93 -1
  235. data/lib/docusign_esign/models/notary_result.rb +2 -0
  236. data/lib/docusign_esign/models/notary_seal.rb +59 -1
  237. data/lib/docusign_esign/models/note.rb +67 -1
  238. data/lib/docusign_esign/models/notification.rb +2 -0
  239. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  240. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  241. data/lib/docusign_esign/models/number.rb +100 -1
  242. data/lib/docusign_esign/models/page.rb +1 -0
  243. data/lib/docusign_esign/models/participant.rb +908 -0
  244. data/lib/docusign_esign/models/payment_details.rb +16 -1
  245. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  246. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  247. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  248. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  249. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  250. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  251. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  252. data/lib/docusign_esign/models/phone_number.rb +72 -1
  253. data/lib/docusign_esign/models/poly_line_overlay.rb +60 -1
  254. data/lib/docusign_esign/models/power_form.rb +2 -0
  255. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  256. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  257. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  258. data/lib/docusign_esign/models/prefill_tabs.rb +65 -4
  259. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  260. data/lib/docusign_esign/models/radio.rb +48 -1
  261. data/lib/docusign_esign/models/radio_group.rb +78 -4
  262. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  263. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  264. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  265. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +44 -4
  266. data/lib/docusign_esign/models/recipient_identity_verification.rb +15 -4
  267. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  268. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  269. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  270. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  271. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  272. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  273. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  274. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  275. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  276. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  277. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +102 -2
  278. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  279. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  280. data/lib/docusign_esign/models/recipients.rb +14 -1
  281. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  282. data/lib/docusign_esign/models/reserved_domain_existence.rb +194 -0
  283. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  284. data/lib/docusign_esign/models/scheduled_sending.rb +216 -0
  285. data/lib/docusign_esign/models/scheduled_sending_api_model.rb +206 -0
  286. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  287. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  288. data/lib/docusign_esign/models/sender_company.rb +65 -1
  289. data/lib/docusign_esign/models/sender_email_notifications.rb +12 -1
  290. data/lib/docusign_esign/models/sender_name.rb +65 -1
  291. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  292. data/lib/docusign_esign/models/shared_item.rb +3 -0
  293. data/lib/docusign_esign/models/sign_here.rb +62 -1
  294. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  295. data/lib/docusign_esign/models/signature_type.rb +1 -0
  296. data/lib/docusign_esign/models/signer.rb +84 -1
  297. data/lib/docusign_esign/models/signer_attachment.rb +60 -1
  298. data/lib/docusign_esign/models/signing_group.rb +2 -0
  299. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  300. data/lib/docusign_esign/models/smart_section.rb +61 -1
  301. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  302. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  303. data/lib/docusign_esign/models/ssn.rb +98 -1
  304. data/lib/docusign_esign/models/stamp.rb +2 -0
  305. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  306. data/lib/docusign_esign/models/tab_account_settings.rb +42 -1
  307. data/lib/docusign_esign/models/tab_group.rb +61 -1
  308. data/lib/docusign_esign/models/tab_metadata.rb +34 -1
  309. data/lib/docusign_esign/models/tabs.rb +2 -0
  310. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  311. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  312. data/lib/docusign_esign/models/template_recipients.rb +14 -1
  313. data/lib/docusign_esign/models/template_role.rb +4 -0
  314. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  315. data/lib/docusign_esign/models/template_summary.rb +3 -0
  316. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  317. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  318. data/lib/docusign_esign/models/text.rb +100 -1
  319. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  320. data/lib/docusign_esign/models/title.rb +72 -1
  321. data/lib/docusign_esign/models/user_account_management_granular_information.rb +70 -1
  322. data/lib/docusign_esign/models/user_info.rb +1 -0
  323. data/lib/docusign_esign/models/user_information.rb +17 -1
  324. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  325. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  326. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  327. data/lib/docusign_esign/models/user_profile.rb +3 -0
  328. data/lib/docusign_esign/models/user_settings_information.rb +103 -4
  329. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  330. data/lib/docusign_esign/models/user_signature.rb +2 -0
  331. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  332. data/lib/docusign_esign/models/view.rb +66 -1
  333. data/lib/docusign_esign/models/witness.rb +84 -1
  334. data/lib/docusign_esign/models/workflow.rb +32 -1
  335. data/lib/docusign_esign/models/workflow_step.rb +13 -1
  336. data/lib/docusign_esign/models/workspace.rb +4 -0
  337. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  338. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  339. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  340. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  341. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  342. data/lib/docusign_esign/models/zip.rb +99 -1
  343. data/lib/docusign_esign/version.rb +1 -1
  344. data/lib/docusign_esign.rb +30 -17
  345. data/tests/spec/unit_tests_using_jwt_spec.rb +605 -449
  346. metadata +70 -44
  347. data/Gemfile.lock +0 -73
  348. data/docusign_esign-2.12.0.rc1.gem +0 -0
  349. data/docusign_esign-3.12.0.rc1.gem +0 -0
  350. data/lib/docusign_esign/.DS_Store +0 -0
  351. data/lib/docusign_esign/api/.DS_Store +0 -0
  352. data/lib/docusign_esign/client/.DS_Store +0 -0
  353. data/tests/.DS_Store +0 -0
  354. data/tests/Gemfile.lock +0 -46
  355. data/tests/docs/private.pem +0 -27
@@ -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,286 +136,426 @@ 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
 
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.
149
+ attr_accessor :allow_delayed_routing
150
+
151
+ #
152
+ attr_accessor :allow_delayed_routing_metadata
153
+
154
+ #
155
+ attr_accessor :allow_delegated_signing
156
+
157
+ #
158
+ attr_accessor :allow_delegated_signing_metadata
159
+
160
+ #
161
+ attr_accessor :allow_doc_gen_documents
162
+
163
+ attr_accessor :allow_doc_gen_documents_metadata
164
+
119
165
  #
120
166
  attr_accessor :allow_document_disclosures
121
167
 
168
+ # Metadata that indicates whether the `allowDocumentDisclosures` property is editable.
122
169
  attr_accessor :allow_document_disclosures_metadata
123
170
 
124
171
  #
125
172
  attr_accessor :allow_documents_on_signed_envelopes
126
173
 
174
+ # Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable.
127
175
  attr_accessor :allow_documents_on_signed_envelopes_metadata
128
176
 
129
177
  #
130
178
  attr_accessor :allow_document_visibility
131
179
 
180
+ # Metadata that indicates whether the `allowDocumentVisibility` property is editable.
132
181
  attr_accessor :allow_document_visibility_metadata
133
182
 
134
183
  #
135
184
  attr_accessor :allow_e_hanko_stamps
136
185
 
186
+ # Metadata that indicates whether the `allowEHankoStamps` property is editable.
137
187
  attr_accessor :allow_e_hanko_stamps_metadata
138
188
 
139
189
  #
140
190
  attr_accessor :allow_e_note_e_original
141
191
 
192
+ # Metadata that indicates whether the `allowENoteEOriginal` property is editable.
142
193
  attr_accessor :allow_e_note_e_original_metadata
143
194
 
144
195
  #
145
196
  attr_accessor :allow_envelope_correct
146
197
 
198
+ # Metadata that indicates whether the `allowEnvelopeCorrect` property is editable.
147
199
  attr_accessor :allow_envelope_correct_metadata
148
200
 
149
201
  #
150
202
  attr_accessor :allow_envelope_custody_transfer
151
203
 
204
+ # Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable.
152
205
  attr_accessor :allow_envelope_custody_transfer_metadata
153
206
 
154
207
  #
155
208
  attr_accessor :allow_envelope_custom_fields
156
209
 
210
+ # Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable.
157
211
  attr_accessor :allow_envelope_custom_fields_metadata
158
212
 
159
213
  #
160
214
  attr_accessor :allow_envelope_publish_reporting
161
215
 
216
+ # Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable.
162
217
  attr_accessor :allow_envelope_publish_reporting_metadata
163
218
 
164
219
  #
165
220
  attr_accessor :allow_envelope_reporting
166
221
 
222
+ # Metadata that indicates whether the `allowEnvelopeReporting` property is editable.
167
223
  attr_accessor :allow_envelope_reporting_metadata
168
224
 
169
225
  #
170
226
  attr_accessor :allow_expression
171
227
 
228
+ # Metadata that indicates whether the `allowExpression` property is editable.
172
229
  attr_accessor :allow_expression_metadata
173
230
 
174
231
  #
175
232
  attr_accessor :allow_express_signer_certificate
176
233
 
234
+ # Metadata that indicates whether the `allowExpressSignerCertificate` property is editable.
177
235
  attr_accessor :allow_express_signer_certificate_metadata
178
236
 
179
237
  #
180
238
  attr_accessor :allow_extended_sending_resource_file
181
239
 
240
+ # Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable.
182
241
  attr_accessor :allow_extended_sending_resource_file_metadata
183
242
 
184
243
  #
185
244
  attr_accessor :allow_external_linked_accounts
186
245
 
246
+ #
187
247
  attr_accessor :allow_external_linked_accounts_metadata
188
248
 
189
249
  #
190
250
  attr_accessor :allow_external_signature_pad
191
251
 
252
+ # Metadata that indicates whether the `allowExternalSignaturePad` property is editable.
192
253
  attr_accessor :allow_external_signature_pad_metadata
193
254
 
255
+ #
256
+ attr_accessor :allow_idv_for_eu_qualified_signatures
257
+
258
+ attr_accessor :allow_idv_for_eu_qualified_signatures_metadata
259
+
194
260
  #
195
261
  attr_accessor :allow_idv_level1
196
262
 
263
+ # Metadata that indicates whether the `allowIDVLevel1` property is editable.
197
264
  attr_accessor :allow_idv_level1_metadata
198
265
 
199
266
  #
200
267
  attr_accessor :allow_idv_level2
201
268
 
269
+ #
202
270
  attr_accessor :allow_idv_level2_metadata
203
271
 
204
272
  #
205
273
  attr_accessor :allow_idv_level3
206
274
 
275
+ #
207
276
  attr_accessor :allow_idv_level3_metadata
208
277
 
209
278
  #
210
279
  attr_accessor :allow_idv_platform
211
280
 
281
+ # Metadata that indicates whether the `allowIDVPlatform` property is editable.
212
282
  attr_accessor :allow_idv_platform_metadata
213
283
 
214
284
  #
215
285
  attr_accessor :allow_in_person
216
286
 
287
+ # Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions
288
+ attr_accessor :allow_in_person_electronic_notary
289
+
290
+ # MetaData for the allowInPersonElectronicNotary flag
291
+ attr_accessor :allow_in_person_electronic_notary_metadata
292
+
293
+ # Metadata that indicates whether the `allowInPerson` property is editable.
217
294
  attr_accessor :allow_in_person_metadata
218
295
 
219
296
  #
220
297
  attr_accessor :allow_managed_stamps
221
298
 
299
+ # Metadata that indicates whether the `allowManagedStamps` property is editable.
222
300
  attr_accessor :allow_managed_stamps_metadata
223
301
 
302
+ #
303
+ attr_accessor :allow_managing_envelopes_on_behalf_of_others
304
+
305
+ attr_accessor :allow_managing_envelopes_on_behalf_of_others_metadata
306
+
224
307
  # When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this
225
308
  attr_accessor :allow_markup
226
309
 
310
+ # Metadata that indicates whether the `allowMarkup` property is editable.
227
311
  attr_accessor :allow_markup_metadata
228
312
 
229
313
  #
230
314
  attr_accessor :allow_member_time_zone
231
315
 
316
+ # Metadata that indicates whether the `allowMemberTimeZone` property is editable.
232
317
  attr_accessor :allow_member_time_zone_metadata
233
318
 
234
319
  #
235
320
  attr_accessor :allow_merge_fields
236
321
 
322
+ # Metadata that indicates whether the `allowMergeFields` property is editable.
237
323
  attr_accessor :allow_merge_fields_metadata
238
324
 
239
325
  #
240
326
  attr_accessor :allow_multiple_brand_profiles
241
327
 
328
+ # Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable.
242
329
  attr_accessor :allow_multiple_brand_profiles_metadata
243
330
 
244
331
  #
245
332
  attr_accessor :allow_multiple_signer_attachments
246
333
 
334
+ # Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable.
247
335
  attr_accessor :allow_multiple_signer_attachments_metadata
248
336
 
249
337
  #
250
338
  attr_accessor :allow_non_us_phone_auth
251
339
 
340
+ # Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable.
252
341
  attr_accessor :allow_non_us_phone_auth_metadata
253
342
 
254
343
  #
255
344
  attr_accessor :allow_ocr_of_envelope_documents
256
345
 
346
+ #
257
347
  attr_accessor :allow_ocr_of_envelope_documents_metadata
258
348
 
259
349
  #
260
350
  attr_accessor :allow_offline_signing
261
351
 
352
+ # Metadata that indicates whether the `allowOfflineSigning` property is editable.
262
353
  attr_accessor :allow_offline_signing_metadata
263
354
 
264
355
  #
265
356
  attr_accessor :allow_open_trust_signer_certificate
266
357
 
358
+ # Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable.
267
359
  attr_accessor :allow_open_trust_signer_certificate_metadata
268
360
 
361
+ #
362
+ attr_accessor :allow_organization_docusign_monitor
363
+
364
+ #
365
+ attr_accessor :allow_organization_docusign_monitor_metadata
366
+
367
+ #
368
+ attr_accessor :allow_organization_domain_user_management
369
+
370
+ #
371
+ attr_accessor :allow_organization_domain_user_management_metadata
372
+
269
373
  #
270
374
  attr_accessor :allow_organizations
271
375
 
376
+ # Metadata that indicates whether the `allowOrganizations` property is editable.
272
377
  attr_accessor :allow_organizations_metadata
273
378
 
379
+ #
380
+ attr_accessor :allow_organization_sso_management
381
+
382
+ #
383
+ attr_accessor :allow_organization_sso_management_metadata
384
+
385
+ # Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions
386
+ attr_accessor :allow_organization_to_use_in_person_electronic_notary
387
+
388
+ # MetaData for the allowOrganizationToUseInPersonElectronicNotary flag
389
+ attr_accessor :allow_organization_to_use_in_person_electronic_notary_metadata
390
+
391
+ #
392
+ attr_accessor :allow_organization_to_use_remote_notary
393
+
394
+ #
395
+ attr_accessor :allow_organization_to_use_remote_notary_metadata
396
+
397
+ # Org level flag that determines the abailability to perform Third Party Notary (3PN) actions.
398
+ attr_accessor :allow_organization_to_use_third_party_electronic_notary
399
+
400
+ attr_accessor :allow_organization_to_use_third_party_electronic_notary_metadata
401
+
402
+ #
403
+ attr_accessor :allow_participant_recipient_type
404
+
405
+ attr_accessor :allow_participant_recipient_type_metadata
406
+
274
407
  #
275
408
  attr_accessor :allow_payment_processing
276
409
 
410
+ # Metadata that indicates whether the `allowPaymentProcessing` property is editable.
277
411
  attr_accessor :allow_payment_processing_metadata
278
412
 
279
413
  #
280
- attr_accessor :allow_personal_signer_certificate
414
+ attr_accessor :allow_performance_analytics
281
415
 
282
- attr_accessor :allow_personal_signer_certificate_metadata
416
+ attr_accessor :allow_performance_analytics_metadata
283
417
 
284
418
  #
285
419
  attr_accessor :allow_phone_authentication
286
420
 
421
+ # Metadata that indicates whether the `allowPhoneAuthentication` property is editable.
287
422
  attr_accessor :allow_phone_authentication_metadata
288
423
 
289
424
  #
290
425
  attr_accessor :allow_phone_auth_override
291
426
 
427
+ # Metadata that indicates whether the `allowPhoneAuthOverride` property is editable.
292
428
  attr_accessor :allow_phone_auth_override_metadata
293
429
 
294
430
  #
295
431
  attr_accessor :allow_private_signing_groups
296
432
 
433
+ # Metadata that indicates whether the `allowPrivateSigningGroups` property is editable.
297
434
  attr_accessor :allow_private_signing_groups_metadata
298
435
 
299
436
  #
300
437
  attr_accessor :allow_recipient_connect
301
438
 
439
+ #
302
440
  attr_accessor :allow_recipient_connect_metadata
303
441
 
304
442
  #
305
443
  attr_accessor :allow_reminders
306
444
 
445
+ # Metadata that indicates whether the `allowReminders` property is editable.
307
446
  attr_accessor :allow_reminders_metadata
308
447
 
309
448
  #
310
449
  attr_accessor :allow_remote_notary
311
450
 
451
+ #
312
452
  attr_accessor :allow_remote_notary_metadata
313
453
 
314
454
  #
315
455
  attr_accessor :allow_resource_file_branding
316
456
 
457
+ # Metadata that indicates whether the `allowResourceFileBranding` property is editable.
317
458
  attr_accessor :allow_resource_file_branding_metadata
318
459
 
319
460
  #
320
461
  attr_accessor :allow_safe_bio_pharma_signer_certificate
321
462
 
463
+ # Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable.
322
464
  attr_accessor :allow_safe_bio_pharma_signer_certificate_metadata
323
465
 
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.
467
+ attr_accessor :allow_scheduled_sending
468
+
469
+ #
470
+ attr_accessor :allow_scheduled_sending_metadata
471
+
324
472
  #
325
473
  attr_accessor :allow_security_appliance
326
474
 
475
+ # Metadata that indicates whether the `allowSecurityAppliance` property is editable.
327
476
  attr_accessor :allow_security_appliance_metadata
328
477
 
478
+ #
479
+ attr_accessor :allow_sending_envelopes_on_behalf_of_others
480
+
481
+ attr_accessor :allow_sending_envelopes_on_behalf_of_others_metadata
482
+
329
483
  #
330
484
  attr_accessor :allow_send_to_certified_delivery
331
485
 
486
+ # Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable.
332
487
  attr_accessor :allow_send_to_certified_delivery_metadata
333
488
 
334
489
  #
335
490
  attr_accessor :allow_send_to_intermediary
336
491
 
492
+ # Metadata that indicates whether the `allowSendToIntermediary` property is editable.
337
493
  attr_accessor :allow_send_to_intermediary_metadata
338
494
 
339
495
  #
340
496
  attr_accessor :allow_server_templates
341
497
 
498
+ # Metadata that indicates whether the `allowServerTemplates` property is editable.
342
499
  attr_accessor :allow_server_templates_metadata
343
500
 
344
501
  #
345
502
  attr_accessor :allow_set_embedded_recipient_start_url
346
503
 
504
+ #
347
505
  attr_accessor :allow_set_embedded_recipient_start_url_metadata
348
506
 
349
507
  #
350
508
  attr_accessor :allow_shared_tabs
351
509
 
510
+ # Metadata that indicates whether the `allowSharedTabs` property is editable.
352
511
  attr_accessor :allow_shared_tabs_metadata
353
512
 
354
513
  #
355
514
  attr_accessor :allow_signature_stamps
356
515
 
516
+ # Metadata that indicates whether the `allowSignatureStamps` property is editable.
357
517
  attr_accessor :allow_signature_stamps_metadata
358
518
 
359
519
  #
360
520
  attr_accessor :allow_sign_document_from_home_page
361
521
 
522
+ # Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable.
362
523
  attr_accessor :allow_sign_document_from_home_page_metadata
363
524
 
364
525
  #
365
526
  attr_accessor :allow_signer_reassign
366
527
 
528
+ # Metadata that indicates whether the `allowSignerReassign` property is editable.
367
529
  attr_accessor :allow_signer_reassign_metadata
368
530
 
369
531
  #
370
532
  attr_accessor :allow_signer_reassign_override
371
533
 
534
+ # Metadata that indicates whether the `allowSignerReassignOverride` property is editable.
372
535
  attr_accessor :allow_signer_reassign_override_metadata
373
536
 
374
537
  #
375
538
  attr_accessor :allow_signing_extensions
376
539
 
540
+ # Metadata that indicates whether the `allowSigningExtensions` property is editable.
377
541
  attr_accessor :allow_signing_extensions_metadata
378
542
 
379
543
  #
380
544
  attr_accessor :allow_signing_groups
381
545
 
546
+ # Metadata that indicates whether the `allowSigningGroups` property is editable.
382
547
  attr_accessor :allow_signing_groups_metadata
383
548
 
384
549
  #
385
550
  attr_accessor :allow_signing_insights
386
551
 
552
+ #
387
553
  attr_accessor :allow_signing_insights_metadata
388
554
 
389
555
  #
390
556
  attr_accessor :allow_signing_radio_deselect
391
557
 
558
+ # Metadata that indicates whether the `allowSigningRadioDeselect` property is editable.
392
559
  attr_accessor :allow_signing_radio_deselect_metadata
393
560
 
394
561
  #
@@ -400,213 +567,275 @@ module DocuSign_eSign
400
567
  #
401
568
  attr_accessor :allow_sms_delivery
402
569
 
570
+ #
403
571
  attr_accessor :allow_sms_delivery_metadata
404
572
 
405
573
  #
406
574
  attr_accessor :allow_social_id_login
407
575
 
576
+ # Deprecated.
408
577
  attr_accessor :allow_social_id_login_metadata
409
578
 
410
579
  #
411
580
  attr_accessor :allow_supplemental_documents
412
581
 
582
+ # Metadata that indicates whether the `allowSupplementalDocuments` property is editable.
413
583
  attr_accessor :allow_supplemental_documents_metadata
414
584
 
585
+ # Account level flag that determines the availability to perform Third Party Notary (3PN) actions.
586
+ attr_accessor :allow_third_party_electronic_notary
587
+
588
+ attr_accessor :allow_third_party_electronic_notary_metadata
589
+
415
590
  #
416
591
  attr_accessor :allow_users_to_access_directory
417
592
 
593
+ #
418
594
  attr_accessor :allow_users_to_access_directory_metadata
419
595
 
420
596
  #
421
597
  attr_accessor :allow_value_insights
422
598
 
599
+ #
423
600
  attr_accessor :allow_value_insights_metadata
424
601
 
602
+ #
603
+ attr_accessor :allow_web_forms
604
+
605
+ attr_accessor :allow_web_forms_metadata
606
+
425
607
  #
426
608
  attr_accessor :anchor_population_scope
427
609
 
610
+ # Metadata that indicates whether the `anchorPopulationScope` property is editable.
428
611
  attr_accessor :anchor_population_scope_metadata
429
612
 
430
613
  #
431
614
  attr_accessor :anchor_tag_versioned_placement_enabled
432
615
 
616
+ #
433
617
  attr_accessor :anchor_tag_versioned_placement_metadata_enabled
434
618
 
435
619
  #
436
620
  attr_accessor :attach_completed_envelope
437
621
 
622
+ # Metadata that indicates whether the `attachCompletedEnvelope` property is editable.
438
623
  attr_accessor :attach_completed_envelope_metadata
439
624
 
440
625
  #
441
626
  attr_accessor :authentication_check
442
627
 
628
+ # Metadata that indicates whether the `authenticationCheck` property is editable.
443
629
  attr_accessor :authentication_check_metadata
444
630
 
445
631
  #
446
632
  attr_accessor :auto_nav_rule
447
633
 
634
+ # Metadata that indicates whether the `autoNavRule` property is editable.
448
635
  attr_accessor :auto_nav_rule_metadata
449
636
 
450
637
  #
451
638
  attr_accessor :auto_provision_signer_account
452
639
 
640
+ # Metadata that indicates whether the `autoProvisionSignerAccount` property is editable.
453
641
  attr_accessor :auto_provision_signer_account_metadata
454
642
 
455
643
  #
456
644
  attr_accessor :bcc_email_archive
457
645
 
646
+ # Metadata that indicates whether the `bccEmailArchive` property is editable.
458
647
  attr_accessor :bcc_email_archive_metadata
459
648
 
460
649
  #
461
650
  attr_accessor :beta_switch_configuration
462
651
 
652
+ # Reserved for DocuSign.
463
653
  attr_accessor :beta_switch_configuration_metadata
464
654
 
655
+ # The billing address for the account.
465
656
  attr_accessor :billing_address
466
657
 
658
+ # Metadata that indicates whether the `billingAddress` property is editable.
467
659
  attr_accessor :billing_address_metadata
468
660
 
469
661
  #
470
662
  attr_accessor :bulk_send
471
663
 
664
+ #
665
+ attr_accessor :bulk_send_action_resend_limit
666
+
472
667
  #
473
668
  attr_accessor :bulk_send_max_copies_in_batch
474
669
 
475
670
  #
476
671
  attr_accessor :bulk_send_max_unprocessed_envelopes_count
477
672
 
673
+ # Metadata that indicates whether the `bulkSend` property is editable.
478
674
  attr_accessor :bulk_send_metadata
479
675
 
480
676
  #
481
677
  attr_accessor :can_self_brand_send
482
678
 
679
+ # Metadata that indicates whether the `canSelfBrandSend` property is editable.
483
680
  attr_accessor :can_self_brand_send_metadata
484
681
 
485
682
  #
486
683
  attr_accessor :can_self_brand_sign
487
684
 
685
+ # Metadata that indicates whether the `canSelfBrandSign` property is editable.
488
686
  attr_accessor :can_self_brand_sign_metadata
489
687
 
490
688
  #
491
689
  attr_accessor :can_use_salesforce_o_auth
492
690
 
691
+ #
493
692
  attr_accessor :can_use_salesforce_o_auth_metadata
494
693
 
495
694
  #
496
695
  attr_accessor :capture_voice_recording
497
696
 
697
+ # Reserved for DocuSign.
498
698
  attr_accessor :capture_voice_recording_metadata
499
699
 
700
+ #
701
+ attr_accessor :cfr21_simplified_signing_enabled
702
+
703
+ #
704
+ attr_accessor :cfr21_simplified_signing_enabled_metadata
705
+
500
706
  #
501
707
  attr_accessor :cfr_use_wide_image
502
708
 
709
+ # Metadata that indicates whether the `cfrUseWideImage` property is editable.
503
710
  attr_accessor :cfr_use_wide_image_metadata
504
711
 
505
712
  #
506
713
  attr_accessor :check_for_multiple_admins_on_account
507
714
 
715
+ # Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable.
508
716
  attr_accessor :check_for_multiple_admins_on_account_metadata
509
717
 
510
718
  #
511
719
  attr_accessor :chrome_signature_enabled
512
720
 
721
+ # Metadata that indicates whether the `chromeSignatureEnabled` property is editable.
513
722
  attr_accessor :chrome_signature_enabled_metadata
514
723
 
515
724
  #
516
725
  attr_accessor :comment_email_show_message_text
517
726
 
727
+ # Metadata that indicates whether the `commentEmailShowMessageText` property is editable.
518
728
  attr_accessor :comment_email_show_message_text_metadata
519
729
 
520
730
  #
521
731
  attr_accessor :comments_allow_envelope_override
522
732
 
733
+ # Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable.
523
734
  attr_accessor :comments_allow_envelope_override_metadata
524
735
 
525
736
  #
526
737
  attr_accessor :conditional_fields_enabled
527
738
 
739
+ # Metadata that indicates whether the `conditionalFieldsEnabled` property is editable.
528
740
  attr_accessor :conditional_fields_enabled_metadata
529
741
 
530
742
  #
531
743
  attr_accessor :consumer_disclosure_frequency
532
744
 
745
+ # Metadata that indicates whether the `consumerDisclosureFrequency` property is editable.
533
746
  attr_accessor :consumer_disclosure_frequency_metadata
534
747
 
535
748
  #
536
749
  attr_accessor :convert_pdf_fields
537
750
 
751
+ # Metadata that indicates whether the `convertPdfFields` property is editable.
538
752
  attr_accessor :convert_pdf_fields_metadata
539
753
 
540
754
  #
541
755
  attr_accessor :data_population_scope
542
756
 
757
+ # Metadata that indicates whether the `dataPopulationScope` property is editable.
543
758
  attr_accessor :data_population_scope_metadata
544
759
 
545
760
  #
546
761
  attr_accessor :disable_auto_template_matching
547
762
 
763
+ #
548
764
  attr_accessor :disable_auto_template_matching_metadata
549
765
 
550
766
  #
551
767
  attr_accessor :disable_mobile_app
552
768
 
769
+ # Metadata that indicates whether the `disableMobileApp` property is editable.
553
770
  attr_accessor :disable_mobile_app_metadata
554
771
 
555
772
  #
556
773
  attr_accessor :disable_mobile_push_notifications
557
774
 
775
+ # Metadata that indicates whether the `disableMobilePushNotifications` property is editable.
558
776
  attr_accessor :disable_mobile_push_notifications_metadata
559
777
 
560
778
  #
561
779
  attr_accessor :disable_mobile_sending
562
780
 
781
+ # Metadata that indicates whether the `disableMobileSending` property is editable.
563
782
  attr_accessor :disable_mobile_sending_metadata
564
783
 
565
784
  #
566
785
  attr_accessor :disable_multiple_sessions
567
786
 
787
+ # Metadata that indicates whether the `disableMultipleSessions` property is editable.
568
788
  attr_accessor :disable_multiple_sessions_metadata
569
789
 
790
+ # Reserved for DocuSign.
570
791
  attr_accessor :disable_purge_notifications_for_sender_metadata
571
792
 
572
793
  #
573
794
  attr_accessor :disable_signer_cert_view
574
795
 
796
+ # Metadata that indicates whether the `disableSignerCertView` property is editable.
575
797
  attr_accessor :disable_signer_cert_view_metadata
576
798
 
577
799
  #
578
800
  attr_accessor :disable_signer_history_view
579
801
 
802
+ # Metadata that indicates whether the `disableSignerHistoryView` property is editable.
580
803
  attr_accessor :disable_signer_history_view_metadata
581
804
 
582
805
  #
583
806
  attr_accessor :disable_style_signature
584
807
 
808
+ # Metadata that indicates whether the `disableStyleSignature` property is editable.
585
809
  attr_accessor :disable_style_signature_metadata
586
810
 
587
811
  #
588
812
  attr_accessor :disable_upload_signature
589
813
 
814
+ # Metadata that indicates whether the `disableUploadSignature` property is editable.
590
815
  attr_accessor :disable_upload_signature_metadata
591
816
 
592
817
  #
593
818
  attr_accessor :disable_user_sharing
594
819
 
820
+ # Metadata that indicates whether the `disableUserSharing` property is editable.
595
821
  attr_accessor :disable_user_sharing_metadata
596
822
 
597
823
  #
598
824
  attr_accessor :display_beta_switch
599
825
 
826
+ # Metadata that indicates whether the `displayBetaSwitch` property is editable.
600
827
  attr_accessor :display_beta_switch_metadata
601
828
 
602
829
  #
603
830
  attr_accessor :document_conversion_restrictions
604
831
 
832
+ # Metadata that indicates whether the `documentConversionRestrictions` property is editable.
605
833
  attr_accessor :document_conversion_restrictions_metadata
606
834
 
607
835
  #
608
836
  attr_accessor :document_retention
609
837
 
838
+ # Metadata that indicates whether the `documentRetention` property is editable.
610
839
  attr_accessor :document_retention_metadata
611
840
 
612
841
  #
@@ -615,101 +844,164 @@ module DocuSign_eSign
615
844
  #
616
845
  attr_accessor :document_visibility
617
846
 
847
+ # Metadata that indicates whether the `documentVisibility` property is editable.
618
848
  attr_accessor :document_visibility_metadata
619
849
 
850
+ #
851
+ attr_accessor :dss_sign_28411_enable_leave_page_prompt_radmin_option
852
+
853
+ #
854
+ attr_accessor :dss_sign_29182_slide_up_bar_radmin_option
855
+
620
856
  #
621
857
  attr_accessor :email_template_version
622
858
 
859
+ # Metadata that indicates whether the `emailTemplateVersion` property is editable.
623
860
  attr_accessor :email_template_version_metadata
624
861
 
625
862
  #
626
863
  attr_accessor :enable_access_code_generator
627
864
 
865
+ # Metadata that indicates whether the `enableAccessCodeGenerator` property is editable.
628
866
  attr_accessor :enable_access_code_generator_metadata
629
867
 
630
868
  #
631
869
  attr_accessor :enable_advanced_payments
632
870
 
871
+ # Metadata that indicates whether the `enableAdvancedPayments` property is editable.
633
872
  attr_accessor :enable_advanced_payments_metadata
634
873
 
635
874
  #
636
875
  attr_accessor :enable_advanced_power_forms
637
876
 
877
+ # Metadata that indicates whether the `enableAdvancedPowerForms` property is editable.
638
878
  attr_accessor :enable_advanced_power_forms_metadata
639
879
 
640
880
  #
641
881
  attr_accessor :enable_agreement_actions_for_clm
642
882
 
883
+ #
643
884
  attr_accessor :enable_agreement_actions_for_clm_metadata
644
885
 
645
886
  #
646
887
  attr_accessor :enable_agreement_actions_for_e_sign
647
888
 
889
+ #
648
890
  attr_accessor :enable_agreement_actions_for_e_sign_metadata
649
891
 
650
892
  #
651
893
  attr_accessor :enable_auto_nav
652
894
 
895
+ # Metadata that indicates whether the `enableAutoNav` property is editable.
653
896
  attr_accessor :enable_auto_nav_metadata
654
897
 
655
898
  #
656
899
  attr_accessor :enable_bcc_dummy_link
657
900
 
901
+ #
658
902
  attr_accessor :enable_bcc_dummy_link_metadata
659
903
 
660
904
  #
661
905
  attr_accessor :enable_calculated_fields
662
906
 
907
+ # Metadata that indicates whether the `enableCalculatedFields` property is editable.
663
908
  attr_accessor :enable_calculated_fields_metadata
664
909
 
665
910
  #
666
911
  attr_accessor :enable_clickwraps
667
912
 
913
+ # Metadata that indicates whether the `enableClickwraps` property is editable.
668
914
  attr_accessor :enable_clickwraps_metadata
669
915
 
916
+ #
917
+ attr_accessor :enable_combined_pdf_download_for_sbs
918
+
670
919
  #
671
920
  attr_accessor :enable_comments_history_download_in_signing
672
921
 
922
+ #
673
923
  attr_accessor :enable_comments_history_download_in_signing_metadata
674
924
 
925
+ #
926
+ attr_accessor :enable_contact_suggestions
927
+
928
+ attr_accessor :enable_contact_suggestions_metadata
929
+
675
930
  #
676
931
  attr_accessor :enable_customer_satisfaction_metric_tracking
677
932
 
933
+ # Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.
678
934
  attr_accessor :enable_customer_satisfaction_metric_tracking_metadata
679
935
 
680
936
  #
681
937
  attr_accessor :enable_ds_pro
682
938
 
939
+ # Metadata that indicates whether the `enableDSPro` property is editable.
683
940
  attr_accessor :enable_ds_pro_metadata
684
941
 
685
942
  #
686
943
  attr_accessor :enable_envelope_stamping_by_account_admin
687
944
 
945
+ # Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable.
688
946
  attr_accessor :enable_envelope_stamping_by_account_admin_metadata
689
947
 
690
948
  #
691
949
  attr_accessor :enable_envelope_stamping_by_ds_admin
692
950
 
951
+ # Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable.
693
952
  attr_accessor :enable_envelope_stamping_by_ds_admin_metadata
694
953
 
954
+ #
955
+ attr_accessor :enable_e_sign_api_hourly_limit_management
956
+
957
+ attr_accessor :enable_e_sign_api_hourly_limit_management_metadata
958
+
695
959
  #
696
960
  attr_accessor :enable_esign_communities
697
961
 
962
+ #
698
963
  attr_accessor :enable_esign_communities_metadata
699
964
 
965
+ #
966
+ attr_accessor :enable_id_fx_accountless_sms_auth_for_part11
967
+
968
+ attr_accessor :enable_id_fx_accountless_sms_auth_for_part11_metadata
969
+
970
+ #
971
+ attr_accessor :enable_id_fx_intuit_kba
972
+
973
+ #
974
+ attr_accessor :enable_id_fx_intuit_kba_metadata
975
+
976
+ #
977
+ attr_accessor :enable_id_fx_phone_authentication
978
+
979
+ #
980
+ attr_accessor :enable_id_fx_phone_authentication_metadata
981
+
700
982
  #
701
983
  attr_accessor :enable_in_browser_editor
702
984
 
985
+ #
703
986
  attr_accessor :enable_in_browser_editor_metadata
704
987
 
988
+ #
989
+ attr_accessor :enable_key_terms_suggestions_by_document_type
990
+
991
+ attr_accessor :enable_key_terms_suggestions_by_document_type_metadata
992
+
993
+ attr_accessor :enable_participant_recipient_setting_metadata
994
+
705
995
  #
706
996
  attr_accessor :enable_payment_processing
707
997
 
998
+ # Metadata that indicates whether the `enablePaymentProcessing` property is editable.
708
999
  attr_accessor :enable_payment_processing_metadata
709
1000
 
710
1001
  #
711
1002
  attr_accessor :enable_pdfa_conversion
712
1003
 
1004
+ #
713
1005
  attr_accessor :enable_pdfa_conversion_metadata
714
1006
 
715
1007
  #
@@ -718,215 +1010,292 @@ module DocuSign_eSign
718
1010
  #
719
1011
  attr_accessor :enable_power_form_direct
720
1012
 
1013
+ # Metadata that indicates whether the `enablePowerFormDirect` property is editable.
721
1014
  attr_accessor :enable_power_form_direct_metadata
722
1015
 
1016
+ # Metadata that indicates whether the `enablePowerForm` property is editable.
723
1017
  attr_accessor :enable_power_form_metadata
724
1018
 
725
1019
  #
726
1020
  attr_accessor :enable_recipient_domain_validation
727
1021
 
1022
+ # Metadata that indicates whether the `enableRecipientDomainValidation` property is editable.
728
1023
  attr_accessor :enable_recipient_domain_validation_metadata
729
1024
 
730
1025
  #
731
1026
  attr_accessor :enable_recipient_may_provide_phone_number
732
1027
 
1028
+ #
733
1029
  attr_accessor :enable_recipient_may_provide_phone_number_metadata
734
1030
 
735
1031
  #
736
1032
  attr_accessor :enable_report_links
737
1033
 
1034
+ # Metadata that indicates whether the `enableReportLinks` property is editable.
738
1035
  attr_accessor :enable_report_links_metadata
739
1036
 
740
1037
  #
741
1038
  attr_accessor :enable_require_sign_on_paper
742
1039
 
1040
+ # Metadata that indicates whether the `enableRequireSignOnPaper` property is editable.
743
1041
  attr_accessor :enable_require_sign_on_paper_metadata
744
1042
 
745
1043
  #
746
1044
  attr_accessor :enable_reserved_domain
747
1045
 
1046
+ # Metadata that indicates whether the `enableReservedDomain` property is editable.
748
1047
  attr_accessor :enable_reserved_domain_metadata
749
1048
 
750
1049
  #
751
1050
  attr_accessor :enable_responsive_signing
752
1051
 
1052
+ # Metadata that indicates whether the `enableResponsiveSigning` property is editable.
753
1053
  attr_accessor :enable_responsive_signing_metadata
754
1054
 
755
1055
  #
756
1056
  attr_accessor :enable_scheduled_release
757
1057
 
1058
+ # Metadata that indicates whether the `enableScheduledRelease` property is editable.
758
1059
  attr_accessor :enable_scheduled_release_metadata
759
1060
 
760
1061
  #
761
1062
  attr_accessor :enable_search
762
1063
 
1064
+ #
763
1065
  attr_accessor :enable_search_metadata
764
1066
 
1067
+ #
1068
+ attr_accessor :enable_search_site_specific_api
1069
+
1070
+ attr_accessor :enable_search_site_specific_api_metadata
1071
+
765
1072
  #
766
1073
  attr_accessor :enable_search_ui
767
1074
 
1075
+ #
768
1076
  attr_accessor :enable_search_ui_metadata
769
1077
 
770
1078
  #
771
1079
  attr_accessor :enable_sending_tags_font_settings
772
1080
 
1081
+ # Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable.
773
1082
  attr_accessor :enable_sending_tags_font_settings_metadata
774
1083
 
775
1084
  #
776
1085
  attr_accessor :enable_send_to_agent
777
1086
 
1087
+ # Metadata that indicates whether the `enableSendToAgent` property is editable.
778
1088
  attr_accessor :enable_send_to_agent_metadata
779
1089
 
780
1090
  #
781
1091
  attr_accessor :enable_send_to_intermediary
782
1092
 
1093
+ # Metadata that indicates whether the `enableSendToIntermediary` property is editable.
783
1094
  attr_accessor :enable_send_to_intermediary_metadata
784
1095
 
785
1096
  #
786
1097
  attr_accessor :enable_send_to_manage
787
1098
 
1099
+ # Metadata that indicates whether the `enableSendToManage` property is editable.
788
1100
  attr_accessor :enable_send_to_manage_metadata
789
1101
 
790
1102
  #
791
1103
  attr_accessor :enable_sequential_signing_api
792
1104
 
1105
+ # Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.
793
1106
  attr_accessor :enable_sequential_signing_api_metadata
794
1107
 
795
1108
  #
796
1109
  attr_accessor :enable_sequential_signing_ui
797
1110
 
1111
+ # Metadata that indicates whether the `enableSequentialSigningUI` property is editable.
798
1112
  attr_accessor :enable_sequential_signing_ui_metadata
799
1113
 
800
1114
  #
801
1115
  attr_accessor :enable_signer_attachments
802
1116
 
1117
+ # Metadata that indicates whether the `enableSignerAttachments` property is editable.
803
1118
  attr_accessor :enable_signer_attachments_metadata
804
1119
 
805
1120
  #
806
1121
  attr_accessor :enable_signing_extension_comments
807
1122
 
1123
+ # Metadata that indicates whether the `enableSigningExtensionComments` property is editable.
808
1124
  attr_accessor :enable_signing_extension_comments_metadata
809
1125
 
810
1126
  #
811
1127
  attr_accessor :enable_signing_extension_conversations
812
1128
 
1129
+ # Metadata that indicates whether the `enableSigningExtensionConversations` property is editable.
813
1130
  attr_accessor :enable_signing_extension_conversations_metadata
814
1131
 
815
1132
  #
816
1133
  attr_accessor :enable_signing_order_settings_for_account
817
1134
 
1135
+ # Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable.
818
1136
  attr_accessor :enable_signing_order_settings_for_account_metadata
819
1137
 
820
1138
  #
821
1139
  attr_accessor :enable_sign_on_paper
822
1140
 
1141
+ # Metadata that indicates whether the `enableSignOnPaper` property is editable.
823
1142
  attr_accessor :enable_sign_on_paper_metadata
824
1143
 
825
1144
  #
826
1145
  attr_accessor :enable_sign_on_paper_override
827
1146
 
1147
+ # Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.
828
1148
  attr_accessor :enable_sign_on_paper_override_metadata
829
1149
 
830
1150
  #
831
1151
  attr_accessor :enable_sign_with_notary
832
1152
 
1153
+ # Metadata that indicates whether the `enableSignWithNotary` property is editable.
833
1154
  attr_accessor :enable_sign_with_notary_metadata
834
1155
 
835
1156
  #
836
1157
  attr_accessor :enable_smart_contracts
837
1158
 
1159
+ # Metadata that indicates whether the `enableSmartContracts` property is editable.
838
1160
  attr_accessor :enable_smart_contracts_metadata
839
1161
 
840
1162
  #
841
1163
  attr_accessor :enable_sms_authentication
842
1164
 
1165
+ # Metadata that indicates whether the `enableSMSAuthentication` property is editable.
843
1166
  attr_accessor :enable_sms_authentication_metadata
844
1167
 
845
1168
  #
846
1169
  attr_accessor :enable_sms_delivery_additional_notification
847
1170
 
1171
+ #
848
1172
  attr_accessor :enable_sms_delivery_additional_notification_metadata
849
1173
 
1174
+ #
1175
+ attr_accessor :enable_sms_delivery_primary
1176
+
850
1177
  #
851
1178
  attr_accessor :enable_social_id_login
852
1179
 
1180
+ # Deprecated.
853
1181
  attr_accessor :enable_social_id_login_metadata
854
1182
 
855
1183
  #
856
1184
  attr_accessor :enable_strike_through
857
1185
 
1186
+ # Metadata that indicates whether the `enableStrikeThrough` property is editable.
858
1187
  attr_accessor :enable_strike_through_metadata
859
1188
 
860
1189
  #
861
1190
  attr_accessor :enable_transaction_point
862
1191
 
1192
+ # Reserved for DocuSign.
863
1193
  attr_accessor :enable_transaction_point_metadata
864
1194
 
865
1195
  #
866
1196
  attr_accessor :enable_vaulting
867
1197
 
1198
+ # Metadata that indicates whether the `enableVaulting` property is editable.
868
1199
  attr_accessor :enable_vaulting_metadata
869
1200
 
870
1201
  #
871
1202
  attr_accessor :enable_witnessing
872
1203
 
1204
+ # Metadata that indicates whether the `enableWitnessing` property is editable.
873
1205
  attr_accessor :enable_witnessing_metadata
874
1206
 
875
1207
  #
876
1208
  attr_accessor :enforce_template_name_uniqueness
877
1209
 
1210
+ # Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable.
878
1211
  attr_accessor :enforce_template_name_uniqueness_metadata
879
1212
 
880
1213
  #
881
1214
  attr_accessor :envelope_integration_allowed
882
1215
 
1216
+ # Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable.
883
1217
  attr_accessor :envelope_integration_allowed_metadata
884
1218
 
885
1219
  #
886
1220
  attr_accessor :envelope_integration_enabled
887
1221
 
1222
+ # Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable.
888
1223
  attr_accessor :envelope_integration_enabled_metadata
889
1224
 
1225
+ #
1226
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb
1227
+
1228
+ #
1229
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled
1230
+
1231
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled_metadata
1232
+
1233
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_metadata
1234
+
890
1235
  #
891
1236
  attr_accessor :envelope_stamping_default_value
892
1237
 
1238
+ # Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable.
893
1239
  attr_accessor :envelope_stamping_default_value_metadata
894
1240
 
1241
+ #
1242
+ attr_accessor :exit_prompt
1243
+
1244
+ #
1245
+ attr_accessor :exit_prompt_metadata
1246
+
895
1247
  #
896
1248
  attr_accessor :express_send
897
1249
 
898
1250
  #
899
1251
  attr_accessor :express_send_allow_tabs
900
1252
 
1253
+ # Metadata that indicates whether the `expressSendAllowTabs` property is editable.
901
1254
  attr_accessor :express_send_allow_tabs_metadata
902
1255
 
1256
+ # Metadata that indicates whether the `expressSend` property is editable.
903
1257
  attr_accessor :express_send_metadata
904
1258
 
1259
+ # A list of external document sources such as DropBox and OneDrive.
905
1260
  attr_accessor :external_document_sources
906
1261
 
907
1262
  #
908
1263
  attr_accessor :external_signature_pad_type
909
1264
 
1265
+ # Metadata that indicates whether the `externalSignaturePadType` property is editable.
910
1266
  attr_accessor :external_signature_pad_type_metadata
911
1267
 
912
1268
  #
913
1269
  attr_accessor :fax_out_enabled
914
1270
 
1271
+ # Metadata that indicates whether the `faxOutEnabled` property is editable.
915
1272
  attr_accessor :fax_out_enabled_metadata
916
1273
 
1274
+ #
1275
+ attr_accessor :finish_reminder
1276
+
1277
+ #
1278
+ attr_accessor :finish_reminder_metadata
1279
+
917
1280
  #
918
1281
  attr_accessor :guided_forms_html_allowed
919
1282
 
1283
+ #
920
1284
  attr_accessor :guided_forms_html_allowed_metadata
921
1285
 
1286
+ #
1287
+ attr_accessor :has_recipient_connect_claimed_domain
1288
+
922
1289
  #
923
1290
  attr_accessor :hide_account_address_in_co_c
924
1291
 
1292
+ # Metadata that indicates whether the `hideAccountAddressInCoC` property is editable.
925
1293
  attr_accessor :hide_account_address_in_co_c_metadata
926
1294
 
927
1295
  #
928
1296
  attr_accessor :hide_pricing
929
1297
 
1298
+ # Metadata that indicates whether the `hidePricing` property is editable.
930
1299
  attr_accessor :hide_pricing_metadata
931
1300
 
932
1301
  #
@@ -938,48 +1307,64 @@ module DocuSign_eSign
938
1307
  #
939
1308
  attr_accessor :id_check_expire_days
940
1309
 
1310
+ # Metadata that indicates whether the `idCheckExpireDays` property is editable.
941
1311
  attr_accessor :id_check_expire_days_metadata
942
1312
 
1313
+ # Metadata that indicates whether the `idCheckExpire` property is editable.
943
1314
  attr_accessor :id_check_expire_metadata
944
1315
 
945
1316
  #
946
1317
  attr_accessor :id_check_expire_minutes
947
1318
 
1319
+ # Metadata that indicates whether the `idCheckExpireMinutes` property is editable.
948
1320
  attr_accessor :id_check_expire_minutes_metadata
949
1321
 
950
1322
  #
951
1323
  attr_accessor :id_check_required
952
1324
 
1325
+ # Metadata that indicates whether the `idCheckRequired` property is editable.
953
1326
  attr_accessor :id_check_required_metadata
954
1327
 
955
1328
  #
956
1329
  attr_accessor :identity_verification
957
1330
 
1331
+ # Metadata that indicates whether the `identityVerification` property is editable.
958
1332
  attr_accessor :identity_verification_metadata
959
1333
 
1334
+ #
1335
+ attr_accessor :idfx_phone_authentication_override
1336
+
1337
+ #
1338
+ attr_accessor :idfx_phone_authentication_override_metadata
1339
+
960
1340
  #
961
1341
  attr_accessor :ignore_error_if_anchor_tab_not_found
962
1342
 
1343
+ # Reserved for DocuSign.
963
1344
  attr_accessor :ignore_error_if_anchor_tab_not_found_metadata_enabled
964
1345
 
965
1346
  #
966
1347
  attr_accessor :in_person_id_check_question
967
1348
 
1349
+ # Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable.
968
1350
  attr_accessor :in_person_id_check_question_metadata
969
1351
 
970
1352
  #
971
1353
  attr_accessor :in_person_signing_enabled
972
1354
 
1355
+ # Metadata that indicates whether the `inPersonSigningEnabled` property is editable.
973
1356
  attr_accessor :in_person_signing_enabled_metadata
974
1357
 
975
1358
  #
976
1359
  attr_accessor :in_session_enabled
977
1360
 
1361
+ # Metadata that indicates whether the `inSessionEnabled` property is editable.
978
1362
  attr_accessor :in_session_enabled_metadata
979
1363
 
980
1364
  #
981
1365
  attr_accessor :in_session_suppress_emails
982
1366
 
1367
+ # Metadata that indicates whether the `inSessionSuppressEmails` property is editable.
983
1368
  attr_accessor :in_session_suppress_emails_metadata
984
1369
 
985
1370
  #
@@ -988,11 +1373,13 @@ module DocuSign_eSign
988
1373
  #
989
1374
  attr_accessor :maximum_signing_groups
990
1375
 
1376
+ # Metadata that indicates whether the `maximumSigningGroups` property is editable.
991
1377
  attr_accessor :maximum_signing_groups_metadata
992
1378
 
993
1379
  #
994
1380
  attr_accessor :maximum_users_per_signing_group
995
1381
 
1382
+ # Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable.
996
1383
  attr_accessor :maximum_users_per_signing_group_metadata
997
1384
 
998
1385
  #
@@ -1001,6 +1388,7 @@ module DocuSign_eSign
1001
1388
  #
1002
1389
  attr_accessor :mobile_session_timeout
1003
1390
 
1391
+ # Metadata that indicates whether the `mobileSessionTimeout` property is editable.
1004
1392
  attr_accessor :mobile_session_timeout_metadata
1005
1393
 
1006
1394
  #
@@ -1009,56 +1397,88 @@ module DocuSign_eSign
1009
1397
  #
1010
1398
  attr_accessor :opt_in_mobile_signing_v02
1011
1399
 
1400
+ # Metadata that indicates whether the `optInMobileSigningV02` property is editable.
1012
1401
  attr_accessor :opt_in_mobile_signing_v02_metadata
1013
1402
 
1014
1403
  #
1015
1404
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates
1016
1405
 
1406
+ # Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable.
1017
1407
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates_metadata
1018
1408
 
1019
1409
  #
1020
1410
  attr_accessor :opt_out_new_platform_seal
1021
1411
 
1412
+ # Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable.
1022
1413
  attr_accessor :opt_out_new_platform_seal_platform_metadata
1023
1414
 
1415
+ #
1416
+ attr_accessor :pdf_max_chunked_upload_part_size
1417
+
1418
+ attr_accessor :pdf_max_chunked_upload_part_size_metadata
1419
+
1420
+ #
1421
+ attr_accessor :pdf_max_chunked_upload_total_size
1422
+
1423
+ attr_accessor :pdf_max_chunked_upload_total_size_metadata
1424
+
1425
+ #
1426
+ attr_accessor :pdf_max_individual_upload_size
1427
+
1428
+ attr_accessor :pdf_max_individual_upload_size_metadata
1429
+
1024
1430
  #
1025
1431
  attr_accessor :phone_auth_recipient_may_provide_phone_number
1026
1432
 
1433
+ # Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable.
1027
1434
  attr_accessor :phone_auth_recipient_may_provide_phone_number_metadata
1028
1435
 
1029
1436
  #
1030
1437
  attr_accessor :pki_sign_downloaded_pdf_docs
1031
1438
 
1439
+ # Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable.
1032
1440
  attr_accessor :pki_sign_downloaded_pdf_docs_metadata
1033
1441
 
1442
+ #
1443
+ attr_accessor :read_only_mode
1444
+
1445
+ #
1446
+ attr_accessor :read_only_mode_metadata
1447
+
1034
1448
  #
1035
1449
  attr_accessor :recipients_can_sign_offline
1036
1450
 
1451
+ # Metadata that indicates whether the `recipientsCanSignOffline` property is editable.
1037
1452
  attr_accessor :recipients_can_sign_offline_metadata
1038
1453
 
1039
1454
  #
1040
1455
  attr_accessor :recipient_signing_auto_navigation_control
1041
1456
 
1457
+ # Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable.
1042
1458
  attr_accessor :recipient_signing_auto_navigation_control_metadata
1043
1459
 
1044
1460
  #
1045
1461
  attr_accessor :require21_cf_rpt11_compliance
1046
1462
 
1463
+ # Metadata that indicates whether the `require21CFRpt11Compliance` property is editable.
1047
1464
  attr_accessor :require21_cf_rpt11_compliance_metadata
1048
1465
 
1049
1466
  #
1050
1467
  attr_accessor :require_decline_reason
1051
1468
 
1469
+ # Metadata that indicates whether the `requireDeclineReason` property is editable.
1052
1470
  attr_accessor :require_decline_reason_metadata
1053
1471
 
1054
1472
  #
1055
1473
  attr_accessor :require_external_user_management
1056
1474
 
1475
+ # Metadata that indicates whether the `requireExternalUserManagement` property is editable.
1057
1476
  attr_accessor :require_external_user_management_metadata
1058
1477
 
1059
1478
  #
1060
1479
  attr_accessor :require_signer_certificate_type
1061
1480
 
1481
+ # Metadata that indicates whether the `requireSignerCertificateType` property is editable.
1062
1482
  attr_accessor :require_signer_certificate_type_metadata
1063
1483
 
1064
1484
  #
@@ -1076,238 +1496,292 @@ module DocuSign_eSign
1076
1496
  #
1077
1497
  attr_accessor :self_signed_recipient_email_document
1078
1498
 
1499
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.
1079
1500
  attr_accessor :self_signed_recipient_email_document_metadata
1080
1501
 
1081
1502
  #
1082
1503
  attr_accessor :self_signed_recipient_email_document_user_override
1083
1504
 
1505
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable.
1084
1506
  attr_accessor :self_signed_recipient_email_document_user_override_metadata
1085
1507
 
1086
1508
  #
1087
1509
  attr_accessor :sender_can_sign_in_each_location
1088
1510
 
1511
+ # Metadata that indicates whether the `senderCanSignInEachLocation` property is editable.
1089
1512
  attr_accessor :sender_can_sign_in_each_location_metadata
1090
1513
 
1091
1514
  #
1092
1515
  attr_accessor :sender_must_authenticate_signing
1093
1516
 
1517
+ # Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable.
1094
1518
  attr_accessor :sender_must_authenticate_signing_metadata
1095
1519
 
1096
1520
  #
1097
1521
  attr_accessor :sending_tags_font_color
1098
1522
 
1523
+ # Metadata that indicates whether the `sendingTagsFontColor` property is editable.
1099
1524
  attr_accessor :sending_tags_font_color_metadata
1100
1525
 
1101
1526
  #
1102
1527
  attr_accessor :sending_tags_font_name
1103
1528
 
1529
+ # Metadata that indicates whether the `sendingTagsFontName` property is editable.
1104
1530
  attr_accessor :sending_tags_font_name_metadata
1105
1531
 
1106
1532
  #
1107
1533
  attr_accessor :sending_tags_font_size
1108
1534
 
1535
+ # Metadata that indicates whether the `sendingTagsFontSize` property is editable.
1109
1536
  attr_accessor :sending_tags_font_size_metadata
1110
1537
 
1538
+ #
1539
+ attr_accessor :send_lockout_recipient_notification
1540
+
1541
+ #
1542
+ attr_accessor :send_lockout_recipient_notification_metadata
1543
+
1111
1544
  #
1112
1545
  attr_accessor :send_to_certified_delivery_enabled
1113
1546
 
1547
+ # Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable.
1114
1548
  attr_accessor :send_to_certified_delivery_enabled_metadata
1115
1549
 
1116
1550
  #
1117
1551
  attr_accessor :session_timeout
1118
1552
 
1553
+ # Metadata that indicates whether the `sessionTimeout` property is editable.
1119
1554
  attr_accessor :session_timeout_metadata
1120
1555
 
1121
1556
  #
1122
1557
  attr_accessor :set_recip_email_lang
1123
1558
 
1559
+ # Metadata that indicates whether the `setRecipEmailLang` property is editable.
1124
1560
  attr_accessor :set_recip_email_lang_metadata
1125
1561
 
1126
1562
  #
1127
1563
  attr_accessor :set_recip_sign_lang
1128
1564
 
1565
+ # Metadata that indicates whether the `setRecipSignLang` property is editable.
1129
1566
  attr_accessor :set_recip_sign_lang_metadata
1130
1567
 
1131
1568
  #
1132
1569
  attr_accessor :shared_template_folders
1133
1570
 
1571
+ # Metadata that indicates whether the `sharedTemplateFolders` property is editable.
1134
1572
  attr_accessor :shared_template_folders_metadata
1135
1573
 
1136
1574
  #
1137
1575
  attr_accessor :show_complete_dialog_in_embedded_session
1138
1576
 
1577
+ # Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable.
1139
1578
  attr_accessor :show_complete_dialog_in_embedded_session_metadata
1140
1579
 
1141
1580
  #
1142
1581
  attr_accessor :show_conditional_routing_on_send
1143
1582
 
1583
+ #
1144
1584
  attr_accessor :show_conditional_routing_on_send_metadata
1145
1585
 
1146
1586
  #
1147
1587
  attr_accessor :show_initial_conditional_fields
1148
1588
 
1589
+ # Metadata that indicates whether the `showInitialConditionalFields` property is editable.
1149
1590
  attr_accessor :show_initial_conditional_fields_metadata
1150
1591
 
1151
1592
  #
1152
1593
  attr_accessor :show_localized_watermarks
1153
1594
 
1595
+ # Metadata that indicates whether the `showLocalizedWatermarks` property is editable.
1154
1596
  attr_accessor :show_localized_watermarks_metadata
1155
1597
 
1156
1598
  #
1157
1599
  attr_accessor :show_masked_fields_when_downloading_document_as_sender
1158
1600
 
1601
+ #
1159
1602
  attr_accessor :show_masked_fields_when_downloading_document_as_sender_metadata
1160
1603
 
1161
1604
  #
1162
1605
  attr_accessor :show_tutorials
1163
1606
 
1607
+ # Metadata that indicates whether the `showTutorials` property is editable.
1164
1608
  attr_accessor :show_tutorials_metadata
1165
1609
 
1166
1610
  #
1167
1611
  attr_accessor :signature_providers
1168
1612
 
1613
+ # Metadata that indicates whether the `signatureProviders` property is editable.
1169
1614
  attr_accessor :signature_providers_metadata
1170
1615
 
1171
1616
  #
1172
1617
  attr_accessor :sign_date_format
1173
1618
 
1619
+ # Metadata that indicates whether the `signDateFormat` property is editable.
1174
1620
  attr_accessor :sign_date_format_metadata
1175
1621
 
1176
1622
  #
1177
1623
  attr_accessor :sign_date_time_account_language_override
1178
1624
 
1625
+ #
1179
1626
  attr_accessor :sign_date_time_account_language_override_metadata
1180
1627
 
1181
1628
  #
1182
1629
  attr_accessor :sign_date_time_account_timezone_override
1183
1630
 
1631
+ #
1184
1632
  attr_accessor :sign_date_time_account_timezone_override_metadata
1185
1633
 
1186
1634
  #
1187
1635
  attr_accessor :signer_attach_certificate_to_envelope_pdf
1188
1636
 
1637
+ # Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable.
1189
1638
  attr_accessor :signer_attach_certificate_to_envelope_pdf_metadata
1190
1639
 
1191
1640
  #
1192
1641
  attr_accessor :signer_attach_concat
1193
1642
 
1643
+ # Metadata that indicates whether the `signerAttachConcat` property is editable.
1194
1644
  attr_accessor :signer_attach_concat_metadata
1195
1645
 
1196
1646
  #
1197
1647
  attr_accessor :signer_can_create_account
1198
1648
 
1649
+ # Metadata that indicates whether the `signerCanCreateAccount` property is editable.
1199
1650
  attr_accessor :signer_can_create_account_metadata
1200
1651
 
1201
1652
  #
1202
1653
  attr_accessor :signer_can_sign_on_mobile
1203
1654
 
1655
+ # Metadata that indicates whether the `signerCanSignOnMobile` property is editable.
1204
1656
  attr_accessor :signer_can_sign_on_mobile_metadata
1205
1657
 
1206
1658
  #
1207
1659
  attr_accessor :signer_in_session_use_envelope_complete_email
1208
1660
 
1661
+ # Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable.
1209
1662
  attr_accessor :signer_in_session_use_envelope_complete_email_metadata
1210
1663
 
1211
1664
  #
1212
1665
  attr_accessor :signer_login_requirements
1213
1666
 
1667
+ # Metadata that indicates whether the `signerLoginRequirements` property is editable.
1214
1668
  attr_accessor :signer_login_requirements_metadata
1215
1669
 
1216
1670
  #
1217
1671
  attr_accessor :signer_must_have_account
1218
1672
 
1673
+ # Metadata that indicates whether the `signerMustHaveAccount` property is editable.
1219
1674
  attr_accessor :signer_must_have_account_metadata
1220
1675
 
1221
1676
  #
1222
1677
  attr_accessor :signer_must_login_to_sign
1223
1678
 
1679
+ # Metadata that indicates whether the `signerMustLoginToSign` property is editable.
1224
1680
  attr_accessor :signer_must_login_to_sign_metadata
1225
1681
 
1226
1682
  #
1227
1683
  attr_accessor :signer_show_secure_field_initial_values
1228
1684
 
1685
+ # Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable.
1229
1686
  attr_accessor :signer_show_secure_field_initial_values_metadata
1230
1687
 
1231
1688
  #
1232
1689
  attr_accessor :signing_session_timeout
1233
1690
 
1691
+ # Metadata that indicates whether the `signingSessionTimeout` property is editable.
1234
1692
  attr_accessor :signing_session_timeout_metadata
1235
1693
 
1236
1694
  #
1237
1695
  attr_accessor :signing_ui_version
1238
1696
 
1697
+ # Reserved for DocuSign.
1239
1698
  attr_accessor :signing_ui_version_metadata
1240
1699
 
1241
1700
  #
1242
1701
  attr_accessor :sign_time_format
1243
1702
 
1703
+ # Metadata that indicates whether the `signTimeFormat` property is editable.
1244
1704
  attr_accessor :sign_time_format_metadata
1245
1705
 
1246
1706
  #
1247
1707
  attr_accessor :sign_time_show_am_pm
1248
1708
 
1709
+ # Metadata that indicates whether the `signTimeShowAmPm` property is editable.
1249
1710
  attr_accessor :sign_time_show_am_pm_metadata
1250
1711
 
1251
1712
  #
1252
1713
  attr_accessor :simplified_sending_enabled
1253
1714
 
1715
+ # Metadata that indicates whether the `simplifiedSendingEnabled` property is editable.
1254
1716
  attr_accessor :simplified_sending_enabled_metadata
1255
1717
 
1256
1718
  #
1257
1719
  attr_accessor :single_sign_on_enabled
1258
1720
 
1721
+ # Metadata that indicates whether the `singleSignOnEnabled` property is editable.
1259
1722
  attr_accessor :single_sign_on_enabled_metadata
1260
1723
 
1261
1724
  #
1262
1725
  attr_accessor :skip_auth_completed_envelopes
1263
1726
 
1727
+ # Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable.
1264
1728
  attr_accessor :skip_auth_completed_envelopes_metadata
1265
1729
 
1266
1730
  #
1267
1731
  attr_accessor :social_id_recip_auth
1268
1732
 
1733
+ # Metadata that indicates whether the `socialIdRecipAuth` property is editable.
1269
1734
  attr_accessor :social_id_recip_auth_metadata
1270
1735
 
1271
1736
  #
1272
1737
  attr_accessor :specify_document_visibility
1273
1738
 
1739
+ # Metadata that indicates whether the `specifyDocumentVisibility` property is editable.
1274
1740
  attr_accessor :specify_document_visibility_metadata
1275
1741
 
1276
1742
  #
1277
1743
  attr_accessor :start_in_advanced_correct
1278
1744
 
1745
+ # Metadata that indicates whether the `startInAdvancedCorrect` property is editable.
1279
1746
  attr_accessor :start_in_advanced_correct_metadata
1280
1747
 
1281
1748
  #
1282
1749
  attr_accessor :supplemental_documents_must_accept
1283
1750
 
1751
+ # Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.
1284
1752
  attr_accessor :supplemental_documents_must_accept_metadata
1285
1753
 
1286
1754
  #
1287
1755
  attr_accessor :supplemental_documents_must_read
1288
1756
 
1757
+ # Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.
1289
1758
  attr_accessor :supplemental_documents_must_read_metadata
1290
1759
 
1291
1760
  #
1292
1761
  attr_accessor :supplemental_documents_must_view
1293
1762
 
1763
+ # Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.
1294
1764
  attr_accessor :supplemental_documents_must_view_metadata
1295
1765
 
1296
1766
  #
1297
1767
  attr_accessor :suppress_certificate_enforcement
1298
1768
 
1769
+ # Metadata that indicates whether the `suppressCertificateEnforcement` property is editable.
1299
1770
  attr_accessor :suppress_certificate_enforcement_metadata
1300
1771
 
1772
+ # Account-wide tab settings.
1301
1773
  attr_accessor :tab_account_settings
1302
1774
 
1303
1775
  #
1304
1776
  attr_accessor :timezone_offset_api
1305
1777
 
1778
+ # Metadata that indicates whether the `timezoneOffsetAPI` property is editable.
1306
1779
  attr_accessor :timezone_offset_api_metadata
1307
1780
 
1308
1781
  #
1309
1782
  attr_accessor :timezone_offset_ui
1310
1783
 
1784
+ # Metadata that indicates whether the `timezoneOffsetUI` property is editable.
1311
1785
  attr_accessor :timezone_offset_ui_metadata
1312
1786
 
1313
1787
  #
@@ -1316,91 +1790,112 @@ module DocuSign_eSign
1316
1790
  #
1317
1791
  attr_accessor :use_account_level_email
1318
1792
 
1793
+ # Metadata that indicates whether the `useAccountLevelEmail` property is editable.
1319
1794
  attr_accessor :use_account_level_email_metadata
1320
1795
 
1321
1796
  #
1322
1797
  attr_accessor :use_consumer_disclosure
1323
1798
 
1799
+ # Metadata that indicates whether the `useConsumerDisclosure` property is editable.
1324
1800
  attr_accessor :use_consumer_disclosure_metadata
1325
1801
 
1326
1802
  #
1327
1803
  attr_accessor :use_consumer_disclosure_within_account
1328
1804
 
1805
+ # Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.
1329
1806
  attr_accessor :use_consumer_disclosure_within_account_metadata
1330
1807
 
1331
1808
  #
1332
1809
  attr_accessor :use_derived_keys
1333
1810
 
1811
+ # Metadata that indicates whether the `useDerivedKeys` property is editable.
1334
1812
  attr_accessor :use_derived_keys_metadata
1335
1813
 
1336
1814
  #
1337
1815
  attr_accessor :use_docu_sign_express_signer_certificate
1338
1816
 
1817
+ # Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable.
1339
1818
  attr_accessor :use_docu_sign_express_signer_certificate_metadata
1340
1819
 
1341
1820
  #
1342
1821
  attr_accessor :use_multi_app_groups_data
1343
1822
 
1823
+ #
1344
1824
  attr_accessor :use_multi_app_groups_data_metadata
1345
1825
 
1346
1826
  #
1347
1827
  attr_accessor :use_new_blob_for_pdf
1348
1828
 
1829
+ # Metadata that indicates whether the `useNewBlobForPdf` property is editable.
1349
1830
  attr_accessor :use_new_blob_for_pdf_metadata
1350
1831
 
1351
1832
  #
1352
1833
  attr_accessor :use_safe_signer_certificates
1353
1834
 
1835
+ # Metadata that indicates whether the `useSAFESignerCertificates` property is editable.
1354
1836
  attr_accessor :use_safe_signer_certificates_metadata
1355
1837
 
1356
1838
  #
1357
1839
  attr_accessor :uses_api
1358
1840
 
1841
+ # Metadata that indicates whether the `usesAPI` property is editable.
1359
1842
  attr_accessor :uses_api_metadata
1360
1843
 
1361
1844
  #
1362
1845
  attr_accessor :use_signature_provider_platform
1363
1846
 
1847
+ # Metadata that indicates whether the `useSignatureProviderPlatform` property is editable.
1364
1848
  attr_accessor :use_signature_provider_platform_metadata
1365
1849
 
1850
+ #
1851
+ attr_accessor :use_smart_contracts_v1
1852
+
1366
1853
  #
1367
1854
  attr_accessor :validations_allowed
1368
1855
 
1856
+ # Metadata that indicates whether the `validationsAllowed` property is editable.
1369
1857
  attr_accessor :validations_allowed_metadata
1370
1858
 
1371
1859
  #
1372
1860
  attr_accessor :validations_brand
1373
1861
 
1862
+ # Metadata that indicates whether the `validationsBrand` property is editable.
1374
1863
  attr_accessor :validations_brand_metadata
1375
1864
 
1376
1865
  #
1377
1866
  attr_accessor :validations_cadence
1378
1867
 
1868
+ # Metadata that indicates whether the `validationsCadence` property is editable.
1379
1869
  attr_accessor :validations_cadence_metadata
1380
1870
 
1381
1871
  #
1382
1872
  attr_accessor :validations_enabled
1383
1873
 
1874
+ # Metadata that indicates whether the `validationsEnabled` property is editable.
1384
1875
  attr_accessor :validations_enabled_metadata
1385
1876
 
1386
1877
  #
1387
1878
  attr_accessor :validations_report
1388
1879
 
1880
+ # Metadata that indicates whether the `validationsReport` property is editable.
1389
1881
  attr_accessor :validations_report_metadata
1390
1882
 
1391
1883
  #
1392
1884
  attr_accessor :water_mark_enabled
1393
1885
 
1886
+ # Metadata that indicates whether the `waterMarkEnabled` property is editable.
1394
1887
  attr_accessor :water_mark_enabled_metadata
1395
1888
 
1396
1889
  #
1397
1890
  attr_accessor :write_reminder_to_envelope_history
1398
1891
 
1892
+ # Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable.
1399
1893
  attr_accessor :write_reminder_to_envelope_history_metadata
1400
1894
 
1401
1895
  #
1402
1896
  attr_accessor :wurfl_min_allowable_screen_size
1403
1897
 
1898
+ # Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable.
1404
1899
  attr_accessor :wurfl_min_allowable_screen_size_metadata
1405
1900
 
1406
1901
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1431,6 +1926,8 @@ module DocuSign_eSign
1431
1926
  :'allow_agent_name_email_edit_metadata' => :'allowAgentNameEmailEditMetadata',
1432
1927
  :'allow_agreement_actions' => :'allowAgreementActions',
1433
1928
  :'allow_agreement_actions_metadata' => :'allowAgreementActionsMetadata',
1929
+ :'allow_agreement_orchestration_workflows' => :'allowAgreementOrchestrationWorkflows',
1930
+ :'allow_agreement_orchestration_workflows_metadata' => :'allowAgreementOrchestrationWorkflowsMetadata',
1434
1931
  :'allow_auto_nav_settings' => :'allowAutoNavSettings',
1435
1932
  :'allow_auto_nav_settings_metadata' => :'allowAutoNavSettingsMetadata',
1436
1933
  :'allow_auto_tagging' => :'allowAutoTagging',
@@ -1440,6 +1937,7 @@ module DocuSign_eSign
1440
1937
  :'allow_cd_withdraw' => :'allowCDWithdraw',
1441
1938
  :'allow_cd_withdraw_metadata' => :'allowCDWithdrawMetadata',
1442
1939
  :'allow_connect_http_listener_configs' => :'allowConnectHttpListenerConfigs',
1940
+ :'allow_connect_o_auth_ui' => :'allowConnectOAuthUI',
1443
1941
  :'allow_connect_send_finish_later' => :'allowConnectSendFinishLater',
1444
1942
  :'allow_connect_send_finish_later_metadata' => :'allowConnectSendFinishLaterMetadata',
1445
1943
  :'allow_connect_unified_payload_ui' => :'allowConnectUnifiedPayloadUI',
@@ -1447,6 +1945,12 @@ module DocuSign_eSign
1447
1945
  :'allow_consumer_disclosure_override_metadata' => :'allowConsumerDisclosureOverrideMetadata',
1448
1946
  :'allow_data_download' => :'allowDataDownload',
1449
1947
  :'allow_data_download_metadata' => :'allowDataDownloadMetadata',
1948
+ :'allow_delayed_routing' => :'allowDelayedRouting',
1949
+ :'allow_delayed_routing_metadata' => :'allowDelayedRoutingMetadata',
1950
+ :'allow_delegated_signing' => :'allowDelegatedSigning',
1951
+ :'allow_delegated_signing_metadata' => :'allowDelegatedSigningMetadata',
1952
+ :'allow_doc_gen_documents' => :'allowDocGenDocuments',
1953
+ :'allow_doc_gen_documents_metadata' => :'allowDocGenDocumentsMetadata',
1450
1954
  :'allow_document_disclosures' => :'allowDocumentDisclosures',
1451
1955
  :'allow_document_disclosures_metadata' => :'allowDocumentDisclosuresMetadata',
1452
1956
  :'allow_documents_on_signed_envelopes' => :'allowDocumentsOnSignedEnvelopes',
@@ -1477,6 +1981,8 @@ module DocuSign_eSign
1477
1981
  :'allow_external_linked_accounts_metadata' => :'allowExternalLinkedAccountsMetadata',
1478
1982
  :'allow_external_signature_pad' => :'allowExternalSignaturePad',
1479
1983
  :'allow_external_signature_pad_metadata' => :'allowExternalSignaturePadMetadata',
1984
+ :'allow_idv_for_eu_qualified_signatures' => :'allowIDVForEUQualifiedSignatures',
1985
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'allowIDVForEUQualifiedSignaturesMetadata',
1480
1986
  :'allow_idv_level1' => :'allowIDVLevel1',
1481
1987
  :'allow_idv_level1_metadata' => :'allowIDVLevel1Metadata',
1482
1988
  :'allow_idv_level2' => :'allowIDVLevel2',
@@ -1486,9 +1992,13 @@ module DocuSign_eSign
1486
1992
  :'allow_idv_platform' => :'allowIDVPlatform',
1487
1993
  :'allow_idv_platform_metadata' => :'allowIDVPlatformMetadata',
1488
1994
  :'allow_in_person' => :'allowInPerson',
1995
+ :'allow_in_person_electronic_notary' => :'allowInPersonElectronicNotary',
1996
+ :'allow_in_person_electronic_notary_metadata' => :'allowInPersonElectronicNotaryMetadata',
1489
1997
  :'allow_in_person_metadata' => :'allowInPersonMetadata',
1490
1998
  :'allow_managed_stamps' => :'allowManagedStamps',
1491
1999
  :'allow_managed_stamps_metadata' => :'allowManagedStampsMetadata',
2000
+ :'allow_managing_envelopes_on_behalf_of_others' => :'allowManagingEnvelopesOnBehalfOfOthers',
2001
+ :'allow_managing_envelopes_on_behalf_of_others_metadata' => :'allowManagingEnvelopesOnBehalfOfOthersMetadata',
1492
2002
  :'allow_markup' => :'allowMarkup',
1493
2003
  :'allow_markup_metadata' => :'allowMarkupMetadata',
1494
2004
  :'allow_member_time_zone' => :'allowMemberTimeZone',
@@ -1507,12 +2017,26 @@ module DocuSign_eSign
1507
2017
  :'allow_offline_signing_metadata' => :'allowOfflineSigningMetadata',
1508
2018
  :'allow_open_trust_signer_certificate' => :'allowOpenTrustSignerCertificate',
1509
2019
  :'allow_open_trust_signer_certificate_metadata' => :'allowOpenTrustSignerCertificateMetadata',
2020
+ :'allow_organization_docusign_monitor' => :'allowOrganizationDocusignMonitor',
2021
+ :'allow_organization_docusign_monitor_metadata' => :'allowOrganizationDocusignMonitorMetadata',
2022
+ :'allow_organization_domain_user_management' => :'allowOrganizationDomainUserManagement',
2023
+ :'allow_organization_domain_user_management_metadata' => :'allowOrganizationDomainUserManagementMetadata',
1510
2024
  :'allow_organizations' => :'allowOrganizations',
1511
2025
  :'allow_organizations_metadata' => :'allowOrganizationsMetadata',
2026
+ :'allow_organization_sso_management' => :'allowOrganizationSsoManagement',
2027
+ :'allow_organization_sso_management_metadata' => :'allowOrganizationSsoManagementMetadata',
2028
+ :'allow_organization_to_use_in_person_electronic_notary' => :'allowOrganizationToUseInPersonElectronicNotary',
2029
+ :'allow_organization_to_use_in_person_electronic_notary_metadata' => :'allowOrganizationToUseInPersonElectronicNotaryMetadata',
2030
+ :'allow_organization_to_use_remote_notary' => :'allowOrganizationToUseRemoteNotary',
2031
+ :'allow_organization_to_use_remote_notary_metadata' => :'allowOrganizationToUseRemoteNotaryMetadata',
2032
+ :'allow_organization_to_use_third_party_electronic_notary' => :'allowOrganizationToUseThirdPartyElectronicNotary',
2033
+ :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'allowOrganizationToUseThirdPartyElectronicNotaryMetadata',
2034
+ :'allow_participant_recipient_type' => :'allowParticipantRecipientType',
2035
+ :'allow_participant_recipient_type_metadata' => :'allowParticipantRecipientTypeMetadata',
1512
2036
  :'allow_payment_processing' => :'allowPaymentProcessing',
1513
2037
  :'allow_payment_processing_metadata' => :'allowPaymentProcessingMetadata',
1514
- :'allow_personal_signer_certificate' => :'allowPersonalSignerCertificate',
1515
- :'allow_personal_signer_certificate_metadata' => :'allowPersonalSignerCertificateMetadata',
2038
+ :'allow_performance_analytics' => :'allowPerformanceAnalytics',
2039
+ :'allow_performance_analytics_metadata' => :'allowPerformanceAnalyticsMetadata',
1516
2040
  :'allow_phone_authentication' => :'allowPhoneAuthentication',
1517
2041
  :'allow_phone_authentication_metadata' => :'allowPhoneAuthenticationMetadata',
1518
2042
  :'allow_phone_auth_override' => :'allowPhoneAuthOverride',
@@ -1529,8 +2053,12 @@ module DocuSign_eSign
1529
2053
  :'allow_resource_file_branding_metadata' => :'allowResourceFileBrandingMetadata',
1530
2054
  :'allow_safe_bio_pharma_signer_certificate' => :'allowSafeBioPharmaSignerCertificate',
1531
2055
  :'allow_safe_bio_pharma_signer_certificate_metadata' => :'allowSafeBioPharmaSignerCertificateMetadata',
2056
+ :'allow_scheduled_sending' => :'allowScheduledSending',
2057
+ :'allow_scheduled_sending_metadata' => :'allowScheduledSendingMetadata',
1532
2058
  :'allow_security_appliance' => :'allowSecurityAppliance',
1533
2059
  :'allow_security_appliance_metadata' => :'allowSecurityApplianceMetadata',
2060
+ :'allow_sending_envelopes_on_behalf_of_others' => :'allowSendingEnvelopesOnBehalfOfOthers',
2061
+ :'allow_sending_envelopes_on_behalf_of_others_metadata' => :'allowSendingEnvelopesOnBehalfOfOthersMetadata',
1534
2062
  :'allow_send_to_certified_delivery' => :'allowSendToCertifiedDelivery',
1535
2063
  :'allow_send_to_certified_delivery_metadata' => :'allowSendToCertifiedDeliveryMetadata',
1536
2064
  :'allow_send_to_intermediary' => :'allowSendToIntermediary',
@@ -1565,10 +2093,14 @@ module DocuSign_eSign
1565
2093
  :'allow_social_id_login_metadata' => :'allowSocialIdLoginMetadata',
1566
2094
  :'allow_supplemental_documents' => :'allowSupplementalDocuments',
1567
2095
  :'allow_supplemental_documents_metadata' => :'allowSupplementalDocumentsMetadata',
2096
+ :'allow_third_party_electronic_notary' => :'allowThirdPartyElectronicNotary',
2097
+ :'allow_third_party_electronic_notary_metadata' => :'allowThirdPartyElectronicNotaryMetadata',
1568
2098
  :'allow_users_to_access_directory' => :'allowUsersToAccessDirectory',
1569
2099
  :'allow_users_to_access_directory_metadata' => :'allowUsersToAccessDirectoryMetadata',
1570
2100
  :'allow_value_insights' => :'allowValueInsights',
1571
2101
  :'allow_value_insights_metadata' => :'allowValueInsightsMetadata',
2102
+ :'allow_web_forms' => :'allowWebForms',
2103
+ :'allow_web_forms_metadata' => :'allowWebFormsMetadata',
1572
2104
  :'anchor_population_scope' => :'anchorPopulationScope',
1573
2105
  :'anchor_population_scope_metadata' => :'anchorPopulationScopeMetadata',
1574
2106
  :'anchor_tag_versioned_placement_enabled' => :'anchorTagVersionedPlacementEnabled',
@@ -1588,6 +2120,7 @@ module DocuSign_eSign
1588
2120
  :'billing_address' => :'billingAddress',
1589
2121
  :'billing_address_metadata' => :'billingAddressMetadata',
1590
2122
  :'bulk_send' => :'bulkSend',
2123
+ :'bulk_send_action_resend_limit' => :'bulkSendActionResendLimit',
1591
2124
  :'bulk_send_max_copies_in_batch' => :'bulkSendMaxCopiesInBatch',
1592
2125
  :'bulk_send_max_unprocessed_envelopes_count' => :'bulkSendMaxUnprocessedEnvelopesCount',
1593
2126
  :'bulk_send_metadata' => :'bulkSendMetadata',
@@ -1599,6 +2132,8 @@ module DocuSign_eSign
1599
2132
  :'can_use_salesforce_o_auth_metadata' => :'canUseSalesforceOAuthMetadata',
1600
2133
  :'capture_voice_recording' => :'captureVoiceRecording',
1601
2134
  :'capture_voice_recording_metadata' => :'captureVoiceRecordingMetadata',
2135
+ :'cfr21_simplified_signing_enabled' => :'cfr21SimplifiedSigningEnabled',
2136
+ :'cfr21_simplified_signing_enabled_metadata' => :'cfr21SimplifiedSigningEnabledMetadata',
1602
2137
  :'cfr_use_wide_image' => :'cfrUseWideImage',
1603
2138
  :'cfr_use_wide_image_metadata' => :'cfrUseWideImageMetadata',
1604
2139
  :'check_for_multiple_admins_on_account' => :'checkForMultipleAdminsOnAccount',
@@ -1647,6 +2182,8 @@ module DocuSign_eSign
1647
2182
  :'document_retention_purge_tabs' => :'documentRetentionPurgeTabs',
1648
2183
  :'document_visibility' => :'documentVisibility',
1649
2184
  :'document_visibility_metadata' => :'documentVisibilityMetadata',
2185
+ :'dss_sign_28411_enable_leave_page_prompt_radmin_option' => :'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption',
2186
+ :'dss_sign_29182_slide_up_bar_radmin_option' => :'dss_SIGN_29182_SlideUpBar_RadminOption',
1650
2187
  :'email_template_version' => :'emailTemplateVersion',
1651
2188
  :'email_template_version_metadata' => :'emailTemplateVersionMetadata',
1652
2189
  :'enable_access_code_generator' => :'enableAccessCodeGenerator',
@@ -1667,8 +2204,11 @@ module DocuSign_eSign
1667
2204
  :'enable_calculated_fields_metadata' => :'enableCalculatedFieldsMetadata',
1668
2205
  :'enable_clickwraps' => :'enableClickwraps',
1669
2206
  :'enable_clickwraps_metadata' => :'enableClickwrapsMetadata',
2207
+ :'enable_combined_pdf_download_for_sbs' => :'enableCombinedPDFDownloadForSBS',
1670
2208
  :'enable_comments_history_download_in_signing' => :'enableCommentsHistoryDownloadInSigning',
1671
2209
  :'enable_comments_history_download_in_signing_metadata' => :'enableCommentsHistoryDownloadInSigningMetadata',
2210
+ :'enable_contact_suggestions' => :'enableContactSuggestions',
2211
+ :'enable_contact_suggestions_metadata' => :'enableContactSuggestionsMetadata',
1672
2212
  :'enable_customer_satisfaction_metric_tracking' => :'enableCustomerSatisfactionMetricTracking',
1673
2213
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'enableCustomerSatisfactionMetricTrackingMetadata',
1674
2214
  :'enable_ds_pro' => :'enableDSPro',
@@ -1677,10 +2217,21 @@ module DocuSign_eSign
1677
2217
  :'enable_envelope_stamping_by_account_admin_metadata' => :'enableEnvelopeStampingByAccountAdminMetadata',
1678
2218
  :'enable_envelope_stamping_by_ds_admin' => :'enableEnvelopeStampingByDSAdmin',
1679
2219
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'enableEnvelopeStampingByDSAdminMetadata',
2220
+ :'enable_e_sign_api_hourly_limit_management' => :'enableESignAPIHourlyLimitManagement',
2221
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'enableESignAPIHourlyLimitManagementMetadata',
1680
2222
  :'enable_esign_communities' => :'enableEsignCommunities',
1681
2223
  :'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
2224
+ :'enable_id_fx_accountless_sms_auth_for_part11' => :'enableIDFxAccountlessSMSAuthForPart11',
2225
+ :'enable_id_fx_accountless_sms_auth_for_part11_metadata' => :'enableIDFxAccountlessSMSAuthForPart11Metadata',
2226
+ :'enable_id_fx_intuit_kba' => :'enableIDFxIntuitKBA',
2227
+ :'enable_id_fx_intuit_kba_metadata' => :'enableIDFxIntuitKBAMetadata',
2228
+ :'enable_id_fx_phone_authentication' => :'enableIDFxPhoneAuthentication',
2229
+ :'enable_id_fx_phone_authentication_metadata' => :'enableIDFxPhoneAuthenticationMetadata',
1682
2230
  :'enable_in_browser_editor' => :'enableInBrowserEditor',
1683
2231
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
2232
+ :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
2233
+ :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
2234
+ :'enable_participant_recipient_setting_metadata' => :'enableParticipantRecipientSettingMetadata',
1684
2235
  :'enable_payment_processing' => :'enablePaymentProcessing',
1685
2236
  :'enable_payment_processing_metadata' => :'enablePaymentProcessingMetadata',
1686
2237
  :'enable_pdfa_conversion' => :'enablePDFAConversion',
@@ -1705,6 +2256,8 @@ module DocuSign_eSign
1705
2256
  :'enable_scheduled_release_metadata' => :'enableScheduledReleaseMetadata',
1706
2257
  :'enable_search' => :'enableSearch',
1707
2258
  :'enable_search_metadata' => :'enableSearchMetadata',
2259
+ :'enable_search_site_specific_api' => :'enableSearchSiteSpecificApi',
2260
+ :'enable_search_site_specific_api_metadata' => :'enableSearchSiteSpecificApiMetadata',
1708
2261
  :'enable_search_ui' => :'enableSearchUI',
1709
2262
  :'enable_search_ui_metadata' => :'enableSearchUIMetadata',
1710
2263
  :'enable_sending_tags_font_settings' => :'enableSendingTagsFontSettings',
@@ -1739,6 +2292,7 @@ module DocuSign_eSign
1739
2292
  :'enable_sms_authentication_metadata' => :'enableSMSAuthenticationMetadata',
1740
2293
  :'enable_sms_delivery_additional_notification' => :'enableSMSDeliveryAdditionalNotification',
1741
2294
  :'enable_sms_delivery_additional_notification_metadata' => :'enableSMSDeliveryAdditionalNotificationMetadata',
2295
+ :'enable_sms_delivery_primary' => :'enableSMSDeliveryPrimary',
1742
2296
  :'enable_social_id_login' => :'enableSocialIdLogin',
1743
2297
  :'enable_social_id_login_metadata' => :'enableSocialIdLoginMetadata',
1744
2298
  :'enable_strike_through' => :'enableStrikeThrough',
@@ -1755,8 +2309,14 @@ module DocuSign_eSign
1755
2309
  :'envelope_integration_allowed_metadata' => :'envelopeIntegrationAllowedMetadata',
1756
2310
  :'envelope_integration_enabled' => :'envelopeIntegrationEnabled',
1757
2311
  :'envelope_integration_enabled_metadata' => :'envelopeIntegrationEnabledMetadata',
2312
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMB',
2313
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled',
2314
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata',
2315
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata',
1758
2316
  :'envelope_stamping_default_value' => :'envelopeStampingDefaultValue',
1759
2317
  :'envelope_stamping_default_value_metadata' => :'envelopeStampingDefaultValueMetadata',
2318
+ :'exit_prompt' => :'exitPrompt',
2319
+ :'exit_prompt_metadata' => :'exitPromptMetadata',
1760
2320
  :'express_send' => :'expressSend',
1761
2321
  :'express_send_allow_tabs' => :'expressSendAllowTabs',
1762
2322
  :'express_send_allow_tabs_metadata' => :'expressSendAllowTabsMetadata',
@@ -1766,8 +2326,11 @@ module DocuSign_eSign
1766
2326
  :'external_signature_pad_type_metadata' => :'externalSignaturePadTypeMetadata',
1767
2327
  :'fax_out_enabled' => :'faxOutEnabled',
1768
2328
  :'fax_out_enabled_metadata' => :'faxOutEnabledMetadata',
2329
+ :'finish_reminder' => :'finishReminder',
2330
+ :'finish_reminder_metadata' => :'finishReminderMetadata',
1769
2331
  :'guided_forms_html_allowed' => :'guidedFormsHtmlAllowed',
1770
2332
  :'guided_forms_html_allowed_metadata' => :'guidedFormsHtmlAllowedMetadata',
2333
+ :'has_recipient_connect_claimed_domain' => :'hasRecipientConnectClaimedDomain',
1771
2334
  :'hide_account_address_in_co_c' => :'hideAccountAddressInCoC',
1772
2335
  :'hide_account_address_in_co_c_metadata' => :'hideAccountAddressInCoCMetadata',
1773
2336
  :'hide_pricing' => :'hidePricing',
@@ -1783,6 +2346,8 @@ module DocuSign_eSign
1783
2346
  :'id_check_required_metadata' => :'idCheckRequiredMetadata',
1784
2347
  :'identity_verification' => :'identityVerification',
1785
2348
  :'identity_verification_metadata' => :'identityVerificationMetadata',
2349
+ :'idfx_phone_authentication_override' => :'idfxPhoneAuthenticationOverride',
2350
+ :'idfx_phone_authentication_override_metadata' => :'idfxPhoneAuthenticationOverrideMetadata',
1786
2351
  :'ignore_error_if_anchor_tab_not_found' => :'ignoreErrorIfAnchorTabNotFound',
1787
2352
  :'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'ignoreErrorIfAnchorTabNotFoundMetadataEnabled',
1788
2353
  :'in_person_id_check_question' => :'inPersonIDCheckQuestion',
@@ -1808,10 +2373,18 @@ module DocuSign_eSign
1808
2373
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'optOutAutoNavTextAndTabColorUpdatesMetadata',
1809
2374
  :'opt_out_new_platform_seal' => :'optOutNewPlatformSeal',
1810
2375
  :'opt_out_new_platform_seal_platform_metadata' => :'optOutNewPlatformSealPlatformMetadata',
2376
+ :'pdf_max_chunked_upload_part_size' => :'pdfMaxChunkedUploadPartSize',
2377
+ :'pdf_max_chunked_upload_part_size_metadata' => :'pdfMaxChunkedUploadPartSizeMetadata',
2378
+ :'pdf_max_chunked_upload_total_size' => :'pdfMaxChunkedUploadTotalSize',
2379
+ :'pdf_max_chunked_upload_total_size_metadata' => :'pdfMaxChunkedUploadTotalSizeMetadata',
2380
+ :'pdf_max_individual_upload_size' => :'pdfMaxIndividualUploadSize',
2381
+ :'pdf_max_individual_upload_size_metadata' => :'pdfMaxIndividualUploadSizeMetadata',
1811
2382
  :'phone_auth_recipient_may_provide_phone_number' => :'phoneAuthRecipientMayProvidePhoneNumber',
1812
2383
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'phoneAuthRecipientMayProvidePhoneNumberMetadata',
1813
2384
  :'pki_sign_downloaded_pdf_docs' => :'pkiSignDownloadedPDFDocs',
1814
2385
  :'pki_sign_downloaded_pdf_docs_metadata' => :'pkiSignDownloadedPDFDocsMetadata',
2386
+ :'read_only_mode' => :'readOnlyMode',
2387
+ :'read_only_mode_metadata' => :'readOnlyModeMetadata',
1815
2388
  :'recipients_can_sign_offline' => :'recipientsCanSignOffline',
1816
2389
  :'recipients_can_sign_offline_metadata' => :'recipientsCanSignOfflineMetadata',
1817
2390
  :'recipient_signing_auto_navigation_control' => :'recipientSigningAutoNavigationControl',
@@ -1842,6 +2415,8 @@ module DocuSign_eSign
1842
2415
  :'sending_tags_font_name_metadata' => :'sendingTagsFontNameMetadata',
1843
2416
  :'sending_tags_font_size' => :'sendingTagsFontSize',
1844
2417
  :'sending_tags_font_size_metadata' => :'sendingTagsFontSizeMetadata',
2418
+ :'send_lockout_recipient_notification' => :'sendLockoutRecipientNotification',
2419
+ :'send_lockout_recipient_notification_metadata' => :'sendLockoutRecipientNotificationMetadata',
1845
2420
  :'send_to_certified_delivery_enabled' => :'sendToCertifiedDeliveryEnabled',
1846
2421
  :'send_to_certified_delivery_enabled_metadata' => :'sendToCertifiedDeliveryEnabledMetadata',
1847
2422
  :'session_timeout' => :'sessionTimeout',
@@ -1944,6 +2519,7 @@ module DocuSign_eSign
1944
2519
  :'uses_api_metadata' => :'usesAPIMetadata',
1945
2520
  :'use_signature_provider_platform' => :'useSignatureProviderPlatform',
1946
2521
  :'use_signature_provider_platform_metadata' => :'useSignatureProviderPlatformMetadata',
2522
+ :'use_smart_contracts_v1' => :'useSmartContractsV1',
1947
2523
  :'validations_allowed' => :'validationsAllowed',
1948
2524
  :'validations_allowed_metadata' => :'validationsAllowedMetadata',
1949
2525
  :'validations_brand' => :'validationsBrand',
@@ -1991,6 +2567,8 @@ module DocuSign_eSign
1991
2567
  :'allow_agent_name_email_edit_metadata' => :'SettingsMetadata',
1992
2568
  :'allow_agreement_actions' => :'String',
1993
2569
  :'allow_agreement_actions_metadata' => :'SettingsMetadata',
2570
+ :'allow_agreement_orchestration_workflows' => :'String',
2571
+ :'allow_agreement_orchestration_workflows_metadata' => :'SettingsMetadata',
1994
2572
  :'allow_auto_nav_settings' => :'String',
1995
2573
  :'allow_auto_nav_settings_metadata' => :'SettingsMetadata',
1996
2574
  :'allow_auto_tagging' => :'String',
@@ -2000,6 +2578,7 @@ module DocuSign_eSign
2000
2578
  :'allow_cd_withdraw' => :'String',
2001
2579
  :'allow_cd_withdraw_metadata' => :'SettingsMetadata',
2002
2580
  :'allow_connect_http_listener_configs' => :'String',
2581
+ :'allow_connect_o_auth_ui' => :'String',
2003
2582
  :'allow_connect_send_finish_later' => :'String',
2004
2583
  :'allow_connect_send_finish_later_metadata' => :'SettingsMetadata',
2005
2584
  :'allow_connect_unified_payload_ui' => :'String',
@@ -2007,6 +2586,12 @@ module DocuSign_eSign
2007
2586
  :'allow_consumer_disclosure_override_metadata' => :'SettingsMetadata',
2008
2587
  :'allow_data_download' => :'String',
2009
2588
  :'allow_data_download_metadata' => :'SettingsMetadata',
2589
+ :'allow_delayed_routing' => :'String',
2590
+ :'allow_delayed_routing_metadata' => :'SettingsMetadata',
2591
+ :'allow_delegated_signing' => :'String',
2592
+ :'allow_delegated_signing_metadata' => :'SettingsMetadata',
2593
+ :'allow_doc_gen_documents' => :'String',
2594
+ :'allow_doc_gen_documents_metadata' => :'SettingsMetadata',
2010
2595
  :'allow_document_disclosures' => :'String',
2011
2596
  :'allow_document_disclosures_metadata' => :'SettingsMetadata',
2012
2597
  :'allow_documents_on_signed_envelopes' => :'String',
@@ -2037,6 +2622,8 @@ module DocuSign_eSign
2037
2622
  :'allow_external_linked_accounts_metadata' => :'SettingsMetadata',
2038
2623
  :'allow_external_signature_pad' => :'String',
2039
2624
  :'allow_external_signature_pad_metadata' => :'SettingsMetadata',
2625
+ :'allow_idv_for_eu_qualified_signatures' => :'String',
2626
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'SettingsMetadata',
2040
2627
  :'allow_idv_level1' => :'String',
2041
2628
  :'allow_idv_level1_metadata' => :'SettingsMetadata',
2042
2629
  :'allow_idv_level2' => :'String',
@@ -2046,9 +2633,13 @@ module DocuSign_eSign
2046
2633
  :'allow_idv_platform' => :'String',
2047
2634
  :'allow_idv_platform_metadata' => :'SettingsMetadata',
2048
2635
  :'allow_in_person' => :'String',
2636
+ :'allow_in_person_electronic_notary' => :'String',
2637
+ :'allow_in_person_electronic_notary_metadata' => :'SettingsMetadata',
2049
2638
  :'allow_in_person_metadata' => :'SettingsMetadata',
2050
2639
  :'allow_managed_stamps' => :'String',
2051
2640
  :'allow_managed_stamps_metadata' => :'SettingsMetadata',
2641
+ :'allow_managing_envelopes_on_behalf_of_others' => :'String',
2642
+ :'allow_managing_envelopes_on_behalf_of_others_metadata' => :'SettingsMetadata',
2052
2643
  :'allow_markup' => :'String',
2053
2644
  :'allow_markup_metadata' => :'SettingsMetadata',
2054
2645
  :'allow_member_time_zone' => :'String',
@@ -2067,12 +2658,26 @@ module DocuSign_eSign
2067
2658
  :'allow_offline_signing_metadata' => :'SettingsMetadata',
2068
2659
  :'allow_open_trust_signer_certificate' => :'String',
2069
2660
  :'allow_open_trust_signer_certificate_metadata' => :'SettingsMetadata',
2661
+ :'allow_organization_docusign_monitor' => :'String',
2662
+ :'allow_organization_docusign_monitor_metadata' => :'SettingsMetadata',
2663
+ :'allow_organization_domain_user_management' => :'String',
2664
+ :'allow_organization_domain_user_management_metadata' => :'SettingsMetadata',
2070
2665
  :'allow_organizations' => :'String',
2071
2666
  :'allow_organizations_metadata' => :'SettingsMetadata',
2667
+ :'allow_organization_sso_management' => :'String',
2668
+ :'allow_organization_sso_management_metadata' => :'SettingsMetadata',
2669
+ :'allow_organization_to_use_in_person_electronic_notary' => :'String',
2670
+ :'allow_organization_to_use_in_person_electronic_notary_metadata' => :'SettingsMetadata',
2671
+ :'allow_organization_to_use_remote_notary' => :'String',
2672
+ :'allow_organization_to_use_remote_notary_metadata' => :'SettingsMetadata',
2673
+ :'allow_organization_to_use_third_party_electronic_notary' => :'String',
2674
+ :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'SettingsMetadata',
2675
+ :'allow_participant_recipient_type' => :'String',
2676
+ :'allow_participant_recipient_type_metadata' => :'SettingsMetadata',
2072
2677
  :'allow_payment_processing' => :'String',
2073
2678
  :'allow_payment_processing_metadata' => :'SettingsMetadata',
2074
- :'allow_personal_signer_certificate' => :'String',
2075
- :'allow_personal_signer_certificate_metadata' => :'SettingsMetadata',
2679
+ :'allow_performance_analytics' => :'String',
2680
+ :'allow_performance_analytics_metadata' => :'SettingsMetadata',
2076
2681
  :'allow_phone_authentication' => :'String',
2077
2682
  :'allow_phone_authentication_metadata' => :'SettingsMetadata',
2078
2683
  :'allow_phone_auth_override' => :'String',
@@ -2089,8 +2694,12 @@ module DocuSign_eSign
2089
2694
  :'allow_resource_file_branding_metadata' => :'SettingsMetadata',
2090
2695
  :'allow_safe_bio_pharma_signer_certificate' => :'String',
2091
2696
  :'allow_safe_bio_pharma_signer_certificate_metadata' => :'SettingsMetadata',
2697
+ :'allow_scheduled_sending' => :'String',
2698
+ :'allow_scheduled_sending_metadata' => :'SettingsMetadata',
2092
2699
  :'allow_security_appliance' => :'String',
2093
2700
  :'allow_security_appliance_metadata' => :'SettingsMetadata',
2701
+ :'allow_sending_envelopes_on_behalf_of_others' => :'String',
2702
+ :'allow_sending_envelopes_on_behalf_of_others_metadata' => :'SettingsMetadata',
2094
2703
  :'allow_send_to_certified_delivery' => :'String',
2095
2704
  :'allow_send_to_certified_delivery_metadata' => :'SettingsMetadata',
2096
2705
  :'allow_send_to_intermediary' => :'String',
@@ -2125,10 +2734,14 @@ module DocuSign_eSign
2125
2734
  :'allow_social_id_login_metadata' => :'SettingsMetadata',
2126
2735
  :'allow_supplemental_documents' => :'String',
2127
2736
  :'allow_supplemental_documents_metadata' => :'SettingsMetadata',
2737
+ :'allow_third_party_electronic_notary' => :'String',
2738
+ :'allow_third_party_electronic_notary_metadata' => :'SettingsMetadata',
2128
2739
  :'allow_users_to_access_directory' => :'String',
2129
2740
  :'allow_users_to_access_directory_metadata' => :'SettingsMetadata',
2130
2741
  :'allow_value_insights' => :'String',
2131
2742
  :'allow_value_insights_metadata' => :'SettingsMetadata',
2743
+ :'allow_web_forms' => :'String',
2744
+ :'allow_web_forms_metadata' => :'SettingsMetadata',
2132
2745
  :'anchor_population_scope' => :'String',
2133
2746
  :'anchor_population_scope_metadata' => :'SettingsMetadata',
2134
2747
  :'anchor_tag_versioned_placement_enabled' => :'String',
@@ -2148,6 +2761,7 @@ module DocuSign_eSign
2148
2761
  :'billing_address' => :'AddressInformation',
2149
2762
  :'billing_address_metadata' => :'SettingsMetadata',
2150
2763
  :'bulk_send' => :'String',
2764
+ :'bulk_send_action_resend_limit' => :'String',
2151
2765
  :'bulk_send_max_copies_in_batch' => :'String',
2152
2766
  :'bulk_send_max_unprocessed_envelopes_count' => :'String',
2153
2767
  :'bulk_send_metadata' => :'SettingsMetadata',
@@ -2159,6 +2773,8 @@ module DocuSign_eSign
2159
2773
  :'can_use_salesforce_o_auth_metadata' => :'SettingsMetadata',
2160
2774
  :'capture_voice_recording' => :'String',
2161
2775
  :'capture_voice_recording_metadata' => :'SettingsMetadata',
2776
+ :'cfr21_simplified_signing_enabled' => :'String',
2777
+ :'cfr21_simplified_signing_enabled_metadata' => :'SettingsMetadata',
2162
2778
  :'cfr_use_wide_image' => :'String',
2163
2779
  :'cfr_use_wide_image_metadata' => :'SettingsMetadata',
2164
2780
  :'check_for_multiple_admins_on_account' => :'String',
@@ -2207,6 +2823,8 @@ module DocuSign_eSign
2207
2823
  :'document_retention_purge_tabs' => :'String',
2208
2824
  :'document_visibility' => :'String',
2209
2825
  :'document_visibility_metadata' => :'SettingsMetadata',
2826
+ :'dss_sign_28411_enable_leave_page_prompt_radmin_option' => :'String',
2827
+ :'dss_sign_29182_slide_up_bar_radmin_option' => :'String',
2210
2828
  :'email_template_version' => :'String',
2211
2829
  :'email_template_version_metadata' => :'SettingsMetadata',
2212
2830
  :'enable_access_code_generator' => :'String',
@@ -2227,8 +2845,11 @@ module DocuSign_eSign
2227
2845
  :'enable_calculated_fields_metadata' => :'SettingsMetadata',
2228
2846
  :'enable_clickwraps' => :'String',
2229
2847
  :'enable_clickwraps_metadata' => :'SettingsMetadata',
2848
+ :'enable_combined_pdf_download_for_sbs' => :'String',
2230
2849
  :'enable_comments_history_download_in_signing' => :'String',
2231
2850
  :'enable_comments_history_download_in_signing_metadata' => :'SettingsMetadata',
2851
+ :'enable_contact_suggestions' => :'String',
2852
+ :'enable_contact_suggestions_metadata' => :'SettingsMetadata',
2232
2853
  :'enable_customer_satisfaction_metric_tracking' => :'String',
2233
2854
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'SettingsMetadata',
2234
2855
  :'enable_ds_pro' => :'String',
@@ -2237,10 +2858,21 @@ module DocuSign_eSign
2237
2858
  :'enable_envelope_stamping_by_account_admin_metadata' => :'SettingsMetadata',
2238
2859
  :'enable_envelope_stamping_by_ds_admin' => :'String',
2239
2860
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'SettingsMetadata',
2861
+ :'enable_e_sign_api_hourly_limit_management' => :'String',
2862
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'SettingsMetadata',
2240
2863
  :'enable_esign_communities' => :'String',
2241
2864
  :'enable_esign_communities_metadata' => :'SettingsMetadata',
2865
+ :'enable_id_fx_accountless_sms_auth_for_part11' => :'String',
2866
+ :'enable_id_fx_accountless_sms_auth_for_part11_metadata' => :'SettingsMetadata',
2867
+ :'enable_id_fx_intuit_kba' => :'String',
2868
+ :'enable_id_fx_intuit_kba_metadata' => :'SettingsMetadata',
2869
+ :'enable_id_fx_phone_authentication' => :'String',
2870
+ :'enable_id_fx_phone_authentication_metadata' => :'SettingsMetadata',
2242
2871
  :'enable_in_browser_editor' => :'String',
2243
2872
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
2873
+ :'enable_key_terms_suggestions_by_document_type' => :'String',
2874
+ :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
2875
+ :'enable_participant_recipient_setting_metadata' => :'SettingsMetadata',
2244
2876
  :'enable_payment_processing' => :'String',
2245
2877
  :'enable_payment_processing_metadata' => :'SettingsMetadata',
2246
2878
  :'enable_pdfa_conversion' => :'String',
@@ -2265,6 +2897,8 @@ module DocuSign_eSign
2265
2897
  :'enable_scheduled_release_metadata' => :'SettingsMetadata',
2266
2898
  :'enable_search' => :'String',
2267
2899
  :'enable_search_metadata' => :'SettingsMetadata',
2900
+ :'enable_search_site_specific_api' => :'String',
2901
+ :'enable_search_site_specific_api_metadata' => :'SettingsMetadata',
2268
2902
  :'enable_search_ui' => :'String',
2269
2903
  :'enable_search_ui_metadata' => :'SettingsMetadata',
2270
2904
  :'enable_sending_tags_font_settings' => :'String',
@@ -2299,6 +2933,7 @@ module DocuSign_eSign
2299
2933
  :'enable_sms_authentication_metadata' => :'SettingsMetadata',
2300
2934
  :'enable_sms_delivery_additional_notification' => :'String',
2301
2935
  :'enable_sms_delivery_additional_notification_metadata' => :'SettingsMetadata',
2936
+ :'enable_sms_delivery_primary' => :'String',
2302
2937
  :'enable_social_id_login' => :'String',
2303
2938
  :'enable_social_id_login_metadata' => :'SettingsMetadata',
2304
2939
  :'enable_strike_through' => :'String',
@@ -2315,8 +2950,14 @@ module DocuSign_eSign
2315
2950
  :'envelope_integration_allowed_metadata' => :'SettingsMetadata',
2316
2951
  :'envelope_integration_enabled' => :'String',
2317
2952
  :'envelope_integration_enabled_metadata' => :'SettingsMetadata',
2953
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'String',
2954
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'String',
2955
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'SettingsMetadata',
2956
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'SettingsMetadata',
2318
2957
  :'envelope_stamping_default_value' => :'String',
2319
2958
  :'envelope_stamping_default_value_metadata' => :'SettingsMetadata',
2959
+ :'exit_prompt' => :'String',
2960
+ :'exit_prompt_metadata' => :'SettingsMetadata',
2320
2961
  :'express_send' => :'String',
2321
2962
  :'express_send_allow_tabs' => :'String',
2322
2963
  :'express_send_allow_tabs_metadata' => :'SettingsMetadata',
@@ -2326,8 +2967,11 @@ module DocuSign_eSign
2326
2967
  :'external_signature_pad_type_metadata' => :'SettingsMetadata',
2327
2968
  :'fax_out_enabled' => :'String',
2328
2969
  :'fax_out_enabled_metadata' => :'SettingsMetadata',
2970
+ :'finish_reminder' => :'String',
2971
+ :'finish_reminder_metadata' => :'SettingsMetadata',
2329
2972
  :'guided_forms_html_allowed' => :'String',
2330
2973
  :'guided_forms_html_allowed_metadata' => :'SettingsMetadata',
2974
+ :'has_recipient_connect_claimed_domain' => :'String',
2331
2975
  :'hide_account_address_in_co_c' => :'String',
2332
2976
  :'hide_account_address_in_co_c_metadata' => :'SettingsMetadata',
2333
2977
  :'hide_pricing' => :'String',
@@ -2343,6 +2987,8 @@ module DocuSign_eSign
2343
2987
  :'id_check_required_metadata' => :'SettingsMetadata',
2344
2988
  :'identity_verification' => :'Array<AccountIdentityVerificationWorkflow>',
2345
2989
  :'identity_verification_metadata' => :'SettingsMetadata',
2990
+ :'idfx_phone_authentication_override' => :'String',
2991
+ :'idfx_phone_authentication_override_metadata' => :'SettingsMetadata',
2346
2992
  :'ignore_error_if_anchor_tab_not_found' => :'String',
2347
2993
  :'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'SettingsMetadata',
2348
2994
  :'in_person_id_check_question' => :'String',
@@ -2368,10 +3014,18 @@ module DocuSign_eSign
2368
3014
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'SettingsMetadata',
2369
3015
  :'opt_out_new_platform_seal' => :'String',
2370
3016
  :'opt_out_new_platform_seal_platform_metadata' => :'SettingsMetadata',
3017
+ :'pdf_max_chunked_upload_part_size' => :'String',
3018
+ :'pdf_max_chunked_upload_part_size_metadata' => :'SettingsMetadata',
3019
+ :'pdf_max_chunked_upload_total_size' => :'String',
3020
+ :'pdf_max_chunked_upload_total_size_metadata' => :'SettingsMetadata',
3021
+ :'pdf_max_individual_upload_size' => :'String',
3022
+ :'pdf_max_individual_upload_size_metadata' => :'SettingsMetadata',
2371
3023
  :'phone_auth_recipient_may_provide_phone_number' => :'String',
2372
3024
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'SettingsMetadata',
2373
3025
  :'pki_sign_downloaded_pdf_docs' => :'String',
2374
3026
  :'pki_sign_downloaded_pdf_docs_metadata' => :'SettingsMetadata',
3027
+ :'read_only_mode' => :'String',
3028
+ :'read_only_mode_metadata' => :'SettingsMetadata',
2375
3029
  :'recipients_can_sign_offline' => :'String',
2376
3030
  :'recipients_can_sign_offline_metadata' => :'SettingsMetadata',
2377
3031
  :'recipient_signing_auto_navigation_control' => :'String',
@@ -2402,6 +3056,8 @@ module DocuSign_eSign
2402
3056
  :'sending_tags_font_name_metadata' => :'SettingsMetadata',
2403
3057
  :'sending_tags_font_size' => :'String',
2404
3058
  :'sending_tags_font_size_metadata' => :'SettingsMetadata',
3059
+ :'send_lockout_recipient_notification' => :'String',
3060
+ :'send_lockout_recipient_notification_metadata' => :'SettingsMetadata',
2405
3061
  :'send_to_certified_delivery_enabled' => :'String',
2406
3062
  :'send_to_certified_delivery_enabled_metadata' => :'SettingsMetadata',
2407
3063
  :'session_timeout' => :'String',
@@ -2504,6 +3160,7 @@ module DocuSign_eSign
2504
3160
  :'uses_api_metadata' => :'SettingsMetadata',
2505
3161
  :'use_signature_provider_platform' => :'String',
2506
3162
  :'use_signature_provider_platform_metadata' => :'SettingsMetadata',
3163
+ :'use_smart_contracts_v1' => :'String',
2507
3164
  :'validations_allowed' => :'String',
2508
3165
  :'validations_allowed_metadata' => :'SettingsMetadata',
2509
3166
  :'validations_brand' => :'String',
@@ -2631,6 +3288,14 @@ module DocuSign_eSign
2631
3288
  self.allow_agreement_actions_metadata = attributes[:'allowAgreementActionsMetadata']
2632
3289
  end
2633
3290
 
3291
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflows')
3292
+ self.allow_agreement_orchestration_workflows = attributes[:'allowAgreementOrchestrationWorkflows']
3293
+ end
3294
+
3295
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflowsMetadata')
3296
+ self.allow_agreement_orchestration_workflows_metadata = attributes[:'allowAgreementOrchestrationWorkflowsMetadata']
3297
+ end
3298
+
2634
3299
  if attributes.has_key?(:'allowAutoNavSettings')
2635
3300
  self.allow_auto_nav_settings = attributes[:'allowAutoNavSettings']
2636
3301
  end
@@ -2667,6 +3332,10 @@ module DocuSign_eSign
2667
3332
  self.allow_connect_http_listener_configs = attributes[:'allowConnectHttpListenerConfigs']
2668
3333
  end
2669
3334
 
3335
+ if attributes.has_key?(:'allowConnectOAuthUI')
3336
+ self.allow_connect_o_auth_ui = attributes[:'allowConnectOAuthUI']
3337
+ end
3338
+
2670
3339
  if attributes.has_key?(:'allowConnectSendFinishLater')
2671
3340
  self.allow_connect_send_finish_later = attributes[:'allowConnectSendFinishLater']
2672
3341
  end
@@ -2695,6 +3364,30 @@ module DocuSign_eSign
2695
3364
  self.allow_data_download_metadata = attributes[:'allowDataDownloadMetadata']
2696
3365
  end
2697
3366
 
3367
+ if attributes.has_key?(:'allowDelayedRouting')
3368
+ self.allow_delayed_routing = attributes[:'allowDelayedRouting']
3369
+ end
3370
+
3371
+ if attributes.has_key?(:'allowDelayedRoutingMetadata')
3372
+ self.allow_delayed_routing_metadata = attributes[:'allowDelayedRoutingMetadata']
3373
+ end
3374
+
3375
+ if attributes.has_key?(:'allowDelegatedSigning')
3376
+ self.allow_delegated_signing = attributes[:'allowDelegatedSigning']
3377
+ end
3378
+
3379
+ if attributes.has_key?(:'allowDelegatedSigningMetadata')
3380
+ self.allow_delegated_signing_metadata = attributes[:'allowDelegatedSigningMetadata']
3381
+ end
3382
+
3383
+ if attributes.has_key?(:'allowDocGenDocuments')
3384
+ self.allow_doc_gen_documents = attributes[:'allowDocGenDocuments']
3385
+ end
3386
+
3387
+ if attributes.has_key?(:'allowDocGenDocumentsMetadata')
3388
+ self.allow_doc_gen_documents_metadata = attributes[:'allowDocGenDocumentsMetadata']
3389
+ end
3390
+
2698
3391
  if attributes.has_key?(:'allowDocumentDisclosures')
2699
3392
  self.allow_document_disclosures = attributes[:'allowDocumentDisclosures']
2700
3393
  end
@@ -2815,6 +3508,14 @@ module DocuSign_eSign
2815
3508
  self.allow_external_signature_pad_metadata = attributes[:'allowExternalSignaturePadMetadata']
2816
3509
  end
2817
3510
 
3511
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignatures')
3512
+ self.allow_idv_for_eu_qualified_signatures = attributes[:'allowIDVForEUQualifiedSignatures']
3513
+ end
3514
+
3515
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignaturesMetadata')
3516
+ self.allow_idv_for_eu_qualified_signatures_metadata = attributes[:'allowIDVForEUQualifiedSignaturesMetadata']
3517
+ end
3518
+
2818
3519
  if attributes.has_key?(:'allowIDVLevel1')
2819
3520
  self.allow_idv_level1 = attributes[:'allowIDVLevel1']
2820
3521
  end
@@ -2851,6 +3552,14 @@ module DocuSign_eSign
2851
3552
  self.allow_in_person = attributes[:'allowInPerson']
2852
3553
  end
2853
3554
 
3555
+ if attributes.has_key?(:'allowInPersonElectronicNotary')
3556
+ self.allow_in_person_electronic_notary = attributes[:'allowInPersonElectronicNotary']
3557
+ end
3558
+
3559
+ if attributes.has_key?(:'allowInPersonElectronicNotaryMetadata')
3560
+ self.allow_in_person_electronic_notary_metadata = attributes[:'allowInPersonElectronicNotaryMetadata']
3561
+ end
3562
+
2854
3563
  if attributes.has_key?(:'allowInPersonMetadata')
2855
3564
  self.allow_in_person_metadata = attributes[:'allowInPersonMetadata']
2856
3565
  end
@@ -2863,6 +3572,14 @@ module DocuSign_eSign
2863
3572
  self.allow_managed_stamps_metadata = attributes[:'allowManagedStampsMetadata']
2864
3573
  end
2865
3574
 
3575
+ if attributes.has_key?(:'allowManagingEnvelopesOnBehalfOfOthers')
3576
+ self.allow_managing_envelopes_on_behalf_of_others = attributes[:'allowManagingEnvelopesOnBehalfOfOthers']
3577
+ end
3578
+
3579
+ if attributes.has_key?(:'allowManagingEnvelopesOnBehalfOfOthersMetadata')
3580
+ self.allow_managing_envelopes_on_behalf_of_others_metadata = attributes[:'allowManagingEnvelopesOnBehalfOfOthersMetadata']
3581
+ end
3582
+
2866
3583
  if attributes.has_key?(:'allowMarkup')
2867
3584
  self.allow_markup = attributes[:'allowMarkup']
2868
3585
  end
@@ -2935,6 +3652,22 @@ module DocuSign_eSign
2935
3652
  self.allow_open_trust_signer_certificate_metadata = attributes[:'allowOpenTrustSignerCertificateMetadata']
2936
3653
  end
2937
3654
 
3655
+ if attributes.has_key?(:'allowOrganizationDocusignMonitor')
3656
+ self.allow_organization_docusign_monitor = attributes[:'allowOrganizationDocusignMonitor']
3657
+ end
3658
+
3659
+ if attributes.has_key?(:'allowOrganizationDocusignMonitorMetadata')
3660
+ self.allow_organization_docusign_monitor_metadata = attributes[:'allowOrganizationDocusignMonitorMetadata']
3661
+ end
3662
+
3663
+ if attributes.has_key?(:'allowOrganizationDomainUserManagement')
3664
+ self.allow_organization_domain_user_management = attributes[:'allowOrganizationDomainUserManagement']
3665
+ end
3666
+
3667
+ if attributes.has_key?(:'allowOrganizationDomainUserManagementMetadata')
3668
+ self.allow_organization_domain_user_management_metadata = attributes[:'allowOrganizationDomainUserManagementMetadata']
3669
+ end
3670
+
2938
3671
  if attributes.has_key?(:'allowOrganizations')
2939
3672
  self.allow_organizations = attributes[:'allowOrganizations']
2940
3673
  end
@@ -2943,6 +3676,46 @@ module DocuSign_eSign
2943
3676
  self.allow_organizations_metadata = attributes[:'allowOrganizationsMetadata']
2944
3677
  end
2945
3678
 
3679
+ if attributes.has_key?(:'allowOrganizationSsoManagement')
3680
+ self.allow_organization_sso_management = attributes[:'allowOrganizationSsoManagement']
3681
+ end
3682
+
3683
+ if attributes.has_key?(:'allowOrganizationSsoManagementMetadata')
3684
+ self.allow_organization_sso_management_metadata = attributes[:'allowOrganizationSsoManagementMetadata']
3685
+ end
3686
+
3687
+ if attributes.has_key?(:'allowOrganizationToUseInPersonElectronicNotary')
3688
+ self.allow_organization_to_use_in_person_electronic_notary = attributes[:'allowOrganizationToUseInPersonElectronicNotary']
3689
+ end
3690
+
3691
+ if attributes.has_key?(:'allowOrganizationToUseInPersonElectronicNotaryMetadata')
3692
+ self.allow_organization_to_use_in_person_electronic_notary_metadata = attributes[:'allowOrganizationToUseInPersonElectronicNotaryMetadata']
3693
+ end
3694
+
3695
+ if attributes.has_key?(:'allowOrganizationToUseRemoteNotary')
3696
+ self.allow_organization_to_use_remote_notary = attributes[:'allowOrganizationToUseRemoteNotary']
3697
+ end
3698
+
3699
+ if attributes.has_key?(:'allowOrganizationToUseRemoteNotaryMetadata')
3700
+ self.allow_organization_to_use_remote_notary_metadata = attributes[:'allowOrganizationToUseRemoteNotaryMetadata']
3701
+ end
3702
+
3703
+ if attributes.has_key?(:'allowOrganizationToUseThirdPartyElectronicNotary')
3704
+ self.allow_organization_to_use_third_party_electronic_notary = attributes[:'allowOrganizationToUseThirdPartyElectronicNotary']
3705
+ end
3706
+
3707
+ if attributes.has_key?(:'allowOrganizationToUseThirdPartyElectronicNotaryMetadata')
3708
+ self.allow_organization_to_use_third_party_electronic_notary_metadata = attributes[:'allowOrganizationToUseThirdPartyElectronicNotaryMetadata']
3709
+ end
3710
+
3711
+ if attributes.has_key?(:'allowParticipantRecipientType')
3712
+ self.allow_participant_recipient_type = attributes[:'allowParticipantRecipientType']
3713
+ end
3714
+
3715
+ if attributes.has_key?(:'allowParticipantRecipientTypeMetadata')
3716
+ self.allow_participant_recipient_type_metadata = attributes[:'allowParticipantRecipientTypeMetadata']
3717
+ end
3718
+
2946
3719
  if attributes.has_key?(:'allowPaymentProcessing')
2947
3720
  self.allow_payment_processing = attributes[:'allowPaymentProcessing']
2948
3721
  end
@@ -2951,12 +3724,12 @@ module DocuSign_eSign
2951
3724
  self.allow_payment_processing_metadata = attributes[:'allowPaymentProcessingMetadata']
2952
3725
  end
2953
3726
 
2954
- if attributes.has_key?(:'allowPersonalSignerCertificate')
2955
- self.allow_personal_signer_certificate = attributes[:'allowPersonalSignerCertificate']
3727
+ if attributes.has_key?(:'allowPerformanceAnalytics')
3728
+ self.allow_performance_analytics = attributes[:'allowPerformanceAnalytics']
2956
3729
  end
2957
3730
 
2958
- if attributes.has_key?(:'allowPersonalSignerCertificateMetadata')
2959
- self.allow_personal_signer_certificate_metadata = attributes[:'allowPersonalSignerCertificateMetadata']
3731
+ if attributes.has_key?(:'allowPerformanceAnalyticsMetadata')
3732
+ self.allow_performance_analytics_metadata = attributes[:'allowPerformanceAnalyticsMetadata']
2960
3733
  end
2961
3734
 
2962
3735
  if attributes.has_key?(:'allowPhoneAuthentication')
@@ -3023,6 +3796,14 @@ module DocuSign_eSign
3023
3796
  self.allow_safe_bio_pharma_signer_certificate_metadata = attributes[:'allowSafeBioPharmaSignerCertificateMetadata']
3024
3797
  end
3025
3798
 
3799
+ if attributes.has_key?(:'allowScheduledSending')
3800
+ self.allow_scheduled_sending = attributes[:'allowScheduledSending']
3801
+ end
3802
+
3803
+ if attributes.has_key?(:'allowScheduledSendingMetadata')
3804
+ self.allow_scheduled_sending_metadata = attributes[:'allowScheduledSendingMetadata']
3805
+ end
3806
+
3026
3807
  if attributes.has_key?(:'allowSecurityAppliance')
3027
3808
  self.allow_security_appliance = attributes[:'allowSecurityAppliance']
3028
3809
  end
@@ -3031,6 +3812,14 @@ module DocuSign_eSign
3031
3812
  self.allow_security_appliance_metadata = attributes[:'allowSecurityApplianceMetadata']
3032
3813
  end
3033
3814
 
3815
+ if attributes.has_key?(:'allowSendingEnvelopesOnBehalfOfOthers')
3816
+ self.allow_sending_envelopes_on_behalf_of_others = attributes[:'allowSendingEnvelopesOnBehalfOfOthers']
3817
+ end
3818
+
3819
+ if attributes.has_key?(:'allowSendingEnvelopesOnBehalfOfOthersMetadata')
3820
+ self.allow_sending_envelopes_on_behalf_of_others_metadata = attributes[:'allowSendingEnvelopesOnBehalfOfOthersMetadata']
3821
+ end
3822
+
3034
3823
  if attributes.has_key?(:'allowSendToCertifiedDelivery')
3035
3824
  self.allow_send_to_certified_delivery = attributes[:'allowSendToCertifiedDelivery']
3036
3825
  end
@@ -3167,6 +3956,14 @@ module DocuSign_eSign
3167
3956
  self.allow_supplemental_documents_metadata = attributes[:'allowSupplementalDocumentsMetadata']
3168
3957
  end
3169
3958
 
3959
+ if attributes.has_key?(:'allowThirdPartyElectronicNotary')
3960
+ self.allow_third_party_electronic_notary = attributes[:'allowThirdPartyElectronicNotary']
3961
+ end
3962
+
3963
+ if attributes.has_key?(:'allowThirdPartyElectronicNotaryMetadata')
3964
+ self.allow_third_party_electronic_notary_metadata = attributes[:'allowThirdPartyElectronicNotaryMetadata']
3965
+ end
3966
+
3170
3967
  if attributes.has_key?(:'allowUsersToAccessDirectory')
3171
3968
  self.allow_users_to_access_directory = attributes[:'allowUsersToAccessDirectory']
3172
3969
  end
@@ -3183,6 +3980,14 @@ module DocuSign_eSign
3183
3980
  self.allow_value_insights_metadata = attributes[:'allowValueInsightsMetadata']
3184
3981
  end
3185
3982
 
3983
+ if attributes.has_key?(:'allowWebForms')
3984
+ self.allow_web_forms = attributes[:'allowWebForms']
3985
+ end
3986
+
3987
+ if attributes.has_key?(:'allowWebFormsMetadata')
3988
+ self.allow_web_forms_metadata = attributes[:'allowWebFormsMetadata']
3989
+ end
3990
+
3186
3991
  if attributes.has_key?(:'anchorPopulationScope')
3187
3992
  self.anchor_population_scope = attributes[:'anchorPopulationScope']
3188
3993
  end
@@ -3259,6 +4064,10 @@ module DocuSign_eSign
3259
4064
  self.bulk_send = attributes[:'bulkSend']
3260
4065
  end
3261
4066
 
4067
+ if attributes.has_key?(:'bulkSendActionResendLimit')
4068
+ self.bulk_send_action_resend_limit = attributes[:'bulkSendActionResendLimit']
4069
+ end
4070
+
3262
4071
  if attributes.has_key?(:'bulkSendMaxCopiesInBatch')
3263
4072
  self.bulk_send_max_copies_in_batch = attributes[:'bulkSendMaxCopiesInBatch']
3264
4073
  end
@@ -3303,6 +4112,14 @@ module DocuSign_eSign
3303
4112
  self.capture_voice_recording_metadata = attributes[:'captureVoiceRecordingMetadata']
3304
4113
  end
3305
4114
 
4115
+ if attributes.has_key?(:'cfr21SimplifiedSigningEnabled')
4116
+ self.cfr21_simplified_signing_enabled = attributes[:'cfr21SimplifiedSigningEnabled']
4117
+ end
4118
+
4119
+ if attributes.has_key?(:'cfr21SimplifiedSigningEnabledMetadata')
4120
+ self.cfr21_simplified_signing_enabled_metadata = attributes[:'cfr21SimplifiedSigningEnabledMetadata']
4121
+ end
4122
+
3306
4123
  if attributes.has_key?(:'cfrUseWideImage')
3307
4124
  self.cfr_use_wide_image = attributes[:'cfrUseWideImage']
3308
4125
  end
@@ -3495,6 +4312,14 @@ module DocuSign_eSign
3495
4312
  self.document_visibility_metadata = attributes[:'documentVisibilityMetadata']
3496
4313
  end
3497
4314
 
4315
+ if attributes.has_key?(:'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption')
4316
+ self.dss_sign_28411_enable_leave_page_prompt_radmin_option = attributes[:'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption']
4317
+ end
4318
+
4319
+ if attributes.has_key?(:'dss_SIGN_29182_SlideUpBar_RadminOption')
4320
+ self.dss_sign_29182_slide_up_bar_radmin_option = attributes[:'dss_SIGN_29182_SlideUpBar_RadminOption']
4321
+ end
4322
+
3498
4323
  if attributes.has_key?(:'emailTemplateVersion')
3499
4324
  self.email_template_version = attributes[:'emailTemplateVersion']
3500
4325
  end
@@ -3575,6 +4400,10 @@ module DocuSign_eSign
3575
4400
  self.enable_clickwraps_metadata = attributes[:'enableClickwrapsMetadata']
3576
4401
  end
3577
4402
 
4403
+ if attributes.has_key?(:'enableCombinedPDFDownloadForSBS')
4404
+ self.enable_combined_pdf_download_for_sbs = attributes[:'enableCombinedPDFDownloadForSBS']
4405
+ end
4406
+
3578
4407
  if attributes.has_key?(:'enableCommentsHistoryDownloadInSigning')
3579
4408
  self.enable_comments_history_download_in_signing = attributes[:'enableCommentsHistoryDownloadInSigning']
3580
4409
  end
@@ -3583,6 +4412,14 @@ module DocuSign_eSign
3583
4412
  self.enable_comments_history_download_in_signing_metadata = attributes[:'enableCommentsHistoryDownloadInSigningMetadata']
3584
4413
  end
3585
4414
 
4415
+ if attributes.has_key?(:'enableContactSuggestions')
4416
+ self.enable_contact_suggestions = attributes[:'enableContactSuggestions']
4417
+ end
4418
+
4419
+ if attributes.has_key?(:'enableContactSuggestionsMetadata')
4420
+ self.enable_contact_suggestions_metadata = attributes[:'enableContactSuggestionsMetadata']
4421
+ end
4422
+
3586
4423
  if attributes.has_key?(:'enableCustomerSatisfactionMetricTracking')
3587
4424
  self.enable_customer_satisfaction_metric_tracking = attributes[:'enableCustomerSatisfactionMetricTracking']
3588
4425
  end
@@ -3615,6 +4452,14 @@ module DocuSign_eSign
3615
4452
  self.enable_envelope_stamping_by_ds_admin_metadata = attributes[:'enableEnvelopeStampingByDSAdminMetadata']
3616
4453
  end
3617
4454
 
4455
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagement')
4456
+ self.enable_e_sign_api_hourly_limit_management = attributes[:'enableESignAPIHourlyLimitManagement']
4457
+ end
4458
+
4459
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagementMetadata')
4460
+ self.enable_e_sign_api_hourly_limit_management_metadata = attributes[:'enableESignAPIHourlyLimitManagementMetadata']
4461
+ end
4462
+
3618
4463
  if attributes.has_key?(:'enableEsignCommunities')
3619
4464
  self.enable_esign_communities = attributes[:'enableEsignCommunities']
3620
4465
  end
@@ -3623,6 +4468,30 @@ module DocuSign_eSign
3623
4468
  self.enable_esign_communities_metadata = attributes[:'enableEsignCommunitiesMetadata']
3624
4469
  end
3625
4470
 
4471
+ if attributes.has_key?(:'enableIDFxAccountlessSMSAuthForPart11')
4472
+ self.enable_id_fx_accountless_sms_auth_for_part11 = attributes[:'enableIDFxAccountlessSMSAuthForPart11']
4473
+ end
4474
+
4475
+ if attributes.has_key?(:'enableIDFxAccountlessSMSAuthForPart11Metadata')
4476
+ self.enable_id_fx_accountless_sms_auth_for_part11_metadata = attributes[:'enableIDFxAccountlessSMSAuthForPart11Metadata']
4477
+ end
4478
+
4479
+ if attributes.has_key?(:'enableIDFxIntuitKBA')
4480
+ self.enable_id_fx_intuit_kba = attributes[:'enableIDFxIntuitKBA']
4481
+ end
4482
+
4483
+ if attributes.has_key?(:'enableIDFxIntuitKBAMetadata')
4484
+ self.enable_id_fx_intuit_kba_metadata = attributes[:'enableIDFxIntuitKBAMetadata']
4485
+ end
4486
+
4487
+ if attributes.has_key?(:'enableIDFxPhoneAuthentication')
4488
+ self.enable_id_fx_phone_authentication = attributes[:'enableIDFxPhoneAuthentication']
4489
+ end
4490
+
4491
+ if attributes.has_key?(:'enableIDFxPhoneAuthenticationMetadata')
4492
+ self.enable_id_fx_phone_authentication_metadata = attributes[:'enableIDFxPhoneAuthenticationMetadata']
4493
+ end
4494
+
3626
4495
  if attributes.has_key?(:'enableInBrowserEditor')
3627
4496
  self.enable_in_browser_editor = attributes[:'enableInBrowserEditor']
3628
4497
  end
@@ -3631,6 +4500,18 @@ module DocuSign_eSign
3631
4500
  self.enable_in_browser_editor_metadata = attributes[:'enableInBrowserEditorMetadata']
3632
4501
  end
3633
4502
 
4503
+ if attributes.has_key?(:'enableKeyTermsSuggestionsByDocumentType')
4504
+ self.enable_key_terms_suggestions_by_document_type = attributes[:'enableKeyTermsSuggestionsByDocumentType']
4505
+ end
4506
+
4507
+ if attributes.has_key?(:'enableKeyTermsSuggestionsByDocumentTypeMetadata')
4508
+ self.enable_key_terms_suggestions_by_document_type_metadata = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
4509
+ end
4510
+
4511
+ if attributes.has_key?(:'enableParticipantRecipientSettingMetadata')
4512
+ self.enable_participant_recipient_setting_metadata = attributes[:'enableParticipantRecipientSettingMetadata']
4513
+ end
4514
+
3634
4515
  if attributes.has_key?(:'enablePaymentProcessing')
3635
4516
  self.enable_payment_processing = attributes[:'enablePaymentProcessing']
3636
4517
  end
@@ -3727,6 +4608,14 @@ module DocuSign_eSign
3727
4608
  self.enable_search_metadata = attributes[:'enableSearchMetadata']
3728
4609
  end
3729
4610
 
4611
+ if attributes.has_key?(:'enableSearchSiteSpecificApi')
4612
+ self.enable_search_site_specific_api = attributes[:'enableSearchSiteSpecificApi']
4613
+ end
4614
+
4615
+ if attributes.has_key?(:'enableSearchSiteSpecificApiMetadata')
4616
+ self.enable_search_site_specific_api_metadata = attributes[:'enableSearchSiteSpecificApiMetadata']
4617
+ end
4618
+
3730
4619
  if attributes.has_key?(:'enableSearchUI')
3731
4620
  self.enable_search_ui = attributes[:'enableSearchUI']
3732
4621
  end
@@ -3863,6 +4752,10 @@ module DocuSign_eSign
3863
4752
  self.enable_sms_delivery_additional_notification_metadata = attributes[:'enableSMSDeliveryAdditionalNotificationMetadata']
3864
4753
  end
3865
4754
 
4755
+ if attributes.has_key?(:'enableSMSDeliveryPrimary')
4756
+ self.enable_sms_delivery_primary = attributes[:'enableSMSDeliveryPrimary']
4757
+ end
4758
+
3866
4759
  if attributes.has_key?(:'enableSocialIdLogin')
3867
4760
  self.enable_social_id_login = attributes[:'enableSocialIdLogin']
3868
4761
  end
@@ -3927,6 +4820,22 @@ module DocuSign_eSign
3927
4820
  self.envelope_integration_enabled_metadata = attributes[:'envelopeIntegrationEnabledMetadata']
3928
4821
  end
3929
4822
 
4823
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMB')
4824
+ self.envelope_limits_total_document_size_allowed_in_mb = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMB']
4825
+ end
4826
+
4827
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled')
4828
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled']
4829
+ end
4830
+
4831
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata')
4832
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata']
4833
+ end
4834
+
4835
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata')
4836
+ self.envelope_limits_total_document_size_allowed_in_mb_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata']
4837
+ end
4838
+
3930
4839
  if attributes.has_key?(:'envelopeStampingDefaultValue')
3931
4840
  self.envelope_stamping_default_value = attributes[:'envelopeStampingDefaultValue']
3932
4841
  end
@@ -3935,6 +4844,14 @@ module DocuSign_eSign
3935
4844
  self.envelope_stamping_default_value_metadata = attributes[:'envelopeStampingDefaultValueMetadata']
3936
4845
  end
3937
4846
 
4847
+ if attributes.has_key?(:'exitPrompt')
4848
+ self.exit_prompt = attributes[:'exitPrompt']
4849
+ end
4850
+
4851
+ if attributes.has_key?(:'exitPromptMetadata')
4852
+ self.exit_prompt_metadata = attributes[:'exitPromptMetadata']
4853
+ end
4854
+
3938
4855
  if attributes.has_key?(:'expressSend')
3939
4856
  self.express_send = attributes[:'expressSend']
3940
4857
  end
@@ -3971,6 +4888,14 @@ module DocuSign_eSign
3971
4888
  self.fax_out_enabled_metadata = attributes[:'faxOutEnabledMetadata']
3972
4889
  end
3973
4890
 
4891
+ if attributes.has_key?(:'finishReminder')
4892
+ self.finish_reminder = attributes[:'finishReminder']
4893
+ end
4894
+
4895
+ if attributes.has_key?(:'finishReminderMetadata')
4896
+ self.finish_reminder_metadata = attributes[:'finishReminderMetadata']
4897
+ end
4898
+
3974
4899
  if attributes.has_key?(:'guidedFormsHtmlAllowed')
3975
4900
  self.guided_forms_html_allowed = attributes[:'guidedFormsHtmlAllowed']
3976
4901
  end
@@ -3979,6 +4904,10 @@ module DocuSign_eSign
3979
4904
  self.guided_forms_html_allowed_metadata = attributes[:'guidedFormsHtmlAllowedMetadata']
3980
4905
  end
3981
4906
 
4907
+ if attributes.has_key?(:'hasRecipientConnectClaimedDomain')
4908
+ self.has_recipient_connect_claimed_domain = attributes[:'hasRecipientConnectClaimedDomain']
4909
+ end
4910
+
3982
4911
  if attributes.has_key?(:'hideAccountAddressInCoC')
3983
4912
  self.hide_account_address_in_co_c = attributes[:'hideAccountAddressInCoC']
3984
4913
  end
@@ -4043,6 +4972,14 @@ module DocuSign_eSign
4043
4972
  self.identity_verification_metadata = attributes[:'identityVerificationMetadata']
4044
4973
  end
4045
4974
 
4975
+ if attributes.has_key?(:'idfxPhoneAuthenticationOverride')
4976
+ self.idfx_phone_authentication_override = attributes[:'idfxPhoneAuthenticationOverride']
4977
+ end
4978
+
4979
+ if attributes.has_key?(:'idfxPhoneAuthenticationOverrideMetadata')
4980
+ self.idfx_phone_authentication_override_metadata = attributes[:'idfxPhoneAuthenticationOverrideMetadata']
4981
+ end
4982
+
4046
4983
  if attributes.has_key?(:'ignoreErrorIfAnchorTabNotFound')
4047
4984
  self.ignore_error_if_anchor_tab_not_found = attributes[:'ignoreErrorIfAnchorTabNotFound']
4048
4985
  end
@@ -4145,6 +5082,30 @@ module DocuSign_eSign
4145
5082
  self.opt_out_new_platform_seal_platform_metadata = attributes[:'optOutNewPlatformSealPlatformMetadata']
4146
5083
  end
4147
5084
 
5085
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSize')
5086
+ self.pdf_max_chunked_upload_part_size = attributes[:'pdfMaxChunkedUploadPartSize']
5087
+ end
5088
+
5089
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSizeMetadata')
5090
+ self.pdf_max_chunked_upload_part_size_metadata = attributes[:'pdfMaxChunkedUploadPartSizeMetadata']
5091
+ end
5092
+
5093
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSize')
5094
+ self.pdf_max_chunked_upload_total_size = attributes[:'pdfMaxChunkedUploadTotalSize']
5095
+ end
5096
+
5097
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSizeMetadata')
5098
+ self.pdf_max_chunked_upload_total_size_metadata = attributes[:'pdfMaxChunkedUploadTotalSizeMetadata']
5099
+ end
5100
+
5101
+ if attributes.has_key?(:'pdfMaxIndividualUploadSize')
5102
+ self.pdf_max_individual_upload_size = attributes[:'pdfMaxIndividualUploadSize']
5103
+ end
5104
+
5105
+ if attributes.has_key?(:'pdfMaxIndividualUploadSizeMetadata')
5106
+ self.pdf_max_individual_upload_size_metadata = attributes[:'pdfMaxIndividualUploadSizeMetadata']
5107
+ end
5108
+
4148
5109
  if attributes.has_key?(:'phoneAuthRecipientMayProvidePhoneNumber')
4149
5110
  self.phone_auth_recipient_may_provide_phone_number = attributes[:'phoneAuthRecipientMayProvidePhoneNumber']
4150
5111
  end
@@ -4161,6 +5122,14 @@ module DocuSign_eSign
4161
5122
  self.pki_sign_downloaded_pdf_docs_metadata = attributes[:'pkiSignDownloadedPDFDocsMetadata']
4162
5123
  end
4163
5124
 
5125
+ if attributes.has_key?(:'readOnlyMode')
5126
+ self.read_only_mode = attributes[:'readOnlyMode']
5127
+ end
5128
+
5129
+ if attributes.has_key?(:'readOnlyModeMetadata')
5130
+ self.read_only_mode_metadata = attributes[:'readOnlyModeMetadata']
5131
+ end
5132
+
4164
5133
  if attributes.has_key?(:'recipientsCanSignOffline')
4165
5134
  self.recipients_can_sign_offline = attributes[:'recipientsCanSignOffline']
4166
5135
  end
@@ -4281,6 +5250,14 @@ module DocuSign_eSign
4281
5250
  self.sending_tags_font_size_metadata = attributes[:'sendingTagsFontSizeMetadata']
4282
5251
  end
4283
5252
 
5253
+ if attributes.has_key?(:'sendLockoutRecipientNotification')
5254
+ self.send_lockout_recipient_notification = attributes[:'sendLockoutRecipientNotification']
5255
+ end
5256
+
5257
+ if attributes.has_key?(:'sendLockoutRecipientNotificationMetadata')
5258
+ self.send_lockout_recipient_notification_metadata = attributes[:'sendLockoutRecipientNotificationMetadata']
5259
+ end
5260
+
4284
5261
  if attributes.has_key?(:'sendToCertifiedDeliveryEnabled')
4285
5262
  self.send_to_certified_delivery_enabled = attributes[:'sendToCertifiedDeliveryEnabled']
4286
5263
  end
@@ -4691,6 +5668,10 @@ module DocuSign_eSign
4691
5668
  self.use_signature_provider_platform_metadata = attributes[:'useSignatureProviderPlatformMetadata']
4692
5669
  end
4693
5670
 
5671
+ if attributes.has_key?(:'useSmartContractsV1')
5672
+ self.use_smart_contracts_v1 = attributes[:'useSmartContractsV1']
5673
+ end
5674
+
4694
5675
  if attributes.has_key?(:'validationsAllowed')
4695
5676
  self.validations_allowed = attributes[:'validationsAllowed']
4696
5677
  end
@@ -4799,6 +5780,8 @@ module DocuSign_eSign
4799
5780
  allow_agent_name_email_edit_metadata == o.allow_agent_name_email_edit_metadata &&
4800
5781
  allow_agreement_actions == o.allow_agreement_actions &&
4801
5782
  allow_agreement_actions_metadata == o.allow_agreement_actions_metadata &&
5783
+ allow_agreement_orchestration_workflows == o.allow_agreement_orchestration_workflows &&
5784
+ allow_agreement_orchestration_workflows_metadata == o.allow_agreement_orchestration_workflows_metadata &&
4802
5785
  allow_auto_nav_settings == o.allow_auto_nav_settings &&
4803
5786
  allow_auto_nav_settings_metadata == o.allow_auto_nav_settings_metadata &&
4804
5787
  allow_auto_tagging == o.allow_auto_tagging &&
@@ -4808,6 +5791,7 @@ module DocuSign_eSign
4808
5791
  allow_cd_withdraw == o.allow_cd_withdraw &&
4809
5792
  allow_cd_withdraw_metadata == o.allow_cd_withdraw_metadata &&
4810
5793
  allow_connect_http_listener_configs == o.allow_connect_http_listener_configs &&
5794
+ allow_connect_o_auth_ui == o.allow_connect_o_auth_ui &&
4811
5795
  allow_connect_send_finish_later == o.allow_connect_send_finish_later &&
4812
5796
  allow_connect_send_finish_later_metadata == o.allow_connect_send_finish_later_metadata &&
4813
5797
  allow_connect_unified_payload_ui == o.allow_connect_unified_payload_ui &&
@@ -4815,6 +5799,12 @@ module DocuSign_eSign
4815
5799
  allow_consumer_disclosure_override_metadata == o.allow_consumer_disclosure_override_metadata &&
4816
5800
  allow_data_download == o.allow_data_download &&
4817
5801
  allow_data_download_metadata == o.allow_data_download_metadata &&
5802
+ allow_delayed_routing == o.allow_delayed_routing &&
5803
+ allow_delayed_routing_metadata == o.allow_delayed_routing_metadata &&
5804
+ allow_delegated_signing == o.allow_delegated_signing &&
5805
+ allow_delegated_signing_metadata == o.allow_delegated_signing_metadata &&
5806
+ allow_doc_gen_documents == o.allow_doc_gen_documents &&
5807
+ allow_doc_gen_documents_metadata == o.allow_doc_gen_documents_metadata &&
4818
5808
  allow_document_disclosures == o.allow_document_disclosures &&
4819
5809
  allow_document_disclosures_metadata == o.allow_document_disclosures_metadata &&
4820
5810
  allow_documents_on_signed_envelopes == o.allow_documents_on_signed_envelopes &&
@@ -4845,6 +5835,8 @@ module DocuSign_eSign
4845
5835
  allow_external_linked_accounts_metadata == o.allow_external_linked_accounts_metadata &&
4846
5836
  allow_external_signature_pad == o.allow_external_signature_pad &&
4847
5837
  allow_external_signature_pad_metadata == o.allow_external_signature_pad_metadata &&
5838
+ allow_idv_for_eu_qualified_signatures == o.allow_idv_for_eu_qualified_signatures &&
5839
+ allow_idv_for_eu_qualified_signatures_metadata == o.allow_idv_for_eu_qualified_signatures_metadata &&
4848
5840
  allow_idv_level1 == o.allow_idv_level1 &&
4849
5841
  allow_idv_level1_metadata == o.allow_idv_level1_metadata &&
4850
5842
  allow_idv_level2 == o.allow_idv_level2 &&
@@ -4854,9 +5846,13 @@ module DocuSign_eSign
4854
5846
  allow_idv_platform == o.allow_idv_platform &&
4855
5847
  allow_idv_platform_metadata == o.allow_idv_platform_metadata &&
4856
5848
  allow_in_person == o.allow_in_person &&
5849
+ allow_in_person_electronic_notary == o.allow_in_person_electronic_notary &&
5850
+ allow_in_person_electronic_notary_metadata == o.allow_in_person_electronic_notary_metadata &&
4857
5851
  allow_in_person_metadata == o.allow_in_person_metadata &&
4858
5852
  allow_managed_stamps == o.allow_managed_stamps &&
4859
5853
  allow_managed_stamps_metadata == o.allow_managed_stamps_metadata &&
5854
+ allow_managing_envelopes_on_behalf_of_others == o.allow_managing_envelopes_on_behalf_of_others &&
5855
+ allow_managing_envelopes_on_behalf_of_others_metadata == o.allow_managing_envelopes_on_behalf_of_others_metadata &&
4860
5856
  allow_markup == o.allow_markup &&
4861
5857
  allow_markup_metadata == o.allow_markup_metadata &&
4862
5858
  allow_member_time_zone == o.allow_member_time_zone &&
@@ -4875,12 +5871,26 @@ module DocuSign_eSign
4875
5871
  allow_offline_signing_metadata == o.allow_offline_signing_metadata &&
4876
5872
  allow_open_trust_signer_certificate == o.allow_open_trust_signer_certificate &&
4877
5873
  allow_open_trust_signer_certificate_metadata == o.allow_open_trust_signer_certificate_metadata &&
5874
+ allow_organization_docusign_monitor == o.allow_organization_docusign_monitor &&
5875
+ allow_organization_docusign_monitor_metadata == o.allow_organization_docusign_monitor_metadata &&
5876
+ allow_organization_domain_user_management == o.allow_organization_domain_user_management &&
5877
+ allow_organization_domain_user_management_metadata == o.allow_organization_domain_user_management_metadata &&
4878
5878
  allow_organizations == o.allow_organizations &&
4879
5879
  allow_organizations_metadata == o.allow_organizations_metadata &&
5880
+ allow_organization_sso_management == o.allow_organization_sso_management &&
5881
+ allow_organization_sso_management_metadata == o.allow_organization_sso_management_metadata &&
5882
+ allow_organization_to_use_in_person_electronic_notary == o.allow_organization_to_use_in_person_electronic_notary &&
5883
+ allow_organization_to_use_in_person_electronic_notary_metadata == o.allow_organization_to_use_in_person_electronic_notary_metadata &&
5884
+ allow_organization_to_use_remote_notary == o.allow_organization_to_use_remote_notary &&
5885
+ allow_organization_to_use_remote_notary_metadata == o.allow_organization_to_use_remote_notary_metadata &&
5886
+ allow_organization_to_use_third_party_electronic_notary == o.allow_organization_to_use_third_party_electronic_notary &&
5887
+ allow_organization_to_use_third_party_electronic_notary_metadata == o.allow_organization_to_use_third_party_electronic_notary_metadata &&
5888
+ allow_participant_recipient_type == o.allow_participant_recipient_type &&
5889
+ allow_participant_recipient_type_metadata == o.allow_participant_recipient_type_metadata &&
4880
5890
  allow_payment_processing == o.allow_payment_processing &&
4881
5891
  allow_payment_processing_metadata == o.allow_payment_processing_metadata &&
4882
- allow_personal_signer_certificate == o.allow_personal_signer_certificate &&
4883
- allow_personal_signer_certificate_metadata == o.allow_personal_signer_certificate_metadata &&
5892
+ allow_performance_analytics == o.allow_performance_analytics &&
5893
+ allow_performance_analytics_metadata == o.allow_performance_analytics_metadata &&
4884
5894
  allow_phone_authentication == o.allow_phone_authentication &&
4885
5895
  allow_phone_authentication_metadata == o.allow_phone_authentication_metadata &&
4886
5896
  allow_phone_auth_override == o.allow_phone_auth_override &&
@@ -4897,8 +5907,12 @@ module DocuSign_eSign
4897
5907
  allow_resource_file_branding_metadata == o.allow_resource_file_branding_metadata &&
4898
5908
  allow_safe_bio_pharma_signer_certificate == o.allow_safe_bio_pharma_signer_certificate &&
4899
5909
  allow_safe_bio_pharma_signer_certificate_metadata == o.allow_safe_bio_pharma_signer_certificate_metadata &&
5910
+ allow_scheduled_sending == o.allow_scheduled_sending &&
5911
+ allow_scheduled_sending_metadata == o.allow_scheduled_sending_metadata &&
4900
5912
  allow_security_appliance == o.allow_security_appliance &&
4901
5913
  allow_security_appliance_metadata == o.allow_security_appliance_metadata &&
5914
+ allow_sending_envelopes_on_behalf_of_others == o.allow_sending_envelopes_on_behalf_of_others &&
5915
+ allow_sending_envelopes_on_behalf_of_others_metadata == o.allow_sending_envelopes_on_behalf_of_others_metadata &&
4902
5916
  allow_send_to_certified_delivery == o.allow_send_to_certified_delivery &&
4903
5917
  allow_send_to_certified_delivery_metadata == o.allow_send_to_certified_delivery_metadata &&
4904
5918
  allow_send_to_intermediary == o.allow_send_to_intermediary &&
@@ -4933,10 +5947,14 @@ module DocuSign_eSign
4933
5947
  allow_social_id_login_metadata == o.allow_social_id_login_metadata &&
4934
5948
  allow_supplemental_documents == o.allow_supplemental_documents &&
4935
5949
  allow_supplemental_documents_metadata == o.allow_supplemental_documents_metadata &&
5950
+ allow_third_party_electronic_notary == o.allow_third_party_electronic_notary &&
5951
+ allow_third_party_electronic_notary_metadata == o.allow_third_party_electronic_notary_metadata &&
4936
5952
  allow_users_to_access_directory == o.allow_users_to_access_directory &&
4937
5953
  allow_users_to_access_directory_metadata == o.allow_users_to_access_directory_metadata &&
4938
5954
  allow_value_insights == o.allow_value_insights &&
4939
5955
  allow_value_insights_metadata == o.allow_value_insights_metadata &&
5956
+ allow_web_forms == o.allow_web_forms &&
5957
+ allow_web_forms_metadata == o.allow_web_forms_metadata &&
4940
5958
  anchor_population_scope == o.anchor_population_scope &&
4941
5959
  anchor_population_scope_metadata == o.anchor_population_scope_metadata &&
4942
5960
  anchor_tag_versioned_placement_enabled == o.anchor_tag_versioned_placement_enabled &&
@@ -4956,6 +5974,7 @@ module DocuSign_eSign
4956
5974
  billing_address == o.billing_address &&
4957
5975
  billing_address_metadata == o.billing_address_metadata &&
4958
5976
  bulk_send == o.bulk_send &&
5977
+ bulk_send_action_resend_limit == o.bulk_send_action_resend_limit &&
4959
5978
  bulk_send_max_copies_in_batch == o.bulk_send_max_copies_in_batch &&
4960
5979
  bulk_send_max_unprocessed_envelopes_count == o.bulk_send_max_unprocessed_envelopes_count &&
4961
5980
  bulk_send_metadata == o.bulk_send_metadata &&
@@ -4967,6 +5986,8 @@ module DocuSign_eSign
4967
5986
  can_use_salesforce_o_auth_metadata == o.can_use_salesforce_o_auth_metadata &&
4968
5987
  capture_voice_recording == o.capture_voice_recording &&
4969
5988
  capture_voice_recording_metadata == o.capture_voice_recording_metadata &&
5989
+ cfr21_simplified_signing_enabled == o.cfr21_simplified_signing_enabled &&
5990
+ cfr21_simplified_signing_enabled_metadata == o.cfr21_simplified_signing_enabled_metadata &&
4970
5991
  cfr_use_wide_image == o.cfr_use_wide_image &&
4971
5992
  cfr_use_wide_image_metadata == o.cfr_use_wide_image_metadata &&
4972
5993
  check_for_multiple_admins_on_account == o.check_for_multiple_admins_on_account &&
@@ -5015,6 +6036,8 @@ module DocuSign_eSign
5015
6036
  document_retention_purge_tabs == o.document_retention_purge_tabs &&
5016
6037
  document_visibility == o.document_visibility &&
5017
6038
  document_visibility_metadata == o.document_visibility_metadata &&
6039
+ dss_sign_28411_enable_leave_page_prompt_radmin_option == o.dss_sign_28411_enable_leave_page_prompt_radmin_option &&
6040
+ dss_sign_29182_slide_up_bar_radmin_option == o.dss_sign_29182_slide_up_bar_radmin_option &&
5018
6041
  email_template_version == o.email_template_version &&
5019
6042
  email_template_version_metadata == o.email_template_version_metadata &&
5020
6043
  enable_access_code_generator == o.enable_access_code_generator &&
@@ -5035,8 +6058,11 @@ module DocuSign_eSign
5035
6058
  enable_calculated_fields_metadata == o.enable_calculated_fields_metadata &&
5036
6059
  enable_clickwraps == o.enable_clickwraps &&
5037
6060
  enable_clickwraps_metadata == o.enable_clickwraps_metadata &&
6061
+ enable_combined_pdf_download_for_sbs == o.enable_combined_pdf_download_for_sbs &&
5038
6062
  enable_comments_history_download_in_signing == o.enable_comments_history_download_in_signing &&
5039
6063
  enable_comments_history_download_in_signing_metadata == o.enable_comments_history_download_in_signing_metadata &&
6064
+ enable_contact_suggestions == o.enable_contact_suggestions &&
6065
+ enable_contact_suggestions_metadata == o.enable_contact_suggestions_metadata &&
5040
6066
  enable_customer_satisfaction_metric_tracking == o.enable_customer_satisfaction_metric_tracking &&
5041
6067
  enable_customer_satisfaction_metric_tracking_metadata == o.enable_customer_satisfaction_metric_tracking_metadata &&
5042
6068
  enable_ds_pro == o.enable_ds_pro &&
@@ -5045,10 +6071,21 @@ module DocuSign_eSign
5045
6071
  enable_envelope_stamping_by_account_admin_metadata == o.enable_envelope_stamping_by_account_admin_metadata &&
5046
6072
  enable_envelope_stamping_by_ds_admin == o.enable_envelope_stamping_by_ds_admin &&
5047
6073
  enable_envelope_stamping_by_ds_admin_metadata == o.enable_envelope_stamping_by_ds_admin_metadata &&
6074
+ enable_e_sign_api_hourly_limit_management == o.enable_e_sign_api_hourly_limit_management &&
6075
+ enable_e_sign_api_hourly_limit_management_metadata == o.enable_e_sign_api_hourly_limit_management_metadata &&
5048
6076
  enable_esign_communities == o.enable_esign_communities &&
5049
6077
  enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
6078
+ enable_id_fx_accountless_sms_auth_for_part11 == o.enable_id_fx_accountless_sms_auth_for_part11 &&
6079
+ enable_id_fx_accountless_sms_auth_for_part11_metadata == o.enable_id_fx_accountless_sms_auth_for_part11_metadata &&
6080
+ enable_id_fx_intuit_kba == o.enable_id_fx_intuit_kba &&
6081
+ enable_id_fx_intuit_kba_metadata == o.enable_id_fx_intuit_kba_metadata &&
6082
+ enable_id_fx_phone_authentication == o.enable_id_fx_phone_authentication &&
6083
+ enable_id_fx_phone_authentication_metadata == o.enable_id_fx_phone_authentication_metadata &&
5050
6084
  enable_in_browser_editor == o.enable_in_browser_editor &&
5051
6085
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
6086
+ enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
6087
+ enable_key_terms_suggestions_by_document_type_metadata == o.enable_key_terms_suggestions_by_document_type_metadata &&
6088
+ enable_participant_recipient_setting_metadata == o.enable_participant_recipient_setting_metadata &&
5052
6089
  enable_payment_processing == o.enable_payment_processing &&
5053
6090
  enable_payment_processing_metadata == o.enable_payment_processing_metadata &&
5054
6091
  enable_pdfa_conversion == o.enable_pdfa_conversion &&
@@ -5073,6 +6110,8 @@ module DocuSign_eSign
5073
6110
  enable_scheduled_release_metadata == o.enable_scheduled_release_metadata &&
5074
6111
  enable_search == o.enable_search &&
5075
6112
  enable_search_metadata == o.enable_search_metadata &&
6113
+ enable_search_site_specific_api == o.enable_search_site_specific_api &&
6114
+ enable_search_site_specific_api_metadata == o.enable_search_site_specific_api_metadata &&
5076
6115
  enable_search_ui == o.enable_search_ui &&
5077
6116
  enable_search_ui_metadata == o.enable_search_ui_metadata &&
5078
6117
  enable_sending_tags_font_settings == o.enable_sending_tags_font_settings &&
@@ -5107,6 +6146,7 @@ module DocuSign_eSign
5107
6146
  enable_sms_authentication_metadata == o.enable_sms_authentication_metadata &&
5108
6147
  enable_sms_delivery_additional_notification == o.enable_sms_delivery_additional_notification &&
5109
6148
  enable_sms_delivery_additional_notification_metadata == o.enable_sms_delivery_additional_notification_metadata &&
6149
+ enable_sms_delivery_primary == o.enable_sms_delivery_primary &&
5110
6150
  enable_social_id_login == o.enable_social_id_login &&
5111
6151
  enable_social_id_login_metadata == o.enable_social_id_login_metadata &&
5112
6152
  enable_strike_through == o.enable_strike_through &&
@@ -5123,8 +6163,14 @@ module DocuSign_eSign
5123
6163
  envelope_integration_allowed_metadata == o.envelope_integration_allowed_metadata &&
5124
6164
  envelope_integration_enabled == o.envelope_integration_enabled &&
5125
6165
  envelope_integration_enabled_metadata == o.envelope_integration_enabled_metadata &&
6166
+ envelope_limits_total_document_size_allowed_in_mb == o.envelope_limits_total_document_size_allowed_in_mb &&
6167
+ envelope_limits_total_document_size_allowed_in_mb_enabled == o.envelope_limits_total_document_size_allowed_in_mb_enabled &&
6168
+ envelope_limits_total_document_size_allowed_in_mb_enabled_metadata == o.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata &&
6169
+ envelope_limits_total_document_size_allowed_in_mb_metadata == o.envelope_limits_total_document_size_allowed_in_mb_metadata &&
5126
6170
  envelope_stamping_default_value == o.envelope_stamping_default_value &&
5127
6171
  envelope_stamping_default_value_metadata == o.envelope_stamping_default_value_metadata &&
6172
+ exit_prompt == o.exit_prompt &&
6173
+ exit_prompt_metadata == o.exit_prompt_metadata &&
5128
6174
  express_send == o.express_send &&
5129
6175
  express_send_allow_tabs == o.express_send_allow_tabs &&
5130
6176
  express_send_allow_tabs_metadata == o.express_send_allow_tabs_metadata &&
@@ -5134,8 +6180,11 @@ module DocuSign_eSign
5134
6180
  external_signature_pad_type_metadata == o.external_signature_pad_type_metadata &&
5135
6181
  fax_out_enabled == o.fax_out_enabled &&
5136
6182
  fax_out_enabled_metadata == o.fax_out_enabled_metadata &&
6183
+ finish_reminder == o.finish_reminder &&
6184
+ finish_reminder_metadata == o.finish_reminder_metadata &&
5137
6185
  guided_forms_html_allowed == o.guided_forms_html_allowed &&
5138
6186
  guided_forms_html_allowed_metadata == o.guided_forms_html_allowed_metadata &&
6187
+ has_recipient_connect_claimed_domain == o.has_recipient_connect_claimed_domain &&
5139
6188
  hide_account_address_in_co_c == o.hide_account_address_in_co_c &&
5140
6189
  hide_account_address_in_co_c_metadata == o.hide_account_address_in_co_c_metadata &&
5141
6190
  hide_pricing == o.hide_pricing &&
@@ -5151,6 +6200,8 @@ module DocuSign_eSign
5151
6200
  id_check_required_metadata == o.id_check_required_metadata &&
5152
6201
  identity_verification == o.identity_verification &&
5153
6202
  identity_verification_metadata == o.identity_verification_metadata &&
6203
+ idfx_phone_authentication_override == o.idfx_phone_authentication_override &&
6204
+ idfx_phone_authentication_override_metadata == o.idfx_phone_authentication_override_metadata &&
5154
6205
  ignore_error_if_anchor_tab_not_found == o.ignore_error_if_anchor_tab_not_found &&
5155
6206
  ignore_error_if_anchor_tab_not_found_metadata_enabled == o.ignore_error_if_anchor_tab_not_found_metadata_enabled &&
5156
6207
  in_person_id_check_question == o.in_person_id_check_question &&
@@ -5176,10 +6227,18 @@ module DocuSign_eSign
5176
6227
  opt_out_auto_nav_text_and_tab_color_updates_metadata == o.opt_out_auto_nav_text_and_tab_color_updates_metadata &&
5177
6228
  opt_out_new_platform_seal == o.opt_out_new_platform_seal &&
5178
6229
  opt_out_new_platform_seal_platform_metadata == o.opt_out_new_platform_seal_platform_metadata &&
6230
+ pdf_max_chunked_upload_part_size == o.pdf_max_chunked_upload_part_size &&
6231
+ pdf_max_chunked_upload_part_size_metadata == o.pdf_max_chunked_upload_part_size_metadata &&
6232
+ pdf_max_chunked_upload_total_size == o.pdf_max_chunked_upload_total_size &&
6233
+ pdf_max_chunked_upload_total_size_metadata == o.pdf_max_chunked_upload_total_size_metadata &&
6234
+ pdf_max_individual_upload_size == o.pdf_max_individual_upload_size &&
6235
+ pdf_max_individual_upload_size_metadata == o.pdf_max_individual_upload_size_metadata &&
5179
6236
  phone_auth_recipient_may_provide_phone_number == o.phone_auth_recipient_may_provide_phone_number &&
5180
6237
  phone_auth_recipient_may_provide_phone_number_metadata == o.phone_auth_recipient_may_provide_phone_number_metadata &&
5181
6238
  pki_sign_downloaded_pdf_docs == o.pki_sign_downloaded_pdf_docs &&
5182
6239
  pki_sign_downloaded_pdf_docs_metadata == o.pki_sign_downloaded_pdf_docs_metadata &&
6240
+ read_only_mode == o.read_only_mode &&
6241
+ read_only_mode_metadata == o.read_only_mode_metadata &&
5183
6242
  recipients_can_sign_offline == o.recipients_can_sign_offline &&
5184
6243
  recipients_can_sign_offline_metadata == o.recipients_can_sign_offline_metadata &&
5185
6244
  recipient_signing_auto_navigation_control == o.recipient_signing_auto_navigation_control &&
@@ -5210,6 +6269,8 @@ module DocuSign_eSign
5210
6269
  sending_tags_font_name_metadata == o.sending_tags_font_name_metadata &&
5211
6270
  sending_tags_font_size == o.sending_tags_font_size &&
5212
6271
  sending_tags_font_size_metadata == o.sending_tags_font_size_metadata &&
6272
+ send_lockout_recipient_notification == o.send_lockout_recipient_notification &&
6273
+ send_lockout_recipient_notification_metadata == o.send_lockout_recipient_notification_metadata &&
5213
6274
  send_to_certified_delivery_enabled == o.send_to_certified_delivery_enabled &&
5214
6275
  send_to_certified_delivery_enabled_metadata == o.send_to_certified_delivery_enabled_metadata &&
5215
6276
  session_timeout == o.session_timeout &&
@@ -5312,6 +6373,7 @@ module DocuSign_eSign
5312
6373
  uses_api_metadata == o.uses_api_metadata &&
5313
6374
  use_signature_provider_platform == o.use_signature_provider_platform &&
5314
6375
  use_signature_provider_platform_metadata == o.use_signature_provider_platform_metadata &&
6376
+ use_smart_contracts_v1 == o.use_smart_contracts_v1 &&
5315
6377
  validations_allowed == o.validations_allowed &&
5316
6378
  validations_allowed_metadata == o.validations_allowed_metadata &&
5317
6379
  validations_brand == o.validations_brand &&
@@ -5339,7 +6401,7 @@ module DocuSign_eSign
5339
6401
  # Calculates hash code according to all attributes.
5340
6402
  # @return [Fixnum] Hash code
5341
6403
  def hash
5342
- [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_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_metadata, allow_managed_stamps, allow_managed_stamps_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_organizations, allow_organizations_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_personal_signer_certificate, allow_personal_signer_certificate_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_security_appliance, allow_security_appliance_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_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_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_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, 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, 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_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_in_browser_editor, enable_in_browser_editor_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_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_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, 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, guided_forms_html_allowed, guided_forms_html_allowed_metadata, 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, 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, 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_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, 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
6404
+ [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_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_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_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, 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_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
5343
6405
  end
5344
6406
 
5345
6407
  # Builds the object from hash