-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change log: - Updated documentation. - Added removed_member_policy field to FolderPolicy. - Added group_type field to GroupInfo. - Added owner_team and parent_shared_folder_id field to SharedFolderMetadataBase. - Added not_mountable to MountFolderError. - Added not_unmountable to UnmountFolderError. - Added validation for member external id and email address. - Added shared_link_create_policy field to TeamSharingPolicies. - Added team_license_limit to MembersSuspendError and MembersUnsuspendError.
- Loading branch information
Showing
14 changed files
with
1,078 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
# Auto-generated by BabelAPI, do not modify. | ||
try: | ||
from . import babel_validators as bv | ||
|
Oops, something went wrong.