@@ -940,6 +940,7 @@ struct TeamLogInfo
940940union TeamMembershipType
941941 free
942942 full
943+ guest
943944
944945union TeamMergeRequestAcceptedExtraDetails
945946 "Team merge request acceptance details"
@@ -5508,7 +5509,7 @@ struct AccountCaptureChangePolicyDetails
55085509 previous_value = disabled
55095510
55105511struct AdminEmailRemindersChangedDetails
5511- "Changed admin email reminder policy for team requests to join."
5512+ "Changed admin reminder settings for requests to join the team ."
55125513
55135514 new_value AdminEmailRemindersPolicy
55145515 "To."
@@ -5777,6 +5778,18 @@ struct FileLockingPolicyChangedDetails
57775778 new_value = disabled
57785779 previous_value = disabled
57795780
5781+ struct FileProviderMigrationPolicyChangedDetails
5782+ "Changed File Provider Migration policy for team."
5783+
5784+ new_value team_policies.FileProviderMigrationPolicyState
5785+ "To."
5786+ previous_value team_policies.FileProviderMigrationPolicyState
5787+ "From."
5788+
5789+ example default
5790+ new_value = default
5791+ previous_value = default
5792+
57805793struct FileRequestsChangePolicyDetails
57815794 "Enabled/disabled file requests."
57825795
@@ -7158,6 +7171,7 @@ union EventDetails
71587171 external_drive_backup_policy_changed_details ExternalDriveBackupPolicyChangedDetails
71597172 file_comments_change_policy_details FileCommentsChangePolicyDetails
71607173 file_locking_policy_changed_details FileLockingPolicyChangedDetails
7174+ file_provider_migration_policy_changed_details FileProviderMigrationPolicyChangedDetails
71617175 file_requests_change_policy_details FileRequestsChangePolicyDetails
71627176 file_requests_emails_enabled_details FileRequestsEmailsEnabledDetails
71637177 file_requests_emails_restricted_to_team_only_details FileRequestsEmailsRestrictedToTeamOnlyDetails
@@ -9392,7 +9406,7 @@ struct AdminEmailRemindersChangedType
93929406 description String
93939407
93949408 example default
9395- description = "(team_policies) Changed admin email reminder policy for team requests to join"
9409+ description = "(team_policies) Changed admin reminder settings for requests to join the team "
93969410
93979411struct AllowDownloadDisabledType
93989412 description String
@@ -9556,6 +9570,12 @@ struct FileLockingPolicyChangedType
95569570 example default
95579571 description = "(team_policies) Changed file locking policy for team"
95589572
9573+ struct FileProviderMigrationPolicyChangedType
9574+ description String
9575+
9576+ example default
9577+ description = "(team_policies) Changed File Provider Migration policy for team"
9578+
95599579struct FileRequestsChangePolicyType
95609580 description String
95619581
@@ -10873,7 +10893,7 @@ union EventType
1087310893 account_capture_change_policy AccountCaptureChangePolicyType
1087410894 "(team_policies) Changed account capture setting on team domain"
1087510895 admin_email_reminders_changed AdminEmailRemindersChangedType
10876- "(team_policies) Changed admin email reminder policy for team requests to join"
10896+ "(team_policies) Changed admin reminder settings for requests to join the team "
1087710897 allow_download_disabled AllowDownloadDisabledType
1087810898 "(team_policies) Disabled downloads (deprecated, no longer logged)"
1087910899 allow_download_enabled AllowDownloadEnabledType
@@ -10928,6 +10948,8 @@ union EventType
1092810948 "(team_policies) Enabled/disabled commenting on team files"
1092910949 file_locking_policy_changed FileLockingPolicyChangedType
1093010950 "(team_policies) Changed file locking policy for team"
10951+ file_provider_migration_policy_changed FileProviderMigrationPolicyChangedType
10952+ "(team_policies) Changed File Provider Migration policy for team"
1093110953 file_requests_change_policy FileRequestsChangePolicyType
1093210954 "(team_policies) Enabled/disabled file requests"
1093310955 file_requests_emails_enabled FileRequestsEmailsEnabledType
@@ -11845,7 +11867,7 @@ union EventTypeArg
1184511867 account_capture_change_policy
1184611868 "(team_policies) Changed account capture setting on team domain"
1184711869 admin_email_reminders_changed
11848- "(team_policies) Changed admin email reminder policy for team requests to join"
11870+ "(team_policies) Changed admin reminder settings for requests to join the team "
1184911871 allow_download_disabled
1185011872 "(team_policies) Disabled downloads (deprecated, no longer logged)"
1185111873 allow_download_enabled
@@ -11900,6 +11922,8 @@ union EventTypeArg
1190011922 "(team_policies) Enabled/disabled commenting on team files"
1190111923 file_locking_policy_changed
1190211924 "(team_policies) Changed file locking policy for team"
11925+ file_provider_migration_policy_changed
11926+ "(team_policies) Changed File Provider Migration policy for team"
1190311927 file_requests_change_policy
1190411928 "(team_policies) Enabled/disabled file requests"
1190511929 file_requests_emails_enabled
0 commit comments