-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files namespace: - Added too_many_write_operations in UploadSessionFinishError. - Removed PathRootError and invalid_path_root in LookupError. (breaking change) - Added team_folder to WriteError. Sharing namespace: - Added access_level to LinkSettings. - Added change_access_level to LinkAction. - Added access_level and audience_restricting_shared_folder to SharedContentLinkMetadataBase. - Added access_type and expected_link_metadata to SharedFileMetadata. - Added path to ParentFolderAccessInfo. - Added actions to UpdateFolderPolicyArg. - Added team_folder to UpdateFolderPolicyError. Stone Cfg namespace: - Added allow_app_folder_app attribute. - Added takes_path_root attribute. Team namespace: - Added route token/get_authenticated_admin. - Added route features/get_values. - Added expires to ActiveWebSession. - Added cursor and has_more to TeamFolderListResult for pagination. - Added route team_folder/list/continue. - Made member_given_name and member_surname optional in MemberAddArg. (breaking change) User namepsace: - Moved AccountType from user namespace to user_common namespace. Added TeamLog namespace.
- Loading branch information
Showing
21 changed files
with
41,721 additions
and
867 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -307,3 +307,4 @@ def __repr__(self): | |
|
||
ROUTES = { | ||
} | ||
|
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 |
---|---|---|
|
@@ -720,3 +720,4 @@ def __repr__(self): | |
'token/from_oauth1': token_from_oauth1, | ||
'token/revoke': token_revoke, | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.