docusign_esign 3.11.0.rc1 → 3.13.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +12 -1
- data/docusign_esign.gemspec +1 -0
- data/lib/docusign_esign/api/accounts_api.rb +4 -4
- data/lib/docusign_esign/api/billing_api.rb +6 -2
- data/lib/docusign_esign/api/connect_api.rb +85 -0
- data/lib/docusign_esign/api/envelopes_api.rb +137 -3
- data/lib/docusign_esign/client/api_client.rb +3 -2
- data/lib/docusign_esign/configuration.rb +2 -1
- data/lib/docusign_esign/models/account_billing_plan.rb +21 -1
- data/lib/docusign_esign/models/account_billing_plan_response.rb +20 -1
- data/lib/docusign_esign/models/account_settings_information.rb +39 -1
- data/lib/docusign_esign/models/account_signature_definition.rb +11 -1
- data/lib/docusign_esign/models/agent.rb +1 -10
- data/lib/docusign_esign/models/app_store_receipt.rb +21 -1
- data/lib/docusign_esign/models/billing_charge.rb +1 -1
- data/lib/docusign_esign/models/carbon_copy.rb +1 -10
- data/lib/docusign_esign/models/certified_delivery.rb +1 -10
- data/lib/docusign_esign/models/checkbox.rb +20 -1
- data/lib/docusign_esign/models/connect_custom_configuration.rb +14 -4
- data/lib/docusign_esign/models/connect_user_info.rb +224 -0
- data/lib/docusign_esign/models/credit_card_information.rb +24 -4
- data/lib/docusign_esign/models/date.rb +20 -1
- data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +44 -4
- data/lib/docusign_esign/models/downgrade_plan_update_response.rb +64 -4
- data/lib/docusign_esign/models/downgrade_request_information.rb +204 -0
- data/lib/docusign_esign/models/editor.rb +1 -10
- data/lib/docusign_esign/models/email.rb +20 -1
- data/lib/docusign_esign/models/event_notification.rb +11 -1
- data/lib/docusign_esign/models/formula_tab.rb +20 -1
- data/lib/docusign_esign/models/integrated_connect_user_info_list.rb +246 -0
- data/lib/docusign_esign/models/intermediary.rb +1 -10
- data/lib/docusign_esign/models/list.rb +20 -1
- data/lib/docusign_esign/models/notary_recipient.rb +1 -10
- data/lib/docusign_esign/models/number.rb +20 -1
- data/lib/docusign_esign/models/radio_group.rb +20 -1
- data/lib/docusign_esign/models/recipient_identity_phone_number.rb +41 -4
- data/lib/docusign_esign/models/recipient_identity_verification.rb +13 -4
- data/lib/docusign_esign/models/recipient_proof_file.rb +11 -1
- data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +31 -1
- data/lib/docusign_esign/models/signer.rb +1 -10
- data/lib/docusign_esign/models/ssn.rb +20 -1
- data/lib/docusign_esign/models/template_role.rb +10 -1
- data/lib/docusign_esign/models/text.rb +20 -1
- data/lib/docusign_esign/models/user_account_management_granular_information.rb +20 -1
- data/lib/docusign_esign/models/user_signature_definition.rb +11 -1
- data/lib/docusign_esign/models/witness.rb +1 -10
- data/lib/docusign_esign/models/zip.rb +20 -1
- data/lib/docusign_esign/version.rb +1 -1
- data/lib/docusign_esign.rb +3 -1
- data/runLinter.sh +1 -0
- metadata +124 -79
- checksums.yaml +0 -7
- data/Gemfile.lock +0 -73
- data/docusign_esign-2.11.0.rc1.gem +0 -0
- data/lib/docusign_esign/.DS_Store +0 -0
- data/lib/docusign_esign/api/.DS_Store +0 -0
- data/lib/docusign_esign/client/.DS_Store +0 -0
- data/tests/.DS_Store +0 -0
- data/tests/Gemfile.lock +0 -42
- data/tests/docs/private.pem +0 -27
@@ -697,6 +697,11 @@ module DocuSign_eSign
|
|
697
697
|
|
698
698
|
attr_accessor :enable_esign_communities_metadata
|
699
699
|
|
700
|
+
#
|
701
|
+
attr_accessor :enable_id_fx_intuit_kba
|
702
|
+
|
703
|
+
attr_accessor :enable_id_fx_intuit_kba_metadata
|
704
|
+
|
700
705
|
#
|
701
706
|
attr_accessor :enable_in_browser_editor
|
702
707
|
|
@@ -957,6 +962,11 @@ module DocuSign_eSign
|
|
957
962
|
|
958
963
|
attr_accessor :identity_verification_metadata
|
959
964
|
|
965
|
+
#
|
966
|
+
attr_accessor :idfx_phone_authentication_override
|
967
|
+
|
968
|
+
attr_accessor :idfx_phone_authentication_override_metadata
|
969
|
+
|
960
970
|
#
|
961
971
|
attr_accessor :ignore_error_if_anchor_tab_not_found
|
962
972
|
|
@@ -1679,6 +1689,8 @@ module DocuSign_eSign
|
|
1679
1689
|
:'enable_envelope_stamping_by_ds_admin_metadata' => :'enableEnvelopeStampingByDSAdminMetadata',
|
1680
1690
|
:'enable_esign_communities' => :'enableEsignCommunities',
|
1681
1691
|
:'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
|
1692
|
+
:'enable_id_fx_intuit_kba' => :'enableIDFxIntuitKBA',
|
1693
|
+
:'enable_id_fx_intuit_kba_metadata' => :'enableIDFxIntuitKBAMetadata',
|
1682
1694
|
:'enable_in_browser_editor' => :'enableInBrowserEditor',
|
1683
1695
|
:'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
|
1684
1696
|
:'enable_payment_processing' => :'enablePaymentProcessing',
|
@@ -1783,6 +1795,8 @@ module DocuSign_eSign
|
|
1783
1795
|
:'id_check_required_metadata' => :'idCheckRequiredMetadata',
|
1784
1796
|
:'identity_verification' => :'identityVerification',
|
1785
1797
|
:'identity_verification_metadata' => :'identityVerificationMetadata',
|
1798
|
+
:'idfx_phone_authentication_override' => :'idfxPhoneAuthenticationOverride',
|
1799
|
+
:'idfx_phone_authentication_override_metadata' => :'idfxPhoneAuthenticationOverrideMetadata',
|
1786
1800
|
:'ignore_error_if_anchor_tab_not_found' => :'ignoreErrorIfAnchorTabNotFound',
|
1787
1801
|
:'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'ignoreErrorIfAnchorTabNotFoundMetadataEnabled',
|
1788
1802
|
:'in_person_id_check_question' => :'inPersonIDCheckQuestion',
|
@@ -2239,6 +2253,8 @@ module DocuSign_eSign
|
|
2239
2253
|
:'enable_envelope_stamping_by_ds_admin_metadata' => :'SettingsMetadata',
|
2240
2254
|
:'enable_esign_communities' => :'String',
|
2241
2255
|
:'enable_esign_communities_metadata' => :'SettingsMetadata',
|
2256
|
+
:'enable_id_fx_intuit_kba' => :'String',
|
2257
|
+
:'enable_id_fx_intuit_kba_metadata' => :'SettingsMetadata',
|
2242
2258
|
:'enable_in_browser_editor' => :'String',
|
2243
2259
|
:'enable_in_browser_editor_metadata' => :'SettingsMetadata',
|
2244
2260
|
:'enable_payment_processing' => :'String',
|
@@ -2343,6 +2359,8 @@ module DocuSign_eSign
|
|
2343
2359
|
:'id_check_required_metadata' => :'SettingsMetadata',
|
2344
2360
|
:'identity_verification' => :'Array<AccountIdentityVerificationWorkflow>',
|
2345
2361
|
:'identity_verification_metadata' => :'SettingsMetadata',
|
2362
|
+
:'idfx_phone_authentication_override' => :'String',
|
2363
|
+
:'idfx_phone_authentication_override_metadata' => :'SettingsMetadata',
|
2346
2364
|
:'ignore_error_if_anchor_tab_not_found' => :'String',
|
2347
2365
|
:'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'SettingsMetadata',
|
2348
2366
|
:'in_person_id_check_question' => :'String',
|
@@ -3623,6 +3641,14 @@ module DocuSign_eSign
|
|
3623
3641
|
self.enable_esign_communities_metadata = attributes[:'enableEsignCommunitiesMetadata']
|
3624
3642
|
end
|
3625
3643
|
|
3644
|
+
if attributes.has_key?(:'enableIDFxIntuitKBA')
|
3645
|
+
self.enable_id_fx_intuit_kba = attributes[:'enableIDFxIntuitKBA']
|
3646
|
+
end
|
3647
|
+
|
3648
|
+
if attributes.has_key?(:'enableIDFxIntuitKBAMetadata')
|
3649
|
+
self.enable_id_fx_intuit_kba_metadata = attributes[:'enableIDFxIntuitKBAMetadata']
|
3650
|
+
end
|
3651
|
+
|
3626
3652
|
if attributes.has_key?(:'enableInBrowserEditor')
|
3627
3653
|
self.enable_in_browser_editor = attributes[:'enableInBrowserEditor']
|
3628
3654
|
end
|
@@ -4043,6 +4069,14 @@ module DocuSign_eSign
|
|
4043
4069
|
self.identity_verification_metadata = attributes[:'identityVerificationMetadata']
|
4044
4070
|
end
|
4045
4071
|
|
4072
|
+
if attributes.has_key?(:'idfxPhoneAuthenticationOverride')
|
4073
|
+
self.idfx_phone_authentication_override = attributes[:'idfxPhoneAuthenticationOverride']
|
4074
|
+
end
|
4075
|
+
|
4076
|
+
if attributes.has_key?(:'idfxPhoneAuthenticationOverrideMetadata')
|
4077
|
+
self.idfx_phone_authentication_override_metadata = attributes[:'idfxPhoneAuthenticationOverrideMetadata']
|
4078
|
+
end
|
4079
|
+
|
4046
4080
|
if attributes.has_key?(:'ignoreErrorIfAnchorTabNotFound')
|
4047
4081
|
self.ignore_error_if_anchor_tab_not_found = attributes[:'ignoreErrorIfAnchorTabNotFound']
|
4048
4082
|
end
|
@@ -5047,6 +5081,8 @@ module DocuSign_eSign
|
|
5047
5081
|
enable_envelope_stamping_by_ds_admin_metadata == o.enable_envelope_stamping_by_ds_admin_metadata &&
|
5048
5082
|
enable_esign_communities == o.enable_esign_communities &&
|
5049
5083
|
enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
|
5084
|
+
enable_id_fx_intuit_kba == o.enable_id_fx_intuit_kba &&
|
5085
|
+
enable_id_fx_intuit_kba_metadata == o.enable_id_fx_intuit_kba_metadata &&
|
5050
5086
|
enable_in_browser_editor == o.enable_in_browser_editor &&
|
5051
5087
|
enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
|
5052
5088
|
enable_payment_processing == o.enable_payment_processing &&
|
@@ -5151,6 +5187,8 @@ module DocuSign_eSign
|
|
5151
5187
|
id_check_required_metadata == o.id_check_required_metadata &&
|
5152
5188
|
identity_verification == o.identity_verification &&
|
5153
5189
|
identity_verification_metadata == o.identity_verification_metadata &&
|
5190
|
+
idfx_phone_authentication_override == o.idfx_phone_authentication_override &&
|
5191
|
+
idfx_phone_authentication_override_metadata == o.idfx_phone_authentication_override_metadata &&
|
5154
5192
|
ignore_error_if_anchor_tab_not_found == o.ignore_error_if_anchor_tab_not_found &&
|
5155
5193
|
ignore_error_if_anchor_tab_not_found_metadata_enabled == o.ignore_error_if_anchor_tab_not_found_metadata_enabled &&
|
5156
5194
|
in_person_id_check_question == o.in_person_id_check_question &&
|
@@ -5339,7 +5377,7 @@ module DocuSign_eSign
|
|
5339
5377
|
# Calculates hash code according to all attributes.
|
5340
5378
|
# @return [Fixnum] Hash code
|
5341
5379
|
def hash
|
5342
|
-
[access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organizations, allow_organizations_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_personal_signer_certificate, allow_personal_signer_certificate_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
|
5380
|
+
[access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organizations, allow_organizations_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_personal_signer_certificate, allow_personal_signer_certificate_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, 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, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
|
5343
5381
|
end
|
5344
5382
|
|
5345
5383
|
# Builds the object from hash
|
@@ -51,6 +51,9 @@ module DocuSign_eSign
|
|
51
51
|
# Specifies the user signature name.
|
52
52
|
attr_accessor :signature_name
|
53
53
|
|
54
|
+
#
|
55
|
+
attr_accessor :signature_type
|
56
|
+
|
54
57
|
#
|
55
58
|
attr_accessor :signature_users
|
56
59
|
|
@@ -76,6 +79,7 @@ module DocuSign_eSign
|
|
76
79
|
:'signature_id' => :'signatureId',
|
77
80
|
:'signature_initials' => :'signatureInitials',
|
78
81
|
:'signature_name' => :'signatureName',
|
82
|
+
:'signature_type' => :'signatureType',
|
79
83
|
:'signature_users' => :'signatureUsers',
|
80
84
|
:'stamp_format' => :'stampFormat',
|
81
85
|
:'stamp_size_mm' => :'stampSizeMM'
|
@@ -98,6 +102,7 @@ module DocuSign_eSign
|
|
98
102
|
:'signature_id' => :'String',
|
99
103
|
:'signature_initials' => :'String',
|
100
104
|
:'signature_name' => :'String',
|
105
|
+
:'signature_type' => :'String',
|
101
106
|
:'signature_users' => :'Array<SignatureUserDef>',
|
102
107
|
:'stamp_format' => :'String',
|
103
108
|
:'stamp_size_mm' => :'String'
|
@@ -166,6 +171,10 @@ module DocuSign_eSign
|
|
166
171
|
self.signature_name = attributes[:'signatureName']
|
167
172
|
end
|
168
173
|
|
174
|
+
if attributes.has_key?(:'signatureType')
|
175
|
+
self.signature_type = attributes[:'signatureType']
|
176
|
+
end
|
177
|
+
|
169
178
|
if attributes.has_key?(:'signatureUsers')
|
170
179
|
if (value = attributes[:'signatureUsers']).is_a?(Array)
|
171
180
|
self.signature_users = value
|
@@ -212,6 +221,7 @@ module DocuSign_eSign
|
|
212
221
|
signature_id == o.signature_id &&
|
213
222
|
signature_initials == o.signature_initials &&
|
214
223
|
signature_name == o.signature_name &&
|
224
|
+
signature_type == o.signature_type &&
|
215
225
|
signature_users == o.signature_users &&
|
216
226
|
stamp_format == o.stamp_format &&
|
217
227
|
stamp_size_mm == o.stamp_size_mm
|
@@ -226,7 +236,7 @@ module DocuSign_eSign
|
|
226
236
|
# Calculates hash code according to all attributes.
|
227
237
|
# @return [Fixnum] Hash code
|
228
238
|
def hash
|
229
|
-
[date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_groups, signature_id, signature_initials, signature_name, signature_users, stamp_format, stamp_size_mm].hash
|
239
|
+
[date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_groups, signature_id, signature_initials, signature_name, signature_type, signature_users, stamp_format, stamp_size_mm].hash
|
230
240
|
end
|
231
241
|
|
232
242
|
# Builds the object from hash
|
@@ -130,8 +130,6 @@ module DocuSign_eSign
|
|
130
130
|
|
131
131
|
attr_accessor :phone_number
|
132
132
|
|
133
|
-
attr_accessor :phone_number_metadata
|
134
|
-
|
135
133
|
# Reserved:
|
136
134
|
attr_accessor :recipient_attachments
|
137
135
|
|
@@ -254,7 +252,6 @@ module DocuSign_eSign
|
|
254
252
|
:'note_metadata' => :'noteMetadata',
|
255
253
|
:'phone_authentication' => :'phoneAuthentication',
|
256
254
|
:'phone_number' => :'phoneNumber',
|
257
|
-
:'phone_number_metadata' => :'phoneNumberMetadata',
|
258
255
|
:'recipient_attachments' => :'recipientAttachments',
|
259
256
|
:'recipient_authentication_status' => :'recipientAuthenticationStatus',
|
260
257
|
:'recipient_feature_metadata' => :'recipientFeatureMetadata',
|
@@ -332,7 +329,6 @@ module DocuSign_eSign
|
|
332
329
|
:'note_metadata' => :'PropertyMetadata',
|
333
330
|
:'phone_authentication' => :'RecipientPhoneAuthentication',
|
334
331
|
:'phone_number' => :'RecipientPhoneNumber',
|
335
|
-
:'phone_number_metadata' => :'PropertyMetadata',
|
336
332
|
:'recipient_attachments' => :'Array<RecipientAttachment>',
|
337
333
|
:'recipient_authentication_status' => :'AuthenticationStatus',
|
338
334
|
:'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
|
@@ -555,10 +551,6 @@ module DocuSign_eSign
|
|
555
551
|
self.phone_number = attributes[:'phoneNumber']
|
556
552
|
end
|
557
553
|
|
558
|
-
if attributes.has_key?(:'phoneNumberMetadata')
|
559
|
-
self.phone_number_metadata = attributes[:'phoneNumberMetadata']
|
560
|
-
end
|
561
|
-
|
562
554
|
if attributes.has_key?(:'recipientAttachments')
|
563
555
|
if (value = attributes[:'recipientAttachments']).is_a?(Array)
|
564
556
|
self.recipient_attachments = value
|
@@ -738,7 +730,6 @@ module DocuSign_eSign
|
|
738
730
|
note_metadata == o.note_metadata &&
|
739
731
|
phone_authentication == o.phone_authentication &&
|
740
732
|
phone_number == o.phone_number &&
|
741
|
-
phone_number_metadata == o.phone_number_metadata &&
|
742
733
|
recipient_attachments == o.recipient_attachments &&
|
743
734
|
recipient_authentication_status == o.recipient_authentication_status &&
|
744
735
|
recipient_feature_metadata == o.recipient_feature_metadata &&
|
@@ -777,7 +768,7 @@ module DocuSign_eSign
|
|
777
768
|
# Calculates hash code according to all attributes.
|
778
769
|
# @return [Fixnum] Hash code
|
779
770
|
def hash
|
780
|
-
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number,
|
771
|
+
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
|
781
772
|
end
|
782
773
|
|
783
774
|
# Builds the object from hash
|
@@ -14,6 +14,12 @@ require 'date'
|
|
14
14
|
module DocuSign_eSign
|
15
15
|
# Contains information about an APP store receipt.
|
16
16
|
class AppStoreReceipt
|
17
|
+
#
|
18
|
+
attr_accessor :downgrade_product_id
|
19
|
+
|
20
|
+
#
|
21
|
+
attr_accessor :is_downgrade_cancellation
|
22
|
+
|
17
23
|
#
|
18
24
|
attr_accessor :product_id
|
19
25
|
|
@@ -23,6 +29,8 @@ module DocuSign_eSign
|
|
23
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
24
30
|
def self.attribute_map
|
25
31
|
{
|
32
|
+
:'downgrade_product_id' => :'downgradeProductId',
|
33
|
+
:'is_downgrade_cancellation' => :'isDowngradeCancellation',
|
26
34
|
:'product_id' => :'productId',
|
27
35
|
:'receipt_data' => :'receiptData'
|
28
36
|
}
|
@@ -31,6 +39,8 @@ module DocuSign_eSign
|
|
31
39
|
# Attribute type mapping.
|
32
40
|
def self.swagger_types
|
33
41
|
{
|
42
|
+
:'downgrade_product_id' => :'String',
|
43
|
+
:'is_downgrade_cancellation' => :'String',
|
34
44
|
:'product_id' => :'String',
|
35
45
|
:'receipt_data' => :'String'
|
36
46
|
}
|
@@ -44,6 +54,14 @@ module DocuSign_eSign
|
|
44
54
|
# convert string to symbol for hash key
|
45
55
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
46
56
|
|
57
|
+
if attributes.has_key?(:'downgradeProductId')
|
58
|
+
self.downgrade_product_id = attributes[:'downgradeProductId']
|
59
|
+
end
|
60
|
+
|
61
|
+
if attributes.has_key?(:'isDowngradeCancellation')
|
62
|
+
self.is_downgrade_cancellation = attributes[:'isDowngradeCancellation']
|
63
|
+
end
|
64
|
+
|
47
65
|
if attributes.has_key?(:'productId')
|
48
66
|
self.product_id = attributes[:'productId']
|
49
67
|
end
|
@@ -71,6 +89,8 @@ module DocuSign_eSign
|
|
71
89
|
def ==(o)
|
72
90
|
return true if self.equal?(o)
|
73
91
|
self.class == o.class &&
|
92
|
+
downgrade_product_id == o.downgrade_product_id &&
|
93
|
+
is_downgrade_cancellation == o.is_downgrade_cancellation &&
|
74
94
|
product_id == o.product_id &&
|
75
95
|
receipt_data == o.receipt_data
|
76
96
|
end
|
@@ -84,7 +104,7 @@ module DocuSign_eSign
|
|
84
104
|
# Calculates hash code according to all attributes.
|
85
105
|
# @return [Fixnum] Hash code
|
86
106
|
def hash
|
87
|
-
[product_id, receipt_data].hash
|
107
|
+
[downgrade_product_id, is_downgrade_cancellation, product_id, receipt_data].hash
|
88
108
|
end
|
89
109
|
|
90
110
|
# Builds the object from hash
|
@@ -20,7 +20,7 @@ module DocuSign_eSign
|
|
20
20
|
# Reserved: TBD
|
21
21
|
attr_accessor :blocked
|
22
22
|
|
23
|
-
# Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check |
|
23
|
+
# Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | IDÂ Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge |
|
24
24
|
attr_accessor :charge_name
|
25
25
|
|
26
26
|
# Reserved: TBD
|
@@ -138,8 +138,6 @@ module DocuSign_eSign
|
|
138
138
|
|
139
139
|
attr_accessor :phone_number
|
140
140
|
|
141
|
-
attr_accessor :phone_number_metadata
|
142
|
-
|
143
141
|
attr_accessor :proof_file
|
144
142
|
|
145
143
|
# Reserved:
|
@@ -269,7 +267,6 @@ module DocuSign_eSign
|
|
269
267
|
:'note_metadata' => :'noteMetadata',
|
270
268
|
:'phone_authentication' => :'phoneAuthentication',
|
271
269
|
:'phone_number' => :'phoneNumber',
|
272
|
-
:'phone_number_metadata' => :'phoneNumberMetadata',
|
273
270
|
:'proof_file' => :'proofFile',
|
274
271
|
:'recipient_attachments' => :'recipientAttachments',
|
275
272
|
:'recipient_authentication_status' => :'recipientAuthenticationStatus',
|
@@ -352,7 +349,6 @@ module DocuSign_eSign
|
|
352
349
|
:'note_metadata' => :'PropertyMetadata',
|
353
350
|
:'phone_authentication' => :'RecipientPhoneAuthentication',
|
354
351
|
:'phone_number' => :'RecipientPhoneNumber',
|
355
|
-
:'phone_number_metadata' => :'PropertyMetadata',
|
356
352
|
:'proof_file' => :'RecipientProofFile',
|
357
353
|
:'recipient_attachments' => :'Array<RecipientAttachment>',
|
358
354
|
:'recipient_authentication_status' => :'AuthenticationStatus',
|
@@ -589,10 +585,6 @@ module DocuSign_eSign
|
|
589
585
|
self.phone_number = attributes[:'phoneNumber']
|
590
586
|
end
|
591
587
|
|
592
|
-
if attributes.has_key?(:'phoneNumberMetadata')
|
593
|
-
self.phone_number_metadata = attributes[:'phoneNumberMetadata']
|
594
|
-
end
|
595
|
-
|
596
588
|
if attributes.has_key?(:'proofFile')
|
597
589
|
self.proof_file = attributes[:'proofFile']
|
598
590
|
end
|
@@ -783,7 +775,6 @@ module DocuSign_eSign
|
|
783
775
|
note_metadata == o.note_metadata &&
|
784
776
|
phone_authentication == o.phone_authentication &&
|
785
777
|
phone_number == o.phone_number &&
|
786
|
-
phone_number_metadata == o.phone_number_metadata &&
|
787
778
|
proof_file == o.proof_file &&
|
788
779
|
recipient_attachments == o.recipient_attachments &&
|
789
780
|
recipient_authentication_status == o.recipient_authentication_status &&
|
@@ -824,7 +815,7 @@ module DocuSign_eSign
|
|
824
815
|
# Calculates hash code according to all attributes.
|
825
816
|
# @return [Fixnum] Hash code
|
826
817
|
def hash
|
827
|
-
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, linked_account_configuration_id, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number,
|
818
|
+
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, linked_account_configuration_id, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id].hash
|
828
819
|
end
|
829
820
|
|
830
821
|
# Builds the object from hash
|
@@ -135,8 +135,6 @@ module DocuSign_eSign
|
|
135
135
|
|
136
136
|
attr_accessor :phone_number
|
137
137
|
|
138
|
-
attr_accessor :phone_number_metadata
|
139
|
-
|
140
138
|
attr_accessor :proof_file
|
141
139
|
|
142
140
|
# Reserved:
|
@@ -263,7 +261,6 @@ module DocuSign_eSign
|
|
263
261
|
:'note_metadata' => :'noteMetadata',
|
264
262
|
:'phone_authentication' => :'phoneAuthentication',
|
265
263
|
:'phone_number' => :'phoneNumber',
|
266
|
-
:'phone_number_metadata' => :'phoneNumberMetadata',
|
267
264
|
:'proof_file' => :'proofFile',
|
268
265
|
:'recipient_attachments' => :'recipientAttachments',
|
269
266
|
:'recipient_authentication_status' => :'recipientAuthenticationStatus',
|
@@ -344,7 +341,6 @@ module DocuSign_eSign
|
|
344
341
|
:'note_metadata' => :'PropertyMetadata',
|
345
342
|
:'phone_authentication' => :'RecipientPhoneAuthentication',
|
346
343
|
:'phone_number' => :'RecipientPhoneNumber',
|
347
|
-
:'phone_number_metadata' => :'PropertyMetadata',
|
348
344
|
:'proof_file' => :'RecipientProofFile',
|
349
345
|
:'recipient_attachments' => :'Array<RecipientAttachment>',
|
350
346
|
:'recipient_authentication_status' => :'AuthenticationStatus',
|
@@ -576,10 +572,6 @@ module DocuSign_eSign
|
|
576
572
|
self.phone_number = attributes[:'phoneNumber']
|
577
573
|
end
|
578
574
|
|
579
|
-
if attributes.has_key?(:'phoneNumberMetadata')
|
580
|
-
self.phone_number_metadata = attributes[:'phoneNumberMetadata']
|
581
|
-
end
|
582
|
-
|
583
575
|
if attributes.has_key?(:'proofFile')
|
584
576
|
self.proof_file = attributes[:'proofFile']
|
585
577
|
end
|
@@ -765,7 +757,6 @@ module DocuSign_eSign
|
|
765
757
|
note_metadata == o.note_metadata &&
|
766
758
|
phone_authentication == o.phone_authentication &&
|
767
759
|
phone_number == o.phone_number &&
|
768
|
-
phone_number_metadata == o.phone_number_metadata &&
|
769
760
|
proof_file == o.proof_file &&
|
770
761
|
recipient_attachments == o.recipient_attachments &&
|
771
762
|
recipient_authentication_status == o.recipient_authentication_status &&
|
@@ -805,7 +796,7 @@ module DocuSign_eSign
|
|
805
796
|
# Calculates hash code according to all attributes.
|
806
797
|
# @return [Fixnum] Hash code
|
807
798
|
def hash
|
808
|
-
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number,
|
799
|
+
[access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
|
809
800
|
end
|
810
801
|
|
811
802
|
# Builds the object from hash
|
@@ -180,6 +180,11 @@ module DocuSign_eSign
|
|
180
180
|
|
181
181
|
attr_accessor :shared_metadata
|
182
182
|
|
183
|
+
#
|
184
|
+
attr_accessor :share_to_recipients
|
185
|
+
|
186
|
+
attr_accessor :share_to_recipients_metadata
|
187
|
+
|
183
188
|
attr_accessor :smart_contract_information
|
184
189
|
|
185
190
|
#
|
@@ -320,6 +325,8 @@ module DocuSign_eSign
|
|
320
325
|
:'selected_metadata' => :'selectedMetadata',
|
321
326
|
:'shared' => :'shared',
|
322
327
|
:'shared_metadata' => :'sharedMetadata',
|
328
|
+
:'share_to_recipients' => :'shareToRecipients',
|
329
|
+
:'share_to_recipients_metadata' => :'shareToRecipientsMetadata',
|
323
330
|
:'smart_contract_information' => :'smartContractInformation',
|
324
331
|
:'source' => :'source',
|
325
332
|
:'status' => :'status',
|
@@ -421,6 +428,8 @@ module DocuSign_eSign
|
|
421
428
|
:'selected_metadata' => :'PropertyMetadata',
|
422
429
|
:'shared' => :'String',
|
423
430
|
:'shared_metadata' => :'PropertyMetadata',
|
431
|
+
:'share_to_recipients' => :'String',
|
432
|
+
:'share_to_recipients_metadata' => :'PropertyMetadata',
|
424
433
|
:'smart_contract_information' => :'SmartContractInformation',
|
425
434
|
:'source' => :'String',
|
426
435
|
:'status' => :'String',
|
@@ -728,6 +737,14 @@ module DocuSign_eSign
|
|
728
737
|
self.shared_metadata = attributes[:'sharedMetadata']
|
729
738
|
end
|
730
739
|
|
740
|
+
if attributes.has_key?(:'shareToRecipients')
|
741
|
+
self.share_to_recipients = attributes[:'shareToRecipients']
|
742
|
+
end
|
743
|
+
|
744
|
+
if attributes.has_key?(:'shareToRecipientsMetadata')
|
745
|
+
self.share_to_recipients_metadata = attributes[:'shareToRecipientsMetadata']
|
746
|
+
end
|
747
|
+
|
731
748
|
if attributes.has_key?(:'smartContractInformation')
|
732
749
|
self.smart_contract_information = attributes[:'smartContractInformation']
|
733
750
|
end
|
@@ -928,6 +945,8 @@ module DocuSign_eSign
|
|
928
945
|
selected_metadata == o.selected_metadata &&
|
929
946
|
shared == o.shared &&
|
930
947
|
shared_metadata == o.shared_metadata &&
|
948
|
+
share_to_recipients == o.share_to_recipients &&
|
949
|
+
share_to_recipients_metadata == o.share_to_recipients_metadata &&
|
931
950
|
smart_contract_information == o.smart_contract_information &&
|
932
951
|
source == o.source &&
|
933
952
|
status == o.status &&
|
@@ -967,7 +986,7 @@ module DocuSign_eSign
|
|
967
986
|
# Calculates hash code according to all attributes.
|
968
987
|
# @return [Fixnum] Hash code
|
969
988
|
def hash
|
970
|
-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locked, locked_metadata, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_metadata, shared, shared_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
989
|
+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locked, locked_metadata, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_metadata, shared, shared_metadata, share_to_recipients, share_to_recipients_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
|
971
990
|
end
|
972
991
|
|
973
992
|
# Builds the object from hash
|
@@ -28,10 +28,13 @@ module DocuSign_eSign
|
|
28
28
|
# Specifies the DocuSign generated ID for the Connect configuration.
|
29
29
|
attr_accessor :connect_id
|
30
30
|
|
31
|
+
#
|
32
|
+
attr_accessor :delivery_mode
|
33
|
+
|
31
34
|
# This turns Connect logging on or off. When set to **true**, logging is turned on.
|
32
35
|
attr_accessor :enable_log
|
33
36
|
|
34
|
-
# A comma separated list of
|
37
|
+
# A comma separated list of �Envelope� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, and Voided.
|
35
38
|
attr_accessor :envelope_events
|
36
39
|
|
37
40
|
attr_accessor :event_data
|
@@ -72,7 +75,7 @@ module DocuSign_eSign
|
|
72
75
|
#
|
73
76
|
attr_accessor :password
|
74
77
|
|
75
|
-
# A comma separated list of
|
78
|
+
# A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.
|
76
79
|
attr_accessor :recipient_events
|
77
80
|
|
78
81
|
#
|
@@ -111,7 +114,7 @@ module DocuSign_eSign
|
|
111
114
|
# This is the web address and name of your listener or Retrieving Service endpoint. You need to include HTTPS:// in the web address.
|
112
115
|
attr_accessor :url_to_publish_to
|
113
116
|
|
114
|
-
# A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to
|
117
|
+
# A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s.
|
115
118
|
attr_accessor :user_ids
|
116
119
|
|
117
120
|
#
|
@@ -128,6 +131,7 @@ module DocuSign_eSign
|
|
128
131
|
:'all_users' => :'allUsers',
|
129
132
|
:'configuration_type' => :'configurationType',
|
130
133
|
:'connect_id' => :'connectId',
|
134
|
+
:'delivery_mode' => :'deliveryMode',
|
131
135
|
:'enable_log' => :'enableLog',
|
132
136
|
:'envelope_events' => :'envelopeEvents',
|
133
137
|
:'event_data' => :'eventData',
|
@@ -170,6 +174,7 @@ module DocuSign_eSign
|
|
170
174
|
:'all_users' => :'String',
|
171
175
|
:'configuration_type' => :'String',
|
172
176
|
:'connect_id' => :'String',
|
177
|
+
:'delivery_mode' => :'String',
|
173
178
|
:'enable_log' => :'String',
|
174
179
|
:'envelope_events' => :'Array<String>',
|
175
180
|
:'event_data' => :'ConnectEventData',
|
@@ -232,6 +237,10 @@ module DocuSign_eSign
|
|
232
237
|
self.connect_id = attributes[:'connectId']
|
233
238
|
end
|
234
239
|
|
240
|
+
if attributes.has_key?(:'deliveryMode')
|
241
|
+
self.delivery_mode = attributes[:'deliveryMode']
|
242
|
+
end
|
243
|
+
|
235
244
|
if attributes.has_key?(:'enableLog')
|
236
245
|
self.enable_log = attributes[:'enableLog']
|
237
246
|
end
|
@@ -390,6 +399,7 @@ module DocuSign_eSign
|
|
390
399
|
all_users == o.all_users &&
|
391
400
|
configuration_type == o.configuration_type &&
|
392
401
|
connect_id == o.connect_id &&
|
402
|
+
delivery_mode == o.delivery_mode &&
|
393
403
|
enable_log == o.enable_log &&
|
394
404
|
envelope_events == o.envelope_events &&
|
395
405
|
event_data == o.event_data &&
|
@@ -432,7 +442,7 @@ module DocuSign_eSign
|
|
432
442
|
# Calculates hash code according to all attributes.
|
433
443
|
# @return [Fixnum] Hash code
|
434
444
|
def hash
|
435
|
-
[allow_envelope_publish, allow_salesforce_publish, all_users, configuration_type, connect_id, enable_log, envelope_events, event_data, external_folder_id, external_folder_label, include_certificate_of_completion, include_cert_soap_header, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_sender_accountas_custom_field, include_time_zone_information, name, password, recipient_events, require_mutual_tls, requires_acknowledgement, salesforce_api_version, salesforce_authcode, salesforce_call_back_url, salesforce_documents_as_content_files, sender_override, sender_selectable_items, sf_objects, sign_message_with_x509_certificate, soap_namespace, url_to_publish_to, user_ids, user_name, use_soap_interface].hash
|
445
|
+
[allow_envelope_publish, allow_salesforce_publish, all_users, configuration_type, connect_id, delivery_mode, enable_log, envelope_events, event_data, external_folder_id, external_folder_label, include_certificate_of_completion, include_cert_soap_header, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_sender_accountas_custom_field, include_time_zone_information, name, password, recipient_events, require_mutual_tls, requires_acknowledgement, salesforce_api_version, salesforce_authcode, salesforce_call_back_url, salesforce_documents_as_content_files, sender_override, sender_selectable_items, sf_objects, sign_message_with_x509_certificate, soap_namespace, url_to_publish_to, user_ids, user_name, use_soap_interface].hash
|
436
446
|
end
|
437
447
|
|
438
448
|
# Builds the object from hash
|