-
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.
* Remove Stone Submodule - Remove Stone as submodule and pin in requirements.txt - Pin Stone to major version 1.* until work can be done to upgrade to 2.* - Update Spec Files Namespace Add internal_error to SearchError union. Add locked to LookupError union. Add cant_move_into_vault to RelocationError union. Add MoveIntoVaultError union. Add SearchMatchFieldOptions struct. Add optional match_field_options to SearchV2Arg struct. Doc/example changes. Sharing Namespace Add is_vault to SharePathError union. Add invalid_shared_folder to AddFolderMemberError union. Team Namespace Make members field of LegalHoldsPolicyUpdateArg struct optional. Add app_folder_removal_not_supported to RevokeLinkedAppError union. Doc/example changes. Team Log Namespace Add auto_approve to InviteMethod union. Add moved_from_another_team to InviteMethod union. Add moved_from_another_team to MemberStatus union. Add no_one to SharedLinkVisibility union. Add optional new_team to MemberChangeStatusDetails struct. Add optional previous_team to MemberChangeStatusDetails struct. Add external_sharing_create_report_details to EventDetails union. Add external_sharing_report_failed to EventDetails union. Add content_administration_policy_changed_details to EventDetails Add external_sharing_create_report to EventType. Add external_sharing_report_failed to EventType. Add content_administration_policy_changed to EventType. union. Add send_for_signature_policy_changed_details to EventDetails union. Add external_sharing_create_report to EventTypeArgs union. Add external_sharing_report_failed to EventTypeArgs union. Add content_administration_policy_changed to EventTypeArgs union. Add send_for_signature_policy_changed to EventTypeArgs union. Add SendForSignaturePolicy union. Add ExternalSharingCreateReportDetails struct. Add ExternalSharingReportFailedDetails struct. Add ContentAdministrationPolicyChangedDetails struct. Add SendForSignaturePolicyChangedDetails struct. Add ExternalSharingCreateReportType struct. Add ExternalSharingReportFailedType struct. Add ContentAdministrationPolicyChangedType struct. Add SendForSignaturePolicyChangedType struct. * Remove stone folder
- Loading branch information
Showing
11 changed files
with
1,341 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "stone"] | ||
path = stone | ||
url = https://github.com/dropbox/stone.git | ||
[submodule "spec"] | ||
path = spec | ||
url = https://github.com/dropbox/dropbox-api-spec.git |
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.