From 7266d7b779c9241ceb37a02365018b2551f431b9 Mon Sep 17 00:00:00 2001 From: Dropbox Bot <73138219+DropboxBot@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:54:59 -0500 Subject: [PATCH] Automated Spec Update (#311) 3d1080a021a67c335c52361d8f61ec558bb80606 Change Notes: shared_links Namespace Update RequestedLinkAccessLevel union team Namespace Update TeamGetInfoResult struct team_log_generated Namespace Add FolderLinkRestrictionPolicyChangedDetails, FolderLinkRestrictionPolicyChangedType structs Add FolderLinkRestrictionPolicy unions 18963b8a29fe125f6495d36c38eda5db2710d0dd Change Notes: openid_openid_types Namespace - Add OpenIdError, UserInfoError unions - Remove UserInfoError structs - Remove AuthError unions - Update UserInfoArgs struct to include documentation team_policies Namespace - Add examples Co-authored-by: Brent Bumann c36ba27d8d56648555d3068bb3826e1d3a44d92b Co-authored-by: Bruce Zhang Co-authored-by: DropboxBot --- codegen/spec | 2 +- src/endpoints.ts | 77 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 75 insertions(+), 4 deletions(-) diff --git a/codegen/spec b/codegen/spec index f91238c..3d1080a 160000 --- a/codegen/spec +++ b/codegen/spec @@ -1 +1 @@ -Subproject commit f91238c7508770245030a449d86bd698d30ebfc3 +Subproject commit 3d1080a021a67c335c52361d8f61ec558bb80606 diff --git a/src/endpoints.ts b/src/endpoints.ts index 39759ae..c9aead7 100644 --- a/src/endpoints.ts +++ b/src/endpoints.ts @@ -1170,6 +1170,18 @@ module Endpoints { new Utils.IntParam("num_sessions", false), new Utils.UnionParam("session_type", true, [new Utils.VoidParam("sequential"), new Utils.VoidParam("concurrent")]) ); + const openid_userinfo_endpt = new Utils.Endpoint("openid", "userinfo", + { + auth: "user", + host: "api", + style: "rpc", + is_preview: "True", + allow_app_folder_app: "True", + select_admin_mode: "None", + scope: "openid", + is_cloud_doc_auth: "False", + } + ); const sharing_add_file_member_endpt = new Utils.Endpoint("sharing", "add_file_member", { auth: "user", @@ -1255,7 +1267,7 @@ module Endpoints { is_cloud_doc_auth: "False", }, new Utils.TextParam("path", false), - new Utils.StructParam("settings", true, [new Utils.BoolParam("require_password", true), new Utils.TextParam("link_password", true), new Utils.TextParam("expires", true), new Utils.UnionParam("audience", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team"), new Utils.VoidParam("no_one"), new Utils.VoidParam("password"), new Utils.VoidParam("members")]), new Utils.UnionParam("access", true, [new Utils.VoidParam("viewer"), new Utils.VoidParam("editor"), new Utils.VoidParam("max")]), new Utils.UnionParam("requested_visibility", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team_only"), new Utils.VoidParam("password")]), new Utils.BoolParam("allow_download", true)]) + new Utils.StructParam("settings", true, [new Utils.BoolParam("require_password", true), new Utils.TextParam("link_password", true), new Utils.TextParam("expires", true), new Utils.UnionParam("audience", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team"), new Utils.VoidParam("no_one"), new Utils.VoidParam("password"), new Utils.VoidParam("members")]), new Utils.UnionParam("access", true, [new Utils.VoidParam("viewer"), new Utils.VoidParam("editor"), new Utils.VoidParam("max"), new Utils.VoidParam("default")]), new Utils.UnionParam("requested_visibility", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team_only"), new Utils.VoidParam("password")]), new Utils.BoolParam("allow_download", true)]) ); const sharing_get_file_metadata_endpt = new Utils.Endpoint("sharing", "get_file_metadata", { @@ -1508,7 +1520,7 @@ module Endpoints { is_cloud_doc_auth: "False", }, new Utils.TextParam("url", false), - new Utils.StructParam("settings", false, [new Utils.BoolParam("require_password", true), new Utils.TextParam("link_password", true), new Utils.TextParam("expires", true), new Utils.UnionParam("audience", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team"), new Utils.VoidParam("no_one"), new Utils.VoidParam("password"), new Utils.VoidParam("members")]), new Utils.UnionParam("access", true, [new Utils.VoidParam("viewer"), new Utils.VoidParam("editor"), new Utils.VoidParam("max")]), new Utils.UnionParam("requested_visibility", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team_only"), new Utils.VoidParam("password")]), new Utils.BoolParam("allow_download", true)]), + new Utils.StructParam("settings", false, [new Utils.BoolParam("require_password", true), new Utils.TextParam("link_password", true), new Utils.TextParam("expires", true), new Utils.UnionParam("audience", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team"), new Utils.VoidParam("no_one"), new Utils.VoidParam("password"), new Utils.VoidParam("members")]), new Utils.UnionParam("access", true, [new Utils.VoidParam("viewer"), new Utils.VoidParam("editor"), new Utils.VoidParam("max"), new Utils.VoidParam("default")]), new Utils.UnionParam("requested_visibility", true, [new Utils.VoidParam("public"), new Utils.VoidParam("team_only"), new Utils.VoidParam("password")]), new Utils.BoolParam("allow_download", true)]), new Utils.BoolParam("remove_expiration", true) ); const sharing_mount_folder_endpt = new Utils.Endpoint("sharing", "mount_folder", @@ -2672,6 +2684,60 @@ module Endpoints { }, new Utils.TextParam("cursor", false) ); + const team_sharing_allowlist_add_endpt = new Utils.Endpoint("team", "sharing_allowlist/add", + { + auth: "team", + host: "api", + style: "rpc", + is_preview: "True", + allow_app_folder_app: "False", + select_admin_mode: "None", + scope: "team_info.write", + is_cloud_doc_auth: "False", + }, + new Utils.ListParam("domains", true, (index: string): Utils.Parameter => new Utils.TextParam(index, false)), + new Utils.ListParam("emails", true, (index: string): Utils.Parameter => new Utils.TextParam(index, false)) + ); + const team_sharing_allowlist_list_endpt = new Utils.Endpoint("team", "sharing_allowlist/list", + { + auth: "team", + host: "api", + style: "rpc", + is_preview: "True", + allow_app_folder_app: "False", + select_admin_mode: "None", + scope: "team_info.read", + is_cloud_doc_auth: "False", + }, + new Utils.IntParam("limit", true) + ); + const team_sharing_allowlist_list_continue_endpt = new Utils.Endpoint("team", "sharing_allowlist/list/continue", + { + auth: "team", + host: "api", + style: "rpc", + is_preview: "True", + allow_app_folder_app: "False", + select_admin_mode: "None", + scope: "team_info.read", + is_cloud_doc_auth: "False", + }, + new Utils.TextParam("cursor", false) + ); + const team_sharing_allowlist_remove_endpt = new Utils.Endpoint("team", "sharing_allowlist/remove", + { + auth: "team", + host: "api", + style: "rpc", + is_preview: "True", + allow_app_folder_app: "False", + select_admin_mode: "None", + scope: "team_info.write", + is_cloud_doc_auth: "False", + }, + new Utils.ListParam("domains", true, (index: string): Utils.Parameter => new Utils.TextParam(index, false)), + new Utils.ListParam("emails", true, (index: string): Utils.Parameter => new Utils.TextParam(index, false)) + ); const team_team_folder_activate_endpt = new Utils.Endpoint("team", "team_folder/activate", { auth: "team", @@ -2834,7 +2900,7 @@ module Endpoints { new Utils.TextParam("account_id", true), new Utils.StructParam("time", true, [new Utils.TextParam("start_time", true), new Utils.TextParam("end_time", true)]), new Utils.UnionParam("category", true, [new Utils.VoidParam("admin_alerting"), new Utils.VoidParam("apps"), new Utils.VoidParam("comments"), new Utils.VoidParam("data_governance"), new Utils.VoidParam("devices"), new Utils.VoidParam("domains"), new Utils.VoidParam("file_operations"), new Utils.VoidParam("file_requests"), new Utils.VoidParam("groups"), new Utils.VoidParam("logins"), new Utils.VoidParam("members"), new Utils.VoidParam("paper"), new Utils.VoidParam("passwords"), new Utils.VoidParam("reports"), new Utils.VoidParam("sharing"), new Utils.VoidParam("showcase"), new Utils.VoidParam("sso"), new Utils.VoidParam("team_folders"), new Utils.VoidParam("team_policies"), new Utils.VoidParam("team_profile"), new Utils.VoidParam("tfa"), new Utils.VoidParam("trusted_teams")]), - new Utils.UnionParam("event_type", true, [new Utils.VoidParam("admin_alerting_alert_state_changed"), new Utils.VoidParam("admin_alerting_changed_alert_config"), new Utils.VoidParam("admin_alerting_triggered_alert"), new Utils.VoidParam("app_blocked_by_permissions"), new Utils.VoidParam("app_link_team"), new Utils.VoidParam("app_link_user"), new Utils.VoidParam("app_unlink_team"), new Utils.VoidParam("app_unlink_user"), new Utils.VoidParam("integration_connected"), new Utils.VoidParam("integration_disconnected"), new Utils.VoidParam("file_add_comment"), new Utils.VoidParam("file_change_comment_subscription"), new Utils.VoidParam("file_delete_comment"), new Utils.VoidParam("file_edit_comment"), new Utils.VoidParam("file_like_comment"), new Utils.VoidParam("file_resolve_comment"), new Utils.VoidParam("file_unlike_comment"), new Utils.VoidParam("file_unresolve_comment"), new Utils.VoidParam("governance_policy_add_folders"), new Utils.VoidParam("governance_policy_add_folder_failed"), new Utils.VoidParam("governance_policy_content_disposed"), new Utils.VoidParam("governance_policy_create"), new Utils.VoidParam("governance_policy_delete"), new Utils.VoidParam("governance_policy_edit_details"), new Utils.VoidParam("governance_policy_edit_duration"), new Utils.VoidParam("governance_policy_export_created"), new Utils.VoidParam("governance_policy_export_removed"), new Utils.VoidParam("governance_policy_remove_folders"), new Utils.VoidParam("governance_policy_report_created"), new Utils.VoidParam("governance_policy_zip_part_downloaded"), new Utils.VoidParam("legal_holds_activate_a_hold"), new Utils.VoidParam("legal_holds_add_members"), new Utils.VoidParam("legal_holds_change_hold_details"), new Utils.VoidParam("legal_holds_change_hold_name"), new Utils.VoidParam("legal_holds_export_a_hold"), new Utils.VoidParam("legal_holds_export_cancelled"), new Utils.VoidParam("legal_holds_export_downloaded"), new Utils.VoidParam("legal_holds_export_removed"), new Utils.VoidParam("legal_holds_release_a_hold"), new Utils.VoidParam("legal_holds_remove_members"), new Utils.VoidParam("legal_holds_report_a_hold"), new Utils.VoidParam("device_change_ip_desktop"), new Utils.VoidParam("device_change_ip_mobile"), new Utils.VoidParam("device_change_ip_web"), new Utils.VoidParam("device_delete_on_unlink_fail"), new Utils.VoidParam("device_delete_on_unlink_success"), new Utils.VoidParam("device_link_fail"), new Utils.VoidParam("device_link_success"), new Utils.VoidParam("device_management_disabled"), new Utils.VoidParam("device_management_enabled"), new Utils.VoidParam("device_sync_backup_status_changed"), new Utils.VoidParam("device_unlink"), new Utils.VoidParam("dropbox_passwords_exported"), new Utils.VoidParam("dropbox_passwords_new_device_enrolled"), new Utils.VoidParam("emm_refresh_auth_token"), new Utils.VoidParam("external_drive_backup_eligibility_status_checked"), new Utils.VoidParam("external_drive_backup_status_changed"), new Utils.VoidParam("account_capture_change_availability"), new Utils.VoidParam("account_capture_migrate_account"), new Utils.VoidParam("account_capture_notification_emails_sent"), new Utils.VoidParam("account_capture_relinquish_account"), new Utils.VoidParam("disabled_domain_invites"), new Utils.VoidParam("domain_invites_approve_request_to_join_team"), new Utils.VoidParam("domain_invites_decline_request_to_join_team"), new Utils.VoidParam("domain_invites_email_existing_users"), new Utils.VoidParam("domain_invites_request_to_join_team"), new Utils.VoidParam("domain_invites_set_invite_new_user_pref_to_no"), new Utils.VoidParam("domain_invites_set_invite_new_user_pref_to_yes"), new Utils.VoidParam("domain_verification_add_domain_fail"), new Utils.VoidParam("domain_verification_add_domain_success"), new Utils.VoidParam("domain_verification_remove_domain"), new Utils.VoidParam("enabled_domain_invites"), new Utils.VoidParam("apply_naming_convention"), new Utils.VoidParam("create_folder"), new Utils.VoidParam("file_add"), new Utils.VoidParam("file_copy"), new Utils.VoidParam("file_delete"), new Utils.VoidParam("file_download"), new Utils.VoidParam("file_edit"), new Utils.VoidParam("file_get_copy_reference"), new Utils.VoidParam("file_locking_lock_status_changed"), new Utils.VoidParam("file_move"), new Utils.VoidParam("file_permanently_delete"), new Utils.VoidParam("file_preview"), new Utils.VoidParam("file_rename"), new Utils.VoidParam("file_restore"), new Utils.VoidParam("file_revert"), new Utils.VoidParam("file_rollback_changes"), new Utils.VoidParam("file_save_copy_reference"), new Utils.VoidParam("folder_overview_description_changed"), new Utils.VoidParam("folder_overview_item_pinned"), new Utils.VoidParam("folder_overview_item_unpinned"), new Utils.VoidParam("object_label_added"), new Utils.VoidParam("object_label_removed"), new Utils.VoidParam("object_label_updated_value"), new Utils.VoidParam("organize_folder_with_tidy"), new Utils.VoidParam("rewind_folder"), new Utils.VoidParam("undo_naming_convention"), new Utils.VoidParam("undo_organize_folder_with_tidy"), new Utils.VoidParam("user_tags_added"), new Utils.VoidParam("user_tags_removed"), new Utils.VoidParam("email_ingest_receive_file"), new Utils.VoidParam("file_request_change"), new Utils.VoidParam("file_request_close"), new Utils.VoidParam("file_request_create"), new Utils.VoidParam("file_request_delete"), new Utils.VoidParam("file_request_receive_file"), new Utils.VoidParam("group_add_external_id"), new Utils.VoidParam("group_add_member"), new Utils.VoidParam("group_change_external_id"), new Utils.VoidParam("group_change_management_type"), new Utils.VoidParam("group_change_member_role"), new Utils.VoidParam("group_create"), new Utils.VoidParam("group_delete"), new Utils.VoidParam("group_description_updated"), new Utils.VoidParam("group_join_policy_updated"), new Utils.VoidParam("group_moved"), new Utils.VoidParam("group_remove_external_id"), new Utils.VoidParam("group_remove_member"), new Utils.VoidParam("group_rename"), new Utils.VoidParam("account_lock_or_unlocked"), new Utils.VoidParam("emm_error"), new Utils.VoidParam("guest_admin_signed_in_via_trusted_teams"), new Utils.VoidParam("guest_admin_signed_out_via_trusted_teams"), new Utils.VoidParam("login_fail"), new Utils.VoidParam("login_success"), new Utils.VoidParam("logout"), new Utils.VoidParam("reseller_support_session_end"), new Utils.VoidParam("reseller_support_session_start"), new Utils.VoidParam("sign_in_as_session_end"), new Utils.VoidParam("sign_in_as_session_start"), new Utils.VoidParam("sso_error"), new Utils.VoidParam("create_team_invite_link"), new Utils.VoidParam("delete_team_invite_link"), new Utils.VoidParam("member_add_external_id"), new Utils.VoidParam("member_add_name"), new Utils.VoidParam("member_change_admin_role"), new Utils.VoidParam("member_change_email"), new Utils.VoidParam("member_change_external_id"), new Utils.VoidParam("member_change_membership_type"), new Utils.VoidParam("member_change_name"), new Utils.VoidParam("member_change_reseller_role"), new Utils.VoidParam("member_change_status"), new Utils.VoidParam("member_delete_manual_contacts"), new Utils.VoidParam("member_delete_profile_photo"), new Utils.VoidParam("member_permanently_delete_account_contents"), new Utils.VoidParam("member_remove_external_id"), new Utils.VoidParam("member_set_profile_photo"), new Utils.VoidParam("member_space_limits_add_custom_quota"), new Utils.VoidParam("member_space_limits_change_custom_quota"), new Utils.VoidParam("member_space_limits_change_status"), new Utils.VoidParam("member_space_limits_remove_custom_quota"), new Utils.VoidParam("member_suggest"), new Utils.VoidParam("member_transfer_account_contents"), new Utils.VoidParam("pending_secondary_email_added"), new Utils.VoidParam("secondary_email_deleted"), new Utils.VoidParam("secondary_email_verified"), new Utils.VoidParam("secondary_mails_policy_changed"), new Utils.VoidParam("binder_add_page"), new Utils.VoidParam("binder_add_section"), new Utils.VoidParam("binder_remove_page"), new Utils.VoidParam("binder_remove_section"), new Utils.VoidParam("binder_rename_page"), new Utils.VoidParam("binder_rename_section"), new Utils.VoidParam("binder_reorder_page"), new Utils.VoidParam("binder_reorder_section"), new Utils.VoidParam("paper_content_add_member"), new Utils.VoidParam("paper_content_add_to_folder"), new Utils.VoidParam("paper_content_archive"), new Utils.VoidParam("paper_content_create"), new Utils.VoidParam("paper_content_permanently_delete"), new Utils.VoidParam("paper_content_remove_from_folder"), new Utils.VoidParam("paper_content_remove_member"), new Utils.VoidParam("paper_content_rename"), new Utils.VoidParam("paper_content_restore"), new Utils.VoidParam("paper_doc_add_comment"), new Utils.VoidParam("paper_doc_change_member_role"), new Utils.VoidParam("paper_doc_change_sharing_policy"), new Utils.VoidParam("paper_doc_change_subscription"), new Utils.VoidParam("paper_doc_deleted"), new Utils.VoidParam("paper_doc_delete_comment"), new Utils.VoidParam("paper_doc_download"), new Utils.VoidParam("paper_doc_edit"), new Utils.VoidParam("paper_doc_edit_comment"), new Utils.VoidParam("paper_doc_followed"), new Utils.VoidParam("paper_doc_mention"), new Utils.VoidParam("paper_doc_ownership_changed"), new Utils.VoidParam("paper_doc_request_access"), new Utils.VoidParam("paper_doc_resolve_comment"), new Utils.VoidParam("paper_doc_revert"), new Utils.VoidParam("paper_doc_slack_share"), new Utils.VoidParam("paper_doc_team_invite"), new Utils.VoidParam("paper_doc_trashed"), new Utils.VoidParam("paper_doc_unresolve_comment"), new Utils.VoidParam("paper_doc_untrashed"), new Utils.VoidParam("paper_doc_view"), new Utils.VoidParam("paper_external_view_allow"), new Utils.VoidParam("paper_external_view_default_team"), new Utils.VoidParam("paper_external_view_forbid"), new Utils.VoidParam("paper_folder_change_subscription"), new Utils.VoidParam("paper_folder_deleted"), new Utils.VoidParam("paper_folder_followed"), new Utils.VoidParam("paper_folder_team_invite"), new Utils.VoidParam("paper_published_link_change_permission"), new Utils.VoidParam("paper_published_link_create"), new Utils.VoidParam("paper_published_link_disabled"), new Utils.VoidParam("paper_published_link_view"), new Utils.VoidParam("password_change"), new Utils.VoidParam("password_reset"), new Utils.VoidParam("password_reset_all"), new Utils.VoidParam("classification_create_report"), new Utils.VoidParam("classification_create_report_fail"), new Utils.VoidParam("emm_create_exceptions_report"), new Utils.VoidParam("emm_create_usage_report"), new Utils.VoidParam("export_members_report"), new Utils.VoidParam("export_members_report_fail"), new Utils.VoidParam("external_sharing_create_report"), new Utils.VoidParam("external_sharing_report_failed"), new Utils.VoidParam("no_expiration_link_gen_create_report"), new Utils.VoidParam("no_expiration_link_gen_report_failed"), new Utils.VoidParam("no_password_link_gen_create_report"), new Utils.VoidParam("no_password_link_gen_report_failed"), new Utils.VoidParam("no_password_link_view_create_report"), new Utils.VoidParam("no_password_link_view_report_failed"), new Utils.VoidParam("outdated_link_view_create_report"), new Utils.VoidParam("outdated_link_view_report_failed"), new Utils.VoidParam("paper_admin_export_start"), new Utils.VoidParam("smart_sync_create_admin_privilege_report"), new Utils.VoidParam("team_activity_create_report"), new Utils.VoidParam("team_activity_create_report_fail"), new Utils.VoidParam("collection_share"), new Utils.VoidParam("file_transfers_file_add"), new Utils.VoidParam("file_transfers_transfer_delete"), new Utils.VoidParam("file_transfers_transfer_download"), new Utils.VoidParam("file_transfers_transfer_send"), new Utils.VoidParam("file_transfers_transfer_view"), new Utils.VoidParam("note_acl_invite_only"), new Utils.VoidParam("note_acl_link"), new Utils.VoidParam("note_acl_team_link"), new Utils.VoidParam("note_shared"), new Utils.VoidParam("note_share_receive"), new Utils.VoidParam("open_note_shared"), new Utils.VoidParam("sf_add_group"), new Utils.VoidParam("sf_allow_non_members_to_view_shared_links"), new Utils.VoidParam("sf_external_invite_warn"), new Utils.VoidParam("sf_fb_invite"), new Utils.VoidParam("sf_fb_invite_change_role"), new Utils.VoidParam("sf_fb_uninvite"), new Utils.VoidParam("sf_invite_group"), new Utils.VoidParam("sf_team_grant_access"), new Utils.VoidParam("sf_team_invite"), new Utils.VoidParam("sf_team_invite_change_role"), new Utils.VoidParam("sf_team_join"), new Utils.VoidParam("sf_team_join_from_oob_link"), new Utils.VoidParam("sf_team_uninvite"), new Utils.VoidParam("shared_content_add_invitees"), new Utils.VoidParam("shared_content_add_link_expiry"), new Utils.VoidParam("shared_content_add_link_password"), new Utils.VoidParam("shared_content_add_member"), new Utils.VoidParam("shared_content_change_downloads_policy"), new Utils.VoidParam("shared_content_change_invitee_role"), new Utils.VoidParam("shared_content_change_link_audience"), new Utils.VoidParam("shared_content_change_link_expiry"), new Utils.VoidParam("shared_content_change_link_password"), new Utils.VoidParam("shared_content_change_member_role"), new Utils.VoidParam("shared_content_change_viewer_info_policy"), new Utils.VoidParam("shared_content_claim_invitation"), new Utils.VoidParam("shared_content_copy"), new Utils.VoidParam("shared_content_download"), new Utils.VoidParam("shared_content_relinquish_membership"), new Utils.VoidParam("shared_content_remove_invitees"), new Utils.VoidParam("shared_content_remove_link_expiry"), new Utils.VoidParam("shared_content_remove_link_password"), new Utils.VoidParam("shared_content_remove_member"), new Utils.VoidParam("shared_content_request_access"), new Utils.VoidParam("shared_content_restore_invitees"), new Utils.VoidParam("shared_content_restore_member"), new Utils.VoidParam("shared_content_unshare"), new Utils.VoidParam("shared_content_view"), new Utils.VoidParam("shared_folder_change_link_policy"), new Utils.VoidParam("shared_folder_change_members_inheritance_policy"), new Utils.VoidParam("shared_folder_change_members_management_policy"), new Utils.VoidParam("shared_folder_change_members_policy"), new Utils.VoidParam("shared_folder_create"), new Utils.VoidParam("shared_folder_decline_invitation"), new Utils.VoidParam("shared_folder_mount"), new Utils.VoidParam("shared_folder_nest"), new Utils.VoidParam("shared_folder_transfer_ownership"), new Utils.VoidParam("shared_folder_unmount"), new Utils.VoidParam("shared_link_add_expiry"), new Utils.VoidParam("shared_link_change_expiry"), new Utils.VoidParam("shared_link_change_visibility"), new Utils.VoidParam("shared_link_copy"), new Utils.VoidParam("shared_link_create"), new Utils.VoidParam("shared_link_disable"), new Utils.VoidParam("shared_link_download"), new Utils.VoidParam("shared_link_remove_expiry"), new Utils.VoidParam("shared_link_settings_add_expiration"), new Utils.VoidParam("shared_link_settings_add_password"), new Utils.VoidParam("shared_link_settings_allow_download_disabled"), new Utils.VoidParam("shared_link_settings_allow_download_enabled"), new Utils.VoidParam("shared_link_settings_change_audience"), new Utils.VoidParam("shared_link_settings_change_expiration"), new Utils.VoidParam("shared_link_settings_change_password"), new Utils.VoidParam("shared_link_settings_remove_expiration"), new Utils.VoidParam("shared_link_settings_remove_password"), new Utils.VoidParam("shared_link_share"), new Utils.VoidParam("shared_link_view"), new Utils.VoidParam("shared_note_opened"), new Utils.VoidParam("shmodel_disable_downloads"), new Utils.VoidParam("shmodel_enable_downloads"), new Utils.VoidParam("shmodel_group_share"), new Utils.VoidParam("showcase_access_granted"), new Utils.VoidParam("showcase_add_member"), new Utils.VoidParam("showcase_archived"), new Utils.VoidParam("showcase_created"), new Utils.VoidParam("showcase_delete_comment"), new Utils.VoidParam("showcase_edited"), new Utils.VoidParam("showcase_edit_comment"), new Utils.VoidParam("showcase_file_added"), new Utils.VoidParam("showcase_file_download"), new Utils.VoidParam("showcase_file_removed"), new Utils.VoidParam("showcase_file_view"), new Utils.VoidParam("showcase_permanently_deleted"), new Utils.VoidParam("showcase_post_comment"), new Utils.VoidParam("showcase_remove_member"), new Utils.VoidParam("showcase_renamed"), new Utils.VoidParam("showcase_request_access"), new Utils.VoidParam("showcase_resolve_comment"), new Utils.VoidParam("showcase_restored"), new Utils.VoidParam("showcase_trashed"), new Utils.VoidParam("showcase_trashed_deprecated"), new Utils.VoidParam("showcase_unresolve_comment"), new Utils.VoidParam("showcase_untrashed"), new Utils.VoidParam("showcase_untrashed_deprecated"), new Utils.VoidParam("showcase_view"), new Utils.VoidParam("sso_add_cert"), new Utils.VoidParam("sso_add_login_url"), new Utils.VoidParam("sso_add_logout_url"), new Utils.VoidParam("sso_change_cert"), new Utils.VoidParam("sso_change_login_url"), new Utils.VoidParam("sso_change_logout_url"), new Utils.VoidParam("sso_change_saml_identity_mode"), new Utils.VoidParam("sso_remove_cert"), new Utils.VoidParam("sso_remove_login_url"), new Utils.VoidParam("sso_remove_logout_url"), new Utils.VoidParam("team_folder_change_status"), new Utils.VoidParam("team_folder_create"), new Utils.VoidParam("team_folder_downgrade"), new Utils.VoidParam("team_folder_permanently_delete"), new Utils.VoidParam("team_folder_rename"), new Utils.VoidParam("team_selective_sync_settings_changed"), new Utils.VoidParam("account_capture_change_policy"), new Utils.VoidParam("admin_email_reminders_changed"), new Utils.VoidParam("allow_download_disabled"), new Utils.VoidParam("allow_download_enabled"), new Utils.VoidParam("app_permissions_changed"), new Utils.VoidParam("camera_uploads_policy_changed"), new Utils.VoidParam("capture_transcript_policy_changed"), new Utils.VoidParam("classification_change_policy"), new Utils.VoidParam("computer_backup_policy_changed"), new Utils.VoidParam("content_administration_policy_changed"), new Utils.VoidParam("data_placement_restriction_change_policy"), new Utils.VoidParam("data_placement_restriction_satisfy_policy"), new Utils.VoidParam("device_approvals_add_exception"), new Utils.VoidParam("device_approvals_change_desktop_policy"), new Utils.VoidParam("device_approvals_change_mobile_policy"), new Utils.VoidParam("device_approvals_change_overage_action"), new Utils.VoidParam("device_approvals_change_unlink_action"), new Utils.VoidParam("device_approvals_remove_exception"), new Utils.VoidParam("directory_restrictions_add_members"), new Utils.VoidParam("directory_restrictions_remove_members"), new Utils.VoidParam("dropbox_passwords_policy_changed"), new Utils.VoidParam("email_ingest_policy_changed"), new Utils.VoidParam("emm_add_exception"), new Utils.VoidParam("emm_change_policy"), new Utils.VoidParam("emm_remove_exception"), new Utils.VoidParam("extended_version_history_change_policy"), new Utils.VoidParam("external_drive_backup_policy_changed"), new Utils.VoidParam("file_comments_change_policy"), new Utils.VoidParam("file_locking_policy_changed"), new Utils.VoidParam("file_requests_change_policy"), new Utils.VoidParam("file_requests_emails_enabled"), new Utils.VoidParam("file_requests_emails_restricted_to_team_only"), new Utils.VoidParam("file_transfers_policy_changed"), new Utils.VoidParam("google_sso_change_policy"), new Utils.VoidParam("group_user_management_change_policy"), new Utils.VoidParam("integration_policy_changed"), new Utils.VoidParam("invite_acceptance_email_policy_changed"), new Utils.VoidParam("member_requests_change_policy"), new Utils.VoidParam("member_send_invite_policy_changed"), new Utils.VoidParam("member_space_limits_add_exception"), new Utils.VoidParam("member_space_limits_change_caps_type_policy"), new Utils.VoidParam("member_space_limits_change_policy"), new Utils.VoidParam("member_space_limits_remove_exception"), new Utils.VoidParam("member_suggestions_change_policy"), new Utils.VoidParam("microsoft_office_addin_change_policy"), new Utils.VoidParam("network_control_change_policy"), new Utils.VoidParam("paper_change_deployment_policy"), new Utils.VoidParam("paper_change_member_link_policy"), new Utils.VoidParam("paper_change_member_policy"), new Utils.VoidParam("paper_change_policy"), new Utils.VoidParam("paper_default_folder_policy_changed"), new Utils.VoidParam("paper_desktop_policy_changed"), new Utils.VoidParam("paper_enabled_users_group_addition"), new Utils.VoidParam("paper_enabled_users_group_removal"), new Utils.VoidParam("password_strength_requirements_change_policy"), new Utils.VoidParam("permanent_delete_change_policy"), new Utils.VoidParam("reseller_support_change_policy"), new Utils.VoidParam("rewind_policy_changed"), new Utils.VoidParam("send_for_signature_policy_changed"), new Utils.VoidParam("sharing_change_folder_join_policy"), new Utils.VoidParam("sharing_change_link_allow_change_expiration_policy"), new Utils.VoidParam("sharing_change_link_default_expiration_policy"), new Utils.VoidParam("sharing_change_link_enforce_password_policy"), new Utils.VoidParam("sharing_change_link_policy"), new Utils.VoidParam("sharing_change_member_policy"), new Utils.VoidParam("showcase_change_download_policy"), new Utils.VoidParam("showcase_change_enabled_policy"), new Utils.VoidParam("showcase_change_external_sharing_policy"), new Utils.VoidParam("smarter_smart_sync_policy_changed"), new Utils.VoidParam("smart_sync_change_policy"), new Utils.VoidParam("smart_sync_not_opt_out"), new Utils.VoidParam("smart_sync_opt_out"), new Utils.VoidParam("sso_change_policy"), new Utils.VoidParam("team_branding_policy_changed"), new Utils.VoidParam("team_extensions_policy_changed"), new Utils.VoidParam("team_selective_sync_policy_changed"), new Utils.VoidParam("team_sharing_whitelist_subjects_changed"), new Utils.VoidParam("tfa_add_exception"), new Utils.VoidParam("tfa_change_policy"), new Utils.VoidParam("tfa_remove_exception"), new Utils.VoidParam("two_account_change_policy"), new Utils.VoidParam("viewer_info_policy_changed"), new Utils.VoidParam("watermarking_policy_changed"), new Utils.VoidParam("web_sessions_change_active_session_limit"), new Utils.VoidParam("web_sessions_change_fixed_length_policy"), new Utils.VoidParam("web_sessions_change_idle_length_policy"), new Utils.VoidParam("data_residency_migration_request_successful"), new Utils.VoidParam("data_residency_migration_request_unsuccessful"), new Utils.VoidParam("team_merge_from"), new Utils.VoidParam("team_merge_to"), new Utils.VoidParam("team_profile_add_background"), new Utils.VoidParam("team_profile_add_logo"), new Utils.VoidParam("team_profile_change_background"), new Utils.VoidParam("team_profile_change_default_language"), new Utils.VoidParam("team_profile_change_logo"), new Utils.VoidParam("team_profile_change_name"), new Utils.VoidParam("team_profile_remove_background"), new Utils.VoidParam("team_profile_remove_logo"), new Utils.VoidParam("tfa_add_backup_phone"), new Utils.VoidParam("tfa_add_security_key"), new Utils.VoidParam("tfa_change_backup_phone"), new Utils.VoidParam("tfa_change_status"), new Utils.VoidParam("tfa_remove_backup_phone"), new Utils.VoidParam("tfa_remove_security_key"), new Utils.VoidParam("tfa_reset"), new Utils.VoidParam("changed_enterprise_admin_role"), new Utils.VoidParam("changed_enterprise_connected_team_status"), new Utils.VoidParam("ended_enterprise_admin_session"), new Utils.VoidParam("ended_enterprise_admin_session_deprecated"), new Utils.VoidParam("enterprise_settings_locking"), new Utils.VoidParam("guest_admin_change_status"), new Utils.VoidParam("started_enterprise_admin_session"), new Utils.VoidParam("team_merge_request_accepted"), new Utils.VoidParam("team_merge_request_accepted_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_accepted_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_auto_canceled"), new Utils.VoidParam("team_merge_request_canceled"), new Utils.VoidParam("team_merge_request_canceled_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_canceled_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_expired"), new Utils.VoidParam("team_merge_request_expired_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_expired_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_rejected_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_rejected_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_reminder"), new Utils.VoidParam("team_merge_request_reminder_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_reminder_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_revoked"), new Utils.VoidParam("team_merge_request_sent_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_sent_shown_to_secondary_team")]) + new Utils.UnionParam("event_type", true, [new Utils.VoidParam("admin_alerting_alert_state_changed"), new Utils.VoidParam("admin_alerting_changed_alert_config"), new Utils.VoidParam("admin_alerting_triggered_alert"), new Utils.VoidParam("app_blocked_by_permissions"), new Utils.VoidParam("app_link_team"), new Utils.VoidParam("app_link_user"), new Utils.VoidParam("app_unlink_team"), new Utils.VoidParam("app_unlink_user"), new Utils.VoidParam("integration_connected"), new Utils.VoidParam("integration_disconnected"), new Utils.VoidParam("file_add_comment"), new Utils.VoidParam("file_change_comment_subscription"), new Utils.VoidParam("file_delete_comment"), new Utils.VoidParam("file_edit_comment"), new Utils.VoidParam("file_like_comment"), new Utils.VoidParam("file_resolve_comment"), new Utils.VoidParam("file_unlike_comment"), new Utils.VoidParam("file_unresolve_comment"), new Utils.VoidParam("governance_policy_add_folders"), new Utils.VoidParam("governance_policy_add_folder_failed"), new Utils.VoidParam("governance_policy_content_disposed"), new Utils.VoidParam("governance_policy_create"), new Utils.VoidParam("governance_policy_delete"), new Utils.VoidParam("governance_policy_edit_details"), new Utils.VoidParam("governance_policy_edit_duration"), new Utils.VoidParam("governance_policy_export_created"), new Utils.VoidParam("governance_policy_export_removed"), new Utils.VoidParam("governance_policy_remove_folders"), new Utils.VoidParam("governance_policy_report_created"), new Utils.VoidParam("governance_policy_zip_part_downloaded"), new Utils.VoidParam("legal_holds_activate_a_hold"), new Utils.VoidParam("legal_holds_add_members"), new Utils.VoidParam("legal_holds_change_hold_details"), new Utils.VoidParam("legal_holds_change_hold_name"), new Utils.VoidParam("legal_holds_export_a_hold"), new Utils.VoidParam("legal_holds_export_cancelled"), new Utils.VoidParam("legal_holds_export_downloaded"), new Utils.VoidParam("legal_holds_export_removed"), new Utils.VoidParam("legal_holds_release_a_hold"), new Utils.VoidParam("legal_holds_remove_members"), new Utils.VoidParam("legal_holds_report_a_hold"), new Utils.VoidParam("device_change_ip_desktop"), new Utils.VoidParam("device_change_ip_mobile"), new Utils.VoidParam("device_change_ip_web"), new Utils.VoidParam("device_delete_on_unlink_fail"), new Utils.VoidParam("device_delete_on_unlink_success"), new Utils.VoidParam("device_link_fail"), new Utils.VoidParam("device_link_success"), new Utils.VoidParam("device_management_disabled"), new Utils.VoidParam("device_management_enabled"), new Utils.VoidParam("device_sync_backup_status_changed"), new Utils.VoidParam("device_unlink"), new Utils.VoidParam("dropbox_passwords_exported"), new Utils.VoidParam("dropbox_passwords_new_device_enrolled"), new Utils.VoidParam("emm_refresh_auth_token"), new Utils.VoidParam("external_drive_backup_eligibility_status_checked"), new Utils.VoidParam("external_drive_backup_status_changed"), new Utils.VoidParam("account_capture_change_availability"), new Utils.VoidParam("account_capture_migrate_account"), new Utils.VoidParam("account_capture_notification_emails_sent"), new Utils.VoidParam("account_capture_relinquish_account"), new Utils.VoidParam("disabled_domain_invites"), new Utils.VoidParam("domain_invites_approve_request_to_join_team"), new Utils.VoidParam("domain_invites_decline_request_to_join_team"), new Utils.VoidParam("domain_invites_email_existing_users"), new Utils.VoidParam("domain_invites_request_to_join_team"), new Utils.VoidParam("domain_invites_set_invite_new_user_pref_to_no"), new Utils.VoidParam("domain_invites_set_invite_new_user_pref_to_yes"), new Utils.VoidParam("domain_verification_add_domain_fail"), new Utils.VoidParam("domain_verification_add_domain_success"), new Utils.VoidParam("domain_verification_remove_domain"), new Utils.VoidParam("enabled_domain_invites"), new Utils.VoidParam("apply_naming_convention"), new Utils.VoidParam("create_folder"), new Utils.VoidParam("file_add"), new Utils.VoidParam("file_copy"), new Utils.VoidParam("file_delete"), new Utils.VoidParam("file_download"), new Utils.VoidParam("file_edit"), new Utils.VoidParam("file_get_copy_reference"), new Utils.VoidParam("file_locking_lock_status_changed"), new Utils.VoidParam("file_move"), new Utils.VoidParam("file_permanently_delete"), new Utils.VoidParam("file_preview"), new Utils.VoidParam("file_rename"), new Utils.VoidParam("file_restore"), new Utils.VoidParam("file_revert"), new Utils.VoidParam("file_rollback_changes"), new Utils.VoidParam("file_save_copy_reference"), new Utils.VoidParam("folder_overview_description_changed"), new Utils.VoidParam("folder_overview_item_pinned"), new Utils.VoidParam("folder_overview_item_unpinned"), new Utils.VoidParam("object_label_added"), new Utils.VoidParam("object_label_removed"), new Utils.VoidParam("object_label_updated_value"), new Utils.VoidParam("organize_folder_with_tidy"), new Utils.VoidParam("rewind_folder"), new Utils.VoidParam("undo_naming_convention"), new Utils.VoidParam("undo_organize_folder_with_tidy"), new Utils.VoidParam("user_tags_added"), new Utils.VoidParam("user_tags_removed"), new Utils.VoidParam("email_ingest_receive_file"), new Utils.VoidParam("file_request_change"), new Utils.VoidParam("file_request_close"), new Utils.VoidParam("file_request_create"), new Utils.VoidParam("file_request_delete"), new Utils.VoidParam("file_request_receive_file"), new Utils.VoidParam("group_add_external_id"), new Utils.VoidParam("group_add_member"), new Utils.VoidParam("group_change_external_id"), new Utils.VoidParam("group_change_management_type"), new Utils.VoidParam("group_change_member_role"), new Utils.VoidParam("group_create"), new Utils.VoidParam("group_delete"), new Utils.VoidParam("group_description_updated"), new Utils.VoidParam("group_join_policy_updated"), new Utils.VoidParam("group_moved"), new Utils.VoidParam("group_remove_external_id"), new Utils.VoidParam("group_remove_member"), new Utils.VoidParam("group_rename"), new Utils.VoidParam("account_lock_or_unlocked"), new Utils.VoidParam("emm_error"), new Utils.VoidParam("guest_admin_signed_in_via_trusted_teams"), new Utils.VoidParam("guest_admin_signed_out_via_trusted_teams"), new Utils.VoidParam("login_fail"), new Utils.VoidParam("login_success"), new Utils.VoidParam("logout"), new Utils.VoidParam("reseller_support_session_end"), new Utils.VoidParam("reseller_support_session_start"), new Utils.VoidParam("sign_in_as_session_end"), new Utils.VoidParam("sign_in_as_session_start"), new Utils.VoidParam("sso_error"), new Utils.VoidParam("create_team_invite_link"), new Utils.VoidParam("delete_team_invite_link"), new Utils.VoidParam("member_add_external_id"), new Utils.VoidParam("member_add_name"), new Utils.VoidParam("member_change_admin_role"), new Utils.VoidParam("member_change_email"), new Utils.VoidParam("member_change_external_id"), new Utils.VoidParam("member_change_membership_type"), new Utils.VoidParam("member_change_name"), new Utils.VoidParam("member_change_reseller_role"), new Utils.VoidParam("member_change_status"), new Utils.VoidParam("member_delete_manual_contacts"), new Utils.VoidParam("member_delete_profile_photo"), new Utils.VoidParam("member_permanently_delete_account_contents"), new Utils.VoidParam("member_remove_external_id"), new Utils.VoidParam("member_set_profile_photo"), new Utils.VoidParam("member_space_limits_add_custom_quota"), new Utils.VoidParam("member_space_limits_change_custom_quota"), new Utils.VoidParam("member_space_limits_change_status"), new Utils.VoidParam("member_space_limits_remove_custom_quota"), new Utils.VoidParam("member_suggest"), new Utils.VoidParam("member_transfer_account_contents"), new Utils.VoidParam("pending_secondary_email_added"), new Utils.VoidParam("secondary_email_deleted"), new Utils.VoidParam("secondary_email_verified"), new Utils.VoidParam("secondary_mails_policy_changed"), new Utils.VoidParam("binder_add_page"), new Utils.VoidParam("binder_add_section"), new Utils.VoidParam("binder_remove_page"), new Utils.VoidParam("binder_remove_section"), new Utils.VoidParam("binder_rename_page"), new Utils.VoidParam("binder_rename_section"), new Utils.VoidParam("binder_reorder_page"), new Utils.VoidParam("binder_reorder_section"), new Utils.VoidParam("paper_content_add_member"), new Utils.VoidParam("paper_content_add_to_folder"), new Utils.VoidParam("paper_content_archive"), new Utils.VoidParam("paper_content_create"), new Utils.VoidParam("paper_content_permanently_delete"), new Utils.VoidParam("paper_content_remove_from_folder"), new Utils.VoidParam("paper_content_remove_member"), new Utils.VoidParam("paper_content_rename"), new Utils.VoidParam("paper_content_restore"), new Utils.VoidParam("paper_doc_add_comment"), new Utils.VoidParam("paper_doc_change_member_role"), new Utils.VoidParam("paper_doc_change_sharing_policy"), new Utils.VoidParam("paper_doc_change_subscription"), new Utils.VoidParam("paper_doc_deleted"), new Utils.VoidParam("paper_doc_delete_comment"), new Utils.VoidParam("paper_doc_download"), new Utils.VoidParam("paper_doc_edit"), new Utils.VoidParam("paper_doc_edit_comment"), new Utils.VoidParam("paper_doc_followed"), new Utils.VoidParam("paper_doc_mention"), new Utils.VoidParam("paper_doc_ownership_changed"), new Utils.VoidParam("paper_doc_request_access"), new Utils.VoidParam("paper_doc_resolve_comment"), new Utils.VoidParam("paper_doc_revert"), new Utils.VoidParam("paper_doc_slack_share"), new Utils.VoidParam("paper_doc_team_invite"), new Utils.VoidParam("paper_doc_trashed"), new Utils.VoidParam("paper_doc_unresolve_comment"), new Utils.VoidParam("paper_doc_untrashed"), new Utils.VoidParam("paper_doc_view"), new Utils.VoidParam("paper_external_view_allow"), new Utils.VoidParam("paper_external_view_default_team"), new Utils.VoidParam("paper_external_view_forbid"), new Utils.VoidParam("paper_folder_change_subscription"), new Utils.VoidParam("paper_folder_deleted"), new Utils.VoidParam("paper_folder_followed"), new Utils.VoidParam("paper_folder_team_invite"), new Utils.VoidParam("paper_published_link_change_permission"), new Utils.VoidParam("paper_published_link_create"), new Utils.VoidParam("paper_published_link_disabled"), new Utils.VoidParam("paper_published_link_view"), new Utils.VoidParam("password_change"), new Utils.VoidParam("password_reset"), new Utils.VoidParam("password_reset_all"), new Utils.VoidParam("classification_create_report"), new Utils.VoidParam("classification_create_report_fail"), new Utils.VoidParam("emm_create_exceptions_report"), new Utils.VoidParam("emm_create_usage_report"), new Utils.VoidParam("export_members_report"), new Utils.VoidParam("export_members_report_fail"), new Utils.VoidParam("external_sharing_create_report"), new Utils.VoidParam("external_sharing_report_failed"), new Utils.VoidParam("no_expiration_link_gen_create_report"), new Utils.VoidParam("no_expiration_link_gen_report_failed"), new Utils.VoidParam("no_password_link_gen_create_report"), new Utils.VoidParam("no_password_link_gen_report_failed"), new Utils.VoidParam("no_password_link_view_create_report"), new Utils.VoidParam("no_password_link_view_report_failed"), new Utils.VoidParam("outdated_link_view_create_report"), new Utils.VoidParam("outdated_link_view_report_failed"), new Utils.VoidParam("paper_admin_export_start"), new Utils.VoidParam("smart_sync_create_admin_privilege_report"), new Utils.VoidParam("team_activity_create_report"), new Utils.VoidParam("team_activity_create_report_fail"), new Utils.VoidParam("collection_share"), new Utils.VoidParam("file_transfers_file_add"), new Utils.VoidParam("file_transfers_transfer_delete"), new Utils.VoidParam("file_transfers_transfer_download"), new Utils.VoidParam("file_transfers_transfer_send"), new Utils.VoidParam("file_transfers_transfer_view"), new Utils.VoidParam("note_acl_invite_only"), new Utils.VoidParam("note_acl_link"), new Utils.VoidParam("note_acl_team_link"), new Utils.VoidParam("note_shared"), new Utils.VoidParam("note_share_receive"), new Utils.VoidParam("open_note_shared"), new Utils.VoidParam("sf_add_group"), new Utils.VoidParam("sf_allow_non_members_to_view_shared_links"), new Utils.VoidParam("sf_external_invite_warn"), new Utils.VoidParam("sf_fb_invite"), new Utils.VoidParam("sf_fb_invite_change_role"), new Utils.VoidParam("sf_fb_uninvite"), new Utils.VoidParam("sf_invite_group"), new Utils.VoidParam("sf_team_grant_access"), new Utils.VoidParam("sf_team_invite"), new Utils.VoidParam("sf_team_invite_change_role"), new Utils.VoidParam("sf_team_join"), new Utils.VoidParam("sf_team_join_from_oob_link"), new Utils.VoidParam("sf_team_uninvite"), new Utils.VoidParam("shared_content_add_invitees"), new Utils.VoidParam("shared_content_add_link_expiry"), new Utils.VoidParam("shared_content_add_link_password"), new Utils.VoidParam("shared_content_add_member"), new Utils.VoidParam("shared_content_change_downloads_policy"), new Utils.VoidParam("shared_content_change_invitee_role"), new Utils.VoidParam("shared_content_change_link_audience"), new Utils.VoidParam("shared_content_change_link_expiry"), new Utils.VoidParam("shared_content_change_link_password"), new Utils.VoidParam("shared_content_change_member_role"), new Utils.VoidParam("shared_content_change_viewer_info_policy"), new Utils.VoidParam("shared_content_claim_invitation"), new Utils.VoidParam("shared_content_copy"), new Utils.VoidParam("shared_content_download"), new Utils.VoidParam("shared_content_relinquish_membership"), new Utils.VoidParam("shared_content_remove_invitees"), new Utils.VoidParam("shared_content_remove_link_expiry"), new Utils.VoidParam("shared_content_remove_link_password"), new Utils.VoidParam("shared_content_remove_member"), new Utils.VoidParam("shared_content_request_access"), new Utils.VoidParam("shared_content_restore_invitees"), new Utils.VoidParam("shared_content_restore_member"), new Utils.VoidParam("shared_content_unshare"), new Utils.VoidParam("shared_content_view"), new Utils.VoidParam("shared_folder_change_link_policy"), new Utils.VoidParam("shared_folder_change_members_inheritance_policy"), new Utils.VoidParam("shared_folder_change_members_management_policy"), new Utils.VoidParam("shared_folder_change_members_policy"), new Utils.VoidParam("shared_folder_create"), new Utils.VoidParam("shared_folder_decline_invitation"), new Utils.VoidParam("shared_folder_mount"), new Utils.VoidParam("shared_folder_nest"), new Utils.VoidParam("shared_folder_transfer_ownership"), new Utils.VoidParam("shared_folder_unmount"), new Utils.VoidParam("shared_link_add_expiry"), new Utils.VoidParam("shared_link_change_expiry"), new Utils.VoidParam("shared_link_change_visibility"), new Utils.VoidParam("shared_link_copy"), new Utils.VoidParam("shared_link_create"), new Utils.VoidParam("shared_link_disable"), new Utils.VoidParam("shared_link_download"), new Utils.VoidParam("shared_link_remove_expiry"), new Utils.VoidParam("shared_link_settings_add_expiration"), new Utils.VoidParam("shared_link_settings_add_password"), new Utils.VoidParam("shared_link_settings_allow_download_disabled"), new Utils.VoidParam("shared_link_settings_allow_download_enabled"), new Utils.VoidParam("shared_link_settings_change_audience"), new Utils.VoidParam("shared_link_settings_change_expiration"), new Utils.VoidParam("shared_link_settings_change_password"), new Utils.VoidParam("shared_link_settings_remove_expiration"), new Utils.VoidParam("shared_link_settings_remove_password"), new Utils.VoidParam("shared_link_share"), new Utils.VoidParam("shared_link_view"), new Utils.VoidParam("shared_note_opened"), new Utils.VoidParam("shmodel_disable_downloads"), new Utils.VoidParam("shmodel_enable_downloads"), new Utils.VoidParam("shmodel_group_share"), new Utils.VoidParam("showcase_access_granted"), new Utils.VoidParam("showcase_add_member"), new Utils.VoidParam("showcase_archived"), new Utils.VoidParam("showcase_created"), new Utils.VoidParam("showcase_delete_comment"), new Utils.VoidParam("showcase_edited"), new Utils.VoidParam("showcase_edit_comment"), new Utils.VoidParam("showcase_file_added"), new Utils.VoidParam("showcase_file_download"), new Utils.VoidParam("showcase_file_removed"), new Utils.VoidParam("showcase_file_view"), new Utils.VoidParam("showcase_permanently_deleted"), new Utils.VoidParam("showcase_post_comment"), new Utils.VoidParam("showcase_remove_member"), new Utils.VoidParam("showcase_renamed"), new Utils.VoidParam("showcase_request_access"), new Utils.VoidParam("showcase_resolve_comment"), new Utils.VoidParam("showcase_restored"), new Utils.VoidParam("showcase_trashed"), new Utils.VoidParam("showcase_trashed_deprecated"), new Utils.VoidParam("showcase_unresolve_comment"), new Utils.VoidParam("showcase_untrashed"), new Utils.VoidParam("showcase_untrashed_deprecated"), new Utils.VoidParam("showcase_view"), new Utils.VoidParam("sso_add_cert"), new Utils.VoidParam("sso_add_login_url"), new Utils.VoidParam("sso_add_logout_url"), new Utils.VoidParam("sso_change_cert"), new Utils.VoidParam("sso_change_login_url"), new Utils.VoidParam("sso_change_logout_url"), new Utils.VoidParam("sso_change_saml_identity_mode"), new Utils.VoidParam("sso_remove_cert"), new Utils.VoidParam("sso_remove_login_url"), new Utils.VoidParam("sso_remove_logout_url"), new Utils.VoidParam("team_folder_change_status"), new Utils.VoidParam("team_folder_create"), new Utils.VoidParam("team_folder_downgrade"), new Utils.VoidParam("team_folder_permanently_delete"), new Utils.VoidParam("team_folder_rename"), new Utils.VoidParam("team_selective_sync_settings_changed"), new Utils.VoidParam("account_capture_change_policy"), new Utils.VoidParam("admin_email_reminders_changed"), new Utils.VoidParam("allow_download_disabled"), new Utils.VoidParam("allow_download_enabled"), new Utils.VoidParam("app_permissions_changed"), new Utils.VoidParam("camera_uploads_policy_changed"), new Utils.VoidParam("capture_transcript_policy_changed"), new Utils.VoidParam("classification_change_policy"), new Utils.VoidParam("computer_backup_policy_changed"), new Utils.VoidParam("content_administration_policy_changed"), new Utils.VoidParam("data_placement_restriction_change_policy"), new Utils.VoidParam("data_placement_restriction_satisfy_policy"), new Utils.VoidParam("device_approvals_add_exception"), new Utils.VoidParam("device_approvals_change_desktop_policy"), new Utils.VoidParam("device_approvals_change_mobile_policy"), new Utils.VoidParam("device_approvals_change_overage_action"), new Utils.VoidParam("device_approvals_change_unlink_action"), new Utils.VoidParam("device_approvals_remove_exception"), new Utils.VoidParam("directory_restrictions_add_members"), new Utils.VoidParam("directory_restrictions_remove_members"), new Utils.VoidParam("dropbox_passwords_policy_changed"), new Utils.VoidParam("email_ingest_policy_changed"), new Utils.VoidParam("emm_add_exception"), new Utils.VoidParam("emm_change_policy"), new Utils.VoidParam("emm_remove_exception"), new Utils.VoidParam("extended_version_history_change_policy"), new Utils.VoidParam("external_drive_backup_policy_changed"), new Utils.VoidParam("file_comments_change_policy"), new Utils.VoidParam("file_locking_policy_changed"), new Utils.VoidParam("file_provider_migration_policy_changed"), new Utils.VoidParam("file_requests_change_policy"), new Utils.VoidParam("file_requests_emails_enabled"), new Utils.VoidParam("file_requests_emails_restricted_to_team_only"), new Utils.VoidParam("file_transfers_policy_changed"), new Utils.VoidParam("folder_link_restriction_policy_changed"), new Utils.VoidParam("google_sso_change_policy"), new Utils.VoidParam("group_user_management_change_policy"), new Utils.VoidParam("integration_policy_changed"), new Utils.VoidParam("invite_acceptance_email_policy_changed"), new Utils.VoidParam("member_requests_change_policy"), new Utils.VoidParam("member_send_invite_policy_changed"), new Utils.VoidParam("member_space_limits_add_exception"), new Utils.VoidParam("member_space_limits_change_caps_type_policy"), new Utils.VoidParam("member_space_limits_change_policy"), new Utils.VoidParam("member_space_limits_remove_exception"), new Utils.VoidParam("member_suggestions_change_policy"), new Utils.VoidParam("microsoft_office_addin_change_policy"), new Utils.VoidParam("network_control_change_policy"), new Utils.VoidParam("paper_change_deployment_policy"), new Utils.VoidParam("paper_change_member_link_policy"), new Utils.VoidParam("paper_change_member_policy"), new Utils.VoidParam("paper_change_policy"), new Utils.VoidParam("paper_default_folder_policy_changed"), new Utils.VoidParam("paper_desktop_policy_changed"), new Utils.VoidParam("paper_enabled_users_group_addition"), new Utils.VoidParam("paper_enabled_users_group_removal"), new Utils.VoidParam("password_strength_requirements_change_policy"), new Utils.VoidParam("permanent_delete_change_policy"), new Utils.VoidParam("reseller_support_change_policy"), new Utils.VoidParam("rewind_policy_changed"), new Utils.VoidParam("send_for_signature_policy_changed"), new Utils.VoidParam("sharing_change_folder_join_policy"), new Utils.VoidParam("sharing_change_link_allow_change_expiration_policy"), new Utils.VoidParam("sharing_change_link_default_expiration_policy"), new Utils.VoidParam("sharing_change_link_enforce_password_policy"), new Utils.VoidParam("sharing_change_link_policy"), new Utils.VoidParam("sharing_change_member_policy"), new Utils.VoidParam("showcase_change_download_policy"), new Utils.VoidParam("showcase_change_enabled_policy"), new Utils.VoidParam("showcase_change_external_sharing_policy"), new Utils.VoidParam("smarter_smart_sync_policy_changed"), new Utils.VoidParam("smart_sync_change_policy"), new Utils.VoidParam("smart_sync_not_opt_out"), new Utils.VoidParam("smart_sync_opt_out"), new Utils.VoidParam("sso_change_policy"), new Utils.VoidParam("team_branding_policy_changed"), new Utils.VoidParam("team_extensions_policy_changed"), new Utils.VoidParam("team_selective_sync_policy_changed"), new Utils.VoidParam("team_sharing_whitelist_subjects_changed"), new Utils.VoidParam("tfa_add_exception"), new Utils.VoidParam("tfa_change_policy"), new Utils.VoidParam("tfa_remove_exception"), new Utils.VoidParam("two_account_change_policy"), new Utils.VoidParam("viewer_info_policy_changed"), new Utils.VoidParam("watermarking_policy_changed"), new Utils.VoidParam("web_sessions_change_active_session_limit"), new Utils.VoidParam("web_sessions_change_fixed_length_policy"), new Utils.VoidParam("web_sessions_change_idle_length_policy"), new Utils.VoidParam("data_residency_migration_request_successful"), new Utils.VoidParam("data_residency_migration_request_unsuccessful"), new Utils.VoidParam("team_merge_from"), new Utils.VoidParam("team_merge_to"), new Utils.VoidParam("team_profile_add_background"), new Utils.VoidParam("team_profile_add_logo"), new Utils.VoidParam("team_profile_change_background"), new Utils.VoidParam("team_profile_change_default_language"), new Utils.VoidParam("team_profile_change_logo"), new Utils.VoidParam("team_profile_change_name"), new Utils.VoidParam("team_profile_remove_background"), new Utils.VoidParam("team_profile_remove_logo"), new Utils.VoidParam("tfa_add_backup_phone"), new Utils.VoidParam("tfa_add_security_key"), new Utils.VoidParam("tfa_change_backup_phone"), new Utils.VoidParam("tfa_change_status"), new Utils.VoidParam("tfa_remove_backup_phone"), new Utils.VoidParam("tfa_remove_security_key"), new Utils.VoidParam("tfa_reset"), new Utils.VoidParam("changed_enterprise_admin_role"), new Utils.VoidParam("changed_enterprise_connected_team_status"), new Utils.VoidParam("ended_enterprise_admin_session"), new Utils.VoidParam("ended_enterprise_admin_session_deprecated"), new Utils.VoidParam("enterprise_settings_locking"), new Utils.VoidParam("guest_admin_change_status"), new Utils.VoidParam("started_enterprise_admin_session"), new Utils.VoidParam("team_merge_request_accepted"), new Utils.VoidParam("team_merge_request_accepted_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_accepted_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_auto_canceled"), new Utils.VoidParam("team_merge_request_canceled"), new Utils.VoidParam("team_merge_request_canceled_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_canceled_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_expired"), new Utils.VoidParam("team_merge_request_expired_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_expired_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_rejected_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_rejected_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_reminder"), new Utils.VoidParam("team_merge_request_reminder_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_reminder_shown_to_secondary_team"), new Utils.VoidParam("team_merge_request_revoked"), new Utils.VoidParam("team_merge_request_sent_shown_to_primary_team"), new Utils.VoidParam("team_merge_request_sent_shown_to_secondary_team")]) ); const team_log_get_events_continue_endpt = new Utils.Endpoint("team_log", "get_events/continue", { @@ -2995,6 +3061,7 @@ module Endpoints { files_upload_session_finish_batch_check_endpt, files_upload_session_start_endpt, files_upload_session_start_batch_endpt, + openid_userinfo_endpt, sharing_add_file_member_endpt, sharing_add_folder_member_endpt, sharing_check_job_status_endpt, @@ -3102,6 +3169,10 @@ module Endpoints { team_members_unsuspend_endpt, team_namespaces_list_endpt, team_namespaces_list_continue_endpt, + team_sharing_allowlist_add_endpt, + team_sharing_allowlist_list_endpt, + team_sharing_allowlist_list_continue_endpt, + team_sharing_allowlist_remove_endpt, team_team_folder_activate_endpt, team_team_folder_archive_endpt, team_team_folder_archive_check_endpt,