-
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.
Auth namespace: - Added user_suspended to AuthError. Files namespace: - Added PathRootError. - Added invalid_path_root to LookupError. - Added autorename to CreateFolderArg. - Added DeleteBatchArg, DeleteBatchResultEntry, DeleteResult, DeleteBatchResult, DeleteBatchError and DeleteBatchJobStatus. - Added delete_batch and delete_batch/check routes. - Added RelocationPath. - Added to allow_shared_folder and autorename to RelocationArg. - Added RelocationBatchArg, RelocationBatchResult, RelocationBatchJobStatus. RelocationResult and RelocationBatchError. - Added copy_batch and copy_batch/check routes. - Added move_batch and move_batch/check routes. Sharing namespace: - Changed PathOrId validation pattern. - Changed path in ShareFolderArg from type files.Path to files.WritePath. - Added contains_app_folder, contains_team_folder and invalid_path_root to ShareFolderArg. Stone Cfg namespace: - Changed validation pattern for owner in Route. Team namespace: - Added team_license_limit to MembersRecoverError. - Removed beta_group attribute from members/recover.
- v12.0.2
- v12.0.1
- v12.0.0
- v11.36.2
- v11.36.1
- v11.36.0
- v11.35.0
- v11.34.0
- v11.33.0
- v11.32.0
- v11.31.0
- v11.30.0
- v11.29.0
- v11.28.0
- v11.27.0
- v11.26.0
- v11.25.0
- v11.24.0
- v11.23.0
- v11.22.0
- v11.21.0
- v11.20.0
- v11.19.0
- v11.18.0
- v11.17.0
- v11.16.0
- v11.15.0
- v11.14.0
- v11.13.3
- v11.13.2
- v11.13.1
- v11.13.0
- v11.12.0
- v11.11.0
- v11.10.0
- v11.9.0
- v11.8.0
- v11.7.0
- v11.6.0
- v11.5.0
- v11.4.1
- v11.4.0
- v11.3.0
- v11.2.0
- v11.1.0
- v11.0.0
- v10.35.0
- v10.10.0
- v10.9.0
- v10.8.0
- v10.7.0
- v10.6.0
- v10.5.0
- v10.4.1
- v10.3.1
- v10.3.0
- v10.2.0
- v10.1.2
- v10.1.1
- v10.1.0
- v10.0.0
- v9.5.0
- v9.4.0
- v9.3.0
- v9.2.0
- v9.1.0
- v9.0.0
- v8.9.0
- v8.8.1
- v8.8.0
- v8.7.1
- v8.7.0
- v8.6.0
- v8.5.1
- v8.5.0
- v8.4.1
- v8.4.0
- v8.3.1
- v8.3.0
- v8.2.0
- v8.1.0
- v8.0.0
- v7.3.1
- v7.3.0
- v7.2.1
- v7.2.0
- v7.1.1
- v7.1.0
- v6.9.0
Showing
8 changed files
with
1,668 additions
and
109 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
'create_session', | ||
] | ||
|
||
__version__ = '6.8.0' | ||
__version__ = '6.9.0' | ||
|
||
import contextlib | ||
import json | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule spec
updated
9 files
+2 −0 | auth.stone | |
+196 −27 | files.stone | |
+2 −1 | files_properties.stone | |
+4 −5 | shared_links.stone | |
+10 −1 | sharing_files.stone | |
+11 −1 | sharing_folders.stone | |
+1 −1 | stone_cfg.stone | |
+4 −3 | team_members.stone | |
+3 −0 | users.stone |