@@ -940,6 +940,7 @@ struct TeamLogInfo
940
940
union TeamMembershipType
941
941
free
942
942
full
943
+ guest
943
944
944
945
union TeamMergeRequestAcceptedExtraDetails
945
946
"Team merge request acceptance details"
@@ -5508,7 +5509,7 @@ struct AccountCaptureChangePolicyDetails
5508
5509
previous_value = disabled
5509
5510
5510
5511
struct AdminEmailRemindersChangedDetails
5511
- "Changed admin email reminder policy for team requests to join."
5512
+ "Changed admin reminder settings for requests to join the team ."
5512
5513
5513
5514
new_value AdminEmailRemindersPolicy
5514
5515
"To."
@@ -5777,6 +5778,18 @@ struct FileLockingPolicyChangedDetails
5777
5778
new_value = disabled
5778
5779
previous_value = disabled
5779
5780
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
+
5780
5793
struct FileRequestsChangePolicyDetails
5781
5794
"Enabled/disabled file requests."
5782
5795
@@ -7158,6 +7171,7 @@ union EventDetails
7158
7171
external_drive_backup_policy_changed_details ExternalDriveBackupPolicyChangedDetails
7159
7172
file_comments_change_policy_details FileCommentsChangePolicyDetails
7160
7173
file_locking_policy_changed_details FileLockingPolicyChangedDetails
7174
+ file_provider_migration_policy_changed_details FileProviderMigrationPolicyChangedDetails
7161
7175
file_requests_change_policy_details FileRequestsChangePolicyDetails
7162
7176
file_requests_emails_enabled_details FileRequestsEmailsEnabledDetails
7163
7177
file_requests_emails_restricted_to_team_only_details FileRequestsEmailsRestrictedToTeamOnlyDetails
@@ -9392,7 +9406,7 @@ struct AdminEmailRemindersChangedType
9392
9406
description String
9393
9407
9394
9408
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 "
9396
9410
9397
9411
struct AllowDownloadDisabledType
9398
9412
description String
@@ -9556,6 +9570,12 @@ struct FileLockingPolicyChangedType
9556
9570
example default
9557
9571
description = "(team_policies) Changed file locking policy for team"
9558
9572
9573
+ struct FileProviderMigrationPolicyChangedType
9574
+ description String
9575
+
9576
+ example default
9577
+ description = "(team_policies) Changed File Provider Migration policy for team"
9578
+
9559
9579
struct FileRequestsChangePolicyType
9560
9580
description String
9561
9581
@@ -10873,7 +10893,7 @@ union EventType
10873
10893
account_capture_change_policy AccountCaptureChangePolicyType
10874
10894
"(team_policies) Changed account capture setting on team domain"
10875
10895
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 "
10877
10897
allow_download_disabled AllowDownloadDisabledType
10878
10898
"(team_policies) Disabled downloads (deprecated, no longer logged)"
10879
10899
allow_download_enabled AllowDownloadEnabledType
@@ -10928,6 +10948,8 @@ union EventType
10928
10948
"(team_policies) Enabled/disabled commenting on team files"
10929
10949
file_locking_policy_changed FileLockingPolicyChangedType
10930
10950
"(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"
10931
10953
file_requests_change_policy FileRequestsChangePolicyType
10932
10954
"(team_policies) Enabled/disabled file requests"
10933
10955
file_requests_emails_enabled FileRequestsEmailsEnabledType
@@ -11845,7 +11867,7 @@ union EventTypeArg
11845
11867
account_capture_change_policy
11846
11868
"(team_policies) Changed account capture setting on team domain"
11847
11869
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 "
11849
11871
allow_download_disabled
11850
11872
"(team_policies) Disabled downloads (deprecated, no longer logged)"
11851
11873
allow_download_enabled
@@ -11900,6 +11922,8 @@ union EventTypeArg
11900
11922
"(team_policies) Enabled/disabled commenting on team files"
11901
11923
file_locking_policy_changed
11902
11924
"(team_policies) Changed file locking policy for team"
11925
+ file_provider_migration_policy_changed
11926
+ "(team_policies) Changed File Provider Migration policy for team"
11903
11927
file_requests_change_policy
11904
11928
"(team_policies) Enabled/disabled file requests"
11905
11929
file_requests_emails_enabled
0 commit comments