docusign_esign 3.17.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (310) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/docusign_esign/api/accounts_api.rb +60 -60
  4. data/lib/docusign_esign/api/billing_api.rb +2 -2
  5. data/lib/docusign_esign/api/bulk_envelopes_api.rb +22 -22
  6. data/lib/docusign_esign/api/connect_api.rb +148 -0
  7. data/lib/docusign_esign/api/email_archive_api.rb +8 -8
  8. data/lib/docusign_esign/api/envelopes_api.rb +1353 -184
  9. data/lib/docusign_esign/api/notary_api.rb +16 -16
  10. data/lib/docusign_esign/api/power_forms_api.rb +24 -16
  11. data/lib/docusign_esign/api/templates_api.rb +20 -20
  12. data/lib/docusign_esign/api/users_api.rb +14 -14
  13. data/lib/docusign_esign/api/workspaces_api.rb +4 -4
  14. data/lib/docusign_esign/client/api_client.rb +1 -1
  15. data/lib/docusign_esign/models/access_code_format.rb +6 -0
  16. data/lib/docusign_esign/models/account_billing_plan.rb +1 -0
  17. data/lib/docusign_esign/models/account_billing_plan_response.rb +9 -0
  18. data/lib/docusign_esign/models/account_identity_verification_step.rb +1 -0
  19. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +2 -0
  20. data/lib/docusign_esign/models/account_information.rb +11 -1
  21. data/lib/docusign_esign/models/account_notification.rb +3 -0
  22. data/lib/docusign_esign/models/account_password_questions_required.rb +1 -0
  23. data/lib/docusign_esign/models/account_password_rules.rb +7 -0
  24. data/lib/docusign_esign/models/account_role_settings.rb +39 -0
  25. data/lib/docusign_esign/models/account_settings_information.rb +611 -1
  26. data/lib/docusign_esign/models/account_shared_access.rb +1 -0
  27. data/lib/docusign_esign/models/account_signature.rb +2 -0
  28. data/lib/docusign_esign/models/account_signature_definition.rb +1 -0
  29. data/lib/docusign_esign/models/account_signature_provider.rb +1 -0
  30. data/lib/docusign_esign/models/account_signature_provider_option.rb +1 -0
  31. data/lib/docusign_esign/models/account_ui_settings.rb +15 -0
  32. data/lib/docusign_esign/models/address_information_input.rb +1 -0
  33. data/lib/docusign_esign/models/agent.rb +35 -1
  34. data/lib/docusign_esign/models/approve.rb +45 -0
  35. data/lib/docusign_esign/models/authentication_status.rb +19 -0
  36. data/lib/docusign_esign/models/bcc_email_archive.rb +3 -0
  37. data/lib/docusign_esign/models/bcc_email_archive_history.rb +2 -0
  38. data/lib/docusign_esign/models/bcc_email_archive_list.rb +1 -0
  39. data/lib/docusign_esign/models/billing_plan_information.rb +19 -1
  40. data/lib/docusign_esign/models/billing_plan_preview.rb +1 -0
  41. data/lib/docusign_esign/models/billing_plan_response.rb +1 -0
  42. data/lib/docusign_esign/models/billing_plan_update_response.rb +1 -0
  43. data/lib/docusign_esign/models/brand.rb +4 -0
  44. data/lib/docusign_esign/models/brand_email_content.rb +1 -0
  45. data/lib/docusign_esign/models/brand_link.rb +1 -0
  46. data/lib/docusign_esign/models/brand_logos.rb +1 -0
  47. data/lib/docusign_esign/models/brand_request.rb +1 -0
  48. data/lib/docusign_esign/models/brand_resource_urls.rb +1 -0
  49. data/lib/docusign_esign/models/brand_resources.rb +3 -0
  50. data/lib/docusign_esign/models/brands_request.rb +1 -0
  51. data/lib/docusign_esign/models/bulk_envelope.rb +1 -0
  52. data/lib/docusign_esign/models/bulk_recipients_update_response.rb +1 -0
  53. data/lib/docusign_esign/models/bulk_send_batch_action_request.rb +1 -0
  54. data/lib/docusign_esign/models/bulk_send_batch_status.rb +2 -0
  55. data/lib/docusign_esign/models/bulk_send_batch_summaries.rb +1 -0
  56. data/lib/docusign_esign/models/bulk_send_batch_summary.rb +1 -0
  57. data/lib/docusign_esign/models/bulk_send_error_status.rb +1 -0
  58. data/lib/docusign_esign/models/bulk_send_request.rb +1 -0
  59. data/lib/docusign_esign/models/bulk_send_response.rb +1 -0
  60. data/lib/docusign_esign/models/bulk_send_test_response.rb +1 -0
  61. data/lib/docusign_esign/models/bulk_sending_copy.rb +1 -0
  62. data/lib/docusign_esign/models/bulk_sending_copy_custom_field.rb +1 -0
  63. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +5 -0
  64. data/lib/docusign_esign/models/bulk_sending_copy_tab.rb +1 -0
  65. data/lib/docusign_esign/models/bulk_sending_list.rb +1 -0
  66. data/lib/docusign_esign/models/bulk_sending_list_summaries.rb +1 -0
  67. data/lib/docusign_esign/models/bulk_sending_list_summary.rb +1 -0
  68. data/lib/docusign_esign/models/captive_recipient.rb +2 -0
  69. data/lib/docusign_esign/models/captive_recipient_information.rb +1 -0
  70. data/lib/docusign_esign/models/carbon_copy.rb +38 -1
  71. data/lib/docusign_esign/models/certified_delivery.rb +37 -1
  72. data/lib/docusign_esign/models/checkbox.rb +52 -39
  73. data/lib/docusign_esign/models/chunked_upload_part.rb +1 -0
  74. data/lib/docusign_esign/models/chunked_upload_request.rb +1 -0
  75. data/lib/docusign_esign/models/chunked_upload_response.rb +1 -0
  76. data/lib/docusign_esign/models/cloud_storage_provider.rb +2 -0
  77. data/lib/docusign_esign/models/comment_thread.rb +43 -0
  78. data/lib/docusign_esign/models/commission_county.rb +52 -0
  79. data/lib/docusign_esign/models/commission_expiration.rb +52 -0
  80. data/lib/docusign_esign/models/commission_number.rb +52 -0
  81. data/lib/docusign_esign/models/commission_state.rb +52 -0
  82. data/lib/docusign_esign/models/company.rb +52 -0
  83. data/lib/docusign_esign/models/composite_template.rb +2 -0
  84. data/lib/docusign_esign/models/conditional_recipient_rule.rb +2 -0
  85. data/lib/docusign_esign/models/connect_config_results.rb +1 -0
  86. data/lib/docusign_esign/models/connect_custom_configuration.rb +13 -1
  87. data/lib/docusign_esign/models/connect_debug_log.rb +1 -0
  88. data/lib/docusign_esign/models/connect_event_data.rb +1 -0
  89. data/lib/docusign_esign/models/connect_failure_filter.rb +1 -0
  90. data/lib/docusign_esign/models/connect_failure_result.rb +1 -0
  91. data/lib/docusign_esign/models/connect_historical_envelope_republish.rb +195 -0
  92. data/lib/docusign_esign/models/connect_log.rb +1 -0
  93. data/lib/docusign_esign/models/connect_o_auth_config.rb +214 -0
  94. data/lib/docusign_esign/models/connect_salesforce_field.rb +1 -0
  95. data/lib/docusign_esign/models/connect_salesforce_object.rb +1 -0
  96. data/lib/docusign_esign/models/consent_details.rb +204 -0
  97. data/lib/docusign_esign/models/console_view_request.rb +1 -0
  98. data/lib/docusign_esign/models/consumer_disclosure.rb +3 -0
  99. data/lib/docusign_esign/models/contact.rb +1 -0
  100. data/lib/docusign_esign/models/contact_get_response.rb +1 -0
  101. data/lib/docusign_esign/models/contact_mod_request.rb +1 -0
  102. data/lib/docusign_esign/models/contact_phone_number.rb +1 -0
  103. data/lib/docusign_esign/models/contact_update_response.rb +1 -0
  104. data/lib/docusign_esign/models/correct_view_request.rb +12 -1
  105. data/lib/docusign_esign/models/credit_card_information.rb +2 -0
  106. data/lib/docusign_esign/models/currency.rb +55 -0
  107. data/lib/docusign_esign/models/currency_feature_set_price.rb +1 -0
  108. data/lib/docusign_esign/models/currency_plan_price.rb +1 -0
  109. data/lib/docusign_esign/models/custom_field.rb +2 -0
  110. data/lib/docusign_esign/models/date.rb +59 -0
  111. data/lib/docusign_esign/models/date_signed.rb +46 -0
  112. data/lib/docusign_esign/models/date_stamp_properties.rb +1 -0
  113. data/lib/docusign_esign/models/decline.rb +46 -0
  114. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  115. data/lib/docusign_esign/models/document.rb +3 -0
  116. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  117. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  118. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  119. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  120. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  121. data/lib/docusign_esign/models/document_template.rb +1 -0
  122. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  123. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  124. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  125. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  126. data/lib/docusign_esign/models/draw.rb +40 -0
  127. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  128. data/lib/docusign_esign/models/editor.rb +36 -1
  129. data/lib/docusign_esign/models/email.rb +59 -0
  130. data/lib/docusign_esign/models/email_address.rb +46 -0
  131. data/lib/docusign_esign/models/envelope.rb +10 -0
  132. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  133. data/lib/docusign_esign/models/envelope_definition.rb +13 -0
  134. data/lib/docusign_esign/models/envelope_document.rb +7 -0
  135. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  136. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  137. data/lib/docusign_esign/models/envelope_id.rb +45 -0
  138. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  139. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  140. data/lib/docusign_esign/models/envelope_publish_transaction.rb +307 -0
  141. data/lib/docusign_esign/models/envelope_publish_transaction_error_rollup.rb +194 -0
  142. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  143. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  144. data/lib/docusign_esign/models/envelope_template.rb +12 -0
  145. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  146. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  147. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  148. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  149. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  150. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  151. data/lib/docusign_esign/models/event_notification.rb +1 -0
  152. data/lib/docusign_esign/models/event_result.rb +1 -0
  153. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  154. data/lib/docusign_esign/models/external_file.rb +1 -0
  155. data/lib/docusign_esign/models/external_folder.rb +1 -0
  156. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  157. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  158. data/lib/docusign_esign/models/feature_set.rb +1 -0
  159. data/lib/docusign_esign/models/filter.rb +1 -0
  160. data/lib/docusign_esign/models/first_name.rb +46 -0
  161. data/lib/docusign_esign/models/folder.rb +4 -0
  162. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  163. data/lib/docusign_esign/models/folder_item_v2.rb +2 -0
  164. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  165. data/lib/docusign_esign/models/folders_request.rb +1 -0
  166. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  167. data/lib/docusign_esign/models/formula_tab.rb +64 -0
  168. data/lib/docusign_esign/models/full_name.rb +46 -0
  169. data/lib/docusign_esign/models/group.rb +2 -0
  170. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  171. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  172. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  173. data/lib/docusign_esign/models/initial_here.rb +40 -0
  174. data/lib/docusign_esign/models/inline_template.rb +3 -0
  175. data/lib/docusign_esign/models/intermediary.rb +36 -1
  176. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  177. data/lib/docusign_esign/models/last_name.rb +46 -0
  178. data/lib/docusign_esign/models/linked_external_primary_account.rb +1 -0
  179. data/lib/docusign_esign/models/list.rb +54 -0
  180. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  181. data/lib/docusign_esign/models/list_item.rb +4 -0
  182. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  183. data/lib/docusign_esign/models/lock_information.rb +2 -0
  184. data/lib/docusign_esign/models/lock_request.rb +1 -0
  185. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  186. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  187. data/lib/docusign_esign/models/merge_field.rb +6 -0
  188. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  189. data/lib/docusign_esign/models/money.rb +1 -0
  190. data/lib/docusign_esign/models/name_value.rb +2 -0
  191. data/lib/docusign_esign/models/new_account_definition.rb +20 -1
  192. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  193. data/lib/docusign_esign/models/new_user.rb +2 -0
  194. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  195. data/lib/docusign_esign/models/notarize.rb +38 -0
  196. data/lib/docusign_esign/models/notary.rb +1 -0
  197. data/lib/docusign_esign/models/notary_host.rb +20 -0
  198. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  199. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  200. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  201. data/lib/docusign_esign/models/notary_recipient.rb +52 -1
  202. data/lib/docusign_esign/models/notary_result.rb +2 -0
  203. data/lib/docusign_esign/models/notary_seal.rb +39 -0
  204. data/lib/docusign_esign/models/note.rb +47 -0
  205. data/lib/docusign_esign/models/notification.rb +2 -0
  206. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  207. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  208. data/lib/docusign_esign/models/number.rb +61 -0
  209. data/lib/docusign_esign/models/page.rb +1 -0
  210. data/lib/docusign_esign/models/participant.rb +13 -1
  211. data/lib/docusign_esign/models/payment_details.rb +5 -0
  212. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  213. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  214. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  215. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  216. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  217. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  218. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  219. data/lib/docusign_esign/models/phone_number.rb +52 -0
  220. data/lib/docusign_esign/models/poly_line_overlay.rb +40 -0
  221. data/lib/docusign_esign/models/power_form.rb +2 -0
  222. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  223. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  224. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  225. data/lib/docusign_esign/models/prefill_tabs.rb +1 -0
  226. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  227. data/lib/docusign_esign/models/radio.rb +28 -0
  228. data/lib/docusign_esign/models/radio_group.rb +17 -0
  229. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  230. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  231. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  232. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +3 -0
  233. data/lib/docusign_esign/models/recipient_identity_verification.rb +2 -0
  234. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  235. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  236. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  237. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  238. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  239. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  240. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  241. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  242. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  243. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  244. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +30 -30
  245. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  246. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  247. data/lib/docusign_esign/models/recipients.rb +1 -0
  248. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  249. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  250. data/lib/docusign_esign/models/scheduled_sending.rb +11 -1
  251. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  252. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  253. data/lib/docusign_esign/models/sender_company.rb +45 -0
  254. data/lib/docusign_esign/models/sender_email_notifications.rb +1 -0
  255. data/lib/docusign_esign/models/sender_name.rb +45 -0
  256. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  257. data/lib/docusign_esign/models/shared_item.rb +3 -0
  258. data/lib/docusign_esign/models/sign_here.rb +42 -0
  259. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  260. data/lib/docusign_esign/models/signature_type.rb +1 -0
  261. data/lib/docusign_esign/models/signer.rb +43 -1
  262. data/lib/docusign_esign/models/signer_attachment.rb +40 -0
  263. data/lib/docusign_esign/models/signing_group.rb +2 -0
  264. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  265. data/lib/docusign_esign/models/smart_section.rb +41 -0
  266. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  267. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  268. data/lib/docusign_esign/models/ssn.rb +59 -0
  269. data/lib/docusign_esign/models/stamp.rb +2 -0
  270. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  271. data/lib/docusign_esign/models/tab_account_settings.rb +22 -0
  272. data/lib/docusign_esign/models/tab_group.rb +41 -0
  273. data/lib/docusign_esign/models/tab_metadata.rb +14 -1
  274. data/lib/docusign_esign/models/tabs.rb +2 -0
  275. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  276. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  277. data/lib/docusign_esign/models/template_recipients.rb +1 -0
  278. data/lib/docusign_esign/models/template_role.rb +4 -0
  279. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  280. data/lib/docusign_esign/models/template_summary.rb +3 -0
  281. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  282. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  283. data/lib/docusign_esign/models/text.rb +61 -0
  284. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  285. data/lib/docusign_esign/models/title.rb +52 -0
  286. data/lib/docusign_esign/models/user_account_management_granular_information.rb +32 -1
  287. data/lib/docusign_esign/models/user_info.rb +1 -0
  288. data/lib/docusign_esign/models/user_information.rb +6 -0
  289. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  290. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  291. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  292. data/lib/docusign_esign/models/user_profile.rb +3 -0
  293. data/lib/docusign_esign/models/user_settings_information.rb +61 -0
  294. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  295. data/lib/docusign_esign/models/user_signature.rb +2 -0
  296. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  297. data/lib/docusign_esign/models/view.rb +46 -0
  298. data/lib/docusign_esign/models/witness.rb +43 -1
  299. data/lib/docusign_esign/models/workflow.rb +2 -0
  300. data/lib/docusign_esign/models/workflow_step.rb +3 -0
  301. data/lib/docusign_esign/models/workspace.rb +4 -0
  302. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  303. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  304. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  305. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  306. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  307. data/lib/docusign_esign/models/zip.rb +60 -0
  308. data/lib/docusign_esign/version.rb +1 -1
  309. data/lib/docusign_esign.rb +5 -0
  310. metadata +7 -2
@@ -14,93 +14,120 @@ require 'date'
14
14
  module DocuSign_eSign
15
15
  # Contains account settings information.
16
16
  class AccountSettingsInformation
17
+ # Format of the string provided to a recipient in order to access an envelope.
17
18
  attr_accessor :access_code_format
18
19
 
19
20
  #
20
21
  attr_accessor :account_date_time_format
21
22
 
23
+ # Metadata that indicates whether the `accountDateTimeFormat` property is editable.
22
24
  attr_accessor :account_date_time_format_metadata
23
25
 
24
26
  #
25
27
  attr_accessor :account_default_language
26
28
 
29
+ #
27
30
  attr_accessor :account_default_language_metadata
28
31
 
29
32
  #
30
33
  attr_accessor :account_name
31
34
 
35
+ # Metadata that indicates whether the `accountName` property is editable.
32
36
  attr_accessor :account_name_metadata
33
37
 
38
+ # An object that specifies notifications (expirations and reminders) for the envelope.
34
39
  attr_accessor :account_notification
35
40
 
41
+ # An object that defines the settings to use in the UI.
36
42
  attr_accessor :account_ui_settings
37
43
 
38
44
  #
39
45
  attr_accessor :adopt_sig_config
40
46
 
47
+ # Metadata that indicates whether the `adoptSigConfig` property is editable.
41
48
  attr_accessor :adopt_sig_config_metadata
42
49
 
43
50
  #
44
51
  attr_accessor :advanced_correct
45
52
 
53
+ # Metadata that indicates whether the `advancedCorrect` property is editable.
46
54
  attr_accessor :advanced_correct_metadata
47
55
 
48
56
  #
49
57
  attr_accessor :allow_access_code_format
50
58
 
59
+ # Metadata that indicates whether the `allowAccessCodeFormat` property is editable.
51
60
  attr_accessor :allow_access_code_format_metadata
52
61
 
53
62
  #
54
63
  attr_accessor :allow_account_management_granular
55
64
 
65
+ # Metadata that indicates whether the `allowAccountManagementGranular` property is editable.
56
66
  attr_accessor :allow_account_management_granular_metadata
57
67
 
58
68
  #
59
69
  attr_accessor :allow_account_member_name_change
60
70
 
71
+ # Metadata that indicates whether the `allowAccountMemberNameChange` property is editable.
61
72
  attr_accessor :allow_account_member_name_change_metadata
62
73
 
63
74
  #
64
75
  attr_accessor :allow_advanced_recipient_routing_conditional
65
76
 
77
+ # Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable.
66
78
  attr_accessor :allow_advanced_recipient_routing_conditional_metadata
67
79
 
68
80
  #
69
81
  attr_accessor :allow_agent_name_email_edit
70
82
 
83
+ # Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable.
71
84
  attr_accessor :allow_agent_name_email_edit_metadata
72
85
 
73
86
  #
74
87
  attr_accessor :allow_agreement_actions
75
88
 
89
+ # Metadata about the `allowAgreementActions` property.
76
90
  attr_accessor :allow_agreement_actions_metadata
77
91
 
92
+ #
93
+ attr_accessor :allow_agreement_orchestration_workflows
94
+
95
+ attr_accessor :allow_agreement_orchestration_workflows_metadata
96
+
78
97
  #
79
98
  attr_accessor :allow_auto_nav_settings
80
99
 
100
+ # Metadata that indicates whether the `allowAutoNavSettings` property is editable.
81
101
  attr_accessor :allow_auto_nav_settings_metadata
82
102
 
83
103
  #
84
104
  attr_accessor :allow_auto_tagging
85
105
 
106
+ # Metadata that indicates whether the `allowAutoTagging` property is editable.
86
107
  attr_accessor :allow_auto_tagging_metadata
87
108
 
88
109
  #
89
110
  attr_accessor :allow_bulk_send
90
111
 
112
+ # Metadata that indicates whether the `allowBulkSend` property is editable.
91
113
  attr_accessor :allow_bulk_send_metadata
92
114
 
93
115
  #
94
116
  attr_accessor :allow_cd_withdraw
95
117
 
118
+ # Metadata that indicates whether the `allowCDWithdraw` property is editable.
96
119
  attr_accessor :allow_cd_withdraw_metadata
97
120
 
98
121
  #
99
122
  attr_accessor :allow_connect_http_listener_configs
100
123
 
124
+ #
125
+ attr_accessor :allow_connect_o_auth_ui
126
+
101
127
  #
102
128
  attr_accessor :allow_connect_send_finish_later
103
129
 
130
+ # Metadata that indicates whether the `allowConnectSendFinishLater` property is editable.
104
131
  attr_accessor :allow_connect_send_finish_later_metadata
105
132
 
106
133
  #
@@ -109,116 +136,149 @@ module DocuSign_eSign
109
136
  #
110
137
  attr_accessor :allow_consumer_disclosure_override
111
138
 
139
+ # Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable.
112
140
  attr_accessor :allow_consumer_disclosure_override_metadata
113
141
 
114
142
  #
115
143
  attr_accessor :allow_data_download
116
144
 
145
+ # Metadata that indicates whether the `allowDataDownload` property is editable.
117
146
  attr_accessor :allow_data_download_metadata
118
147
 
119
148
  # \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise.
120
149
  attr_accessor :allow_delayed_routing
121
150
 
151
+ #
122
152
  attr_accessor :allow_delayed_routing_metadata
123
153
 
124
154
  #
125
155
  attr_accessor :allow_delegated_signing
126
156
 
157
+ #
127
158
  attr_accessor :allow_delegated_signing_metadata
128
159
 
160
+ #
161
+ attr_accessor :allow_doc_gen_documents
162
+
163
+ attr_accessor :allow_doc_gen_documents_metadata
164
+
129
165
  #
130
166
  attr_accessor :allow_document_disclosures
131
167
 
168
+ # Metadata that indicates whether the `allowDocumentDisclosures` property is editable.
132
169
  attr_accessor :allow_document_disclosures_metadata
133
170
 
134
171
  #
135
172
  attr_accessor :allow_documents_on_signed_envelopes
136
173
 
174
+ # Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable.
137
175
  attr_accessor :allow_documents_on_signed_envelopes_metadata
138
176
 
139
177
  #
140
178
  attr_accessor :allow_document_visibility
141
179
 
180
+ # Metadata that indicates whether the `allowDocumentVisibility` property is editable.
142
181
  attr_accessor :allow_document_visibility_metadata
143
182
 
144
183
  #
145
184
  attr_accessor :allow_e_hanko_stamps
146
185
 
186
+ # Metadata that indicates whether the `allowEHankoStamps` property is editable.
147
187
  attr_accessor :allow_e_hanko_stamps_metadata
148
188
 
149
189
  #
150
190
  attr_accessor :allow_e_note_e_original
151
191
 
192
+ # Metadata that indicates whether the `allowENoteEOriginal` property is editable.
152
193
  attr_accessor :allow_e_note_e_original_metadata
153
194
 
154
195
  #
155
196
  attr_accessor :allow_envelope_correct
156
197
 
198
+ # Metadata that indicates whether the `allowEnvelopeCorrect` property is editable.
157
199
  attr_accessor :allow_envelope_correct_metadata
158
200
 
159
201
  #
160
202
  attr_accessor :allow_envelope_custody_transfer
161
203
 
204
+ # Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable.
162
205
  attr_accessor :allow_envelope_custody_transfer_metadata
163
206
 
164
207
  #
165
208
  attr_accessor :allow_envelope_custom_fields
166
209
 
210
+ # Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable.
167
211
  attr_accessor :allow_envelope_custom_fields_metadata
168
212
 
169
213
  #
170
214
  attr_accessor :allow_envelope_publish_reporting
171
215
 
216
+ # Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable.
172
217
  attr_accessor :allow_envelope_publish_reporting_metadata
173
218
 
174
219
  #
175
220
  attr_accessor :allow_envelope_reporting
176
221
 
222
+ # Metadata that indicates whether the `allowEnvelopeReporting` property is editable.
177
223
  attr_accessor :allow_envelope_reporting_metadata
178
224
 
179
225
  #
180
226
  attr_accessor :allow_expression
181
227
 
228
+ # Metadata that indicates whether the `allowExpression` property is editable.
182
229
  attr_accessor :allow_expression_metadata
183
230
 
184
231
  #
185
232
  attr_accessor :allow_express_signer_certificate
186
233
 
234
+ # Metadata that indicates whether the `allowExpressSignerCertificate` property is editable.
187
235
  attr_accessor :allow_express_signer_certificate_metadata
188
236
 
189
237
  #
190
238
  attr_accessor :allow_extended_sending_resource_file
191
239
 
240
+ # Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable.
192
241
  attr_accessor :allow_extended_sending_resource_file_metadata
193
242
 
194
243
  #
195
244
  attr_accessor :allow_external_linked_accounts
196
245
 
246
+ #
197
247
  attr_accessor :allow_external_linked_accounts_metadata
198
248
 
199
249
  #
200
250
  attr_accessor :allow_external_signature_pad
201
251
 
252
+ # Metadata that indicates whether the `allowExternalSignaturePad` property is editable.
202
253
  attr_accessor :allow_external_signature_pad_metadata
203
254
 
255
+ #
256
+ attr_accessor :allow_idv_for_eu_qualified_signatures
257
+
258
+ attr_accessor :allow_idv_for_eu_qualified_signatures_metadata
259
+
204
260
  #
205
261
  attr_accessor :allow_idv_level1
206
262
 
263
+ # Metadata that indicates whether the `allowIDVLevel1` property is editable.
207
264
  attr_accessor :allow_idv_level1_metadata
208
265
 
209
266
  #
210
267
  attr_accessor :allow_idv_level2
211
268
 
269
+ #
212
270
  attr_accessor :allow_idv_level2_metadata
213
271
 
214
272
  #
215
273
  attr_accessor :allow_idv_level3
216
274
 
275
+ #
217
276
  attr_accessor :allow_idv_level3_metadata
218
277
 
219
278
  #
220
279
  attr_accessor :allow_idv_platform
221
280
 
281
+ # Metadata that indicates whether the `allowIDVPlatform` property is editable.
222
282
  attr_accessor :allow_idv_platform_metadata
223
283
 
224
284
  #
@@ -230,76 +290,96 @@ module DocuSign_eSign
230
290
  # MetaData for the allowInPersonElectronicNotary flag
231
291
  attr_accessor :allow_in_person_electronic_notary_metadata
232
292
 
293
+ # Metadata that indicates whether the `allowInPerson` property is editable.
233
294
  attr_accessor :allow_in_person_metadata
234
295
 
235
296
  #
236
297
  attr_accessor :allow_managed_stamps
237
298
 
299
+ # Metadata that indicates whether the `allowManagedStamps` property is editable.
238
300
  attr_accessor :allow_managed_stamps_metadata
239
301
 
302
+ #
303
+ attr_accessor :allow_managing_envelopes_on_behalf_of_others
304
+
305
+ attr_accessor :allow_managing_envelopes_on_behalf_of_others_metadata
306
+
240
307
  # When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this
241
308
  attr_accessor :allow_markup
242
309
 
310
+ # Metadata that indicates whether the `allowMarkup` property is editable.
243
311
  attr_accessor :allow_markup_metadata
244
312
 
245
313
  #
246
314
  attr_accessor :allow_member_time_zone
247
315
 
316
+ # Metadata that indicates whether the `allowMemberTimeZone` property is editable.
248
317
  attr_accessor :allow_member_time_zone_metadata
249
318
 
250
319
  #
251
320
  attr_accessor :allow_merge_fields
252
321
 
322
+ # Metadata that indicates whether the `allowMergeFields` property is editable.
253
323
  attr_accessor :allow_merge_fields_metadata
254
324
 
255
325
  #
256
326
  attr_accessor :allow_multiple_brand_profiles
257
327
 
328
+ # Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable.
258
329
  attr_accessor :allow_multiple_brand_profiles_metadata
259
330
 
260
331
  #
261
332
  attr_accessor :allow_multiple_signer_attachments
262
333
 
334
+ # Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable.
263
335
  attr_accessor :allow_multiple_signer_attachments_metadata
264
336
 
265
337
  #
266
338
  attr_accessor :allow_non_us_phone_auth
267
339
 
340
+ # Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable.
268
341
  attr_accessor :allow_non_us_phone_auth_metadata
269
342
 
270
343
  #
271
344
  attr_accessor :allow_ocr_of_envelope_documents
272
345
 
346
+ #
273
347
  attr_accessor :allow_ocr_of_envelope_documents_metadata
274
348
 
275
349
  #
276
350
  attr_accessor :allow_offline_signing
277
351
 
352
+ # Metadata that indicates whether the `allowOfflineSigning` property is editable.
278
353
  attr_accessor :allow_offline_signing_metadata
279
354
 
280
355
  #
281
356
  attr_accessor :allow_open_trust_signer_certificate
282
357
 
358
+ # Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable.
283
359
  attr_accessor :allow_open_trust_signer_certificate_metadata
284
360
 
285
361
  #
286
362
  attr_accessor :allow_organization_docusign_monitor
287
363
 
364
+ #
288
365
  attr_accessor :allow_organization_docusign_monitor_metadata
289
366
 
290
367
  #
291
368
  attr_accessor :allow_organization_domain_user_management
292
369
 
370
+ #
293
371
  attr_accessor :allow_organization_domain_user_management_metadata
294
372
 
295
373
  #
296
374
  attr_accessor :allow_organizations
297
375
 
376
+ # Metadata that indicates whether the `allowOrganizations` property is editable.
298
377
  attr_accessor :allow_organizations_metadata
299
378
 
300
379
  #
301
380
  attr_accessor :allow_organization_sso_management
302
381
 
382
+ #
303
383
  attr_accessor :allow_organization_sso_management_metadata
304
384
 
305
385
  # Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions
@@ -311,126 +391,171 @@ module DocuSign_eSign
311
391
  #
312
392
  attr_accessor :allow_organization_to_use_remote_notary
313
393
 
394
+ #
314
395
  attr_accessor :allow_organization_to_use_remote_notary_metadata
315
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
+
316
407
  #
317
408
  attr_accessor :allow_payment_processing
318
409
 
410
+ # Metadata that indicates whether the `allowPaymentProcessing` property is editable.
319
411
  attr_accessor :allow_payment_processing_metadata
320
412
 
413
+ #
414
+ attr_accessor :allow_performance_analytics
415
+
416
+ attr_accessor :allow_performance_analytics_metadata
417
+
321
418
  #
322
419
  attr_accessor :allow_phone_authentication
323
420
 
421
+ # Metadata that indicates whether the `allowPhoneAuthentication` property is editable.
324
422
  attr_accessor :allow_phone_authentication_metadata
325
423
 
326
424
  #
327
425
  attr_accessor :allow_phone_auth_override
328
426
 
427
+ # Metadata that indicates whether the `allowPhoneAuthOverride` property is editable.
329
428
  attr_accessor :allow_phone_auth_override_metadata
330
429
 
331
430
  #
332
431
  attr_accessor :allow_private_signing_groups
333
432
 
433
+ # Metadata that indicates whether the `allowPrivateSigningGroups` property is editable.
334
434
  attr_accessor :allow_private_signing_groups_metadata
335
435
 
336
436
  #
337
437
  attr_accessor :allow_recipient_connect
338
438
 
439
+ #
339
440
  attr_accessor :allow_recipient_connect_metadata
340
441
 
341
442
  #
342
443
  attr_accessor :allow_reminders
343
444
 
445
+ # Metadata that indicates whether the `allowReminders` property is editable.
344
446
  attr_accessor :allow_reminders_metadata
345
447
 
346
448
  #
347
449
  attr_accessor :allow_remote_notary
348
450
 
451
+ #
349
452
  attr_accessor :allow_remote_notary_metadata
350
453
 
351
454
  #
352
455
  attr_accessor :allow_resource_file_branding
353
456
 
457
+ # Metadata that indicates whether the `allowResourceFileBranding` property is editable.
354
458
  attr_accessor :allow_resource_file_branding_metadata
355
459
 
356
460
  #
357
461
  attr_accessor :allow_safe_bio_pharma_signer_certificate
358
462
 
463
+ # Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable.
359
464
  attr_accessor :allow_safe_bio_pharma_signer_certificate_metadata
360
465
 
361
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.
362
467
  attr_accessor :allow_scheduled_sending
363
468
 
469
+ #
364
470
  attr_accessor :allow_scheduled_sending_metadata
365
471
 
366
472
  #
367
473
  attr_accessor :allow_security_appliance
368
474
 
475
+ # Metadata that indicates whether the `allowSecurityAppliance` property is editable.
369
476
  attr_accessor :allow_security_appliance_metadata
370
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
+
371
483
  #
372
484
  attr_accessor :allow_send_to_certified_delivery
373
485
 
486
+ # Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable.
374
487
  attr_accessor :allow_send_to_certified_delivery_metadata
375
488
 
376
489
  #
377
490
  attr_accessor :allow_send_to_intermediary
378
491
 
492
+ # Metadata that indicates whether the `allowSendToIntermediary` property is editable.
379
493
  attr_accessor :allow_send_to_intermediary_metadata
380
494
 
381
495
  #
382
496
  attr_accessor :allow_server_templates
383
497
 
498
+ # Metadata that indicates whether the `allowServerTemplates` property is editable.
384
499
  attr_accessor :allow_server_templates_metadata
385
500
 
386
501
  #
387
502
  attr_accessor :allow_set_embedded_recipient_start_url
388
503
 
504
+ #
389
505
  attr_accessor :allow_set_embedded_recipient_start_url_metadata
390
506
 
391
507
  #
392
508
  attr_accessor :allow_shared_tabs
393
509
 
510
+ # Metadata that indicates whether the `allowSharedTabs` property is editable.
394
511
  attr_accessor :allow_shared_tabs_metadata
395
512
 
396
513
  #
397
514
  attr_accessor :allow_signature_stamps
398
515
 
516
+ # Metadata that indicates whether the `allowSignatureStamps` property is editable.
399
517
  attr_accessor :allow_signature_stamps_metadata
400
518
 
401
519
  #
402
520
  attr_accessor :allow_sign_document_from_home_page
403
521
 
522
+ # Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable.
404
523
  attr_accessor :allow_sign_document_from_home_page_metadata
405
524
 
406
525
  #
407
526
  attr_accessor :allow_signer_reassign
408
527
 
528
+ # Metadata that indicates whether the `allowSignerReassign` property is editable.
409
529
  attr_accessor :allow_signer_reassign_metadata
410
530
 
411
531
  #
412
532
  attr_accessor :allow_signer_reassign_override
413
533
 
534
+ # Metadata that indicates whether the `allowSignerReassignOverride` property is editable.
414
535
  attr_accessor :allow_signer_reassign_override_metadata
415
536
 
416
537
  #
417
538
  attr_accessor :allow_signing_extensions
418
539
 
540
+ # Metadata that indicates whether the `allowSigningExtensions` property is editable.
419
541
  attr_accessor :allow_signing_extensions_metadata
420
542
 
421
543
  #
422
544
  attr_accessor :allow_signing_groups
423
545
 
546
+ # Metadata that indicates whether the `allowSigningGroups` property is editable.
424
547
  attr_accessor :allow_signing_groups_metadata
425
548
 
426
549
  #
427
550
  attr_accessor :allow_signing_insights
428
551
 
552
+ #
429
553
  attr_accessor :allow_signing_insights_metadata
430
554
 
431
555
  #
432
556
  attr_accessor :allow_signing_radio_deselect
433
557
 
558
+ # Metadata that indicates whether the `allowSigningRadioDeselect` property is editable.
434
559
  attr_accessor :allow_signing_radio_deselect_metadata
435
560
 
436
561
  #
@@ -442,26 +567,36 @@ module DocuSign_eSign
442
567
  #
443
568
  attr_accessor :allow_sms_delivery
444
569
 
570
+ #
445
571
  attr_accessor :allow_sms_delivery_metadata
446
572
 
447
573
  #
448
574
  attr_accessor :allow_social_id_login
449
575
 
576
+ # Deprecated.
450
577
  attr_accessor :allow_social_id_login_metadata
451
578
 
452
579
  #
453
580
  attr_accessor :allow_supplemental_documents
454
581
 
582
+ # Metadata that indicates whether the `allowSupplementalDocuments` property is editable.
455
583
  attr_accessor :allow_supplemental_documents_metadata
456
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
+
457
590
  #
458
591
  attr_accessor :allow_users_to_access_directory
459
592
 
593
+ #
460
594
  attr_accessor :allow_users_to_access_directory_metadata
461
595
 
462
596
  #
463
597
  attr_accessor :allow_value_insights
464
598
 
599
+ #
465
600
  attr_accessor :allow_value_insights_metadata
466
601
 
467
602
  #
@@ -472,45 +607,55 @@ module DocuSign_eSign
472
607
  #
473
608
  attr_accessor :anchor_population_scope
474
609
 
610
+ # Metadata that indicates whether the `anchorPopulationScope` property is editable.
475
611
  attr_accessor :anchor_population_scope_metadata
476
612
 
477
613
  #
478
614
  attr_accessor :anchor_tag_versioned_placement_enabled
479
615
 
616
+ #
480
617
  attr_accessor :anchor_tag_versioned_placement_metadata_enabled
481
618
 
482
619
  #
483
620
  attr_accessor :attach_completed_envelope
484
621
 
622
+ # Metadata that indicates whether the `attachCompletedEnvelope` property is editable.
485
623
  attr_accessor :attach_completed_envelope_metadata
486
624
 
487
625
  #
488
626
  attr_accessor :authentication_check
489
627
 
628
+ # Metadata that indicates whether the `authenticationCheck` property is editable.
490
629
  attr_accessor :authentication_check_metadata
491
630
 
492
631
  #
493
632
  attr_accessor :auto_nav_rule
494
633
 
634
+ # Metadata that indicates whether the `autoNavRule` property is editable.
495
635
  attr_accessor :auto_nav_rule_metadata
496
636
 
497
637
  #
498
638
  attr_accessor :auto_provision_signer_account
499
639
 
640
+ # Metadata that indicates whether the `autoProvisionSignerAccount` property is editable.
500
641
  attr_accessor :auto_provision_signer_account_metadata
501
642
 
502
643
  #
503
644
  attr_accessor :bcc_email_archive
504
645
 
646
+ # Metadata that indicates whether the `bccEmailArchive` property is editable.
505
647
  attr_accessor :bcc_email_archive_metadata
506
648
 
507
649
  #
508
650
  attr_accessor :beta_switch_configuration
509
651
 
652
+ # Reserved for DocuSign.
510
653
  attr_accessor :beta_switch_configuration_metadata
511
654
 
655
+ # The billing address for the account.
512
656
  attr_accessor :billing_address
513
657
 
658
+ # Metadata that indicates whether the `billingAddress` property is editable.
514
659
  attr_accessor :billing_address_metadata
515
660
 
516
661
  #
@@ -525,143 +670,172 @@ module DocuSign_eSign
525
670
  #
526
671
  attr_accessor :bulk_send_max_unprocessed_envelopes_count
527
672
 
673
+ # Metadata that indicates whether the `bulkSend` property is editable.
528
674
  attr_accessor :bulk_send_metadata
529
675
 
530
676
  #
531
677
  attr_accessor :can_self_brand_send
532
678
 
679
+ # Metadata that indicates whether the `canSelfBrandSend` property is editable.
533
680
  attr_accessor :can_self_brand_send_metadata
534
681
 
535
682
  #
536
683
  attr_accessor :can_self_brand_sign
537
684
 
685
+ # Metadata that indicates whether the `canSelfBrandSign` property is editable.
538
686
  attr_accessor :can_self_brand_sign_metadata
539
687
 
540
688
  #
541
689
  attr_accessor :can_use_salesforce_o_auth
542
690
 
691
+ #
543
692
  attr_accessor :can_use_salesforce_o_auth_metadata
544
693
 
545
694
  #
546
695
  attr_accessor :capture_voice_recording
547
696
 
697
+ # Reserved for DocuSign.
548
698
  attr_accessor :capture_voice_recording_metadata
549
699
 
550
700
  #
551
701
  attr_accessor :cfr21_simplified_signing_enabled
552
702
 
703
+ #
553
704
  attr_accessor :cfr21_simplified_signing_enabled_metadata
554
705
 
555
706
  #
556
707
  attr_accessor :cfr_use_wide_image
557
708
 
709
+ # Metadata that indicates whether the `cfrUseWideImage` property is editable.
558
710
  attr_accessor :cfr_use_wide_image_metadata
559
711
 
560
712
  #
561
713
  attr_accessor :check_for_multiple_admins_on_account
562
714
 
715
+ # Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable.
563
716
  attr_accessor :check_for_multiple_admins_on_account_metadata
564
717
 
565
718
  #
566
719
  attr_accessor :chrome_signature_enabled
567
720
 
721
+ # Metadata that indicates whether the `chromeSignatureEnabled` property is editable.
568
722
  attr_accessor :chrome_signature_enabled_metadata
569
723
 
570
724
  #
571
725
  attr_accessor :comment_email_show_message_text
572
726
 
727
+ # Metadata that indicates whether the `commentEmailShowMessageText` property is editable.
573
728
  attr_accessor :comment_email_show_message_text_metadata
574
729
 
575
730
  #
576
731
  attr_accessor :comments_allow_envelope_override
577
732
 
733
+ # Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable.
578
734
  attr_accessor :comments_allow_envelope_override_metadata
579
735
 
580
736
  #
581
737
  attr_accessor :conditional_fields_enabled
582
738
 
739
+ # Metadata that indicates whether the `conditionalFieldsEnabled` property is editable.
583
740
  attr_accessor :conditional_fields_enabled_metadata
584
741
 
585
742
  #
586
743
  attr_accessor :consumer_disclosure_frequency
587
744
 
745
+ # Metadata that indicates whether the `consumerDisclosureFrequency` property is editable.
588
746
  attr_accessor :consumer_disclosure_frequency_metadata
589
747
 
590
748
  #
591
749
  attr_accessor :convert_pdf_fields
592
750
 
751
+ # Metadata that indicates whether the `convertPdfFields` property is editable.
593
752
  attr_accessor :convert_pdf_fields_metadata
594
753
 
595
754
  #
596
755
  attr_accessor :data_population_scope
597
756
 
757
+ # Metadata that indicates whether the `dataPopulationScope` property is editable.
598
758
  attr_accessor :data_population_scope_metadata
599
759
 
600
760
  #
601
761
  attr_accessor :disable_auto_template_matching
602
762
 
763
+ #
603
764
  attr_accessor :disable_auto_template_matching_metadata
604
765
 
605
766
  #
606
767
  attr_accessor :disable_mobile_app
607
768
 
769
+ # Metadata that indicates whether the `disableMobileApp` property is editable.
608
770
  attr_accessor :disable_mobile_app_metadata
609
771
 
610
772
  #
611
773
  attr_accessor :disable_mobile_push_notifications
612
774
 
775
+ # Metadata that indicates whether the `disableMobilePushNotifications` property is editable.
613
776
  attr_accessor :disable_mobile_push_notifications_metadata
614
777
 
615
778
  #
616
779
  attr_accessor :disable_mobile_sending
617
780
 
781
+ # Metadata that indicates whether the `disableMobileSending` property is editable.
618
782
  attr_accessor :disable_mobile_sending_metadata
619
783
 
620
784
  #
621
785
  attr_accessor :disable_multiple_sessions
622
786
 
787
+ # Metadata that indicates whether the `disableMultipleSessions` property is editable.
623
788
  attr_accessor :disable_multiple_sessions_metadata
624
789
 
790
+ # Reserved for DocuSign.
625
791
  attr_accessor :disable_purge_notifications_for_sender_metadata
626
792
 
627
793
  #
628
794
  attr_accessor :disable_signer_cert_view
629
795
 
796
+ # Metadata that indicates whether the `disableSignerCertView` property is editable.
630
797
  attr_accessor :disable_signer_cert_view_metadata
631
798
 
632
799
  #
633
800
  attr_accessor :disable_signer_history_view
634
801
 
802
+ # Metadata that indicates whether the `disableSignerHistoryView` property is editable.
635
803
  attr_accessor :disable_signer_history_view_metadata
636
804
 
637
805
  #
638
806
  attr_accessor :disable_style_signature
639
807
 
808
+ # Metadata that indicates whether the `disableStyleSignature` property is editable.
640
809
  attr_accessor :disable_style_signature_metadata
641
810
 
642
811
  #
643
812
  attr_accessor :disable_upload_signature
644
813
 
814
+ # Metadata that indicates whether the `disableUploadSignature` property is editable.
645
815
  attr_accessor :disable_upload_signature_metadata
646
816
 
647
817
  #
648
818
  attr_accessor :disable_user_sharing
649
819
 
820
+ # Metadata that indicates whether the `disableUserSharing` property is editable.
650
821
  attr_accessor :disable_user_sharing_metadata
651
822
 
652
823
  #
653
824
  attr_accessor :display_beta_switch
654
825
 
826
+ # Metadata that indicates whether the `displayBetaSwitch` property is editable.
655
827
  attr_accessor :display_beta_switch_metadata
656
828
 
657
829
  #
658
830
  attr_accessor :document_conversion_restrictions
659
831
 
832
+ # Metadata that indicates whether the `documentConversionRestrictions` property is editable.
660
833
  attr_accessor :document_conversion_restrictions_metadata
661
834
 
662
835
  #
663
836
  attr_accessor :document_retention
664
837
 
838
+ # Metadata that indicates whether the `documentRetention` property is editable.
665
839
  attr_accessor :document_retention_metadata
666
840
 
667
841
  #
@@ -670,6 +844,7 @@ module DocuSign_eSign
670
844
  #
671
845
  attr_accessor :document_visibility
672
846
 
847
+ # Metadata that indicates whether the `documentVisibility` property is editable.
673
848
  attr_accessor :document_visibility_metadata
674
849
 
675
850
  #
@@ -681,51 +856,61 @@ module DocuSign_eSign
681
856
  #
682
857
  attr_accessor :email_template_version
683
858
 
859
+ # Metadata that indicates whether the `emailTemplateVersion` property is editable.
684
860
  attr_accessor :email_template_version_metadata
685
861
 
686
862
  #
687
863
  attr_accessor :enable_access_code_generator
688
864
 
865
+ # Metadata that indicates whether the `enableAccessCodeGenerator` property is editable.
689
866
  attr_accessor :enable_access_code_generator_metadata
690
867
 
691
868
  #
692
869
  attr_accessor :enable_advanced_payments
693
870
 
871
+ # Metadata that indicates whether the `enableAdvancedPayments` property is editable.
694
872
  attr_accessor :enable_advanced_payments_metadata
695
873
 
696
874
  #
697
875
  attr_accessor :enable_advanced_power_forms
698
876
 
877
+ # Metadata that indicates whether the `enableAdvancedPowerForms` property is editable.
699
878
  attr_accessor :enable_advanced_power_forms_metadata
700
879
 
701
880
  #
702
881
  attr_accessor :enable_agreement_actions_for_clm
703
882
 
883
+ #
704
884
  attr_accessor :enable_agreement_actions_for_clm_metadata
705
885
 
706
886
  #
707
887
  attr_accessor :enable_agreement_actions_for_e_sign
708
888
 
889
+ #
709
890
  attr_accessor :enable_agreement_actions_for_e_sign_metadata
710
891
 
711
892
  #
712
893
  attr_accessor :enable_auto_nav
713
894
 
895
+ # Metadata that indicates whether the `enableAutoNav` property is editable.
714
896
  attr_accessor :enable_auto_nav_metadata
715
897
 
716
898
  #
717
899
  attr_accessor :enable_bcc_dummy_link
718
900
 
901
+ #
719
902
  attr_accessor :enable_bcc_dummy_link_metadata
720
903
 
721
904
  #
722
905
  attr_accessor :enable_calculated_fields
723
906
 
907
+ # Metadata that indicates whether the `enableCalculatedFields` property is editable.
724
908
  attr_accessor :enable_calculated_fields_metadata
725
909
 
726
910
  #
727
911
  attr_accessor :enable_clickwraps
728
912
 
913
+ # Metadata that indicates whether the `enableClickwraps` property is editable.
729
914
  attr_accessor :enable_clickwraps_metadata
730
915
 
731
916
  #
@@ -734,31 +919,47 @@ module DocuSign_eSign
734
919
  #
735
920
  attr_accessor :enable_comments_history_download_in_signing
736
921
 
922
+ #
737
923
  attr_accessor :enable_comments_history_download_in_signing_metadata
738
924
 
925
+ #
926
+ attr_accessor :enable_contact_suggestions
927
+
928
+ attr_accessor :enable_contact_suggestions_metadata
929
+
739
930
  #
740
931
  attr_accessor :enable_customer_satisfaction_metric_tracking
741
932
 
933
+ # Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.
742
934
  attr_accessor :enable_customer_satisfaction_metric_tracking_metadata
743
935
 
744
936
  #
745
937
  attr_accessor :enable_ds_pro
746
938
 
939
+ # Metadata that indicates whether the `enableDSPro` property is editable.
747
940
  attr_accessor :enable_ds_pro_metadata
748
941
 
749
942
  #
750
943
  attr_accessor :enable_envelope_stamping_by_account_admin
751
944
 
945
+ # Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable.
752
946
  attr_accessor :enable_envelope_stamping_by_account_admin_metadata
753
947
 
754
948
  #
755
949
  attr_accessor :enable_envelope_stamping_by_ds_admin
756
950
 
951
+ # Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable.
757
952
  attr_accessor :enable_envelope_stamping_by_ds_admin_metadata
758
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
+
759
959
  #
760
960
  attr_accessor :enable_esign_communities
761
961
 
962
+ #
762
963
  attr_accessor :enable_esign_communities_metadata
763
964
 
764
965
  #
@@ -769,16 +970,19 @@ module DocuSign_eSign
769
970
  #
770
971
  attr_accessor :enable_id_fx_intuit_kba
771
972
 
973
+ #
772
974
  attr_accessor :enable_id_fx_intuit_kba_metadata
773
975
 
774
976
  #
775
977
  attr_accessor :enable_id_fx_phone_authentication
776
978
 
979
+ #
777
980
  attr_accessor :enable_id_fx_phone_authentication_metadata
778
981
 
779
982
  #
780
983
  attr_accessor :enable_in_browser_editor
781
984
 
985
+ #
782
986
  attr_accessor :enable_in_browser_editor_metadata
783
987
 
784
988
  #
@@ -786,14 +990,18 @@ module DocuSign_eSign
786
990
 
787
991
  attr_accessor :enable_key_terms_suggestions_by_document_type_metadata
788
992
 
993
+ attr_accessor :enable_participant_recipient_setting_metadata
994
+
789
995
  #
790
996
  attr_accessor :enable_payment_processing
791
997
 
998
+ # Metadata that indicates whether the `enablePaymentProcessing` property is editable.
792
999
  attr_accessor :enable_payment_processing_metadata
793
1000
 
794
1001
  #
795
1002
  attr_accessor :enable_pdfa_conversion
796
1003
 
1004
+ #
797
1005
  attr_accessor :enable_pdfa_conversion_metadata
798
1006
 
799
1007
  #
@@ -802,48 +1010,58 @@ module DocuSign_eSign
802
1010
  #
803
1011
  attr_accessor :enable_power_form_direct
804
1012
 
1013
+ # Metadata that indicates whether the `enablePowerFormDirect` property is editable.
805
1014
  attr_accessor :enable_power_form_direct_metadata
806
1015
 
1016
+ # Metadata that indicates whether the `enablePowerForm` property is editable.
807
1017
  attr_accessor :enable_power_form_metadata
808
1018
 
809
1019
  #
810
1020
  attr_accessor :enable_recipient_domain_validation
811
1021
 
1022
+ # Metadata that indicates whether the `enableRecipientDomainValidation` property is editable.
812
1023
  attr_accessor :enable_recipient_domain_validation_metadata
813
1024
 
814
1025
  #
815
1026
  attr_accessor :enable_recipient_may_provide_phone_number
816
1027
 
1028
+ #
817
1029
  attr_accessor :enable_recipient_may_provide_phone_number_metadata
818
1030
 
819
1031
  #
820
1032
  attr_accessor :enable_report_links
821
1033
 
1034
+ # Metadata that indicates whether the `enableReportLinks` property is editable.
822
1035
  attr_accessor :enable_report_links_metadata
823
1036
 
824
1037
  #
825
1038
  attr_accessor :enable_require_sign_on_paper
826
1039
 
1040
+ # Metadata that indicates whether the `enableRequireSignOnPaper` property is editable.
827
1041
  attr_accessor :enable_require_sign_on_paper_metadata
828
1042
 
829
1043
  #
830
1044
  attr_accessor :enable_reserved_domain
831
1045
 
1046
+ # Metadata that indicates whether the `enableReservedDomain` property is editable.
832
1047
  attr_accessor :enable_reserved_domain_metadata
833
1048
 
834
1049
  #
835
1050
  attr_accessor :enable_responsive_signing
836
1051
 
1052
+ # Metadata that indicates whether the `enableResponsiveSigning` property is editable.
837
1053
  attr_accessor :enable_responsive_signing_metadata
838
1054
 
839
1055
  #
840
1056
  attr_accessor :enable_scheduled_release
841
1057
 
1058
+ # Metadata that indicates whether the `enableScheduledRelease` property is editable.
842
1059
  attr_accessor :enable_scheduled_release_metadata
843
1060
 
844
1061
  #
845
1062
  attr_accessor :enable_search
846
1063
 
1064
+ #
847
1065
  attr_accessor :enable_search_metadata
848
1066
 
849
1067
  #
@@ -854,86 +1072,103 @@ module DocuSign_eSign
854
1072
  #
855
1073
  attr_accessor :enable_search_ui
856
1074
 
1075
+ #
857
1076
  attr_accessor :enable_search_ui_metadata
858
1077
 
859
1078
  #
860
1079
  attr_accessor :enable_sending_tags_font_settings
861
1080
 
1081
+ # Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable.
862
1082
  attr_accessor :enable_sending_tags_font_settings_metadata
863
1083
 
864
1084
  #
865
1085
  attr_accessor :enable_send_to_agent
866
1086
 
1087
+ # Metadata that indicates whether the `enableSendToAgent` property is editable.
867
1088
  attr_accessor :enable_send_to_agent_metadata
868
1089
 
869
1090
  #
870
1091
  attr_accessor :enable_send_to_intermediary
871
1092
 
1093
+ # Metadata that indicates whether the `enableSendToIntermediary` property is editable.
872
1094
  attr_accessor :enable_send_to_intermediary_metadata
873
1095
 
874
1096
  #
875
1097
  attr_accessor :enable_send_to_manage
876
1098
 
1099
+ # Metadata that indicates whether the `enableSendToManage` property is editable.
877
1100
  attr_accessor :enable_send_to_manage_metadata
878
1101
 
879
1102
  #
880
1103
  attr_accessor :enable_sequential_signing_api
881
1104
 
1105
+ # Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.
882
1106
  attr_accessor :enable_sequential_signing_api_metadata
883
1107
 
884
1108
  #
885
1109
  attr_accessor :enable_sequential_signing_ui
886
1110
 
1111
+ # Metadata that indicates whether the `enableSequentialSigningUI` property is editable.
887
1112
  attr_accessor :enable_sequential_signing_ui_metadata
888
1113
 
889
1114
  #
890
1115
  attr_accessor :enable_signer_attachments
891
1116
 
1117
+ # Metadata that indicates whether the `enableSignerAttachments` property is editable.
892
1118
  attr_accessor :enable_signer_attachments_metadata
893
1119
 
894
1120
  #
895
1121
  attr_accessor :enable_signing_extension_comments
896
1122
 
1123
+ # Metadata that indicates whether the `enableSigningExtensionComments` property is editable.
897
1124
  attr_accessor :enable_signing_extension_comments_metadata
898
1125
 
899
1126
  #
900
1127
  attr_accessor :enable_signing_extension_conversations
901
1128
 
1129
+ # Metadata that indicates whether the `enableSigningExtensionConversations` property is editable.
902
1130
  attr_accessor :enable_signing_extension_conversations_metadata
903
1131
 
904
1132
  #
905
1133
  attr_accessor :enable_signing_order_settings_for_account
906
1134
 
1135
+ # Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable.
907
1136
  attr_accessor :enable_signing_order_settings_for_account_metadata
908
1137
 
909
1138
  #
910
1139
  attr_accessor :enable_sign_on_paper
911
1140
 
1141
+ # Metadata that indicates whether the `enableSignOnPaper` property is editable.
912
1142
  attr_accessor :enable_sign_on_paper_metadata
913
1143
 
914
1144
  #
915
1145
  attr_accessor :enable_sign_on_paper_override
916
1146
 
1147
+ # Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.
917
1148
  attr_accessor :enable_sign_on_paper_override_metadata
918
1149
 
919
1150
  #
920
1151
  attr_accessor :enable_sign_with_notary
921
1152
 
1153
+ # Metadata that indicates whether the `enableSignWithNotary` property is editable.
922
1154
  attr_accessor :enable_sign_with_notary_metadata
923
1155
 
924
1156
  #
925
1157
  attr_accessor :enable_smart_contracts
926
1158
 
1159
+ # Metadata that indicates whether the `enableSmartContracts` property is editable.
927
1160
  attr_accessor :enable_smart_contracts_metadata
928
1161
 
929
1162
  #
930
1163
  attr_accessor :enable_sms_authentication
931
1164
 
1165
+ # Metadata that indicates whether the `enableSMSAuthentication` property is editable.
932
1166
  attr_accessor :enable_sms_authentication_metadata
933
1167
 
934
1168
  #
935
1169
  attr_accessor :enable_sms_delivery_additional_notification
936
1170
 
1171
+ #
937
1172
  attr_accessor :enable_sms_delivery_additional_notification_metadata
938
1173
 
939
1174
  #
@@ -942,51 +1177,71 @@ module DocuSign_eSign
942
1177
  #
943
1178
  attr_accessor :enable_social_id_login
944
1179
 
1180
+ # Deprecated.
945
1181
  attr_accessor :enable_social_id_login_metadata
946
1182
 
947
1183
  #
948
1184
  attr_accessor :enable_strike_through
949
1185
 
1186
+ # Metadata that indicates whether the `enableStrikeThrough` property is editable.
950
1187
  attr_accessor :enable_strike_through_metadata
951
1188
 
952
1189
  #
953
1190
  attr_accessor :enable_transaction_point
954
1191
 
1192
+ # Reserved for DocuSign.
955
1193
  attr_accessor :enable_transaction_point_metadata
956
1194
 
957
1195
  #
958
1196
  attr_accessor :enable_vaulting
959
1197
 
1198
+ # Metadata that indicates whether the `enableVaulting` property is editable.
960
1199
  attr_accessor :enable_vaulting_metadata
961
1200
 
962
1201
  #
963
1202
  attr_accessor :enable_witnessing
964
1203
 
1204
+ # Metadata that indicates whether the `enableWitnessing` property is editable.
965
1205
  attr_accessor :enable_witnessing_metadata
966
1206
 
967
1207
  #
968
1208
  attr_accessor :enforce_template_name_uniqueness
969
1209
 
1210
+ # Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable.
970
1211
  attr_accessor :enforce_template_name_uniqueness_metadata
971
1212
 
972
1213
  #
973
1214
  attr_accessor :envelope_integration_allowed
974
1215
 
1216
+ # Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable.
975
1217
  attr_accessor :envelope_integration_allowed_metadata
976
1218
 
977
1219
  #
978
1220
  attr_accessor :envelope_integration_enabled
979
1221
 
1222
+ # Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable.
980
1223
  attr_accessor :envelope_integration_enabled_metadata
981
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
+
982
1235
  #
983
1236
  attr_accessor :envelope_stamping_default_value
984
1237
 
1238
+ # Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable.
985
1239
  attr_accessor :envelope_stamping_default_value_metadata
986
1240
 
987
1241
  #
988
1242
  attr_accessor :exit_prompt
989
1243
 
1244
+ #
990
1245
  attr_accessor :exit_prompt_metadata
991
1246
 
992
1247
  #
@@ -995,30 +1250,37 @@ module DocuSign_eSign
995
1250
  #
996
1251
  attr_accessor :express_send_allow_tabs
997
1252
 
1253
+ # Metadata that indicates whether the `expressSendAllowTabs` property is editable.
998
1254
  attr_accessor :express_send_allow_tabs_metadata
999
1255
 
1256
+ # Metadata that indicates whether the `expressSend` property is editable.
1000
1257
  attr_accessor :express_send_metadata
1001
1258
 
1259
+ # A list of external document sources such as DropBox and OneDrive.
1002
1260
  attr_accessor :external_document_sources
1003
1261
 
1004
1262
  #
1005
1263
  attr_accessor :external_signature_pad_type
1006
1264
 
1265
+ # Metadata that indicates whether the `externalSignaturePadType` property is editable.
1007
1266
  attr_accessor :external_signature_pad_type_metadata
1008
1267
 
1009
1268
  #
1010
1269
  attr_accessor :fax_out_enabled
1011
1270
 
1271
+ # Metadata that indicates whether the `faxOutEnabled` property is editable.
1012
1272
  attr_accessor :fax_out_enabled_metadata
1013
1273
 
1014
1274
  #
1015
1275
  attr_accessor :finish_reminder
1016
1276
 
1277
+ #
1017
1278
  attr_accessor :finish_reminder_metadata
1018
1279
 
1019
1280
  #
1020
1281
  attr_accessor :guided_forms_html_allowed
1021
1282
 
1283
+ #
1022
1284
  attr_accessor :guided_forms_html_allowed_metadata
1023
1285
 
1024
1286
  #
@@ -1027,11 +1289,13 @@ module DocuSign_eSign
1027
1289
  #
1028
1290
  attr_accessor :hide_account_address_in_co_c
1029
1291
 
1292
+ # Metadata that indicates whether the `hideAccountAddressInCoC` property is editable.
1030
1293
  attr_accessor :hide_account_address_in_co_c_metadata
1031
1294
 
1032
1295
  #
1033
1296
  attr_accessor :hide_pricing
1034
1297
 
1298
+ # Metadata that indicates whether the `hidePricing` property is editable.
1035
1299
  attr_accessor :hide_pricing_metadata
1036
1300
 
1037
1301
  #
@@ -1043,53 +1307,64 @@ module DocuSign_eSign
1043
1307
  #
1044
1308
  attr_accessor :id_check_expire_days
1045
1309
 
1310
+ # Metadata that indicates whether the `idCheckExpireDays` property is editable.
1046
1311
  attr_accessor :id_check_expire_days_metadata
1047
1312
 
1313
+ # Metadata that indicates whether the `idCheckExpire` property is editable.
1048
1314
  attr_accessor :id_check_expire_metadata
1049
1315
 
1050
1316
  #
1051
1317
  attr_accessor :id_check_expire_minutes
1052
1318
 
1319
+ # Metadata that indicates whether the `idCheckExpireMinutes` property is editable.
1053
1320
  attr_accessor :id_check_expire_minutes_metadata
1054
1321
 
1055
1322
  #
1056
1323
  attr_accessor :id_check_required
1057
1324
 
1325
+ # Metadata that indicates whether the `idCheckRequired` property is editable.
1058
1326
  attr_accessor :id_check_required_metadata
1059
1327
 
1060
1328
  #
1061
1329
  attr_accessor :identity_verification
1062
1330
 
1331
+ # Metadata that indicates whether the `identityVerification` property is editable.
1063
1332
  attr_accessor :identity_verification_metadata
1064
1333
 
1065
1334
  #
1066
1335
  attr_accessor :idfx_phone_authentication_override
1067
1336
 
1337
+ #
1068
1338
  attr_accessor :idfx_phone_authentication_override_metadata
1069
1339
 
1070
1340
  #
1071
1341
  attr_accessor :ignore_error_if_anchor_tab_not_found
1072
1342
 
1343
+ # Reserved for DocuSign.
1073
1344
  attr_accessor :ignore_error_if_anchor_tab_not_found_metadata_enabled
1074
1345
 
1075
1346
  #
1076
1347
  attr_accessor :in_person_id_check_question
1077
1348
 
1349
+ # Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable.
1078
1350
  attr_accessor :in_person_id_check_question_metadata
1079
1351
 
1080
1352
  #
1081
1353
  attr_accessor :in_person_signing_enabled
1082
1354
 
1355
+ # Metadata that indicates whether the `inPersonSigningEnabled` property is editable.
1083
1356
  attr_accessor :in_person_signing_enabled_metadata
1084
1357
 
1085
1358
  #
1086
1359
  attr_accessor :in_session_enabled
1087
1360
 
1361
+ # Metadata that indicates whether the `inSessionEnabled` property is editable.
1088
1362
  attr_accessor :in_session_enabled_metadata
1089
1363
 
1090
1364
  #
1091
1365
  attr_accessor :in_session_suppress_emails
1092
1366
 
1367
+ # Metadata that indicates whether the `inSessionSuppressEmails` property is editable.
1093
1368
  attr_accessor :in_session_suppress_emails_metadata
1094
1369
 
1095
1370
  #
@@ -1098,11 +1373,13 @@ module DocuSign_eSign
1098
1373
  #
1099
1374
  attr_accessor :maximum_signing_groups
1100
1375
 
1376
+ # Metadata that indicates whether the `maximumSigningGroups` property is editable.
1101
1377
  attr_accessor :maximum_signing_groups_metadata
1102
1378
 
1103
1379
  #
1104
1380
  attr_accessor :maximum_users_per_signing_group
1105
1381
 
1382
+ # Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable.
1106
1383
  attr_accessor :maximum_users_per_signing_group_metadata
1107
1384
 
1108
1385
  #
@@ -1111,6 +1388,7 @@ module DocuSign_eSign
1111
1388
  #
1112
1389
  attr_accessor :mobile_session_timeout
1113
1390
 
1391
+ # Metadata that indicates whether the `mobileSessionTimeout` property is editable.
1114
1392
  attr_accessor :mobile_session_timeout_metadata
1115
1393
 
1116
1394
  #
@@ -1119,61 +1397,88 @@ module DocuSign_eSign
1119
1397
  #
1120
1398
  attr_accessor :opt_in_mobile_signing_v02
1121
1399
 
1400
+ # Metadata that indicates whether the `optInMobileSigningV02` property is editable.
1122
1401
  attr_accessor :opt_in_mobile_signing_v02_metadata
1123
1402
 
1124
1403
  #
1125
1404
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates
1126
1405
 
1406
+ # Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable.
1127
1407
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates_metadata
1128
1408
 
1129
1409
  #
1130
1410
  attr_accessor :opt_out_new_platform_seal
1131
1411
 
1412
+ # Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable.
1132
1413
  attr_accessor :opt_out_new_platform_seal_platform_metadata
1133
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
+
1134
1430
  #
1135
1431
  attr_accessor :phone_auth_recipient_may_provide_phone_number
1136
1432
 
1433
+ # Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable.
1137
1434
  attr_accessor :phone_auth_recipient_may_provide_phone_number_metadata
1138
1435
 
1139
1436
  #
1140
1437
  attr_accessor :pki_sign_downloaded_pdf_docs
1141
1438
 
1439
+ # Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable.
1142
1440
  attr_accessor :pki_sign_downloaded_pdf_docs_metadata
1143
1441
 
1144
1442
  #
1145
1443
  attr_accessor :read_only_mode
1146
1444
 
1445
+ #
1147
1446
  attr_accessor :read_only_mode_metadata
1148
1447
 
1149
1448
  #
1150
1449
  attr_accessor :recipients_can_sign_offline
1151
1450
 
1451
+ # Metadata that indicates whether the `recipientsCanSignOffline` property is editable.
1152
1452
  attr_accessor :recipients_can_sign_offline_metadata
1153
1453
 
1154
1454
  #
1155
1455
  attr_accessor :recipient_signing_auto_navigation_control
1156
1456
 
1457
+ # Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable.
1157
1458
  attr_accessor :recipient_signing_auto_navigation_control_metadata
1158
1459
 
1159
1460
  #
1160
1461
  attr_accessor :require21_cf_rpt11_compliance
1161
1462
 
1463
+ # Metadata that indicates whether the `require21CFRpt11Compliance` property is editable.
1162
1464
  attr_accessor :require21_cf_rpt11_compliance_metadata
1163
1465
 
1164
1466
  #
1165
1467
  attr_accessor :require_decline_reason
1166
1468
 
1469
+ # Metadata that indicates whether the `requireDeclineReason` property is editable.
1167
1470
  attr_accessor :require_decline_reason_metadata
1168
1471
 
1169
1472
  #
1170
1473
  attr_accessor :require_external_user_management
1171
1474
 
1475
+ # Metadata that indicates whether the `requireExternalUserManagement` property is editable.
1172
1476
  attr_accessor :require_external_user_management_metadata
1173
1477
 
1174
1478
  #
1175
1479
  attr_accessor :require_signer_certificate_type
1176
1480
 
1481
+ # Metadata that indicates whether the `requireSignerCertificateType` property is editable.
1177
1482
  attr_accessor :require_signer_certificate_type_metadata
1178
1483
 
1179
1484
  #
@@ -1191,243 +1496,292 @@ module DocuSign_eSign
1191
1496
  #
1192
1497
  attr_accessor :self_signed_recipient_email_document
1193
1498
 
1499
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.
1194
1500
  attr_accessor :self_signed_recipient_email_document_metadata
1195
1501
 
1196
1502
  #
1197
1503
  attr_accessor :self_signed_recipient_email_document_user_override
1198
1504
 
1505
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable.
1199
1506
  attr_accessor :self_signed_recipient_email_document_user_override_metadata
1200
1507
 
1201
1508
  #
1202
1509
  attr_accessor :sender_can_sign_in_each_location
1203
1510
 
1511
+ # Metadata that indicates whether the `senderCanSignInEachLocation` property is editable.
1204
1512
  attr_accessor :sender_can_sign_in_each_location_metadata
1205
1513
 
1206
1514
  #
1207
1515
  attr_accessor :sender_must_authenticate_signing
1208
1516
 
1517
+ # Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable.
1209
1518
  attr_accessor :sender_must_authenticate_signing_metadata
1210
1519
 
1211
1520
  #
1212
1521
  attr_accessor :sending_tags_font_color
1213
1522
 
1523
+ # Metadata that indicates whether the `sendingTagsFontColor` property is editable.
1214
1524
  attr_accessor :sending_tags_font_color_metadata
1215
1525
 
1216
1526
  #
1217
1527
  attr_accessor :sending_tags_font_name
1218
1528
 
1529
+ # Metadata that indicates whether the `sendingTagsFontName` property is editable.
1219
1530
  attr_accessor :sending_tags_font_name_metadata
1220
1531
 
1221
1532
  #
1222
1533
  attr_accessor :sending_tags_font_size
1223
1534
 
1535
+ # Metadata that indicates whether the `sendingTagsFontSize` property is editable.
1224
1536
  attr_accessor :sending_tags_font_size_metadata
1225
1537
 
1226
1538
  #
1227
1539
  attr_accessor :send_lockout_recipient_notification
1228
1540
 
1541
+ #
1229
1542
  attr_accessor :send_lockout_recipient_notification_metadata
1230
1543
 
1231
1544
  #
1232
1545
  attr_accessor :send_to_certified_delivery_enabled
1233
1546
 
1547
+ # Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable.
1234
1548
  attr_accessor :send_to_certified_delivery_enabled_metadata
1235
1549
 
1236
1550
  #
1237
1551
  attr_accessor :session_timeout
1238
1552
 
1553
+ # Metadata that indicates whether the `sessionTimeout` property is editable.
1239
1554
  attr_accessor :session_timeout_metadata
1240
1555
 
1241
1556
  #
1242
1557
  attr_accessor :set_recip_email_lang
1243
1558
 
1559
+ # Metadata that indicates whether the `setRecipEmailLang` property is editable.
1244
1560
  attr_accessor :set_recip_email_lang_metadata
1245
1561
 
1246
1562
  #
1247
1563
  attr_accessor :set_recip_sign_lang
1248
1564
 
1565
+ # Metadata that indicates whether the `setRecipSignLang` property is editable.
1249
1566
  attr_accessor :set_recip_sign_lang_metadata
1250
1567
 
1251
1568
  #
1252
1569
  attr_accessor :shared_template_folders
1253
1570
 
1571
+ # Metadata that indicates whether the `sharedTemplateFolders` property is editable.
1254
1572
  attr_accessor :shared_template_folders_metadata
1255
1573
 
1256
1574
  #
1257
1575
  attr_accessor :show_complete_dialog_in_embedded_session
1258
1576
 
1577
+ # Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable.
1259
1578
  attr_accessor :show_complete_dialog_in_embedded_session_metadata
1260
1579
 
1261
1580
  #
1262
1581
  attr_accessor :show_conditional_routing_on_send
1263
1582
 
1583
+ #
1264
1584
  attr_accessor :show_conditional_routing_on_send_metadata
1265
1585
 
1266
1586
  #
1267
1587
  attr_accessor :show_initial_conditional_fields
1268
1588
 
1589
+ # Metadata that indicates whether the `showInitialConditionalFields` property is editable.
1269
1590
  attr_accessor :show_initial_conditional_fields_metadata
1270
1591
 
1271
1592
  #
1272
1593
  attr_accessor :show_localized_watermarks
1273
1594
 
1595
+ # Metadata that indicates whether the `showLocalizedWatermarks` property is editable.
1274
1596
  attr_accessor :show_localized_watermarks_metadata
1275
1597
 
1276
1598
  #
1277
1599
  attr_accessor :show_masked_fields_when_downloading_document_as_sender
1278
1600
 
1601
+ #
1279
1602
  attr_accessor :show_masked_fields_when_downloading_document_as_sender_metadata
1280
1603
 
1281
1604
  #
1282
1605
  attr_accessor :show_tutorials
1283
1606
 
1607
+ # Metadata that indicates whether the `showTutorials` property is editable.
1284
1608
  attr_accessor :show_tutorials_metadata
1285
1609
 
1286
1610
  #
1287
1611
  attr_accessor :signature_providers
1288
1612
 
1613
+ # Metadata that indicates whether the `signatureProviders` property is editable.
1289
1614
  attr_accessor :signature_providers_metadata
1290
1615
 
1291
1616
  #
1292
1617
  attr_accessor :sign_date_format
1293
1618
 
1619
+ # Metadata that indicates whether the `signDateFormat` property is editable.
1294
1620
  attr_accessor :sign_date_format_metadata
1295
1621
 
1296
1622
  #
1297
1623
  attr_accessor :sign_date_time_account_language_override
1298
1624
 
1625
+ #
1299
1626
  attr_accessor :sign_date_time_account_language_override_metadata
1300
1627
 
1301
1628
  #
1302
1629
  attr_accessor :sign_date_time_account_timezone_override
1303
1630
 
1631
+ #
1304
1632
  attr_accessor :sign_date_time_account_timezone_override_metadata
1305
1633
 
1306
1634
  #
1307
1635
  attr_accessor :signer_attach_certificate_to_envelope_pdf
1308
1636
 
1637
+ # Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable.
1309
1638
  attr_accessor :signer_attach_certificate_to_envelope_pdf_metadata
1310
1639
 
1311
1640
  #
1312
1641
  attr_accessor :signer_attach_concat
1313
1642
 
1643
+ # Metadata that indicates whether the `signerAttachConcat` property is editable.
1314
1644
  attr_accessor :signer_attach_concat_metadata
1315
1645
 
1316
1646
  #
1317
1647
  attr_accessor :signer_can_create_account
1318
1648
 
1649
+ # Metadata that indicates whether the `signerCanCreateAccount` property is editable.
1319
1650
  attr_accessor :signer_can_create_account_metadata
1320
1651
 
1321
1652
  #
1322
1653
  attr_accessor :signer_can_sign_on_mobile
1323
1654
 
1655
+ # Metadata that indicates whether the `signerCanSignOnMobile` property is editable.
1324
1656
  attr_accessor :signer_can_sign_on_mobile_metadata
1325
1657
 
1326
1658
  #
1327
1659
  attr_accessor :signer_in_session_use_envelope_complete_email
1328
1660
 
1661
+ # Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable.
1329
1662
  attr_accessor :signer_in_session_use_envelope_complete_email_metadata
1330
1663
 
1331
1664
  #
1332
1665
  attr_accessor :signer_login_requirements
1333
1666
 
1667
+ # Metadata that indicates whether the `signerLoginRequirements` property is editable.
1334
1668
  attr_accessor :signer_login_requirements_metadata
1335
1669
 
1336
1670
  #
1337
1671
  attr_accessor :signer_must_have_account
1338
1672
 
1673
+ # Metadata that indicates whether the `signerMustHaveAccount` property is editable.
1339
1674
  attr_accessor :signer_must_have_account_metadata
1340
1675
 
1341
1676
  #
1342
1677
  attr_accessor :signer_must_login_to_sign
1343
1678
 
1679
+ # Metadata that indicates whether the `signerMustLoginToSign` property is editable.
1344
1680
  attr_accessor :signer_must_login_to_sign_metadata
1345
1681
 
1346
1682
  #
1347
1683
  attr_accessor :signer_show_secure_field_initial_values
1348
1684
 
1685
+ # Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable.
1349
1686
  attr_accessor :signer_show_secure_field_initial_values_metadata
1350
1687
 
1351
1688
  #
1352
1689
  attr_accessor :signing_session_timeout
1353
1690
 
1691
+ # Metadata that indicates whether the `signingSessionTimeout` property is editable.
1354
1692
  attr_accessor :signing_session_timeout_metadata
1355
1693
 
1356
1694
  #
1357
1695
  attr_accessor :signing_ui_version
1358
1696
 
1697
+ # Reserved for DocuSign.
1359
1698
  attr_accessor :signing_ui_version_metadata
1360
1699
 
1361
1700
  #
1362
1701
  attr_accessor :sign_time_format
1363
1702
 
1703
+ # Metadata that indicates whether the `signTimeFormat` property is editable.
1364
1704
  attr_accessor :sign_time_format_metadata
1365
1705
 
1366
1706
  #
1367
1707
  attr_accessor :sign_time_show_am_pm
1368
1708
 
1709
+ # Metadata that indicates whether the `signTimeShowAmPm` property is editable.
1369
1710
  attr_accessor :sign_time_show_am_pm_metadata
1370
1711
 
1371
1712
  #
1372
1713
  attr_accessor :simplified_sending_enabled
1373
1714
 
1715
+ # Metadata that indicates whether the `simplifiedSendingEnabled` property is editable.
1374
1716
  attr_accessor :simplified_sending_enabled_metadata
1375
1717
 
1376
1718
  #
1377
1719
  attr_accessor :single_sign_on_enabled
1378
1720
 
1721
+ # Metadata that indicates whether the `singleSignOnEnabled` property is editable.
1379
1722
  attr_accessor :single_sign_on_enabled_metadata
1380
1723
 
1381
1724
  #
1382
1725
  attr_accessor :skip_auth_completed_envelopes
1383
1726
 
1727
+ # Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable.
1384
1728
  attr_accessor :skip_auth_completed_envelopes_metadata
1385
1729
 
1386
1730
  #
1387
1731
  attr_accessor :social_id_recip_auth
1388
1732
 
1733
+ # Metadata that indicates whether the `socialIdRecipAuth` property is editable.
1389
1734
  attr_accessor :social_id_recip_auth_metadata
1390
1735
 
1391
1736
  #
1392
1737
  attr_accessor :specify_document_visibility
1393
1738
 
1739
+ # Metadata that indicates whether the `specifyDocumentVisibility` property is editable.
1394
1740
  attr_accessor :specify_document_visibility_metadata
1395
1741
 
1396
1742
  #
1397
1743
  attr_accessor :start_in_advanced_correct
1398
1744
 
1745
+ # Metadata that indicates whether the `startInAdvancedCorrect` property is editable.
1399
1746
  attr_accessor :start_in_advanced_correct_metadata
1400
1747
 
1401
1748
  #
1402
1749
  attr_accessor :supplemental_documents_must_accept
1403
1750
 
1751
+ # Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.
1404
1752
  attr_accessor :supplemental_documents_must_accept_metadata
1405
1753
 
1406
1754
  #
1407
1755
  attr_accessor :supplemental_documents_must_read
1408
1756
 
1757
+ # Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.
1409
1758
  attr_accessor :supplemental_documents_must_read_metadata
1410
1759
 
1411
1760
  #
1412
1761
  attr_accessor :supplemental_documents_must_view
1413
1762
 
1763
+ # Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.
1414
1764
  attr_accessor :supplemental_documents_must_view_metadata
1415
1765
 
1416
1766
  #
1417
1767
  attr_accessor :suppress_certificate_enforcement
1418
1768
 
1769
+ # Metadata that indicates whether the `suppressCertificateEnforcement` property is editable.
1419
1770
  attr_accessor :suppress_certificate_enforcement_metadata
1420
1771
 
1772
+ # Account-wide tab settings.
1421
1773
  attr_accessor :tab_account_settings
1422
1774
 
1423
1775
  #
1424
1776
  attr_accessor :timezone_offset_api
1425
1777
 
1778
+ # Metadata that indicates whether the `timezoneOffsetAPI` property is editable.
1426
1779
  attr_accessor :timezone_offset_api_metadata
1427
1780
 
1428
1781
  #
1429
1782
  attr_accessor :timezone_offset_ui
1430
1783
 
1784
+ # Metadata that indicates whether the `timezoneOffsetUI` property is editable.
1431
1785
  attr_accessor :timezone_offset_ui_metadata
1432
1786
 
1433
1787
  #
@@ -1436,51 +1790,61 @@ module DocuSign_eSign
1436
1790
  #
1437
1791
  attr_accessor :use_account_level_email
1438
1792
 
1793
+ # Metadata that indicates whether the `useAccountLevelEmail` property is editable.
1439
1794
  attr_accessor :use_account_level_email_metadata
1440
1795
 
1441
1796
  #
1442
1797
  attr_accessor :use_consumer_disclosure
1443
1798
 
1799
+ # Metadata that indicates whether the `useConsumerDisclosure` property is editable.
1444
1800
  attr_accessor :use_consumer_disclosure_metadata
1445
1801
 
1446
1802
  #
1447
1803
  attr_accessor :use_consumer_disclosure_within_account
1448
1804
 
1805
+ # Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.
1449
1806
  attr_accessor :use_consumer_disclosure_within_account_metadata
1450
1807
 
1451
1808
  #
1452
1809
  attr_accessor :use_derived_keys
1453
1810
 
1811
+ # Metadata that indicates whether the `useDerivedKeys` property is editable.
1454
1812
  attr_accessor :use_derived_keys_metadata
1455
1813
 
1456
1814
  #
1457
1815
  attr_accessor :use_docu_sign_express_signer_certificate
1458
1816
 
1817
+ # Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable.
1459
1818
  attr_accessor :use_docu_sign_express_signer_certificate_metadata
1460
1819
 
1461
1820
  #
1462
1821
  attr_accessor :use_multi_app_groups_data
1463
1822
 
1823
+ #
1464
1824
  attr_accessor :use_multi_app_groups_data_metadata
1465
1825
 
1466
1826
  #
1467
1827
  attr_accessor :use_new_blob_for_pdf
1468
1828
 
1829
+ # Metadata that indicates whether the `useNewBlobForPdf` property is editable.
1469
1830
  attr_accessor :use_new_blob_for_pdf_metadata
1470
1831
 
1471
1832
  #
1472
1833
  attr_accessor :use_safe_signer_certificates
1473
1834
 
1835
+ # Metadata that indicates whether the `useSAFESignerCertificates` property is editable.
1474
1836
  attr_accessor :use_safe_signer_certificates_metadata
1475
1837
 
1476
1838
  #
1477
1839
  attr_accessor :uses_api
1478
1840
 
1841
+ # Metadata that indicates whether the `usesAPI` property is editable.
1479
1842
  attr_accessor :uses_api_metadata
1480
1843
 
1481
1844
  #
1482
1845
  attr_accessor :use_signature_provider_platform
1483
1846
 
1847
+ # Metadata that indicates whether the `useSignatureProviderPlatform` property is editable.
1484
1848
  attr_accessor :use_signature_provider_platform_metadata
1485
1849
 
1486
1850
  #
@@ -1489,41 +1853,49 @@ module DocuSign_eSign
1489
1853
  #
1490
1854
  attr_accessor :validations_allowed
1491
1855
 
1856
+ # Metadata that indicates whether the `validationsAllowed` property is editable.
1492
1857
  attr_accessor :validations_allowed_metadata
1493
1858
 
1494
1859
  #
1495
1860
  attr_accessor :validations_brand
1496
1861
 
1862
+ # Metadata that indicates whether the `validationsBrand` property is editable.
1497
1863
  attr_accessor :validations_brand_metadata
1498
1864
 
1499
1865
  #
1500
1866
  attr_accessor :validations_cadence
1501
1867
 
1868
+ # Metadata that indicates whether the `validationsCadence` property is editable.
1502
1869
  attr_accessor :validations_cadence_metadata
1503
1870
 
1504
1871
  #
1505
1872
  attr_accessor :validations_enabled
1506
1873
 
1874
+ # Metadata that indicates whether the `validationsEnabled` property is editable.
1507
1875
  attr_accessor :validations_enabled_metadata
1508
1876
 
1509
1877
  #
1510
1878
  attr_accessor :validations_report
1511
1879
 
1880
+ # Metadata that indicates whether the `validationsReport` property is editable.
1512
1881
  attr_accessor :validations_report_metadata
1513
1882
 
1514
1883
  #
1515
1884
  attr_accessor :water_mark_enabled
1516
1885
 
1886
+ # Metadata that indicates whether the `waterMarkEnabled` property is editable.
1517
1887
  attr_accessor :water_mark_enabled_metadata
1518
1888
 
1519
1889
  #
1520
1890
  attr_accessor :write_reminder_to_envelope_history
1521
1891
 
1892
+ # Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable.
1522
1893
  attr_accessor :write_reminder_to_envelope_history_metadata
1523
1894
 
1524
1895
  #
1525
1896
  attr_accessor :wurfl_min_allowable_screen_size
1526
1897
 
1898
+ # Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable.
1527
1899
  attr_accessor :wurfl_min_allowable_screen_size_metadata
1528
1900
 
1529
1901
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1554,6 +1926,8 @@ module DocuSign_eSign
1554
1926
  :'allow_agent_name_email_edit_metadata' => :'allowAgentNameEmailEditMetadata',
1555
1927
  :'allow_agreement_actions' => :'allowAgreementActions',
1556
1928
  :'allow_agreement_actions_metadata' => :'allowAgreementActionsMetadata',
1929
+ :'allow_agreement_orchestration_workflows' => :'allowAgreementOrchestrationWorkflows',
1930
+ :'allow_agreement_orchestration_workflows_metadata' => :'allowAgreementOrchestrationWorkflowsMetadata',
1557
1931
  :'allow_auto_nav_settings' => :'allowAutoNavSettings',
1558
1932
  :'allow_auto_nav_settings_metadata' => :'allowAutoNavSettingsMetadata',
1559
1933
  :'allow_auto_tagging' => :'allowAutoTagging',
@@ -1563,6 +1937,7 @@ module DocuSign_eSign
1563
1937
  :'allow_cd_withdraw' => :'allowCDWithdraw',
1564
1938
  :'allow_cd_withdraw_metadata' => :'allowCDWithdrawMetadata',
1565
1939
  :'allow_connect_http_listener_configs' => :'allowConnectHttpListenerConfigs',
1940
+ :'allow_connect_o_auth_ui' => :'allowConnectOAuthUI',
1566
1941
  :'allow_connect_send_finish_later' => :'allowConnectSendFinishLater',
1567
1942
  :'allow_connect_send_finish_later_metadata' => :'allowConnectSendFinishLaterMetadata',
1568
1943
  :'allow_connect_unified_payload_ui' => :'allowConnectUnifiedPayloadUI',
@@ -1574,6 +1949,8 @@ module DocuSign_eSign
1574
1949
  :'allow_delayed_routing_metadata' => :'allowDelayedRoutingMetadata',
1575
1950
  :'allow_delegated_signing' => :'allowDelegatedSigning',
1576
1951
  :'allow_delegated_signing_metadata' => :'allowDelegatedSigningMetadata',
1952
+ :'allow_doc_gen_documents' => :'allowDocGenDocuments',
1953
+ :'allow_doc_gen_documents_metadata' => :'allowDocGenDocumentsMetadata',
1577
1954
  :'allow_document_disclosures' => :'allowDocumentDisclosures',
1578
1955
  :'allow_document_disclosures_metadata' => :'allowDocumentDisclosuresMetadata',
1579
1956
  :'allow_documents_on_signed_envelopes' => :'allowDocumentsOnSignedEnvelopes',
@@ -1604,6 +1981,8 @@ module DocuSign_eSign
1604
1981
  :'allow_external_linked_accounts_metadata' => :'allowExternalLinkedAccountsMetadata',
1605
1982
  :'allow_external_signature_pad' => :'allowExternalSignaturePad',
1606
1983
  :'allow_external_signature_pad_metadata' => :'allowExternalSignaturePadMetadata',
1984
+ :'allow_idv_for_eu_qualified_signatures' => :'allowIDVForEUQualifiedSignatures',
1985
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'allowIDVForEUQualifiedSignaturesMetadata',
1607
1986
  :'allow_idv_level1' => :'allowIDVLevel1',
1608
1987
  :'allow_idv_level1_metadata' => :'allowIDVLevel1Metadata',
1609
1988
  :'allow_idv_level2' => :'allowIDVLevel2',
@@ -1618,6 +1997,8 @@ module DocuSign_eSign
1618
1997
  :'allow_in_person_metadata' => :'allowInPersonMetadata',
1619
1998
  :'allow_managed_stamps' => :'allowManagedStamps',
1620
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',
1621
2002
  :'allow_markup' => :'allowMarkup',
1622
2003
  :'allow_markup_metadata' => :'allowMarkupMetadata',
1623
2004
  :'allow_member_time_zone' => :'allowMemberTimeZone',
@@ -1648,8 +2029,14 @@ module DocuSign_eSign
1648
2029
  :'allow_organization_to_use_in_person_electronic_notary_metadata' => :'allowOrganizationToUseInPersonElectronicNotaryMetadata',
1649
2030
  :'allow_organization_to_use_remote_notary' => :'allowOrganizationToUseRemoteNotary',
1650
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',
1651
2036
  :'allow_payment_processing' => :'allowPaymentProcessing',
1652
2037
  :'allow_payment_processing_metadata' => :'allowPaymentProcessingMetadata',
2038
+ :'allow_performance_analytics' => :'allowPerformanceAnalytics',
2039
+ :'allow_performance_analytics_metadata' => :'allowPerformanceAnalyticsMetadata',
1653
2040
  :'allow_phone_authentication' => :'allowPhoneAuthentication',
1654
2041
  :'allow_phone_authentication_metadata' => :'allowPhoneAuthenticationMetadata',
1655
2042
  :'allow_phone_auth_override' => :'allowPhoneAuthOverride',
@@ -1670,6 +2057,8 @@ module DocuSign_eSign
1670
2057
  :'allow_scheduled_sending_metadata' => :'allowScheduledSendingMetadata',
1671
2058
  :'allow_security_appliance' => :'allowSecurityAppliance',
1672
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',
1673
2062
  :'allow_send_to_certified_delivery' => :'allowSendToCertifiedDelivery',
1674
2063
  :'allow_send_to_certified_delivery_metadata' => :'allowSendToCertifiedDeliveryMetadata',
1675
2064
  :'allow_send_to_intermediary' => :'allowSendToIntermediary',
@@ -1704,6 +2093,8 @@ module DocuSign_eSign
1704
2093
  :'allow_social_id_login_metadata' => :'allowSocialIdLoginMetadata',
1705
2094
  :'allow_supplemental_documents' => :'allowSupplementalDocuments',
1706
2095
  :'allow_supplemental_documents_metadata' => :'allowSupplementalDocumentsMetadata',
2096
+ :'allow_third_party_electronic_notary' => :'allowThirdPartyElectronicNotary',
2097
+ :'allow_third_party_electronic_notary_metadata' => :'allowThirdPartyElectronicNotaryMetadata',
1707
2098
  :'allow_users_to_access_directory' => :'allowUsersToAccessDirectory',
1708
2099
  :'allow_users_to_access_directory_metadata' => :'allowUsersToAccessDirectoryMetadata',
1709
2100
  :'allow_value_insights' => :'allowValueInsights',
@@ -1816,6 +2207,8 @@ module DocuSign_eSign
1816
2207
  :'enable_combined_pdf_download_for_sbs' => :'enableCombinedPDFDownloadForSBS',
1817
2208
  :'enable_comments_history_download_in_signing' => :'enableCommentsHistoryDownloadInSigning',
1818
2209
  :'enable_comments_history_download_in_signing_metadata' => :'enableCommentsHistoryDownloadInSigningMetadata',
2210
+ :'enable_contact_suggestions' => :'enableContactSuggestions',
2211
+ :'enable_contact_suggestions_metadata' => :'enableContactSuggestionsMetadata',
1819
2212
  :'enable_customer_satisfaction_metric_tracking' => :'enableCustomerSatisfactionMetricTracking',
1820
2213
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'enableCustomerSatisfactionMetricTrackingMetadata',
1821
2214
  :'enable_ds_pro' => :'enableDSPro',
@@ -1824,6 +2217,8 @@ module DocuSign_eSign
1824
2217
  :'enable_envelope_stamping_by_account_admin_metadata' => :'enableEnvelopeStampingByAccountAdminMetadata',
1825
2218
  :'enable_envelope_stamping_by_ds_admin' => :'enableEnvelopeStampingByDSAdmin',
1826
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',
1827
2222
  :'enable_esign_communities' => :'enableEsignCommunities',
1828
2223
  :'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
1829
2224
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'enableIDFxAccountlessSMSAuthForPart11',
@@ -1836,6 +2231,7 @@ module DocuSign_eSign
1836
2231
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
1837
2232
  :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
1838
2233
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
2234
+ :'enable_participant_recipient_setting_metadata' => :'enableParticipantRecipientSettingMetadata',
1839
2235
  :'enable_payment_processing' => :'enablePaymentProcessing',
1840
2236
  :'enable_payment_processing_metadata' => :'enablePaymentProcessingMetadata',
1841
2237
  :'enable_pdfa_conversion' => :'enablePDFAConversion',
@@ -1913,6 +2309,10 @@ module DocuSign_eSign
1913
2309
  :'envelope_integration_allowed_metadata' => :'envelopeIntegrationAllowedMetadata',
1914
2310
  :'envelope_integration_enabled' => :'envelopeIntegrationEnabled',
1915
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',
1916
2316
  :'envelope_stamping_default_value' => :'envelopeStampingDefaultValue',
1917
2317
  :'envelope_stamping_default_value_metadata' => :'envelopeStampingDefaultValueMetadata',
1918
2318
  :'exit_prompt' => :'exitPrompt',
@@ -1973,6 +2373,12 @@ module DocuSign_eSign
1973
2373
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'optOutAutoNavTextAndTabColorUpdatesMetadata',
1974
2374
  :'opt_out_new_platform_seal' => :'optOutNewPlatformSeal',
1975
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',
1976
2382
  :'phone_auth_recipient_may_provide_phone_number' => :'phoneAuthRecipientMayProvidePhoneNumber',
1977
2383
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'phoneAuthRecipientMayProvidePhoneNumberMetadata',
1978
2384
  :'pki_sign_downloaded_pdf_docs' => :'pkiSignDownloadedPDFDocs',
@@ -2161,6 +2567,8 @@ module DocuSign_eSign
2161
2567
  :'allow_agent_name_email_edit_metadata' => :'SettingsMetadata',
2162
2568
  :'allow_agreement_actions' => :'String',
2163
2569
  :'allow_agreement_actions_metadata' => :'SettingsMetadata',
2570
+ :'allow_agreement_orchestration_workflows' => :'String',
2571
+ :'allow_agreement_orchestration_workflows_metadata' => :'SettingsMetadata',
2164
2572
  :'allow_auto_nav_settings' => :'String',
2165
2573
  :'allow_auto_nav_settings_metadata' => :'SettingsMetadata',
2166
2574
  :'allow_auto_tagging' => :'String',
@@ -2170,6 +2578,7 @@ module DocuSign_eSign
2170
2578
  :'allow_cd_withdraw' => :'String',
2171
2579
  :'allow_cd_withdraw_metadata' => :'SettingsMetadata',
2172
2580
  :'allow_connect_http_listener_configs' => :'String',
2581
+ :'allow_connect_o_auth_ui' => :'String',
2173
2582
  :'allow_connect_send_finish_later' => :'String',
2174
2583
  :'allow_connect_send_finish_later_metadata' => :'SettingsMetadata',
2175
2584
  :'allow_connect_unified_payload_ui' => :'String',
@@ -2181,6 +2590,8 @@ module DocuSign_eSign
2181
2590
  :'allow_delayed_routing_metadata' => :'SettingsMetadata',
2182
2591
  :'allow_delegated_signing' => :'String',
2183
2592
  :'allow_delegated_signing_metadata' => :'SettingsMetadata',
2593
+ :'allow_doc_gen_documents' => :'String',
2594
+ :'allow_doc_gen_documents_metadata' => :'SettingsMetadata',
2184
2595
  :'allow_document_disclosures' => :'String',
2185
2596
  :'allow_document_disclosures_metadata' => :'SettingsMetadata',
2186
2597
  :'allow_documents_on_signed_envelopes' => :'String',
@@ -2211,6 +2622,8 @@ module DocuSign_eSign
2211
2622
  :'allow_external_linked_accounts_metadata' => :'SettingsMetadata',
2212
2623
  :'allow_external_signature_pad' => :'String',
2213
2624
  :'allow_external_signature_pad_metadata' => :'SettingsMetadata',
2625
+ :'allow_idv_for_eu_qualified_signatures' => :'String',
2626
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'SettingsMetadata',
2214
2627
  :'allow_idv_level1' => :'String',
2215
2628
  :'allow_idv_level1_metadata' => :'SettingsMetadata',
2216
2629
  :'allow_idv_level2' => :'String',
@@ -2225,6 +2638,8 @@ module DocuSign_eSign
2225
2638
  :'allow_in_person_metadata' => :'SettingsMetadata',
2226
2639
  :'allow_managed_stamps' => :'String',
2227
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',
2228
2643
  :'allow_markup' => :'String',
2229
2644
  :'allow_markup_metadata' => :'SettingsMetadata',
2230
2645
  :'allow_member_time_zone' => :'String',
@@ -2255,8 +2670,14 @@ module DocuSign_eSign
2255
2670
  :'allow_organization_to_use_in_person_electronic_notary_metadata' => :'SettingsMetadata',
2256
2671
  :'allow_organization_to_use_remote_notary' => :'String',
2257
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',
2258
2677
  :'allow_payment_processing' => :'String',
2259
2678
  :'allow_payment_processing_metadata' => :'SettingsMetadata',
2679
+ :'allow_performance_analytics' => :'String',
2680
+ :'allow_performance_analytics_metadata' => :'SettingsMetadata',
2260
2681
  :'allow_phone_authentication' => :'String',
2261
2682
  :'allow_phone_authentication_metadata' => :'SettingsMetadata',
2262
2683
  :'allow_phone_auth_override' => :'String',
@@ -2277,6 +2698,8 @@ module DocuSign_eSign
2277
2698
  :'allow_scheduled_sending_metadata' => :'SettingsMetadata',
2278
2699
  :'allow_security_appliance' => :'String',
2279
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',
2280
2703
  :'allow_send_to_certified_delivery' => :'String',
2281
2704
  :'allow_send_to_certified_delivery_metadata' => :'SettingsMetadata',
2282
2705
  :'allow_send_to_intermediary' => :'String',
@@ -2311,6 +2734,8 @@ module DocuSign_eSign
2311
2734
  :'allow_social_id_login_metadata' => :'SettingsMetadata',
2312
2735
  :'allow_supplemental_documents' => :'String',
2313
2736
  :'allow_supplemental_documents_metadata' => :'SettingsMetadata',
2737
+ :'allow_third_party_electronic_notary' => :'String',
2738
+ :'allow_third_party_electronic_notary_metadata' => :'SettingsMetadata',
2314
2739
  :'allow_users_to_access_directory' => :'String',
2315
2740
  :'allow_users_to_access_directory_metadata' => :'SettingsMetadata',
2316
2741
  :'allow_value_insights' => :'String',
@@ -2423,6 +2848,8 @@ module DocuSign_eSign
2423
2848
  :'enable_combined_pdf_download_for_sbs' => :'String',
2424
2849
  :'enable_comments_history_download_in_signing' => :'String',
2425
2850
  :'enable_comments_history_download_in_signing_metadata' => :'SettingsMetadata',
2851
+ :'enable_contact_suggestions' => :'String',
2852
+ :'enable_contact_suggestions_metadata' => :'SettingsMetadata',
2426
2853
  :'enable_customer_satisfaction_metric_tracking' => :'String',
2427
2854
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'SettingsMetadata',
2428
2855
  :'enable_ds_pro' => :'String',
@@ -2431,6 +2858,8 @@ module DocuSign_eSign
2431
2858
  :'enable_envelope_stamping_by_account_admin_metadata' => :'SettingsMetadata',
2432
2859
  :'enable_envelope_stamping_by_ds_admin' => :'String',
2433
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',
2434
2863
  :'enable_esign_communities' => :'String',
2435
2864
  :'enable_esign_communities_metadata' => :'SettingsMetadata',
2436
2865
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'String',
@@ -2443,6 +2872,7 @@ module DocuSign_eSign
2443
2872
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
2444
2873
  :'enable_key_terms_suggestions_by_document_type' => :'String',
2445
2874
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
2875
+ :'enable_participant_recipient_setting_metadata' => :'SettingsMetadata',
2446
2876
  :'enable_payment_processing' => :'String',
2447
2877
  :'enable_payment_processing_metadata' => :'SettingsMetadata',
2448
2878
  :'enable_pdfa_conversion' => :'String',
@@ -2520,6 +2950,10 @@ module DocuSign_eSign
2520
2950
  :'envelope_integration_allowed_metadata' => :'SettingsMetadata',
2521
2951
  :'envelope_integration_enabled' => :'String',
2522
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',
2523
2957
  :'envelope_stamping_default_value' => :'String',
2524
2958
  :'envelope_stamping_default_value_metadata' => :'SettingsMetadata',
2525
2959
  :'exit_prompt' => :'String',
@@ -2580,6 +3014,12 @@ module DocuSign_eSign
2580
3014
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'SettingsMetadata',
2581
3015
  :'opt_out_new_platform_seal' => :'String',
2582
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',
2583
3023
  :'phone_auth_recipient_may_provide_phone_number' => :'String',
2584
3024
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'SettingsMetadata',
2585
3025
  :'pki_sign_downloaded_pdf_docs' => :'String',
@@ -2848,6 +3288,14 @@ module DocuSign_eSign
2848
3288
  self.allow_agreement_actions_metadata = attributes[:'allowAgreementActionsMetadata']
2849
3289
  end
2850
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
+
2851
3299
  if attributes.has_key?(:'allowAutoNavSettings')
2852
3300
  self.allow_auto_nav_settings = attributes[:'allowAutoNavSettings']
2853
3301
  end
@@ -2884,6 +3332,10 @@ module DocuSign_eSign
2884
3332
  self.allow_connect_http_listener_configs = attributes[:'allowConnectHttpListenerConfigs']
2885
3333
  end
2886
3334
 
3335
+ if attributes.has_key?(:'allowConnectOAuthUI')
3336
+ self.allow_connect_o_auth_ui = attributes[:'allowConnectOAuthUI']
3337
+ end
3338
+
2887
3339
  if attributes.has_key?(:'allowConnectSendFinishLater')
2888
3340
  self.allow_connect_send_finish_later = attributes[:'allowConnectSendFinishLater']
2889
3341
  end
@@ -2928,6 +3380,14 @@ module DocuSign_eSign
2928
3380
  self.allow_delegated_signing_metadata = attributes[:'allowDelegatedSigningMetadata']
2929
3381
  end
2930
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
+
2931
3391
  if attributes.has_key?(:'allowDocumentDisclosures')
2932
3392
  self.allow_document_disclosures = attributes[:'allowDocumentDisclosures']
2933
3393
  end
@@ -3048,6 +3508,14 @@ module DocuSign_eSign
3048
3508
  self.allow_external_signature_pad_metadata = attributes[:'allowExternalSignaturePadMetadata']
3049
3509
  end
3050
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
+
3051
3519
  if attributes.has_key?(:'allowIDVLevel1')
3052
3520
  self.allow_idv_level1 = attributes[:'allowIDVLevel1']
3053
3521
  end
@@ -3104,6 +3572,14 @@ module DocuSign_eSign
3104
3572
  self.allow_managed_stamps_metadata = attributes[:'allowManagedStampsMetadata']
3105
3573
  end
3106
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
+
3107
3583
  if attributes.has_key?(:'allowMarkup')
3108
3584
  self.allow_markup = attributes[:'allowMarkup']
3109
3585
  end
@@ -3224,6 +3700,22 @@ module DocuSign_eSign
3224
3700
  self.allow_organization_to_use_remote_notary_metadata = attributes[:'allowOrganizationToUseRemoteNotaryMetadata']
3225
3701
  end
3226
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
+
3227
3719
  if attributes.has_key?(:'allowPaymentProcessing')
3228
3720
  self.allow_payment_processing = attributes[:'allowPaymentProcessing']
3229
3721
  end
@@ -3232,6 +3724,14 @@ module DocuSign_eSign
3232
3724
  self.allow_payment_processing_metadata = attributes[:'allowPaymentProcessingMetadata']
3233
3725
  end
3234
3726
 
3727
+ if attributes.has_key?(:'allowPerformanceAnalytics')
3728
+ self.allow_performance_analytics = attributes[:'allowPerformanceAnalytics']
3729
+ end
3730
+
3731
+ if attributes.has_key?(:'allowPerformanceAnalyticsMetadata')
3732
+ self.allow_performance_analytics_metadata = attributes[:'allowPerformanceAnalyticsMetadata']
3733
+ end
3734
+
3235
3735
  if attributes.has_key?(:'allowPhoneAuthentication')
3236
3736
  self.allow_phone_authentication = attributes[:'allowPhoneAuthentication']
3237
3737
  end
@@ -3312,6 +3812,14 @@ module DocuSign_eSign
3312
3812
  self.allow_security_appliance_metadata = attributes[:'allowSecurityApplianceMetadata']
3313
3813
  end
3314
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
+
3315
3823
  if attributes.has_key?(:'allowSendToCertifiedDelivery')
3316
3824
  self.allow_send_to_certified_delivery = attributes[:'allowSendToCertifiedDelivery']
3317
3825
  end
@@ -3448,6 +3956,14 @@ module DocuSign_eSign
3448
3956
  self.allow_supplemental_documents_metadata = attributes[:'allowSupplementalDocumentsMetadata']
3449
3957
  end
3450
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
+
3451
3967
  if attributes.has_key?(:'allowUsersToAccessDirectory')
3452
3968
  self.allow_users_to_access_directory = attributes[:'allowUsersToAccessDirectory']
3453
3969
  end
@@ -3896,6 +4412,14 @@ module DocuSign_eSign
3896
4412
  self.enable_comments_history_download_in_signing_metadata = attributes[:'enableCommentsHistoryDownloadInSigningMetadata']
3897
4413
  end
3898
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
+
3899
4423
  if attributes.has_key?(:'enableCustomerSatisfactionMetricTracking')
3900
4424
  self.enable_customer_satisfaction_metric_tracking = attributes[:'enableCustomerSatisfactionMetricTracking']
3901
4425
  end
@@ -3928,6 +4452,14 @@ module DocuSign_eSign
3928
4452
  self.enable_envelope_stamping_by_ds_admin_metadata = attributes[:'enableEnvelopeStampingByDSAdminMetadata']
3929
4453
  end
3930
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
+
3931
4463
  if attributes.has_key?(:'enableEsignCommunities')
3932
4464
  self.enable_esign_communities = attributes[:'enableEsignCommunities']
3933
4465
  end
@@ -3976,6 +4508,10 @@ module DocuSign_eSign
3976
4508
  self.enable_key_terms_suggestions_by_document_type_metadata = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
3977
4509
  end
3978
4510
 
4511
+ if attributes.has_key?(:'enableParticipantRecipientSettingMetadata')
4512
+ self.enable_participant_recipient_setting_metadata = attributes[:'enableParticipantRecipientSettingMetadata']
4513
+ end
4514
+
3979
4515
  if attributes.has_key?(:'enablePaymentProcessing')
3980
4516
  self.enable_payment_processing = attributes[:'enablePaymentProcessing']
3981
4517
  end
@@ -4284,6 +4820,22 @@ module DocuSign_eSign
4284
4820
  self.envelope_integration_enabled_metadata = attributes[:'envelopeIntegrationEnabledMetadata']
4285
4821
  end
4286
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
+
4287
4839
  if attributes.has_key?(:'envelopeStampingDefaultValue')
4288
4840
  self.envelope_stamping_default_value = attributes[:'envelopeStampingDefaultValue']
4289
4841
  end
@@ -4530,6 +5082,30 @@ module DocuSign_eSign
4530
5082
  self.opt_out_new_platform_seal_platform_metadata = attributes[:'optOutNewPlatformSealPlatformMetadata']
4531
5083
  end
4532
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
+
4533
5109
  if attributes.has_key?(:'phoneAuthRecipientMayProvidePhoneNumber')
4534
5110
  self.phone_auth_recipient_may_provide_phone_number = attributes[:'phoneAuthRecipientMayProvidePhoneNumber']
4535
5111
  end
@@ -5204,6 +5780,8 @@ module DocuSign_eSign
5204
5780
  allow_agent_name_email_edit_metadata == o.allow_agent_name_email_edit_metadata &&
5205
5781
  allow_agreement_actions == o.allow_agreement_actions &&
5206
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 &&
5207
5785
  allow_auto_nav_settings == o.allow_auto_nav_settings &&
5208
5786
  allow_auto_nav_settings_metadata == o.allow_auto_nav_settings_metadata &&
5209
5787
  allow_auto_tagging == o.allow_auto_tagging &&
@@ -5213,6 +5791,7 @@ module DocuSign_eSign
5213
5791
  allow_cd_withdraw == o.allow_cd_withdraw &&
5214
5792
  allow_cd_withdraw_metadata == o.allow_cd_withdraw_metadata &&
5215
5793
  allow_connect_http_listener_configs == o.allow_connect_http_listener_configs &&
5794
+ allow_connect_o_auth_ui == o.allow_connect_o_auth_ui &&
5216
5795
  allow_connect_send_finish_later == o.allow_connect_send_finish_later &&
5217
5796
  allow_connect_send_finish_later_metadata == o.allow_connect_send_finish_later_metadata &&
5218
5797
  allow_connect_unified_payload_ui == o.allow_connect_unified_payload_ui &&
@@ -5224,6 +5803,8 @@ module DocuSign_eSign
5224
5803
  allow_delayed_routing_metadata == o.allow_delayed_routing_metadata &&
5225
5804
  allow_delegated_signing == o.allow_delegated_signing &&
5226
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 &&
5227
5808
  allow_document_disclosures == o.allow_document_disclosures &&
5228
5809
  allow_document_disclosures_metadata == o.allow_document_disclosures_metadata &&
5229
5810
  allow_documents_on_signed_envelopes == o.allow_documents_on_signed_envelopes &&
@@ -5254,6 +5835,8 @@ module DocuSign_eSign
5254
5835
  allow_external_linked_accounts_metadata == o.allow_external_linked_accounts_metadata &&
5255
5836
  allow_external_signature_pad == o.allow_external_signature_pad &&
5256
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 &&
5257
5840
  allow_idv_level1 == o.allow_idv_level1 &&
5258
5841
  allow_idv_level1_metadata == o.allow_idv_level1_metadata &&
5259
5842
  allow_idv_level2 == o.allow_idv_level2 &&
@@ -5268,6 +5851,8 @@ module DocuSign_eSign
5268
5851
  allow_in_person_metadata == o.allow_in_person_metadata &&
5269
5852
  allow_managed_stamps == o.allow_managed_stamps &&
5270
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 &&
5271
5856
  allow_markup == o.allow_markup &&
5272
5857
  allow_markup_metadata == o.allow_markup_metadata &&
5273
5858
  allow_member_time_zone == o.allow_member_time_zone &&
@@ -5298,8 +5883,14 @@ module DocuSign_eSign
5298
5883
  allow_organization_to_use_in_person_electronic_notary_metadata == o.allow_organization_to_use_in_person_electronic_notary_metadata &&
5299
5884
  allow_organization_to_use_remote_notary == o.allow_organization_to_use_remote_notary &&
5300
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 &&
5301
5890
  allow_payment_processing == o.allow_payment_processing &&
5302
5891
  allow_payment_processing_metadata == o.allow_payment_processing_metadata &&
5892
+ allow_performance_analytics == o.allow_performance_analytics &&
5893
+ allow_performance_analytics_metadata == o.allow_performance_analytics_metadata &&
5303
5894
  allow_phone_authentication == o.allow_phone_authentication &&
5304
5895
  allow_phone_authentication_metadata == o.allow_phone_authentication_metadata &&
5305
5896
  allow_phone_auth_override == o.allow_phone_auth_override &&
@@ -5320,6 +5911,8 @@ module DocuSign_eSign
5320
5911
  allow_scheduled_sending_metadata == o.allow_scheduled_sending_metadata &&
5321
5912
  allow_security_appliance == o.allow_security_appliance &&
5322
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 &&
5323
5916
  allow_send_to_certified_delivery == o.allow_send_to_certified_delivery &&
5324
5917
  allow_send_to_certified_delivery_metadata == o.allow_send_to_certified_delivery_metadata &&
5325
5918
  allow_send_to_intermediary == o.allow_send_to_intermediary &&
@@ -5354,6 +5947,8 @@ module DocuSign_eSign
5354
5947
  allow_social_id_login_metadata == o.allow_social_id_login_metadata &&
5355
5948
  allow_supplemental_documents == o.allow_supplemental_documents &&
5356
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 &&
5357
5952
  allow_users_to_access_directory == o.allow_users_to_access_directory &&
5358
5953
  allow_users_to_access_directory_metadata == o.allow_users_to_access_directory_metadata &&
5359
5954
  allow_value_insights == o.allow_value_insights &&
@@ -5466,6 +6061,8 @@ module DocuSign_eSign
5466
6061
  enable_combined_pdf_download_for_sbs == o.enable_combined_pdf_download_for_sbs &&
5467
6062
  enable_comments_history_download_in_signing == o.enable_comments_history_download_in_signing &&
5468
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 &&
5469
6066
  enable_customer_satisfaction_metric_tracking == o.enable_customer_satisfaction_metric_tracking &&
5470
6067
  enable_customer_satisfaction_metric_tracking_metadata == o.enable_customer_satisfaction_metric_tracking_metadata &&
5471
6068
  enable_ds_pro == o.enable_ds_pro &&
@@ -5474,6 +6071,8 @@ module DocuSign_eSign
5474
6071
  enable_envelope_stamping_by_account_admin_metadata == o.enable_envelope_stamping_by_account_admin_metadata &&
5475
6072
  enable_envelope_stamping_by_ds_admin == o.enable_envelope_stamping_by_ds_admin &&
5476
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 &&
5477
6076
  enable_esign_communities == o.enable_esign_communities &&
5478
6077
  enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
5479
6078
  enable_id_fx_accountless_sms_auth_for_part11 == o.enable_id_fx_accountless_sms_auth_for_part11 &&
@@ -5486,6 +6085,7 @@ module DocuSign_eSign
5486
6085
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
5487
6086
  enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
5488
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 &&
5489
6089
  enable_payment_processing == o.enable_payment_processing &&
5490
6090
  enable_payment_processing_metadata == o.enable_payment_processing_metadata &&
5491
6091
  enable_pdfa_conversion == o.enable_pdfa_conversion &&
@@ -5563,6 +6163,10 @@ module DocuSign_eSign
5563
6163
  envelope_integration_allowed_metadata == o.envelope_integration_allowed_metadata &&
5564
6164
  envelope_integration_enabled == o.envelope_integration_enabled &&
5565
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 &&
5566
6170
  envelope_stamping_default_value == o.envelope_stamping_default_value &&
5567
6171
  envelope_stamping_default_value_metadata == o.envelope_stamping_default_value_metadata &&
5568
6172
  exit_prompt == o.exit_prompt &&
@@ -5623,6 +6227,12 @@ module DocuSign_eSign
5623
6227
  opt_out_auto_nav_text_and_tab_color_updates_metadata == o.opt_out_auto_nav_text_and_tab_color_updates_metadata &&
5624
6228
  opt_out_new_platform_seal == o.opt_out_new_platform_seal &&
5625
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 &&
5626
6236
  phone_auth_recipient_may_provide_phone_number == o.phone_auth_recipient_may_provide_phone_number &&
5627
6237
  phone_auth_recipient_may_provide_phone_number_metadata == o.phone_auth_recipient_may_provide_phone_number_metadata &&
5628
6238
  pki_sign_downloaded_pdf_docs == o.pki_sign_downloaded_pdf_docs &&
@@ -5791,7 +6401,7 @@ module DocuSign_eSign
5791
6401
  # Calculates hash code according to all attributes.
5792
6402
  # @return [Fixnum] Hash code
5793
6403
  def hash
5794
- [access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_delayed_routing, allow_delayed_routing_metadata, allow_delegated_signing, allow_delegated_signing_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_electronic_notary, allow_in_person_electronic_notary_metadata, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_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_payment_processing, allow_payment_processing_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_scheduled_sending, allow_scheduled_sending_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_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, allow_web_forms, allow_web_forms_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_action_resend_limit, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr21_simplified_signing_enabled, cfr21_simplified_signing_enabled_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, dss_sign_28411_enable_leave_page_prompt_radmin_option, dss_sign_29182_slide_up_bar_radmin_option, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_accountless_sms_auth_for_part11, enable_id_fx_accountless_sms_auth_for_part11_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_id_fx_phone_authentication, enable_id_fx_phone_authentication_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_key_terms_suggestions_by_document_type, enable_key_terms_suggestions_by_document_type_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_site_specific_api, enable_search_site_specific_api_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_sms_delivery_primary, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, finish_reminder, finish_reminder_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, read_only_mode, read_only_mode_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_lockout_recipient_notification, send_lockout_recipient_notification_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, use_smart_contracts_v1, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
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
5795
6405
  end
5796
6406
 
5797
6407
  # Builds the object from hash