Skip to content

Commit f17bc14

Browse files
authored
Automated Spec Update (dropbox#376)
cd86d1f4e456af1e6730ecaf079e9dbdeb72be04 Change Notes: Team Log Generated Namespace: - Update Comments Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com>
1 parent 10d92da commit f17bc14

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

dropbox/team_log.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,7 +3534,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
35343534
class ChangeLinkExpirationPolicy(bb.Union):
35353535
"""
35363536
Policy for deciding whether the team's default expiration days policy must
3537-
be enforced when an externally shared is updated
3537+
be enforced when an externally shared link is updated
35383538

35393539
This class acts as a tagged union. Only one of the ``is_*`` methods will
35403540
return true. To get the associated value of a tag (if one exists), use the
@@ -22459,15 +22459,15 @@ class EventType(bb.Union):
2245922459
whether team members can join shared folders owned outside team
2246022460
:ivar SharingChangeLinkAllowChangeExpirationPolicyType
2246122461
EventType.sharing_change_link_allow_change_expiration_policy:
22462-
(team_policies) Changed the password requirement for the links shared
22463-
outside of the team
22462+
(team_policies) Changed the allow remove or change expiration policy for
22463+
the links shared outside of the team
2246422464
:ivar SharingChangeLinkDefaultExpirationPolicyType
2246522465
EventType.sharing_change_link_default_expiration_policy: (team_policies)
2246622466
Changed the default expiration for the links shared outside of the team
2246722467
:ivar SharingChangeLinkEnforcePasswordPolicyType
2246822468
EventType.sharing_change_link_enforce_password_policy: (team_policies)
22469-
Changed the allow remove or change expiration policy for the links
22470-
shared outside of the team
22469+
Changed the password requirement for the links shared outside of the
22470+
team
2247122471
:ivar SharingChangeLinkPolicyType EventType.sharing_change_link_policy:
2247222472
(team_policies) Changed whether members can share links outside team,
2247322473
and if links are accessible only by team members or anyone by default
@@ -36491,8 +36491,8 @@ def get_sharing_change_folder_join_policy(self):
3649136491

3649236492
def get_sharing_change_link_allow_change_expiration_policy(self):
3649336493
"""
36494-
(team_policies) Changed the password requirement for the links shared
36495-
outside of the team
36494+
(team_policies) Changed the allow remove or change expiration policy for
36495+
the links shared outside of the team
3649636496

3649736497
Only call this if :meth:`is_sharing_change_link_allow_change_expiration_policy` is true.
3649836498

@@ -36517,8 +36517,8 @@ def get_sharing_change_link_default_expiration_policy(self):
3651736517

3651836518
def get_sharing_change_link_enforce_password_policy(self):
3651936519
"""
36520-
(team_policies) Changed the allow remove or change expiration policy for
36521-
the links shared outside of the team
36520+
(team_policies) Changed the password requirement for the links shared
36521+
outside of the team
3652236522

3652336523
Only call this if :meth:`is_sharing_change_link_enforce_password_policy` is true.
3652436524

@@ -38149,14 +38149,14 @@ class EventTypeArg(bb.Union):
3814938149
owned outside team
3815038150
:ivar
3815138151
team_log.EventTypeArg.sharing_change_link_allow_change_expiration_policy:
38152-
(team_policies) Changed the password requirement for the links shared
38153-
outside of the team
38152+
(team_policies) Changed the allow remove or change expiration policy for
38153+
the links shared outside of the team
3815438154
:ivar team_log.EventTypeArg.sharing_change_link_default_expiration_policy:
3815538155
(team_policies) Changed the default expiration for the links shared
3815638156
outside of the team
3815738157
:ivar team_log.EventTypeArg.sharing_change_link_enforce_password_policy:
38158-
(team_policies) Changed the allow remove or change expiration policy for
38159-
the links shared outside of the team
38158+
(team_policies) Changed the password requirement for the links shared
38159+
outside of the team
3816038160
:ivar team_log.EventTypeArg.sharing_change_link_policy: (team_policies)
3816138161
Changed whether members can share links outside team, and if links are
3816238162
accessible only by team members or anyone by default
@@ -62959,7 +62959,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
6295962959

6296062960
class SharingChangeLinkAllowChangeExpirationPolicyDetails(bb.Struct):
6296162961
"""
62962-
Changed the password requirement for the links shared outside of the team.
62962+
Changed the allow remove or change expiration policy for the links shared
62963+
outside of the team.
6296362964

6296462965
:ivar
6296562966
team_log.SharingChangeLinkAllowChangeExpirationPolicyDetails.new_value:
@@ -63082,8 +63083,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
6308263083

6308363084
class SharingChangeLinkEnforcePasswordPolicyDetails(bb.Struct):
6308463085
"""
63085-
Changed the allow remove or change expiration policy for the links shared
63086-
outside of the team.
63086+
Changed the password requirement for the links shared outside of the team.
6308763087

6308863088
:ivar team_log.SharingChangeLinkEnforcePasswordPolicyDetails.new_value: To.
6308963089
:ivar team_log.SharingChangeLinkEnforcePasswordPolicyDetails.previous_value:

spec

0 commit comments

Comments
 (0)