docusign_esign 3.25.0 → 3.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c820f44c020acebd34bc2bf8c42c58b36dfcbba7d1190345222400034428aff
4
- data.tar.gz: 652803bf3142a1b7ca7cb7b9a18a33c2e33268d567af5bf82d9a7a662f0ed68b
3
+ metadata.gz: 6492d3c1d29d5e219691df707f017fb80f87e3cb64ececc8af7bdc13cb8563e2
4
+ data.tar.gz: 696802060d8a4ba080f0ffdb862ed84fdba27abeff1fbb80a146d4db53388094
5
5
  SHA512:
6
- metadata.gz: f1094bce34a3b01a7857b587c9ce62edb6a9db9192bddcc383b7dbfce1f53f7cfa603105d64ee031060b2ce7a99315ad875e870d35075d7234ca184d0e0aa197
7
- data.tar.gz: 9f8ee99d8a3788a1e90c23cd8045968a61264b960650e63c43bc3820c41ae471ca477daffce875e843d5f9126cf46714242d3a4d22105086f3cfabaefee70721
6
+ metadata.gz: 870f90a26e63bc1d90d52a709a0bc7e655ace02b58b7693920d29295ffffae9610fbb806eb6f25378ffc89b4a0fff3941475517903b0c98687af455ca70b934f
7
+ data.tar.gz: f63d647a91409ba774def039fdc4486e6a036587736e27fdf376557ecc7d092d003578bf2fc6bd4402558f468285599bddc8715ed46e9b3f04150980f23a8cc1
data/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
 
4
4
  See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
 
6
+ ## [v3.27.0.rc1] - eSignature API v2.1-23.4.02.00 - 2024-03-12
7
+ ### Changed
8
+ - Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
9
+ - Updated the SDK release version.
10
+
11
+ ## [v3.27.0.alpha1] - eSignature API v2.1-23.4.02.00 - 2024-03-07
12
+ ### Changed
13
+ - Updated logic to derive the `oauth_base_path` from `base_path`.
14
+ - Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
15
+ - Updated the SDK release version.
16
+
17
+ ## [v3.26.0] - eSignature API v2.1-23.3.01.02 - 2023-10-25
18
+ ### Changed
19
+ - Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API.
20
+ - Updated the SDK release version.
21
+
6
22
  ## [v3.25.0] - eSignature API v2.1-23.3.00.01 - 2023-08-30
7
23
  ### Changed
8
24
  - Added support for version v2.1-23.3.00.01 of the DocuSign ESignature API.
@@ -80,7 +80,7 @@ module DocuSign_eSign
80
80
  end
81
81
 
82
82
  class GetConsumerDisclosureOptions
83
- # The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
83
+ # The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
84
84
  attr_accessor :lang_code2
85
85
 
86
86
  def self.default
@@ -1615,10 +1615,11 @@ module DocuSign_eSign
1615
1615
  # @param image_type One of **signature_image** or **initials_image**.
1616
1616
  # @param signature_id The ID of the signature being accessed.
1617
1617
  # @param user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
1618
+ # @param image_bytes Updated image content.
1618
1619
  # @param DocuSign_eSign::UpdateSignatureImageOptions Options for modifying the behavior of the function.
1619
1620
  # @return [UserSignature]
1620
- def update_signature_image(account_id, image_type, signature_id, user_id, options = DocuSign_eSign::UpdateSignatureImageOptions.default)
1621
- data, _status_code, _headers = update_signature_image_with_http_info(account_id, image_type, signature_id, user_id, options)
1621
+ def update_signature_image(account_id, image_type, signature_id, user_id, image_bytes, options = DocuSign_eSign::UpdateSignatureImageOptions.default)
1622
+ data, _status_code, _headers = update_signature_image_with_http_info(account_id, image_type, signature_id, user_id, image_bytes, options)
1622
1623
  return data
1623
1624
  end
1624
1625
 
@@ -1628,9 +1629,10 @@ module DocuSign_eSign
1628
1629
  # @param image_type One of **signature_image** or **initials_image**.
1629
1630
  # @param signature_id The ID of the signature being accessed.
1630
1631
  # @param user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
1632
+ # @param image_bytes Updated image content.
1631
1633
  # @param DocuSign_eSign::UpdateSignatureImageOptions Options for modifying the behavior of the function.
1632
1634
  # @return [Array<(UserSignature, Fixnum, Hash)>] UserSignature data, response status code and response headers
1633
- def update_signature_image_with_http_info(account_id, image_type, signature_id, user_id, options = DocuSign_eSign::UpdateSignatureImageOptions.default)
1635
+ def update_signature_image_with_http_info(account_id, image_type, signature_id, user_id, image_bytes, options = DocuSign_eSign::UpdateSignatureImageOptions.default)
1634
1636
  if @api_client.config.debugging
1635
1637
  @api_client.config.logger.debug "Calling API: UsersApi.update_signature_image ..."
1636
1638
  end
@@ -1642,6 +1644,8 @@ module DocuSign_eSign
1642
1644
  fail ArgumentError, "Missing the required parameter 'signature_id' when calling UsersApi.update_signature_image" if signature_id.nil?
1643
1645
  # verify the required parameter 'user_id' is set
1644
1646
  fail ArgumentError, "Missing the required parameter 'user_id' when calling UsersApi.update_signature_image" if user_id.nil?
1647
+ # verify the required parameter 'image_bytes' is set
1648
+ fail ArgumentError, "Missing the required parameter 'image_bytes' when calling UsersApi.update_signature_image" if image_bytes.nil?
1645
1649
  # resource path
1646
1650
  local_var_path = "/v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId}/{imageType}".sub('{format}','json').sub('{' + 'accountId' + '}', account_id.to_s).sub('{' + 'imageType' + '}', image_type.to_s).sub('{' + 'signatureId' + '}', signature_id.to_s).sub('{' + 'userId' + '}', user_id.to_s)
1647
1651
 
@@ -1660,7 +1664,7 @@ module DocuSign_eSign
1660
1664
  form_params = {}
1661
1665
 
1662
1666
  # http body (model)
1663
- post_body = nil
1667
+ post_body = @api_client.object_to_http_body(image_bytes)
1664
1668
  auth_names = []
1665
1669
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1666
1670
  :header_params => header_params,
@@ -35,7 +35,7 @@ module DocuSign_eSign
35
35
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
36
36
  def initialize(config = Configuration.default)
37
37
  @config = config
38
- @user_agent = "Swagger-Codegen/3.25.0/ruby"
38
+ @user_agent = "Swagger-Codegen/v2.1/3.27.0.rc1/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
39
39
  @default_headers = {
40
40
  'Content-Type' => "application/json",
41
41
  'User-Agent' => @user_agent
@@ -407,9 +407,9 @@ module DocuSign_eSign
407
407
  #raise ArgumentError.new('oAuthBasePath cannot be empty') unless oauth_base_path
408
408
 
409
409
  # Derive OAuth Base Path if not given
410
- if self.base_path.start_with?("https://demo") or self.base_path.start_with?("http://demo")
410
+ if self.base_path.nil? or self.base_path.start_with?("https://demo") or self.base_path.start_with?("http://demo") or self.base_path.start_with?("https://apps-d") or self.base_path.start_with?("http://apps-d")
411
411
  self.oauth_base_path = OAuth::DEMO_OAUTH_BASE_PATH
412
- elsif self.base_path.start_with?("https://stage") or self.base_path.start_with?("http://stage")
412
+ elsif self.base_path.start_with?("https://stage") or self.base_path.start_with?("http://stage") or self.base_path.start_with?("https://apps-s") or self.base_path.start_with?("http://apps-s")
413
413
  self.oauth_base_path = OAuth::STAGE_OAUTH_BASE_PATH
414
414
  else
415
415
  self.oauth_base_path = OAuth::PRODUCTION_OAUTH_BASE_PATH
@@ -935,6 +935,9 @@ module DocuSign_eSign
935
935
  #
936
936
  attr_accessor :dss_enable_provisioning_pen_configuration_radmin_option
937
937
 
938
+ #
939
+ attr_accessor :dss_enable_signature_type_custom_tag_radmin_radmin_option
940
+
938
941
  #
939
942
  attr_accessor :dss_sign_28411_enable_leave_page_prompt_radmin_option
940
943
 
@@ -1070,6 +1073,12 @@ module DocuSign_eSign
1070
1073
  # Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.
1071
1074
  attr_accessor :enable_customer_satisfaction_metric_tracking_metadata
1072
1075
 
1076
+ #
1077
+ attr_accessor :enable_data_verification_extensions
1078
+
1079
+ #
1080
+ attr_accessor :enable_data_verification_extensions_metadata
1081
+
1073
1082
  #
1074
1083
  attr_accessor :enable_d_sig_eu_advanced_pens
1075
1084
 
@@ -1199,6 +1208,12 @@ module DocuSign_eSign
1199
1208
  #
1200
1209
  attr_accessor :enable_key_terms_suggestions_by_document_type_metadata
1201
1210
 
1211
+ #
1212
+ attr_accessor :enable_large_file_support
1213
+
1214
+ #
1215
+ attr_accessor :enable_large_file_support_metadata
1216
+
1202
1217
  #
1203
1218
  attr_accessor :enable_participant_recipient_setting_metadata
1204
1219
 
@@ -1409,12 +1424,24 @@ module DocuSign_eSign
1409
1424
  # Reserved for DocuSign.
1410
1425
  attr_accessor :enable_transaction_point_metadata
1411
1426
 
1427
+ #
1428
+ attr_accessor :enable_unified_repository
1429
+
1430
+ #
1431
+ attr_accessor :enable_unified_repository_metadata
1432
+
1412
1433
  #
1413
1434
  attr_accessor :enable_vaulting
1414
1435
 
1415
1436
  # Metadata that indicates whether the `enableVaulting` property is editable.
1416
1437
  attr_accessor :enable_vaulting_metadata
1417
1438
 
1439
+ #
1440
+ attr_accessor :enable_web_forms_runtime_ap_is
1441
+
1442
+ #
1443
+ attr_accessor :enable_web_forms_runtime_ap_is_metadata
1444
+
1418
1445
  #
1419
1446
  attr_accessor :enable_web_forms_separate_user_permissions
1420
1447
 
@@ -1514,6 +1541,12 @@ module DocuSign_eSign
1514
1541
  #
1515
1542
  attr_accessor :finish_reminder_metadata
1516
1543
 
1544
+ #
1545
+ attr_accessor :forbid_adding_user_stamps
1546
+
1547
+ #
1548
+ attr_accessor :forbid_adding_user_stamps_metadata
1549
+
1517
1550
  #
1518
1551
  attr_accessor :guided_forms_html_allowed
1519
1552
 
@@ -2499,6 +2532,7 @@ module DocuSign_eSign
2499
2532
  :'draft_envelope_retention' => :'draftEnvelopeRetention',
2500
2533
  :'draft_envelope_retention_metadata' => :'draftEnvelopeRetentionMetadata',
2501
2534
  :'dss_enable_provisioning_pen_configuration_radmin_option' => :'dss_EnableProvisioningPenConfiguration_RadminOption',
2535
+ :'dss_enable_signature_type_custom_tag_radmin_radmin_option' => :'dss_EnableSignatureTypeCustomTagRadmin_RadminOption',
2502
2536
  :'dss_sign_28411_enable_leave_page_prompt_radmin_option' => :'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption',
2503
2537
  :'dss_sign_29182_slide_up_bar_radmin_option' => :'dss_SIGN_29182_SlideUpBar_RadminOption',
2504
2538
  :'email_template_version' => :'emailTemplateVersion',
@@ -2544,6 +2578,8 @@ module DocuSign_eSign
2544
2578
  :'enable_contact_suggestions_metadata' => :'enableContactSuggestionsMetadata',
2545
2579
  :'enable_customer_satisfaction_metric_tracking' => :'enableCustomerSatisfactionMetricTracking',
2546
2580
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'enableCustomerSatisfactionMetricTrackingMetadata',
2581
+ :'enable_data_verification_extensions' => :'enableDataVerificationExtensions',
2582
+ :'enable_data_verification_extensions_metadata' => :'enableDataVerificationExtensionsMetadata',
2547
2583
  :'enable_d_sig_eu_advanced_pens' => :'enableDSigEUAdvancedPens',
2548
2584
  :'enable_d_sig_eu_advanced_pens_metadata' => :'enableDSigEUAdvancedPensMetadata',
2549
2585
  :'enable_d_sig_express_pens' => :'enableDSigExpressPens',
@@ -2587,6 +2623,8 @@ module DocuSign_eSign
2587
2623
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
2588
2624
  :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
2589
2625
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
2626
+ :'enable_large_file_support' => :'enableLargeFileSupport',
2627
+ :'enable_large_file_support_metadata' => :'enableLargeFileSupportMetadata',
2590
2628
  :'enable_participant_recipient_setting_metadata' => :'enableParticipantRecipientSettingMetadata',
2591
2629
  :'enable_payment_processing' => :'enablePaymentProcessing',
2592
2630
  :'enable_payment_processing_metadata' => :'enablePaymentProcessingMetadata',
@@ -2657,8 +2695,12 @@ module DocuSign_eSign
2657
2695
  :'enable_strike_through_metadata' => :'enableStrikeThroughMetadata',
2658
2696
  :'enable_transaction_point' => :'enableTransactionPoint',
2659
2697
  :'enable_transaction_point_metadata' => :'enableTransactionPointMetadata',
2698
+ :'enable_unified_repository' => :'enableUnifiedRepository',
2699
+ :'enable_unified_repository_metadata' => :'enableUnifiedRepositoryMetadata',
2660
2700
  :'enable_vaulting' => :'enableVaulting',
2661
2701
  :'enable_vaulting_metadata' => :'enableVaultingMetadata',
2702
+ :'enable_web_forms_runtime_ap_is' => :'enableWebFormsRuntimeAPIs',
2703
+ :'enable_web_forms_runtime_ap_is_metadata' => :'enableWebFormsRuntimeAPIsMetadata',
2662
2704
  :'enable_web_forms_separate_user_permissions' => :'enableWebFormsSeparateUserPermissions',
2663
2705
  :'enable_web_forms_separate_user_permissions_metadata' => :'enableWebFormsSeparateUserPermissionsMetadata',
2664
2706
  :'enable_witnessing' => :'enableWitnessing',
@@ -2692,6 +2734,8 @@ module DocuSign_eSign
2692
2734
  :'fax_out_enabled_metadata' => :'faxOutEnabledMetadata',
2693
2735
  :'finish_reminder' => :'finishReminder',
2694
2736
  :'finish_reminder_metadata' => :'finishReminderMetadata',
2737
+ :'forbid_adding_user_stamps' => :'forbidAddingUserStamps',
2738
+ :'forbid_adding_user_stamps_metadata' => :'forbidAddingUserStampsMetadata',
2695
2739
  :'guided_forms_html_allowed' => :'guidedFormsHtmlAllowed',
2696
2740
  :'guided_forms_html_allowed_metadata' => :'guidedFormsHtmlAllowedMetadata',
2697
2741
  :'guided_forms_html_conversion_policy' => :'guidedFormsHtmlConversionPolicy',
@@ -3230,6 +3274,7 @@ module DocuSign_eSign
3230
3274
  :'draft_envelope_retention' => :'String',
3231
3275
  :'draft_envelope_retention_metadata' => :'SettingsMetadata',
3232
3276
  :'dss_enable_provisioning_pen_configuration_radmin_option' => :'String',
3277
+ :'dss_enable_signature_type_custom_tag_radmin_radmin_option' => :'String',
3233
3278
  :'dss_sign_28411_enable_leave_page_prompt_radmin_option' => :'String',
3234
3279
  :'dss_sign_29182_slide_up_bar_radmin_option' => :'String',
3235
3280
  :'email_template_version' => :'String',
@@ -3275,6 +3320,8 @@ module DocuSign_eSign
3275
3320
  :'enable_contact_suggestions_metadata' => :'SettingsMetadata',
3276
3321
  :'enable_customer_satisfaction_metric_tracking' => :'String',
3277
3322
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'SettingsMetadata',
3323
+ :'enable_data_verification_extensions' => :'String',
3324
+ :'enable_data_verification_extensions_metadata' => :'SettingsMetadata',
3278
3325
  :'enable_d_sig_eu_advanced_pens' => :'String',
3279
3326
  :'enable_d_sig_eu_advanced_pens_metadata' => :'SettingsMetadata',
3280
3327
  :'enable_d_sig_express_pens' => :'String',
@@ -3318,6 +3365,8 @@ module DocuSign_eSign
3318
3365
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
3319
3366
  :'enable_key_terms_suggestions_by_document_type' => :'String',
3320
3367
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
3368
+ :'enable_large_file_support' => :'String',
3369
+ :'enable_large_file_support_metadata' => :'SettingsMetadata',
3321
3370
  :'enable_participant_recipient_setting_metadata' => :'SettingsMetadata',
3322
3371
  :'enable_payment_processing' => :'String',
3323
3372
  :'enable_payment_processing_metadata' => :'SettingsMetadata',
@@ -3388,8 +3437,12 @@ module DocuSign_eSign
3388
3437
  :'enable_strike_through_metadata' => :'SettingsMetadata',
3389
3438
  :'enable_transaction_point' => :'String',
3390
3439
  :'enable_transaction_point_metadata' => :'SettingsMetadata',
3440
+ :'enable_unified_repository' => :'String',
3441
+ :'enable_unified_repository_metadata' => :'SettingsMetadata',
3391
3442
  :'enable_vaulting' => :'String',
3392
3443
  :'enable_vaulting_metadata' => :'SettingsMetadata',
3444
+ :'enable_web_forms_runtime_ap_is' => :'String',
3445
+ :'enable_web_forms_runtime_ap_is_metadata' => :'SettingsMetadata',
3393
3446
  :'enable_web_forms_separate_user_permissions' => :'String',
3394
3447
  :'enable_web_forms_separate_user_permissions_metadata' => :'SettingsMetadata',
3395
3448
  :'enable_witnessing' => :'String',
@@ -3423,6 +3476,8 @@ module DocuSign_eSign
3423
3476
  :'fax_out_enabled_metadata' => :'SettingsMetadata',
3424
3477
  :'finish_reminder' => :'String',
3425
3478
  :'finish_reminder_metadata' => :'SettingsMetadata',
3479
+ :'forbid_adding_user_stamps' => :'String',
3480
+ :'forbid_adding_user_stamps_metadata' => :'SettingsMetadata',
3426
3481
  :'guided_forms_html_allowed' => :'String',
3427
3482
  :'guided_forms_html_allowed_metadata' => :'SettingsMetadata',
3428
3483
  :'guided_forms_html_conversion_policy' => :'String',
@@ -4887,6 +4942,10 @@ module DocuSign_eSign
4887
4942
  self.dss_enable_provisioning_pen_configuration_radmin_option = attributes[:'dss_EnableProvisioningPenConfiguration_RadminOption']
4888
4943
  end
4889
4944
 
4945
+ if attributes.has_key?(:'dss_EnableSignatureTypeCustomTagRadmin_RadminOption')
4946
+ self.dss_enable_signature_type_custom_tag_radmin_radmin_option = attributes[:'dss_EnableSignatureTypeCustomTagRadmin_RadminOption']
4947
+ end
4948
+
4890
4949
  if attributes.has_key?(:'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption')
4891
4950
  self.dss_sign_28411_enable_leave_page_prompt_radmin_option = attributes[:'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption']
4892
4951
  end
@@ -5067,6 +5126,14 @@ module DocuSign_eSign
5067
5126
  self.enable_customer_satisfaction_metric_tracking_metadata = attributes[:'enableCustomerSatisfactionMetricTrackingMetadata']
5068
5127
  end
5069
5128
 
5129
+ if attributes.has_key?(:'enableDataVerificationExtensions')
5130
+ self.enable_data_verification_extensions = attributes[:'enableDataVerificationExtensions']
5131
+ end
5132
+
5133
+ if attributes.has_key?(:'enableDataVerificationExtensionsMetadata')
5134
+ self.enable_data_verification_extensions_metadata = attributes[:'enableDataVerificationExtensionsMetadata']
5135
+ end
5136
+
5070
5137
  if attributes.has_key?(:'enableDSigEUAdvancedPens')
5071
5138
  self.enable_d_sig_eu_advanced_pens = attributes[:'enableDSigEUAdvancedPens']
5072
5139
  end
@@ -5239,6 +5306,14 @@ module DocuSign_eSign
5239
5306
  self.enable_key_terms_suggestions_by_document_type_metadata = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
5240
5307
  end
5241
5308
 
5309
+ if attributes.has_key?(:'enableLargeFileSupport')
5310
+ self.enable_large_file_support = attributes[:'enableLargeFileSupport']
5311
+ end
5312
+
5313
+ if attributes.has_key?(:'enableLargeFileSupportMetadata')
5314
+ self.enable_large_file_support_metadata = attributes[:'enableLargeFileSupportMetadata']
5315
+ end
5316
+
5242
5317
  if attributes.has_key?(:'enableParticipantRecipientSettingMetadata')
5243
5318
  self.enable_participant_recipient_setting_metadata = attributes[:'enableParticipantRecipientSettingMetadata']
5244
5319
  end
@@ -5519,6 +5594,14 @@ module DocuSign_eSign
5519
5594
  self.enable_transaction_point_metadata = attributes[:'enableTransactionPointMetadata']
5520
5595
  end
5521
5596
 
5597
+ if attributes.has_key?(:'enableUnifiedRepository')
5598
+ self.enable_unified_repository = attributes[:'enableUnifiedRepository']
5599
+ end
5600
+
5601
+ if attributes.has_key?(:'enableUnifiedRepositoryMetadata')
5602
+ self.enable_unified_repository_metadata = attributes[:'enableUnifiedRepositoryMetadata']
5603
+ end
5604
+
5522
5605
  if attributes.has_key?(:'enableVaulting')
5523
5606
  self.enable_vaulting = attributes[:'enableVaulting']
5524
5607
  end
@@ -5527,6 +5610,14 @@ module DocuSign_eSign
5527
5610
  self.enable_vaulting_metadata = attributes[:'enableVaultingMetadata']
5528
5611
  end
5529
5612
 
5613
+ if attributes.has_key?(:'enableWebFormsRuntimeAPIs')
5614
+ self.enable_web_forms_runtime_ap_is = attributes[:'enableWebFormsRuntimeAPIs']
5615
+ end
5616
+
5617
+ if attributes.has_key?(:'enableWebFormsRuntimeAPIsMetadata')
5618
+ self.enable_web_forms_runtime_ap_is_metadata = attributes[:'enableWebFormsRuntimeAPIsMetadata']
5619
+ end
5620
+
5530
5621
  if attributes.has_key?(:'enableWebFormsSeparateUserPermissions')
5531
5622
  self.enable_web_forms_separate_user_permissions = attributes[:'enableWebFormsSeparateUserPermissions']
5532
5623
  end
@@ -5659,6 +5750,14 @@ module DocuSign_eSign
5659
5750
  self.finish_reminder_metadata = attributes[:'finishReminderMetadata']
5660
5751
  end
5661
5752
 
5753
+ if attributes.has_key?(:'forbidAddingUserStamps')
5754
+ self.forbid_adding_user_stamps = attributes[:'forbidAddingUserStamps']
5755
+ end
5756
+
5757
+ if attributes.has_key?(:'forbidAddingUserStampsMetadata')
5758
+ self.forbid_adding_user_stamps_metadata = attributes[:'forbidAddingUserStampsMetadata']
5759
+ end
5760
+
5662
5761
  if attributes.has_key?(:'guidedFormsHtmlAllowed')
5663
5762
  self.guided_forms_html_allowed = attributes[:'guidedFormsHtmlAllowed']
5664
5763
  end
@@ -6893,6 +6992,7 @@ module DocuSign_eSign
6893
6992
  draft_envelope_retention == o.draft_envelope_retention &&
6894
6993
  draft_envelope_retention_metadata == o.draft_envelope_retention_metadata &&
6895
6994
  dss_enable_provisioning_pen_configuration_radmin_option == o.dss_enable_provisioning_pen_configuration_radmin_option &&
6995
+ dss_enable_signature_type_custom_tag_radmin_radmin_option == o.dss_enable_signature_type_custom_tag_radmin_radmin_option &&
6896
6996
  dss_sign_28411_enable_leave_page_prompt_radmin_option == o.dss_sign_28411_enable_leave_page_prompt_radmin_option &&
6897
6997
  dss_sign_29182_slide_up_bar_radmin_option == o.dss_sign_29182_slide_up_bar_radmin_option &&
6898
6998
  email_template_version == o.email_template_version &&
@@ -6938,6 +7038,8 @@ module DocuSign_eSign
6938
7038
  enable_contact_suggestions_metadata == o.enable_contact_suggestions_metadata &&
6939
7039
  enable_customer_satisfaction_metric_tracking == o.enable_customer_satisfaction_metric_tracking &&
6940
7040
  enable_customer_satisfaction_metric_tracking_metadata == o.enable_customer_satisfaction_metric_tracking_metadata &&
7041
+ enable_data_verification_extensions == o.enable_data_verification_extensions &&
7042
+ enable_data_verification_extensions_metadata == o.enable_data_verification_extensions_metadata &&
6941
7043
  enable_d_sig_eu_advanced_pens == o.enable_d_sig_eu_advanced_pens &&
6942
7044
  enable_d_sig_eu_advanced_pens_metadata == o.enable_d_sig_eu_advanced_pens_metadata &&
6943
7045
  enable_d_sig_express_pens == o.enable_d_sig_express_pens &&
@@ -6981,6 +7083,8 @@ module DocuSign_eSign
6981
7083
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
6982
7084
  enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
6983
7085
  enable_key_terms_suggestions_by_document_type_metadata == o.enable_key_terms_suggestions_by_document_type_metadata &&
7086
+ enable_large_file_support == o.enable_large_file_support &&
7087
+ enable_large_file_support_metadata == o.enable_large_file_support_metadata &&
6984
7088
  enable_participant_recipient_setting_metadata == o.enable_participant_recipient_setting_metadata &&
6985
7089
  enable_payment_processing == o.enable_payment_processing &&
6986
7090
  enable_payment_processing_metadata == o.enable_payment_processing_metadata &&
@@ -7051,8 +7155,12 @@ module DocuSign_eSign
7051
7155
  enable_strike_through_metadata == o.enable_strike_through_metadata &&
7052
7156
  enable_transaction_point == o.enable_transaction_point &&
7053
7157
  enable_transaction_point_metadata == o.enable_transaction_point_metadata &&
7158
+ enable_unified_repository == o.enable_unified_repository &&
7159
+ enable_unified_repository_metadata == o.enable_unified_repository_metadata &&
7054
7160
  enable_vaulting == o.enable_vaulting &&
7055
7161
  enable_vaulting_metadata == o.enable_vaulting_metadata &&
7162
+ enable_web_forms_runtime_ap_is == o.enable_web_forms_runtime_ap_is &&
7163
+ enable_web_forms_runtime_ap_is_metadata == o.enable_web_forms_runtime_ap_is_metadata &&
7056
7164
  enable_web_forms_separate_user_permissions == o.enable_web_forms_separate_user_permissions &&
7057
7165
  enable_web_forms_separate_user_permissions_metadata == o.enable_web_forms_separate_user_permissions_metadata &&
7058
7166
  enable_witnessing == o.enable_witnessing &&
@@ -7086,6 +7194,8 @@ module DocuSign_eSign
7086
7194
  fax_out_enabled_metadata == o.fax_out_enabled_metadata &&
7087
7195
  finish_reminder == o.finish_reminder &&
7088
7196
  finish_reminder_metadata == o.finish_reminder_metadata &&
7197
+ forbid_adding_user_stamps == o.forbid_adding_user_stamps &&
7198
+ forbid_adding_user_stamps_metadata == o.forbid_adding_user_stamps_metadata &&
7089
7199
  guided_forms_html_allowed == o.guided_forms_html_allowed &&
7090
7200
  guided_forms_html_allowed_metadata == o.guided_forms_html_allowed_metadata &&
7091
7201
  guided_forms_html_conversion_policy == o.guided_forms_html_conversion_policy &&
@@ -7322,7 +7432,7 @@ module DocuSign_eSign
7322
7432
  # Calculates hash code according to all attributes.
7323
7433
  # @return [Fixnum] Hash code
7324
7434
  def hash
7325
- [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, advanced_search_enable_tab_field, advanced_search_enable_tab_field_metadata, advanced_search_enable_template_id_field, advanced_search_enable_template_id_field_metadata, advanced_search_enable_template_name_field, advanced_search_enable_template_name_field_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_ace, allow_ace_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_orchestrations, allow_agreement_orchestrations_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_identity_verification_ui, 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_editing_envelopes_on_behalf_of_others, allow_editing_envelopes_on_behalf_of_others_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_level1_trial, allow_idv_level1_trial_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_free, allow_organization_docusign_monitor_free_metadata, 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_transactions_workspace, allow_transactions_workspace_metadata, allow_transactions_workspace_original, allow_transactions_workspace_original_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, allow_whats_app_delivery, allow_whats_app_delivery_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, default_to_advanced_envelopes_filter_form, default_to_advanced_envelopes_filter_form_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, draft_envelope_retention, draft_envelope_retention_metadata, dss_enable_provisioning_pen_configuration_radmin_option, 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_account_wide_search, enable_account_wide_search_metadata, enable_adm_healthcare, enable_adm_healthcare_metadata, enable_advanced_envelopes_search, enable_advanced_envelopes_search_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_click_plus, enable_click_plus_conditional_content, enable_click_plus_conditional_content_meta_data, enable_click_plus_custom_fields, enable_click_plus_custom_fields_meta_data, enable_click_plus_custom_style, enable_click_plus_custom_style_meta_data, enable_click_plus_dynamic_content, enable_click_plus_dynamic_content_meta_data, enable_click_plus_meta_data, enable_clickwraps, enable_clickwraps_metadata, enable_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_contact_suggestions, enable_contact_suggestions_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_d_sig_eu_advanced_pens, enable_d_sig_eu_advanced_pens_metadata, enable_d_sig_express_pens, enable_d_sig_express_pens_metadata, enable_d_sig_id_check_for_aes_pens, enable_d_sig_id_check_for_aes_pens_metadata, enable_d_sig_id_check_in_person_for_qes_pens, enable_d_sig_id_check_in_person_for_qes_pens_metadata, enable_d_sig_id_check_remote_for_qes_pens, enable_d_sig_id_check_remote_for_qes_pens_metadata, enable_d_sig_id_verification_pens, enable_d_sig_id_verification_pens_metadata, enable_d_sig_id_verification_premier_pens, enable_d_sig_id_verification_premier_pens_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_enforce_tls_emails_setting_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_idfx_phone_auth_signature_auth_status, enable_idfx_phone_auth_signature_auth_status_metadata, enable_inbox_browse_views_powered_by_elastic_search, enable_inbox_browse_views_powered_by_elastic_search_metadata, enable_inbox_relevance_sort, enable_inbox_relevance_sort_for_recent_accounts, enable_inbox_relevance_sort_for_recent_accounts_metadata, enable_inbox_relevance_sort_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_service_azure_uri, enable_search_service_azure_uri_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_web_forms_separate_user_permissions, enable_web_forms_separate_user_permissions_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, enforce_tls_emails, enforce_tls_emails_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb, envelope_limits_total_document_size_allowed_in_mb_enabled, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb_metadata, envelope_search_mode, envelope_search_mode_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, finish_reminder, finish_reminder_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, guided_forms_html_conversion_policy, guided_forms_html_conversion_policy_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_kba_authentication_override, idfx_kba_authentication_override_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, is_connect_document_fields_enabled, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, merge_mixed_mode_results, merge_mixed_mode_results_metadata, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_in_universal_signatures, 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, sbs_transaction_level, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_lockout_recipient_notification, send_lockout_recipient_notification_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_envelope_search_mixed_mode, use_envelope_search_mixed_mode_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_new_envelope_search, use_new_envelope_search_metadata, use_new_envelope_search_only_when_searching_after_date, use_new_envelope_search_only_when_searching_after_date_metadata, use_new_envelope_search_only_with_search_term, use_new_envelope_search_only_with_search_term_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
7435
+ [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, advanced_search_enable_tab_field, advanced_search_enable_tab_field_metadata, advanced_search_enable_template_id_field, advanced_search_enable_template_id_field_metadata, advanced_search_enable_template_name_field, advanced_search_enable_template_name_field_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_ace, allow_ace_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_orchestrations, allow_agreement_orchestrations_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_identity_verification_ui, 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_editing_envelopes_on_behalf_of_others, allow_editing_envelopes_on_behalf_of_others_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_level1_trial, allow_idv_level1_trial_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_free, allow_organization_docusign_monitor_free_metadata, 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_transactions_workspace, allow_transactions_workspace_metadata, allow_transactions_workspace_original, allow_transactions_workspace_original_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, allow_whats_app_delivery, allow_whats_app_delivery_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, default_to_advanced_envelopes_filter_form, default_to_advanced_envelopes_filter_form_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, draft_envelope_retention, draft_envelope_retention_metadata, dss_enable_provisioning_pen_configuration_radmin_option, dss_enable_signature_type_custom_tag_radmin_radmin_option, 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_account_wide_search, enable_account_wide_search_metadata, enable_adm_healthcare, enable_adm_healthcare_metadata, enable_advanced_envelopes_search, enable_advanced_envelopes_search_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_click_plus, enable_click_plus_conditional_content, enable_click_plus_conditional_content_meta_data, enable_click_plus_custom_fields, enable_click_plus_custom_fields_meta_data, enable_click_plus_custom_style, enable_click_plus_custom_style_meta_data, enable_click_plus_dynamic_content, enable_click_plus_dynamic_content_meta_data, enable_click_plus_meta_data, enable_clickwraps, enable_clickwraps_metadata, enable_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_contact_suggestions, enable_contact_suggestions_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_data_verification_extensions, enable_data_verification_extensions_metadata, enable_d_sig_eu_advanced_pens, enable_d_sig_eu_advanced_pens_metadata, enable_d_sig_express_pens, enable_d_sig_express_pens_metadata, enable_d_sig_id_check_for_aes_pens, enable_d_sig_id_check_for_aes_pens_metadata, enable_d_sig_id_check_in_person_for_qes_pens, enable_d_sig_id_check_in_person_for_qes_pens_metadata, enable_d_sig_id_check_remote_for_qes_pens, enable_d_sig_id_check_remote_for_qes_pens_metadata, enable_d_sig_id_verification_pens, enable_d_sig_id_verification_pens_metadata, enable_d_sig_id_verification_premier_pens, enable_d_sig_id_verification_premier_pens_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_enforce_tls_emails_setting_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_idfx_phone_auth_signature_auth_status, enable_idfx_phone_auth_signature_auth_status_metadata, enable_inbox_browse_views_powered_by_elastic_search, enable_inbox_browse_views_powered_by_elastic_search_metadata, enable_inbox_relevance_sort, enable_inbox_relevance_sort_for_recent_accounts, enable_inbox_relevance_sort_for_recent_accounts_metadata, enable_inbox_relevance_sort_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_large_file_support, enable_large_file_support_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_service_azure_uri, enable_search_service_azure_uri_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_unified_repository, enable_unified_repository_metadata, enable_vaulting, enable_vaulting_metadata, enable_web_forms_runtime_ap_is, enable_web_forms_runtime_ap_is_metadata, enable_web_forms_separate_user_permissions, enable_web_forms_separate_user_permissions_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, enforce_tls_emails, enforce_tls_emails_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb, envelope_limits_total_document_size_allowed_in_mb_enabled, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb_metadata, envelope_search_mode, envelope_search_mode_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, finish_reminder, finish_reminder_metadata, forbid_adding_user_stamps, forbid_adding_user_stamps_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, guided_forms_html_conversion_policy, guided_forms_html_conversion_policy_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_kba_authentication_override, idfx_kba_authentication_override_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, is_connect_document_fields_enabled, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, merge_mixed_mode_results, merge_mixed_mode_results_metadata, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_in_universal_signatures, 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, sbs_transaction_level, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_lockout_recipient_notification, send_lockout_recipient_notification_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_envelope_search_mixed_mode, use_envelope_search_mixed_mode_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_new_envelope_search, use_new_envelope_search_metadata, use_new_envelope_search_only_when_searching_after_date, use_new_envelope_search_only_when_searching_after_date_metadata, use_new_envelope_search_only_with_search_term, use_new_envelope_search_only_with_search_term_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
7326
7436
  end
7327
7437
 
7328
7438
  # Builds the object from hash