-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Automated Spec Update 55ae3f7008099fe4776e12265ccb9c9214305ce9 Change Notes: team_log_generated Namespace: - Add EmailIngestPolicy union - Add EmailIngestReceiveFileDetails, EmailIngestPolicyChangedDetails, EmailIngestReceiveFileType, and EmailIngestPolicyChangedType structs - Update EventDetails union to include email_ingest_receive_file_details and email_ingest_policy_changed_details - Update EventType union to include email_ingest_receive_file and email_ingest_policy_changed - Update EventTypeArg to include email_ingest_receive_file and email_ingest_policy_changed Co-authored-by: Brent Bumann <bbumann@dropbox.com> * Update package.json Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com> Co-authored-by: Brent Bumann <bbumann@dropbox.com>
- Loading branch information
1 parent
78149da
commit 2445e18
Showing
6 changed files
with
158 additions
and
10 deletions.
There are no files selected for viewing
Submodule stone
updated
17 files
+3 −3 | setup.py | |
+1 −1 | stone/backend.py | |
+53 −35 | stone/backends/obj_c_types.py | |
+2 −2 | stone/backends/python_rsrc/stone_validators.py | |
+0 −2 | stone/backends/swift.py | |
+1 −1 | stone/backends/swift_helpers.py | |
+1 −1 | stone/backends/swift_types.py | |
+1 −1 | stone/backends/tsd_client.py | |
+1 −1 | stone/backends/tsd_types.py | |
+2 −2 | stone/cli.py | |
+1 −1 | stone/frontend/parser.py | |
+2 −2 | stone/ir/api.py | |
+1 −1 | test/test_js_client.py | |
+5 −5 | test/test_python_gen.py | |
+1 −1 | test/test_stone_internal.py | |
+1 −1 | test/test_tsd_client.py | |
+2 −2 | test/test_tsd_types.py |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Large diffs are not rendered by default.
Oops, something went wrong.