Skip to content

Commit 44dd638

Browse files
DropboxBotmover333
andauthored
Automated Spec Update (#1035)
* 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]>
1 parent 4f78b01 commit 44dd638

File tree

6 files changed

+134
-12779
lines changed

6 files changed

+134
-12779
lines changed

examples/typescript/tsconfig.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
"noImplicitReturns": true,
1212
"noImplicitThis": true,
1313
"noImplicitUseStrict": true,
14-
"noUnusedLocals": true
14+
"noUnusedLocals": true,
15+
"outDir": "dist"
1516
},
16-
"include": [
17-
"server.ts",
18-
"node/**/*.ts"
19-
],
20-
"exclude": [
21-
"node_modules"
22-
]
17+
"include": ["**/*.ts", "node/**/*.ts"],
18+
"exclude": ["node_modules"]
2319
}

lib/types.js

Lines changed: 32 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)