Skip to content

Commit

Permalink
Automated Spec Update (#795)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 8, 2021
1 parent 78149da commit 2445e18
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 10 deletions.
2 changes: 1 addition & 1 deletion generator/dropbox-api-spec
53 changes: 50 additions & 3 deletions lib/types.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropbox",
"version": "10.8.0",
"version": "10.9.0",
"registry": "npm",
"description": "The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.",
"main": "cjs/index.js",
Expand Down
107 changes: 104 additions & 3 deletions types/dropbox_types.d.ts

Large diffs are not rendered by default.

0 comments on commit 2445e18

Please sign in to comment.