Skip to content

Spec Update 07/28/2021 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions team_log_generated.stone
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ struct Certificate
common_name = "xyz"

union ChangeLinkExpirationPolicy
"Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared is updated"
"Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared link is updated"
allowed
not_allowed

Expand Down Expand Up @@ -5923,7 +5923,7 @@ struct SharingChangeFolderJoinPolicyDetails
previous_value = from_anyone

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

new_value EnforceLinkPasswordPolicy
"To."
Expand All @@ -5947,7 +5947,7 @@ struct SharingChangeLinkDefaultExpirationPolicyDetails
previous_value = none

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

new_value ChangeLinkExpirationPolicy
"To."
Expand Down Expand Up @@ -9495,7 +9495,7 @@ struct SharingChangeLinkAllowChangeExpirationPolicyType
description String

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

struct SharingChangeLinkDefaultExpirationPolicyType
description String
Expand All @@ -9507,7 +9507,7 @@ struct SharingChangeLinkEnforcePasswordPolicyType
description String

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

struct SharingChangeLinkPolicyType
description String
Expand Down Expand Up @@ -10708,11 +10708,11 @@ union EventType
sharing_change_folder_join_policy SharingChangeFolderJoinPolicyType
"(team_policies) Changed whether team members can join shared folders owned outside team"
sharing_change_link_allow_change_expiration_policy SharingChangeLinkAllowChangeExpirationPolicyType
"(team_policies) Changed the password requirement for the links shared outside of the team"
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
sharing_change_link_default_expiration_policy SharingChangeLinkDefaultExpirationPolicyType
"(team_policies) Changed the default expiration for the links shared outside of the team"
sharing_change_link_enforce_password_policy SharingChangeLinkEnforcePasswordPolicyType
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
"(team_policies) Changed the password requirement for the links shared outside of the team"
sharing_change_link_policy SharingChangeLinkPolicyType
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
sharing_change_member_policy SharingChangeMemberPolicyType
Expand Down Expand Up @@ -11656,11 +11656,11 @@ union EventTypeArg
sharing_change_folder_join_policy
"(team_policies) Changed whether team members can join shared folders owned outside team"
sharing_change_link_allow_change_expiration_policy
"(team_policies) Changed the password requirement for the links shared outside of the team"
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
sharing_change_link_default_expiration_policy
"(team_policies) Changed the default expiration for the links shared outside of the team"
sharing_change_link_enforce_password_policy
"(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team"
"(team_policies) Changed the password requirement for the links shared outside of the team"
sharing_change_link_policy
"(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default"
sharing_change_member_policy
Expand Down