diff --git a/.codegen.json b/.codegen.json index 6f9b1978..9756f6db 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "66d6f32", "specHash": "eaa9cf0", "version": "1.16.0" } +{ "engineHash": "43a5daf", "specHash": "eaa9cf0", "version": "1.16.0" } diff --git a/docs/ai.md b/docs/ai.md index e06a6689..ebec5884 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -37,7 +37,6 @@ await client.ai.createAiAsk({ - requestBody `AiAsk` - Request body of createAiAsk method - optionalsInput `CreateAiAskOptionalsInput` - - ### Returns @@ -88,7 +87,6 @@ await client.ai.createAiTextGen({ - requestBody `AiTextGen` - Request body of createAiTextGen method - optionalsInput `CreateAiTextGenOptionalsInput` - - ### Returns @@ -119,7 +117,6 @@ await client.ai.getAiAgentDefaultConfig({ - queryParams `GetAiAgentDefaultConfigQueryParams` - Query parameters of getAiAgentDefaultConfig method - optionalsInput `GetAiAgentDefaultConfigOptionalsInput` - - ### Returns @@ -160,7 +157,6 @@ await client.ai.createAiExtract({ - requestBody `AiExtract` - Request body of createAiExtract method - optionalsInput `CreateAiExtractOptionalsInput` - - ### Returns @@ -236,7 +232,6 @@ await client.ai.createAiExtractStructured({ - requestBody `AiExtractStructured` - Request body of createAiExtractStructured method - optionalsInput `CreateAiExtractStructuredOptionalsInput` - - ### Returns diff --git a/docs/aiStudio.md b/docs/aiStudio.md index 04cb41e8..ee09db81 100644 --- a/docs/aiStudio.md +++ b/docs/aiStudio.md @@ -60,7 +60,6 @@ await client.aiStudio.createAiAgent({ - requestBodyInput `CreateAiAgentInput` - Request body of createAiAgent method - optionalsInput `CreateAiAgentOptionalsInput` - - ### Returns @@ -94,7 +93,6 @@ await client.aiStudio.updateAiAgentById(createdAgent.id, { - requestBodyInput `CreateAiAgentInput` - Request body of updateAiAgentById method - optionalsInput `UpdateAiAgentByIdOptionalsInput` - - ### Returns @@ -124,7 +122,6 @@ await client.aiStudio.getAiAgentById(createdAgent.id, { - agentId `string` - The agent id to get. Example: "1234" - optionalsInput `GetAiAgentByIdOptionalsInput` - - ### Returns @@ -152,7 +149,6 @@ await client.aiStudio.deleteAiAgentById(createdAgent.id); - agentId `string` - The ID of the agent to delete. Example: "1234" - optionalsInput `DeleteAiAgentByIdOptionalsInput` - - ### Returns diff --git a/docs/appItemAssociations.md b/docs/appItemAssociations.md index dfaa884d..f16570e8 100644 --- a/docs/appItemAssociations.md +++ b/docs/appItemAssociations.md @@ -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 @@ -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 diff --git a/docs/authorization.md b/docs/authorization.md index 7a87e16c..dc70a994 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/docs/avatars.md b/docs/avatars.md index 5493cbc6..98013e02 100644 --- a/docs/avatars.md +++ b/docs/avatars.md @@ -24,7 +24,6 @@ await client.avatars.getUserAvatar(user.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `GetUserAvatarOptionalsInput` - - ### Returns @@ -62,7 +61,6 @@ await client.avatars.createUserAvatar(user.id, { - requestBody `CreateUserAvatarRequestBody` - Request body of createUserAvatar method - optionalsInput `CreateUserAvatarOptionalsInput` - - ### Returns @@ -93,7 +91,6 @@ await client.avatars.deleteUserAvatar(user.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `DeleteUserAvatarOptionalsInput` - - ### Returns diff --git a/docs/chunkedUploads.md b/docs/chunkedUploads.md index 760c8aeb..c937bec3 100644 --- a/docs/chunkedUploads.md +++ b/docs/chunkedUploads.md @@ -40,7 +40,6 @@ await client.chunkedUploads.createFileUploadSession({ - requestBody `CreateFileUploadSessionRequestBody` - Request body of createFileUploadSession method - optionalsInput `CreateFileUploadSessionOptionalsInput` - - ### Returns @@ -66,7 +65,6 @@ _Currently we don't have an example for calling `createFileUploadSessionForExist - requestBody `CreateFileUploadSessionForExistingFileRequestBody` - Request body of createFileUploadSessionForExistingFile method - optionalsInput `CreateFileUploadSessionForExistingFileOptionalsInput` - - ### Returns @@ -96,7 +94,6 @@ await client.chunkedUploads.getFileUploadSessionByUrl(statusUrl); - url `string` - URL of getFileUploadSessionById method - optionalsInput `GetFileUploadSessionByUrlOptionalsInput` - - ### Returns @@ -126,7 +123,6 @@ await client.chunkedUploads.getFileUploadSessionById(uploadSessionId); - uploadSessionId `string` - The ID of the upload session. Example: "D5E3F7A" - optionalsInput `GetFileUploadSessionByIdOptionalsInput` - - ### Returns @@ -168,7 +164,6 @@ await client.chunkedUploads.uploadFilePartByUrl( - headersInput `UploadFilePartByUrlHeadersInput` - Headers of uploadFilePart method - optionalsInput `UploadFilePartByUrlOptionalsInput` - - ### Returns @@ -210,7 +205,6 @@ await client.chunkedUploads.uploadFilePart( - headersInput `UploadFilePartHeadersInput` - Headers of uploadFilePart method - optionalsInput `UploadFilePartOptionalsInput` - - ### Returns @@ -243,7 +237,6 @@ await client.chunkedUploads.deleteFileUploadSessionByUrl(abortUrl); - url `string` - URL of deleteFileUploadSessionById method - optionalsInput `DeleteFileUploadSessionByUrlOptionalsInput` - - ### Returns @@ -277,7 +270,6 @@ await client.chunkedUploads.deleteFileUploadSessionById(uploadSessionId); - uploadSessionId `string` - The ID of the upload session. Example: "D5E3F7A" - optionalsInput `DeleteFileUploadSessionByIdOptionalsInput` - - ### Returns @@ -309,7 +301,6 @@ await client.chunkedUploads.getFileUploadSessionPartsByUrl(listPartsUrl); - url `string` - URL of getFileUploadSessionParts method - optionalsInput `GetFileUploadSessionPartsByUrlOptionalsInput` - - ### Returns @@ -340,7 +331,6 @@ await client.chunkedUploads.getFileUploadSessionParts(uploadSessionId); - uploadSessionId `string` - The ID of the upload session. Example: "D5E3F7A" - optionalsInput `GetFileUploadSessionPartsOptionalsInput` - - ### Returns @@ -379,7 +369,6 @@ await client.chunkedUploads.createFileUploadSessionCommitByUrl( - headersInput `CreateFileUploadSessionCommitByUrlHeadersInput` - Headers of createFileUploadSessionCommit method - optionalsInput `CreateFileUploadSessionCommitByUrlOptionalsInput` - - ### Returns @@ -422,7 +411,6 @@ await client.chunkedUploads.createFileUploadSessionCommit( - headersInput `CreateFileUploadSessionCommitHeadersInput` - Headers of createFileUploadSessionCommit method - optionalsInput `CreateFileUploadSessionCommitOptionalsInput` - - ### Returns diff --git a/docs/classifications.md b/docs/classifications.md index ea0094b1..5d1726c5 100644 --- a/docs/classifications.md +++ b/docs/classifications.md @@ -77,7 +77,6 @@ await client.classifications.addClassification([ - requestBody `readonly AddClassificationRequestBody[]` - Request body of addClassification method - optionalsInput `AddClassificationOptionalsInput` - - ### Returns @@ -125,7 +124,6 @@ await client.classifications.updateClassification([ - requestBody `readonly UpdateClassificationRequestBody[]` - Request body of updateClassification method - optionalsInput `UpdateClassificationOptionalsInput` - - ### Returns @@ -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 diff --git a/docs/collaborationAllowlistEntries.md b/docs/collaborationAllowlistEntries.md index c0282ede..fc0e4c2e 100644 --- a/docs/collaborationAllowlistEntries.md +++ b/docs/collaborationAllowlistEntries.md @@ -61,7 +61,6 @@ await client.collaborationAllowlistEntries.createCollaborationWhitelistEntry({ - requestBody `CreateCollaborationWhitelistEntryRequestBody` - Request body of createCollaborationWhitelistEntry method - optionalsInput `CreateCollaborationWhitelistEntryOptionalsInput` - - ### Returns @@ -92,7 +91,6 @@ await client.collaborationAllowlistEntries.getCollaborationWhitelistEntryById( - collaborationWhitelistEntryId `string` - The ID of the entry in the list. Example: "213123" - optionalsInput `GetCollaborationWhitelistEntryByIdOptionalsInput` - - ### Returns @@ -123,7 +121,6 @@ await client.collaborationAllowlistEntries.deleteCollaborationWhitelistEntryById - collaborationWhitelistEntryId `string` - The ID of the entry in the list. Example: "213123" - optionalsInput `DeleteCollaborationWhitelistEntryByIdOptionalsInput` - - ### Returns diff --git a/docs/collaborationAllowlistExemptTargets.md b/docs/collaborationAllowlistExemptTargets.md index 7f432bec..c0b690db 100644 --- a/docs/collaborationAllowlistExemptTargets.md +++ b/docs/collaborationAllowlistExemptTargets.md @@ -63,7 +63,6 @@ await client.collaborationAllowlistExemptTargets.createCollaborationWhitelistExe - requestBody `CreateCollaborationWhitelistExemptTargetRequestBody` - Request body of createCollaborationWhitelistExemptTarget method - optionalsInput `CreateCollaborationWhitelistExemptTargetOptionalsInput` - - ### Returns @@ -94,7 +93,6 @@ await client.collaborationAllowlistExemptTargets.getCollaborationWhitelistExempt - collaborationWhitelistExemptTargetId `string` - The ID of the exemption to the list. Example: "984923" - optionalsInput `GetCollaborationWhitelistExemptTargetByIdOptionalsInput` - - ### Returns @@ -125,7 +123,6 @@ await client.collaborationAllowlistExemptTargets.deleteCollaborationWhitelistExe - collaborationWhitelistExemptTargetId `string` - The ID of the exemption to the list. Example: "984923" - optionalsInput `DeleteCollaborationWhitelistExemptTargetByIdOptionalsInput` - - ### Returns diff --git a/docs/collections.md b/docs/collections.md index a2219db2..85893af9 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -58,7 +58,6 @@ await client.collections.getCollectionItems(favouriteCollection.id!); - collectionId `string` - The ID of the collection. Example: "926489" - optionalsInput `GetCollectionItemsOptionalsInput` - - ### Returns @@ -86,7 +85,6 @@ await client.collections.getCollectionById(collections.entries![0].id!); - collectionId `string` - The ID of the collection. Example: "926489" - optionalsInput `GetCollectionByIdOptionalsInput` - - ### Returns diff --git a/docs/comments.md b/docs/comments.md index d650e02c..6d7d68fe 100644 --- a/docs/comments.md +++ b/docs/comments.md @@ -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 @@ -56,7 +55,6 @@ await client.comments.getCommentById(newComment.id!); - commentId `string` - The ID of the comment. Example: "12345" - optionalsInput `GetCommentByIdOptionalsInput` - - ### Returns @@ -86,7 +84,6 @@ await client.comments.updateCommentById(newReplyComment.id!, { - commentId `string` - The ID of the comment. Example: "12345" - optionalsInput `UpdateCommentByIdOptionalsInput` - - ### Returns @@ -114,7 +111,6 @@ await client.comments.deleteCommentById(newComment.id!); - commentId `string` - The ID of the comment. Example: "12345" - optionalsInput `DeleteCommentByIdOptionalsInput` - - ### Returns @@ -149,7 +145,6 @@ await client.comments.createComment({ - requestBody `CreateCommentRequestBody` - Request body of createComment method - optionalsInput `CreateCommentOptionalsInput` - - ### Returns diff --git a/docs/devicePinners.md b/docs/devicePinners.md index 8df39023..3d0ccc78 100644 --- a/docs/devicePinners.md +++ b/docs/devicePinners.md @@ -24,7 +24,6 @@ await client.devicePinners.getDevicePinnerById(devicePinnerId); - devicePinnerId `string` - The ID of the device pin. Example: "2324234" - optionalsInput `GetDevicePinnerByIdOptionalsInput` - - ### Returns @@ -52,7 +51,6 @@ await client.devicePinners.deleteDevicePinnerById(devicePinnerId); - devicePinnerId `string` - The ID of the device pin. Example: "2324234" - optionalsInput `DeleteDevicePinnerByIdOptionalsInput` - - ### Returns @@ -83,7 +81,6 @@ await client.devicePinners.getEnterpriseDevicePinners(enterpriseId); - enterpriseId `string` - The ID of the enterprise. Example: "3442311" - optionalsInput `GetEnterpriseDevicePinnersOptionalsInput` - - ### Returns diff --git a/docs/docgen.md b/docs/docgen.md index 2473ea5a..377dfd50 100644 --- a/docs/docgen.md +++ b/docs/docgen.md @@ -25,7 +25,6 @@ await client.docgen.getDocgenJobByIdV2025R0(docgenJobItemFromList.id); - jobId `string` - Box Doc Gen job ID. Example: 123 - optionalsInput `GetDocgenJobByIdV2025R0OptionalsInput` - - ### Returns @@ -85,7 +84,6 @@ await client.docgen.getDocgenBatchJobByIdV2025R0(docgenBatch.id); - batchId `string` - Box Doc Gen batch ID. Example: 123 - optionalsInput `GetDocgenBatchJobByIdV2025R0OptionalsInput` - - ### Returns @@ -126,7 +124,6 @@ await client.docgen.createDocgenBatchV2025R0({ - requestBody `DocGenBatchCreateRequestV2025R0` - Request body of createDocgenBatchV2025R0 method - optionalsInput `CreateDocgenBatchV2025R0OptionalsInput` - - ### Returns diff --git a/docs/docgenTemplate.md b/docs/docgenTemplate.md index c9491d21..ffb7833f 100644 --- a/docs/docgenTemplate.md +++ b/docs/docgenTemplate.md @@ -29,7 +29,6 @@ await client.docgenTemplate.createDocgenTemplateV2025R0({ - requestBody `DocGenTemplateCreateRequestV2025R0` - Request body of createDocgenTemplateV2025R0 method - optionalsInput `CreateDocgenTemplateV2025R0OptionalsInput` - - ### Returns @@ -89,7 +88,6 @@ await client.docgenTemplate.deleteDocgenTemplateByIdV2025R0( - templateId `string` - ID of the file which will no longer be marked as a Box Doc Gen template. Example: "123" - optionalsInput `DeleteDocgenTemplateByIdV2025R0OptionalsInput` - - ### Returns @@ -119,7 +117,6 @@ await client.docgenTemplate.getDocgenTemplateByIdV2025R0( - templateId `string` - The ID of a Box Doc Gen template. Example: 123 - optionalsInput `GetDocgenTemplateByIdV2025R0OptionalsInput` - - ### Returns @@ -149,7 +146,6 @@ await client.docgenTemplate.getDocgenTemplateTagsV2025R0( - templateId `string` - ID of template. Example: 123 - optionalsInput `GetDocgenTemplateTagsV2025R0OptionalsInput` - - ### Returns @@ -179,7 +175,6 @@ await client.docgenTemplate.getDocgenTemplateJobByIdV2025R0( - templateId `string` - Id of template to fetch jobs for. Example: 123 - optionalsInput `GetDocgenTemplateJobByIdV2025R0OptionalsInput` - - ### Returns diff --git a/docs/emailAliases.md b/docs/emailAliases.md index 7f425ba5..7225c7c7 100644 --- a/docs/emailAliases.md +++ b/docs/emailAliases.md @@ -25,7 +25,6 @@ await client.emailAliases.getUserEmailAliases(newUser.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `GetUserEmailAliasesOptionalsInput` - - ### Returns @@ -57,7 +56,6 @@ await client.emailAliases.createUserEmailAlias(newUser.id, { - requestBody `CreateUserEmailAliasRequestBody` - Request body of createUserEmailAlias method - optionalsInput `CreateUserEmailAliasOptionalsInput` - - ### Returns @@ -87,7 +85,6 @@ await client.emailAliases.deleteUserEmailAliasById(newUser.id, newAlias.id!); - emailAliasId `string` - The ID of the email alias. Example: "23432" - optionalsInput `DeleteUserEmailAliasByIdOptionalsInput` - - ### Returns diff --git a/docs/fileClassifications.md b/docs/fileClassifications.md index 396a646b..82c2f575 100644 --- a/docs/fileClassifications.md +++ b/docs/fileClassifications.md @@ -30,7 +30,6 @@ await client.fileClassifications.getClassificationOnFile(file.id); - 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 `GetClassificationOnFileOptionalsInput` - - ### Returns @@ -70,7 +69,6 @@ await client.fileClassifications.addClassificationToFile(file.id, { - 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 `AddClassificationToFileOptionalsInput` - - ### Returns @@ -109,7 +107,6 @@ await client.fileClassifications.updateClassificationOnFile(file.id, [ - requestBody `readonly UpdateClassificationOnFileRequestBody[]` - Request body of updateClassificationOnFile method - optionalsInput `UpdateClassificationOnFileOptionalsInput` - - ### Returns @@ -141,7 +138,6 @@ await client.fileClassifications.deleteClassificationFromFile(file.id); - 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 `DeleteClassificationFromFileOptionalsInput` - - ### Returns diff --git a/docs/fileMetadata.md b/docs/fileMetadata.md index 7e301dfc..7c416bdc 100644 --- a/docs/fileMetadata.md +++ b/docs/fileMetadata.md @@ -26,7 +26,6 @@ await client.fileMetadata.getFileMetadata(file.id); - 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 `GetFileMetadataOptionalsInput` - - ### Returns @@ -66,7 +65,6 @@ await client.fileMetadata.getFileMetadataById( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `GetFileMetadataByIdOptionalsInput` - - ### Returns @@ -117,7 +115,6 @@ await client.fileMetadata.createFileMetadataById( - requestBody `CreateFileMetadataByIdRequestBody` - Request body of createFileMetadataById method - optionalsInput `CreateFileMetadataByIdOptionalsInput` - - ### Returns @@ -190,7 +187,6 @@ await client.fileMetadata.updateFileMetadataById( - requestBody `readonly UpdateFileMetadataByIdRequestBody[]` - Request body of updateFileMetadataById method - optionalsInput `UpdateFileMetadataByIdOptionalsInput` - - ### Returns @@ -227,7 +223,6 @@ await client.fileMetadata.deleteFileMetadataById( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `DeleteFileMetadataByIdOptionalsInput` - - ### Returns diff --git a/docs/fileRequests.md b/docs/fileRequests.md index 369bd709..16764ddc 100644 --- a/docs/fileRequests.md +++ b/docs/fileRequests.md @@ -25,7 +25,6 @@ await client.fileRequests.getFileRequestById(fileRequestId); - fileRequestId `string` - The unique identifier that represent a file request. The ID for any file request can be determined by visiting a file request builder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/filerequest/123` the `file_request_id` is `123`. Example: "123" - optionalsInput `GetFileRequestByIdOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.fileRequests.updateFileRequestById(copiedFileRequest.id, { - requestBody `FileRequestUpdateRequest` - Request body of updateFileRequestById method - optionalsInput `UpdateFileRequestByIdOptionalsInput` - - ### Returns @@ -87,7 +85,6 @@ await client.fileRequests.deleteFileRequestById(updatedFileRequest.id); - fileRequestId `string` - The unique identifier that represent a file request. The ID for any file request can be determined by visiting a file request builder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/filerequest/123` the `file_request_id` is `123`. Example: "123" - optionalsInput `DeleteFileRequestByIdOptionalsInput` - - ### Returns @@ -124,7 +121,6 @@ await client.fileRequests.createFileRequestCopy(fileRequestId, { - requestBody `FileRequestCopyRequest` - Request body of createFileRequestCopy method - optionalsInput `CreateFileRequestCopyOptionalsInput` - - ### Returns diff --git a/docs/fileVersionLegalHolds.md b/docs/fileVersionLegalHolds.md index ba56b1b7..638fee77 100644 --- a/docs/fileVersionLegalHolds.md +++ b/docs/fileVersionLegalHolds.md @@ -26,7 +26,6 @@ await client.fileVersionLegalHolds.getFileVersionLegalHoldById( - fileVersionLegalHoldId `string` - The ID of the file version legal hold. Example: "2348213" - optionalsInput `GetFileVersionLegalHoldByIdOptionalsInput` - - ### Returns @@ -75,7 +74,6 @@ await client.fileVersionLegalHolds.getFileVersionLegalHolds({ - queryParams `GetFileVersionLegalHoldsQueryParams` - Query parameters of getFileVersionLegalHolds method - optionalsInput `GetFileVersionLegalHoldsOptionalsInput` - - ### Returns diff --git a/docs/fileVersionRetentions.md b/docs/fileVersionRetentions.md index b91d8ea3..ea98be78 100644 --- a/docs/fileVersionRetentions.md +++ b/docs/fileVersionRetentions.md @@ -65,7 +65,6 @@ await client.fileVersionRetentions.getFileVersionRetentionById( - fileVersionRetentionId `string` - The ID of the file version retention. Example: "3424234" - optionalsInput `GetFileVersionRetentionByIdOptionalsInput` - - ### Returns diff --git a/docs/fileVersions.md b/docs/fileVersions.md index e060b3f2..e0ee6e2e 100644 --- a/docs/fileVersions.md +++ b/docs/fileVersions.md @@ -29,7 +29,6 @@ await client.fileVersions.getFileVersions(file.id); - 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 `GetFileVersionsOptionalsInput` - - ### Returns @@ -64,7 +63,6 @@ await client.fileVersions.getFileVersionById( - fileVersionId `string` - The ID of the file version. Example: "1234" - optionalsInput `GetFileVersionByIdOptionalsInput` - - ### Returns @@ -100,7 +98,6 @@ await client.fileVersions.deleteFileVersionById(file.id, fileVersion.id); - fileVersionId `string` - The ID of the file version. Example: "1234" - optionalsInput `DeleteFileVersionByIdOptionalsInput` - - ### Returns @@ -138,7 +135,6 @@ await client.fileVersions.updateFileVersionById(file.id, fileVersion.id, { - fileVersionId `string` - The ID of the file version. Example: "1234" - optionalsInput `UpdateFileVersionByIdOptionalsInput` - - ### Returns @@ -186,7 +182,6 @@ await client.fileVersions.promoteFileVersion(file.id, { - 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 `PromoteFileVersionOptionalsInput` - - ### Returns diff --git a/docs/fileWatermarks.md b/docs/fileWatermarks.md index f88c9c6d..f5206e37 100644 --- a/docs/fileWatermarks.md +++ b/docs/fileWatermarks.md @@ -24,7 +24,6 @@ await client.fileWatermarks.getFileWatermark(file.id); - 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 `GetFileWatermarkOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.fileWatermarks.updateFileWatermark(file.id, { - requestBody `UpdateFileWatermarkRequestBody` - Request body of updateFileWatermark method - optionalsInput `UpdateFileWatermarkOptionalsInput` - - ### Returns @@ -89,7 +87,6 @@ await client.fileWatermarks.deleteFileWatermark(file.id); - 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 `DeleteFileWatermarkOptionalsInput` - - ### Returns diff --git a/docs/files.md b/docs/files.md index 3e8a30f4..1ee76e89 100644 --- a/docs/files.md +++ b/docs/files.md @@ -31,7 +31,6 @@ await client.files.getFileById(uploadedFile.id, { - 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 `GetFileByIdOptionalsInput` - - ### Returns @@ -69,7 +68,6 @@ await client.files.updateFileById(fileToUpdate.id, { - 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 `UpdateFileByIdOptionalsInput` - - ### Returns @@ -105,7 +103,6 @@ await client.files.deleteFileById(thumbnailFile.id); - 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 `DeleteFileByIdOptionalsInput` - - ### Returns @@ -139,7 +136,6 @@ await client.files.copyFile(fileOrigin.id, { - requestBody `CopyFileRequestBody` - Request body of copyFile method - optionalsInput `CopyFileOptionalsInput` - - ### Returns @@ -176,7 +172,6 @@ await client.files.getFileThumbnailUrl( - extension `GetFileThumbnailUrlExtension` - The file format for the thumbnail. Example: "png" - optionalsInput `GetFileThumbnailUrlOptionalsInput` - - ### Returns @@ -226,7 +221,6 @@ await client.files.getFileThumbnailById( - extension `GetFileThumbnailByIdExtension` - The file format for the thumbnail. Example: "png" - optionalsInput `GetFileThumbnailByIdOptionalsInput` - - ### Returns diff --git a/docs/folderClassifications.md b/docs/folderClassifications.md index 3102e04c..da984dc3 100644 --- a/docs/folderClassifications.md +++ b/docs/folderClassifications.md @@ -30,7 +30,6 @@ await client.folderClassifications.getClassificationOnFolder(folder.id); - 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 `GetClassificationOnFolderOptionalsInput` - - ### Returns @@ -70,7 +69,6 @@ await client.folderClassifications.addClassificationToFolder(folder.id, { - 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 `AddClassificationToFolderOptionalsInput` - - ### Returns @@ -109,7 +107,6 @@ await client.folderClassifications.updateClassificationOnFolder(folder.id, [ - requestBody `readonly UpdateClassificationOnFolderRequestBody[]` - Request body of updateClassificationOnFolder method - optionalsInput `UpdateClassificationOnFolderOptionalsInput` - - ### Returns @@ -141,7 +138,6 @@ await client.folderClassifications.deleteClassificationFromFolder(folder.id); - 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 `DeleteClassificationFromFolderOptionalsInput` - - ### Returns diff --git a/docs/folderLocks.md b/docs/folderLocks.md index 952bc52b..e2cc7c4f 100644 --- a/docs/folderLocks.md +++ b/docs/folderLocks.md @@ -29,7 +29,6 @@ await client.folderLocks.getFolderLocks({ - queryParams `GetFolderLocksQueryParams` - Query parameters of getFolderLocks method - optionalsInput `GetFolderLocksOptionalsInput` - - ### Returns @@ -71,7 +70,6 @@ await client.folderLocks.createFolderLock({ - requestBody `CreateFolderLockRequestBody` - Request body of createFolderLock method - optionalsInput `CreateFolderLockOptionalsInput` - - ### Returns @@ -103,7 +101,6 @@ await client.folderLocks.deleteFolderLockById(folderLock.id!); - folderLockId `string` - The ID of the folder lock. Example: "12345" - optionalsInput `DeleteFolderLockByIdOptionalsInput` - - ### Returns diff --git a/docs/folderMetadata.md b/docs/folderMetadata.md index bcfeb8db..c1fe9da6 100644 --- a/docs/folderMetadata.md +++ b/docs/folderMetadata.md @@ -27,7 +27,6 @@ await client.folderMetadata.getFolderMetadata(folder.id); - 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 `GetFolderMetadataOptionalsInput` - - ### Returns @@ -67,7 +66,6 @@ await client.folderMetadata.getFolderMetadataById( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `GetFolderMetadataByIdOptionalsInput` - - ### Returns @@ -122,7 +120,6 @@ await client.folderMetadata.createFolderMetadataById( - requestBody `CreateFolderMetadataByIdRequestBody` - Request body of createFolderMetadataById method - optionalsInput `CreateFolderMetadataByIdOptionalsInput` - - ### Returns @@ -195,7 +192,6 @@ await client.folderMetadata.updateFolderMetadataById( - requestBody `readonly UpdateFolderMetadataByIdRequestBody[]` - Request body of updateFolderMetadataById method - optionalsInput `UpdateFolderMetadataByIdOptionalsInput` - - ### Returns @@ -232,7 +228,6 @@ await client.folderMetadata.deleteFolderMetadataById( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `DeleteFolderMetadataByIdOptionalsInput` - - ### Returns diff --git a/docs/folderWatermarks.md b/docs/folderWatermarks.md index b0387a50..585f4865 100644 --- a/docs/folderWatermarks.md +++ b/docs/folderWatermarks.md @@ -24,7 +24,6 @@ await client.folderWatermarks.getFolderWatermark(folder.id); - 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 `GetFolderWatermarkOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.folderWatermarks.updateFolderWatermark(folder.id, { - requestBody `UpdateFolderWatermarkRequestBody` - Request body of updateFolderWatermark method - optionalsInput `UpdateFolderWatermarkOptionalsInput` - - ### Returns @@ -89,7 +87,6 @@ await client.folderWatermarks.deleteFolderWatermark(folder.id); - 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 `DeleteFolderWatermarkOptionalsInput` - - ### Returns diff --git a/docs/folders.md b/docs/folders.md index dcbc076e..0026b030 100644 --- a/docs/folders.md +++ b/docs/folders.md @@ -36,7 +36,6 @@ await client.folders.getFolderById('0'); - 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 `GetFolderByIdOptionalsInput` - - ### Returns @@ -80,7 +79,6 @@ await client.folders.updateFolderById(folderToUpdate.id, { - 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 `UpdateFolderByIdOptionalsInput` - - ### Returns @@ -118,7 +116,6 @@ await client.folders.deleteFolderById(newFolder.id); - 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 `DeleteFolderByIdOptionalsInput` - - ### Returns @@ -151,7 +148,6 @@ await client.folders.getFolderItems(folderOrigin.id); - 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 `GetFolderItemsOptionalsInput` - - ### Returns @@ -182,7 +178,6 @@ await client.folders.createFolder({ - requestBody `CreateFolderRequestBody` - Request body of createFolder method - optionalsInput `CreateFolderOptionalsInput` - - ### Returns @@ -221,7 +216,6 @@ await client.folders.copyFolder(folderOrigin.id, { - requestBody `CopyFolderRequestBody` - Request body of copyFolder method - optionalsInput `CopyFolderOptionalsInput` - - ### Returns diff --git a/docs/groups.md b/docs/groups.md index a4f8b209..35761675 100644 --- a/docs/groups.md +++ b/docs/groups.md @@ -62,7 +62,6 @@ await client.groups.createGroup({ - requestBody `CreateGroupRequestBody` - Request body of createGroup method - optionalsInput `CreateGroupOptionalsInput` - - ### Returns @@ -96,7 +95,6 @@ await client.groups.getGroupById(group.id, { - groupId `string` - The ID of the group. Example: "57645" - optionalsInput `GetGroupByIdOptionalsInput` - - ### Returns @@ -128,7 +126,6 @@ await client.groups.updateGroupById(group.id, { - groupId `string` - The ID of the group. Example: "57645" - optionalsInput `UpdateGroupByIdOptionalsInput` - - ### Returns @@ -157,7 +154,6 @@ await client.groups.deleteGroupById(group.id); - groupId `string` - The ID of the group. Example: "57645" - optionalsInput `DeleteGroupByIdOptionalsInput` - - ### Returns diff --git a/docs/hubCollaborations.md b/docs/hubCollaborations.md index a4710279..5b503919 100644 --- a/docs/hubCollaborations.md +++ b/docs/hubCollaborations.md @@ -28,7 +28,6 @@ await client.hubCollaborations.getHubCollaborationsV2025R0({ - queryParams `GetHubCollaborationsV2025R0QueryParams` - Query parameters of getHubCollaborationsV2025R0 method - optionalsInput `GetHubCollaborationsV2025R0OptionalsInput` - - ### Returns @@ -65,7 +64,6 @@ await client.hubCollaborations.createHubCollaborationV2025R0({ - requestBody `HubCollaborationCreateRequestV2025R0` - Request body of createHubCollaborationV2025R0 method - optionalsInput `CreateHubCollaborationV2025R0OptionalsInput` - - ### Returns @@ -95,7 +93,6 @@ await client.hubCollaborations.getHubCollaborationByIdV2025R0( - hubCollaborationId `string` - The ID of the hub collaboration. Example: "1234" - optionalsInput `GetHubCollaborationByIdV2025R0OptionalsInput` - - ### Returns @@ -129,7 +126,6 @@ await client.hubCollaborations.updateHubCollaborationByIdV2025R0( - requestBody `HubCollaborationUpdateRequestV2025R0` - Request body of updateHubCollaborationByIdV2025R0 method - optionalsInput `UpdateHubCollaborationByIdV2025R0OptionalsInput` - - ### Returns @@ -159,7 +155,6 @@ await client.hubCollaborations.deleteHubCollaborationByIdV2025R0( - hubCollaborationId `string` - The ID of the hub collaboration. Example: "1234" - optionalsInput `DeleteHubCollaborationByIdV2025R0OptionalsInput` - - ### Returns diff --git a/docs/hubItems.md b/docs/hubItems.md index 7b56ea3b..c2a2f6d0 100644 --- a/docs/hubItems.md +++ b/docs/hubItems.md @@ -25,7 +25,6 @@ await client.hubItems.getHubItemsV2025R0({ - queryParams `GetHubItemsV2025R0QueryParams` - Query parameters of getHubItemsV2025R0 method - optionalsInput `GetHubItemsV2025R0OptionalsInput` - - ### Returns @@ -62,7 +61,6 @@ await client.hubItems.manageHubItemsV2025R0(createdHub.id, { - requestBody `HubItemsManageRequestV2025R0` - Request body of manageHubItemsV2025R0 method - optionalsInput `ManageHubItemsV2025R0OptionalsInput` - - ### Returns diff --git a/docs/hubs.md b/docs/hubs.md index 1e221f75..587169a4 100644 --- a/docs/hubs.md +++ b/docs/hubs.md @@ -65,7 +65,6 @@ await client.hubs.createHubV2025R0({ - requestBody `HubCreateRequestV2025R0` - Request body of createHubV2025R0 method - optionalsInput `CreateHubV2025R0OptionalsInput` - - ### Returns @@ -129,7 +128,6 @@ await client.hubs.getHubByIdV2025R0(hubId); - hubId `string` - The unique identifier that represent a hub. The ID for any hub can be determined by visiting this hub in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/hubs/123` the `hub_id` is `123`. Example: "12345" - optionalsInput `GetHubByIdV2025R0OptionalsInput` - - ### Returns @@ -162,7 +160,6 @@ await client.hubs.updateHubByIdV2025R0(hubId, { - requestBody `HubUpdateRequestV2025R0` - Request body of updateHubByIdV2025R0 method - optionalsInput `UpdateHubByIdV2025R0OptionalsInput` - - ### Returns @@ -190,7 +187,6 @@ await client.hubs.deleteHubByIdV2025R0(hubId); - hubId `string` - The unique identifier that represent a hub. The ID for any hub can be determined by visiting this hub in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/hubs/123` the `hub_id` is `123`. Example: "12345" - optionalsInput `DeleteHubByIdV2025R0OptionalsInput` - - ### Returns @@ -226,7 +222,6 @@ await client.hubs.copyHubV2025R0(createdHub.id, { - requestBody `HubCopyRequestV2025R0` - Request body of copyHubV2025R0 method - optionalsInput `CopyHubV2025R0OptionalsInput` - - ### Returns diff --git a/docs/integrationMappings.md b/docs/integrationMappings.md index f57f5250..1e060132 100644 --- a/docs/integrationMappings.md +++ b/docs/integrationMappings.md @@ -72,7 +72,6 @@ await userClient.integrationMappings.createSlackIntegrationMapping({ - requestBody `IntegrationMappingSlackCreateRequest` - Request body of createSlackIntegrationMapping method - optionalsInput `CreateSlackIntegrationMappingOptionalsInput` - - ### Returns @@ -111,7 +110,6 @@ await userClient.integrationMappings.updateSlackIntegrationMappingById( - integrationMappingId `string` - An ID of an integration mapping. Example: "11235432" - optionalsInput `UpdateSlackIntegrationMappingByIdOptionalsInput` - - ### Returns @@ -144,7 +142,6 @@ await userClient.integrationMappings.deleteSlackIntegrationMappingById( - integrationMappingId `string` - An ID of an integration mapping. Example: "11235432" - optionalsInput `DeleteSlackIntegrationMappingByIdOptionalsInput` - - ### Returns @@ -215,7 +212,6 @@ await userClient.integrationMappings.createTeamsIntegrationMapping({ - requestBody `IntegrationMappingTeamsCreateRequest` - Request body of createTeamsIntegrationMapping method - optionalsInput `CreateTeamsIntegrationMappingOptionalsInput` - - ### Returns @@ -253,7 +249,6 @@ await userClient.integrationMappings.updateTeamsIntegrationMappingById( - integrationMappingId `string` - An ID of an integration mapping. Example: "11235432" - optionalsInput `UpdateTeamsIntegrationMappingByIdOptionalsInput` - - ### Returns @@ -285,7 +280,6 @@ await userClient.integrationMappings.deleteTeamsIntegrationMappingById( - integrationMappingId `string` - An ID of an integration mapping. Example: "11235432" - optionalsInput `DeleteTeamsIntegrationMappingByIdOptionalsInput` - - ### Returns diff --git a/docs/invites.md b/docs/invites.md index 2cc18cb3..c1ab7be0 100644 --- a/docs/invites.md +++ b/docs/invites.md @@ -38,7 +38,6 @@ await client.invites.createInvite({ - requestBody `CreateInviteRequestBody` - Request body of createInvite method - optionalsInput `CreateInviteOptionalsInput` - - ### Returns @@ -66,7 +65,6 @@ await client.invites.getInviteById(invitation.id); - inviteId `string` - The ID of an invite. Example: "213723" - optionalsInput `GetInviteByIdOptionalsInput` - - ### Returns diff --git a/docs/legalHoldPolicies.md b/docs/legalHoldPolicies.md index 4b4f1c3c..2c0317f7 100644 --- a/docs/legalHoldPolicies.md +++ b/docs/legalHoldPolicies.md @@ -63,7 +63,6 @@ await client.legalHoldPolicies.createLegalHoldPolicy({ - requestBody `CreateLegalHoldPolicyRequestBody` - Request body of createLegalHoldPolicy method - optionalsInput `CreateLegalHoldPolicyOptionalsInput` - - ### Returns @@ -91,7 +90,6 @@ await client.legalHoldPolicies.getLegalHoldPolicyById(legalHoldPolicyId); - legalHoldPolicyId `string` - The ID of the legal hold policy. Example: "324432" - optionalsInput `GetLegalHoldPolicyByIdOptionalsInput` - - ### Returns @@ -123,7 +121,6 @@ await client.legalHoldPolicies.updateLegalHoldPolicyById(legalHoldPolicyId, { - legalHoldPolicyId `string` - The ID of the legal hold policy. Example: "324432" - optionalsInput `UpdateLegalHoldPolicyByIdOptionalsInput` - - ### Returns @@ -154,7 +151,6 @@ await client.legalHoldPolicies.deleteLegalHoldPolicyById(legalHoldPolicy.id); - legalHoldPolicyId `string` - The ID of the legal hold policy. Example: "324432" - optionalsInput `DeleteLegalHoldPolicyByIdOptionalsInput` - - ### Returns diff --git a/docs/legalHoldPolicyAssignments.md b/docs/legalHoldPolicyAssignments.md index 8f59dde2..7443ccaf 100644 --- a/docs/legalHoldPolicyAssignments.md +++ b/docs/legalHoldPolicyAssignments.md @@ -28,7 +28,6 @@ await client.legalHoldPolicyAssignments.getLegalHoldPolicyAssignments({ - queryParams `GetLegalHoldPolicyAssignmentsQueryParams` - Query parameters of getLegalHoldPolicyAssignments method - optionalsInput `GetLegalHoldPolicyAssignmentsOptionalsInput` - - ### Returns @@ -62,7 +61,6 @@ await client.legalHoldPolicyAssignments.createLegalHoldPolicyAssignment({ - requestBody `CreateLegalHoldPolicyAssignmentRequestBody` - Request body of createLegalHoldPolicyAssignment method - optionalsInput `CreateLegalHoldPolicyAssignmentOptionalsInput` - - ### Returns @@ -92,7 +90,6 @@ await client.legalHoldPolicyAssignments.getLegalHoldPolicyAssignmentById( - legalHoldPolicyAssignmentId `string` - The ID of the legal hold policy assignment. Example: "753465" - optionalsInput `GetLegalHoldPolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -125,7 +122,6 @@ await client.legalHoldPolicyAssignments.deleteLegalHoldPolicyAssignmentById( - legalHoldPolicyAssignmentId `string` - The ID of the legal hold policy assignment. Example: "753465" - optionalsInput `DeleteLegalHoldPolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -174,7 +170,6 @@ await client.legalHoldPolicyAssignments.getLegalHoldPolicyAssignmentFileOnHold( - legalHoldPolicyAssignmentId `string` - The ID of the legal hold policy assignment. Example: "753465" - optionalsInput `GetLegalHoldPolicyAssignmentFileOnHoldOptionalsInput` - - ### Returns diff --git a/docs/listCollaborations.md b/docs/listCollaborations.md index 4051a31c..a61492fa 100644 --- a/docs/listCollaborations.md +++ b/docs/listCollaborations.md @@ -27,7 +27,6 @@ await client.listCollaborations.getFileCollaborations(file.id); - 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 `GetFileCollaborationsOptionalsInput` - - ### Returns @@ -62,7 +61,6 @@ await client.listCollaborations.getFolderCollaborations(folder.id); - 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`. Example: "12345" - optionalsInput `GetFolderCollaborationsOptionalsInput` - - ### Returns @@ -97,7 +95,6 @@ await client.listCollaborations.getCollaborations({ - queryParams `GetCollaborationsQueryParams` - Query parameters of getCollaborations method - optionalsInput `GetCollaborationsOptionalsInput` - - ### Returns @@ -132,7 +129,6 @@ await client.listCollaborations.getGroupCollaborations(group.id); - groupId `string` - The ID of the group. Example: "57645" - optionalsInput `GetGroupCollaborationsOptionalsInput` - - ### Returns diff --git a/docs/memberships.md b/docs/memberships.md index 697a9243..33cae29e 100644 --- a/docs/memberships.md +++ b/docs/memberships.md @@ -29,7 +29,6 @@ await client.memberships.getUserMemberships(user.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `GetUserMembershipsOptionalsInput` - - ### Returns @@ -60,7 +59,6 @@ await client.memberships.getGroupMemberships(group.id); - groupId `string` - The ID of the group. Example: "57645" - optionalsInput `GetGroupMembershipsOptionalsInput` - - ### Returns @@ -93,7 +91,6 @@ await client.memberships.createGroupMembership({ - requestBody `CreateGroupMembershipRequestBody` - Request body of createGroupMembership method - optionalsInput `CreateGroupMembershipOptionalsInput` - - ### Returns @@ -123,7 +120,6 @@ await client.memberships.getGroupMembershipById(groupMembership.id!); - groupMembershipId `string` - The ID of the group membership. Example: "434534" - optionalsInput `GetGroupMembershipByIdOptionalsInput` - - ### Returns @@ -157,7 +153,6 @@ await client.memberships.updateGroupMembershipById(groupMembership.id!, { - groupMembershipId `string` - The ID of the group membership. Example: "434534" - optionalsInput `UpdateGroupMembershipByIdOptionalsInput` - - ### Returns @@ -187,7 +182,6 @@ await client.memberships.deleteGroupMembershipById(groupMembership.id!); - groupMembershipId `string` - The ID of the group membership. Example: "434534" - optionalsInput `DeleteGroupMembershipByIdOptionalsInput` - - ### Returns diff --git a/docs/metadataCascadePolicies.md b/docs/metadataCascadePolicies.md index 31e5c148..ba43bc7a 100644 --- a/docs/metadataCascadePolicies.md +++ b/docs/metadataCascadePolicies.md @@ -30,7 +30,6 @@ await client.metadataCascadePolicies.getMetadataCascadePolicies({ - queryParams `GetMetadataCascadePoliciesQueryParams` - Query parameters of getMetadataCascadePolicies method - optionalsInput `GetMetadataCascadePoliciesOptionalsInput` - - ### Returns @@ -67,7 +66,6 @@ await client.metadataCascadePolicies.createMetadataCascadePolicy({ - requestBody `CreateMetadataCascadePolicyRequestBody` - Request body of createMetadataCascadePolicy method - optionalsInput `CreateMetadataCascadePolicyOptionalsInput` - - ### Returns @@ -97,7 +95,6 @@ await client.metadataCascadePolicies.getMetadataCascadePolicyById( - metadataCascadePolicyId `string` - The ID of the metadata cascade policy. Example: "6fd4ff89-8fc1-42cf-8b29-1890dedd26d7" - optionalsInput `GetMetadataCascadePolicyByIdOptionalsInput` - - ### Returns @@ -127,7 +124,6 @@ await client.metadataCascadePolicies.deleteMetadataCascadePolicyById( - metadataCascadePolicyId `string` - The ID of the metadata cascade policy. Example: "6fd4ff89-8fc1-42cf-8b29-1890dedd26d7" - optionalsInput `DeleteMetadataCascadePolicyByIdOptionalsInput` - - ### Returns @@ -167,7 +163,6 @@ await client.metadataCascadePolicies.applyMetadataCascadePolicy( - requestBody `ApplyMetadataCascadePolicyRequestBody` - Request body of applyMetadataCascadePolicy method - optionalsInput `ApplyMetadataCascadePolicyOptionalsInput` - - ### Returns diff --git a/docs/metadataTemplates.md b/docs/metadataTemplates.md index dcb3540b..77ac4e0e 100644 --- a/docs/metadataTemplates.md +++ b/docs/metadataTemplates.md @@ -32,7 +32,6 @@ await client.metadataTemplates.getMetadataTemplatesByInstanceId({ - queryParams `GetMetadataTemplatesByInstanceIdQueryParams` - Query parameters of getMetadataTemplatesByInstanceId method - optionalsInput `GetMetadataTemplatesByInstanceIdOptionalsInput` - - ### Returns @@ -69,7 +68,6 @@ await client.metadataTemplates.getMetadataTemplate( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `GetMetadataTemplateOptionalsInput` - - ### Returns @@ -118,7 +116,6 @@ await client.metadataTemplates.updateMetadataTemplate( - requestBody `readonly UpdateMetadataTemplateRequestBody[]` - Request body of updateMetadataTemplate method - optionalsInput `UpdateMetadataTemplateOptionalsInput` - - ### Returns @@ -153,7 +150,6 @@ await client.metadataTemplates.deleteMetadataTemplate( - templateKey `string` - The name of the metadata template. Example: "properties" - optionalsInput `DeleteMetadataTemplateOptionalsInput` - - ### Returns @@ -182,7 +178,6 @@ await client.metadataTemplates.getMetadataTemplateById(template.id); - templateId `string` - The ID of the template. Example: "f7a9891f" - optionalsInput `GetMetadataTemplateByIdOptionalsInput` - - ### Returns @@ -325,7 +320,6 @@ await client.metadataTemplates.createMetadataTemplate({ - requestBody `CreateMetadataTemplateRequestBody` - Request body of createMetadataTemplate method - optionalsInput `CreateMetadataTemplateOptionalsInput` - - ### Returns diff --git a/docs/retentionPolicies.md b/docs/retentionPolicies.md index 6a29b835..5a05b4b3 100644 --- a/docs/retentionPolicies.md +++ b/docs/retentionPolicies.md @@ -67,7 +67,6 @@ await client.retentionPolicies.createRetentionPolicy({ - requestBody `CreateRetentionPolicyRequestBody` - Request body of createRetentionPolicy method - optionalsInput `CreateRetentionPolicyOptionalsInput` - - ### Returns @@ -95,7 +94,6 @@ await client.retentionPolicies.getRetentionPolicyById(retentionPolicy.id); - retentionPolicyId `string` - The ID of the retention policy. Example: "982312" - optionalsInput `GetRetentionPolicyByIdOptionalsInput` - - ### Returns @@ -127,7 +125,6 @@ await client.retentionPolicies.updateRetentionPolicyById(retentionPolicy.id, { - retentionPolicyId `string` - The ID of the retention policy. Example: "982312" - optionalsInput `UpdateRetentionPolicyByIdOptionalsInput` - - ### Returns @@ -155,7 +152,6 @@ await client.retentionPolicies.deleteRetentionPolicyById(retentionPolicy.id); - retentionPolicyId `string` - The ID of the retention policy. Example: "982312" - optionalsInput `DeleteRetentionPolicyByIdOptionalsInput` - - ### Returns diff --git a/docs/retentionPolicyAssignments.md b/docs/retentionPolicyAssignments.md index f3f41de3..2e7f9354 100644 --- a/docs/retentionPolicyAssignments.md +++ b/docs/retentionPolicyAssignments.md @@ -29,7 +29,6 @@ await client.retentionPolicyAssignments.getRetentionPolicyAssignments( - retentionPolicyId `string` - The ID of the retention policy. Example: "982312" - optionalsInput `GetRetentionPolicyAssignmentsOptionalsInput` - - ### Returns @@ -64,7 +63,6 @@ await client.retentionPolicyAssignments.createRetentionPolicyAssignment({ - requestBody `CreateRetentionPolicyAssignmentRequestBody` - Request body of createRetentionPolicyAssignment method - optionalsInput `CreateRetentionPolicyAssignmentOptionalsInput` - - ### Returns @@ -94,7 +92,6 @@ await client.retentionPolicyAssignments.getRetentionPolicyAssignmentById( - retentionPolicyAssignmentId `string` - The ID of the retention policy assignment. Example: "1233123" - optionalsInput `GetRetentionPolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -125,7 +122,6 @@ await client.retentionPolicyAssignments.deleteRetentionPolicyAssignmentById( - retentionPolicyAssignmentId `string` - The ID of the retention policy assignment. Example: "1233123" - optionalsInput `DeleteRetentionPolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -156,7 +152,6 @@ await client.retentionPolicyAssignments.getFilesUnderRetentionPolicyAssignment( - retentionPolicyAssignmentId `string` - The ID of the retention policy assignment. Example: "1233123" - optionalsInput `GetFilesUnderRetentionPolicyAssignmentOptionalsInput` - - ### Returns diff --git a/docs/search.md b/docs/search.md index 92af69a1..34e74a3c 100644 --- a/docs/search.md +++ b/docs/search.md @@ -40,7 +40,6 @@ await client.search.searchByMetadataQuery({ - requestBody `MetadataQuery` - Request body of searchByMetadataQuery method - optionalsInput `SearchByMetadataQueryOptionalsInput` - - ### Returns diff --git a/docs/sessionTermination.md b/docs/sessionTermination.md index 2dc550ce..7b248af3 100644 --- a/docs/sessionTermination.md +++ b/docs/sessionTermination.md @@ -29,7 +29,6 @@ await client.sessionTermination.terminateUsersSessions({ - requestBody `TerminateUsersSessionsRequestBody` - Request body of terminateUsersSessions method - optionalsInput `TerminateUsersSessionsOptionalsInput` - - ### Returns @@ -62,7 +61,6 @@ await client.sessionTermination.terminateGroupsSessions({ - requestBody `TerminateGroupsSessionsRequestBody` - Request body of terminateGroupsSessions method - optionalsInput `TerminateGroupsSessionsOptionalsInput` - - ### Returns diff --git a/docs/sharedLinksAppItems.md b/docs/sharedLinksAppItems.md index 52beb34d..b6bea6c0 100644 --- a/docs/sharedLinksAppItems.md +++ b/docs/sharedLinksAppItems.md @@ -26,7 +26,6 @@ await client.sharedLinksAppItems.findAppItemForSharedLink({ - headersInput `FindAppItemForSharedLinkHeadersInput` - Headers of findAppItemForSharedLink method - optionalsInput `FindAppItemForSharedLinkOptionalsInput` - - ### Returns diff --git a/docs/sharedLinksFiles.md b/docs/sharedLinksFiles.md index b5caf83f..44e82111 100644 --- a/docs/sharedLinksFiles.md +++ b/docs/sharedLinksFiles.md @@ -46,7 +46,6 @@ await userClient.sharedLinksFiles.findFileForSharedLink( - headersInput `FindFileForSharedLinkHeadersInput` - Headers of findFileForSharedLink method - optionalsInput `FindFileForSharedLinkOptionalsInput` - - ### Returns @@ -79,7 +78,6 @@ await client.sharedLinksFiles.getSharedLinkForFile(fileId, { - queryParams `GetSharedLinkForFileQueryParams` - Query parameters of getSharedLinkForFile method - optionalsInput `GetSharedLinkForFileOptionalsInput` - - ### Returns @@ -121,7 +119,6 @@ await client.sharedLinksFiles.addShareLinkToFile( - queryParams `AddShareLinkToFileQueryParams` - Query parameters of addShareLinkToFile method - optionalsInput `AddShareLinkToFileOptionalsInput` - - ### Returns @@ -163,7 +160,6 @@ await client.sharedLinksFiles.updateSharedLinkOnFile( - queryParams `UpdateSharedLinkOnFileQueryParams` - Query parameters of updateSharedLinkOnFile method - optionalsInput `UpdateSharedLinkOnFileOptionalsInput` - - ### Returns @@ -200,7 +196,6 @@ await client.sharedLinksFiles.removeSharedLinkFromFile( - queryParams `RemoveSharedLinkFromFileQueryParams` - Query parameters of removeSharedLinkFromFile method - optionalsInput `RemoveSharedLinkFromFileOptionalsInput` - - ### Returns diff --git a/docs/sharedLinksFolders.md b/docs/sharedLinksFolders.md index 342f181b..2b999421 100644 --- a/docs/sharedLinksFolders.md +++ b/docs/sharedLinksFolders.md @@ -43,7 +43,6 @@ await userClient.sharedLinksFolders.findFolderForSharedLink( - headersInput `FindFolderForSharedLinkHeadersInput` - Headers of findFolderForSharedLink method - optionalsInput `FindFolderForSharedLinkOptionalsInput` - - ### Returns @@ -76,7 +75,6 @@ await client.sharedLinksFolders.getSharedLinkForFolder(folder.id, { - queryParams `GetSharedLinkForFolderQueryParams` - Query parameters of getSharedLinkForFolder method - optionalsInput `GetSharedLinkForFolderOptionalsInput` - - ### Returns @@ -118,7 +116,6 @@ await client.sharedLinksFolders.addShareLinkToFolder( - queryParams `AddShareLinkToFolderQueryParams` - Query parameters of addShareLinkToFolder method - optionalsInput `AddShareLinkToFolderOptionalsInput` - - ### Returns @@ -160,7 +157,6 @@ await client.sharedLinksFolders.updateSharedLinkOnFolder( - queryParams `UpdateSharedLinkOnFolderQueryParams` - Query parameters of updateSharedLinkOnFolder method - optionalsInput `UpdateSharedLinkOnFolderOptionalsInput` - - ### Returns @@ -197,7 +193,6 @@ await client.sharedLinksFolders.removeSharedLinkFromFolder( - queryParams `RemoveSharedLinkFromFolderQueryParams` - Query parameters of removeSharedLinkFromFolder method - optionalsInput `RemoveSharedLinkFromFolderOptionalsInput` - - ### Returns diff --git a/docs/sharedLinksWebLinks.md b/docs/sharedLinksWebLinks.md index 4f8bdd21..721b6e0e 100644 --- a/docs/sharedLinksWebLinks.md +++ b/docs/sharedLinksWebLinks.md @@ -43,7 +43,6 @@ await userClient.sharedLinksWebLinks.findWebLinkForSharedLink( - headersInput `FindWebLinkForSharedLinkHeadersInput` - Headers of findWebLinkForSharedLink method - optionalsInput `FindWebLinkForSharedLinkOptionalsInput` - - ### Returns @@ -76,7 +75,6 @@ await client.sharedLinksWebLinks.getSharedLinkForWebLink(webLinkId, { - queryParams `GetSharedLinkForWebLinkQueryParams` - Query parameters of getSharedLinkForWebLink method - optionalsInput `GetSharedLinkForWebLinkOptionalsInput` - - ### Returns @@ -118,7 +116,6 @@ await client.sharedLinksWebLinks.addShareLinkToWebLink( - queryParams `AddShareLinkToWebLinkQueryParams` - Query parameters of addShareLinkToWebLink method - optionalsInput `AddShareLinkToWebLinkOptionalsInput` - - ### Returns @@ -160,7 +157,6 @@ await client.sharedLinksWebLinks.updateSharedLinkOnWebLink( - queryParams `UpdateSharedLinkOnWebLinkQueryParams` - Query parameters of updateSharedLinkOnWebLink method - optionalsInput `UpdateSharedLinkOnWebLinkOptionalsInput` - - ### Returns @@ -197,7 +193,6 @@ await client.sharedLinksWebLinks.removeSharedLinkFromWebLink( - queryParams `RemoveSharedLinkFromWebLinkQueryParams` - Query parameters of removeSharedLinkFromWebLink method - optionalsInput `RemoveSharedLinkFromWebLinkOptionalsInput` - - ### Returns diff --git a/docs/shieldInformationBarrierReports.md b/docs/shieldInformationBarrierReports.md index 003dc1d6..9cec882f 100644 --- a/docs/shieldInformationBarrierReports.md +++ b/docs/shieldInformationBarrierReports.md @@ -28,7 +28,6 @@ await client.shieldInformationBarrierReports.getShieldInformationBarrierReports( - queryParams `GetShieldInformationBarrierReportsQueryParams` - Query parameters of getShieldInformationBarrierReports method - optionalsInput `GetShieldInformationBarrierReportsOptionalsInput` - - ### Returns @@ -63,7 +62,6 @@ await client.shieldInformationBarrierReports.createShieldInformationBarrierRepor - requestBody `ShieldInformationBarrierReference` - Request body of createShieldInformationBarrierReport method - optionalsInput `CreateShieldInformationBarrierReportOptionalsInput` - - ### Returns @@ -93,7 +91,6 @@ await client.shieldInformationBarrierReports.getShieldInformationBarrierReportBy - shieldInformationBarrierReportId `string` - The ID of the shield information barrier Report. Example: "3423" - optionalsInput `GetShieldInformationBarrierReportByIdOptionalsInput` - - ### Returns diff --git a/docs/shieldInformationBarrierSegmentMembers.md b/docs/shieldInformationBarrierSegmentMembers.md index 3bc689f3..26fe58d1 100644 --- a/docs/shieldInformationBarrierSegmentMembers.md +++ b/docs/shieldInformationBarrierSegmentMembers.md @@ -28,7 +28,6 @@ await client.shieldInformationBarrierSegmentMembers.getShieldInformationBarrierS - shieldInformationBarrierSegmentMemberId `string` - The ID of the shield information barrier segment Member. Example: "7815" - optionalsInput `GetShieldInformationBarrierSegmentMemberByIdOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.shieldInformationBarrierSegmentMembers.deleteShieldInformationBarri - shieldInformationBarrierSegmentMemberId `string` - The ID of the shield information barrier segment Member. Example: "7815" - optionalsInput `DeleteShieldInformationBarrierSegmentMemberByIdOptionalsInput` - - ### Returns @@ -93,7 +91,6 @@ await client.shieldInformationBarrierSegmentMembers.getShieldInformationBarrierS - queryParams `GetShieldInformationBarrierSegmentMembersQueryParams` - Query parameters of getShieldInformationBarrierSegmentMembers method - optionalsInput `GetShieldInformationBarrierSegmentMembersOptionalsInput` - - ### Returns @@ -130,7 +127,6 @@ await client.shieldInformationBarrierSegmentMembers.createShieldInformationBarri - requestBody `CreateShieldInformationBarrierSegmentMemberRequestBody` - Request body of createShieldInformationBarrierSegmentMember method - optionalsInput `CreateShieldInformationBarrierSegmentMemberOptionalsInput` - - ### Returns diff --git a/docs/shieldInformationBarrierSegmentRestrictions.md b/docs/shieldInformationBarrierSegmentRestrictions.md index 5694949a..b450faa5 100644 --- a/docs/shieldInformationBarrierSegmentRestrictions.md +++ b/docs/shieldInformationBarrierSegmentRestrictions.md @@ -28,7 +28,6 @@ await client.shieldInformationBarrierSegmentRestrictions.getShieldInformationBar - shieldInformationBarrierSegmentRestrictionId `string` - The ID of the shield information barrier segment Restriction. Example: "4563" - optionalsInput `GetShieldInformationBarrierSegmentRestrictionByIdOptionalsInput` - - ### Returns @@ -60,7 +59,6 @@ await client.shieldInformationBarrierSegmentRestrictions.deleteShieldInformation - shieldInformationBarrierSegmentRestrictionId `string` - The ID of the shield information barrier segment Restriction. Example: "4563" - optionalsInput `DeleteShieldInformationBarrierSegmentRestrictionByIdOptionalsInput` - - ### Returns @@ -93,7 +91,6 @@ await client.shieldInformationBarrierSegmentRestrictions.getShieldInformationBar - queryParams `GetShieldInformationBarrierSegmentRestrictionsQueryParams` - Query parameters of getShieldInformationBarrierSegmentRestrictions method - optionalsInput `GetShieldInformationBarrierSegmentRestrictionsOptionalsInput` - - ### Returns @@ -135,7 +132,6 @@ await client.shieldInformationBarrierSegmentRestrictions.createShieldInformation - requestBodyInput `CreateShieldInformationBarrierSegmentRestrictionRequestBodyInput` - Request body of createShieldInformationBarrierSegmentRestriction method - optionalsInput `CreateShieldInformationBarrierSegmentRestrictionOptionalsInput` - - ### Returns diff --git a/docs/shieldInformationBarrierSegments.md b/docs/shieldInformationBarrierSegments.md index 2a8256f0..cd31fd11 100644 --- a/docs/shieldInformationBarrierSegments.md +++ b/docs/shieldInformationBarrierSegments.md @@ -28,7 +28,6 @@ await client.shieldInformationBarrierSegments.getShieldInformationBarrierSegment - shieldInformationBarrierSegmentId `string` - The ID of the shield information barrier segment. Example: "3423" - optionalsInput `GetShieldInformationBarrierSegmentByIdOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.shieldInformationBarrierSegments.deleteShieldInformationBarrierSegm - shieldInformationBarrierSegmentId `string` - The ID of the shield information barrier segment. Example: "3423" - optionalsInput `DeleteShieldInformationBarrierSegmentByIdOptionalsInput` - - ### Returns @@ -94,7 +92,6 @@ await client.shieldInformationBarrierSegments.updateShieldInformationBarrierSegm - shieldInformationBarrierSegmentId `string` - The ID of the shield information barrier segment. Example: "3423" - optionalsInput `UpdateShieldInformationBarrierSegmentByIdOptionalsInput` - - ### Returns @@ -127,7 +124,6 @@ await client.shieldInformationBarrierSegments.getShieldInformationBarrierSegment - queryParams `GetShieldInformationBarrierSegmentsQueryParams` - Query parameters of getShieldInformationBarrierSegments method - optionalsInput `GetShieldInformationBarrierSegmentsOptionalsInput` - - ### Returns @@ -164,7 +160,6 @@ await client.shieldInformationBarrierSegments.createShieldInformationBarrierSegm - requestBody `CreateShieldInformationBarrierSegmentRequestBody` - Request body of createShieldInformationBarrierSegment method - optionalsInput `CreateShieldInformationBarrierSegmentOptionalsInput` - - ### Returns diff --git a/docs/shieldInformationBarriers.md b/docs/shieldInformationBarriers.md index 3496e846..a5d720dd 100644 --- a/docs/shieldInformationBarriers.md +++ b/docs/shieldInformationBarriers.md @@ -27,7 +27,6 @@ await client.shieldInformationBarriers.getShieldInformationBarrierById( - shieldInformationBarrierId `string` - The ID of the shield information barrier. Example: "1910967" - optionalsInput `GetShieldInformationBarrierByIdOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.shieldInformationBarriers.updateShieldInformationBarrierStatus({ - requestBody `UpdateShieldInformationBarrierStatusRequestBody` - Request body of updateShieldInformationBarrierStatus method - optionalsInput `UpdateShieldInformationBarrierStatusOptionalsInput` - - ### Returns @@ -124,7 +122,6 @@ await client.shieldInformationBarriers.createShieldInformationBarrier({ - requestBody `CreateShieldInformationBarrierRequestBody` - Request body of createShieldInformationBarrier method - optionalsInput `CreateShieldInformationBarrierOptionalsInput` - - ### Returns diff --git a/docs/shieldLists.md b/docs/shieldLists.md index 42ff5e2c..51a85943 100644 --- a/docs/shieldLists.md +++ b/docs/shieldLists.md @@ -61,7 +61,6 @@ await client.shieldLists.createShieldListV2025R0({ - requestBody `ShieldListsCreateV2025R0` - Request body of createShieldListV2025R0 method - optionalsInput `CreateShieldListV2025R0OptionalsInput` - - ### Returns @@ -89,7 +88,6 @@ await client.shieldLists.getShieldListByIdV2025R0(shieldListCountry.id); - shieldListId `string` - The unique identifier that represents a shield list. The ID for any Shield List can be determined by the response from the endpoint fetching all shield lists for the enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 " - optionalsInput `GetShieldListByIdV2025R0OptionalsInput` - - ### Returns @@ -117,7 +115,6 @@ await client.shieldLists.deleteShieldListByIdV2025R0(shieldListCountry.id); - shieldListId `string` - The unique identifier that represents a shield list. The ID for any Shield List can be determined by the response from the endpoint fetching all shield lists for the enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 " - optionalsInput `DeleteShieldListByIdV2025R0OptionalsInput` - - ### Returns @@ -154,7 +151,6 @@ await client.shieldLists.updateShieldListByIdV2025R0(shieldListCountry.id, { - requestBody `ShieldListsUpdateV2025R0` - Request body of updateShieldListByIdV2025R0 method - optionalsInput `UpdateShieldListByIdV2025R0OptionalsInput` - - ### Returns diff --git a/docs/signRequests.md b/docs/signRequests.md index 2cacc1d8..56f33ccd 100644 --- a/docs/signRequests.md +++ b/docs/signRequests.md @@ -26,7 +26,6 @@ await client.signRequests.cancelSignRequest(createdSignRequest.id!); - signRequestId `string` - The ID of the signature request. Example: "33243242" - optionalsInput `CancelSignRequestOptionalsInput` - - ### Returns @@ -50,7 +49,6 @@ _Currently we don't have an example for calling `resendSignRequest` in integrati - signRequestId `string` - The ID of the signature request. Example: "33243242" - optionalsInput `ResendSignRequestOptionalsInput` - - ### Returns @@ -79,7 +77,6 @@ await client.signRequests.getSignRequestById(createdSignRequest.id!); - signRequestId `string` - The ID of the signature request. Example: "33243242" - optionalsInput `GetSignRequestByIdOptionalsInput` - - ### Returns @@ -171,7 +168,6 @@ await client.signRequests.createSignRequest({ - requestBody `SignRequestCreateRequest` - Request body of createSignRequest method - optionalsInput `CreateSignRequestOptionalsInput` - - ### Returns diff --git a/docs/signTemplates.md b/docs/signTemplates.md index 543b5f44..4615ecf8 100644 --- a/docs/signTemplates.md +++ b/docs/signTemplates.md @@ -55,7 +55,6 @@ await client.signTemplates.getSignTemplateById(signTemplates.entries![0].id!); - templateId `string` - The ID of a Box Sign template. Example: "123075213-7d117509-8f05-42e4-a5ef-5190a319d41d" - optionalsInput `GetSignTemplateByIdOptionalsInput` - - ### Returns diff --git a/docs/skills.md b/docs/skills.md index ec3571c1..42bf0961 100644 --- a/docs/skills.md +++ b/docs/skills.md @@ -26,7 +26,6 @@ await client.skills.getBoxSkillCardsOnFile(file.id); - 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 `GetBoxSkillCardsOnFileOptionalsInput` - - ### Returns @@ -61,7 +60,6 @@ await client.skills.createBoxSkillCardsOnFile(file.id, { - requestBody `CreateBoxSkillCardsOnFileRequestBody` - Request body of createBoxSkillCardsOnFile method - optionalsInput `CreateBoxSkillCardsOnFileOptionalsInput` - - ### Returns @@ -98,7 +96,6 @@ await client.skills.updateBoxSkillCardsOnFile(file.id, [ - requestBody `readonly UpdateBoxSkillCardsOnFileRequestBody[]` - Request body of updateBoxSkillCardsOnFile method - optionalsInput `UpdateBoxSkillCardsOnFileOptionalsInput` - - ### Returns @@ -127,7 +124,6 @@ await client.skills.deleteBoxSkillCardsFromFile(file.id); - 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 `DeleteBoxSkillCardsFromFileOptionalsInput` - - ### Returns @@ -155,7 +151,6 @@ _Currently we don't have an example for calling `updateAllSkillCardsOnFile` in i - requestBody `UpdateAllSkillCardsOnFileRequestBody` - Request body of updateAllSkillCardsOnFile method - optionalsInput `UpdateAllSkillCardsOnFileOptionalsInput` - - ### Returns diff --git a/docs/storagePolicies.md b/docs/storagePolicies.md index 1ac30443..b380a60c 100644 --- a/docs/storagePolicies.md +++ b/docs/storagePolicies.md @@ -53,7 +53,6 @@ await client.storagePolicies.getStoragePolicyById(storagePolicy.id); - storagePolicyId `string` - The ID of the storage policy. Example: "34342" - optionalsInput `GetStoragePolicyByIdOptionalsInput` - - ### Returns diff --git a/docs/storagePolicyAssignments.md b/docs/storagePolicyAssignments.md index 4a10be5a..0bfd788c 100644 --- a/docs/storagePolicyAssignments.md +++ b/docs/storagePolicyAssignments.md @@ -30,7 +30,6 @@ await client.storagePolicyAssignments.getStoragePolicyAssignments({ - queryParams `GetStoragePolicyAssignmentsQueryParams` - Query parameters of getStoragePolicyAssignments method - optionalsInput `GetStoragePolicyAssignmentsOptionalsInput` - - ### Returns @@ -67,7 +66,6 @@ await client.storagePolicyAssignments.createStoragePolicyAssignment({ - requestBody `CreateStoragePolicyAssignmentRequestBody` - Request body of createStoragePolicyAssignment method - optionalsInput `CreateStoragePolicyAssignmentOptionalsInput` - - ### Returns @@ -97,7 +95,6 @@ await client.storagePolicyAssignments.getStoragePolicyAssignmentById( - storagePolicyAssignmentId `string` - The ID of the storage policy assignment. Example: "932483" - optionalsInput `GetStoragePolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -135,7 +132,6 @@ await client.storagePolicyAssignments.updateStoragePolicyAssignmentById( - requestBody `UpdateStoragePolicyAssignmentByIdRequestBody` - Request body of updateStoragePolicyAssignmentById method - optionalsInput `UpdateStoragePolicyAssignmentByIdOptionalsInput` - - ### Returns @@ -172,7 +168,6 @@ await client.storagePolicyAssignments.deleteStoragePolicyAssignmentById( - storagePolicyAssignmentId `string` - The ID of the storage policy assignment. Example: "932483" - optionalsInput `DeleteStoragePolicyAssignmentByIdOptionalsInput` - - ### Returns diff --git a/docs/taskAssignments.md b/docs/taskAssignments.md index 920367e2..276af539 100644 --- a/docs/taskAssignments.md +++ b/docs/taskAssignments.md @@ -26,7 +26,6 @@ await client.taskAssignments.getTaskAssignments(task.id!); - taskId `string` - The ID of the task. Example: "12345" - optionalsInput `GetTaskAssignmentsOptionalsInput` - - ### Returns @@ -66,7 +65,6 @@ await client.taskAssignments.createTaskAssignment({ - requestBody `CreateTaskAssignmentRequestBody` - Request body of createTaskAssignment method - optionalsInput `CreateTaskAssignmentOptionalsInput` - - ### Returns @@ -94,7 +92,6 @@ await client.taskAssignments.getTaskAssignmentById(taskAssignment.id!); - taskAssignmentId `string` - The ID of the task assignment. Example: "12345" - optionalsInput `GetTaskAssignmentByIdOptionalsInput` - - ### Returns @@ -130,7 +127,6 @@ await client.taskAssignments.updateTaskAssignmentById(taskAssignment.id!, { - taskAssignmentId `string` - The ID of the task assignment. Example: "12345" - optionalsInput `UpdateTaskAssignmentByIdOptionalsInput` - - ### Returns @@ -158,7 +154,6 @@ await client.taskAssignments.deleteTaskAssignmentById(taskAssignment.id!); - taskAssignmentId `string` - The ID of the task assignment. Example: "12345" - optionalsInput `DeleteTaskAssignmentByIdOptionalsInput` - - ### Returns diff --git a/docs/tasks.md b/docs/tasks.md index 3809928c..b04d6687 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -27,7 +27,6 @@ await client.tasks.getFileTasks(file.id); - 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 `GetFileTasksOptionalsInput` - - ### Returns @@ -68,7 +67,6 @@ await client.tasks.createTask({ - requestBody `CreateTaskRequestBody` - Request body of createTask method - optionalsInput `CreateTaskOptionalsInput` - - ### Returns @@ -96,7 +94,6 @@ await client.tasks.getTaskById(task.id!); - taskId `string` - The ID of the task. Example: "12345" - optionalsInput `GetTaskByIdOptionalsInput` - - ### Returns @@ -129,7 +126,6 @@ await client.tasks.updateTaskById(task.id!, { - taskId `string` - The ID of the task. Example: "12345" - optionalsInput `UpdateTaskByIdOptionalsInput` - - ### Returns @@ -157,7 +153,6 @@ await client.tasks.deleteTaskById(task.id!); - taskId `string` - The ID of the task. Example: "12345" - optionalsInput `DeleteTaskByIdOptionalsInput` - - ### Returns diff --git a/docs/termsOfServiceUserStatuses.md b/docs/termsOfServiceUserStatuses.md index 360c9006..1bb50dd6 100644 --- a/docs/termsOfServiceUserStatuses.md +++ b/docs/termsOfServiceUserStatuses.md @@ -29,7 +29,6 @@ await client.termsOfServiceUserStatuses.getTermsOfServiceUserStatuses({ - queryParams `GetTermsOfServiceUserStatusesQueryParams` - Query parameters of getTermsOfServiceUserStatuses method - optionalsInput `GetTermsOfServiceUserStatusesOptionalsInput` - - ### Returns @@ -63,7 +62,6 @@ await client.termsOfServiceUserStatuses.createTermsOfServiceStatusForUser({ - requestBody `CreateTermsOfServiceStatusForUserRequestBody` - Request body of createTermsOfServiceStatusForUser method - optionalsInput `CreateTermsOfServiceStatusForUserOptionalsInput` - - ### Returns @@ -98,7 +96,6 @@ await client.termsOfServiceUserStatuses.updateTermsOfServiceStatusForUserById( - requestBody `UpdateTermsOfServiceStatusForUserByIdRequestBody` - Request body of updateTermsOfServiceStatusForUserById method - optionalsInput `UpdateTermsOfServiceStatusForUserByIdOptionalsInput` - - ### Returns diff --git a/docs/termsOfServices.md b/docs/termsOfServices.md index fd88a4d2..730a2df2 100644 --- a/docs/termsOfServices.md +++ b/docs/termsOfServices.md @@ -62,7 +62,6 @@ await client.termsOfServices.createTermsOfService({ - requestBody `CreateTermsOfServiceRequestBody` - Request body of createTermsOfService method - optionalsInput `CreateTermsOfServiceOptionalsInput` - - ### Returns @@ -86,7 +85,6 @@ _Currently we don't have an example for calling `getTermsOfServiceById` in integ - termsOfServiceId `string` - The ID of the terms of service. Example: "324234" - optionalsInput `GetTermsOfServiceByIdOptionalsInput` - - ### Returns @@ -119,7 +117,6 @@ await client.termsOfServices.updateTermsOfServiceById(tos.id, { - requestBody `UpdateTermsOfServiceByIdRequestBody` - Request body of updateTermsOfServiceById method - optionalsInput `UpdateTermsOfServiceByIdOptionalsInput` - - ### Returns diff --git a/docs/transfer.md b/docs/transfer.md index 4bd455e4..3746ae9e 100644 --- a/docs/transfer.md +++ b/docs/transfer.md @@ -67,7 +67,6 @@ await client.transfer.transferOwnedFolder( - requestBody `TransferOwnedFolderRequestBody` - Request body of transferOwnedFolder method - optionalsInput `TransferOwnedFolderOptionalsInput` - - ### Returns diff --git a/docs/trashedFiles.md b/docs/trashedFiles.md index 4a7165bb..84a81458 100644 --- a/docs/trashedFiles.md +++ b/docs/trashedFiles.md @@ -27,7 +27,6 @@ await client.trashedFiles.restoreFileFromTrash(file.id); - 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 `RestoreFileFromTrashOptionalsInput` - - ### Returns @@ -65,7 +64,6 @@ await client.trashedFiles.getTrashedFileById(file.id); - 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 `GetTrashedFileByIdOptionalsInput` - - ### Returns @@ -96,7 +94,6 @@ await client.trashedFiles.deleteTrashedFileById(file.id); - 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 `DeleteTrashedFileByIdOptionalsInput` - - ### Returns diff --git a/docs/trashedFolders.md b/docs/trashedFolders.md index c06dc27e..0ba6bd55 100644 --- a/docs/trashedFolders.md +++ b/docs/trashedFolders.md @@ -34,7 +34,6 @@ await client.trashedFolders.restoreFolderFromTrash(folder.id); - 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 `RestoreFolderFromTrashOptionalsInput` - - ### Returns @@ -72,7 +71,6 @@ await client.trashedFolders.getTrashedFolderById(folder.id); - 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 `GetTrashedFolderByIdOptionalsInput` - - ### Returns @@ -103,7 +101,6 @@ await client.trashedFolders.deleteTrashedFolderById(folder.id); - 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 `DeleteTrashedFolderByIdOptionalsInput` - - ### Returns diff --git a/docs/trashedWebLinks.md b/docs/trashedWebLinks.md index a5886972..26265f78 100644 --- a/docs/trashedWebLinks.md +++ b/docs/trashedWebLinks.md @@ -27,7 +27,6 @@ await client.trashedWebLinks.restoreWeblinkFromTrash(weblink.id); - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `RestoreWeblinkFromTrashOptionalsInput` - - ### Returns @@ -55,7 +54,6 @@ await client.trashedWebLinks.getTrashedWebLinkById(weblink.id); - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `GetTrashedWebLinkByIdOptionalsInput` - - ### Returns @@ -86,7 +84,6 @@ await client.trashedWebLinks.deleteTrashedWebLinkById(weblink.id); - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `DeleteTrashedWebLinkByIdOptionalsInput` - - ### Returns diff --git a/docs/userCollaborations.md b/docs/userCollaborations.md index 034fbfea..0c92b7b5 100644 --- a/docs/userCollaborations.md +++ b/docs/userCollaborations.md @@ -25,7 +25,6 @@ await client.userCollaborations.getCollaborationById(collaborationId); - collaborationId `string` - The ID of the collaboration. Example: "1234" - optionalsInput `GetCollaborationByIdOptionalsInput` - - ### Returns @@ -59,7 +58,6 @@ await client.userCollaborations.updateCollaborationById(collaborationId, { - requestBody `UpdateCollaborationByIdRequestBody` - Request body of updateCollaborationById method - optionalsInput `UpdateCollaborationByIdOptionalsInput` - - ### Returns @@ -89,7 +87,6 @@ await client.userCollaborations.deleteCollaborationById(collaborationId); - collaborationId `string` - The ID of the collaboration. Example: "1234" - optionalsInput `DeleteCollaborationByIdOptionalsInput` - - ### Returns @@ -142,7 +139,6 @@ await client.userCollaborations.createCollaboration({ - requestBody `CreateCollaborationRequestBody` - Request body of createCollaboration method - optionalsInput `CreateCollaborationOptionalsInput` - - ### Returns diff --git a/docs/users.md b/docs/users.md index 8a0bd842..94fcccee 100644 --- a/docs/users.md +++ b/docs/users.md @@ -68,7 +68,6 @@ await client.users.createUser({ - requestBody `CreateUserRequestBody` - Request body of createUser method - optionalsInput `CreateUserOptionalsInput` - - ### Returns @@ -145,7 +144,6 @@ await client.users.getUserById(user.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `GetUserByIdOptionalsInput` - - ### Returns @@ -182,7 +180,6 @@ await client.users.updateUserById(user.id, { - userId `string` - The ID of the user. Example: "12345" - optionalsInput `UpdateUserByIdOptionalsInput` - - ### Returns @@ -213,7 +210,6 @@ await client.users.deleteUserById(user.id); - userId `string` - The ID of the user. Example: "12345" - optionalsInput `DeleteUserByIdOptionalsInput` - - ### Returns diff --git a/docs/webLinks.md b/docs/webLinks.md index 24b80355..960b95f4 100644 --- a/docs/webLinks.md +++ b/docs/webLinks.md @@ -30,7 +30,6 @@ await client.webLinks.createWebLink({ - requestBody `CreateWebLinkRequestBody` - Request body of createWebLink method - optionalsInput `CreateWebLinkOptionalsInput` - - ### Returns @@ -58,7 +57,6 @@ await client.webLinks.getWebLinkById(weblink.id); - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `GetWebLinkByIdOptionalsInput` - - ### Returns @@ -94,7 +92,6 @@ await client.webLinks.updateWebLinkById(weblink.id, { - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `UpdateWebLinkByIdOptionalsInput` - - ### Returns @@ -122,7 +119,6 @@ await client.webLinks.deleteWebLinkById(webLinkId); - webLinkId `string` - The ID of the web link. Example: "12345" - optionalsInput `DeleteWebLinkByIdOptionalsInput` - - ### Returns diff --git a/docs/webhooks.md b/docs/webhooks.md index 365ed36b..3646712e 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -69,7 +69,6 @@ await client.webhooks.createWebhook({ - requestBody `CreateWebhookRequestBody` - Request body of createWebhook method - optionalsInput `CreateWebhookOptionalsInput` - - ### Returns @@ -97,7 +96,6 @@ await client.webhooks.getWebhookById(webhook.id!); - webhookId `string` - The ID of the webhook. Example: "3321123" - optionalsInput `GetWebhookByIdOptionalsInput` - - ### Returns @@ -129,7 +127,6 @@ await client.webhooks.updateWebhookById(webhook.id!, { - webhookId `string` - The ID of the webhook. Example: "3321123" - optionalsInput `UpdateWebhookByIdOptionalsInput` - - ### Returns @@ -157,7 +154,6 @@ await client.webhooks.deleteWebhookById(webhook.id!); - webhookId `string` - The ID of the webhook. Example: "3321123" - optionalsInput `DeleteWebhookByIdOptionalsInput` - - ### Returns @@ -192,7 +188,6 @@ await WebhooksManager.validateMessage( - primaryKey `string` - The primary signature to verify the message with - optionalsInput `ValidateMessageOptionalsInput` - - ### Returns diff --git a/docs/workflows.md b/docs/workflows.md index b36b7340..32cc4b23 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -29,7 +29,6 @@ await adminClient.workflows.getWorkflows({ - queryParams `GetWorkflowsQueryParams` - Query parameters of getWorkflows method - optionalsInput `GetWorkflowsOptionalsInput` - - ### Returns @@ -78,7 +77,6 @@ await adminClient.workflows.startWorkflow(workflowToRun.id!, { - requestBody `StartWorkflowRequestBody` - Request body of startWorkflow method - optionalsInput `StartWorkflowOptionalsInput` - - ### Returns diff --git a/docs/zipDownloads.md b/docs/zipDownloads.md index 9fe1dfa5..c51e00f0 100644 --- a/docs/zipDownloads.md +++ b/docs/zipDownloads.md @@ -56,7 +56,6 @@ await client.zipDownloads.createZipDownload({ - requestBody `ZipDownloadRequest` - Request body of createZipDownload method - optionalsInput `CreateZipDownloadOptionalsInput` - - ### Returns @@ -98,7 +97,6 @@ await client.zipDownloads.getZipDownloadContent(zipDownload.downloadUrl!); - downloadUrl `string` - The URL that can be used to download created `zip` archive. Example: `https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content` - optionalsInput `GetZipDownloadContentOptionalsInput` - - ### Returns @@ -138,7 +136,6 @@ await client.zipDownloads.getZipDownloadStatus(zipDownload.statusUrl!); - statusUrl `string` - The URL that can be used to get the status of the `zip` archive being downloaded. Example: `https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/status` - optionalsInput `GetZipDownloadStatusOptionalsInput` - - ### Returns @@ -177,7 +174,6 @@ await client.zipDownloads.downloadZip({ - requestBody `ZipDownloadRequest` - Zip download request body - optionalsInput `DownloadZipOptionalsInput` - - ### Returns diff --git a/package-lock.json b/package-lock.json index 39dcc87c..ee099703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1531,9 +1531,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "24.0.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz", - "integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", + "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", "dev": true, "license": "MIT", "dependencies": { @@ -2623,9 +2623,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", - "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", + "version": "1.5.190", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.190.tgz", + "integrity": "sha512-k4McmnB2091YIsdCgkS0fMVMPOJgxl93ltFzaryXqwip1AaxeDqKCGLxkXODDA5Ab/D+tV5EL5+aTx76RvLRxw==", "dev": true, "license": "ISC" },