diff --git a/BoxSDK.podspec b/BoxSDK.podspec index a0b4134be..125deda0b 100644 --- a/BoxSDK.podspec +++ b/BoxSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "BoxSDK" - spec.version = "5.4.0" + spec.version = "5.4.1" spec.summary = "Box Swift SDK" spec.description = <<-DESC Official Box Swift SDK. diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fd286f6..45042548c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.4.1](https://github.com/box/box-ios-sdk/compare/v5.4.0...v5.4.1) (2023-02-24) + + +### Bug Fixes + +* Fix `listAssignments` and `assign` methods in `RetentionPolicyModule` ([#886](https://github.com/box/box-ios-sdk/issues/886)) ([b668888](https://github.com/box/box-ios-sdk/commit/b668888f35136dd1239526b70cc31a10bdd04744)) + ## [5.4.0](https://github.com/box/box-ios-sdk/compare/v5.3.0...v5.4.0) (2022-11-08) diff --git a/Sources/Info.plist b/Sources/Info.plist index 47e57addf..bafa1749f 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.4.0 + 5.4.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/docs/Classes.html b/docs/Classes.html index 513a139ce..31d3ef9d3 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -4283,7 +4283,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/AuthModule.html b/docs/Classes/AuthModule.html index f554933f3..b7946b829 100644 --- a/docs/Classes/AuthModule.html +++ b/docs/Classes/AuthModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1155,7 +1155,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxAPIError.html b/docs/Classes/BoxAPIError.html index 47edcefb7..b0076b467 100644 --- a/docs/Classes/BoxAPIError.html +++ b/docs/Classes/BoxAPIError.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -968,7 +968,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxClient.html b/docs/Classes/BoxClient.html index 90e17c905..cde473414 100644 --- a/docs/Classes/BoxClient.html +++ b/docs/Classes/BoxClient.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -3014,7 +3014,7 @@ Return Value - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxCollection.html b/docs/Classes/BoxCollection.html index bfa0a2434..339ae8882 100644 --- a/docs/Classes/BoxCollection.html +++ b/docs/Classes/BoxCollection.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1084,7 +1084,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxNetworkAgent.html b/docs/Classes/BoxNetworkAgent.html index 804e8051e..43cd0be65 100644 --- a/docs/Classes/BoxNetworkAgent.html +++ b/docs/Classes/BoxNetworkAgent.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -996,7 +996,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxNetworkTask.html b/docs/Classes/BoxNetworkTask.html index fa4d3d018..68c1332a5 100644 --- a/docs/Classes/BoxNetworkTask.html +++ b/docs/Classes/BoxNetworkTask.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -995,7 +995,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxRequest.html b/docs/Classes/BoxRequest.html index 207368dfe..379aa29ae 100644 --- a/docs/Classes/BoxRequest.html +++ b/docs/Classes/BoxRequest.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1276,7 +1276,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxRequest/BodyType.html b/docs/Classes/BoxRequest/BodyType.html index c606b3c7e..747d390a5 100644 --- a/docs/Classes/BoxRequest/BodyType.html +++ b/docs/Classes/BoxRequest/BodyType.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1049,7 +1049,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxSDK.html b/docs/Classes/BoxSDK.html index 09b935638..35899f781 100644 --- a/docs/Classes/BoxSDK.html +++ b/docs/Classes/BoxSDK.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -2277,7 +2277,7 @@ Return Value - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxSDK/Constants.html b/docs/Classes/BoxSDK/Constants.html index 4ca0f39f2..1c9ff2a04 100644 --- a/docs/Classes/BoxSDK/Constants.html +++ b/docs/Classes/BoxSDK/Constants.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -941,7 +941,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/BoxSDKError.html b/docs/Classes/BoxSDKError.html index 32f2afc0a..cd0788f16 100644 --- a/docs/Classes/BoxSDKError.html +++ b/docs/Classes/BoxSDKError.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1077,7 +1077,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CCGAuthModule.html b/docs/Classes/CCGAuthModule.html index 0cc80f4f1..dd7f66324 100644 --- a/docs/Classes/CCGAuthModule.html +++ b/docs/Classes/CCGAuthModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -961,7 +961,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CCGAuthModule/CCGConnectionType.html b/docs/Classes/CCGAuthModule/CCGConnectionType.html index ad5cc5502..5a1aa18e6 100644 --- a/docs/Classes/CCGAuthModule/CCGConnectionType.html +++ b/docs/Classes/CCGAuthModule/CCGConnectionType.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -941,7 +941,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CCGAuthSession.html b/docs/Classes/CCGAuthSession.html index 5111a8760..3138755a9 100644 --- a/docs/Classes/CCGAuthSession.html +++ b/docs/Classes/CCGAuthSession.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1112,7 +1112,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Classification.html b/docs/Classes/Classification.html index 4f118125c..e20ad7657 100644 --- a/docs/Classes/Classification.html +++ b/docs/Classes/Classification.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1054,7 +1054,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaboration.html b/docs/Classes/Collaboration.html index 0c8bc8388..04eb60bce 100644 --- a/docs/Classes/Collaboration.html +++ b/docs/Classes/Collaboration.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1471,7 +1471,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html b/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html index 6341cceac..debbbcde5 100644 --- a/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html +++ b/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1058,7 +1058,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaboration/StrongPasswordRequirement.html b/docs/Classes/Collaboration/StrongPasswordRequirement.html index 6d034fedc..e76ce50f1 100644 --- a/docs/Classes/Collaboration/StrongPasswordRequirement.html +++ b/docs/Classes/Collaboration/StrongPasswordRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1032,7 +1032,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaboration/TermsOfServiceRequirement.html b/docs/Classes/Collaboration/TermsOfServiceRequirement.html index 181200955..15734f74c 100644 --- a/docs/Classes/Collaboration/TermsOfServiceRequirement.html +++ b/docs/Classes/Collaboration/TermsOfServiceRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1031,7 +1031,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html b/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html index b42cf76d8..d71dfef3d 100644 --- a/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html +++ b/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1031,7 +1031,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistEntry.html b/docs/Classes/CollaborationAllowlistEntry.html index 83a5191e6..dfae05c7d 100644 --- a/docs/Classes/CollaborationAllowlistEntry.html +++ b/docs/Classes/CollaborationAllowlistEntry.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1163,7 +1163,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistExemptTarget.html b/docs/Classes/CollaborationAllowlistExemptTarget.html index 5eee1b125..b5ffba539 100644 --- a/docs/Classes/CollaborationAllowlistExemptTarget.html +++ b/docs/Classes/CollaborationAllowlistExemptTarget.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1136,7 +1136,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistModule.html b/docs/Classes/CollaborationAllowlistModule.html index 46e5ec14d..be10f43c4 100644 --- a/docs/Classes/CollaborationAllowlistModule.html +++ b/docs/Classes/CollaborationAllowlistModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1481,7 +1481,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CollaborationsModule.html b/docs/Classes/CollaborationsModule.html index 396baa85b..bddfc8f4e 100644 --- a/docs/Classes/CollaborationsModule.html +++ b/docs/Classes/CollaborationsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1582,7 +1582,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaborator.html b/docs/Classes/Collaborator.html index 96fe5750f..f84644c59 100644 --- a/docs/Classes/Collaborator.html +++ b/docs/Classes/Collaborator.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1028,7 +1028,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Collaborator/CollaboratorType.html b/docs/Classes/Collaborator/CollaboratorType.html index b1bcd0cf5..84a7be28f 100644 --- a/docs/Classes/Collaborator/CollaboratorType.html +++ b/docs/Classes/Collaborator/CollaboratorType.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -941,7 +941,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CollectionsModule.html b/docs/Classes/CollectionsModule.html index 607afb932..adee6a779 100644 --- a/docs/Classes/CollectionsModule.html +++ b/docs/Classes/CollectionsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1104,7 +1104,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Comment.html b/docs/Classes/Comment.html index c84d0f8ec..018f38c36 100644 --- a/docs/Classes/Comment.html +++ b/docs/Classes/Comment.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1218,7 +1218,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/CommentsModule.html b/docs/Classes/CommentsModule.html index 27e3497d8..670e166f7 100644 --- a/docs/Classes/CommentsModule.html +++ b/docs/Classes/CommentsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1192,7 +1192,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/ConsoleLogDestination.html b/docs/Classes/ConsoleLogDestination.html index 9d2257e2b..7dfcb84c3 100644 --- a/docs/Classes/ConsoleLogDestination.html +++ b/docs/Classes/ConsoleLogDestination.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -969,7 +969,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/DelegatedAuthSession.html b/docs/Classes/DelegatedAuthSession.html index c2f6701e3..d9e9683ba 100644 --- a/docs/Classes/DelegatedAuthSession.html +++ b/docs/Classes/DelegatedAuthSession.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1066,7 +1066,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/DevicePin.html b/docs/Classes/DevicePin.html index 24a2c99e7..06c152f3a 100644 --- a/docs/Classes/DevicePin.html +++ b/docs/Classes/DevicePin.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1148,7 +1148,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/DevicePinsModule.html b/docs/Classes/DevicePinsModule.html index 083e2724a..da332691d 100644 --- a/docs/Classes/DevicePinsModule.html +++ b/docs/Classes/DevicePinsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1101,7 +1101,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EmailAlias.html b/docs/Classes/EmailAlias.html index 7e4d04545..f5cecbbb9 100644 --- a/docs/Classes/EmailAlias.html +++ b/docs/Classes/EmailAlias.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1094,7 +1094,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Enterprise.html b/docs/Classes/Enterprise.html index ea9b8c996..9e68a7e00 100644 --- a/docs/Classes/Enterprise.html +++ b/docs/Classes/Enterprise.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1067,7 +1067,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EntryContainer.html b/docs/Classes/EntryContainer.html index 395a5f012..04684ead3 100644 --- a/docs/Classes/EntryContainer.html +++ b/docs/Classes/EntryContainer.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1175,7 +1175,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EntryContainerInnerModel.html b/docs/Classes/EntryContainerInnerModel.html index edb3e490f..8de76c540 100644 --- a/docs/Classes/EntryContainerInnerModel.html +++ b/docs/Classes/EntryContainerInnerModel.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -923,7 +923,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Event.html b/docs/Classes/Event.html index 758667f45..c156b7e36 100644 --- a/docs/Classes/Event.html +++ b/docs/Classes/Event.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1221,7 +1221,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EventContainer.html b/docs/Classes/EventContainer.html index 7df0f9f3d..509a64877 100644 --- a/docs/Classes/EventContainer.html +++ b/docs/Classes/EventContainer.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1122,7 +1122,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EventItem.html b/docs/Classes/EventItem.html index 6ef7896de..99c1e4a02 100644 --- a/docs/Classes/EventItem.html +++ b/docs/Classes/EventItem.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1028,7 +1028,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EventItem/EventItemType.html b/docs/Classes/EventItem/EventItemType.html index 5112bb6f5..33af02f3c 100644 --- a/docs/Classes/EventItem/EventItemType.html +++ b/docs/Classes/EventItem/EventItemType.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1024,7 +1024,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/EventsModule.html b/docs/Classes/EventsModule.html index 86a88a968..3e98e391d 100644 --- a/docs/Classes/EventsModule.html +++ b/docs/Classes/EventsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1267,7 +1267,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/ExpiringEmbedLink.html b/docs/Classes/ExpiringEmbedLink.html index d07e53ed2..57ad90d18 100644 --- a/docs/Classes/ExpiringEmbedLink.html +++ b/docs/Classes/ExpiringEmbedLink.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1027,7 +1027,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/File.html b/docs/Classes/File.html index 06c8cf809..775325093 100644 --- a/docs/Classes/File.html +++ b/docs/Classes/File.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -2060,7 +2060,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/File/Permissions.html b/docs/Classes/File/Permissions.html index 9676b19c4..a27d6230a 100644 --- a/docs/Classes/File/Permissions.html +++ b/docs/Classes/File/Permissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1211,7 +1211,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileLogDestination.html b/docs/Classes/FileLogDestination.html index 256478c83..f64381218 100644 --- a/docs/Classes/FileLogDestination.html +++ b/docs/Classes/FileLogDestination.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1015,7 +1015,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileRequest.html b/docs/Classes/FileRequest.html index 5e9c048f6..1c05325ef 100644 --- a/docs/Classes/FileRequest.html +++ b/docs/Classes/FileRequest.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1393,7 +1393,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileRequestsModule.html b/docs/Classes/FileRequestsModule.html index 779b22ab6..7e8e79008 100644 --- a/docs/Classes/FileRequestsModule.html +++ b/docs/Classes/FileRequestsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1171,7 +1171,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileVersion.html b/docs/Classes/FileVersion.html index f523d62a2..eefcdc938 100644 --- a/docs/Classes/FileVersion.html +++ b/docs/Classes/FileVersion.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1391,7 +1391,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileVersionLegalHold.html b/docs/Classes/FileVersionLegalHold.html index c4bb2774d..7a2fffab3 100644 --- a/docs/Classes/FileVersionLegalHold.html +++ b/docs/Classes/FileVersionLegalHold.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1148,7 +1148,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FileVersionRetention.html b/docs/Classes/FileVersionRetention.html index 9c4ad5df1..22f5d2671 100644 --- a/docs/Classes/FileVersionRetention.html +++ b/docs/Classes/FileVersionRetention.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1162,7 +1162,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FilesModule.html b/docs/Classes/FilesModule.html index 2c7631c4e..6d171c08f 100644 --- a/docs/Classes/FilesModule.html +++ b/docs/Classes/FilesModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -2157,7 +2157,11 @@ Parameters - + Get a thumbnail image for a file. +Sizes of 32x32, 64x64, 128x128, and 256x256 can be returned in the .png format and sizes of 32x32, 94x94, +160x160, and 320x320 can be returned in the .jpg format. Thumbnails can be generated for the image and video +file formats listed on (http://community.box.com/t5/Managing-Your-Content/What-file-types-are-supported-by-Box-s-Content-Preview/ta-p/327) + Declaration @@ -5055,7 +5059,7 @@ Return Value - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Folder.html b/docs/Classes/Folder.html index c770bbb77..f6d07b40f 100644 --- a/docs/Classes/Folder.html +++ b/docs/Classes/Folder.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1882,7 +1882,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Folder/Permissions.html b/docs/Classes/Folder/Permissions.html index d4b61dbba..de614bfbc 100644 --- a/docs/Classes/Folder/Permissions.html +++ b/docs/Classes/Folder/Permissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1076,7 +1076,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FolderLock.html b/docs/Classes/FolderLock.html index 8e63b3df0..1542663f0 100644 --- a/docs/Classes/FolderLock.html +++ b/docs/Classes/FolderLock.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1207,7 +1207,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FolderLock/LockedOperations.html b/docs/Classes/FolderLock/LockedOperations.html index 34bcf86ee..950807d3f 100644 --- a/docs/Classes/FolderLock/LockedOperations.html +++ b/docs/Classes/FolderLock/LockedOperations.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -941,7 +941,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FolderUploadEmail.html b/docs/Classes/FolderUploadEmail.html index 7b85a5b18..e18ef2c60 100644 --- a/docs/Classes/FolderUploadEmail.html +++ b/docs/Classes/FolderUploadEmail.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -950,7 +950,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/FoldersModule.html b/docs/Classes/FoldersModule.html index 0365d69ed..0e3ea7fe3 100644 --- a/docs/Classes/FoldersModule.html +++ b/docs/Classes/FoldersModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -3909,7 +3909,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Group.html b/docs/Classes/Group.html index 1a2a1640b..0b5d42e7a 100644 --- a/docs/Classes/Group.html +++ b/docs/Classes/Group.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1315,7 +1315,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/Group/GroupType.html b/docs/Classes/Group/GroupType.html index bb4ae345a..05bba981e 100644 --- a/docs/Classes/Group/GroupType.html +++ b/docs/Classes/Group/GroupType.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1020,7 +1020,7 @@ Declaration - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/GroupMembership.html b/docs/Classes/GroupMembership.html index ab7d6d908..1867d3bb8 100644 --- a/docs/Classes/GroupMembership.html +++ b/docs/Classes/GroupMembership.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented) @@ -1221,7 +1221,7 @@ Parameters - © 2022 Box. All rights reserved. (Last updated: 2022-11-08) + © 2023 Box. All rights reserved. (Last updated: 2023-02-24) Generated by jazzy ♪♫ v0.14.2, a Realm project. diff --git a/docs/Classes/GroupMembership/ConfigurablePermissions.html b/docs/Classes/GroupMembership/ConfigurablePermissions.html index 5bc3cfc81..0bbe3ac07 100644 --- a/docs/Classes/GroupMembership/ConfigurablePermissions.html +++ b/docs/Classes/GroupMembership/ConfigurablePermissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.4.0 Docs (99% documented) + BoxSDK 5.4.1 Docs (99% documented)
BoxSDK 5.4.0 Docs (99% documented)
BoxSDK 5.4.1 Docs (99% documented)
© 2022 Box. All rights reserved. (Last updated: 2022-11-08)
© 2023 Box. All rights reserved. (Last updated: 2023-02-24)
Generated by jazzy ♪♫ v0.14.2, a Realm project.
Get a thumbnail image for a file. +Sizes of 32x32, 64x64, 128x128, and 256x256 can be returned in the .png format and sizes of 32x32, 94x94, +160x160, and 320x320 can be returned in the .jpg format. Thumbnails can be generated for the image and video +file formats listed on (http://community.box.com/t5/Managing-Your-Content/What-file-types-are-supported-by-Box-s-Content-Preview/ta-p/327)