Skip to content

Commit cd86d1f

Browse files
authored
Spec Update 07/28/2021 (dropbox#51)
Change Notes: Team Log Generated Namespace: - Update Comments
1 parent b343fc6 commit cd86d1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

team_log_generated.stone

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ struct Certificate
341341
common_name = "xyz"
342342

343343
union ChangeLinkExpirationPolicy
344-
"Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared is updated"
344+
"Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared link is updated"
345345
allowed
346346
not_allowed
347347

@@ -5923,7 +5923,7 @@ struct SharingChangeFolderJoinPolicyDetails
59235923
previous_value = from_anyone
59245924

59255925
struct SharingChangeLinkAllowChangeExpirationPolicyDetails
5926-
"Changed the password requirement for the links shared outside of the team."
5926+
"Changed the allow remove or change expiration policy for the links shared outside of the team."
59275927

59285928
new_value EnforceLinkPasswordPolicy
59295929
"To."
@@ -5947,7 +5947,7 @@ struct SharingChangeLinkDefaultExpirationPolicyDetails
59475947
previous_value = none
59485948

59495949
struct SharingChangeLinkEnforcePasswordPolicyDetails
5950-
"Changed the allow remove or change expiration policy for the links shared outside of the team."
5950+
"Changed the password requirement for the links shared outside of the team."
59515951

59525952
new_value ChangeLinkExpirationPolicy
59535953
"To."
@@ -9495,7 +9495,7 @@ struct SharingChangeLinkAllowChangeExpirationPolicyType
94959495
description String
94969496

94979497
example default
9498-
description = "(team_policies) Changed the password requirement for the links shared outside of the team"
9498+
description = "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
94999499

95009500
struct SharingChangeLinkDefaultExpirationPolicyType
95019501
description String
@@ -9507,7 +9507,7 @@ struct SharingChangeLinkEnforcePasswordPolicyType
95079507
description String
95089508

95099509
example default
9510-
description = "(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
9510+
description = "(team_policies) Changed the password requirement for the links shared outside of the team"
95119511

95129512
struct SharingChangeLinkPolicyType
95139513
description String
@@ -10708,11 +10708,11 @@ union EventType
1070810708
sharing_change_folder_join_policy SharingChangeFolderJoinPolicyType
1070910709
"(team_policies) Changed whether team members can join shared folders owned outside team"
1071010710
sharing_change_link_allow_change_expiration_policy SharingChangeLinkAllowChangeExpirationPolicyType
10711-
"(team_policies) Changed the password requirement for the links shared outside of the team"
10711+
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
1071210712
sharing_change_link_default_expiration_policy SharingChangeLinkDefaultExpirationPolicyType
1071310713
"(team_policies) Changed the default expiration for the links shared outside of the team"
1071410714
sharing_change_link_enforce_password_policy SharingChangeLinkEnforcePasswordPolicyType
10715-
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
10715+
"(team_policies) Changed the password requirement for the links shared outside of the team"
1071610716
sharing_change_link_policy SharingChangeLinkPolicyType
1071710717
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
1071810718
sharing_change_member_policy SharingChangeMemberPolicyType
@@ -11656,11 +11656,11 @@ union EventTypeArg
1165611656
sharing_change_folder_join_policy
1165711657
"(team_policies) Changed whether team members can join shared folders owned outside team"
1165811658
sharing_change_link_allow_change_expiration_policy
11659-
"(team_policies) Changed the password requirement for the links shared outside of the team"
11659+
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
1166011660
sharing_change_link_default_expiration_policy
1166111661
"(team_policies) Changed the default expiration for the links shared outside of the team"
1166211662
sharing_change_link_enforce_password_policy
11663-
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
11663+
"(team_policies) Changed the password requirement for the links shared outside of the team"
1166411664
sharing_change_link_policy
1166511665
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
1166611666
sharing_change_member_policy

0 commit comments

Comments
 (0)