Skip to content

Commit

Permalink
Automated Spec Update (#1035)
Browse files Browse the repository at this point in the history
* Automated Spec Update
 3d1080a021a67c335c52361d8f61ec558bb80606

 Change Notes:

shared_links Namespace

Update RequestedLinkAccessLevel union
team Namespace

Update TeamGetInfoResult struct
team_log_generated Namespace

Add FolderLinkRestrictionPolicyChangedDetails, FolderLinkRestrictionPolicyChangedType structs
Add FolderLinkRestrictionPolicy unions

* update tsconfig

Co-authored-by: DropboxBot <[email protected]>
Co-authored-by: Mitchell Overfield <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2022
1 parent 4f78b01 commit 44dd638
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 12,779 deletions.
12 changes: 4 additions & 8 deletions examples/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"outDir": "dist"
},
"include": [
"server.ts",
"node/**/*.ts"
],
"exclude": [
"node_modules"
]
"include": ["**/*.ts", "node/**/*.ts"],
"exclude": ["node_modules"]
}
2 changes: 1 addition & 1 deletion generator/dropbox-api-spec
36 changes: 32 additions & 4 deletions lib/types.js

Large diffs are not rendered by default.

Loading

0 comments on commit 44dd638

Please sign in to comment.