diff --git a/BoxSDK.podspec b/BoxSDK.podspec index 06136d45..90110a85 100644 --- a/BoxSDK.podspec +++ b/BoxSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "BoxSDK" - spec.version = "5.5.0" + spec.version = "5.6.0" spec.summary = "Box Swift SDK" spec.description = <<-DESC Official Box Swift SDK. diff --git a/CHANGELOG.md b/CHANGELOG.md index 05461722..e4519ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.6.0](https://github.com/box/box-ios-sdk/compare/v5.5.0...v5.6.0) (2024-04-05) + + +### New Features and Enhancements + +* Add privacy manifest files ([#924](https://github.com/box/box-ios-sdk/issues/924)) ([cbef168](https://github.com/box/box-ios-sdk/commit/cbef168bb872941899be26116c647ac29f5dd44b)) +* Add support for `visionOS` ([#916](https://github.com/box/box-ios-sdk/issues/916)) ([a05b243](https://github.com/box/box-ios-sdk/commit/a05b2433f1b2d0c1ec72f946e0706d03a4548703)) +* Add support for additional fields in `SignRequest` ([#919](https://github.com/box/box-ios-sdk/issues/919)) ([36f464c](https://github.com/box/box-ios-sdk/commit/36f464c23a161f5d0fcc6858c3615d884ce8ee07)) +* Make fields from `TokenInfo` publicly available ([#920](https://github.com/box/box-ios-sdk/issues/920)) ([eb26f47](https://github.com/box/box-ios-sdk/commit/eb26f47bbde6749f44f149e95b3610e41c16d2f2)) + ## [5.5.0](https://github.com/box/box-ios-sdk/compare/v5.4.2...v5.5.0) (2023-08-08) diff --git a/Package.swift b/Package.swift index 4b5ef189..e6882bf5 100644 --- a/Package.swift +++ b/Package.swift @@ -34,5 +34,5 @@ let package = Package( path: "Tests" ) ], - swiftLanguageVersions: [.v5] + swiftLanguageVersions: [.v5] ) diff --git a/Sources/Core/MimeTypeProvider.swift b/Sources/Core/MimeTypeProvider.swift index 5c3b1c38..45e4896a 100644 --- a/Sources/Core/MimeTypeProvider.swift +++ b/Sources/Core/MimeTypeProvider.swift @@ -32,7 +32,7 @@ enum MimeTypeProvider { return defaultMimeType } - if #available(iOS 14, macOS 11.0, *) { + if #available(iOS 14, macOS 11.0, *) { return UTType(filenameExtension: pathExtension)?.preferredMIMEType ?? defaultMimeType } else { diff --git a/Sources/Info.plist b/Sources/Info.plist index 0b722c6d..1f9885f5 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.5.0 + 5.6.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/docs/Classes.html b/docs/Classes.html index 7106d2e9..3eba1cf3 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -4289,7 +4292,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/AuthModule.html b/docs/Classes/AuthModule.html index e1ead9c9..97c2c189 100644 --- a/docs/Classes/AuthModule.html +++ b/docs/Classes/AuthModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1161,7 +1164,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxAPIError.html b/docs/Classes/BoxAPIError.html index c2d90272..471324e2 100644 --- a/docs/Classes/BoxAPIError.html +++ b/docs/Classes/BoxAPIError.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -974,7 +977,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxClient.html b/docs/Classes/BoxClient.html index eb88758d..65df2b31 100644 --- a/docs/Classes/BoxClient.html +++ b/docs/Classes/BoxClient.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -3020,7 +3023,7 @@ Return Value - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxCollection.html b/docs/Classes/BoxCollection.html index 84c95453..59308cae 100644 --- a/docs/Classes/BoxCollection.html +++ b/docs/Classes/BoxCollection.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1090,7 +1093,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxNetworkAgent.html b/docs/Classes/BoxNetworkAgent.html index 217b036d..0a40a685 100644 --- a/docs/Classes/BoxNetworkAgent.html +++ b/docs/Classes/BoxNetworkAgent.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1002,7 +1005,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxNetworkTask.html b/docs/Classes/BoxNetworkTask.html index 118c7808..6f51152d 100644 --- a/docs/Classes/BoxNetworkTask.html +++ b/docs/Classes/BoxNetworkTask.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1001,7 +1004,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxRequest.html b/docs/Classes/BoxRequest.html index f76cfd44..a9927b8e 100644 --- a/docs/Classes/BoxRequest.html +++ b/docs/Classes/BoxRequest.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1282,7 +1285,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxRequest/BodyType.html b/docs/Classes/BoxRequest/BodyType.html index 3224f99f..c753b256 100644 --- a/docs/Classes/BoxRequest/BodyType.html +++ b/docs/Classes/BoxRequest/BodyType.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1055,7 +1058,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxSDK.html b/docs/Classes/BoxSDK.html index 275b6a16..13dfbdb5 100644 --- a/docs/Classes/BoxSDK.html +++ b/docs/Classes/BoxSDK.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -2283,7 +2286,7 @@ Return Value - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxSDK/Constants.html b/docs/Classes/BoxSDK/Constants.html index 2df8e7b1..53bf7d85 100644 --- a/docs/Classes/BoxSDK/Constants.html +++ b/docs/Classes/BoxSDK/Constants.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -947,7 +950,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/BoxSDKError.html b/docs/Classes/BoxSDKError.html index 435a35f2..b5af99dd 100644 --- a/docs/Classes/BoxSDKError.html +++ b/docs/Classes/BoxSDKError.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1083,7 +1086,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CCGAuthModule.html b/docs/Classes/CCGAuthModule.html index 8efddd11..1c22674b 100644 --- a/docs/Classes/CCGAuthModule.html +++ b/docs/Classes/CCGAuthModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -967,7 +970,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CCGAuthModule/CCGConnectionType.html b/docs/Classes/CCGAuthModule/CCGConnectionType.html index fdc86a6b..c02e22a6 100644 --- a/docs/Classes/CCGAuthModule/CCGConnectionType.html +++ b/docs/Classes/CCGAuthModule/CCGConnectionType.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -947,7 +950,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CCGAuthSession.html b/docs/Classes/CCGAuthSession.html index cba80d5e..beef17b8 100644 --- a/docs/Classes/CCGAuthSession.html +++ b/docs/Classes/CCGAuthSession.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1118,7 +1121,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Classification.html b/docs/Classes/Classification.html index 7403fb4b..db21332a 100644 --- a/docs/Classes/Classification.html +++ b/docs/Classes/Classification.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1060,7 +1063,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaboration.html b/docs/Classes/Collaboration.html index a2a118c9..29266576 100644 --- a/docs/Classes/Collaboration.html +++ b/docs/Classes/Collaboration.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1477,7 +1480,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html b/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html index e5b242e3..a6f62ab7 100644 --- a/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html +++ b/docs/Classes/Collaboration/AcceptanceRequirementsStatus.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1064,7 +1067,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaboration/StrongPasswordRequirement.html b/docs/Classes/Collaboration/StrongPasswordRequirement.html index 9f1d937c..5765b353 100644 --- a/docs/Classes/Collaboration/StrongPasswordRequirement.html +++ b/docs/Classes/Collaboration/StrongPasswordRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1038,7 +1041,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaboration/TermsOfServiceRequirement.html b/docs/Classes/Collaboration/TermsOfServiceRequirement.html index d9ff3912..c23780ba 100644 --- a/docs/Classes/Collaboration/TermsOfServiceRequirement.html +++ b/docs/Classes/Collaboration/TermsOfServiceRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1037,7 +1040,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html b/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html index 78da0fbe..37be12bf 100644 --- a/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html +++ b/docs/Classes/Collaboration/TwoFactorAuthenticationRequirement.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1037,7 +1040,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistEntry.html b/docs/Classes/CollaborationAllowlistEntry.html index 15c90d68..6c9d6069 100644 --- a/docs/Classes/CollaborationAllowlistEntry.html +++ b/docs/Classes/CollaborationAllowlistEntry.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1169,7 +1172,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistExemptTarget.html b/docs/Classes/CollaborationAllowlistExemptTarget.html index 656f261b..e06c8e0e 100644 --- a/docs/Classes/CollaborationAllowlistExemptTarget.html +++ b/docs/Classes/CollaborationAllowlistExemptTarget.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1142,7 +1145,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CollaborationAllowlistModule.html b/docs/Classes/CollaborationAllowlistModule.html index f086a5b1..37cf12f6 100644 --- a/docs/Classes/CollaborationAllowlistModule.html +++ b/docs/Classes/CollaborationAllowlistModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1487,7 +1490,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CollaborationsModule.html b/docs/Classes/CollaborationsModule.html index da953bb1..fb936f79 100644 --- a/docs/Classes/CollaborationsModule.html +++ b/docs/Classes/CollaborationsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1588,7 +1591,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaborator.html b/docs/Classes/Collaborator.html index 1d773a5e..65991ce5 100644 --- a/docs/Classes/Collaborator.html +++ b/docs/Classes/Collaborator.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1034,7 +1037,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Collaborator/CollaboratorType.html b/docs/Classes/Collaborator/CollaboratorType.html index cc082844..3a585f8d 100644 --- a/docs/Classes/Collaborator/CollaboratorType.html +++ b/docs/Classes/Collaborator/CollaboratorType.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -947,7 +950,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CollectionsModule.html b/docs/Classes/CollectionsModule.html index b3e94e74..db68357f 100644 --- a/docs/Classes/CollectionsModule.html +++ b/docs/Classes/CollectionsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1110,7 +1113,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Comment.html b/docs/Classes/Comment.html index e45a8c02..f96859a3 100644 --- a/docs/Classes/Comment.html +++ b/docs/Classes/Comment.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1224,7 +1227,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/CommentsModule.html b/docs/Classes/CommentsModule.html index 28891515..9a92d5bc 100644 --- a/docs/Classes/CommentsModule.html +++ b/docs/Classes/CommentsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1198,7 +1201,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/ConsoleLogDestination.html b/docs/Classes/ConsoleLogDestination.html index 49b0c6ce..97ddd3a9 100644 --- a/docs/Classes/ConsoleLogDestination.html +++ b/docs/Classes/ConsoleLogDestination.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -975,7 +978,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/DelegatedAuthSession.html b/docs/Classes/DelegatedAuthSession.html index c021a3f0..9420c28c 100644 --- a/docs/Classes/DelegatedAuthSession.html +++ b/docs/Classes/DelegatedAuthSession.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1072,7 +1075,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/DevicePin.html b/docs/Classes/DevicePin.html index a049fc1e..67ec95fc 100644 --- a/docs/Classes/DevicePin.html +++ b/docs/Classes/DevicePin.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1154,7 +1157,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/DevicePinsModule.html b/docs/Classes/DevicePinsModule.html index 802e03b0..81e5c702 100644 --- a/docs/Classes/DevicePinsModule.html +++ b/docs/Classes/DevicePinsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1107,7 +1110,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EmailAlias.html b/docs/Classes/EmailAlias.html index 8c6c3306..ac44ad56 100644 --- a/docs/Classes/EmailAlias.html +++ b/docs/Classes/EmailAlias.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1100,7 +1103,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Enterprise.html b/docs/Classes/Enterprise.html index 13a8e225..28833102 100644 --- a/docs/Classes/Enterprise.html +++ b/docs/Classes/Enterprise.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1073,7 +1076,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EntryContainer.html b/docs/Classes/EntryContainer.html index a285b1c4..e3186d85 100644 --- a/docs/Classes/EntryContainer.html +++ b/docs/Classes/EntryContainer.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1181,7 +1184,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EntryContainerInnerModel.html b/docs/Classes/EntryContainerInnerModel.html index fa7863aa..e45b0c05 100644 --- a/docs/Classes/EntryContainerInnerModel.html +++ b/docs/Classes/EntryContainerInnerModel.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -929,7 +932,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Event.html b/docs/Classes/Event.html index 0006b1c2..6e522fb8 100644 --- a/docs/Classes/Event.html +++ b/docs/Classes/Event.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1227,7 +1230,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EventContainer.html b/docs/Classes/EventContainer.html index cacb7016..2c3be954 100644 --- a/docs/Classes/EventContainer.html +++ b/docs/Classes/EventContainer.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1128,7 +1131,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EventItem.html b/docs/Classes/EventItem.html index 88fdd5d3..4a4995a3 100644 --- a/docs/Classes/EventItem.html +++ b/docs/Classes/EventItem.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1034,7 +1037,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EventItem/EventItemType.html b/docs/Classes/EventItem/EventItemType.html index 7a807bba..210ca41e 100644 --- a/docs/Classes/EventItem/EventItemType.html +++ b/docs/Classes/EventItem/EventItemType.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1030,7 +1033,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/EventsModule.html b/docs/Classes/EventsModule.html index 31ae86d2..fd053528 100644 --- a/docs/Classes/EventsModule.html +++ b/docs/Classes/EventsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1273,7 +1276,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/ExpiringEmbedLink.html b/docs/Classes/ExpiringEmbedLink.html index d684afa6..8acc36bc 100644 --- a/docs/Classes/ExpiringEmbedLink.html +++ b/docs/Classes/ExpiringEmbedLink.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1033,7 +1036,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/File.html b/docs/Classes/File.html index 0f2eb860..2ce50ee6 100644 --- a/docs/Classes/File.html +++ b/docs/Classes/File.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -2066,7 +2069,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/File/Permissions.html b/docs/Classes/File/Permissions.html index be60f9f0..2e234a7c 100644 --- a/docs/Classes/File/Permissions.html +++ b/docs/Classes/File/Permissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1217,7 +1220,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileLogDestination.html b/docs/Classes/FileLogDestination.html index fddfe6e7..4fa42597 100644 --- a/docs/Classes/FileLogDestination.html +++ b/docs/Classes/FileLogDestination.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1021,7 +1024,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileRequest.html b/docs/Classes/FileRequest.html index 44844a6e..fbfde444 100644 --- a/docs/Classes/FileRequest.html +++ b/docs/Classes/FileRequest.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1399,7 +1402,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileRequestsModule.html b/docs/Classes/FileRequestsModule.html index e060195c..50258d91 100644 --- a/docs/Classes/FileRequestsModule.html +++ b/docs/Classes/FileRequestsModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1177,7 +1180,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileVersion.html b/docs/Classes/FileVersion.html index 201ef4ac..0e2b3210 100644 --- a/docs/Classes/FileVersion.html +++ b/docs/Classes/FileVersion.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1397,7 +1400,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileVersionLegalHold.html b/docs/Classes/FileVersionLegalHold.html index 8985edf5..6bd36b70 100644 --- a/docs/Classes/FileVersionLegalHold.html +++ b/docs/Classes/FileVersionLegalHold.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1154,7 +1157,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FileVersionRetention.html b/docs/Classes/FileVersionRetention.html index 6cce866b..b7579cd2 100644 --- a/docs/Classes/FileVersionRetention.html +++ b/docs/Classes/FileVersionRetention.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1168,7 +1171,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FilesModule.html b/docs/Classes/FilesModule.html index 6bd6131f..b73f34d6 100644 --- a/docs/Classes/FilesModule.html +++ b/docs/Classes/FilesModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -5065,7 +5068,7 @@ Return Value - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Folder.html b/docs/Classes/Folder.html index 9e65f2de..64036995 100644 --- a/docs/Classes/Folder.html +++ b/docs/Classes/Folder.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1888,7 +1891,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Folder/Permissions.html b/docs/Classes/Folder/Permissions.html index 0d72d9ab..3e3cdf0b 100644 --- a/docs/Classes/Folder/Permissions.html +++ b/docs/Classes/Folder/Permissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1082,7 +1085,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FolderLock.html b/docs/Classes/FolderLock.html index 7ec11ccf..b740038e 100644 --- a/docs/Classes/FolderLock.html +++ b/docs/Classes/FolderLock.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1213,7 +1216,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FolderLock/LockedOperations.html b/docs/Classes/FolderLock/LockedOperations.html index 0bc58e4a..687cc842 100644 --- a/docs/Classes/FolderLock/LockedOperations.html +++ b/docs/Classes/FolderLock/LockedOperations.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -947,7 +950,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FolderUploadEmail.html b/docs/Classes/FolderUploadEmail.html index bfa167e7..ece99a8a 100644 --- a/docs/Classes/FolderUploadEmail.html +++ b/docs/Classes/FolderUploadEmail.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -956,7 +959,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/FoldersModule.html b/docs/Classes/FoldersModule.html index 6a5a9a49..2aa821ac 100644 --- a/docs/Classes/FoldersModule.html +++ b/docs/Classes/FoldersModule.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -3915,7 +3918,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Group.html b/docs/Classes/Group.html index d9297a8a..d59ce019 100644 --- a/docs/Classes/Group.html +++ b/docs/Classes/Group.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1321,7 +1324,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/Group/GroupType.html b/docs/Classes/Group/GroupType.html index 0a791b95..d5beb9ba 100644 --- a/docs/Classes/Group/GroupType.html +++ b/docs/Classes/Group/GroupType.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1026,7 +1029,7 @@ Declaration - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/GroupMembership.html b/docs/Classes/GroupMembership.html index 6b073808..46a10b51 100644 --- a/docs/Classes/GroupMembership.html +++ b/docs/Classes/GroupMembership.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1227,7 +1230,7 @@ Parameters - © 2023 Box. All rights reserved. (Last updated: 2023-08-08) + © 2024 Box. All rights reserved. (Last updated: 2024-04-05) Generated by jazzy ♪♫ v0.14.3, a Realm project. diff --git a/docs/Classes/GroupMembership/ConfigurablePermissions.html b/docs/Classes/GroupMembership/ConfigurablePermissions.html index ea3a4b68..469358f4 100644 --- a/docs/Classes/GroupMembership/ConfigurablePermissions.html +++ b/docs/Classes/GroupMembership/ConfigurablePermissions.html @@ -17,7 +17,7 @@ - BoxSDK 5.5.0 Docs (99% documented) + BoxSDK 5.6.0 Docs (99% documented) @@ -616,6 +616,9 @@ SharedLinkAccess + + SignRequestSignatureColor + SignRequestSignerDecisionType @@ -1001,7 +1004,7 @@ Declaration - © 2023
BoxSDK 5.5.0 Docs (99% documented)
BoxSDK 5.6.0 Docs (99% documented)
© 2023 Box. All rights reserved. (Last updated: 2023-08-08)
© 2024 Box. All rights reserved. (Last updated: 2024-04-05)
Generated by jazzy ♪♫ v0.14.3, a Realm project.
© 2023