Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "66d6f32", "specHash": "eaa9cf0", "version": "1.16.0" }
{ "engineHash": "43a5daf", "specHash": "eaa9cf0", "version": "1.16.0" }
5 changes: 0 additions & 5 deletions docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ await client.ai.createAiAsk({
- requestBody `AiAsk`
- Request body of createAiAsk method
- optionalsInput `CreateAiAskOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -88,7 +87,6 @@ await client.ai.createAiTextGen({
- requestBody `AiTextGen`
- Request body of createAiTextGen method
- optionalsInput `CreateAiTextGenOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -119,7 +117,6 @@ await client.ai.getAiAgentDefaultConfig({
- queryParams `GetAiAgentDefaultConfigQueryParams`
- Query parameters of getAiAgentDefaultConfig method
- optionalsInput `GetAiAgentDefaultConfigOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -160,7 +157,6 @@ await client.ai.createAiExtract({
- requestBody `AiExtract`
- Request body of createAiExtract method
- optionalsInput `CreateAiExtractOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -236,7 +232,6 @@ await client.ai.createAiExtractStructured({
- requestBody `AiExtractStructured`
- Request body of createAiExtractStructured method
- optionalsInput `CreateAiExtractStructuredOptionalsInput`
-

### Returns

Expand Down
4 changes: 0 additions & 4 deletions docs/aiStudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ await client.aiStudio.createAiAgent({
- requestBodyInput `CreateAiAgentInput`
- Request body of createAiAgent method
- optionalsInput `CreateAiAgentOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -94,7 +93,6 @@ await client.aiStudio.updateAiAgentById(createdAgent.id, {
- requestBodyInput `CreateAiAgentInput`
- Request body of updateAiAgentById method
- optionalsInput `UpdateAiAgentByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -124,7 +122,6 @@ await client.aiStudio.getAiAgentById(createdAgent.id, {
- agentId `string`
- The agent id to get. Example: "1234"
- optionalsInput `GetAiAgentByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -152,7 +149,6 @@ await client.aiStudio.deleteAiAgentById(createdAgent.id);
- agentId `string`
- The ID of the agent to delete. Example: "1234"
- optionalsInput `DeleteAiAgentByIdOptionalsInput`
-

### Returns

Expand Down
2 changes: 0 additions & 2 deletions docs/appItemAssociations.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ await client.appItemAssociations.getFileAppItemAssociations(fileId);
- fileId `string`
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
- optionalsInput `GetFileAppItemAssociationsOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -61,7 +60,6 @@ await client.appItemAssociations.getFolderAppItemAssociations(folderId);
- folderId `string`
- The unique identifier that represent a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`. The root folder of a Box account is always represented by the ID `0`. Example: "12345"
- optionalsInput `GetFolderAppItemAssociationsOptionalsInput`
-

### Returns

Expand Down
4 changes: 0 additions & 4 deletions docs/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ _Currently we don't have an example for calling `authorizeUser` in integration t
- queryParams `AuthorizeUserQueryParams`
- Query parameters of authorizeUser method
- optionalsInput `AuthorizeUserOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -62,7 +61,6 @@ _Currently we don't have an example for calling `requestAccessToken` in integrat
- requestBody `PostOAuth2Token`
- Request body of requestAccessToken method
- optionalsInput `RequestAccessTokenOptionalsInput`
-

### Returns

Expand All @@ -88,7 +86,6 @@ _Currently we don't have an example for calling `refreshAccessToken` in integrat
- requestBodyInput `PostOAuth2TokenRefreshAccessTokenInput`
- Request body of refreshAccessToken method
- optionalsInput `RefreshAccessTokenOptionalsInput`
-

### Returns

Expand All @@ -115,7 +112,6 @@ _Currently we don't have an example for calling `revokeAccessToken` in integrati
- requestBody `PostOAuth2Revoke`
- Request body of revokeAccessToken method
- optionalsInput `RevokeAccessTokenOptionalsInput`
-

### Returns

Expand Down
3 changes: 0 additions & 3 deletions docs/avatars.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ await client.avatars.getUserAvatar(user.id);
- userId `string`
- The ID of the user. Example: "12345"
- optionalsInput `GetUserAvatarOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -62,7 +61,6 @@ await client.avatars.createUserAvatar(user.id, {
- requestBody `CreateUserAvatarRequestBody`
- Request body of createUserAvatar method
- optionalsInput `CreateUserAvatarOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -93,7 +91,6 @@ await client.avatars.deleteUserAvatar(user.id);
- userId `string`
- The ID of the user. Example: "12345"
- optionalsInput `DeleteUserAvatarOptionalsInput`
-

### Returns

Expand Down
12 changes: 0 additions & 12 deletions docs/chunkedUploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ await client.chunkedUploads.createFileUploadSession({
- requestBody `CreateFileUploadSessionRequestBody`
- Request body of createFileUploadSession method
- optionalsInput `CreateFileUploadSessionOptionalsInput`
-

### Returns

Expand All @@ -66,7 +65,6 @@ _Currently we don't have an example for calling `createFileUploadSessionForExist
- requestBody `CreateFileUploadSessionForExistingFileRequestBody`
- Request body of createFileUploadSessionForExistingFile method
- optionalsInput `CreateFileUploadSessionForExistingFileOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -96,7 +94,6 @@ await client.chunkedUploads.getFileUploadSessionByUrl(statusUrl);
- url `string`
- URL of getFileUploadSessionById method
- optionalsInput `GetFileUploadSessionByUrlOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -126,7 +123,6 @@ await client.chunkedUploads.getFileUploadSessionById(uploadSessionId);
- uploadSessionId `string`
- The ID of the upload session. Example: "D5E3F7A"
- optionalsInput `GetFileUploadSessionByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -168,7 +164,6 @@ await client.chunkedUploads.uploadFilePartByUrl(
- headersInput `UploadFilePartByUrlHeadersInput`
- Headers of uploadFilePart method
- optionalsInput `UploadFilePartByUrlOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -210,7 +205,6 @@ await client.chunkedUploads.uploadFilePart(
- headersInput `UploadFilePartHeadersInput`
- Headers of uploadFilePart method
- optionalsInput `UploadFilePartOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -243,7 +237,6 @@ await client.chunkedUploads.deleteFileUploadSessionByUrl(abortUrl);
- url `string`
- URL of deleteFileUploadSessionById method
- optionalsInput `DeleteFileUploadSessionByUrlOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -277,7 +270,6 @@ await client.chunkedUploads.deleteFileUploadSessionById(uploadSessionId);
- uploadSessionId `string`
- The ID of the upload session. Example: "D5E3F7A"
- optionalsInput `DeleteFileUploadSessionByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -309,7 +301,6 @@ await client.chunkedUploads.getFileUploadSessionPartsByUrl(listPartsUrl);
- url `string`
- URL of getFileUploadSessionParts method
- optionalsInput `GetFileUploadSessionPartsByUrlOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -340,7 +331,6 @@ await client.chunkedUploads.getFileUploadSessionParts(uploadSessionId);
- uploadSessionId `string`
- The ID of the upload session. Example: "D5E3F7A"
- optionalsInput `GetFileUploadSessionPartsOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -379,7 +369,6 @@ await client.chunkedUploads.createFileUploadSessionCommitByUrl(
- headersInput `CreateFileUploadSessionCommitByUrlHeadersInput`
- Headers of createFileUploadSessionCommit method
- optionalsInput `CreateFileUploadSessionCommitByUrlOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -422,7 +411,6 @@ await client.chunkedUploads.createFileUploadSessionCommit(
- headersInput `CreateFileUploadSessionCommitHeadersInput`
- Headers of createFileUploadSessionCommit method
- optionalsInput `CreateFileUploadSessionCommitOptionalsInput`
-

### Returns

Expand Down
3 changes: 0 additions & 3 deletions docs/classifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ await client.classifications.addClassification([
- requestBody `readonly AddClassificationRequestBody[]`
- Request body of addClassification method
- optionalsInput `AddClassificationOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -125,7 +124,6 @@ await client.classifications.updateClassification([
- requestBody `readonly UpdateClassificationRequestBody[]`
- Request body of updateClassification method
- optionalsInput `UpdateClassificationOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -157,7 +155,6 @@ _Currently we don't have an example for calling `createClassificationTemplate` i
- requestBodyInput `CreateClassificationTemplateRequestBodyInput`
- Request body of createClassificationTemplate method
- optionalsInput `CreateClassificationTemplateOptionalsInput`
-

### Returns

Expand Down
3 changes: 0 additions & 3 deletions docs/collaborationAllowlistEntries.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ await client.collaborationAllowlistEntries.createCollaborationWhitelistEntry({
- requestBody `CreateCollaborationWhitelistEntryRequestBody`
- Request body of createCollaborationWhitelistEntry method
- optionalsInput `CreateCollaborationWhitelistEntryOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -92,7 +91,6 @@ await client.collaborationAllowlistEntries.getCollaborationWhitelistEntryById(
- collaborationWhitelistEntryId `string`
- The ID of the entry in the list. Example: "213123"
- optionalsInput `GetCollaborationWhitelistEntryByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -123,7 +121,6 @@ await client.collaborationAllowlistEntries.deleteCollaborationWhitelistEntryById
- collaborationWhitelistEntryId `string`
- The ID of the entry in the list. Example: "213123"
- optionalsInput `DeleteCollaborationWhitelistEntryByIdOptionalsInput`
-

### Returns

Expand Down
3 changes: 0 additions & 3 deletions docs/collaborationAllowlistExemptTargets.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ await client.collaborationAllowlistExemptTargets.createCollaborationWhitelistExe
- requestBody `CreateCollaborationWhitelistExemptTargetRequestBody`
- Request body of createCollaborationWhitelistExemptTarget method
- optionalsInput `CreateCollaborationWhitelistExemptTargetOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -94,7 +93,6 @@ await client.collaborationAllowlistExemptTargets.getCollaborationWhitelistExempt
- collaborationWhitelistExemptTargetId `string`
- The ID of the exemption to the list. Example: "984923"
- optionalsInput `GetCollaborationWhitelistExemptTargetByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -125,7 +123,6 @@ await client.collaborationAllowlistExemptTargets.deleteCollaborationWhitelistExe
- collaborationWhitelistExemptTargetId `string`
- The ID of the exemption to the list. Example: "984923"
- optionalsInput `DeleteCollaborationWhitelistExemptTargetByIdOptionalsInput`
-

### Returns

Expand Down
2 changes: 0 additions & 2 deletions docs/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ await client.collections.getCollectionItems(favouriteCollection.id!);
- collectionId `string`
- The ID of the collection. Example: "926489"
- optionalsInput `GetCollectionItemsOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -86,7 +85,6 @@ await client.collections.getCollectionById(collections.entries![0].id!);
- collectionId `string`
- The ID of the collection. Example: "926489"
- optionalsInput `GetCollectionByIdOptionalsInput`
-

### Returns

Expand Down
5 changes: 0 additions & 5 deletions docs/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ await client.comments.getFileComments(fileId);
- fileId `string`
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
- optionalsInput `GetFileCommentsOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -56,7 +55,6 @@ await client.comments.getCommentById(newComment.id!);
- commentId `string`
- The ID of the comment. Example: "12345"
- optionalsInput `GetCommentByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -86,7 +84,6 @@ await client.comments.updateCommentById(newReplyComment.id!, {
- commentId `string`
- The ID of the comment. Example: "12345"
- optionalsInput `UpdateCommentByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -114,7 +111,6 @@ await client.comments.deleteCommentById(newComment.id!);
- commentId `string`
- The ID of the comment. Example: "12345"
- optionalsInput `DeleteCommentByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -149,7 +145,6 @@ await client.comments.createComment({
- requestBody `CreateCommentRequestBody`
- Request body of createComment method
- optionalsInput `CreateCommentOptionalsInput`
-

### Returns

Expand Down
3 changes: 0 additions & 3 deletions docs/devicePinners.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ await client.devicePinners.getDevicePinnerById(devicePinnerId);
- devicePinnerId `string`
- The ID of the device pin. Example: "2324234"
- optionalsInput `GetDevicePinnerByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -52,7 +51,6 @@ await client.devicePinners.deleteDevicePinnerById(devicePinnerId);
- devicePinnerId `string`
- The ID of the device pin. Example: "2324234"
- optionalsInput `DeleteDevicePinnerByIdOptionalsInput`
-

### Returns

Expand Down Expand Up @@ -83,7 +81,6 @@ await client.devicePinners.getEnterpriseDevicePinners(enterpriseId);
- enterpriseId `string`
- The ID of the enterprise. Example: "3442311"
- optionalsInput `GetEnterpriseDevicePinnersOptionalsInput`
-

### Returns

Expand Down
Loading