Skip to content

Commit d3f5876

Browse files
DropboxBotEugene Che
andauthored
Automated Spec Update (#836)
72d0718154d13756b31b5a0e0948abcae35dab84 Change Notes: files Namespace - Remove upload_session/finish_batch team_log_generated Namespace - Update SharedContentUnshareDetails struct example Co-authored-by: Eugene Che <eugeneyche@dropbox.com> Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com> Co-authored-by: Eugene Che <eugeneyche@dropbox.com>
1 parent 8f7656f commit d3f5876

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

lib/routes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ routes.filesUploadSessionFinish = function (arg) {
11771177
* transport limit page
11781178
* https://www.dropbox.com/developers/reference/data-transport-limit.
11791179
* @function Dropbox#filesUploadSessionFinishBatch
1180+
* @deprecated
11801181
* @arg {FilesUploadSessionFinishBatchArg} arg - The request parameters.
11811182
* @returns {Promise.<DropboxResponse<FilesUploadSessionFinishBatchLaunch>, DropboxResponseError.<void>>}
11821183
*/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropbox",
3-
"version": "10.13.0",
3+
"version": "10.14.0",
44
"registry": "npm",
55
"description": "The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.",
66
"main": "cjs/index.js",

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ export class Dropbox {
13451345
*
13461346
* When an error occurs, the route rejects the promise with type
13471347
* DropboxResponseError<void>.
1348+
* @deprecated
13481349
* @param arg The request parameters.
13491350
*/
13501351
public filesUploadSessionFinishBatch(arg: files.UploadSessionFinishBatchArg): Promise<DropboxResponse<files.UploadSessionFinishBatchLaunch>>;

0 commit comments

Comments
 (0)