diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e0f68d..07c45b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.15.0](https://github.com/box/boxcli/compare/v3.14.1...v3.15.0) (2024-08-06) + + +### New Features and Enhancements + +* Support AI APIs using Box Node SDK ([#539](https://github.com/box/boxcli/issues/539)) ([59551d2](https://github.com/box/boxcli/commit/59551d2153549b5a87b2c3fae01eb3089d640c89)) + ### [3.14.1](https://github.com/box/boxcli/compare/v3.14.0...v3.14.1) (2024-06-06) diff --git a/docs/ai.md b/docs/ai.md index 0d31bc11..4d2117f2 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -35,7 +35,7 @@ EXAMPLE box ai:ask --items=id=12345,type=file --prompt "What is the status of this document?" ``` -_See code: [src/commands/ai/ask.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/ai/ask.js)_ +_See code: [src/commands/ai/ask.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/ai/ask.js)_ ## `box ai:text-gen` @@ -75,4 +75,4 @@ EXAMPLE document?" ``` -_See code: [src/commands/ai/text-gen.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/ai/text-gen.js)_ +_See code: [src/commands/ai/text-gen.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/ai/text-gen.js)_ diff --git a/docs/collaboration-allowlist.md b/docs/collaboration-allowlist.md index 71463688..0e96c086 100644 --- a/docs/collaboration-allowlist.md +++ b/docs/collaboration-allowlist.md @@ -46,7 +46,7 @@ EXAMPLE box collaboration-allowlist ``` -_See code: [src/commands/collaboration-allowlist/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/index.js)_ +_See code: [src/commands/collaboration-allowlist/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/index.js)_ ## `box collaboration-allowlist:add DOMAIN` @@ -79,7 +79,7 @@ EXAMPLE box collaboration-allowlist:add example.com --direction outbound ``` -_See code: [src/commands/collaboration-allowlist/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/add.js)_ +_See code: [src/commands/collaboration-allowlist/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/add.js)_ ## `box collaboration-allowlist:delete ID` @@ -111,7 +111,7 @@ EXAMPLE box collaboration-allowlist:delete 12345 ``` -_See code: [src/commands/collaboration-allowlist/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/delete.js)_ +_See code: [src/commands/collaboration-allowlist/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/delete.js)_ ## `box collaboration-allowlist:exemptions` @@ -147,7 +147,7 @@ EXAMPLE box collaboration-allowlist:exemptions ``` -_See code: [src/commands/collaboration-allowlist/exemptions/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/exemptions/index.js)_ +_See code: [src/commands/collaboration-allowlist/exemptions/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/index.js)_ ## `box collaboration-allowlist:exemptions:create USERID` @@ -179,7 +179,7 @@ EXAMPLE box collaboration-allowlist:exemptions:create 11111 ``` -_See code: [src/commands/collaboration-allowlist/exemptions/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/exemptions/create.js)_ +_See code: [src/commands/collaboration-allowlist/exemptions/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/create.js)_ ## `box collaboration-allowlist:exemptions:delete ID` @@ -211,7 +211,7 @@ EXAMPLE box collaboration-allowlist:exemptions:delete 12345 ``` -_See code: [src/commands/collaboration-allowlist/exemptions/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/exemptions/delete.js)_ +_See code: [src/commands/collaboration-allowlist/exemptions/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/delete.js)_ ## `box collaboration-allowlist:exemptions:get ID` @@ -243,7 +243,7 @@ EXAMPLE box collaboration-allowlist:exemptions:get 12345 ``` -_See code: [src/commands/collaboration-allowlist/exemptions/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/exemptions/get.js)_ +_See code: [src/commands/collaboration-allowlist/exemptions/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/get.js)_ ## `box collaboration-allowlist:get ID` @@ -275,4 +275,4 @@ EXAMPLE box collaboration-allowlist:get 12345 ``` -_See code: [src/commands/collaboration-allowlist/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaboration-allowlist/get.js)_ +_See code: [src/commands/collaboration-allowlist/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/get.js)_ diff --git a/docs/collaborations.md b/docs/collaborations.md index bb89047c..6fb15412 100644 --- a/docs/collaborations.md +++ b/docs/collaborations.md @@ -83,7 +83,7 @@ EXAMPLE box collaborations:create 22222 folder --role editor --user-id 33333 ``` -_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaborations/create.js)_ +_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/create.js)_ ## `box collaborations:delete ID` @@ -119,7 +119,7 @@ EXAMPLE box collaborations:delete 12345 ``` -_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaborations/delete.js)_ +_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/delete.js)_ ## `box collaborations:get ID` @@ -151,7 +151,7 @@ EXAMPLE box collaborations:get 12345 ``` -_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaborations/get.js)_ +_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/get.js)_ ## `box collaborations:pending` @@ -190,7 +190,7 @@ EXAMPLE box collaborations:pending ``` -_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaborations/pending.js)_ +_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/pending.js)_ ## `box collaborations:update ID` @@ -263,4 +263,4 @@ EXAMPLE box collaborations:update 12345 --role viewer ``` -_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collaborations/update.js)_ +_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/update.js)_ diff --git a/docs/collections.md b/docs/collections.md index 49ff9d14..80f2a941 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -38,7 +38,7 @@ EXAMPLE box collections ``` -_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collections/index.js)_ +_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/index.js)_ ## `box collections:add ITEMTYPE ITEMID COLLECTIONID` @@ -72,7 +72,7 @@ EXAMPLE box collections:add file 11111 12345 ``` -_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collections/add.js)_ +_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/add.js)_ ## `box collections:items ID` @@ -111,7 +111,7 @@ EXAMPLE box collections:items 12345 ``` -_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collections/items.js)_ +_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/items.js)_ ## `box collections:remove ITEMTYPE ITEMID COLLECTIONID` @@ -145,4 +145,4 @@ EXAMPLE box collections:remove file 11111 12345 ``` -_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/collections/remove.js)_ +_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/remove.js)_ diff --git a/docs/comments.md b/docs/comments.md index 5ee126b9..fe324cb9 100644 --- a/docs/comments.md +++ b/docs/comments.md @@ -43,7 +43,7 @@ EXAMPLE box comments:create 11111 --message "Thanks for the update!" ``` -_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/comments/create.js)_ +_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/create.js)_ ## `box comments:delete ID` @@ -75,7 +75,7 @@ EXAMPLE box comments:delete 12345 ``` -_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/comments/delete.js)_ +_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/delete.js)_ ## `box comments:get ID` @@ -107,7 +107,7 @@ EXAMPLE box comments:get 12345 ``` -_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/comments/get.js)_ +_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/get.js)_ ## `box comments:reply ID` @@ -143,7 +143,7 @@ EXAMPLE box comments:reply 12345 --message "No problem!" ``` -_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/comments/reply.js)_ +_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/reply.js)_ ## `box comments:update ID` @@ -177,4 +177,4 @@ EXAMPLE box comments:update 12345 --message "Thank you for the update!" ``` -_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/comments/update.js)_ +_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/update.js)_ diff --git a/docs/configure.md b/docs/configure.md index 5092da43..f7119daf 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -55,7 +55,7 @@ OPTIONS Set this new environment as your current environment ``` -_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/add.js)_ +_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/add.js)_ ## `box configure:environments:delete [NAME]` @@ -75,7 +75,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/delete.js)_ +_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/delete.js)_ ## `box configure:environments:get` @@ -94,7 +94,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/get.js)_ +_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/get.js)_ ## `box configure:environments:set-current [NAME]` @@ -117,7 +117,7 @@ ALIASES $ box configure:environments:select ``` -_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/set-current.js)_ +_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/set-current.js)_ ## `box configure:environments:switch-user [USERID]` @@ -147,7 +147,7 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/switch-user.js)_ +_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/switch-user.js)_ ## `box configure:environments:update [NAME]` @@ -181,7 +181,7 @@ OPTIONS be stored for each Box environment ``` -_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/environments/update.js)_ +_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/update.js)_ ## `box configure:settings` @@ -213,4 +213,4 @@ OPTIONS --reports-folder-path=reports-folder-path Set folder path for the reports folder ``` -_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/configure/settings.js)_ +_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/settings.js)_ diff --git a/docs/device-pins.md b/docs/device-pins.md index 2f17620e..b6f20906 100644 --- a/docs/device-pins.md +++ b/docs/device-pins.md @@ -42,7 +42,7 @@ EXAMPLE box device-pins ``` -_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/device-pins/index.js)_ +_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/index.js)_ ## `box device-pins:delete ID` @@ -74,7 +74,7 @@ EXAMPLE box device-pins:delete 12345 ``` -_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/device-pins/delete.js)_ +_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/delete.js)_ ## `box device-pins:get ID` @@ -106,4 +106,4 @@ EXAMPLE box device-pins:get 12345 ``` -_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/device-pins/get.js)_ +_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/get.js)_ diff --git a/docs/events.md b/docs/events.md index c910a0ba..23f878e7 100644 --- a/docs/events.md +++ b/docs/events.md @@ -98,7 +98,7 @@ EXAMPLES box events --enterprise --created-after 2019-01-01 ``` -_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/events/index.js)_ +_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/events/index.js)_ ## `box events:poll` @@ -140,4 +140,4 @@ OPTIONS shorthand syntax 00t, like 05w for 5 weeks. If not used, defaults to now ``` -_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/events/poll.js)_ +_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/events/poll.js)_ diff --git a/docs/file-requests.md b/docs/file-requests.md index d1e52c45..74dd82f6 100644 --- a/docs/file-requests.md +++ b/docs/file-requests.md @@ -55,7 +55,7 @@ EXAMPLE box file-requests:copy 22222 44444 ``` -_See code: [src/commands/file-requests/copy.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/file-requests/copy.js)_ +_See code: [src/commands/file-requests/copy.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/copy.js)_ ## `box file-requests:delete ID` @@ -87,7 +87,7 @@ EXAMPLE box file-requests:delete 12345 ``` -_See code: [src/commands/file-requests/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/file-requests/delete.js)_ +_See code: [src/commands/file-requests/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/delete.js)_ ## `box file-requests:get ID` @@ -119,7 +119,7 @@ EXAMPLE box file-requests:get 12345 ``` -_See code: [src/commands/file-requests/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/file-requests/get.js)_ +_See code: [src/commands/file-requests/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/get.js)_ ## `box file-requests:update ID` @@ -170,4 +170,4 @@ EXAMPLE box file-requests:update 12345 --description "New file request description!" ``` -_See code: [src/commands/file-requests/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/file-requests/update.js)_ +_See code: [src/commands/file-requests/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/update.js)_ diff --git a/docs/files.md b/docs/files.md index c75ce713..f9d0abee 100644 --- a/docs/files.md +++ b/docs/files.md @@ -72,7 +72,7 @@ EXAMPLE box files:collaborations 11111 ``` -_See code: [src/commands/files/collaborations/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/collaborations/index.js)_ +_See code: [src/commands/files/collaborations/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/collaborations/index.js)_ ## `box files:collaborations:add ID` @@ -144,7 +144,7 @@ EXAMPLE box files:collaborations:add 11111 --role editor --user-id 22222 ``` -_See code: [src/commands/files/collaborations/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/collaborations/add.js)_ +_See code: [src/commands/files/collaborations/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/collaborations/add.js)_ ## `box files:comments ID` @@ -179,7 +179,7 @@ EXAMPLE box files:comments 11111 ``` -_See code: [src/commands/files/comments.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/comments.js)_ +_See code: [src/commands/files/comments.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/comments.js)_ ## `box files:copy ID PARENTID` @@ -215,7 +215,7 @@ EXAMPLE box files:copy 11111 22222 ``` -_See code: [src/commands/files/copy.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/copy.js)_ +_See code: [src/commands/files/copy.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/copy.js)_ ## `box files:delete ID` @@ -249,7 +249,7 @@ EXAMPLE box files:delete 11111 ``` -_See code: [src/commands/files/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/delete.js)_ +_See code: [src/commands/files/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/delete.js)_ ## `box files:download ID` @@ -286,7 +286,7 @@ EXAMPLE box files:download 11111 --destination /path/to/destinationFolder ``` -_See code: [src/commands/files/download.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/download.js)_ +_See code: [src/commands/files/download.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/download.js)_ ## `box files:get ID` @@ -318,7 +318,7 @@ EXAMPLE box files:get 11111 ``` -_See code: [src/commands/files/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/get.js)_ +_See code: [src/commands/files/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/get.js)_ ## `box files:lock ID` @@ -363,7 +363,7 @@ EXAMPLE box files:lock 11111 ``` -_See code: [src/commands/files/lock.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/lock.js)_ +_See code: [src/commands/files/lock.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/lock.js)_ ## `box files:metadata ID` @@ -398,7 +398,7 @@ EXAMPLE box files:metadata 11111 ``` -_See code: [src/commands/files/metadata/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/index.js)_ +_See code: [src/commands/files/metadata/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/index.js)_ ## `box files:metadata:add ID` @@ -444,7 +444,7 @@ EXAMPLE box files:metadata:add 11111 --template-key employeeRecord --data "name=John Doe" --data department=Sales ``` -_See code: [src/commands/files/metadata/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/add.js)_ +_See code: [src/commands/files/metadata/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/add.js)_ ## `box files:metadata:get ID` @@ -478,7 +478,7 @@ EXAMPLE box files:metadata:get 11111 --template-key employeeRecord ``` -_See code: [src/commands/files/metadata/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/get.js)_ +_See code: [src/commands/files/metadata/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/get.js)_ ## `box files:metadata:remove ID` @@ -515,7 +515,7 @@ EXAMPLE box files:metadata:remove 11111 --scope global --template-key properties ``` -_See code: [src/commands/files/metadata/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/remove.js)_ +_See code: [src/commands/files/metadata/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/remove.js)_ ## `box files:metadata:set ID` @@ -558,7 +558,7 @@ EXAMPLE box files:metadata:set 11111 --template-key employeeRecord --data "name=John Doe" --data department=Sales ``` -_See code: [src/commands/files/metadata/set.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/set.js)_ +_See code: [src/commands/files/metadata/set.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/set.js)_ ## `box files:metadata:update ID` @@ -621,7 +621,7 @@ EXAMPLE box files:metadata:update 11111 --template-key employeeRecord --replace department=Finance ``` -_See code: [src/commands/files/metadata/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/metadata/update.js)_ +_See code: [src/commands/files/metadata/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/metadata/update.js)_ ## `box files:move ID PARENTID` @@ -655,7 +655,7 @@ EXAMPLE box files:move 11111 22222 ``` -_See code: [src/commands/files/move.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/move.js)_ +_See code: [src/commands/files/move.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/move.js)_ ## `box files:rename ID NAME` @@ -690,7 +690,7 @@ EXAMPLE box files:rename 11111 "New File Name.pdf" ``` -_See code: [src/commands/files/rename.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/rename.js)_ +_See code: [src/commands/files/rename.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/rename.js)_ ## `box files:share ID` @@ -738,7 +738,7 @@ EXAMPLE box files:share 11111 --access company --vanity-name my-custom-name-123 ``` -_See code: [src/commands/files/share.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/share.js)_ +_See code: [src/commands/files/share.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/share.js)_ ## `box files:tasks ID` @@ -773,7 +773,7 @@ EXAMPLE box files:tasks 11111 ``` -_See code: [src/commands/files/tasks/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/tasks/index.js)_ +_See code: [src/commands/files/tasks/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/tasks/index.js)_ ## `box files:unlock ID` @@ -805,7 +805,7 @@ EXAMPLE box files:unlock 11111 ``` -_See code: [src/commands/files/unlock.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/unlock.js)_ +_See code: [src/commands/files/unlock.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/unlock.js)_ ## `box files:unshare ID` @@ -840,7 +840,7 @@ EXAMPLE box files:unshare 11111 ``` -_See code: [src/commands/files/unshare.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/unshare.js)_ +_See code: [src/commands/files/unshare.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/unshare.js)_ ## `box files:update ID` @@ -886,7 +886,7 @@ EXAMPLE box files:update 11111 --name "New File Name.pdf" ``` -_See code: [src/commands/files/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/update.js)_ +_See code: [src/commands/files/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/update.js)_ ## `box files:upload PATH` @@ -942,7 +942,7 @@ EXAMPLE box files:upload /path/to/file.pdf --parent-id 22222 ``` -_See code: [src/commands/files/upload.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/upload.js)_ +_See code: [src/commands/files/upload.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/upload.js)_ ## `box files:versions FILEID` @@ -984,7 +984,7 @@ EXAMPLE box files:versions 11111 ``` -_See code: [src/commands/files/versions/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/versions/index.js)_ +_See code: [src/commands/files/versions/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/versions/index.js)_ ## `box files:versions:delete FILEID FILEVERSIONID` @@ -1018,7 +1018,7 @@ EXAMPLE box files:versions:delete 11111 55555 ``` -_See code: [src/commands/files/versions/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/versions/delete.js)_ +_See code: [src/commands/files/versions/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/versions/delete.js)_ ## `box files:versions:download FILEID FILEVERSIONID` @@ -1055,7 +1055,7 @@ EXAMPLE box files:versions:download 11111 55555 ``` -_See code: [src/commands/files/versions/download.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/versions/download.js)_ +_See code: [src/commands/files/versions/download.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/versions/download.js)_ ## `box files:versions:promote FILEID FILEVERSIONID` @@ -1088,7 +1088,7 @@ EXAMPLE box files:versions:promote 11111 55555 ``` -_See code: [src/commands/files/versions/promote.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/versions/promote.js)_ +_See code: [src/commands/files/versions/promote.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/versions/promote.js)_ ## `box files:versions:upload FILEID PATH` @@ -1130,7 +1130,7 @@ EXAMPLE box files:versions:upload 11111 /path/to/file.pdf ``` -_See code: [src/commands/files/versions/upload.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/versions/upload.js)_ +_See code: [src/commands/files/versions/upload.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/versions/upload.js)_ ## `box files:zip NAME` @@ -1172,4 +1172,4 @@ EXAMPLE box files:zip sample_file.zip --item=file:12421 --item=folder:48291 ``` -_See code: [src/commands/files/zip.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/files/zip.js)_ +_See code: [src/commands/files/zip.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/files/zip.js)_ diff --git a/docs/folders.md b/docs/folders.md index ad42b09c..d463d8d3 100644 --- a/docs/folders.md +++ b/docs/folders.md @@ -60,7 +60,7 @@ EXAMPLE box folders:collaborations 22222 ``` -_See code: [src/commands/folders/collaborations/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/collaborations/index.js)_ +_See code: [src/commands/folders/collaborations/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/collaborations/index.js)_ ## `box folders:collaborations:add ID` @@ -132,7 +132,7 @@ EXAMPLE box folders:collaborations:add 22222 --role editor --user-id 33333 ``` -_See code: [src/commands/folders/collaborations/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/collaborations/add.js)_ +_See code: [src/commands/folders/collaborations/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/collaborations/add.js)_ ## `box folders:copy ID PARENTID` @@ -167,7 +167,7 @@ EXAMPLE box folders:copy 22222 44444 ``` -_See code: [src/commands/folders/copy.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/copy.js)_ +_See code: [src/commands/folders/copy.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/copy.js)_ ## `box folders:create PARENTID NAME` @@ -202,7 +202,7 @@ EXAMPLE box folders:create 22222 "New Subfolder" ``` -_See code: [src/commands/folders/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/create.js)_ +_See code: [src/commands/folders/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/create.js)_ ## `box folders:delete ID` @@ -237,7 +237,7 @@ EXAMPLE box folders:delete 22222 ``` -_See code: [src/commands/folders/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/delete.js)_ +_See code: [src/commands/folders/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/delete.js)_ ## `box folders:download ID` @@ -274,7 +274,7 @@ EXAMPLE box folders:download 22222 ``` -_See code: [src/commands/folders/download.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/download.js)_ +_See code: [src/commands/folders/download.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/download.js)_ ## `box folders:get ID` @@ -306,7 +306,7 @@ EXAMPLE box folders:get 22222 ``` -_See code: [src/commands/folders/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/get.js)_ +_See code: [src/commands/folders/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/get.js)_ ## `box folders:items ID` @@ -351,7 +351,7 @@ EXAMPLE box folders:items 22222 ``` -_See code: [src/commands/folders/items.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/items.js)_ +_See code: [src/commands/folders/items.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/items.js)_ ## `box folders:locks ID` @@ -386,7 +386,7 @@ EXAMPLE box folders:locks 22222 ``` -_See code: [src/commands/folders/locks/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/locks/index.js)_ +_See code: [src/commands/folders/locks/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/locks/index.js)_ ## `box folders:locks:create ID` @@ -418,7 +418,7 @@ EXAMPLE box folders:locks:create 22222 ``` -_See code: [src/commands/folders/locks/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/locks/create.js)_ +_See code: [src/commands/folders/locks/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/locks/create.js)_ ## `box folders:locks:delete ID` @@ -450,7 +450,7 @@ EXAMPLE box folders:locks:delete 22222 ``` -_See code: [src/commands/folders/locks/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/locks/delete.js)_ +_See code: [src/commands/folders/locks/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/locks/delete.js)_ ## `box folders:metadata ID` @@ -485,7 +485,7 @@ EXAMPLE box folders:metadata 22222 ``` -_See code: [src/commands/folders/metadata/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/index.js)_ +_See code: [src/commands/folders/metadata/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/index.js)_ ## `box folders:metadata:add ID` @@ -531,7 +531,7 @@ EXAMPLE box folders:metadata:add 22222 --template-key employeeRecord --data "name=John Doe" --data department=Sales ``` -_See code: [src/commands/folders/metadata/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/add.js)_ +_See code: [src/commands/folders/metadata/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/add.js)_ ## `box folders:metadata:get ID` @@ -565,7 +565,7 @@ EXAMPLE box folders:metadata:get 22222 --template-key employeeRecord ``` -_See code: [src/commands/folders/metadata/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/get.js)_ +_See code: [src/commands/folders/metadata/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/get.js)_ ## `box folders:metadata:remove ID` @@ -602,7 +602,7 @@ EXAMPLE box folders:metadata:remove 22222 --scope global --template-key properties ``` -_See code: [src/commands/folders/metadata/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/remove.js)_ +_See code: [src/commands/folders/metadata/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/remove.js)_ ## `box folders:metadata:set ID` @@ -645,7 +645,7 @@ EXAMPLE box folders:metadata:set 22222 --template-key employeeRecord --data "name=John Doe" --data department=Sales ``` -_See code: [src/commands/folders/metadata/set.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/set.js)_ +_See code: [src/commands/folders/metadata/set.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/set.js)_ ## `box folders:metadata:update ID` @@ -708,7 +708,7 @@ EXAMPLE box folders:metadata:update 22222 --template-key employeeRecord --replace department=Finance ``` -_See code: [src/commands/folders/metadata/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/metadata/update.js)_ +_See code: [src/commands/folders/metadata/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/metadata/update.js)_ ## `box folders:move ID PARENTID` @@ -742,7 +742,7 @@ EXAMPLE box folders:move 22222 44444 ``` -_See code: [src/commands/folders/move.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/move.js)_ +_See code: [src/commands/folders/move.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/move.js)_ ## `box folders:rename ID NAME` @@ -777,7 +777,7 @@ EXAMPLE box folders:rename 22222 "New Folder Name" ``` -_See code: [src/commands/folders/rename.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/rename.js)_ +_See code: [src/commands/folders/rename.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/rename.js)_ ## `box folders:share ID` @@ -824,7 +824,7 @@ EXAMPLE box folders:share 22222 --access company --vanity-name my-custom-name-123 ``` -_See code: [src/commands/folders/share.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/share.js)_ +_See code: [src/commands/folders/share.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/share.js)_ ## `box folders:unshare ID` @@ -859,7 +859,7 @@ EXAMPLE box folders:unshare 22222 ``` -_See code: [src/commands/folders/unshare.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/unshare.js)_ +_See code: [src/commands/folders/unshare.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/unshare.js)_ ## `box folders:update ID` @@ -919,7 +919,7 @@ EXAMPLE box folders:update 22222 --name "New Folder Name" ``` -_See code: [src/commands/folders/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/update.js)_ +_See code: [src/commands/folders/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/update.js)_ ## `box folders:upload PATH` @@ -954,4 +954,4 @@ EXAMPLE box folders:upload /path/to/folder ``` -_See code: [src/commands/folders/upload.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/folders/upload.js)_ +_See code: [src/commands/folders/upload.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/folders/upload.js)_ diff --git a/docs/groups.md b/docs/groups.md index ec7c2d4f..18b11cd0 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -54,7 +54,7 @@ EXAMPLE box groups ``` -_See code: [src/commands/groups/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/index.js)_ +_See code: [src/commands/groups/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/index.js)_ ## `box groups:collaborations ID` @@ -90,7 +90,7 @@ EXAMPLE box groups:collaborations 12345 ``` -_See code: [src/commands/groups/collaborations.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/collaborations.js)_ +_See code: [src/commands/groups/collaborations.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/collaborations.js)_ ## `box groups:create NAME` @@ -145,7 +145,7 @@ EXAMPLE box groups:create "US Employees" ``` -_See code: [src/commands/groups/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/create.js)_ +_See code: [src/commands/groups/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/create.js)_ ## `box groups:delete ID` @@ -177,7 +177,7 @@ EXAMPLE box groups:delete 12345 ``` -_See code: [src/commands/groups/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/delete.js)_ +_See code: [src/commands/groups/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/delete.js)_ ## `box groups:get ID` @@ -209,7 +209,7 @@ EXAMPLE box groups:get 12345 ``` -_See code: [src/commands/groups/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/get.js)_ +_See code: [src/commands/groups/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/get.js)_ ## `box groups:memberships ID` @@ -251,7 +251,7 @@ EXAMPLE box groups:memberships 12345 ``` -_See code: [src/commands/groups/memberships/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/memberships/index.js)_ +_See code: [src/commands/groups/memberships/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/memberships/index.js)_ ## `box groups:memberships:add USERID GROUPID` @@ -292,7 +292,7 @@ EXAMPLE box groups:memberships:add 33333 12345 ``` -_See code: [src/commands/groups/memberships/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/memberships/add.js)_ +_See code: [src/commands/groups/memberships/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/memberships/add.js)_ ## `box groups:memberships:get ID` @@ -327,7 +327,7 @@ EXAMPLE box groups:memberships:get 12345 ``` -_See code: [src/commands/groups/memberships/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/memberships/get.js)_ +_See code: [src/commands/groups/memberships/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/memberships/get.js)_ ## `box groups:memberships:remove ID` @@ -362,7 +362,7 @@ EXAMPLE box groups:memberships:remove 12345 ``` -_See code: [src/commands/groups/memberships/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/memberships/remove.js)_ +_See code: [src/commands/groups/memberships/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/memberships/remove.js)_ ## `box groups:memberships:update ID` @@ -402,7 +402,7 @@ EXAMPLE box groups:memberships:update ``` -_See code: [src/commands/groups/memberships/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/memberships/update.js)_ +_See code: [src/commands/groups/memberships/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/memberships/update.js)_ ## `box groups:terminate-session` @@ -435,7 +435,7 @@ EXAMPLE box groups:terminate-session --group-ids 123 345 ``` -_See code: [src/commands/groups/terminate-session.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/terminate-session.js)_ +_See code: [src/commands/groups/terminate-session.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/terminate-session.js)_ ## `box groups:update ID` @@ -489,4 +489,4 @@ EXAMPLE box groups:update 12345 --name "U.S. Employees" ``` -_See code: [src/commands/groups/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/groups/update.js)_ +_See code: [src/commands/groups/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/groups/update.js)_ diff --git a/docs/integration-mappings.md b/docs/integration-mappings.md index 10a908ba..ad99fc9a 100644 --- a/docs/integration-mappings.md +++ b/docs/integration-mappings.md @@ -50,7 +50,7 @@ EXAMPLES box integration-mappings:slack --box-item-id 456 --no-manually-created ``` -_See code: [src/commands/integration-mappings/slack/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/integration-mappings/slack/index.js)_ +_See code: [src/commands/integration-mappings/slack/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/integration-mappings/slack/index.js)_ ## `box integration-mappings:slack:create BOXITEMID CHANNELID` @@ -96,7 +96,7 @@ EXAMPLES box integration-mappings:slack:create 123 AB89X56Y --slack-workspace-id 999 --disable-access-management ``` -_See code: [src/commands/integration-mappings/slack/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/integration-mappings/slack/create.js)_ +_See code: [src/commands/integration-mappings/slack/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/integration-mappings/slack/create.js)_ ## `box integration-mappings:slack:delete ID` @@ -128,7 +128,7 @@ EXAMPLE box integration-mappings:slack:delete 123 ``` -_See code: [src/commands/integration-mappings/slack/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/integration-mappings/slack/delete.js)_ +_See code: [src/commands/integration-mappings/slack/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/integration-mappings/slack/delete.js)_ ## `box integration-mappings:slack:update ID` @@ -169,4 +169,4 @@ EXAMPLE box integration-mappings:slack:update 123 --box-item-id 789 --disable-access-management ``` -_See code: [src/commands/integration-mappings/slack/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/integration-mappings/slack/update.js)_ +_See code: [src/commands/integration-mappings/slack/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/integration-mappings/slack/update.js)_ diff --git a/docs/legal-hold-policies.md b/docs/legal-hold-policies.md index d09c7402..235292a9 100644 --- a/docs/legal-hold-policies.md +++ b/docs/legal-hold-policies.md @@ -51,7 +51,7 @@ EXAMPLE box legal-hold-policies ``` -_See code: [src/commands/legal-hold-policies/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/index.js)_ +_See code: [src/commands/legal-hold-policies/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/index.js)_ ## `box legal-hold-policies:assign POLICYID` @@ -85,7 +85,7 @@ EXAMPLE box legal-hold-policies:assign 99999 --assign-to-type folder --assign-to-id 22222 ``` -_See code: [src/commands/legal-hold-policies/assign.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/assign.js)_ +_See code: [src/commands/legal-hold-policies/assign.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/assign.js)_ ## `box legal-hold-policies:assignments ID` @@ -126,7 +126,7 @@ EXAMPLE box legal-hold-policies:assignments 99999 ``` -_See code: [src/commands/legal-hold-policies/assignments/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/assignments/index.js)_ +_See code: [src/commands/legal-hold-policies/assignments/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/assignments/index.js)_ ## `box legal-hold-policies:assignments:delete ID` @@ -158,7 +158,7 @@ EXAMPLE box legal-hold-policies:assignments:delete 99999 ``` -_See code: [src/commands/legal-hold-policies/assignments/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/assignments/delete.js)_ +_See code: [src/commands/legal-hold-policies/assignments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/assignments/delete.js)_ ## `box legal-hold-policies:assignments:get ID` @@ -190,7 +190,7 @@ EXAMPLE box legal-hold-policies:assignments:get 99999 ``` -_See code: [src/commands/legal-hold-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/assignments/get.js)_ +_See code: [src/commands/legal-hold-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/assignments/get.js)_ ## `box legal-hold-policies:create POLICYNAME` @@ -237,7 +237,7 @@ EXAMPLE box legal-hold-policies:create "Class Action Suit" --ongoing ``` -_See code: [src/commands/legal-hold-policies/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/create.js)_ +_See code: [src/commands/legal-hold-policies/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/create.js)_ ## `box legal-hold-policies:delete ID` @@ -269,7 +269,7 @@ EXAMPLE box legal-hold-policies:delete 99999 ``` -_See code: [src/commands/legal-hold-policies/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/delete.js)_ +_See code: [src/commands/legal-hold-policies/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/delete.js)_ ## `box legal-hold-policies:file-version-holds ID` @@ -308,7 +308,7 @@ EXAMPLE box legal-hold-policies:file-version-holds 99999 ``` -_See code: [src/commands/legal-hold-policies/file-version-holds/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/file-version-holds/index.js)_ +_See code: [src/commands/legal-hold-policies/file-version-holds/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/file-version-holds/index.js)_ ## `box legal-hold-policies:file-version-holds:get ID` @@ -340,7 +340,7 @@ EXAMPLE box legal-hold-policies:file-version-holds:get 12345 ``` -_See code: [src/commands/legal-hold-policies/file-version-holds/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/file-version-holds/get.js)_ +_See code: [src/commands/legal-hold-policies/file-version-holds/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/file-version-holds/get.js)_ ## `box legal-hold-policies:get ID` @@ -372,7 +372,7 @@ EXAMPLE box legal-hold-policies:get 99999 ``` -_See code: [src/commands/legal-hold-policies/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/get.js)_ +_See code: [src/commands/legal-hold-policies/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/get.js)_ ## `box legal-hold-policies:update ID` @@ -407,4 +407,4 @@ EXAMPLE box legal-hold-policies:update 99999 --description "Files related to the ongoing class action suit" ``` -_See code: [src/commands/legal-hold-policies/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/legal-hold-policies/update.js)_ +_See code: [src/commands/legal-hold-policies/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/legal-hold-policies/update.js)_ diff --git a/docs/login.md b/docs/login.md index fd40237c..3b9e19d5 100644 --- a/docs/login.md +++ b/docs/login.md @@ -24,4 +24,4 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/login.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/login.js)_ +_See code: [src/commands/login.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/login.js)_ diff --git a/docs/metadata-cascade-policies.md b/docs/metadata-cascade-policies.md index d26b6d69..9e967836 100644 --- a/docs/metadata-cascade-policies.md +++ b/docs/metadata-cascade-policies.md @@ -47,7 +47,7 @@ EXAMPLE box metadata-cascade-policies 22222 ``` -_See code: [src/commands/metadata-cascade-policies/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-cascade-policies/index.js)_ +_See code: [src/commands/metadata-cascade-policies/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-cascade-policies/index.js)_ ## `box metadata-cascade-policies:delete ID` @@ -79,7 +79,7 @@ EXAMPLE box metadata-cascade-policies:delete 12345 ``` -_See code: [src/commands/metadata-cascade-policies/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-cascade-policies/delete.js)_ +_See code: [src/commands/metadata-cascade-policies/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-cascade-policies/delete.js)_ ## `box metadata-cascade-policies:force-apply ID` @@ -112,7 +112,7 @@ EXAMPLE box metadata-cascade-policies:force-apply 12345 --conflict-resolution overwrite ``` -_See code: [src/commands/metadata-cascade-policies/force-apply.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-cascade-policies/force-apply.js)_ +_See code: [src/commands/metadata-cascade-policies/force-apply.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-cascade-policies/force-apply.js)_ ## `box metadata-cascade-policies:get ID` @@ -144,4 +144,4 @@ EXAMPLE box metadata-cascade-policies:get 12345 ``` -_See code: [src/commands/metadata-cascade-policies/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-cascade-policies/get.js)_ +_See code: [src/commands/metadata-cascade-policies/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-cascade-policies/get.js)_ diff --git a/docs/metadata-query.md b/docs/metadata-query.md index c53c713c..b4718843 100644 --- a/docs/metadata-query.md +++ b/docs/metadata-query.md @@ -55,4 +55,4 @@ EXAMPLE created_at,metadata.enterprise_1234.contracts ``` -_See code: [src/commands/metadata-query.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-query.js)_ +_See code: [src/commands/metadata-query.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-query.js)_ diff --git a/docs/metadata-templates.md b/docs/metadata-templates.md index 1e316051..be4b7507 100644 --- a/docs/metadata-templates.md +++ b/docs/metadata-templates.md @@ -40,7 +40,7 @@ EXAMPLE box metadata-templates ``` -_See code: [src/commands/metadata-templates/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/index.js)_ +_See code: [src/commands/metadata-templates/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/index.js)_ ## `box metadata-templates:cascade TEMPLATEKEY` @@ -78,7 +78,7 @@ EXAMPLE box metadata-templates:cascade employeeRecord --folder 22222 ``` -_See code: [src/commands/metadata-templates/cascade.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/cascade.js)_ +_See code: [src/commands/metadata-templates/cascade.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/cascade.js)_ ## `box metadata-templates:create` @@ -123,7 +123,7 @@ EXAMPLE box metadata-templates:create --display-name "Employee Record" --string Name --enum Department --option Sales ``` -_See code: [src/commands/metadata-templates/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/create.js)_ +_See code: [src/commands/metadata-templates/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/create.js)_ ## `box metadata-templates:delete TEMPLATEKEY` @@ -156,7 +156,7 @@ EXAMPLE box metadata-templates:delete employeeRecord ``` -_See code: [src/commands/metadata-templates/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/delete.js)_ +_See code: [src/commands/metadata-templates/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/delete.js)_ ## `box metadata-templates:get TEMPLATEKEY` @@ -189,7 +189,7 @@ EXAMPLE box metadata-templates:get employeeRecord ``` -_See code: [src/commands/metadata-templates/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/get.js)_ +_See code: [src/commands/metadata-templates/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/get.js)_ ## `box metadata-templates:update TEMPLATEKEY` @@ -275,4 +275,4 @@ EXAMPLE box metadata-templates:update employeeRecord --hidden ``` -_See code: [src/commands/metadata-templates/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/metadata-templates/update.js)_ +_See code: [src/commands/metadata-templates/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/metadata-templates/update.js)_ diff --git a/docs/oss.md b/docs/oss.md index afb0ed3f..6d0612a1 100644 --- a/docs/oss.md +++ b/docs/oss.md @@ -20,4 +20,4 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/oss.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/oss.js)_ +_See code: [src/commands/oss.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/oss.js)_ diff --git a/docs/recent-items.md b/docs/recent-items.md index 075cce29..e3c35c01 100644 --- a/docs/recent-items.md +++ b/docs/recent-items.md @@ -39,4 +39,4 @@ EXAMPLE box recent-items ``` -_See code: [src/commands/recent-items.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/recent-items.js)_ +_See code: [src/commands/recent-items.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/recent-items.js)_ diff --git a/docs/request.md b/docs/request.md index 7ce03953..355b1b98 100644 --- a/docs/request.md +++ b/docs/request.md @@ -36,4 +36,4 @@ OPTIONS --save-to-file-path=save-to-file-path Override default file path to save report ``` -_See code: [src/commands/request.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/request.js)_ +_See code: [src/commands/request.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/request.js)_ diff --git a/docs/retention-policies.md b/docs/retention-policies.md index 5ca50b1d..3eed3220 100644 --- a/docs/retention-policies.md +++ b/docs/retention-policies.md @@ -54,7 +54,7 @@ EXAMPLE box retention-policies ``` -_See code: [src/commands/retention-policies/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/index.js)_ +_See code: [src/commands/retention-policies/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/index.js)_ ## `box retention-policies:assign POLICYID` @@ -103,7 +103,7 @@ EXAMPLE --start-date-field=upload_date ``` -_See code: [src/commands/retention-policies/assign.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/assign.js)_ +_See code: [src/commands/retention-policies/assign.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/assign.js)_ ## `box retention-policies:assignments ID` @@ -144,7 +144,7 @@ EXAMPLE box retention-policies:assignments 12345 ``` -_See code: [src/commands/retention-policies/assignments/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/assignments/index.js)_ +_See code: [src/commands/retention-policies/assignments/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/assignments/index.js)_ ## `box retention-policies:assignments:get ID` @@ -176,7 +176,7 @@ EXAMPLE box retention-policies:assignments:get 1235 ``` -_See code: [src/commands/retention-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/assignments/get.js)_ +_See code: [src/commands/retention-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/assignments/get.js)_ ## `box retention-policies:assignments:remove ID` @@ -208,7 +208,7 @@ EXAMPLE box retention-policies:assignments:remove 1235 ``` -_See code: [src/commands/retention-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/assignments/remove.js)_ +_See code: [src/commands/retention-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/assignments/remove.js)_ ## `box retention-policies:create POLICYNAME` @@ -274,7 +274,7 @@ EXAMPLE --custom-notification-recipient=id=12345,login=user@box.com ``` -_See code: [src/commands/retention-policies/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/create.js)_ +_See code: [src/commands/retention-policies/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/create.js)_ ## `box retention-policies:file-version-retentions` @@ -326,7 +326,7 @@ EXAMPLE box retention-policies:file-version-retentions ``` -_See code: [src/commands/retention-policies/file-version-retentions/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/file-version-retentions/index.js)_ +_See code: [src/commands/retention-policies/file-version-retentions/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/file-version-retentions/index.js)_ ## `box retention-policies:file-version-retentions:get ID` @@ -358,7 +358,7 @@ EXAMPLE box retention-policies:file-version-retentions:get 77777 ``` -_See code: [src/commands/retention-policies/file-version-retentions/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/file-version-retentions/get.js)_ +_See code: [src/commands/retention-policies/file-version-retentions/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/file-version-retentions/get.js)_ ## `box retention-policies:file-versions-under-retention:get ID` @@ -397,7 +397,7 @@ EXAMPLE box retention-policies:file-versions-under-retention:get 77777 ``` -_See code: [src/commands/retention-policies/file-versions-under-retention/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/file-versions-under-retention/get.js)_ +_See code: [src/commands/retention-policies/file-versions-under-retention/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/file-versions-under-retention/get.js)_ ## `box retention-policies:files-under-retention:get ID` @@ -436,7 +436,7 @@ EXAMPLE box retention-policies:files-under-retention:get 77777 ``` -_See code: [src/commands/retention-policies/files-under-retention/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/files-under-retention/get.js)_ +_See code: [src/commands/retention-policies/files-under-retention/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/files-under-retention/get.js)_ ## `box retention-policies:get ID` @@ -468,7 +468,7 @@ EXAMPLE box retention-policies:get 12345 ``` -_See code: [src/commands/retention-policies/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/get.js)_ +_See code: [src/commands/retention-policies/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/get.js)_ ## `box retention-policies:update ID` @@ -528,4 +528,4 @@ EXAMPLE box retention-policies:update 12345 ``` -_See code: [src/commands/retention-policies/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/retention-policies/update.js)_ +_See code: [src/commands/retention-policies/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/retention-policies/update.js)_ diff --git a/docs/search.md b/docs/search.md index 8b4357f1..d6bd97a8 100644 --- a/docs/search.md +++ b/docs/search.md @@ -88,4 +88,4 @@ EXAMPLES box search --mdfilter "enterprise.employeeRecord.name=John Doe" ``` -_See code: [src/commands/search.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/search.js)_ +_See code: [src/commands/search.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/search.js)_ diff --git a/docs/shared-links.md b/docs/shared-links.md index 75ee45b8..1d91860a 100644 --- a/docs/shared-links.md +++ b/docs/shared-links.md @@ -53,7 +53,7 @@ EXAMPLE box shared-links:create 22222 folder --access company --vanity-name my-custom-name-123 ``` -_See code: [src/commands/shared-links/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/shared-links/create.js)_ +_See code: [src/commands/shared-links/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/shared-links/create.js)_ ## `box shared-links:delete ITEMID ITEMTYPE` @@ -86,7 +86,7 @@ EXAMPLE box shared-links:delete 22222 folder ``` -_See code: [src/commands/shared-links/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/shared-links/delete.js)_ +_See code: [src/commands/shared-links/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/shared-links/delete.js)_ ## `box shared-links:get URL` @@ -119,4 +119,4 @@ EXAMPLE box shared-links:get https://app.box.com/s/13ynxiqe3y4tup3j0yn4qairs5ebfxo3 ``` -_See code: [src/commands/shared-links/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/shared-links/get.js)_ +_See code: [src/commands/shared-links/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/shared-links/get.js)_ diff --git a/docs/sign-requests.md b/docs/sign-requests.md index 6270004a..7f7c9c70 100644 --- a/docs/sign-requests.md +++ b/docs/sign-requests.md @@ -43,7 +43,7 @@ EXAMPLE box sign-requests ``` -_See code: [src/commands/sign-requests/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-requests/index.js)_ +_See code: [src/commands/sign-requests/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-requests/index.js)_ ## `box sign-requests:cancel ID` @@ -75,7 +75,7 @@ EXAMPLE box sign-requests:cancel 12345 ``` -_See code: [src/commands/sign-requests/cancel.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-requests/cancel.js)_ +_See code: [src/commands/sign-requests/cancel.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-requests/cancel.js)_ ## `box sign-requests:create` @@ -182,7 +182,7 @@ EXAMPLE id=1,value=Test ``` -_See code: [src/commands/sign-requests/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-requests/create.js)_ +_See code: [src/commands/sign-requests/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-requests/create.js)_ ## `box sign-requests:get ID` @@ -214,7 +214,7 @@ EXAMPLE box sign-requests:get 12345 ``` -_See code: [src/commands/sign-requests/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-requests/get.js)_ +_See code: [src/commands/sign-requests/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-requests/get.js)_ ## `box sign-requests:resend ID` @@ -246,4 +246,4 @@ EXAMPLE box sign-requests:resend 12345 ``` -_See code: [src/commands/sign-requests/resend.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-requests/resend.js)_ +_See code: [src/commands/sign-requests/resend.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-requests/resend.js)_ diff --git a/docs/sign-templates.md b/docs/sign-templates.md index 0dffdbd8..7805f1c3 100644 --- a/docs/sign-templates.md +++ b/docs/sign-templates.md @@ -40,7 +40,7 @@ EXAMPLE box sign-templates ``` -_See code: [src/commands/sign-templates/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-templates/index.js)_ +_See code: [src/commands/sign-templates/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-templates/index.js)_ ## `box sign-templates:get ID` @@ -72,4 +72,4 @@ EXAMPLE box sign-templates:get 12345 ``` -_See code: [src/commands/sign-templates/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/sign-templates/get.js)_ +_See code: [src/commands/sign-templates/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/sign-templates/get.js)_ diff --git a/docs/storage-policies.md b/docs/storage-policies.md index 87b8aa35..6e2ba899 100644 --- a/docs/storage-policies.md +++ b/docs/storage-policies.md @@ -47,7 +47,7 @@ EXAMPLE box storage-policies ``` -_See code: [src/commands/storage-policies/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/index.js)_ +_See code: [src/commands/storage-policies/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/index.js)_ ## `box storage-policies:assign STORAGEPOLICYID USERID` @@ -80,7 +80,7 @@ EXAMPLE box storage-policies:assign 12345 33333 ``` -_See code: [src/commands/storage-policies/assign.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/assign.js)_ +_See code: [src/commands/storage-policies/assign.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/assign.js)_ ## `box storage-policies:assignments:get ID` @@ -112,7 +112,7 @@ EXAMPLE box storage-policies:assignments:get 12345 ``` -_See code: [src/commands/storage-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/assignments/get.js)_ +_See code: [src/commands/storage-policies/assignments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/assignments/get.js)_ ## `box storage-policies:assignments:lookup ID` @@ -145,7 +145,7 @@ EXAMPLE box storage-policies:assignments:lookup 33333 ``` -_See code: [src/commands/storage-policies/assignments/lookup.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/assignments/lookup.js)_ +_See code: [src/commands/storage-policies/assignments/lookup.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/assignments/lookup.js)_ ## `box storage-policies:assignments:remove ID` @@ -177,7 +177,7 @@ EXAMPLE box storage-policies:assignments:remove 12345 ``` -_See code: [src/commands/storage-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/assignments/remove.js)_ +_See code: [src/commands/storage-policies/assignments/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/assignments/remove.js)_ ## `box storage-policies:get ID` @@ -209,4 +209,4 @@ EXAMPLE box storage-policies:get 12345 ``` -_See code: [src/commands/storage-policies/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/storage-policies/get.js)_ +_See code: [src/commands/storage-policies/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/storage-policies/get.js)_ diff --git a/docs/tasks.md b/docs/tasks.md index 4f88854e..e07dddd4 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -48,7 +48,7 @@ EXAMPLE box tasks:assign 88888 --assign-to-user-id 33333 ``` -_See code: [src/commands/tasks/assign.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/assign.js)_ +_See code: [src/commands/tasks/assign.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/assign.js)_ ## `box tasks:assignments ID` @@ -83,7 +83,7 @@ EXAMPLE box tasks:assignments 88888 ``` -_See code: [src/commands/tasks/assignments/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/assignments/index.js)_ +_See code: [src/commands/tasks/assignments/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/assignments/index.js)_ ## `box tasks:assignments:delete ID` @@ -118,7 +118,7 @@ EXAMPLE box tasks:assignments:delete 12345 ``` -_See code: [src/commands/tasks/assignments/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/assignments/delete.js)_ +_See code: [src/commands/tasks/assignments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/assignments/delete.js)_ ## `box tasks:assignments:get ID` @@ -153,7 +153,7 @@ EXAMPLE box tasks:assignments:get 12345 ``` -_See code: [src/commands/tasks/assignments/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/assignments/get.js)_ +_See code: [src/commands/tasks/assignments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/assignments/get.js)_ ## `box tasks:assignments:update ID` @@ -190,7 +190,7 @@ EXAMPLE box tasks:assignments:update 12345 --status approved ``` -_See code: [src/commands/tasks/assignments/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/assignments/update.js)_ +_See code: [src/commands/tasks/assignments/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/assignments/update.js)_ ## `box tasks:create FILEID` @@ -236,7 +236,7 @@ EXAMPLE box tasks:create 11111 --message "Please proofread this document" ``` -_See code: [src/commands/tasks/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/create.js)_ +_See code: [src/commands/tasks/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/create.js)_ ## `box tasks:delete ID` @@ -268,7 +268,7 @@ EXAMPLE box tasks:delete 88888 ``` -_See code: [src/commands/tasks/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/delete.js)_ +_See code: [src/commands/tasks/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/delete.js)_ ## `box tasks:get ID` @@ -300,7 +300,7 @@ EXAMPLE box tasks:get 88888 ``` -_See code: [src/commands/tasks/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/get.js)_ +_See code: [src/commands/tasks/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/get.js)_ ## `box tasks:update ID` @@ -344,4 +344,4 @@ EXAMPLE box tasks:update 88888 --due-at 1w ``` -_See code: [src/commands/tasks/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tasks/update.js)_ +_See code: [src/commands/tasks/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tasks/update.js)_ diff --git a/docs/terms-of-service.md b/docs/terms-of-service.md index 98b50117..4c76a65f 100644 --- a/docs/terms-of-service.md +++ b/docs/terms-of-service.md @@ -38,7 +38,7 @@ EXAMPLE box terms-of-service ``` -_See code: [src/commands/terms-of-service/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/index.js)_ +_See code: [src/commands/terms-of-service/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/index.js)_ ## `box terms-of-service:create` @@ -70,7 +70,7 @@ EXAMPLE box terms-of-service:create --type external --status enabled --text "By using this service, you agree to...." ``` -_See code: [src/commands/terms-of-service/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/create.js)_ +_See code: [src/commands/terms-of-service/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/create.js)_ ## `box terms-of-service:get ID` @@ -102,7 +102,7 @@ EXAMPLE box terms-of-service:get 55555 ``` -_See code: [src/commands/terms-of-service/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/get.js)_ +_See code: [src/commands/terms-of-service/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/get.js)_ ## `box terms-of-service:get-user-status TOSID` @@ -135,7 +135,7 @@ EXAMPLE box terms-of-service:get-user-status 55555 ``` -_See code: [src/commands/terms-of-service/get-user-status.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/get-user-status.js)_ +_See code: [src/commands/terms-of-service/get-user-status.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/get-user-status.js)_ ## `box terms-of-service:set-user-status ID` @@ -170,7 +170,7 @@ EXAMPLE box terms-of-service:set-user-status 55555 --accept ``` -_See code: [src/commands/terms-of-service/set-user-status.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/set-user-status.js)_ +_See code: [src/commands/terms-of-service/set-user-status.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/set-user-status.js)_ ## `box terms-of-service:update ID` @@ -204,4 +204,4 @@ EXAMPLE box terms-of-service:update 55555 --status disabled ``` -_See code: [src/commands/terms-of-service/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/terms-of-service/update.js)_ +_See code: [src/commands/terms-of-service/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/terms-of-service/update.js)_ diff --git a/docs/tokens.md b/docs/tokens.md index b17c69f8..c78f4877 100644 --- a/docs/tokens.md +++ b/docs/tokens.md @@ -29,7 +29,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/exchange.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tokens/exchange.js)_ +_See code: [src/commands/tokens/exchange.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tokens/exchange.js)_ ## `box tokens:get` @@ -47,7 +47,7 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tokens/get.js)_ +_See code: [src/commands/tokens/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tokens/get.js)_ ## `box tokens:revoke TOKEN` @@ -67,4 +67,4 @@ OPTIONS --no-color Turn off colors for logging ``` -_See code: [src/commands/tokens/revoke.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/tokens/revoke.js)_ +_See code: [src/commands/tokens/revoke.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/tokens/revoke.js)_ diff --git a/docs/trash.md b/docs/trash.md index 000d26a9..1d2adeb2 100644 --- a/docs/trash.md +++ b/docs/trash.md @@ -45,7 +45,7 @@ EXAMPLE box trash ``` -_See code: [src/commands/trash/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/trash/index.js)_ +_See code: [src/commands/trash/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/trash/index.js)_ ## `box trash:delete TYPE ID` @@ -78,7 +78,7 @@ EXAMPLE box trash:delete folder 22222 ``` -_See code: [src/commands/trash/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/trash/delete.js)_ +_See code: [src/commands/trash/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/trash/delete.js)_ ## `box trash:get TYPE ID` @@ -111,7 +111,7 @@ EXAMPLE box trash:get folder 22222 ``` -_See code: [src/commands/trash/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/trash/get.js)_ +_See code: [src/commands/trash/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/trash/get.js)_ ## `box trash:restore TYPE ID` @@ -149,4 +149,4 @@ EXAMPLE box trash:restore folder 22222 ``` -_See code: [src/commands/trash/restore.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/trash/restore.js)_ +_See code: [src/commands/trash/restore.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/trash/restore.js)_ diff --git a/docs/users.md b/docs/users.md index 15713b79..01034610 100644 --- a/docs/users.md +++ b/docs/users.md @@ -59,7 +59,7 @@ EXAMPLE box users ``` -_See code: [src/commands/users/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/index.js)_ +_See code: [src/commands/users/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/index.js)_ ## `box users:create NAME [LOGIN]` @@ -150,7 +150,7 @@ EXAMPLE box users:create "John Doe" jdoe@example.com ``` -_See code: [src/commands/users/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/create.js)_ +_See code: [src/commands/users/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/create.js)_ ## `box users:delete ID` @@ -184,7 +184,7 @@ EXAMPLE box users:delete 33333 ``` -_See code: [src/commands/users/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/delete.js)_ +_See code: [src/commands/users/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/delete.js)_ ## `box users:email-aliases USERID` @@ -219,7 +219,7 @@ EXAMPLE box users:email-aliases 33333 ``` -_See code: [src/commands/users/email-aliases/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/email-aliases/index.js)_ +_See code: [src/commands/users/email-aliases/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/email-aliases/index.js)_ ## `box users:email-aliases:add USERID EMAIL` @@ -263,7 +263,7 @@ EXAMPLE box users:email-aliases:add 33333 user+alias@example.com ``` -_See code: [src/commands/users/email-aliases/add.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/email-aliases/add.js)_ +_See code: [src/commands/users/email-aliases/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/email-aliases/add.js)_ ## `box users:email-aliases:remove USERID ALIASID` @@ -299,7 +299,7 @@ EXAMPLE box users:email-aliases:remove 33333 12345 ``` -_See code: [src/commands/users/email-aliases/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/email-aliases/remove.js)_ +_See code: [src/commands/users/email-aliases/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/email-aliases/remove.js)_ ## `box users:get [ID]` @@ -331,7 +331,7 @@ EXAMPLE box users:get 33333 ``` -_See code: [src/commands/users/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/get.js)_ +_See code: [src/commands/users/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/get.js)_ ## `box users:groups ID` @@ -373,7 +373,7 @@ EXAMPLE box users:groups 33333 ``` -_See code: [src/commands/users/groups.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/groups.js)_ +_See code: [src/commands/users/groups.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/groups.js)_ ## `box users:invite EMAIL ENTERPRISEID` @@ -409,7 +409,7 @@ EXAMPLE box users:invite user@example.com 12345 ``` -_See code: [src/commands/users/invite.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/invite.js)_ +_See code: [src/commands/users/invite.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/invite.js)_ ## `box users:search NAME` @@ -444,7 +444,7 @@ EXAMPLE box users:search "John Doe" ``` -_See code: [src/commands/users/search.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/search.js)_ +_See code: [src/commands/users/search.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/search.js)_ ## `box users:terminate-session` @@ -478,7 +478,7 @@ EXAMPLE box users:terminate-session --user-ids 123 345 --user-logins abc@example.com def@example.com ``` -_See code: [src/commands/users/terminate-session.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/terminate-session.js)_ +_See code: [src/commands/users/terminate-session.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/terminate-session.js)_ ## `box users:transfer-content USERID NEWUSERID` @@ -515,7 +515,7 @@ EXAMPLE box users:transfer-content 33333 44444 ``` -_See code: [src/commands/users/transfer-content.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/transfer-content.js)_ +_See code: [src/commands/users/transfer-content.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/transfer-content.js)_ ## `box users:update ID` @@ -611,4 +611,4 @@ EXAMPLE box users:update 33333 --status inactive ``` -_See code: [src/commands/users/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/users/update.js)_ +_See code: [src/commands/users/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/users/update.js)_ diff --git a/docs/watermarking.md b/docs/watermarking.md index 5210f4d3..46f7f172 100644 --- a/docs/watermarking.md +++ b/docs/watermarking.md @@ -38,7 +38,7 @@ EXAMPLE box watermarking:apply folder 22222 ``` -_See code: [src/commands/watermarking/apply.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/watermarking/apply.js)_ +_See code: [src/commands/watermarking/apply.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/watermarking/apply.js)_ ## `box watermarking:get ITEMTYPE ITEMID` @@ -71,7 +71,7 @@ EXAMPLE box watermarking:get folder 22222 ``` -_See code: [src/commands/watermarking/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/watermarking/get.js)_ +_See code: [src/commands/watermarking/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/watermarking/get.js)_ ## `box watermarking:remove ITEMTYPE ITEMID` @@ -104,4 +104,4 @@ EXAMPLE box watermarking:remove folder 22222 ``` -_See code: [src/commands/watermarking/remove.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/watermarking/remove.js)_ +_See code: [src/commands/watermarking/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/watermarking/remove.js)_ diff --git a/docs/web-links.md b/docs/web-links.md index 6d784629..90413571 100644 --- a/docs/web-links.md +++ b/docs/web-links.md @@ -42,7 +42,7 @@ EXAMPLE box web-links:create http://example.com --parent-id 0 ``` -_See code: [src/commands/web-links/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/web-links/create.js)_ +_See code: [src/commands/web-links/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/web-links/create.js)_ ## `box web-links:delete ID` @@ -74,7 +74,7 @@ EXAMPLE box web-links:delete 12345 ``` -_See code: [src/commands/web-links/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/web-links/delete.js)_ +_See code: [src/commands/web-links/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/web-links/delete.js)_ ## `box web-links:get ID` @@ -106,7 +106,7 @@ EXAMPLE box web-links:get 12345 ``` -_See code: [src/commands/web-links/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/web-links/get.js)_ +_See code: [src/commands/web-links/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/web-links/get.js)_ ## `box web-links:move ID PARENTID` @@ -139,7 +139,7 @@ EXAMPLE box web-links:move 12345 22222 ``` -_See code: [src/commands/web-links/move.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/web-links/move.js)_ +_See code: [src/commands/web-links/move.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/web-links/move.js)_ ## `box web-links:update ID` @@ -174,4 +174,4 @@ EXAMPLE box web-links:update 12345 --name "Example Site" ``` -_See code: [src/commands/web-links/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/web-links/update.js)_ +_See code: [src/commands/web-links/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/web-links/update.js)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index 4d82ca8c..d46d08ee 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -46,7 +46,7 @@ EXAMPLE box webhooks ``` -_See code: [src/commands/webhooks/index.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/webhooks/index.js)_ +_See code: [src/commands/webhooks/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/webhooks/index.js)_ ## `box webhooks:create TARGETTYPE TARGETID` @@ -98,7 +98,7 @@ EXAMPLE box webhooks:create folder 22222 --triggers FILE.DELETED --address https://example.com/webhook/deletion ``` -_See code: [src/commands/webhooks/create.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/webhooks/create.js)_ +_See code: [src/commands/webhooks/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/webhooks/create.js)_ ## `box webhooks:delete ID` @@ -130,7 +130,7 @@ EXAMPLE box webhooks:delete 12345 ``` -_See code: [src/commands/webhooks/delete.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/webhooks/delete.js)_ +_See code: [src/commands/webhooks/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/webhooks/delete.js)_ ## `box webhooks:get ID` @@ -162,7 +162,7 @@ EXAMPLE box webhooks:get 12345 ``` -_See code: [src/commands/webhooks/get.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/webhooks/get.js)_ +_See code: [src/commands/webhooks/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/webhooks/get.js)_ ## `box webhooks:update ID` @@ -211,4 +211,4 @@ EXAMPLE box webhooks:update 12345 --triggers FILE.DELETED,FOLDER.DELETED ``` -_See code: [src/commands/webhooks/update.js](https://github.com/box/boxcli/blob/v3.14.1/src/commands/webhooks/update.js)_ +_See code: [src/commands/webhooks/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/webhooks/update.js)_ diff --git a/package-lock.json b/package-lock.json index 0ba7eabe..a3cb7482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@box/cli", - "version": "3.14.1", + "version": "3.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1363,9 +1363,9 @@ }, "dependencies": { "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" } } }, @@ -1394,9 +1394,9 @@ "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==" }, "aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.1.tgz", + "integrity": "sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==" }, "babel-code-frame": { "version": "6.26.0", @@ -1462,9 +1462,9 @@ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" }, "basic-ftp": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.4.tgz", - "integrity": "sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA==" + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", + "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==" }, "bcrypt-pbkdf": { "version": "1.0.2", @@ -1543,9 +1543,9 @@ } }, "box-node-sdk": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/box-node-sdk/-/box-node-sdk-3.5.0.tgz", - "integrity": "sha512-r/EBaGsxWlI49UCMERBgDkEFmDIazVtUPvHoNlYwxL57vM46p7EmtpwcKiI1JfrsUHhGZwxkdhOL8UFgyG03oA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/box-node-sdk/-/box-node-sdk-3.7.0.tgz", + "integrity": "sha512-v+x4hzR5h7mA2baaBkC95KC1RAmnUyf9Y7Io+cySCHOuOgSN+PI05BVOoYjiIrpKJI9yvnpSiG9n+DcsaHB5qA==", "requires": { "@cypress/request": "^3.0.1", "@types/bluebird": "^3.5.35", @@ -1562,9 +1562,9 @@ }, "dependencies": { "@types/node": { - "version": "18.19.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.17.tgz", - "integrity": "sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==", + "version": "18.19.43", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.43.tgz", + "integrity": "sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==", "requires": { "undici-types": "~5.26.4" } @@ -1592,12 +1592,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "requires": { - "lru-cache": "^6.0.0" - } + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" } } }, @@ -4226,9 +4223,9 @@ } }, "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" }, "has-symbols": { "version": "1.0.0", @@ -4267,9 +4264,9 @@ } }, "hasown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "requires": { "function-bind": "^1.1.2" }, @@ -4358,9 +4355,9 @@ }, "dependencies": { "agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "requires": { "debug": "^4.3.4" } @@ -4378,9 +4375,9 @@ } }, "http-status": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.3.tgz", - "integrity": "sha512-GS8tL1qHT2nBCMJDYMHGkkkKQLNkIAHz37vgO68XKvzv+XyqB4oh/DfmMHdtRzfqSJPj1xKG2TaELZtlCz6BEQ==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.4.tgz", + "integrity": "sha512-c2qSwNtTlHVYAhMj9JpGdyo0No/+DiKXCJ9pHtZ2Yf3QmPnBIytKSRT7BuyIiQ7icXLynavGmxUqkOjSrAuMuA==" }, "https-proxy-agent": { "version": "5.0.0", @@ -5415,12 +5412,9 @@ } }, "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" }, "make-dir": { "version": "3.1.0", @@ -6482,9 +6476,9 @@ "dev": true }, "object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==" }, "object-keys": { "version": "1.0.12", @@ -6734,32 +6728,32 @@ "dev": true }, "pac-proxy-agent": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz", - "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz", + "integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==", "requires": { "@tootallnate/quickjs-emscripten": "^0.23.0", "agent-base": "^7.0.2", "debug": "^4.3.4", "get-uri": "^6.0.1", "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.2", - "pac-resolver": "^7.0.0", - "socks-proxy-agent": "^8.0.2" + "https-proxy-agent": "^7.0.5", + "pac-resolver": "^7.0.1", + "socks-proxy-agent": "^8.0.4" }, "dependencies": { "agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "requires": { "debug": "^4.3.4" } }, "https-proxy-agent": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "requires": { "agent-base": "^7.0.2", "debug": "4" @@ -7624,26 +7618,21 @@ }, "dependencies": { "agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "requires": { "debug": "^4.3.4" } }, "https-proxy-agent": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "requires": { "agent-base": "^7.0.2", "debug": "4" } - }, - "lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" } } }, @@ -8109,16 +8098,16 @@ "dev": true }, "set-function-length": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", - "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "requires": { - "define-data-property": "^1.1.2", + "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.1" + "has-property-descriptors": "^1.0.2" }, "dependencies": { "function-bind": { @@ -8147,11 +8136,11 @@ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" }, "side-channel": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz", - "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "requires": { - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.4", "object-inspect": "^1.13.1" @@ -8247,28 +8236,28 @@ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" }, "socks": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.3.tgz", - "integrity": "sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", "requires": { "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" } }, "socks-proxy-agent": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz", - "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", + "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", "requires": { - "agent-base": "^7.0.2", + "agent-base": "^7.1.1", "debug": "^4.3.4", - "socks": "^2.7.1" + "socks": "^2.8.3" }, "dependencies": { "agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "requires": { "debug": "^4.3.4" } @@ -8887,9 +8876,9 @@ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" }, "tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "requires": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -9233,11 +9222,6 @@ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", "dev": true }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", diff --git a/package.json b/package.json index e7bc4622..fe594fa7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "upload", "download" ], - "version": "3.14.1", + "version": "3.15.0", "author": "Box ", "license": "Apache-2.0", "main": "src/index.js",